
* {
  padding: 0;
  margin: 0;
input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /*在禁用ios自带复制后解决input不能输入的问题*/
  -webkit-user-select: auto;
  margin: 0;
  padding: 0;
  outline: none;
}
}
.xs-plugin-pullup-up {
  line-height: 30px;
  color: #666666;
}
.xs-plugin-pullup-down {
  line-height: 30px;
  color: #666666;
}
.xs-plugin-pullup-loading {
  line-height: 30px;
  color: #666666;
}
.xs-plugin-pullup-default {
  line-height: 30px;
  color: #666666;
}
body, html {
  width: 100%;
  height: 100%;
  background-color: #E3E3E3;
}
html {
  font-size: calc(100vw / 3.75);
  /*filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
  /*-webkit-filter: grayscale(100%);*/
}
@media screen and (max-width: 374px) {
html {
    font-size: calc(100vw / 3.4);
}
}
@media screen and (max-width: 350px) {
html {
    font-size: calc(100vw / 3);
}
}
#app {
  width: 100%;
  height: 100%;
  /*background-color: lightcyan;*/
  background-color: #E3E3E3;
  -webkit-overflow-scrolling: touch;
  font-size: 14px;
}
.weui-toast__content {
  font-size: 14px;
}
.weui-toast {
  top: 40%;
}
a {
  text-decoration: none;
}
/*老年版*/
.elder_26{
  font-size: 26px!important;
}
.elder_23{
  font-size: 23px!important;
}
.elder_ .gsContentBoxName{
  font-size: 23px!important;
}
.elder_ .title{
  font-size: 23px!important;
}
.elder_ .gsContentBoxValue{
  font-size: 19px!important;
}
.elder_ .cardInput{
  font-size: 19px!important;
}
.elder_ .weui-input::-webkit-input-placeholder{
  font-size: 19px!important;
}
.elder_ .weui-input:-ms-input-placeholder{
  font-size: 19px!important;
}
.elder_ .weui-input::-ms-input-placeholder{
  font-size: 19px!important;
}
.elder_ .weui-input::placeholder{
  font-size: 19px!important;
}
.elder_ .pointout
{
  font-size: 19px!important;
}
.elder_ button{
  font-size: 19px!important;
}
.elder_ .register{
  font-size: 19px!important;
}
.elder_ .forgetPassword{
  font-size: 19px!important;
}
.elder_ .vux-cell-placeholder
{
  font-size: 19px!important;
}
.elder_ .vux-cell-value{
  font-size: 19px!important;
}
.elder_21{
  font-size: 21px!important;
}
.elder_19{
  font-size: 19px!important;
}
.elder_19 .vux-cell-value{
  font-size: 19px!important;
}
.elder_19 .active{
  font-size: 19px!important;
}
.elder_19 .choiceBox{
  font-size: 19px!important;
}
.elder_19 .vux-cell-placeholder
{
  font-size: 19px!important;
}
.elder_19 .weui-input::-webkit-input-placeholder
{
  font-size: 19px!important;
}
.elder_19 .weui-input:-ms-input-placeholder
{
  font-size: 19px!important;
}
.elder_19 .weui-input::-ms-input-placeholder
{
  font-size: 19px!important;
}
.elder_19 .weui-input::placeholder
{
  font-size: 19px!important;
}


.NoticePage {
  height: 100%;
  background-color: #fff;
  padding-top: 40%;
  padding-left: 15px;
  padding-right: 15px;
}
.NoticePage .con {
  padding-left: 2ch;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
}

.HomePage .popup {
  padding: 0 16px;
  background-color: #ffffff;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  color: #333333;
}
.HomePage .popup span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.HomePage .popup span i {
  font-size: 20px;
  color: #999999;
}
.HomePage .menuBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.HomePage .menuBox .menuItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0 10px 0;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
}
.HomePage .noticeBox {
  margin-top: 10px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 28px 0 22px;
  height: 70px;
}
.HomePage .noticeBox .noticeIcon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.HomePage .noticeBox .noticeIcon img {
  width: 60px;
  /*height: 45px;*/
}
.HomePage .noticeBox .noticeContent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border:1px solid peru;*/
}
.HomePage .noticeBox .noticeContent .noticeContentItem:nth-child(1) {
  margin-bottom: 3px;
}
.HomePage .noticeBox .noticeContent .noticeContentItem {
  /*border:1px solid deeppink;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.HomePage .noticeBox .noticeContent .noticeContentItem :nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*border: 1px solid teal;*/
}
.HomePage .noticeBox .noticeContent .noticeContentItem :nth-child(2) {
  width: 60px;
  /*border: 1px solid violet;*/
  font-size: 12px;
  color: #999;
  letter-spacing: 0;
  line-height: 20px;
  text-align: right;
  position: relative;
}
.HomePage .noticeBox .noticeContent .noticeContentItem :nth-child(2) span {
  position: absolute;
  right: -7px;
  top: -2px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-image: linear-gradient(-179deg, #FE3434 0%, #EB6100 100%);
}
.HomePage .recommendationServiceTitleBox {
  margin-top: 10px;
  position: relative;
  padding: 17.5px 12px 20px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  width: 100%;
}
.HomePage .recommendationServiceTitleBox .xiaoshou {
  width: 86px;
  height: 41px;
  position: absolute;
  right: 16px;
}
.HomePage .recommendationServiceTitleBox .hotIconLeft i {
  color: #ee5603;
  font-size: 22px;
}
.HomePage .recommendationServiceTitleBox .hotTitle {
  /*flex-shrink: 0;*/
  font-weight: bolder;
  color: #333333;
  position: relative;
  font-size: 18px;
  padding: 0 8px 0 0;
}
.HomePage .recommendationServiceTitleBox .hotTitle .greyTitle {
  color: #999999;
  position: absolute;
  font-size: 10px;
  top: -6px;
  font-weight: 400;
}
.HomePage .recommendationServiceTitleBox .zhinengTuijian {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 21px;
  font-size: 12px;
  color: #FFFFFF;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH4AAAAqCAYAAAB1PO9pAAAAAXNSR0IArs4c6QAACtBJREFUeAHtXE1sVccVnrnv+YfGFOxCq1qNEQSRkMi0m6zCLll0UREJiXYTUUBR1llV3RBF8Yplt1GVtiirREKCTTfZQcQiSn+gzV8bXEhw2vwYEzvx37sz/b5z5tx37/uxsU0qq7kjvzczZ86Zee/7zjkz97737N0WSjx1atLF/JiL/lEX47jzfty5OB6dG3EhODcz49z8fFoBUue1HdH2qW3r95LZmNTfXntAtQAIZlzEw3uAGt9xjYFL/urV6xWINtDpQH99SyU7nokxPB1d3O9BJmo8t6din0XG/vOJc3dm07iOmE2hs5a9OITOhTcsM9f2CXPvp4HFRZfFV/zVtzfkBG22hKr+T/G5kxNhOU55H58B+plSq88aydZuz6EEoX/7Vop8LqdOsiF7oZvz1va98APOASHxajaQnfVX3gbY65d1iY8vvjgY/vXPl6D4fIxxaP0pe2gg7cfpfzjXaiXqlMIemiIyF1KajW7VLstq+yoC3vslJMjfZA8efMG//vpKdbTaW5P4ePr03uiWL2Cyo1WzTfS+nHPxk9sF8fTcNv3dbR4BmOWtWN+Ir+27MVOsIPf+SqORHfeX//yZ4ddZ9yU+PnvySMhbl2CwjwwYB7a/wrsUe46gjWyg+7gQhrbJEmMcjTfecx5Rz9k2bq8vffPrf7vsM5/dzLLGMX/5T9c6SWe/J/FCelh9E/yMtAlvx5jJbAL2OVFZXh6zdvgUh9K7s+IklLGUHYTOUy7lOfvp9ZPL3HiyGfvp9ZP/P9hnuBrA4wl/+W9d5HcRH0+f2Buy5lsxxH0FCWUGTNhL1m/MdL9ecOH2tHpbkpEYNlmKtumruOJVnTpFv7bviR+gvNnYOfi4/2M17WeGLet44rHBPM+xp4d9wgYJ8ISWdceDy3TKrF8ZK9kPDup8uCaIDtf5vDbg/Kzx8JSjX4xJHwdDzpfGTL/Qqe3XxC/4sK+1sHKB3AqP6alCfOvTMOUajaMagokUKgr56JOAot0h55iN0wGszabZNLEcCSTp0CHJuBJBX2UFmVBjW8ehU9ios9T2G8MvZuFo67PwEqmwIhSxE596bKLVar3v9k8OuywDL+kmQaqpQxkpIcU2bnJKdZSS9nhFLwYXblyX07rtraJbHAQxOydHsXGpuSL+2Jb1U9vOBG3d2r4ffkBuaaDZfNi/8fdbxBexpWU1rk4hxoZdWBWB0gsgJVohgiVlwktqC9Olto1xgp72+arKLYJRF9EsMu0zQ2hUo04ZwfRk3tpe8dkAfuBxeDVfnRJylU7nlp96ZNKF/C+EvfHDh5zbsdPG72+9OO/ymQ8RuYxMZAiJYLbTMpDjr1I0qpE30gB1a/vN4QfcQvSNnwy98d51iXjv8jPwCOR3xNlXcwCe6JIN1qjsYf1ybe2yjsi67WXuIlo5O/f3dMij96ZIF7lEOscgpo1lgdo+YbZx/EIMuLrLzzCyhPjgIz5w4WEKjyUQTymJlFpBF1JS3+SsoxDOBJz0qCN6VrftA+emQwnJ6aDGvhGO9WVMxs0e5wLKqSPy2n4r+JFrIOv88k/34w6d+ys74E7SqN+Dq7md3xNRrydyDdWepd9YnP/Chc9vFmuIPZ9oYCWtL6nfJrJx0zUd2pistlcEDBvDxeoyVpBlTffjJmTHJJq45yIRUDfO3XaNkd3QYOh2l4KY8lBahFVXwYc0+dzHcCqMgsjAtbhRG6kwkD0/rV/Iy+OwlauK2n7r+AV/rAkSDjPFS6inOI5h2eWf33CN7x8kJYlHspDactLqkIssqZqeMBhlLo+rhfYVAh0Ma0pJ85bm5LZRjNHLoKKXhckGurX95vHzLjvcjD7Ht2YIPvZSok2cCeziHZffueUaYw8KDZoLlA5zAKWHkaiG0hf7tl4++5ELmEv9IpGchpXgFMkd69sanNz09HXqqu0Va3vJhBvCL443cVAYlzRrXBVAA/D5f+ObVUuuuecAorU77RuNpIJtKWKPFm7WMGvEr+eEdKXLSNO6bW/OAzux761XOIO4YtsN6BjV9Wt7JaOKc4Efgr2J/R3fkaOCQqcgos0uxIz81ZlrLhv9kcse2KPzyXMZ7mo7LOAgd/djfPECN4Mwjyyf5rMJOtfstz71a3uAcD/x824cqT5oakeEcnamZHxIw5bsyZL2ued/8SEOaB+5xndGcYNnt8sGhnH4GwApiLbQwg2/JTgJvmzBR2u5ai+nQX3xulfDRhdSe24ta61f2wO8+4gfD8oLPxt/H/v7ocS4LgDaNM6sTqsy9hJhSRFV0qnIzc7q2r43Tv1wMdys7qfXT252VnfquQ+Q6sMMovaQEA09qurlHdspIUNo5wCRUK8UsTSp7RkU8ocnoCTd7YkfuJvh4Q7f19YXLfShqSQy1bPJF48GznaWcdmVe+g874k+auqiqA7nq+23LX6Zm+Ee/64QlhjkTRwlsLzPJ6IxJHs+2JWIpwOIW1huwHhtv/3x8/Edv3DiB5OxlV+TCCbnRQSTVY1cC3UhnQoiBtkpBZgzSNTX9kI8M952xS9rNo+Qanf3+NgNNPZ38KzZu/T6E+fynsRBxLr6/uz9cl4Zru0L/rcFft5N77owe4D36rl9X8Tncs/Lp2qJMZImwZu8gfsVSZUXzxpFSNam6to9HupCXtsTBEmPcl7aDvhlET+5QhGqfAO/vWrw4p13wOECfOD6Xu6HUyN9HCo3ddFWudbWLuvU9tsTP3AayDWJT7GLdP/z7/4BznmSQha9/8uohceK0+oBzm7AFDFtY+LZalvbb0/8ENjnd7325S+Vn8TV4snRieXF1gfI30OanlKWSlopY4kTmLsUsjSH9uFLyQlSJT5S6MJRansFrMDkf4AfllgaGm4+vOM8PnlDKSKenblf7DyHCP+V7c+VOhEmsvSKy8Z6VaCSil1ahCZcTcZqewBhOZXIM1YAkBwCEkaQVXDcIn7Yu8/tfm3+17IYnuw4Jv1dhyfOQnKF+zs/prXvuUk/7fPaxjDvTvEckGqZCW2T1/bbCL8sXNn16MQLQnJ6olNVyvzpkb2t5fAWPHCf+ST3eVVs7/M0kv0fdXvfFyEct1uvtidi3bioVOVsd56nVLQF/L272RzKHt/5u4XKL2e7iOdCsycfOOJa+ZtojrDfv9CcOWizpbb/hvFbcM3GE2Pnv1r/R5NGIcn3eX4JCQuR31002jUndLZFmjhNW1PXBJ02mjc0i9T2AG+L+CHr3oz4mXQv0klGL04Lkpj28euLCzGE0j9GSK+oMNX79nr71l6w0c09HzI52dm0tb1GOXFguf/4YeO4MtAcOt6Z3nU9fa4c7soDbNNw9MDBJ/HByzl882pZvixp322Xgx0OgeQVB0Gp7aYP3xMPiMUYHQB6PPzV9sCCePDwV8aI+ECWsNwUfllYwh3Wc6MPHXpyLdLJLSm6pzL73I4Jt7wyhZf8DAI4Kz6Y6WHdN8hLurU94rKSCdvgbBQ/6AcQ+aobGjw79vKiXKe3Z+vdumfizXz21OAkvPIMfo7zNBbcX5ztbCZ4Bvdv26f55qxd1uV75hssy2SN2v6e8cMn4NNIoRfxdelXxn6/8s38uzMjvlzPPjuIX+GsHMPih/GtWv5jw3FsC+N45SPFnk9myXDy7nakQybEY1wbMjXHWWr7Ei6Zx78SiTNABv9LJsM/OAzvZo3BS2O/Xek6rQt49/D0XwHBvvUlDGfoAAAAAElFTkSuQmCC) no-repeat center;
  background-size: 100%;
  width: 63px;
  font-weight: bolder;
}
.HomePage .tabBox {
  margin-top: 10px;
  background-color: #fff;
  border-bottom: 1px solid #f3f3f3;
  height: 40px;
}
.HomePage .tabBox .vux-tab-wrap {
  width: 60%;
  height: 40px;
}
.HomePage .tabBox .vux-tab-wrap .vux-tab-container {
  height: 40px;
}
.HomePage .tabBox .vux-tab-wrap .vux-tab-container .vux-tab {
  height: 40px;
}
.HomePage .tabBox .vux-tab-wrap .vux-tab-container .vux-tab .vux-tab-item {
  background-size: 100% 0px;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.HomePage .tabBox .vux-tab-wrap .vux-tab-container .vux-tab .vux-tab-selected {
  font-size: 18px;
  font-weight: bolder;
}
.HomePage .tabBox .vux-tab-wrap .vux-tab-container .vux-tab .vux-tab-bar-inner {
  border-radius: 1.5px;
  background-color: #1E6BD5;
}
/**
* actionsheet
*/
/**
* en: primary type text color of menu item
* zh-CN: 菜单项primary类型的文本颜色
*/
/**
* en: warn type text color of menu item
* zh-CN: 菜单项warn类型的文本颜色
*/
/**
* en: default type text color of menu item
* zh-CN: 菜单项default类型的文本颜色
*/
/**
* en: disabled type text color of menu item
* zh-CN: 菜单项disabled类型的文本颜色
*/
/**
* datetime
*/
/**
* tabbar
*/
/**
* tab
*/
/**
* dialog
*/
/**
* en: title and content's padding-left and padding-right
* zh-CN: 标题及内容区域的 padding-left 和 padding-right
*/
/**
* x-number
*/
/**
* checkbox
*/
/**
* check-icon
*/
/**
* Cell
*/
/**
* Mask
*/
/**
* Range
*/
/**
* Tabbar
*/
/**
* Header
*/
/**
* Timeline
*/
/**
* Switch
*/
/**
* Button
*/
/**
* en: border radius
* zh-CN: 圆角边框
*/
/**
* en: font color
* zh-CN: 字体颜色
*/
/**
* en: margin-top value between previous button, not works when there is only one button
* zh-CN: 与相邻按钮的 margin-top 间隙，只有一个按钮时不生效
*/
/**
* en: button height
* zh-CN: 按钮高度
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: font size
* zh-CN: 字体大小
*/
/**
* en: the font size of the mini type
* zh-CN: mini类型的字体大小
*/
/**
* en: the line height of the mini type
* zh-CN: mini类型的行高
*/
/**
* en: the background color of the warn type
* zh-CN: warn类型的背景颜色
*/
/**
* en: the background color of the warn type in active
* zh-CN: active状态下，warn类型的背景颜色
*/
/**
* en: the background color of the warn type in disabled
* zh-CN: disabled状态下，warn类型的背景颜色
*/
/**
* en: the background color of the default type
* zh-CN: default类型的背景颜色
*/
/**
* en: the font color of the default type
* zh-CN: default类型的字体颜色
*/
/**
* en: the background color of the default type in active
* zh-CN: active状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in disabled
* zh-CN: disabled状态下，default类型的字体颜色
*/
/**
* en: the background color of the default type in disabled
* zh-CN: disabled状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in active
* zh-CN: active状态下，default类型的字体颜色
*/
/**
* en: the background color of the primary type
* zh-CN: primary类型的背景颜色
*/
/**
* en: the background color of the primary type in active
* zh-CN: active状态下，primary类型的背景颜色
*/
/**
* en: the background color of the primary type in disabled
* zh-CN: disabled状态下，primary类型的背景颜色
*/
/**
* en: the font color of the plain primary type
* zh-CN: plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type
* zh-CN: plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain default type
* zh-CN: plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type
* zh-CN: plain的default类型的边框颜色
*/
/**
* en: the font color of the plain default type in active
* zh-CN: active状态下，plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type in active
* zh-CN: active状态下，plain的default类型的边框颜色
*/
/**
* en: the font color of the plain warn type
* zh-CN: plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type
* zh-CN: plain的warn类型的边框颜色
*/
/**
* en: the font color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的边框颜色
*/
/**
* swipeout
*/
/**
* Cell
*/
/**
* Badge
*/
/**
* en: badge background color
* zh-CN: badge的背景颜色
*/
/**
* Popover
*/
/**
* Button tab
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: border radius color
* zh-CN: 圆角边框的半径
*/
/**
* en: border color
* zh-CN: 边框的颜色
*/
/**
* en: not used
* zh-CN: 默认状态下圆角边框的颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default background color
* zh-CN: 默认状态下的背景颜色
*/
/**
* en: selected background color
* zh-CN: 选中状态下的背景颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/* alias */
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default text color
* zh-CN: 默认状态下的文本颜色
*/
/**
* en: height
* zh-CN: 元素高度
*/
/**
* en: line height
* zh-CN: 元素行高
*/
/**
* Swiper
*/
/**
* checklist
*/
/**
* popup-picker
*/
/**
* popup
*/
/**
* popup-header
*/
/**
* form-preview
*/
/**
* sticky
*/
/**
* group
*/
/**
* en: margin-top of title
* zh-CN: 标题的margin-top
*/
/**
* en: margin-bottom of title
* zh-CN: 标题的margin-bottom
*/
/**
* en: margin-top of footer title
* zh-CN: 底部标题的margin-top
*/
/**
* en: margin-bottom of footer title
* zh-CN: 底部标题的margin-bottom
*/
/**
* toast
*/
/**
* en: text size of content
* zh-CN: 内容文本大小
*/
/**
* en: default top
* zh-CN: 默认状态下距离顶部的高度
*/
/**
* en: position top
* zh-CN: 顶部显示的高度
*/
/**
* en: position bottom
* zh-CN: 底部显示的高度
*/
/**
* en: z-index
* zh-CN: z-index
*/
/**
* icon
*/
/**
* calendar
*/
/**
* en: forward and backward arrows color
* zh-CN: 前进后退的箭头颜色
*/
/**
* en: text color of week highlight
* zh-CN: 周末高亮的文本颜色
*/
/**
* en: background color when selected
* zh-CN: 选中时的背景颜色
*/
/**
* en: text color when disabled
* zh-CN: 禁用时的文本颜色
*/
/**
* en: text color of today
* zh-CN: 今天的文本颜色
*/
/**
* en: font size of cell
* zh-CN: 单元格的字号
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: size of date cell
* zh-CN: 日期单元格尺寸大小
*/
/**
* en: line height of date cell
* zh-CN: 日期单元格的行高
*/
/**
* en: text color of header
* zh-CN: 头部的文本颜色
*/
/**
* week-calendar
*/
/**
* search
*/
/**
* en: text color of cancel button
* zh-CN: 取消按钮文本颜色
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: text color of placeholder
* zh-CN: placeholder文本颜色
*/
/**
* radio
*/
/**
* en: checked icon color
* zh-CN: 选中状态的图标颜色
*/
/**
* loadmore
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* loading
*/
/**
* en: z-index
* zh-CN: z-index
*/
.weui-cell_access {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: inherit;
}
.weui-cell_access:active {
  background-color: #ECECEC;
}
.weui-cell_access .weui-cell__ft {
  padding-right: 13px;
  position: relative;
}
.weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
          transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2px;
}
.weui-cell_link {
  color: #586C94;
  font-size: 14px;
}
.weui-cell_link.weui-cell:first-child:before {
  display: block;
}
.weui-cell_access.vux-cell-box {
  padding-right: 13px;
  position: relative;
}
.weui-cell_access.vux-cell-box:after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
          transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 17px;
}
.weui-cells {
  margin-top: 1.17647059em;
  background-color: #FFFFFF;
  line-height: 1.41176471;
  font-size: 17px;
  overflow: hidden;
  position: relative;
}
.weui-cells:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #D9D9D9;
  color: #D9D9D9;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.weui-cells:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #D9D9D9;
  color: #D9D9D9;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.weui-cells__title {
  margin-top: 0.77em;
  margin-bottom: 0.3em;
  padding-left: 15px;
  padding-right: 15px;
  color: #999999;
  font-size: 14px;
}
.weui-cells__title + .weui-cells {
  margin-top: 0;
}
.weui-cells__tips {
  margin-top: 0.3em;
  color: #999999;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}
.weui-cell {
  padding: 10px 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.weui-cell:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #D9D9D9;
  color: #D9D9D9;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  left: 15px;
}
.weui-cell:first-child:before {
  display: none;
}
.weui-cell_primary {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.weui-cell__bd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.weui-cell__ft {
  text-align: right;
  color: #999999;
}
.vux-cell-justify {
  height: 1.41176471em;
}
.vux-cell-justify.vux-cell-justify:after {
  content: ".";
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 0;
}
.weui-label {
  display: block;
  width: 105px;
  word-wrap: break-word;
  word-break: break-all;
}
.weui-input {
  width: 100%;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  background-color: transparent;
  font-size: inherit;
  color: inherit;
  height: 1.41176471em;
  line-height: 1.41176471;
}
.weui-input::-webkit-outer-spin-button,
.weui-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.weui-textarea {
  display: block;
  border: 0;
  resize: none;
  width: 100%;
  color: inherit;
  font-size: 1em;
  line-height: inherit;
  outline: 0;
}
.weui-textarea-counter {
  color: #B2B2B2;
  text-align: right;
}
.weui-cell_warn .weui-textarea-counter {
  color: #E64340;
}
.weui-toptips {
  display: none;
  position: fixed;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  top: 0;
  left: 0;
  right: 0;
  padding: 5px;
  font-size: 14px;
  text-align: center;
  color: #FFF;
  z-index: 5000;
  word-wrap: break-word;
  word-break: break-all;
}
.weui-toptips_warn {
  background-color: #E64340;
}
.weui-cells_form .weui-cell__ft {
  font-size: 0;
}
.weui-cells_form .weui-icon-warn {
  display: none;
}
.weui-cells_form input,
.weui-cells_form textarea,
.weui-cells_form label[for] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.weui-cell_warn {
  color: #E64340;
}
.weui-cell_warn .weui-icon-warn {
  display: inline-block;
}
.weui-cell_vcode {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.weui-vcode-img {
  margin-left: 5px;
  height: 44px;
  vertical-align: middle;
}
.weui-vcode-btn {
  display: inline-block;
  height: 44px;
  margin-left: 5px;
  padding: 0 0.6em 0 0.7em;
  border-left: 1px solid #E5E5E5;
  line-height: 44px;
  vertical-align: middle;
  font-size: 17px;
  color: #3CC51F;
}
button.weui-vcode-btn {
  background-color: transparent;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  outline: 0;
}
.weui-vcode-btn:active {
  color: #52a341;
}
.vux-x-input .vux-x-input-placeholder-right input::-webkit-input-placeholder {
  text-align: right;
}
.vux-x-input .vux-x-input-placeholder-center input::-webkit-input-placeholder {
  text-align: center;
}
.vux-x-input .vux-input-icon {
  font-size: 21px;
}
.vux-input-icon.weui-icon-warn:before,
.vux-input-icon.weui-icon-success:before {
  font-size: 21px;
}
.vux-x-input .weui-icon {
  padding-left: 5px;
}
.vux-x-input.weui-cell_vcode {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.vux-x-input.disabled .weui-input {
  text-fill-color: #888;
  -webkit-text-fill-color: #888;
  /* Override iOS / Android font color change */
  opacity: 1;
  /* Override iOS opacity change affecting text & background color */
}
.vux-x-input-right-full {
  margin-left: 5px;
  height: 44px;
  vertical-align: middle;
}
.vux-x-input-right-full img {
  height: 44px;
}
.vux-x-input-has-right-full {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "weui";
  src: url('data:application/octet-stream;base64,AAEAAAALAIAAAwAwR1NVQrD+s+0AAAE4AAAAQk9TLzJAKEx+AAABfAAAAFZjbWFw65cFHQAAAhwAAAJQZ2x5ZvCRR/EAAASUAAAKtGhlYWQMPROtAAAA4AAAADZoaGVhCCwD+gAAALwAAAAkaG10eEJo//8AAAHUAAAASGxvY2EYqhW4AAAEbAAAACZtYXhwASEAVQAAARgAAAAgbmFtZeNcHtgAAA9IAAAB5nBvc3T6bLhLAAARMAAAAOYAAQAAA+gAAABaA+j/////A+kAAQAAAAAAAAAAAAAAAAAAABIAAQAAAAEAACbZbxtfDzz1AAsD6AAAAADUm2dvAAAAANSbZ2///wAAA+kD6gAAAAgAAgAAAAAAAAABAAAAEgBJAAUAAAAAAAIAAAAKAAoAAAD/AAAAAAAAAAEAAAAKAB4ALAABREZMVAAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAAAAQOwAZAABQAIAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6gHqEQPoAAAAWgPqAAAAAAABAAAAAAAAAAAAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+j//wPoAAAD6AAAAAAABQAAAAMAAAAsAAAABAAAAXQAAQAAAAAAbgADAAEAAAAsAAMACgAAAXQABABCAAAABAAEAAEAAOoR//8AAOoB//8AAAABAAQAAAABAAIAAwAEAAUABgAHAAgACQAKAAsADAANAA4ADwAQABEAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAANwAAAAAAAAAEQAA6gEAAOoBAAAAAQAA6gIAAOoCAAAAAgAA6gMAAOoDAAAAAwAA6gQAAOoEAAAABAAA6gUAAOoFAAAABQAA6gYAAOoGAAAABgAA6gcAAOoHAAAABwAA6ggAAOoIAAAACAAA6gkAAOoJAAAACQAA6goAAOoKAAAACgAA6gsAAOoLAAAACwAA6gwAAOoMAAAADAAA6g0AAOoNAAAADQAA6g4AAOoOAAAADgAA6g8AAOoPAAAADwAA6hAAAOoQAAAAEAAA6hEAAOoRAAAAEQAAAAAARgCMANIBJAF4AcQCMgJgAqgC/ANIA6YD/gROBKAE9AVaAAAAAgAAAAADrwOtABQAKQAAASIHBgcGFBcWFxYyNzY3NjQnJicmAyInJicmNDc2NzYyFxYXFhQHBgcGAfV4Z2Q7PDw7ZGfwZmQ7PDw7ZGZ4bl5bNjc3Nlte215bNjc3NlteA608O2Rn8GdjOzw8O2Nn8GdkOzz8rzc1W17bXlw1Nzc1XF7bXls1NwAAAAACAAAAAAOzA7MAFwAtAAABIgcGBwYVFBcWFxYzMjc2NzY1NCcmJyYTBwYiLwEmNjsBETQ2OwEyFhURMzIWAe52Z2Q7PT07ZGd2fGpmOz4+O2ZpIXYOKA52Dg0XXQsHJgcLXRcNA7M+O2ZqfHZnZDs9PTtkZ3Z9aWY7Pv3wmhISmhIaARcICwsI/ukaAAMAAAAAA+UD5QAXACMALAAAASIHBgcGFRQXFhcWMzI3Njc2NTQnJicmAxQrASI1AzQ7ATIHJyImNDYyFhQGAe6Ecm9BRERBb3KEiXZxQkREQnF1aQIxAwgCQgMBIxIZGSQZGQPkREJxdomEcm9BRERBb3KEinVxQkT9HQICAWICAjEZIxkZIxkAAAAAAgAAAAADsQPkABkALgAAAQYHBgc2BREUFxYXFhc2NzY3NjURJBcmJyYTAQYvASY/ATYyHwEWNjclNjIfARYB9VVVQk+v/tFHPmxebGxdbT1I/tGvT0JVo/7VBASKAwMSAQUBcQEFAgESAgUBEQQD4xMYEhk3YP6sjnVlSD8cHD9IZXWOAVRgNxkSGP62/tkDA48EBBkCAVYCAQHlAQIQBAAAAAADAAAAAAOxA+QAGwAqADMAAAEGBwYHBgcGNxEUFxYXFhc2NzY3NjURJBcmJyYHMzIWFQMUBisBIicDNDYTIiY0NjIWFAYB9UFBODssO38gRz5sXmxsXW09SP7YqFBBVW80BAYMAwImBQELBh4PFhYeFRUD5A8SDhIOEikK/q2PdWRJPh0dPklkdY8BU141GRIY/AYE/sYCAwUBOgQG/kAVHxUVHxUAAAACAAAAAAPkA+QAFwAtAAABIgcGBwYVFBcWFxYzMjc2NzY1NCcmJyYTAQYiLwEmPwE2Mh8BFjI3ATYyHwEWAe6Ecm9BQ0NCbnODiXVxQkREQnF1kf6gAQUBowMDFgEFAYUCBQEBQwIFARUEA+NEQnF1iYNzbkJDQ0FvcoSJdXFCRP6j/qUBAagEBR4CAWYBAQENAgIVBAAAAAQAAAAAA68DrQAUACkAPwBDAAABIgcGBwYUFxYXFjI3Njc2NCcmJyYDIicmJyY0NzY3NjIXFhcWFAcGBwYTBQ4BLwEmBg8BBhYfARYyNwE+ASYiFzAfAQH1eGdkOzw8O2Rn8GZkOzw8O2RmeG5eWzY3NzZbXtteWzY3NzZbXmn+9gYSBmAGDwUDBQEGfQUQBgElBQELEBUBAQOtPDtkZ/BnYzs8PDtjZ/BnZDs8/K83NVte215cNTc3NVxe215bNTcCJt0FAQVJBQIGBAcRBoAGBQEhBQ8LBAEBAAABAAAAAAO7AzoAFwAAEy4BPwE+AR8BFjY3ATYWFycWFAcBBiInPQoGBwUHGgzLDCELAh0LHwsNCgr9uQoeCgGzCyEOCw0HCZMJAQoBvgkCCg0LHQv9sQsKAAAAAAIAAAAAA+UD5gAXACwAAAEiBwYHBhUUFxYXFjMyNzY3NjU0JyYnJhMHBi8BJicmNRM0NjsBMhYVExceAQHvhHJvQUNDQm5zg4l1cUJEREJxdVcQAwT6AwIEEAMCKwIDDsUCAQPlREJxdYmDc25CQ0NBb3KEiXVxQkT9VhwEAncCAgMGAXoCAwMC/q2FAgQAAAQAAAAAA68DrQADABgALQAzAAABMB8BAyIHBgcGFBcWFxYyNzY3NjQnJicmAyInJicmNDc2NzYyFxYXFhQHBgcGAyMVMzUjAuUBAfJ4Z2Q7PDw7ZGfwZmQ7PDw7ZGZ4bl5bNjc3Nlte215bNjc3NltemyT92QKDAQEBLDw7ZGfwZ2M7PDw7Y2fwZ2Q7PPyvNzVbXtteXDU3NzVcXtteWzU3AjH9JAAAAAMAAAAAA+QD5AAXACcAMAAAASIHBgcGFRQXFhcWMzI3Njc2NTQnJicmAzMyFhUDFAYrASImNQM0NhMiJjQ2MhYUBgHuhHJvQUNDQm5zg4l1cUJEREJxdZ42BAYMAwInAwMMBh8PFhYeFhYD40RCcXWJg3NuQkNDQW9yhIl1cUJE/vYGBf7AAgMDAgFABQb+NhYfFhYfFgAABAAAAAADwAPAAAgAEgAoAD0AAAEyNjQmIgYUFhcjFTMRIxUzNSMDIgcGBwYVFBYXFjMyNzY3NjU0Jy4BAyInJicmNDc2NzYyFxYXFhQHBgcGAfQYISEwISFRjzk5yTorhG5rPT99am+DdmhlPD4+PMyFbV5bNTc3NVte2l5bNTc3NVteAqAiLyIiLyI5Hf7EHBwCsT89a26Ed8w8Pj48ZWh2g29qffyjNzVbXtpeWzU3NzVbXtpeWzU3AAADAAAAAAOoA6gACwAgADUAAAEHJwcXBxc3FzcnNwMiBwYHBhQXFhcWMjc2NzY0JyYnJgMiJyYnJjQ3Njc2MhcWFxYUBwYHBgKOmpocmpocmpocmpq2dmZiOjs7OmJm7GZiOjs7OmJmdmtdWTQ2NjRZXdZdWTQ2NjRZXQKqmpocmpocmpocmpoBGTs6YmbsZmI6Ozs6YmbsZmI6O/zCNjRZXdZdWTQ2NjRZXdZdWTQ2AAMAAAAAA+kD6gAaAC8AMAAAAQYHBiMiJyYnJjQ3Njc2MhcWFxYVFAcGBwEHATI3Njc2NCcmJyYiBwYHBhQXFhcWMwKONUBCR21dWjU3NzVaXdpdWzU2GBcrASM5/eBXS0grKysrSEuuSkkqLCwqSUpXASMrFxg2NVtd2l1aNTc3NVpdbUdCQDX+3jkBGSsrSEuuSkkqLCwqSUquS0grKwAC//8AAAPoA+gAFAAwAAABIgcGBwYQFxYXFiA3Njc2ECcmJyYTFg4BIi8BBwYuATQ/AScmPgEWHwE3Nh4BBg8BAfSIdHFDRERDcXQBEHRxQ0REQ3F0SQoBFBsKoqgKGxMKqKIKARQbCqKoChsUAQqoA+hEQ3F0/vB0cUNERENxdAEQdHFDRP1jChsTCqiiCgEUGwqiqAobFAEKqKIKARQbCqIAAAIAAAAAA+QD5AAXADQAAAEiBwYHBhUUFxYXFjMyNzY3NjU0JyYnJhMUBiMFFxYUDwEGLwEuAT8BNh8BFhQPAQUyFh0BAe6Ecm9BQ0NCbnODiXVxQkREQnF1fwQC/pGDAQEVAwTsAgEC7AQEFAIBhAFwAgMD40RCcXWJg3NuQkNDQW9yhIl1cUJE/fYCAwuVAgQCFAQE0AIFAtEEBBQCBQGVCwMDJwAAAAUAAAAAA9QD0wAjACcANwBHAEgAAAERFAYjISImNREjIiY9ATQ2MyE1NDYzITIWHQEhMhYdARQGIyERIREHIgYVERQWOwEyNjURNCYjISIGFREUFjsBMjY1ETQmKwEDeyYb/XYbJkMJDQ0JAQYZEgEvExkBBgkNDQn9CQJc0QkNDQktCQ0NCf7sCQ0NCS0JDQ0JLQMi/TQbJiYbAswMCiwJDS4SGRkSLg0JLAoM/UwCtGsNCf5NCQ0NCQGzCQ0NCf5NCQ0NCQGzCQ0AAAAAEADGAAEAAAAAAAEABAAAAAEAAAAAAAIABwAEAAEAAAAAAAMABAALAAEAAAAAAAQABAAPAAEAAAAAAAUACwATAAEAAAAAAAYABAAeAAEAAAAAAAoAKwAiAAEAAAAAAAsAEwBNAAMAAQQJAAEACABgAAMAAQQJAAIADgBoAAMAAQQJAAMACAB2AAMAAQQJAAQACAB+AAMAAQQJAAUAFgCGAAMAAQQJAAYACACcAAMAAQQJAAoAVgCkAAMAAQQJAAsAJgD6d2V1aVJlZ3VsYXJ3ZXVpd2V1aVZlcnNpb24gMS4wd2V1aUdlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAHcAZQB1AGkAUgBlAGcAdQBsAGEAcgB3AGUAdQBpAHcAZQB1AGkAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQB1AGkARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETAAZjaXJjbGUIZG93bmxvYWQEaW5mbwxzYWZlX3N1Y2Nlc3MJc2FmZV93YXJuB3N1Y2Nlc3MOc3VjY2Vzcy1jaXJjbGURc3VjY2Vzcy1uby1jaXJjbGUHd2FpdGluZw53YWl0aW5nLWNpcmNsZQR3YXJuC2luZm8tY2lyY2xlBmNhbmNlbAZzZWFyY2gFY2xlYXIEYmFjawZkZWxldGUAAAAA') format('truetype');
}
[class^="weui-icon-"],
[class*=" weui-icon-"] {
  display: inline-block;
  vertical-align: middle;
  font: normal normal normal 14px/1 "weui";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
[class^="weui-icon-"]:before,
[class*=" weui-icon-"]:before {
  display: inline-block;
  margin-left: 0.2em;
  margin-right: 0.2em;
}
.weui-icon-circle:before {
  content: "\EA01";
}
/* '' */
.weui-icon-download:before {
  content: "\EA02";
}
/* '' */
.weui-icon-info:before {
  content: "\EA03";
}
/* '' */
.weui-icon-safe-success:before {
  content: "\EA04";
}
/* '' */
.weui-icon-safe-warn:before {
  content: "\EA05";
}
/* '' */
.weui-icon-success:before {
  content: "\EA06";
}
/* '' */
.weui-icon-success-circle:before {
  content: "\EA07";
}
/* '' */
.weui-icon-success-no-circle:before {
  content: "\EA08";
}
/* '' */
.weui-icon-waiting:before {
  content: "\EA09";
}
/* '' */
.weui-icon-waiting-circle:before {
  content: "\EA0A";
}
/* '' */
.weui-icon-warn:before {
  content: "\EA0B";
}
/* '' */
.weui-icon-info-circle:before {
  content: "\EA0C";
}
/* '' */
.weui-icon-cancel:before {
  content: "\EA0D";
}
/* '' */
.weui-icon-search:before {
  content: "\EA0E";
}
/* '' */
.weui-icon-clear:before {
  content: "\EA0F";
}
/* '' */
.weui-icon-back:before {
  content: "\EA10";
}
/* '' */
.weui-icon-delete:before {
  content: "\EA11";
}
/* '' */
/**
* actionsheet
*/
/**
* en: primary type text color of menu item
* zh-CN: 菜单项primary类型的文本颜色
*/
/**
* en: warn type text color of menu item
* zh-CN: 菜单项warn类型的文本颜色
*/
/**
* en: default type text color of menu item
* zh-CN: 菜单项default类型的文本颜色
*/
/**
* en: disabled type text color of menu item
* zh-CN: 菜单项disabled类型的文本颜色
*/
/**
* datetime
*/
/**
* tabbar
*/
/**
* tab
*/
/**
* dialog
*/
/**
* en: title and content's padding-left and padding-right
* zh-CN: 标题及内容区域的 padding-left 和 padding-right
*/
/**
* x-number
*/
/**
* checkbox
*/
/**
* check-icon
*/
/**
* Cell
*/
/**
* Mask
*/
/**
* Range
*/
/**
* Tabbar
*/
/**
* Header
*/
/**
* Timeline
*/
/**
* Switch
*/
/**
* Button
*/
/**
* en: border radius
* zh-CN: 圆角边框
*/
/**
* en: font color
* zh-CN: 字体颜色
*/
/**
* en: margin-top value between previous button, not works when there is only one button
* zh-CN: 与相邻按钮的 margin-top 间隙，只有一个按钮时不生效
*/
/**
* en: button height
* zh-CN: 按钮高度
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: font size
* zh-CN: 字体大小
*/
/**
* en: the font size of the mini type
* zh-CN: mini类型的字体大小
*/
/**
* en: the line height of the mini type
* zh-CN: mini类型的行高
*/
/**
* en: the background color of the warn type
* zh-CN: warn类型的背景颜色
*/
/**
* en: the background color of the warn type in active
* zh-CN: active状态下，warn类型的背景颜色
*/
/**
* en: the background color of the warn type in disabled
* zh-CN: disabled状态下，warn类型的背景颜色
*/
/**
* en: the background color of the default type
* zh-CN: default类型的背景颜色
*/
/**
* en: the font color of the default type
* zh-CN: default类型的字体颜色
*/
/**
* en: the background color of the default type in active
* zh-CN: active状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in disabled
* zh-CN: disabled状态下，default类型的字体颜色
*/
/**
* en: the background color of the default type in disabled
* zh-CN: disabled状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in active
* zh-CN: active状态下，default类型的字体颜色
*/
/**
* en: the background color of the primary type
* zh-CN: primary类型的背景颜色
*/
/**
* en: the background color of the primary type in active
* zh-CN: active状态下，primary类型的背景颜色
*/
/**
* en: the background color of the primary type in disabled
* zh-CN: disabled状态下，primary类型的背景颜色
*/
/**
* en: the font color of the plain primary type
* zh-CN: plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type
* zh-CN: plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain default type
* zh-CN: plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type
* zh-CN: plain的default类型的边框颜色
*/
/**
* en: the font color of the plain default type in active
* zh-CN: active状态下，plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type in active
* zh-CN: active状态下，plain的default类型的边框颜色
*/
/**
* en: the font color of the plain warn type
* zh-CN: plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type
* zh-CN: plain的warn类型的边框颜色
*/
/**
* en: the font color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的边框颜色
*/
/**
* swipeout
*/
/**
* Cell
*/
/**
* Badge
*/
/**
* en: badge background color
* zh-CN: badge的背景颜色
*/
/**
* Popover
*/
/**
* Button tab
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: border radius color
* zh-CN: 圆角边框的半径
*/
/**
* en: border color
* zh-CN: 边框的颜色
*/
/**
* en: not used
* zh-CN: 默认状态下圆角边框的颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default background color
* zh-CN: 默认状态下的背景颜色
*/
/**
* en: selected background color
* zh-CN: 选中状态下的背景颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/* alias */
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default text color
* zh-CN: 默认状态下的文本颜色
*/
/**
* en: height
* zh-CN: 元素高度
*/
/**
* en: line height
* zh-CN: 元素行高
*/
/**
* Swiper
*/
/**
* checklist
*/
/**
* popup-picker
*/
/**
* popup
*/
/**
* popup-header
*/
/**
* form-preview
*/
/**
* sticky
*/
/**
* group
*/
/**
* en: margin-top of title
* zh-CN: 标题的margin-top
*/
/**
* en: margin-bottom of title
* zh-CN: 标题的margin-bottom
*/
/**
* en: margin-top of footer title
* zh-CN: 底部标题的margin-top
*/
/**
* en: margin-bottom of footer title
* zh-CN: 底部标题的margin-bottom
*/
/**
* toast
*/
/**
* en: text size of content
* zh-CN: 内容文本大小
*/
/**
* en: default top
* zh-CN: 默认状态下距离顶部的高度
*/
/**
* en: position top
* zh-CN: 顶部显示的高度
*/
/**
* en: position bottom
* zh-CN: 底部显示的高度
*/
/**
* en: z-index
* zh-CN: z-index
*/
/**
* icon
*/
/**
* calendar
*/
/**
* en: forward and backward arrows color
* zh-CN: 前进后退的箭头颜色
*/
/**
* en: text color of week highlight
* zh-CN: 周末高亮的文本颜色
*/
/**
* en: background color when selected
* zh-CN: 选中时的背景颜色
*/
/**
* en: text color when disabled
* zh-CN: 禁用时的文本颜色
*/
/**
* en: text color of today
* zh-CN: 今天的文本颜色
*/
/**
* en: font size of cell
* zh-CN: 单元格的字号
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: size of date cell
* zh-CN: 日期单元格尺寸大小
*/
/**
* en: line height of date cell
* zh-CN: 日期单元格的行高
*/
/**
* en: text color of header
* zh-CN: 头部的文本颜色
*/
/**
* week-calendar
*/
/**
* search
*/
/**
* en: text color of cancel button
* zh-CN: 取消按钮文本颜色
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: text color of placeholder
* zh-CN: placeholder文本颜色
*/
/**
* radio
*/
/**
* en: checked icon color
* zh-CN: 选中状态的图标颜色
*/
/**
* loadmore
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* loading
*/
/**
* en: z-index
* zh-CN: z-index
*/
[class^="weui-icon_"]:before,
[class*=" weui-icon_"]:before {
  margin: 0;
}
.weui-icon-success {
  font-size: 23px;
  color: #09BB07;
}
.weui-icon-waiting {
  font-size: 23px;
  color: #10AEFF;
}
.weui-icon-warn {
  font-size: 23px;
  color: #F43530;
}
.weui-icon-info {
  font-size: 23px;
  color: #10AEFF;
}
.weui-icon-success-circle {
  font-size: 23px;
  color: #09BB07;
}
.weui-icon-success-no-circle {
  font-size: 23px;
  color: #09BB07;
}
.weui-icon-waiting-circle {
  font-size: 23px;
  color: #10AEFF;
}
.weui-icon-circle {
  font-size: 23px;
  color: #C9C9C9;
}
.weui-icon-download {
  font-size: 23px;
  color: #09BB07;
}
.weui-icon-info-circle {
  font-size: 23px;
  color: #09BB07;
}
.weui-icon-safe-success {
  color: #09BB07;
}
.weui-icon-safe-warn {
  color: #FFBE00;
}
.weui-icon-cancel {
  color: #F43530;
  font-size: 22px;
}
.weui-icon-search {
  color: #B2B2B2;
  font-size: 14px;
}
.weui-icon-clear {
  color: #B2B2B2;
  font-size: 14px;
}
.weui-icon-delete.weui-icon_gallery-delete {
  color: #FFFFFF;
  font-size: 22px;
}
.weui-icon_msg {
  font-size: 93px;
}
.weui-icon_msg.weui-icon-warn {
  color: #F76260;
}
.weui-icon_msg-primary {
  font-size: 93px;
}
.weui-icon_msg-primary.weui-icon-warn {
  color: #FFBE00;
}
/**
following styles will be removed after v3.0.0
*/
.icon-big:before {
  font-size: 93px;
}

.vux-fade-enter-active,
.vux-fade-leave-active {
  opacity: 1;
  -webkit-transition: opacity linear 0.2s;
  transition: opacity linear 0.2s;
}
.vux-fade-enter,
.vux-fade-leave-to {
  opacity: 0;
}
.vux-dialog-enter-active {
  -webkit-animation: vux-dialog-in 0.5s;
          animation: vux-dialog-in 0.5s;
}
.vux-dialog-leave-active {
  -webkit-animation: vux-dialog-out 0.3s;
          animation: vux-dialog-out 0.3s;
}
@-webkit-keyframes vux-dialog-in {
0% {
    -webkit-transform: scale(1.185);
            transform: scale(1.185);
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}
@keyframes vux-dialog-in {
0% {
    -webkit-transform: scale(1.185);
            transform: scale(1.185);
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}
@-webkit-keyframes vux-dialog-out {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    opacity: 0;
}
}
@keyframes vux-dialog-out {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    opacity: 0;
}
}
.vux-mask-enter,
.vux-mask-leave-active {
  opacity: 0;
}
.vux-mask-leave-active,
.vux-mask-enter-active {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
/**
* actionsheet
*/
/**
* en: primary type text color of menu item
* zh-CN: 菜单项primary类型的文本颜色
*/
/**
* en: warn type text color of menu item
* zh-CN: 菜单项warn类型的文本颜色
*/
/**
* en: default type text color of menu item
* zh-CN: 菜单项default类型的文本颜色
*/
/**
* en: disabled type text color of menu item
* zh-CN: 菜单项disabled类型的文本颜色
*/
/**
* datetime
*/
/**
* tabbar
*/
/**
* tab
*/
/**
* dialog
*/
/**
* en: title and content's padding-left and padding-right
* zh-CN: 标题及内容区域的 padding-left 和 padding-right
*/
/**
* x-number
*/
/**
* checkbox
*/
/**
* check-icon
*/
/**
* Cell
*/
/**
* Mask
*/
/**
* Range
*/
/**
* Tabbar
*/
/**
* Header
*/
/**
* Timeline
*/
/**
* Switch
*/
/**
* Button
*/
/**
* en: border radius
* zh-CN: 圆角边框
*/
/**
* en: font color
* zh-CN: 字体颜色
*/
/**
* en: margin-top value between previous button, not works when there is only one button
* zh-CN: 与相邻按钮的 margin-top 间隙，只有一个按钮时不生效
*/
/**
* en: button height
* zh-CN: 按钮高度
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: font size
* zh-CN: 字体大小
*/
/**
* en: the font size of the mini type
* zh-CN: mini类型的字体大小
*/
/**
* en: the line height of the mini type
* zh-CN: mini类型的行高
*/
/**
* en: the background color of the warn type
* zh-CN: warn类型的背景颜色
*/
/**
* en: the background color of the warn type in active
* zh-CN: active状态下，warn类型的背景颜色
*/
/**
* en: the background color of the warn type in disabled
* zh-CN: disabled状态下，warn类型的背景颜色
*/
/**
* en: the background color of the default type
* zh-CN: default类型的背景颜色
*/
/**
* en: the font color of the default type
* zh-CN: default类型的字体颜色
*/
/**
* en: the background color of the default type in active
* zh-CN: active状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in disabled
* zh-CN: disabled状态下，default类型的字体颜色
*/
/**
* en: the background color of the default type in disabled
* zh-CN: disabled状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in active
* zh-CN: active状态下，default类型的字体颜色
*/
/**
* en: the background color of the primary type
* zh-CN: primary类型的背景颜色
*/
/**
* en: the background color of the primary type in active
* zh-CN: active状态下，primary类型的背景颜色
*/
/**
* en: the background color of the primary type in disabled
* zh-CN: disabled状态下，primary类型的背景颜色
*/
/**
* en: the font color of the plain primary type
* zh-CN: plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type
* zh-CN: plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain default type
* zh-CN: plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type
* zh-CN: plain的default类型的边框颜色
*/
/**
* en: the font color of the plain default type in active
* zh-CN: active状态下，plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type in active
* zh-CN: active状态下，plain的default类型的边框颜色
*/
/**
* en: the font color of the plain warn type
* zh-CN: plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type
* zh-CN: plain的warn类型的边框颜色
*/
/**
* en: the font color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的边框颜色
*/
/**
* swipeout
*/
/**
* Cell
*/
/**
* Badge
*/
/**
* en: badge background color
* zh-CN: badge的背景颜色
*/
/**
* Popover
*/
/**
* Button tab
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: border radius color
* zh-CN: 圆角边框的半径
*/
/**
* en: border color
* zh-CN: 边框的颜色
*/
/**
* en: not used
* zh-CN: 默认状态下圆角边框的颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default background color
* zh-CN: 默认状态下的背景颜色
*/
/**
* en: selected background color
* zh-CN: 选中状态下的背景颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/* alias */
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default text color
* zh-CN: 默认状态下的文本颜色
*/
/**
* en: height
* zh-CN: 元素高度
*/
/**
* en: line height
* zh-CN: 元素行高
*/
/**
* Swiper
*/
/**
* checklist
*/
/**
* popup-picker
*/
/**
* popup
*/
/**
* popup-header
*/
/**
* form-preview
*/
/**
* sticky
*/
/**
* group
*/
/**
* en: margin-top of title
* zh-CN: 标题的margin-top
*/
/**
* en: margin-bottom of title
* zh-CN: 标题的margin-bottom
*/
/**
* en: margin-top of footer title
* zh-CN: 底部标题的margin-top
*/
/**
* en: margin-bottom of footer title
* zh-CN: 底部标题的margin-bottom
*/
/**
* toast
*/
/**
* en: text size of content
* zh-CN: 内容文本大小
*/
/**
* en: default top
* zh-CN: 默认状态下距离顶部的高度
*/
/**
* en: position top
* zh-CN: 顶部显示的高度
*/
/**
* en: position bottom
* zh-CN: 底部显示的高度
*/
/**
* en: z-index
* zh-CN: z-index
*/
/**
* icon
*/
/**
* calendar
*/
/**
* en: forward and backward arrows color
* zh-CN: 前进后退的箭头颜色
*/
/**
* en: text color of week highlight
* zh-CN: 周末高亮的文本颜色
*/
/**
* en: background color when selected
* zh-CN: 选中时的背景颜色
*/
/**
* en: text color when disabled
* zh-CN: 禁用时的文本颜色
*/
/**
* en: text color of today
* zh-CN: 今天的文本颜色
*/
/**
* en: font size of cell
* zh-CN: 单元格的字号
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: size of date cell
* zh-CN: 日期单元格尺寸大小
*/
/**
* en: line height of date cell
* zh-CN: 日期单元格的行高
*/
/**
* en: text color of header
* zh-CN: 头部的文本颜色
*/
/**
* week-calendar
*/
/**
* search
*/
/**
* en: text color of cancel button
* zh-CN: 取消按钮文本颜色
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: text color of placeholder
* zh-CN: placeholder文本颜色
*/
/**
* radio
*/
/**
* en: checked icon color
* zh-CN: 选中状态的图标颜色
*/
/**
* loadmore
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* loading
*/
/**
* en: z-index
* zh-CN: z-index
*/
.weui-mask {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.weui-mask_transparent {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "weui";
  src: url('data:application/octet-stream;base64,AAEAAAALAIAAAwAwR1NVQrD+s+0AAAE4AAAAQk9TLzJAKEx+AAABfAAAAFZjbWFw65cFHQAAAhwAAAJQZ2x5ZvCRR/EAAASUAAAKtGhlYWQMPROtAAAA4AAAADZoaGVhCCwD+gAAALwAAAAkaG10eEJo//8AAAHUAAAASGxvY2EYqhW4AAAEbAAAACZtYXhwASEAVQAAARgAAAAgbmFtZeNcHtgAAA9IAAAB5nBvc3T6bLhLAAARMAAAAOYAAQAAA+gAAABaA+j/////A+kAAQAAAAAAAAAAAAAAAAAAABIAAQAAAAEAACbZbxtfDzz1AAsD6AAAAADUm2dvAAAAANSbZ2///wAAA+kD6gAAAAgAAgAAAAAAAAABAAAAEgBJAAUAAAAAAAIAAAAKAAoAAAD/AAAAAAAAAAEAAAAKAB4ALAABREZMVAAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAAAAQOwAZAABQAIAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6gHqEQPoAAAAWgPqAAAAAAABAAAAAAAAAAAAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+j//wPoAAAD6AAAAAAABQAAAAMAAAAsAAAABAAAAXQAAQAAAAAAbgADAAEAAAAsAAMACgAAAXQABABCAAAABAAEAAEAAOoR//8AAOoB//8AAAABAAQAAAABAAIAAwAEAAUABgAHAAgACQAKAAsADAANAA4ADwAQABEAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAANwAAAAAAAAAEQAA6gEAAOoBAAAAAQAA6gIAAOoCAAAAAgAA6gMAAOoDAAAAAwAA6gQAAOoEAAAABAAA6gUAAOoFAAAABQAA6gYAAOoGAAAABgAA6gcAAOoHAAAABwAA6ggAAOoIAAAACAAA6gkAAOoJAAAACQAA6goAAOoKAAAACgAA6gsAAOoLAAAACwAA6gwAAOoMAAAADAAA6g0AAOoNAAAADQAA6g4AAOoOAAAADgAA6g8AAOoPAAAADwAA6hAAAOoQAAAAEAAA6hEAAOoRAAAAEQAAAAAARgCMANIBJAF4AcQCMgJgAqgC/ANIA6YD/gROBKAE9AVaAAAAAgAAAAADrwOtABQAKQAAASIHBgcGFBcWFxYyNzY3NjQnJicmAyInJicmNDc2NzYyFxYXFhQHBgcGAfV4Z2Q7PDw7ZGfwZmQ7PDw7ZGZ4bl5bNjc3Nlte215bNjc3NlteA608O2Rn8GdjOzw8O2Nn8GdkOzz8rzc1W17bXlw1Nzc1XF7bXls1NwAAAAACAAAAAAOzA7MAFwAtAAABIgcGBwYVFBcWFxYzMjc2NzY1NCcmJyYTBwYiLwEmNjsBETQ2OwEyFhURMzIWAe52Z2Q7PT07ZGd2fGpmOz4+O2ZpIXYOKA52Dg0XXQsHJgcLXRcNA7M+O2ZqfHZnZDs9PTtkZ3Z9aWY7Pv3wmhISmhIaARcICwsI/ukaAAMAAAAAA+UD5QAXACMALAAAASIHBgcGFRQXFhcWMzI3Njc2NTQnJicmAxQrASI1AzQ7ATIHJyImNDYyFhQGAe6Ecm9BRERBb3KEiXZxQkREQnF1aQIxAwgCQgMBIxIZGSQZGQPkREJxdomEcm9BRERBb3KEinVxQkT9HQICAWICAjEZIxkZIxkAAAAAAgAAAAADsQPkABkALgAAAQYHBgc2BREUFxYXFhc2NzY3NjURJBcmJyYTAQYvASY/ATYyHwEWNjclNjIfARYB9VVVQk+v/tFHPmxebGxdbT1I/tGvT0JVo/7VBASKAwMSAQUBcQEFAgESAgUBEQQD4xMYEhk3YP6sjnVlSD8cHD9IZXWOAVRgNxkSGP62/tkDA48EBBkCAVYCAQHlAQIQBAAAAAADAAAAAAOxA+QAGwAqADMAAAEGBwYHBgcGNxEUFxYXFhc2NzY3NjURJBcmJyYHMzIWFQMUBisBIicDNDYTIiY0NjIWFAYB9UFBODssO38gRz5sXmxsXW09SP7YqFBBVW80BAYMAwImBQELBh4PFhYeFRUD5A8SDhIOEikK/q2PdWRJPh0dPklkdY8BU141GRIY/AYE/sYCAwUBOgQG/kAVHxUVHxUAAAACAAAAAAPkA+QAFwAtAAABIgcGBwYVFBcWFxYzMjc2NzY1NCcmJyYTAQYiLwEmPwE2Mh8BFjI3ATYyHwEWAe6Ecm9BQ0NCbnODiXVxQkREQnF1kf6gAQUBowMDFgEFAYUCBQEBQwIFARUEA+NEQnF1iYNzbkJDQ0FvcoSJdXFCRP6j/qUBAagEBR4CAWYBAQENAgIVBAAAAAQAAAAAA68DrQAUACkAPwBDAAABIgcGBwYUFxYXFjI3Njc2NCcmJyYDIicmJyY0NzY3NjIXFhcWFAcGBwYTBQ4BLwEmBg8BBhYfARYyNwE+ASYiFzAfAQH1eGdkOzw8O2Rn8GZkOzw8O2RmeG5eWzY3NzZbXtteWzY3NzZbXmn+9gYSBmAGDwUDBQEGfQUQBgElBQELEBUBAQOtPDtkZ/BnYzs8PDtjZ/BnZDs8/K83NVte215cNTc3NVxe215bNTcCJt0FAQVJBQIGBAcRBoAGBQEhBQ8LBAEBAAABAAAAAAO7AzoAFwAAEy4BPwE+AR8BFjY3ATYWFycWFAcBBiInPQoGBwUHGgzLDCELAh0LHwsNCgr9uQoeCgGzCyEOCw0HCZMJAQoBvgkCCg0LHQv9sQsKAAAAAAIAAAAAA+UD5gAXACwAAAEiBwYHBhUUFxYXFjMyNzY3NjU0JyYnJhMHBi8BJicmNRM0NjsBMhYVExceAQHvhHJvQUNDQm5zg4l1cUJEREJxdVcQAwT6AwIEEAMCKwIDDsUCAQPlREJxdYmDc25CQ0NBb3KEiXVxQkT9VhwEAncCAgMGAXoCAwMC/q2FAgQAAAQAAAAAA68DrQADABgALQAzAAABMB8BAyIHBgcGFBcWFxYyNzY3NjQnJicmAyInJicmNDc2NzYyFxYXFhQHBgcGAyMVMzUjAuUBAfJ4Z2Q7PDw7ZGfwZmQ7PDw7ZGZ4bl5bNjc3Nlte215bNjc3NltemyT92QKDAQEBLDw7ZGfwZ2M7PDw7Y2fwZ2Q7PPyvNzVbXtteXDU3NzVcXtteWzU3AjH9JAAAAAMAAAAAA+QD5AAXACcAMAAAASIHBgcGFRQXFhcWMzI3Njc2NTQnJicmAzMyFhUDFAYrASImNQM0NhMiJjQ2MhYUBgHuhHJvQUNDQm5zg4l1cUJEREJxdZ42BAYMAwInAwMMBh8PFhYeFhYD40RCcXWJg3NuQkNDQW9yhIl1cUJE/vYGBf7AAgMDAgFABQb+NhYfFhYfFgAABAAAAAADwAPAAAgAEgAoAD0AAAEyNjQmIgYUFhcjFTMRIxUzNSMDIgcGBwYVFBYXFjMyNzY3NjU0Jy4BAyInJicmNDc2NzYyFxYXFhQHBgcGAfQYISEwISFRjzk5yTorhG5rPT99am+DdmhlPD4+PMyFbV5bNTc3NVte2l5bNTc3NVteAqAiLyIiLyI5Hf7EHBwCsT89a26Ed8w8Pj48ZWh2g29qffyjNzVbXtpeWzU3NzVbXtpeWzU3AAADAAAAAAOoA6gACwAgADUAAAEHJwcXBxc3FzcnNwMiBwYHBhQXFhcWMjc2NzY0JyYnJgMiJyYnJjQ3Njc2MhcWFxYUBwYHBgKOmpocmpocmpocmpq2dmZiOjs7OmJm7GZiOjs7OmJmdmtdWTQ2NjRZXdZdWTQ2NjRZXQKqmpocmpocmpocmpoBGTs6YmbsZmI6Ozs6YmbsZmI6O/zCNjRZXdZdWTQ2NjRZXdZdWTQ2AAMAAAAAA+kD6gAaAC8AMAAAAQYHBiMiJyYnJjQ3Njc2MhcWFxYVFAcGBwEHATI3Njc2NCcmJyYiBwYHBhQXFhcWMwKONUBCR21dWjU3NzVaXdpdWzU2GBcrASM5/eBXS0grKysrSEuuSkkqLCwqSUpXASMrFxg2NVtd2l1aNTc3NVpdbUdCQDX+3jkBGSsrSEuuSkkqLCwqSUquS0grKwAC//8AAAPoA+gAFAAwAAABIgcGBwYQFxYXFiA3Njc2ECcmJyYTFg4BIi8BBwYuATQ/AScmPgEWHwE3Nh4BBg8BAfSIdHFDRERDcXQBEHRxQ0REQ3F0SQoBFBsKoqgKGxMKqKIKARQbCqKoChsUAQqoA+hEQ3F0/vB0cUNERENxdAEQdHFDRP1jChsTCqiiCgEUGwqiqAobFAEKqKIKARQbCqIAAAIAAAAAA+QD5AAXADQAAAEiBwYHBhUUFxYXFjMyNzY3NjU0JyYnJhMUBiMFFxYUDwEGLwEuAT8BNh8BFhQPAQUyFh0BAe6Ecm9BQ0NCbnODiXVxQkREQnF1fwQC/pGDAQEVAwTsAgEC7AQEFAIBhAFwAgMD40RCcXWJg3NuQkNDQW9yhIl1cUJE/fYCAwuVAgQCFAQE0AIFAtEEBBQCBQGVCwMDJwAAAAUAAAAAA9QD0wAjACcANwBHAEgAAAERFAYjISImNREjIiY9ATQ2MyE1NDYzITIWHQEhMhYdARQGIyERIREHIgYVERQWOwEyNjURNCYjISIGFREUFjsBMjY1ETQmKwEDeyYb/XYbJkMJDQ0JAQYZEgEvExkBBgkNDQn9CQJc0QkNDQktCQ0NCf7sCQ0NCS0JDQ0JLQMi/TQbJiYbAswMCiwJDS4SGRkSLg0JLAoM/UwCtGsNCf5NCQ0NCQGzCQ0NCf5NCQ0NCQGzCQ0AAAAAEADGAAEAAAAAAAEABAAAAAEAAAAAAAIABwAEAAEAAAAAAAMABAALAAEAAAAAAAQABAAPAAEAAAAAAAUACwATAAEAAAAAAAYABAAeAAEAAAAAAAoAKwAiAAEAAAAAAAsAEwBNAAMAAQQJAAEACABgAAMAAQQJAAIADgBoAAMAAQQJAAMACAB2AAMAAQQJAAQACAB+AAMAAQQJAAUAFgCGAAMAAQQJAAYACACcAAMAAQQJAAoAVgCkAAMAAQQJAAsAJgD6d2V1aVJlZ3VsYXJ3ZXVpd2V1aVZlcnNpb24gMS4wd2V1aUdlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAHcAZQB1AGkAUgBlAGcAdQBsAGEAcgB3AGUAdQBpAHcAZQB1AGkAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQB1AGkARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETAAZjaXJjbGUIZG93bmxvYWQEaW5mbwxzYWZlX3N1Y2Nlc3MJc2FmZV93YXJuB3N1Y2Nlc3MOc3VjY2Vzcy1jaXJjbGURc3VjY2Vzcy1uby1jaXJjbGUHd2FpdGluZw53YWl0aW5nLWNpcmNsZQR3YXJuC2luZm8tY2lyY2xlBmNhbmNlbAZzZWFyY2gFY2xlYXIEYmFjawZkZWxldGUAAAAA') format('truetype');
}
[class^="weui-icon-"],
[class*=" weui-icon-"] {
  display: inline-block;
  vertical-align: middle;
  font: normal normal normal 14px/1 "weui";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
[class^="weui-icon-"]:before,
[class*=" weui-icon-"]:before {
  display: inline-block;
  margin-left: 0.2em;
  margin-right: 0.2em;
}
.weui-icon-circle:before {
  content: "\EA01";
}
/* '' */
.weui-icon-download:before {
  content: "\EA02";
}
/* '' */
.weui-icon-info:before {
  content: "\EA03";
}
/* '' */
.weui-icon-safe-success:before {
  content: "\EA04";
}
/* '' */
.weui-icon-safe-warn:before {
  content: "\EA05";
}
/* '' */
.weui-icon-success:before {
  content: "\EA06";
}
/* '' */
.weui-icon-success-circle:before {
  content: "\EA07";
}
/* '' */
.weui-icon-success-no-circle:before {
  content: "\EA08";
}
/* '' */
.weui-icon-waiting:before {
  content: "\EA09";
}
/* '' */
.weui-icon-waiting-circle:before {
  content: "\EA0A";
}
/* '' */
.weui-icon-warn:before {
  content: "\EA0B";
}
/* '' */
.weui-icon-info-circle:before {
  content: "\EA0C";
}
/* '' */
.weui-icon-cancel:before {
  content: "\EA0D";
}
/* '' */
.weui-icon-search:before {
  content: "\EA0E";
}
/* '' */
.weui-icon-clear:before {
  content: "\EA0F";
}
/* '' */
.weui-icon-back:before {
  content: "\EA10";
}
/* '' */
.weui-icon-delete:before {
  content: "\EA11";
}
/* '' */
[class^="weui-icon_"]:before,
[class*=" weui-icon_"]:before {
  margin: 0;
}
.weui-icon-success {
  font-size: 23px;
  color: #09BB07;
}
.weui-icon-waiting {
  font-size: 23px;
  color: #10AEFF;
}
.weui-icon-warn {
  font-size: 23px;
  color: #F43530;
}
.weui-icon-info {
  font-size: 23px;
  color: #10AEFF;
}
.weui-icon-success-circle {
  font-size: 23px;
  color: #09BB07;
}
.weui-icon-success-no-circle {
  font-size: 23px;
  color: #09BB07;
}
.weui-icon-waiting-circle {
  font-size: 23px;
  color: #10AEFF;
}
.weui-icon-circle {
  font-size: 23px;
  color: #C9C9C9;
}
.weui-icon-download {
  font-size: 23px;
  color: #09BB07;
}
.weui-icon-info-circle {
  font-size: 23px;
  color: #09BB07;
}
.weui-icon-safe-success {
  color: #09BB07;
}
.weui-icon-safe-warn {
  color: #FFBE00;
}
.weui-icon-cancel {
  color: #F43530;
  font-size: 22px;
}
.weui-icon-search {
  color: #B2B2B2;
  font-size: 14px;
}
.weui-icon-clear {
  color: #B2B2B2;
  font-size: 14px;
}
.weui-icon-delete.weui-icon_gallery-delete {
  color: #FFFFFF;
  font-size: 22px;
}
.weui-icon_msg {
  font-size: 93px;
}
.weui-icon_msg.weui-icon-warn {
  color: #F76260;
}
.weui-icon_msg-primary {
  font-size: 93px;
}
.weui-icon_msg-primary.weui-icon-warn {
  color: #FFBE00;
}
.weui-toast {
  position: fixed;
  z-index: 5001;
  width: 7.6em;
  min-height: 7.6em;
  top: 180px;
  left: 50%;
  margin-left: -3.8em;
  background: rgba(17, 17, 17, 0.7);
  text-align: center;
  border-radius: 5px;
  color: #FFFFFF;
}
.weui-icon_toast {
  margin: 22px 0 0;
  display: block;
}
.weui-icon_toast.weui-icon-success-no-circle:before {
  color: #FFFFFF;
  font-size: 55px;
}
.weui-icon_toast.weui-loading {
  margin: 30px 0 0;
  width: 38px;
  height: 38px;
  vertical-align: baseline;
}
.weui-toast__content {
  margin: 0 0 15px;
}
.weui-toast.vux-toast-top {
  top: 10px;
}
.weui-toast.vux-toast-bottom {
  top: auto;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.weui-toast.vux-toast-middle {
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.vux-slide-from-top-enter,
.vux-slide-from-top-leave-active {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-100%) !important;
          transform: translateX(-50%) translateY(-100%) !important;
}
.vux-slide-from-bottom-enter,
.vux-slide-from-bottom-leave-active {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(100%) !important;
          transform: translateX(-50%) translateY(100%) !important;
}
.vux-slide-from-top-enter-active,
.vux-slide-from-top-leave-active,
.vux-slide-from-bottom-enter-active,
.vux-slide-from-bottom-leave-active {
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.66, 0.04, 1);
  transition: all 400ms cubic-bezier(0.36, 0.66, 0.04, 1);
}
.weui-toast {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 0!important;
}
.weui-toast.weui-toast_forbidden {
  color: #F76260;
}
.weui-toast.weui-toast_forbidden .weui-toast__content {
  margin-top: 10px;
}
.weui-toast.weui-toast_text {
  min-height: 0;
}
.weui-toast_text .weui-toast__content {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 15px;
}
.weui-toast__content {
  font-size: 16px;
}
.weui-loading_toast .weui-toast__content {
  margin-top: 0;
}
.weui-toast_success .weui-icon_toast:before {
  content: "\EA08";
}
.weui-toast_cancel .weui-icon_toast:before {
  content: "\EA0D";
}
.weui-toast_forbidden .weui-icon_toast.weui-icon-success-no-circle:before {
  content: "\EA0B";
  color: #F76260;
}

.vux-label-desc {
  font-size:14px;
  color:#666;
}
/**
* actionsheet
*/
/**
* en: primary type text color of menu item
* zh-CN: 菜单项primary类型的文本颜色
*/
/**
* en: warn type text color of menu item
* zh-CN: 菜单项warn类型的文本颜色
*/
/**
* en: default type text color of menu item
* zh-CN: 菜单项default类型的文本颜色
*/
/**
* en: disabled type text color of menu item
* zh-CN: 菜单项disabled类型的文本颜色
*/
/**
* datetime
*/
/**
* tabbar
*/
/**
* tab
*/
/**
* dialog
*/
/**
* en: title and content's padding-left and padding-right
* zh-CN: 标题及内容区域的 padding-left 和 padding-right
*/
/**
* x-number
*/
/**
* checkbox
*/
/**
* check-icon
*/
/**
* Cell
*/
/**
* Mask
*/
/**
* Range
*/
/**
* Tabbar
*/
/**
* Header
*/
/**
* Timeline
*/
/**
* Switch
*/
/**
* Button
*/
/**
* en: border radius
* zh-CN: 圆角边框
*/
/**
* en: font color
* zh-CN: 字体颜色
*/
/**
* en: margin-top value between previous button, not works when there is only one button
* zh-CN: 与相邻按钮的 margin-top 间隙，只有一个按钮时不生效
*/
/**
* en: button height
* zh-CN: 按钮高度
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: font size
* zh-CN: 字体大小
*/
/**
* en: the font size of the mini type
* zh-CN: mini类型的字体大小
*/
/**
* en: the line height of the mini type
* zh-CN: mini类型的行高
*/
/**
* en: the background color of the warn type
* zh-CN: warn类型的背景颜色
*/
/**
* en: the background color of the warn type in active
* zh-CN: active状态下，warn类型的背景颜色
*/
/**
* en: the background color of the warn type in disabled
* zh-CN: disabled状态下，warn类型的背景颜色
*/
/**
* en: the background color of the default type
* zh-CN: default类型的背景颜色
*/
/**
* en: the font color of the default type
* zh-CN: default类型的字体颜色
*/
/**
* en: the background color of the default type in active
* zh-CN: active状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in disabled
* zh-CN: disabled状态下，default类型的字体颜色
*/
/**
* en: the background color of the default type in disabled
* zh-CN: disabled状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in active
* zh-CN: active状态下，default类型的字体颜色
*/
/**
* en: the background color of the primary type
* zh-CN: primary类型的背景颜色
*/
/**
* en: the background color of the primary type in active
* zh-CN: active状态下，primary类型的背景颜色
*/
/**
* en: the background color of the primary type in disabled
* zh-CN: disabled状态下，primary类型的背景颜色
*/
/**
* en: the font color of the plain primary type
* zh-CN: plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type
* zh-CN: plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain default type
* zh-CN: plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type
* zh-CN: plain的default类型的边框颜色
*/
/**
* en: the font color of the plain default type in active
* zh-CN: active状态下，plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type in active
* zh-CN: active状态下，plain的default类型的边框颜色
*/
/**
* en: the font color of the plain warn type
* zh-CN: plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type
* zh-CN: plain的warn类型的边框颜色
*/
/**
* en: the font color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的边框颜色
*/
/**
* swipeout
*/
/**
* Cell
*/
/**
* Badge
*/
/**
* en: badge background color
* zh-CN: badge的背景颜色
*/
/**
* Popover
*/
/**
* Button tab
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: border radius color
* zh-CN: 圆角边框的半径
*/
/**
* en: border color
* zh-CN: 边框的颜色
*/
/**
* en: not used
* zh-CN: 默认状态下圆角边框的颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default background color
* zh-CN: 默认状态下的背景颜色
*/
/**
* en: selected background color
* zh-CN: 选中状态下的背景颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/* alias */
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default text color
* zh-CN: 默认状态下的文本颜色
*/
/**
* en: height
* zh-CN: 元素高度
*/
/**
* en: line height
* zh-CN: 元素行高
*/
/**
* Swiper
*/
/**
* checklist
*/
/**
* popup-picker
*/
/**
* popup
*/
/**
* popup-header
*/
/**
* form-preview
*/
/**
* sticky
*/
/**
* group
*/
/**
* en: margin-top of title
* zh-CN: 标题的margin-top
*/
/**
* en: margin-bottom of title
* zh-CN: 标题的margin-bottom
*/
/**
* en: margin-top of footer title
* zh-CN: 底部标题的margin-top
*/
/**
* en: margin-bottom of footer title
* zh-CN: 底部标题的margin-bottom
*/
/**
* toast
*/
/**
* en: text size of content
* zh-CN: 内容文本大小
*/
/**
* en: default top
* zh-CN: 默认状态下距离顶部的高度
*/
/**
* en: position top
* zh-CN: 顶部显示的高度
*/
/**
* en: position bottom
* zh-CN: 底部显示的高度
*/
/**
* en: z-index
* zh-CN: z-index
*/
/**
* icon
*/
/**
* calendar
*/
/**
* en: forward and backward arrows color
* zh-CN: 前进后退的箭头颜色
*/
/**
* en: text color of week highlight
* zh-CN: 周末高亮的文本颜色
*/
/**
* en: background color when selected
* zh-CN: 选中时的背景颜色
*/
/**
* en: text color when disabled
* zh-CN: 禁用时的文本颜色
*/
/**
* en: text color of today
* zh-CN: 今天的文本颜色
*/
/**
* en: font size of cell
* zh-CN: 单元格的字号
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: size of date cell
* zh-CN: 日期单元格尺寸大小
*/
/**
* en: line height of date cell
* zh-CN: 日期单元格的行高
*/
/**
* en: text color of header
* zh-CN: 头部的文本颜色
*/
/**
* week-calendar
*/
/**
* search
*/
/**
* en: text color of cancel button
* zh-CN: 取消按钮文本颜色
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: text color of placeholder
* zh-CN: placeholder文本颜色
*/
/**
* radio
*/
/**
* en: checked icon color
* zh-CN: 选中状态的图标颜色
*/
/**
* loadmore
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* loading
*/
/**
* en: z-index
* zh-CN: z-index
*/
.vux-tab-ink-bar {
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #04BE02;
  text-align: center;
}
.vux-tab-ink-bar-transition-forward {
  -webkit-transition: right 0.3s cubic-bezier(0.35, 0, 0.25, 1), left 0.3s cubic-bezier(0.35, 0, 0.25, 1) 0.09s;
  transition: right 0.3s cubic-bezier(0.35, 0, 0.25, 1), left 0.3s cubic-bezier(0.35, 0, 0.25, 1) 0.09s;
}
.vux-tab-ink-bar-transition-backward {
  -webkit-transition: right 0.3s cubic-bezier(0.35, 0, 0.25, 1) 0.09s, left 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  transition: right 0.3s cubic-bezier(0.35, 0, 0.25, 1) 0.09s, left 0.3s cubic-bezier(0.35, 0, 0.25, 1);
}
.vux-tab-bar-top .vux-tab-ink-bar {
  top: 0;
}
.vux-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  height: 44px;
  position: relative;
}
.vux-tab button {
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.vux-tab .vux-tab-item {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), color-stop(#e5e5e5), to(rgba(229, 229, 229, 0))) bottom left no-repeat;
  background: linear-gradient(180deg, #e5e5e5, #e5e5e5, rgba(229, 229, 229, 0)) bottom left no-repeat;
  background-size: 100% 1px;
  font-size: 14px;
  text-align: center;
  line-height: 44px;
  color: #666;
}
.vux-tab .vux-tab-item.vux-tab-selected {
  color: #04BE02;
  border-bottom: 3px solid #04BE02;
}
.vux-tab-bar-top .vux-tab .vux-tab-item {
  background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), color-stop(#e5e5e5), to(rgba(229, 229, 229, 0))) top left no-repeat;
  background: linear-gradient(180deg, #e5e5e5, #e5e5e5, rgba(229, 229, 229, 0)) top left no-repeat;
  background-size: 100% 1px;
}
.vux-tab-bar-top .vux-tab .vux-tab-item.vux-tab-selected {
  border-bottom: none;
  border-top: 3px solid #04BE02;
}
.vux-tab .vux-tab-item.vux-tab-disabled {
  color: #ddd;
}
.vux-tab.vux-tab-no-animate .vux-tab-item.vux-tab-selected {
  background: 0 0;
}
/** when=prop:custom-bar-width **/
.vux-tab-bar-inner {
  display: block;
  background-color: #04BE02;
  margin: auto;
  height: 100%;
  -webkit-transition: width 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  transition: width 0.3s cubic-bezier(0.35, 0, 0.25, 1);
}
.vux-tab-item-badge {
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  height: 18px;
  min-width: 18px;
  padding: 0 4px;
  border-radius: 30px;
  margin: auto 0 auto 4px;
  line-height: 18px;
  font-size: 11px;
  background-clip: padding-box;
  vertical-align: middle;
}
.vux-tab-wrap {
  position: relative;
  padding-top: 44px;
}
.vux-tab-container {
  height: 44px;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  position: absolute;
}
.scrollable {
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 17px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.scrollable::-webkit-scrollbar {
  display: none;
}
.scrollable .vux-tab-ink-bar {
  bottom: 17px;
  position: absolute;
}
.scrollable .vux-tab-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
}

.xs-plugin-pullup-container {
  text-align: center;
}
/**
* actionsheet
*/
/**
* en: primary type text color of menu item
* zh-CN: 菜单项primary类型的文本颜色
*/
/**
* en: warn type text color of menu item
* zh-CN: 菜单项warn类型的文本颜色
*/
/**
* en: default type text color of menu item
* zh-CN: 菜单项default类型的文本颜色
*/
/**
* en: disabled type text color of menu item
* zh-CN: 菜单项disabled类型的文本颜色
*/
/**
* datetime
*/
/**
* tabbar
*/
/**
* tab
*/
/**
* dialog
*/
/**
* en: title and content's padding-left and padding-right
* zh-CN: 标题及内容区域的 padding-left 和 padding-right
*/
/**
* x-number
*/
/**
* checkbox
*/
/**
* check-icon
*/
/**
* Cell
*/
/**
* Mask
*/
/**
* Range
*/
/**
* Tabbar
*/
/**
* Header
*/
/**
* Timeline
*/
/**
* Switch
*/
/**
* Button
*/
/**
* en: border radius
* zh-CN: 圆角边框
*/
/**
* en: font color
* zh-CN: 字体颜色
*/
/**
* en: margin-top value between previous button, not works when there is only one button
* zh-CN: 与相邻按钮的 margin-top 间隙，只有一个按钮时不生效
*/
/**
* en: button height
* zh-CN: 按钮高度
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: font size
* zh-CN: 字体大小
*/
/**
* en: the font size of the mini type
* zh-CN: mini类型的字体大小
*/
/**
* en: the line height of the mini type
* zh-CN: mini类型的行高
*/
/**
* en: the background color of the warn type
* zh-CN: warn类型的背景颜色
*/
/**
* en: the background color of the warn type in active
* zh-CN: active状态下，warn类型的背景颜色
*/
/**
* en: the background color of the warn type in disabled
* zh-CN: disabled状态下，warn类型的背景颜色
*/
/**
* en: the background color of the default type
* zh-CN: default类型的背景颜色
*/
/**
* en: the font color of the default type
* zh-CN: default类型的字体颜色
*/
/**
* en: the background color of the default type in active
* zh-CN: active状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in disabled
* zh-CN: disabled状态下，default类型的字体颜色
*/
/**
* en: the background color of the default type in disabled
* zh-CN: disabled状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in active
* zh-CN: active状态下，default类型的字体颜色
*/
/**
* en: the background color of the primary type
* zh-CN: primary类型的背景颜色
*/
/**
* en: the background color of the primary type in active
* zh-CN: active状态下，primary类型的背景颜色
*/
/**
* en: the background color of the primary type in disabled
* zh-CN: disabled状态下，primary类型的背景颜色
*/
/**
* en: the font color of the plain primary type
* zh-CN: plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type
* zh-CN: plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain default type
* zh-CN: plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type
* zh-CN: plain的default类型的边框颜色
*/
/**
* en: the font color of the plain default type in active
* zh-CN: active状态下，plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type in active
* zh-CN: active状态下，plain的default类型的边框颜色
*/
/**
* en: the font color of the plain warn type
* zh-CN: plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type
* zh-CN: plain的warn类型的边框颜色
*/
/**
* en: the font color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的边框颜色
*/
/**
* swipeout
*/
/**
* Cell
*/
/**
* Badge
*/
/**
* en: badge background color
* zh-CN: badge的背景颜色
*/
/**
* Popover
*/
/**
* Button tab
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: border radius color
* zh-CN: 圆角边框的半径
*/
/**
* en: border color
* zh-CN: 边框的颜色
*/
/**
* en: not used
* zh-CN: 默认状态下圆角边框的颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default background color
* zh-CN: 默认状态下的背景颜色
*/
/**
* en: selected background color
* zh-CN: 选中状态下的背景颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/* alias */
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default text color
* zh-CN: 默认状态下的文本颜色
*/
/**
* en: height
* zh-CN: 元素高度
*/
/**
* en: line height
* zh-CN: 元素行高
*/
/**
* Swiper
*/
/**
* checklist
*/
/**
* popup-picker
*/
/**
* popup
*/
/**
* popup-header
*/
/**
* form-preview
*/
/**
* sticky
*/
/**
* group
*/
/**
* en: margin-top of title
* zh-CN: 标题的margin-top
*/
/**
* en: margin-bottom of title
* zh-CN: 标题的margin-bottom
*/
/**
* en: margin-top of footer title
* zh-CN: 底部标题的margin-top
*/
/**
* en: margin-bottom of footer title
* zh-CN: 底部标题的margin-bottom
*/
/**
* toast
*/
/**
* en: text size of content
* zh-CN: 内容文本大小
*/
/**
* en: default top
* zh-CN: 默认状态下距离顶部的高度
*/
/**
* en: position top
* zh-CN: 顶部显示的高度
*/
/**
* en: position bottom
* zh-CN: 底部显示的高度
*/
/**
* en: z-index
* zh-CN: z-index
*/
/**
* icon
*/
/**
* calendar
*/
/**
* en: forward and backward arrows color
* zh-CN: 前进后退的箭头颜色
*/
/**
* en: text color of week highlight
* zh-CN: 周末高亮的文本颜色
*/
/**
* en: background color when selected
* zh-CN: 选中时的背景颜色
*/
/**
* en: text color when disabled
* zh-CN: 禁用时的文本颜色
*/
/**
* en: text color of today
* zh-CN: 今天的文本颜色
*/
/**
* en: font size of cell
* zh-CN: 单元格的字号
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: size of date cell
* zh-CN: 日期单元格尺寸大小
*/
/**
* en: line height of date cell
* zh-CN: 日期单元格的行高
*/
/**
* en: text color of header
* zh-CN: 头部的文本颜色
*/
/**
* week-calendar
*/
/**
* search
*/
/**
* en: text color of cancel button
* zh-CN: 取消按钮文本颜色
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: text color of placeholder
* zh-CN: placeholder文本颜色
*/
/**
* radio
*/
/**
* en: checked icon color
* zh-CN: 选中状态的图标颜色
*/
/**
* loadmore
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* loading
*/
/**
* en: z-index
* zh-CN: z-index
*/
.vux-modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.vux-modal-open-for-container {
  overflow: hidden!important;
}
.vux-popup-dialog {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #eee;
  z-index: 501;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  max-height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.vux-popup-dialog.vux-popup-left {
  width: auto;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.vux-popup-dialog.vux-popup-right {
  width: auto;
  height: 100%;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
.vux-popup-dialog.vux-popup-top {
  width: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.vux-popup-mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: -1;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}
.vux-popup-mask.vux-popup-show {
  opacity: 1;
}
.vux-popup-animate-bottom-enter,
.vux-popup-animate-bottom-leave-active {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.vux-popup-animate-left-enter,
.vux-popup-animate-left-leave-active {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.vux-popup-animate-right-enter,
.vux-popup-animate-right-leave-active {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.vux-popup-animate-top-enter,
.vux-popup-animate-top-leave-active {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

.searchHeader {
  width: 100%;
}
.searchHeader .searchBox {
  /* 2.0 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  padding: 6px 16px 6px 16px;
}
.searchHeader .searchBox .headPortrait {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border: 1px solid red;*/
}
.searchHeader .searchBox .headPortrait img {
  width: 28px;
  height: 28px;
  border-radius: 28px;
  /*border: 1px solid red;*/
}
.searchHeader .searchBox .headPortrait .redSpot {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 3px;
  right: -2px;
  border-radius: 8px;
  background-image: linear-gradient(-179deg, #FE3434 0%, #EB6100 100%);
}
.searchHeader .searchBox .weui-cell:before {
  border: none;
}
.searchHeader .searchBox .weui-cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 9px;
  width: calc(100% - 33px);
  padding: 0;
  color: #999;
  background: #E3E3E3;
  border-radius: 18px;
}
.searchHeader .searchBox .weui-cell .weui-cell__hd .iconfont {
  font-size: 20px;
  /*position: relative;*/
  /*top: 2px;*/
}
.searchHeader .searchBox .weui-cell .weui-cell__bd {
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.searchHeader .searchBox .weui-cell input::-webkit-input-placeholder {
  opacity: 0.8;
  font-size: 14px;
  color: #999999;
  position: relative;
  top: 2px;
}
.searchHeader .searchBox .weui-cell .weui-cell__bd {
  padding: 0 10px 0 0;
}
.searchHeader .searchBox .weui-cell .weui-cell__hd div {
  padding: 3px 10px 3px 10px;
}
.searchHeader .searchBox .sarchBtn {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 9px;
}
.searchHeader .searchBox .sarchBtn i {
  font-size: 20.5px;
}

.popupChecker {
  height: 100%;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popupChecker .checkerHeader {
  height: 40px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fbf9fe;
}
.popupChecker .checkerHeader :nth-child(1) {
  color: #828282;
  height: 40px;
  font-size: 14px;
}
.popupChecker .checkerHeader :nth-child(2) {
  color: #04BE02;
  height: 40px;
  font-size: 14px;
}
.popupChecker .industryListBox {
  overflow-y: scroll;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /*border: 2px solid #298f54;*/
}
.popupChecker .industryListBox .rowBox {
  width: 100%;
  /*height: 45px;*/
  padding: 10px 16px;
  border-bottom: 1px solid #E3E3E3;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.popupChecker .industryListBox .rowBox .chooseIs {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popupChecker .industryListBox .rowBox .chooseIs .weui-icon-circle,
.popupChecker .industryListBox .rowBox .chooseIs .weui-icon-success {
  font-size: 20px;
}
.popupChecker .industryListBox .rowBox .chooseIs .weui-icon-success {
  color: #36a8ff !important;
}
.popupChecker .industryListBox .rowBox .rowBoxDesc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 5px;
}
.popupChecker .industryListBox .rowBox .rowBoxDesc .rowBoxDescTitle {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
}
/**
* actionsheet
*/
/**
* en: primary type text color of menu item
* zh-CN: 菜单项primary类型的文本颜色
*/
/**
* en: warn type text color of menu item
* zh-CN: 菜单项warn类型的文本颜色
*/
/**
* en: default type text color of menu item
* zh-CN: 菜单项default类型的文本颜色
*/
/**
* en: disabled type text color of menu item
* zh-CN: 菜单项disabled类型的文本颜色
*/
/**
* datetime
*/
/**
* tabbar
*/
/**
* tab
*/
/**
* dialog
*/
/**
* en: title and content's padding-left and padding-right
* zh-CN: 标题及内容区域的 padding-left 和 padding-right
*/
/**
* x-number
*/
/**
* checkbox
*/
/**
* check-icon
*/
/**
* Cell
*/
/**
* Mask
*/
/**
* Range
*/
/**
* Tabbar
*/
/**
* Header
*/
/**
* Timeline
*/
/**
* Switch
*/
/**
* Button
*/
/**
* en: border radius
* zh-CN: 圆角边框
*/
/**
* en: font color
* zh-CN: 字体颜色
*/
/**
* en: margin-top value between previous button, not works when there is only one button
* zh-CN: 与相邻按钮的 margin-top 间隙，只有一个按钮时不生效
*/
/**
* en: button height
* zh-CN: 按钮高度
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: font size
* zh-CN: 字体大小
*/
/**
* en: the font size of the mini type
* zh-CN: mini类型的字体大小
*/
/**
* en: the line height of the mini type
* zh-CN: mini类型的行高
*/
/**
* en: the background color of the warn type
* zh-CN: warn类型的背景颜色
*/
/**
* en: the background color of the warn type in active
* zh-CN: active状态下，warn类型的背景颜色
*/
/**
* en: the background color of the warn type in disabled
* zh-CN: disabled状态下，warn类型的背景颜色
*/
/**
* en: the background color of the default type
* zh-CN: default类型的背景颜色
*/
/**
* en: the font color of the default type
* zh-CN: default类型的字体颜色
*/
/**
* en: the background color of the default type in active
* zh-CN: active状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in disabled
* zh-CN: disabled状态下，default类型的字体颜色
*/
/**
* en: the background color of the default type in disabled
* zh-CN: disabled状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in active
* zh-CN: active状态下，default类型的字体颜色
*/
/**
* en: the background color of the primary type
* zh-CN: primary类型的背景颜色
*/
/**
* en: the background color of the primary type in active
* zh-CN: active状态下，primary类型的背景颜色
*/
/**
* en: the background color of the primary type in disabled
* zh-CN: disabled状态下，primary类型的背景颜色
*/
/**
* en: the font color of the plain primary type
* zh-CN: plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type
* zh-CN: plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain default type
* zh-CN: plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type
* zh-CN: plain的default类型的边框颜色
*/
/**
* en: the font color of the plain default type in active
* zh-CN: active状态下，plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type in active
* zh-CN: active状态下，plain的default类型的边框颜色
*/
/**
* en: the font color of the plain warn type
* zh-CN: plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type
* zh-CN: plain的warn类型的边框颜色
*/
/**
* en: the font color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的边框颜色
*/
/**
* swipeout
*/
/**
* Cell
*/
/**
* Badge
*/
/**
* en: badge background color
* zh-CN: badge的背景颜色
*/
/**
* Popover
*/
/**
* Button tab
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: border radius color
* zh-CN: 圆角边框的半径
*/
/**
* en: border color
* zh-CN: 边框的颜色
*/
/**
* en: not used
* zh-CN: 默认状态下圆角边框的颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default background color
* zh-CN: 默认状态下的背景颜色
*/
/**
* en: selected background color
* zh-CN: 选中状态下的背景颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/* alias */
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default text color
* zh-CN: 默认状态下的文本颜色
*/
/**
* en: height
* zh-CN: 元素高度
*/
/**
* en: line height
* zh-CN: 元素行高
*/
/**
* Swiper
*/
/**
* checklist
*/
/**
* popup-picker
*/
/**
* popup
*/
/**
* popup-header
*/
/**
* form-preview
*/
/**
* sticky
*/
/**
* group
*/
/**
* en: margin-top of title
* zh-CN: 标题的margin-top
*/
/**
* en: margin-bottom of title
* zh-CN: 标题的margin-bottom
*/
/**
* en: margin-top of footer title
* zh-CN: 底部标题的margin-top
*/
/**
* en: margin-bottom of footer title
* zh-CN: 底部标题的margin-bottom
*/
/**
* toast
*/
/**
* en: text size of content
* zh-CN: 内容文本大小
*/
/**
* en: default top
* zh-CN: 默认状态下距离顶部的高度
*/
/**
* en: position top
* zh-CN: 顶部显示的高度
*/
/**
* en: position bottom
* zh-CN: 底部显示的高度
*/
/**
* en: z-index
* zh-CN: z-index
*/
/**
* icon
*/
/**
* calendar
*/
/**
* en: forward and backward arrows color
* zh-CN: 前进后退的箭头颜色
*/
/**
* en: text color of week highlight
* zh-CN: 周末高亮的文本颜色
*/
/**
* en: background color when selected
* zh-CN: 选中时的背景颜色
*/
/**
* en: text color when disabled
* zh-CN: 禁用时的文本颜色
*/
/**
* en: text color of today
* zh-CN: 今天的文本颜色
*/
/**
* en: font size of cell
* zh-CN: 单元格的字号
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: size of date cell
* zh-CN: 日期单元格尺寸大小
*/
/**
* en: line height of date cell
* zh-CN: 日期单元格的行高
*/
/**
* en: text color of header
* zh-CN: 头部的文本颜色
*/
/**
* week-calendar
*/
/**
* search
*/
/**
* en: text color of cancel button
* zh-CN: 取消按钮文本颜色
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: text color of placeholder
* zh-CN: placeholder文本颜色
*/
/**
* radio
*/
/**
* en: checked icon color
* zh-CN: 选中状态的图标颜色
*/
/**
* loadmore
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* loading
*/
/**
* en: z-index
* zh-CN: z-index
*/
.vux-tap-active {
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.vux-tap-active:active {
  background-color: #ECECEC;
}
.weui-cells {
  margin-top: 1.17647059em;
  background-color: #FFFFFF;
  line-height: 1.41176471;
  font-size: 17px;
  overflow: hidden;
  position: relative;
}
.weui-cells:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #D9D9D9;
  color: #D9D9D9;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.weui-cells:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #D9D9D9;
  color: #D9D9D9;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.weui-cells__title {
  margin-top: 0.77em;
  margin-bottom: 0.3em;
  padding-left: 15px;
  padding-right: 15px;
  color: #999999;
  font-size: 14px;
}
.weui-cells__title + .weui-cells {
  margin-top: 0;
}
.weui-cells__tips {
  margin-top: 0.3em;
  color: #999999;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}
.weui-cell {
  padding: 10px 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.weui-cell:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #D9D9D9;
  color: #D9D9D9;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  left: 15px;
}
.weui-cell:first-child:before {
  display: none;
}
.weui-cell_primary {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.weui-cell__bd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.weui-cell__ft {
  text-align: right;
  color: #999999;
}
.vux-cell-justify {
  height: 1.41176471em;
}
.vux-cell-justify.vux-cell-justify:after {
  content: ".";
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 0;
}
.weui-loading {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: weuiLoading 1s steps(12, end) infinite;
          animation: weuiLoading 1s steps(12, end) infinite;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=") no-repeat;
  background-size: 100%;
}
.weui-loading.weui-loading_transparent {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMjAnIGhlaWdodD0nMTIwJyB2aWV3Qm94PScwIDAgMTAwIDEwMCc+PHBhdGggZmlsbD0nbm9uZScgZD0nTTAgMGgxMDB2MTAwSDB6Jy8+PHJlY3QgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjU2KScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3RyYW5zbGF0ZSgwIC0zMCknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjUpJyByeD0nNScgcnk9JzUnIHRyYW5zZm9ybT0ncm90YXRlKDMwIDEwNS45OCA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjQzKScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSg2MCA3NS45OCA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjM4KScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSg5MCA2NSA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjMyKScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSgxMjAgNTguNjYgNjUpJy8+PHJlY3Qgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHg9JzQ2LjUnIHk9JzQwJyBmaWxsPSdyZ2JhKDI1NSwyNTUsMjU1LC4yOCknIHJ4PSc1JyByeT0nNScgdHJhbnNmb3JtPSdyb3RhdGUoMTUwIDU0LjAyIDY1KScvPjxyZWN0IHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyB4PSc0Ni41JyB5PSc0MCcgZmlsbD0ncmdiYSgyNTUsMjU1LDI1NSwuMjUpJyByeD0nNScgcnk9JzUnIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA1MCA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjIpJyByeD0nNScgcnk9JzUnIHRyYW5zZm9ybT0ncm90YXRlKC0xNTAgNDUuOTggNjUpJy8+PHJlY3Qgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHg9JzQ2LjUnIHk9JzQwJyBmaWxsPSdyZ2JhKDI1NSwyNTUsMjU1LC4xNyknIHJ4PSc1JyByeT0nNScgdHJhbnNmb3JtPSdyb3RhdGUoLTEyMCA0MS4zNCA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjE0KScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSgtOTAgMzUgNjUpJy8+PHJlY3Qgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHg9JzQ2LjUnIHk9JzQwJyBmaWxsPSdyZ2JhKDI1NSwyNTUsMjU1LC4xKScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSgtNjAgMjQuMDIgNjUpJy8+PHJlY3Qgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHg9JzQ2LjUnIHk9JzQwJyBmaWxsPSdyZ2JhKDI1NSwyNTUsMjU1LC4wMyknIHJ4PSc1JyByeT0nNScgdHJhbnNmb3JtPSdyb3RhdGUoLTMwIC01Ljk4IDY1KScvPjwvc3ZnPgo=");
}
@-webkit-keyframes weuiLoading {
0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
}
100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
            transform: rotate3d(0, 0, 1, 360deg);
}
}
@keyframes weuiLoading {
0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
}
100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
            transform: rotate3d(0, 0, 1, 360deg);
}
}
.vux-cell-primary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.vux-label {
  display: inline-block;
  word-wrap: break-word;
  word-break: break-all;
}
.weui-cell__ft .weui-loading {
  display: inline-block;
}
.weui-cell__ft.vux-cell-align-left {
  text-align: left;
}
.weui-cell.vux-cell-no-border-intent:before {
  left: 0;
}
.weui-cell_access .weui-cell__ft.vux-cell-arrow-down:after {
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0) rotate(90deg);
          transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0) rotate(90deg);
}
.weui-cell_access .weui-cell__ft.vux-cell-arrow-up:after {
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0) rotate(-90deg);
          transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0) rotate(-90deg);
}
.vux-cell-arrow-transition:after {
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.vux-cell-disabled .vux-label {
  color: #b2b2b2;
}
.vux-cell-disabled.weui-cell_access .weui-cell__ft:after {
  border-color: #e2e2e2;
}
/**
* actionsheet
*/
/**
* en: primary type text color of menu item
* zh-CN: 菜单项primary类型的文本颜色
*/
/**
* en: warn type text color of menu item
* zh-CN: 菜单项warn类型的文本颜色
*/
/**
* en: default type text color of menu item
* zh-CN: 菜单项default类型的文本颜色
*/
/**
* en: disabled type text color of menu item
* zh-CN: 菜单项disabled类型的文本颜色
*/
/**
* datetime
*/
/**
* tabbar
*/
/**
* tab
*/
/**
* dialog
*/
/**
* en: title and content's padding-left and padding-right
* zh-CN: 标题及内容区域的 padding-left 和 padding-right
*/
/**
* x-number
*/
/**
* checkbox
*/
/**
* check-icon
*/
/**
* Cell
*/
/**
* Mask
*/
/**
* Range
*/
/**
* Tabbar
*/
/**
* Header
*/
/**
* Timeline
*/
/**
* Switch
*/
/**
* Button
*/
/**
* en: border radius
* zh-CN: 圆角边框
*/
/**
* en: font color
* zh-CN: 字体颜色
*/
/**
* en: margin-top value between previous button, not works when there is only one button
* zh-CN: 与相邻按钮的 margin-top 间隙，只有一个按钮时不生效
*/
/**
* en: button height
* zh-CN: 按钮高度
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: font size
* zh-CN: 字体大小
*/
/**
* en: the font size of the mini type
* zh-CN: mini类型的字体大小
*/
/**
* en: the line height of the mini type
* zh-CN: mini类型的行高
*/
/**
* en: the background color of the warn type
* zh-CN: warn类型的背景颜色
*/
/**
* en: the background color of the warn type in active
* zh-CN: active状态下，warn类型的背景颜色
*/
/**
* en: the background color of the warn type in disabled
* zh-CN: disabled状态下，warn类型的背景颜色
*/
/**
* en: the background color of the default type
* zh-CN: default类型的背景颜色
*/
/**
* en: the font color of the default type
* zh-CN: default类型的字体颜色
*/
/**
* en: the background color of the default type in active
* zh-CN: active状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in disabled
* zh-CN: disabled状态下，default类型的字体颜色
*/
/**
* en: the background color of the default type in disabled
* zh-CN: disabled状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in active
* zh-CN: active状态下，default类型的字体颜色
*/
/**
* en: the background color of the primary type
* zh-CN: primary类型的背景颜色
*/
/**
* en: the background color of the primary type in active
* zh-CN: active状态下，primary类型的背景颜色
*/
/**
* en: the background color of the primary type in disabled
* zh-CN: disabled状态下，primary类型的背景颜色
*/
/**
* en: the font color of the plain primary type
* zh-CN: plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type
* zh-CN: plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain default type
* zh-CN: plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type
* zh-CN: plain的default类型的边框颜色
*/
/**
* en: the font color of the plain default type in active
* zh-CN: active状态下，plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type in active
* zh-CN: active状态下，plain的default类型的边框颜色
*/
/**
* en: the font color of the plain warn type
* zh-CN: plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type
* zh-CN: plain的warn类型的边框颜色
*/
/**
* en: the font color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的边框颜色
*/
/**
* swipeout
*/
/**
* Cell
*/
/**
* Badge
*/
/**
* en: badge background color
* zh-CN: badge的背景颜色
*/
/**
* Popover
*/
/**
* Button tab
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: border radius color
* zh-CN: 圆角边框的半径
*/
/**
* en: border color
* zh-CN: 边框的颜色
*/
/**
* en: not used
* zh-CN: 默认状态下圆角边框的颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default background color
* zh-CN: 默认状态下的背景颜色
*/
/**
* en: selected background color
* zh-CN: 选中状态下的背景颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/* alias */
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default text color
* zh-CN: 默认状态下的文本颜色
*/
/**
* en: height
* zh-CN: 元素高度
*/
/**
* en: line height
* zh-CN: 元素行高
*/
/**
* Swiper
*/
/**
* checklist
*/
/**
* popup-picker
*/
/**
* popup
*/
/**
* popup-header
*/
/**
* form-preview
*/
/**
* sticky
*/
/**
* group
*/
/**
* en: margin-top of title
* zh-CN: 标题的margin-top
*/
/**
* en: margin-bottom of title
* zh-CN: 标题的margin-bottom
*/
/**
* en: margin-top of footer title
* zh-CN: 底部标题的margin-top
*/
/**
* en: margin-bottom of footer title
* zh-CN: 底部标题的margin-bottom
*/
/**
* toast
*/
/**
* en: text size of content
* zh-CN: 内容文本大小
*/
/**
* en: default top
* zh-CN: 默认状态下距离顶部的高度
*/
/**
* en: position top
* zh-CN: 顶部显示的高度
*/
/**
* en: position bottom
* zh-CN: 底部显示的高度
*/
/**
* en: z-index
* zh-CN: z-index
*/
/**
* icon
*/
/**
* calendar
*/
/**
* en: forward and backward arrows color
* zh-CN: 前进后退的箭头颜色
*/
/**
* en: text color of week highlight
* zh-CN: 周末高亮的文本颜色
*/
/**
* en: background color when selected
* zh-CN: 选中时的背景颜色
*/
/**
* en: text color when disabled
* zh-CN: 禁用时的文本颜色
*/
/**
* en: text color of today
* zh-CN: 今天的文本颜色
*/
/**
* en: font size of cell
* zh-CN: 单元格的字号
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: size of date cell
* zh-CN: 日期单元格尺寸大小
*/
/**
* en: line height of date cell
* zh-CN: 日期单元格的行高
*/
/**
* en: text color of header
* zh-CN: 头部的文本颜色
*/
/**
* week-calendar
*/
/**
* search
*/
/**
* en: text color of cancel button
* zh-CN: 取消按钮文本颜色
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: text color of placeholder
* zh-CN: placeholder文本颜色
*/
/**
* radio
*/
/**
* en: checked icon color
* zh-CN: 选中状态的图标颜色
*/
/**
* loadmore
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* loading
*/
/**
* en: z-index
* zh-CN: z-index
*/
.weui-cell_access {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: inherit;
}
.weui-cell_access:active {
  background-color: #ECECEC;
}
.weui-cell_access .weui-cell__ft {
  padding-right: 13px;
  position: relative;
}
.weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
          transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2px;
}
.weui-cell_link {
  color: #586C94;
  font-size: 14px;
}
.weui-cell_link.weui-cell:first-child:before {
  display: block;
}
.weui-cell_access.vux-cell-box {
  padding-right: 13px;
  position: relative;
}
.weui-cell_access.vux-cell-box:after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
          transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 17px;
}
.weui-cells {
  margin-top: 1.17647059em;
  background-color: #FFFFFF;
  line-height: 1.41176471;
  font-size: 17px;
  overflow: hidden;
  position: relative;
}
.weui-cells:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #D9D9D9;
  color: #D9D9D9;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.weui-cells:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #D9D9D9;
  color: #D9D9D9;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.weui-cells__title {
  margin-top: 0.77em;
  margin-bottom: 0.3em;
  padding-left: 15px;
  padding-right: 15px;
  color: #999999;
  font-size: 14px;
}
.weui-cells__title + .weui-cells {
  margin-top: 0;
}
.weui-cells__tips {
  margin-top: 0.3em;
  color: #999999;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}
.weui-cell {
  padding: 10px 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.weui-cell:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #D9D9D9;
  color: #D9D9D9;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  left: 15px;
}
.weui-cell:first-child:before {
  display: none;
}
.weui-cell_primary {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.weui-cell__bd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.weui-cell__ft {
  text-align: right;
  color: #999999;
}
.vux-cell-justify {
  height: 1.41176471em;
}
.vux-cell-justify.vux-cell-justify:after {
  content: ".";
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 0;
}
/**
* http://www.zhangxinxu.com/wordpress/2015/01/tips-blank-character-chinese-align/
*/
.vux-blank-half:before {
  content: '\2002';
  speak: none;
}
.vux-blank-full:before {
  content: '\2003';
  speak: none;
}
.vux-no-group-title {
  margin-top: 0.77em;
}
.vux-group-footer-title.weui-cells__title {
  margin-top: 0.3em;
  margin-bottom: 0.77em;
  padding-top: 0;
  font-size: 12px;
}
/* global config for group items */
.vux-cell-value {
  color: #999;
}
.vux-cell-placeholder {
  color: #999;
}
/**
* actionsheet
*/
/**
* en: primary type text color of menu item
* zh-CN: 菜单项primary类型的文本颜色
*/
/**
* en: warn type text color of menu item
* zh-CN: 菜单项warn类型的文本颜色
*/
/**
* en: default type text color of menu item
* zh-CN: 菜单项default类型的文本颜色
*/
/**
* en: disabled type text color of menu item
* zh-CN: 菜单项disabled类型的文本颜色
*/
/**
* datetime
*/
/**
* tabbar
*/
/**
* tab
*/
/**
* dialog
*/
/**
* en: title and content's padding-left and padding-right
* zh-CN: 标题及内容区域的 padding-left 和 padding-right
*/
/**
* x-number
*/
/**
* checkbox
*/
/**
* check-icon
*/
/**
* Cell
*/
/**
* Mask
*/
/**
* Range
*/
/**
* Tabbar
*/
/**
* Header
*/
/**
* Timeline
*/
/**
* Switch
*/
/**
* Button
*/
/**
* en: border radius
* zh-CN: 圆角边框
*/
/**
* en: font color
* zh-CN: 字体颜色
*/
/**
* en: margin-top value between previous button, not works when there is only one button
* zh-CN: 与相邻按钮的 margin-top 间隙，只有一个按钮时不生效
*/
/**
* en: button height
* zh-CN: 按钮高度
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: font size
* zh-CN: 字体大小
*/
/**
* en: the font size of the mini type
* zh-CN: mini类型的字体大小
*/
/**
* en: the line height of the mini type
* zh-CN: mini类型的行高
*/
/**
* en: the background color of the warn type
* zh-CN: warn类型的背景颜色
*/
/**
* en: the background color of the warn type in active
* zh-CN: active状态下，warn类型的背景颜色
*/
/**
* en: the background color of the warn type in disabled
* zh-CN: disabled状态下，warn类型的背景颜色
*/
/**
* en: the background color of the default type
* zh-CN: default类型的背景颜色
*/
/**
* en: the font color of the default type
* zh-CN: default类型的字体颜色
*/
/**
* en: the background color of the default type in active
* zh-CN: active状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in disabled
* zh-CN: disabled状态下，default类型的字体颜色
*/
/**
* en: the background color of the default type in disabled
* zh-CN: disabled状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in active
* zh-CN: active状态下，default类型的字体颜色
*/
/**
* en: the background color of the primary type
* zh-CN: primary类型的背景颜色
*/
/**
* en: the background color of the primary type in active
* zh-CN: active状态下，primary类型的背景颜色
*/
/**
* en: the background color of the primary type in disabled
* zh-CN: disabled状态下，primary类型的背景颜色
*/
/**
* en: the font color of the plain primary type
* zh-CN: plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type
* zh-CN: plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain default type
* zh-CN: plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type
* zh-CN: plain的default类型的边框颜色
*/
/**
* en: the font color of the plain default type in active
* zh-CN: active状态下，plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type in active
* zh-CN: active状态下，plain的default类型的边框颜色
*/
/**
* en: the font color of the plain warn type
* zh-CN: plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type
* zh-CN: plain的warn类型的边框颜色
*/
/**
* en: the font color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的边框颜色
*/
/**
* swipeout
*/
/**
* Cell
*/
/**
* Badge
*/
/**
* en: badge background color
* zh-CN: badge的背景颜色
*/
/**
* Popover
*/
/**
* Button tab
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: border radius color
* zh-CN: 圆角边框的半径
*/
/**
* en: border color
* zh-CN: 边框的颜色
*/
/**
* en: not used
* zh-CN: 默认状态下圆角边框的颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default background color
* zh-CN: 默认状态下的背景颜色
*/
/**
* en: selected background color
* zh-CN: 选中状态下的背景颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/* alias */
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default text color
* zh-CN: 默认状态下的文本颜色
*/
/**
* en: height
* zh-CN: 元素高度
*/
/**
* en: line height
* zh-CN: 元素行高
*/
/**
* Swiper
*/
/**
* checklist
*/
/**
* popup-picker
*/
/**
* popup
*/
/**
* popup-header
*/
/**
* form-preview
*/
/**
* sticky
*/
/**
* group
*/
/**
* en: margin-top of title
* zh-CN: 标题的margin-top
*/
/**
* en: margin-bottom of title
* zh-CN: 标题的margin-bottom
*/
/**
* en: margin-top of footer title
* zh-CN: 底部标题的margin-top
*/
/**
* en: margin-bottom of footer title
* zh-CN: 底部标题的margin-bottom
*/
/**
* toast
*/
/**
* en: text size of content
* zh-CN: 内容文本大小
*/
/**
* en: default top
* zh-CN: 默认状态下距离顶部的高度
*/
/**
* en: position top
* zh-CN: 顶部显示的高度
*/
/**
* en: position bottom
* zh-CN: 底部显示的高度
*/
/**
* en: z-index
* zh-CN: z-index
*/
/**
* icon
*/
/**
* calendar
*/
/**
* en: forward and backward arrows color
* zh-CN: 前进后退的箭头颜色
*/
/**
* en: text color of week highlight
* zh-CN: 周末高亮的文本颜色
*/
/**
* en: background color when selected
* zh-CN: 选中时的背景颜色
*/
/**
* en: text color when disabled
* zh-CN: 禁用时的文本颜色
*/
/**
* en: text color of today
* zh-CN: 今天的文本颜色
*/
/**
* en: font size of cell
* zh-CN: 单元格的字号
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: size of date cell
* zh-CN: 日期单元格尺寸大小
*/
/**
* en: line height of date cell
* zh-CN: 日期单元格的行高
*/
/**
* en: text color of header
* zh-CN: 头部的文本颜色
*/
/**
* week-calendar
*/
/**
* search
*/
/**
* en: text color of cancel button
* zh-CN: 取消按钮文本颜色
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: text color of placeholder
* zh-CN: placeholder文本颜色
*/
/**
* radio
*/
/**
* en: checked icon color
* zh-CN: 选中状态的图标颜色
*/
/**
* loadmore
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* loading
*/
/**
* en: z-index
* zh-CN: z-index
*/
.weui-cells {
  margin-top: 1.17647059em;
  background-color: #FFFFFF;
  line-height: 1.41176471;
  font-size: 17px;
  overflow: hidden;
  position: relative;
}
.weui-cells:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #D9D9D9;
  color: #D9D9D9;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.weui-cells:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #D9D9D9;
  color: #D9D9D9;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.weui-cells__title {
  margin-top: 0.77em;
  margin-bottom: 0.3em;
  padding-left: 15px;
  padding-right: 15px;
  color: #999999;
  font-size: 14px;
}
.weui-cells__title + .weui-cells {
  margin-top: 0;
}
.weui-cells__tips {
  margin-top: 0.3em;
  color: #999999;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}
.weui-cell {
  padding: 10px 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.weui-cell:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #D9D9D9;
  color: #D9D9D9;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  left: 15px;
}
.weui-cell:first-child:before {
  display: none;
}
.weui-cell_primary {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.weui-cell__bd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.weui-cell__ft {
  text-align: right;
  color: #999999;
}
.vux-cell-justify {
  height: 1.41176471em;
}
.vux-cell-justify.vux-cell-justify:after {
  content: ".";
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 0;
}
.weui-check__label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.weui-check__label:active {
  background-color: #ECECEC;
}
.weui-check {
  position: absolute;
  left: -9999em;
}
.weui-cells_radio .weui-cell__ft {
  padding-left: 0.35em;
}
.weui-cells_radio .weui-check:checked + .weui-icon-checked:before {
  display: block;
  content: '\EA08';
  color: #09BB07;
  font-size: 16px;
}
.weui-cells_checkbox .weui-cell__hd {
  padding-right: 0.35em;
}
.weui-cells_checkbox .weui-icon-checked:before {
  content: '\EA01';
  color: #C9C9C9;
  font-size: 23px;
  display: block;
}
.weui-cells_checkbox .weui-check:checked + .weui-icon-checked:before {
  content: '\EA06';
  color: #09BB07;
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "weui";
  src: url('data:application/octet-stream;base64,AAEAAAALAIAAAwAwR1NVQrD+s+0AAAE4AAAAQk9TLzJAKEx+AAABfAAAAFZjbWFw65cFHQAAAhwAAAJQZ2x5ZvCRR/EAAASUAAAKtGhlYWQMPROtAAAA4AAAADZoaGVhCCwD+gAAALwAAAAkaG10eEJo//8AAAHUAAAASGxvY2EYqhW4AAAEbAAAACZtYXhwASEAVQAAARgAAAAgbmFtZeNcHtgAAA9IAAAB5nBvc3T6bLhLAAARMAAAAOYAAQAAA+gAAABaA+j/////A+kAAQAAAAAAAAAAAAAAAAAAABIAAQAAAAEAACbZbxtfDzz1AAsD6AAAAADUm2dvAAAAANSbZ2///wAAA+kD6gAAAAgAAgAAAAAAAAABAAAAEgBJAAUAAAAAAAIAAAAKAAoAAAD/AAAAAAAAAAEAAAAKAB4ALAABREZMVAAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAAAAQOwAZAABQAIAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6gHqEQPoAAAAWgPqAAAAAAABAAAAAAAAAAAAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+j//wPoAAAD6AAAAAAABQAAAAMAAAAsAAAABAAAAXQAAQAAAAAAbgADAAEAAAAsAAMACgAAAXQABABCAAAABAAEAAEAAOoR//8AAOoB//8AAAABAAQAAAABAAIAAwAEAAUABgAHAAgACQAKAAsADAANAA4ADwAQABEAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAANwAAAAAAAAAEQAA6gEAAOoBAAAAAQAA6gIAAOoCAAAAAgAA6gMAAOoDAAAAAwAA6gQAAOoEAAAABAAA6gUAAOoFAAAABQAA6gYAAOoGAAAABgAA6gcAAOoHAAAABwAA6ggAAOoIAAAACAAA6gkAAOoJAAAACQAA6goAAOoKAAAACgAA6gsAAOoLAAAACwAA6gwAAOoMAAAADAAA6g0AAOoNAAAADQAA6g4AAOoOAAAADgAA6g8AAOoPAAAADwAA6hAAAOoQAAAAEAAA6hEAAOoRAAAAEQAAAAAARgCMANIBJAF4AcQCMgJgAqgC/ANIA6YD/gROBKAE9AVaAAAAAgAAAAADrwOtABQAKQAAASIHBgcGFBcWFxYyNzY3NjQnJicmAyInJicmNDc2NzYyFxYXFhQHBgcGAfV4Z2Q7PDw7ZGfwZmQ7PDw7ZGZ4bl5bNjc3Nlte215bNjc3NlteA608O2Rn8GdjOzw8O2Nn8GdkOzz8rzc1W17bXlw1Nzc1XF7bXls1NwAAAAACAAAAAAOzA7MAFwAtAAABIgcGBwYVFBcWFxYzMjc2NzY1NCcmJyYTBwYiLwEmNjsBETQ2OwEyFhURMzIWAe52Z2Q7PT07ZGd2fGpmOz4+O2ZpIXYOKA52Dg0XXQsHJgcLXRcNA7M+O2ZqfHZnZDs9PTtkZ3Z9aWY7Pv3wmhISmhIaARcICwsI/ukaAAMAAAAAA+UD5QAXACMALAAAASIHBgcGFRQXFhcWMzI3Njc2NTQnJicmAxQrASI1AzQ7ATIHJyImNDYyFhQGAe6Ecm9BRERBb3KEiXZxQkREQnF1aQIxAwgCQgMBIxIZGSQZGQPkREJxdomEcm9BRERBb3KEinVxQkT9HQICAWICAjEZIxkZIxkAAAAAAgAAAAADsQPkABkALgAAAQYHBgc2BREUFxYXFhc2NzY3NjURJBcmJyYTAQYvASY/ATYyHwEWNjclNjIfARYB9VVVQk+v/tFHPmxebGxdbT1I/tGvT0JVo/7VBASKAwMSAQUBcQEFAgESAgUBEQQD4xMYEhk3YP6sjnVlSD8cHD9IZXWOAVRgNxkSGP62/tkDA48EBBkCAVYCAQHlAQIQBAAAAAADAAAAAAOxA+QAGwAqADMAAAEGBwYHBgcGNxEUFxYXFhc2NzY3NjURJBcmJyYHMzIWFQMUBisBIicDNDYTIiY0NjIWFAYB9UFBODssO38gRz5sXmxsXW09SP7YqFBBVW80BAYMAwImBQELBh4PFhYeFRUD5A8SDhIOEikK/q2PdWRJPh0dPklkdY8BU141GRIY/AYE/sYCAwUBOgQG/kAVHxUVHxUAAAACAAAAAAPkA+QAFwAtAAABIgcGBwYVFBcWFxYzMjc2NzY1NCcmJyYTAQYiLwEmPwE2Mh8BFjI3ATYyHwEWAe6Ecm9BQ0NCbnODiXVxQkREQnF1kf6gAQUBowMDFgEFAYUCBQEBQwIFARUEA+NEQnF1iYNzbkJDQ0FvcoSJdXFCRP6j/qUBAagEBR4CAWYBAQENAgIVBAAAAAQAAAAAA68DrQAUACkAPwBDAAABIgcGBwYUFxYXFjI3Njc2NCcmJyYDIicmJyY0NzY3NjIXFhcWFAcGBwYTBQ4BLwEmBg8BBhYfARYyNwE+ASYiFzAfAQH1eGdkOzw8O2Rn8GZkOzw8O2RmeG5eWzY3NzZbXtteWzY3NzZbXmn+9gYSBmAGDwUDBQEGfQUQBgElBQELEBUBAQOtPDtkZ/BnYzs8PDtjZ/BnZDs8/K83NVte215cNTc3NVxe215bNTcCJt0FAQVJBQIGBAcRBoAGBQEhBQ8LBAEBAAABAAAAAAO7AzoAFwAAEy4BPwE+AR8BFjY3ATYWFycWFAcBBiInPQoGBwUHGgzLDCELAh0LHwsNCgr9uQoeCgGzCyEOCw0HCZMJAQoBvgkCCg0LHQv9sQsKAAAAAAIAAAAAA+UD5gAXACwAAAEiBwYHBhUUFxYXFjMyNzY3NjU0JyYnJhMHBi8BJicmNRM0NjsBMhYVExceAQHvhHJvQUNDQm5zg4l1cUJEREJxdVcQAwT6AwIEEAMCKwIDDsUCAQPlREJxdYmDc25CQ0NBb3KEiXVxQkT9VhwEAncCAgMGAXoCAwMC/q2FAgQAAAQAAAAAA68DrQADABgALQAzAAABMB8BAyIHBgcGFBcWFxYyNzY3NjQnJicmAyInJicmNDc2NzYyFxYXFhQHBgcGAyMVMzUjAuUBAfJ4Z2Q7PDw7ZGfwZmQ7PDw7ZGZ4bl5bNjc3Nlte215bNjc3NltemyT92QKDAQEBLDw7ZGfwZ2M7PDw7Y2fwZ2Q7PPyvNzVbXtteXDU3NzVcXtteWzU3AjH9JAAAAAMAAAAAA+QD5AAXACcAMAAAASIHBgcGFRQXFhcWMzI3Njc2NTQnJicmAzMyFhUDFAYrASImNQM0NhMiJjQ2MhYUBgHuhHJvQUNDQm5zg4l1cUJEREJxdZ42BAYMAwInAwMMBh8PFhYeFhYD40RCcXWJg3NuQkNDQW9yhIl1cUJE/vYGBf7AAgMDAgFABQb+NhYfFhYfFgAABAAAAAADwAPAAAgAEgAoAD0AAAEyNjQmIgYUFhcjFTMRIxUzNSMDIgcGBwYVFBYXFjMyNzY3NjU0Jy4BAyInJicmNDc2NzYyFxYXFhQHBgcGAfQYISEwISFRjzk5yTorhG5rPT99am+DdmhlPD4+PMyFbV5bNTc3NVte2l5bNTc3NVteAqAiLyIiLyI5Hf7EHBwCsT89a26Ed8w8Pj48ZWh2g29qffyjNzVbXtpeWzU3NzVbXtpeWzU3AAADAAAAAAOoA6gACwAgADUAAAEHJwcXBxc3FzcnNwMiBwYHBhQXFhcWMjc2NzY0JyYnJgMiJyYnJjQ3Njc2MhcWFxYUBwYHBgKOmpocmpocmpocmpq2dmZiOjs7OmJm7GZiOjs7OmJmdmtdWTQ2NjRZXdZdWTQ2NjRZXQKqmpocmpocmpocmpoBGTs6YmbsZmI6Ozs6YmbsZmI6O/zCNjRZXdZdWTQ2NjRZXdZdWTQ2AAMAAAAAA+kD6gAaAC8AMAAAAQYHBiMiJyYnJjQ3Njc2MhcWFxYVFAcGBwEHATI3Njc2NCcmJyYiBwYHBhQXFhcWMwKONUBCR21dWjU3NzVaXdpdWzU2GBcrASM5/eBXS0grKysrSEuuSkkqLCwqSUpXASMrFxg2NVtd2l1aNTc3NVpdbUdCQDX+3jkBGSsrSEuuSkkqLCwqSUquS0grKwAC//8AAAPoA+gAFAAwAAABIgcGBwYQFxYXFiA3Njc2ECcmJyYTFg4BIi8BBwYuATQ/AScmPgEWHwE3Nh4BBg8BAfSIdHFDRERDcXQBEHRxQ0REQ3F0SQoBFBsKoqgKGxMKqKIKARQbCqKoChsUAQqoA+hEQ3F0/vB0cUNERENxdAEQdHFDRP1jChsTCqiiCgEUGwqiqAobFAEKqKIKARQbCqIAAAIAAAAAA+QD5AAXADQAAAEiBwYHBhUUFxYXFjMyNzY3NjU0JyYnJhMUBiMFFxYUDwEGLwEuAT8BNh8BFhQPAQUyFh0BAe6Ecm9BQ0NCbnODiXVxQkREQnF1fwQC/pGDAQEVAwTsAgEC7AQEFAIBhAFwAgMD40RCcXWJg3NuQkNDQW9yhIl1cUJE/fYCAwuVAgQCFAQE0AIFAtEEBBQCBQGVCwMDJwAAAAUAAAAAA9QD0wAjACcANwBHAEgAAAERFAYjISImNREjIiY9ATQ2MyE1NDYzITIWHQEhMhYdARQGIyERIREHIgYVERQWOwEyNjURNCYjISIGFREUFjsBMjY1ETQmKwEDeyYb/XYbJkMJDQ0JAQYZEgEvExkBBgkNDQn9CQJc0QkNDQktCQ0NCf7sCQ0NCS0JDQ0JLQMi/TQbJiYbAswMCiwJDS4SGRkSLg0JLAoM/UwCtGsNCf5NCQ0NCQGzCQ0NCf5NCQ0NCQGzCQ0AAAAAEADGAAEAAAAAAAEABAAAAAEAAAAAAAIABwAEAAEAAAAAAAMABAALAAEAAAAAAAQABAAPAAEAAAAAAAUACwATAAEAAAAAAAYABAAeAAEAAAAAAAoAKwAiAAEAAAAAAAsAEwBNAAMAAQQJAAEACABgAAMAAQQJAAIADgBoAAMAAQQJAAMACAB2AAMAAQQJAAQACAB+AAMAAQQJAAUAFgCGAAMAAQQJAAYACACcAAMAAQQJAAoAVgCkAAMAAQQJAAsAJgD6d2V1aVJlZ3VsYXJ3ZXVpd2V1aVZlcnNpb24gMS4wd2V1aUdlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAHcAZQB1AGkAUgBlAGcAdQBsAGEAcgB3AGUAdQBpAHcAZQB1AGkAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQB1AGkARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETAAZjaXJjbGUIZG93bmxvYWQEaW5mbwxzYWZlX3N1Y2Nlc3MJc2FmZV93YXJuB3N1Y2Nlc3MOc3VjY2Vzcy1jaXJjbGURc3VjY2Vzcy1uby1jaXJjbGUHd2FpdGluZw53YWl0aW5nLWNpcmNsZQR3YXJuC2luZm8tY2lyY2xlBmNhbmNlbAZzZWFyY2gFY2xlYXIEYmFjawZkZWxldGUAAAAA') format('truetype');
}
[class^="weui-icon-"],
[class*=" weui-icon-"] {
  display: inline-block;
  vertical-align: middle;
  font: normal normal normal 14px/1 "weui";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
[class^="weui-icon-"]:before,
[class*=" weui-icon-"]:before {
  display: inline-block;
  margin-left: 0.2em;
  margin-right: 0.2em;
}
.weui-icon-circle:before {
  content: "\EA01";
}
/* '' */
.weui-icon-download:before {
  content: "\EA02";
}
/* '' */
.weui-icon-info:before {
  content: "\EA03";
}
/* '' */
.weui-icon-safe-success:before {
  content: "\EA04";
}
/* '' */
.weui-icon-safe-warn:before {
  content: "\EA05";
}
/* '' */
.weui-icon-success:before {
  content: "\EA06";
}
/* '' */
.weui-icon-success-circle:before {
  content: "\EA07";
}
/* '' */
.weui-icon-success-no-circle:before {
  content: "\EA08";
}
/* '' */
.weui-icon-waiting:before {
  content: "\EA09";
}
/* '' */
.weui-icon-waiting-circle:before {
  content: "\EA0A";
}
/* '' */
.weui-icon-warn:before {
  content: "\EA0B";
}
/* '' */
.weui-icon-info-circle:before {
  content: "\EA0C";
}
/* '' */
.weui-icon-cancel:before {
  content: "\EA0D";
}
/* '' */
.weui-icon-search:before {
  content: "\EA0E";
}
/* '' */
.weui-icon-clear:before {
  content: "\EA0F";
}
/* '' */
.weui-icon-back:before {
  content: "\EA10";
}
/* '' */
.weui-icon-delete:before {
  content: "\EA11";
}
/* '' */
[class^="weui-icon_"]:before,
[class*=" weui-icon_"]:before {
  margin: 0;
}
.weui-icon-success {
  font-size: 23px;
  color: #09BB07;
}
.weui-icon-waiting {
  font-size: 23px;
  color: #10AEFF;
}
.weui-icon-warn {
  font-size: 23px;
  color: #F43530;
}
.weui-icon-info {
  font-size: 23px;
  color: #10AEFF;
}
.weui-icon-success-circle {
  font-size: 23px;
  color: #09BB07;
}
.weui-icon-success-no-circle {
  font-size: 23px;
  color: #09BB07;
}
.weui-icon-waiting-circle {
  font-size: 23px;
  color: #10AEFF;
}
.weui-icon-circle {
  font-size: 23px;
  color: #C9C9C9;
}
.weui-icon-download {
  font-size: 23px;
  color: #09BB07;
}
.weui-icon-info-circle {
  font-size: 23px;
  color: #09BB07;
}
.weui-icon-safe-success {
  color: #09BB07;
}
.weui-icon-safe-warn {
  color: #FFBE00;
}
.weui-icon-cancel {
  color: #F43530;
  font-size: 22px;
}
.weui-icon-search {
  color: #B2B2B2;
  font-size: 14px;
}
.weui-icon-clear {
  color: #B2B2B2;
  font-size: 14px;
}
.weui-icon-delete.weui-icon_gallery-delete {
  color: #FFFFFF;
  font-size: 22px;
}
.weui-icon_msg {
  font-size: 93px;
}
.weui-icon_msg.weui-icon-warn {
  color: #F76260;
}
.weui-icon_msg-primary {
  font-size: 93px;
}
.weui-icon_msg-primary.weui-icon-warn {
  color: #FFBE00;
}
.weui-cells_checkbox .weui-check:checked + .vux-checklist-icon-checked:before {
  color: #09BB07;
}
.weui-cells_checkbox > label > * {
  pointer-events: none;
}
.vux-checklist-disabled .vux-checklist-icon-checked:before {
  opacity: 0.5;
}
.vux-checklist-label-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.vux-group-tip, .vux-group-tip p {
  font-size:14px;
  color:#888;
  text-align:center;
  padding-top:0.3em;
  padding-left:10px;
  padding-right:5px;
}
.vux-group-tip .weui-icon {
  padding-right: 3px;
}

.RecommendationService {
  padding: 0 16px;
  background-color: #fff;
}
.RecommendationService .scrollContent {
  /*border: 1px solid cornflowerblue;*/
}
.RecommendationService .scrollContent .vux-swiper {
  width: 100%;
}
.RecommendationService .scrollContent .vux-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.RecommendationService .scrollContent .vux-indicator-right > a {
  margin: 0 3px !important;
}
.RecommendationService .scrollContent .vux-indicator-right {
  position: relative !important;
  right: 0;
  left: 0;
  bottom: 2px;
}
.RecommendationService .scrollContent .vux-indicator-right .vux-icon-dot {
  width: 20px;
  height: 4px;
  border-radius: 5px;
  background-color: #d0cdd1;
}
.RecommendationService .scrollContent .vux-indicator-right .active {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  border-radius: 50%;
  width: 5px;
  height: 5px;
}
.RecommendationService .scrollContent .vux-swiper-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.RecommendationService .scrollContent .vux-swiper-item .hotBox-item:nth-child(3) {
  margin-top: 7px;
}
.RecommendationService .scrollContent .vux-swiper-item .hotBox-item:nth-child(4) {
  margin-top: 7px;
}
.RecommendationService .scrollContent .hotBox {
  height: 80px;
  position: relative;
  /*border: 2px solid darkseagreen;*/
}
.RecommendationService .scrollContent .hotBox-item {
  width: calc(50% - 4px);
  height: calc(50% - 7px);
  overflow: hidden;
  /*超出部分隐藏*/
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  white-space: nowrap;
  /*规定段落中的文本不进行换行 */
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.RecommendationService .scrollContent .hotBox-item .bgPic {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.RecommendationService .scrollContent .hotBox-item .textBoxBlue {
  padding-left: 10px;
  position: absolute;
  font-weight: bolder;
  z-index: 15;
  width: 65%;
  top: calc(50% - 10px);
  font-size: 14px;
  color: #1D68D2;
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  overflow: hidden;
  /*超出部分隐藏*/
  white-space: nowrap;
  /*规定段落中的文本不进行换行 */
}
.RecommendationService .scrollContent .hotBox-item .textBoxRed {
  padding-left: 10px;
  position: absolute;
  font-weight: bolder;
  z-index: 15;
  width: 65%;
  top: calc(50% - 10px);
  font-size: 14px;
  color: #aa3d3b;
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  overflow: hidden;
  /*超出部分隐藏*/
  white-space: nowrap;
  /*规定段落中的文本不进行换行 */
}
.RecommendationService .scrollContent .hotBox-item .textBoxGro {
  padding-left: 10px;
  position: absolute;
  font-weight: bolder;
  z-index: 15;
  width: 65%;
  top: calc(50% - 10px);
  font-size: 14px;
  color: #6153b9;
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  overflow: hidden;
  /*超出部分隐藏*/
  white-space: nowrap;
  /*规定段落中的文本不进行换行 */
}
.RecommendationService .scrollContent .hotBox-item .textBoxOra {
  padding-left: 10px;
  position: absolute;
  font-weight: bolder;
  z-index: 15;
  width: 65%;
  top: calc(50% - 10px);
  font-size: 14px;
  color: #FDA742;
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  overflow: hidden;
  /*超出部分隐藏*/
  white-space: nowrap;
  /*规定段落中的文本不进行换行 */
}
.RecommendationService .scrollContent .hotBox-item .textBoxGreen {
  padding-left: 10px;
  position: absolute;
  font-weight: bolder;
  z-index: 15;
  width: 65%;
  top: calc(50% - 10px);
  font-size: 14px;
  color: #177c56;
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  overflow: hidden;
  /*超出部分隐藏*/
  white-space: nowrap;
  /*规定段落中的文本不进行换行 */
}
.RecommendationService .scrollContent .hotBox-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/**
* actionsheet
*/
/**
* en: primary type text color of menu item
* zh-CN: 菜单项primary类型的文本颜色
*/
/**
* en: warn type text color of menu item
* zh-CN: 菜单项warn类型的文本颜色
*/
/**
* en: default type text color of menu item
* zh-CN: 菜单项default类型的文本颜色
*/
/**
* en: disabled type text color of menu item
* zh-CN: 菜单项disabled类型的文本颜色
*/
/**
* datetime
*/
/**
* tabbar
*/
/**
* tab
*/
/**
* dialog
*/
/**
* en: title and content's padding-left and padding-right
* zh-CN: 标题及内容区域的 padding-left 和 padding-right
*/
/**
* x-number
*/
/**
* checkbox
*/
/**
* check-icon
*/
/**
* Cell
*/
/**
* Mask
*/
/**
* Range
*/
/**
* Tabbar
*/
/**
* Header
*/
/**
* Timeline
*/
/**
* Switch
*/
/**
* Button
*/
/**
* en: border radius
* zh-CN: 圆角边框
*/
/**
* en: font color
* zh-CN: 字体颜色
*/
/**
* en: margin-top value between previous button, not works when there is only one button
* zh-CN: 与相邻按钮的 margin-top 间隙，只有一个按钮时不生效
*/
/**
* en: button height
* zh-CN: 按钮高度
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: font size
* zh-CN: 字体大小
*/
/**
* en: the font size of the mini type
* zh-CN: mini类型的字体大小
*/
/**
* en: the line height of the mini type
* zh-CN: mini类型的行高
*/
/**
* en: the background color of the warn type
* zh-CN: warn类型的背景颜色
*/
/**
* en: the background color of the warn type in active
* zh-CN: active状态下，warn类型的背景颜色
*/
/**
* en: the background color of the warn type in disabled
* zh-CN: disabled状态下，warn类型的背景颜色
*/
/**
* en: the background color of the default type
* zh-CN: default类型的背景颜色
*/
/**
* en: the font color of the default type
* zh-CN: default类型的字体颜色
*/
/**
* en: the background color of the default type in active
* zh-CN: active状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in disabled
* zh-CN: disabled状态下，default类型的字体颜色
*/
/**
* en: the background color of the default type in disabled
* zh-CN: disabled状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in active
* zh-CN: active状态下，default类型的字体颜色
*/
/**
* en: the background color of the primary type
* zh-CN: primary类型的背景颜色
*/
/**
* en: the background color of the primary type in active
* zh-CN: active状态下，primary类型的背景颜色
*/
/**
* en: the background color of the primary type in disabled
* zh-CN: disabled状态下，primary类型的背景颜色
*/
/**
* en: the font color of the plain primary type
* zh-CN: plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type
* zh-CN: plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain default type
* zh-CN: plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type
* zh-CN: plain的default类型的边框颜色
*/
/**
* en: the font color of the plain default type in active
* zh-CN: active状态下，plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type in active
* zh-CN: active状态下，plain的default类型的边框颜色
*/
/**
* en: the font color of the plain warn type
* zh-CN: plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type
* zh-CN: plain的warn类型的边框颜色
*/
/**
* en: the font color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的边框颜色
*/
/**
* swipeout
*/
/**
* Cell
*/
/**
* Badge
*/
/**
* en: badge background color
* zh-CN: badge的背景颜色
*/
/**
* Popover
*/
/**
* Button tab
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: border radius color
* zh-CN: 圆角边框的半径
*/
/**
* en: border color
* zh-CN: 边框的颜色
*/
/**
* en: not used
* zh-CN: 默认状态下圆角边框的颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default background color
* zh-CN: 默认状态下的背景颜色
*/
/**
* en: selected background color
* zh-CN: 选中状态下的背景颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/* alias */
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default text color
* zh-CN: 默认状态下的文本颜色
*/
/**
* en: height
* zh-CN: 元素高度
*/
/**
* en: line height
* zh-CN: 元素行高
*/
/**
* Swiper
*/
/**
* checklist
*/
/**
* popup-picker
*/
/**
* popup
*/
/**
* popup-header
*/
/**
* form-preview
*/
/**
* sticky
*/
/**
* group
*/
/**
* en: margin-top of title
* zh-CN: 标题的margin-top
*/
/**
* en: margin-bottom of title
* zh-CN: 标题的margin-bottom
*/
/**
* en: margin-top of footer title
* zh-CN: 底部标题的margin-top
*/
/**
* en: margin-bottom of footer title
* zh-CN: 底部标题的margin-bottom
*/
/**
* toast
*/
/**
* en: text size of content
* zh-CN: 内容文本大小
*/
/**
* en: default top
* zh-CN: 默认状态下距离顶部的高度
*/
/**
* en: position top
* zh-CN: 顶部显示的高度
*/
/**
* en: position bottom
* zh-CN: 底部显示的高度
*/
/**
* en: z-index
* zh-CN: z-index
*/
/**
* icon
*/
/**
* calendar
*/
/**
* en: forward and backward arrows color
* zh-CN: 前进后退的箭头颜色
*/
/**
* en: text color of week highlight
* zh-CN: 周末高亮的文本颜色
*/
/**
* en: background color when selected
* zh-CN: 选中时的背景颜色
*/
/**
* en: text color when disabled
* zh-CN: 禁用时的文本颜色
*/
/**
* en: text color of today
* zh-CN: 今天的文本颜色
*/
/**
* en: font size of cell
* zh-CN: 单元格的字号
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: size of date cell
* zh-CN: 日期单元格尺寸大小
*/
/**
* en: line height of date cell
* zh-CN: 日期单元格的行高
*/
/**
* en: text color of header
* zh-CN: 头部的文本颜色
*/
/**
* week-calendar
*/
/**
* search
*/
/**
* en: text color of cancel button
* zh-CN: 取消按钮文本颜色
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: text color of placeholder
* zh-CN: placeholder文本颜色
*/
/**
* radio
*/
/**
* en: checked icon color
* zh-CN: 选中状态的图标颜色
*/
/**
* loadmore
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* loading
*/
/**
* en: z-index
* zh-CN: z-index
*/
.vux-slider {
  overflow: hidden;
  position: relative;
}
.vux-slider > .vux-indicator,
.vux-slider .vux-indicator-right {
  position: absolute;
  right: 15px;
  bottom: 10px;
}
.vux-slider > .vux-indicator > a,
.vux-slider .vux-indicator-right > a {
  float: left;
  margin-left: 6px;
}
.vux-slider > .vux-indicator > a > .vux-icon-dot,
.vux-slider .vux-indicator-right > a > .vux-icon-dot {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #d0cdd1;
}
.vux-slider > .vux-indicator > a > .vux-icon-dot.active,
.vux-slider .vux-indicator-right > a > .vux-icon-dot.active {
  background-color: #04BE02;
}
.vux-slider > .vux-indicator-center {
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.vux-slider > .vux-indicator-left {
  left: 15px;
  right: auto;
}
.vux-slider > .vux-swiper {
  overflow: hidden;
  position: relative;
}
.vux-slider > .vux-swiper > .vux-swiper-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vux-slider > .vux-swiper > .vux-swiper-item > a {
  display: block;
  width: 100%;
  height: 100%;
}
.vux-slider > .vux-swiper > .vux-swiper-item > a > .vux-img {
  display: block;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
}
.vux-slider > .vux-swiper > .vux-swiper-item > a > .vux-swiper-desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.4em;
  font-size: 16px;
  padding: 20px 50px 12px 13px;
  margin: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.PolicyNewsList {
  width: 100%;
  /*height: inherit;*/
  /*overflow-y: scroll;*/
  /*border: 2px solid forestgreen;*/
  min-height: 400px;
  /*max-height: 400px;*/
}
.PolicyNewsList .footerLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.PolicyNewsList .hsoftNoData {
  height: 400px;
}
.PolicyNewsList .HsoftInlineLoading {
  /*margin-top: 300px;*/
  /*border: 1px solid red;*/
  padding-top: 100px;
}
/**
* actionsheet
*/
/**
* en: primary type text color of menu item
* zh-CN: 菜单项primary类型的文本颜色
*/
/**
* en: warn type text color of menu item
* zh-CN: 菜单项warn类型的文本颜色
*/
/**
* en: default type text color of menu item
* zh-CN: 菜单项default类型的文本颜色
*/
/**
* en: disabled type text color of menu item
* zh-CN: 菜单项disabled类型的文本颜色
*/
/**
* datetime
*/
/**
* tabbar
*/
/**
* tab
*/
/**
* dialog
*/
/**
* en: title and content's padding-left and padding-right
* zh-CN: 标题及内容区域的 padding-left 和 padding-right
*/
/**
* x-number
*/
/**
* checkbox
*/
/**
* check-icon
*/
/**
* Cell
*/
/**
* Mask
*/
/**
* Range
*/
/**
* Tabbar
*/
/**
* Header
*/
/**
* Timeline
*/
/**
* Switch
*/
/**
* Button
*/
/**
* en: border radius
* zh-CN: 圆角边框
*/
/**
* en: font color
* zh-CN: 字体颜色
*/
/**
* en: margin-top value between previous button, not works when there is only one button
* zh-CN: 与相邻按钮的 margin-top 间隙，只有一个按钮时不生效
*/
/**
* en: button height
* zh-CN: 按钮高度
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: font size
* zh-CN: 字体大小
*/
/**
* en: the font size of the mini type
* zh-CN: mini类型的字体大小
*/
/**
* en: the line height of the mini type
* zh-CN: mini类型的行高
*/
/**
* en: the background color of the warn type
* zh-CN: warn类型的背景颜色
*/
/**
* en: the background color of the warn type in active
* zh-CN: active状态下，warn类型的背景颜色
*/
/**
* en: the background color of the warn type in disabled
* zh-CN: disabled状态下，warn类型的背景颜色
*/
/**
* en: the background color of the default type
* zh-CN: default类型的背景颜色
*/
/**
* en: the font color of the default type
* zh-CN: default类型的字体颜色
*/
/**
* en: the background color of the default type in active
* zh-CN: active状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in disabled
* zh-CN: disabled状态下，default类型的字体颜色
*/
/**
* en: the background color of the default type in disabled
* zh-CN: disabled状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in active
* zh-CN: active状态下，default类型的字体颜色
*/
/**
* en: the background color of the primary type
* zh-CN: primary类型的背景颜色
*/
/**
* en: the background color of the primary type in active
* zh-CN: active状态下，primary类型的背景颜色
*/
/**
* en: the background color of the primary type in disabled
* zh-CN: disabled状态下，primary类型的背景颜色
*/
/**
* en: the font color of the plain primary type
* zh-CN: plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type
* zh-CN: plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain default type
* zh-CN: plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type
* zh-CN: plain的default类型的边框颜色
*/
/**
* en: the font color of the plain default type in active
* zh-CN: active状态下，plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type in active
* zh-CN: active状态下，plain的default类型的边框颜色
*/
/**
* en: the font color of the plain warn type
* zh-CN: plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type
* zh-CN: plain的warn类型的边框颜色
*/
/**
* en: the font color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的边框颜色
*/
/**
* swipeout
*/
/**
* Cell
*/
/**
* Badge
*/
/**
* en: badge background color
* zh-CN: badge的背景颜色
*/
/**
* Popover
*/
/**
* Button tab
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: border radius color
* zh-CN: 圆角边框的半径
*/
/**
* en: border color
* zh-CN: 边框的颜色
*/
/**
* en: not used
* zh-CN: 默认状态下圆角边框的颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default background color
* zh-CN: 默认状态下的背景颜色
*/
/**
* en: selected background color
* zh-CN: 选中状态下的背景颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/* alias */
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default text color
* zh-CN: 默认状态下的文本颜色
*/
/**
* en: height
* zh-CN: 元素高度
*/
/**
* en: line height
* zh-CN: 元素行高
*/
/**
* Swiper
*/
/**
* checklist
*/
/**
* popup-picker
*/
/**
* popup
*/
/**
* popup-header
*/
/**
* form-preview
*/
/**
* sticky
*/
/**
* group
*/
/**
* en: margin-top of title
* zh-CN: 标题的margin-top
*/
/**
* en: margin-bottom of title
* zh-CN: 标题的margin-bottom
*/
/**
* en: margin-top of footer title
* zh-CN: 底部标题的margin-top
*/
/**
* en: margin-bottom of footer title
* zh-CN: 底部标题的margin-bottom
*/
/**
* toast
*/
/**
* en: text size of content
* zh-CN: 内容文本大小
*/
/**
* en: default top
* zh-CN: 默认状态下距离顶部的高度
*/
/**
* en: position top
* zh-CN: 顶部显示的高度
*/
/**
* en: position bottom
* zh-CN: 底部显示的高度
*/
/**
* en: z-index
* zh-CN: z-index
*/
/**
* icon
*/
/**
* calendar
*/
/**
* en: forward and backward arrows color
* zh-CN: 前进后退的箭头颜色
*/
/**
* en: text color of week highlight
* zh-CN: 周末高亮的文本颜色
*/
/**
* en: background color when selected
* zh-CN: 选中时的背景颜色
*/
/**
* en: text color when disabled
* zh-CN: 禁用时的文本颜色
*/
/**
* en: text color of today
* zh-CN: 今天的文本颜色
*/
/**
* en: font size of cell
* zh-CN: 单元格的字号
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: size of date cell
* zh-CN: 日期单元格尺寸大小
*/
/**
* en: line height of date cell
* zh-CN: 日期单元格的行高
*/
/**
* en: text color of header
* zh-CN: 头部的文本颜色
*/
/**
* week-calendar
*/
/**
* search
*/
/**
* en: text color of cancel button
* zh-CN: 取消按钮文本颜色
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: text color of placeholder
* zh-CN: placeholder文本颜色
*/
/**
* radio
*/
/**
* en: checked icon color
* zh-CN: 选中状态的图标颜色
*/
/**
* loadmore
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* loading
*/
/**
* en: z-index
* zh-CN: z-index
*/
.vux-header {
  position: relative;
  padding: 3px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #35495e;
}
.vux-header .vux-header-title {
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.vux-header-title-area,
.vux-header .vux-header-title {
  margin: 0 88px;
  height: 40px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vux-header .vux-header-title > span {
  display: inline-block;
}
.vux-header .vux-header-left,
.vux-header .vux-header-right {
  position: absolute;
  top: 14px;
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: #ccc;
}
.vux-header .vux-header-left a,
.vux-header .vux-header-left button,
.vux-header .vux-header-right a,
.vux-header .vux-header-right button {
  float: left;
  margin-right: 8px;
  color: #ccc;
}
.vux-header .vux-header-left a:active,
.vux-header .vux-header-left button:active,
.vux-header .vux-header-right a:active,
.vux-header .vux-header-right button:active {
  opacity: 0.5;
}
.vux-header .vux-header-left {
  left: 18px;
}
.vux-header .vux-header-left .vux-header-back {
  padding-left: 16px;
}
.vux-header .vux-header-left .left-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -5px;
  left: -5px;
}
.vux-header .vux-header-left .left-arrow:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-width: 1px 0 0 1px;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  top: 8px;
  left: 7px;
}
.vux-header .vux-header-right {
  right: 15px;
}
.vux-header .vux-header-right a,
.vux-header .vux-header-right button {
  margin-left: 8px;
  margin-right: 0;
}
.vux-header .vux-header-right .vux-header-more:after {
  content: "\2022   \2022   \2022   ";
  font-size: 16px;
}
.vux-header-fade-in-right-enter-active {
  -webkit-animation: fadeinR 0.5s;
          animation: fadeinR 0.5s;
}
.vux-header-fade-in-left-enter-active {
  -webkit-animation: fadeinL 0.5s;
          animation: fadeinL 0.5s;
}
@-webkit-keyframes fadeinR {
0% {
    opacity: 0;
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
}
100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
@keyframes fadeinR {
0% {
    opacity: 0;
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
}
100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
@-webkit-keyframes fadeinL {
0% {
    opacity: 0;
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
}
100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
@keyframes fadeinL {
0% {
    opacity: 0;
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
}
100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}

.ErrorPage {
  background-color: whitesmoke;
}
.ErrorPage .divClass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  /* 设置容器的高度为视口高度，以便垂直居中 */
}

.el-message-box {
  width: 30vh;
}

#app {
  background-color: #fff;
}
.home .home_state {
  width: 100%;
  height: 210px;
  background: url(../../static/img/homebackground.027c202.png) no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .home_state p {
  font-size: 35px;
  font-weight: 400;
  color: #ffffff;
  font-family: Source Han Sans SC-Normal, Source Han Sans SC;
}
.home .home_main {
  margin-top: 33px;
  padding-bottom: 10px;
}
.home .home_main .homeson {
  width: 93.6%;
  height: 90px;
  background: #f4f7fe;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 13px;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #eaeef5;
  -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.16);
}
.home .home_main .homeson p {
  font-size: 23px;
  font-weight: 400;
  color: #2543cf;
  margin-left: 18px;
}
.home .home_main .homeson img {
  margin-right: 23px;
}

.vux-fade-enter-active,
.vux-fade-leave-active {
  opacity: 1;
  -webkit-transition: opacity linear 0.2s;
  transition: opacity linear 0.2s;
}
.vux-fade-enter,
.vux-fade-leave-to {
  opacity: 0;
}
.vux-dialog-enter-active {
  -webkit-animation: vux-dialog-in 0.5s;
          animation: vux-dialog-in 0.5s;
}
.vux-dialog-leave-active {
  -webkit-animation: vux-dialog-out 0.3s;
          animation: vux-dialog-out 0.3s;
}
@-webkit-keyframes vux-dialog-in {
0% {
    -webkit-transform: scale(1.185);
            transform: scale(1.185);
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}
@keyframes vux-dialog-in {
0% {
    -webkit-transform: scale(1.185);
            transform: scale(1.185);
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}
@-webkit-keyframes vux-dialog-out {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    opacity: 0;
}
}
@keyframes vux-dialog-out {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    opacity: 0;
}
}
.vux-mask-enter,
.vux-mask-leave-active {
  opacity: 0;
}
.vux-mask-leave-active,
.vux-mask-enter-active {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
/**
* actionsheet
*/
/**
* en: primary type text color of menu item
* zh-CN: 菜单项primary类型的文本颜色
*/
/**
* en: warn type text color of menu item
* zh-CN: 菜单项warn类型的文本颜色
*/
/**
* en: default type text color of menu item
* zh-CN: 菜单项default类型的文本颜色
*/
/**
* en: disabled type text color of menu item
* zh-CN: 菜单项disabled类型的文本颜色
*/
/**
* datetime
*/
/**
* tabbar
*/
/**
* tab
*/
/**
* dialog
*/
/**
* en: title and content's padding-left and padding-right
* zh-CN: 标题及内容区域的 padding-left 和 padding-right
*/
/**
* x-number
*/
/**
* checkbox
*/
/**
* check-icon
*/
/**
* Cell
*/
/**
* Mask
*/
/**
* Range
*/
/**
* Tabbar
*/
/**
* Header
*/
/**
* Timeline
*/
/**
* Switch
*/
/**
* Button
*/
/**
* en: border radius
* zh-CN: 圆角边框
*/
/**
* en: font color
* zh-CN: 字体颜色
*/
/**
* en: margin-top value between previous button, not works when there is only one button
* zh-CN: 与相邻按钮的 margin-top 间隙，只有一个按钮时不生效
*/
/**
* en: button height
* zh-CN: 按钮高度
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: font size
* zh-CN: 字体大小
*/
/**
* en: the font size of the mini type
* zh-CN: mini类型的字体大小
*/
/**
* en: the line height of the mini type
* zh-CN: mini类型的行高
*/
/**
* en: the background color of the warn type
* zh-CN: warn类型的背景颜色
*/
/**
* en: the background color of the warn type in active
* zh-CN: active状态下，warn类型的背景颜色
*/
/**
* en: the background color of the warn type in disabled
* zh-CN: disabled状态下，warn类型的背景颜色
*/
/**
* en: the background color of the default type
* zh-CN: default类型的背景颜色
*/
/**
* en: the font color of the default type
* zh-CN: default类型的字体颜色
*/
/**
* en: the background color of the default type in active
* zh-CN: active状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in disabled
* zh-CN: disabled状态下，default类型的字体颜色
*/
/**
* en: the background color of the default type in disabled
* zh-CN: disabled状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in active
* zh-CN: active状态下，default类型的字体颜色
*/
/**
* en: the background color of the primary type
* zh-CN: primary类型的背景颜色
*/
/**
* en: the background color of the primary type in active
* zh-CN: active状态下，primary类型的背景颜色
*/
/**
* en: the background color of the primary type in disabled
* zh-CN: disabled状态下，primary类型的背景颜色
*/
/**
* en: the font color of the plain primary type
* zh-CN: plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type
* zh-CN: plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain default type
* zh-CN: plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type
* zh-CN: plain的default类型的边框颜色
*/
/**
* en: the font color of the plain default type in active
* zh-CN: active状态下，plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type in active
* zh-CN: active状态下，plain的default类型的边框颜色
*/
/**
* en: the font color of the plain warn type
* zh-CN: plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type
* zh-CN: plain的warn类型的边框颜色
*/
/**
* en: the font color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的边框颜色
*/
/**
* swipeout
*/
/**
* Cell
*/
/**
* Badge
*/
/**
* en: badge background color
* zh-CN: badge的背景颜色
*/
/**
* Popover
*/
/**
* Button tab
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: border radius color
* zh-CN: 圆角边框的半径
*/
/**
* en: border color
* zh-CN: 边框的颜色
*/
/**
* en: not used
* zh-CN: 默认状态下圆角边框的颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default background color
* zh-CN: 默认状态下的背景颜色
*/
/**
* en: selected background color
* zh-CN: 选中状态下的背景颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/* alias */
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default text color
* zh-CN: 默认状态下的文本颜色
*/
/**
* en: height
* zh-CN: 元素高度
*/
/**
* en: line height
* zh-CN: 元素行高
*/
/**
* Swiper
*/
/**
* checklist
*/
/**
* popup-picker
*/
/**
* popup
*/
/**
* popup-header
*/
/**
* form-preview
*/
/**
* sticky
*/
/**
* group
*/
/**
* en: margin-top of title
* zh-CN: 标题的margin-top
*/
/**
* en: margin-bottom of title
* zh-CN: 标题的margin-bottom
*/
/**
* en: margin-top of footer title
* zh-CN: 底部标题的margin-top
*/
/**
* en: margin-bottom of footer title
* zh-CN: 底部标题的margin-bottom
*/
/**
* toast
*/
/**
* en: text size of content
* zh-CN: 内容文本大小
*/
/**
* en: default top
* zh-CN: 默认状态下距离顶部的高度
*/
/**
* en: position top
* zh-CN: 顶部显示的高度
*/
/**
* en: position bottom
* zh-CN: 底部显示的高度
*/
/**
* en: z-index
* zh-CN: z-index
*/
/**
* icon
*/
/**
* calendar
*/
/**
* en: forward and backward arrows color
* zh-CN: 前进后退的箭头颜色
*/
/**
* en: text color of week highlight
* zh-CN: 周末高亮的文本颜色
*/
/**
* en: background color when selected
* zh-CN: 选中时的背景颜色
*/
/**
* en: text color when disabled
* zh-CN: 禁用时的文本颜色
*/
/**
* en: text color of today
* zh-CN: 今天的文本颜色
*/
/**
* en: font size of cell
* zh-CN: 单元格的字号
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: size of date cell
* zh-CN: 日期单元格尺寸大小
*/
/**
* en: line height of date cell
* zh-CN: 日期单元格的行高
*/
/**
* en: text color of header
* zh-CN: 头部的文本颜色
*/
/**
* week-calendar
*/
/**
* search
*/
/**
* en: text color of cancel button
* zh-CN: 取消按钮文本颜色
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: text color of placeholder
* zh-CN: placeholder文本颜色
*/
/**
* radio
*/
/**
* en: checked icon color
* zh-CN: 选中状态的图标颜色
*/
/**
* loadmore
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* loading
*/
/**
* en: z-index
* zh-CN: z-index
*/
.weui-mask {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.weui-mask_transparent {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.weui-dialog {
  position: fixed;
  display: table;
  z-index: 5000;
  width: 80%;
  max-width: 300px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #FFFFFF;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
}
.weui-dialog__hd {
  padding: 1.3em 1.6em 0.5em;
}
.weui-dialog__hd.with-no-content {
  padding: 1.7em 1.6em;
}
.weui-dialog__title {
  font-weight: 400;
  font-size: 18px;
}
.weui-dialog__bd {
  padding: 0 1.6em 0.8em;
  min-height: 40px;
  font-size: 15px;
  line-height: 1.3;
  word-wrap: break-word;
  word-break: break-all;
  color: #999999;
}
.weui-dialog__bd:first-child {
  padding: 2.7em 20px 1.7em;
  color: #353535;
}
.weui-dialog__ft {
  position: relative;
  line-height: 48px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.weui-dialog__ft:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #D5D5D6;
  color: #D5D5D6;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.weui-dialog__btn {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #3CC51F;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
}
.weui-dialog__btn:active {
  background-color: #EEEEEE;
}
.weui-dialog__btn:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  bottom: 0;
  border-left: 1px solid #D5D5D6;
  color: #D5D5D6;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}
.weui-dialog__btn:first-child:after {
  display: none;
}
.weui-dialog__btn_default {
  color: #353535;
}
.weui-dialog__btn_primary {
  color: #0BB20C;
}
.weui-dialog__btn_warn {
  color: #E64340;
}
.weui-skin_android .weui-dialog {
  text-align: left;
  -webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.1);
}
.weui-skin_android .weui-dialog__title {
  font-size: 21px;
}
.weui-skin_android .weui-dialog__hd {
  text-align: left;
}
.weui-skin_android .weui-dialog__bd {
  color: #999999;
  padding: 0.25em 1.6em 2em;
  font-size: 17px;
  text-align: left;
}
.weui-skin_android .weui-dialog__bd:first-child {
  padding: 1.6em 1.6em 2em;
  color: #353535;
}
.weui-skin_android .weui-dialog__ft {
  display: block;
  text-align: right;
  line-height: 42px;
  font-size: 16px;
  padding: 0 1.6em 0.7em;
}
.weui-skin_android .weui-dialog__ft:after {
  display: none;
}
.weui-skin_android .weui-dialog__btn {
  display: inline-block;
  vertical-align: top;
  padding: 0 0.8em;
}
.weui-skin_android .weui-dialog__btn:after {
  display: none;
}
.weui-skin_android .weui-dialog__btn:active {
  background-color: rgba(0, 0, 0, 0.06);
}
.weui-skin_android .weui-dialog__btn:visited {
  background-color: rgba(0, 0, 0, 0.06);
}
.weui-skin_android .weui-dialog__btn:last-child {
  margin-right: -0.8em;
}
.weui-skin_android .weui-dialog__btn_default {
  color: #808080;
}
@media screen and (min-width: 1024px) {
.weui-dialog {
    width: 35%;
}
}
.vux-prompt {
  padding-bottom: 1.6em;
}
.vux-prompt-msgbox {
  width: 80%;
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 4px 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  font-size: 16px;
}

.vux-modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.vux-modal-open-for-container {
  overflow: hidden!important;
}
.vux-fade-enter-active,
.vux-fade-leave-active {
  opacity: 1;
  -webkit-transition: opacity linear 0.2s;
  transition: opacity linear 0.2s;
}
.vux-fade-enter,
.vux-fade-leave-to {
  opacity: 0;
}
.vux-dialog-enter-active {
  -webkit-animation: vux-dialog-in 0.5s;
          animation: vux-dialog-in 0.5s;
}
.vux-dialog-leave-active {
  -webkit-animation: vux-dialog-out 0.3s;
          animation: vux-dialog-out 0.3s;
}
@-webkit-keyframes vux-dialog-in {
0% {
    -webkit-transform: scale(1.185);
            transform: scale(1.185);
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}
@keyframes vux-dialog-in {
0% {
    -webkit-transform: scale(1.185);
            transform: scale(1.185);
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}
@-webkit-keyframes vux-dialog-out {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    opacity: 0;
}
}
@keyframes vux-dialog-out {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    opacity: 0;
}
}
.vux-mask-enter,
.vux-mask-leave-active {
  opacity: 0;
}
.vux-mask-leave-active,
.vux-mask-enter-active {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
/**
* actionsheet
*/
/**
* en: primary type text color of menu item
* zh-CN: 菜单项primary类型的文本颜色
*/
/**
* en: warn type text color of menu item
* zh-CN: 菜单项warn类型的文本颜色
*/
/**
* en: default type text color of menu item
* zh-CN: 菜单项default类型的文本颜色
*/
/**
* en: disabled type text color of menu item
* zh-CN: 菜单项disabled类型的文本颜色
*/
/**
* datetime
*/
/**
* tabbar
*/
/**
* tab
*/
/**
* dialog
*/
/**
* en: title and content's padding-left and padding-right
* zh-CN: 标题及内容区域的 padding-left 和 padding-right
*/
/**
* x-number
*/
/**
* checkbox
*/
/**
* check-icon
*/
/**
* Cell
*/
/**
* Mask
*/
/**
* Range
*/
/**
* Tabbar
*/
/**
* Header
*/
/**
* Timeline
*/
/**
* Switch
*/
/**
* Button
*/
/**
* en: border radius
* zh-CN: 圆角边框
*/
/**
* en: font color
* zh-CN: 字体颜色
*/
/**
* en: margin-top value between previous button, not works when there is only one button
* zh-CN: 与相邻按钮的 margin-top 间隙，只有一个按钮时不生效
*/
/**
* en: button height
* zh-CN: 按钮高度
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: font size
* zh-CN: 字体大小
*/
/**
* en: the font size of the mini type
* zh-CN: mini类型的字体大小
*/
/**
* en: the line height of the mini type
* zh-CN: mini类型的行高
*/
/**
* en: the background color of the warn type
* zh-CN: warn类型的背景颜色
*/
/**
* en: the background color of the warn type in active
* zh-CN: active状态下，warn类型的背景颜色
*/
/**
* en: the background color of the warn type in disabled
* zh-CN: disabled状态下，warn类型的背景颜色
*/
/**
* en: the background color of the default type
* zh-CN: default类型的背景颜色
*/
/**
* en: the font color of the default type
* zh-CN: default类型的字体颜色
*/
/**
* en: the background color of the default type in active
* zh-CN: active状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in disabled
* zh-CN: disabled状态下，default类型的字体颜色
*/
/**
* en: the background color of the default type in disabled
* zh-CN: disabled状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in active
* zh-CN: active状态下，default类型的字体颜色
*/
/**
* en: the background color of the primary type
* zh-CN: primary类型的背景颜色
*/
/**
* en: the background color of the primary type in active
* zh-CN: active状态下，primary类型的背景颜色
*/
/**
* en: the background color of the primary type in disabled
* zh-CN: disabled状态下，primary类型的背景颜色
*/
/**
* en: the font color of the plain primary type
* zh-CN: plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type
* zh-CN: plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain default type
* zh-CN: plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type
* zh-CN: plain的default类型的边框颜色
*/
/**
* en: the font color of the plain default type in active
* zh-CN: active状态下，plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type in active
* zh-CN: active状态下，plain的default类型的边框颜色
*/
/**
* en: the font color of the plain warn type
* zh-CN: plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type
* zh-CN: plain的warn类型的边框颜色
*/
/**
* en: the font color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的边框颜色
*/
/**
* swipeout
*/
/**
* Cell
*/
/**
* Badge
*/
/**
* en: badge background color
* zh-CN: badge的背景颜色
*/
/**
* Popover
*/
/**
* Button tab
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: border radius color
* zh-CN: 圆角边框的半径
*/
/**
* en: border color
* zh-CN: 边框的颜色
*/
/**
* en: not used
* zh-CN: 默认状态下圆角边框的颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default background color
* zh-CN: 默认状态下的背景颜色
*/
/**
* en: selected background color
* zh-CN: 选中状态下的背景颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/* alias */
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default text color
* zh-CN: 默认状态下的文本颜色
*/
/**
* en: height
* zh-CN: 元素高度
*/
/**
* en: line height
* zh-CN: 元素行高
*/
/**
* Swiper
*/
/**
* checklist
*/
/**
* popup-picker
*/
/**
* popup
*/
/**
* popup-header
*/
/**
* form-preview
*/
/**
* sticky
*/
/**
* group
*/
/**
* en: margin-top of title
* zh-CN: 标题的margin-top
*/
/**
* en: margin-bottom of title
* zh-CN: 标题的margin-bottom
*/
/**
* en: margin-top of footer title
* zh-CN: 底部标题的margin-top
*/
/**
* en: margin-bottom of footer title
* zh-CN: 底部标题的margin-bottom
*/
/**
* toast
*/
/**
* en: text size of content
* zh-CN: 内容文本大小
*/
/**
* en: default top
* zh-CN: 默认状态下距离顶部的高度
*/
/**
* en: position top
* zh-CN: 顶部显示的高度
*/
/**
* en: position bottom
* zh-CN: 底部显示的高度
*/
/**
* en: z-index
* zh-CN: z-index
*/
/**
* icon
*/
/**
* calendar
*/
/**
* en: forward and backward arrows color
* zh-CN: 前进后退的箭头颜色
*/
/**
* en: text color of week highlight
* zh-CN: 周末高亮的文本颜色
*/
/**
* en: background color when selected
* zh-CN: 选中时的背景颜色
*/
/**
* en: text color when disabled
* zh-CN: 禁用时的文本颜色
*/
/**
* en: text color of today
* zh-CN: 今天的文本颜色
*/
/**
* en: font size of cell
* zh-CN: 单元格的字号
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: size of date cell
* zh-CN: 日期单元格尺寸大小
*/
/**
* en: line height of date cell
* zh-CN: 日期单元格的行高
*/
/**
* en: text color of header
* zh-CN: 头部的文本颜色
*/
/**
* week-calendar
*/
/**
* search
*/
/**
* en: text color of cancel button
* zh-CN: 取消按钮文本颜色
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: text color of placeholder
* zh-CN: placeholder文本颜色
*/
/**
* radio
*/
/**
* en: checked icon color
* zh-CN: 选中状态的图标颜色
*/
/**
* loadmore
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* loading
*/
/**
* en: z-index
* zh-CN: z-index
*/
.weui-mask {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.weui-mask_transparent {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.weui-dialog {
  position: fixed;
  display: table;
  z-index: 5000;
  width: 80%;
  max-width: 300px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #FFFFFF;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
}
.weui-dialog__hd {
  padding: 1.3em 1.6em 0.5em;
}
.weui-dialog__hd.with-no-content {
  padding: 1.7em 1.6em;
}
.weui-dialog__title {
  font-weight: 400;
  font-size: 18px;
}
.weui-dialog__bd {
  padding: 0 1.6em 0.8em;
  min-height: 40px;
  font-size: 15px;
  line-height: 1.3;
  word-wrap: break-word;
  word-break: break-all;
  color: #999999;
}
.weui-dialog__bd:first-child {
  padding: 2.7em 20px 1.7em;
  color: #353535;
}
.weui-dialog__ft {
  position: relative;
  line-height: 48px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.weui-dialog__ft:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #D5D5D6;
  color: #D5D5D6;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.weui-dialog__btn {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #3CC51F;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
}
.weui-dialog__btn:active {
  background-color: #EEEEEE;
}
.weui-dialog__btn:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  bottom: 0;
  border-left: 1px solid #D5D5D6;
  color: #D5D5D6;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}
.weui-dialog__btn:first-child:after {
  display: none;
}
.weui-dialog__btn_default {
  color: #353535;
}
.weui-dialog__btn_primary {
  color: #0BB20C;
}
.weui-dialog__btn_warn {
  color: #E64340;
}
.weui-skin_android .weui-dialog {
  text-align: left;
  -webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.1);
}
.weui-skin_android .weui-dialog__title {
  font-size: 21px;
}
.weui-skin_android .weui-dialog__hd {
  text-align: left;
}
.weui-skin_android .weui-dialog__bd {
  color: #999999;
  padding: 0.25em 1.6em 2em;
  font-size: 17px;
  text-align: left;
}
.weui-skin_android .weui-dialog__bd:first-child {
  padding: 1.6em 1.6em 2em;
  color: #353535;
}
.weui-skin_android .weui-dialog__ft {
  display: block;
  text-align: right;
  line-height: 42px;
  font-size: 16px;
  padding: 0 1.6em 0.7em;
}
.weui-skin_android .weui-dialog__ft:after {
  display: none;
}
.weui-skin_android .weui-dialog__btn {
  display: inline-block;
  vertical-align: top;
  padding: 0 0.8em;
}
.weui-skin_android .weui-dialog__btn:after {
  display: none;
}
.weui-skin_android .weui-dialog__btn:active {
  background-color: rgba(0, 0, 0, 0.06);
}
.weui-skin_android .weui-dialog__btn:visited {
  background-color: rgba(0, 0, 0, 0.06);
}
.weui-skin_android .weui-dialog__btn:last-child {
  margin-right: -0.8em;
}
.weui-skin_android .weui-dialog__btn_default {
  color: #808080;
}
@media screen and (min-width: 1024px) {
.weui-dialog {
    width: 35%;
}
}
.vux-x-dialog-absolute .weui-dialog {
  position: absolute;
}

.PersonalInfo {
  width: 100%;
  height: 100%;
  background-color: #E3E3E3;
  overflow-y: auto;
}
.PersonalInfo .header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.PersonalInfo .header .headerPic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.PersonalInfo .header .headerPic img {
  width: 66px;
  height: 66px;
  border: 2px solid #E3E3E3;
  border-radius: 33px;
}
.PersonalInfo .header .name {
  margin-left: 15px;
  font-family: PingFangSC-Medium;
  font-size: 22px;
  color: #333333;
  letter-spacing: 0;
}
.PersonalInfo .header .headerContent {
  margin-left: 15px;
}
.PersonalInfo .header .headerContent .preaonalName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.PersonalInfo .header .headerContent .preaonalName .nameWord {
  font-family: PingFangSC-Medium;
  font-size: 22px;
  color: #333333;
  letter-spacing: 0;
  margin-right: 6px;
  font-weight: bolder;
  position: relative;
  bottom: -4px;
}
.PersonalInfo .header .headerContent .preaonalName .gender {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #333333;
  letter-spacing: 0;
  margin-right: 4px;
}
.PersonalInfo .header .headerContent .preaonalName .namePic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 3.4px;
  position: relative;
}
.PersonalInfo .header .headerContent .preaonalName .namePic img {
  width: 60px;
  height: 18px;
}
.PersonalInfo .header .headerContent .preaonalName .namePic .renzheng {
  position: absolute;
  left: 18px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.PersonalInfo .header .headerContent .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
}
.PersonalInfo .header .headerContent .card .cardPic {
  font-size: 16px;
  top: 1px;
  position: relative;
  color: #666666;
}
.PersonalInfo .header .headerContent .card .cardWord {
  margin-left: 7px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  bottom: -1px;
}
.PersonalInfo .header .standerCon {
  /*position: absolute;*/
  /*right: 15px;*/
  /*top: 15px;*/
  /*text-align: center;*/
}
.PersonalInfo .header .standerCon .operation {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABzCAYAAABn2gcNAAAFb0lEQVR4Xu2YTWhcVRiG3++cM2l+hqQtttIhmAyhUIjNtKUlLYgbBYUuXGVj0Z0LF4IguHCh1EUXghtxq7tCoBRXWYhmoYKtVLFJDFSbkh9sQKuBhDTO3L8j53ZG02KZJCR+mfa9cHMzM3fue+7z3PfekwgegcV73wngAoDPROSrVjolaaXB/tdYvfcOwNtZ5t81Rn4GMCIiv7TKebW0AO99GP/LWeY/rkXRXmdt5pz9QkReFZHfW0FCqwt4Jsv8xVoUPeW9z3m3FVzsnPsEwFsisrbbJbSsAO/9YQCjtSg+lqapWQ96T1vbmrXmfQAfikiymyW0pADv/UEAn0Zx/GKSpPZBwCKCPW2FP40xbwRJInKvHrtwaTkB3vsOAB+kafZaLYr2PIypMca3FQqzxsgrIvLtLmSfD6mlBNRnPG8mafpeFMXFZlALzqXO2R9E5JyIzDTbX+PzBwXIyMhIYXV1dVeJuXnzJnp7e+Xy5csv9fTs/SiKooMbvac4axNjZGx0dPT18+fPLx0+HB4dOkuxWPSXLl2KAfwz/AbosDULCwvPF4vFc2EyEYZYn+bpjHZdapZl+at9+/adjOK47P3mmltwrlqrVb+pVqtLxhiNiysHLiLR8vLyxXK5/CWAcFL5PDosdnh4uGt8fHzcOfd05iHhA20BjcskPFStMciyzKVZZsLrzS7O2tjDZ2ma5V9udoSNNmwj42hMAozAR1H004kTJ56bmZm5CyAN4whrYXBwcP+VK1emjXX7w1tbOMeNjGVT+9Sn9vkImwHb6IEbx2x2fvl++VW4XVufH8qn6dKZM6cHp6enlwDE+a0HQHu5XD4wMTExYazr2coVtlEAj/N+4Y/FLE2WK5VKZXZ29g6AahAQ5tGdAwMDT/54/fr3xlgK2KGr5J6AdPn48WMnb9269RuAtYaArv7+/tLE5OR31rpuNmBnDNQbsDI0NDQ8Nze3COBuQ0Cxr6+vNDk1dZUCdgZ+fVYZbkErR48ePT0/Px8E5PP98O/cLgrYOfCNIzcasE5A3gAK2Hn2eQIF/E+gHxZDARSgTEA5ng2gAGUCyvFsAAUoE1COZwMoQJmAcjwbQAHKBJTj2QAKUCagHM8GUIAyAeV4NoAClAkox7MBFKBMQDmeDaAAZQLK8WwABSgTUI5nAyhAmYByPBtAAcoElOPZAApQJqAczwZQgDIB5Xg2gAKUCSjHswEUoExAOZ4NoABlAsrxbAAFKBNQjmcDKECZgHI8G0ABygSU49kAClAmoBzPBlCAMgHleDaAApQJKMezARSgTEA5ng2gAGUCyvFsAAUoE1COZwMoQJmAcjwbQAHKBJTj2QAKUCagHM8GUIAyAeV4NoAClAkox7MBFKBMQDmeDaAAZQLK8WwABSgTUI5nAyhAmYByPBtAAcoElOPZAApQJqAczwZQgDIB5Xg2gAKUCSjHswEUoExAOZ4NoABlAsrxbAAFKBNQjmcDKECZgHJ88wZMTl61rtAtIspDfTTjg4A0iVeGhoZOz8/PLwK4G0hbAF2lUql048aNr40tPAF4GtjmayDAN8b4NIn/OHLkyLOLi4v3Cehsb28/MDU1deHQodILWZa6f/MFoI6t6fDha+FHABgE2OT27V8/r1Qq71Sr1TsA1sInBkAngO5Tp071nz179litVismSWKstUS/NfT3fcuHyx/IOjo6VsfGxq5fu3ZtDsDKegFtAIoAeurbDgChBRSwDQLqNUgA/AVgFcByfRs1AAfY7QAC+LAGIeHZwGX7CKQAorqEIKIKIGkIaDyMCwDCGuCH99iA7REQbkFhDRLi+hp+v2+20wAengnrxWzPEB7vo+SP47qErL7N3/sbL6oyY1KZHUYAAAAASUVORK5CYII=);
}
.PersonalInfo .header .standerCon .stander {
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #4A4A4A;
  /*text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.75);*/
}
.PersonalInfo .handleList {
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.PersonalInfo .handleList .handleCell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #E3E3E3;
}
.PersonalInfo .handleList .handleCell .handleNum {
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
  font-weight: bolder;
}
.PersonalInfo .handleList .handleCell .ybh {
  color: #FA6401;
}
.PersonalInfo .handleList .handleCell .handleWord {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
}
.PersonalInfo .jumpBtn {
  height: 80px;
  background: #FFFFFF;
  margin-top: 10px;
  padding: 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.PersonalInfo .jumpBtn .jumpBtn_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.PersonalInfo .jumpBtn span {
  margin-left: 20px;
}
.PersonalInfo .jumpBtn .arrow {
  margin-left: 30px;
}
.PersonalInfo .personalList {
  background-color: #fff;
  margin-top: 10px;
}
.PersonalInfo .personalList .cellBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
}
.PersonalInfo .personalList .cellBox .listLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.PersonalInfo .personalList .cellBox .listLeft i {
  font-size: 24.5px;
  position: relative;
  top: 1px;
}
.PersonalInfo .personalList .cellBox .listLeft .leftWord {
  margin-left: 12px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.PersonalInfo .personalList .cellBox .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.PersonalInfo .personalList .cellBox .arrow .circle {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-image: linear-gradient(-179deg, #FE3434 0%, #EB6100 100%);
  margin-right: 14px;
}
.PersonalInfo .personalList .cellBox .arrow i {
  color: #999999;
  font-size: 16px;
}
.PersonalInfo .personalList .read i {
  color: #1E6BD5;
}
.PersonalInfo .personalList .tousu i {
  color: #1E6BD5;
}
.PersonalInfo .personalList .bangding i {
  color: #216bd3;
}
.PersonalInfo .personalList .interaction i {
  color: #1E6BD5;
}
.PersonalInfo .personalList .focus i {
  color: #1E6BD5;
}
.PersonalInfo .weui-dialog {
  width: 250px;
}
.PersonalInfo .weui-dialog__title {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #4A4A4A;
  font-weight: bolder;
}
.PersonalInfo .weui-dialog__bd {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #333333;
}
.PersonalInfo .weui-dialog__btn.weui-dialog__btn_default {
  font-family: PingFangSC-Regular;
  font-size: 15px;
  color: #999999;
}
.PersonalInfo .weui-dialog__btn.weui-dialog__btn_primary {
  font-family: PingFangSC-Regular;
  font-size: 15px;
  color: #4A4A4A;
}

.RelationList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  position: fixed;
  /*top: 180px;*/
  top: 0;
}
.RelationList .title {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 26px;
  color: #333333;
}
.RelationList .ejectBoxMask {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 999;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
}
.RelationList .ejectBoxMask .ejectBox {
  /*height: 414px;*/
  height: auto;
  max-height: 352px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  background-color: white;
  position: absolute;
  top: 0;
}
.RelationList .ejectBoxMask .ejectBox .ejectContentDefault {
  padding: 10px 26px;
  font-family: PingFangSC-Regular;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1e6bd5;
  font-weight: bolder;
}

.AccountBinding {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.AccountBinding .card {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.AccountBinding .card .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.19px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.AccountBinding .card .cardInput {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.AccountBinding .card .cardInput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.AccountBinding .card .cardInput .weui-input {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.AccountBinding .card .cardInput .weui-cell__primary {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.AccountBinding .card .cardInput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.AccountBinding .card .cardInput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.AccountBinding .card .cardInput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.AccountBinding .card .cardInput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.AccountBinding .card:last-child {
  border: none;
}
.AccountBinding .forgetPassword {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  padding: 22px 16px 20px 16px;
  text-align: right;
}
.AccountBinding .btn {
  padding: 0 16px;
}
.AccountBinding .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.AccountBinding .btn button:active {
  color: #ffffff;
}
.AccountBinding .btn .weui-btn:after {
  border: none;
}
.AccountBinding .register {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
}
.AccountBinding .register .clickRegister {
  color: #1B79FF;
}
/**
* actionsheet
*/
/**
* en: primary type text color of menu item
* zh-CN: 菜单项primary类型的文本颜色
*/
/**
* en: warn type text color of menu item
* zh-CN: 菜单项warn类型的文本颜色
*/
/**
* en: default type text color of menu item
* zh-CN: 菜单项default类型的文本颜色
*/
/**
* en: disabled type text color of menu item
* zh-CN: 菜单项disabled类型的文本颜色
*/
/**
* datetime
*/
/**
* tabbar
*/
/**
* tab
*/
/**
* dialog
*/
/**
* en: title and content's padding-left and padding-right
* zh-CN: 标题及内容区域的 padding-left 和 padding-right
*/
/**
* x-number
*/
/**
* checkbox
*/
/**
* check-icon
*/
/**
* Cell
*/
/**
* Mask
*/
/**
* Range
*/
/**
* Tabbar
*/
/**
* Header
*/
/**
* Timeline
*/
/**
* Switch
*/
/**
* Button
*/
/**
* en: border radius
* zh-CN: 圆角边框
*/
/**
* en: font color
* zh-CN: 字体颜色
*/
/**
* en: margin-top value between previous button, not works when there is only one button
* zh-CN: 与相邻按钮的 margin-top 间隙，只有一个按钮时不生效
*/
/**
* en: button height
* zh-CN: 按钮高度
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: font size
* zh-CN: 字体大小
*/
/**
* en: the font size of the mini type
* zh-CN: mini类型的字体大小
*/
/**
* en: the line height of the mini type
* zh-CN: mini类型的行高
*/
/**
* en: the background color of the warn type
* zh-CN: warn类型的背景颜色
*/
/**
* en: the background color of the warn type in active
* zh-CN: active状态下，warn类型的背景颜色
*/
/**
* en: the background color of the warn type in disabled
* zh-CN: disabled状态下，warn类型的背景颜色
*/
/**
* en: the background color of the default type
* zh-CN: default类型的背景颜色
*/
/**
* en: the font color of the default type
* zh-CN: default类型的字体颜色
*/
/**
* en: the background color of the default type in active
* zh-CN: active状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in disabled
* zh-CN: disabled状态下，default类型的字体颜色
*/
/**
* en: the background color of the default type in disabled
* zh-CN: disabled状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in active
* zh-CN: active状态下，default类型的字体颜色
*/
/**
* en: the background color of the primary type
* zh-CN: primary类型的背景颜色
*/
/**
* en: the background color of the primary type in active
* zh-CN: active状态下，primary类型的背景颜色
*/
/**
* en: the background color of the primary type in disabled
* zh-CN: disabled状态下，primary类型的背景颜色
*/
/**
* en: the font color of the plain primary type
* zh-CN: plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type
* zh-CN: plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain default type
* zh-CN: plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type
* zh-CN: plain的default类型的边框颜色
*/
/**
* en: the font color of the plain default type in active
* zh-CN: active状态下，plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type in active
* zh-CN: active状态下，plain的default类型的边框颜色
*/
/**
* en: the font color of the plain warn type
* zh-CN: plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type
* zh-CN: plain的warn类型的边框颜色
*/
/**
* en: the font color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的边框颜色
*/
/**
* swipeout
*/
/**
* Cell
*/
/**
* Badge
*/
/**
* en: badge background color
* zh-CN: badge的背景颜色
*/
/**
* Popover
*/
/**
* Button tab
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: border radius color
* zh-CN: 圆角边框的半径
*/
/**
* en: border color
* zh-CN: 边框的颜色
*/
/**
* en: not used
* zh-CN: 默认状态下圆角边框的颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default background color
* zh-CN: 默认状态下的背景颜色
*/
/**
* en: selected background color
* zh-CN: 选中状态下的背景颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/* alias */
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default text color
* zh-CN: 默认状态下的文本颜色
*/
/**
* en: height
* zh-CN: 元素高度
*/
/**
* en: line height
* zh-CN: 元素行高
*/
/**
* Swiper
*/
/**
* checklist
*/
/**
* popup-picker
*/
/**
* popup
*/
/**
* popup-header
*/
/**
* form-preview
*/
/**
* sticky
*/
/**
* group
*/
/**
* en: margin-top of title
* zh-CN: 标题的margin-top
*/
/**
* en: margin-bottom of title
* zh-CN: 标题的margin-bottom
*/
/**
* en: margin-top of footer title
* zh-CN: 底部标题的margin-top
*/
/**
* en: margin-bottom of footer title
* zh-CN: 底部标题的margin-bottom
*/
/**
* toast
*/
/**
* en: text size of content
* zh-CN: 内容文本大小
*/
/**
* en: default top
* zh-CN: 默认状态下距离顶部的高度
*/
/**
* en: position top
* zh-CN: 顶部显示的高度
*/
/**
* en: position bottom
* zh-CN: 底部显示的高度
*/
/**
* en: z-index
* zh-CN: z-index
*/
/**
* icon
*/
/**
* calendar
*/
/**
* en: forward and backward arrows color
* zh-CN: 前进后退的箭头颜色
*/
/**
* en: text color of week highlight
* zh-CN: 周末高亮的文本颜色
*/
/**
* en: background color when selected
* zh-CN: 选中时的背景颜色
*/
/**
* en: text color when disabled
* zh-CN: 禁用时的文本颜色
*/
/**
* en: text color of today
* zh-CN: 今天的文本颜色
*/
/**
* en: font size of cell
* zh-CN: 单元格的字号
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: size of date cell
* zh-CN: 日期单元格尺寸大小
*/
/**
* en: line height of date cell
* zh-CN: 日期单元格的行高
*/
/**
* en: text color of header
* zh-CN: 头部的文本颜色
*/
/**
* week-calendar
*/
/**
* search
*/
/**
* en: text color of cancel button
* zh-CN: 取消按钮文本颜色
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: text color of placeholder
* zh-CN: placeholder文本颜色
*/
/**
* radio
*/
/**
* en: checked icon color
* zh-CN: 选中状态的图标颜色
*/
/**
* loadmore
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* loading
*/
/**
* en: z-index
* zh-CN: z-index
*/
.weui-btn {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  line-height: 2.33333333;
  border-radius: 5px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}
.weui-btn:after {
  content: " ";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
.weui-btn_inline {
  display: inline-block;
}
.weui-btn_default {
  color: #000000;
  background-color: #F8F8F8;
}
.weui-btn_default:not(.weui-btn_disabled):visited {
  color: #000000;
}
.weui-btn_default:not(.weui-btn_disabled):active {
  color: rgba(0, 0, 0, 0.6);
  background-color: #DEDEDE;
}
.weui-btn_primary {
  background-color: #1AAD19;
}
.weui-btn_primary:not(.weui-btn_disabled):visited {
  color: #FFFFFF;
}
.weui-btn_primary:not(.weui-btn_disabled):active {
  color: rgba(255, 255, 255, 0.6);
  background-color: #179B16;
}
.weui-btn_warn {
  background-color: #E64340;
}
.weui-btn_warn:not(.weui-btn_disabled):visited {
  color: #FFFFFF;
}
.weui-btn_warn:not(.weui-btn_disabled):active {
  color: rgba(255, 255, 255, 0.6);
  background-color: #CE3C39;
}
.weui-btn_disabled {
  color: rgba(255, 255, 255, 0.6);
}
.weui-btn_disabled.weui-btn_default {
  color: rgba(0, 0, 0, 0.3);
  background-color: #F7F7F7;
}
.weui-btn_disabled.weui-btn_primary {
  background-color: #9ED99D;
}
.weui-btn_disabled.weui-btn_warn {
  background-color: #EC8B89;
}
.weui-btn_loading .weui-loading {
  margin: -0.2em 0.34em 0 0;
}
.weui-btn_loading.weui-btn_primary,
.weui-btn_loading.weui-btn_warn {
  color: rgba(255, 255, 255, 0.6);
}
.weui-btn_loading.weui-btn_primary .weui-loading,
.weui-btn_loading.weui-btn_warn .weui-loading {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMjAnIGhlaWdodD0nMTIwJyB2aWV3Qm94PScwIDAgMTAwIDEwMCc+PHBhdGggZmlsbD0nbm9uZScgZD0nTTAgMGgxMDB2MTAwSDB6Jy8+PHJlY3QgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjU2KScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3RyYW5zbGF0ZSgwIC0zMCknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjUpJyByeD0nNScgcnk9JzUnIHRyYW5zZm9ybT0ncm90YXRlKDMwIDEwNS45OCA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjQzKScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSg2MCA3NS45OCA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjM4KScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSg5MCA2NSA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjMyKScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSgxMjAgNTguNjYgNjUpJy8+PHJlY3Qgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHg9JzQ2LjUnIHk9JzQwJyBmaWxsPSdyZ2JhKDI1NSwyNTUsMjU1LC4yOCknIHJ4PSc1JyByeT0nNScgdHJhbnNmb3JtPSdyb3RhdGUoMTUwIDU0LjAyIDY1KScvPjxyZWN0IHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyB4PSc0Ni41JyB5PSc0MCcgZmlsbD0ncmdiYSgyNTUsMjU1LDI1NSwuMjUpJyByeD0nNScgcnk9JzUnIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA1MCA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjIpJyByeD0nNScgcnk9JzUnIHRyYW5zZm9ybT0ncm90YXRlKC0xNTAgNDUuOTggNjUpJy8+PHJlY3Qgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHg9JzQ2LjUnIHk9JzQwJyBmaWxsPSdyZ2JhKDI1NSwyNTUsMjU1LC4xNyknIHJ4PSc1JyByeT0nNScgdHJhbnNmb3JtPSdyb3RhdGUoLTEyMCA0MS4zNCA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjE0KScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSgtOTAgMzUgNjUpJy8+PHJlY3Qgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHg9JzQ2LjUnIHk9JzQwJyBmaWxsPSdyZ2JhKDI1NSwyNTUsMjU1LC4xKScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSgtNjAgMjQuMDIgNjUpJy8+PHJlY3Qgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHg9JzQ2LjUnIHk9JzQwJyBmaWxsPSdyZ2JhKDI1NSwyNTUsMjU1LC4wMyknIHJ4PSc1JyByeT0nNScgdHJhbnNmb3JtPSdyb3RhdGUoLTMwIC01Ljk4IDY1KScvPjwvc3ZnPg==");
}
.weui-btn_loading.weui-btn_primary {
  background-color: #179B16;
}
.weui-btn_loading.weui-btn_warn {
  background-color: #CE3C39;
}
.weui-btn_plain-primary {
  color: #1aad19;
  border: 1px solid #1aad19;
}
.weui-btn_plain-primary:not(.weui-btn_plain-disabled):active {
  color: rgba(26, 173, 25, 0.6);
  border-color: rgba(26, 173, 25, 0.6);
  background-color: transparent;
}
.weui-btn_plain-primary:after {
  border-width: 0;
}
.weui-btn_plain-default {
  color: #353535;
  border: 1px solid #353535;
}
.weui-btn_plain-default:not(.weui-btn_plain-disabled):active {
  color: rgba(53, 53, 53, 0.6);
  border-color: rgba(53, 53, 53, 0.6);
}
.weui-btn_plain-default:after {
  border-width: 0;
}
/*
* added by VUX
*/
button.weui-btn.weui-btn_plain-warn,
input.weui-btn.weui-btn_plain-warn {
  border-width: 1px;
  background-color: transparent;
}
.weui-btn_plain-warn {
  color: #ce3c39;
  border: 1px solid #ce3c39;
  background: transparent;
}
.weui-btn_plain-warn:not(.weui-btn_plain-disabled):active {
  color: rgba(206, 60, 57, 0.6);
  border-color: rgba(206, 60, 57, 0.6);
}
.weui-btn_plain-warn:after {
  border-width: 0;
}
.weui-btn_plain-disabled {
  color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}
button.weui-btn,
input.weui-btn {
  width: 100%;
  border-width: 0;
  outline: 0;
  -webkit-appearance: none;
}
button.weui-btn:focus,
input.weui-btn:focus {
  outline: 0;
}
button.weui-btn_inline,
input.weui-btn_inline,
button.weui-btn_mini,
input.weui-btn_mini {
  width: auto;
}
button.weui-btn_plain-primary,
input.weui-btn_plain-primary,
button.weui-btn_plain-default,
input.weui-btn_plain-default {
  border-width: 1px;
  background-color: transparent;
}
.weui-btn_mini {
  display: inline-block;
  padding: 0 1.32em;
  line-height: 2.3;
  font-size: 13px;
}
/*gap between btn*/
.weui-btn + .weui-btn {
  margin-top: 15px;
}
.weui-btn.weui-btn_inline + .weui-btn.weui-btn_inline {
  margin-top: auto;
  margin-left: 15px;
}
.weui-btn-area {
  margin: 1.17647059em 15px 0.3em;
}
.weui-btn-area_inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.weui-btn-area_inline .weui-btn {
  margin-top: auto;
  margin-right: 15px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.weui-btn-area_inline .weui-btn:last-child {
  margin-right: 0;
}
.weui-loading {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: weuiLoading 1s steps(12, end) infinite;
          animation: weuiLoading 1s steps(12, end) infinite;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=") no-repeat;
  background-size: 100%;
}
.weui-loading.weui-loading_transparent {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMjAnIGhlaWdodD0nMTIwJyB2aWV3Qm94PScwIDAgMTAwIDEwMCc+PHBhdGggZmlsbD0nbm9uZScgZD0nTTAgMGgxMDB2MTAwSDB6Jy8+PHJlY3QgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjU2KScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3RyYW5zbGF0ZSgwIC0zMCknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjUpJyByeD0nNScgcnk9JzUnIHRyYW5zZm9ybT0ncm90YXRlKDMwIDEwNS45OCA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjQzKScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSg2MCA3NS45OCA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjM4KScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSg5MCA2NSA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjMyKScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSgxMjAgNTguNjYgNjUpJy8+PHJlY3Qgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHg9JzQ2LjUnIHk9JzQwJyBmaWxsPSdyZ2JhKDI1NSwyNTUsMjU1LC4yOCknIHJ4PSc1JyByeT0nNScgdHJhbnNmb3JtPSdyb3RhdGUoMTUwIDU0LjAyIDY1KScvPjxyZWN0IHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyB4PSc0Ni41JyB5PSc0MCcgZmlsbD0ncmdiYSgyNTUsMjU1LDI1NSwuMjUpJyByeD0nNScgcnk9JzUnIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA1MCA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjIpJyByeD0nNScgcnk9JzUnIHRyYW5zZm9ybT0ncm90YXRlKC0xNTAgNDUuOTggNjUpJy8+PHJlY3Qgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHg9JzQ2LjUnIHk9JzQwJyBmaWxsPSdyZ2JhKDI1NSwyNTUsMjU1LC4xNyknIHJ4PSc1JyByeT0nNScgdHJhbnNmb3JtPSdyb3RhdGUoLTEyMCA0MS4zNCA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjE0KScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSgtOTAgMzUgNjUpJy8+PHJlY3Qgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHg9JzQ2LjUnIHk9JzQwJyBmaWxsPSdyZ2JhKDI1NSwyNTUsMjU1LC4xKScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSgtNjAgMjQuMDIgNjUpJy8+PHJlY3Qgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHg9JzQ2LjUnIHk9JzQwJyBmaWxsPSdyZ2JhKDI1NSwyNTUsMjU1LC4wMyknIHJ4PSc1JyByeT0nNScgdHJhbnNmb3JtPSdyb3RhdGUoLTMwIC01Ljk4IDY1KScvPjwvc3ZnPgo=");
}
@-webkit-keyframes weuiLoading {
0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
}
100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
            transform: rotate3d(0, 0, 1, 360deg);
}
}
@keyframes weuiLoading {
0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
}
100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
            transform: rotate3d(0, 0, 1, 360deg);
}
}
.weui-btn.vux-x-button-no-border:after {
  display: none;
}

.BindingSuccess {
  width: 100%;
}
.BindingSuccess .content {
  padding: 74px 52px 0 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.BindingSuccess .content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.BindingSuccess .content .title .pic i {
  font-size: 30px;
  color: #1D68D2;
}
.BindingSuccess .content .title .titleName {
  font-weight: bolder;
  margin-left: 9px;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
}
.BindingSuccess .content .warn {
  margin-top: 18px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.BindingSuccess .content .btnAll {
  margin-top: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.BindingSuccess .content .btnAll div {
  width: 100%;
}
.BindingSuccess .content .btnAll .weui-btn.weui-btn_default {
  width: 85%;
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.BindingSuccess .content .btnAll .weui-btn.delete.weui-btn_default {
  height: 40px;
  background: #fff;
  border: 1px solid #1B79FF;
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #1B79FF;
  letter-spacing: 0.17px;
  text-align: center;
}
.BindingSuccess .content .btnAll .weui-btn:after {
  border: none;
}
.BindingSuccess .content .btnAll button:active {
  color: #ffffff;
}

.BindingFailure {
  width: 100%;
}
.BindingFailure .content {
  padding: 74px 52px 0 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.BindingFailure .content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.BindingFailure .content .title .pic i {
  font-size: 30px;
  color: #FE3434;
}
.BindingFailure .content .title .titleName {
  font-weight: bolder;
  margin-left: 9px;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
}
.BindingFailure .content .warn {
  margin-top: 18px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.BindingFailure .content .btnAll {
  margin-top: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.BindingFailure .content .btnAll div {
  width: 100%;
}
.BindingFailure .content .btnAll .weui-btn.weui-btn_default {
  width: 85%;
  height: 40px;
  background-image: linear-gradient(-179deg, #FE3434 0%, #EB6100 100%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.BindingFailure .content .btnAll .weui-btn.delete.weui-btn_default {
  height: 40px;
  background: #fff;
  border: 1px solid #FE3434;
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #FE3434;
  letter-spacing: 0.17px;
  text-align: center;
}
.BindingFailure .content .btnAll .weui-btn:after {
  border: none;
}
.BindingFailure .content .btnAll button:active {
  color: #ffffff;
}

.AccountBindingSbk {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.AccountBindingSbk .card {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.AccountBindingSbk .card .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.19px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.AccountBindingSbk .card .cardInput {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.AccountBindingSbk .card .cardInput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.AccountBindingSbk .card .cardInput .weui-input {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.AccountBindingSbk .card .cardInput .weui-cell__primary {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.AccountBindingSbk .card .cardInput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.AccountBindingSbk .card .cardInput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.AccountBindingSbk .card .cardInput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.AccountBindingSbk .card .cardInput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.AccountBindingSbk .card:last-child {
  border: none;
}
.AccountBindingSbk .forgetPassword {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  padding: 22px 16px 20px 16px;
  text-align: right;
}
.AccountBindingSbk .btn {
  padding: 0 16px;
}
.AccountBindingSbk .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.AccountBindingSbk .btn button:active {
  color: #ffffff;
}
.AccountBindingSbk .btn .weui-btn:after {
  border: none;
}
.AccountBindingSbk .register {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
}
.AccountBindingSbk .register .clickRegister {
  color: #1B79FF;
}

.SyRegister {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.SyRegister .badMessage {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E3E3E3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #F92705;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.SyRegister .card {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.SyRegister .card .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.19px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SyRegister .card .cardInput {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SyRegister .card .cardInput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.SyRegister .card .cardInput .weui-input {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SyRegister .card .cardInput .weui-cell__primary {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SyRegister .card .cardInput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SyRegister .card .cardInput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SyRegister .card .cardInput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SyRegister .card .cardInput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SyRegister .card:last-child {
  border: none;
}
.SyRegister .btn {
  margin-top: 30px;
  padding: 0 16px;
}
.SyRegister .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.SyRegister .btn button:active {
  color: #ffffff;
}
.SyRegister .btn .weui-btn:after {
  border: none;
}
.SyRegister .register {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
}
.SyRegister .register .clickRegister {
  color: #1B79FF;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.SySubmitSuccess {
  position: fixed;
  z-index: 5;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
}
.SySubmitSuccess .canvas {
  position: absolute;
  top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 50px);
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border: 1px solid #0bb20c;*/
  /*padding: 84px 52px 0px 52px;*/
}
.SySubmitSuccess .canvas .titleBoxSuccess {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SySubmitSuccess .canvas .titleBoxSuccess .cardPic i {
  font-size: 30px;
  color: #1D68D2;
}
.SySubmitSuccess .canvas .titleBoxSuccess .titleword {
  font-weight: bolder;
  margin-left: 9px;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
}
.SySubmitSuccess .canvas .content {
  padding-top: 16px;
  width: 256px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.SySubmitSuccess .canvas .btnSubmit {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.SySubmitSuccess .canvas .btnSubmit .goBack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  margin: 10px;
  width: 100px;
  height: 35px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.17px;
  text-align: center;
}
.SySubmitSuccess .canvas .btnSubmit .goDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #1B79FF;
  border-radius: 20px;
  width: 100px;
  height: 35px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1B79FF;
  letter-spacing: 0.17px;
  text-align: center;
}
.SySubmitSuccess .canvas .imgBox {
  margin-top: 20px;
  /*display: flex;*/
  /*justify-content: center;*/
  text-align: center;
}
.SySubmitSuccess .canvas .imgBox .img {
  width: 60%;
}

.AuthenticationFailure {
  width: 100%;
}
.AuthenticationFailure .content {
  padding: 74px 52px 0 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.AuthenticationFailure .content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.AuthenticationFailure .content .title .pic i {
  font-size: 30px;
  color: #FE3434;
}
.AuthenticationFailure .content .title .titleName {
  font-weight: bolder;
  margin-left: 9px;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
}
.AuthenticationFailure .content .warn {
  margin-top: 18px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.AuthenticationFailure .content .btnAllFailure {
  margin-top: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.AuthenticationFailure .content .btnAllFailure div {
  width: 100%;
}
.AuthenticationFailure .content .btnAllFailure .weui-btn.weui-btn_default {
  width: 85%;
  height: 40px;
  background-image: linear-gradient(-179deg, #FE3434 0%, #EB6100 100%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.AuthenticationFailure .content .btnAllFailure .weui-btn.delete.weui-btn_default {
  height: 40px;
  background: #fff;
  border: 1px solid #FE3434;
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #FE3434;
  letter-spacing: 0.17px;
  text-align: center;
}
.AuthenticationFailure .content .btnAllFailure .weui-btn:after {
  border: none;
}
.AuthenticationFailure .content .btnAllFailure button:active {
  color: #ffffff;
}

.AuthenticationSuccess {
  width: 100%;
}
.AuthenticationSuccess .content {
  padding: 74px 52px 0 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.AuthenticationSuccess .content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.AuthenticationSuccess .content .title .pic i {
  font-size: 30px;
  color: #1d68d2;
}
.AuthenticationSuccess .content .title .cardPic i {
  font-size: 30px;
  color: #fe3434;
}
.AuthenticationSuccess .content .title .titleName {
  margin-left: 9px;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: bolder;
}
.AuthenticationSuccess .content .warn {
  margin-top: 18px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.AuthenticationSuccess .content .btnAllSuccess {
  margin-top: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.AuthenticationSuccess .content .btnAllSuccess div {
  width: 100%;
}
.AuthenticationSuccess .content .btnAllSuccess .weui-btn.weui-btn_default {
  width: 100px;
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1d68d2), color-stop(99%, #1b79ff));
  background-image: linear-gradient(-90deg, #1d68d2 2%, #1b79ff 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.AuthenticationSuccess .content .btnAllSuccess .weui-btn.delete.weui-btn_default {
  height: 40px;
  background: #fff;
  border: 1px solid #1b79ff;
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #1b79ff;
  letter-spacing: 0.17px;
  text-align: center;
}
.AuthenticationSuccess .content .btnAllSuccess .weui-btn:after {
  border: none;
}
.AuthenticationSuccess .content .btnAllSuccess button:active {
  color: #ffffff;
}
.AuthenticationSuccess .content .btnAllSuccess .commitLong {
  width: 200px !important;
}
.AuthenticationSuccess .content .btnAllSuccess .commitRg {
  background: #fe3434 !important;
}
.AuthenticationSuccess .content .btnAllSuccess .commitFh {
  background: #269909 !important;
}

.DZSBKLK {
  width: 100%;
}
.DZSBKLK .content {
  padding: 74px 52px 0 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.DZSBKLK .content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.DZSBKLK .content .title .pic i {
  font-size: 30px;
  color: #1D68D2;
}
.DZSBKLK .content .title .cardPic i {
  font-size: 30px;
  color: #FE3434;
}
.DZSBKLK .content .title .titleName {
  margin-left: 9px;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: bolder;
}
.DZSBKLK .content .warn {
  margin-top: 18px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.DZSBKLK .content .btnAllSuccess {
  margin-top: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.DZSBKLK .content .btnAllSuccess div {
  width: 100%;
}
.DZSBKLK .content .btnAllSuccess .weui-btn.weui-btn_default {
  width: 100px;
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.DZSBKLK .content .btnAllSuccess .weui-btn.delete.weui-btn_default {
  height: 40px;
  background: #fff;
  border: 1px solid #1B79FF;
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #1B79FF;
  letter-spacing: 0.17px;
  text-align: center;
}
.DZSBKLK .content .btnAllSuccess .weui-btn:after {
  border: none;
}
.DZSBKLK .content .btnAllSuccess button:active {
  color: #ffffff;
}

.DZSBKJK {
  width: 100%;
}
.DZSBKJK .content {
  padding: 74px 52px 0 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.DZSBKJK .content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.DZSBKJK .content .title .pic i {
  font-size: 30px;
  color: #1D68D2;
}
.DZSBKJK .content .title .cardPic i {
  font-size: 30px;
  color: #FE3434;
}
.DZSBKJK .content .title .titleName {
  margin-left: 9px;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: bolder;
}
.DZSBKJK .content .warn {
  margin-top: 18px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.DZSBKJK .content .btnAllSuccess {
  margin-top: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.DZSBKJK .content .btnAllSuccess div {
  width: 100%;
}
.DZSBKJK .content .btnAllSuccess .weui-btn.weui-btn_default {
  width: 100px;
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.DZSBKJK .content .btnAllSuccess .weui-btn.delete.weui-btn_default {
  height: 40px;
  background: #fff;
  border: 1px solid #1B79FF;
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #1B79FF;
  letter-spacing: 0.17px;
  text-align: center;
}
.DZSBKJK .content .btnAllSuccess .weui-btn:after {
  border: none;
}
.DZSBKJK .content .btnAllSuccess button:active {
  color: #ffffff;
}

.DZSBKXXLR {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.DZSBKXXLR .head {
  background: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
}
.DZSBKXXLR .inputBox .card {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.DZSBKXXLR .inputBox .card .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.19px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.DZSBKXXLR .inputBox .card .cardInput {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.DZSBKXXLR .inputBox .card .cardInput button {
  height: 35px;
  background: #FFFFFF;
  border: 1px solid #1E6BD5;
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
  letter-spacing: 0;
  text-align: center;
}
.DZSBKXXLR .inputBox .card .cardInput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.DZSBKXXLR .inputBox .card .cardInput .weui-input {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.DZSBKXXLR .inputBox .card .cardInput .weui-cell__primary {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.DZSBKXXLR .inputBox .card .cardInput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.DZSBKXXLR .inputBox .card .cardInput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.DZSBKXXLR .inputBox .card .cardInput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.DZSBKXXLR .inputBox .card .cardInput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.DZSBKXXLR .inputBox .card:last-child {
  border: none;
}
.DZSBKXXLR .btn {
  margin-top: 30px;
  padding: 0 16px;
}
.DZSBKXXLR .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.DZSBKXXLR .btn button:active {
  color: #ffffff;
}
.DZSBKXXLR .btn .weui-btn:after {
  border: none;
}

.QYYLRZ {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.QYYLRZ .OrderDetailTitle {
  background: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.QYYLRZ .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.QYYLRZIDcard {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.QYYLRZIDcard .OrderDetailTitle {
  background: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
}
.QYYLRZIDcard .badMessage {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E3E3E3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #F92705;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.QYYLRZIDcard .card {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.QYYLRZIDcard .card .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.19px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.QYYLRZIDcard .card .cardInput {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.QYYLRZIDcard .card .cardInput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.QYYLRZIDcard .card .cardInput .weui-input {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.QYYLRZIDcard .card .cardInput .weui-cell__primary {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.QYYLRZIDcard .card .cardInput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.QYYLRZIDcard .card .cardInput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.QYYLRZIDcard .card .cardInput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.QYYLRZIDcard .card .cardInput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.QYYLRZIDcard .card:last-child {
  border: none;
}
.QYYLRZIDcard .btn {
  margin-top: 30px;
  padding: 0 16px;
}
.QYYLRZIDcard .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.QYYLRZIDcard .btn button:active {
  color: #ffffff;
}
.QYYLRZIDcard .btn .weui-btn:after {
  border: none;
}

.YSGYRYDYZGRZ {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.YSGYRYDYZGRZ .OrderDetailTitle {
  background: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
}
.YSGYRYDYZGRZ .badMessage {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E3E3E3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #F92705;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.YSGYRYDYZGRZ .card {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.YSGYRYDYZGRZ .card .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.19px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.YSGYRYDYZGRZ .card .cardInput {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.YSGYRYDYZGRZ .card .cardInput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.YSGYRYDYZGRZ .card .cardInput .weui-input {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.YSGYRYDYZGRZ .card .cardInput .weui-cell__primary {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.YSGYRYDYZGRZ .card .cardInput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.YSGYRYDYZGRZ .card .cardInput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.YSGYRYDYZGRZ .card .cardInput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.YSGYRYDYZGRZ .card .cardInput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.YSGYRYDYZGRZ .card:last-child {
  border: none;
}
.YSGYRYDYZGRZ .btn {
  margin-top: 30px;
  padding: 0 16px;
}
.YSGYRYDYZGRZ .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.YSGYRYDYZGRZ .btn button:active {
  color: #ffffff;
}
.YSGYRYDYZGRZ .btn .weui-btn:after {
  border: none;
}

.QYYLRZXXCX {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.QYYLRZXXCX .OrderDetailTitle {
  background: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
}
.QYYLRZXXCX #addressBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.QYYLRZXXCX .vux-x-input.disabled .weui-input {
  color: #000000;
  -webkit-text-fill-color: #000000;
}
.QYYLRZXXCX .distpicker-address-wrapper {
  position: relative;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.QYYLRZXXCX .distpicker-address-wrapper .address-header {
  position: fixed;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
}
.QYYLRZXXCX .distpicker-address-wrapper .address-header li {
  color: #333333;
}
.QYYLRZXXCX .distpicker-address-wrapper .address-header .active {
  color: #000000;
  font-weight: bolder;
  border-bottom: 2px solid #1b79ff;
}
.QYYLRZXXCX .distpicker-address-wrapper .address-container {
  position: absolute;
  width: 100%;
  overflow-y: auto;
  top: 39px;
  z-index: 90;
  height: calc(100% - 39px);
}
.QYYLRZXXCX .distpicker-address-wrapper .address-container li {
  color: #000000;
}
.QYYLRZXXCX .distpicker-address-wrapper .address-container .active {
  color: #000000;
  font-weight: bolder;
}
.QYYLRZXXCX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.QYYLRZXXCX .badMessage {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E3E3E3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #F92705;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.QYYLRZXXCX .card {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.QYYLRZXXCX .card .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.19px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.QYYLRZXXCX .card .cardInput {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.QYYLRZXXCX .card .cardInput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.QYYLRZXXCX .card .cardInput .weui-input {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.QYYLRZXXCX .card .cardInput .weui-cell__primary {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.QYYLRZXXCX .card .cardInput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.QYYLRZXXCX .card .cardInput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.QYYLRZXXCX .card .cardInput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.QYYLRZXXCX .card .cardInput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.QYYLRZXXCX .card:last-child {
  border: none;
}
.QYYLRZXXCX .btn {
  margin-top: 30px;
  padding: 0 16px;
}
.QYYLRZXXCX .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.QYYLRZXXCX .btn button:active {
  color: #ffffff;
}
.QYYLRZXXCX .btn .weui-btn:after {
  border: none;
}

.SUBMENU {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SUBMENU .serviceBox {
  height: 100%;
  width: 100%;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SUBMENU .serviceBox .buttonEnterprise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  padding: 0 16px;
  height: 80px;
  border-bottom: 1px solid #E3E3E3;
  width: calc(100% - 32px);
}
.SUBMENU .serviceBox .buttonEnterprise .titleBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.SUBMENU .serviceBox .buttonEnterprise .titleBox .titleName {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
}
.SUBMENU .serviceBox .buttonEnterprise .titleBox .titleDesc {
  padding-top: 4px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
}
.SUBMENU .serviceBox .buttonAcquisition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  padding: 0 16px;
  height: 80px;
  border-bottom: 1px solid #E3E3E3;
  width: calc(100% - 32px);
}
.SUBMENU .serviceBox .buttonAcquisition .titleBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.SUBMENU .serviceBox .buttonAcquisition .titleBox .titleName {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
}
.SUBMENU .serviceBox .buttonAcquisition .titleBox .titleDesc {
  padding-top: 4px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
}

.SYRYQDRZ {
  height: inherit;
  overflow: hidden;
  background: white;
}
.SYRYQDRZ .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYRYQDRZ .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYRYQDRZ .hsoftNoData {
  height: calc(100% - 50px);
  background: #E3E3E3;
}

.ZDYLRZ {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ZDYLRZ .OrderDetailTitle {
  background: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ZDYLRZ .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ZDYLRZIDcard {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.ZDYLRZIDcard .OrderDetailTitle {
  background: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
}
.ZDYLRZIDcard .badMessage {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E3E3E3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #F92705;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.ZDYLRZIDcard .card {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ZDYLRZIDcard .card .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.19px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ZDYLRZIDcard .card .cardInput {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ZDYLRZIDcard .card .cardInput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.ZDYLRZIDcard .card .cardInput .weui-input {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ZDYLRZIDcard .card .cardInput .weui-cell__primary {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ZDYLRZIDcard .card .cardInput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ZDYLRZIDcard .card .cardInput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ZDYLRZIDcard .card .cardInput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ZDYLRZIDcard .card .cardInput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ZDYLRZIDcard .card:last-child {
  border: none;
}
.ZDYLRZIDcard .btn {
  margin-top: 30px;
  padding: 0 16px;
}
.ZDYLRZIDcard .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.ZDYLRZIDcard .btn button:active {
  color: #ffffff;
}
.ZDYLRZIDcard .btn .weui-btn:after {
  border: none;
}
.ZDYLRZIDcard .weui-dialog__btn_primary {
  color: #185eb2;
}

.ZDYLRZIDcardACQ {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.ZDYLRZIDcardACQ .OrderDetailTitle {
  background: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
}
.ZDYLRZIDcardACQ .badMessage {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E3E3E3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #F92705;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.ZDYLRZIDcardACQ .card {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ZDYLRZIDcardACQ .card .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.19px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ZDYLRZIDcardACQ .card .cardInput {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ZDYLRZIDcardACQ .card .cardInput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.ZDYLRZIDcardACQ .card .cardInput .weui-input {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ZDYLRZIDcardACQ .card .cardInput .weui-cell__primary {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ZDYLRZIDcardACQ .card .cardInput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ZDYLRZIDcardACQ .card .cardInput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ZDYLRZIDcardACQ .card .cardInput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ZDYLRZIDcardACQ .card .cardInput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ZDYLRZIDcardACQ .card:last-child {
  border: none;
}
.ZDYLRZIDcardACQ .btn {
  margin-top: 30px;
  padding: 0 16px;
}
.ZDYLRZIDcardACQ .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.ZDYLRZIDcardACQ .btn button:active {
  color: #ffffff;
}
.ZDYLRZIDcardACQ .btn .weui-btn:after {
  border: none;
}
.ZDYLRZIDcardACQ .weui-dialog__btn_primary {
  color: #185eb2;
}

.ZDDYHDRZIDcard {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.ZDDYHDRZIDcard .OrderDetailTitle {
  background: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
}
.ZDDYHDRZIDcard .badMessage {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E3E3E3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #F92705;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.ZDDYHDRZIDcard .card {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ZDDYHDRZIDcard .card .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.19px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ZDDYHDRZIDcard .card .cardInput {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ZDDYHDRZIDcard .card .cardInput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.ZDDYHDRZIDcard .card .cardInput .weui-input {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ZDDYHDRZIDcard .card .cardInput .weui-cell__primary {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ZDDYHDRZIDcard .card .cardInput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ZDDYHDRZIDcard .card .cardInput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ZDDYHDRZIDcard .card .cardInput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ZDDYHDRZIDcard .card .cardInput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ZDDYHDRZIDcard .card:last-child {
  border: none;
}
.ZDDYHDRZIDcard .btn {
  margin-top: 30px;
  padding: 0 16px;
}
.ZDDYHDRZIDcard .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.ZDDYHDRZIDcard .btn button:active {
  color: #ffffff;
}
.ZDDYHDRZIDcard .btn .weui-btn:after {
  border: none;
}
.ZDDYHDRZIDcard .weui-dialog__btn_primary {
  color: #185eb2;
}

.SYRYQDRZIDcard {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.SYRYQDRZIDcard .OrderDetailTitle {
  background: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
}
.SYRYQDRZIDcard .badMessage {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E3E3E3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #F92705;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.SYRYQDRZIDcard .card {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.SYRYQDRZIDcard .card .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.19px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SYRYQDRZIDcard .card .cardInput {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYRYQDRZIDcard .card .cardInput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.SYRYQDRZIDcard .card .cardInput .weui-input {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYRYQDRZIDcard .card .cardInput .weui-cell__primary {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYRYQDRZIDcard .card .cardInput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SYRYQDRZIDcard .card .cardInput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SYRYQDRZIDcard .card .cardInput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SYRYQDRZIDcard .card .cardInput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SYRYQDRZIDcard .card:last-child {
  border: none;
}
.SYRYQDRZIDcard .btn {
  margin-top: 30px;
  padding: 0 16px;
}
.SYRYQDRZIDcard .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.SYRYQDRZIDcard .btn button:active {
  color: #ffffff;
}
.SYRYQDRZIDcard .btn .weui-btn:after {
  border: none;
}

.TXRYSFRZcard {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.TXRYSFRZcard .OrderDetailTitle {
  background: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #e3e3e3;
}
.TXRYSFRZcard .badMessage {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #e3e3e3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #f92705;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.TXRYSFRZcard .card {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.TXRYSFRZcard .card .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.19px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.TXRYSFRZcard .card .cardInput {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.TXRYSFRZcard .card .cardInput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  height: 50px;
  border-bottom: 1px solid #e3e3e3;
}
.TXRYSFRZcard .card .cardInput .weui-input {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.TXRYSFRZcard .card .cardInput .weui-cell__primary {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.TXRYSFRZcard .card .cardInput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.TXRYSFRZcard .card .cardInput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.TXRYSFRZcard .card .cardInput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.TXRYSFRZcard .card .cardInput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.TXRYSFRZcard .card:last-child {
  border: none;
}
.TXRYSFRZcard .btn {
  margin-top: 30px;
  padding: 0 16px;
}
.TXRYSFRZcard .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1d68d2), color-stop(99%, #1b79ff));
  background-image: linear-gradient(-90deg, #1d68d2 2%, #1b79ff 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.TXRYSFRZcard .btn button:active {
  color: #ffffff;
}
.TXRYSFRZcard .btn .weui-btn:after {
  border: none;
}
.TXRYSFRZcard .weui-dialog__btn_primary {
  color: #185eb2;
}

.GSDQDYZGRZ {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.GSDQDYZGRZ .OrderDetailTitle {
  background: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
}
.GSDQDYZGRZ .badMessage {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E3E3E3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #F92705;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.GSDQDYZGRZ .card {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.GSDQDYZGRZ .card .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.19px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.GSDQDYZGRZ .card .cardInput {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.GSDQDYZGRZ .card .cardInput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.GSDQDYZGRZ .card .cardInput .weui-input {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.GSDQDYZGRZ .card .cardInput .weui-cell__primary {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.GSDQDYZGRZ .card .cardInput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.GSDQDYZGRZ .card .cardInput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.GSDQDYZGRZ .card .cardInput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.GSDQDYZGRZ .card .cardInput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.GSDQDYZGRZ .card:last-child {
  border: none;
}
.GSDQDYZGRZ .btn {
  margin-top: 30px;
  padding: 0 16px;
}
.GSDQDYZGRZ .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.GSDQDYZGRZ .btn button:active {
  color: #ffffff;
}
.GSDQDYZGRZ .btn .weui-btn:after {
  border: none;
}

.ZGRZZQ {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ZGRZZQ .centerPageContent {
  position: fixed;
  top: 51px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: calc(100% - 51px);
}
.ZGRZZQ .centerPageContent .singleBox {
  background: white;
  width: 100%;
  padding: 13px 16px;
  border-bottom: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ZGRZZQ .centerPageContent .singleBox .titleLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
}
.ZGRZZQ .centerPageContent .singleBox .shuBox {
  width: 4px;
  height: 12px;
  background: #1D68D2;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ZGRZZQ .centerPageContent .singleBox .textBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ZGRZZQ .centerPageContent .singleBox .iconBox {
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ZGRZZQ .centerPageTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  width: 100%;
  position: fixed;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border: 1px solid red;*/
  background: #FFFFFF;
}
.ZGRZZQ .centerPageTitle .socialInsuranceIcon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ZGRZZQ .centerPageTitle .socialInsuranceIcon .socialInsuranceYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ZGRZZQ .centerPageTitle .socialInsuranceIcon .socialCardYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#FF9F70), to(#F85250));
  background-image: linear-gradient(90deg, #FF9F70 0%, #F85250 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ZGRZZQ .centerPageTitle .socialInsuranceIcon .personnelTalentsYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, right top, left top, from(#6400B4), to(#E78EF6));
  background-image: linear-gradient(270deg, #6400B4 0%, #E78EF6 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ZGRZZQ .centerPageTitle .socialInsuranceIcon .employmentYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, right top, left top, from(#FDA742), to(#FAD14F));
  background-image: linear-gradient(270deg, #FDA742 0%, #FAD14F 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ZGRZZQ .centerPageTitle .socialInsuranceIcon .relationsYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#3CCC96), to(#177C56));
  background-image: linear-gradient(90deg, #3CCC96 0%, #177C56 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ZGRZZQ .centerPageTitle .socialInsuranceIcon .socialInsuranceText {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #1D68D2;
  letter-spacing: 0;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}

.DYZGRZ {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.DYZGRZ .centerPageContent {
  position: fixed;
  top: 51px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: calc(100% - 51px);
}
.DYZGRZ .centerPageContent .singleBox {
  background: white;
  width: 100%;
  padding: 13px 16px;
  border-bottom: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.DYZGRZ .centerPageContent .singleBox .titleLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
}
.DYZGRZ .centerPageContent .singleBox .shuBox {
  width: 4px;
  height: 12px;
  background: #1D68D2;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.DYZGRZ .centerPageContent .singleBox .textBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.DYZGRZ .centerPageContent .singleBox .iconBox {
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.DYZGRZ .centerPageTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  width: 100%;
  position: fixed;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border: 1px solid red;*/
  background: #FFFFFF;
}
.DYZGRZ .centerPageTitle .socialInsuranceIcon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.DYZGRZ .centerPageTitle .socialInsuranceIcon .socialInsuranceYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.DYZGRZ .centerPageTitle .socialInsuranceIcon .socialCardYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#FF9F70), to(#F85250));
  background-image: linear-gradient(90deg, #FF9F70 0%, #F85250 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.DYZGRZ .centerPageTitle .socialInsuranceIcon .personnelTalentsYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, right top, left top, from(#6400B4), to(#E78EF6));
  background-image: linear-gradient(270deg, #6400B4 0%, #E78EF6 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.DYZGRZ .centerPageTitle .socialInsuranceIcon .employmentYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, right top, left top, from(#FDA742), to(#FAD14F));
  background-image: linear-gradient(270deg, #FDA742 0%, #FAD14F 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.DYZGRZ .centerPageTitle .socialInsuranceIcon .relationsYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#3CCC96), to(#177C56));
  background-image: linear-gradient(90deg, #3CCC96 0%, #177C56 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.DYZGRZ .centerPageTitle .socialInsuranceIcon .socialInsuranceText {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #1D68D2;
  letter-spacing: 0;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}

.ACDYZGRZ {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.ACDYZGRZ .OrderDetailTitle {
  background: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
}
.ACDYZGRZ .badMessage {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E3E3E3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #F92705;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.ACDYZGRZ .card {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ACDYZGRZ .card .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.19px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ACDYZGRZ .card .cardInput {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ACDYZGRZ .card .cardInput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.ACDYZGRZ .card .cardInput .weui-input {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ACDYZGRZ .card .cardInput .weui-cell__primary {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ACDYZGRZ .card .cardInput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ACDYZGRZ .card .cardInput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ACDYZGRZ .card .cardInput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ACDYZGRZ .card .cardInput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ACDYZGRZ .card:last-child {
  border: none;
}
.ACDYZGRZ .btn {
  margin-top: 30px;
  padding: 0 16px;
}
.ACDYZGRZ .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.ACDYZGRZ .btn button:active {
  color: #ffffff;
}
.ACDYZGRZ .btn .weui-btn:after {
  border: none;
}
.ACDYZGRZ .weui-dialog__btn_primary {
  color: #185eb2;
}

.DASZDCXXXLR {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.DASZDCXXXLR .head {
  background: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
}
.DASZDCXXXLR .inputBox .card {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.DASZDCXXXLR .inputBox .card .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.19px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.DASZDCXXXLR .inputBox .card .cardInput {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.DASZDCXXXLR .inputBox .card .cardInput button {
  height: 35px;
  background: #FFFFFF;
  border: 1px solid #1E6BD5;
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
  letter-spacing: 0;
  text-align: center;
}
.DASZDCXXXLR .inputBox .card .cardInput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.DASZDCXXXLR .inputBox .card .cardInput .weui-input {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.DASZDCXXXLR .inputBox .card .cardInput .weui-cell__primary {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.DASZDCXXXLR .inputBox .card .cardInput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.DASZDCXXXLR .inputBox .card .cardInput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.DASZDCXXXLR .inputBox .card .cardInput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.DASZDCXXXLR .inputBox .card .cardInput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.DASZDCXXXLR .inputBox .card:last-child {
  border: none;
}
.DASZDCXXXLR .btn {
  margin-top: 30px;
  padding: 0 16px;
}
.DASZDCXXXLR .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.DASZDCXXXLR .btn button:active {
  color: #ffffff;
}
.DASZDCXXXLR .btn .weui-btn:after {
  border: none;
}

.RGSHRZ {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.RGSHRZ .OrderDetailTitle {
  background: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
}
.RGSHRZ .badMessage {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E3E3E3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #F92705;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.RGSHRZ .card {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.RGSHRZ .card .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.19px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.RGSHRZ .card .cardInput {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.RGSHRZ .card .cardInput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.RGSHRZ .card .cardInput .weui-input {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.RGSHRZ .card .cardInput .weui-cell__primary {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.RGSHRZ .card .cardInput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.RGSHRZ .card .cardInput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.RGSHRZ .card .cardInput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.RGSHRZ .card .cardInput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.RGSHRZ .card:last-child {
  border: none;
}
.RGSHRZ .btn {
  margin-top: 30px;
  padding: 0 16px;
}
.RGSHRZ .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.RGSHRZ .btn button:active {
  color: #ffffff;
}
.RGSHRZ .btn .weui-btn:after {
  border: none;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1D68D2;
}
.RGSHNEW .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.RGSHNEW .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #E3E3E3;
  letter-spacing: 0;
  line-height: 50px;
}
.RGSHNEW .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.RGSHNEW .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.RGSHNEW .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.RGSHNEW .btn button:active {
  color: #ffffff;
}
.RGSHNEW .btn .weui-btn:after {
  border: none;
}
.RGSHNEW .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.RGSHNEW .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
  background-color: #fff;
}
.RGSHNEW .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.RGSHNEW .myins .contentChoose .inputBox .title span {
  color: red;
}
.RGSHNEW .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.RGSHNEW .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.RGSHNEW .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.RGSHNEW .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.RGSHNEW .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.RGSHNEW .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.RGSHNEW .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.RGSHNEW .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.RGSHNEW .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.RGSHNEW .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.RGSHNEW .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.RGSHNEW .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.RGSHNEW .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.RGSHNEW .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.RGSHNEW .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.RGSHNEW .myins .contentChoose .inputBox .inputName button {
  height: 35px;
  background: #FFFFFF;
  border: 1px solid #1E6BD5;
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
  letter-spacing: 0;
  text-align: center;
}
.RGSHNEW .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.RGSHNEW .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.RGSHNEW .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.RGSHNEW .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.RGSHNEW .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.RGSHNEW .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.RGSHNEW .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.RGSHNEW .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.RGSHNEW .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.RGSHNEW .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.RGSHNEW .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.RGSHNEW .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.RGSHNEW .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.RGSHNEW .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.RGSHNEW .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.RGSHNEW .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.RGSHNEW .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.RGSHNEW .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.RGSHNEW .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.RGSHNEW .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.RGSHNEW .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.RGSHNEW .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.RGSHNEW .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.RGSHNEW .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.RGSHNEW .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.RGSHNEW .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.RGSHNEW .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.RGSHNEW .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.RGSHNEW .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.RGSHNEW .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.RGSHNEW .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.RGSHNEW .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.RGSHNEW .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.RGSHNEW .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.RGSHNEW .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.RGSHNEW .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.RGSHNEW .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.RGSHNEW .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.RGSHNEW .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.RGSHNEW .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.RGSHNEW .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.RGSHNEW .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.RGSHNEW .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.RGSHNEW .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.RGSHNEW .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.RGSHNEW .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.RGSHNEW .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.RGSHNEW .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.RGSHNEW .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.RGSHNEW .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.RGSHNEW .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.RGSHNEW .myins .uploadText {
  background-color: #E3E3E3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.RGSHNEW .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.RGSHNEW .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.RGSHNEW .myins .uploadFile .reRight {
  border: 1px solid #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
}
.RGSHNEW .myins .uploadFile .right {
  background-color: #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.RGSHNEW .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/**
* actionsheet
*/
/**
* en: primary type text color of menu item
* zh-CN: 菜单项primary类型的文本颜色
*/
/**
* en: warn type text color of menu item
* zh-CN: 菜单项warn类型的文本颜色
*/
/**
* en: default type text color of menu item
* zh-CN: 菜单项default类型的文本颜色
*/
/**
* en: disabled type text color of menu item
* zh-CN: 菜单项disabled类型的文本颜色
*/
/**
* datetime
*/
/**
* tabbar
*/
/**
* tab
*/
/**
* dialog
*/
/**
* en: title and content's padding-left and padding-right
* zh-CN: 标题及内容区域的 padding-left 和 padding-right
*/
/**
* x-number
*/
/**
* checkbox
*/
/**
* check-icon
*/
/**
* Cell
*/
/**
* Mask
*/
/**
* Range
*/
/**
* Tabbar
*/
/**
* Header
*/
/**
* Timeline
*/
/**
* Switch
*/
/**
* Button
*/
/**
* en: border radius
* zh-CN: 圆角边框
*/
/**
* en: font color
* zh-CN: 字体颜色
*/
/**
* en: margin-top value between previous button, not works when there is only one button
* zh-CN: 与相邻按钮的 margin-top 间隙，只有一个按钮时不生效
*/
/**
* en: button height
* zh-CN: 按钮高度
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: font size
* zh-CN: 字体大小
*/
/**
* en: the font size of the mini type
* zh-CN: mini类型的字体大小
*/
/**
* en: the line height of the mini type
* zh-CN: mini类型的行高
*/
/**
* en: the background color of the warn type
* zh-CN: warn类型的背景颜色
*/
/**
* en: the background color of the warn type in active
* zh-CN: active状态下，warn类型的背景颜色
*/
/**
* en: the background color of the warn type in disabled
* zh-CN: disabled状态下，warn类型的背景颜色
*/
/**
* en: the background color of the default type
* zh-CN: default类型的背景颜色
*/
/**
* en: the font color of the default type
* zh-CN: default类型的字体颜色
*/
/**
* en: the background color of the default type in active
* zh-CN: active状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in disabled
* zh-CN: disabled状态下，default类型的字体颜色
*/
/**
* en: the background color of the default type in disabled
* zh-CN: disabled状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in active
* zh-CN: active状态下，default类型的字体颜色
*/
/**
* en: the background color of the primary type
* zh-CN: primary类型的背景颜色
*/
/**
* en: the background color of the primary type in active
* zh-CN: active状态下，primary类型的背景颜色
*/
/**
* en: the background color of the primary type in disabled
* zh-CN: disabled状态下，primary类型的背景颜色
*/
/**
* en: the font color of the plain primary type
* zh-CN: plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type
* zh-CN: plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain default type
* zh-CN: plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type
* zh-CN: plain的default类型的边框颜色
*/
/**
* en: the font color of the plain default type in active
* zh-CN: active状态下，plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type in active
* zh-CN: active状态下，plain的default类型的边框颜色
*/
/**
* en: the font color of the plain warn type
* zh-CN: plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type
* zh-CN: plain的warn类型的边框颜色
*/
/**
* en: the font color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的边框颜色
*/
/**
* swipeout
*/
/**
* Cell
*/
/**
* Badge
*/
/**
* en: badge background color
* zh-CN: badge的背景颜色
*/
/**
* Popover
*/
/**
* Button tab
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: border radius color
* zh-CN: 圆角边框的半径
*/
/**
* en: border color
* zh-CN: 边框的颜色
*/
/**
* en: not used
* zh-CN: 默认状态下圆角边框的颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default background color
* zh-CN: 默认状态下的背景颜色
*/
/**
* en: selected background color
* zh-CN: 选中状态下的背景颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/* alias */
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default text color
* zh-CN: 默认状态下的文本颜色
*/
/**
* en: height
* zh-CN: 元素高度
*/
/**
* en: line height
* zh-CN: 元素行高
*/
/**
* Swiper
*/
/**
* checklist
*/
/**
* popup-picker
*/
/**
* popup
*/
/**
* popup-header
*/
/**
* form-preview
*/
/**
* sticky
*/
/**
* group
*/
/**
* en: margin-top of title
* zh-CN: 标题的margin-top
*/
/**
* en: margin-bottom of title
* zh-CN: 标题的margin-bottom
*/
/**
* en: margin-top of footer title
* zh-CN: 底部标题的margin-top
*/
/**
* en: margin-bottom of footer title
* zh-CN: 底部标题的margin-bottom
*/
/**
* toast
*/
/**
* en: text size of content
* zh-CN: 内容文本大小
*/
/**
* en: default top
* zh-CN: 默认状态下距离顶部的高度
*/
/**
* en: position top
* zh-CN: 顶部显示的高度
*/
/**
* en: position bottom
* zh-CN: 底部显示的高度
*/
/**
* en: z-index
* zh-CN: z-index
*/
/**
* icon
*/
/**
* calendar
*/
/**
* en: forward and backward arrows color
* zh-CN: 前进后退的箭头颜色
*/
/**
* en: text color of week highlight
* zh-CN: 周末高亮的文本颜色
*/
/**
* en: background color when selected
* zh-CN: 选中时的背景颜色
*/
/**
* en: text color when disabled
* zh-CN: 禁用时的文本颜色
*/
/**
* en: text color of today
* zh-CN: 今天的文本颜色
*/
/**
* en: font size of cell
* zh-CN: 单元格的字号
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: size of date cell
* zh-CN: 日期单元格尺寸大小
*/
/**
* en: line height of date cell
* zh-CN: 日期单元格的行高
*/
/**
* en: text color of header
* zh-CN: 头部的文本颜色
*/
/**
* week-calendar
*/
/**
* search
*/
/**
* en: text color of cancel button
* zh-CN: 取消按钮文本颜色
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: text color of placeholder
* zh-CN: placeholder文本颜色
*/
/**
* radio
*/
/**
* en: checked icon color
* zh-CN: 选中状态的图标颜色
*/
/**
* loadmore
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* loading
*/
/**
* en: z-index
* zh-CN: z-index
*/
.dp-container.vux-datetime-view {
  position: static;
  -webkit-transition: none;
  transition: none;
}
.dp-container.vux-datetime-view .dp-header {
  display: none;
}
.vux-datetime-clear {
  text-align: center;
}
.scroller-component {
  display: block;
  position: relative;
  height: 238px;
  overflow: hidden;
  width: 100%;
}
.scroller-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.scroller-mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  z-index: 3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0.6))), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0.6)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
  background-position: top, bottom;
  background-size: 100% 102px;
  background-repeat: no-repeat;
}
.scroller-item {
  text-align: center;
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  color: #000;
}
.scroller-indicator {
  width: 100%;
  height: 34px;
  position: absolute;
  left: 0;
  top: 102px;
  z-index: 3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d0d0d0), color-stop(#d0d0d0), color-stop(transparent), to(transparent)), -webkit-gradient(linear, left bottom, left top, from(#d0d0d0), color-stop(#d0d0d0), color-stop(transparent), to(transparent));
  background-image: linear-gradient(to bottom, #d0d0d0, #d0d0d0, transparent, transparent), linear-gradient(to top, #d0d0d0, #d0d0d0, transparent, transparent);
  background-position: top, bottom;
  background-size: 100% 1px;
  background-repeat: no-repeat;
}
.dp-container {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 10000;
  background-color: #fff;
  display: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.dp-mask {
  z-index: 998;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  background-color: #000;
  z-index: 9999;
}
.dp-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  box-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), color-stop(#e7e7e7), color-stop(transparent), to(transparent));
  background-image: linear-gradient(to bottom, #e7e7e7, #e7e7e7, transparent, transparent);
  background-position: bottom;
  background-size: 100% 1px;
  background-repeat: no-repeat;
}
.dp-header .dp-item {
  color: #04BE02;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
}
.dp-header .dp-item.dp-left {
  color: #828282;
}
.dp-header .dp-item.dp-right {
  color: #04BE02;
}
.dp-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  box-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
.dp-header .dp-item,
.dp-content .dp-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.vux-datetime-cancel {
  text-align: left;
  padding-left: 15px;
}
.vux-datetime-confirm {
  text-align: right;
  padding-right: 15px;
}
.vux-datetime {
  color: #000;
  text-decoration: none;
}
.vux-datetime .vux-input-icon {
  float: right;
}
.vux-cell-primary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/**
* actionsheet
*/
/**
* en: primary type text color of menu item
* zh-CN: 菜单项primary类型的文本颜色
*/
/**
* en: warn type text color of menu item
* zh-CN: 菜单项warn类型的文本颜色
*/
/**
* en: default type text color of menu item
* zh-CN: 菜单项default类型的文本颜色
*/
/**
* en: disabled type text color of menu item
* zh-CN: 菜单项disabled类型的文本颜色
*/
/**
* datetime
*/
/**
* tabbar
*/
/**
* tab
*/
/**
* dialog
*/
/**
* en: title and content's padding-left and padding-right
* zh-CN: 标题及内容区域的 padding-left 和 padding-right
*/
/**
* x-number
*/
/**
* checkbox
*/
/**
* check-icon
*/
/**
* Cell
*/
/**
* Mask
*/
/**
* Range
*/
/**
* Tabbar
*/
/**
* Header
*/
/**
* Timeline
*/
/**
* Switch
*/
/**
* Button
*/
/**
* en: border radius
* zh-CN: 圆角边框
*/
/**
* en: font color
* zh-CN: 字体颜色
*/
/**
* en: margin-top value between previous button, not works when there is only one button
* zh-CN: 与相邻按钮的 margin-top 间隙，只有一个按钮时不生效
*/
/**
* en: button height
* zh-CN: 按钮高度
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: font size
* zh-CN: 字体大小
*/
/**
* en: the font size of the mini type
* zh-CN: mini类型的字体大小
*/
/**
* en: the line height of the mini type
* zh-CN: mini类型的行高
*/
/**
* en: the background color of the warn type
* zh-CN: warn类型的背景颜色
*/
/**
* en: the background color of the warn type in active
* zh-CN: active状态下，warn类型的背景颜色
*/
/**
* en: the background color of the warn type in disabled
* zh-CN: disabled状态下，warn类型的背景颜色
*/
/**
* en: the background color of the default type
* zh-CN: default类型的背景颜色
*/
/**
* en: the font color of the default type
* zh-CN: default类型的字体颜色
*/
/**
* en: the background color of the default type in active
* zh-CN: active状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in disabled
* zh-CN: disabled状态下，default类型的字体颜色
*/
/**
* en: the background color of the default type in disabled
* zh-CN: disabled状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in active
* zh-CN: active状态下，default类型的字体颜色
*/
/**
* en: the background color of the primary type
* zh-CN: primary类型的背景颜色
*/
/**
* en: the background color of the primary type in active
* zh-CN: active状态下，primary类型的背景颜色
*/
/**
* en: the background color of the primary type in disabled
* zh-CN: disabled状态下，primary类型的背景颜色
*/
/**
* en: the font color of the plain primary type
* zh-CN: plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type
* zh-CN: plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain default type
* zh-CN: plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type
* zh-CN: plain的default类型的边框颜色
*/
/**
* en: the font color of the plain default type in active
* zh-CN: active状态下，plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type in active
* zh-CN: active状态下，plain的default类型的边框颜色
*/
/**
* en: the font color of the plain warn type
* zh-CN: plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type
* zh-CN: plain的warn类型的边框颜色
*/
/**
* en: the font color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的边框颜色
*/
/**
* swipeout
*/
/**
* Cell
*/
/**
* Badge
*/
/**
* en: badge background color
* zh-CN: badge的背景颜色
*/
/**
* Popover
*/
/**
* Button tab
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: border radius color
* zh-CN: 圆角边框的半径
*/
/**
* en: border color
* zh-CN: 边框的颜色
*/
/**
* en: not used
* zh-CN: 默认状态下圆角边框的颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default background color
* zh-CN: 默认状态下的背景颜色
*/
/**
* en: selected background color
* zh-CN: 选中状态下的背景颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/* alias */
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default text color
* zh-CN: 默认状态下的文本颜色
*/
/**
* en: height
* zh-CN: 元素高度
*/
/**
* en: line height
* zh-CN: 元素行高
*/
/**
* Swiper
*/
/**
* checklist
*/
/**
* popup-picker
*/
/**
* popup
*/
/**
* popup-header
*/
/**
* form-preview
*/
/**
* sticky
*/
/**
* group
*/
/**
* en: margin-top of title
* zh-CN: 标题的margin-top
*/
/**
* en: margin-bottom of title
* zh-CN: 标题的margin-bottom
*/
/**
* en: margin-top of footer title
* zh-CN: 底部标题的margin-top
*/
/**
* en: margin-bottom of footer title
* zh-CN: 底部标题的margin-bottom
*/
/**
* toast
*/
/**
* en: text size of content
* zh-CN: 内容文本大小
*/
/**
* en: default top
* zh-CN: 默认状态下距离顶部的高度
*/
/**
* en: position top
* zh-CN: 顶部显示的高度
*/
/**
* en: position bottom
* zh-CN: 底部显示的高度
*/
/**
* en: z-index
* zh-CN: z-index
*/
/**
* icon
*/
/**
* calendar
*/
/**
* en: forward and backward arrows color
* zh-CN: 前进后退的箭头颜色
*/
/**
* en: text color of week highlight
* zh-CN: 周末高亮的文本颜色
*/
/**
* en: background color when selected
* zh-CN: 选中时的背景颜色
*/
/**
* en: text color when disabled
* zh-CN: 禁用时的文本颜色
*/
/**
* en: text color of today
* zh-CN: 今天的文本颜色
*/
/**
* en: font size of cell
* zh-CN: 单元格的字号
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: size of date cell
* zh-CN: 日期单元格尺寸大小
*/
/**
* en: line height of date cell
* zh-CN: 日期单元格的行高
*/
/**
* en: text color of header
* zh-CN: 头部的文本颜色
*/
/**
* week-calendar
*/
/**
* search
*/
/**
* en: text color of cancel button
* zh-CN: 取消按钮文本颜色
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: text color of placeholder
* zh-CN: placeholder文本颜色
*/
/**
* radio
*/
/**
* en: checked icon color
* zh-CN: 选中状态的图标颜色
*/
/**
* loadmore
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* loading
*/
/**
* en: z-index
* zh-CN: z-index
*/
.vux-1px,
.vux-1px-t,
.vux-1px-b,
.vux-1px-tb,
.vux-1px-l,
.vux-1px-r {
  position: relative;
}
.vux-1px:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  border: 1px solid #C7C7C7;
  color: #C7C7C7;
  height: 200%;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.vux-1px-t:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.vux-1px-b:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.vux-1px-tb:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.vux-1px-tb:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.vux-1px-l:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  bottom: 0;
  border-left: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}
.vux-1px-r:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  bottom: 0;
  border-right: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}
.vux-cell-primary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.vux-cell-box {
  position: relative;
}
.vux-cell-box:not(:first-child):before {
  content: " ";
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #D9D9D9;
  color: #D9D9D9;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  left: 15px;
}
.vux-popup-picker-header {
  height: 44px;
  color: #04BE02;
  background-color: #fbf9fe;
  font-size: 16px;
  position: relative;
}
.vux-popup-picker-header:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #e5e5e5;
  color: #e5e5e5;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.vux-popup-picker-value {
  /* display: inline-block; */
}
.vux-popup-picker-header-menu {
  text-align: left;
  padding-left: 15px;
  line-height: 44px;
}
.vux-popup-picker-header-menu-right {
  text-align: right;
  padding-right: 15px;
}
.vux-popup-picker-select {
  width: 100%;
  position: relative;
}
.vux-popup-picker-select-box.weui-cell__bd:after {
  content: " ";
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
}
.vux-popup-picker-cancel {
  color: #828282;
}
.vux-popup-picker-placeholder {
  color: #999;
}

.scroller-component {
  display: block;
  position: relative;
  height: 238px;
  overflow: hidden;
  width: 100%;
}
.scroller-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.scroller-mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  z-index: 3;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  background-image:
    -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.95)), to(rgba(255,255,255,0.6))),
    -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,0.95)), to(rgba(255,255,255,0.6)));
  background-image:
    linear-gradient(to bottom, rgba(255,255,255,0.95), rgba(255,255,255,0.6)),
    linear-gradient(to top, rgba(255,255,255,0.95), rgba(255,255,255,0.6));
  background-position: top, bottom;
  background-size: 100% 102px;
  background-repeat: no-repeat;
}
.scroller-item {
  text-align: center;
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  color: #000;
}
.scroller-indicator {
  width: 100%;
  height: 34px;
  position: absolute;
  left: 0;
  top: 102px;
  z-index: 3;
  background-image:
    -webkit-gradient(linear, left top, left bottom, from(#d0d0d0), color-stop(#d0d0d0), color-stop(transparent), to(transparent)),
    -webkit-gradient(linear, left bottom, left top, from(#d0d0d0), color-stop(#d0d0d0), color-stop(transparent), to(transparent));
  background-image:
    linear-gradient(to bottom, #d0d0d0, #d0d0d0, transparent, transparent),
    linear-gradient(to top, #d0d0d0, #d0d0d0, transparent, transparent);
  background-position: top, bottom;
  background-size: 100% 1px;
  background-repeat: no-repeat;
}
.scroller-item {
  line-clamp: 1;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vux-flexbox {
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  box-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vux-flexbox .vux-flexbox-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex: 1;
  min-width: 20px;
  width: 0%;
}
.vux-flexbox .vux-flexbox-item:first-child {
  margin-left: 0!important;
  margin-top: 0!important;
}
.vux-flex-row {
  box-direction: row;
  box-orient: horizontal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.vux-flex-col {
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.vux-flex-col > .vux-flexbox-item {
  width: 100%;
}

.vux-1px,
.vux-1px-t,
.vux-1px-b,
.vux-1px-tb,
.vux-1px-l,
.vux-1px-r {
  position: relative;
}
.vux-1px:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  border: 1px solid #C7C7C7;
  color: #C7C7C7;
  height: 200%;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.vux-1px-t:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.vux-1px-b:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.vux-1px-tb:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.vux-1px-tb:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.vux-1px-l:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  bottom: 0;
  border-left: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}
.vux-1px-r:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  bottom: 0;
  border-right: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}
/**
* actionsheet
*/
/**
* en: primary type text color of menu item
* zh-CN: 菜单项primary类型的文本颜色
*/
/**
* en: warn type text color of menu item
* zh-CN: 菜单项warn类型的文本颜色
*/
/**
* en: default type text color of menu item
* zh-CN: 菜单项default类型的文本颜色
*/
/**
* en: disabled type text color of menu item
* zh-CN: 菜单项disabled类型的文本颜色
*/
/**
* datetime
*/
/**
* tabbar
*/
/**
* tab
*/
/**
* dialog
*/
/**
* en: title and content's padding-left and padding-right
* zh-CN: 标题及内容区域的 padding-left 和 padding-right
*/
/**
* x-number
*/
/**
* checkbox
*/
/**
* check-icon
*/
/**
* Cell
*/
/**
* Mask
*/
/**
* Range
*/
/**
* Tabbar
*/
/**
* Header
*/
/**
* Timeline
*/
/**
* Switch
*/
/**
* Button
*/
/**
* en: border radius
* zh-CN: 圆角边框
*/
/**
* en: font color
* zh-CN: 字体颜色
*/
/**
* en: margin-top value between previous button, not works when there is only one button
* zh-CN: 与相邻按钮的 margin-top 间隙，只有一个按钮时不生效
*/
/**
* en: button height
* zh-CN: 按钮高度
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: font size
* zh-CN: 字体大小
*/
/**
* en: the font size of the mini type
* zh-CN: mini类型的字体大小
*/
/**
* en: the line height of the mini type
* zh-CN: mini类型的行高
*/
/**
* en: the background color of the warn type
* zh-CN: warn类型的背景颜色
*/
/**
* en: the background color of the warn type in active
* zh-CN: active状态下，warn类型的背景颜色
*/
/**
* en: the background color of the warn type in disabled
* zh-CN: disabled状态下，warn类型的背景颜色
*/
/**
* en: the background color of the default type
* zh-CN: default类型的背景颜色
*/
/**
* en: the font color of the default type
* zh-CN: default类型的字体颜色
*/
/**
* en: the background color of the default type in active
* zh-CN: active状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in disabled
* zh-CN: disabled状态下，default类型的字体颜色
*/
/**
* en: the background color of the default type in disabled
* zh-CN: disabled状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in active
* zh-CN: active状态下，default类型的字体颜色
*/
/**
* en: the background color of the primary type
* zh-CN: primary类型的背景颜色
*/
/**
* en: the background color of the primary type in active
* zh-CN: active状态下，primary类型的背景颜色
*/
/**
* en: the background color of the primary type in disabled
* zh-CN: disabled状态下，primary类型的背景颜色
*/
/**
* en: the font color of the plain primary type
* zh-CN: plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type
* zh-CN: plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain default type
* zh-CN: plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type
* zh-CN: plain的default类型的边框颜色
*/
/**
* en: the font color of the plain default type in active
* zh-CN: active状态下，plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type in active
* zh-CN: active状态下，plain的default类型的边框颜色
*/
/**
* en: the font color of the plain warn type
* zh-CN: plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type
* zh-CN: plain的warn类型的边框颜色
*/
/**
* en: the font color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的边框颜色
*/
/**
* swipeout
*/
/**
* Cell
*/
/**
* Badge
*/
/**
* en: badge background color
* zh-CN: badge的背景颜色
*/
/**
* Popover
*/
/**
* Button tab
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: border radius color
* zh-CN: 圆角边框的半径
*/
/**
* en: border color
* zh-CN: 边框的颜色
*/
/**
* en: not used
* zh-CN: 默认状态下圆角边框的颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default background color
* zh-CN: 默认状态下的背景颜色
*/
/**
* en: selected background color
* zh-CN: 选中状态下的背景颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/* alias */
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default text color
* zh-CN: 默认状态下的文本颜色
*/
/**
* en: height
* zh-CN: 元素高度
*/
/**
* en: line height
* zh-CN: 元素行高
*/
/**
* Swiper
*/
/**
* checklist
*/
/**
* popup-picker
*/
/**
* popup
*/
/**
* popup-header
*/
/**
* form-preview
*/
/**
* sticky
*/
/**
* group
*/
/**
* en: margin-top of title
* zh-CN: 标题的margin-top
*/
/**
* en: margin-bottom of title
* zh-CN: 标题的margin-bottom
*/
/**
* en: margin-top of footer title
* zh-CN: 底部标题的margin-top
*/
/**
* en: margin-bottom of footer title
* zh-CN: 底部标题的margin-bottom
*/
/**
* toast
*/
/**
* en: text size of content
* zh-CN: 内容文本大小
*/
/**
* en: default top
* zh-CN: 默认状态下距离顶部的高度
*/
/**
* en: position top
* zh-CN: 顶部显示的高度
*/
/**
* en: position bottom
* zh-CN: 底部显示的高度
*/
/**
* en: z-index
* zh-CN: z-index
*/
/**
* icon
*/
/**
* calendar
*/
/**
* en: forward and backward arrows color
* zh-CN: 前进后退的箭头颜色
*/
/**
* en: text color of week highlight
* zh-CN: 周末高亮的文本颜色
*/
/**
* en: background color when selected
* zh-CN: 选中时的背景颜色
*/
/**
* en: text color when disabled
* zh-CN: 禁用时的文本颜色
*/
/**
* en: text color of today
* zh-CN: 今天的文本颜色
*/
/**
* en: font size of cell
* zh-CN: 单元格的字号
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: size of date cell
* zh-CN: 日期单元格尺寸大小
*/
/**
* en: line height of date cell
* zh-CN: 日期单元格的行高
*/
/**
* en: text color of header
* zh-CN: 头部的文本颜色
*/
/**
* week-calendar
*/
/**
* search
*/
/**
* en: text color of cancel button
* zh-CN: 取消按钮文本颜色
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: text color of placeholder
* zh-CN: placeholder文本颜色
*/
/**
* radio
*/
/**
* en: checked icon color
* zh-CN: 选中状态的图标颜色
*/
/**
* loadmore
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* loading
*/
/**
* en: z-index
* zh-CN: z-index
*/
.vux-popup-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  background-color: #fbf9fe;
}
.vux-popup-header-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #222;
}
.vux-popup-header-left {
  padding-left: 15px;
  color: #828282;
}
.vux-popup-header-right {
  padding-right: 15px;
  color: #04BE02;
}
.vux-popup-header.vux-1px-b:after {
  border-color: #D9D9D9;
}
/**
* actionsheet
*/
/**
* en: primary type text color of menu item
* zh-CN: 菜单项primary类型的文本颜色
*/
/**
* en: warn type text color of menu item
* zh-CN: 菜单项warn类型的文本颜色
*/
/**
* en: default type text color of menu item
* zh-CN: 菜单项default类型的文本颜色
*/
/**
* en: disabled type text color of menu item
* zh-CN: 菜单项disabled类型的文本颜色
*/
/**
* datetime
*/
/**
* tabbar
*/
/**
* tab
*/
/**
* dialog
*/
/**
* en: title and content's padding-left and padding-right
* zh-CN: 标题及内容区域的 padding-left 和 padding-right
*/
/**
* x-number
*/
/**
* checkbox
*/
/**
* check-icon
*/
/**
* Cell
*/
/**
* Mask
*/
/**
* Range
*/
/**
* Tabbar
*/
/**
* Header
*/
/**
* Timeline
*/
/**
* Switch
*/
/**
* Button
*/
/**
* en: border radius
* zh-CN: 圆角边框
*/
/**
* en: font color
* zh-CN: 字体颜色
*/
/**
* en: margin-top value between previous button, not works when there is only one button
* zh-CN: 与相邻按钮的 margin-top 间隙，只有一个按钮时不生效
*/
/**
* en: button height
* zh-CN: 按钮高度
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: font size
* zh-CN: 字体大小
*/
/**
* en: the font size of the mini type
* zh-CN: mini类型的字体大小
*/
/**
* en: the line height of the mini type
* zh-CN: mini类型的行高
*/
/**
* en: the background color of the warn type
* zh-CN: warn类型的背景颜色
*/
/**
* en: the background color of the warn type in active
* zh-CN: active状态下，warn类型的背景颜色
*/
/**
* en: the background color of the warn type in disabled
* zh-CN: disabled状态下，warn类型的背景颜色
*/
/**
* en: the background color of the default type
* zh-CN: default类型的背景颜色
*/
/**
* en: the font color of the default type
* zh-CN: default类型的字体颜色
*/
/**
* en: the background color of the default type in active
* zh-CN: active状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in disabled
* zh-CN: disabled状态下，default类型的字体颜色
*/
/**
* en: the background color of the default type in disabled
* zh-CN: disabled状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in active
* zh-CN: active状态下，default类型的字体颜色
*/
/**
* en: the background color of the primary type
* zh-CN: primary类型的背景颜色
*/
/**
* en: the background color of the primary type in active
* zh-CN: active状态下，primary类型的背景颜色
*/
/**
* en: the background color of the primary type in disabled
* zh-CN: disabled状态下，primary类型的背景颜色
*/
/**
* en: the font color of the plain primary type
* zh-CN: plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type
* zh-CN: plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain default type
* zh-CN: plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type
* zh-CN: plain的default类型的边框颜色
*/
/**
* en: the font color of the plain default type in active
* zh-CN: active状态下，plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type in active
* zh-CN: active状态下，plain的default类型的边框颜色
*/
/**
* en: the font color of the plain warn type
* zh-CN: plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type
* zh-CN: plain的warn类型的边框颜色
*/
/**
* en: the font color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的边框颜色
*/
/**
* swipeout
*/
/**
* Cell
*/
/**
* Badge
*/
/**
* en: badge background color
* zh-CN: badge的背景颜色
*/
/**
* Popover
*/
/**
* Button tab
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: border radius color
* zh-CN: 圆角边框的半径
*/
/**
* en: border color
* zh-CN: 边框的颜色
*/
/**
* en: not used
* zh-CN: 默认状态下圆角边框的颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default background color
* zh-CN: 默认状态下的背景颜色
*/
/**
* en: selected background color
* zh-CN: 选中状态下的背景颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/* alias */
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default text color
* zh-CN: 默认状态下的文本颜色
*/
/**
* en: height
* zh-CN: 元素高度
*/
/**
* en: line height
* zh-CN: 元素行高
*/
/**
* Swiper
*/
/**
* checklist
*/
/**
* popup-picker
*/
/**
* popup
*/
/**
* popup-header
*/
/**
* form-preview
*/
/**
* sticky
*/
/**
* group
*/
/**
* en: margin-top of title
* zh-CN: 标题的margin-top
*/
/**
* en: margin-bottom of title
* zh-CN: 标题的margin-bottom
*/
/**
* en: margin-top of footer title
* zh-CN: 底部标题的margin-top
*/
/**
* en: margin-bottom of footer title
* zh-CN: 底部标题的margin-bottom
*/
/**
* toast
*/
/**
* en: text size of content
* zh-CN: 内容文本大小
*/
/**
* en: default top
* zh-CN: 默认状态下距离顶部的高度
*/
/**
* en: position top
* zh-CN: 顶部显示的高度
*/
/**
* en: position bottom
* zh-CN: 底部显示的高度
*/
/**
* en: z-index
* zh-CN: z-index
*/
/**
* icon
*/
/**
* calendar
*/
/**
* en: forward and backward arrows color
* zh-CN: 前进后退的箭头颜色
*/
/**
* en: text color of week highlight
* zh-CN: 周末高亮的文本颜色
*/
/**
* en: background color when selected
* zh-CN: 选中时的背景颜色
*/
/**
* en: text color when disabled
* zh-CN: 禁用时的文本颜色
*/
/**
* en: text color of today
* zh-CN: 今天的文本颜色
*/
/**
* en: font size of cell
* zh-CN: 单元格的字号
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: size of date cell
* zh-CN: 日期单元格尺寸大小
*/
/**
* en: line height of date cell
* zh-CN: 日期单元格的行高
*/
/**
* en: text color of header
* zh-CN: 头部的文本颜色
*/
/**
* week-calendar
*/
/**
* search
*/
/**
* en: text color of cancel button
* zh-CN: 取消按钮文本颜色
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: text color of placeholder
* zh-CN: placeholder文本颜色
*/
/**
* radio
*/
/**
* en: checked icon color
* zh-CN: 选中状态的图标颜色
*/
/**
* loadmore
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* loading
*/
/**
* en: z-index
* zh-CN: z-index
*/
.weui-cells {
  margin-top: 1.17647059em;
  background-color: #FFFFFF;
  line-height: 1.41176471;
  font-size: 17px;
  overflow: hidden;
  position: relative;
}
.weui-cells:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #D9D9D9;
  color: #D9D9D9;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.weui-cells:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #D9D9D9;
  color: #D9D9D9;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.weui-cells__title {
  margin-top: 0.77em;
  margin-bottom: 0.3em;
  padding-left: 15px;
  padding-right: 15px;
  color: #999999;
  font-size: 14px;
}
.weui-cells__title + .weui-cells {
  margin-top: 0;
}
.weui-cells__tips {
  margin-top: 0.3em;
  color: #999999;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}
.weui-cell {
  padding: 10px 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.weui-cell:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #D9D9D9;
  color: #D9D9D9;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  left: 15px;
}
.weui-cell:first-child:before {
  display: none;
}
.weui-cell_primary {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.weui-cell__bd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.weui-cell__ft {
  text-align: right;
  color: #999999;
}
.vux-cell-justify {
  height: 1.41176471em;
}
.vux-cell-justify.vux-cell-justify:after {
  content: ".";
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 0;
}
.weui-label {
  display: block;
  width: 105px;
  word-wrap: break-word;
  word-break: break-all;
}
.weui-input {
  width: 100%;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  background-color: transparent;
  font-size: inherit;
  color: inherit;
  height: 1.41176471em;
  line-height: 1.41176471;
}
.weui-input::-webkit-outer-spin-button,
.weui-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.weui-textarea {
  display: block;
  border: 0;
  resize: none;
  width: 100%;
  color: inherit;
  font-size: 1em;
  line-height: inherit;
  outline: 0;
}
.weui-textarea-counter {
  color: #B2B2B2;
  text-align: right;
}
.weui-cell_warn .weui-textarea-counter {
  color: #E64340;
}
.weui-toptips {
  display: none;
  position: fixed;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  top: 0;
  left: 0;
  right: 0;
  padding: 5px;
  font-size: 14px;
  text-align: center;
  color: #FFF;
  z-index: 5000;
  word-wrap: break-word;
  word-break: break-all;
}
.weui-toptips_warn {
  background-color: #E64340;
}
.weui-cells_form .weui-cell__ft {
  font-size: 0;
}
.weui-cells_form .weui-icon-warn {
  display: none;
}
.weui-cells_form input,
.weui-cells_form textarea,
.weui-cells_form label[for] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.weui-cell_warn {
  color: #E64340;
}
.weui-cell_warn .weui-icon-warn {
  display: inline-block;
}
.vux-x-textarea.weui-cell {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.pswp__button--fs {
  display: none !important;
}
.PhotoRenSheYun {
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #E3E3E3;
  font-size: 16px;
}
.PhotoRenSheYun .weui-dialog__btn_primary {
  color: #4A90E2;
}
.PhotoRenSheYun .loadings {
  height: 0;
}
.PhotoRenSheYun .pic {
  width: 100%;
  height: 100%;
  /*border: 1px solid red;*/
  background-color: #fff;
  /*display: flex;*/
  /*flex-direction: row;*/
  /*!*flex-wrap: wrap;*!*/
  /*justify-content: center;*/
  /*align-items: center;*/
}
.PhotoRenSheYun .pic .title {
  margin: 10px 0;
  padding: 0 16px 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.PhotoRenSheYun .pic .title :nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  color: #333333;
}
.PhotoRenSheYun .pic .title :nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #4A90E2;
}
.PhotoRenSheYun .pic .title :nth-child(2) i {
  color: #1e6bd5;
  font-size: 20px;
  margin: 0 6px 0 10px;
}
.PhotoRenSheYun .pic .picPiker {
  padding: 0 15px;
  width: calc(100% - 30px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*flex-flow: row wrap;   !* 换行 *!*/
  /*justify-content: flex-start;*/
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*justify-content:center;*/
  /*justify-content: space-between;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*justify-items: start;*/
}
.PhotoRenSheYun .pic .picPiker .image {
  height: 100px;
  width: calc((100% - 30px) / 3);
  /* 宽度 */
  text-align: center;
  background-color: #E3E3E3;
  margin: 0 5px 5px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.PhotoRenSheYun .pic .picPiker .image .ima {
  width: 100%;
  height: calc(100% - 21px);
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.PhotoRenSheYun .pic .picPiker .image .ima img {
  width: 100%;
  height: 100%;
  /*border: 1px solid #dbdbdb;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.PhotoRenSheYun .pic .picPiker .image .cover {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 21px;
  background-color: rgba(0, 0, 0, 0.6);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  /*margin-left: 1px;*/
}
.PhotoRenSheYun .pic .picPiker .image .cover .text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
}
.PhotoRenSheYun .pic .picPiker .addPicOther {
  height: 100px;
  width: calc((100% - 30px) / 3);
  /* 宽度 */
  text-align: center;
  background-color: #E3E3E3;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  margin: 0 5px 5px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.PhotoRenSheYun .pic .picPiker .addPicOther .vux-x-icon {
  fill: #d8d8d8;
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.pswp img {
    max-width: none;
}
/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pswp__button:focus, .pswp__button:hover {
    opacity: 1;
}
.pswp__button:active {
    outline: none;
    opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQgAAABYCAQAAACjBqE3AAAB6klEQVR4Ae3bsWpUQRTG8YkkanwCa7GzVotsI/gEgk9h4Vu4ySLYmMYgbJrc3lrwZbJwC0FMt4j7F6Y4oIZrsXtgxvx/1c0ufEX4cnbmLCmSJEmSJEmSJEmSJP3XCBPvbJU+8doWmDFwyZpLBmYlNJebz0KwzykwsuSYJSNwykEJreV2BaBMaLIQZ2xYcFgqDlmw4ayE/FwL0dDk4Qh4W37DAjgqIT+3HRbigjH+iikVdxgZStgyN0Su2sXIeTwTT+esdpcbIlfNAuZ/TxresG4zV8kYWSZNiKUTokMMSWeIwTNEn4fK2TW3gRNgVkJLuVksROA9G+bEvoATNlBCa7nZXEwdxEZxzpKRKFh+bsv8LmPFmhX1OwfIz81jIRJQ5eeqG9B+riRJkiRJkiRJkiRJkiRJkiRJUkvA/8RQoEpKlJWINFkJ62AlrEP/mNBibnv2yz/A3t7Uq3LcpoxP8COjC1T5vxoAD5VdoEqdDrd5QuW1swtUSaueh3zkiuBiqgtA2OlkeMcP/uDqugsJdbjHF65VdPMKwS0+WQc/MgKvrIOHysB9vgPwk8+85hmPbnQdvHZyDMAFD7L3EOpgMcVdvnHFS0/vlatrXvCVx0U9gt3fxvnA0/hB4nmRJEmSJEmSJEmSJGmHfgFLaDPoMu5xWwAAAABJRU5ErkJggg==) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
.pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjY0IiBoZWlnaHQ9Ijg4IiB2aWV3Qm94PSIwIDAgMjY0IDg4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5kZWZhdWx0LXNraW4gMjwvdGl0bGU+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Zz48cGF0aCBkPSJNNjcuMDAyIDU5LjV2My43NjhjLTYuMzA3Ljg0LTkuMTg0IDUuNzUtMTAuMDAyIDkuNzMyIDIuMjItMi44MyA1LjU2NC01LjA5OCAxMC4wMDItNS4wOThWNzEuNUw3MyA2NS41ODUgNjcuMDAyIDU5LjV6IiBpZD0iU2hhcGUiIGZpbGw9IiNmZmYiLz48ZyBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMTMgMjl2LTVoMnYzaDN2MmgtNXpNMTMgMTVoNXYyaC0zdjNoLTJ2LTV6TTMxIDE1djVoLTJ2LTNoLTN2LTJoNXpNMzEgMjloLTV2LTJoM3YtM2gydjV6IiBpZD0iU2hhcGUiLz48L2c+PGcgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTYyIDI0djVoLTJ2LTNoLTN2LTJoNXpNNjIgMjBoLTV2LTJoM3YtM2gydjV6TTcwIDIwdi01aDJ2M2gzdjJoLTV6TTcwIDI0aDV2MmgtM3YzaC0ydi01eiIvPjwvZz48cGF0aCBkPSJNMjAuNTg2IDY2bC01LjY1Ni01LjY1NiAxLjQxNC0xLjQxNEwyMiA2NC41ODZsNS42NTYtNS42NTYgMS40MTQgMS40MTRMMjMuNDE0IDY2bDUuNjU2IDUuNjU2LTEuNDE0IDEuNDE0TDIyIDY3LjQxNGwtNS42NTYgNS42NTYtMS40MTQtMS40MTRMMjAuNTg2IDY2eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMTEuNzg1IDY1LjAzTDExMCA2My41bDMtMy41aC0xMHYtMmgxMGwtMy0zLjUgMS43ODUtMS40NjhMMTE3IDU5bC01LjIxNSA2LjAzeiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xNTIuMjE1IDY1LjAzTDE1NCA2My41bC0zLTMuNWgxMHYtMmgtMTBsMy0zLjUtMS43ODUtMS40NjhMMTQ3IDU5bDUuMjE1IDYuMDN6IiBmaWxsPSIjZmZmIi8+PGc+PHBhdGggaWQ9IlJlY3RhbmdsZS0xMSIgZmlsbD0iI2ZmZiIgZD0iTTE2MC45NTcgMjguNTQzbC0zLjI1LTMuMjUtMS40MTMgMS40MTQgMy4yNSAzLjI1eiIvPjxwYXRoIGQ9Ik0xNTIuNSAyN2MzLjAzOCAwIDUuNS0yLjQ2MiA1LjUtNS41cy0yLjQ2Mi01LjUtNS41LTUuNS01LjUgMi40NjItNS41IDUuNSAyLjQ2MiA1LjUgNS41IDUuNXoiIGlkPSJPdmFsLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTUwIDIxaDV2MWgtNXoiLz48L2c+PGc+PHBhdGggZD0iTTExNi45NTcgMjguNTQzbC0xLjQxNCAxLjQxNC0zLjI1LTMuMjUgMS40MTQtMS40MTQgMy4yNSAzLjI1eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMDguNSAyN2MzLjAzOCAwIDUuNS0yLjQ2MiA1LjUtNS41cy0yLjQ2Mi01LjUtNS41LTUuNS01LjUgMi40NjItNS41IDUuNSAyLjQ2MiA1LjUgNS41IDUuNXoiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTA2IDIxaDV2MWgtNXoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTA5LjA0MyAxOS4wMDhsLS4wODUgNS0xLS4wMTcuMDg1LTV6Ii8+PC9nPjwvZz48L2c+PC9zdmc+);
}
.pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
}
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
          transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}
.pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000;
}
.pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}
a.pswp__share--download:hover {
  background: #DDD;
}
/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}
/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
    font-size: 11px;
    color: #BBB;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}
.pswp__caption--empty {
  display: none;
}
/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}
/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(data:image/gif;base64,R0lGODlhFAAUAPMIAIeHhz8/P1dXVycnJ8/Pz7e3t5+fn29vb////wAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAIACwAAAAAFAAUAEAEUxDJSatFxtwaggWAdIyHJAhXoRYSQUhDPGx0TbmujahbXGWZWqdDAYEsp5NupLPkdDwE7oXwWVasimzWrAE1tKFHErQRK8eL8mMUlRBJVI307uoiACH5BAUHAAgALAEAAQASABIAAAROEMkpS6E4W5upMdUmEQT2feFIltMJYivbvhnZ3R0A4NMwIDodz+cL7nDEn5CH8DGZh8MtEMBEoxkqlXKVIgQCibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpjaE4W5spANUmFQX2feFIltMJYivbvhnZ3d1x4BNBIDodz+cL7nDEn5CH8DGZAsFtMMBEoxkqlXKVIgIBibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpAaA4W5vpOdUmGQb2feFIltMJYivbvhnZ3Z0g4FNRIDodz+cL7nDEn5CH8DGZgcCNQMBEoxkqlXKVIgYDibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpz6E4W5upENUmAQD2feFIltMJYivbvhnZ3V0Q4JNhIDodz+cL7nDEn5CH8DGZg8GtUMBEoxkqlXKVIggEibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkphaA4W5tpCNUmHQf2feFIltMJYivbvhnZ3d0w4BMAIDodz+cL7nDEn5CH8DGZBMLNYMBEoxkqlXKVIgoFibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpQ6A4W5vpGNUmCQL2feFIltMJYivbvhnZ3R1B4NNxIDodz+cL7nDEn5CH8DGZhcINAMBEoxkqlXKVIgwGibbK9YLBYvLtHH5K0J0IACH5BAUHAAcALAEAAQASABIAAANCeLo6wzA6FxkhbaoQ4L3ZxnXLh0EjWZ4RV71VUcCLIByyTNt2PsO8m452sBGJBsNxkUwuD03lAQBASqnUJ7aq5UYSADs=) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
.pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
}
}
@-webkit-keyframes clockwise {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes clockwise {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@-webkit-keyframes donut-rotate {
0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
}
100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
}
@keyframes donut-rotate {
0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
}
100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
}
/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}
/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.MaterialExamples {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 101;
  top: 48px;
  bottom: 0;
  /*background-color: rgba(0, 0, 0, 0.27);*/
}
.MaterialExamples .content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: scroll;
  padding: 20px;
}
.MaterialExamples .content img {
  border-radius: 10px;
  /*border:1px solid red ;*/
  width: 2.8rem;
  /*height:1500px;*/
}
.MaterialExamples .weui-mask {
  background: rgba(0, 0, 0, 0.65);
}
.MaterialExamples .weui-dialog {
  width: 100%;
  max-width: 90%;
  background: rgba(0, 0, 0, 0);
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.SubmitSuccess {
  position: fixed;
  z-index: 5;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
}
.SubmitSuccess .canvas {
  position: absolute;
  top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 50px);
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border: 1px solid #0bb20c;*/
  /*padding: 84px 52px 0px 52px;*/
}
.SubmitSuccess .canvas .titleBoxSuccess {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SubmitSuccess .canvas .titleBoxSuccess .cardPic i {
  font-size: 30px;
  color: #1D68D2;
}
.SubmitSuccess .canvas .titleBoxSuccess .titleword {
  font-weight: bolder;
  margin-left: 9px;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
}
.SubmitSuccess .canvas .content {
  padding-top: 16px;
  width: 256px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.SubmitSuccess .canvas .btnSubmit {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.SubmitSuccess .canvas .btnSubmit .goBack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  margin: 10px;
  width: 100px;
  height: 35px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.17px;
  text-align: center;
}
.SubmitSuccess .canvas .btnSubmit .goDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #1B79FF;
  border-radius: 20px;
  width: 100px;
  height: 35px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1B79FF;
  letter-spacing: 0.17px;
  text-align: center;
}
.SubmitSuccess .canvas .imgBox {
  margin-top: 20px;
  /*display: flex;*/
  /*justify-content: center;*/
  text-align: center;
}
.SubmitSuccess .canvas .imgBox .img {
  width: 60%;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.SubmitFailure {
  position: fixed;
  z-index: 5;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
}
.SubmitFailure .canvas {
  position: absolute;
  top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: calc(100% - 50px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border: 1px solid #0bb20c;*/
  /*padding: 84px 52px 0px 52px;*/
}
.SubmitFailure .canvas .titleBox {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SubmitFailure .canvas .titleBox .cardPic i {
  font-size: 30px;
  color: #FE3434;
}
.SubmitFailure .canvas .titleBox .titleword {
  font-weight: bolder;
  margin-left: 9px;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
}
.SubmitFailure .canvas .content {
  padding-top: 16px;
  width: 256px;
  /*height: 60px;*/
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.SubmitFailure .canvas .btnFailure {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.SubmitFailure .canvas .btnFailure .goBack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 17px;
  width: 100px;
  height: 35px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.17px;
  text-align: center;
  background-image: linear-gradient(-179deg, #EB6100 0%, #FE3434 100%);
  border-radius: 20px;
}
.SubmitFailure .canvas .btnFailure .goDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #FE3434;
  border-radius: 20px;
  width: 100px;
  height: 35px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FE3434;
  letter-spacing: 0.17px;
  text-align: center;
}

.BusinessList {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.BusinessList .BusinessListBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 8px 8px;
  background-color: white;
  border-radius: 8px;
}
.BusinessList .BusinessListBox .BusinessListBoxOne {
  padding: 10px 10px 8px 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.BusinessList .BusinessListBox .BusinessListBoxOne .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*定义body的元素垂直居中*/
}
.BusinessList .BusinessListBox .BusinessListBoxOne .title .name {
  margin-left: 5px;
  font-family: PingFangSC-Medium;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
}
.BusinessList .BusinessListBox .BusinessListBoxOne .title .yuan {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.BusinessList .BusinessListBox .BusinessListBoxOne .status {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*定义body的元素垂直居中*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*定义body的里的元素水平居中*/
}
.BusinessList .BusinessListBox .BusinessListBoxOne .status .statusName {
  margin: 5px 2px 0px 2px;
  width: 100%;
  height: 100%;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #007A4D;
  letter-spacing: 1px;
}
.BusinessList .BusinessListBox .BusinessListBoxTwo {
  padding: 10px;
}
.BusinessList .BusinessListBox .BusinessListBoxTwo .title {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
}
.BusinessList .BusinessListBox .BusinessListBoxThree {
  padding: 7px 10px 6px 10px;
}
.BusinessList .BusinessListBox .BusinessListBoxThree .title {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
}
.BusinessList .BusinessListBox .BusinessListBoxFour .line {
  background: #F5F5F5;
  width: 100%;
  height: 1px;
}
.BusinessList .BusinessListBox .BusinessListBoxFour .title {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  margin: 8px 8px;
}

.Business {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.Business .BusinessList {
  margin-top: 45px !important;
}
.Business .tabBox {
  position: fixed;
  width: 100%;
  background-color: white;
  z-index: 10;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.Business .tabBox .vux-tab-wrap {
  padding-top: 48px;
}
.Business .tabBox .vux-tab-container {
  height: 48px;
}
.Business .tabBox .vux-tab {
  height: 48px;
}
.Business .tabBox .vux-tab-item {
  line-height: 48px;
}
.Business .tabBox .vux-tab-selected {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  letter-spacing: 0;
}
.Business .vux-slider {
  height: calc(100% - 48px);
  width: 100%;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.Business .vux-swiper {
  height: 100% !important;
}
.Business .noticebox1 {
  padding: 10px 10px;
  background-color: white;
  font-size: 15px;
}
.Business .noticebox1 .p1 p {
  margin: 0 auto !important;
}
.Business .noticebox2 {
  padding: 10px 10px;
  background-color: white;
}
.Business .noticebox2 .key {
  font-size: 15px;
}
.Business .noticebox2 .key .key2 {
  color: #3a7bff;
}
.Business .noticebox2 .key .key3 {
  color: red;
}
.Business .noticebox2 .key .key5 {
  color: #3a7bff;
}

.OrderDetailsRejected {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*.stepBox .step:last-child .stepLeftActive1{*/
  /*border-left: none !important;*/
  /*margin-top: 0 !important;*/
  /*padding-top: 0 !important;*/
  /*}*/
}
.OrderDetailsRejected .OrderDetailTitle {
  background: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.OrderDetailsRejected .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.OrderDetailsRejected .stepTitle {
  height: 40px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e3e3e3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: right;
}
.OrderDetailsRejected .btnRejected {
  /*margin: 30px 0;*/
  background: #ffffff;
  /*position: fixed;*/
  /*width: calc(100% - 32px);*/
  /*bottom: 0;*/
  padding: 30px 16px;
}
.OrderDetailsRejected .btnRejected button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1d68d2), color-stop(99%, #1b79ff));
  background-image: linear-gradient(-90deg, #1d68d2 2%, #1b79ff 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.OrderDetailsRejected .btnRejected button:active {
  color: #ffffff;
}
.OrderDetailsRejected .btnRejected .weui-btn:after {
  border: none;
}
.OrderDetailsRejected .stepBox .step:first-child .stepLeftActiveRed1 {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsRejected .stepBox .step:last-child .stepLeftActiveRed1 {
  border-left: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.OrderDetailsRejected .stepBox .step:first-child .stepLeftActiveRed {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsRejected .stepBox .step:last-child .stepLeftActiveRed {
  border-left: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.OrderDetailsRejected .stepBox .step:first-child .stepLeftActive1 {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsRejected .stepBox .step:first-child .stepLeftActive {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsRejected .stepBox .step:last-child .stepLeftActive {
  border-left: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.OrderDetailsRejected .stepBox .step:first-child .stepLeftActive1 {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsRejected .stepBox .step:first-child .stepLeft {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsRejected .stepBox .step:last-child .stepLeft {
  border-left: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.OrderDetailsRejected .stepBox .step:first-child .stepLeft1 {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsRejected .replace {
  width: 1px;
  height: 3px;
  position: relative;
  background-color: #1e6bd5;
}
.OrderDetailsRejected .replaceEd {
  width: 1px;
  height: 3px;
  position: relative;
  background-color: #e3e3e3;
}
.OrderDetailsRejected .stepBox {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 16px 16px 21px;
  background-color: white;
}
.OrderDetailsRejected .stepBox .step {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.OrderDetailsRejected .stepBox .step .stepLeftActiveRed1 {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #d0021b;
}
.OrderDetailsRejected .stepBox .step .stepLeftActiveRed1 .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #d0021b;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsRejected .stepBox .step .stepLeftActiveRed {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #d0021b;
}
.OrderDetailsRejected .stepBox .step .stepLeftActiveRed .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #d0021b;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsRejected .stepBox .step .stepLeftActive1 {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #1e6bd5;
}
.OrderDetailsRejected .stepBox .step .stepLeftActive1 .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #1e6bd5;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsRejected .stepBox .step .stepLeftActive {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #1e6bd5;
}
.OrderDetailsRejected .stepBox .step .stepLeftActive .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #1e6bd5;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsRejected .stepBox .step .stepLeft1 {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #e3e3e3;
}
.OrderDetailsRejected .stepBox .step .stepLeft1 .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #e3e3e3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsRejected .stepBox .step .stepLeft {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #e3e3e3;
}
.OrderDetailsRejected .stepBox .step .stepLeft .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #e3e3e3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsRejected .stepBox .step .stepContent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border: 1px solid #ff1df1;*/
}
.OrderDetailsRejected .stepBox .step .stepContent .approval {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  font-weight: bolder;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
.OrderDetailsRejected .stepBox .step .stepContent .contentBoxRejected {
  background: #f2e1e3;
  border: 1px solid #d0021b;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 8px;
  color: #d0021b;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  letter-spacing: 0.15px;
  margin-bottom: 20px;
}
.OrderDetailsRejected .stepBox .step .stepContent .contentBox {
  background: #e3e3e3;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 8px;
  margin-bottom: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
}

.pswp__button--fs {
  display: none !important;
}
.OrderDetail {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
}
.OrderDetail .formBox {
  padding: 0 16px;
}
.OrderDetail .formBox .formBoxLine {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.OrderDetail .formBox .formBoxLine .formBoxLineTitle {
  min-width: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  /*line-height: 50px;*/
}
.OrderDetail .formBox .formBoxLine .formBoxLineContent {
  /*flex: 1;*/
  max-width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  padding: 10px 0 10px 10px;
  text-align: right;
}
.OrderDetail .isApplication {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.OrderDetail .isApplication .noApplication {
  padding-left: 10px;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.OrderDetail .isApplication .Application {
  padding-left: 10px;
  font-size: 14px;
  color: #1E6BD5;
  letter-spacing: 0;
}
.OrderDetail .isAcceptance {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.OrderDetail .isAcceptance .noAcceptance {
  padding-left: 10px;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.OrderDetail .isAcceptance .Acceptance {
  padding-left: 10px;
  font-size: 14px;
  color: #1E6BD5;
  letter-spacing: 0;
}
.OrderDetail .materialsBox {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.OrderDetail .materialsBox .materialsTitle {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  padding-top: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.OrderDetail .materialsBox .materialsPhoto {
  width: 100%;
  /*height: 100%;*/
  padding: 5px 0;
  font-size: 16px;
}
.OrderDetail .materialsBox .materialsPhoto .formBoxLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.OrderDetail .materialsBox .materialsPhoto .formBoxLine .formBoxLineTitle {
  min-width: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  /*line-height: 50px;*/
}
.OrderDetail .materialsBox .materialsPhoto .formBoxLine .formBoxLineContent {
  /*flex: 1;*/
  max-width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  padding: 10px 0 10px 10px;
  text-align: right;
}
.OrderDetail .materialsBox .materialsPhoto .pic {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding-top: 16px;
}
.OrderDetail .materialsBox .materialsPhoto .pic .picPiker {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.OrderDetail .materialsBox .materialsPhoto .pic .picPiker .image {
  height: 100px;
  width: calc((100% - 30px) / 3);
  /* 宽度 */
  text-align: center;
  background-color: #E3E3E3;
  margin: 0 5px 5px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.OrderDetail .materialsBox .materialsPhoto .pic .picPiker .image .ima {
  width: 100%;
  height: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.OrderDetail .materialsBox .materialsPhoto .pic .picPiker .image .ima img {
  width: 100%;
  height: 100%;
  /*border: 1px solid #dbdbdb;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

.OrderDetailsAudited {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*.stepBox .step:last-child .stepLeftActive1{*/
  /*border-left: none !important;*/
  /*margin-top: 0 !important;*/
  /*padding-top: 0 !important;*/
  /*}*/
}
.OrderDetailsAudited .OrderDetailTitle {
  background: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.OrderDetailsAudited .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.OrderDetailsAudited .stepTitle {
  height: 40px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e3e3e3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: right;
}
.OrderDetailsAudited .btnAudited {
  margin: 30px 0;
  padding: 0 16px;
}
.OrderDetailsAudited .btnAudited button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1d68d2), color-stop(99%, #1b79ff));
  background-image: linear-gradient(-90deg, #1d68d2 2%, #1b79ff 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.OrderDetailsAudited .btnAudited button:active {
  color: #ffffff;
}
.OrderDetailsAudited .btnAudited .weui-btn:after {
  border: none;
}
.OrderDetailsAudited .stepBox .step:first-child .stepLeftActiveRed1 {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsAudited .stepBox .step:last-child .stepLeftActiveRed1 {
  border-left: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.OrderDetailsAudited .stepBox .step:first-child .stepLeftActiveRed {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsAudited .stepBox .step:last-child .stepLeftActiveRed {
  border-left: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.OrderDetailsAudited .stepBox .step:first-child .stepLeftActive1 {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsAudited .stepBox .step:first-child .stepLeftActive {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsAudited .stepBox .step:last-child .stepLeftActive {
  border-left: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.OrderDetailsAudited .stepBox .step:first-child .stepLeftActive1 {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsAudited .stepBox .step:first-child .stepLeft {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsAudited .stepBox .step:last-child .stepLeft {
  border-left: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.OrderDetailsAudited .stepBox .step:first-child .stepLeft1 {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsAudited .replace {
  width: 1px;
  height: 3px;
  position: relative;
  background-color: #1e6bd5;
}
.OrderDetailsAudited .replaceEd {
  width: 1px;
  height: 3px;
  position: relative;
  background-color: #e3e3e3;
}
.OrderDetailsAudited .stepBox {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 16px 16px 21px;
  background-color: white;
}
.OrderDetailsAudited .stepBox .step {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.OrderDetailsAudited .stepBox .step .stepLeftActiveRed1 {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #d0021b;
}
.OrderDetailsAudited .stepBox .step .stepLeftActiveRed1 .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #d0021b;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsAudited .stepBox .step .stepLeftActiveRed {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #d0021b;
}
.OrderDetailsAudited .stepBox .step .stepLeftActiveRed .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #d0021b;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsAudited .stepBox .step .stepLeftActive1 {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #1e6bd5;
}
.OrderDetailsAudited .stepBox .step .stepLeftActive1 .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #1e6bd5;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsAudited .stepBox .step .stepLeftActive {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #1e6bd5;
}
.OrderDetailsAudited .stepBox .step .stepLeftActive .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #1e6bd5;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsAudited .stepBox .step .stepLeft1 {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #e3e3e3;
}
.OrderDetailsAudited .stepBox .step .stepLeft1 .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #e3e3e3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsAudited .stepBox .step .stepLeft {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #e3e3e3;
}
.OrderDetailsAudited .stepBox .step .stepLeft .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #e3e3e3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsAudited .stepBox .step .stepContent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border: 1px solid #ff1df1;*/
}
.OrderDetailsAudited .stepBox .step .stepContent .approval {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  font-weight: bolder;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
.OrderDetailsAudited .stepBox .step .stepContent .contentBoxRejected {
  background: #f2e1e3;
  border: 1px solid #d0021b;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 8px;
  color: #d0021b;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  letter-spacing: 0.15px;
  margin-bottom: 20px;
}
.OrderDetailsAudited .stepBox .step .stepContent .contentBox {
  background: #e3e3e3;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 8px;
  margin-bottom: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
}

.OrderDetailsCompleted {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*.stepBox .step:last-child .stepLeftActive1{*/
  /*border-left: none !important;*/
  /*margin-top: 0 !important;*/
  /*padding-top: 0 !important;*/
  /*}*/
}
.OrderDetailsCompleted .OrderDetailTitle {
  background: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.OrderDetailsCompleted .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  bottom: 0;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.OrderDetailsCompleted .serviceBox .noticebox1 {
  padding: 10px 10px;
  background-color: white;
  margin-left: -15px;
  margin-bottom: 10px;
  font-size: 15px;
}
.OrderDetailsCompleted .serviceBox .noticebox1 .p1 p {
  margin: 0 auto !important;
}
.OrderDetailsCompleted .serviceBox .noticebox2 {
  padding: 10px 10px;
  background-color: white;
  margin-left: -15px;
  margin-bottom: 10px;
}
.OrderDetailsCompleted .serviceBox .noticebox2 .key {
  font-size: 15px;
}
.OrderDetailsCompleted .serviceBox .noticebox2 .key .key2 {
  color: #3a7bff;
}
.OrderDetailsCompleted .serviceBox .noticebox2 .key .key3 {
  color: red;
}
.OrderDetailsCompleted .serviceBox .noticebox2 .key .key5 {
  color: #3a7bff;
}
.OrderDetailsCompleted .stepTitle {
  height: 40px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E3E3E3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: right;
}
.OrderDetailsCompleted .paymentBoxContent {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.OrderDetailsCompleted .paymentBoxContent .paymentBoxTitle {
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E3E3E3;
  padding: 0 16px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
}
.OrderDetailsCompleted .paymentBoxContent .paymentBoxEvaluate {
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
}
.OrderDetailsCompleted .serviceBoxContent {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.OrderDetailsCompleted .serviceBoxContent .serviceBoxTitle {
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E3E3E3;
  padding: 0 16px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
}
.OrderDetailsCompleted .serviceBoxContent .serviceBoxEvaluate {
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
  /*border: 1px solid red;*/
}
.OrderDetailsCompleted .serviceBoxContent .serviceBoxEvaluate .starsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.OrderDetailsCompleted .serviceBoxContent .serviceBoxEvaluate .starsBox .starsDesc {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: -0.32px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
}
.OrderDetailsCompleted .serviceBoxContent .serviceBoxEvaluate .starsLabelBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /* 换行 */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.OrderDetailsCompleted .serviceBoxContent .serviceBoxEvaluate .starsLabelBox .starsLabelDefault {
  width: calc(50% - 10px);
  margin: 5px 5px;
  border: 1px solid #E3E3E3;
  padding: 8px 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: -0.32px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.OrderDetailsCompleted .serviceBoxContent .serviceBoxEvaluate .starsLabelBox .starsLabelSelect {
  width: calc(50% - 10px);
  margin: 5px 5px;
  padding: 8px 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
  letter-spacing: -0.32px;
  text-align: center;
  border: 1px solid #6FA8F6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.OrderDetailsCompleted .serviceBoxContent .serviceBoxEvaluate .textArea .weui-cell {
  margin: 0 5px;
  padding: 10px 10px;
  background: #F2F2F2;
  border: 1px solid #E3E3E3;
}
.OrderDetailsCompleted .serviceBoxContent .serviceBoxEvaluate .textArea .weui-textarea::-webkit-input-placeholder {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: -0.32px;
}
.OrderDetailsCompleted .serviceBoxContent .serviceBoxEvaluate .textArea .weui-cell__bd {
  background: #F2F2F2;
}
.OrderDetailsCompleted .serviceBoxContent .serviceBoxEvaluate .textArea .weui-textarea {
  font-family: PingFangSC-Regular;
  background: #F2F2F2;
  font-size: 14px;
  color: #333333;
}
.OrderDetailsCompleted .serviceBoxContent .serviceBoxEvaluate .textArea .weui-cells {
  margin-top: 10px !important;
}
.OrderDetailsCompleted .serviceBoxContent .serviceBoxEvaluate .textArea .weui-cells:before {
  display: none !important;
}
.OrderDetailsCompleted .serviceBoxContent .serviceBoxEvaluate .textArea .weui-cells:after {
  display: none !important;
}
.OrderDetailsCompleted .btnCompleted {
  /*margin: 30px 0;*/
  background: #ffffff;
  /*position: fixed;*/
  width: calc(100% - 32px);
  bottom: 0;
  padding: 30px 16px;
}
.OrderDetailsCompleted .btnCompleted button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.OrderDetailsCompleted .btnCompleted button:active {
  color: #ffffff;
}
.OrderDetailsCompleted .btnCompleted .weui-btn:after {
  border: none;
}
.OrderDetailsCompleted .stepBox .step:first-child .stepLeftActiveRed1 {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsCompleted .stepBox .step:last-child .stepLeftActiveRed1 {
  border-left: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.OrderDetailsCompleted .stepBox .step:first-child .stepLeftActiveRed {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsCompleted .stepBox .step:last-child .stepLeftActiveRed {
  border-left: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.OrderDetailsCompleted .stepBox .step:first-child .stepLeftActive1 {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsCompleted .stepBox .step:first-child .stepLeftActive {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsCompleted .stepBox .step:last-child .stepLeftActive {
  border-left: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.OrderDetailsCompleted .stepBox .step:first-child .stepLeftActive1 {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsCompleted .stepBox .step:first-child .stepLeft {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsCompleted .stepBox .step:last-child .stepLeft {
  border-left: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.OrderDetailsCompleted .stepBox .step:first-child .stepLeft1 {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsCompleted .replace {
  width: 1px;
  height: 3px;
  position: relative;
  background-color: #1E6BD5;
}
.OrderDetailsCompleted .replaceEd {
  width: 1px;
  height: 3px;
  position: relative;
  background-color: #E3E3E3;
}
.OrderDetailsCompleted .stepBox {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 16px 16px 21px;
  background-color: white;
}
.OrderDetailsCompleted .stepBox .step {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.OrderDetailsCompleted .stepBox .step .stepLeftActiveRed1 {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #D0021B;
}
.OrderDetailsCompleted .stepBox .step .stepLeftActiveRed1 .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #D0021B;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsCompleted .stepBox .step .stepLeftActiveRed {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #D0021B;
}
.OrderDetailsCompleted .stepBox .step .stepLeftActiveRed .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #D0021B;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsCompleted .stepBox .step .stepLeftActive1 {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #1E6BD5;
}
.OrderDetailsCompleted .stepBox .step .stepLeftActive1 .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #1E6BD5;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsCompleted .stepBox .step .stepLeftActive {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #1E6BD5;
}
.OrderDetailsCompleted .stepBox .step .stepLeftActive .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #1E6BD5;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsCompleted .stepBox .step .stepLeft1 {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #E3E3E3;
}
.OrderDetailsCompleted .stepBox .step .stepLeft1 .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #E3E3E3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsCompleted .stepBox .step .stepLeft {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #E3E3E3;
}
.OrderDetailsCompleted .stepBox .step .stepLeft .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #E3E3E3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsCompleted .stepBox .step .stepContent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border: 1px solid #ff1df1;*/
}
.OrderDetailsCompleted .stepBox .step .stepContent .approval {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  font-weight: bolder;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
.OrderDetailsCompleted .stepBox .step .stepContent .contentBoxRejected {
  background: #F2E1E3;
  border: 1px solid #D0021B;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 8px;
  color: #D0021B;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  letter-spacing: 0.15px;
  margin-bottom: 20px;
}
.OrderDetailsCompleted .stepBox .step .stepContent .contentBox {
  background: #E3E3E3;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 8px;
  margin-bottom: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
}

.vux-rater {
  text-align: left;
  display: inline-block;
  line-height: normal;
}
.vux-rater a {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  color: #ccc;
}
.vux-rater a:last-child {
  padding-right: 2px!important;
  margin-right: 0px!important;
}
.vux-rater a:hover {
  color: #ffdd99;
}
.vux-rater a.is-disabled {
  color: #ccc !important;
  cursor: not-allowed;
}
.vux-rater-box {
  position: relative;
}
.vux-rater-inner {
  position: relative;
  display: inline-block;
}
.vux-rater-outer {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  overflow: hidden;
}

.OrderDetailsEvaluated {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*.stepBox .step:last-child .stepLeftActive1{*/
  /*border-left: none !important;*/
  /*margin-top: 0 !important;*/
  /*padding-top: 0 !important;*/
  /*}*/
}
.OrderDetailsEvaluated .OrderDetailTitle {
  background: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.OrderDetailsEvaluated .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*padding-bottom: 10px;*/
}
.OrderDetailsEvaluated .stepTitle {
  height: 40px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E3E3E3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: right;
}
.OrderDetailsEvaluated .serviceBoxBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.OrderDetailsEvaluated .serviceBoxBox .serviceBoxTitle {
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E3E3E3;
  padding: 0 16px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
}
.OrderDetailsEvaluated .serviceBoxBox .serviceBoxEvaluate {
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
  margin-bottom: 20px;
  /*border: 1px solid red;*/
}
.OrderDetailsEvaluated .serviceBoxBox .serviceBoxEvaluate .starsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: center;*/
  /*align-items: center;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.OrderDetailsEvaluated .serviceBoxBox .serviceBoxEvaluate .starsBox .starsDesc {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: -0.32px;
  /*text-align: center;*/
  padding: 6px 4px 2px 4px ;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.OrderDetailsEvaluated .serviceBoxBox .serviceBoxEvaluate .starsLabelBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /* 换行 */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.OrderDetailsEvaluated .serviceBoxBox .serviceBoxEvaluate .starsLabelBox .starsLabelSelect {
  font-size: 12px;
  letter-spacing: -0.27px;
  text-align: center;
  /*width: calc(50% - 10px);*/
  margin: 5px 5px;
  padding: 1px 8px;
  font-family: PingFangSC-Regular;
  color: #1E6BD5;
  background: #F6FAFF;
  border: 1px solid #6FA8F6;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.OrderDetailsEvaluated .serviceBoxBox .serviceBoxEvaluate .textArea {
  padding: 6px 4px 2px 4px;
}
.OrderDetailsEvaluated .serviceBoxBox .serviceBoxEvaluate .textArea .weui-cell {
  margin: 0 5px;
  padding: 10px 10px;
  background: #F2F2F2;
  border: 1px solid #E3E3E3;
}
.OrderDetailsEvaluated .serviceBoxBox .serviceBoxEvaluate .textArea .weui-textarea::-webkit-input-placeholder {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: -0.32px;
}
.OrderDetailsEvaluated .serviceBoxBox .serviceBoxEvaluate .textArea .weui-cell__bd {
  background: #F2F2F2;
}
.OrderDetailsEvaluated .serviceBoxBox .serviceBoxEvaluate .textArea .weui-textarea {
  font-family: PingFangSC-Regular;
  background: #F2F2F2;
  font-size: 14px;
  color: #333333;
}
.OrderDetailsEvaluated .serviceBoxBox .serviceBoxEvaluate .textArea .weui-cells {
  margin-top: 10px !important;
}
.OrderDetailsEvaluated .serviceBoxBox .serviceBoxEvaluate .textArea .weui-cells:before {
  display: none !important;
}
.OrderDetailsEvaluated .serviceBoxBox .serviceBoxEvaluate .textArea .weui-cells:after {
  display: none !important;
}
.OrderDetailsEvaluated .btnCompleted {
  margin: 30px 0;
  padding: 0 16px;
}
.OrderDetailsEvaluated .btnCompleted button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.OrderDetailsEvaluated .btnCompleted button:active {
  color: #ffffff;
}
.OrderDetailsEvaluated .btnCompleted .weui-btn:after {
  border: none;
}
.OrderDetailsEvaluated .stepBox .step:first-child .stepLeftActiveRed1 {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsEvaluated .stepBox .step:last-child .stepLeftActiveRed1 {
  border-left: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.OrderDetailsEvaluated .stepBox .step:first-child .stepLeftActiveRed {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsEvaluated .stepBox .step:last-child .stepLeftActiveRed {
  border-left: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.OrderDetailsEvaluated .stepBox .step:first-child .stepLeftActive1 {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsEvaluated .stepBox .step:first-child .stepLeftActive {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsEvaluated .stepBox .step:last-child .stepLeftActive {
  border-left: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.OrderDetailsEvaluated .stepBox .step:first-child .stepLeftActive1 {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsEvaluated .stepBox .step:first-child .stepLeft {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsEvaluated .stepBox .step:last-child .stepLeft {
  border-left: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.OrderDetailsEvaluated .stepBox .step:first-child .stepLeft1 {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsEvaluated .replace {
  width: 1px;
  height: 3px;
  position: relative;
  background-color: #1E6BD5;
}
.OrderDetailsEvaluated .replaceEd {
  width: 1px;
  height: 3px;
  position: relative;
  background-color: #E3E3E3;
}
.OrderDetailsEvaluated .stepBox {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 16px 16px 21px;
  background-color: white;
}
.OrderDetailsEvaluated .stepBox .step {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.OrderDetailsEvaluated .stepBox .step .stepLeftActiveRed1 {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #D0021B;
}
.OrderDetailsEvaluated .stepBox .step .stepLeftActiveRed1 .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #D0021B;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsEvaluated .stepBox .step .stepLeftActiveRed {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #D0021B;
}
.OrderDetailsEvaluated .stepBox .step .stepLeftActiveRed .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #D0021B;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsEvaluated .stepBox .step .stepLeftActive1 {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #1E6BD5;
}
.OrderDetailsEvaluated .stepBox .step .stepLeftActive1 .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #1E6BD5;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsEvaluated .stepBox .step .stepLeftActive {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #1E6BD5;
}
.OrderDetailsEvaluated .stepBox .step .stepLeftActive .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #1E6BD5;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsEvaluated .stepBox .step .stepLeft1 {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #E3E3E3;
}
.OrderDetailsEvaluated .stepBox .step .stepLeft1 .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #E3E3E3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsEvaluated .stepBox .step .stepLeft {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #E3E3E3;
}
.OrderDetailsEvaluated .stepBox .step .stepLeft .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #E3E3E3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsEvaluated .stepBox .step .stepContent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border: 1px solid #ff1df1;*/
}
.OrderDetailsEvaluated .stepBox .step .stepContent .approval {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  font-weight: bolder;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
.OrderDetailsEvaluated .stepBox .step .stepContent .contentBoxRejected {
  background: #F2E1E3;
  border: 1px solid #D0021B;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 8px;
  color: #D0021B;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  letter-spacing: 0.15px;
  margin-bottom: 20px;
}
.OrderDetailsEvaluated .stepBox .step .stepContent .contentBox {
  background: #E3E3E3;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 8px;
  margin-bottom: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
}

.MyLicence {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.MyLicence .contentBoxMyLicence {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
}
.MyLicence .title {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  padding: 9px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  font-weight: bolder;
}
.MyLicence .pic {
  width: 100%;
}
.MyLicence .pic .picPiker {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.MyLicence .pic .picPiker .image {
  height: 89px;
  width: calc((100% - 8px) / 4);
  /* 宽度 */
  text-align: center;
  background-color: #E3E3E3;
  margin: 0 1px 2px 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.MyLicence .pic .picPiker .image .ima {
  width: 100%;
  height: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.MyLicence .pic .picPiker .image .ima img {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.MyLicence .weui-mask {
  background: rgba(0, 0, 0, 0.65);
}
.MyLicence .weui-dialog {
  width: 100%;
  max-width: 90%;
  background: rgba(0, 0, 0, 0);
}
.MyLicence .weui-dialog .name {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.17px;
  text-align: left;
  padding: 8px 0;
  background: rgba(0, 0, 0, 0);
}
.MyLicence .weui-dialog .btnLoad {
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
}
.MyLicence .weui-dialog .btnLoad .loadBtn {
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.MyLicence .weui-dialog .btnLoad button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.MyLicence .weui-dialog .btnLoad button:active {
  color: #ffffff;
}
.MyLicence .weui-dialog .btnLoad .weui-btn:after {
  border: none;
}
.MyLicence .weui-dialog .btnClose {
  padding-top: 13px;
  background: rgba(0, 0, 0, 0);
}
.MyLicence .weui-dialog .btnClose button {
  height: 40px;
  background: #fff;
  /*border: 1px solid #1B79FF;*/
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #1B79FF;
  letter-spacing: 0.17px;
  text-align: center;
}
.MyLicence .weui-dialog .btnClose .weui-btn:after {
  border: none;
}

.NewPWD {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.NewPWD .pointout {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0.15px;
}
.NewPWD .card {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.NewPWD .card .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: bolder;
  letter-spacing: 0.19px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.NewPWD .card .cardInput {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.NewPWD .card .cardInput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.NewPWD .card .cardInput .weui-input {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.NewPWD .card .cardInput .weui-cell__primary {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.NewPWD .card .cardInput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.NewPWD .card .cardInput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.NewPWD .card .cardInput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.NewPWD .card .cardInput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.NewPWD .card:last-child {
  border: none;
}
.NewPWD .btn {
  margin-top: 30px;
  padding: 0 16px;
}
.NewPWD .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.NewPWD .btn button:active {
  color: #ffffff;
}
.NewPWD .btn .weui-btn:after {
  border: none;
}

.Register {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.Register .badMessage {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E3E3E3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #F92705;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.Register .card {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Register .card .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.19px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Register .card .cardInput {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.Register .card .cardInput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.Register .card .cardInput .weui-input {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.Register .card .cardInput .weui-cell__primary {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.Register .card .cardInput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Register .card .cardInput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Register .card .cardInput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Register .card .cardInput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Register .card:last-child {
  border: none;
}
.Register .btn {
  margin-top: 30px;
  padding: 0 16px;
}
.Register .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.Register .btn button:active {
  color: #ffffff;
}
.Register .btn .weui-btn:after {
  border: none;
}
.Register .register {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
}
.Register .register .clickRegister {
  color: #1B79FF;
}

.SMSV {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.SMSV .badMessage {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E3E3E3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #F92705;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.SMSV .card {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.SMSV .card .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: bolder;
  letter-spacing: 0.19px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SMSV .card .cardInput {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SMSV .card .cardInput button {
  height: 35px;
  background: #FFFFFF;
  border: 1px solid #1E6BD5;
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
  letter-spacing: 0;
  text-align: center;
}
.SMSV .card .cardInput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.SMSV .card .cardInput .weui-input {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SMSV .card .cardInput .weui-cell__primary {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SMSV .card .cardInput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SMSV .card .cardInput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SMSV .card .cardInput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SMSV .card .cardInput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SMSV .card:last-child {
  border: none;
}
.SMSV .btn {
  margin-top: 30px;
  padding: 0 16px;
}
.SMSV .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #dbdbdb), color-stop(99%, #dbdbdb));
  background-image: linear-gradient(-90deg, #dbdbdb 2%, #dbdbdb 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.SMSV .btn button:active {
  color: #ffffff;
}
.SMSV .btn .weui-btn:after {
  border: none;
}
.SMSV .btnActivated {
  margin-top: 30px;
  padding: 0 16px;
}
.SMSV .btnActivated button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.SMSV .btnActivated button:active {
  color: #ffffff;
}
.SMSV .btnActivated .weui-btn:after {
  border: none;
}

.EnterPage {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.EnterPage .OrderDetailTitle {
  background: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
}
.EnterPage .badMessage {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E3E3E3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #F92705;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.EnterPage .badMessage {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E3E3E3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #F92705;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.EnterPage .card {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.EnterPage .card .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.19px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.EnterPage .card .cardInput {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.EnterPage .card .cardInput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.EnterPage .card .cardInput .weui-input {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.EnterPage .card .cardInput .weui-cell__primary {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.EnterPage .card .cardInput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.EnterPage .card .cardInput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.EnterPage .card .cardInput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.EnterPage .card .cardInput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.EnterPage .card:last-child {
  border: none;
}
.EnterPage .btn {
  margin-top: 30px;
  padding: 0 16px;
}
.EnterPage .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.EnterPage .btn button:active {
  color: #ffffff;
}
.EnterPage .btn .weui-btn:after {
  border: none;
}

.SetPassWord {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.SetPassWord .pointout {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0.15px;
}
.SetPassWord .card {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.SetPassWord .card .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: bolder;
  letter-spacing: 0.19px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SetPassWord .card .cardInput {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SetPassWord .card .cardInput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.SetPassWord .card .cardInput .weui-input {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SetPassWord .card .cardInput .weui-cell__primary {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SetPassWord .card .cardInput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SetPassWord .card .cardInput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SetPassWord .card .cardInput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SetPassWord .card .cardInput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SetPassWord .card:last-child {
  border: none;
}
.SetPassWord .btn {
  margin-top: 30px;
  padding: 0 16px;
}
.SetPassWord .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.SetPassWord .btn button:active {
  color: #ffffff;
}
.SetPassWord .btn .weui-btn:after {
  border: none;
}

.ForgetPWD {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.ForgetPWD .badMessage {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E3E3E3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #F92705;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.ForgetPWD .card {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ForgetPWD .card .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: bolder;
  letter-spacing: 0.19px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ForgetPWD .card .cardInput {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ForgetPWD .card .cardInput button {
  height: 35px;
  background: #FFFFFF;
  border: 1px solid #1E6BD5;
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
  letter-spacing: 0;
  text-align: center;
}
.ForgetPWD .card .cardInput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.ForgetPWD .card .cardInput .weui-input {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ForgetPWD .card .cardInput .weui-cell__primary {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ForgetPWD .card .cardInput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ForgetPWD .card .cardInput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ForgetPWD .card .cardInput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ForgetPWD .card .cardInput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ForgetPWD .card:last-child {
  border: none;
}
.ForgetPWD .btn {
  margin-top: 30px;
  padding: 0 16px;
}
.ForgetPWD .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #dbdbdb), color-stop(99%, #dbdbdb));
  background-image: linear-gradient(-90deg, #dbdbdb 2%, #dbdbdb 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.ForgetPWD .btn button:active {
  color: #ffffff;
}
.ForgetPWD .btn .weui-btn:after {
  border: none;
}
.ForgetPWD .btnActivated {
  margin-top: 30px;
  padding: 0 16px;
}
.ForgetPWD .btnActivated button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.ForgetPWD .btnActivated button:active {
  color: #ffffff;
}
.ForgetPWD .btnActivated .weui-btn:after {
  border: none;
}

.ForgetSetPWD {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.ForgetSetPWD .badMessage {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E3E3E3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #F92705;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.ForgetSetPWD .card {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ForgetSetPWD .card .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: bolder;
  letter-spacing: 0.19px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ForgetSetPWD .card .cardInput {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ForgetSetPWD .card .cardInput button {
  height: 35px;
  background: #FFFFFF;
  border: 1px solid #1E6BD5;
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
  letter-spacing: 0;
  text-align: center;
}
.ForgetSetPWD .card .cardInput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.ForgetSetPWD .card .cardInput .weui-input {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ForgetSetPWD .card .cardInput .weui-cell__primary {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ForgetSetPWD .card .cardInput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ForgetSetPWD .card .cardInput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ForgetSetPWD .card .cardInput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ForgetSetPWD .card .cardInput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ForgetSetPWD .card:last-child {
  border: none;
}
.ForgetSetPWD .btn {
  margin-top: 30px;
  padding: 0 16px;
}
.ForgetSetPWD .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #dbdbdb), color-stop(99%, #dbdbdb));
  background-image: linear-gradient(-90deg, #dbdbdb 2%, #dbdbdb 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.ForgetSetPWD .btn button:active {
  color: #ffffff;
}
.ForgetSetPWD .btn .weui-btn:after {
  border: none;
}
.ForgetSetPWD .btnActivated {
  margin-top: 30px;
  padding: 0 16px;
}
.ForgetSetPWD .btnActivated button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.ForgetSetPWD .btnActivated button:active {
  color: #ffffff;
}
.ForgetSetPWD .btnActivated .weui-btn:after {
  border: none;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1D68D2;
}
.PersonInfoConfirm .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.PersonInfoConfirm .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #E3E3E3;
  letter-spacing: 0;
  line-height: 50px;
}
.PersonInfoConfirm .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.PersonInfoConfirm .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.PersonInfoConfirm .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.PersonInfoConfirm .btn button:active {
  color: #ffffff;
}
.PersonInfoConfirm .btn .weui-btn:after {
  border: none;
}
.PersonInfoConfirm .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.PersonInfoConfirm .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
  background-color: #fff;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .title span {
  color: red;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.PersonInfoConfirm .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.PersonInfoConfirm .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.PersonInfoConfirm .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.PersonInfoConfirm .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.PersonInfoConfirm .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.PersonInfoConfirm .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.PersonInfoConfirm .myins .uploadText {
  background-color: #E3E3E3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.PersonInfoConfirm .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.PersonInfoConfirm .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.PersonInfoConfirm .myins .uploadFile .reRight {
  border: 1px solid #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
}
.PersonInfoConfirm .myins .uploadFile .right {
  background-color: #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.PersonInfoConfirm .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1D68D2;
}
.RGSH .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.RGSH .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #E3E3E3;
  letter-spacing: 0;
  line-height: 50px;
}
.RGSH .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.RGSH .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.RGSH .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.RGSH .btn button:active {
  color: #ffffff;
}
.RGSH .btn .weui-btn:after {
  border: none;
}
.RGSH .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.RGSH .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
  background-color: #fff;
}
.RGSH .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.RGSH .myins .contentChoose .inputBox .title span {
  color: red;
}
.RGSH .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.RGSH .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.RGSH .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.RGSH .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.RGSH .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.RGSH .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.RGSH .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.RGSH .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.RGSH .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.RGSH .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.RGSH .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.RGSH .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.RGSH .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.RGSH .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.RGSH .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.RGSH .myins .contentChoose .inputBox .inputName button {
  height: 35px;
  background: #FFFFFF;
  border: 1px solid #1E6BD5;
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
  letter-spacing: 0;
  text-align: center;
}
.RGSH .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.RGSH .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.RGSH .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.RGSH .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.RGSH .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.RGSH .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.RGSH .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.RGSH .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.RGSH .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.RGSH .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.RGSH .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.RGSH .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.RGSH .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.RGSH .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.RGSH .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.RGSH .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.RGSH .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.RGSH .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.RGSH .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.RGSH .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.RGSH .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.RGSH .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.RGSH .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.RGSH .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.RGSH .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.RGSH .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.RGSH .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.RGSH .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.RGSH .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.RGSH .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.RGSH .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.RGSH .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.RGSH .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.RGSH .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.RGSH .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.RGSH .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.RGSH .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.RGSH .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.RGSH .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.RGSH .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.RGSH .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.RGSH .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.RGSH .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.RGSH .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.RGSH .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.RGSH .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.RGSH .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.RGSH .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.RGSH .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.RGSH .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.RGSH .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.RGSH .myins .uploadText {
  background-color: #E3E3E3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.RGSH .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.RGSH .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.RGSH .myins .uploadFile .reRight {
  border: 1px solid #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
}
.RGSH .myins .uploadFile .right {
  background-color: #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.RGSH .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.FocusBusiness {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.FocusBusiness .focusTitle {
  /*头部*/
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 20px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.FocusBusiness .focusTitle .focusTitleUp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.FocusBusiness .focusTitle .focusTitleUp .focusTitleLeft {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  font-weight: bolder;
}
.FocusBusiness .focusTitle .focusTitleUp .focusTitleRight {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.FocusBusiness .focusTitle .focusTitleUp .focusTitleRight i {
  color: #1E6BD5;
  font-size: 14px;
  padding-right: 2px;
}
.FocusBusiness .focusTitle .focusTitleDown {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #828282;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 6px;
}
.FocusBusiness .buttonBox {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 35px;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.FocusBusiness .buttonBox .buttonBoxLeft {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
}
.FocusBusiness .buttonBox .buttonBoxRight {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
}
.FocusBusiness .focusContent {
  /*列表*/
  /**滚动列表*/
  height: calc(100% - 102px);
  width: 100%;
  position: absolute;
  top: 102px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.FocusBusiness .focusContent .serviceContentDefault {
  /*循环的盒子*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*justify-content: center;*/
  background-color: white;
  border-bottom: 1px solid #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.FocusBusiness .focusContent .serviceContentDefault .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.FocusBusiness .focusContent .serviceContentDefault .contentBox .iconTitle {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.FocusBusiness .focusContent .serviceContentDefault .contentBox .iconTitle .biao {
  width: 26px;
  height: 26px;
  border-radius: 13px;
  text-align: center;
  line-height: 26px;
  color: #ffffff;
  background: #1b74f3;
  font-size: 16px;
}
.FocusBusiness .focusContent .serviceContentDefault .contentBox .iconTitle .zi {
  margin-left: 10px;
  font-weight: bold;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #2C74D7;
  letter-spacing: 0;
}
.FocusBusiness .focusContent .serviceContentDefault .serviceContentTitle {
  /*标题*/
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  font-weight: bolder;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 16px;
}
.FocusBusiness .focusContent .serviceContentDefault .serviceContentLattice {
  /*标签*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 12px;
}
.FocusBusiness .focusContent .serviceContentDefault .serviceContentLattice .lattice {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F6FAFF;
  border: 1px solid #6FA8F6;
  border-radius: 4px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #1E6BD5;
  letter-spacing: 0;
  width: auto;
  padding: 2px 10px;
  margin: 4px 4px;
}
.FocusBusiness .focusContent .serviceContentDefault .serviceContentDesc {
  /*内容*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  padding: 4px 16px 0 16px;
  height: auto;
  max-height: 34px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  -webkit-box-orient: vertical;
}
.FocusBusiness .focusContent .serviceContentActive {
  /*循环的盒子*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*justify-content: space-between;*/
  background-color: white;
  border-bottom: 1px solid #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.FocusBusiness .focusContent .serviceContentActive .iconTitle {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.FocusBusiness .focusContent .serviceContentActive .iconTitle .biao {
  width: 26px;
  height: 26px;
  border-radius: 13px;
  text-align: center;
  line-height: 26px;
  color: #ffffff;
  background: #1b74f3;
  font-size: 16px;
}
.FocusBusiness .focusContent .serviceContentActive .iconTitle .zi {
  margin-left: 10px;
  font-weight: bold;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #2C74D7;
  letter-spacing: 0;
}
.FocusBusiness .focusContent .serviceContentActive .checkIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 16px;
}
.FocusBusiness .focusContent .serviceContentActive .checkIcon .weui-icon-circle:before {
  margin: 0 !important;
}
.FocusBusiness .focusContent .serviceContentActive .checkIcon .weui-icon-circle {
  font-size: 17px;
  position: relative;
  top: 6px;
}
.FocusBusiness .focusContent .serviceContentActive .checkIcon .weui-icon-success:before {
  margin: 0 !important;
  color: #1B79FF !important;
}
.FocusBusiness .focusContent .serviceContentActive .checkIcon .weui-icon-success {
  font-size: 17px;
  position: relative;
  top: 6px;
  /*color: #1B79FF !important;*/
}
.FocusBusiness .focusContent .serviceContentActive .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.FocusBusiness .focusContent .serviceContentActive .serviceContentTitle {
  /*标题*/
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  font-weight: bolder;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 16px 6px 8px;
}
.FocusBusiness .focusContent .serviceContentActive .serviceContentLattice {
  /*标签*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 12px 0 4px;
}
.FocusBusiness .focusContent .serviceContentActive .serviceContentLattice .lattice {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F6FAFF;
  border: 1px solid #6FA8F6;
  border-radius: 4px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #1E6BD5;
  letter-spacing: 0;
  width: auto;
  padding: 2px 10px;
  margin: 4px 4px;
}
.FocusBusiness .focusContent .serviceContentActive .serviceContentDesc {
  /*内容*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  padding: 4px 16px 0 8px;
  height: auto;
  max-height: 34px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  -webkit-box-orient: vertical;
}
/**
* actionsheet
*/
/**
* en: primary type text color of menu item
* zh-CN: 菜单项primary类型的文本颜色
*/
/**
* en: warn type text color of menu item
* zh-CN: 菜单项warn类型的文本颜色
*/
/**
* en: default type text color of menu item
* zh-CN: 菜单项default类型的文本颜色
*/
/**
* en: disabled type text color of menu item
* zh-CN: 菜单项disabled类型的文本颜色
*/
/**
* datetime
*/
/**
* tabbar
*/
/**
* tab
*/
/**
* dialog
*/
/**
* en: title and content's padding-left and padding-right
* zh-CN: 标题及内容区域的 padding-left 和 padding-right
*/
/**
* x-number
*/
/**
* checkbox
*/
/**
* check-icon
*/
/**
* Cell
*/
/**
* Mask
*/
/**
* Range
*/
/**
* Tabbar
*/
/**
* Header
*/
/**
* Timeline
*/
/**
* Switch
*/
/**
* Button
*/
/**
* en: border radius
* zh-CN: 圆角边框
*/
/**
* en: font color
* zh-CN: 字体颜色
*/
/**
* en: margin-top value between previous button, not works when there is only one button
* zh-CN: 与相邻按钮的 margin-top 间隙，只有一个按钮时不生效
*/
/**
* en: button height
* zh-CN: 按钮高度
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: font size
* zh-CN: 字体大小
*/
/**
* en: the font size of the mini type
* zh-CN: mini类型的字体大小
*/
/**
* en: the line height of the mini type
* zh-CN: mini类型的行高
*/
/**
* en: the background color of the warn type
* zh-CN: warn类型的背景颜色
*/
/**
* en: the background color of the warn type in active
* zh-CN: active状态下，warn类型的背景颜色
*/
/**
* en: the background color of the warn type in disabled
* zh-CN: disabled状态下，warn类型的背景颜色
*/
/**
* en: the background color of the default type
* zh-CN: default类型的背景颜色
*/
/**
* en: the font color of the default type
* zh-CN: default类型的字体颜色
*/
/**
* en: the background color of the default type in active
* zh-CN: active状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in disabled
* zh-CN: disabled状态下，default类型的字体颜色
*/
/**
* en: the background color of the default type in disabled
* zh-CN: disabled状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in active
* zh-CN: active状态下，default类型的字体颜色
*/
/**
* en: the background color of the primary type
* zh-CN: primary类型的背景颜色
*/
/**
* en: the background color of the primary type in active
* zh-CN: active状态下，primary类型的背景颜色
*/
/**
* en: the background color of the primary type in disabled
* zh-CN: disabled状态下，primary类型的背景颜色
*/
/**
* en: the font color of the plain primary type
* zh-CN: plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type
* zh-CN: plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain default type
* zh-CN: plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type
* zh-CN: plain的default类型的边框颜色
*/
/**
* en: the font color of the plain default type in active
* zh-CN: active状态下，plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type in active
* zh-CN: active状态下，plain的default类型的边框颜色
*/
/**
* en: the font color of the plain warn type
* zh-CN: plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type
* zh-CN: plain的warn类型的边框颜色
*/
/**
* en: the font color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的边框颜色
*/
/**
* swipeout
*/
/**
* Cell
*/
/**
* Badge
*/
/**
* en: badge background color
* zh-CN: badge的背景颜色
*/
/**
* Popover
*/
/**
* Button tab
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: border radius color
* zh-CN: 圆角边框的半径
*/
/**
* en: border color
* zh-CN: 边框的颜色
*/
/**
* en: not used
* zh-CN: 默认状态下圆角边框的颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default background color
* zh-CN: 默认状态下的背景颜色
*/
/**
* en: selected background color
* zh-CN: 选中状态下的背景颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/* alias */
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default text color
* zh-CN: 默认状态下的文本颜色
*/
/**
* en: height
* zh-CN: 元素高度
*/
/**
* en: line height
* zh-CN: 元素行高
*/
/**
* Swiper
*/
/**
* checklist
*/
/**
* popup-picker
*/
/**
* popup
*/
/**
* popup-header
*/
/**
* form-preview
*/
/**
* sticky
*/
/**
* group
*/
/**
* en: margin-top of title
* zh-CN: 标题的margin-top
*/
/**
* en: margin-bottom of title
* zh-CN: 标题的margin-bottom
*/
/**
* en: margin-top of footer title
* zh-CN: 底部标题的margin-top
*/
/**
* en: margin-bottom of footer title
* zh-CN: 底部标题的margin-bottom
*/
/**
* toast
*/
/**
* en: text size of content
* zh-CN: 内容文本大小
*/
/**
* en: default top
* zh-CN: 默认状态下距离顶部的高度
*/
/**
* en: position top
* zh-CN: 顶部显示的高度
*/
/**
* en: position bottom
* zh-CN: 底部显示的高度
*/
/**
* en: z-index
* zh-CN: z-index
*/
/**
* icon
*/
/**
* calendar
*/
/**
* en: forward and backward arrows color
* zh-CN: 前进后退的箭头颜色
*/
/**
* en: text color of week highlight
* zh-CN: 周末高亮的文本颜色
*/
/**
* en: background color when selected
* zh-CN: 选中时的背景颜色
*/
/**
* en: text color when disabled
* zh-CN: 禁用时的文本颜色
*/
/**
* en: text color of today
* zh-CN: 今天的文本颜色
*/
/**
* en: font size of cell
* zh-CN: 单元格的字号
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: size of date cell
* zh-CN: 日期单元格尺寸大小
*/
/**
* en: line height of date cell
* zh-CN: 日期单元格的行高
*/
/**
* en: text color of header
* zh-CN: 头部的文本颜色
*/
/**
* week-calendar
*/
/**
* search
*/
/**
* en: text color of cancel button
* zh-CN: 取消按钮文本颜色
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: text color of placeholder
* zh-CN: placeholder文本颜色
*/
/**
* radio
*/
/**
* en: checked icon color
* zh-CN: 选中状态的图标颜色
*/
/**
* loadmore
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* loading
*/
/**
* en: z-index
* zh-CN: z-index
*/
.vux-check-icon {
  display: inline-block;
}
.vux-check-icon > span {
  line-height: 23px;
  color: #222;
  vertical-align: middle;
}
.vux-check-icon > .weui-icon-success:before,
.vux-check-icon > .weui-icon-success-circle:before {
  color: #09BB07;
}
/*@import "../../../less/styles.less";*/
.ReadingHistory {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ReadingHistory .footerLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ReadingHistory .HsoftInlineLoading {
  /*padding-top: 30vh;*/
}
.ReadingHistory .titleHistory {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  padding: 0 16px;
  line-height: 50px;
  color: #333333;
  font-weight: bolder;
}
.ReadingHistory .newsStyle {
  position: absolute;
  top: 51px;
  height: 100%;
  width: 100%;
}
.ReadingHistory .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.ReadingHistory .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ReadingHistory .SearchFunctionContent .border {
  padding: 9px 0 9px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.ReadingHistory .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.ReadingHistory .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.ReadingHistory .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.ReadingHistory .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ReadingHistory .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.ReadingHistory .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.ReadingHistory .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.ReadingHistory .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.ReadingHistory .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.ReadingHistory .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.ReadingHistory .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.ReadingHistory .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.ReadingHistory .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ReadingHistory .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.ReadingHistory .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.ReadingHistory .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.ReadingHistory .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.ReadingHistory .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ReadingHistory .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.ReadingHistory .SearchFunctionContent:active {
  background-color: #E3E3E3;
}

.ComplaintsSuggestion {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  width: 100%;
}
.ComplaintsSuggestion .titleSuggestion {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
}
.ComplaintsSuggestion .titleSuggestion .titleSuggestionTop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
}
.ComplaintsSuggestion .titleSuggestion .titleSuggestionBot {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #828282;
  padding: 1px 0 21px 16px;
}
.ComplaintsSuggestion .titleSuggestion .titleSuggestionName {
  padding: 9px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  font-weight: bolder;
}
.ComplaintsSuggestion .titleSuggestion .newSuggestion {
  padding: 9px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #1e6bd5;
}
.ComplaintsSuggestion .serviceBox {
  height: calc(100% - 87px);
  width: 100%;
  position: absolute;
  top: 87px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.ComplaintsSuggestion .serviceBox .gsContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.ComplaintsSuggestion .serviceBox .gsContent {
  background-color: #fff;
  padding: 0 16px;
}
.ComplaintsSuggestion .serviceBox .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.ComplaintsSuggestion .serviceBox .border .firstLineTitle {
  font-size: 16px;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.ComplaintsSuggestion .serviceBox .border .secondLineTitle {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  padding-top: 2px;
}
.ComplaintsSuggestion .serviceBox .border .footerLine {
  font-size: 12px;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}

.NewComplaintsSuggestion {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.NewComplaintsSuggestion .isAnonymous {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}
.NewComplaintsSuggestion .isAnonymous .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
}
.NewComplaintsSuggestion .isAnonymous .isAnonymousChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.NewComplaintsSuggestion .isAnonymous .isAnonymousChoose .weui-cells:before {
  border: none;
}
.NewComplaintsSuggestion .isAnonymous .isAnonymousChoose .weui-cells:after {
  border: none;
}
.NewComplaintsSuggestion .isAnonymous .isAnonymousChoose .weui-cell:before {
  border: none;
}
.NewComplaintsSuggestion .isAnonymous .isAnonymousChoose .weui-cells_checkbox .weui-check:checked + .vux-checklist-icon-checked:before {
  color: #38a8fd;
}
.NewComplaintsSuggestion .isAnonymous .isAnonymousChoose .weui-cells_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
}
.NewComplaintsSuggestion .isAnonymous .isAnonymousChoose .weui-cells_checkbox label {
  padding: 0 10px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}
.NewComplaintsSuggestion .noBorder .isAnonymous {
  border-bottom: none;
}
.NewComplaintsSuggestion .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}
.NewComplaintsSuggestion .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
}
.NewComplaintsSuggestion .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.NewComplaintsSuggestion .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.NewComplaintsSuggestion .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.NewComplaintsSuggestion .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.NewComplaintsSuggestion .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.NewComplaintsSuggestion .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.NewComplaintsSuggestion .inputBox .textarea {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.NewComplaintsSuggestion .inputBox .textarea .weui-cell {
  padding: 0;
}
.NewComplaintsSuggestion .inputBox .textarea .weui-cell .weui-textarea {
  padding: 7px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  font-size: 14px;
  color: #333333;
  font-family: PingFangSC-Regular;
}
.NewComplaintsSuggestion .inputBox .textarea .weui-cell .weui-textarea::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-family: PingFangSC-Regular;
}
.NewComplaintsSuggestion .inputBox .textarea .weui-cell .weui-textarea:-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-family: PingFangSC-Regular;
}
.NewComplaintsSuggestion .inputBox .textarea .weui-cell .weui-textarea::-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-family: PingFangSC-Regular;
}
.NewComplaintsSuggestion .inputBox .textarea .weui-cell .weui-textarea::placeholder {
  color: #999999;
  font-size: 14px;
  font-family: PingFangSC-Regular;
}
.NewComplaintsSuggestion .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.NewComplaintsSuggestion .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.NewComplaintsSuggestion .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
}
.NewComplaintsSuggestion .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.NewComplaintsSuggestion .btn {
  width: 100%;
  margin-top: 30px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.NewComplaintsSuggestion .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.NewComplaintsSuggestion .btn button:active {
  color: #ffffff;
}
.NewComplaintsSuggestion .btn .weui-btn:after {
  border: none;
}

.List {
  margin-bottom: 10px;
}
.ComplaintsSuggestionDetail {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.ComplaintsSuggestionDetail .hsoftNoData {
  height: calc(100% - 50px);
  background: #E3E3E3;
}
.ComplaintsSuggestionDetail .scrollerBox {
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ComplaintsSuggestionDetail .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ComplaintsSuggestionDetail .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.ComplaintsSuggestionDetail .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ComplaintsSuggestionDetail .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.RelatedBusiness {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.RelatedBusiness .focusTitle {
  /*头部*/
  position: fixed;
  width: 100%;
  z-index: 10;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E3E3E3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.RelatedBusiness .focusTitle .focusTitleUp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.RelatedBusiness .focusTitle .focusTitleUp .focusTitleLeft {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  font-weight: bolder;
}
.RelatedBusiness .focusTitle .focusTitleUp .focusTitleRight {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.RelatedBusiness .focusTitle .focusTitleUp .focusTitleRight i {
  color: #1E6BD5;
  font-size: 14px;
  padding-right: 2px;
}
.RelatedBusiness .focusTitle .focusTitleDown {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #828282;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 6px;
}
.RelatedBusiness .buttonBox {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 35px;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.RelatedBusiness .buttonBox .buttonBoxLeft {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
}
.RelatedBusiness .buttonBox .buttonBoxRight {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
}
.RelatedBusiness .btn {
  margin-top: 30px;
  padding: 0 16px;
  position: fixed;
  bottom: 0;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  width: calc(100% - 32px);
}
.RelatedBusiness .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.RelatedBusiness .btn button:active {
  color: #ffffff;
}
.RelatedBusiness .btn .weui-btn:after {
  border: none;
}
.RelatedBusiness .focusContent {
  /*列表*/
  /**滚动列表*/
  height: calc(100% - 51px);
  width: 100%;
  position: absolute;
  top: 51px;
  overflow-y: auto;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 54px;
}
.RelatedBusiness .focusContent .serviceContentDefault {
  /*循环的盒子*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  border-bottom: 1px solid #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.RelatedBusiness .focusContent .serviceContentDefault .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.RelatedBusiness .focusContent .serviceContentDefault .serviceContentTitle {
  /*标题*/
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  font-weight: bolder;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 16px;
}
.RelatedBusiness .focusContent .serviceContentDefault .serviceContentLattice {
  /*标签*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 12px;
}
.RelatedBusiness .focusContent .serviceContentDefault .serviceContentLattice .lattice {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F6FAFF;
  border: 1px solid #6FA8F6;
  border-radius: 4px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #1E6BD5;
  letter-spacing: 0;
  width: auto;
  padding: 2px 10px;
  margin: 4px 4px;
}
.RelatedBusiness .focusContent .serviceContentDefault .serviceContentDesc {
  /*内容*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  padding: 4px 16px 0 16px;
  height: auto;
  max-height: 34px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  -webkit-box-orient: vertical;
}
.RelatedBusiness .focusContent .serviceContentActiveLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*justify-content: center;*/
  background-color: white;
  border-bottom: 1px solid #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.RelatedBusiness .focusContent .checkGuide {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  height: 35px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.RelatedBusiness .focusContent .serviceContentActive {
  /*循环的盒子*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  border-bottom: 1px solid #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.RelatedBusiness .focusContent .serviceContentActive .checkIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16px;
}
.RelatedBusiness .focusContent .serviceContentActive .checkIcon .weui-icon-circle:before {
  margin: 0 !important;
}
.RelatedBusiness .focusContent .serviceContentActive .checkIcon .weui-icon-circle {
  font-size: 17px;
  position: relative;
  top: 6px;
}
.RelatedBusiness .focusContent .serviceContentActive .checkIcon .weui-icon-success:before {
  margin: 0 !important;
  color: #1B79FF !important;
}
.RelatedBusiness .focusContent .serviceContentActive .checkIcon .weui-icon-success {
  font-size: 17px;
  position: relative;
  top: 6px;
  /*color: #1B79FF !important;*/
}
.RelatedBusiness .focusContent .serviceContentActive .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.RelatedBusiness .focusContent .serviceContentActive .serviceContentTitle {
  /*标题*/
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  font-weight: bolder;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 16px 6px 8px;
}
.RelatedBusiness .focusContent .serviceContentActive .serviceContentLattice {
  /*标签*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 12px 0 4px;
}
.RelatedBusiness .focusContent .serviceContentActive .serviceContentLattice .lattice {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F6FAFF;
  border: 1px solid #6FA8F6;
  border-radius: 4px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #1E6BD5;
  letter-spacing: 0;
  width: auto;
  padding: 2px 10px;
  margin: 4px 4px;
}
.RelatedBusiness .focusContent .serviceContentActive .serviceContentDesc {
  /*内容*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  padding: 4px 16px 0 8px;
  height: auto;
  max-height: 34px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  -webkit-box-orient: vertical;
}

.ConsultationInteraction {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ConsultationInteraction .vux-slider {
  height: calc(100% - 91px);
  width: 100%;
  position: absolute;
  top: 91px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ConsultationInteraction .vux-swiper {
  height: 100% !important;
}
.ConsultationInteraction .tabBox {
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
  height: 40px;
}
.ConsultationInteraction .tabBox .vux-tab-wrap {
  padding-top: 1px;
  width: 60%;
  height: 40px;
}
.ConsultationInteraction .tabBox .vux-tab-wrap .vux-tab-container {
  height: 40px;
}
.ConsultationInteraction .tabBox .vux-tab-wrap .vux-tab-container .vux-tab {
  height: 40px;
}
.ConsultationInteraction .tabBox .vux-tab-wrap .vux-tab-container .vux-tab .vux-tab-item {
  background-size: 100% 0px;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.ConsultationInteraction .tabBox .vux-tab-wrap .vux-tab-container .vux-tab .vux-tab-selected {
  font-size: 18px;
  font-weight: bolder;
}
.ConsultationInteraction .tabBox .vux-tab-wrap .vux-tab-container .vux-tab .vux-tab-bar-inner {
  border-radius: 1.5px;
  background-color: #1E6BD5;
}

.ConsultationInteractionAssembly {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ConsultationInteractionAssembly .newsStyleHeader {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ConsultationInteractionAssembly .newsStyleHeader .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  /*border-bottom: 1px solid #E3E3E3;*/
}
.ConsultationInteractionAssembly .newsStyleHeader .SearchFunctionContent {
  margin-bottom: 1px;
  background-color: #fff;
  padding: 0 16px;
}
.ConsultationInteractionAssembly .newsStyleHeader .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 2px solid red;*/
}
.ConsultationInteractionAssembly .newsStyleHeader .SearchFunctionContent .border .firstLineTitle {
  font-size: 16px;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.ConsultationInteractionAssembly .newsStyleHeader .SearchFunctionContent .border .timeBox {
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
}
.ConsultationInteractionAssembly .newsStyleHeader .SearchFunctionContent .border .SecondLineTitle {
  font-size: 12px;
  color: #666666;
  /*width: 100%;*/
  /*white-space:nowrap;*/
  padding: 3px 0 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*word-break: break-all;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 2; !*控制多行的行数 *!*/
  /*!*! autoprefixer: off *!*/
  /*-webkit-box-orient: vertical;*/
  /* autoprefixer: on */
  /*max-height: 0.34rem;*******/
  /*position: relative;*/
  /*line-height: 20px;*/
  /*max-height: 40px;*/
  /*overflow: hidden;*/
  /*word-break: break-all;*/
  /*display: -webkit-box;*/
  /*-webkit-line-clamp:2;*/
  /*-webkit-box-orient: vertical;*/
  /*text-overflow: ellipsis;*/
  /*padding-top: 3px;*/
}
.ConsultationInteractionAssembly .newsStyleHeader .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ConsultationInteractionAssembly .newsStyleHeader .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.ConsultationInteractionAssembly .newsStyleHeader .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.ConsultationInteractionAssembly .newsStyleHeader .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.ConsultationInteractionAssembly .newsStyleHeader .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.ConsultationInteractionAssembly .newsStyleHeader .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.ConsultationInteractionAssembly .newsStyleHeader .SearchFunctionContent .leftRight {
  /*border: 2px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  /*border: 1px solid red;*/
}
.ConsultationInteractionAssembly .newsStyleHeader .SearchFunctionContent .leftRight .firstLineTitle {
  font-size: 16px;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.ConsultationInteractionAssembly .newsStyleHeader .SearchFunctionContent .leftRight .SecondLineTitle {
  font-size: 12px;
  color: #666666;
  /*width: 100%;*/
  position: relative;
  line-height: 20px;
  max-height: 40px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
}
.ConsultationInteractionAssembly .newsStyleHeader .SearchFunctionContent .leftRight .imgListBox {
  margin-top: 8px;
}
.ConsultationInteractionAssembly .newsStyleHeader .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ConsultationInteractionAssembly .newsStyleHeader .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 200px;
  height: 135px;
  border-radius: 5px;
}
.ConsultationInteractionAssembly .newsStyleHeader .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.ConsultationInteractionAssembly .newsStyleHeader .firstBox {
  padding: 5px 0 5px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ConsultationInteractionAssembly .newsStyleHeader .firstBox img {
  width: 36px;
  height: 36px;
  border-radius: 36px;
}
.ConsultationInteractionAssembly .newsStyleHeader .firstBox .nameAndTime {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 7px;
}
.ConsultationInteractionAssembly .newsStyleHeader .firstBox .nameAndTime :nth-child(1) {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  font-weight: bolder;
}
.ConsultationInteractionAssembly .newsStyleHeader .firstBox .nameAndTime :nth-child(2) {
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
}
.ConsultationInteractionAssembly .newsStyleHeader .firstBox .readNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
}
.ConsultationInteractionAssembly .newsStyleHeader .firstBox .readNum i {
  font-size: 20px;
  color: #999999;
  margin-right: 4px;
}

.ChangePWD {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.ChangePWD .pointout {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0.15px;
}
.ChangePWD .card {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f6f6f6;
}
.ChangePWD .card .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
}
.ChangePWD .card .cardInput {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.ChangePWD .card .cardInput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px;
}
.ChangePWD .card .cardInput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ChangePWD .card .cardInput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ChangePWD .card .cardInput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ChangePWD .card .cardInput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ChangePWD .card:last-child {
  border: none;
}
.ChangePWD .btn {
  margin-top: 30px;
  padding: 0 16px;
}
.ChangePWD .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.ChangePWD .btn button:active {
  color: #ffffff;
}
.ChangePWD .btn .weui-btn:after {
  border: none;
}

.ChangeFPWD {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.ChangeFPWD .badMessage {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #e3e3e3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #f92705;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.ChangeFPWD .card {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ChangeFPWD .card .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.19px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ChangeFPWD .card .cardInput {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ChangeFPWD .card .cardInput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  height: 50px;
  border-bottom: 1px solid #e3e3e3;
}
.ChangeFPWD .card .cardInput .weui-input {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ChangeFPWD .card .cardInput .weui-cell__primary {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ChangeFPWD .card .cardInput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ChangeFPWD .card .cardInput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ChangeFPWD .card .cardInput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ChangeFPWD .card .cardInput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ChangeFPWD .card:last-child {
  border: none;
}
.ChangeFPWD .btn {
  margin-top: 30px;
  padding: 0 16px;
}
.ChangeFPWD .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #dbdbdb), color-stop(99%, #dbdbdb));
  background-image: linear-gradient(-90deg, #dbdbdb 2%, #dbdbdb 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.ChangeFPWD .btn button:active {
  color: #ffffff;
}
.ChangeFPWD .btn .weui-btn:after {
  border: none;
}
.ChangeFPWD .btnActivated {
  margin-top: 30px;
  padding: 0 16px;
}
.ChangeFPWD .btnActivated button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1d68d2), color-stop(99%, #1b79ff));
  background-image: linear-gradient(-90deg, #1d68d2 2%, #1b79ff 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.ChangeFPWD .btnActivated button:active {
  color: #ffffff;
}
.ChangeFPWD .btnActivated .weui-btn:after {
  border: none;
}
.ChangeFPWD .register {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
}
.ChangeFPWD .register .clickRegister {
  color: #1b79ff;
}

.ChangeCALL {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.ChangeCALL .badMessage {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E3E3E3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #F92705;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.ChangeCALL .card {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ChangeCALL .card .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: bolder;
  letter-spacing: 0.19px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ChangeCALL .card .cardInput {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ChangeCALL .card .cardInput button {
  height: 35px;
  background: #FFFFFF;
  border: 1px solid #1E6BD5;
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
  letter-spacing: 0;
  text-align: center;
}
.ChangeCALL .card .cardInput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.ChangeCALL .card .cardInput .weui-input {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ChangeCALL .card .cardInput .weui-cell__primary {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ChangeCALL .card .cardInput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ChangeCALL .card .cardInput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ChangeCALL .card .cardInput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ChangeCALL .card .cardInput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ChangeCALL .card:last-child {
  border: none;
}
.ChangeCALL .btn {
  margin-top: 30px;
  padding: 0 16px;
}
.ChangeCALL .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #dbdbdb), color-stop(99%, #dbdbdb));
  background-image: linear-gradient(-90deg, #dbdbdb 2%, #dbdbdb 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.ChangeCALL .btn button:active {
  color: #ffffff;
}
.ChangeCALL .btn .weui-btn:after {
  border: none;
}
.ChangeCALL .btnActivated {
  margin-top: 30px;
  padding: 0 16px;
}
.ChangeCALL .btnActivated button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.ChangeCALL .btnActivated button:active {
  color: #ffffff;
}
.ChangeCALL .btnActivated .weui-btn:after {
  border: none;
}

.addRelationUser {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.addRelationUser .badMessage {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E3E3E3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #F92705;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.addRelationUser .card {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.addRelationUser .card .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.19px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.addRelationUser .card .cardInput {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.addRelationUser .card .cardInput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.addRelationUser .card .cardInput .weui-input {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.addRelationUser .card .cardInput .weui-cell__primary {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.addRelationUser .card .cardInput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.addRelationUser .card .cardInput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.addRelationUser .card .cardInput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.addRelationUser .card .cardInput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.addRelationUser .card .politicalChoose {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 2px;
  height: 50px;
  line-height: 50px;
}
.addRelationUser .card .politicalChoose .weui-cell {
  padding: 0;
}
.addRelationUser .card .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  color: #333;
}
.addRelationUser .card .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.addRelationUser .card:last-child {
  border: none;
}
.addRelationUser .btn {
  margin-top: 30px;
  padding: 0 16px;
}
.addRelationUser .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.addRelationUser .btn button:active {
  color: #ffffff;
}
.addRelationUser .btn .weui-btn:after {
  border: none;
}

.cutUser {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cutUser .generalBoxs {
  width: 100%;
  height: calc(100% - 108px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 98px;
}
.cutUser .generalBoxs .SearchFunctionContents {
  background-color: #fff;
  padding: 0 16px;
  border-bottom: 1px solid #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cutUser .generalBoxs .SearchFunctionContents .borders {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cutUser .generalBoxs .SearchFunctionContents .borders .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
  line-height: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cutUser .generalBoxs .SearchFunctionContents .borders .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ServiceCenter {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ServiceCenter .searchTemplate {
  /*搜索*/
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ServiceCenter .text {
  text-align: center;
  line-height: 3;
  color: #409EFF;
  background: #FFF;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
}
.ServiceCenter .success {
  text-align: center;
  line-height: 3;
  color: #67C23A;
  background: #f0f9eb;
  border-color: #c2e7b0;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
}
.ServiceCenter .el-timeline-item__tail {
  border-left: unset !important;
}
.ServiceCenter .el-card__body {
  padding: unset !important;
  padding-left: 1vw !important;
  width: 55vw !important;
}
.ServiceCenter .el-timeline-item__node--normal {
  left: unset !important;
  width: unset !important;
  height: unset !important;
}
.ServiceCenter .elCardItem {
  margin: 5px;
  padding: 3px;
  font-size: 12px;
}
.ServiceCenter .el-dialog {
  border-radius: 15px;
}
.ServiceCenter .el-dialog__header {
  text-align: center;
}
.ServiceCenter .el-dialog__footer {
  text-align: center;
}
.ServiceCenter .el-dialog__title {
  font-size: 16px;
}
.ServiceCenter .el-icon-close:before {
  content: unset;
}
.ServiceCenter .el-dialog__body {
  margin-bottom: -35px;
  margin-top: -20px;
}
.ServiceCenter .el-timeline-item__wrapper {
  top: -30px;
}
.ServiceCenter .el-timeline-item {
  padding-bottom: unset;
}
.ServiceCenter .serviceBoxs {
  /**滚动列表*/
  height: calc(100% - 88px);
  width: 100%;
  position: absolute;
  top: 92px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.ServiceCenter .serviceBoxs .insuranceContentbg {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #1D68D2;
  margin-right: 10px;
}
.ServiceCenter .serviceBoxs .insurancebg {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #1D68D2;
  margin-right: 10px;
}
.ServiceCenter .serviceBoxs .employmentSecbg {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #1D68D2;
  margin-right: 10px;
}
.ServiceCenter .serviceBoxs .relationsSecbg {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #1D68D2;
  margin-right: 10px;
}
.ServiceCenter .serviceBoxs .socialInsurance {
  /*循环的盒子*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
  width: 100%;
}
.ServiceCenter .serviceBoxs .socialInsurance .socialInsuranceContent .socialInsuranceItem:nth-child(3) {
  margin-top: 10px;
}
.ServiceCenter .serviceBoxs .socialInsurance .socialInsuranceContent .socialInsuranceItem:nth-child(4) {
  margin-top: 10px;
}
.ServiceCenter .serviceBoxs .socialInsurance .socialInsuranceContent .shbxkItem:nth-child(3) {
  margin-top: 10px;
}
.ServiceCenter .serviceBoxs .socialInsurance .socialInsuranceContent .shbxkItem:nth-child(4) {
  margin-top: 10px;
}
.ServiceCenter .serviceBoxs .socialInsurance .socialInsuranceContent .sbkItem:nth-child(3) {
  margin-top: 10px;
}
.ServiceCenter .serviceBoxs .socialInsurance .socialInsuranceContent .sbkItem:nth-child(4) {
  margin-top: 10px;
}
.ServiceCenter .serviceBoxs .socialInsurance .socialInsuranceContent .rsrcItem:nth-child(3) {
  margin-top: 10px;
}
.ServiceCenter .serviceBoxs .socialInsurance .socialInsuranceContent .rsrcItem:nth-child(4) {
  margin-top: 10px;
}
.ServiceCenter .serviceBoxs .socialInsurance .socialInsuranceContent .jycyItem:nth-child(3) {
  margin-top: 10px;
}
.ServiceCenter .serviceBoxs .socialInsurance .socialInsuranceContent .jycyItem:nth-child(4) {
  margin-top: 10px;
}
.ServiceCenter .serviceBoxs .socialInsurance .socialInsuranceContent .ldgxItem:nth-child(3) {
  margin-top: 10px;
}
.ServiceCenter .serviceBoxs .socialInsurance .socialInsuranceContent .ldgxItem:nth-child(4) {
  margin-top: 10px;
}
.ServiceCenter .serviceBoxs .socialInsurance .tjfwlelder .socialInsuranceItem:nth-child(1) .socialInsurancebg {
  background: #fdab00 !important;
}
.ServiceCenter .serviceBoxs .socialInsurance .shbxkItem {
  width: calc(50% - 4px);
  height: 50px;
  position: relative;
  display: flex;
  padding: 8px;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  border-radius: 6px;
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.ServiceCenter .serviceBoxs .socialInsurance .shbxkItem .socialInsurancebg {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #FFFFFF;
  margin-right: 10px;
}
.ServiceCenter .serviceBoxs .socialInsurance .shbxkItem .socialInsurancettxt {
  position: absolute;
  left: 22px;
  right: 8px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.ServiceCenter .serviceBoxs .socialInsurance .sbkItem {
  width: calc(50% - 4px);
  height: 50px;
  position: relative;
  display: flex;
  padding: 8px;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  border-radius: 6px;
  color: #FFFFFF;
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.ServiceCenter .serviceBoxs .socialInsurance .sbkItem .socialInsurancebg {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #FFFFFF;
  margin-right: 10px;
}
.ServiceCenter .serviceBoxs .socialInsurance .sbkItem .socialInsurancettxt {
  position: absolute;
  left: 22px;
  right: 8px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.ServiceCenter .serviceBoxs .socialInsurance .rsrcItem {
  width: calc(50% - 4px);
  height: 50px;
  position: relative;
  display: flex;
  padding: 8px;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  border-radius: 6px;
  color: #FFFFFF;
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.ServiceCenter .serviceBoxs .socialInsurance .rsrcItem .socialInsurancebg {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #FFFFFF;
  margin-right: 10px;
}
.ServiceCenter .serviceBoxs .socialInsurance .rsrcItem .socialInsurancettxt {
  position: absolute;
  left: 22px;
  right: 8px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.ServiceCenter .serviceBoxs .socialInsurance .jycyItem {
  width: calc(50% - 4px);
  height: 50px;
  position: relative;
  display: flex;
  padding: 8px;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  border-radius: 6px;
  color: #FFFFFF;
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.ServiceCenter .serviceBoxs .socialInsurance .jycyItem .socialInsurancebg {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #FFFFFF;
  margin-right: 10px;
}
.ServiceCenter .serviceBoxs .socialInsurance .jycyItem .socialInsurancettxt {
  position: absolute;
  left: 22px;
  right: 8px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.ServiceCenter .serviceBoxs .socialInsurance .ldgxItem {
  width: calc(50% - 4px);
  height: 50px;
  position: relative;
  display: flex;
  padding: 8px;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  border-radius: 6px;
  color: #FFFFFF;
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.ServiceCenter .serviceBoxs .socialInsurance .ldgxItem .socialInsurancebg {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #FFFFFF;
  margin-right: 10px;
}
.ServiceCenter .serviceBoxs .socialInsurance .ldgxItem .socialInsurancettxt {
  position: absolute;
  left: 22px;
  right: 8px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.ServiceCenter .serviceBoxs .socialInsurance .socialInsuranceContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 13px 16px;
  /*height: 134px;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ServiceCenter .serviceBoxs .socialInsurance .socialInsuranceContent .socialInsuranceItem {
  width: calc(50% - 4px);
  height: 50px;
  position: relative;
  display: flex;
  padding: 8px;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.ServiceCenter .serviceBoxs .socialInsurance .socialInsuranceContent .socialInsuranceItem .socialInsurancebg {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #1D68D2;
  margin-right: 10px;
}
.ServiceCenter .serviceBoxs .socialInsurance .socialInsuranceContent .socialInsuranceItem .socialInsurancettxt {
  position: absolute;
  left: 22px;
  right: 8px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.ServiceCenter .serviceBoxs .socialInsurance .socialInsuranceTitle {
  padding: 0 16px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.ServiceCenter .serviceBoxs .socialInsurance .socialInsuranceIcon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ServiceCenter .serviceBoxs .socialInsurance .socialInsuranceIcon .socialInsuranceYuan {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ServiceCenter .serviceBoxs .socialInsurance .socialInsuranceIcon .socialCardYuan {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ServiceCenter .serviceBoxs .socialInsurance .socialInsuranceIcon .personnelTalentsYuan {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ServiceCenter .serviceBoxs .socialInsurance .socialInsuranceIcon .employmentYuan {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ServiceCenter .serviceBoxs .socialInsurance .socialInsuranceIcon .relationsYuan {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ServiceCenter .serviceBoxs .socialInsurance .socialInsuranceIcon .socialInsuranceText {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 13px;
}
.ServiceCenter .serviceBoxs .socialInsurance .socialInsuranceMore {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ServiceCenter .serviceBoxs .recommendInsurance {
  /*循环的盒子*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
  width: 100%;
}
.ServiceCenter .serviceBoxs .recommendInsurance .shbxkItem {
  width: calc(50% - 4px);
  height: 50px;
  position: relative;
  display: flex;
  padding: 8px;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  border-radius: 6px;
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.ServiceCenter .serviceBoxs .recommendInsurance .shbxkItem .socialInsurancebg {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #FFFFFF;
  margin-right: 10px;
}
.ServiceCenter .serviceBoxs .recommendInsurance .shbxkItem .socialInsurancettxt {
  position: absolute;
  left: 22px;
  right: 8px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.ServiceCenter .serviceBoxs .recommendInsurance .socialInsuranceContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 13px 16px;
  /*height: 134px;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ServiceCenter .serviceBoxs .recommendInsurance .socialInsuranceContent .socialInsuranceItem {
  width: calc(50% - 4px);
  height: 50px;
  position: relative;
  display: flex;
  padding: 8px;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
  margin-top: 10px;
}
.ServiceCenter .serviceBoxs .recommendInsurance .socialInsuranceContent .socialInsuranceItem .socialInsurancebg {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #1D68D2;
  margin-right: 10px;
}
.ServiceCenter .serviceBoxs .recommendInsurance .socialInsuranceContent .socialInsuranceItem .socialInsurancettxt {
  position: absolute;
  left: 22px;
  right: 8px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}

.tabPop {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
}
.tabPop .titleBox {
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tabPop .titleBox .nameBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  font-weight: bolder;
  font-size: 14px;
  font-family: PingFangSC-Medium;
  letter-spacing: 0;
}
.tabPop .titleBox .nameBoxDefault {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1e6bd5;
  font-weight: bolder;
  font-size: 14px;
}
.tabPop .titleBox .iconxiajiantou {
  margin-left: 6px;
  cursor: pointer;
  display: inline-block;
  /*transform-origin:center center;*/
  /*transform: rotate(0deg);*/
  /*transition: transform 0.2s;*/
  font-size: 8px;
  color: #999999;
}
.tabPop .titleBox .iconshangjiantou {
  margin-left: 6px;
  cursor: pointer;
  display: inline-block;
  /*transform-origin:center center;*/
  /*transform: rotate(180deg);*/
  /*transition: transform 0.2s;*/
  color: #1e6bd5;
  font-size: 8px;
}
.tabPop .ejectBoxMask {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 999;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
}
.tabPop .ejectBoxMask .ejectBox {
  /*height: 414px;*/
  height: auto;
  max-height: 352px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  background-color: white;
  position: absolute;
  top: 0;
}
.tabPop .ejectBoxMask .ejectBox .ejectContent {
  padding: 10px 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*font-weight: 600;*/
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  /*border: 1px solid green;*/
}
.tabPop .ejectBoxMask .ejectBox .ejectContentDefault {
  padding: 10px 26px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1e6bd5;
  font-weight: bolder;
}

.AllServiceCenter {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.AllServiceCenter .searchTemplate {
  /*搜索*/
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.AllServiceCenter .text {
  text-align: center;
  line-height: 3;
  color: #409EFF;
  background: #FFF;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
}
.AllServiceCenter .success {
  text-align: center;
  line-height: 3;
  color: #67C23A;
  background: #f0f9eb;
  border-color: #c2e7b0;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
}
.AllServiceCenter .serviceBoxAll {
  /**滚动列表*/
  height: calc(100% - 88px);
  width: 100%;
  position: absolute;
  top: 92px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.AllServiceCenter .serviceBoxAll .insuranceContentbg {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #1D68D2;
  margin-right: 10px;
}
.AllServiceCenter .serviceBoxAll .insurancebg {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #1D68D2;
  margin-right: 10px;
}
.AllServiceCenter .serviceBoxAll .employmentSecbg {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #1D68D2;
  margin-right: 10px;
}
.AllServiceCenter .serviceBoxAll .relationsSecbg {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #1D68D2;
  margin-right: 10px;
}
.AllServiceCenter .serviceBoxAll .socialInsurance {
  /*循环的盒子*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
  width: 100%;
}
.AllServiceCenter .serviceBoxAll .socialInsurance .socialInsuranceContent .socialInsuranceItem:nth-child(3) {
  margin-top: 10px;
}
.AllServiceCenter .serviceBoxAll .socialInsurance .socialInsuranceContent .socialInsuranceItem:nth-child(4) {
  margin-top: 10px;
}
.AllServiceCenter .serviceBoxAll .socialInsurance .socialInsuranceContent .shbxkItem:nth-child(3) {
  margin-top: 10px;
}
.AllServiceCenter .serviceBoxAll .socialInsurance .socialInsuranceContent .shbxkItem:nth-child(4) {
  margin-top: 10px;
}
.AllServiceCenter .serviceBoxAll .socialInsurance .socialInsuranceContent .sbkItem:nth-child(3) {
  margin-top: 10px;
}
.AllServiceCenter .serviceBoxAll .socialInsurance .socialInsuranceContent .sbkItem:nth-child(4) {
  margin-top: 10px;
}
.AllServiceCenter .serviceBoxAll .socialInsurance .socialInsuranceContent .rsrcItem:nth-child(3) {
  margin-top: 10px;
}
.AllServiceCenter .serviceBoxAll .socialInsurance .socialInsuranceContent .rsrcItem:nth-child(4) {
  margin-top: 10px;
}
.AllServiceCenter .serviceBoxAll .socialInsurance .socialInsuranceContent .jycyItem:nth-child(3) {
  margin-top: 10px;
}
.AllServiceCenter .serviceBoxAll .socialInsurance .socialInsuranceContent .jycyItem:nth-child(4) {
  margin-top: 10px;
}
.AllServiceCenter .serviceBoxAll .socialInsurance .socialInsuranceContent .ldgxItem:nth-child(3) {
  margin-top: 10px;
}
.AllServiceCenter .serviceBoxAll .socialInsurance .socialInsuranceContent .ldgxItem:nth-child(4) {
  margin-top: 10px;
}
.AllServiceCenter .serviceBoxAll .socialInsurance .tjfwlelder .socialInsuranceItem:nth-child(1) .socialInsurancebg {
  background: #fdab00 !important;
}
.AllServiceCenter .serviceBoxAll .socialInsurance .shbxkItem {
  width: calc(50% - 4px);
  height: 50px;
  position: relative;
  display: flex;
  padding: 8px;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  border-radius: 6px;
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.AllServiceCenter .serviceBoxAll .socialInsurance .shbxkItem .socialInsurancebg {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #FFFFFF;
  margin-right: 10px;
}
.AllServiceCenter .serviceBoxAll .socialInsurance .shbxkItem .socialInsurancettxt {
  position: absolute;
  left: 22px;
  right: 8px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.AllServiceCenter .serviceBoxAll .socialInsurance .sbkItem {
  width: calc(50% - 4px);
  height: 50px;
  position: relative;
  display: flex;
  padding: 8px;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  border-radius: 6px;
  color: #FFFFFF;
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.AllServiceCenter .serviceBoxAll .socialInsurance .sbkItem .socialInsurancebg {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #FFFFFF;
  margin-right: 10px;
}
.AllServiceCenter .serviceBoxAll .socialInsurance .sbkItem .socialInsurancettxt {
  position: absolute;
  left: 22px;
  right: 8px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.AllServiceCenter .serviceBoxAll .socialInsurance .rsrcItem {
  width: calc(50% - 4px);
  height: 50px;
  position: relative;
  display: flex;
  padding: 8px;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  border-radius: 6px;
  color: #FFFFFF;
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.AllServiceCenter .serviceBoxAll .socialInsurance .rsrcItem .socialInsurancebg {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #FFFFFF;
  margin-right: 10px;
}
.AllServiceCenter .serviceBoxAll .socialInsurance .rsrcItem .socialInsurancettxt {
  position: absolute;
  left: 22px;
  right: 8px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.AllServiceCenter .serviceBoxAll .socialInsurance .jycyItem {
  width: calc(50% - 4px);
  height: 50px;
  position: relative;
  display: flex;
  padding: 8px;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  border-radius: 6px;
  color: #FFFFFF;
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.AllServiceCenter .serviceBoxAll .socialInsurance .jycyItem .socialInsurancebg {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #FFFFFF;
  margin-right: 10px;
}
.AllServiceCenter .serviceBoxAll .socialInsurance .jycyItem .socialInsurancettxt {
  position: absolute;
  left: 22px;
  right: 8px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.AllServiceCenter .serviceBoxAll .socialInsurance .ldgxItem {
  width: calc(50% - 4px);
  height: 50px;
  position: relative;
  display: flex;
  padding: 8px;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  border-radius: 6px;
  color: #FFFFFF;
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.AllServiceCenter .serviceBoxAll .socialInsurance .ldgxItem .socialInsurancebg {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #FFFFFF;
  margin-right: 10px;
}
.AllServiceCenter .serviceBoxAll .socialInsurance .ldgxItem .socialInsurancettxt {
  position: absolute;
  left: 22px;
  right: 8px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.AllServiceCenter .serviceBoxAll .socialInsurance .socialInsuranceContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 13px 16px;
  /*height: 134px;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.AllServiceCenter .serviceBoxAll .socialInsurance .socialInsuranceContent .socialInsuranceItem {
  width: calc(50% - 4px);
  height: 50px;
  position: relative;
  display: flex;
  padding: 8px;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.AllServiceCenter .serviceBoxAll .socialInsurance .socialInsuranceContent .socialInsuranceItem .socialInsurancebg {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #1D68D2;
  margin-right: 10px;
}
.AllServiceCenter .serviceBoxAll .socialInsurance .socialInsuranceContent .socialInsuranceItem .socialInsurancettxt {
  position: absolute;
  left: 22px;
  right: 8px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.AllServiceCenter .serviceBoxAll .socialInsurance .socialInsuranceTitle {
  padding: 0 16px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.AllServiceCenter .serviceBoxAll .socialInsurance .socialInsuranceIcon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.AllServiceCenter .serviceBoxAll .socialInsurance .socialInsuranceIcon .socialInsuranceYuan {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.AllServiceCenter .serviceBoxAll .socialInsurance .socialInsuranceIcon .socialCardYuan {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.AllServiceCenter .serviceBoxAll .socialInsurance .socialInsuranceIcon .personnelTalentsYuan {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.AllServiceCenter .serviceBoxAll .socialInsurance .socialInsuranceIcon .employmentYuan {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.AllServiceCenter .serviceBoxAll .socialInsurance .socialInsuranceIcon .relationsYuan {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.AllServiceCenter .serviceBoxAll .socialInsurance .socialInsuranceIcon .socialInsuranceText {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 13px;
}
.AllServiceCenter .serviceBoxAll .socialInsurance .socialInsuranceMore {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ServiceCenter {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ServiceCenter .searchTemplate {
  /*搜索*/
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ServiceCenter .serviceBox {
  /**滚动列表*/
  height: calc(100% - 48px);
  width: 100%;
  position: absolute;
  top: 48px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.ServiceCenter .serviceBox .insuranceContentbg {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #1D68D2;
  margin-right: 10px;
}
.ServiceCenter .serviceBox .insurancebg {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #1D68D2;
  margin-right: 10px;
}
.ServiceCenter .serviceBox .employmentSecbg {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #1D68D2;
  margin-right: 10px;
}
.ServiceCenter .serviceBox .relationsSecbg {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #1D68D2;
  margin-right: 10px;
}
.ServiceCenter .serviceBox .socialInsurance {
  /*循环的盒子*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
  width: 100%;
}
.ServiceCenter .serviceBox .socialInsurance .socialInsuranceContent .socialInsuranceItem:nth-child(3) {
  margin-top: 10px;
}
.ServiceCenter .serviceBox .socialInsurance .socialInsuranceContent .socialInsuranceItem:nth-child(4) {
  margin-top: 10px;
}
.ServiceCenter .serviceBox .socialInsurance .socialInsuranceContent .shbxkItem:nth-child(3) {
  margin-top: 10px;
}
.ServiceCenter .serviceBox .socialInsurance .socialInsuranceContent .shbxkItem:nth-child(4) {
  margin-top: 10px;
}
.ServiceCenter .serviceBox .socialInsurance .socialInsuranceContent .sbkItem:nth-child(3) {
  margin-top: 10px;
}
.ServiceCenter .serviceBox .socialInsurance .socialInsuranceContent .sbkItem:nth-child(4) {
  margin-top: 10px;
}
.ServiceCenter .serviceBox .socialInsurance .socialInsuranceContent .rsrcItem:nth-child(3) {
  margin-top: 10px;
}
.ServiceCenter .serviceBox .socialInsurance .socialInsuranceContent .rsrcItem:nth-child(4) {
  margin-top: 10px;
}
.ServiceCenter .serviceBox .socialInsurance .socialInsuranceContent .jycyItem:nth-child(3) {
  margin-top: 10px;
}
.ServiceCenter .serviceBox .socialInsurance .socialInsuranceContent .jycyItem:nth-child(4) {
  margin-top: 10px;
}
.ServiceCenter .serviceBox .socialInsurance .socialInsuranceContent .ldgxItem:nth-child(3) {
  margin-top: 10px;
}
.ServiceCenter .serviceBox .socialInsurance .socialInsuranceContent .ldgxItem:nth-child(4) {
  margin-top: 10px;
}
.ServiceCenter .serviceBox .socialInsurance .shbxkItem {
  width: calc(50% - 4px);
  height: 50px;
  position: relative;
  display: flex;
  padding: 8px;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  border-radius: 6px;
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.ServiceCenter .serviceBox .socialInsurance .shbxkItem .socialInsurancebg {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #FFFFFF;
  margin-right: 10px;
}
.ServiceCenter .serviceBox .socialInsurance .shbxkItem .socialInsurancettxt {
  position: absolute;
  left: 22px;
  right: 8px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.ServiceCenter .serviceBox .socialInsurance .sbkItem {
  width: calc(50% - 4px);
  height: 50px;
  position: relative;
  display: flex;
  padding: 8px;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  border-radius: 6px;
  color: #FFFFFF;
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.ServiceCenter .serviceBox .socialInsurance .sbkItem .socialInsurancebg {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #FFFFFF;
  margin-right: 10px;
}
.ServiceCenter .serviceBox .socialInsurance .sbkItem .socialInsurancettxt {
  position: absolute;
  left: 22px;
  right: 8px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.ServiceCenter .serviceBox .socialInsurance .rsrcItem {
  width: calc(50% - 4px);
  height: 50px;
  position: relative;
  display: flex;
  padding: 8px;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  border-radius: 6px;
  color: #FFFFFF;
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.ServiceCenter .serviceBox .socialInsurance .rsrcItem .socialInsurancebg {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #FFFFFF;
  margin-right: 10px;
}
.ServiceCenter .serviceBox .socialInsurance .rsrcItem .socialInsurancettxt {
  position: absolute;
  left: 22px;
  right: 8px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.ServiceCenter .serviceBox .socialInsurance .jycyItem {
  width: calc(50% - 4px);
  height: 50px;
  position: relative;
  display: flex;
  padding: 8px;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  border-radius: 6px;
  color: #FFFFFF;
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.ServiceCenter .serviceBox .socialInsurance .jycyItem .socialInsurancebg {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #FFFFFF;
  margin-right: 10px;
}
.ServiceCenter .serviceBox .socialInsurance .jycyItem .socialInsurancettxt {
  position: absolute;
  left: 22px;
  right: 8px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.ServiceCenter .serviceBox .socialInsurance .ldgxItem {
  width: calc(50% - 4px);
  height: 50px;
  position: relative;
  display: flex;
  padding: 8px;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  border-radius: 6px;
  color: #FFFFFF;
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.ServiceCenter .serviceBox .socialInsurance .ldgxItem .socialInsurancebg {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #FFFFFF;
  margin-right: 10px;
}
.ServiceCenter .serviceBox .socialInsurance .ldgxItem .socialInsurancettxt {
  position: absolute;
  left: 22px;
  right: 8px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.ServiceCenter .serviceBox .socialInsurance .socialInsuranceContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 13px 16px;
  /*height: 134px;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ServiceCenter .serviceBox .socialInsurance .socialInsuranceContent .socialInsuranceItem {
  width: calc(50% - 4px);
  height: 50px;
  position: relative;
  display: flex;
  padding: 8px;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.ServiceCenter .serviceBox .socialInsurance .socialInsuranceContent .socialInsuranceItem .socialInsurancebg {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #1D68D2;
  margin-right: 10px;
}
.ServiceCenter .serviceBox .socialInsurance .socialInsuranceContent .socialInsuranceItem .socialInsurancettxt {
  position: absolute;
  left: 22px;
  right: 8px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical !important;
  /* autoprefixer: on */
}
.ServiceCenter .serviceBox .socialInsurance .socialInsuranceTitle {
  padding: 0 16px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.ServiceCenter .serviceBox .socialInsurance .socialInsuranceIcon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ServiceCenter .serviceBox .socialInsurance .socialInsuranceIcon .socialInsuranceYuan {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ServiceCenter .serviceBox .socialInsurance .socialInsuranceIcon .socialCardYuan {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ServiceCenter .serviceBox .socialInsurance .socialInsuranceIcon .personnelTalentsYuan {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ServiceCenter .serviceBox .socialInsurance .socialInsuranceIcon .employmentYuan {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ServiceCenter .serviceBox .socialInsurance .socialInsuranceIcon .relationsYuan {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ServiceCenter .serviceBox .socialInsurance .socialInsuranceIcon .socialInsuranceText {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 13px;
}
.ServiceCenter .serviceBox .socialInsurance .socialInsuranceMore {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ServiceCenterPage {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ServiceCenterPage .centerPageContent {
  position: fixed;
  top: 51px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: calc(100% - 51px);
}
.ServiceCenterPage .centerPageContent .singleBox {
  background: white;
  width: 100%;
  padding: 13px 16px;
  border-bottom: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ServiceCenterPage .centerPageContent .singleBox .titleLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
}
.ServiceCenterPage .centerPageContent .singleBox .shuBox {
  width: 4px;
  height: 12px;
  background: #1d68d2;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ServiceCenterPage .centerPageContent .singleBox .textBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ServiceCenterPage .centerPageContent .singleBox .iconBox {
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ServiceCenterPage .centerPageTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  width: 100%;
  position: fixed;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border: 1px solid red;*/
  background: #ffffff;
}
.ServiceCenterPage .centerPageTitle .socialInsuranceIcon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ServiceCenterPage .centerPageTitle .socialInsuranceIcon .socialInsuranceYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1b79ff), color-stop(99%, #1d68d2));
  background-image: linear-gradient(90deg, #1b79ff 2%, #1d68d2 99%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ServiceCenterPage .centerPageTitle .socialInsuranceIcon .socialCardYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff9f70), to(#f85250));
  background-image: linear-gradient(90deg, #ff9f70 0%, #f85250 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ServiceCenterPage .centerPageTitle .socialInsuranceIcon .personnelTalentsYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, right top, left top, from(#6400b4), to(#e78ef6));
  background-image: linear-gradient(270deg, #6400b4 0%, #e78ef6 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ServiceCenterPage .centerPageTitle .socialInsuranceIcon .employmentYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, right top, left top, from(#fda742), to(#fad14f));
  background-image: linear-gradient(270deg, #fda742 0%, #fad14f 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ServiceCenterPage .centerPageTitle .socialInsuranceIcon .relationsYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#3ccc96), to(#177c56));
  background-image: linear-gradient(90deg, #3ccc96 0%, #177c56 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ServiceCenterPage .centerPageTitle .socialInsuranceIcon .socialInsuranceText {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #1d68d2;
  letter-spacing: 0;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}

.ServiceCenterPageBzd {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ServiceCenterPageBzd .centerPageContent {
  position: fixed;
  top: 51px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: calc(100% - 51px);
}
.ServiceCenterPageBzd .centerPageContent .singleBox {
  background: white;
  width: 100%;
  padding: 13px 16px;
  border-bottom: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ServiceCenterPageBzd .centerPageContent .singleBox .titleLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
}
.ServiceCenterPageBzd .centerPageContent .singleBox .shuBox {
  width: 4px;
  height: 12px;
  background: #1d68d2;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ServiceCenterPageBzd .centerPageContent .singleBox .textBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ServiceCenterPageBzd .centerPageContent .singleBox .iconBox {
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ServiceCenterPageBzd .centerPageTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  width: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border: 1px solid red;*/
  background: #ffffff;
}
.ServiceCenterPageBzd .centerPageTitle .socialInsuranceIcon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ServiceCenterPageBzd .centerPageTitle .socialInsuranceIcon .socialInsuranceYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ServiceCenterPageBzd .centerPageTitle .socialInsuranceIcon .socialCardYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff9f70), to(#f85250));
  background-image: linear-gradient(90deg, #ff9f70 0%, #f85250 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ServiceCenterPageBzd .centerPageTitle .socialInsuranceIcon .personnelTalentsYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, right top, left top, from(#6400b4), to(#e78ef6));
  background-image: linear-gradient(270deg, #6400b4 0%, #e78ef6 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ServiceCenterPageBzd .centerPageTitle .socialInsuranceIcon .employmentYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, right top, left top, from(#fda742), to(#fad14f));
  background-image: linear-gradient(270deg, #fda742 0%, #fad14f 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ServiceCenterPageBzd .centerPageTitle .socialInsuranceIcon .relationsYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#3ccc96), to(#177c56));
  background-image: linear-gradient(90deg, #3ccc96 0%, #177c56 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ServiceCenterPageBzd .centerPageTitle .socialInsuranceIcon .socialInsuranceText {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #1d68d2;
  letter-spacing: 0;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}

.SHBXServiceCenterPage {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SHBXServiceCenterPage .centerPageContent {
  position: fixed;
  top: 51px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: calc(100% - 51px);
}
.SHBXServiceCenterPage .centerPageContent .vux-tab-container .vux-tab .vux-tab-item {
  background-size: 100% 0px;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.SHBXServiceCenterPage .centerPageContent .vux-tab-container .vux-tab .vux-tab-selected {
  font-size: 18px;
  font-weight: bolder;
}
.SHBXServiceCenterPage .centerPageContent .vux-tab-container .vux-tab .vux-tab-bar-inner {
  border-radius: 1.5px;
  background-color: #1E6BD5;
}
.SHBXServiceCenterPage .centerPageContent .singleBox {
  background: white;
  width: 100%;
  padding: 13px 16px;
  border-bottom: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SHBXServiceCenterPage .centerPageContent .singleBox .titleLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
}
.SHBXServiceCenterPage .centerPageContent .singleBox .shuBox {
  width: 4px;
  height: 12px;
  background: #1D68D2;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SHBXServiceCenterPage .centerPageContent .singleBox .textBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SHBXServiceCenterPage .centerPageContent .singleBox .iconBox {
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SHBXServiceCenterPage .centerPageTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  width: 100%;
  position: fixed;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border: 1px solid red;*/
  background: #FFFFFF;
}
.SHBXServiceCenterPage .centerPageTitle .socialInsuranceIcon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.SHBXServiceCenterPage .centerPageTitle .socialInsuranceIcon .socialInsuranceYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.SHBXServiceCenterPage .centerPageTitle .socialInsuranceIcon .socialCardYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#FF9F70), to(#F85250));
  background-image: linear-gradient(90deg, #FF9F70 0%, #F85250 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.SHBXServiceCenterPage .centerPageTitle .socialInsuranceIcon .personnelTalentsYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, right top, left top, from(#6400B4), to(#E78EF6));
  background-image: linear-gradient(270deg, #6400B4 0%, #E78EF6 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.SHBXServiceCenterPage .centerPageTitle .socialInsuranceIcon .employmentYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, right top, left top, from(#FDA742), to(#FAD14F));
  background-image: linear-gradient(270deg, #FDA742 0%, #FAD14F 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.SHBXServiceCenterPage .centerPageTitle .socialInsuranceIcon .relationsYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#3CCC96), to(#177C56));
  background-image: linear-gradient(90deg, #3CCC96 0%, #177C56 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.SHBXServiceCenterPage .centerPageTitle .socialInsuranceIcon .socialInsuranceText {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #1D68D2;
  letter-spacing: 0;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}

.Syzq {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.Syzq .centerPageContent {
  position: fixed;
  top: 51px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: calc(100% - 51px);
}
.Syzq .centerPageContent .singleBox {
  background: white;
  width: 100%;
  padding: 13px 16px;
  border-bottom: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.Syzq .centerPageContent .singleBox .titleLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
}
.Syzq .centerPageContent .singleBox .shuBox {
  width: 4px;
  height: 12px;
  background: #1D68D2;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.Syzq .centerPageContent .singleBox .textBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.Syzq .centerPageContent .singleBox .iconBox {
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Syzq .centerPageTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  width: 100%;
  position: fixed;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border: 1px solid red;*/
  background: #FFFFFF;
}
.Syzq .centerPageTitle .socialInsuranceIcon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.Syzq .centerPageTitle .socialInsuranceIcon .socialInsuranceYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Syzq .centerPageTitle .socialInsuranceIcon .socialCardYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#FF9F70), to(#F85250));
  background-image: linear-gradient(90deg, #FF9F70 0%, #F85250 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Syzq .centerPageTitle .socialInsuranceIcon .personnelTalentsYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, right top, left top, from(#6400B4), to(#E78EF6));
  background-image: linear-gradient(270deg, #6400B4 0%, #E78EF6 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Syzq .centerPageTitle .socialInsuranceIcon .employmentYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, right top, left top, from(#FDA742), to(#FAD14F));
  background-image: linear-gradient(270deg, #FDA742 0%, #FAD14F 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Syzq .centerPageTitle .socialInsuranceIcon .relationsYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#3CCC96), to(#177C56));
  background-image: linear-gradient(90deg, #3CCC96 0%, #177C56 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Syzq .centerPageTitle .socialInsuranceIcon .socialInsuranceText {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #1D68D2;
  letter-spacing: 0;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}

.Bmzq {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.Bmzq .centerPageContent {
  position: fixed;
  top: 51px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: calc(100% - 51px);
}
.Bmzq .centerPageContent .singleBox {
  background: white;
  width: 100%;
  padding: 13px 16px;
  border-bottom: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.Bmzq .centerPageContent .singleBox .titleLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
}
.Bmzq .centerPageContent .singleBox .shuBox {
  width: 4px;
  height: 12px;
  background: #1D68D2;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.Bmzq .centerPageContent .singleBox .textBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.Bmzq .centerPageContent .singleBox .iconBox {
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Bmzq .centerPageTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  width: 100%;
  position: fixed;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border: 1px solid red;*/
  background: #FFFFFF;
}
.Bmzq .centerPageTitle .socialInsuranceIcon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.Bmzq .centerPageTitle .socialInsuranceIcon .socialInsuranceYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Bmzq .centerPageTitle .socialInsuranceIcon .socialCardYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#FF9F70), to(#F85250));
  background-image: linear-gradient(90deg, #FF9F70 0%, #F85250 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Bmzq .centerPageTitle .socialInsuranceIcon .personnelTalentsYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, right top, left top, from(#6400B4), to(#E78EF6));
  background-image: linear-gradient(270deg, #6400B4 0%, #E78EF6 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Bmzq .centerPageTitle .socialInsuranceIcon .employmentYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, right top, left top, from(#FDA742), to(#FAD14F));
  background-image: linear-gradient(270deg, #FDA742 0%, #FAD14F 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Bmzq .centerPageTitle .socialInsuranceIcon .relationsYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#3CCC96), to(#177C56));
  background-image: linear-gradient(90deg, #3CCC96 0%, #177C56 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Bmzq .centerPageTitle .socialInsuranceIcon .socialInsuranceText {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #1D68D2;
  letter-spacing: 0;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}
/*@import '../../../../less/searchList';*/
.SBKZQ {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SBKZQ .centerPageContent {
  position: fixed;
  top: 51px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: calc(100% - 51px);
}
.SBKZQ .centerPageContent .singleBox {
  background: white;
  width: 100%;
  padding: 13px 16px;
  border-bottom: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SBKZQ .centerPageContent .singleBox .titleLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
}
.SBKZQ .centerPageContent .singleBox .shuBox {
  width: 4px;
  height: 12px;
  background: #1D68D2;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SBKZQ .centerPageContent .singleBox .textBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SBKZQ .centerPageContent .singleBox .iconBox {
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SBKZQ .centerPageTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  width: 100%;
  position: fixed;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border: 1px solid red;*/
  background: #FFFFFF;
}
.SBKZQ .centerPageTitle .socialInsuranceIcon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.SBKZQ .centerPageTitle .socialInsuranceIcon .socialInsuranceYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.SBKZQ .centerPageTitle .socialInsuranceIcon .socialCardYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#FF9F70), to(#F85250));
  background-image: linear-gradient(90deg, #FF9F70 0%, #F85250 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.SBKZQ .centerPageTitle .socialInsuranceIcon .personnelTalentsYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, right top, left top, from(#6400B4), to(#E78EF6));
  background-image: linear-gradient(270deg, #6400B4 0%, #E78EF6 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.SBKZQ .centerPageTitle .socialInsuranceIcon .employmentYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, right top, left top, from(#FDA742), to(#FAD14F));
  background-image: linear-gradient(270deg, #FDA742 0%, #FAD14F 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.SBKZQ .centerPageTitle .socialInsuranceIcon .relationsYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#3CCC96), to(#177C56));
  background-image: linear-gradient(90deg, #3CCC96 0%, #177C56 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.SBKZQ .centerPageTitle .socialInsuranceIcon .socialInsuranceText {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #1D68D2;
  letter-spacing: 0;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}

.SBKZCWJZQ {
  background-color: white;
}
/*@import '../../../../less/searchList';*/
.SBKZQDZSBK {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SBKZQDZSBK .centerPageContent {
  position: fixed;
  top: 51px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: calc(100% - 51px);
}
.SBKZQDZSBK .centerPageContent .singleBox {
  background: white;
  width: 100%;
  padding: 13px 16px;
  border-bottom: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SBKZQDZSBK .centerPageContent .singleBox .titleLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
}
.SBKZQDZSBK .centerPageContent .singleBox .shuBox {
  width: 4px;
  height: 12px;
  background: #1D68D2;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SBKZQDZSBK .centerPageContent .singleBox .textBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SBKZQDZSBK .centerPageContent .singleBox .iconBox {
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SBKZQDZSBK .centerPageTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  width: 100%;
  position: fixed;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border: 1px solid red;*/
  background: #FFFFFF;
}
.SBKZQDZSBK .centerPageTitle .socialInsuranceIcon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.SBKZQDZSBK .centerPageTitle .socialInsuranceIcon .socialInsuranceYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.SBKZQDZSBK .centerPageTitle .socialInsuranceIcon .socialCardYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#FF9F70), to(#F85250));
  background-image: linear-gradient(90deg, #FF9F70 0%, #F85250 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.SBKZQDZSBK .centerPageTitle .socialInsuranceIcon .personnelTalentsYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, right top, left top, from(#6400B4), to(#E78EF6));
  background-image: linear-gradient(270deg, #6400B4 0%, #E78EF6 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.SBKZQDZSBK .centerPageTitle .socialInsuranceIcon .employmentYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, right top, left top, from(#FDA742), to(#FAD14F));
  background-image: linear-gradient(270deg, #FDA742 0%, #FAD14F 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.SBKZQDZSBK .centerPageTitle .socialInsuranceIcon .relationsYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#3CCC96), to(#177C56));
  background-image: linear-gradient(90deg, #3CCC96 0%, #177C56 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.SBKZQDZSBK .centerPageTitle .socialInsuranceIcon .socialInsuranceText {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #1D68D2;
  letter-spacing: 0;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}

.YKTCX {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.YKTCX .centerPageContent {
  position: fixed;
  top: 51px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: calc(100% - 51px);
}
.YKTCX .centerPageContent .singleBox {
  background: white;
  width: 100%;
  padding: 13px 16px;
  border-bottom: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.YKTCX .centerPageContent .singleBox .titleLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
}
.YKTCX .centerPageContent .singleBox .shuBox {
  width: 4px;
  height: 12px;
  background: #1D68D2;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.YKTCX .centerPageContent .singleBox .textBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.YKTCX .centerPageContent .singleBox .iconBox {
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.YKTCX .centerPageTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  width: 100%;
  position: fixed;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border: 1px solid red;*/
  background: #FFFFFF;
}
.YKTCX .centerPageTitle .socialInsuranceIcon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.YKTCX .centerPageTitle .socialInsuranceIcon .socialInsuranceYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.YKTCX .centerPageTitle .socialInsuranceIcon .socialCardYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#FF9F70), to(#F85250));
  background-image: linear-gradient(90deg, #FF9F70 0%, #F85250 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.YKTCX .centerPageTitle .socialInsuranceIcon .personnelTalentsYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, right top, left top, from(#6400B4), to(#E78EF6));
  background-image: linear-gradient(270deg, #6400B4 0%, #E78EF6 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.YKTCX .centerPageTitle .socialInsuranceIcon .employmentYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, right top, left top, from(#FDA742), to(#FAD14F));
  background-image: linear-gradient(270deg, #FDA742 0%, #FAD14F 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.YKTCX .centerPageTitle .socialInsuranceIcon .relationsYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#3CCC96), to(#177C56));
  background-image: linear-gradient(90deg, #3CCC96 0%, #177C56 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.YKTCX .centerPageTitle .socialInsuranceIcon .socialInsuranceText {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #1D68D2;
  letter-spacing: 0;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}

.XZZQ {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.XZZQ .footerLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.XZZQ .HsoftInlineLoading {
  /*padding-top: 30vh;*/
}
.XZZQ .titleHistory {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  padding: 0 16px;
  line-height: 50px;
  color: #333333;
  font-weight: bolder;
}
.XZZQ .newsStyle {
  position: absolute;
  top: 51px;
  height: 100%;
  width: 100%;
}
.XZZQ .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.XZZQ .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.XZZQ .SearchFunctionContent .border {
  padding: 9px 0 9px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.XZZQ .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.XZZQ .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.XZZQ .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.XZZQ .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.XZZQ .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.XZZQ .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.XZZQ .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.XZZQ .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.XZZQ .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.XZZQ .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.XZZQ .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.XZZQ .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.XZZQ .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.XZZQ .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.XZZQ .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.XZZQ .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.XZZQ .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.XZZQ .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.XZZQ .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.XZZQ .SearchFunctionContent:active {
  background-color: #E3E3E3;
}

.searchHeaderYkt {
  width: 100%;
}
.searchHeaderYkt .searchBox {
  /* 2.0 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  padding: 6px 16px 6px 16px;
}
.searchHeaderYkt .searchBox .headPortrait {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border: 1px solid red;*/
}
.searchHeaderYkt .searchBox .headPortrait img {
  width: 28px;
  height: 28px;
  border-radius: 28px;
  /*border: 1px solid red;*/
}
.searchHeaderYkt .searchBox .headPortrait .redSpot {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 3px;
  right: -2px;
  border-radius: 8px;
  background-image: linear-gradient(-179deg, #FE3434 0%, #EB6100 100%);
}
.searchHeaderYkt .searchBox .weui-cell:before {
  border: none;
}
.searchHeaderYkt .searchBox .weui-cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 9px;
  width: calc(100% - 33px);
  padding: 0;
  color: #999;
  background: #E3E3E3;
  border-radius: 18px;
}
.searchHeaderYkt .searchBox .weui-cell .weui-cell__hd .iconfont {
  font-size: 20px;
  /*position: relative;*/
  /*top: 2px;*/
}
.searchHeaderYkt .searchBox .weui-cell .weui-cell__bd {
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.searchHeaderYkt .searchBox .weui-cell input::-webkit-input-placeholder {
  opacity: 0.8;
  font-size: 14px;
  color: #999999;
  position: relative;
  top: 2px;
}
.searchHeaderYkt .searchBox .weui-cell .weui-cell__bd {
  padding: 0 10px 0 0;
}
.searchHeaderYkt .searchBox .weui-cell .weui-cell__hd div {
  padding: 3px 10px 3px 10px;
}
.searchHeaderYkt .searchBox .sarchBtn {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 9px;
}
.searchHeaderYkt .searchBox .sarchBtn i {
  font-size: 20.5px;
}

.centerPageContent {
  position: fixed;
  top: 51px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: calc(100% - 51px);
}
.centerPageContent .singleBox {
  background: white;
  width: 100%;
  padding: 13px 16px;
  border-bottom: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.centerPageContent .singleBox .titleLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
}
.centerPageContent .singleBox .shuBox {
  width: 4px;
  height: 12px;
  background: #1D68D2;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.centerPageContent .singleBox .textBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.centerPageContent .singleBox .iconBox {
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.centerPageTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  width: 100%;
  position: fixed;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border: 1px solid red;*/
  background: #FFFFFF;
}
.centerPageTitle .socialInsuranceIcon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.centerPageTitle .socialInsuranceIcon .socialInsuranceYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.centerPageTitle .socialInsuranceIcon .socialCardYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#FF9F70), to(#F85250));
  background-image: linear-gradient(90deg, #FF9F70 0%, #F85250 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.centerPageTitle .socialInsuranceIcon .personnelTalentsYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, right top, left top, from(#6400B4), to(#E78EF6));
  background-image: linear-gradient(270deg, #6400B4 0%, #E78EF6 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.centerPageTitle .socialInsuranceIcon .employmentYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, right top, left top, from(#FDA742), to(#FAD14F));
  background-image: linear-gradient(270deg, #FDA742 0%, #FAD14F 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.centerPageTitle .socialInsuranceIcon .relationsYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#3CCC96), to(#177C56));
  background-image: linear-gradient(90deg, #3CCC96 0%, #177C56 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.centerPageTitle .socialInsuranceIcon .socialInsuranceText {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #1D68D2;
  letter-spacing: 0;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}
.SBKXSFW {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*
    .centerPageContent {
      position: fixed;
      top: 51px;
      box-sizing: border-box;
      width: 100%;
      height: calc(100% - 51px);

      .singleBox {
        background: white;
        width: 100%;
        padding: 13px 16px;
        border-bottom: 1px solid #e3e3e3;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;

        .titleLeft {
          display: flex;
          align-items: center;
          flex-direction: row;
          box-sizing: border-box;
          padding: 0 8px;
        }

        .shuBox {
          width: 4px;
          height: 12px;
          background: #1D68D2;
          border-radius: 8px;
          box-sizing: border-box;
        }

        .textBox {
          flex: 1;
          margin-left: 10px;
          font-family: PingFangSC-Regular;
          font-size: 16px;
          color: #333333;
          letter-spacing: 0;
          box-sizing: border-box;
        }

        .iconBox {
          color: #666666;
          display: flex;
          align-items: center;
        }
      }


    }

    .centerPageTitle {
      box-sizing: border-box;
      height: 50px;
      width: 100%;
      position: fixed;
      padding: 0 16px;
      display: flex;
      align-items: center;
      !*border: 1px solid red;*!
      background: #FFFFFF;

      .socialInsuranceIcon {
        box-sizing: border-box;
        display: flex;
        align-items: center;
        flex-direction: row;

        .socialInsuranceYuan {
          width: 22px;
          height: 22px;
          border-radius: 50%;
          background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .socialCardYuan {
          width: 22px;
          height: 22px;
          border-radius: 50%;
          background-image: linear-gradient(90deg, #FF9F70 0%, #F85250 100%);
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .personnelTalentsYuan {
          width: 22px;
          height: 22px;
          border-radius: 50%;
          background-image: linear-gradient(270deg, #6400B4 0%, #E78EF6 100%);
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .employmentYuan {
          width: 22px;
          height: 22px;
          border-radius: 50%;
          background-image: linear-gradient(270deg, #FDA742 0%, #FAD14F 100%);
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .relationsYuan {
          width: 22px;
          height: 22px;
          border-radius: 50%;
          background-image: linear-gradient(90deg, #3CCC96 0%, #177C56 100%);
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .socialInsuranceText {
          font-family: PingFangSC-Medium;
          font-size: 20px;
          color: #1D68D2;
          letter-spacing: 0;
          font-weight: bold;
          display: flex;
          align-items: center;
          padding-left: 10px;
        }
      }
    }*/
}

.centerPageContent {
  position: fixed;
  top: 51px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: calc(100% - 51px);
}
.centerPageContent .singleBox {
  background: white;
  width: 100%;
  padding: 13px 16px;
  border-bottom: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.centerPageContent .singleBox .titleLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
}
.centerPageContent .singleBox .shuBox {
  width: 4px;
  height: 12px;
  background: #1D68D2;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.centerPageContent .singleBox .textBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.centerPageContent .singleBox .iconBox {
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.centerPageTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  width: 100%;
  position: fixed;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border: 1px solid red;*/
  background: #FFFFFF;
}
.centerPageTitle .socialInsuranceIcon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.centerPageTitle .socialInsuranceIcon .socialInsuranceYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.centerPageTitle .socialInsuranceIcon .socialCardYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#FF9F70), to(#F85250));
  background-image: linear-gradient(90deg, #FF9F70 0%, #F85250 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.centerPageTitle .socialInsuranceIcon .personnelTalentsYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, right top, left top, from(#6400B4), to(#E78EF6));
  background-image: linear-gradient(270deg, #6400B4 0%, #E78EF6 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.centerPageTitle .socialInsuranceIcon .employmentYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, right top, left top, from(#FDA742), to(#FAD14F));
  background-image: linear-gradient(270deg, #FDA742 0%, #FAD14F 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.centerPageTitle .socialInsuranceIcon .relationsYuan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#3CCC96), to(#177C56));
  background-image: linear-gradient(90deg, #3CCC96 0%, #177C56 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.centerPageTitle .socialInsuranceIcon .socialInsuranceText {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #1D68D2;
  letter-spacing: 0;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}
.RCXSFW {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*
    .centerPageContent {
      position: fixed;
      top: 51px;
      box-sizing: border-box;
      width: 100%;
      height: calc(100% - 51px);

      .singleBox {
        background: white;
        width: 100%;
        padding: 13px 16px;
        border-bottom: 1px solid #e3e3e3;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;

        .titleLeft {
          display: flex;
          align-items: center;
          flex-direction: row;
          box-sizing: border-box;
          padding: 0 8px;
        }

        .shuBox {
          width: 4px;
          height: 12px;
          background: #1D68D2;
          border-radius: 8px;
          box-sizing: border-box;
        }

        .textBox {
          flex: 1;
          margin-left: 10px;
          font-family: PingFangSC-Regular;
          font-size: 16px;
          color: #333333;
          letter-spacing: 0;
          box-sizing: border-box;
        }

        .iconBox {
          color: #666666;
          display: flex;
          align-items: center;
        }
      }


    }

    .centerPageTitle {
      box-sizing: border-box;
      height: 50px;
      width: 100%;
      position: fixed;
      padding: 0 16px;
      display: flex;
      align-items: center;
      !*border: 1px solid red;*!
      background: #FFFFFF;

      .socialInsuranceIcon {
        box-sizing: border-box;
        display: flex;
        align-items: center;
        flex-direction: row;

        .socialInsuranceYuan {
          width: 22px;
          height: 22px;
          border-radius: 50%;
          background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .socialCardYuan {
          width: 22px;
          height: 22px;
          border-radius: 50%;
          background-image: linear-gradient(90deg, #FF9F70 0%, #F85250 100%);
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .personnelTalentsYuan {
          width: 22px;
          height: 22px;
          border-radius: 50%;
          background-image: linear-gradient(270deg, #6400B4 0%, #E78EF6 100%);
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .employmentYuan {
          width: 22px;
          height: 22px;
          border-radius: 50%;
          background-image: linear-gradient(270deg, #FDA742 0%, #FAD14F 100%);
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .relationsYuan {
          width: 22px;
          height: 22px;
          border-radius: 50%;
          background-image: linear-gradient(90deg, #3CCC96 0%, #177C56 100%);
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .socialInsuranceText {
          font-family: PingFangSC-Medium;
          font-size: 20px;
          color: #1D68D2;
          letter-spacing: 0;
          font-weight: bold;
          display: flex;
          align-items: center;
          padding-left: 10px;
        }
      }
    }*/
}

.ZWFWW {
  width: 100%;
  height: 100%;
}

.AppDownload {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.AppDownload .imgStyle {
  width: 160px;
  height: 160px;
}
.AppDownload .textStyle {
  margin: 20px;
  font-size: 18px;
}

.BusinessManage {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*overflow-y: auto;*/
}
.BusinessManage .htmlBox table {
  width: 100% !important;
}
.BusinessManage .weui-mask {
  background: rgba(0, 0, 0, 0.65);
}
.BusinessManage .weui-dialog {
  width: 100%;
  max-width: 90%;
  background: rgba(0, 0, 0, 0);
}
.BusinessManage .weui-dialog .name {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.17px;
  text-align: left;
  padding: 8px 0;
  background: rgba(0, 0, 0, 0);
}
.BusinessManage .weui-dialog .btnLoad {
  background: rgba(0, 0, 0, 0);
}
.BusinessManage .weui-dialog .btnLoad button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.BusinessManage .weui-dialog .btnLoad button:active {
  color: #ffffff;
}
.BusinessManage .weui-dialog .btnLoad .weui-btn:after {
  border: none;
}
.BusinessManage .weui-dialog .btnClose {
  padding-top: 13px;
  background: rgba(0, 0, 0, 0);
}
.BusinessManage .weui-dialog .btnClose button {
  height: 40px;
  /*background: #fff;*/
  border: 1px solid #1B79FF;
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #1B79FF;
  letter-spacing: 0.17px;
  text-align: center;
}
.BusinessManage .weui-dialog .btnClose .weui-btn:after {
  border: none;
}
.BusinessManage .titleTitle {
  position: fixed;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
}
.BusinessManage .titleBox {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.BusinessManage .tabBox {
  /*width: 100%;*/
  background-color: white;
  z-index: 10;
  height: 48px;
  /*padding: 0 10px 0 0;*/
  /*width: calc(100% - 32px);*/
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.BusinessManage .tabBox .transparent {
  position: absolute;
  right: 0;
  top: 50px;
  height: 45px;
  width: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.BusinessManage .tabBox .vux-tab-wrap {
  padding-top: 48px;
}
.BusinessManage .tabBox .vux-tab-container {
  height: 48px;
}
.BusinessManage .tabBox .vux-tab {
  height: 48px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.BusinessManage .tabBox .vux-tab-item {
  line-height: 48px;
  background: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26%;
          flex: 0 0 26%;
}
.BusinessManage .tabBox .vux-tab-selected {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  letter-spacing: 0;
}
.BusinessManage .tabBox .vux-tab-bar-inner {
  width: 20px !important;
}
.BusinessManage .buttonBox {
  height: 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  border-top: 1px solid #E3E3E3;
}
.BusinessManage .buttonBox .buttonBoxLeft {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: PingFangSC-Medium;
  font-size: 15px;
  color: #666666;
  font-weight: bolder;
  letter-spacing: 0.18px;
  text-align: center;
  width: calc(50% - 32px);
  border-radius: 40px;
  margin: 0 16px;
}
.BusinessManage .buttonBox .buttonBoxRight {
  /*flex: 1;*/
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: PingFangSC-Medium;
  font-size: 15px;
  color: white;
  width: calc(50% - 32px);
  background-color: #1b76f8;
  letter-spacing: 0.18px;
  text-align: center;
  margin: 0 16px;
  border-radius: 40px;
}
.BusinessManage .businessContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*margin-top: 1px;*/
  position: absolute;
  width: 100%;
  top: 99px;
  margin-bottom: 54px;
  /*border-bottom: 1px solid #E3E3E3;*/
  background-color: white;
  /*常见问题*/
  /*常见问题*/
  /*设定依据*/
  /*查看流程图*/
}
.BusinessManage .businessContentBox .itemName {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*align-items: center;*/
  border-bottom: 1px solid #E3E3E3;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.BusinessManage .businessContentBox .BusinessManageTitle {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 90px;
}
.BusinessManage .businessContentBox .BusinessManageValue {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 200px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: right;
}
.BusinessManage .businessContentBox .commonProBox {
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.BusinessManage .businessContentBox .commonProBox .commonProTitle {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  font-weight: bolder;
}
.BusinessManage .businessContentBox .commonProBox .commonProContent {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  padding-top: 10px;
}
.BusinessManage .businessContentBox .commonPro {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  padding: 0 16px 10px 16px;
  background-color: #E3E3E3;
}
.BusinessManage .businessContentBox .settingBasis {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  padding: 10px 16px;
  background-color: #E3E3E3;
}
.BusinessManage .businessContentBox .lookChart {
  height: 40px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #E3E3E3;
}
.BusinessManage .businessContentBox .provided {
  height: 40px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #E3E3E3;
}
.BusinessManage .businessContentBox .archivesSociety {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 16px;
}
.BusinessManage .businessContentBox .archivesSociety .archivesSocietyTitle {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  font-weight: bolder;
}
.BusinessManage .businessContentBox .archivesSociety .archivesSocietyDesc {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  padding: 10px 0 6px 0;
}
.BusinessManage .businessContentBox .archivesSociety .archivesSocietyLabel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /* 换行 */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.BusinessManage .businessContentBox .archivesSociety .archivesSocietyLabel .starsLabelSelectDefault {
  font-size: 12px;
  letter-spacing: -0.27px;
  text-align: center;
  /*width: calc(50% - 10px);*/
  margin-right: 10px;
  padding: 1px 8px;
  background: #E5F0FF;
  border: 1px solid #1E6BD5;
  border-radius: 4px;
  font-family: PingFangSC-Regular;
  color: #1E6BD5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.BusinessManage .businessContentBox .archivesSociety .archivesSocietyLabel .starsLabelSelect {
  font-size: 12px;
  letter-spacing: -0.27px;
  text-align: center;
  /*width: calc(50% - 10px);*/
  margin-right: 10px;
  padding: 1px 8px;
  background: #FFF0D7;
  border: 1px solid #F5A623;
  border-radius: 4px;
  font-family: PingFangSC-Regular;
  color: #DC8900;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1D68D2;
}
.Upload .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Upload .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #E3E3E3;
  letter-spacing: 0;
  line-height: 50px;
}
.Upload .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.Upload .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.Upload .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.Upload .btn button:active {
  color: #ffffff;
}
.Upload .btn .weui-btn:after {
  border: none;
}
.Upload .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.Upload .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
  background-color: #fff;
}
.Upload .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.Upload .myins .contentChoose .inputBox .title span {
  color: red;
}
.Upload .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.Upload .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.Upload .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.Upload .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Upload .myins .contentChoose .inputBox .checkerChoose .vux-popup-dialog {
  z-index: 1000;
}
.Upload .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.Upload .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.Upload .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.Upload .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.Upload .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.Upload .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Upload .myins .contentChoose .inputBox .disabledCheckerChoose .vux-popup-dialog {
  z-index: 1000;
}
.Upload .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.Upload .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.Upload .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.Upload .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.Upload .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.Upload .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.Upload .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Upload .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Upload .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Upload .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Upload .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.Upload .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.Upload .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Upload .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Upload .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Upload .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Upload .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.Upload .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.Upload .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.Upload .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.Upload .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.Upload .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.Upload .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.Upload .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.Upload .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.Upload .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.Upload .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.Upload .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.Upload .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.Upload .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.Upload .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.Upload .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.Upload .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.Upload .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.Upload .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.Upload .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.Upload .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.Upload .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Upload .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Upload .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Upload .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.Upload .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Upload .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Upload .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Upload .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.Upload .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.Upload .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Upload .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Upload .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Upload .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.Upload .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Upload .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Upload .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Upload .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.Upload .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.Upload .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.Upload .myins .uploadText {
  background-color: #E3E3E3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.Upload .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.Upload .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.Upload .myins .uploadFile .reRight {
  border: 1px solid #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
}
.Upload .myins .uploadFile .right {
  background-color: #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.Upload .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pswp__button--fs {
  display: none !important;
}
.UploadFile {
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #E3E3E3;
  font-size: 16px;
}
.UploadFile .weui-dialog__btn_primary {
  color: #4A90E2;
}
.UploadFile .loadings {
  height: 0;
}
.UploadFile .pic {
  width: 100%;
  height: 100%;
  /*border: 1px solid red;*/
  background-color: #fff;
  /*display: flex;*/
  /*flex-direction: row;*/
  /*!*flex-wrap: wrap;*!*/
  /*justify-content: center;*/
  /*align-items: center;*/
}
.UploadFile .pic .title {
  margin: 10px 0;
  padding: 0 16px 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.UploadFile .pic .title :nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  color: #333333;
}
.UploadFile .pic .title :nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #4A90E2;
}
.UploadFile .pic .title :nth-child(2) i {
  color: #1e6bd5;
  font-size: 20px;
  margin: 0 6px 0 10px;
}
.UploadFile .pic .picPiker {
  padding: 0 15px;
  width: calc(100% - 30px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*flex-flow: row wrap;   !* 换行 *!*/
  /*justify-content: flex-start;*/
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*justify-content:center;*/
  /*justify-content: space-between;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*justify-items: start;*/
}
.UploadFile .pic .picPiker .image {
  height: 100px;
  width: calc((100% - 30px) / 3);
  /* 宽度 */
  text-align: center;
  background-color: #E3E3E3;
  margin: 0 5px 5px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.UploadFile .pic .picPiker .image .ima {
  width: 100%;
  height: calc(100% - 21px);
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.UploadFile .pic .picPiker .image .ima img {
  width: 100%;
  height: 100%;
  /*border: 1px solid #dbdbdb;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.UploadFile .pic .picPiker .image .cover {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 21px;
  background-color: rgba(0, 0, 0, 0.6);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  /*margin-left: 1px;*/
}
.UploadFile .pic .picPiker .image .cover .text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
}
.UploadFile .pic .picPiker .addPicOther {
  height: 100px;
  width: calc((100% - 30px) / 3);
  /* 宽度 */
  text-align: center;
  background-color: #E3E3E3;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  margin: 0 5px 5px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.UploadFile .pic .picPiker .addPicOther .vux-x-icon {
  fill: #d8d8d8;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.SyjSubmitSuccess {
  position: fixed;
  z-index: 5;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
}
.SyjSubmitSuccess .canvas {
  position: absolute;
  top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 50px);
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border: 1px solid #0bb20c;*/
  /*padding: 84px 52px 0px 52px;*/
}
.SyjSubmitSuccess .canvas .titleBoxSuccess {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SyjSubmitSuccess .canvas .titleBoxSuccess .cardPic i {
  font-size: 30px;
  color: #1D68D2;
}
.SyjSubmitSuccess .canvas .titleBoxSuccess .titleword {
  font-weight: bolder;
  margin-left: 9px;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
}
.SyjSubmitSuccess .canvas .content {
  padding-top: 16px;
  width: 256px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.SyjSubmitSuccess .canvas .btnSubmit {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.SyjSubmitSuccess .canvas .btnSubmit .goBack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  margin: 10px;
  width: 100px;
  height: 35px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.17px;
  text-align: center;
}
.SyjSubmitSuccess .canvas .btnSubmit .goDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #1B79FF;
  border-radius: 20px;
  width: 100px;
  height: 35px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1B79FF;
  letter-spacing: 0.17px;
  text-align: center;
}
.SyjSubmitSuccess .canvas .imgBox {
  margin-top: 20px;
  /*display: flex;*/
  /*justify-content: center;*/
  text-align: center;
}
.SyjSubmitSuccess .canvas .imgBox .img {
  width: 60%;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1D68D2;
}
.UploadSBK .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.UploadSBK .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #E3E3E3;
  letter-spacing: 0;
  line-height: 50px;
}
.UploadSBK .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.UploadSBK .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.UploadSBK .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.UploadSBK .btn button:active {
  color: #ffffff;
}
.UploadSBK .btn .weui-btn:after {
  border: none;
}
.UploadSBK .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.UploadSBK .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
  background-color: #fff;
}
.UploadSBK .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.UploadSBK .myins .contentChoose .inputBox .title span {
  color: red;
}
.UploadSBK .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.UploadSBK .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.UploadSBK .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadSBK .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadSBK .myins .contentChoose .inputBox .checkerChoose .vux-popup-dialog {
  z-index: 1000;
}
.UploadSBK .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.UploadSBK .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.UploadSBK .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.UploadSBK .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.UploadSBK .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.UploadSBK .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadSBK .myins .contentChoose .inputBox .disabledCheckerChoose .vux-popup-dialog {
  z-index: 1000;
}
.UploadSBK .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.UploadSBK .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.UploadSBK .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.UploadSBK .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.UploadSBK .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadSBK .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.UploadSBK .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadSBK .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadSBK .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadSBK .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadSBK .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.UploadSBK .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.UploadSBK .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadSBK .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadSBK .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadSBK .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadSBK .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.UploadSBK .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.UploadSBK .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.UploadSBK .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.UploadSBK .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.UploadSBK .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.UploadSBK .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.UploadSBK .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.UploadSBK .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.UploadSBK .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.UploadSBK .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.UploadSBK .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.UploadSBK .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.UploadSBK .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.UploadSBK .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.UploadSBK .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.UploadSBK .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.UploadSBK .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.UploadSBK .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.UploadSBK .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.UploadSBK .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadSBK .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadSBK .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadSBK .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadSBK .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.UploadSBK .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadSBK .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadSBK .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadSBK .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.UploadSBK .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadSBK .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadSBK .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadSBK .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadSBK .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.UploadSBK .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadSBK .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadSBK .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadSBK .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.UploadSBK .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.UploadSBK .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.UploadSBK .myins .uploadText {
  background-color: #E3E3E3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.UploadSBK .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.UploadSBK .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.UploadSBK .myins .uploadFile .reRight {
  border: 1px solid #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
}
.UploadSBK .myins .uploadFile .right {
  background-color: #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.UploadSBK .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1D68D2;
}
.zcsq .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.zcsq .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #E3E3E3;
  letter-spacing: 0;
  line-height: 50px;
}
.zcsq .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.zcsq .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.zcsq .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.zcsq .btn button:active {
  color: #ffffff;
}
.zcsq .btn .weui-btn:after {
  border: none;
}
.zcsq .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.zcsq .myins .buttonbox button {
  width: 50px;
  background: #ffffff;
  border: 1px solid #1b79ff;
  color: #1b79ff;
}
.zcsq .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
  background-color: #fff;
}
.zcsq .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.zcsq .myins .contentChoose .inputBox .title span {
  color: red;
}
.zcsq .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.zcsq .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.zcsq .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.zcsq .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.zcsq .myins .contentChoose .inputBox .checkerChoose .vux-popup-dialog {
  z-index: 1000;
}
.zcsq .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.zcsq .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.zcsq .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.zcsq .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.zcsq .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.zcsq .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.zcsq .myins .contentChoose .inputBox .disabledCheckerChoose .vux-popup-dialog {
  z-index: 1000;
}
.zcsq .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.zcsq .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.zcsq .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.zcsq .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.zcsq .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.zcsq .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.zcsq .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.zcsq .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.zcsq .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.zcsq .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.zcsq .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.zcsq .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.zcsq .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.zcsq .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.zcsq .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.zcsq .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.zcsq .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.zcsq .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.zcsq .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.zcsq .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.zcsq .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.zcsq .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.zcsq .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.zcsq .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.zcsq .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.zcsq .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.zcsq .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.zcsq .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.zcsq .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.zcsq .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.zcsq .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.zcsq .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.zcsq .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.zcsq .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.zcsq .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.zcsq .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.zcsq .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.zcsq .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.zcsq .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.zcsq .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.zcsq .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.zcsq .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.zcsq .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.zcsq .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.zcsq .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.zcsq .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.zcsq .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.zcsq .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.zcsq .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.zcsq .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.zcsq .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.zcsq .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.zcsq .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.zcsq .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.zcsq .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.zcsq .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.zcsq .myins .uploadText {
  background-color: #E3E3E3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.zcsq .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.zcsq .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.zcsq .myins .uploadFile .reRight {
  border: 1px solid #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
}
.zcsq .myins .uploadFile .right {
  background-color: #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.zcsq .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1D68D2;
}
.UploadDazxTxsq .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.UploadDazxTxsq .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #E3E3E3;
  letter-spacing: 0;
  line-height: 50px;
}
.UploadDazxTxsq .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.UploadDazxTxsq .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.UploadDazxTxsq .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.UploadDazxTxsq .btn button:active {
  color: #ffffff;
}
.UploadDazxTxsq .btn .weui-btn:after {
  border: none;
}
.UploadDazxTxsq .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.UploadDazxTxsq .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
  background-color: #fff;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .title span {
  color: red;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .checkerChoose .vux-popup-dialog {
  z-index: 1000;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .disabledCheckerChoose .vux-popup-dialog {
  z-index: 1000;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.UploadDazxTxsq .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.UploadDazxTxsq .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadDazxTxsq .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadDazxTxsq .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.UploadDazxTxsq .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.UploadDazxTxsq .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.UploadDazxTxsq .myins .uploadText {
  background-color: #E3E3E3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.UploadDazxTxsq .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.UploadDazxTxsq .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.UploadDazxTxsq .myins .uploadFile .reRight {
  border: 1px solid #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
}
.UploadDazxTxsq .myins .uploadFile .right {
  background-color: #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.UploadDazxTxsq .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.SubmitSuccessDazxTxsp {
  position: fixed;
  z-index: 5;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
}
.SubmitSuccessDazxTxsp .canvas {
  position: absolute;
  top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 50px);
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border: 1px solid #0bb20c;*/
  /*padding: 84px 52px 0px 52px;*/
}
.SubmitSuccessDazxTxsp .canvas .titleBoxSuccess {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SubmitSuccessDazxTxsp .canvas .titleBoxSuccess .cardPic i {
  font-size: 30px;
  color: #1D68D2;
}
.SubmitSuccessDazxTxsp .canvas .titleBoxSuccess .titleword {
  font-weight: bolder;
  margin-left: 9px;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
}
.SubmitSuccessDazxTxsp .canvas .content {
  padding-top: 16px;
  width: 256px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.SubmitSuccessDazxTxsp .canvas .btnSubmit {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.SubmitSuccessDazxTxsp .canvas .btnSubmit .goBack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  margin: 10px;
  width: 100px;
  height: 35px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.17px;
  text-align: center;
}
.SubmitSuccessDazxTxsp .canvas .btnSubmit .goDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #1B79FF;
  border-radius: 20px;
  width: 100px;
  height: 35px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1B79FF;
  letter-spacing: 0.17px;
  text-align: center;
}
.SubmitSuccessDazxTxsp .canvas .imgBox {
  margin-top: 20px;
  /*display: flex;*/
  /*justify-content: center;*/
  text-align: center;
}
.SubmitSuccessDazxTxsp .canvas .imgBox .img {
  width: 60%;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1D68D2;
}
.sbklxfsxg .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sbklxfsxg .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #E3E3E3;
  letter-spacing: 0;
  line-height: 50px;
}
.sbklxfsxg .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.sbklxfsxg .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.sbklxfsxg .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.sbklxfsxg .btn button:active {
  color: #ffffff;
}
.sbklxfsxg .btn .weui-btn:after {
  border: none;
}
.sbklxfsxg .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.sbklxfsxg .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
  background-color: #fff;
}
.sbklxfsxg .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.sbklxfsxg .myins .contentChoose .inputBox .title span {
  color: red;
}
.sbklxfsxg .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.sbklxfsxg .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.sbklxfsxg .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.sbklxfsxg .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.sbklxfsxg .myins .contentChoose .inputBox .checkerChoose .vux-popup-dialog {
  z-index: 1000;
}
.sbklxfsxg .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.sbklxfsxg .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.sbklxfsxg .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.sbklxfsxg .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.sbklxfsxg .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.sbklxfsxg .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.sbklxfsxg .myins .contentChoose .inputBox .disabledCheckerChoose .vux-popup-dialog {
  z-index: 1000;
}
.sbklxfsxg .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.sbklxfsxg .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.sbklxfsxg .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.sbklxfsxg .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.sbklxfsxg .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.sbklxfsxg .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.sbklxfsxg .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.sbklxfsxg .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.sbklxfsxg .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.sbklxfsxg .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.sbklxfsxg .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.sbklxfsxg .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.sbklxfsxg .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.sbklxfsxg .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.sbklxfsxg .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.sbklxfsxg .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.sbklxfsxg .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.sbklxfsxg .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.sbklxfsxg .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.sbklxfsxg .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.sbklxfsxg .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.sbklxfsxg .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.sbklxfsxg .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.sbklxfsxg .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.sbklxfsxg .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.sbklxfsxg .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.sbklxfsxg .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.sbklxfsxg .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.sbklxfsxg .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.sbklxfsxg .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.sbklxfsxg .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.sbklxfsxg .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.sbklxfsxg .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.sbklxfsxg .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.sbklxfsxg .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.sbklxfsxg .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.sbklxfsxg .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.sbklxfsxg .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.sbklxfsxg .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.sbklxfsxg .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.sbklxfsxg .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.sbklxfsxg .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.sbklxfsxg .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.sbklxfsxg .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.sbklxfsxg .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.sbklxfsxg .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.sbklxfsxg .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.sbklxfsxg .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.sbklxfsxg .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.sbklxfsxg .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.sbklxfsxg .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.sbklxfsxg .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.sbklxfsxg .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.sbklxfsxg .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.sbklxfsxg .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.sbklxfsxg .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.sbklxfsxg .myins .uploadText {
  background-color: #E3E3E3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.sbklxfsxg .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.sbklxfsxg .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.sbklxfsxg .myins .uploadFile .reRight {
  border: 1px solid #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
}
.sbklxfsxg .myins .uploadFile .right {
  background-color: #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.sbklxfsxg .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1d68d2;
}
.Lhjyryyjhd .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Lhjyryyjhd .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
  letter-spacing: 0;
  line-height: 50px;
}
.Lhjyryyjhd .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.Lhjyryyjhd .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.Lhjyryyjhd .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1d68d2), color-stop(99%, #1b79ff));
  background-image: linear-gradient(-90deg, #1d68d2 2%, #1b79ff 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.Lhjyryyjhd .btn button:active {
  color: #ffffff;
}
.Lhjyryyjhd .btn .weui-btn:after {
  border: none;
}
.Lhjyryyjhd .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.Lhjyryyjhd .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .title span {
  color: red;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.Lhjyryyjhd .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.Lhjyryyjhd .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Lhjyryyjhd .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Lhjyryyjhd .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.Lhjyryyjhd .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.Lhjyryyjhd .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.Lhjyryyjhd .myins .uploadText {
  background-color: #e3e3e3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.Lhjyryyjhd .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e3e3e3;
}
.Lhjyryyjhd .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.Lhjyryyjhd .myins .uploadFile .reRight {
  border: 1px solid #1e6bd5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
}
.Lhjyryyjhd .myins .uploadFile .right {
  background-color: #1e6bd5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.Lhjyryyjhd .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vux-1px,
.vux-1px-t,
.vux-1px-b,
.vux-1px-tb,
.vux-1px-l,
.vux-1px-r {
  position: relative;
}
.vux-1px:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  border: 1px solid #C7C7C7;
  color: #C7C7C7;
  height: 200%;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.vux-1px-t:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.vux-1px-b:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.vux-1px-tb:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.vux-1px-tb:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.vux-1px-l:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  bottom: 0;
  border-left: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}
.vux-1px-r:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  bottom: 0;
  border-right: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}
.vux-table {
  line-height: 40px;
  position: relative;
  width: 100%;
  border-collapse: collapse;
}
.vux-table:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.vux-table th {
  font-weight: 500;
}
.vux-table.vux-table-bordered:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  bottom: 0;
  border-left: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}
.vux-table td,
.vux-table th {
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  text-align: center;
}
.vux-table td,
.vux-table th {
  position: relative;
  border-right: 0;
  border-bottom: 0;
}
.vux-table td:before,
.vux-table th:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.vux-table.vux-table-no-content-bordered td:before {
  border-bottom-width: 0;
}
.vux-table.vux-table-no-content-bordered tr:last-child td:before {
  border-bottom-width: 1px;
}
.vux-table td:after,
.vux-table th:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  bottom: 0;
  border-right: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}
.vux-table.vux-table-no-cell-bordered td:after,
.vux-table.vux-table-no-cell-bordered th:after {
  border-right-width: 0;
}
.vux-table tr td:last-child:after,
.vux-table tr th:last-child:after {
  border-right-width: 0;
}
.vux-table.vux-table-bordered tr td:last-child:after,
.vux-table.vux-table-bordered tr th:last-child:after {
  border-right-width: 1px;
}
/**
* actionsheet
*/
/**
* en: primary type text color of menu item
* zh-CN: 菜单项primary类型的文本颜色
*/
/**
* en: warn type text color of menu item
* zh-CN: 菜单项warn类型的文本颜色
*/
/**
* en: default type text color of menu item
* zh-CN: 菜单项default类型的文本颜色
*/
/**
* en: disabled type text color of menu item
* zh-CN: 菜单项disabled类型的文本颜色
*/
/**
* datetime
*/
/**
* tabbar
*/
/**
* tab
*/
/**
* dialog
*/
/**
* en: title and content's padding-left and padding-right
* zh-CN: 标题及内容区域的 padding-left 和 padding-right
*/
/**
* x-number
*/
/**
* checkbox
*/
/**
* check-icon
*/
/**
* Cell
*/
/**
* Mask
*/
/**
* Range
*/
/**
* Tabbar
*/
/**
* Header
*/
/**
* Timeline
*/
/**
* Switch
*/
/**
* Button
*/
/**
* en: border radius
* zh-CN: 圆角边框
*/
/**
* en: font color
* zh-CN: 字体颜色
*/
/**
* en: margin-top value between previous button, not works when there is only one button
* zh-CN: 与相邻按钮的 margin-top 间隙，只有一个按钮时不生效
*/
/**
* en: button height
* zh-CN: 按钮高度
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: font size
* zh-CN: 字体大小
*/
/**
* en: the font size of the mini type
* zh-CN: mini类型的字体大小
*/
/**
* en: the line height of the mini type
* zh-CN: mini类型的行高
*/
/**
* en: the background color of the warn type
* zh-CN: warn类型的背景颜色
*/
/**
* en: the background color of the warn type in active
* zh-CN: active状态下，warn类型的背景颜色
*/
/**
* en: the background color of the warn type in disabled
* zh-CN: disabled状态下，warn类型的背景颜色
*/
/**
* en: the background color of the default type
* zh-CN: default类型的背景颜色
*/
/**
* en: the font color of the default type
* zh-CN: default类型的字体颜色
*/
/**
* en: the background color of the default type in active
* zh-CN: active状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in disabled
* zh-CN: disabled状态下，default类型的字体颜色
*/
/**
* en: the background color of the default type in disabled
* zh-CN: disabled状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in active
* zh-CN: active状态下，default类型的字体颜色
*/
/**
* en: the background color of the primary type
* zh-CN: primary类型的背景颜色
*/
/**
* en: the background color of the primary type in active
* zh-CN: active状态下，primary类型的背景颜色
*/
/**
* en: the background color of the primary type in disabled
* zh-CN: disabled状态下，primary类型的背景颜色
*/
/**
* en: the font color of the plain primary type
* zh-CN: plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type
* zh-CN: plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain default type
* zh-CN: plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type
* zh-CN: plain的default类型的边框颜色
*/
/**
* en: the font color of the plain default type in active
* zh-CN: active状态下，plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type in active
* zh-CN: active状态下，plain的default类型的边框颜色
*/
/**
* en: the font color of the plain warn type
* zh-CN: plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type
* zh-CN: plain的warn类型的边框颜色
*/
/**
* en: the font color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的边框颜色
*/
/**
* swipeout
*/
/**
* Cell
*/
/**
* Badge
*/
/**
* en: badge background color
* zh-CN: badge的背景颜色
*/
/**
* Popover
*/
/**
* Button tab
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: border radius color
* zh-CN: 圆角边框的半径
*/
/**
* en: border color
* zh-CN: 边框的颜色
*/
/**
* en: not used
* zh-CN: 默认状态下圆角边框的颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default background color
* zh-CN: 默认状态下的背景颜色
*/
/**
* en: selected background color
* zh-CN: 选中状态下的背景颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/* alias */
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default text color
* zh-CN: 默认状态下的文本颜色
*/
/**
* en: height
* zh-CN: 元素高度
*/
/**
* en: line height
* zh-CN: 元素行高
*/
/**
* Swiper
*/
/**
* checklist
*/
/**
* popup-picker
*/
/**
* popup
*/
/**
* popup-header
*/
/**
* form-preview
*/
/**
* sticky
*/
/**
* group
*/
/**
* en: margin-top of title
* zh-CN: 标题的margin-top
*/
/**
* en: margin-bottom of title
* zh-CN: 标题的margin-bottom
*/
/**
* en: margin-top of footer title
* zh-CN: 底部标题的margin-top
*/
/**
* en: margin-bottom of footer title
* zh-CN: 底部标题的margin-bottom
*/
/**
* toast
*/
/**
* en: text size of content
* zh-CN: 内容文本大小
*/
/**
* en: default top
* zh-CN: 默认状态下距离顶部的高度
*/
/**
* en: position top
* zh-CN: 顶部显示的高度
*/
/**
* en: position bottom
* zh-CN: 底部显示的高度
*/
/**
* en: z-index
* zh-CN: z-index
*/
/**
* icon
*/
/**
* calendar
*/
/**
* en: forward and backward arrows color
* zh-CN: 前进后退的箭头颜色
*/
/**
* en: text color of week highlight
* zh-CN: 周末高亮的文本颜色
*/
/**
* en: background color when selected
* zh-CN: 选中时的背景颜色
*/
/**
* en: text color when disabled
* zh-CN: 禁用时的文本颜色
*/
/**
* en: text color of today
* zh-CN: 今天的文本颜色
*/
/**
* en: font size of cell
* zh-CN: 单元格的字号
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: size of date cell
* zh-CN: 日期单元格尺寸大小
*/
/**
* en: line height of date cell
* zh-CN: 日期单元格的行高
*/
/**
* en: text color of header
* zh-CN: 头部的文本颜色
*/
/**
* week-calendar
*/
/**
* search
*/
/**
* en: text color of cancel button
* zh-CN: 取消按钮文本颜色
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: text color of placeholder
* zh-CN: placeholder文本颜色
*/
/**
* radio
*/
/**
* en: checked icon color
* zh-CN: 选中状态的图标颜色
*/
/**
* loadmore
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* loading
*/
/**
* en: z-index
* zh-CN: z-index
*/
.weui-loading {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: weuiLoading 1s steps(12, end) infinite;
          animation: weuiLoading 1s steps(12, end) infinite;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=") no-repeat;
  background-size: 100%;
}
.weui-loading.weui-loading_transparent {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMjAnIGhlaWdodD0nMTIwJyB2aWV3Qm94PScwIDAgMTAwIDEwMCc+PHBhdGggZmlsbD0nbm9uZScgZD0nTTAgMGgxMDB2MTAwSDB6Jy8+PHJlY3QgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjU2KScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3RyYW5zbGF0ZSgwIC0zMCknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjUpJyByeD0nNScgcnk9JzUnIHRyYW5zZm9ybT0ncm90YXRlKDMwIDEwNS45OCA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjQzKScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSg2MCA3NS45OCA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjM4KScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSg5MCA2NSA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjMyKScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSgxMjAgNTguNjYgNjUpJy8+PHJlY3Qgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHg9JzQ2LjUnIHk9JzQwJyBmaWxsPSdyZ2JhKDI1NSwyNTUsMjU1LC4yOCknIHJ4PSc1JyByeT0nNScgdHJhbnNmb3JtPSdyb3RhdGUoMTUwIDU0LjAyIDY1KScvPjxyZWN0IHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyB4PSc0Ni41JyB5PSc0MCcgZmlsbD0ncmdiYSgyNTUsMjU1LDI1NSwuMjUpJyByeD0nNScgcnk9JzUnIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA1MCA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjIpJyByeD0nNScgcnk9JzUnIHRyYW5zZm9ybT0ncm90YXRlKC0xNTAgNDUuOTggNjUpJy8+PHJlY3Qgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHg9JzQ2LjUnIHk9JzQwJyBmaWxsPSdyZ2JhKDI1NSwyNTUsMjU1LC4xNyknIHJ4PSc1JyByeT0nNScgdHJhbnNmb3JtPSdyb3RhdGUoLTEyMCA0MS4zNCA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjE0KScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSgtOTAgMzUgNjUpJy8+PHJlY3Qgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHg9JzQ2LjUnIHk9JzQwJyBmaWxsPSdyZ2JhKDI1NSwyNTUsMjU1LC4xKScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSgtNjAgMjQuMDIgNjUpJy8+PHJlY3Qgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHg9JzQ2LjUnIHk9JzQwJyBmaWxsPSdyZ2JhKDI1NSwyNTUsMjU1LC4wMyknIHJ4PSc1JyByeT0nNScgdHJhbnNmb3JtPSdyb3RhdGUoLTMwIC01Ljk4IDY1KScvPjwvc3ZnPgo=");
}
@-webkit-keyframes weuiLoading {
0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
}
100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
            transform: rotate3d(0, 0, 1, 360deg);
}
}
@keyframes weuiLoading {
0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
}
100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
            transform: rotate3d(0, 0, 1, 360deg);
}
}
.weui-loadmore {
  width: 65%;
  margin: 1.5em auto;
  line-height: 1.6em;
  font-size: 14px;
  text-align: center;
}
.weui-loadmore__tips {
  display: inline-block;
  vertical-align: middle;
}
.weui-loadmore_line {
  border-top: 1px solid #E5E5E5;
  margin-top: 2.4em;
}
.weui-loadmore_line .weui-loadmore__tips {
  position: relative;
  top: -0.9em;
  padding: 0 0.55em;
  color: #999999;
}
.weui-loadmore_dot .weui-loadmore__tips {
  padding: 0 0.16em;
}
.weui-loadmore_dot .weui-loadmore__tips:before {
  content: " ";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #E5E5E5;
  display: inline-block;
  position: relative;
  vertical-align: 0;
  top: -0.16em;
}
.vux-loadmore.weui-loadmore_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 0;
}
.vux-loadmore.weui-loadmore_line:before,
.vux-loadmore.weui-loadmore_line:after {
  position: relative;
  top: -1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  content: '';
  border-top: 1px solid #E5E5E5;
}

.Lhjyryyjhdrwm {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
}
.Lhjyryyjhdrwm .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
}
.Lhjyryyjhdrwm .imgConStyle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  margin-top: 50px;
  text-align: center;
}
.Lhjyryyjhdrwm .imgConStyle .imgStyle {
  width: 160px;
  height: 160px;
}
.Lhjyryyjhdrwm .textStyle {
  /*margin: 20px;*/
  /*font-size: 18px;*/
  width: 95%;
  color: #999999;
  font-size: 14px;
  padding: 0px 10px;
  margin-top: 20px;
  background-color: #ffffff;
  text-align: justify;
}
.Lhjyryyjhdrwm .textStyle .pStyle {
  text-indent: 2em;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1D68D2;
}
.Lhjyryyjhdcx .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Lhjyryyjhdcx .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #E3E3E3;
  letter-spacing: 0;
  line-height: 50px;
}
.Lhjyryyjhdcx .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.Lhjyryyjhdcx .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.Lhjyryyjhdcx .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.Lhjyryyjhdcx .btn button:active {
  color: #ffffff;
}
.Lhjyryyjhdcx .btn .weui-btn:after {
  border: none;
}
.Lhjyryyjhdcx .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
  background-color: #fff;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .title span {
  color: red;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.Lhjyryyjhdcx .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.Lhjyryyjhdcx .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Lhjyryyjhdcx .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Lhjyryyjhdcx .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.Lhjyryyjhdcx .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.Lhjyryyjhdcx .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.Lhjyryyjhdcx .myins .uploadText {
  background-color: #E3E3E3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.Lhjyryyjhdcx .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.Lhjyryyjhdcx .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.Lhjyryyjhdcx .myins .uploadFile .reRight {
  border: 1px solid #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
}
.Lhjyryyjhdcx .myins .uploadFile .right {
  background-color: #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.Lhjyryyjhdcx .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1D68D2;
}
.Sbkywts .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Sbkywts .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #E3E3E3;
  letter-spacing: 0;
  line-height: 50px;
}
.Sbkywts .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.Sbkywts .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.Sbkywts .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.Sbkywts .btn button:active {
  color: #ffffff;
}
.Sbkywts .btn .weui-btn:after {
  border: none;
}
.Sbkywts .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.Sbkywts .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
  background-color: #fff;
}
.Sbkywts .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.Sbkywts .myins .contentChoose .inputBox .title span {
  color: red;
}
.Sbkywts .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.Sbkywts .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.Sbkywts .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.Sbkywts .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Sbkywts .myins .contentChoose .inputBox .checkerChoose .vux-popup-dialog {
  z-index: 1000;
}
.Sbkywts .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.Sbkywts .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.Sbkywts .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.Sbkywts .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledCheckerChoose .vux-popup-dialog {
  z-index: 1000;
}
.Sbkywts .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.Sbkywts .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.Sbkywts .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.Sbkywts .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.Sbkywts .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Sbkywts .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Sbkywts .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Sbkywts .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.Sbkywts .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Sbkywts .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.Sbkywts .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.Sbkywts .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.Sbkywts .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.Sbkywts .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.Sbkywts .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.Sbkywts .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.Sbkywts .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.Sbkywts .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.Sbkywts .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.Sbkywts .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.Sbkywts .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.Sbkywts .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.Sbkywts .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.Sbkywts .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.Sbkywts .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.Sbkywts .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Sbkywts .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Sbkywts .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Sbkywts .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Sbkywts .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.Sbkywts .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.Sbkywts .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Sbkywts .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Sbkywts .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.Sbkywts .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Sbkywts .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Sbkywts .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.Sbkywts .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.Sbkywts .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.Sbkywts .myins .uploadText {
  background-color: #E3E3E3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.Sbkywts .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.Sbkywts .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.Sbkywts .myins .uploadFile .reRight {
  border: 1px solid #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
}
.Sbkywts .myins .uploadFile .right {
  background-color: #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.Sbkywts .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1D68D2;
}
.Sbkywts .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Sbkywts .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #E3E3E3;
  letter-spacing: 0;
  line-height: 50px;
}
.Sbkywts .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.Sbkywts .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.Sbkywts .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.Sbkywts .btn button:active {
  color: #ffffff;
}
.Sbkywts .btn .weui-btn:after {
  border: none;
}
.Sbkywts .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.Sbkywts .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
  background-color: #fff;
}
.Sbkywts .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.Sbkywts .myins .contentChoose .inputBox .title span {
  color: red;
}
.Sbkywts .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.Sbkywts .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.Sbkywts .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.Sbkywts .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Sbkywts .myins .contentChoose .inputBox .checkerChoose .vux-popup-dialog {
  z-index: 1000;
}
.Sbkywts .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.Sbkywts .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.Sbkywts .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.Sbkywts .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledCheckerChoose .vux-popup-dialog {
  z-index: 1000;
}
.Sbkywts .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.Sbkywts .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.Sbkywts .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.Sbkywts .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.Sbkywts .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Sbkywts .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Sbkywts .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Sbkywts .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.Sbkywts .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Sbkywts .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.Sbkywts .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.Sbkywts .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.Sbkywts .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.Sbkywts .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.Sbkywts .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.Sbkywts .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.Sbkywts .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.Sbkywts .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.Sbkywts .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.Sbkywts .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.Sbkywts .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.Sbkywts .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.Sbkywts .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.Sbkywts .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.Sbkywts .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.Sbkywts .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Sbkywts .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Sbkywts .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Sbkywts .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Sbkywts .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.Sbkywts .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.Sbkywts .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Sbkywts .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Sbkywts .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.Sbkywts .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Sbkywts .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Sbkywts .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Sbkywts .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.Sbkywts .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.Sbkywts .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.Sbkywts .myins .uploadText {
  background-color: #E3E3E3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.Sbkywts .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.Sbkywts .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.Sbkywts .myins .uploadFile .reRight {
  border: 1px solid #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
}
.Sbkywts .myins .uploadFile .right {
  background-color: #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.Sbkywts .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1D68D2;
}
.UploadSbfwpj .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.UploadSbfwpj .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #E3E3E3;
  letter-spacing: 0;
  line-height: 50px;
}
.UploadSbfwpj .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.UploadSbfwpj .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.UploadSbfwpj .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.UploadSbfwpj .btn button:active {
  color: #ffffff;
}
.UploadSbfwpj .btn .weui-btn:after {
  border: none;
}
.UploadSbfwpj .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.UploadSbfwpj .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
  background-color: #fff;
}
.UploadSbfwpj .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .title span {
  color: red;
}
.UploadSbfwpj .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.UploadSbfwpj .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadSbfwpj .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .checkerChoose .vux-popup-dialog {
  z-index: 1000;
}
.UploadSbfwpj .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.UploadSbfwpj .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .disabledCheckerChoose .vux-popup-dialog {
  z-index: 1000;
}
.UploadSbfwpj .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.UploadSbfwpj .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadSbfwpj .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.UploadSbfwpj .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.UploadSbfwpj .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.UploadSbfwpj .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.UploadSbfwpj .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.UploadSbfwpj .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.UploadSbfwpj .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.UploadSbfwpj .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.UploadSbfwpj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.UploadSbfwpj .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.UploadSbfwpj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.UploadSbfwpj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadSbfwpj .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadSbfwpj .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadSbfwpj .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadSbfwpj .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadSbfwpj .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.UploadSbfwpj .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadSbfwpj .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadSbfwpj .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadSbfwpj .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.UploadSbfwpj .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.UploadSbfwpj .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.UploadSbfwpj .myins .uploadText {
  background-color: #E3E3E3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.UploadSbfwpj .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.UploadSbfwpj .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.UploadSbfwpj .myins .uploadFile .reRight {
  border: 1px solid #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
}
.UploadSbfwpj .myins .uploadFile .right {
  background-color: #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.UploadSbfwpj .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1D68D2;
}
.UploadSbfwpjWB .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.UploadSbfwpjWB .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #E3E3E3;
  letter-spacing: 0;
  line-height: 50px;
}
.UploadSbfwpjWB .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.UploadSbfwpjWB .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.UploadSbfwpjWB .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.UploadSbfwpjWB .btn button:active {
  color: #ffffff;
}
.UploadSbfwpjWB .btn .weui-btn:after {
  border: none;
}
.UploadSbfwpjWB .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
  background-color: #fff;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .title span {
  color: red;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .checkerChoose .vux-popup-dialog {
  z-index: 1000;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .disabledCheckerChoose .vux-popup-dialog {
  z-index: 1000;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.UploadSbfwpjWB .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.UploadSbfwpjWB .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadSbfwpjWB .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadSbfwpjWB .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.UploadSbfwpjWB .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.UploadSbfwpjWB .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.UploadSbfwpjWB .myins .uploadText {
  background-color: #E3E3E3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.UploadSbfwpjWB .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.UploadSbfwpjWB .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.UploadSbfwpjWB .myins .uploadFile .reRight {
  border: 1px solid #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
}
.UploadSbfwpjWB .myins .uploadFile .right {
  background-color: #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.UploadSbfwpjWB .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1D68D2;
}
.feedback .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.feedback .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #E3E3E3;
  letter-spacing: 0;
  line-height: 50px;
}
.feedback .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.feedback .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.feedback .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.feedback .btn button:active {
  color: #ffffff;
}
.feedback .btn .weui-btn:after {
  border: none;
}
.feedback .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.feedback .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
  background-color: #fff;
}
.feedback .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.feedback .myins .contentChoose .inputBox .title span {
  color: red;
}
.feedback .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.feedback .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.feedback .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.feedback .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.feedback .myins .contentChoose .inputBox .checkerChoose .vux-popup-dialog {
  z-index: 1000;
}
.feedback .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.feedback .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.feedback .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.feedback .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.feedback .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.feedback .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.feedback .myins .contentChoose .inputBox .disabledCheckerChoose .vux-popup-dialog {
  z-index: 1000;
}
.feedback .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.feedback .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.feedback .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.feedback .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.feedback .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.feedback .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.feedback .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.feedback .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.feedback .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.feedback .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.feedback .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.feedback .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.feedback .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.feedback .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.feedback .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.feedback .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.feedback .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.feedback .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.feedback .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.feedback .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.feedback .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.feedback .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.feedback .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.feedback .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.feedback .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.feedback .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.feedback .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.feedback .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.feedback .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.feedback .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.feedback .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.feedback .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.feedback .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.feedback .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.feedback .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.feedback .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.feedback .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.feedback .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.feedback .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.feedback .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.feedback .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.feedback .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.feedback .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.feedback .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.feedback .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.feedback .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.feedback .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.feedback .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.feedback .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.feedback .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.feedback .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.feedback .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.feedback .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.feedback .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.feedback .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.feedback .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.feedback .myins .uploadText {
  background-color: #E3E3E3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.feedback .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.feedback .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.feedback .myins .uploadFile .reRight {
  border: 1px solid #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
}
.feedback .myins .uploadFile .right {
  background-color: #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.feedback .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1D68D2;
}
.SbkywtsNew .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.SbkywtsNew .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #E3E3E3;
  letter-spacing: 0;
  line-height: 50px;
}
.SbkywtsNew .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.SbkywtsNew .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.SbkywtsNew .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.SbkywtsNew .btn button:active {
  color: #ffffff;
}
.SbkywtsNew .btn .weui-btn:after {
  border: none;
}
.SbkywtsNew .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.SbkywtsNew .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
  background-color: #fff;
}
.SbkywtsNew .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.SbkywtsNew .myins .contentChoose .inputBox .title span {
  color: red;
}
.SbkywtsNew .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.SbkywtsNew .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.SbkywtsNew .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.SbkywtsNew .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.SbkywtsNew .myins .contentChoose .inputBox .checkerChoose .vux-popup-dialog {
  z-index: 1000;
}
.SbkywtsNew .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.SbkywtsNew .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.SbkywtsNew .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.SbkywtsNew .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.SbkywtsNew .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.SbkywtsNew .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.SbkywtsNew .myins .contentChoose .inputBox .disabledCheckerChoose .vux-popup-dialog {
  z-index: 1000;
}
.SbkywtsNew .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.SbkywtsNew .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.SbkywtsNew .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.SbkywtsNew .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.SbkywtsNew .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.SbkywtsNew .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.SbkywtsNew .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SbkywtsNew .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SbkywtsNew .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SbkywtsNew .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SbkywtsNew .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.SbkywtsNew .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.SbkywtsNew .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SbkywtsNew .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SbkywtsNew .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SbkywtsNew .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SbkywtsNew .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.SbkywtsNew .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.SbkywtsNew .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.SbkywtsNew .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.SbkywtsNew .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.SbkywtsNew .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.SbkywtsNew .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.SbkywtsNew .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.SbkywtsNew .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.SbkywtsNew .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.SbkywtsNew .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.SbkywtsNew .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.SbkywtsNew .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.SbkywtsNew .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.SbkywtsNew .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.SbkywtsNew .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.SbkywtsNew .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.SbkywtsNew .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.SbkywtsNew .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.SbkywtsNew .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.SbkywtsNew .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.SbkywtsNew .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.SbkywtsNew .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.SbkywtsNew .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.SbkywtsNew .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.SbkywtsNew .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.SbkywtsNew .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.SbkywtsNew .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.SbkywtsNew .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.SbkywtsNew .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.SbkywtsNew .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.SbkywtsNew .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.SbkywtsNew .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.SbkywtsNew .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.SbkywtsNew .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.SbkywtsNew .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.SbkywtsNew .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.SbkywtsNew .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.SbkywtsNew .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.SbkywtsNew .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.SbkywtsNew .myins .uploadText {
  background-color: #E3E3E3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.SbkywtsNew .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.SbkywtsNew .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.SbkywtsNew .myins .uploadFile .reRight {
  border: 1px solid #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
}
.SbkywtsNew .myins .uploadFile .right {
  background-color: #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.SbkywtsNew .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.DZSBKJK {
  width: 100%;
}
.DZSBKJK .content {
  padding: 74px 52px 0 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.DZSBKJK .content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.DZSBKJK .content .title .pic i {
  font-size: 30px;
  color: #1d68d2;
}
.DZSBKJK .content .title .cardPic i {
  font-size: 30px;
  color: #fe3434;
}
.DZSBKJK .content .title .titleName {
  margin-left: 9px;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: bolder;
}
.DZSBKJK .content .warn {
  margin-top: 18px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.DZSBKJK .content .btnAllSuccess {
  margin-top: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.DZSBKJK .content .btnAllSuccess div {
  width: 100%;
}
.DZSBKJK .content .btnAllSuccess .weui-btn.weui-btn_default {
  width: 100px;
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1d68d2), color-stop(99%, #1b79ff));
  background-image: linear-gradient(-90deg, #1d68d2 2%, #1b79ff 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.DZSBKJK .content .btnAllSuccess .weui-btn.delete.weui-btn_default {
  height: 40px;
  background: #fff;
  border: 1px solid #1b79ff;
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #1b79ff;
  letter-spacing: 0.17px;
  text-align: center;
}
.DZSBKJK .content .btnAllSuccess .weui-btn:after {
  border: none;
}
.DZSBKJK .content .btnAllSuccess button:active {
  color: #ffffff;
}

.DZSBKLK {
  width: 100%;
}
.DZSBKLK .content {
  padding: 74px 52px 0 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.DZSBKLK .content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.DZSBKLK .content .title .pic i {
  font-size: 30px;
  color: #1d68d2;
}
.DZSBKLK .content .title .cardPic i {
  font-size: 30px;
  color: #fe3434;
}
.DZSBKLK .content .title .titleName {
  margin-left: 9px;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: bolder;
}
.DZSBKLK .content .warn {
  margin-top: 18px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.DZSBKLK .content .btnAllSuccess {
  margin-top: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.DZSBKLK .content .btnAllSuccess div {
  width: 100%;
}
.DZSBKLK .content .btnAllSuccess .weui-btn.weui-btn_default {
  width: 100px;
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1d68d2), color-stop(99%, #1b79ff));
  background-image: linear-gradient(-90deg, #1d68d2 2%, #1b79ff 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.DZSBKLK .content .btnAllSuccess .weui-btn.delete.weui-btn_default {
  height: 40px;
  background: #fff;
  border: 1px solid #1b79ff;
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #1b79ff;
  letter-spacing: 0.17px;
  text-align: center;
}
.DZSBKLK .content .btnAllSuccess .weui-btn:after {
  border: none;
}
.DZSBKLK .content .btnAllSuccess button:active {
  color: #ffffff;
}

.test {
  background-color: white;
  height: 100%;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1D68D2;
}
.Upload .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Upload .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #E3E3E3;
  letter-spacing: 0;
  line-height: 50px;
}
.Upload .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.Upload .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.Upload .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.Upload .btn button:active {
  color: #ffffff;
}
.Upload .btn .weui-btn:after {
  border: none;
}
.Upload .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: relative;
  top: 51px;
  background-color: white;
}
.Upload .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
  background-color: #fff;
}
.Upload .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.Upload .myins .contentChoose .inputBox .title span {
  color: red;
}
.Upload .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.Upload .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.Upload .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.Upload .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Upload .myins .contentChoose .inputBox .checkerChoose .vux-popup-dialog {
  z-index: 1000;
}
.Upload .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.Upload .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.Upload .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.Upload .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.Upload .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.Upload .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Upload .myins .contentChoose .inputBox .disabledCheckerChoose .vux-popup-dialog {
  z-index: 1000;
}
.Upload .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.Upload .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.Upload .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.Upload .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.Upload .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.Upload .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.Upload .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Upload .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Upload .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Upload .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Upload .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.Upload .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.Upload .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Upload .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Upload .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Upload .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Upload .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.Upload .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.Upload .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.Upload .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.Upload .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.Upload .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.Upload .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.Upload .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.Upload .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.Upload .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.Upload .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.Upload .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.Upload .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.Upload .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.Upload .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.Upload .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.Upload .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.Upload .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.Upload .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.Upload .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.Upload .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.Upload .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Upload .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Upload .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Upload .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.Upload .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Upload .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Upload .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Upload .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.Upload .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.Upload .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Upload .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Upload .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Upload .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.Upload .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Upload .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Upload .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Upload .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.Upload .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.Upload .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.Upload .myins .uploadText {
  background-color: #E3E3E3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.Upload .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.Upload .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.Upload .myins .uploadFile .reRight {
  border: 1px solid #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
}
.Upload .myins .uploadFile .right {
  background-color: #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.Upload .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1D68D2;
}
.Upload .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Upload .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #E3E3E3;
  letter-spacing: 0;
  line-height: 50px;
}
.Upload .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.Upload .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.Upload .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.Upload .btn button:active {
  color: #ffffff;
}
.Upload .btn .weui-btn:after {
  border: none;
}
.Upload .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.Upload .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
  background-color: #fff;
}
.Upload .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.Upload .myins .contentChoose .inputBox .title span {
  color: red;
}
.Upload .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.Upload .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.Upload .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.Upload .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Upload .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.Upload .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.Upload .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.Upload .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.Upload .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.Upload .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Upload .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.Upload .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.Upload .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.Upload .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.Upload .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.Upload .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.Upload .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Upload .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Upload .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Upload .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Upload .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.Upload .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.Upload .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Upload .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Upload .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Upload .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Upload .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.Upload .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.Upload .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.Upload .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.Upload .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.Upload .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.Upload .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.Upload .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.Upload .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.Upload .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.Upload .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.Upload .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.Upload .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.Upload .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.Upload .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.Upload .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.Upload .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.Upload .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.Upload .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.Upload .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.Upload .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.Upload .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Upload .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Upload .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Upload .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.Upload .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Upload .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Upload .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Upload .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.Upload .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.Upload .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Upload .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Upload .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Upload .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.Upload .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Upload .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Upload .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Upload .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.Upload .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.Upload .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.Upload .myins .uploadText {
  background-color: #E3E3E3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.Upload .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.Upload .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.Upload .myins .uploadFile .reRight {
  border: 1px solid #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
}
.Upload .myins .uploadFile .right {
  background-color: #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.Upload .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.SearchPage {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  /*搜索*/
  /*没有搜索结果*/
  /*大家都在搜*/
}
.SearchPage .searchBox {
  /* 2.0 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  padding: 6px 16px 6px 16px;
}
.SearchPage .searchBox .weui-cell:before {
  border: none;
}
.SearchPage .searchBox .vux-x-input .weui-icon {
  padding-right: 10px;
}
.SearchPage .searchBox .weui-cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% - 33px);
  padding: 0;
  color: #999;
  background: #E3E3E3;
  border-radius: 18px;
}
.SearchPage .searchBox .weui-cell .weui-cell__hd .iconfont {
  font-size: 20px;
  /*position: relative;*/
  /*top: 2px;*/
}
.SearchPage .searchBox .weui-cell .weui-cell__bd {
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.SearchPage .searchBox .weui-cell .weui-cell__bd input::-webkit-input-placeholder {
  opacity: 0.8;
  font-size: 14px;
  color: #999999;
  /*position: relative;*/
  /*top: 2px;*/
}
.SearchPage .searchBox .weui-cell .weui-cell__bd {
  padding: 0 10px 0 0;
}
.SearchPage .searchBox .weui-cell .weui-cell__hd div {
  padding: 3px 10px 3px 10px;
}
.SearchPage .searchBox .sarchBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SearchPage .searchBox .sarchBtn .searchCont {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  border-radius: 14.5px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: -0.32px;
  padding: 5px 16px;
}
.SearchPage .noResult {
  padding: 10px 16px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: -0.32px;
  background-color: #E3E3E3;
}
.SearchPage .everySearch {
  width: 100%;
  background-color: white;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SearchPage .everySearch .everySearchTitle {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  letter-spacing: -0.36px;
  font-weight: bolder;
  padding: 8px 0;
}
.SearchPage .everySearch .everySearchContent {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.SearchPage .everySearch .everySearchContent .everyContent {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: -0.32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 0;
}
.SearchPage .everySearch .everySearchContent .everyContent .circular {
  background: #1E6BD5;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 8px;
}
.SearchPage .everySearch .everySearchContent .everyContent .circularContent {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 25px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.SearchPage .tabBox {
  /*width: 100%;*/
  background-color: white;
  z-index: 10;
  height: 48px;
  /*padding: 0 10px 0 0;*/
  /*width: calc(100% - 32px);*/
  /*margin: 0 16px ;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SearchPage .tabBox .vux-tab-wrap {
  padding-top: 48px;
}
.SearchPage .tabBox .vux-tab-container {
  height: 48px;
}
.SearchPage .tabBox .vux-tab {
  height: 48px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.SearchPage .tabBox .vux-tab-item {
  line-height: 48px;
  background: none;
}
.SearchPage .tabBox .vux-tab-selected {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  letter-spacing: 0;
}
.SearchPage .vux-slider {
  height: calc(100% - 98px);
  width: 100%;
  position: absolute;
  top: 98px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SearchPage .vux-swiper {
  height: 100% !important;
}

.SearchServiceCenter {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SearchServiceCenter .searchTemplate {
  /*搜索*/
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SearchServiceCenter .serviceBox {
  /**滚动列表*/
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.SearchServiceCenter .serviceBox .serviceContent {
  /*循环的盒子*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  margin-bottom: 10px;
  /*border-bottom: 1px solid #E3E3E3;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SearchServiceCenter .serviceBox .serviceContent .iconTitle {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SearchServiceCenter .serviceBox .serviceContent .iconTitle .biao {
  width: 26px;
  height: 26px;
  border-radius: 13px;
  text-align: center;
  line-height: 26px;
  color: #ffffff;
  background: #1b74f3;
  font-size: 16px;
}
.SearchServiceCenter .serviceBox .serviceContent .iconTitle .zi {
  margin-left: 10px;
  font-weight: bold;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #2C74D7;
  letter-spacing: 0;
}
.SearchServiceCenter .serviceBox .serviceContent .serviceContentTitle {
  /*标题*/
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  font-weight: bolder;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 16px;
}
.SearchServiceCenter .serviceBox .serviceContent .serviceContentLattice {
  /*标签*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 12px;
}
.SearchServiceCenter .serviceBox .serviceContent .serviceContentLattice .lattice {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F6FAFF;
  border: 1px solid #6FA8F6;
  border-radius: 4px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #1E6BD5;
  letter-spacing: 0;
  width: auto;
  padding: 2px 10px;
  margin: 4px 4px;
}
.SearchServiceCenter .serviceBox .serviceContent .serviceContentDesc {
  /*内容*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  padding: 4px 16px 0 16px;
  height: auto;
  max-height: 34px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  -webkit-box-orient: vertical;
}

.SearchGovernmentAffairs {
  /* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
  /* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
}
.SearchGovernmentAffairs .header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.SearchGovernmentAffairs .header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.SearchGovernmentAffairs .header-center .vux-x-icon {
  fill: #fff;
}
.SearchGovernmentAffairs .header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.SearchGovernmentAffairs .header-center .icon {
  margin-left: 5px;
}
.SearchGovernmentAffairs .header-center .icon i {
  font-size: 0.26rem;
}
.SearchGovernmentAffairs .header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.SearchGovernmentAffairs .header-center .right i {
  font-size: 26px;
}
.SearchGovernmentAffairs .btnArgee {
  padding: 0 16px;
}
.SearchGovernmentAffairs .btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.SearchGovernmentAffairs .btnArgee .weui-btn:after {
  border: none;
}
.SearchGovernmentAffairs .btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.SearchGovernmentAffairs .btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.SearchGovernmentAffairs .btnAll {
  padding: 0 16px;
}
.SearchGovernmentAffairs .btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.SearchGovernmentAffairs .btnAll .weui-btn:after {
  border: none;
}
.SearchGovernmentAffairs .btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.SearchGovernmentAffairs .btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.SearchGovernmentAffairs .btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.SearchGovernmentAffairs .btnAll .weui-btn {
  /*background-color: red;*/
}
.SearchGovernmentAffairs .btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.SearchGovernmentAffairs .btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.SearchGovernmentAffairs .universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.SearchGovernmentAffairs .universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.SearchGovernmentAffairs .universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.SearchGovernmentAffairs .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
.SearchGovernmentAffairs .generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.SearchGovernmentAffairs .generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.SearchGovernmentAffairs .generalStructure .liubai {
  width: 100%;
  height: 48px;
}
.SearchGovernmentAffairs .newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.SearchGovernmentAffairs .newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.SearchGovernmentAffairs .newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.SearchGovernmentAffairs .newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.SearchGovernmentAffairs .newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.SearchGovernmentAffairs .newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.SearchGovernmentAffairs .newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.SearchGovernmentAffairs .newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.SearchGovernmentAffairs .newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.SearchGovernmentAffairs .newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.SearchGovernmentAffairs .newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.SearchGovernmentAffairs .newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.SearchGovernmentAffairs .newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.SearchGovernmentAffairs .newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.SearchGovernmentAffairs .newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.SearchGovernmentAffairs .newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.SearchGovernmentAffairs .newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.SearchGovernmentAffairs .newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.SearchGovernmentAffairs .newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.SearchGovernmentAffairs .newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.SearchGovernmentAffairs .newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SearchGovernmentAffairs .newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.SearchGovernmentAffairs .newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.SearchGovernmentAffairs .formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.SearchGovernmentAffairs .formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.SearchGovernmentAffairs .formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.SearchGovernmentAffairs .formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.SearchGovernmentAffairs .formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.SearchGovernmentAffairs .formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.SearchGovernmentAffairs .formContent .qiye .left {
  width: 510px;
}
.SearchGovernmentAffairs .formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SearchGovernmentAffairs .formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.SearchGovernmentAffairs .formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.SearchGovernmentAffairs .formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SearchGovernmentAffairs .formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.SearchGovernmentAffairs .formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.SearchGovernmentAffairs .formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.SearchGovernmentAffairs .formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.SearchGovernmentAffairs .formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.SearchGovernmentAffairs .formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.SearchGovernmentAffairs .formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.SearchGovernmentAffairs .formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.SearchGovernmentAffairs .formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.SearchGovernmentAffairs .formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.SearchGovernmentAffairs .formContent .btnCommit .weui-btn:after {
  display: none;
}
.SearchGovernmentAffairs .formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.SearchGovernmentAffairs .formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.SearchGovernmentAffairs .formContent .weui-cell .weui-input,
.SearchGovernmentAffairs .formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.SearchGovernmentAffairs .formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.SearchGovernmentAffairs .formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}

.SearchConsultationInteraction .newsStyleHeader {
  background-color: #E3E3E3;
}
.SearchConsultationInteraction .newsStyleHeader .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  /*border-bottom: 1px solid #E3E3E3;*/
}
.SearchConsultationInteraction .newsStyleHeader .SearchFunctionContent {
  margin-bottom: 10px;
  background-color: #ffffff;
  padding: 0 16px;
}
.SearchConsultationInteraction .newsStyleHeader .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 2px solid red;*/
}
.SearchConsultationInteraction .newsStyleHeader .SearchFunctionContent .border .firstLineTitle {
  font-size: 16px;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.SearchConsultationInteraction .newsStyleHeader .SearchFunctionContent .border .SecondLineTitle {
  font-size: 12px;
  color: #666666;
  /*width: 100%;*/
  /*white-space:nowrap;*/
  padding-top: 6px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  /*max-height: 0.34rem;*******/
  /*position: relative;*/
  /*line-height: 20px;*/
  /*max-height: 40px;*/
  /*overflow: hidden;*/
  /*word-break: break-all;*/
  /*display: -webkit-box;*/
  /*-webkit-line-clamp:2;*/
  /*-webkit-box-orient: vertical;*/
  /*text-overflow: ellipsis;*/
  /*padding-top: 3px;*/
}
.SearchConsultationInteraction .newsStyleHeader .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.SearchConsultationInteraction .newsStyleHeader .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.SearchConsultationInteraction .newsStyleHeader .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.SearchConsultationInteraction .newsStyleHeader .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.SearchConsultationInteraction .newsStyleHeader .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.SearchConsultationInteraction .newsStyleHeader .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.SearchConsultationInteraction .newsStyleHeader .SearchFunctionContent .leftRight {
  /*border: 2px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  /*border: 1px solid red;*/
}
.SearchConsultationInteraction .newsStyleHeader .SearchFunctionContent .leftRight .firstLineTitle {
  font-size: 16px;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.SearchConsultationInteraction .newsStyleHeader .SearchFunctionContent .leftRight .SecondLineTitle {
  font-size: 12px;
  color: #666666;
  /*width: 100%;*/
  position: relative;
  line-height: 20px;
  max-height: 40px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
}
.SearchConsultationInteraction .newsStyleHeader .SearchFunctionContent .leftRight .imgListBox {
  margin-top: 8px;
}
.SearchConsultationInteraction .newsStyleHeader .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SearchConsultationInteraction .newsStyleHeader .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 200px;
  height: 135px;
  border-radius: 5px;
}
.SearchConsultationInteraction .newsStyleHeader .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.SearchConsultationInteraction .newsStyleHeader .firstBox {
  padding: 5px 0 5px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.SearchConsultationInteraction .newsStyleHeader .firstBox img {
  width: 36px;
  height: 36px;
  border-radius: 36px;
}
.SearchConsultationInteraction .newsStyleHeader .firstBox .nameAndTime {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 7px;
}
.SearchConsultationInteraction .newsStyleHeader .firstBox .nameAndTime :nth-child(1) {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  font-weight: bolder;
}
.SearchConsultationInteraction .newsStyleHeader .firstBox .nameAndTime :nth-child(2) {
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
}
.SearchConsultationInteraction .newsStyleHeader .firstBox .readNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
}
.SearchConsultationInteraction .newsStyleHeader .firstBox .readNum i {
  font-size: 20px;
  color: #999999;
  margin-right: 4px;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.SearchCommonProblem {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #E3E3E3;
}
.SearchCommonProblem .content {
  margin-top: 10px;
}
.SearchCommonProblem .SearchFunctionContent {
  border-bottom: 1px solid #E3E3E3 !important;
  background-color: #fff;
  padding-bottom: 13px;
}
.SearchCommonProblem .SearchFunctionContent .border {
  padding: 13px 16px 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.SearchPageYkt {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  /*搜索*/
  /*没有搜索结果*/
  /*大家都在搜*/
}
.SearchPageYkt .searchBox {
  /* 2.0 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  padding: 6px 16px 6px 16px;
}
.SearchPageYkt .searchBox .weui-cell:before {
  border: none;
}
.SearchPageYkt .searchBox .vux-x-input .weui-icon {
  padding-right: 10px;
}
.SearchPageYkt .searchBox .weui-cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% - 33px);
  padding: 0;
  color: #999;
  background: #E3E3E3;
  border-radius: 18px;
}
.SearchPageYkt .searchBox .weui-cell .weui-cell__hd .iconfont {
  font-size: 20px;
  /*position: relative;*/
  /*top: 2px;*/
}
.SearchPageYkt .searchBox .weui-cell .weui-cell__bd {
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.SearchPageYkt .searchBox .weui-cell .weui-cell__bd input::-webkit-input-placeholder {
  opacity: 0.8;
  font-size: 14px;
  color: #999999;
  /*position: relative;*/
  /*top: 2px;*/
}
.SearchPageYkt .searchBox .weui-cell .weui-cell__bd {
  padding: 0 10px 0 0;
}
.SearchPageYkt .searchBox .weui-cell .weui-cell__hd div {
  padding: 3px 10px 3px 10px;
}
.SearchPageYkt .searchBox .sarchBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SearchPageYkt .searchBox .sarchBtn .searchCont {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  border-radius: 14.5px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: -0.32px;
  padding: 5px 16px;
}
.SearchPageYkt .noResult {
  padding: 10px 16px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: -0.32px;
  background-color: #E3E3E3;
}
.SearchPageYkt .everySearch {
  width: 100%;
  background-color: white;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SearchPageYkt .everySearch .everySearchTitle {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  letter-spacing: -0.36px;
  font-weight: bolder;
  padding: 8px 0;
}
.SearchPageYkt .everySearch .everySearchContent {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.SearchPageYkt .everySearch .everySearchContent .everyContent {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: -0.32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 0;
}
.SearchPageYkt .everySearch .everySearchContent .everyContent .circular {
  background: #1E6BD5;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 8px;
}
.SearchPageYkt .everySearch .everySearchContent .everyContent .circularContent {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 25px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.SearchPageYkt .tabBox {
  /*width: 100%;*/
  background-color: white;
  z-index: 10;
  height: 48px;
  /*padding: 0 10px 0 0;*/
  /*width: calc(100% - 32px);*/
  /*margin: 0 16px ;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SearchPageYkt .tabBox .vux-tab-wrap {
  padding-top: 48px;
}
.SearchPageYkt .tabBox .vux-tab-container {
  height: 48px;
}
.SearchPageYkt .tabBox .vux-tab {
  height: 48px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.SearchPageYkt .tabBox .vux-tab-item {
  line-height: 48px;
  background: none;
}
.SearchPageYkt .tabBox .vux-tab-selected {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  letter-spacing: 0;
}
.SearchPageYkt .vux-slider {
  height: calc(100% - 98px);
  width: 100%;
  position: absolute;
  top: 98px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SearchPageYkt .vux-swiper {
  height: 100% !important;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.YktzcComponent {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #E3E3E3;
}
.YktzcComponent .content {
  margin-top: 10px;
}
.YktzcComponent .SearchFunctionContent {
  border-bottom: 1px solid #E3E3E3 !important;
  background-color: #fff;
  padding-bottom: 13px;
}
.YktzcComponent .SearchFunctionContent .border {
  padding: 13px 16px 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.SearchPageSbk {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  /*搜索*/
  /*没有搜索结果*/
  /*大家都在搜*/
}
.SearchPageSbk .searchBox {
  /* 2.0 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  padding: 6px 16px 6px 16px;
}
.SearchPageSbk .searchBox .weui-cell:before {
  border: none;
}
.SearchPageSbk .searchBox .vux-x-input .weui-icon {
  padding-right: 10px;
}
.SearchPageSbk .searchBox .weui-cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% - 33px);
  padding: 0;
  color: #999;
  background: #E3E3E3;
  border-radius: 18px;
}
.SearchPageSbk .searchBox .weui-cell .weui-cell__hd .iconfont {
  font-size: 20px;
  /*position: relative;*/
  /*top: 2px;*/
}
.SearchPageSbk .searchBox .weui-cell .weui-cell__bd {
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.SearchPageSbk .searchBox .weui-cell .weui-cell__bd input::-webkit-input-placeholder {
  opacity: 0.8;
  font-size: 14px;
  color: #999999;
  /*position: relative;*/
  /*top: 2px;*/
}
.SearchPageSbk .searchBox .weui-cell .weui-cell__bd {
  padding: 0 10px 0 0;
}
.SearchPageSbk .searchBox .weui-cell .weui-cell__hd div {
  padding: 3px 10px 3px 10px;
}
.SearchPageSbk .searchBox .sarchBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SearchPageSbk .searchBox .sarchBtn .searchCont {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  border-radius: 14.5px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: -0.32px;
  padding: 5px 16px;
}
.SearchPageSbk .noResult {
  padding: 10px 16px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: -0.32px;
  background-color: #E3E3E3;
}
.SearchPageSbk .everySearch {
  width: 100%;
  background-color: white;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SearchPageSbk .everySearch .everySearchTitle {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  letter-spacing: -0.36px;
  font-weight: bolder;
  padding: 8px 0;
}
.SearchPageSbk .everySearch .everySearchContent {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.SearchPageSbk .everySearch .everySearchContent .everyContent {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: -0.32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 0;
}
.SearchPageSbk .everySearch .everySearchContent .everyContent .circular {
  background: #1E6BD5;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 8px;
}
.SearchPageSbk .everySearch .everySearchContent .everyContent .circularContent {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 25px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.SearchPageSbk .tabBox {
  /*width: 100%;*/
  background-color: white;
  z-index: 10;
  height: 48px;
  /*padding: 0 10px 0 0;*/
  /*width: calc(100% - 32px);*/
  /*margin: 0 16px ;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SearchPageSbk .tabBox .vux-tab-wrap {
  padding-top: 48px;
}
.SearchPageSbk .tabBox .vux-tab-container {
  height: 48px;
}
.SearchPageSbk .tabBox .vux-tab {
  height: 48px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.SearchPageSbk .tabBox .vux-tab-item {
  line-height: 48px;
  background: none;
}
.SearchPageSbk .tabBox .vux-tab-selected {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  letter-spacing: 0;
}
.SearchPageSbk .vux-slider {
  height: calc(100% - 98px);
  width: 100%;
  position: absolute;
  top: 98px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SearchPageSbk .vux-swiper {
  height: 100% !important;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.SbkComponent {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #E3E3E3;
}
.SbkComponent .content {
  margin-top: 10px;
}
.SbkComponent .SearchFunctionContent {
  border-bottom: 1px solid #E3E3E3 !important;
  background-color: #fff;
  padding-bottom: 13px;
}
.SbkComponent .SearchFunctionContent .border {
  padding: 13px 16px 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.InteractiveCommunication {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.InteractiveCommunication .vux-slider {
  height: calc(100% - 89px);
  width: 100%;
  position: absolute;
  top: 89px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.InteractiveCommunication .vux-swiper {
  height: 100% !important;
}
.InteractiveCommunication .tabBox {
  /*margin-top: 10px;*/
  background-color: #fff;
  border-bottom: 1px solid #f3f3f3;
  height: 40px;
}
.InteractiveCommunication .tabBox .vux-tab-wrap {
  padding-top: 1px;
  width: 60%;
  height: 40px;
}
.InteractiveCommunication .tabBox .vux-tab-wrap .vux-tab-container {
  height: 40px;
}
.InteractiveCommunication .tabBox .vux-tab-wrap .vux-tab-container .vux-tab {
  height: 40px;
}
.InteractiveCommunication .tabBox .vux-tab-wrap .vux-tab-container .vux-tab .vux-tab-item {
  background-size: 100% 0px;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.InteractiveCommunication .tabBox .vux-tab-wrap .vux-tab-container .vux-tab .vux-tab-selected {
  font-size: 18px;
  font-weight: bolder;
}
.InteractiveCommunication .tabBox .vux-tab-wrap .vux-tab-container .vux-tab .vux-tab-bar-inner {
  border-radius: 1.5px;
  background-color: #1E6BD5;
}
.InteractiveCommunication .posting {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(-90deg, #1B79FF 2%, #1D68D2 99%);
  font-size: 14px;
  color: #FFFFFF;
  position: fixed;
  bottom: 50px;
  right: 16px;
}

.InteractiveCommunicationAssembly {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.InteractiveCommunicationAssembly .newsStyleHeader {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.InteractiveCommunicationAssembly .newsStyleHeader .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  /*border-bottom: 1px solid #E3E3E3;*/
}
.InteractiveCommunicationAssembly .newsStyleHeader .SearchFunctionContent {
  margin-bottom: 10px;
  background-color: #fff;
  padding: 0 16px;
}
.InteractiveCommunicationAssembly .newsStyleHeader .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 2px solid red;*/
}
.InteractiveCommunicationAssembly .newsStyleHeader .SearchFunctionContent .border .firstLineTitle {
  font-size: 16px;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.InteractiveCommunicationAssembly .newsStyleHeader .SearchFunctionContent .border .SecondLineTitle {
  font-size: 12px;
  color: #666666;
  /*width: 100%;*/
  /*white-space:nowrap;*/
  padding-top: 6px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  /*max-height: 0.34rem;*******/
  /*position: relative;*/
  /*line-height: 20px;*/
  /*max-height: 40px;*/
  /*overflow: hidden;*/
  /*word-break: break-all;*/
  /*display: -webkit-box;*/
  /*-webkit-line-clamp:2;*/
  /*-webkit-box-orient: vertical;*/
  /*text-overflow: ellipsis;*/
  /*padding-top: 3px;*/
}
.InteractiveCommunicationAssembly .newsStyleHeader .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.InteractiveCommunicationAssembly .newsStyleHeader .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.InteractiveCommunicationAssembly .newsStyleHeader .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.InteractiveCommunicationAssembly .newsStyleHeader .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.InteractiveCommunicationAssembly .newsStyleHeader .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.InteractiveCommunicationAssembly .newsStyleHeader .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.InteractiveCommunicationAssembly .newsStyleHeader .SearchFunctionContent .leftRight {
  /*border: 2px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  /*border: 1px solid red;*/
}
.InteractiveCommunicationAssembly .newsStyleHeader .SearchFunctionContent .leftRight .firstLineTitle {
  font-size: 16px;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.InteractiveCommunicationAssembly .newsStyleHeader .SearchFunctionContent .leftRight .SecondLineTitle {
  font-size: 12px;
  color: #666666;
  /*width: 100%;*/
  position: relative;
  line-height: 20px;
  max-height: 40px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 6px;
}
.InteractiveCommunicationAssembly .newsStyleHeader .SearchFunctionContent .leftRight .imgListBox {
  margin-top: 8px;
}
.InteractiveCommunicationAssembly .newsStyleHeader .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.InteractiveCommunicationAssembly .newsStyleHeader .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 200px;
  height: 135px;
  border-radius: 5px;
}
.InteractiveCommunicationAssembly .newsStyleHeader .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.InteractiveCommunicationAssembly .newsStyleHeader .firstBox {
  padding: 5px 0 10px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.InteractiveCommunicationAssembly .newsStyleHeader .firstBox img {
  width: 36px;
  height: 36px;
  border-radius: 36px;
}
.InteractiveCommunicationAssembly .newsStyleHeader .firstBox .nameAndTime {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 7px;
}
.InteractiveCommunicationAssembly .newsStyleHeader .firstBox .nameAndTime :nth-child(1) {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  font-weight: bolder;
}
.InteractiveCommunicationAssembly .newsStyleHeader .firstBox .nameAndTime :nth-child(2) {
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
}
.InteractiveCommunicationAssembly .newsStyleHeader .firstBox .readNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
}
.InteractiveCommunicationAssembly .newsStyleHeader .firstBox .readNum i {
  font-size: 20px;
  color: #999999;
  margin-right: 4px;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.InteractiveCommunicationDetail {
  background-color: #ffffff;
}
.InteractiveCommunicationDetail .titleBox {
  /*padding-top: 10px;*/
  background-color: #ffffff;
  padding: 25px 16px 5px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*.readNum{*/
  /*display: flex;*/
  /*align-items: center;*/
  /*font-size: 14px;*/
  /*color: #999999;*/
  /*letter-spacing: 0;*/
  /*i{*/
  /*font-size: 20px;*/
  /*color: #999999;*/
  /*margin-right: 4px;*/
  /*}*/
  /*}*/
}
.InteractiveCommunicationDetail .titleBox img {
  width: 36px;
  height: 36px;
  border-radius: 36px;
}
.InteractiveCommunicationDetail .titleBox .nameAndTime {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 7px;
}
.InteractiveCommunicationDetail .titleBox .nameAndTime :nth-child(1) {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  font-weight: bolder;
}
.InteractiveCommunicationDetail .titleBox .nameAndTime :nth-child(2) {
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
}
.InteractiveCommunicationDetail .textContent {
  /*padding: 10px 0;*/
  /*评论留言部分*/
}
.InteractiveCommunicationDetail .textContent .title {
  background-color: #ffffff;
  padding: 10px 16px 0 16px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  line-height: 22px;
}
.InteractiveCommunicationDetail .textContent .content {
  background-color: #ffffff;
  padding: 7px 16px 10px 16px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.InteractiveCommunicationDetail .textContent .imgs {
  background-color: #ffffff;
  padding: 0 16px;
}
.InteractiveCommunicationDetail .textContent .imgs img {
  margin-top: 10px;
  width: 100%;
  height: 100%;
}
.InteractiveCommunicationDetail .textContent .commentItemParent .commentItem:last-child {
  border: none;
}
.InteractiveCommunicationDetail .textContent .commentItem {
  border-bottom: 1px solid #E3E3E3;
  padding: 10px 16px;
}
.InteractiveCommunicationDetail .textContent .commentItem .firstLine {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #1E6BD5;
  font-weight: bolder;
  letter-spacing: 0;
}
.InteractiveCommunicationDetail .textContent .commentItem .firstLine .firstLineIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 3px;
}
.InteractiveCommunicationDetail .textContent .commentItem .firstLine .firstLineIcon img {
  width: 16px;
}
.InteractiveCommunicationDetail .textContent .commentItem .firstLine .huifuIcon {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #bdbdbd;
  text-align: right;
}
.InteractiveCommunicationDetail .textContent .commentItem .firstLine .huifuIcon i {
  font-weight: 400;
}
.InteractiveCommunicationDetail .textContent .commentItem .secondLine {
  padding: 15px 0;
  font-size: 16px;
  color: #333333;
}
.InteractiveCommunicationDetail .textContent .commentItem .thirdLine {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
}
.InteractiveCommunicationDetail .textContent .commentItem .replyBox {
  margin: 10px 0;
  background: #E3E3E3;
  border-radius: 6px;
  padding: 7px 9px 10px 9px;
}
.InteractiveCommunicationDetail .textContent .commentItem .replyBox .replyItem {
  padding-top: 6px;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.InteractiveCommunicationDetail .textContent .commentItem .replyBox .replyItem :nth-child(1) {
  font-size: 14px;
  color: #666666;
}
.InteractiveCommunicationDetail .textContent .commentItem .replyBox .replyItem :nth-child(2) {
  font-size: 14px;
  color: #151515;
  line-height: 20px;
}
.InteractiveCommunicationDetail .textContent .commentItem .replyBox .replyAll {
  padding-top: 8px;
  font-size: 12px;
  color: #999999;
}
.InteractiveCommunicationDetail .textContent .commentItem .replyBox .replyAll i {
  font-size: 8px;
}
.InteractiveCommunicationDetail .textContent .commentArea {
  background: #FFFFFF;
}
.InteractiveCommunicationDetail .textContent .commentArea .commentAreaTitle {
  padding: 12px 16px;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  font-weight: bolder;
}
.InteractiveCommunicationDetail .textContent .commentArea .noDataBox {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 250px;
}
.InteractiveCommunicationDetail .textContent .commentArea .noDataBox .noDataBoxContent {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.InteractiveCommunicationDetail .textContent .commentArea .noDataBox .noDataBoxContent .noDataPic {
  /*background-position: center center ;*/
  /*-webkit-background-size:cover;*/
  /*background-size:cover;*/
  width: 198px;
  height: 141px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.InteractiveCommunicationDetail .textContent .commentArea .noDataBox .noDataBoxContent .noDataText {
  padding: 0 30px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
  color: #999;
}
.InteractiveCommunicationDetail .btn {
  border-top: 1px solid #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  padding: 6px 16px;
}
.InteractiveCommunicationDetail .btn button {
  width: 160px;
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.InteractiveCommunicationDetail .btn button:active {
  color: #ffffff;
}
.InteractiveCommunicationDetail .btn .weui-btn:after {
  border: none;
}
.InteractiveCommunicationDetail .PopupLiuyan {
  background-color: #ffffff;
}
.InteractiveCommunicationDetail .PopupLiuyan .weui-cell {
  border: 1px solid #E3E3E3;
  margin-bottom: 10px;
}
.InteractiveCommunicationDetail .PopupLiuyan .weui-cell ::-webkit-input-placeholder {
  color: #999999;
  letter-spacing: 0.17px;
}

.AllReplyList {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.AllReplyList .AllReplyTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
  background-color: #ffffff;
  padding: 10px 16px;
}
.AllReplyList .AllReplyTitle span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  color: #333333;
  font-weight: bolder;
}
.AllReplyList .AllReplyTitle i {
  color: #999;
  font-size: 18px;
}
.AllReplyList .commentItem {
  margin-bottom: 5px;
  background-color: #ffffff;
  padding: 20px 16px;
}
.AllReplyList .commentItem .firstLine {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  color: #1E6BD5;
  font-weight: bolder;
  letter-spacing: 0;
}
.AllReplyList .commentItem .firstLine .firstLineIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 3px;
}
.AllReplyList .commentItem .firstLine .firstLineIcon img {
  width: 16px;
}
.AllReplyList .commentItem .secondLine {
  padding: 15px 0;
  font-size: 16px;
  color: #333333;
}
.AllReplyList .commentItem .thirdLine {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
}
.AllReplyList .ReplyList {
  background-color: #ffffff;
  padding: 10px 16px;
  border-bottom: 1px solid #E3E3E3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.AllReplyList .ReplyList .left img {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  /*border: 1px solid red;*/
}
.AllReplyList .ReplyList .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 8px;
}
.AllReplyList .ReplyList .right :nth-child(1) {
  padding-top: 6px;
  font-size: 16px;
  color: #333333;
  font-weight: bolder;
}
.AllReplyList .ReplyList .right :nth-child(2) {
  font-size: 16px;
  color: #333333;
  padding: 15px 0;
}
.AllReplyList .ReplyList .right :nth-child(3) {
  font-size: 14px;
  color: #999999;
}

.NewPosts {
  background-color: white;
  height: 100%;
}
.NewPosts .content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
}
.NewPosts .content .item {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.NewPosts .content .item .title {
  margin-left: 4.2%;
  width: 75px;
  font-size: 14px;
  color: #666666;
}
.NewPosts .content .item .iput {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.NewPosts .content .item .iput .weui-cell {
  padding: 0;
  height: 50px;
  background: #ffffff;
  border-radius: 8px;
}
.NewPosts .content .item .iput .weui-cell .weui-input {
  padding: 4.2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  color: #333333;
}
.NewPosts .content .item .iput .weui-cell .weui-input::-webkit-input-placeholder {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
}
.NewPosts .content .item .iput .weui-cell .weui-input:-ms-input-placeholder {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
}
.NewPosts .content .item .iput .weui-cell .weui-input::-ms-input-placeholder {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
}
.NewPosts .content .item .iput .weui-cell .weui-input::placeholder {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
}
.NewPosts .content .item .iput .weui-cell .weui-cell__ft {
  margin-right: 4.2%;
}
.NewPosts .content .item .textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.NewPosts .content .item .textarea .weui-cell {
  padding: 0;
}
.NewPosts .content .item .textarea .weui-cell .weui-textarea {
  padding: 2.3% 4.2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 8px;
  line-height: 20px;
  height: 96px;
  font-size: 14px;
  color: #333333;
  font-family: PingFangSC-Regular;
}
.NewPosts .content .item .textarea .weui-cell .weui-textarea::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-family: PingFangSC-Regular;
}
.NewPosts .content .item .textarea .weui-cell .weui-textarea:-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-family: PingFangSC-Regular;
}
.NewPosts .content .item .textarea .weui-cell .weui-textarea::-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-family: PingFangSC-Regular;
}
.NewPosts .content .item .textarea .weui-cell .weui-textarea::placeholder {
  color: #999999;
  font-size: 14px;
  font-family: PingFangSC-Regular;
}
.NewPosts .content .item .photo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 2%;
  margin-bottom: 1%;
  /*height: 120px;*/
}
.NewPosts .content .item .picker {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  /*height: 50px;*/
}
.NewPosts .content .item .picker .weui-cell {
  padding: 0;
  height: 35px;
  background: #ffffff;
  margin: 6px 5.5% 6px 0.8%;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.NewPosts .content .item .picker .weui-cell .vux-popup-picker-select {
  text-align: left !important;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.NewPosts .content .item .picker .weui-cell .vux-popup-picker-select .vux-popup-picker-value {
  font-size: 14px;
  color: #333333;
  font-family: PingFangSC-Regular;
}
.NewPosts .content .item .picker .weui-cell_access .weui-cell__ft:after {
  right: 10px;
}
.NewPosts .btn {
  margin-top: 30px;
  padding: 0 16px;
}
.NewPosts .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.NewPosts .btn button:active {
  color: #ffffff;
}
.NewPosts .btn .weui-btn:after {
  border: none;
}

.pswp__button--fs {
  display: none !important;
}
.photoWeixi {
  width: 100%;
  height: 100%;
  font-size: 16px;
}
.photoWeixi .loadings {
  height: 0;
}
.photoWeixi .pic {
  width: 100%;
  height: 100%;
  background-color: #fff;
  /*display: flex;*/
  /*flex-direction: row;*/
  /*!*flex-wrap: wrap;*!*/
  /*justify-content: center;*/
  /*align-items: center;*/
}
.photoWeixi .pic .picPiker {
  padding: 0 15px;
  width: calc(100% - 30px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*flex-flow: row wrap;   !* 换行 *!*/
  /*justify-content: flex-start;*/
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*justify-content:center;*/
  /*justify-content: space-between;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*justify-items: start;*/
}
.photoWeixi .pic .picPiker .image {
  height: 100px;
  width: calc((100% - 30px) / 3);
  /* 宽度 */
  text-align: center;
  background-color: #E3E3E3;
  margin: 0 5px 5px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.photoWeixi .pic .picPiker .image .ima {
  width: 100%;
  height: calc(100% - 21px);
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.photoWeixi .pic .picPiker .image .ima img {
  width: 100%;
  height: 100%;
  /*border: 1px solid #dbdbdb;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.photoWeixi .pic .picPiker .image .cover {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 21px;
  background-color: rgba(0, 0, 0, 0.6);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  /*margin-left: 1px;*/
}
.photoWeixi .pic .picPiker .image .cover .text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
}
.photoWeixi .pic .picPiker .addPicOther {
  height: 100px;
  width: calc((100% - 30px) / 3);
  /* 宽度 */
  text-align: center;
  background-color: #E3E3E3;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  margin: 0 5px 5px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.photoWeixi .pic .picPiker .addPicOther .vux-x-icon {
  fill: #d8d8d8;
}

.CommonProblem[data-v-c5742858] {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.CommonProblem .generalBoxs[data-v-c5742858] {
  width: 100%;
  height: calc(100% - 108px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 98px;
}
.CommonProblem .generalBoxs .SearchFunctionContents[data-v-c5742858] {
  background-color: #fff;
  padding: 0 16px;
  border-bottom: 1px solid #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.CommonProblem .generalBoxs .SearchFunctionContents .borders[data-v-c5742858] {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.CommonProblem .generalBoxs .SearchFunctionContents .borders .firstLineTitles[data-v-c5742858] {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
  line-height: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.CommonProblem .generalBoxs .SearchFunctionContents .borders .footerLines[data-v-c5742858] {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.CommonProblem #thediv[data-v-c5742858] {
  z-index: 100;
  position: absolute;
  top: 43px;
  left: 2px;
  width: 110px;
  height: 110px;
}
.CommonProblem #thediv img[data-v-c5742858] {
  width: 100%;
  height: 100%;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.CommonProblemDetail {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
}
.CommonProblemDetail .contentBox {
  position: absolute;
  top: 48px;
  height: calc(100% - 48px);
  width: 100%;
}
.CommonProblemDetail .contentBox .hsoftNoData {
  height: 100%;
}
.CommonProblemDetail .contentBox .HsoftInlineLoading {
  height: 100%;
}
.CommonProblemDetail .buttonBox {
  background: white;
  height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
}
.CommonProblemDetail .canvas {
  background: white;
  padding: 10px 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.CommonProblemDetail .canvas .title {
  font-family: PingFangSC-Semibold;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
  font-weight: bolder;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.CommonProblemDetail .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /*position: fixed;*/
  /*top: 50px;*/
  /*height: calc(100% - 250px);*/
  overflow-y: scroll;
  width: calc(100% - 32px);
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 20px;
  padding: 21px 16px 16px 16px;
}
.CommonProblemDetail .problem {
  padding-top: 60px;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
}
.CommonProblemDetail .btn {
  margin: 12px 72px 0 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.CommonProblemDetail .btn .resovle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(-90deg, #1B79FF 2%, #1D68D2 99%);
  border-radius: 20px;
  margin-right: 17px;
  width: 100px;
  height: 35px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.17px;
  text-align: center;
}
.CommonProblemDetail .btn .unResolve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #1B79FF;
  border-radius: 20px;
  width: 100px;
  height: 35px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1B79FF;
  letter-spacing: 0.17px;
  text-align: center;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1D68D2;
}
.Sybzjslkssb .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Sybzjslkssb .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #E3E3E3;
  letter-spacing: 0;
  line-height: 50px;
}
.Sybzjslkssb .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.Sybzjslkssb .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.Sybzjslkssb .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.Sybzjslkssb .btn button:active {
  color: #ffffff;
}
.Sybzjslkssb .btn .weui-btn:after {
  border: none;
}
.Sybzjslkssb .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.Sybzjslkssb .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
  background-color: #fff;
}
.Sybzjslkssb .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .title span {
  color: red;
}
.Sybzjslkssb .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.Sybzjslkssb .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.Sybzjslkssb .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.Sybzjslkssb .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.Sybzjslkssb .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.Sybzjslkssb .myins .contentChoose .inputBox .inputName button {
  height: 35px;
  background: #FFFFFF;
  border: 1px solid #1E6BD5;
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
  letter-spacing: 0;
  text-align: center;
}
.Sybzjslkssb .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.Sybzjslkssb .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.Sybzjslkssb .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.Sybzjslkssb .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.Sybzjslkssb .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.Sybzjslkssb .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.Sybzjslkssb .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.Sybzjslkssb .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.Sybzjslkssb .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.Sybzjslkssb .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.Sybzjslkssb .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.Sybzjslkssb .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.Sybzjslkssb .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Sybzjslkssb .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Sybzjslkssb .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.Sybzjslkssb .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Sybzjslkssb .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.Sybzjslkssb .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Sybzjslkssb .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Sybzjslkssb .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Sybzjslkssb .myins .textStyle {
  padding: 5px 10px 0;
}
.Sybzjslkssb .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.Sybzjslkssb .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.Sybzjslkssb .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.Sybzjslkssb .myins .uploadText {
  background-color: #E3E3E3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.Sybzjslkssb .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.Sybzjslkssb .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.Sybzjslkssb .myins .uploadFile .reRight {
  border: 1px solid #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
}
.Sybzjslkssb .myins .uploadFile .right {
  background-color: #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.Sybzjslkssb .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1D68D2;
}
.NoLoginUpload .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.NoLoginUpload .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #E3E3E3;
  letter-spacing: 0;
  line-height: 50px;
}
.NoLoginUpload .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.NoLoginUpload .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.NoLoginUpload .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.NoLoginUpload .btn button:active {
  color: #ffffff;
}
.NoLoginUpload .btn .weui-btn:after {
  border: none;
}
.NoLoginUpload .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.NoLoginUpload .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
  background-color: #fff;
}
.NoLoginUpload .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.NoLoginUpload .myins .contentChoose .inputBox .title span {
  color: red;
}
.NoLoginUpload .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.NoLoginUpload .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.NoLoginUpload .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.NoLoginUpload .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.NoLoginUpload .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.NoLoginUpload .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.NoLoginUpload .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.NoLoginUpload .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.NoLoginUpload .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.NoLoginUpload .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.NoLoginUpload .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.NoLoginUpload .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.NoLoginUpload .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.NoLoginUpload .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.NoLoginUpload .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.NoLoginUpload .myins .contentChoose .inputBox .inputName button {
  height: 35px;
  background: #FFFFFF;
  border: 1px solid #1E6BD5;
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
  letter-spacing: 0;
  text-align: center;
}
.NoLoginUpload .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.NoLoginUpload .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.NoLoginUpload .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.NoLoginUpload .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.NoLoginUpload .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.NoLoginUpload .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.NoLoginUpload .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.NoLoginUpload .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.NoLoginUpload .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.NoLoginUpload .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.NoLoginUpload .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.NoLoginUpload .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.NoLoginUpload .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.NoLoginUpload .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.NoLoginUpload .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.NoLoginUpload .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.NoLoginUpload .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.NoLoginUpload .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.NoLoginUpload .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.NoLoginUpload .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.NoLoginUpload .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.NoLoginUpload .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.NoLoginUpload .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.NoLoginUpload .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.NoLoginUpload .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.NoLoginUpload .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.NoLoginUpload .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.NoLoginUpload .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.NoLoginUpload .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.NoLoginUpload .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.NoLoginUpload .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.NoLoginUpload .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.NoLoginUpload .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.NoLoginUpload .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.NoLoginUpload .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.NoLoginUpload .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.NoLoginUpload .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.NoLoginUpload .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.NoLoginUpload .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.NoLoginUpload .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.NoLoginUpload .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.NoLoginUpload .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.NoLoginUpload .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.NoLoginUpload .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.NoLoginUpload .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.NoLoginUpload .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.NoLoginUpload .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.NoLoginUpload .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.NoLoginUpload .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.NoLoginUpload .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.NoLoginUpload .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.NoLoginUpload .myins .uploadText {
  background-color: #E3E3E3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.NoLoginUpload .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.NoLoginUpload .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.NoLoginUpload .myins .uploadFile .reRight {
  border: 1px solid #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
}
.NoLoginUpload .myins .uploadFile .right {
  background-color: #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.NoLoginUpload .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.zyjsryzsbb {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
}
.zyjsryzsbb .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
}
.zyjsryzsbb .imgConStyle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  margin-top: 50px;
  text-align: center;
}
.zyjsryzsbb .imgConStyle .imgStyle {
  width: 160px;
  height: 160px;
}
.zyjsryzsbb .textStyle {
  /*margin: 20px;*/
  /*font-size: 18px;*/
  width: 95%;
  color: #999999;
  font-size: 14px;
  padding: 0px 10px;
  margin-top: 20px;
  background-color: #ffffff;
  text-align: justify;
}
.zyjsryzsbb .textStyle .pStyle {
  text-indent: 2em;
}

.SBKSLIDcard {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.SBKSLIDcard .OrderDetailTitle {
  background: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
}
.SBKSLIDcard .badMessage {
  width: 100%;
  min-height: 40px;
  background-color: #E3E3E3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #F92705;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SBKSLIDcard .card {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.SBKSLIDcard .card .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.19px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SBKSLIDcard .card .cardInput {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SBKSLIDcard .card .cardInput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.SBKSLIDcard .card .cardInput .weui-input {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SBKSLIDcard .card .cardInput .weui-cell__primary {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SBKSLIDcard .card .cardInput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SBKSLIDcard .card .cardInput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SBKSLIDcard .card .cardInput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SBKSLIDcard .card .cardInput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SBKSLIDcard .card:last-child {
  border: none;
}
.SBKSLIDcard .btn {
  margin-top: 30px;
  padding: 0 16px;
}
.SBKSLIDcard .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.SBKSLIDcard .btn button:active {
  color: #ffffff;
}
.SBKSLIDcard .btn .weui-btn:after {
  border: none;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.SBKSLInfo {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.SBKSLInfo .OrderDetailTitle {
  background: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
}
.SBKSLInfo .infoContent {
  width: 100%;
  height: calc(100% - 50px);
  overflow-y: auto;
}
.SBKSLInfo .noBorder .isAnonymous {
  border-bottom: none;
}
.SBKSLInfo .imgDiv {
  width: 100%;
}
.SBKSLInfo .imgDiv .imgBox {
  /*display: flex;*/
  /*justify-content: center;*/
  text-align: center;
}
.SBKSLInfo .imgDiv .imgBox .img {
  width: 30%;
}
.SBKSLInfo .imgDiv .text {
  padding: 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: red;
}
.SBKSLInfo .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}
.SBKSLInfo .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
}
.SBKSLInfo .inputBox .spanText {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  font-size: 14px;
  color: #333333;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SBKSLInfo .inputBox .spanText div {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
  border: 1px solid #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
}
.SBKSLInfo .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.SBKSLInfo .inputBox .inputName .weui-cell__bd.weui-cell__primary {
  color: #333;
}
.SBKSLInfo .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.SBKSLInfo .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SBKSLInfo .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SBKSLInfo .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SBKSLInfo .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SBKSLInfo .inputBox .textarea {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.SBKSLInfo .inputBox .textarea .weui-cell {
  padding: 0;
}
.SBKSLInfo .inputBox .textarea .weui-cell .weui-textarea {
  padding: 7px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  font-size: 14px;
  color: #333333;
  font-family: PingFangSC-Regular;
}
.SBKSLInfo .inputBox .textarea .weui-cell .weui-textarea::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-family: PingFangSC-Regular;
}
.SBKSLInfo .inputBox .textarea .weui-cell .weui-textarea:-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-family: PingFangSC-Regular;
}
.SBKSLInfo .inputBox .textarea .weui-cell .weui-textarea::-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-family: PingFangSC-Regular;
}
.SBKSLInfo .inputBox .textarea .weui-cell .weui-textarea::placeholder {
  color: #999999;
  font-size: 14px;
  font-family: PingFangSC-Regular;
}
.SBKSLInfo .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.SBKSLInfo .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.SBKSLInfo .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  color: #333;
}
.SBKSLInfo .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.SBKSLInfo .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.SBKSLInfo .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.SBKSLInfo .inputBox .timeChoose .weui-cells:before,
.SBKSLInfo .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.SBKSLInfo .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.SBKSLInfo .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.SBKSLInfo .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.SBKSLInfo .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.SBKSLInfo .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.SBKSLInfo .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.SBKSLInfo .inputBox .noChoose .weui-cell {
  background-color: #d6d6d6;
}
.SBKSLInfo .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.SBKSLInfo .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.SBKSLInfo .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.SBKSLInfo .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.SBKSLInfo .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.SBKSLInfo .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.SBKSLInfo .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.SBKSLInfo .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.SBKSLInfo .inputBox .vux-popup-picker-value.vux-cell-value {
  color: #333;
}
.SBKSLInfo .vux-cell-placeholder {
  font-size: 14px;
}
.SBKSLInfo .btn {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SBKSLInfo .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.SBKSLInfo .btn button:active {
  color: #ffffff;
}
.SBKSLInfo .btn .weui-btn:after {
  border: none;
}

.MessageNotice {
  width: 100%;
  height: 100%;
}
.MessageNotice .MessageNoticeItem .MessageNoticeItemTime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}
.MessageNotice .MessageNoticeItem .MessageNoticeItemTime div {
  background: #E3E3E3;
  border-radius: 15px;
  width: 80px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
}
.MessageNotice .MessageNoticeItem .MessageNoticeItemCard {
  padding: 0 16px;
}
.MessageNotice .MessageNoticeItem .MessageNoticeItemCard .MessageNoticeItemContent {
  padding: 0 7px;
  background-color: #ffffff;
  /*border: 1px solid red;*/
}
.MessageNotice .MessageNoticeItem .MessageNoticeItemCard .MessageNoticeItemContent .firstLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #333333;
  border-bottom: 1px solid #E3E3E3;
  letter-spacing: 0;
  padding: 10px 0;
}
.MessageNotice .MessageNoticeItem .MessageNoticeItemCard .MessageNoticeItemContent .firstLine i {
  font-size: 20px;
  margin-right: 5px;
}
.MessageNotice .MessageNoticeItem .MessageNoticeItemCard .MessageNoticeItemContent .secondLine {
  padding: 20px 0 0 0;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  font-weight: bolder;
}
.MessageNotice .MessageNoticeItem .MessageNoticeItemCard .MessageNoticeItemContent .thirdLine {
  padding: 5px 0 20px 0;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  border-bottom: 1px solid #E3E3E3;
}
.MessageNotice .MessageNoticeItem .MessageNoticeItemCard .MessageNoticeItemContent .forthLine {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.MessageNotice .orange {
  color: #FA6401;
}
.MessageNotice .blue {
  color: #1D68D2;
}
.MessageNotice .yellow {
  color: #FDAB00;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.MessageInfo .hsoftNoData {
  height: 100%;
}
.MessageInfo .titleBox {
  background-color: #ffffff;
  padding: 15px 16px 5px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #333333;
  font-weight: bolder;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.MessageInfo .textContent {
  padding: 10px 16px;
  margin-top: 10px;
  background-color: #ffffff;
}
.MessageInfo .fuwenben {
  width: 100% !important;
}
.MessageInfo .fuwenben * {
  width: 100% !important;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.MessageInfoYkt .hsoftNoData {
  height: 100%;
}
.MessageInfoYkt .titleBox {
  background-color: #ffffff;
  padding: 15px 16px 5px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #333333;
  font-weight: bolder;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.MessageInfoYkt .textContent {
  padding: 10px 16px;
  margin-top: 10px;
  background-color: #ffffff;
}
.MessageInfoYkt .fuwenben {
  width: 100% !important;
  white-space: pre-wrap;
  font-size: 15px;
}
.MessageInfoYkt .fuwenben * {
  width: 100% !important;
  white-space: pre-wrap;
  font-size: 15px;
}
/*@import "../../../less/styles.less";*/
.ZCYW {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ZCYW .footerLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ZCYW .HsoftInlineLoading {
  /*padding-top: 30vh;*/
}
.ZCYW .titleHistory {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  padding: 0 16px;
  line-height: 50px;
  color: #333333;
  font-weight: bolder;
}
.ZCYW .newsStyle {
  position: absolute;
  top: 51px;
  height: 100%;
  width: 100%;
}
.ZCYW .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.ZCYW .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ZCYW .SearchFunctionContent .border {
  padding: 9px 0 9px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.ZCYW .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.ZCYW .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.ZCYW .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.ZCYW .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ZCYW .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.ZCYW .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.ZCYW .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.ZCYW .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.ZCYW .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.ZCYW .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.ZCYW .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.ZCYW .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.ZCYW .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ZCYW .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.ZCYW .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.ZCYW .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.ZCYW .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.ZCYW .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ZCYW .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.ZCYW .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
/*@import "../../../less/styles.less";*/
.TZGG {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.TZGG .footerLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.TZGG .HsoftInlineLoading {
  /*padding-top: 30vh;*/
}
.TZGG .titleHistory {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  padding: 0 16px;
  line-height: 50px;
  color: #333333;
  font-weight: bolder;
}
.TZGG .newsStyle {
  position: absolute;
  top: 51px;
  height: 100%;
  width: 100%;
}
.TZGG .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.TZGG .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.TZGG .SearchFunctionContent .border {
  padding: 9px 0 9px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.TZGG .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.TZGG .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.TZGG .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.TZGG .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.TZGG .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.TZGG .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.TZGG .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.TZGG .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.TZGG .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.TZGG .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.TZGG .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.TZGG .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.TZGG .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.TZGG .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.TZGG .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.TZGG .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.TZGG .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.TZGG .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.TZGG .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.TZGG .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
/*@import "../../../less/styles.less";*/
.QXDT {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.QXDT .footerLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.QXDT .HsoftInlineLoading {
  /*padding-top: 30vh;*/
}
.QXDT .titleHistory {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  padding: 0 16px;
  line-height: 50px;
  color: #333333;
  font-weight: bolder;
}
.QXDT .newsStyle {
  position: absolute;
  top: 51px;
  height: 100%;
  width: 100%;
}
.QXDT .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.QXDT .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.QXDT .SearchFunctionContent .border {
  padding: 9px 0 9px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.QXDT .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.QXDT .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.QXDT .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.QXDT .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.QXDT .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.QXDT .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.QXDT .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.QXDT .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.QXDT .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.QXDT .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.QXDT .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.QXDT .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.QXDT .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.QXDT .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.QXDT .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.QXDT .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.QXDT .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.QXDT .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.QXDT .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.QXDT .SearchFunctionContent:active {
  background-color: #E3E3E3;
}

.MySearch {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.MySearch .el-dialog {
  border-radius: 15px;
}
.MySearch .el-dialog__header {
  text-align: center;
}
.MySearch .el-dialog__footer {
  text-align: center;
}
.MySearch .el-dialog__title {
  font-size: 16px;
}
.MySearch .el-icon-close:before {
  content: unset;
}
.MySearch .el-dialog__body {
  margin-bottom: -35px;
  margin-top: -20px;
}
.MySearch .inforBox {
  width: 100%;
  height: 70px;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  background: url(../../static/img/inforBox.ee19aeb.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
}
.MySearch .inforBox .nameBox {
  position: absolute;
  top: 4px;
  height: 56px;
  width: calc(100% - 16px);
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.MySearch .inforBox .nameBox .inforName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.MySearch .inforBox .nameBox .inforName .titleNameG {
  font-family: PingFangSC-Medium;
  font-size: 22px;
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.MySearch .inforBox .nameBox .inforName .titleNameM {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.MySearch .inforBox .nameBox .inforName .titleNameM .idcrad {
  padding-right: 10px;
  position: relative;
  top: -1px;
}
.MySearch .text {
  text-align: center;
  line-height: 3;
  color: #409EFF;
  background: 0 0;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
}
.MySearch .success {
  text-align: center;
  line-height: 3;
  color: #67C23A;
  background: #f0f9eb;
  border-color: #c2e7b0;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
}
.MySearch .GRYBZHYE {
  margin-top: 6px;
  width: 100%;
  height: 135px;
  background-color: white;
  /*background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);*/
  background: url(../../static/img/kaneiyue.bc9a8ca.png) no-repeat center top;
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
  margin-bottom: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.MySearch .GRYBZHYE .nameBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.MySearch .GRYBZHYE .nameBox .titleNameG {
  font-family: PingFangSC-Medium;
  font-size: 22px;
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.MySearch .GRYBZHYE .nameBox .titleNameM {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 12px;
}
.MySearch .GRYBZHYE .infoBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.MySearch .GRYBZHYE .infoBox .cardBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.MySearch .GRYBZHYE .infoBox .cardBox .cardPic {
  top: 1px;
  color: #d2d2d2;
  position: relative;
}
.MySearch .GRYBZHYE .infoBox .cardBox .cardWord {
  margin-left: 7px;
  opacity: 0.6;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  bottom: -2px;
}
.MySearch .mySearchBox {
  position: fixed;
  width: 100%;
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
}
.MySearch .mySearchTitle {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.MySearch .mySearchTitle .standerCon {
  float: right;
  text-align: center;
  margin-top: 2px;
  line-height: 18px;
}
.MySearch .mySearchTitle .standerCon .stander {
  font-size: 15px;
}
.MySearch .tabBox {
  /*width: 100%;*/
  background-color: white;
  z-index: 10;
  height: 48px;
  /*padding: 0 10px 0 0;*/
  /*width: calc(100% - 32px);*/
  padding: 0 8px 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*.transparent {*/
  /*position: absolute;*/
  /*right: 0;*/
  /*top: 195px;*/
  /*height: 45px;*/
  /*width: 36px;*/
  /*box-sizing: border-box;*/
  /*background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.00) 0%, #FFFFFF 100%);*/
  /*}*/
}
.MySearch .tabBox .vux-tab-wrap {
  padding-top: 48px;
}
.MySearch .tabBox .vux-tab-container {
  height: 48px;
}
.MySearch .tabBox .vux-tab {
  height: 48px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.MySearch .tabBox .vux-tab-item {
  line-height: 48px;
  background: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  /*display: flex;*/
  /*justify-content: flex-start;*/
}
.MySearch .tabBox .vux-tab-selected {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  /*display: flex;*/
  /*justify-content: flex-start;*/
}
.MySearch .businessContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 1px;
  position: absolute;
  width: 100%;
  /*top: 168px;*/
  top: 129px;
  background-color: white;
}
.MySearch .businessContentBox .itemNameTitle {
  background: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.MySearch .businessContentBox .itemNameBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
  padding: 0 16px;
}
.MySearch .businessContentBox .itemNameBox .itemIcon {
  padding-right: 16px;
}
.MySearch .businessContentBox .itemNameBox .itemName {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
}
.weizhitubiao {
  width: 20px;
  height: 20px;
}

.MyAllSearch[data-v-41a9a633] {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.MyAllSearch .el-dialog[data-v-41a9a633] {
  border-radius: 15px;
}
.MyAllSearch .el-dialog__header[data-v-41a9a633] {
  text-align: center;
}
.MyAllSearch .el-dialog__footer[data-v-41a9a633] {
  text-align: center;
}
.MyAllSearch .el-dialog__title[data-v-41a9a633] {
  font-size: 16px;
}
.MyAllSearch .el-icon-close[data-v-41a9a633]:before {
  content: unset;
}
.MyAllSearch .el-dialog__body[data-v-41a9a633] {
  margin-bottom: -35px;
  margin-top: -20px;
}
.MyAllSearch .inforBox[data-v-41a9a633] {
  width: 100%;
  height: 70px;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  background: url(../../static/img/inforBox.ee19aeb.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
}
.MyAllSearch .inforBox .nameBox[data-v-41a9a633] {
  position: absolute;
  top: 4px;
  height: 56px;
  width: calc(100% - 16px);
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.MyAllSearch .inforBox .nameBox .inforName[data-v-41a9a633] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.MyAllSearch .inforBox .nameBox .inforName .titleNameG[data-v-41a9a633] {
  font-family: PingFangSC-Medium;
  font-size: 22px;
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.MyAllSearch .inforBox .nameBox .inforName .titleNameM[data-v-41a9a633] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.MyAllSearch .inforBox .nameBox .inforName .titleNameM .idcrad[data-v-41a9a633] {
  padding-right: 10px;
  position: relative;
  top: -1px;
}
.MyAllSearch .text[data-v-41a9a633] {
  text-align: center;
  line-height: 3;
  color: #409EFF;
  background: 0 0;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
}
.MyAllSearch .success[data-v-41a9a633] {
  text-align: center;
  line-height: 3;
  color: #67C23A;
  background: #f0f9eb;
  border-color: #c2e7b0;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
}
.MyAllSearch .GRYBZHYE[data-v-41a9a633] {
  margin-top: 6px;
  width: 100%;
  height: 135px;
  background-color: white;
  /*background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);*/
  background: url(../../static/img/kaneiyue.bc9a8ca.png) no-repeat center top;
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
  margin-bottom: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.MyAllSearch .GRYBZHYE .nameBox[data-v-41a9a633] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.MyAllSearch .GRYBZHYE .nameBox .titleNameG[data-v-41a9a633] {
  font-family: PingFangSC-Medium;
  font-size: 22px;
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.MyAllSearch .GRYBZHYE .nameBox .titleNameM[data-v-41a9a633] {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 12px;
}
.MyAllSearch .GRYBZHYE .infoBox[data-v-41a9a633] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.MyAllSearch .GRYBZHYE .infoBox .cardBox[data-v-41a9a633] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.MyAllSearch .GRYBZHYE .infoBox .cardBox .cardPic[data-v-41a9a633] {
  top: 1px;
  color: #d2d2d2;
  position: relative;
}
.MyAllSearch .GRYBZHYE .infoBox .cardBox .cardWord[data-v-41a9a633] {
  margin-left: 7px;
  opacity: 0.6;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  bottom: -2px;
}
.MyAllSearch .mySearchBox[data-v-41a9a633] {
  position: fixed;
  width: 100%;
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
}
.MyAllSearch .mySearchTitle[data-v-41a9a633] {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.MyAllSearch .mySearchTitle .standerCon[data-v-41a9a633] {
  float: right;
  text-align: center;
  margin-top: 2px;
  line-height: 18px;
}
.MyAllSearch .mySearchTitle .standerCon .stander[data-v-41a9a633] {
  font-size: 15px;
}
.MyAllSearch .tabBox[data-v-41a9a633] {
  /*width: 100%;*/
  background-color: white;
  z-index: 10;
  height: 48px;
  /*padding: 0 10px 0 0;*/
  /*width: calc(100% - 32px);*/
  padding: 0 8px 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*.transparent {*/
  /*position: absolute;*/
  /*right: 0;*/
  /*top: 195px;*/
  /*height: 45px;*/
  /*width: 36px;*/
  /*box-sizing: border-box;*/
  /*background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.00) 0%, #FFFFFF 100%);*/
  /*}*/
}
.MyAllSearch .tabBox .vux-tab-wrap[data-v-41a9a633] {
  padding-top: 48px;
}
.MyAllSearch .tabBox .vux-tab-container[data-v-41a9a633] {
  height: 48px;
}
.MyAllSearch .tabBox .vux-tab[data-v-41a9a633] {
  height: 48px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.MyAllSearch .tabBox .vux-tab-item[data-v-41a9a633] {
  line-height: 48px;
  background: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  /*display: flex;*/
  /*justify-content: flex-start;*/
}
.MyAllSearch .tabBox .vux-tab-selected[data-v-41a9a633] {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  /*display: flex;*/
  /*justify-content: flex-start;*/
}
.MyAllSearch .businessContentBox[data-v-41a9a633] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 1px;
  position: absolute;
  width: 100%;
  /*top: 168px;*/
  top: 129px;
  background-color: white;
}
.MyAllSearch .businessContentBox .itemNameTitle[data-v-41a9a633] {
  background: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.MyAllSearch .businessContentBox .itemNameBox[data-v-41a9a633] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
  padding: 0 16px;
}
.MyAllSearch .businessContentBox .itemNameBox .itemIcon[data-v-41a9a633] {
  padding-right: 16px;
}
.MyAllSearch .businessContentBox .itemNameBox .itemName[data-v-41a9a633] {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
}
.weizhitubiao[data-v-41a9a633] {
  width: 20px;
  height: 20px;
}

.bgb[data-v-4138be57] {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bgb .mainbgb[data-v-4138be57] {
  background: url(../../static/img/bg_1.64bbca6.png) no-repeat;
  height: 100vh;
  width: 100vw;
  background-size: 116% 106%;
  background-position-x: 12%;
}
.bgb .mainbgb .headerbox[data-v-4138be57] {
  height: 8vh;
  border-radius: 20px 20px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.bgb .mainbgb .headerbox .zxClass[data-v-4138be57] {
  font-family: AlimamaShuHeiTi-Bold;
  font-size: 50px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.31);
  font-weight: 700;
}
.bgb .mainbgb .headerbox .back[data-v-4138be57] {
  position: absolute;
  left: 12%;
}
.bgb .mainbgb .content_box[data-v-4138be57] {
  height: 61vh;
}
.bgb .mainbgb .content_box .contentright_boxF[data-v-4138be57]::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.bgb .mainbgb .content_box .contentright_box[data-v-4138be57] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  overflow-y: hidden;
}
.bgb .mainbgb .content_box .contentright_box .contentright_boxF[data-v-4138be57] {
  overflow-y: auto;
}
.bgb .mainbgb .content_box .contentright_box .contentright_boxF .speakboxLRF[data-v-4138be57] {
  height: 61vh;
}
.bgb .mainbgb .content_box .contentright_box .contentright_boxF .speakboxLRF .speakboxPopF[data-v-4138be57] {
  height: 17vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bgb .mainbgb .content_box .contentright_box .contentright_boxF .speakboxLRF .speakboxPopF .kefuspeakPicF[data-v-4138be57] {
  width: 63px;
}
.bgb .mainbgb .content_box .contentright_box .contentright_boxF .speakboxLRF .speakboxPopF .speakboxPop[data-v-4138be57] {
  width: 40vw;
  height: 8vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ecf5ff), to(#ecf5ff));
  background-image: linear-gradient(180deg, #ecf5ff 0%, #ecf5ff 100%);
  border: 1px solid #a2d3ff;
  border-radius: 62px;
}
.bgb .mainbgb .content_box .contentright_box .contentright_boxF .speakboxLRF .speakboxPopF .speakboxPop .speakboxPopTxt[data-v-4138be57] {
  font-family: SourceHanSansSC-Bold;
  font-size: 32px;
  color: #43488C;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
}
.bgb .mainbgb .content_box .contentright_box .contentright_boxF .speakboxLRF .userspeakPic[data-v-4138be57] {
  width: 90px;
  height: 90px;
}
.bgb .mainbgb .content_box .contentright_box .contentright_boxF .speakboxLRF .kefuspeakPic[data-v-4138be57] {
  width: 80px;
  height: 100px;
}
.bgb .mainbgb .content_box .contentright_box .contentright_boxF .speakboxLRF .speakboxR[data-v-4138be57] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 10px;
  float: right;
  width: 70vw;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.bgb .mainbgb .content_box .contentright_box .contentright_boxF .speakboxLRF .speakboxL[data-v-4138be57] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 70vw;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 10px 10px;
}
.bgb .mainbgb .content_box .contentright_box .contentright_boxF .speakboxLRF .speakbox[data-v-4138be57] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bgb .mainbgb .content_box .contentright_box .contentright_boxF .speakboxLRF .speakbox .kefuspeak[data-v-4138be57] {
  padding: 10px 20px 10px 20px;
  font-size: 16px;
  background: #fff;
  text-align: left;
  border-radius: 0px 40px 40px 34px;
  float: left;
}
.bgb .mainbgb .content_box .contentright_box .contentright_boxF .speakboxLRF .speakbox .kefuspeak .textClass[data-v-4138be57] {
  font-family: SourceHanSansSC-Regular;
  font-size: 15px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
}
.bgb .mainbgb .content_box .contentright_box .contentright_boxF .speakboxLRF .speakbox .userspeak[data-v-4138be57] {
  padding: 10px 20px 10px 20px;
  font-size: 16px;
  background: #1A76FF;
  text-align: left;
  border-radius: 40px 0px 40px 40px;
  float: right;
}
.bgb .mainbgb .content_box .contentright_box .contentright_boxF .speakboxLRF .speakbox .userspeak .textClass[data-v-4138be57] {
  font-family: SourceHanSansSC-Regular;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: -webkit-auto;
  font-weight: 400;
}
.bgb .mainbgb .endToEndIdentification[data-v-4138be57] {
  width: 100%;
  height: 19vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bgb .mainbgb .endToEndIdentification .public_recognition_speech[data-v-4138be57] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bgb .mainbgb .endToEndIdentification .public_recognition_speech .endToEndIdentification_start_recorder_img[data-v-4138be57] {
  height: 116px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFYAAABWCAYAAABVVmH3AAAAAXNSR0IArs4c6QAADDFJREFUeF7tnQtwlNUVx3/nSyC7m8CYbAhGQEUdUbBVkKj4GhU7I2gFBa0iTq3Ft+2oo4yvadX66JT6FigqUm3F8YFa0IKj+ECtj4halcEHIj555AGakN0l2e80d0NoMLvZb7+9uyTInWGGmdzz+t/z3cc5594VdrScICA54bqDKTuAzZETdDtgX1ItPCDKAGD3FhjoCBUqBDvaL0rEVdYVwjfAqucDfHOqSDxHGPliu82BXduo/Xs5HOMKR6JUIewDFHtVTAERGtTlU4RqR1nS7PJi/xJZ6wsRS0Re9bckro3NhogOboHTBE4GRgCOVQHgAu8oPF0Ac0uD8qVl/mnZ5Q1YVS2sjzBOhQsEjs4BmKmMdRVewmF6uDcLRKQlLSoWOuQcWFXtXRvjbEeZCgy2oLNvFgqfOcKtK4t4YKRIs29GHghzCmx9RCcp3Azs5kGXvHUxAItybTgkj+VKaE6ArYvpUHGZrnBUrhS3xPcFt5mL+vWVTy3x28LGKrCq6tRHuEyFGwWKbCubI34RFa4MF3G3iJhNhpVmDdgG1YpNUf4J/MKKZvlnsrAgwBk7iay3IdoKsDUbdYTj8DQwyIZS24qHwEpaGFfWRz7KVoesga2P6vGu8qhAcbbKdBP6RoXx5UFZnI0+WQFbH9HJwP3ac+ZTT1gpxNRlYr9iecYTQZJOvoGtjeiZjjBHlQK/wrsznUAsngW4voCtj+pYVebD9glq+4AbzwXGlgflxUydIGNgN2zSkXGXl1BKMhXWQ/s34DAqXCTLMtE/I2A3b6nehURY76fUVhYEGJnJVswzsKoqdVEWbw6g/JRATdgqwvyygIzzarhnYGub9EoRbvHKeHvsp8LvygNyjxfbPAFbF9NhuLwH9PLCdHvtoxBpiTFs553ki3Q2egM2oq8Dh6Zjlqu/OwLmnyrErZ3mfWorLAoHZEw66rTA1kb0rNaw35y0HdNJyuDvCewUXvlCWfKl8kkd1EWhuBfs3gdG7CKMGQLhoJhueW0JeS7jy4vlX10J7hIvVQ3URxK5pLzFAFSVf7wHd76l1EbBSZK0MZ4rLkzYF6YeIVSYDFkeR17h03CAodJFArNLdeqb9AoV/pIPlzBg1TUpU55S3q9NrMKeWkBg+ljhmL08Enjimr6TwlnlQXkwVc+U2piUSn2Ulfnas65rVMbPVVZH0hv14x4ah7vGCCfum1dwPysLMCRVDDelJiYWIPBQ5mZmTuGqcsJDyvINmdO2U5gQ9ZOnCvtXimdv9y8tsQSgwon9ArIgGZ+UwNZF9DXgsGyEe6Wd/qbLtDe9f/6p+A4qhpd/Kzhe5xGvCqbop8oz5SH5pWdga6I6xFGWmwNHlrLTkkebleEzlaiF5d3M09NGCxP3y4/XAvF4nIEVJbLmx4YmBa4motc58Me0qFjo8NiHytTFau3z/Xk5LJjsYIoJ8tKUy8Ihud0TsLURXSYwNNeKmVG9cIHLv80SaanF47D8YqG4d84/tnaNXwsH5Yi0wNY36a4qrMrHNFDowGH3u3zVYAlVoCUO808XhlfmCVih2YlQUVoqWy29naTXRXRK6xbrPnumpuZkgP3ZPS4bLNakmHl2xhhh7JA8AWtqpYRxpQExgf8trZP02og+IPCbfAF74EyXdVF70gywM8cKY/bOH7AIfw0H5Iouga2L6IfAfvZMTc2pQOCEuS4frLMnraUFFp0pDKvIH7Cm6K48KMekBFZVi9ZH+aG13qq3PVO75nTDiy5zzFBaagUKH/9eKDThsDw1gZqyoFSkBLauQYdqIWZHkLf29tfKxMeVAku53tG7wezxTl6jXmb6aY5TUdlHatqB2wrDuqgeh7Iwb6i2TfyMnuOy4vvspZqt1uMThYN3zadrbD7euozsVyxLkwJbE9FzHLg3exO9czCj/cZXymnzsvfaowfB3yfk8XDQwUx1Oam8WEyZVaJtNbS1Eb1G4EbvsNjpaZS4+WWXWe/7jxf0K4Lnfi2UBvPrrR0QmBIOyuzkU0GTTkO43A5cGXJRmPqcy6PLkwe3u+LWrzfMO00YuFPeYgSd1REuDwfk1uQe26TTRbgwQ0isdTfJgtlLlZteVeIeHM914ciBcPtYIRzahqCaaIzLtRXFclOqqeBPAtdaQ8onozUNyoy3lHnLoaG5zYPbI4EGTHXhkAFwQZUwei/JX8ClC3sch+tLi+S65MDG9Gpx2YK6T1yskJnDg1lvP1gLn9bA9zEoKoABfWHEACgLivGSbZ+13WytOlxTXiTmvkXnxasuqpegdAqBWUEqDZPmuPLGV1D9nbJqPdRHodkkDVPQmahgL4GyAAwuhaoBwqhBUNg2IvlvwqXhgNyRairIWzqmXYHVPyj3bP7sI/HMF652PmaKCBXChH3gokOEyj75BVhgcllQHk4KbE1Ej3Yg45JFP+7huspdbyh3V4NrGQNH4ZKD4OJRZkGzzDz1FzS6Y7nnVlI3RHXPFpcVudalMaac/aTy9lr/+9Z0g2kOHqMqYfZJQijHQW8jq0DYvePV0q2ATVzLjPE9Siid4n7/3rRJOXmu8omFI6wXHYaVwhOThEBhDj1XaCgrorRjAUcnafVRfUeVA70onWkfI+yMx1xeX50pZXb9jxrYdtTNYRqsOhyUgzpqmSzQPUPgguxMSU79wFKXG5aA2L7rnUZZs7DdfLRwxgG58VpVZpSH5KJ0wOZkZ9AQU6pmKbEcuk1X+IYcqD5fCJk9muUmyqSykDzSJbAbN2pl1Em8XGHVr+76j8tt1XkoVEi1arfe1LjqUDi3yrGWajeiVNFAkMoS2frhiaTDV9uk74ow3NbAmnWj6j6XNRttcfTHZ3BfWHK2Q4vdr+adcFCqfqxRqoKNP7Qez6/3p35nqlUblCNmK4WFtjj642PyYdXnCTuX2JsORLmqLCR/9gSs2c/Glc9s1RY8tUy59Hl71S7+YCURrPmbxQyugjbDHpVBMXUYW7WUQ1cX0VeAI/0a0ZHuzjeVO96y+/351euaw4QpI+14rMLi8qAcm0yXlBJqmvR0EebaUOGmJcr973UPYM87ULjycBtWJYJvp4RD8kRGwCZOYW2Fx1mXyd/yqnLvu90D2HNHCFcdkT2w5gp+aYC9U5XLdymhPqoXmM2v38+une7Zj5ULF2rS+wTZ8s6E3hwUZh0vHGehSkaFC8sDMjOV/C6BXabae+coK7L2WoXz57ss/BwcS/UDmQBq+prU+Cn7wG1jsz/aKny+NsDQYSKbfAFriGyVzJv6gSUrlUc+Uqq/g9VmT2ueHXPaagtMRDvbDzRRvm6WavMfty22O7AvjBoIv9pPOHigJERm0xIv0ymnhkPyeFd80tpi7tDWR1kCHJ6NQu20RmCBAz/ElDWNUB+BhhhsamkrwWz2+UJhYYHJHkCwF/QtMqkbqCwhETJsyRbNDoYnq9PKaPHq2Nlc+VSXpT3oZSIbPtCJh7nyqc0c4OU5qbQe2859xyXlxPbq0nDo/3mtrKaCduLN1+qfN6VWOXGHbs60NeO+qF8w/R3ajlOeZ5N+wg9BrIo1U7VLX6n1CpbnqWDLlLBJDyLOKwIBr0J6dD+hsaWFw/uXyH8zsSNjYBNbsI06Thzm/RQe2xFhfDggizIB1fT1BWz7/nZ7fh4qcaZQJlX4fLHTN7AG3PURPdOFOdub55pnoQocTi8tkqcy9VRfi1cyIetjOs5V5uYyZe7XOJ90jcSZGC6R53zSJ8iy8tgtC9pGrRIHM7o9+tmobvVoZDu4jar9o1Ee7sH73O73zGmHQ4RTF2Fq63dwXU85/ppjKt35Yd6O81FDTIc2u8xSS4GbbOa6VLSJKBX0jKekOxqx+Qg8GeVGEXbNBTh+ebaWXK5Q5ep0oT+//K0tXl0p8IVqoE+Ec6Tt0sg2BTjxmjxMKwvwoHQRpM4GUGvbLa9KJHJom5ggLudrW/bXaqVNF3qYCO9idZkRDvHsdvMDE8kMXhvVPQuUU02WU4T9bYMsQosq1aLMV3g4HJKvvTqArX5W9rHZKFOzUXcRh2NbF5LDWx/7HSEO+6oS8qpY+4/4oHwsSjXwWizOCx3vtWajn19ar/r75Z8xnfnZqeFRBrXAHuaSjKtUaAG9cXFoywOq+dkpUWri8G2B8vkLQb7d8bNTGUPdMwm6ncf2TBg7a70D2ByN5P8AAFAikxXxxjAAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 116px 116px;
  cursor: pointer;
}
.bgb .mainbgb .endToEndIdentification .public_recognition_speech .endToEndIdentification_end_recorder_img[data-v-4138be57] {
  height: 116px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.bgb .mainbgb .endToEndIdentification .public_recognition_speech .endToEndIdentification_end_recorder_img .endToEndIdentification_end_recorder_img_back[data-v-4138be57] {
  width: 116px;
  height: 116px;
  background: url(../../static/img/声浪.f15c0cf.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.bgb .mainbgb .endToEndIdentification .public_recognition_speech .endToEndIdentification_prompt[data-v-4138be57] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: SourceHanSansCN-Medium;
  font-size: 26px;
  color: #709EB7;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  margin-top: 5%;
}
.bgbSp[data-v-4138be57] {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bgbSp .mainbgb[data-v-4138be57] {
  height: 100vh;
  width: 100vw;
}
.bgbSp .mainbgb .headerbox[data-v-4138be57] {
  height: 6vh;
  background: #009DF6;
  border-radius: 20px 20px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.bgbSp .mainbgb .headerbox .zxClass[data-v-4138be57] {
  font-family: AlimamaShuHeiTi-Bold;
  font-size: 23px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.31);
  font-weight: 700;
}
.bgbSp .mainbgb .headerbox .back[data-v-4138be57] {
  position: absolute;
  left: 8%;
  top: 2%;
}
.bgbSp .mainbgb .headerbox .back .backimg[data-v-4138be57] {
  width: 10px;
  height: 20px;
}
.bgbSp .mainbgb .content_box[data-v-4138be57] {
  height: 82vh;
  background: #F9F9F9;
}
.bgbSp .mainbgb .content_box .contentright_boxF[data-v-4138be57]::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.bgbSp .mainbgb .content_box .contentright_box[data-v-4138be57] {
  width: 100%;
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  overflow-y: hidden;
}
.bgbSp .mainbgb .content_box .contentright_box .contentright_boxF[data-v-4138be57] {
  overflow-y: auto;
}
.bgbSp .mainbgb .content_box .contentright_box .contentright_boxF .speakboxLRF[data-v-4138be57] {
  height: 70vh;
}
.bgbSp .mainbgb .content_box .contentright_box .contentright_boxF .speakboxLRF .speakboxPopF[data-v-4138be57] {
  height: 12vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bgbSp .mainbgb .content_box .contentright_box .contentright_boxF .speakboxLRF .speakboxPopF .kefuspeakPicF[data-v-4138be57] {
  width: 63px;
}
.bgbSp .mainbgb .content_box .contentright_box .contentright_boxF .speakboxLRF .speakboxPopF .speakboxPop[data-v-4138be57] {
  width: 80vw;
  height: 7vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ecf5ff), to(#ecf5ff));
  background-image: linear-gradient(180deg, #ecf5ff 0%, #ecf5ff 100%);
  border: 1px solid #a2d3ff;
  border-radius: 62px;
  margin-left: 2vw;
}
.bgbSp .mainbgb .content_box .contentright_box .contentright_boxF .speakboxLRF .speakboxPopF .speakboxPop .speakboxPopTxt[data-v-4138be57] {
  font-family: SourceHanSansSC-Bold;
  font-size: 15px;
  color: #43488C;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
}
.bgbSp .mainbgb .content_box .contentright_box .contentright_boxF .speakboxLRF .userspeakPic[data-v-4138be57] {
  width: 60px;
  height: 60px;
}
.bgbSp .mainbgb .content_box .contentright_box .contentright_boxF .speakboxLRF .kefuspeakPic[data-v-4138be57] {
  width: 80px;
  height: 100px;
}
.bgbSp .mainbgb .content_box .contentright_box .contentright_boxF .speakboxLRF .speakboxR[data-v-4138be57] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 10px;
  float: right;
  width: 85vw;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.bgbSp .mainbgb .content_box .contentright_box .contentright_boxF .speakboxLRF .speakboxL[data-v-4138be57] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 90vw;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 10px 10px;
}
.bgbSp .mainbgb .content_box .contentright_box .contentright_boxF .speakboxLRF .speakbox[data-v-4138be57] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bgbSp .mainbgb .content_box .contentright_box .contentright_boxF .speakboxLRF .speakbox .kefuspeak[data-v-4138be57] {
  padding: 10px 20px 10px 20px;
  font-size: 16px;
  background: #fff;
  text-align: left;
  float: left;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0px 40px 40px 34px;
}
.bgbSp .mainbgb .content_box .contentright_box .contentright_boxF .speakboxLRF .speakbox .kefuspeak .textClass[data-v-4138be57] {
  font-family: SourceHanSansSC-Regular;
  font-size: 15px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
}
.bgbSp .mainbgb .content_box .contentright_box .contentright_boxF .speakboxLRF .speakbox .userspeak[data-v-4138be57] {
  padding: 10px 20px 10px 20px;
  font-size: 16px;
  background: #1A76FF;
  text-align: left;
  border-radius: 40px 00px 40px 40px;
  float: right;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.08);
  font-family: SourceHanSansSC-Regular;
  font-size: 32px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}
.bgbSp .mainbgb .content_box .contentright_box .contentright_boxF .speakboxLRF .speakbox .userspeak .textClass[data-v-4138be57] {
  font-family: SourceHanSansSC-Regular;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  text-align: -webkit-auto;
  font-weight: 400;
}
.bgbSp .mainbgb .endToEndIdentification[data-v-4138be57] {
  width: 100%;
  height: 12vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
}
.bgbSp .mainbgb .endToEndIdentification .public_recognition_speech[data-v-4138be57] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bgbSp .mainbgb .endToEndIdentification .public_recognition_speech .endToEndIdentification_start_recorder_img[data-v-4138be57] {
  height: 45px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABCCAYAAADjVADoAAAAAXNSR0IArs4c6QAAEZBJREFUeF7VXAmQXNV1Pff3vszeM6MZ7QIJYSEWodUggRBgi1gWThWkTKBYTIUkLmzjQCJDlSOqYhBQNoQCYlIsBQYRREFYHBY7gJEQSCC0oV2CGW0z0iw9W0/v/W/q/v9f60+re6ZnpsfBr0oldff779133r3nLu99Ef4cjZnWtWJOPINgJA5Eomnf/EbHrzMZTA0nAAJQ5gE0pqaPWvBP1X7EvE4g5AUm+tC2KER7x1pMkWFM2m92c/V4T2ZFawzOr1KOwHg/7gK4JpEB4klCOA1vBiAlAAPQAA5oiAdcDJcDCDiBoJMORJJ4otqbSRyJOt5aPYvCYyFw6YBgpkffgbtxZuaaeMqx8OsYGtmB70fT7OjJEFKyUpi7b/w9yMxs9dUZcBBQ6WJ4HJTpTuLNSX60hDzYFNmHV36yHEkQWb1HB09JgHhqN1frLsxJaVh1vB/nJTIciulAgs3hNToFwHDFlVUKMJbGwOsA/A50NPqwQwfWlPmw9daJo9eSUQGx6STXHwhjZkeaf9Wl04yOFGrTDOijXHwhsBQoIrRTAyo0tNf5+ACSdM+4IPZdN41ODhdo1X/EQPzHfh4f9PBjxyK4sjlOvgxb2j6K3S92EYYtWAahEbjeybEqL/1hehle1rx4+6oa6i12rBED8cY+Lku60z/dG3VeHE7jyt4kyKENtP/hCjHS/oocdB3wOcEzfHqmwoffnohrd//LTOobzrjD0oin93GZ14MH90f4lvYEuYUAxf6/Cc0gVjAq3JQc58MzFTr++UfDAKPoZTy7jSt7vPqaowm6uTtFblGCwZj//wMcIVXhpwonJ+vc9Gw8iVWrL6DuYmQpCognDnNVMqLffzxBPwpnSHjqGweCWqwiVB9x2kv8tMOl/WLNudQ1FBhDAvFsE1d2JvSHjsW0m/vScIzGFQ4lTKl+N8AA4AIyPh3Plrtw11CaMSgQYg56AA/v7ufre9LklODmL6kJGE5Gus6JFyqBO+4YxEwKLu21Q1zXltIfOhCjH/ZmyCUdv2mcMNSmZM1EQ+qMcrzU6MUd1xYIvgoC8ezBzM8PRLUHTibhdPwFgmDnDPEolS6kzwjqa8uc2qobplBrLoh5gfjPvTzjaAJPdKSxTCLFsdAEe1CUFWqMgjGZS2KNkBuZhgD++mfT6c0hgXj1GE840ccv7urHkhRTyeMEe5icTcCE3OhUTiHAl5qOZF4C9GoH1k8rx21/Nw0H7QnbgPnWrWNH12wsa47xa20ZCpSaHFVW6XMwJnoYdT7AB8DhAOIp4EiCcDwOxPVTydpQPDCc32V+pwY+vwJ/GpfGypW2gGsAEI8e5PJYVP/oq6R2HlNpLUKEIDAaPcCFVYwazymTEyGMYIiB9gSwq5dwNA5kSqyRShvHObnl7HK68bppeJ+sND4LxGpmrWI/bmruxwNRHaFS8oLigwluxqKQhMFmBJivSbAmKfznYcLBfjIAKqUsArZbA58b5PfOaqEVS5dSWuTIAvFWC/u3d+CtYwlcJkKWevKgg3F5iFHrKwyCPRPsSwFvnyT0pskozpSqKa1o9PKJ+eX6qu9Ndj43AIhnmjN37u2hX3YlqayUiZQyiSVVjDMrstnzkOuSte/uAzaHtTHRCq8GzArqz82u1m6/uJb6DKzfaOfGg514/KsIri61uxQghBz/qt40iWLraiJYJA281UqIZkpMWADSOnBmkGOzy+jWFRNprQHE801801f9eOpYFA5VWxhyy4rsIDY52cdYHGKjzCZmp7xHoSHELIUr4hlgQwfhcKz0bjzDQLULPMWLG348k14kZtaePIgbD0TwdG8GVEqzkIUKENMDjIU1DDeZJbaAS2oH+Q2fwehPAQkdyAhpdgJ7otqYxDMSupzr5w2Tfanb6NN2nrOrW39pc7c2nUqkgVbwYpiB7P6MAGNBNcOlAVUeYFKA4BwkZGqJMVpjbACxtRP4MqrlJW/D7VpqVejfgymuaMUMH8fHOzLL6Zm9qUva0o53DsTJJzlFKZodCNGIWX4d80OAmJ2cV1S7CZLF5eML+a4nyehPmxrxRQfwZUzLC9tIFm9fn8gWcqO/zoeltO4oz9/ZyR+2JMlfSpepJpTJZgYZi8Q0NAmSzF8KzaX4Q0w0nTGB2DEGpiEyiChuILk4pD9OG9r4zRcPY3mcTW21o2wIrJt5wIAtUZUPu5nnbo81kyxsup+xuNY0jTI3UOOhgoYhQ3cmGH1JUyO2dgBb+/OYhpovV61OW4DNfgqo+wUVnKbHD+jJzV1mvUGhpMbKt7bcPioYKeQW5fvJLsayBjY8gYTWjcHCZCTAtUQYHQmTX3aEgS0REwi1H2qurAnatCzXI8lzQ3mpcwMco8f269HNXSS5z5g0cZeT3Yxl4xhOC22j+l8oWrQKsMbpFgM7u4DNvabXyDUnFX6rhRaz6NxFyrMNPsTonu0cbYrCZ58kV7uGg5DK/QUAFRobphGS80vTnRbTRB7pu6sb2NhlAqH4RUi3FFG3EqXajRjduZWjx+LwZU3DyBKLjwBzFyWLP8PPCGiMphihM0WYFWBcVMtwO4ofV2QQjtgWBjb1aCh3mPFIXAf29ZcChlOST/FxjB7Zo0c/DZPPoNA8pJDN/mxnmoVsTnZsZkDHghAQcJi5wscdGs4OMhaGTLIsUiEMM5IweFsnsK1Xw7drdJxTASR1YEM7sCeiZU0tn4YVYyYqK270IEa//lKPfiIcYYGci3Wu4KKi6nQ6VwAB4sIyHXNrAJcTaI8B77cRKhzApeNM0ygWCJFD3OfmDuBkknB5HaPKa+7Vnh7gg/b8QVYxZjegj3CEAHHHFpMjih5AaU6eBwSIeeU65lTDqPiKC/ygjSAp9Q8mMIKu4QEhl0r+p4Xg1hiX1QJ+t5mD7OsD/retdEBMEbL88WaTI05bl25ZirC1MLh10DsYYEJus8sY8yScJiBlqfH+fsKKcYxJQVPdNTERdW6az9yt307GgFeOE84KMJbWmSU9UamtYeCTsGbkLoWaxD7qCon6d+4equ+n+BGj+7fr0Q1dlCXLojUjT0cBYpKPcWmIjWs/IueuHmBjmNDoA5bVMiSOt+cHp7kz626FAPbHk5J5AotrGLMrTS8iGenH7YT9UatgkztYvs/2ICkn8JHujQHE6JFdevLdNnIN5tqLBccKWfG9Bh0NXjPljqWB99oIR2OEs8tExdlwq4W4QmQWTdrRQ9jcRWjwML5bz3Lsb5hFRwp4/bhmlPPshKjGVO5ZxlEuVx1Tym+GVth5TnitkmO0tkl/8/mvaXn6VLyTXfdgxFYIZFH5Cyt0LAyZw4jwzVHC+g4YBZa5lYzZ5abGqEhdTSh9o2lgazdhaw/BpQkIwBQ/mzVOBrZ1AevDpU3LF1Zxmv5tN8/f1YkPT8ZgJF0D3M4gSKgALBvVid1beUnQyVjZwCi3KlIGGBHTlUpWOcHHqPcyGvzGfSjDDcpCj0aBI/2EY6L2DmBRjY7ZFaZJCOdIhfvtVkJXqnCuMhztlb5uDcll9frj9ODO1CVHo453tneRb9DqVCFvked7ZsaMAHBJ/SmXKRrU3A980kFoS5gLEcAkI1UuuTtNxolUo48xt4YxxW+pMoBEGviwnXAwYj472pBKHShVutFf78FS+t1BnrOni1/aEKbpErnmm0CV1/JVk6XGKd/bTcWoezJwTgXjYhVaW8J3J4G9fYTD/TC0g2GW4WTXA07GrDLgjCAbVSzFW+JGP+4g7Oml7EU1FW4XqwH2foo/khngWxWIj/dgOcl5Rs/nuHFXD56W+1ClKtUpkzmnnDGvhg0TUJYmwIlX6EsDsYyJkGhGhcs0AbVIgzMy5hmHHPqU+owjA/CSGt4wpzJ1m7GRD+/mm77owFN7euEwrsOUqBlWw8BUP+O8SsYEv6lysvvGxDlnnHbPJ4s+FgN2dRG+ipmaYM+H7KDIc0qrDLOxq7V1giaxizQ1t4Bd4wHPqsQNj8ynF41HXjrCjX88zI9v76arZduyQlruxu5aT3PTVn5iBCdWsmYEYHZhdCDoMoGYVc4IecydN7jBAt14lmHc0BVS3NMjpAnjgMcALGdxiprs6VF2/3Lse4AmWRPKPOdXcWxRLd36j2db5XwZ4J4tmTs3tdMvO5JUJiyuBBTkcjnA/l1uria/iRyyg6r+IONLsiTjiEuscgHTgsAFlSaZSpNAaVs3oSkCdKXks5yUDu/WXl5QcrTbkI0BufS+oFp/7spq7XY5DM5it3oL+7d247WmCL6TLXjYBsmNG+xaYp8r1+MOEM7KYKW/RwOWjmOcW24+sT9CeLeFIMQoSJaKq/JZuQDR4OMTS+pp1b9eQAOP/J7cwq6Ih3+/7jBdIaQ5qkKuMmgLvVwwjJ0GsKCOsaTGBOLzbsKGk2SQqJpbXKlq+eQZwBPWDtj75Vaw1FiaBp5Whvf6HFjxp9xDYJZ3Kr7GspcO47m9YTSOBggjzLVOq+zRo+IBQ5s04KI6xrerzRVIOC1AKNOS7wzPo8BU4bF1qUTZriGnjZPUHMbfKmFU6muBVedHyzgfbnz1UryvLosMoBW5XnwoxW+sa6JL2xOGrCNqAwgw3wiSXWrAwlrz4MfQiC7CJ21mQDXqaKmA1AKs04HMwnp85ASufubiU9eUB/IrMz22D9NfP4onv+7BEjYLzyVvsnQhznkhM+CSz591ET4V01Beq+SzmvHJnBBHZpbRZWvmYUvBq0Nq7l9s5e/vbOfXtofJIcyftVmrsmxoms3+5bPK+pRLVLxgJz3ZEcOPW2QoHCFFXWUaH7eapjFU+X0kGMm4EwLQV07S104Paj+/djq128fJ8bjmT+82c8OmsL7mraPada39cGbT2DwS5HqTbCxhxRR2lbLzhWjE4gbGQss0RCPWt5gaUdJmeaqAE6kF9Vi7oBF3/SQHBEUheeeVt3I2hvHwxlb8sCsBV75zhZEKrEjwnCrG8vHmix4fthK+6KCsxox07NznRAPFVZ9ZiT9UunHdf19OnfnGzqsRquNNH3LloSh+09SL6+JpeErp2wUMCaa+VWW+yLYnTIikSntlSeZwaIx5teg/r4bu+9WFdF8hgAcFQh5avY2ntMX4szeaqVaKJqNxq6cJYQuwBj39GoF6qEr73BDHVkzg+7sc2gOrZ1FyxEDsOMGBbk2/fe0hWvXyIQqwDmdJwRjBIod6xHKTuDDEsfn1dK+zp/nfVy+dGh/suSE1Qh5uYva+vBtnPX8A/xCJ4+bOONxSxMlWoq0ZjEhOJV62LNPudeR3VQVTwZB6GU4JqjLEbD8rd1HPDvBQtsTQCKwkatWQXNyAY1dN1J9s92mPrp5Kg4IwKFnmQ++iN7isJogHD4RxS3Mv3KUk0KF2ecjf2YwT6vxI1vrxzLRy3HtNHcLXDmIOQ7rPwSa95WMuC7n0+3aE6e8/aydHRF5uG0Kvijl+G3Khg3QwappO8OwqzoyvpN+e6MbdG1eO4cttSpYXDnJ5awJXfXAcf3O4D1d+3QNfRjcTNePPaFZV5LPZY0e5HedHpsqD318xAf9VBbx978I/w+uOdjl/uonrd4YxM854qLUXczviIKkDGsWdMUJDOMDQAM18xXF2LVoX1eLTbZ24/b3vnv4eRpG4lmbzfvYFnz3FzQ++fpSCuztxTiyNUH/CVlfIASW3gDLUZ/vue11ArZdR76fmKRXYpTtwzw8a0Hz99OFrwag4ohDC63az++7DoMmEa8IJXOEFX9MSI9/JfrP6lG1Wei5bkFO2yB7i2NN1eU7qqNU+oNKNWIrxysqp6HPreLXpCDa+cm3h2KBYbRi21yh24OVvs+fyiZmr32txyF30a5zES8JJghzqtsXgiifhFIY3jgmsQQ3XKFmpHLo4ka4LICWnYY1+4/RrfZzxyuwKRDb04/VDV5HoW0nbGFnyKRnXbOFJuoap8v7F9m7gTD/+9swAX7++g3CgB+iOmzYv/5HG5KBZvmtP0As7u/DiOC9wfsiodzY9MJeOlHTlOYP9H0wJhcvJ57eVAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 46px 46px;
  cursor: pointer;
}
.bgbSp .mainbgb .endToEndIdentification .public_recognition_speech .endToEndIdentification_end_recorder_img[data-v-4138be57] {
  height: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.bgbSp .mainbgb .endToEndIdentification .public_recognition_speech .endToEndIdentification_end_recorder_img .endToEndIdentification_end_recorder_img_back[data-v-4138be57] {
  width: 90px;
  height: 25px;
  background: url(../../static/img/声浪.f15c0cf.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.bgbSp .mainbgb .endToEndIdentification .public_recognition_speech .endToEndIdentification_prompt[data-v-4138be57] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: SourceHanSansCN-Medium;
  font-size: 21px;
  color: #709EB7;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  margin-top: 5%;
}

.ComponentGetDateTime .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.ComponentGetDateTime .vux-no-group-title {
  margin-top: 0;
}
.ComponentGetDateTime .weui-cells {
  width: 28.5vw;
  height: 4.6vh;
  margin-top: 0 !important;
}
.ComponentGetDateTime .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.ComponentGetDateTime .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ededed;
  border-radius: 2px;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 28.5vw;
  height: 4.6vh;
}
.ComponentGetDateTime .dateRange {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.ComponentGetDateTime .dateRange .vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.ComponentGetDateTime .dateRange .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.ComponentGetDateTime .dateRange .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.ComponentGetDateTime .dateRange .reset {
  margin-left: 5vw;
  padding: 0.9vh 4vw;
  background: blue;
  color: white;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  border-radius: 14.5px;
}
.ComponentGetDateTime .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ComponentGetDateTime .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6FA8F6;
}
.ComponentGetDateTime .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}

.List {
  margin-bottom: 10px;
}
.YBJBXX {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.YBJBXX .hsoftNoData {
  height: calc(100% - 50px);
  background: #E3E3E3;
}
.YBJBXX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.YBJBXX .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.YBJBXX .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.YBJBXX .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.YLJFMX {
  height: inherit;
  overflow: hidden;
  background: white;
}
.YLJFMX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.YLJFMX .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.YLJFMX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 285px);
  width: 100%;
  position: absolute;
  top: 285px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.YLJFMX .serviceBox .hsoftNoData {
  height: 100%;
  background: #E3E3E3;
}
.YLJFMX .serviceBox .gsContent {
  margin-bottom: 10px;
}
.YLJFMX .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.YLJFMX .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #E3E3E3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.YLJFMX .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.YLJFMX .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.YLJFMX .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.TemplateGRYBZHYE {
  width: 100%;
  height: 135px;
  background: url(../../static/img/kaneiyue.bc9a8ca.png) no-repeat center top;
  background-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.TemplateGRYBZHYE .number {
  padding-left: 6vw;
  font-size: 8vw;
  padding-top: 10vw;
  color: white;
}
.TemplateGRYBZHYE .word {
  font-size: 4vw;
  padding-left: 6vw;
  color: #8dbafa;
}

.ComponentGetDateTime .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.ComponentGetDateTime .vux-no-group-title {
  margin-top: 0;
}
.ComponentGetDateTime .weui-cells {
  width: 28.5vw;
  height: 4.6vh;
  margin-top: 0 !important;
}
.ComponentGetDateTime .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.ComponentGetDateTime .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ededed;
  border-radius: 2px;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 28.5vw;
  height: 4.6vh;
}
.ComponentGetDateTime .dateRange {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.ComponentGetDateTime .dateRange .vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.ComponentGetDateTime .dateRange .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.ComponentGetDateTime .dateRange .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.ComponentGetDateTime .dateRange .reset {
  margin-left: 5vw;
  padding: 0.9vh 4vw;
  background: blue;
  color: white;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  border-radius: 14.5px;
}
.ComponentGetDateTime .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ComponentGetDateTime .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6FA8F6;
}
.ComponentGetDateTime .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}

.YBZHHRXX {
  height: inherit;
  overflow: hidden;
  background: white;
}
.YBZHHRXX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.YBZHHRXX .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.YBZHHRXX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 285px);
  width: 100%;
  position: absolute;
  top: 285px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.YBZHHRXX .serviceBox .hsoftNoData {
  height: 100%;
  background: #E3E3E3;
}
.YBZHHRXX .serviceBox .gsContent {
  margin-bottom: 10px;
}
.YBZHHRXX .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.YBZHHRXX .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #E3E3E3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.YBZHHRXX .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.YBZHHRXX .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.YBZHHRXX .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.YBZHZCXX {
  height: inherit;
  overflow: hidden;
  background: white;
}
.YBZHZCXX td,
.YBZHZCXX th {
  padding: 14px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.YBZHZCXX .vux-table {
  line-height: 20px;
}
.YBZHZCXX thead th {
  color: #333;
}
.YBZHZCXX tbody td {
  color: #666;
}
.YBZHZCXX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.YBZHZCXX .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.YBZHZCXX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 285px);
  width: 100%;
  position: absolute;
  top: 285px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.YBZHZCXX .serviceBox .hsoftNoData {
  height: 100%;
  background: #E3E3E3;
}
.YBZHZCXX .serviceBox .gsContent {
  margin-bottom: 10px;
}
.YBZHZCXX .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.YBZHZCXX .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #E3E3E3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.YBZHZCXX .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.YBZHZCXX .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.YBZHZCXX .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.YLNDZH {
  height: inherit;
  overflow: hidden;
  background: white;
}
.YLNDZH .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.YLNDZH .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.YLNDZH .serviceBox {
  /**滚动列表*/
  height: calc(100% - 100px);
  width: 100%;
  position: absolute;
  top: 100px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.YLNDZH .serviceBox .hsoftNoData {
  height: 100%;
  background: #E3E3E3;
}
.YLNDZH .serviceBox .gsContent {
  margin-bottom: 10px;
}
.YLNDZH .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.YLNDZH .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #E3E3E3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.YLNDZH .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.YLNDZH .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.YLNDZH .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.CXJMYLBXIdcard {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.CXJMYLBXIdcard .OrderDetailTitle {
  background: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
}
.CXJMYLBXIdcard .badMessage {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E3E3E3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #F92705;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.CXJMYLBXIdcard .card {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.CXJMYLBXIdcard .card .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.19px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.CXJMYLBXIdcard .card .cardInput {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.CXJMYLBXIdcard .card .cardInput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.CXJMYLBXIdcard .card .cardInput .weui-input {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.CXJMYLBXIdcard .card .cardInput .weui-cell__primary {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.CXJMYLBXIdcard .card .cardInput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.CXJMYLBXIdcard .card .cardInput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.CXJMYLBXIdcard .card .cardInput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.CXJMYLBXIdcard .card .cardInput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.CXJMYLBXIdcard .card:last-child {
  border: none;
}
.CXJMYLBXIdcard .btn {
  margin-top: 30px;
  padding: 0 16px;
}
.CXJMYLBXIdcard .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.CXJMYLBXIdcard .btn button:active {
  color: #ffffff;
}
.CXJMYLBXIdcard .btn .weui-btn:after {
  border: none;
}

.CXJMYLBXInfo {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.CXJMYLBXInfo .hsoftNoData {
  height: calc(100% - 50px);
  background: #E3E3E3;
}
.CXJMYLBXInfo .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.CXJMYLBXInfo .gsContent {
  margin-bottom: 10px;
}
.CXJMYLBXInfo .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.CXJMYLBXInfo .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.CXJMYLBXInfo .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.YDJYAZCX {
  height: inherit;
  overflow: hidden;
  background: white;
}
.YDJYAZCX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.YDJYAZCX .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.YDJYAZCX .vux-no-group-title {
  margin-top: 0;
}
.YDJYAZCX .weui-cells {
  width: 28.5vw;
  height: 4.6vh;
  margin-top: 0 !important;
}
.YDJYAZCX .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.YDJYAZCX .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E3E3E3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 28.5vw;
  height: 4.6vh;
}
.YDJYAZCX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.YDJYAZCX .serviceBox .gsContent {
  margin-bottom: 10px;
}
.YDJYAZCX .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.YDJYAZCX .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #E3E3E3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.YDJYAZCX .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.YDJYAZCX .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.YDJYAZCX .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.SYDYJBXX {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.SYDYJBXX .hsoftNoData {
  height: calc(100% - 50px);
  background: #E3E3E3;
}
.SYDYJBXX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYDYJBXX .gsContent {
  margin-bottom: 10px;
}
.SYDYJBXX .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.SYDYJBXX .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SYDYJBXX .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.SYDYFFXX {
  height: inherit;
  overflow: hidden;
  background: white;
}
.SYDYFFXX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYDYFFXX .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYDYFFXX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 150px);
  width: 100%;
  position: absolute;
  top: 150px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYDYFFXX .serviceBox .hsoftNoData {
  height: 100%;
  background: #E3E3E3;
}
.SYDYFFXX .serviceBox .gsContent {
  margin-bottom: 10px;
}
.SYDYFFXX .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.SYDYFFXX .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #E3E3E3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.SYDYFFXX .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.SYDYFFXX .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SYDYFFXX .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.SYRYQDJL {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*background: white;*/
}
.SYRYQDJL .hsoftNoData {
  height: calc(100% - 50px);
}
.SYRYQDJL .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.SYRYQDJL .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYRYQDJL .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.SYRYQDJL .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SYRYQDJL .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.SYNMGDYSBJD {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.SYNMGDYSBJD .hsoftNoData {
  height: calc(100% - 50px);
  background: #E3E3E3;
}
.SYNMGDYSBJD .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYNMGDYSBJD .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.SYNMGDYSBJD .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SYNMGDYSBJD .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.SYYCXDYSBJD {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.SYYCXDYSBJD .hsoftNoData {
  height: calc(100% - 50px);
  background: #E3E3E3;
}
.SYYCXDYSBJD .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYYCXDYSBJD .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
}
.SYYCXDYSBJD .gsContent .gsContentBox .gsContentBoxName {
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SYYCXDYSBJD .gsContent .gsContentBox .gsContentBoxValue {
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.SYDJSBJD {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.SYDJSBJD .hsoftNoData {
  height: calc(100% - 50px);
  background: #E3E3E3;
}
.SYDJSBJD .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYDJSBJD .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.SYDJSBJD .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SYDJSBJD .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.SYDJD {
  height: 100%;
}
.SYDJD .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYDJD .hsoftNoData {
  height: calc(100% - 50px);
  background: #E3E3E3;
}

.HsoftBase64ConvertPDF .buttonBox {
  left: 0;
  z-index: 1;
  height: 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  border-top: 1px solid #E3E3E3;
}
.HsoftBase64ConvertPDF .buttonBox .buttonBoxLeft {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: PingFangSC-Medium;
  font-size: 15px;
  color: white;
  font-weight: bolder;
  letter-spacing: 0.18px;
  text-align: center;
  width: calc(50% - 32px);
  border-radius: 40px;
  margin: 0 16px;
  background-color: #1b76f8;
}
.HsoftBase64ConvertPDF .buttonBox .buttonBoxRight {
  /*flex: 1;*/
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: PingFangSC-Medium;
  font-size: 15px;
  color: white;
  width: calc(50% - 32px);
  background-color: #1b76f8;
  letter-spacing: 0.18px;
  text-align: center;
  margin: 0 16px;
  border-radius: 40px;
  font-weight: bolder;
}
.HsoftBase64ConvertPDF .drag-box .wrapper {
  margin-bottom: 54px;
}
.HsoftBase64ConvertPDF .pdf-box {
  position: relative;
}
/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

.textLayer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.2;
  line-height: 1.0;
}

.textLayer > div {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

.textLayer .highlight {
  margin: -1px;
  padding: 1px;

  background-color: rgb(180, 0, 170);
  border-radius: 4px;
}

.textLayer .highlight.begin {
  border-radius: 4px 0px 0px 4px;
}

.textLayer .highlight.end {
  border-radius: 0px 4px 4px 0px;
}

.textLayer .highlight.middle {
  border-radius: 0px;
}

.textLayer .highlight.selected {
  background-color: rgb(0, 100, 0);
}

.textLayer ::-moz-selection { background: rgb(0,0,255); }

.textLayer ::selection { background: rgb(0,0,255); }

.textLayer .endOfContent {
  display: block;
  position: absolute;
  left: 0px;
  top: 100%;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.textLayer .endOfContent.active {
  top: 0px;
}

.annotationLayer section {
  position: absolute;
}

.annotationLayer .linkAnnotation > a,
.annotationLayer .buttonWidgetAnnotation.pushButton > a {
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.annotationLayer .linkAnnotation > a:hover,
.annotationLayer .buttonWidgetAnnotation.pushButton > a:hover {
  opacity: 0.2;
  background: #ff0;
  -webkit-box-shadow: 0px 2px 10px #ff0;
          box-shadow: 0px 2px 10px #ff0;
}

.annotationLayer .textAnnotation img {
  position: absolute;
  cursor: pointer;
}

.annotationLayer .textWidgetAnnotation input,
.annotationLayer .textWidgetAnnotation textarea,
.annotationLayer .choiceWidgetAnnotation select,
.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
  background-color: rgba(0, 54, 255, 0.13);
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 9px;
  height: 100%;
  margin: 0;
  padding: 0 3px;
  vertical-align: top;
  width: 100%;
}

.annotationLayer .choiceWidgetAnnotation select option {
  padding: 0;
}

.annotationLayer .buttonWidgetAnnotation.radioButton input {
  border-radius: 50%;
}

.annotationLayer .textWidgetAnnotation textarea {
  font: message-box;
  font-size: 9px;
  resize: none;
}

.annotationLayer .textWidgetAnnotation input[disabled],
.annotationLayer .textWidgetAnnotation textarea[disabled],
.annotationLayer .choiceWidgetAnnotation select[disabled],
.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],
.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled] {
  background: none;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.annotationLayer .textWidgetAnnotation input:hover,
.annotationLayer .textWidgetAnnotation textarea:hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,
.annotationLayer .buttonWidgetAnnotation.radioButton input:hover {
  border: 1px solid #000;
}

.annotationLayer .textWidgetAnnotation input:focus,
.annotationLayer .textWidgetAnnotation textarea:focus,
.annotationLayer .choiceWidgetAnnotation select:focus {
  background: none;
  border: 1px solid transparent;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,
.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  background-color: #000;
  content: '';
  display: block;
  position: absolute;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  height: 80%;
  left: 45%;
  width: 1px;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  border-radius: 50%;
  height: 50%;
  left: 30%;
  top: 20%;
  width: 50%;
}

.annotationLayer .textWidgetAnnotation input.comb {
  font-family: monospace;
  padding-left: 2px;
  padding-right: 0;
}

.annotationLayer .textWidgetAnnotation input.comb:focus {
  /*
   * Letter spacing is placed on the right side of each character. Hence, the
   * letter spacing of the last character may be placed outside the visible
   * area, causing horizontal scrolling. We avoid this by extending the width
   * when the element has focus and revert this when it loses focus.
   */
  width: 115%;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
}

.annotationLayer .popupWrapper {
  position: absolute;
  width: 20em;
}

.annotationLayer .popup {
  position: absolute;
  z-index: 200;
  max-width: 20em;
  background-color: #FFFF99;
  -webkit-box-shadow: 0px 2px 5px #333;
          box-shadow: 0px 2px 5px #333;
  border-radius: 2px;
  padding: 0.6em;
  margin-left: 5px;
  cursor: pointer;
  font: message-box;
  word-wrap: break-word;
}

.annotationLayer .popup h1 {
  font-size: 1em;
  border-bottom: 1px solid #000000;
  margin: 0;
  padding-bottom: 0.2em;
}

.annotationLayer .popup p {
  margin: 0;
  padding-top: 0.2em;
}

.annotationLayer .highlightAnnotation,
.annotationLayer .underlineAnnotation,
.annotationLayer .squigglyAnnotation,
.annotationLayer .strikeoutAnnotation,
.annotationLayer .lineAnnotation svg line,
.annotationLayer .squareAnnotation svg rect,
.annotationLayer .circleAnnotation svg ellipse,
.annotationLayer .polylineAnnotation svg polyline,
.annotationLayer .polygonAnnotation svg polygon,
.annotationLayer .inkAnnotation svg polyline,
.annotationLayer .stampAnnotation,
.annotationLayer .fileAttachmentAnnotation {
  cursor: pointer;
}

.pdfViewer .canvasWrapper {
  overflow: hidden;
}

.pdfViewer .page {
  direction: ltr;
  width: 816px;
  height: 1056px;
  margin: 1px auto -8px auto;
  position: relative;
  overflow: visible;
  border: 9px solid transparent;
  background-clip: content-box;
  -o-border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAA6UlEQVR4Xl2Pi2rEMAwE16fm1f7/r14v7w4rI0IzLAF7hLxNevBSEMEF5+OilNCsRd8ZMyn+a4NmsOT8WJw1lFbSYgGFzF2bLFoLjTClWjKKGRWpDYAGXUnZ4uhbBUzF3Oe/GG/ue2fn4GgsyXhNgysV2JnrhKEMg4fEZcALmiKbNhBBRFpSyDOj1G4QOVly6O1FV54ZZq8OVygrciDt6JazRgi1ljTPH0gbrPmHPXAbCiDd4GawIjip1TPh9tt2sz24qaCjr/jAb/GBFTbq9KZ7Ke/Cqt8nayUikZKsWZK7Fe6bg5dOUt8fZHWG2BHc+6EAAAAASUVORK5CYII=) 9 9 repeat;
     border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAA6UlEQVR4Xl2Pi2rEMAwE16fm1f7/r14v7w4rI0IzLAF7hLxNevBSEMEF5+OilNCsRd8ZMyn+a4NmsOT8WJw1lFbSYgGFzF2bLFoLjTClWjKKGRWpDYAGXUnZ4uhbBUzF3Oe/GG/ue2fn4GgsyXhNgysV2JnrhKEMg4fEZcALmiKbNhBBRFpSyDOj1G4QOVly6O1FV54ZZq8OVygrciDt6JazRgi1ljTPH0gbrPmHPXAbCiDd4GawIjip1TPh9tt2sz24qaCjr/jAb/GBFTbq9KZ7Ke/Cqt8nayUikZKsWZK7Fe6bg5dOUt8fZHWG2BHc+6EAAAAASUVORK5CYII=) 9 9 repeat;
  background-color: white;
}

.pdfViewer.removePageBorders .page {
  margin: 0px auto 10px auto;
  border: none;
}

.pdfViewer.singlePageView {
  display: inline-block;
}

.pdfViewer.singlePageView .page {
  margin: 0;
  border: none;
}

.pdfViewer.scrollHorizontal, .pdfViewer.scrollWrapped, .spread {
  margin-left: 3.5px;
  margin-right: 3.5px;
  text-align: center;
}

.pdfViewer.scrollHorizontal, .spread {
  white-space: nowrap;
}

.pdfViewer.removePageBorders,
.pdfViewer.scrollHorizontal .spread,
.pdfViewer.scrollWrapped .spread {
  margin-left: 0;
  margin-right: 0;
}

.spread .page,
.pdfViewer.scrollHorizontal .page,
.pdfViewer.scrollWrapped .page,
.pdfViewer.scrollHorizontal .spread,
.pdfViewer.scrollWrapped .spread {
  display: inline-block;
  vertical-align: middle;
}

.spread .page,
.pdfViewer.scrollHorizontal .page,
.pdfViewer.scrollWrapped .page {
  margin-left: -3.5px;
  margin-right: -3.5px;
}

.pdfViewer.removePageBorders .spread .page,
.pdfViewer.removePageBorders.scrollHorizontal .page,
.pdfViewer.removePageBorders.scrollWrapped .page {
  margin-left: 5px;
  margin-right: 5px;
}

.pdfViewer .page canvas {
  margin: 0;
  display: block;
}

.pdfViewer .page canvas[hidden] {
  display: none;
}

.pdfViewer .page .loadingIcon {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(data:image/gif;base64,R0lGODlhGAAYAPQAAP///wAAAM7Ozvr6+uDg4LCwsOjo6I6OjsjIyJycnNjY2KioqMDAwPLy8nZ2doaGhri4uGhoaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJBwAAACwAAAAAGAAYAAAFriAgjiQAQWVaDgr5POSgkoTDjFE0NoQ8iw8HQZQTDQjDn4jhSABhAAOhoTqSDg7qSUQwxEaEwwFhXHhHgzOA1xshxAnfTzotGRaHglJqkJcaVEqCgyoCBQkJBQKDDXQGDYaIioyOgYSXA36XIgYMBWRzXZoKBQUMmil0lgalLSIClgBpO0g+s26nUWddXyoEDIsACq5SsTMMDIECwUdJPw0Mzsu0qHYkw72bBmozIQAh+QQJBwAAACwAAAAAGAAYAAAFsCAgjiTAMGVaDgR5HKQwqKNxIKPjjFCk0KNXC6ATKSI7oAhxWIhezwhENTCQEoeGCdWIPEgzESGxEIgGBWstEW4QCGGAIJEoxGmGt5ZkgCRQQHkGd2CESoeIIwoMBQUMP4cNeQQGDYuNj4iSb5WJnmeGng0CDGaBlIQEJziHk3sABidDAHBgagButSKvAAoyuHuUYHgCkAZqebw0AgLBQyyzNKO3byNuoSS8x8OfwIchACH5BAkHAAAALAAAAAAYABgAAAW4ICCOJIAgZVoOBJkkpDKoo5EI43GMjNPSokXCINKJCI4HcCRIQEQvqIOhGhBHhUTDhGo4diOZyFAoKEQDxra2mAEgjghOpCgz3LTBIxJ5kgwMBShACREHZ1V4Kg1rS44pBAgMDAg/Sw0GBAQGDZGTlY+YmpyPpSQDiqYiDQoCliqZBqkGAgKIS5kEjQ21VwCyp76dBHiNvz+MR74AqSOdVwbQuo+abppo10ssjdkAnc0rf8vgl8YqIQAh+QQJBwAAACwAAAAAGAAYAAAFrCAgjiQgCGVaDgZZFCQxqKNRKGOSjMjR0qLXTyciHA7AkaLACMIAiwOC1iAxCrMToHHYjWQiA4NBEA0Q1RpWxHg4cMXxNDk4OBxNUkPAQAEXDgllKgMzQA1pSYopBgonCj9JEA8REQ8QjY+RQJOVl4ugoYssBJuMpYYjDQSliwasiQOwNakALKqsqbWvIohFm7V6rQAGP6+JQLlFg7KDQLKJrLjBKbvAor3IKiEAIfkECQcAAAAsAAAAABgAGAAABbUgII4koChlmhokw5DEoI4NQ4xFMQoJO4uuhignMiQWvxGBIQC+AJBEUyUcIRiyE6CR0CllW4HABxBURTUw4nC4FcWo5CDBRpQaCoF7VjgsyCUDYDMNZ0mHdwYEBAaGMwwHDg4HDA2KjI4qkJKUiJ6faJkiA4qAKQkRB3E0i6YpAw8RERAjA4tnBoMApCMQDhFTuySKoSKMJAq6rD4GzASiJYtgi6PUcs9Kew0xh7rNJMqIhYchACH5BAkHAAAALAAAAAAYABgAAAW0ICCOJEAQZZo2JIKQxqCOjWCMDDMqxT2LAgELkBMZCoXfyCBQiFwiRsGpku0EshNgUNAtrYPT0GQVNRBWwSKBMp98P24iISgNDAS4ipGA6JUpA2WAhDR4eWM/CAkHBwkIDYcGiTOLjY+FmZkNlCN3eUoLDmwlDW+AAwcODl5bYl8wCVYMDw5UWzBtnAANEQ8kBIM0oAAGPgcREIQnVloAChEOqARjzgAQEbczg8YkWJq8nSUhACH5BAkHAAAALAAAAAAYABgAAAWtICCOJGAYZZoOpKKQqDoORDMKwkgwtiwSBBYAJ2owGL5RgxBziQQMgkwoMkhNqAEDARPSaiMDFdDIiRSFQowMXE8Z6RdpYHWnEAWGPVkajPmARVZMPUkCBQkJBQINgwaFPoeJi4GVlQ2Qc3VJBQcLV0ptfAMJBwdcIl+FYjALQgimoGNWIhAQZA4HXSpLMQ8PIgkOSHxAQhERPw7ASTSFyCMMDqBTJL8tf3y2fCEAIfkECQcAAAAsAAAAABgAGAAABa8gII4k0DRlmg6kYZCoOg5EDBDEaAi2jLO3nEkgkMEIL4BLpBAkVy3hCTAQKGAznM0AFNFGBAbj2cA9jQixcGZAGgECBu/9HnTp+FGjjezJFAwFBQwKe2Z+KoCChHmNjVMqA21nKQwJEJRlbnUFCQlFXlpeCWcGBUACCwlrdw8RKGImBwktdyMQEQciB7oACwcIeA4RVwAODiIGvHQKERAjxyMIB5QlVSTLYLZ0sW8hACH5BAkHAAAALAAAAAAYABgAAAW0ICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWPM5wNiV0UDUIBNkdoepTfMkA7thIECiyRtUAGq8fm2O4jIBgMBA1eAZ6Knx+gHaJR4QwdCMKBxEJRggFDGgQEREPjjAMBQUKIwIRDhBDC2QNDDEKoEkDoiMHDigICGkJBS2dDA6TAAnAEAkCdQ8ORQcHTAkLcQQODLPMIgIJaCWxJMIkPIoAt3EhACH5BAkHAAAALAAAAAAYABgAAAWtICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWHM5wNiV0UN3xdLiqr+mENcWpM9TIbrsBkEck8oC0DQqBQGGIz+t3eXtob0ZTPgNrIwQJDgtGAgwCWSIMDg4HiiUIDAxFAAoODwxDBWINCEGdSTQkCQcoegADBaQ6MggHjwAFBZUFCm0HB0kJCUy9bAYHCCPGIwqmRq0jySMGmj6yRiEAIfkECQcAAAAsAAAAABgAGAAABbIgII4k0DRlmg6kYZCsOg4EKhLE2BCxDOAxnIiW84l2L4BLZKipBopW8XRLDkeCiAMyMvQAA+uON4JEIo+vqukkKQ6RhLHplVGN+LyKcXA4Dgx5DWwGDXx+gIKENnqNdzIDaiMECwcFRgQCCowiCAcHCZIlCgICVgSfCEMMnA0CXaU2YSQFoQAKUQMMqjoyAglcAAyBAAIMRUYLCUkFlybDeAYJryLNk6xGNCTQXY0juHghACH5BAkHAAAALAAAAAAYABgAAAWzICCOJNA0ZVoOAmkY5KCSSgSNBDE2hDyLjohClBMNij8RJHIQvZwEVOpIekRQJyJs5AMoHA+GMbE1lnm9EcPhOHRnhpwUl3AsknHDm5RN+v8qCAkHBwkIfw1xBAYNgoSGiIqMgJQifZUjBhAJYj95ewIJCQV7KYpzBAkLLQADCHOtOpY5PgNlAAykAEUsQ1wzCgWdCIdeArczBQVbDJ0NAqyeBb64nQAGArBTt8R8mLuyPyEAOwAAAAAAAAAAAA==) center no-repeat;
}

.pdfPresentationMode .pdfViewer {
  margin-left: 0;
  margin-right: 0;
}

.pdfPresentationMode .pdfViewer .page,
.pdfPresentationMode .pdfViewer .spread {
  display: block;
}

.pdfPresentationMode .pdfViewer .page,
.pdfPresentationMode .pdfViewer.removePageBorders .page {
  margin-left: auto;
  margin-right: auto;
}

.pdfPresentationMode:-ms-fullscreen .pdfViewer .page {
  margin-bottom: 100% !important;
}

.pdfPresentationMode:-webkit-full-screen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0;
}

.pdfPresentationMode:-moz-full-screen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0;
}

.pdfPresentationMode:fullscreen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0;
}

.SYBXTXCX {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.SYBXTXCX .head {
  background: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
}
.SYBXTXCX .inputBox .card {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.SYBXTXCX .inputBox .card .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.19px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SYBXTXCX .inputBox .card .cardInput {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYBXTXCX .inputBox .card .cardInput button {
  height: 35px;
  background: #FFFFFF;
  border: 1px solid #1E6BD5;
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
  letter-spacing: 0;
  text-align: center;
}
.SYBXTXCX .inputBox .card .cardInput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.SYBXTXCX .inputBox .card .cardInput .weui-input {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYBXTXCX .inputBox .card .cardInput .weui-cell__primary {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYBXTXCX .inputBox .card .cardInput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SYBXTXCX .inputBox .card .cardInput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SYBXTXCX .inputBox .card .cardInput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SYBXTXCX .inputBox .card .cardInput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SYBXTXCX .inputBox .card:last-child {
  border: none;
}
.SYBXTXCX .btn {
  margin-top: 30px;
  padding: 0 16px;
}
.SYBXTXCX .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.SYBXTXCX .btn button:active {
  color: #ffffff;
}
.SYBXTXCX .btn .weui-btn:after {
  border: none;
}

.SYBZJCXXQ {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.SYBZJCXXQ .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYBZJCXXQ .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.SYBZJCXXQ .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.SYBZJCXXQ .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SYBZJCXXQ .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}

.SYRYJFJSCX {
  height: inherit;
  overflow: hidden;
  background: white;
}
.SYRYJFJSCX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYRYJFJSCX .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYRYJFJSCX .main .dateRangeBox {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.SYRYJFJSCX .main .dateRangeBox .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.SYRYJFJSCX .main .dateRangeBox .vux-no-group-title {
  margin-top: 0;
}
.SYRYJFJSCX .main .dateRangeBox .weui-cells {
  width: 100%;
  height: 35px;
  margin-top: 0 !important;
}
.SYRYJFJSCX .main .dateRangeBox .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.SYRYJFJSCX .main .dateRangeBox .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 100%;
  height: 35px;
}
.SYRYJFJSCX .main .dateRangeBox .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.SYRYJFJSCX .main .dateRangeBox .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.SYRYJFJSCX .main .dateRangeBox .reset {
  width: 58px;
  padding: 6px 0;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1b79ff), color-stop(99%, #1d68d2));
  background-image: linear-gradient(90deg, #1b79ff 2%, #1d68d2 99%);
  border-radius: 14.5px;
}
.SYRYJFJSCX .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SYRYJFJSCX .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6fa8f6;
}
.SYRYJFJSCX .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.SYRYJFJSCX .ComponentGetDateTime .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.SYRYJFJSCX .ComponentGetDateTime .vux-no-group-title {
  margin-top: 0;
}
.SYRYJFJSCX .ComponentGetDateTime .weui-cells {
  width: 28.5vw;
  height: 4.6vh;
  margin-top: 0 !important;
}
.SYRYJFJSCX .ComponentGetDateTime .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.SYRYJFJSCX .ComponentGetDateTime .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ededed;
  border-radius: 2px;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 28.5vw;
  height: 4.6vh;
}
.SYRYJFJSCX .ComponentGetDateTime .dateRange {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.SYRYJFJSCX .ComponentGetDateTime .dateRange .vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.SYRYJFJSCX .ComponentGetDateTime .dateRange .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.SYRYJFJSCX .ComponentGetDateTime .dateRange .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.SYRYJFJSCX .ComponentGetDateTime .dateRange .reset {
  margin-left: 5vw;
  padding: 0.9vh 4vw;
  background: blue;
  color: white;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  border-radius: 14.5px;
}
.SYRYJFJSCX .ComponentGetDateTime .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SYRYJFJSCX .ComponentGetDateTime .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6FA8F6;
}
.SYRYJFJSCX .ComponentGetDateTime .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.SYRYJFJSCX .nextpage {
  width: 120px;
  text-align: center;
  border: 1px solid #3436a3;
}
.SYRYJFJSCX .vanlist {
  overflow: scroll;
  height: 86.5vh;
}
.SYRYJFJSCX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  top: 50px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYRYJFJSCX .serviceBox .vantlist {
  text-align: center;
  font-size: 14px;
  background: white;
}
.SYRYJFJSCX .serviceBox .vantlist .cellstyle {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(138, 127, 127, 0.25);
}
.SYRYJFJSCX .serviceBox .vantlist .cellstyle .listtitle1 {
  margin: 0 10px;
  width: 30%;
}
.SYRYJFJSCX .serviceBox .vantlist .cellstyle .listtitle2 {
  width: 40%;
}
.SYRYJFJSCX .serviceBox .vantlist .cellstyle .listtitle3 {
  margin: 0 10px;
  width: 30%;
}
.SYRYJFJSCX .serviceBox .listspan {
  text-align: center;
  line-height: 40px;
}
.SYRYJFJSCX .serviceBox .listspan1 {
  margin: 0 10px;
  width: 30%;
}
.SYRYJFJSCX .serviceBox .listspan2 {
  margin: 0 10px;
  width: 40%;
}
.SYRYJFJSCX .serviceBox .listspan3 {
  margin: 0 10px;
  width: 30%;
}
.SYRYJFJSCX .serviceBox .gsContent {
  margin-bottom: 10px;
}
.SYRYJFJSCX .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.SYRYJFJSCX .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.SYRYJFJSCX .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.SYRYJFJSCX .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SYRYJFJSCX .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}
.van-cell__value--alone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.van-cell {
  padding: 0;
}

.SYRYJFJSCXReport {
  height: inherit;
  overflow: hidden;
  background: white;
  position: fixed;
  width: inherit;
}
.SYRYJFJSCXReport td,
.SYRYJFJSCXReport th {
  padding: 14px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
}
.SYRYJFJSCXReport .vux-table {
  line-height: 20px;
}
.SYRYJFJSCXReport thead th {
  color: #333;
}
.SYRYJFJSCXReport tbody td {
  color: #666;
}
.SYRYJFJSCXReport .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYRYJFJSCXReport .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.SYRYJFJSCXReport .vux-no-group-title {
  margin-top: 0;
}
.SYRYJFJSCXReport .weui-cells {
  width: 28.5vw;
  height: 4.6vh;
  margin-top: 0 !important;
}
.SYRYJFJSCXReport .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.SYRYJFJSCXReport .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 28.5vw;
  height: 4.6vh;
}
.SYRYJFJSCXReport .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYRYJFJSCXReport .serviceBoxS {
  /**滚动列表*/
  height: calc(100% - 150px);
  width: 100%;
  position: absolute;
  top: 150px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYRYJFJSCXReport .serviceBoxS .gsContent {
  margin-bottom: 10px;
}
.SYRYJFJSCXReport .serviceBoxS .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.SYRYJFJSCXReport .serviceBoxS .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.SYRYJFJSCXReport .serviceBoxS .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.SYRYJFJSCXReport .serviceBoxS .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SYRYJFJSCXReport .serviceBoxS .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}

.SYDQDYCX {
  height: inherit;
  overflow: hidden;
  background: white;
}
.SYDQDYCX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYDQDYCX .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYDQDYCX .main .dateRangeBox {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.SYDQDYCX .main .dateRangeBox .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.SYDQDYCX .main .dateRangeBox .vux-no-group-title {
  margin-top: 0;
}
.SYDQDYCX .main .dateRangeBox .weui-cells {
  width: 100%;
  height: 35px;
  margin-top: 0 !important;
}
.SYDQDYCX .main .dateRangeBox .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.SYDQDYCX .main .dateRangeBox .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 100%;
  height: 35px;
}
.SYDQDYCX .main .dateRangeBox .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.SYDQDYCX .main .dateRangeBox .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.SYDQDYCX .main .dateRangeBox .reset {
  width: 58px;
  padding: 6px 0;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1b79ff), color-stop(99%, #1d68d2));
  background-image: linear-gradient(90deg, #1b79ff 2%, #1d68d2 99%);
  border-radius: 14.5px;
}
.SYDQDYCX .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SYDQDYCX .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6fa8f6;
}
.SYDQDYCX .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.SYDQDYCX .nextpage {
  width: 120px;
  text-align: center;
  border: 1px solid #3436a3;
}
.SYDQDYCX .vanlist {
  overflow: scroll;
  height: 86.5vh;
}
.SYDQDYCX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  top: 50px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYDQDYCX .serviceBox .vantlist {
  text-align: center;
  font-size: 14px;
  background: white;
}
.SYDQDYCX .serviceBox .vantlist .cellstyle {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(138, 127, 127, 0.25);
}
.SYDQDYCX .serviceBox .vantlist .cellstyle .listtitle1 {
  margin: 0 10px;
  width: 30%;
}
.SYDQDYCX .serviceBox .vantlist .cellstyle .listtitle2 {
  width: 40%;
}
.SYDQDYCX .serviceBox .vantlist .cellstyle .listtitle3 {
  margin: 0 10px;
  width: 30%;
}
.SYDQDYCX .serviceBox .listspan {
  text-align: center;
  line-height: 40px;
}
.SYDQDYCX .serviceBox .listspan1 {
  margin: 0 10px;
  width: 30%;
}
.SYDQDYCX .serviceBox .listspan2 {
  margin: 0 10px;
  width: 40%;
}
.SYDQDYCX .serviceBox .listspan3 {
  margin: 0 10px;
  width: 30%;
}
.SYDQDYCX .serviceBox .gsContent {
  margin-bottom: 10px;
}
.SYDQDYCX .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.SYDQDYCX .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.SYDQDYCX .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.SYDQDYCX .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SYDQDYCX .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}
.van-cell__value--alone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.van-cell {
  padding: 0;
}

.SYYCXDYCX {
  height: inherit;
  overflow: hidden;
  background: white;
}
.SYYCXDYCX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYYCXDYCX .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYYCXDYCX .main .dateRangeBox {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.SYYCXDYCX .main .dateRangeBox .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.SYYCXDYCX .main .dateRangeBox .vux-no-group-title {
  margin-top: 0;
}
.SYYCXDYCX .main .dateRangeBox .weui-cells {
  width: 100%;
  height: 35px;
  margin-top: 0 !important;
}
.SYYCXDYCX .main .dateRangeBox .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.SYYCXDYCX .main .dateRangeBox .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 100%;
  height: 35px;
}
.SYYCXDYCX .main .dateRangeBox .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.SYYCXDYCX .main .dateRangeBox .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.SYYCXDYCX .main .dateRangeBox .reset {
  width: 58px;
  padding: 6px 0;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1b79ff), color-stop(99%, #1d68d2));
  background-image: linear-gradient(90deg, #1b79ff 2%, #1d68d2 99%);
  border-radius: 14.5px;
}
.SYYCXDYCX .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SYYCXDYCX .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6fa8f6;
}
.SYYCXDYCX .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.SYYCXDYCX .nextpage {
  width: 120px;
  text-align: center;
  border: 1px solid #3436a3;
}
.SYYCXDYCX .vanlist {
  overflow: scroll;
  height: 86.5vh;
}
.SYYCXDYCX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  top: 50px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYYCXDYCX .serviceBox .vantlist {
  text-align: center;
  font-size: 14px;
  background: white;
}
.SYYCXDYCX .serviceBox .vantlist .cellstyle {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(138, 127, 127, 0.25);
}
.SYYCXDYCX .serviceBox .vantlist .cellstyle .listtitle1 {
  margin: 0 10px;
  width: 40%;
}
.SYYCXDYCX .serviceBox .vantlist .cellstyle .listtitle2 {
  width: 15%;
}
.SYYCXDYCX .serviceBox .vantlist .cellstyle .listtitle3 {
  margin: 0 10px;
  width: 15%;
}
.SYYCXDYCX .serviceBox .listspan {
  text-align: center;
  line-height: 40px;
}
.SYYCXDYCX .serviceBox .listspan1 {
  margin: 0 10px;
  width: 30%;
}
.SYYCXDYCX .serviceBox .listspan2 {
  margin: 0 10px;
  width: 40%;
}
.SYYCXDYCX .serviceBox .listspan3 {
  margin: 0 10px;
  width: 30%;
}
.SYYCXDYCX .serviceBox .gsContent {
  margin-bottom: 10px;
}
.SYYCXDYCX .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.SYYCXDYCX .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.SYYCXDYCX .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.SYYCXDYCX .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SYYCXDYCX .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}
.van-cell__value--alone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.van-cell {
  padding: 0;
}

.SYBFTFXXCX {
  height: inherit;
  overflow: hidden;
  background: white;
}
.SYBFTFXXCX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYBFTFXXCX .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYBFTFXXCX .main .dateRangeBox {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.SYBFTFXXCX .main .dateRangeBox .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.SYBFTFXXCX .main .dateRangeBox .vux-no-group-title {
  margin-top: 0;
}
.SYBFTFXXCX .main .dateRangeBox .weui-cells {
  width: 100%;
  height: 35px;
  margin-top: 0 !important;
}
.SYBFTFXXCX .main .dateRangeBox .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.SYBFTFXXCX .main .dateRangeBox .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 100%;
  height: 35px;
}
.SYBFTFXXCX .main .dateRangeBox .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.SYBFTFXXCX .main .dateRangeBox .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.SYBFTFXXCX .main .dateRangeBox .reset {
  width: 58px;
  padding: 6px 0;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1b79ff), color-stop(99%, #1d68d2));
  background-image: linear-gradient(90deg, #1b79ff 2%, #1d68d2 99%);
  border-radius: 14.5px;
}
.SYBFTFXXCX .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SYBFTFXXCX .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6fa8f6;
}
.SYBFTFXXCX .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.SYBFTFXXCX .nextpage {
  width: 120px;
  text-align: center;
  border: 1px solid #3436a3;
}
.SYBFTFXXCX .vanlist {
  overflow: scroll;
  height: 86.5vh;
}
.SYBFTFXXCX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  top: 50px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYBFTFXXCX .serviceBox .vantlist {
  text-align: center;
  font-size: 14px;
  background: white;
}
.SYBFTFXXCX .serviceBox .vantlist .cellstyle {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(138, 127, 127, 0.25);
}
.SYBFTFXXCX .serviceBox .vantlist .cellstyle .listtitle1 {
  margin: 0 10px;
  width: 30%;
}
.SYBFTFXXCX .serviceBox .vantlist .cellstyle .listtitle2 {
  width: 40%;
}
.SYBFTFXXCX .serviceBox .vantlist .cellstyle .listtitle3 {
  margin: 0 10px;
  width: 30%;
}
.SYBFTFXXCX .serviceBox .listspan {
  text-align: center;
  line-height: 40px;
}
.SYBFTFXXCX .serviceBox .listspan1 {
  margin: 0 10px;
  width: 30%;
}
.SYBFTFXXCX .serviceBox .listspan2 {
  margin: 0 10px;
  width: 40%;
}
.SYBFTFXXCX .serviceBox .listspan3 {
  margin: 0 10px;
  width: 30%;
}
.SYBFTFXXCX .serviceBox .gsContent {
  margin-bottom: 10px;
}
.SYBFTFXXCX .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.SYBFTFXXCX .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.SYBFTFXXCX .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.SYBFTFXXCX .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SYBFTFXXCX .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}
.van-cell__value--alone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.van-cell {
  padding: 0;
}

.SYRYSJCX {
  height: inherit;
  overflow: hidden;
  background: white;
}
.SYRYSJCX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYRYSJCX .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYRYSJCX .main .dateRangeBox {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.SYRYSJCX .main .dateRangeBox .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.SYRYSJCX .main .dateRangeBox .vux-no-group-title {
  margin-top: 0;
}
.SYRYSJCX .main .dateRangeBox .weui-cells {
  width: 100%;
  height: 35px;
  margin-top: 0 !important;
}
.SYRYSJCX .main .dateRangeBox .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.SYRYSJCX .main .dateRangeBox .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 100%;
  height: 35px;
}
.SYRYSJCX .main .dateRangeBox .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.SYRYSJCX .main .dateRangeBox .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.SYRYSJCX .main .dateRangeBox .reset {
  width: 58px;
  padding: 6px 0;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1b79ff), color-stop(99%, #1d68d2));
  background-image: linear-gradient(90deg, #1b79ff 2%, #1d68d2 99%);
  border-radius: 14.5px;
}
.SYRYSJCX .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SYRYSJCX .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6fa8f6;
}
.SYRYSJCX .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.SYRYSJCX .nextpage {
  width: 120px;
  text-align: center;
  border: 1px solid #3436a3;
}
.SYRYSJCX .vanlist {
  overflow: scroll;
  height: 86.5vh;
}
.SYRYSJCX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  top: 50px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYRYSJCX .serviceBox .vantlist {
  text-align: center;
  font-size: 14px;
  background: white;
}
.SYRYSJCX .serviceBox .vantlist .cellstyle {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(138, 127, 127, 0.25);
}
.SYRYSJCX .serviceBox .vantlist .cellstyle .listtitle1 {
  margin: 0 10px;
  width: 30%;
}
.SYRYSJCX .serviceBox .vantlist .cellstyle .listtitle2 {
  width: 40%;
}
.SYRYSJCX .serviceBox .vantlist .cellstyle .listtitle3 {
  margin: 0 10px;
  width: 30%;
}
.SYRYSJCX .serviceBox .listspan {
  text-align: center;
  line-height: 40px;
}
.SYRYSJCX .serviceBox .listspan1 {
  margin: 0 10px;
  width: 30%;
}
.SYRYSJCX .serviceBox .listspan2 {
  margin: 0 10px;
  width: 40%;
}
.SYRYSJCX .serviceBox .listspan3 {
  margin: 0 10px;
  width: 30%;
}
.SYRYSJCX .serviceBox .gsContent {
  margin-bottom: 10px;
}
.SYRYSJCX .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.SYRYSJCX .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.SYRYSJCX .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.SYRYSJCX .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SYRYSJCX .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}
.van-cell__value--alone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.van-cell {
  padding: 0;
}

.SYRYSJCXReport {
  height: inherit;
  overflow: hidden;
  background: white;
  position: fixed;
  width: inherit;
}
.SYRYSJCXReport td,
.SYRYSJCXReport th {
  padding: 14px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
}
.SYRYSJCXReport .vux-table {
  line-height: 20px;
}
.SYRYSJCXReport thead th {
  color: #333;
}
.SYRYSJCXReport tbody td {
  color: #666;
}
.SYRYSJCXReport .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYRYSJCXReport .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.SYRYSJCXReport .vux-no-group-title {
  margin-top: 0;
}
.SYRYSJCXReport .weui-cells {
  width: 28.5vw;
  height: 4.6vh;
  margin-top: 0 !important;
}
.SYRYSJCXReport .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.SYRYSJCXReport .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 28.5vw;
  height: 4.6vh;
}
.SYRYSJCXReport .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYRYSJCXReport .serviceBoxS {
  /**滚动列表*/
  height: calc(100% - 150px);
  width: 100%;
  position: absolute;
  top: 150px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYRYSJCXReport .serviceBoxS .gsContent {
  margin-bottom: 10px;
}
.SYRYSJCXReport .serviceBoxS .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.SYRYSJCXReport .serviceBoxS .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.SYRYSJCXReport .serviceBoxS .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.SYRYSJCXReport .serviceBoxS .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SYRYSJCXReport .serviceBoxS .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}

.SYRYQFCX {
  height: inherit;
  overflow: hidden;
  background: white;
}
.SYRYQFCX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYRYQFCX .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYRYQFCX .main .dateRangeBox {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.SYRYQFCX .main .dateRangeBox .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.SYRYQFCX .main .dateRangeBox .vux-no-group-title {
  margin-top: 0;
}
.SYRYQFCX .main .dateRangeBox .weui-cells {
  width: 100%;
  height: 35px;
  margin-top: 0 !important;
}
.SYRYQFCX .main .dateRangeBox .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.SYRYQFCX .main .dateRangeBox .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 100%;
  height: 35px;
}
.SYRYQFCX .main .dateRangeBox .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.SYRYQFCX .main .dateRangeBox .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.SYRYQFCX .main .dateRangeBox .reset {
  width: 58px;
  padding: 6px 0;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1b79ff), color-stop(99%, #1d68d2));
  background-image: linear-gradient(90deg, #1b79ff 2%, #1d68d2 99%);
  border-radius: 14.5px;
}
.SYRYQFCX .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SYRYQFCX .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6fa8f6;
}
.SYRYQFCX .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.SYRYQFCX .nextpage {
  width: 120px;
  text-align: center;
  border: 1px solid #3436a3;
}
.SYRYQFCX .vanlist {
  overflow: scroll;
  height: 86.5vh;
}
.SYRYQFCX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  top: 50px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYRYQFCX .serviceBox .vantlist {
  text-align: center;
  font-size: 14px;
  background: white;
}
.SYRYQFCX .serviceBox .vantlist .cellstyle {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(138, 127, 127, 0.25);
}
.SYRYQFCX .serviceBox .vantlist .cellstyle .listtitle1 {
  margin: 0 10px;
  width: 30%;
}
.SYRYQFCX .serviceBox .vantlist .cellstyle .listtitle2 {
  width: 40%;
}
.SYRYQFCX .serviceBox .vantlist .cellstyle .listtitle3 {
  margin: 0 10px;
  width: 30%;
}
.SYRYQFCX .serviceBox .listspan {
  text-align: center;
  line-height: 40px;
}
.SYRYQFCX .serviceBox .listspan1 {
  margin: 0 10px;
  width: 30%;
}
.SYRYQFCX .serviceBox .listspan2 {
  margin: 0 10px;
  width: 40%;
}
.SYRYQFCX .serviceBox .listspan3 {
  margin: 0 10px;
  width: 30%;
}
.SYRYQFCX .serviceBox .gsContent {
  margin-bottom: 10px;
}
.SYRYQFCX .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.SYRYQFCX .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.SYRYQFCX .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.SYRYQFCX .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SYRYQFCX .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}
.van-cell__value--alone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.van-cell {
  padding: 0;
}

.SYRYQFCXReport {
  height: inherit;
  overflow: hidden;
  background: white;
  position: fixed;
  width: inherit;
}
.SYRYQFCXReport td,
.SYRYQFCXReport th {
  padding: 14px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
}
.SYRYQFCXReport .vux-table {
  line-height: 20px;
}
.SYRYQFCXReport thead th {
  color: #333;
}
.SYRYQFCXReport tbody td {
  color: #666;
}
.SYRYQFCXReport .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYRYQFCXReport .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.SYRYQFCXReport .vux-no-group-title {
  margin-top: 0;
}
.SYRYQFCXReport .weui-cells {
  width: 28.5vw;
  height: 4.6vh;
  margin-top: 0 !important;
}
.SYRYQFCXReport .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.SYRYQFCXReport .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 28.5vw;
  height: 4.6vh;
}
.SYRYQFCXReport .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYRYQFCXReport .serviceBoxS {
  /**滚动列表*/
  height: calc(100% - 150px);
  width: 100%;
  position: absolute;
  top: 150px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SYRYQFCXReport .serviceBoxS .gsContent {
  margin-bottom: 10px;
}
.SYRYQFCXReport .serviceBoxS .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.SYRYQFCXReport .serviceBoxS .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.SYRYQFCXReport .serviceBoxS .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.SYRYQFCXReport .serviceBoxS .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SYRYQFCXReport .serviceBoxS .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}

.step1[data-v-498b0409] {
  height: 100%;
  background-color: white;
}
/* 头部信息区 */
.header-info[data-v-498b0409] {
  height: 20vh;
  background-color: #1e4680;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-title[data-v-498b0409] {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  margin-bottom: 7px;
}
.sub-title[data-v-498b0409] {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  margin-top: 7px;
}
.step[data-v-498b0409] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.hexagon[data-v-498b0409] {
  width: 38px;
  height: 43px;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Arial, sans-serif;
  position: relative;
  overflow: hidden;
  color: black;
  background: #dbe0e7;
  /* 悬停动画 */
  /* &:hover {
     transform: scale(1.1);
     box-shadow: 0 4px 15px rgba(0, 123, 255, 0.2);
   }*/
  /* 活动状态 */
  /* 数字样式 */
}
.hexagon.finish[data-v-498b0409] {
  background: #2e65f3;
  color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}
.hexagon.active[data-v-498b0409] {
  background: #2e65f3;
  color: white;
  -webkit-animation: pulse-data-v-498b0409 1.5s infinite;
          animation: pulse-data-v-498b0409 1.5s infinite;
  -webkit-box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}
.hexagon .step-number[data-v-498b0409] {
  font-size: 15px;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 211px;
}
/* 脉冲动画 */
@-webkit-keyframes pulse-data-v-498b0409 {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes pulse-data-v-498b0409 {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
/* 连接线样式 */
.line[data-v-498b0409] {
  width: 20px;
  /* 调整连接线的宽度 */
  height: 2px;
  /* 连接线的高度 */
  background-color: #eeeaea;
  /* 连接线颜色 */
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  /* 使连接线在六边形之间居中 */
  margin-top: -2px;
  /* 向上移动连接线，以便与六边形边缘紧密相连 */
}
/* 文字区域样式 */
.text-container[data-v-498b0409] {
  font-size: 12px;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  gap: 10px;
}
.title-box[data-v-498b0409] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  background-color: #fff;
}
.title[data-v-498b0409] {
  width: 87vw;
  font-weight: bold;
  font-size: 19px;
  border-bottom: 2px solid #eeeaea;
  padding-bottom: 8px;
  margin-bottom: 10px;
  right: 100px;
}
.content-box[data-v-498b0409] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  background-color: #fff;
  padding-left: 21px;
  padding-right: 21px;
  padding-bottom: 12px;
}
.questionList[data-v-498b0409] {
  margin: 20px 0;
}
.question-title[data-v-498b0409] {
  font-size: 13px;
  margin-bottom: 10px;
}
.radio-group[data-v-498b0409] {
  padding-left: 26px;
}
/* 固定按钮容器 */
.fixed-button-container[data-v-498b0409] {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  /* 图中按钮从右向左排列 */
}
/* 单个按钮样式 */
.fixed-button[data-v-498b0409] {
  width: 150px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
/* 上一步按钮 */
/* 下一步按钮 */
/* 滚动条样式（政务系统规范） */
[data-v-498b0409]::-webkit-scrollbar {
  width: 12px;
  background: var(--secondary-color);
}
[data-v-498b0409]::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 6px;
}

.step2[data-v-2ab605b0] {
  height: 100%;
  background-color: white;
}
/* 头部信息区 */
.header-info[data-v-2ab605b0] {
  height: 20vh;
  background-color: #1e4680;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-title[data-v-2ab605b0] {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  margin-bottom: 7px;
}
.sub-title[data-v-2ab605b0] {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  margin-top: 7px;
}
.step[data-v-2ab605b0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.hexagon[data-v-2ab605b0] {
  width: 38px;
  height: 43px;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Arial, sans-serif;
  position: relative;
  overflow: hidden;
  color: black;
  background: #dbe0e7;
  /* 悬停动画 */
  /*  &:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.2);
  }*/
  /* 活动状态 */
  /* 数字样式 */
}
.hexagon.finish[data-v-2ab605b0] {
  background: #2e65f3;
  color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}
.hexagon.active[data-v-2ab605b0] {
  background: #2e65f3;
  color: white;
  -webkit-animation: pulse-data-v-2ab605b0 1.5s infinite;
          animation: pulse-data-v-2ab605b0 1.5s infinite;
  -webkit-box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}
.hexagon .step-number[data-v-2ab605b0] {
  font-size: 15px;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 211px;
}
/* 脉冲动画 */
@-webkit-keyframes pulse-data-v-2ab605b0 {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes pulse-data-v-2ab605b0 {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
/* 连接线样式 */
.line[data-v-2ab605b0] {
  width: 20px;
  /* 调整连接线的宽度 */
  height: 2px;
  /* 连接线的高度 */
  background-color: #eeeaea;
  /* 连接线颜色 */
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  /* 使连接线在六边形之间居中 */
  margin-top: -2px;
  /* 向上移动连接线，以便与六边形边缘紧密相连 */
}
/* 文字区域样式 */
.text-container[data-v-2ab605b0] {
  font-size: 12px;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  gap: 10px;
}
.title-box[data-v-2ab605b0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  background-color: #fff;
}
.title[data-v-2ab605b0] {
  width: 87vw;
  font-weight: bold;
  font-size: 19px;
  border-bottom: 2px solid #eeeaea;
  padding-bottom: 8px;
  margin-bottom: 10px;
  right: 100px;
}
.content-box[data-v-2ab605b0] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  background-color: #fff;
  padding-left: 21px;
  padding-right: 21px;
}
/* 固定按钮容器 */
.fixed-button-container[data-v-2ab605b0] {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  /* 图中按钮从右向左排列 */
}
/* 单个按钮样式 */
.fixed-button[data-v-2ab605b0] {
  width: 150px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
/* 上一步按钮 */
/* 下一步按钮 */
/* 滚动条样式（政务系统规范） */
[data-v-2ab605b0]::-webkit-scrollbar {
  width: 12px;
  background: var(--secondary-color);
}
[data-v-2ab605b0]::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 6px;
}
.content[data-v-2ab605b0] {
  text-indent: 2em;
  line-height: 1.6;
  font-size: 16px;
}

.step3[data-v-4018456a] {
  height: 100%;
  background-color: white;
}
/* 头部信息区 */
.header-info[data-v-4018456a] {
  height: 20vh;
  background-color: #1e4680;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-title[data-v-4018456a] {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  margin-bottom: 7px;
}
.sub-title[data-v-4018456a] {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  margin-top: 7px;
}
.step[data-v-4018456a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.hexagon[data-v-4018456a] {
  width: 38px;
  height: 43px;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Arial, sans-serif;
  position: relative;
  overflow: hidden;
  color: black;
  background: #dbe0e7;
  /* 悬停动画 */
  /* &:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.2);
  }*/
  /* 活动状态 */
  /* 数字样式 */
}
.hexagon.finish[data-v-4018456a] {
  background: #2e65f3;
  color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}
.hexagon.active[data-v-4018456a] {
  background: #2e65f3;
  color: white;
  -webkit-animation: pulse-data-v-4018456a 1.5s infinite;
          animation: pulse-data-v-4018456a 1.5s infinite;
  -webkit-box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}
.hexagon .step-number[data-v-4018456a] {
  font-size: 15px;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 211px;
}
/* 脉冲动画 */
@-webkit-keyframes pulse-data-v-4018456a {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes pulse-data-v-4018456a {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
/* 连接线样式 */
.line[data-v-4018456a] {
  width: 20px;
  /* 调整连接线的宽度 */
  height: 2px;
  /* 连接线的高度 */
  background-color: #eeeaea;
  /* 连接线颜色 */
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  /* 使连接线在六边形之间居中 */
  margin-top: -2px;
  /* 向上移动连接线，以便与六边形边缘紧密相连 */
}
/* 文字区域样式 */
.text-container[data-v-4018456a] {
  font-size: 12px;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  gap: 10px;
}
.title-box[data-v-4018456a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  background-color: #fff;
}
.title[data-v-4018456a] {
  width: 87vw;
  font-weight: bold;
  font-size: 19px;
  border-bottom: 2px solid #eeeaea;
  padding-bottom: 8px;
  margin-bottom: 10px;
  right: 100px;
}
.content-box[data-v-4018456a] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  background-color: #fff;
  padding-left: 21px;
  padding-right: 21px;
}
/* 固定按钮容器 */
.fixed-button-container[data-v-4018456a] {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  /* 图中按钮从右向左排列 */
}
/* 单个按钮样式 */
.fixed-button[data-v-4018456a] {
  width: 150px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
/* 上一步按钮 */
/* 下一步按钮 */
/* 滚动条样式（政务系统规范） */
[data-v-4018456a]::-webkit-scrollbar {
  width: 12px;
  background: var(--secondary-color);
}
[data-v-4018456a]::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 6px;
}
.infoone[data-v-4018456a] {
  font-size: 11px;
  color: #db9916;
  margin-left: 6px;
}
.yjjd[data-v-4018456a] {
  width: 100px;
  font-weight: bold;
  font-size: 14px;
}
.jdt[data-v-4018456a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.jdt_1[data-v-4018456a] {
  height: 13px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #0a84ff;
}
.jdt_2[data-v-4018456a] {
  border-radius: 10px;
  height: 12px;
  background-color: #0a84ff;
  width: 99.5%;
}
.xfwz div[data-v-4018456a] {
  padding: 10px 0;
}
.cfwz_1[data-v-4018456a] {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 10px 0;
}
.dui[data-v-4018456a] {
  font-size: 15px;
  border-radius: 100%;
  background-color: #5fe019;
  padding: 0px 3px;
  color: #fff;
  margin-right: 5px;
  padding: 0 5px;
}

.step4[data-v-2eb91d72] {
  height: 100%;
  background-color: white;
}
/* 头部信息区 */
.header-info[data-v-2eb91d72] {
  height: 20vh;
  background-color: #1e4680;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-title[data-v-2eb91d72] {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  margin-bottom: 7px;
}
.sub-title[data-v-2eb91d72] {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  margin-top: 7px;
}
.step[data-v-2eb91d72] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.hexagon[data-v-2eb91d72] {
  width: 38px;
  height: 43px;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Arial, sans-serif;
  position: relative;
  overflow: hidden;
  color: black;
  background: #dbe0e7;
  /* 悬停动画 */
  /* &:hover {
     transform: scale(1.1);
     box-shadow: 0 4px 15px rgba(0, 123, 255, 0.2);
   }*/
  /* 活动状态 */
  /* 数字样式 */
}
.hexagon.finish[data-v-2eb91d72] {
  background: #2e65f3;
  color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}
.hexagon.active[data-v-2eb91d72] {
  background: #2e65f3;
  color: white;
  -webkit-animation: pulse-data-v-2eb91d72 1.5s infinite;
          animation: pulse-data-v-2eb91d72 1.5s infinite;
  -webkit-box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}
.hexagon .step-number[data-v-2eb91d72] {
  font-size: 15px;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 211px;
}
/* 脉冲动画 */
@-webkit-keyframes pulse-data-v-2eb91d72 {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes pulse-data-v-2eb91d72 {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
/* 连接线样式 */
.line[data-v-2eb91d72] {
  width: 20px;
  /* 调整连接线的宽度 */
  height: 2px;
  /* 连接线的高度 */
  background-color: #eeeaea;
  /* 连接线颜色 */
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  /* 使连接线在六边形之间居中 */
  margin-top: -2px;
  /* 向上移动连接线，以便与六边形边缘紧密相连 */
}
/* 文字区域样式 */
.text-container[data-v-2eb91d72] {
  font-size: 12px;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  gap: 10px;
}
.title-box[data-v-2eb91d72] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  background-color: #fff;
}
.title[data-v-2eb91d72] {
  width: 87vw;
  font-weight: bold;
  font-size: 19px;
  border-bottom: 2px solid #eeeaea;
  padding-bottom: 8px;
  margin-bottom: 10px;
  right: 100px;
}
.content-box[data-v-2eb91d72] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0px;
  background-color: #fff;
  padding-left: 21px;
  padding-right: 21px;
}
/* 固定按钮容器 */
.fixed-button-container[data-v-2eb91d72] {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  /* 图中按钮从右向左排列 */
}
/* 单个按钮样式 */
.fixed-button[data-v-2eb91d72] {
  width: 150px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
/* 上一步按钮 */
/* 下一步按钮 */
/* 滚动条样式（政务系统规范） */
[data-v-2eb91d72]::-webkit-scrollbar {
  width: 12px;
  background: var(--secondary-color);
}
[data-v-2eb91d72]::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 6px;
}
.form-container[data-v-2eb91d72] {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1), 5px 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1), 5px 0 10px rgba(0, 0, 0, 0.1);
  /* 左右阴影 */
  margin-bottom: 15px;
}
.form-title[data-v-2eb91d72] {
  border-radius: 8px 8px 0 0;
  font-size: 16px;
  color: #fff;
  background-color: #1e4680;
  padding: 15px;
  margin-bottom: 10px;
}
.form-content[data-v-2eb91d72] {
  padding: 5px;
}
.selection-display[data-v-2eb91d72] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 15px;
  justify-content: flex-end !important;
  /* 关键修改 */
  text-align: center;
  /* 辅助对齐 */
  margin-top: 10px;
  margin-bottom: 10px;
}
.tu[data-v-2eb91d72] {
  text-align: center;
  padding-top: 10px;
}
.tu img[data-v-2eb91d72] {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  display: block;
}
.infohtml[data-v-2eb91d72] {
  text-align: center;
  font-size: 12px;
  padding: 20px;
}
.txyswzts[data-v-2eb91d72] {
  font-size: 13px;
  font-weight: bold;
}

.step5[data-v-0204c710] {
  height: 100%;
  background-color: white;
}
/* 头部信息区 */
.header-info[data-v-0204c710] {
  height: 20vh;
  background-color: #1e4680;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-title[data-v-0204c710] {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  margin-bottom: 7px;
}
.sub-title[data-v-0204c710] {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  margin-top: 7px;
}
.step[data-v-0204c710] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.hexagon[data-v-0204c710] {
  width: 38px;
  height: 43px;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Arial, sans-serif;
  position: relative;
  overflow: hidden;
  color: black;
  background: #dbe0e7;
  /* 悬停动画 */
  /*  &:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.2);
  }*/
  /* 活动状态 */
  /* 数字样式 */
}
.hexagon.finish[data-v-0204c710] {
  background: #2e65f3;
  color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}
.hexagon.active[data-v-0204c710] {
  background: #2e65f3;
  color: white;
  -webkit-animation: pulse-data-v-0204c710 1.5s infinite;
          animation: pulse-data-v-0204c710 1.5s infinite;
  -webkit-box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}
.hexagon .step-number[data-v-0204c710] {
  font-size: 15px;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 211px;
}
/* 脉冲动画 */
@-webkit-keyframes pulse-data-v-0204c710 {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes pulse-data-v-0204c710 {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
/* 连接线样式 */
.line[data-v-0204c710] {
  width: 20px;
  /* 调整连接线的宽度 */
  height: 2px;
  /* 连接线的高度 */
  background-color: #eeeaea;
  /* 连接线颜色 */
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  /* 使连接线在六边形之间居中 */
  margin-top: -2px;
  /* 向上移动连接线，以便与六边形边缘紧密相连 */
}
/* 文字区域样式 */
.text-container[data-v-0204c710] {
  font-size: 12px;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  gap: 10px;
}
.title-box[data-v-0204c710] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  background-color: #fff;
}
.title[data-v-0204c710] {
  width: 87vw;
  font-weight: bold;
  font-size: 19px;
  border-bottom: 2px solid #eeeaea;
  padding-bottom: 8px;
  margin-bottom: 10px;
  right: 100px;
}
.content-box[data-v-0204c710] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  background-color: #fff;
  padding-left: 21px;
  padding-right: 21px;
}
/* 固定按钮容器 */
.fixed-button-container[data-v-0204c710] {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  /* 图中按钮从右向左排列 */
}
/* 单个按钮样式 */
.fixed-button[data-v-0204c710] {
  width: 150px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
/* 上一步按钮 */
/* 下一步按钮 */
/* 滚动条样式（政务系统规范） */
[data-v-0204c710]::-webkit-scrollbar {
  width: 12px;
  background: var(--secondary-color);
}
[data-v-0204c710]::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 6px;
}
.content[data-v-0204c710] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content .important[data-v-0204c710] {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
}
.content .con[data-v-0204c710] {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.content .info[data-v-0204c710] {
  font-size: 16px;
  color: #ff8c39;
}
.content .info img[data-v-0204c710] {
  width: 20px;
  height: 20px;
}
.photo[data-v-0204c710] {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.step6[data-v-14781c7c] {
  height: 100%;
  background-color: white;
}
/* 头部信息区 */
.header-info[data-v-14781c7c] {
  height: 20vh;
  background-color: #1e4680;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-title[data-v-14781c7c] {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  margin-bottom: 7px;
}
.sub-title[data-v-14781c7c] {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  margin-top: 7px;
}
.step[data-v-14781c7c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.hexagon[data-v-14781c7c] {
  width: 38px;
  height: 43px;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Arial, sans-serif;
  position: relative;
  overflow: hidden;
  color: black;
  background: #dbe0e7;
  /* 悬停动画 */
  /*  &:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.2);
  }*/
  /* 活动状态 */
  /* 数字样式 */
}
.hexagon.finish[data-v-14781c7c] {
  background: #2e65f3;
  color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}
.hexagon.active[data-v-14781c7c] {
  background: #2e65f3;
  color: white;
  -webkit-animation: pulse-data-v-14781c7c 1.5s infinite;
          animation: pulse-data-v-14781c7c 1.5s infinite;
  -webkit-box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}
.hexagon .step-number[data-v-14781c7c] {
  font-size: 15px;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 211px;
}
/* 脉冲动画 */
@-webkit-keyframes pulse-data-v-14781c7c {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes pulse-data-v-14781c7c {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
/* 连接线样式 */
.line[data-v-14781c7c] {
  width: 20px;
  /* 调整连接线的宽度 */
  height: 2px;
  /* 连接线的高度 */
  background-color: #eeeaea;
  /* 连接线颜色 */
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  /* 使连接线在六边形之间居中 */
  margin-top: -2px;
  /* 向上移动连接线，以便与六边形边缘紧密相连 */
}
/* 文字区域样式 */
.text-container[data-v-14781c7c] {
  font-size: 12px;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  gap: 10px;
}
.title-box[data-v-14781c7c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  background-color: #fff;
}
.title[data-v-14781c7c] {
  width: 87vw;
  font-weight: bold;
  font-size: 19px;
  border-bottom: 2px solid #eeeaea;
  padding-bottom: 8px;
  margin-bottom: 10px;
  right: 100px;
}
.content-box[data-v-14781c7c] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  background-color: #fff;
  padding-left: 21px;
  padding-right: 21px;
}
/* 固定按钮容器 */
.button-container[data-v-14781c7c] {
  position: fixed;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* 图中按钮从右向左排列 */
}
/* 单个按钮样式 */
.fixed-button[data-v-14781c7c] {
  width: 150px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
/* 上一步按钮 */
/* 滚动条样式（政务系统规范） */
[data-v-14781c7c]::-webkit-scrollbar {
  width: 12px;
  background: var(--secondary-color);
}
[data-v-14781c7c]::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 6px;
}
.tu[data-v-14781c7c] {
  text-align: center;
  margin-top: 100px;
}
.tu img[data-v-14781c7c] {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  display: block;
}

.YLJBXX {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*background: white;*/
}
.YLJBXX .hsoftNoData {
  height: calc(100% - 50px);
}
.YLJBXX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.YLJBXX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.YLJBXX .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.YLJBXX .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.YLJBXX .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.GRJFXX {
  height: inherit;
  overflow: hidden;
  background: white;
  position: fixed;
  width: inherit;
}
.GRJFXX td,
.GRJFXX th {
  padding: 14px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
}
.GRJFXX .vux-table {
  line-height: 20px;
}
.GRJFXX thead th {
  color: #333;
}
.GRJFXX tbody td {
  color: #666;
}
.GRJFXX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.GRJFXX .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.GRJFXX .vux-no-group-title {
  margin-top: 0;
}
.GRJFXX .weui-cells {
  width: 28.5vw;
  height: 4.6vh;
  margin-top: 0 !important;
}
.GRJFXX .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.GRJFXX .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E3E3E3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 28.5vw;
  height: 4.6vh;
}
.GRJFXX .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.GRJFXX .serviceBoxS {
  /**滚动列表*/
  height: calc(100% - 150px);
  width: 100%;
  position: absolute;
  top: 150px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.GRJFXX .contCLass {
  background: #ffffff;
  position: relative;
  height: calc(100% - 17px);
  overflow-y: scroll;
}
.GRJFXX .contCLass .getCont {
  background: #ffffff;
  position: relative;
  height: calc(100% - 100px);
  overflow-y: scroll;
}

.TXRYDYMX {
  height: inherit;
  overflow: hidden;
  background: white;
}
.TXRYDYMX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.TXRYDYMX .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.TXRYDYMX .main .dateRangeBox {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.TXRYDYMX .main .dateRangeBox .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.TXRYDYMX .main .dateRangeBox .vux-no-group-title {
  margin-top: 0;
}
.TXRYDYMX .main .dateRangeBox .weui-cells {
  width: 100%;
  height: 35px;
  margin-top: 0 !important;
}
.TXRYDYMX .main .dateRangeBox .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.TXRYDYMX .main .dateRangeBox .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 100%;
  height: 35px;
}
.TXRYDYMX .main .dateRangeBox .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.TXRYDYMX .main .dateRangeBox .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.TXRYDYMX .main .dateRangeBox .reset {
  width: 58px;
  padding: 6px 0;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1b79ff), color-stop(99%, #1d68d2));
  background-image: linear-gradient(90deg, #1b79ff 2%, #1d68d2 99%);
  border-radius: 14.5px;
}
.TXRYDYMX .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.TXRYDYMX .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6fa8f6;
}
.TXRYDYMX .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.TXRYDYMX .nextpage {
  width: 120px;
  text-align: center;
  border: 1px solid #3436a3;
}
.TXRYDYMX .vanlist {
  overflow: scroll;
  height: 86.5vh;
}
.TXRYDYMX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  top: 50px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.TXRYDYMX .serviceBox .vantlist {
  text-align: center;
  font-size: 14px;
  background: white;
}
.TXRYDYMX .serviceBox .vantlist .cellstyle {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(138, 127, 127, 0.25);
}
.TXRYDYMX .serviceBox .vantlist .cellstyle .listtitle1 {
  margin: 0 10px;
  width: 30%;
}
.TXRYDYMX .serviceBox .vantlist .cellstyle .listtitle2 {
  width: 40%;
}
.TXRYDYMX .serviceBox .vantlist .cellstyle .listtitle3 {
  margin: 0 10px;
  width: 30%;
}
.TXRYDYMX .serviceBox .listspan {
  text-align: center;
  line-height: 40px;
}
.TXRYDYMX .serviceBox .listspan1 {
  margin: 0 10px;
  width: 30%;
}
.TXRYDYMX .serviceBox .listspan2 {
  margin: 0 10px;
  width: 40%;
}
.TXRYDYMX .serviceBox .listspan3 {
  margin: 0 10px;
  width: 30%;
}
.TXRYDYMX .serviceBox .gsContent {
  margin-bottom: 10px;
}
.TXRYDYMX .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.TXRYDYMX .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.TXRYDYMX .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.TXRYDYMX .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.TXRYDYMX .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}
.van-cell__value--alone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.van-cell {
  padding: 0;
}

.TXRYDYCXJG {
  height: inherit;
  overflow: hidden;
  background: white;
}
.TXRYDYCXJG .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.TXRYDYCXJG .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.TXRYDYCXJG .vux-no-group-title {
  margin-top: 0;
}
.TXRYDYCXJG .weui-cells {
  width: 28.5vw;
  height: 4.6vh;
  margin-top: 0 !important;
}
.TXRYDYCXJG .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.TXRYDYCXJG .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E3E3E3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 28.5vw;
  height: 4.6vh;
}
.TXRYDYCXJG .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.TXRYDYCXJG .main .dateRange {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.TXRYDYCXJG .main .dateRange .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.TXRYDYCXJG .main .dateRange .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.TXRYDYCXJG .main .dateRange .reset {
  margin-left: 5vw;
  padding: 0.9vh 4vw;
  background: blue;
  color: white;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  border-radius: 14.5px;
}
.TXRYDYCXJG .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.TXRYDYCXJG .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6FA8F6;
}
.TXRYDYCXJG .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.TXRYDYCXJG .serviceBox {
  /**滚动列表*/
  height: calc(100% - 150px);
  width: 100%;
  position: absolute;
  top: 150px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.TXRYDYCXJG .serviceBox .gsContent {
  margin-bottom: 10px;
}
.TXRYDYCXJG .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.TXRYDYCXJG .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #E3E3E3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.TXRYDYCXJG .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.TXRYDYCXJG .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.TXRYDYCXJG .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.GRSJMX {
  height: inherit;
  overflow: hidden;
  background: white;
  position: fixed;
  width: inherit;
}
.GRSJMX td,
.GRSJMX th {
  padding: 14px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
}
.GRSJMX .vux-table {
  line-height: 20px;
}
.GRSJMX thead th {
  color: #333;
}
.GRSJMX tbody td {
  color: #666;
}
.GRSJMX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.GRSJMX .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.GRSJMX .vux-no-group-title {
  margin-top: 0;
}
.GRSJMX .weui-cells {
  width: 28.5vw;
  height: 4.6vh;
  margin-top: 0 !important;
}
.GRSJMX .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.GRSJMX .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 28.5vw;
  height: 4.6vh;
}
.GRSJMX .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.GRSJMX .serviceBoxS {
  /**滚动列表*/
  height: calc(100% - 150px);
  width: 100%;
  position: absolute;
  top: 150px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.GRSJMX .serviceBoxS .gsContent {
  margin-bottom: 10px;
}
.GRSJMX .serviceBoxS .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.GRSJMX .serviceBoxS .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.GRSJMX .serviceBoxS .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.GRSJMX .serviceBoxS .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.GRSJMX .serviceBoxS .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}

.GRZHYCXZFHD {
  height: inherit;
  overflow: hidden;
  background: white;
  position: fixed;
  width: inherit;
}
.GRZHYCXZFHD td,
.GRZHYCXZFHD th {
  padding: 14px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
}
.GRZHYCXZFHD .vux-table {
  line-height: 20px;
}
.GRZHYCXZFHD thead th {
  color: #333;
}
.GRZHYCXZFHD tbody td {
  color: #666;
}
.GRZHYCXZFHD .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.GRZHYCXZFHD .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.GRZHYCXZFHD .vux-no-group-title {
  margin-top: 0;
}
.GRZHYCXZFHD .weui-cells {
  width: 28.5vw;
  height: 4.6vh;
  margin-top: 0 !important;
}
.GRZHYCXZFHD .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.GRZHYCXZFHD .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 28.5vw;
  height: 4.6vh;
}
.GRZHYCXZFHD .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.GRZHYCXZFHD .serviceBoxS {
  /**滚动列表*/
  height: calc(100% - 150px);
  width: 100%;
  position: absolute;
  top: 150px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.GRZHYCXZFHD .serviceBoxS .gsContent {
  margin-bottom: 10px;
}
.GRZHYCXZFHD .serviceBoxS .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.GRZHYCXZFHD .serviceBoxS .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.GRZHYCXZFHD .serviceBoxS .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.GRZHYCXZFHD .serviceBoxS .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.GRZHYCXZFHD .serviceBoxS .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}

.GRZHBBCX {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.GRZHBBCX .hsoftNoData {
  height: calc(100% - 50px);
}
.GRZHBBCX .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* 在元素之间分配空间 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 垂直居中 */
}
.GRZHBBCX .pagination-button {
  /* 为按钮添加通用样式 */
  background-color: #2875da;
  /* 绿色背景 */
  color: white;
  /* 白色文字 */
  border: none;
  /* 无边框 */
  padding: 6px 10px;
  /* 内边距 */
  cursor: pointer;
  /* 鼠标悬停时变为手形 */
}
.GRZHBBCX .pagination-button:disabled {
  background-color: #ccc;
  /* 禁用时的灰色背景 */
  cursor: not-allowed;
  /* 禁用时鼠标样式 */
}
.GRZHBBCX .pagination-button-left {
  margin-right: 10px;
  /* 右侧外边距，与中间信息隔开 */
  margin-left: 10px;
  /* 左侧外边距，与中间信息隔开 */
}
.GRZHBBCX .pagination-button-right {
  margin-right: 10px;
  /* 右侧外边距，与中间信息隔开 */
  margin-left: 10px;
  /* 左侧外边距，与中间信息隔开 */
}
.GRZHBBCX .pagination-info {
  /* 为显示当前页码和总页数的段落添加样式 */
  margin: 0 10px;
  /* 左右外边距，与按钮隔开 */
  font-size: 15px;
  /* 字体大小 */
  color: #4a4a4a;
}
.GRZHBBCX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.GRZHBBCX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.GRZHBBCX .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.GRZHBBCX .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.GRZHBBCX .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.WCBZM {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.WCBZM .hsoftNoData {
  height: calc(100% - 50px);
}
.WCBZM .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.WCBZM .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.WCBZM .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.WCBZM .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.WCBZM .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.JGSDJFMXCX {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.JGSDJFMXCX .hsoftNoData {
  height: calc(100% - 50px);
}
.JGSDJFMXCX .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* 在元素之间分配空间 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 垂直居中 */
}
.JGSDJFMXCX .pagination-button {
  /* 为按钮添加通用样式 */
  background-color: #2875da;
  /* 绿色背景 */
  color: white;
  /* 白色文字 */
  border: none;
  /* 无边框 */
  padding: 6px 10px;
  /* 内边距 */
  cursor: pointer;
  /* 鼠标悬停时变为手形 */
}
.JGSDJFMXCX .pagination-button:disabled {
  background-color: #ccc;
  /* 禁用时的灰色背景 */
  cursor: not-allowed;
  /* 禁用时鼠标样式 */
}
.JGSDJFMXCX .pagination-button-left {
  margin-right: 10px;
  /* 右侧外边距，与中间信息隔开 */
  margin-left: 10px;
  /* 左侧外边距，与中间信息隔开 */
}
.JGSDJFMXCX .pagination-button-right {
  margin-right: 10px;
  /* 右侧外边距，与中间信息隔开 */
  margin-left: 10px;
  /* 左侧外边距，与中间信息隔开 */
}
.JGSDJFMXCX .pagination-info {
  /* 为显示当前页码和总页数的段落添加样式 */
  margin: 0 10px;
  /* 左右外边距，与按钮隔开 */
  font-size: 15px;
  /* 字体大小 */
  color: #4a4a4a;
}
.JGSDJFMXCX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.JGSDJFMXCX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.JGSDJFMXCX .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
}
.JGSDJFMXCX .gsContent .gsContentBox .gsContentBoxName {
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.JGSDJFMXCX .gsContent .gsContentBox .gsContentBoxValue {
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.JGCBDY {
  height: inherit;
  overflow: hidden;
  background: white;
  position: fixed;
  width: inherit;
}
.JGCBDY td,
.JGCBDY th {
  padding: 14px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
}
.JGCBDY .vux-table {
  line-height: 20px;
}
.JGCBDY thead th {
  color: #333;
}
.JGCBDY tbody td {
  color: #666;
}
.JGCBDY .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.JGCBDY .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.JGCBDY .vux-no-group-title {
  margin-top: 0;
}
.JGCBDY .weui-cells {
  width: 28.5vw;
  height: 4.6vh;
  margin-top: 0 !important;
}
.JGCBDY .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.JGCBDY .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 28.5vw;
  height: 4.6vh;
}
.JGCBDY .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.JGCBDY .serviceBoxS {
  /**滚动列表*/
  height: calc(100% - 150px);
  width: 100%;
  position: absolute;
  top: 150px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.JGCBDY .serviceBoxS .gsContent {
  margin-bottom: 10px;
}
.JGCBDY .serviceBoxS .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.JGCBDY .serviceBoxS .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.JGCBDY .serviceBoxS .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.JGCBDY .serviceBoxS .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.JGCBDY .serviceBoxS .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}

.JBJFDY {
  height: inherit;
  overflow: hidden;
  background: white;
  position: fixed;
  width: inherit;
}
.JBJFDY td,
.JBJFDY th {
  padding: 14px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
}
.JBJFDY .vux-table {
  line-height: 20px;
}
.JBJFDY thead th {
  color: #333;
}
.JBJFDY tbody td {
  color: #666;
}
.JBJFDY .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.JBJFDY .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.JBJFDY .vux-no-group-title {
  margin-top: 0;
}
.JBJFDY .weui-cells {
  width: 28.5vw;
  height: 4.6vh;
  margin-top: 0 !important;
}
.JBJFDY .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.JBJFDY .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 28.5vw;
  height: 4.6vh;
}
.JBJFDY .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.JBJFDY .serviceBoxS {
  /**滚动列表*/
  height: calc(100% - 150px);
  width: 100%;
  position: absolute;
  top: 150px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.JBJFDY .serviceBoxS .gsContent {
  margin-bottom: 10px;
}
.JBJFDY .serviceBoxS .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.JBJFDY .serviceBoxS .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.JBJFDY .serviceBoxS .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.JBJFDY .serviceBoxS .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.JBJFDY .serviceBoxS .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}

.TXJDCX {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.TXJDCX .block {
  background-color: white;
  padding: 0 16px;
}
.TXJDCX .bkTitle {
  background-color: white;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.TXJDCX .gsTS {
  background-color: white;
  padding: 0 16px 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  line-height: 30px;
}
.TXJDCX .gsTS .reminder {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  font-weight: bolder;
}
.TXJDCX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.TXJDCX .gsContentBox:last-child .gsContentBoxValue {
  border-bottom: none !important;
}
.TXJDCX .gsContent {
  /*margin-top: 10px;*/
}
.TXJDCX .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.TXJDCX .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.TXJDCX .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}
.TXJDCX .stepBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.TXJDCX .stepBox .stepBoxTitle {
  height: 40px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: right;
}
.TXJDCX .stepBox .stateContent {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 16px;
  background: white;
}
.TXJDCX .stepBox .stateContent .specification {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: right;
}
.TXJDCX .stepBox .stateContent .specificationBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.TXJDCX .stepBox .stateContent .specificationBox .tgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  height: 20px;
  width: 70px;
  margin-right: 10px;
  background: #1E6BD5;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.TXJDCX .stepBox .stateContent .specificationBox .ddBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  height: 20px;
  width: 70px;
  margin-right: 10px;
  background: #F39826;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.TXJDCX .stepBox .stateContent .specificationBox .sbBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  height: 20px;
  width: 70px;
  margin-right: 10px;
  background: #F92705;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.TXJDCX .stepBox .stateContent .specificationBox .wjxBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  height: 20px;
  width: 70px;
  margin-right: 10px;
  background: #cccccc;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #333333;
  letter-spacing: 0;
}
.TXJDCX .stepBox .stepContent .step:nth-last-child(1) .stepFirstline {
  border: none !important;
}
.TXJDCX .stepBox .stepContent {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  background-color: white;
}
.TXJDCX .stepBox .stepContent .step {
  position: relative;
  background-color: white;
  padding: 0 16px 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*.stepContent {*/
  /*word-break: break-all;*/
  /*text-align: left;*/
  /*flex: 1;*/
  /*color: #666;*/
  /*position: relative;*/
  /*bottom: 3px;*/
  /*padding-top: 10px;*/
  /*}*/
}
.TXJDCX .stepBox .stepContent .step .ball {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #cccccc;
  border-radius: 6px;
  /*top: 9px;*/
  z-index: 10;
  left: 12px;
}
.TXJDCX .stepBox .stepContent .step .bigBallYellow {
  background-color: #f39826 !important;
  width: 15px !important;
  height: 15px !important;
  left: 10px !important;
}
.TXJDCX .stepBox .stepContent .step .ballYellow {
  background-color: #f39826 !important;
}
.TXJDCX .stepBox .stepContent .step .ballRed {
  background-color: #f92705 !important;
}
.TXJDCX .stepBox .stepContent .step .ballBlue {
  background-color: #1E6BD5 !important;
  width: 10px !important;
  height: 10px !important;
  left: 12px !important;
}
.TXJDCX .stepBox .stepContent .step .stepFirstLineYellow {
  border-left: 2px solid #f39826 !important;
}
.TXJDCX .stepBox .stepContent .step .stepFirstLineRed {
  border-left: 2px solid #f92705 !important;
}
.TXJDCX .stepBox .stepContent .step .stepFirstLineBlue {
  border-left: 2px solid #1E6BD5 !important;
}
.TXJDCX .stepBox .stepContent .step .stepSecondLineYellow {
  border-left: 2px solid #f39826 !important;
}
.TXJDCX .stepBox .stepContent .step .stepSecondLineRed {
  border-left: 2px solid #f92705 !important;
}
.TXJDCX .stepBox .stepContent .step .stepSecondLineBlue {
  border-left: 2px solid #1E6BD5 !important;
}
.TXJDCX .stepBox .stepContent .step .stepFirstline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 60px;
  /*border: 1px solid red;*/
  position: relative;
  z-index: 5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 2px solid #cccccc;
  /*.time {*/
  /*color: #146ca8;*/
  /*flex: 1;*/
  /*padding: 5px 0 5px 0;*/
  /*font-size: 12px;*/
  /*position: relative;*/
  /*top: 2px;*/
  /*}*/
}
.TXJDCX .stepBox .stepContent .step .stepName {
  /*width: 110px;*/
  word-break: break-all;
  padding: 5px 5px 5px 20px;
  position: absolute;
  top: -12px;
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.TXJDCX .stepBox .stepContent .step .stepSecondline {
  border-left: 2px solid #cccccc;
  padding: 5px 0 10px 14px;
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*.stepButton {*/
  /*word-break: break-all;*/
  /*color: white;*/
  /*height: 16px;*/
  /*font-size: 12px;*/
  /*padding: 1px 7px;*/
  /*border-radius: 5px;*/
  /*text-align: center;*/
  /*margin-right: 10px;*/
  /*}*/
}

.cxjm01 {
  height: inherit;
  overflow: hidden;
  background: white;
}
.cxjm01 .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cxjm01 .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cxjm01 .main .dateRangeBox {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cxjm01 .main .dateRangeBox .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.cxjm01 .main .dateRangeBox .vux-no-group-title {
  margin-top: 0;
}
.cxjm01 .main .dateRangeBox .weui-cells {
  width: 100%;
  height: 35px;
  margin-top: 0 !important;
}
.cxjm01 .main .dateRangeBox .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.cxjm01 .main .dateRangeBox .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E3E3E3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 100%;
  height: 35px;
}
.cxjm01 .main .dateRangeBox .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.cxjm01 .main .dateRangeBox .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.cxjm01 .main .dateRangeBox .reset {
  width: 58px;
  padding: 6px 0;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  border-radius: 14.5px;
}
.cxjm01 .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cxjm01 .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6FA8F6;
}
.cxjm01 .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.cxjm01 .vanlist {
  overflow: scroll;
  height: 86.5vh;
}
.cxjm01 .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  /*position: absolute;*/
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cxjm01 .serviceBox .vantlist {
  text-align: center;
  font-size: 14px;
  background: white;
}
.cxjm01 .serviceBox .vantlist .cellstyle {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(138, 127, 127, 0.25);
}
.cxjm01 .serviceBox .vantlist .cellstyle .listtitle1 {
  margin: 0 10px;
  width: 20%;
}
.cxjm01 .serviceBox .vantlist .cellstyle .listtitle2 {
  margin: 0 10px;
  width: 15%;
}
.cxjm01 .serviceBox .vantlist .cellstyle .listtitle3 {
  margin: 0 10px;
  width: 70%;
}
.cxjm01 .serviceBox .listspan {
  text-align: center;
  line-height: 40px;
}
.cxjm01 .serviceBox .listspan1 {
  margin: 0 10px;
  width: 20%;
}
.cxjm01 .serviceBox .listspan2 {
  margin: 0 10px;
  width: 15%;
}
.cxjm01 .serviceBox .listspan3 {
  margin: 0 10px;
  width: 70%;
}
.cxjm01 .serviceBox .gsContent {
  margin-bottom: 10px;
}
.cxjm01 .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.cxjm01 .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #E3E3E3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.cxjm01 .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.cxjm01 .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cxjm01 .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}
.cxjm01 .van-cell__value--alone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.cxjm01 .van-cell {
  padding: 0;
}

.cxjm02 {
  height: inherit;
  overflow: hidden;
  background: white;
}
.cxjm02 .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cxjm02 .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cxjm02 .main .dateRangeBox {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cxjm02 .main .dateRangeBox .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.cxjm02 .main .dateRangeBox .vux-no-group-title {
  margin-top: 0;
}
.cxjm02 .main .dateRangeBox .weui-cells {
  width: 100%;
  height: 35px;
  margin-top: 0 !important;
}
.cxjm02 .main .dateRangeBox .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.cxjm02 .main .dateRangeBox .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E3E3E3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 100%;
  height: 35px;
}
.cxjm02 .main .dateRangeBox .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.cxjm02 .main .dateRangeBox .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.cxjm02 .main .dateRangeBox .reset {
  width: 58px;
  padding: 6px 0;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  border-radius: 14.5px;
}
.cxjm02 .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cxjm02 .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6FA8F6;
}
.cxjm02 .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.cxjm02 .vanlist {
  overflow: scroll;
  height: 86.5vh;
}
.cxjm02 .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  /*position: absolute;*/
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cxjm02 .serviceBox .vantlist {
  text-align: center;
  font-size: 14px;
  background: white;
}
.cxjm02 .serviceBox .vantlist .cellstyle {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(138, 127, 127, 0.25);
}
.cxjm02 .serviceBox .vantlist .cellstyle .listtitle1 {
  margin: 0 10px;
  width: 25%;
}
.cxjm02 .serviceBox .vantlist .cellstyle .listtitle2 {
  margin: 0 10px;
  width: 20%;
}
.cxjm02 .serviceBox .vantlist .cellstyle .listtitle3 {
  margin: 0 10px;
  width: 20%;
}
.cxjm02 .serviceBox .listspan {
  text-align: center;
  line-height: 40px;
}
.cxjm02 .serviceBox .listspan1 {
  margin: 0 10px;
  width: 30%;
}
.cxjm02 .serviceBox .listspan2 {
  margin: 0 10px;
  width: 20%;
}
.cxjm02 .serviceBox .listspan3 {
  margin: 0 10px;
  width: 20%;
}
.cxjm02 .serviceBox .gsContent {
  margin-bottom: 10px;
}
.cxjm02 .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.cxjm02 .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #E3E3E3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.cxjm02 .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.cxjm02 .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cxjm02 .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}
.cxjm02 .van-cell__value--alone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.cxjm02 .van-cell {
  padding: 0;
}

.cxjm03 {
  height: inherit;
  overflow: hidden;
  background: white;
}
.cxjm03 .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cxjm03 .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cxjm03 .main .dateRangeBox {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cxjm03 .main .dateRangeBox .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.cxjm03 .main .dateRangeBox .vux-no-group-title {
  margin-top: 0;
}
.cxjm03 .main .dateRangeBox .weui-cells {
  width: 100%;
  height: 35px;
  margin-top: 0 !important;
}
.cxjm03 .main .dateRangeBox .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.cxjm03 .main .dateRangeBox .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 100%;
  height: 35px;
}
.cxjm03 .main .dateRangeBox .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.cxjm03 .main .dateRangeBox .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.cxjm03 .main .dateRangeBox .reset {
  width: 58px;
  padding: 6px 0;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1b79ff), color-stop(99%, #1d68d2));
  background-image: linear-gradient(90deg, #1b79ff 2%, #1d68d2 99%);
  border-radius: 14.5px;
}
.cxjm03 .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cxjm03 .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6fa8f6;
}
.cxjm03 .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.cxjm03 .nextpage {
  width: 120px;
  text-align: center;
  border: 1px solid #3436a3;
}
.cxjm03 .vanlist {
  overflow: scroll;
  height: 86.5vh;
}
.cxjm03 .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  top: 50px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cxjm03 .serviceBox .vantlist {
  text-align: center;
  font-size: 14px;
  background: white;
}
.cxjm03 .serviceBox .vantlist .cellstyle {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(138, 127, 127, 0.25);
}
.cxjm03 .serviceBox .vantlist .cellstyle .listtitle1 {
  margin: 0 10px;
  width: 30%;
}
.cxjm03 .serviceBox .vantlist .cellstyle .listtitle2 {
  width: 40%;
}
.cxjm03 .serviceBox .vantlist .cellstyle .listtitle3 {
  margin: 0 10px;
  width: 30%;
}
.cxjm03 .serviceBox .listspan {
  text-align: center;
  line-height: 40px;
}
.cxjm03 .serviceBox .listspan1 {
  margin: 0 10px;
  width: 30%;
}
.cxjm03 .serviceBox .listspan2 {
  margin: 0 10px;
  width: 40%;
}
.cxjm03 .serviceBox .listspan3 {
  margin: 0 10px;
  width: 30%;
}
.cxjm03 .serviceBox .gsContent {
  margin-bottom: 10px;
}
.cxjm03 .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.cxjm03 .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.cxjm03 .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.cxjm03 .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cxjm03 .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}
.van-cell__value--alone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.van-cell {
  padding: 0;
}

.cxjm04 {
  height: inherit;
  overflow: hidden;
  background: white;
}
.cxjm04 .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cxjm04 .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cxjm04 .main .dateRangeBox {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cxjm04 .main .dateRangeBox .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.cxjm04 .main .dateRangeBox .vux-no-group-title {
  margin-top: 0;
}
.cxjm04 .main .dateRangeBox .weui-cells {
  width: 100%;
  height: 35px;
  margin-top: 0 !important;
}
.cxjm04 .main .dateRangeBox .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.cxjm04 .main .dateRangeBox .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E3E3E3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 100%;
  height: 35px;
}
.cxjm04 .main .dateRangeBox .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.cxjm04 .main .dateRangeBox .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.cxjm04 .main .dateRangeBox .reset {
  width: 58px;
  padding: 6px 0;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  border-radius: 14.5px;
}
.cxjm04 .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cxjm04 .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6FA8F6;
}
.cxjm04 .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.cxjm04 .vanlist {
  overflow: scroll;
  height: 86.5vh;
}
.cxjm04 .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  /*position: absolute;*/
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cxjm04 .serviceBox .vantlist {
  text-align: center;
  font-size: 14px;
  background: white;
}
.cxjm04 .serviceBox .vantlist .cellstyle {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(138, 127, 127, 0.25);
}
.cxjm04 .serviceBox .vantlist .cellstyle .listtitle1 {
  margin: 0 10px;
  width: 25%;
}
.cxjm04 .serviceBox .vantlist .cellstyle .listtitle2 {
  margin: 0 10px;
  width: 20%;
}
.cxjm04 .serviceBox .vantlist .cellstyle .listtitle3 {
  margin: 0 10px;
  width: 20%;
}
.cxjm04 .serviceBox .listspan {
  text-align: center;
  line-height: 40px;
}
.cxjm04 .serviceBox .listspan1 {
  margin: 0 10px;
  width: 30%;
}
.cxjm04 .serviceBox .listspan2 {
  margin: 0 10px;
  width: 20%;
}
.cxjm04 .serviceBox .listspan3 {
  margin: 0 10px;
  width: 20%;
}
.cxjm04 .serviceBox .gsContent {
  margin-bottom: 10px;
}
.cxjm04 .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.cxjm04 .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #E3E3E3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.cxjm04 .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.cxjm04 .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cxjm04 .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}
.cxjm04 .van-cell__value--alone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.cxjm04 .van-cell {
  padding: 0;
}

.cxjm05 {
  height: inherit;
  overflow: hidden;
  background: white;
}
.cxjm05 .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cxjm05 .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cxjm05 .main .dateRangeBox {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cxjm05 .main .dateRangeBox .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.cxjm05 .main .dateRangeBox .vux-no-group-title {
  margin-top: 0;
}
.cxjm05 .main .dateRangeBox .weui-cells {
  width: 100%;
  height: 35px;
  margin-top: 0 !important;
}
.cxjm05 .main .dateRangeBox .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.cxjm05 .main .dateRangeBox .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E3E3E3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 100%;
  height: 35px;
}
.cxjm05 .main .dateRangeBox .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.cxjm05 .main .dateRangeBox .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.cxjm05 .main .dateRangeBox .reset {
  width: 58px;
  padding: 6px 0;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  border-radius: 14.5px;
}
.cxjm05 .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cxjm05 .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6FA8F6;
}
.cxjm05 .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.cxjm05 .vanlist {
  overflow: scroll;
  height: 86.5vh;
}
.cxjm05 .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  /*position: absolute;*/
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cxjm05 .serviceBox .vantlist {
  text-align: center;
  font-size: 14px;
  background: white;
}
.cxjm05 .serviceBox .vantlist .cellstyle {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(138, 127, 127, 0.25);
}
.cxjm05 .serviceBox .vantlist .cellstyle .listtitle1 {
  margin: 0 10px;
  width: 25%;
}
.cxjm05 .serviceBox .vantlist .cellstyle .listtitle2 {
  margin: 0 10px;
  width: 20%;
}
.cxjm05 .serviceBox .vantlist .cellstyle .listtitle3 {
  margin: 0 10px;
  width: 20%;
}
.cxjm05 .serviceBox .listspan {
  text-align: center;
  line-height: 40px;
}
.cxjm05 .serviceBox .listspan1 {
  margin: 0 10px;
  width: 30%;
}
.cxjm05 .serviceBox .listspan2 {
  margin: 0 10px;
  width: 20%;
}
.cxjm05 .serviceBox .listspan3 {
  margin: 0 10px;
  width: 20%;
}
.cxjm05 .serviceBox .gsContent {
  margin-bottom: 10px;
}
.cxjm05 .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.cxjm05 .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #E3E3E3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.cxjm05 .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.cxjm05 .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cxjm05 .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}
.cxjm05 .van-cell__value--alone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.cxjm05 .van-cell {
  padding: 0;
}

.cxjm06 {
  height: inherit;
  overflow: hidden;
  background: white;
}
.cxjm06 .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cxjm06 .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cxjm06 .main .dateRangeBox {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cxjm06 .main .dateRangeBox .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.cxjm06 .main .dateRangeBox .vux-no-group-title {
  margin-top: 0;
}
.cxjm06 .main .dateRangeBox .weui-cells {
  width: 100%;
  height: 35px;
  margin-top: 0 !important;
}
.cxjm06 .main .dateRangeBox .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.cxjm06 .main .dateRangeBox .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E3E3E3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 100%;
  height: 35px;
}
.cxjm06 .main .dateRangeBox .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.cxjm06 .main .dateRangeBox .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.cxjm06 .main .dateRangeBox .reset {
  width: 58px;
  padding: 6px 0;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  border-radius: 14.5px;
}
.cxjm06 .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cxjm06 .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6FA8F6;
}
.cxjm06 .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.cxjm06 .vanlist {
  overflow: scroll;
  height: 86.5vh;
}
.cxjm06 .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  /*position: absolute;*/
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cxjm06 .serviceBox .vantlist {
  text-align: center;
  font-size: 14px;
  background: white;
}
.cxjm06 .serviceBox .vantlist .cellstyle {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(138, 127, 127, 0.25);
}
.cxjm06 .serviceBox .vantlist .cellstyle .listtitle1 {
  margin: 0 10px;
  width: 30%;
}
.cxjm06 .serviceBox .vantlist .cellstyle .listtitle2 {
  margin: 0 10px;
  width: 30%;
}
.cxjm06 .serviceBox .vantlist .cellstyle .listtitle3 {
  margin: 0 10px;
  width: 40%;
}
.cxjm06 .serviceBox .listspan {
  text-align: center;
  line-height: 40px;
}
.cxjm06 .serviceBox .listspan1 {
  margin: 0 10px;
  width: 30%;
}
.cxjm06 .serviceBox .listspan2 {
  margin: 0 10px;
  width: 30%;
}
.cxjm06 .serviceBox .listspan3 {
  margin: 0 10px;
  width: 40%;
}
.cxjm06 .serviceBox .gsContent {
  margin-bottom: 10px;
}
.cxjm06 .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.cxjm06 .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #E3E3E3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.cxjm06 .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.cxjm06 .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cxjm06 .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}
.cxjm06 .van-cell__value--alone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.cxjm06 .van-cell {
  padding: 0;
}

.cxjm07 {
  height: inherit;
  overflow: hidden;
  background: white;
}
.cxjm07 .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cxjm07 .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cxjm07 .main .dateRangeBox {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cxjm07 .main .dateRangeBox .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.cxjm07 .main .dateRangeBox .vux-no-group-title {
  margin-top: 0;
}
.cxjm07 .main .dateRangeBox .weui-cells {
  width: 100%;
  height: 35px;
  margin-top: 0 !important;
}
.cxjm07 .main .dateRangeBox .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.cxjm07 .main .dateRangeBox .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E3E3E3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 100%;
  height: 35px;
}
.cxjm07 .main .dateRangeBox .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.cxjm07 .main .dateRangeBox .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.cxjm07 .main .dateRangeBox .reset {
  width: 58px;
  padding: 6px 0;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  border-radius: 14.5px;
}
.cxjm07 .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cxjm07 .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6FA8F6;
}
.cxjm07 .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.cxjm07 .vanlist {
  overflow: scroll;
  height: 86.5vh;
}
.cxjm07 .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  /*position: absolute;*/
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cxjm07 .serviceBox .vantlist {
  text-align: center;
  font-size: 14px;
  background: white;
}
.cxjm07 .serviceBox .vantlist .cellstyle {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(138, 127, 127, 0.25);
}
.cxjm07 .serviceBox .vantlist .cellstyle .listtitle1 {
  margin: 0 10px;
  width: 20%;
}
.cxjm07 .serviceBox .vantlist .cellstyle .listtitle2 {
  margin: 0 10px;
  width: 15%;
}
.cxjm07 .serviceBox .vantlist .cellstyle .listtitle3 {
  margin: 0 10px;
  width: 70%;
}
.cxjm07 .serviceBox .listspan {
  text-align: center;
  line-height: 40px;
}
.cxjm07 .serviceBox .listspan1 {
  margin: 0 10px;
  width: 20%;
}
.cxjm07 .serviceBox .listspan2 {
  margin: 0 10px;
  width: 15%;
}
.cxjm07 .serviceBox .listspan3 {
  margin: 0 10px;
  width: 70%;
}
.cxjm07 .serviceBox .gsContent {
  margin-bottom: 10px;
}
.cxjm07 .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.cxjm07 .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #E3E3E3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.cxjm07 .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.cxjm07 .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cxjm07 .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}
.cxjm07 .van-cell__value--alone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.cxjm07 .van-cell {
  padding: 0;
}

.GSDYXX {
  height: inherit;
  overflow: hidden;
  background: white;
}
.GSDYXX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.GSDYXX .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.GSDYXX .vux-no-group-title {
  margin-top: 0;
}
.GSDYXX .weui-cells {
  width: 28.5vw;
  height: 4.6vh;
  margin-top: 0 !important;
}
.GSDYXX .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.GSDYXX .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E3E3E3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 28.5vw;
  height: 4.6vh;
}
.GSDYXX .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.GSDYXX .main .dateRange {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.GSDYXX .main .dateRange .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.GSDYXX .main .dateRange .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.GSDYXX .main .dateRange .reset {
  margin-left: 5vw;
  padding: 0.9vh 4vw;
  background: blue;
  color: white;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  border-radius: 14.5px;
}
.GSDYXX .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.GSDYXX .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6FA8F6;
}
.GSDYXX .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.GSDYXX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 150px);
  width: 100%;
  position: absolute;
  top: 150px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.GSDYXX .serviceBox .gsContent {
  margin-bottom: 10px;
}
.GSDYXX .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.GSDYXX .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #E3E3E3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.GSDYXX .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.GSDYXX .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.GSDYXX .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.GSRDXX {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.GSRDXX .hsoftNoData {
  height: calc(100% - 50px);
}
.GSRDXX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.GSRDXX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.GSRDXX .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.GSRDXX .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.GSRDXX .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.gongshang11 {
  height: inherit;
  overflow: hidden;
  background: white;
}
.gongshang11 .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gongshang11 .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gongshang11 .main .dateRangeBox {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gongshang11 .main .dateRangeBox .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.gongshang11 .main .dateRangeBox .vux-no-group-title {
  margin-top: 0;
}
.gongshang11 .main .dateRangeBox .weui-cells {
  width: 100%;
  height: 35px;
  margin-top: 0 !important;
}
.gongshang11 .main .dateRangeBox .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.gongshang11 .main .dateRangeBox .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E3E3E3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 100%;
  height: 35px;
}
.gongshang11 .main .dateRangeBox .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.gongshang11 .main .dateRangeBox .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.gongshang11 .main .dateRangeBox .reset {
  width: 58px;
  padding: 6px 0;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  border-radius: 14.5px;
}
.gongshang11 .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gongshang11 .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6FA8F6;
}
.gongshang11 .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.gongshang11 .vanlist {
  overflow: scroll;
  height: 86.5vh;
}
.gongshang11 .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  /*position: absolute;*/
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gongshang11 .serviceBox .vantlist {
  text-align: center;
  font-size: 14px;
  background: white;
}
.gongshang11 .serviceBox .vantlist .cellstyle {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(138, 127, 127, 0.25);
}
.gongshang11 .serviceBox .vantlist .cellstyle .listtitle1 {
  margin: 0 22px;
  width: 28%;
}
.gongshang11 .serviceBox .vantlist .cellstyle .listtitle2 {
  margin: 0px 20px;
  width: 42%;
}
.gongshang11 .serviceBox .vantlist .cellstyle .listtitle3 {
  margin: 0 60px;
  width: 30%;
}
.gongshang11 .serviceBox .listspan {
  text-align: center;
  line-height: 40px;
}
.gongshang11 .serviceBox .listspan1 {
  margin: 0 10px;
  width: 25%;
}
.gongshang11 .serviceBox .listspan2 {
  margin: 0 10px;
  width: 25%;
}
.gongshang11 .serviceBox .listspan3 {
  margin: 0 10px;
  width: 50%;
}
.gongshang11 .serviceBox .gsContent {
  margin-bottom: 10px;
}
.gongshang11 .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.gongshang11 .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #E3E3E3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.gongshang11 .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.gongshang11 .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gongshang11 .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}
.gongshang11 .van-cell__value--alone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.gongshang11 .van-cell {
  padding: 0;
}

.gongshang12 {
  height: inherit;
  overflow: hidden;
  background: white;
}
.gongshang12 .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gongshang12 .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gongshang12 .main .dateRangeBox {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gongshang12 .main .dateRangeBox .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.gongshang12 .main .dateRangeBox .vux-no-group-title {
  margin-top: 0;
}
.gongshang12 .main .dateRangeBox .weui-cells {
  width: 100%;
  height: 35px;
  margin-top: 0 !important;
}
.gongshang12 .main .dateRangeBox .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.gongshang12 .main .dateRangeBox .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 100%;
  height: 35px;
}
.gongshang12 .main .dateRangeBox .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.gongshang12 .main .dateRangeBox .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.gongshang12 .main .dateRangeBox .reset {
  width: 58px;
  padding: 6px 0;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1b79ff), color-stop(99%, #1d68d2));
  background-image: linear-gradient(90deg, #1b79ff 2%, #1d68d2 99%);
  border-radius: 14.5px;
}
.gongshang12 .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gongshang12 .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6fa8f6;
}
.gongshang12 .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.gongshang12 .nextpage {
  width: 120px;
  text-align: center;
  border: 1px solid #3436a3;
}
.gongshang12 .vanlist {
  overflow: scroll;
  height: 86.5vh;
}
.gongshang12 .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  top: 50px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gongshang12 .serviceBox .vantlist {
  text-align: center;
  font-size: 14px;
  background: white;
}
.gongshang12 .serviceBox .vantlist .cellstyle {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(138, 127, 127, 0.25);
}
.gongshang12 .serviceBox .vantlist .cellstyle .listtitle1 {
  margin: 0 10px;
  width: 25%;
}
.gongshang12 .serviceBox .vantlist .cellstyle .listtitle2 {
  width: 25%;
}
.gongshang12 .serviceBox .vantlist .cellstyle .listtitle3 {
  margin: 0 10px;
  width: 25%;
}
.gongshang12 .serviceBox .vantlist .cellstyle .listtitle4 {
  margin: 0 10px;
  width: 25%;
}
.gongshang12 .serviceBox .listspan {
  text-align: center;
  line-height: 40px;
}
.gongshang12 .serviceBox .listspan1 {
  margin: 0 10px;
  width: 25%;
}
.gongshang12 .serviceBox .listspan2 {
  margin: 0 10px;
  width: 25%;
}
.gongshang12 .serviceBox .listspan3 {
  margin: 0 10px;
  width: 25%;
}
.gongshang12 .serviceBox .listspan4 {
  margin: 0 10px;
  width: 25%;
}
.gongshang12 .serviceBox .gsContent {
  margin-bottom: 10px;
}
.gongshang12 .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.gongshang12 .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.gongshang12 .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.gongshang12 .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gongshang12 .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}
.van-cell__value--alone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.van-cell {
  padding: 0;
}

.gongshang13 {
  height: inherit;
  overflow: hidden;
  background: white;
}
.gongshang13 .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gongshang13 .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gongshang13 .main .dateRangeBox {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gongshang13 .main .dateRangeBox .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.gongshang13 .main .dateRangeBox .vux-no-group-title {
  margin-top: 0;
}
.gongshang13 .main .dateRangeBox .weui-cells {
  width: 100%;
  height: 35px;
  margin-top: 0 !important;
}
.gongshang13 .main .dateRangeBox .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.gongshang13 .main .dateRangeBox .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 100%;
  height: 35px;
}
.gongshang13 .main .dateRangeBox .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.gongshang13 .main .dateRangeBox .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.gongshang13 .main .dateRangeBox .reset {
  width: 58px;
  padding: 6px 0;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1b79ff), color-stop(99%, #1d68d2));
  background-image: linear-gradient(90deg, #1b79ff 2%, #1d68d2 99%);
  border-radius: 14.5px;
}
.gongshang13 .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gongshang13 .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6fa8f6;
}
.gongshang13 .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.gongshang13 .nextpage {
  width: 120px;
  text-align: center;
  border: 1px solid #3436a3;
}
.gongshang13 .vanlist {
  overflow: scroll;
  height: 86.5vh;
}
.gongshang13 .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  top: 50px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gongshang13 .serviceBox .vantlist {
  text-align: center;
  font-size: 14px;
  background: white;
}
.gongshang13 .serviceBox .vantlist .cellstyle {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(138, 127, 127, 0.25);
}
.gongshang13 .serviceBox .vantlist .cellstyle .listtitle1 {
  margin: 0 10px;
  width: auto;
}
.gongshang13 .serviceBox .vantlist .cellstyle .listtitle2 {
  width: auto;
}
.gongshang13 .serviceBox .vantlist .cellstyle .listtitle3 {
  margin: 0 10px;
  width: auto;
}
.gongshang13 .serviceBox .vantlist .cellstyle .listtitle4 {
  margin: 0 16px;
  width: auto;
}
.gongshang13 .serviceBox .vantlist .cellstyle .listtitl5 {
  margin: 0 10px;
  width: auto;
}
.gongshang13 .serviceBox .listspan {
  text-align: center;
  line-height: 40px;
}
.gongshang13 .serviceBox .listspan1 {
  margin: 0 10px;
  width: 20%;
}
.gongshang13 .serviceBox .listspan2 {
  margin: 0 10px;
  width: 10%;
}
.gongshang13 .serviceBox .listspan3 {
  margin: 0 10px;
  width: 10%;
}
.gongshang13 .serviceBox .listspan4 {
  margin: 0 22px;
  width: 20%;
}
.gongshang13 .serviceBox .listspan5 {
  margin: 0 0px;
  width: 5%;
}
.gongshang13 .serviceBox .gsContent {
  margin-bottom: 10px;
}
.gongshang13 .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.gongshang13 .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.gongshang13 .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.gongshang13 .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gongshang13 .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}
.van-cell__value--alone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.van-cell {
  padding: 0;
}

.gongshang14 {
  height: inherit;
  overflow: hidden;
  background: white;
}
.gongshang14 .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gongshang14 .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gongshang14 .main .dateRangeBox {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gongshang14 .main .dateRangeBox .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.gongshang14 .main .dateRangeBox .vux-no-group-title {
  margin-top: 0;
}
.gongshang14 .main .dateRangeBox .weui-cells {
  width: 100%;
  height: 35px;
  margin-top: 0 !important;
}
.gongshang14 .main .dateRangeBox .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.gongshang14 .main .dateRangeBox .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 100%;
  height: 35px;
}
.gongshang14 .main .dateRangeBox .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.gongshang14 .main .dateRangeBox .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.gongshang14 .main .dateRangeBox .reset {
  width: 58px;
  padding: 6px 0;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1b79ff), color-stop(99%, #1d68d2));
  background-image: linear-gradient(90deg, #1b79ff 2%, #1d68d2 99%);
  border-radius: 14.5px;
}
.gongshang14 .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gongshang14 .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6fa8f6;
}
.gongshang14 .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.gongshang14 .nextpage {
  width: 120px;
  text-align: center;
  border: 1px solid #3436a3;
}
.gongshang14 .vanlist {
  overflow: scroll;
  height: 86.5vh;
}
.gongshang14 .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  top: 50px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gongshang14 .serviceBox .vantlist {
  text-align: center;
  font-size: 14px;
  background: white;
}
.gongshang14 .serviceBox .vantlist .cellstyle {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(138, 127, 127, 0.25);
}
.gongshang14 .serviceBox .vantlist .cellstyle .listtitle1 {
  margin: 0 10px;
  width: 30%;
}
.gongshang14 .serviceBox .vantlist .cellstyle .listtitle2 {
  width: 40%;
}
.gongshang14 .serviceBox .vantlist .cellstyle .listtitle3 {
  margin: 0 10px;
  width: 30%;
}
.gongshang14 .serviceBox .listspan {
  text-align: center;
  line-height: 40px;
}
.gongshang14 .serviceBox .listspan1 {
  margin: 0 10px;
  width: 30%;
}
.gongshang14 .serviceBox .listspan2 {
  margin: 0 10px;
  width: 40%;
}
.gongshang14 .serviceBox .listspan3 {
  margin: 0 10px;
  width: 30%;
}
.gongshang14 .serviceBox .gsContent {
  margin-bottom: 10px;
}
.gongshang14 .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.gongshang14 .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.gongshang14 .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.gongshang14 .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gongshang14 .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}
.van-cell__value--alone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.van-cell {
  padding: 0;
}

.gongshang14Report {
  height: inherit;
  overflow: hidden;
  background: white;
  position: fixed;
  width: inherit;
}
.gongshang14Report td,
.gongshang14Report th {
  padding: 14px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
}
.gongshang14Report .vux-table {
  line-height: 20px;
}
.gongshang14Report thead th {
  color: #333;
}
.gongshang14Report tbody td {
  color: #666;
}
.gongshang14Report .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gongshang14Report .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.gongshang14Report .vux-no-group-title {
  margin-top: 0;
}
.gongshang14Report .weui-cells {
  width: 28.5vw;
  height: 4.6vh;
  margin-top: 0 !important;
}
.gongshang14Report .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.gongshang14Report .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 28.5vw;
  height: 4.6vh;
}
.gongshang14Report .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gongshang14Report .serviceBoxS {
  /**滚动列表*/
  height: calc(100% - 150px);
  width: 100%;
  position: absolute;
  top: 150px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gongshang14Report .serviceBoxS .gsContent {
  margin-bottom: 10px;
}
.gongshang14Report .serviceBoxS .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.gongshang14Report .serviceBoxS .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.gongshang14Report .serviceBoxS .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.gongshang14Report .serviceBoxS .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gongshang14Report .serviceBoxS .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}

.gongshang16Report {
  height: inherit;
  overflow: hidden;
  background: white;
}
.gongshang16Report .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gongshang16Report .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gongshang16Report .main .dateRangeBox {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gongshang16Report .main .dateRangeBox .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.gongshang16Report .main .dateRangeBox .vux-no-group-title {
  margin-top: 0;
}
.gongshang16Report .main .dateRangeBox .weui-cells {
  width: 100%;
  height: 35px;
  margin-top: 0 !important;
}
.gongshang16Report .main .dateRangeBox .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.gongshang16Report .main .dateRangeBox .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 100%;
  height: 35px;
}
.gongshang16Report .main .dateRangeBox .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.gongshang16Report .main .dateRangeBox .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.gongshang16Report .main .dateRangeBox .reset {
  width: 58px;
  padding: 6px 0;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1b79ff), color-stop(99%, #1d68d2));
  background-image: linear-gradient(90deg, #1b79ff 2%, #1d68d2 99%);
  border-radius: 14.5px;
}
.gongshang16Report .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gongshang16Report .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6fa8f6;
}
.gongshang16Report .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.gongshang16Report .nextpage {
  width: 120px;
  text-align: center;
  border: 1px solid #3436a3;
}
.gongshang16Report .vanlist {
  overflow: scroll;
  height: 86.5vh;
}
.gongshang16Report .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  top: 50px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gongshang16Report .serviceBox .vantlist {
  text-align: center;
  font-size: 14px;
  background: white;
}
.gongshang16Report .serviceBox .vantlist .cellstyle {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(138, 127, 127, 0.25);
}
.gongshang16Report .serviceBox .vantlist .cellstyle .listtitle1 {
  margin: 0 10px;
  width: 20%;
}
.gongshang16Report .serviceBox .vantlist .cellstyle .listtitle2 {
  width: 25%;
}
.gongshang16Report .serviceBox .vantlist .cellstyle .listtitle3 {
  margin: 0 10px;
  width: 20%;
}
.gongshang16Report .serviceBox .vantlist .cellstyle .listtitle4 {
  margin: 0 10px;
  width: 35%;
}
.gongshang16Report .serviceBox .listspan {
  text-align: center;
  line-height: 40px;
}
.gongshang16Report .serviceBox .listspan1 {
  margin: 0 10px;
  width: 20%;
}
.gongshang16Report .serviceBox .listspan2 {
  margin: 0 10px;
  width: 20%;
}
.gongshang16Report .serviceBox .listspan3 {
  margin: 0 10px;
  width: 25%;
}
.gongshang16Report .serviceBox .listspan4 {
  margin: 0 10px;
  width: 35%;
}
.gongshang16Report .serviceBox .gsContent {
  margin-bottom: 10px;
}
.gongshang16Report .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.gongshang16Report .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.gongshang16Report .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.gongshang16Report .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gongshang16Report .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}
.van-cell__value--alone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.van-cell {
  padding: 0;
}

.gongshang15 {
  height: inherit;
  overflow: hidden;
  background: white;
}
.gongshang15 .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gongshang15 .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gongshang15 .main .dateRangeBox {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gongshang15 .main .dateRangeBox .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.gongshang15 .main .dateRangeBox .vux-no-group-title {
  margin-top: 0;
}
.gongshang15 .main .dateRangeBox .weui-cells {
  width: 100%;
  height: 35px;
  margin-top: 0 !important;
}
.gongshang15 .main .dateRangeBox .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.gongshang15 .main .dateRangeBox .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 100%;
  height: 35px;
}
.gongshang15 .main .dateRangeBox .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.gongshang15 .main .dateRangeBox .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.gongshang15 .main .dateRangeBox .reset {
  width: 58px;
  padding: 6px 0;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1b79ff), color-stop(99%, #1d68d2));
  background-image: linear-gradient(90deg, #1b79ff 2%, #1d68d2 99%);
  border-radius: 14.5px;
}
.gongshang15 .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gongshang15 .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6fa8f6;
}
.gongshang15 .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.gongshang15 .nextpage {
  width: 120px;
  text-align: center;
  border: 1px solid #3436a3;
}
.gongshang15 .vanlist {
  overflow: scroll;
  height: 86.5vh;
}
.gongshang15 .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  top: 50px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gongshang15 .serviceBox .vantlist {
  text-align: center;
  font-size: 14px;
  background: white;
}
.gongshang15 .serviceBox .vantlist .cellstyle {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(138, 127, 127, 0.25);
}
.gongshang15 .serviceBox .vantlist .cellstyle .listtitle1 {
  margin: 0 10px;
  width: 30%;
}
.gongshang15 .serviceBox .vantlist .cellstyle .listtitle2 {
  width: 40%;
}
.gongshang15 .serviceBox .vantlist .cellstyle .listtitle3 {
  margin: 0 10px;
  width: 30%;
}
.gongshang15 .serviceBox .listspan {
  text-align: center;
  line-height: 40px;
}
.gongshang15 .serviceBox .listspan1 {
  margin: 0 10px;
  width: 30%;
}
.gongshang15 .serviceBox .listspan2 {
  margin: 0 10px;
  width: 40%;
}
.gongshang15 .serviceBox .listspan3 {
  margin: 0 10px;
  width: 30%;
}
.gongshang15 .serviceBox .gsContent {
  margin-bottom: 10px;
}
.gongshang15 .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.gongshang15 .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.gongshang15 .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.gongshang15 .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gongshang15 .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}
.van-cell__value--alone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.van-cell {
  padding: 0;
}

.gongshang15Report {
  height: inherit;
  overflow: hidden;
  background: white;
  position: fixed;
  width: inherit;
}
.gongshang15Report td,
.gongshang15Report th {
  padding: 14px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
}
.gongshang15Report .vux-table {
  line-height: 20px;
}
.gongshang15Report thead th {
  color: #333;
}
.gongshang15Report tbody td {
  color: #666;
}
.gongshang15Report .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gongshang15Report .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.gongshang15Report .vux-no-group-title {
  margin-top: 0;
}
.gongshang15Report .weui-cells {
  width: 28.5vw;
  height: 4.6vh;
  margin-top: 0 !important;
}
.gongshang15Report .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.gongshang15Report .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 28.5vw;
  height: 4.6vh;
}
.gongshang15Report .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gongshang15Report .serviceBoxS {
  /**滚动列表*/
  height: calc(100% - 150px);
  width: 100%;
  position: absolute;
  top: 150px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gongshang15Report .serviceBoxS .gsContent {
  margin-bottom: 10px;
}
.gongshang15Report .serviceBoxS .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.gongshang15Report .serviceBoxS .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.gongshang15Report .serviceBoxS .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.gongshang15Report .serviceBoxS .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gongshang15Report .serviceBoxS .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}

.gongshang16 {
  height: inherit;
  overflow: hidden;
  background: white;
}
.gongshang16 .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gongshang16 .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gongshang16 .main .dateRangeBox {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gongshang16 .main .dateRangeBox .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.gongshang16 .main .dateRangeBox .vux-no-group-title {
  margin-top: 0;
}
.gongshang16 .main .dateRangeBox .weui-cells {
  width: 100%;
  height: 35px;
  margin-top: 0 !important;
}
.gongshang16 .main .dateRangeBox .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.gongshang16 .main .dateRangeBox .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 100%;
  height: 35px;
}
.gongshang16 .main .dateRangeBox .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.gongshang16 .main .dateRangeBox .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.gongshang16 .main .dateRangeBox .reset {
  width: 58px;
  padding: 6px 0;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1b79ff), color-stop(99%, #1d68d2));
  background-image: linear-gradient(90deg, #1b79ff 2%, #1d68d2 99%);
  border-radius: 14.5px;
}
.gongshang16 .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gongshang16 .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6fa8f6;
}
.gongshang16 .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.gongshang16 .nextpage {
  width: 120px;
  text-align: center;
  border: 1px solid #3436a3;
}
.gongshang16 .vanlist {
  overflow: scroll;
  height: 86.5vh;
}
.gongshang16 .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  top: 50px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gongshang16 .serviceBox .vantlist {
  text-align: center;
  font-size: 14px;
  background: white;
}
.gongshang16 .serviceBox .vantlist .cellstyle {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(138, 127, 127, 0.25);
}
.gongshang16 .serviceBox .vantlist .cellstyle .listtitle1 {
  margin: 0 10px;
  width: 20%;
}
.gongshang16 .serviceBox .vantlist .cellstyle .listtitle2 {
  width: 25%;
}
.gongshang16 .serviceBox .vantlist .cellstyle .listtitle3 {
  margin: 0 10px;
  width: 20%;
}
.gongshang16 .serviceBox .vantlist .cellstyle .listtitle4 {
  margin: 0 10px;
  width: 35%;
}
.gongshang16 .serviceBox .listspan {
  text-align: center;
  line-height: 40px;
}
.gongshang16 .serviceBox .listspan1 {
  margin: 0 10px;
  width: 20%;
}
.gongshang16 .serviceBox .listspan2 {
  margin: 0 10px;
  width: 20%;
}
.gongshang16 .serviceBox .listspan3 {
  margin: 0 10px;
  width: 25%;
}
.gongshang16 .serviceBox .listspan4 {
  margin: 0 10px;
  width: 35%;
}
.gongshang16 .serviceBox .gsContent {
  margin-bottom: 10px;
}
.gongshang16 .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.gongshang16 .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.gongshang16 .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.gongshang16 .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gongshang16 .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}
.van-cell__value--alone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.van-cell {
  padding: 0;
}

.gongshang17 {
  height: inherit;
  overflow: hidden;
  background: white;
}
.gongshang17 .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gongshang17 .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gongshang17 .main .dateRangeBox {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gongshang17 .main .dateRangeBox .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.gongshang17 .main .dateRangeBox .vux-no-group-title {
  margin-top: 0;
}
.gongshang17 .main .dateRangeBox .weui-cells {
  width: 100%;
  height: 35px;
  margin-top: 0 !important;
}
.gongshang17 .main .dateRangeBox .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.gongshang17 .main .dateRangeBox .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 100%;
  height: 35px;
}
.gongshang17 .main .dateRangeBox .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.gongshang17 .main .dateRangeBox .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.gongshang17 .main .dateRangeBox .reset {
  width: 58px;
  padding: 6px 0;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1b79ff), color-stop(99%, #1d68d2));
  background-image: linear-gradient(90deg, #1b79ff 2%, #1d68d2 99%);
  border-radius: 14.5px;
}
.gongshang17 .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gongshang17 .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6fa8f6;
}
.gongshang17 .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.gongshang17 .nextpage {
  width: 120px;
  text-align: center;
  border: 1px solid #3436a3;
}
.gongshang17 .vanlist {
  overflow: scroll;
  height: 86.5vh;
}
.gongshang17 .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  top: 50px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gongshang17 .serviceBox .vantlist {
  text-align: center;
  font-size: 14px;
  background: white;
}
.gongshang17 .serviceBox .vantlist .cellstyle {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(138, 127, 127, 0.25);
}
.gongshang17 .serviceBox .vantlist .cellstyle .listtitle1 {
  margin: 0 10px;
  width: 30%;
}
.gongshang17 .serviceBox .vantlist .cellstyle .listtitle2 {
  width: 40%;
}
.gongshang17 .serviceBox .vantlist .cellstyle .listtitle3 {
  margin: 0 10px;
  width: 30%;
}
.gongshang17 .serviceBox .listspan {
  text-align: center;
  line-height: 40px;
}
.gongshang17 .serviceBox .listspan1 {
  margin: 0 10px;
  width: 30%;
}
.gongshang17 .serviceBox .listspan2 {
  margin: 0 10px;
  width: 40%;
}
.gongshang17 .serviceBox .listspan3 {
  margin: 0 10px;
  width: 30%;
}
.gongshang17 .serviceBox .gsContent {
  margin-bottom: 10px;
}
.gongshang17 .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.gongshang17 .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.gongshang17 .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.gongshang17 .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gongshang17 .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}
.van-cell__value--alone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.van-cell {
  padding: 0;
}

.gongshang17Report {
  height: inherit;
  overflow: hidden;
  background: white;
}
.gongshang17Report .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gongshang17Report .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gongshang17Report .main .dateRangeBox {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gongshang17Report .main .dateRangeBox .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.gongshang17Report .main .dateRangeBox .vux-no-group-title {
  margin-top: 0;
}
.gongshang17Report .main .dateRangeBox .weui-cells {
  width: 100%;
  height: 35px;
  margin-top: 0 !important;
}
.gongshang17Report .main .dateRangeBox .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.gongshang17Report .main .dateRangeBox .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 100%;
  height: 35px;
}
.gongshang17Report .main .dateRangeBox .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.gongshang17Report .main .dateRangeBox .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.gongshang17Report .main .dateRangeBox .reset {
  width: 58px;
  padding: 6px 0;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1b79ff), color-stop(99%, #1d68d2));
  background-image: linear-gradient(90deg, #1b79ff 2%, #1d68d2 99%);
  border-radius: 14.5px;
}
.gongshang17Report .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gongshang17Report .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6fa8f6;
}
.gongshang17Report .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.gongshang17Report .nextpage {
  width: 120px;
  text-align: center;
  border: 1px solid #3436a3;
}
.gongshang17Report .vanlist {
  overflow: scroll;
  height: 86.5vh;
}
.gongshang17Report .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  top: 50px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gongshang17Report .serviceBox .vantlist {
  text-align: center;
  font-size: 14px;
  background: white;
}
.gongshang17Report .serviceBox .vantlist .cellstyle {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(138, 127, 127, 0.25);
}
.gongshang17Report .serviceBox .vantlist .cellstyle .listtitle1 {
  margin: 0 10px;
  width: 30%;
}
.gongshang17Report .serviceBox .vantlist .cellstyle .listtitle2 {
  width: 40%;
}
.gongshang17Report .serviceBox .vantlist .cellstyle .listtitle3 {
  margin: 0 10px;
  width: 30%;
}
.gongshang17Report .serviceBox .listspan {
  text-align: center;
  line-height: 40px;
}
.gongshang17Report .serviceBox .listspan1 {
  margin: 0 10px;
  width: 30%;
}
.gongshang17Report .serviceBox .listspan2 {
  margin: 0 10px;
  width: 40%;
}
.gongshang17Report .serviceBox .listspan3 {
  margin: 0 10px;
  width: 30%;
}
.gongshang17Report .serviceBox .gsContent {
  margin-bottom: 10px;
}
.gongshang17Report .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.gongshang17Report .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.gongshang17Report .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.gongshang17Report .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gongshang17Report .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}
.van-cell__value--alone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.van-cell {
  padding: 0;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1D68D2;
}
.gsrdsq .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gsrdsq .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #E3E3E3;
  letter-spacing: 0;
  line-height: 50px;
}
.gsrdsq .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.gsrdsq .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.gsrdsq .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.gsrdsq .btn button:active {
  color: #ffffff;
}
.gsrdsq .btn .weui-btn:after {
  border: none;
}
.gsrdsq .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.gsrdsq .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
  background-color: #fff;
}
.gsrdsq .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.gsrdsq .myins .contentChoose .inputBox .title span {
  color: red;
}
.gsrdsq .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.gsrdsq .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.gsrdsq .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrdsq .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdsq .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.gsrdsq .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.gsrdsq .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.gsrdsq .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.gsrdsq .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.gsrdsq .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdsq .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.gsrdsq .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.gsrdsq .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.gsrdsq .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.gsrdsq .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrdsq .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.gsrdsq .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdsq .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdsq .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdsq .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdsq .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.gsrdsq .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.gsrdsq .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdsq .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdsq .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdsq .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdsq .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.gsrdsq .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.gsrdsq .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.gsrdsq .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.gsrdsq .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.gsrdsq .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.gsrdsq .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.gsrdsq .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.gsrdsq .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.gsrdsq .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.gsrdsq .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.gsrdsq .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.gsrdsq .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.gsrdsq .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.gsrdsq .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.gsrdsq .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.gsrdsq .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.gsrdsq .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.gsrdsq .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.gsrdsq .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.gsrdsq .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrdsq .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdsq .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrdsq .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrdsq .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.gsrdsq .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdsq .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrdsq .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrdsq .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.gsrdsq .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrdsq .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdsq .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrdsq .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrdsq .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.gsrdsq .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdsq .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrdsq .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrdsq .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.gsrdsq .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.gsrdsq .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.gsrdsq .myins .uploadText {
  background-color: #E3E3E3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.gsrdsq .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.gsrdsq .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.gsrdsq .myins .uploadFile .reRight {
  border: 1px solid #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
}
.gsrdsq .myins .uploadFile .right {
  background-color: #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.gsrdsq .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1D68D2;
}
.gsrdjd .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gsrdjd .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #E3E3E3;
  letter-spacing: 0;
  line-height: 50px;
}
.gsrdjd .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.gsrdjd .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.gsrdjd .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.gsrdjd .btn button:active {
  color: #ffffff;
}
.gsrdjd .btn .weui-btn:after {
  border: none;
}
.gsrdjd .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.gsrdjd .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
  background-color: #fff;
}
.gsrdjd .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.gsrdjd .myins .contentChoose .inputBox .title span {
  color: red;
}
.gsrdjd .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.gsrdjd .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.gsrdjd .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrdjd .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdjd .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.gsrdjd .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.gsrdjd .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.gsrdjd .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.gsrdjd .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.gsrdjd .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdjd .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.gsrdjd .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.gsrdjd .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.gsrdjd .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.gsrdjd .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrdjd .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.gsrdjd .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdjd .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdjd .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdjd .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdjd .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.gsrdjd .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.gsrdjd .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdjd .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdjd .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdjd .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdjd .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.gsrdjd .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.gsrdjd .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.gsrdjd .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.gsrdjd .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.gsrdjd .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.gsrdjd .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.gsrdjd .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.gsrdjd .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.gsrdjd .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.gsrdjd .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.gsrdjd .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.gsrdjd .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.gsrdjd .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.gsrdjd .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.gsrdjd .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.gsrdjd .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.gsrdjd .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.gsrdjd .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.gsrdjd .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.gsrdjd .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrdjd .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdjd .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrdjd .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrdjd .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.gsrdjd .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdjd .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrdjd .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrdjd .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.gsrdjd .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrdjd .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdjd .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrdjd .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrdjd .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.gsrdjd .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdjd .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrdjd .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrdjd .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.gsrdjd .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.gsrdjd .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.gsrdjd .myins .uploadText {
  background-color: #E3E3E3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.gsrdjd .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.gsrdjd .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.gsrdjd .myins .uploadFile .reRight {
  border: 1px solid #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
}
.gsrdjd .myins .uploadFile .right {
  background-color: #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.gsrdjd .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1d68d2;
}
.gsrdzz1 .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gsrdzz1 .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
  letter-spacing: 0;
  line-height: 50px;
}
.gsrdzz1 .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.gsrdzz1 .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.gsrdzz1 .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1d68d2), color-stop(99%, #1b79ff));
  background-image: linear-gradient(-90deg, #1d68d2 2%, #1b79ff 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.gsrdzz1 .btn button:active {
  color: #ffffff;
}
.gsrdzz1 .btn .weui-btn:after {
  border: none;
}
.gsrdzz1 .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.gsrdzz1 .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff;
}
.gsrdzz1 .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.gsrdzz1 .myins .contentChoose .inputBox .title span {
  color: red;
}
.gsrdzz1 .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.gsrdzz1 .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.gsrdzz1 .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrdzz1 .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdzz1 .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.gsrdzz1 .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.gsrdzz1 .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.gsrdzz1 .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.gsrdzz1 .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.gsrdzz1 .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdzz1 .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.gsrdzz1 .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.gsrdzz1 .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.gsrdzz1 .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.gsrdzz1 .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrdzz1 .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.gsrdzz1 .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdzz1 .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdzz1 .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdzz1 .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdzz1 .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.gsrdzz1 .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.gsrdzz1 .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdzz1 .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdzz1 .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdzz1 .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdzz1 .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.gsrdzz1 .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.gsrdzz1 .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.gsrdzz1 .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.gsrdzz1 .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.gsrdzz1 .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.gsrdzz1 .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.gsrdzz1 .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.gsrdzz1 .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.gsrdzz1 .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.gsrdzz1 .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.gsrdzz1 .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.gsrdzz1 .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.gsrdzz1 .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.gsrdzz1 .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.gsrdzz1 .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.gsrdzz1 .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.gsrdzz1 .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.gsrdzz1 .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.gsrdzz1 .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.gsrdzz1 .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrdzz1 .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdzz1 .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrdzz1 .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrdzz1 .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.gsrdzz1 .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdzz1 .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrdzz1 .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrdzz1 .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.gsrdzz1 .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrdzz1 .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdzz1 .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrdzz1 .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrdzz1 .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.gsrdzz1 .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdzz1 .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrdzz1 .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrdzz1 .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.gsrdzz1 .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.gsrdzz1 .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.gsrdzz1 .myins .uploadText {
  background-color: #e3e3e3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.gsrdzz1 .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e3e3e3;
}
.gsrdzz1 .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.gsrdzz1 .myins .uploadFile .reRight {
  border: 1px solid #1e6bd5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
}
.gsrdzz1 .myins .uploadFile .right {
  background-color: #1e6bd5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.gsrdzz1 .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1d68d2;
}
.gsrdzz2 .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gsrdzz2 .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
  letter-spacing: 0;
  line-height: 50px;
}
.gsrdzz2 .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.gsrdzz2 .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.gsrdzz2 .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1d68d2), color-stop(99%, #1b79ff));
  background-image: linear-gradient(-90deg, #1d68d2 2%, #1b79ff 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.gsrdzz2 .btn button:active {
  color: #ffffff;
}
.gsrdzz2 .btn .weui-btn:after {
  border: none;
}
.gsrdzz2 .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.gsrdzz2 .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff;
}
.gsrdzz2 .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.gsrdzz2 .myins .contentChoose .inputBox .title span {
  color: red;
}
.gsrdzz2 .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.gsrdzz2 .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.gsrdzz2 .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrdzz2 .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdzz2 .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.gsrdzz2 .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.gsrdzz2 .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.gsrdzz2 .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.gsrdzz2 .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.gsrdzz2 .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdzz2 .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.gsrdzz2 .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.gsrdzz2 .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.gsrdzz2 .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.gsrdzz2 .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrdzz2 .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.gsrdzz2 .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdzz2 .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdzz2 .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdzz2 .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdzz2 .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.gsrdzz2 .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.gsrdzz2 .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdzz2 .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdzz2 .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdzz2 .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdzz2 .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.gsrdzz2 .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.gsrdzz2 .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.gsrdzz2 .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.gsrdzz2 .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.gsrdzz2 .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.gsrdzz2 .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.gsrdzz2 .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.gsrdzz2 .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.gsrdzz2 .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.gsrdzz2 .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.gsrdzz2 .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.gsrdzz2 .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.gsrdzz2 .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.gsrdzz2 .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.gsrdzz2 .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.gsrdzz2 .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.gsrdzz2 .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.gsrdzz2 .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.gsrdzz2 .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.gsrdzz2 .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrdzz2 .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdzz2 .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrdzz2 .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrdzz2 .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.gsrdzz2 .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdzz2 .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrdzz2 .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrdzz2 .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.gsrdzz2 .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrdzz2 .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdzz2 .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrdzz2 .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrdzz2 .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.gsrdzz2 .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdzz2 .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrdzz2 .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrdzz2 .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.gsrdzz2 .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.gsrdzz2 .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.gsrdzz2 .myins .uploadText {
  background-color: #e3e3e3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.gsrdzz2 .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e3e3e3;
}
.gsrdzz2 .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.gsrdzz2 .myins .uploadFile .reRight {
  border: 1px solid #1e6bd5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
}
.gsrdzz2 .myins .uploadFile .right {
  background-color: #1e6bd5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.gsrdzz2 .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1d68d2;
}
.gsrdhf .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gsrdhf .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
  letter-spacing: 0;
  line-height: 50px;
}
.gsrdhf .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.gsrdhf .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.gsrdhf .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1d68d2), color-stop(99%, #1b79ff));
  background-image: linear-gradient(-90deg, #1d68d2 2%, #1b79ff 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.gsrdhf .btn button:active {
  color: #ffffff;
}
.gsrdhf .btn .weui-btn:after {
  border: none;
}
.gsrdhf .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.gsrdhf .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff;
}
.gsrdhf .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.gsrdhf .myins .contentChoose .inputBox .title span {
  color: red;
}
.gsrdhf .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.gsrdhf .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.gsrdhf .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrdhf .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdhf .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.gsrdhf .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.gsrdhf .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.gsrdhf .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.gsrdhf .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.gsrdhf .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdhf .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.gsrdhf .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.gsrdhf .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.gsrdhf .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.gsrdhf .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrdhf .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.gsrdhf .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdhf .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdhf .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdhf .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdhf .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.gsrdhf .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.gsrdhf .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdhf .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdhf .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdhf .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdhf .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.gsrdhf .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.gsrdhf .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.gsrdhf .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.gsrdhf .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.gsrdhf .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.gsrdhf .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.gsrdhf .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.gsrdhf .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.gsrdhf .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.gsrdhf .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.gsrdhf .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.gsrdhf .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.gsrdhf .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.gsrdhf .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.gsrdhf .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.gsrdhf .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.gsrdhf .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.gsrdhf .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.gsrdhf .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.gsrdhf .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrdhf .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdhf .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrdhf .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrdhf .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.gsrdhf .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdhf .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrdhf .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrdhf .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.gsrdhf .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrdhf .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdhf .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrdhf .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrdhf .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.gsrdhf .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdhf .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrdhf .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrdhf .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.gsrdhf .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.gsrdhf .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.gsrdhf .myins .uploadText {
  background-color: #e3e3e3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.gsrdhf .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e3e3e3;
}
.gsrdhf .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.gsrdhf .myins .uploadFile .reRight {
  border: 1px solid #1e6bd5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
}
.gsrdhf .myins .uploadFile .right {
  background-color: #1e6bd5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.gsrdhf .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1d68d2;
}
.gsrddwjz .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gsrddwjz .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
  letter-spacing: 0;
  line-height: 50px;
}
.gsrddwjz .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.gsrddwjz .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.gsrddwjz .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1d68d2), color-stop(99%, #1b79ff));
  background-image: linear-gradient(-90deg, #1d68d2 2%, #1b79ff 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.gsrddwjz .btn button:active {
  color: #ffffff;
}
.gsrddwjz .btn .weui-btn:after {
  border: none;
}
.gsrddwjz .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.gsrddwjz .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff;
}
.gsrddwjz .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.gsrddwjz .myins .contentChoose .inputBox .title span {
  color: red;
}
.gsrddwjz .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.gsrddwjz .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.gsrddwjz .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrddwjz .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrddwjz .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.gsrddwjz .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.gsrddwjz .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.gsrddwjz .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.gsrddwjz .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.gsrddwjz .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrddwjz .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.gsrddwjz .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.gsrddwjz .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.gsrddwjz .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.gsrddwjz .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrddwjz .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.gsrddwjz .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrddwjz .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrddwjz .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrddwjz .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrddwjz .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.gsrddwjz .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.gsrddwjz .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrddwjz .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrddwjz .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrddwjz .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrddwjz .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.gsrddwjz .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.gsrddwjz .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.gsrddwjz .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.gsrddwjz .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.gsrddwjz .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.gsrddwjz .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.gsrddwjz .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.gsrddwjz .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.gsrddwjz .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.gsrddwjz .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.gsrddwjz .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.gsrddwjz .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.gsrddwjz .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.gsrddwjz .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.gsrddwjz .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.gsrddwjz .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.gsrddwjz .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.gsrddwjz .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.gsrddwjz .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.gsrddwjz .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrddwjz .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrddwjz .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrddwjz .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrddwjz .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.gsrddwjz .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrddwjz .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrddwjz .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrddwjz .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.gsrddwjz .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrddwjz .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrddwjz .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrddwjz .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrddwjz .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.gsrddwjz .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrddwjz .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrddwjz .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrddwjz .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.gsrddwjz .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.gsrddwjz .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.gsrddwjz .myins .uploadText {
  background-color: #e3e3e3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.gsrddwjz .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e3e3e3;
}
.gsrddwjz .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.gsrddwjz .myins .uploadFile .reRight {
  border: 1px solid #1e6bd5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
}
.gsrddwjz .myins .uploadFile .right {
  background-color: #1e6bd5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.gsrddwjz .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1d68d2;
}
.gsrdxzyss .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gsrdxzyss .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
  letter-spacing: 0;
  line-height: 50px;
}
.gsrdxzyss .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.gsrdxzyss .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.gsrdxzyss .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1d68d2), color-stop(99%, #1b79ff));
  background-image: linear-gradient(-90deg, #1d68d2 2%, #1b79ff 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.gsrdxzyss .btn button:active {
  color: #ffffff;
}
.gsrdxzyss .btn .weui-btn:after {
  border: none;
}
.gsrdxzyss .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.gsrdxzyss .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff;
}
.gsrdxzyss .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.gsrdxzyss .myins .contentChoose .inputBox .title span {
  color: red;
}
.gsrdxzyss .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.gsrdxzyss .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.gsrdxzyss .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrdxzyss .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdxzyss .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.gsrdxzyss .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.gsrdxzyss .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.gsrdxzyss .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.gsrdxzyss .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.gsrdxzyss .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdxzyss .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.gsrdxzyss .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.gsrdxzyss .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.gsrdxzyss .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.gsrdxzyss .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrdxzyss .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.gsrdxzyss .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdxzyss .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdxzyss .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdxzyss .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdxzyss .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.gsrdxzyss .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.gsrdxzyss .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdxzyss .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdxzyss .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdxzyss .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdxzyss .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.gsrdxzyss .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.gsrdxzyss .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.gsrdxzyss .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.gsrdxzyss .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.gsrdxzyss .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.gsrdxzyss .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.gsrdxzyss .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.gsrdxzyss .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.gsrdxzyss .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.gsrdxzyss .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.gsrdxzyss .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.gsrdxzyss .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.gsrdxzyss .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.gsrdxzyss .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.gsrdxzyss .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.gsrdxzyss .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.gsrdxzyss .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.gsrdxzyss .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.gsrdxzyss .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.gsrdxzyss .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrdxzyss .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdxzyss .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrdxzyss .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrdxzyss .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.gsrdxzyss .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdxzyss .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrdxzyss .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrdxzyss .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.gsrdxzyss .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrdxzyss .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdxzyss .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrdxzyss .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrdxzyss .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.gsrdxzyss .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdxzyss .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrdxzyss .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrdxzyss .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.gsrdxzyss .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.gsrdxzyss .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.gsrdxzyss .myins .uploadText {
  background-color: #e3e3e3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.gsrdxzyss .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e3e3e3;
}
.gsrdxzyss .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.gsrdxzyss .myins .uploadFile .reRight {
  border: 1px solid #1e6bd5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
}
.gsrdxzyss .myins .uploadFile .right {
  background-color: #1e6bd5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.gsrdxzyss .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1D68D2;
}
.cxjmjtbz .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cxjmjtbz .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #E3E3E3;
  letter-spacing: 0;
  line-height: 50px;
}
.cxjmjtbz .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.cxjmjtbz .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.cxjmjtbz .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.cxjmjtbz .btn button:active {
  color: #ffffff;
}
.cxjmjtbz .btn .weui-btn:after {
  border: none;
}
.cxjmjtbz .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.cxjmjtbz .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
  background-color: #fff;
}
.cxjmjtbz .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.cxjmjtbz .myins .contentChoose .inputBox .title span {
  color: red;
}
.cxjmjtbz .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.cxjmjtbz .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.cxjmjtbz .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.cxjmjtbz .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.cxjmjtbz .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.cxjmjtbz .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.cxjmjtbz .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.cxjmjtbz .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.cxjmjtbz .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.cxjmjtbz .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.cxjmjtbz .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.cxjmjtbz .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.cxjmjtbz .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.cxjmjtbz .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.cxjmjtbz .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.cxjmjtbz .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.cxjmjtbz .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.cxjmjtbz .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.cxjmjtbz .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.cxjmjtbz .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.cxjmjtbz .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.cxjmjtbz .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.cxjmjtbz .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.cxjmjtbz .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.cxjmjtbz .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.cxjmjtbz .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.cxjmjtbz .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.cxjmjtbz .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.cxjmjtbz .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.cxjmjtbz .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.cxjmjtbz .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.cxjmjtbz .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.cxjmjtbz .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.cxjmjtbz .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.cxjmjtbz .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.cxjmjtbz .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.cxjmjtbz .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.cxjmjtbz .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.cxjmjtbz .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.cxjmjtbz .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.cxjmjtbz .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.cxjmjtbz .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.cxjmjtbz .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.cxjmjtbz .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.cxjmjtbz .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.cxjmjtbz .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.cxjmjtbz .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.cxjmjtbz .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.cxjmjtbz .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.cxjmjtbz .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.cxjmjtbz .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.cxjmjtbz .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.cxjmjtbz .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.cxjmjtbz .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.cxjmjtbz .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.cxjmjtbz .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.cxjmjtbz .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.cxjmjtbz .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.cxjmjtbz .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.cxjmjtbz .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.cxjmjtbz .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.cxjmjtbz .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.cxjmjtbz .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.cxjmjtbz .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.cxjmjtbz .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.cxjmjtbz .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.cxjmjtbz .myins .uploadText {
  background-color: #E3E3E3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.cxjmjtbz .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.cxjmjtbz .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.cxjmjtbz .myins .uploadFile .reRight {
  border: 1px solid #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
}
.cxjmjtbz .myins .uploadFile .right {
  background-color: #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.cxjmjtbz .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1D68D2;
}
.Uploadsjy .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Uploadsjy .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #E3E3E3;
  letter-spacing: 0;
  line-height: 50px;
}
.Uploadsjy .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.Uploadsjy .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.Uploadsjy .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.Uploadsjy .btn button:active {
  color: #ffffff;
}
.Uploadsjy .btn .weui-btn:after {
  border: none;
}
.Uploadsjy .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.Uploadsjy .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
  background-color: #fff;
}
.Uploadsjy .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.Uploadsjy .myins .contentChoose .inputBox .title span {
  color: red;
}
.Uploadsjy .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.Uploadsjy .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.Uploadsjy .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.Uploadsjy .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Uploadsjy .myins .contentChoose .inputBox .checkerChoose .vux-popup-dialog {
  z-index: 1000;
}
.Uploadsjy .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.Uploadsjy .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.Uploadsjy .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.Uploadsjy .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.Uploadsjy .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.Uploadsjy .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Uploadsjy .myins .contentChoose .inputBox .disabledCheckerChoose .vux-popup-dialog {
  z-index: 1000;
}
.Uploadsjy .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.Uploadsjy .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.Uploadsjy .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.Uploadsjy .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.Uploadsjy .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.Uploadsjy .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.Uploadsjy .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Uploadsjy .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Uploadsjy .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Uploadsjy .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Uploadsjy .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.Uploadsjy .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.Uploadsjy .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Uploadsjy .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Uploadsjy .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Uploadsjy .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Uploadsjy .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.Uploadsjy .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.Uploadsjy .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.Uploadsjy .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.Uploadsjy .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.Uploadsjy .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.Uploadsjy .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.Uploadsjy .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.Uploadsjy .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.Uploadsjy .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.Uploadsjy .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.Uploadsjy .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.Uploadsjy .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.Uploadsjy .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.Uploadsjy .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.Uploadsjy .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.Uploadsjy .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.Uploadsjy .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.Uploadsjy .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.Uploadsjy .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.Uploadsjy .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.Uploadsjy .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Uploadsjy .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Uploadsjy .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Uploadsjy .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.Uploadsjy .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Uploadsjy .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Uploadsjy .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Uploadsjy .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.Uploadsjy .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.Uploadsjy .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Uploadsjy .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Uploadsjy .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Uploadsjy .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.Uploadsjy .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.Uploadsjy .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.Uploadsjy .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.Uploadsjy .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.Uploadsjy .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.Uploadsjy .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.Uploadsjy .myins .uploadText {
  background-color: #E3E3E3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.Uploadsjy .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.Uploadsjy .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.Uploadsjy .myins .uploadFile .reRight {
  border: 1px solid #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
}
.Uploadsjy .myins .uploadFile .right {
  background-color: #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.Uploadsjy .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1d68d2;
}
.UploadCebjJfjs .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.UploadCebjJfjs .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
  letter-spacing: 0;
  line-height: 50px;
}
.UploadCebjJfjs .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.UploadCebjJfjs .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.UploadCebjJfjs .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1d68d2), color-stop(99%, #1b79ff));
  background-image: linear-gradient(-90deg, #1d68d2 2%, #1b79ff 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.UploadCebjJfjs .btn button:active {
  color: #ffffff;
}
.UploadCebjJfjs .btn .weui-btn:after {
  border: none;
}
.UploadCebjJfjs .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.UploadCebjJfjs .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .title span {
  color: red;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.UploadCebjJfjs .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.UploadCebjJfjs .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadCebjJfjs .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadCebjJfjs .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.UploadCebjJfjs .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.UploadCebjJfjs .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.UploadCebjJfjs .myins .uploadText {
  background-color: #e3e3e3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.UploadCebjJfjs .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e3e3e3;
}
.UploadCebjJfjs .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.UploadCebjJfjs .myins .uploadFile .reRight {
  border: 1px solid #1e6bd5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
}
.UploadCebjJfjs .myins .uploadFile .right {
  background-color: #1e6bd5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.UploadCebjJfjs .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1d68d2;
}
.lhjyrycebjbl .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lhjyrycebjbl .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
  letter-spacing: 0;
  line-height: 50px;
}
.lhjyrycebjbl .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.lhjyrycebjbl .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.lhjyrycebjbl .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1d68d2), color-stop(99%, #1b79ff));
  background-image: linear-gradient(-90deg, #1d68d2 2%, #1b79ff 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.lhjyrycebjbl .btn button:active {
  color: #ffffff;
}
.lhjyrycebjbl .btn .weui-btn:after {
  border: none;
}
.lhjyrycebjbl .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.lhjyrycebjbl .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .title span {
  color: red;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.lhjyrycebjbl .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.lhjyrycebjbl .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.lhjyrycebjbl .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.lhjyrycebjbl .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.lhjyrycebjbl .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.lhjyrycebjbl .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.lhjyrycebjbl .myins .uploadText {
  background-color: #e3e3e3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.lhjyrycebjbl .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e3e3e3;
}
.lhjyrycebjbl .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.lhjyrycebjbl .myins .uploadFile .reRight {
  border: 1px solid #1e6bd5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
}
.lhjyrycebjbl .myins .uploadFile .right {
  background-color: #1e6bd5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.lhjyrycebjbl .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1d68d2;
}
.syzgbj .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.syzgbj .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
  letter-spacing: 0;
  line-height: 50px;
}
.syzgbj .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.syzgbj .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.syzgbj .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1d68d2), color-stop(99%, #1b79ff));
  background-image: linear-gradient(-90deg, #1d68d2 2%, #1b79ff 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.syzgbj .btn button:active {
  color: #ffffff;
}
.syzgbj .btn .weui-btn:after {
  border: none;
}
.syzgbj .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.syzgbj .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff;
}
.syzgbj .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.syzgbj .myins .contentChoose .inputBox .title span {
  color: red;
}
.syzgbj .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.syzgbj .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.syzgbj .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.syzgbj .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.syzgbj .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.syzgbj .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.syzgbj .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.syzgbj .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.syzgbj .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.syzgbj .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.syzgbj .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.syzgbj .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.syzgbj .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.syzgbj .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.syzgbj .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.syzgbj .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.syzgbj .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.syzgbj .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.syzgbj .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.syzgbj .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.syzgbj .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.syzgbj .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.syzgbj .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.syzgbj .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.syzgbj .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.syzgbj .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.syzgbj .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.syzgbj .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.syzgbj .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.syzgbj .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.syzgbj .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.syzgbj .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.syzgbj .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.syzgbj .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.syzgbj .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.syzgbj .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.syzgbj .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.syzgbj .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.syzgbj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.syzgbj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.syzgbj .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.syzgbj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.syzgbj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.syzgbj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.syzgbj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.syzgbj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.syzgbj .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.syzgbj .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.syzgbj .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.syzgbj .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.syzgbj .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.syzgbj .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.syzgbj .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.syzgbj .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.syzgbj .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.syzgbj .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.syzgbj .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.syzgbj .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.syzgbj .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.syzgbj .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.syzgbj .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.syzgbj .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.syzgbj .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.syzgbj .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.syzgbj .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.syzgbj .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.syzgbj .myins .uploadText {
  background-color: #e3e3e3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.syzgbj .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e3e3e3;
}
.syzgbj .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.syzgbj .myins .uploadFile .reRight {
  border: 1px solid #1e6bd5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
}
.syzgbj .myins .uploadFile .right {
  background-color: #1e6bd5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.syzgbj .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1d68d2;
}
.cxjmcebj .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cxjmcebj .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
  letter-spacing: 0;
  line-height: 50px;
}
.cxjmcebj .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.cxjmcebj .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.cxjmcebj .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1d68d2), color-stop(99%, #1b79ff));
  background-image: linear-gradient(-90deg, #1d68d2 2%, #1b79ff 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.cxjmcebj .btn button:active {
  color: #ffffff;
}
.cxjmcebj .btn .weui-btn:after {
  border: none;
}
.cxjmcebj .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: relative;
  top: 51px;
  background-color: white;
}
.cxjmcebj .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff;
}
.cxjmcebj .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.cxjmcebj .myins .contentChoose .inputBox .title span {
  color: red;
}
.cxjmcebj .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.cxjmcebj .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.cxjmcebj .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.cxjmcebj .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.cxjmcebj .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.cxjmcebj .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.cxjmcebj .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.cxjmcebj .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.cxjmcebj .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.cxjmcebj .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.cxjmcebj .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.cxjmcebj .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.cxjmcebj .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.cxjmcebj .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.cxjmcebj .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.cxjmcebj .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.cxjmcebj .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.cxjmcebj .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.cxjmcebj .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.cxjmcebj .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.cxjmcebj .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.cxjmcebj .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.cxjmcebj .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.cxjmcebj .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.cxjmcebj .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.cxjmcebj .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.cxjmcebj .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.cxjmcebj .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.cxjmcebj .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.cxjmcebj .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.cxjmcebj .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.cxjmcebj .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.cxjmcebj .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.cxjmcebj .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.cxjmcebj .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.cxjmcebj .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.cxjmcebj .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.cxjmcebj .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.cxjmcebj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.cxjmcebj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.cxjmcebj .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.cxjmcebj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.cxjmcebj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.cxjmcebj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.cxjmcebj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.cxjmcebj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.cxjmcebj .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.cxjmcebj .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.cxjmcebj .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.cxjmcebj .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.cxjmcebj .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.cxjmcebj .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.cxjmcebj .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.cxjmcebj .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.cxjmcebj .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.cxjmcebj .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.cxjmcebj .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.cxjmcebj .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.cxjmcebj .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.cxjmcebj .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.cxjmcebj .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.cxjmcebj .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.cxjmcebj .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.cxjmcebj .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.cxjmcebj .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.cxjmcebj .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.cxjmcebj .myins .uploadText {
  background-color: #e3e3e3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.cxjmcebj .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e3e3e3;
}
.cxjmcebj .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.cxjmcebj .myins .uploadFile .reRight {
  border: 1px solid #1e6bd5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
}
.cxjmcebj .myins .uploadFile .right {
  background-color: #1e6bd5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.cxjmcebj .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1d68d2;
}
.UploadCxjmzdbj .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.UploadCxjmzdbj .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
  letter-spacing: 0;
  line-height: 50px;
}
.UploadCxjmzdbj .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.UploadCxjmzdbj .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.UploadCxjmzdbj .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1d68d2), color-stop(99%, #1b79ff));
  background-image: linear-gradient(-90deg, #1d68d2 2%, #1b79ff 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.UploadCxjmzdbj .btn button:active {
  color: #ffffff;
}
.UploadCxjmzdbj .btn .weui-btn:after {
  border: none;
}
.UploadCxjmzdbj .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: relative;
  top: 51px;
  background-color: white;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .title span {
  color: red;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.UploadCxjmzdbj .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.UploadCxjmzdbj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadCxjmzdbj .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadCxjmzdbj .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.UploadCxjmzdbj .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.UploadCxjmzdbj .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.UploadCxjmzdbj .myins .uploadText {
  background-color: #e3e3e3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.UploadCxjmzdbj .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e3e3e3;
}
.UploadCxjmzdbj .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.UploadCxjmzdbj .myins .uploadFile .reRight {
  border: 1px solid #1e6bd5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
}
.UploadCxjmzdbj .myins .uploadFile .right {
  background-color: #1e6bd5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.UploadCxjmzdbj .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1D68D2;
}
.UploadCxjmyxcbj .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.UploadCxjmyxcbj .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #E3E3E3;
  letter-spacing: 0;
  line-height: 50px;
}
.UploadCxjmyxcbj .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.UploadCxjmyxcbj .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.UploadCxjmyxcbj .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.UploadCxjmyxcbj .btn button:active {
  color: #ffffff;
}
.UploadCxjmyxcbj .btn .weui-btn:after {
  border: none;
}
.UploadCxjmyxcbj .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: relative;
  top: 51px;
  background-color: white;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
  background-color: #fff;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .title span {
  color: red;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .checkerChoose .vux-popup-dialog {
  z-index: 1000;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .disabledCheckerChoose .vux-popup-dialog {
  z-index: 1000;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.UploadCxjmyxcbj .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.UploadCxjmyxcbj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadCxjmyxcbj .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadCxjmyxcbj .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.UploadCxjmyxcbj .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.UploadCxjmyxcbj .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.UploadCxjmyxcbj .myins .uploadText {
  background-color: #E3E3E3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.UploadCxjmyxcbj .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.UploadCxjmyxcbj .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.UploadCxjmyxcbj .myins .uploadFile .reRight {
  border: 1px solid #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
}
.UploadCxjmyxcbj .myins .uploadFile .right {
  background-color: #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.UploadCxjmyxcbj .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1D68D2;
}
.gsrdajgz .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gsrdajgz .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #E3E3E3;
  letter-spacing: 0;
  line-height: 50px;
}
.gsrdajgz .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.gsrdajgz .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.gsrdajgz .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.gsrdajgz .btn button:active {
  color: #ffffff;
}
.gsrdajgz .btn .weui-btn:after {
  border: none;
}
.gsrdajgz .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.gsrdajgz .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
  background-color: #fff;
}
.gsrdajgz .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.gsrdajgz .myins .contentChoose .inputBox .title span {
  color: red;
}
.gsrdajgz .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.gsrdajgz .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.gsrdajgz .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrdajgz .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdajgz .myins .contentChoose .inputBox .checkerChoose .vux-popup-dialog {
  z-index: 1000;
}
.gsrdajgz .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.gsrdajgz .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.gsrdajgz .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.gsrdajgz .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.gsrdajgz .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.gsrdajgz .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdajgz .myins .contentChoose .inputBox .disabledCheckerChoose .vux-popup-dialog {
  z-index: 1000;
}
.gsrdajgz .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.gsrdajgz .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.gsrdajgz .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.gsrdajgz .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.gsrdajgz .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrdajgz .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.gsrdajgz .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdajgz .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdajgz .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdajgz .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdajgz .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.gsrdajgz .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.gsrdajgz .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdajgz .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdajgz .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdajgz .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdajgz .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.gsrdajgz .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.gsrdajgz .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.gsrdajgz .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.gsrdajgz .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.gsrdajgz .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.gsrdajgz .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.gsrdajgz .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.gsrdajgz .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.gsrdajgz .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.gsrdajgz .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.gsrdajgz .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.gsrdajgz .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.gsrdajgz .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.gsrdajgz .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.gsrdajgz .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.gsrdajgz .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.gsrdajgz .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.gsrdajgz .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.gsrdajgz .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.gsrdajgz .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrdajgz .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdajgz .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrdajgz .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrdajgz .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.gsrdajgz .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdajgz .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrdajgz .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrdajgz .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.gsrdajgz .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrdajgz .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdajgz .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrdajgz .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrdajgz .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.gsrdajgz .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdajgz .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrdajgz .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrdajgz .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.gsrdajgz .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.gsrdajgz .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.gsrdajgz .myins .uploadText {
  background-color: #E3E3E3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.gsrdajgz .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.gsrdajgz .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.gsrdajgz .myins .uploadFile .reRight {
  border: 1px solid #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
}
.gsrdajgz .myins .uploadFile .right {
  background-color: #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.gsrdajgz .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1D68D2;
}
.gsrdbzcl .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gsrdbzcl .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #E3E3E3;
  letter-spacing: 0;
  line-height: 50px;
}
.gsrdbzcl .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.gsrdbzcl .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.gsrdbzcl .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.gsrdbzcl .btn button:active {
  color: #ffffff;
}
.gsrdbzcl .btn .weui-btn:after {
  border: none;
}
.gsrdbzcl .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.gsrdbzcl .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
  background-color: #fff;
}
.gsrdbzcl .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.gsrdbzcl .myins .contentChoose .inputBox .title span {
  color: red;
}
.gsrdbzcl .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.gsrdbzcl .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.gsrdbzcl .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrdbzcl .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdbzcl .myins .contentChoose .inputBox .checkerChoose .vux-popup-dialog {
  z-index: 1000;
}
.gsrdbzcl .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.gsrdbzcl .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.gsrdbzcl .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.gsrdbzcl .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.gsrdbzcl .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.gsrdbzcl .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdbzcl .myins .contentChoose .inputBox .disabledCheckerChoose .vux-popup-dialog {
  z-index: 1000;
}
.gsrdbzcl .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.gsrdbzcl .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.gsrdbzcl .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.gsrdbzcl .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.gsrdbzcl .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrdbzcl .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.gsrdbzcl .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdbzcl .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdbzcl .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdbzcl .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdbzcl .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.gsrdbzcl .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.gsrdbzcl .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdbzcl .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdbzcl .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdbzcl .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.gsrdbzcl .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.gsrdbzcl .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.gsrdbzcl .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.gsrdbzcl .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.gsrdbzcl .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.gsrdbzcl .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.gsrdbzcl .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.gsrdbzcl .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.gsrdbzcl .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.gsrdbzcl .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.gsrdbzcl .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.gsrdbzcl .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.gsrdbzcl .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.gsrdbzcl .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.gsrdbzcl .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.gsrdbzcl .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.gsrdbzcl .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.gsrdbzcl .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.gsrdbzcl .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.gsrdbzcl .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.gsrdbzcl .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrdbzcl .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdbzcl .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrdbzcl .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrdbzcl .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.gsrdbzcl .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdbzcl .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrdbzcl .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrdbzcl .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.gsrdbzcl .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.gsrdbzcl .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdbzcl .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrdbzcl .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrdbzcl .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.gsrdbzcl .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.gsrdbzcl .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.gsrdbzcl .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.gsrdbzcl .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.gsrdbzcl .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.gsrdbzcl .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.gsrdbzcl .myins .uploadText {
  background-color: #E3E3E3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.gsrdbzcl .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.gsrdbzcl .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.gsrdbzcl .myins .uploadFile .reRight {
  border: 1px solid #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
}
.gsrdbzcl .myins .uploadFile .right {
  background-color: #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.gsrdbzcl .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1d68d2;
}
.UploadGSHBSD .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.UploadGSHBSD .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
  letter-spacing: 0;
  line-height: 50px;
}
.UploadGSHBSD .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.UploadGSHBSD .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.UploadGSHBSD .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1d68d2), color-stop(99%, #1b79ff));
  background-image: linear-gradient(-90deg, #1d68d2 2%, #1b79ff 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.UploadGSHBSD .btn button:active {
  color: #ffffff;
}
.UploadGSHBSD .btn .weui-btn:after {
  border: none;
}
.UploadGSHBSD .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.UploadGSHBSD .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff;
}
.UploadGSHBSD .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .title span {
  color: red;
}
.UploadGSHBSD .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.UploadGSHBSD .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadGSHBSD .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.UploadGSHBSD .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.UploadGSHBSD .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadGSHBSD .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.UploadGSHBSD .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.UploadGSHBSD .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.UploadGSHBSD .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.UploadGSHBSD .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.UploadGSHBSD .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.UploadGSHBSD .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.UploadGSHBSD .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.UploadGSHBSD .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.UploadGSHBSD .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.UploadGSHBSD .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.UploadGSHBSD .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadGSHBSD .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadGSHBSD .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadGSHBSD .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadGSHBSD .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadGSHBSD .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.UploadGSHBSD .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadGSHBSD .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadGSHBSD .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadGSHBSD .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.UploadGSHBSD .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.UploadGSHBSD .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.UploadGSHBSD .myins .uploadText {
  background-color: #e3e3e3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.UploadGSHBSD .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e3e3e3;
}
.UploadGSHBSD .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.UploadGSHBSD .myins .uploadFile .reRight {
  border: 1px solid #1e6bd5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
}
.UploadGSHBSD .myins .uploadFile .right {
  background-color: #1e6bd5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.UploadGSHBSD .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1d68d2;
}
.UploadGSDCQZ .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.UploadGSDCQZ .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
  letter-spacing: 0;
  line-height: 50px;
}
.UploadGSDCQZ .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.UploadGSDCQZ .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.UploadGSDCQZ .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1d68d2), color-stop(99%, #1b79ff));
  background-image: linear-gradient(-90deg, #1d68d2 2%, #1b79ff 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.UploadGSDCQZ .btn button:active {
  color: #ffffff;
}
.UploadGSDCQZ .btn .weui-btn:after {
  border: none;
}
.UploadGSDCQZ .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.UploadGSDCQZ .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .title span {
  color: red;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.UploadGSDCQZ .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.UploadGSDCQZ .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadGSDCQZ .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadGSDCQZ .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.UploadGSDCQZ .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.UploadGSDCQZ .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.UploadGSDCQZ .myins .uploadText {
  background-color: #e3e3e3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.UploadGSDCQZ .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e3e3e3;
}
.UploadGSDCQZ .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.UploadGSDCQZ .myins .uploadFile .reRight {
  border: 1px solid #1e6bd5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
}
.UploadGSDCQZ .myins .uploadFile .right {
  background-color: #1e6bd5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.UploadGSDCQZ .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1d68d2;
}
.UploadGSCXSH .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.UploadGSCXSH .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
  letter-spacing: 0;
  line-height: 50px;
}
.UploadGSCXSH .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.UploadGSCXSH .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.UploadGSCXSH .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1d68d2), color-stop(99%, #1b79ff));
  background-image: linear-gradient(-90deg, #1d68d2 2%, #1b79ff 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.UploadGSCXSH .btn button:active {
  color: #ffffff;
}
.UploadGSCXSH .btn .weui-btn:after {
  border: none;
}
.UploadGSCXSH .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.UploadGSCXSH .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff;
}
.UploadGSCXSH .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .title span {
  color: red;
}
.UploadGSCXSH .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.UploadGSCXSH .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadGSCXSH .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.UploadGSCXSH .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.UploadGSCXSH .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadGSCXSH .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.UploadGSCXSH .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.UploadGSCXSH .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.UploadGSCXSH .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.UploadGSCXSH .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.UploadGSCXSH .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.UploadGSCXSH .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.UploadGSCXSH .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.UploadGSCXSH .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.UploadGSCXSH .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.UploadGSCXSH .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.UploadGSCXSH .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadGSCXSH .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadGSCXSH .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadGSCXSH .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadGSCXSH .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadGSCXSH .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.UploadGSCXSH .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadGSCXSH .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadGSCXSH .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadGSCXSH .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.UploadGSCXSH .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.UploadGSCXSH .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.UploadGSCXSH .myins .uploadText {
  background-color: #e3e3e3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.UploadGSCXSH .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e3e3e3;
}
.UploadGSCXSH .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.UploadGSCXSH .myins .uploadFile .reRight {
  border: 1px solid #1e6bd5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
}
.UploadGSCXSH .myins .uploadFile .right {
  background-color: #1e6bd5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.UploadGSCXSH .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1D68D2;
}
.zgtf .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.zgtf .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #E3E3E3;
  letter-spacing: 0;
  line-height: 50px;
}
.zgtf .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.zgtf .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.zgtf .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.zgtf .btn button:active {
  color: #ffffff;
}
.zgtf .btn .weui-btn:after {
  border: none;
}
.zgtf .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.zgtf .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
  background-color: #fff;
}
.zgtf .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.zgtf .myins .contentChoose .inputBox .title span {
  color: red;
}
.zgtf .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.zgtf .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.zgtf .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.zgtf .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.zgtf .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.zgtf .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.zgtf .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.zgtf .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.zgtf .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.zgtf .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.zgtf .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.zgtf .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.zgtf .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.zgtf .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.zgtf .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.zgtf .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.zgtf .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.zgtf .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.zgtf .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.zgtf .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.zgtf .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.zgtf .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.zgtf .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.zgtf .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.zgtf .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.zgtf .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.zgtf .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.zgtf .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.zgtf .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.zgtf .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.zgtf .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.zgtf .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.zgtf .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.zgtf .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.zgtf .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.zgtf .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.zgtf .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.zgtf .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.zgtf .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.zgtf .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.zgtf .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.zgtf .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.zgtf .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.zgtf .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.zgtf .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.zgtf .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.zgtf .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.zgtf .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.zgtf .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.zgtf .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.zgtf .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.zgtf .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.zgtf .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.zgtf .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.zgtf .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.zgtf .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.zgtf .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.zgtf .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.zgtf .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.zgtf .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.zgtf .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.zgtf .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.zgtf .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.zgtf .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.zgtf .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.zgtf .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.zgtf .myins .uploadText {
  background-color: #E3E3E3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.zgtf .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.zgtf .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.zgtf .myins .uploadFile .reRight {
  border: 1px solid #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
}
.zgtf .myins .uploadFile .right {
  background-color: #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.zgtf .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1D68D2;
}
.UploadJBRBG .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.UploadJBRBG .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #E3E3E3;
  letter-spacing: 0;
  line-height: 50px;
}
.UploadJBRBG .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.UploadJBRBG .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.UploadJBRBG .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.UploadJBRBG .btn button:active {
  color: #ffffff;
}
.UploadJBRBG .btn .weui-btn:after {
  border: none;
}
.UploadJBRBG .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.UploadJBRBG .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
  background-color: #fff;
}
.UploadJBRBG .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.UploadJBRBG .myins .contentChoose .inputBox .title span {
  color: red;
}
.UploadJBRBG .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.UploadJBRBG .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.UploadJBRBG .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadJBRBG .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadJBRBG .myins .contentChoose .inputBox .checkerChoose .vux-popup-dialog {
  z-index: 1000;
}
.UploadJBRBG .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.UploadJBRBG .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.UploadJBRBG .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.UploadJBRBG .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.UploadJBRBG .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.UploadJBRBG .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadJBRBG .myins .contentChoose .inputBox .disabledCheckerChoose .vux-popup-dialog {
  z-index: 1000;
}
.UploadJBRBG .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.UploadJBRBG .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.UploadJBRBG .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.UploadJBRBG .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.UploadJBRBG .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadJBRBG .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.UploadJBRBG .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadJBRBG .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadJBRBG .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadJBRBG .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadJBRBG .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.UploadJBRBG .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.UploadJBRBG .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadJBRBG .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadJBRBG .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadJBRBG .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.UploadJBRBG .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.UploadJBRBG .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.UploadJBRBG .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.UploadJBRBG .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.UploadJBRBG .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.UploadJBRBG .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.UploadJBRBG .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.UploadJBRBG .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.UploadJBRBG .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.UploadJBRBG .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.UploadJBRBG .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.UploadJBRBG .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.UploadJBRBG .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.UploadJBRBG .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.UploadJBRBG .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.UploadJBRBG .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.UploadJBRBG .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.UploadJBRBG .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.UploadJBRBG .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.UploadJBRBG .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.UploadJBRBG .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadJBRBG .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadJBRBG .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadJBRBG .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadJBRBG .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.UploadJBRBG .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadJBRBG .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadJBRBG .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadJBRBG .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.UploadJBRBG .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.UploadJBRBG .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadJBRBG .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadJBRBG .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadJBRBG .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.UploadJBRBG .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.UploadJBRBG .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.UploadJBRBG .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.UploadJBRBG .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.UploadJBRBG .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.UploadJBRBG .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.UploadJBRBG .myins .uploadText {
  background-color: #E3E3E3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.UploadJBRBG .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.UploadJBRBG .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.UploadJBRBG .myins .uploadFile .reRight {
  border: 1px solid #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
}
.UploadJBRBG .myins .uploadFile .right {
  background-color: #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.UploadJBRBG .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.SBKZTCX {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.SBKZTCX .hsoftNoData {
  height: calc(100% - 50px);
}
.SBKZTCX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.SBKZTCX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SBKZTCX .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.SBKZTCX .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SBKZTCX .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.BKJDCX {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.BKJDCX .bkTitle {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.BKJDCX .gsTS {
  background-color: white;
  padding: 0 16px 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  line-height: 30px;
}
.BKJDCX .gsTS .reminder {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  font-weight: bolder;
}
.BKJDCX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.BKJDCX .gsContentBox:last-child .gsContentBoxValue {
  border-bottom: none !important;
}
.BKJDCX .gsContent {
  /*margin-top: 10px;*/
}
.BKJDCX .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.BKJDCX .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.BKJDCX .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}
.BKJDCX .stepBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.BKJDCX .stepBox .stepBoxTitle {
  height: 40px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: right;
}
.BKJDCX .stepBox .stateContent {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 16px;
  background: white;
}
.BKJDCX .stepBox .stateContent .specification {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: right;
}
.BKJDCX .stepBox .stateContent .specificationBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.BKJDCX .stepBox .stateContent .specificationBox .tgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  height: 20px;
  width: 70px;
  margin-right: 10px;
  background: #1E6BD5;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.BKJDCX .stepBox .stateContent .specificationBox .ddBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  height: 20px;
  width: 70px;
  margin-right: 10px;
  background: #F39826;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.BKJDCX .stepBox .stateContent .specificationBox .sbBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  height: 20px;
  width: 70px;
  margin-right: 10px;
  background: #F92705;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.BKJDCX .stepBox .stateContent .specificationBox .wjxBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  height: 20px;
  width: 70px;
  margin-right: 10px;
  background: #cccccc;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #333333;
  letter-spacing: 0;
}
.BKJDCX .stepBox .stepContent .step:nth-last-child(1) .stepFirstline {
  border: none !important;
}
.BKJDCX .stepBox .stepContent {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  background-color: white;
}
.BKJDCX .stepBox .stepContent .step {
  position: relative;
  background-color: white;
  padding: 0 16px 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*.stepContent {*/
  /*word-break: break-all;*/
  /*text-align: left;*/
  /*flex: 1;*/
  /*color: #666;*/
  /*position: relative;*/
  /*bottom: 3px;*/
  /*padding-top: 10px;*/
  /*}*/
}
.BKJDCX .stepBox .stepContent .step .ball {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #cccccc;
  border-radius: 6px;
  /*top: 9px;*/
  z-index: 10;
  left: 12px;
}
.BKJDCX .stepBox .stepContent .step .bigBallYellow {
  background-color: #f39826 !important;
  width: 15px !important;
  height: 15px !important;
  left: 10px !important;
}
.BKJDCX .stepBox .stepContent .step .ballYellow {
  background-color: #f39826 !important;
}
.BKJDCX .stepBox .stepContent .step .ballRed {
  background-color: #f92705 !important;
}
.BKJDCX .stepBox .stepContent .step .ballBlue {
  background-color: #1E6BD5 !important;
  width: 10px !important;
  height: 10px !important;
  left: 12px !important;
}
.BKJDCX .stepBox .stepContent .step .stepFirstLineYellow {
  border-left: 2px solid #f39826 !important;
}
.BKJDCX .stepBox .stepContent .step .stepFirstLineRed {
  border-left: 2px solid #f92705 !important;
}
.BKJDCX .stepBox .stepContent .step .stepFirstLineBlue {
  border-left: 2px solid #1E6BD5 !important;
}
.BKJDCX .stepBox .stepContent .step .stepSecondLineYellow {
  border-left: 2px solid #f39826 !important;
}
.BKJDCX .stepBox .stepContent .step .stepSecondLineRed {
  border-left: 2px solid #f92705 !important;
}
.BKJDCX .stepBox .stepContent .step .stepSecondLineBlue {
  border-left: 2px solid #1E6BD5 !important;
}
.BKJDCX .stepBox .stepContent .step .stepFirstline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 60px;
  /*border: 1px solid red;*/
  position: relative;
  z-index: 5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 2px solid #cccccc;
  /*.time {*/
  /*color: #146ca8;*/
  /*flex: 1;*/
  /*padding: 5px 0 5px 0;*/
  /*font-size: 12px;*/
  /*position: relative;*/
  /*top: 2px;*/
  /*}*/
}
.BKJDCX .stepBox .stepContent .step .stepName {
  /*width: 110px;*/
  word-break: break-all;
  padding: 5px 5px 5px 20px;
  position: absolute;
  top: -12px;
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.BKJDCX .stepBox .stepContent .step .stepSecondline {
  border-left: 2px solid #cccccc;
  padding: 5px 0 10px 14px;
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*.stepButton {*/
  /*word-break: break-all;*/
  /*color: white;*/
  /*height: 16px;*/
  /*font-size: 12px;*/
  /*padding: 1px 7px;*/
  /*border-radius: 5px;*/
  /*text-align: center;*/
  /*margin-right: 10px;*/
  /*}*/
}

.BKJLCX {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.BKJLCX .hsoftNoData {
  height: calc(100% - 50px);
}
.BKJLCX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.BKJLCX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.BKJLCX .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.BKJLCX .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.BKJLCX .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.GSJG {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.GSJG .titleBox {
  position: absolute;
  margin-bottom: 54px;
}
.GSJG .gsTitle {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.GSJG .gsTS {
  background-color: white;
  padding: 0 16px 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  line-height: 30px;
}
.GSJG .gsTS .reminder {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  font-weight: bold;
}
.GSJG .gsContent {
  margin-top: 10px;
}
.GSJG .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.GSJG .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.GSJG .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}
.GSJG .footerBox {
  position: fixed;
  bottom: 0;
  background: white;
  width: 100%;
  height: 54px;
  border-top: 1px solid #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.GSJG .footerBox .footerLoss {
  height: 40px;
  width: 50%;
  padding: 0 16px;
}
.GSJG .footerBox .footerLoss .footerLossBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  border-radius: 20px;
  background: #fdab00;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.19px;
}
.GSJG .footerBox .footerHang {
  height: 40px;
  width: 50%;
  padding: 0 16px;
}
.GSJG .footerBox .footerHang .footerHangBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  border-radius: 20px;
  background: #1b75f4;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.19px;
}

.SBKXXCX {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.SBKXXCX .hsoftNoData {
  height: calc(100% - 50px);
}
.SBKXXCX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.SBKXXCX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SBKXXCX .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.SBKXXCX .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SBKXXCX .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.SBKYYBKCX {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.SBKYYBKCX .hsoftNoData {
  height: calc(100% - 50px);
}
.SBKYYBKCX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.SBKYYBKCX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SBKYYBKCX .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.SBKYYBKCX .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SBKYYBKCX .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.LKRYYJZYTD {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.LKRYYJZYTD .hsoftNoData {
  height: calc(100% - 50px);
}
.LKRYYJZYTD .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
}
.LKRYYJZYTD .gsContent {
  width: 100%;
  height: 100%;
  background: white;
}
.LKRYYJZYTD .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  margin-top: 50px;
  text-align: center;
  /*height: 90px;*/
}
.LKRYYJZYTD .gsContent .gsContentBox .img {
  width: 60%;
}
.LKRYYJZYTD .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.LKRYYJZYTD .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.LKRYYJZYTDIDcard {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.LKRYYJZYTDIDcard .OrderDetailTitle {
  background: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
}
.LKRYYJZYTDIDcard .badMessage {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E3E3E3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #F92705;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.LKRYYJZYTDIDcard .card {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.LKRYYJZYTDIDcard .card .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.19px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.LKRYYJZYTDIDcard .card .cardInput {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.LKRYYJZYTDIDcard .card .cardInput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.LKRYYJZYTDIDcard .card .cardInput .weui-input {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.LKRYYJZYTDIDcard .card .cardInput .weui-cell__primary {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.LKRYYJZYTDIDcard .card .cardInput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.LKRYYJZYTDIDcard .card .cardInput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.LKRYYJZYTDIDcard .card .cardInput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.LKRYYJZYTDIDcard .card .cardInput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.LKRYYJZYTDIDcard .card:last-child {
  border: none;
}
.LKRYYJZYTDIDcard .btn {
  margin-top: 30px;
  padding: 0 16px;
}
.LKRYYJZYTDIDcard .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.LKRYYJZYTDIDcard .btn button:active {
  color: #ffffff;
}
.LKRYYJZYTDIDcard .btn .weui-btn:after {
  border: none;
}

.ABC {
  width: 100%;
  height: 100%;
}

.ABCWX {
  width: 100%;
  height: 100%;
}

.SBKZHLRCX {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.SBKZHLRCX .hsoftNoData {
  height: calc(100% - 50px);
}
.SBKZHLRCX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.SBKZHLRCX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SBKZHLRCX .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.SBKZHLRCX .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SBKZHLRCX .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.SBKZHLR {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.SBKZHLR .OrderDetailTitle {
  background: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
}
.SBKZHLR .badMessage {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E3E3E3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #F92705;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.SBKZHLR .card {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.SBKZHLR .card .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.19px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SBKZHLR .card .cardInput {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SBKZHLR .card .cardInput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.SBKZHLR .card .cardInput .weui-input {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SBKZHLR .card .cardInput .weui-cell__primary {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SBKZHLR .card .cardInput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SBKZHLR .card .cardInput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SBKZHLR .card .cardInput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SBKZHLR .card .cardInput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SBKZHLR .card:last-child {
  border: none;
}
.SBKZHLR .btn {
  margin-top: 30px;
  padding: 0 16px;
}
.SBKZHLR .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.SBKZHLR .btn button:active {
  color: #ffffff;
}
.SBKZHLR .btn .weui-btn:after {
  border: none;
}

.GRBTFFXXCX {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.GRBTFFXXCX .hsoftNoData {
  height: calc(100% - 50px);
}
.GRBTFFXXCX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.GRBTFFXXCX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.GRBTFFXXCX .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.GRBTFFXXCX .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.GRBTFFXXCX .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.YKTZCCX {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.YKTZCCX .footerLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.YKTZCCX .HsoftInlineLoading {
  /*padding-top: 30vh;*/
}
.YKTZCCX .titleHistory {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  padding: 0 16px;
  line-height: 50px;
  color: #333333;
  font-weight: bolder;
}
.YKTZCCX .newsStyle {
  position: absolute;
  top: 51px;
  height: 100%;
  width: 100%;
}
.YKTZCCX .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.YKTZCCX .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.YKTZCCX .SearchFunctionContent .border {
  padding: 9px 0 9px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.YKTZCCX .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.YKTZCCX .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.YKTZCCX .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.YKTZCCX .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.YKTZCCX .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.YKTZCCX .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.YKTZCCX .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.YKTZCCX .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.YKTZCCX .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.YKTZCCX .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.YKTZCCX .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.YKTZCCX .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.YKTZCCX .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.YKTZCCX .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.YKTZCCX .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.YKTZCCX .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.YKTZCCX .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.YKTZCCX .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.YKTZCCX .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.YKTZCCX .SearchFunctionContent:active {
  background-color: #E3E3E3;
}

.SBKCJWT {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SBKCJWT .footerLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.SBKCJWT .HsoftInlineLoading {
  /*padding-top: 30vh;*/
}
.SBKCJWT .titleHistory {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  padding: 0 16px;
  line-height: 50px;
  color: #333333;
  font-weight: bolder;
}
.SBKCJWT .newsStyle {
  position: absolute;
  top: 51px;
  height: 100%;
  width: 100%;
}
.SBKCJWT .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.SBKCJWT .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SBKCJWT .SearchFunctionContent .border {
  padding: 9px 0 9px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.SBKCJWT .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.SBKCJWT .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.SBKCJWT .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.SBKCJWT .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.SBKCJWT .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.SBKCJWT .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.SBKCJWT .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.SBKCJWT .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.SBKCJWT .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.SBKCJWT .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.SBKCJWT .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.SBKCJWT .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.SBKCJWT .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.SBKCJWT .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.SBKCJWT .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.SBKCJWT .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.SBKCJWT .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.SBKCJWT .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SBKCJWT .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.SBKCJWT .SearchFunctionContent:active {
  background-color: #E3E3E3;
}

.searchHeaderSbk {
  width: 100%;
}
.searchHeaderSbk .searchBox {
  /* 2.0 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  padding: 6px 16px 6px 16px;
}
.searchHeaderSbk .searchBox .headPortrait {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border: 1px solid red;*/
}
.searchHeaderSbk .searchBox .headPortrait img {
  width: 28px;
  height: 28px;
  border-radius: 28px;
  /*border: 1px solid red;*/
}
.searchHeaderSbk .searchBox .headPortrait .redSpot {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 3px;
  right: -2px;
  border-radius: 8px;
  background-image: linear-gradient(-179deg, #FE3434 0%, #EB6100 100%);
}
.searchHeaderSbk .searchBox .weui-cell:before {
  border: none;
}
.searchHeaderSbk .searchBox .weui-cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 9px;
  width: calc(100% - 33px);
  padding: 0;
  color: #999;
  background: #E3E3E3;
  border-radius: 18px;
}
.searchHeaderSbk .searchBox .weui-cell .weui-cell__hd .iconfont {
  font-size: 20px;
  /*position: relative;*/
  /*top: 2px;*/
}
.searchHeaderSbk .searchBox .weui-cell .weui-cell__bd {
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.searchHeaderSbk .searchBox .weui-cell input::-webkit-input-placeholder {
  opacity: 0.8;
  font-size: 14px;
  color: #999999;
  position: relative;
  top: 2px;
}
.searchHeaderSbk .searchBox .weui-cell .weui-cell__bd {
  padding: 0 10px 0 0;
}
.searchHeaderSbk .searchBox .weui-cell .weui-cell__hd div {
  padding: 3px 10px 3px 10px;
}
.searchHeaderSbk .searchBox .sarchBtn {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 9px;
}
.searchHeaderSbk .searchBox .sarchBtn i {
  font-size: 20.5px;
}

.List {
  margin-bottom: 10px;
}
.DACDCX {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.DACDCX .hsoftNoData {
  height: calc(100% - 50px);
  background: #E3E3E3;
}
.DACDCX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.DACDCX .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.DACDCX .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.DACDCX .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.List {
  margin-bottom: 10px;
}
.LDRYRSDAZM {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.LDRYRSDAZM .hsoftNoData {
  height: calc(100% - 50px);
  background: #E3E3E3;
}
.LDRYRSDAZM .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.LDRYRSDAZM .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.LDRYRSDAZM .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.LDRYRSDAZM .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.List {
  margin-bottom: 10px;
}
.LDRYWYLRFZM {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.LDRYWYLRFZM .hsoftNoData {
  height: calc(100% - 50px);
  background: #E3E3E3;
}
.LDRYWYLRFZM .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.LDRYWYLRFZM .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.LDRYWYLRFZM .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.LDRYWYLRFZM .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.List {
  margin-bottom: 10px;
}
.TXSPBCX {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.TXSPBCX .watermark {
  position: relative;
  bottom: 148px;
  left: 35%;
  width: 106px;
  transform: rotate(340deg);
  -ms-transform: rotate(340deg);
  -moz-transform: rotate(340deg);
  -webkit-transform: rotate(340deg);
}
.TXSPBCX .hsoftNoData {
  height: calc(100% - 50px);
  background: #E3E3E3;
}
.TXSPBCX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.TXSPBCX .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.TXSPBCX .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.TXSPBCX .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}
/**
*黑龙江人社公共样式
*@author jinyanyu
*/
/*公共标题头部*/
.commonhead {
  padding-top: 52px;
  text-align: center;
  height: 20px;
  font-size: 20px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0px;
  -webkit-background-clip: text;
}
.comtabBox {
  padding-top: 28px;
  padding-bottom: 20px;
}
.badMessage {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E3E3E3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #F92705;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.hljsecondpage .topbox {
  width: 100vw;
  height: 12.25vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#295EDA), to(#4B80F0));
  background: linear-gradient(180deg, #295EDA 0%, #4B80F0 100%);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hljsecondpage .topbox .fanhui {
  position: absolute;
  top: 5.3vh;
  left: 4vw;
}
.hljsecondpage .topbox .fanhui .goback {
  width: 3vw;
}
.hljsecondpage .topbox .title {
  font-size: 25px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 auto;
  margin-top: 4vh;
}
.hljsecondpage .mainbox {
  width: 100vw;
  height: 87.75vh;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
}
.hljsecondpage .mainbox .boxall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 2.5vh;
}
.hljsecondpage .mainbox .boxall .boxmain {
  text-align: center;
  width: 22vw;
}
.hljsecondpage .mainbox .boxall .boxmain .topone .topimg {
  width: 12.53vw;
}
.hljsecondpage .mainbox .boxall .boxmain .botone {
  font-size: 12px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #130F24;
}
.hljsecondpage .mainbox .boxall .boxmain .bottwo {
  margin-top: 1vh;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #130F24;
}
.hljserviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  top: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hljserviceBox .vantlist {
  text-align: center;
  font-size: 14px;
  background: white;
}
.hljserviceBox .vantlist .cellstyle {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(138, 127, 127, 0.25);
}
.hljserviceBox .vantlist .cellstyle .listtitle1 {
  margin: 0 10px;
  width: 25%;
}
.hljserviceBox .vantlist .cellstyle .listtitle2 {
  margin: 0 10px;
  width: 20%;
}
.hljserviceBox .vantlist .cellstyle .listtitle3 {
  margin: 0 10px;
  width: 20%;
}
.hljserviceBox .listspan {
  text-align: center;
  line-height: 40px;
}
.hljserviceBox .listspan1 {
  margin: 0 10px;
  width: 30%;
}
.hljserviceBox .listspan2 {
  margin: 0 10px;
  width: 20%;
}
.hljserviceBox .listspan3 {
  margin: 0 10px;
  width: 20%;
}
.hljserviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.hljserviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hljserviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}
.Dztxz {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
}
.Dztxz .commontitle {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.RCDZTXZ {
  height: inherit;
  overflow: hidden;
  background: white;
  position: fixed;
  width: inherit;
}
.RCDZTXZ td,
.RCDZTXZ th {
  padding: 14px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
}
.RCDZTXZ .vux-table {
  line-height: 20px;
}
.RCDZTXZ thead th {
  color: #333;
}
.RCDZTXZ tbody td {
  color: #666;
}
.RCDZTXZ .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.RCDZTXZ .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.RCDZTXZ .vux-no-group-title {
  margin-top: 0;
}
.RCDZTXZ .weui-cells {
  width: 28.5vw;
  height: 4.6vh;
  margin-top: 0 !important;
}
.RCDZTXZ .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.RCDZTXZ .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 28.5vw;
  height: 4.6vh;
}
.RCDZTXZ .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.RCDZTXZ .serviceBoxS {
  /**滚动列表*/
  height: calc(100% - 150px);
  width: 100%;
  position: absolute;
  top: 150px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.RCDZTXZ .serviceBoxS .gsContent {
  margin-bottom: 10px;
}
.RCDZTXZ .serviceBoxS .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.RCDZTXZ .serviceBoxS .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.RCDZTXZ .serviceBoxS .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.RCDZTXZ .serviceBoxS .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.RCDZTXZ .serviceBoxS .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}

.KSCX {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.KSCX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.KSCX .itemNameBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
  padding: 0 16px;
  background: #fff;
}
.KSCX .itemNameBox .itemIcon {
  padding-right: 16px;
}
.KSCX .itemNameBox .itemName {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
}

.KSCXING {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.KSCXING .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.KSCXING .serviceBox {
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.KSCXING .serviceBox .hsoftNoData {
  height: 100%;
  background: #E3E3E3;
}
.KSCXING .serviceBox .gsContent {
  width: 100%;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
.KSCXING .serviceBox .gsContent .gsContentBox {
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.KSCXING .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}
.KSCXING .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.KSCXING .serviceBox .gsContent:last-child .gsContentBox {
  border-bottom: none;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.KSCXINGXQ .titleBox {
  background-color: #ffffff;
  padding: 15px 16px 5px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #333333;
  font-weight: bolder;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.KSCXINGXQ .textContent {
  padding: 10px 16px;
  margin-top: 10px;
  background-color: #ffffff;
}
.KSCXINGXQ .fuwenben {
  width: 100% !important;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
}
.KSCXINGXQ .fuwenben * {
  width: 100% !important;
}
.KSCXINGXQ .lianjie {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.KSCXINGXQ .lianjie .subName {
  margin-right: 20px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: underline;
  color: #333;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.KSXCZLJ .contetnBox {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.KSXCZLJ .contetnBox .generalBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.KSXCZLJ .hsoftNoData {
  height: 100%;
}
.KSXCZLJ .titleBox {
  background-color: #ffffff;
  padding: 15px 16px 5px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #333333;
  font-weight: bolder;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.KSXCZLJ .textContent {
  padding: 10px 16px;
  margin-top: 10px;
  background-color: #ffffff;
}
.KSXCZLJ .fuwenben {
  width: 100% !important;
}
.KSXCZLJ .fuwenben * {
  max-width: 100% !important;
}

.KSCXZS {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.KSCXZS .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.KSCXZS .serviceBox {
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.KSCXZS .serviceBox .hsoftNoData {
  height: 100%;
  background: #E3E3E3;
}
.KSCXZS .serviceBox .gsContent {
  width: 100%;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
.KSCXZS .serviceBox .gsContent .gsContentBox {
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.KSCXZS .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}
.KSCXZS .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.KSCXZS .serviceBox .gsContent:last-child .gsContentBox {
  border-bottom: none;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.KSCXZSXQ .contetnBox {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.KSCXZSXQ .contetnBox .generalBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.KSCXZSXQ .titleBox {
  background-color: #ffffff;
  padding: 15px 16px 5px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #333333;
  font-weight: bolder;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.KSCXZSXQ .textContent {
  padding: 10px 16px;
  margin-top: 10px;
  background-color: #ffffff;
}
.KSCXZSXQ .fuwenben {
  width: 100% !important;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.KSCXZSXQ .fuwenben * {
  width: 100% !important;
}

.vux-1px,
.vux-1px-t,
.vux-1px-b,
.vux-1px-tb,
.vux-1px-l,
.vux-1px-r {
  position: relative;
}
.vux-1px:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  border: 1px solid #C7C7C7;
  color: #C7C7C7;
  height: 200%;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.vux-1px-t:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.vux-1px-b:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.vux-1px-tb:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.vux-1px-tb:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.vux-1px-l:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  bottom: 0;
  border-left: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}
.vux-1px-r:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  bottom: 0;
  border-right: 1px solid #C7C7C7;
  color: #C7C7C7;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}
.ZSBL {
  height: inherit;
  overflow: hidden;
}
.ZSBL .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ZSBL .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ZSBL .serviceBox {
  /**滚动列表*/
  height: calc(100% - 285px);
  width: 100%;
  position: absolute;
  top: 285px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ZSBL .serviceBox .hsoftNoData {
  height: 100%;
  background: #e3e3e3;
}
.ZSBL .serviceBox .gsContent {
  margin-bottom: 10px;
}
.ZSBL .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.ZSBL .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.ZSBL .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.ZSBL .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ZSBL .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}
.flex-demo {
  text-align: center;
  color: #080101;
  border-radius: 4px;
  background-clip: padding-box;
}
.flexboxx {
  overflow: scroll;
  height: 100%;
}
.fexboxs {
  background: #ffffff;
  margin-bottom: 10px;
  padding-top: 10px;
}

.vux-divider {
  display: table;
  white-space: nowrap;
  height: auto;
  overflow: hidden;
  line-height: 1;
  text-align: center;
  padding: 10px 0;
  color: #666;
}
.vux-divider:after,.vux-divider:before {
  content: '';
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC)
}
.vux-divider:before {
  background-position: right 1em top 50%
}
.vux-divider:after {
  background-position: left 1em top 50%
}

.ZSBB {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.ZSBB .hsoftNoData {
  height: calc(100% - 50px);
  background: #e3e3e3;
}
.ZSBB .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ZSBB .gsContent {
  margin-bottom: 10px;
}
.ZSBB .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.ZSBB .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ZSBB .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}

.DEBBB {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.DEBBB .hsoftNoData {
  height: calc(100% - 50px);
  background: #e3e3e3;
}
.DEBBB .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.DEBBB .gsContent {
  margin-bottom: 10px;
}
.DEBBB .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.DEBBB .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.DEBBB .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}

.CJHC {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.CJHC .hsoftNoData {
  height: calc(100% - 50px);
  background: #e3e3e3;
}
.CJHC .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.CJHC .gsContent {
  margin-bottom: 10px;
}
.CJHC .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.CJHC .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.CJHC .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}

.MMCZ {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.MMCZ .hsoftNoData {
  height: calc(100% - 50px);
  background: #e3e3e3;
}
.MMCZ .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.MMCZ .gsContent {
  margin-bottom: 10px;
}
.MMCZ .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.MMCZ .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.MMCZ .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}

.el-message-box {
  width: 320px !important;
}
.BACX {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.BACX .hsoftNoData {
  height: calc(100% - 50px);
  background: #E3E3E3;
}
.BACX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.BACX .gsContent {
  margin-bottom: 10px;
}
.BACX .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.BACX .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.BACX .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.ldnljdjdcx {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.ldnljdjdcx .hsoftNoData {
  height: calc(100% - 50px);
}
.ldnljdjdcx .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.ldnljdjdcx .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ldnljdjdcx .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.ldnljdjdcx .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ldnljdjdcx .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.ldnljdjgcx {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.ldnljdjgcx .hsoftNoData {
  height: calc(100% - 50px);
}
.ldnljdjgcx .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.ldnljdjgcx .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ldnljdjgcx .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.ldnljdjgcx .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ldnljdjgcx .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.weui-dialog .weui-dialog__hd {
  padding: 0 !important;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__bd {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 16px 10px 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.weui-dialog .weui-dialog__btn_primary {
  color: #1D68D2;
}
.ldnljdsq .canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ldnljdsq .canvas .title {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #E3E3E3;
  letter-spacing: 0;
  line-height: 50px;
}
.ldnljdsq .canvas .title .left {
  font-family: PingFangSC-Medium;
  font-weight: bolder;
  font-size: 20.5px;
  color: #333333;
}
.ldnljdsq .btn {
  /*margin-top: 20px;*/
  /*position: fixed;*/
  width: 100%;
  /*bottom: 0;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 16px 30px 16px;
  background-color: #ffffff;
}
.ldnljdsq .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.ldnljdsq .btn button:active {
  color: #ffffff;
}
.ldnljdsq .btn .weui-btn:after {
  border: none;
}
.ldnljdsq .myins {
  width: 100%;
  height: calc(100% - 51px);
  overflow-y: auto;
  position: absolute;
  top: 51px;
  background-color: white;
}
.ldnljdsq .myins .contentChoose .inputBox {
  padding: 7px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
  background-color: #fff;
}
.ldnljdsq .myins .contentChoose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
  margin-right: 5px;
}
.ldnljdsq .myins .contentChoose .inputBox .title span {
  color: red;
}
.ldnljdsq .myins .contentChoose .inputBox .vux-popup-picker-value.vux-cell-value {
  font-size: 14px;
  color: #333333;
}
.ldnljdsq .myins .contentChoose .inputBox .weui-cell.vux-tap-active {
  height: 19px;
}
.ldnljdsq .myins .contentChoose .inputBox .checkerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.ldnljdsq .myins .contentChoose .inputBox .checkerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.ldnljdsq .myins .contentChoose .inputBox .checkerChoose .vux-popup-dialog {
  z-index: 1000;
}
.ldnljdsq .myins .contentChoose .inputBox .checkerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.ldnljdsq .myins .contentChoose .inputBox .checkerChoose .popup .iconyoufanhui:before {
  display: none;
}
.ldnljdsq .myins .contentChoose .inputBox .checkerChoose .popup span {
  margin-left: 8px;
}
.ldnljdsq .myins .contentChoose .inputBox .checkerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.ldnljdsq .myins .contentChoose .inputBox .disabledCheckerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.ldnljdsq .myins .contentChoose .inputBox .disabledCheckerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.ldnljdsq .myins .contentChoose .inputBox .disabledCheckerChoose .vux-popup-dialog {
  z-index: 1000;
}
.ldnljdsq .myins .contentChoose .inputBox .disabledCheckerChoose .popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 33px;
  line-height: 33px;
}
.ldnljdsq .myins .contentChoose .inputBox .disabledCheckerChoose .popup .iconyoufanhui:before {
  display: none;
}
.ldnljdsq .myins .contentChoose .inputBox .disabledCheckerChoose .popup span {
  margin-left: 8px;
}
.ldnljdsq .myins .contentChoose .inputBox .disabledCheckerChoose .popup i {
  display: inline-block;
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 15px;
  position: absolute;
  right: 30px;
}
.ldnljdsq .myins .contentChoose .inputBox .inputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.ldnljdsq .myins .contentChoose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.ldnljdsq .myins .contentChoose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ldnljdsq .myins .contentChoose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ldnljdsq .myins .contentChoose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ldnljdsq .myins .contentChoose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ldnljdsq .myins .contentChoose .inputBox .disabledInputName {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.ldnljdsq .myins .contentChoose .inputBox .disabledInputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.ldnljdsq .myins .contentChoose .inputBox .disabledInputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ldnljdsq .myins .contentChoose .inputBox .disabledInputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ldnljdsq .myins .contentChoose .inputBox .disabledInputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ldnljdsq .myins .contentChoose .inputBox .disabledInputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.ldnljdsq .myins .contentChoose .inputBox .timeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.ldnljdsq .myins .contentChoose .inputBox .timeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.ldnljdsq .myins .contentChoose .inputBox .timeChoose .weui-cells:before,
.ldnljdsq .myins .contentChoose .inputBox .timeChoose .weui-cells:after {
  border: none;
}
.ldnljdsq .myins .contentChoose .inputBox .timeChoose a {
  height: 19px;
  line-height: 19px;
}
.ldnljdsq .myins .contentChoose .inputBox .timeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #fff;
}
.ldnljdsq .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.ldnljdsq .myins .contentChoose .inputBox .timeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.ldnljdsq .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.ldnljdsq .myins .contentChoose .inputBox .timeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.ldnljdsq .myins .contentChoose .inputBox .disabledTimeChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  height: 33px;
  line-height: 33px;
  width: 100%;
}
.ldnljdsq .myins .contentChoose .inputBox .disabledTimeChoose .vux-no-group-title {
  margin-top: 0 !important;
  height: 33px;
  line-height: 33px;
}
.ldnljdsq .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:before,
.ldnljdsq .myins .contentChoose .inputBox .disabledTimeChoose .weui-cells:after {
  border: none;
}
.ldnljdsq .myins .contentChoose .inputBox .disabledTimeChoose a {
  height: 19px;
  line-height: 19px;
}
.ldnljdsq .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell {
  padding: 7px 12px 7px 8px;
  background-color: #d6d6d6;
}
.ldnljdsq .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value {
  text-align: left !important;
  position: relative;
}
.ldnljdsq .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell__ft.vux-cell-primary.vux-datetime-value .vux-cell-value {
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: -9px;
}
.ldnljdsq .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft {
  position: absolute;
  right: -3px;
}
.ldnljdsq .myins .contentChoose .inputBox .disabledTimeChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
}
.ldnljdsq .myins .contentChoose .inputBox .pickerChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.ldnljdsq .myins .contentChoose .inputBox .pickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.ldnljdsq .myins .contentChoose .inputBox .pickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.ldnljdsq .myins .contentChoose .inputBox .pickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.ldnljdsq .myins .contentChoose .inputBox .disabledPickerChoose {
  background-color: #d6d6d6;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.ldnljdsq .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.ldnljdsq .myins .contentChoose .inputBox .disabledPickerChoose .vux-popup-picker-select {
  position: relative;
  /*right: 130px;*/
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.ldnljdsq .myins .contentChoose .inputBox .disabledPickerChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.ldnljdsq .myins .contentChoose .inputBox .vux-cell-placeholder {
  font-size: 14px;
}
.ldnljdsq .myins .contentChoose .inputBox .politicalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #fff;
}
.ldnljdsq .myins .contentChoose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.ldnljdsq .myins .contentChoose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.ldnljdsq .myins .contentChoose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.ldnljdsq .myins .contentChoose .inputBox .disabledPoliticalChoose {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background-color: #d6d6d6;
}
.ldnljdsq .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.ldnljdsq .myins .contentChoose .inputBox .disabledPoliticalChoose .vux-popup-picker-select {
  text-align: left !important;
  font-size: 14px;
  color: #333333;
}
.ldnljdsq .myins .contentChoose .inputBox .disabledPoliticalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.ldnljdsq .myins .content {
  /*margin-top: 52px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid #0bb20c;*/
  padding: 0px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.ldnljdsq .myins .content .important {
  font-weight: bolder;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  margin-top: 6px;
}
.ldnljdsq .myins .content .con {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #151515;
  text-align: left;
  padding-bottom: 6px;
  line-height: 30px;
}
.ldnljdsq .myins .uploadText {
  background-color: #E3E3E3;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.ldnljdsq .myins .uploadFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
}
.ldnljdsq .myins .uploadFile .left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.ldnljdsq .myins .uploadFile .reRight {
  border: 1px solid #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
}
.ldnljdsq .myins .uploadFile .right {
  background-color: #1E6BD5;
  border-radius: 17.5px;
  padding: 7.5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
}
.ldnljdsq .myins .photo {
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.downloadPage {
  width: 100%;
  height: 100%;
}
.downloadPage .downloadPageTU {
  width: 100%;
  height: 100%;
  background-color: #334bff;
  background-image: url(../../static/img/下载页.73c6ee4.png);
  background-repeat: round;
}
.downloadPage .AndroidClass {
  position: absolute;
  bottom: 20%;
  left: 5%;
}
.downloadPage .AppleClass {
  position: absolute;
  bottom: 20%;
  right: 5%;
}

.downloadPageTS {
  width: 100%;
  height: 100%;
}
.downloadPageTS .downloadPageTSTU {
  width: 100%;
  height: 100%;
  background-color: #334bff;
  background-image: url(../../static/img/下载app二维码提页面.3b0811c.png);
  background-repeat: round;
}
.downloadPageTS .downloadPageTU {
  width: 100%;
  height: 100%;
  background-color: #334bff;
  background-image: url(../../static/img/下载页.73c6ee4.png);
  background-repeat: round;
}
.downloadPageTS .AndroidClass {
  position: absolute;
  bottom: 20%;
  left: 5%;
}
.downloadPageTS .AppleClass {
  position: absolute;
  bottom: 20%;
  right: 5%;
}

.DDYY {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.DDYY .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.DDYY .choose {
  width: 100%;
  height: 50px;
}
.DDYY .choose .inputBox {
  padding: 0 16px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.DDYY .choose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
}
.DDYY .choose .inputBox .politicalChoose {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.DDYY .choose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.DDYY .choose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  color: #333;
}
.DDYY .choose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.DDYY .choose .inputBox .inputName {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.DDYY .choose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.DDYY .choose .inputBox .inputName .weui-cell__bd.weui-cell__primary {
  color: #333;
}
.DDYY .choose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.DDYY .choose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.DDYY .choose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.DDYY .choose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.DDYY .btnSubmit {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.DDYY .btnSubmit .btn {
  width: 100%;
  padding: 7px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: blue;
  color: white;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  border-radius: 14.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.DDYY .serviceBox {
  /**滚动列表*/
  height: calc(100% - 200px);
  width: 100%;
  position: absolute;
  top: 200px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.DDYY .serviceBox .hsoftNoData {
  height: 100%;
  background: #E3E3E3;
}
.DDYY .serviceBox .gsContent {
  margin-bottom: 10px;
}
.DDYY .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.DDYY .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #E3E3E3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.DDYY .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.DDYY .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.DDYY .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.BKWDCX {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.BKWDCX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.BKWDCX .choose {
  width: 100%;
  height: 50px;
}
.BKWDCX .choose .inputBox {
  padding: 0 16px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.BKWDCX .choose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
}
.BKWDCX .choose .inputBox .politicalChoose {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.BKWDCX .choose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.BKWDCX .choose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  color: #333;
}
.BKWDCX .choose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.BKWDCX .choose .inputBox .inputName {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.BKWDCX .choose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.BKWDCX .choose .inputBox .inputName .weui-cell__bd.weui-cell__primary {
  color: #333;
}
.BKWDCX .choose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.BKWDCX .choose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.BKWDCX .choose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.BKWDCX .choose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.BKWDCX .btnSubmit {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.BKWDCX .btnSubmit .btn {
  width: 100%;
  padding: 7px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: blue;
  color: white;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  border-radius: 14.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.BKWDCX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 200px);
  width: 100%;
  position: absolute;
  top: 200px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.BKWDCX .serviceBox .hsoftNoData {
  height: 100%;
  background: #E3E3E3;
}
.BKWDCX .serviceBox .gsContent {
  margin-bottom: 10px;
}
.BKWDCX .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.BKWDCX .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #E3E3E3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.BKWDCX .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.BKWDCX .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.BKWDCX .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}
.BKWDCX .serviceBox .gsContent .gsContentBox .gsContentBoxValue img {
  width: 20px;
  height: 20px;
}

.YCBKWDCX {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.YCBKWDCX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.YCBKWDCX .choose {
  width: 100%;
  height: 50px;
}
.YCBKWDCX .choose .inputBox {
  padding: 0 16px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.YCBKWDCX .choose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
}
.YCBKWDCX .choose .inputBox .politicalChoose {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.YCBKWDCX .choose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.YCBKWDCX .choose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  color: #333;
}
.YCBKWDCX .choose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.YCBKWDCX .choose .inputBox .inputName {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.YCBKWDCX .choose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.YCBKWDCX .choose .inputBox .inputName .weui-cell__bd.weui-cell__primary {
  color: #333;
}
.YCBKWDCX .choose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.YCBKWDCX .choose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.YCBKWDCX .choose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.YCBKWDCX .choose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.YCBKWDCX .btnSubmit {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.YCBKWDCX .btnSubmit .btn {
  width: 100%;
  padding: 7px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: blue;
  color: white;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  border-radius: 14.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.YCBKWDCX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 200px);
  width: 100%;
  position: absolute;
  top: 200px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.YCBKWDCX .serviceBox .hsoftNoData {
  height: 100%;
  background: #E3E3E3;
}
.YCBKWDCX .serviceBox .gsContent {
  margin-bottom: 10px;
}
.YCBKWDCX .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.YCBKWDCX .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #E3E3E3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.YCBKWDCX .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.YCBKWDCX .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.YCBKWDCX .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}
.YCBKWDCX .serviceBox .gsContent .gsContentBox .gsContentBoxValue img {
  width: 20px;
  height: 20px;
}

.BKWDCX_JX {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.BKWDCX_JX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.BKWDCX_JX .choose {
  width: 100%;
  height: 50px;
}
.BKWDCX_JX .choose .inputBox {
  padding: 0 16px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.BKWDCX_JX .choose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
}
.BKWDCX_JX .choose .inputBox .politicalChoose {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.BKWDCX_JX .choose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.BKWDCX_JX .choose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  color: #333;
}
.BKWDCX_JX .choose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.BKWDCX_JX .choose .inputBox .inputName {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.BKWDCX_JX .choose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.BKWDCX_JX .choose .inputBox .inputName .weui-cell__bd.weui-cell__primary {
  color: #333;
}
.BKWDCX_JX .choose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.BKWDCX_JX .choose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.BKWDCX_JX .choose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.BKWDCX_JX .choose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.BKWDCX_JX .btnSubmit {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.BKWDCX_JX .btnSubmit .btn {
  width: 100%;
  padding: 7px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: blue;
  color: white;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  border-radius: 14.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.BKWDCX_JX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 200px);
  width: 100%;
  position: absolute;
  top: 200px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.BKWDCX_JX .serviceBox .hsoftNoData {
  height: 100%;
  background: #E3E3E3;
}
.BKWDCX_JX .serviceBox .gsContent {
  margin-bottom: 10px;
}
.BKWDCX_JX .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.BKWDCX_JX .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #E3E3E3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.BKWDCX_JX .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.BKWDCX_JX .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.BKWDCX_JX .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}
.BKWDCX_JX .serviceBox .gsContent .gsContentBox .gsContentBoxValue img {
  width: 20px;
  height: 20px;
}

.introjs-tooltipReferenceLayer * {
  font-size: 20px;
  color: #969799;
  font-family: fantasy;
  text-align: center;
}
.introjs-tooltip {
  margin-top: unset !important;
  width: 102%;
  max-width: unset !important;
  background-color: #f8f8f8;
}
.introjs-skipbutton {
  width: 65px!important;
  color: #c8c9cc;
  font-weight: unset !important;
}
.introjs-button {
  border: 1px solid #409eff;
  border-radius: 14.5px !important;
  background: #409eff !important;
  color: #fff;
  width: 30%;
  text-align: center;
  height: 15px;
  line-height: 15px;
  font-weight: unset !important;
}
.introjs-arrow.top,
.introjs-arrow.top-middle,
.introjs-arrow.top-right {
  border-color: transparent transparent #c8c9cc;
}
.introjs-button:hover,
.introjs-button:focus {
  border-color: #f8f8f8;
}
.SBJBFWCX {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.SBJBFWCX .bn {
  float: right;
  margin-top: 5px;
  height: 40px;
}
.SBJBFWCX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SBJBFWCX .choose {
  width: 100%;
  height: 50px;
}
.SBJBFWCX .choose .inputBox {
  padding: 0 16px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.SBJBFWCX .choose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
}
.SBJBFWCX .choose .inputBox .politicalChoose {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.SBJBFWCX .choose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.SBJBFWCX .choose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  color: #333;
}
.SBJBFWCX .choose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.SBJBFWCX .choose .inputBox .inputName {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.SBJBFWCX .choose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.SBJBFWCX .choose .inputBox .inputName .weui-cell__bd.weui-cell__primary {
  color: #333;
}
.SBJBFWCX .choose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SBJBFWCX .choose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SBJBFWCX .choose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SBJBFWCX .choose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SBJBFWCX .btnSubmit {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SBJBFWCX .btnSubmit .btn {
  width: 100%;
  padding: 7px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: blue;
  color: white;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  border-radius: 14.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.SBJBFWCX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 200px);
  width: 100%;
  position: absolute;
  top: 200px;
  /*background-color: #E3E3E3;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SBJBFWCX .serviceBox .hsoftNoData {
  height: 100%;
  /*background: #E3E3E3;*/
}
.SBJBFWCX .serviceBox .gsContent {
  background-image: url(../../static/img/wdbj.6d8b4cc.png);
  background-size: 100% 100%;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
.SBJBFWCX .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*background: white;*/
  padding: 0 16px;
  /*height: 90px;*/
}
.SBJBFWCX .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #E3E3E3;
  /*background: white;*/
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.SBJBFWCX .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*background: white;*/
  padding: 0 16px;
  /*height: 90px;*/
}
.SBJBFWCX .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SBJBFWCX .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}
.SBJBFWCX .serviceBox .gsContent .gsContentBox .gsContentBoxValue img {
  width: 20px;
  height: 20px;
}
/*@import "../../../less/styles.less";*/
.SBJBFWCXJZ {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  background-image: url(../../static/img/wd1.4dbeaf7.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*align-items: center;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*@import "../../../less/styles.less";*/
.SBJBFWCXJZY {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  background-image: url(../../static/img/wd2.4d178e2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*align-items: center;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.YDYM {
  /* 重置引导组件样式(类似element-ui个人使用) */
  /* 引导提示框的位置 */
  /* 提示框头部区域 */
  /* 提示框按钮 */
}
.YDYM .warper {
  width: 200px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border: 1px solid saddlebrown;
}
.YDYM .intro-tooltip {
  color: #ffff;
  background: #2c3e50;
}
.YDYM .introjs-bottom-left-aligned {
  left: 45% !important;
}
.YDYM .introjs-right,
.YDYM .introjs-left {
  top: 30%;
}
.YDYM .intro-highlight {
  background: rgba(255, 255, 255, 0.5);
}
.YDYM .introjs-arrow.left {
  border-right-color: #2c3e50;
}
.YDYM .introjs-arrow.top {
  border-bottom-color: #2c3e50;
}
.YDYM .introjs-arrow.right {
  border-left-color: #2c3e50;
}
.YDYM .introjs-arrow.bottom {
  border-top-color: #2c3e50;
}
.YDYM .introjs-tooltip-header {
  padding-right: 0 !important;
  padding-top: 0 !important;
}
.YDYM .introjs-skipbutton {
  color: #409eff !important;
  font-size: 14px !important;
  font-weight: normal !important;
  padding: 8px 10px !important ;
}
.YDYM .introjs-tooltipbuttons {
  border: none !important;
}
.YDYM .introjs-tooltiptext {
  font-size: 14px !important;
  padding: 15px !important;
}
.YDYM .introjs-tooltipbuttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.YDYM .introjs-button {
  width: 50px !important;
  text-align: center;
  padding: 4px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  border-radius: 3px !important;
  border: none !important;
}
.YDYM .introjs-button:last-child {
  margin-left: 10px;
}
.YDYM .introjs-prevbutton {
  color: #606266 !important;
  background: #fff !important;
  border: 1px solid #dcdfe6 !important;
}
.YDYM .introjs-nextbutton {
  color: #fff !important;
  background-color: #409eff !important;
  border-color: #409eff !important;
}
.YDYM .introjs-disabled {
  color: #9e9e9e !important;
  border-color: #bdbdbd !important;
  background-color: #f4f4f4 !important;
}
.introjs-overlay{position:absolute;-webkit-box-sizing:content-box;box-sizing:content-box;z-index:999999;opacity:0;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.introjs-showElement{z-index:9999999!important}tr.introjs-showElement>td{z-index:9999999!important;position:relative}tr.introjs-showElement>th{z-index:9999999!important;position:relative}.introjs-disableInteraction{z-index:99999999!important;position:absolute;background-color:#fff;opacity:0}.introjs-relativePosition{position:relative}.introjs-helperLayer{-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;z-index:9999998;border-radius:4px;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.introjs-helperLayer *{-webkit-box-sizing:content-box;box-sizing:content-box}.introjs-helperLayer :before{-webkit-box-sizing:content-box;box-sizing:content-box}.introjs-helperLayer :after{-webkit-box-sizing:content-box;box-sizing:content-box}.introjs-tooltipReferenceLayer{font-family:"Helvetica Neue",Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;visibility:hidden;z-index:100000000;background-color:transparent;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.introjs-tooltipReferenceLayer *{font-family:"Helvetica Neue",Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif}.introjs-helperNumberLayer{font-family:"Helvetica Neue",Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif;color:#9e9e9e;text-align:center;padding-top:10px;padding-bottom:10px}.introjs-arrow{border:5px solid transparent;content:"";position:absolute}.introjs-arrow.top{top:-10px;left:10px;border-bottom-color:#fff}.introjs-arrow.top-right{top:-10px;right:10px;border-bottom-color:#fff}.introjs-arrow.top-middle{top:-10px;left:50%;margin-left:-5px;border-bottom-color:#fff}.introjs-arrow.right{right:-10px;top:10px;border-left-color:#fff}.introjs-arrow.right-bottom{bottom:10px;right:-10px;border-left-color:#fff}.introjs-arrow.bottom{bottom:-10px;left:10px;border-top-color:#fff}.introjs-arrow.bottom-right{bottom:-10px;right:10px;border-top-color:#fff}.introjs-arrow.bottom-middle{bottom:-10px;left:50%;margin-left:-5px;border-top-color:#fff}.introjs-arrow.left{left:-10px;top:10px;border-right-color:#fff}.introjs-arrow.left-bottom{left:-10px;bottom:10px;border-right-color:#fff}.introjs-tooltip{-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;visibility:visible;background-color:#fff;min-width:250px;max-width:300px;border-radius:5px;-webkit-box-shadow:0 3px 30px rgba(33,33,33,.3);box-shadow:0 3px 30px rgba(33,33,33,.3);-webkit-transition:opacity .1s ease-out;transition:opacity .1s ease-out}.introjs-tooltiptext{padding:20px}.introjs-dontShowAgain{padding-left:20px;padding-right:20px}.introjs-dontShowAgain input{padding:0;margin:0;margin-bottom:2px;display:inline;width:10px;height:10px}.introjs-dontShowAgain label{font-size:14px;display:inline-block;font-weight:400;margin:0 0 0 5px;padding:0;background-color:#fff;color:#616161;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.introjs-tooltip-title{font-size:18px;width:90%;min-height:1.5em;margin:0;padding:0;font-weight:700;line-height:1.5}.introjs-tooltip-header{position:relative;padding-left:20px;padding-right:20px;padding-top:10px;min-height:1.5em}.introjs-tooltipbuttons{border-top:1px solid #e0e0e0;padding:10px;text-align:right;white-space:nowrap}.introjs-tooltipbuttons:after{content:"";visibility:hidden;display:block;height:0;clear:both}.introjs-button{-webkit-box-sizing:content-box;box-sizing:content-box;position:relative;overflow:visible;padding:.5rem 1rem;border:1px solid #bdbdbd;text-decoration:none;text-shadow:1px 1px 0 #fff;font-size:14px;color:#424242;white-space:nowrap;cursor:pointer;outline:0;background-color:#f4f4f4;border-radius:.2em;zoom:1;display:inline}.introjs-button:hover{outline:0;text-decoration:none;border-color:#9e9e9e;background-color:#e0e0e0;color:#212121}.introjs-button:focus{outline:0;text-decoration:none;background-color:#eee;-webkit-box-shadow:0 0 0 .2rem rgba(158,158,158,.5);box-shadow:0 0 0 .2rem rgba(158,158,158,.5);border:1px solid #616161;color:#212121}.introjs-button:active{outline:0;text-decoration:none;background-color:#e0e0e0;border-color:#9e9e9e;color:#212121}.introjs-button::-moz-focus-inner{padding:0;border:0}.introjs-skipbutton{position:absolute;top:0;right:0;display:inline-block;width:45px;height:45px;line-height:45px;color:#616161;font-size:22px;cursor:pointer;font-weight:700;text-align:center;text-decoration:none}.introjs-skipbutton:focus,.introjs-skipbutton:hover{color:#212121;outline:0;text-decoration:none}.introjs-prevbutton{float:left}.introjs-nextbutton{float:right}.introjs-disabled{color:#9e9e9e;border-color:#bdbdbd;-webkit-box-shadow:none;box-shadow:none;cursor:default;background-color:#f4f4f4;background-image:none;text-decoration:none}.introjs-disabled:focus,.introjs-disabled:hover{color:#9e9e9e;border-color:#bdbdbd;-webkit-box-shadow:none;box-shadow:none;cursor:default;background-color:#f4f4f4;background-image:none;text-decoration:none}.introjs-hidden{display:none}.introjs-bullets{text-align:center;padding-top:10px;padding-bottom:10px}.introjs-bullets ul{-webkit-box-sizing:content-box;box-sizing:content-box;clear:both;margin:0 auto 0;padding:0;display:inline-block}.introjs-bullets ul li{-webkit-box-sizing:content-box;box-sizing:content-box;list-style:none;float:left;margin:0 2px}.introjs-bullets ul li a{-webkit-transition:width .1s ease-in;transition:width .1s ease-in;-webkit-box-sizing:content-box;box-sizing:content-box;display:block;width:6px;height:6px;background:#ccc;border-radius:10px;text-decoration:none;cursor:pointer}.introjs-bullets ul li a:focus,.introjs-bullets ul li a:hover{width:15px;background:#999;text-decoration:none;outline:0}.introjs-bullets ul li a.active{width:15px;background:#999}.introjs-progress{-webkit-box-sizing:content-box;box-sizing:content-box;overflow:hidden;height:10px;margin:10px;border-radius:4px;background-color:#e0e0e0}.introjs-progressbar{-webkit-box-sizing:content-box;box-sizing:content-box;float:left;width:0%;height:100%;font-size:10px;line-height:10px;text-align:center;background-color:#08c}.introjsFloatingElement{position:absolute;height:0;width:0;left:50%;top:50%}.introjs-fixedTooltip{position:fixed}.introjs-hint{-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;background:0 0;width:20px;height:15px;cursor:pointer}.introjs-hint:focus{border:0;outline:0}.introjs-hint:hover>.introjs-hint-pulse{background-color:rgba(60,60,60,.57)}.introjs-hidehint{display:none}.introjs-fixedhint{position:fixed}@-webkit-keyframes introjspulse{0%{-webkit-transform:scale(.95);transform:scale(.95);-webkit-box-shadow:0 0 0 0 rgba(0,0,0,.7);box-shadow:0 0 0 0 rgba(0,0,0,.7)}70%{-webkit-transform:scale(1);transform:scale(1);-webkit-box-shadow:0 0 0 10px transparent;box-shadow:0 0 0 10px transparent}100%{-webkit-transform:scale(.95);transform:scale(.95);-webkit-box-shadow:0 0 0 0 transparent;box-shadow:0 0 0 0 transparent}}@keyframes introjspulse{0%{-webkit-transform:scale(.95);transform:scale(.95);-webkit-box-shadow:0 0 0 0 rgba(0,0,0,.7);box-shadow:0 0 0 0 rgba(0,0,0,.7)}70%{-webkit-transform:scale(1);transform:scale(1);-webkit-box-shadow:0 0 0 10px transparent;box-shadow:0 0 0 10px transparent}100%{-webkit-transform:scale(.95);transform:scale(.95);-webkit-box-shadow:0 0 0 0 transparent;box-shadow:0 0 0 0 transparent}}.introjs-hint-pulse{-webkit-box-sizing:content-box;box-sizing:content-box;width:15px;height:15px;border-radius:30px;background-color:rgba(136,136,136,.24);z-index:10;position:absolute;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;-webkit-animation:introjspulse 2s infinite;animation:introjspulse 2s infinite}.introjs-hint-no-anim .introjs-hint-pulse{-webkit-animation:none;animation:none}.introjs-hint-dot{-webkit-box-sizing:content-box;box-sizing:content-box;background:0 0;border-radius:60px;height:50px;width:50px;position:absolute;top:-18px;left:-18px;z-index:1;opacity:0}.introjs-tooltip {
  background-color: rgba(000, 0, 0, 0.5);
  color: #fff;
}

.introjs-button,
.introjs-button:hover, .introjs-button:focus, .introjs-button:active,
.introjs-disabled, .introjs-disabled:focus, .introjs-disabled:hover {
  outline: none;
  background-image: none;
  background-color: transparent;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-shadow: none;
  text-shadow: none;
}

.introjs-button:hover, .introjs-button:focus, .introjs-button:active {
  border: 1px solid #fff
}

.introjs-disabled, .introjs-disabled:focus, .introjs-disabled:hover {
  color: #ccc;
  border: 1px solid transparent;
}

.introjs-arrow {
  border: 10px solid #fff;
}

.introjs-arrow.top, .introjs-arrow.top-middle, .introjs-arrow.top-right {
  border-color: transparent transparent rgba(000, 0, 0, 0.5);
  top: -20px;
  left: 20px;
}

.introjs-arrow.bottom, .introjs-arrow.bottom-middle, .introjs-arrow.bottom-right {
  border-color: rgba(000, 0, 0, 0.5) transparent transparent;
  bottom: -20px;
  left: 20px;
}

.introjs-arrow.left, .introjs-arrow.right {
    top: 20px;
}

.introjs-arrow.left-bottom, .introjs-arrow.right-bottom {
    bottom: 20px;
}

.introjs-arrow.left, .introjs-arrow.left-bottom {
  left: -20px;
  border-color: transparent rgba(000, 0, 0, 0.5) transparent transparent;
}

.introjs-arrow.right, .introjs-arrow.right-bottom {
  right: -20px;
  border-color: transparent transparent transparent rgba(000, 0, 0, 0.5);
}
.introjs-helperNumberLayer {
  font-family: tahoma, Arial, verdana, sans-serif;
  font-size: 14px;
  text-shadow: none;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border: 2px solid #ecf0f1;
  border-radius: 50%;
  background: #e74c3c;
}

.introjs-helperLayer {
  background-color: #FFF;
  background-color: rgba(255,255,255,.9);
  border: none;
  border-radius: 2px;
}

.introjs-tooltip {
  letter-spacing: .1em;
  color: #2c3e50;
  font-family: tahoma, Arial, verdana, sans-serif;
  border-radius: 2px;
}

.introjs-button {
  padding: 0.6em 0.8em;
  text-shadow: none;
  font-weight: bold;
  color: #2c3e50;
  font-family: tahoma, Arial, verdana, sans-serif;
  background: #ecf0f1;
  background-image: none;
  border-radius: .2em;
  -webkit-transition: background .3s, border .3s;
          transition: background .3s, border .3s;
}

.introjs-prevbutton {
  border-radius: .2em 0 0 .2em;
}

.introjs-nextbutton {
  border-radius: 0 .2em .2em 0;
}

.introjs-button:hover, .introjs-button:focus {
  background: #2c3e50;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #2c3e50;
  text-decoration: none;
}

.BKWDCXPUB {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.BKWDCXPUB .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.BKWDCXPUB .choose {
  width: 100%;
  height: 50px;
}
.BKWDCXPUB .choose .inputBox {
  padding: 0 16px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.BKWDCXPUB .choose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
}
.BKWDCXPUB .choose .inputBox .politicalChoose {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.BKWDCXPUB .choose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.BKWDCXPUB .choose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  color: #333;
}
.BKWDCXPUB .choose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.BKWDCXPUB .choose .inputBox .inputName {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.BKWDCXPUB .choose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.BKWDCXPUB .choose .inputBox .inputName .weui-cell__bd.weui-cell__primary {
  color: #333;
}
.BKWDCXPUB .choose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.BKWDCXPUB .choose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.BKWDCXPUB .choose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.BKWDCXPUB .choose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.BKWDCXPUB .btnSubmit {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.BKWDCXPUB .btnSubmit .btn {
  width: 100%;
  padding: 7px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: blue;
  color: white;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  border-radius: 14.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.BKWDCXPUB .serviceBox {
  /**滚动列表*/
  height: calc(100% - 200px);
  width: 100%;
  position: absolute;
  top: 200px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.BKWDCXPUB .serviceBox .hsoftNoData {
  height: 100%;
  background: #E3E3E3;
}
.BKWDCXPUB .serviceBox .gsContent {
  margin-bottom: 10px;
}
.BKWDCXPUB .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.BKWDCXPUB .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #E3E3E3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.BKWDCXPUB .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.BKWDCXPUB .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.BKWDCXPUB .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}
.BKWDCXPUB .serviceBox .gsContent .gsContentBox .gsContentBoxValue img {
  width: 20px;
  height: 20px;
}

.mobileMapPCB {
  width: 100%;
  height: 100%;
}
.mobileMapPCB .map {
  width: 100%;
  height: 100%;
}
.mobileMapPCB .map .windowClass {
  padding-top: 10px;
}
.mobileMapPCB .map .windowClass .buttonClass {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 99%;
  border: 1px solid #BBB;
  border-radius: 5px;
  outline: none;
  background: #87CEFF;
  color: red;
}

.mobileMap {
  width: 100%;
  height: 100%;
}
.mobileMap .map {
  width: 100%;
  height: 100%;
}
.mobileMap .map .windowClass {
  padding-top: 10px;
}
.mobileMap .map .windowClass .buttonClass {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 99%;
  border: 1px solid #BBB;
  border-radius: 5px;
  outline: none;
  background: #87CEFF;
  color: red;
}

.mobileMap_JX {
  width: 100%;
  min-height: 100%;
}
.mobileMap_JX .map {
  width: 100%;
  height: calc(100% - 40px);
}
.mobileMap_JX .map .windowClass {
  padding-top: 10px;
}
.mobileMap_JX .dataDiv {
  width: 100%;
  height: 100%;
  background: #F9FAFF;
}
.mobileMap_JX .dataDiv .labelName {
  background: -webkit-gradient(linear, left top, left bottom, from(#3267DF), to(#F9FAFF));
  background: linear-gradient(180deg, #3267DF 0%, #F9FAFF 100%);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.mobileMap_JX .dataDiv .labelName .labelNameText {
  font-size: 17px;
  font-family: PingFang SC-Bold;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 50px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.mobileMap_JX .dataDiv .labelName .sd {
  background: #FFFFFF;
  color: #333333;
  padding: 10px;
  font-size: 16px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-style: PingFang SC-Bold;
  border-radius: 15px;
  width: 86%;
  margin: auto;
}
.mobileMap_JX .dataDiv .labelName .sd .shixiang {
  padding: 6px;
  margin-bottom: 15px;
  line-height: 34px;
  font-family: PingFang SC-Regular;
  background-color: #F6F9FE;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  font-size: 14px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #130F24;
}
.mobileMap_JX .dataDiv .labelName .sd .sxcl {
  padding: 10px;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid #C8D9FF;
  color: #333333;
}
.mobileMap_JX .dataDiv .labelName .sd .sxcl .sxclTitle {
  font-size: 18px;
  font-family: PingFang SC-Bold;
  font-weight: bold;
  color: #130F24;
  line-height: 22px;
}
.mobileMap_JX .dataDiv .labelName .sd .sxcl .sxclTitle .sxclTitleSpan {
  color: #2F6DF2;
  padding-right: 3x;
}
.mobileMap_JX .dataDiv .labelName .sd .sxcl .sxclText {
  font-size: 13px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #807F85;
  padding: 10px;
}
.mobileMap_JX .dataDiv .labelName1 .labelName1Text {
  font-size: 17px;
  font-family: PingFang SC-Bold;
  font-weight: bold;
  color: #000000;
  line-height: 50px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.mobileMap_JX .dataDiv .labelName1 .ed {
  padding: 10px;
  width: 86%;
  margin: auto;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
}
.mobileMap_JX .dataDiv .labelName1 .ed .shixiang1 {
  padding: 6px;
  margin-bottom: 5px;
  line-height: 44px;
  font-family: PingFang SC-Regular;
  background-color: #F6F9FE;
  opacity: 1;
  font-size: 14px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #130F24;
  margin-bottom: 15px;
}
.mobileMap_JX .dataDiv .labelName1 .ed .sxcl1 {
  padding: 10px;
  opacity: 1;
  border: 1px solid #C8D9FF;
  color: #333333;
}
.mobileMap_JX .dataDiv .labelName1 .ed .sxcl1 .sxcl1Title {
  font-size: 18px;
  font-family: PingFang SC-Bold;
  font-weight: bold;
  color: #130F24;
  line-height: 22px;
}
.mobileMap_JX .dataDiv .labelName1 .ed .sxcl1 .sxcl1Title .sxcl1TitleSpan {
  color: #2F6DF2;
  padding-right: 3x;
}
.mobileMap_JX .dataDiv .labelName1 .ed .sxcl1 .sxclText1 {
  font-size: 13px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #807F85;
  padding: 10px;
}
.mobileMap_JX .dataDiv .labelName2 .labelName2Text {
  font-size: 17px;
  font-family: PingFang SC-Bold;
  font-weight: bold;
  color: #000000;
  line-height: 50px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.mobileMap_JX .dataDiv .labelName2 .blsb {
  width: 86%;
  background: #FFFFFF;
  opacity: 1;
  margin: auto;
  padding: 10px;
}
.mobileMap_JX .dataDiv .labelName2 .blsb .shixiang2 {
  padding: 6px;
  margin-bottom: 5px;
  line-height: 44px;
  font-family: PingFang SC-Regular;
  background-color: #F6F9FE;
  opacity: 1;
  font-size: 14px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #130F24;
}
.mobileMap_JX .el-button--primary {
  width: inherit;
  height: 40px;
}
.mobileMap_JX .el-drawer__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #72767b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* margin-bottom: 32px; */
  /* padding: 20px 20px 0; */
}
.mobileMap_JX .el-drawer__body {
  overflow: auto;
}
.mobileMap_JX .el-drawer__open .el-drawer.btt {
  height: 75% !important;
}

.mobileMap_JXX {
  width: 100%;
  height: 100%;
}
.mobileMap_JXX .map {
  width: 100%;
  height: calc(100% - 40px);
}
.mobileMap_JXX .map .windowClass {
  padding-top: 10px;
}
.mobileMap_JXX .dataDiv {
  width: 100%;
  height: 100%;
  background: #F9FAFF;
}
.mobileMap_JXX .dataDiv .labelName {
  background: -webkit-gradient(linear, left top, left bottom, from(#3267DF), to(#F9FAFF));
  background: linear-gradient(180deg, #3267DF 0%, #F9FAFF 100%);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.mobileMap_JXX .dataDiv .labelName .labelNameText {
  font-size: 17px;
  font-family: PingFang SC-Bold;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 50px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.mobileMap_JXX .dataDiv .labelName .sd {
  background: #FFFFFF;
  color: #333333;
  padding: 10px;
  font-size: 16px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-style: PingFang SC-Bold;
  border-radius: 15px;
  width: 86%;
  margin: auto;
}
.mobileMap_JXX .dataDiv .labelName .sd .shixiang {
  padding: 6px;
  margin-bottom: 15px;
  line-height: 34px;
  font-family: PingFang SC-Regular;
  background-color: #F6F9FE;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  font-size: 14px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #130F24;
}
.mobileMap_JXX .dataDiv .labelName .sd .sxcl {
  padding: 10px;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid #C8D9FF;
  color: #333333;
}
.mobileMap_JXX .dataDiv .labelName .sd .sxcl .sxclTitle {
  font-size: 18px;
  font-family: PingFang SC-Bold;
  font-weight: bold;
  color: #130F24;
  line-height: 22px;
}
.mobileMap_JXX .dataDiv .labelName .sd .sxcl .sxclTitle .sxclTitleSpan {
  color: #2F6DF2;
  padding-right: 3x;
}
.mobileMap_JXX .dataDiv .labelName .sd .sxcl .sxclText {
  font-size: 13px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #807F85;
  padding: 10px;
}
.mobileMap_JXX .dataDiv .labelName1 .labelName1Text {
  font-size: 17px;
  font-family: PingFang SC-Bold;
  font-weight: bold;
  color: #000000;
  line-height: 50px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.mobileMap_JXX .dataDiv .labelName1 .ed {
  padding: 10px;
  width: 86%;
  margin: auto;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
}
.mobileMap_JXX .dataDiv .labelName1 .ed .shixiang1 {
  padding: 6px;
  margin-bottom: 5px;
  line-height: 44px;
  font-family: PingFang SC-Regular;
  background-color: #F6F9FE;
  opacity: 1;
  font-size: 14px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #130F24;
  margin-bottom: 15px;
}
.mobileMap_JXX .dataDiv .labelName1 .ed .sxcl1 {
  padding: 10px;
  opacity: 1;
  border: 1px solid #C8D9FF;
  color: #333333;
}
.mobileMap_JXX .dataDiv .labelName1 .ed .sxcl1 .sxcl1Title {
  font-size: 18px;
  font-family: PingFang SC-Bold;
  font-weight: bold;
  color: #130F24;
  line-height: 22px;
}
.mobileMap_JXX .dataDiv .labelName1 .ed .sxcl1 .sxcl1Title .sxcl1TitleSpan {
  color: #2F6DF2;
  padding-right: 3x;
}
.mobileMap_JXX .dataDiv .labelName1 .ed .sxcl1 .sxclText1 {
  font-size: 13px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #807F85;
  padding: 10px;
}
.mobileMap_JXX .dataDiv .labelName2 .labelName2Text {
  font-size: 17px;
  font-family: PingFang SC-Bold;
  font-weight: bold;
  color: #000000;
  line-height: 50px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.mobileMap_JXX .dataDiv .labelName2 .blsb {
  width: 86%;
  background: #FFFFFF;
  opacity: 1;
  margin: auto;
  padding: 10px;
}
.mobileMap_JXX .dataDiv .labelName2 .blsb .shixiang2 {
  padding: 6px;
  margin-bottom: 5px;
  line-height: 44px;
  font-family: PingFang SC-Regular;
  background-color: #F6F9FE;
  opacity: 1;
  font-size: 14px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #130F24;
}
.mobileMap_JXX .el-button--primary {
  width: inherit;
  height: 40px;
}
.mobileMap_JXX .el-drawer__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #72767b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* margin-bottom: 32px; */
  /* padding: 20px 20px 0; */
}
.mobileMap_JXX .el-drawer__body {
  overflow: auto;
}
.mobileMap_JXX .el-drawer__open .el-drawer.btt {
  height: 75% !important;
}

.QYZGZYCX {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.QYZGZYCX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.QYZGZYCX .choose {
  width: 100%;
  height: 50px;
}
.QYZGZYCX .choose .inputBox {
  padding: 0 16px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.QYZGZYCX .choose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
}
.QYZGZYCX .choose .inputBox .politicalChoose {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.QYZGZYCX .choose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.QYZGZYCX .choose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  color: #333;
}
.QYZGZYCX .choose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.QYZGZYCX .choose .inputBox .inputName {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.QYZGZYCX .choose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.QYZGZYCX .choose .inputBox .inputName .weui-cell__bd.weui-cell__primary {
  color: #333;
}
.QYZGZYCX .choose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.QYZGZYCX .choose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.QYZGZYCX .choose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.QYZGZYCX .choose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.QYZGZYCX .btnSubmit {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.QYZGZYCX .btnSubmit .btn {
  width: 100%;
  padding: 7px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: blue;
  color: white;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1b79ff), color-stop(99%, #1d68d2));
  background-image: linear-gradient(90deg, #1b79ff 2%, #1d68d2 99%);
  border-radius: 14.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.QYZGZYCX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 200px);
  width: 100%;
  position: absolute;
  top: 200px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.QYZGZYCX .serviceBox .hsoftNoData {
  height: 100%;
  background: #e3e3e3;
}
.QYZGZYCX .serviceBox .gsContent {
  margin-bottom: 10px;
  margin-top: 10px;
}
.QYZGZYCX .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.QYZGZYCX .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.QYZGZYCX .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.QYZGZYCX .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.QYZGZYCX .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}
.QYZGZYCX .serviceBox .gsContent .gsContentBox .gsContentBoxValue img {
  width: 20px;
  height: 20px;
}

.QYZGZYXQCX {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.QYZGZYXQCX .hsoftNoData {
  height: calc(100% - 50px);
}
.QYZGZYXQCX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.QYZGZYXQCX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.QYZGZYXQCX .stepBoxTitle {
  height: 40px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: right;
}
.QYZGZYXQCX .stateContent {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 16px;
  background: white;
}
.QYZGZYXQCX .stateContent .specification {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: right;
}
.QYZGZYXQCX .stateContent .specificationBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.QYZGZYXQCX .stateContent .specificationBox .tgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  height: 30px;
  width: 90px;
  margin-right: 10px;
  background: green;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.QYZGZYXQCX .stateContent .specificationBox .ddBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  height: 30px;
  width: 90px;
  margin-right: 10px;
  background: #F39826;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.QYZGZYXQCX .stateContent .specificationBox .sbBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  height: 30px;
  width: 90px;
  margin-right: 10px;
  background: #F92705;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.QYZGZYXQCX .stateContent .specificationBox .wjxBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  height: 30px;
  width: 90px;
  margin-right: 10px;
  background: #cccccc;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
}
.QYZGZYXQCX .el-timeline-item {
  left: 5px;
}
.QYZGZYXQCX .el-timeline-item__node--large {
  width: 25px;
  height: 25px;
}
.QYZGZYXQCX .el-timeline-item__tail {
  left: 9px;
}
.QYZGZYXQCX .el-timeline-item {
  padding-bottom: 5px;
}
.QYZGZYXQCX .to_bottom {
  width: 0;
  height: 0;
  border-top: 12px solid skyblue;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  margin: auto;
}

.NEWTXJDCX {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.NEWTXJDCX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.NEWTXJDCX .choose {
  width: 100%;
  height: 50px;
}
.NEWTXJDCX .choose .inputBox {
  padding: 0 16px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.NEWTXJDCX .choose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
}
.NEWTXJDCX .choose .inputBox .politicalChoose {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.NEWTXJDCX .choose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.NEWTXJDCX .choose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  color: #333;
}
.NEWTXJDCX .choose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.NEWTXJDCX .choose .inputBox .inputName {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.NEWTXJDCX .choose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.NEWTXJDCX .choose .inputBox .inputName .weui-cell__bd.weui-cell__primary {
  color: #333;
}
.NEWTXJDCX .choose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.NEWTXJDCX .choose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.NEWTXJDCX .choose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.NEWTXJDCX .choose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.NEWTXJDCX .btnSubmit {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.NEWTXJDCX .btnSubmit .btn {
  width: 100%;
  padding: 7px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: blue;
  color: white;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1b79ff), color-stop(99%, #1d68d2));
  background-image: linear-gradient(90deg, #1b79ff 2%, #1d68d2 99%);
  border-radius: 14.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.NEWTXJDCX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 200px);
  width: 100%;
  position: absolute;
  top: 200px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.NEWTXJDCX .serviceBox .hsoftNoData {
  height: 100%;
  background: #e3e3e3;
}
.NEWTXJDCX .serviceBox .gsContent {
  margin-bottom: 10px;
  margin-top: 10px;
}
.NEWTXJDCX .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.NEWTXJDCX .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.NEWTXJDCX .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.NEWTXJDCX .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.NEWTXJDCX .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}
.NEWTXJDCX .serviceBox .gsContent .gsContentBox .gsContentBoxValue img {
  width: 20px;
  height: 20px;
}

.NEWTXJDCXXQ {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.NEWTXJDCXXQ .hsoftNoData {
  height: calc(100% - 50px);
}
.NEWTXJDCXXQ .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.NEWTXJDCXXQ .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.NEWTXJDCXXQ .stepBoxTitle {
  height: 40px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: right;
}
.NEWTXJDCXXQ .stateContent {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 16px;
  background: white;
}
.NEWTXJDCXXQ .stateContent .specification {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: right;
}
.NEWTXJDCXXQ .stateContent .specificationBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.NEWTXJDCXXQ .stateContent .specificationBox .tgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  height: 30px;
  width: 90px;
  margin-right: 10px;
  background: green;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.NEWTXJDCXXQ .stateContent .specificationBox .ddBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  height: 30px;
  width: 90px;
  margin-right: 10px;
  background: #F39826;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.NEWTXJDCXXQ .stateContent .specificationBox .sbBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  height: 30px;
  width: 90px;
  margin-right: 10px;
  background: #F92705;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.NEWTXJDCXXQ .stateContent .specificationBox .wjxBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  height: 30px;
  width: 90px;
  margin-right: 10px;
  background: #cccccc;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
}
.NEWTXJDCXXQ .el-timeline-item {
  left: 5px;
}
.NEWTXJDCXXQ .el-timeline-item__node--large {
  width: 25px;
  height: 25px;
}
.NEWTXJDCXXQ .el-timeline-item__tail {
  left: 9px;
}
.NEWTXJDCXXQ .el-timeline-item {
  padding-bottom: 5px;
}
.NEWTXJDCXXQ .to_bottom {
  width: 0;
  height: 0;
  border-top: 12px solid skyblue;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  margin: auto;
}

.DDYD {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.DDYD .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.DDYD .choose {
  width: 100%;
  height: 50px;
}
.DDYD .choose .inputBox {
  padding: 0 16px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.DDYD .choose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
}
.DDYD .choose .inputBox .politicalChoose {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.DDYD .choose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.DDYD .choose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  color: #333;
}
.DDYD .choose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.DDYD .choose .inputBox .inputName {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.DDYD .choose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.DDYD .choose .inputBox .inputName .weui-cell__bd.weui-cell__primary {
  color: #333;
}
.DDYD .choose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.DDYD .choose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.DDYD .choose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.DDYD .choose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.DDYD .btnSubmit {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.DDYD .btnSubmit .btn {
  width: 100%;
  padding: 7px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: blue;
  color: white;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  border-radius: 14.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.DDYD .serviceBox {
  /**滚动列表*/
  height: calc(100% - 150px);
  width: 100%;
  position: absolute;
  top: 150px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.DDYD .serviceBox .hsoftNoData {
  height: 100%;
  background: #E3E3E3;
}
.DDYD .serviceBox .gsContent {
  margin-bottom: 10px;
}
.DDYD .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.DDYD .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #E3E3E3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.DDYD .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.DDYD .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.DDYD .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.SQML {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.SQML .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SQML .choose {
  width: 100%;
  height: 50px;
}
.SQML .choose .inputBox {
  padding: 0 16px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.SQML .choose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
}
.SQML .choose .inputBox .politicalChoose {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.SQML .choose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.SQML .choose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  color: #333;
}
.SQML .choose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.SQML .choose .inputBox .inputName {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.SQML .choose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.SQML .choose .inputBox .inputName .weui-cell__bd.weui-cell__primary {
  color: #333;
}
.SQML .choose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SQML .choose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SQML .choose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SQML .choose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SQML .btnSubmit {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SQML .btnSubmit .btn {
  width: 100%;
  padding: 7px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: blue;
  color: white;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  border-radius: 14.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.SQML .serviceBox {
  /**滚动列表*/
  height: calc(100% - 200px);
  width: 100%;
  position: absolute;
  top: 200px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SQML .serviceBox .hsoftNoData {
  height: 100%;
  background: #E3E3E3;
}
.SQML .serviceBox .gsContent {
  margin-bottom: 10px;
}
.SQML .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.SQML .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #E3E3E3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.SQML .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.SQML .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SQML .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.jobfaircopy {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.jobfaircopy .mySearchTitle {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.jobfaircopy .joblist {
  background-color: #fff;
  margin-top: 10px;
}
.jobfaircopy .joblist .cellBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
}
.jobfaircopy .joblist .cellBox .listLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jobfaircopy .joblist .cellBox .listLeft i {
  font-size: 24.5px;
  position: relative;
  top: 1px;
}
.jobfaircopy .joblist .cellBox .listLeft .leftWord {
  margin-left: 12px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.jobfaircopy .joblist .cellBox .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jobfaircopy .joblist .cellBox .arrow .circle {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-image: linear-gradient(-179deg, #FE3434 0%, #EB6100 100%);
  margin-right: 14px;
}
.jobfaircopy .joblist .cellBox .arrow i {
  color: #999999;
  font-size: 16px;
}
.jobfaircopy .joblist .read i {
  color: #1E6BD5;
}
.jobfaircopy .joblist .tousu i {
  color: #1E6BD5;
}
.jobfaircopy .joblist .bangding i {
  color: #216bd3;
}
.jobfaircopy .joblist .interaction i {
  color: #1E6BD5;
}
.jobfaircopy .joblist .focus i {
  color: #1E6BD5;
}

.jobfair {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.jobfair .mySearchTitle {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.jobfair .joblist {
  background-color: #fff;
  margin-top: 10px;
}
.jobfair .joblist .cellBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
}
.jobfair .joblist .cellBox .listLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jobfair .joblist .cellBox .listLeft i {
  font-size: 24.5px;
  position: relative;
  top: 1px;
}
.jobfair .joblist .cellBox .listLeft .leftWord {
  margin-left: 12px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.jobfair .joblist .cellBox .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jobfair .joblist .cellBox .arrow .circle {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-image: linear-gradient(-179deg, #FE3434 0%, #EB6100 100%);
  margin-right: 14px;
}
.jobfair .joblist .cellBox .arrow i {
  color: #999999;
  font-size: 16px;
}
.jobfair .joblist .read i {
  color: #1E6BD5;
}
.jobfair .joblist .tousu i {
  color: #1E6BD5;
}
.jobfair .joblist .bangding i {
  color: #216bd3;
}
.jobfair .joblist .interaction i {
  color: #1E6BD5;
}
.jobfair .joblist .focus i {
  color: #1E6BD5;
}

.myRecord {
  height: 100%;
  background: #fff;
}
.myRecord .mySearchTitle {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.myRecord .jobli {
  border-top: 8px solid #E3E3E3;
  background: #fff;
  /*height: 80px;*/
  padding: 10px 15px 10px 15px;
}
.myRecord .jobli .cellBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 5px;
}
.myRecord .jobli .cellBox .listLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.myRecord .jobli .cellBox .listLeft i {
  font-size: 24.5px;
  position: relative;
  top: 1px;
}
.myRecord .jobli .cellBox .listLeft .leftWord {
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.myRecord .jobli .cellBox .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.myRecord .jobli .cellBox .arrow .circle {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-image: linear-gradient(-179deg, #FE3434 0%, #EB6100 100%);
  margin-right: 14px;
}
.myRecord .jobli .cellBox .arrow i {
  color: #999999;
  font-size: 16px;
}
.myRecord .jobli p {
  margin-bottom: 5px;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: white;
  font-size: 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3486ff;
}
.header-center .left {
  height: 60px;
  line-height: 60px;
  width: 20px;
  font-size: 0.14rem;
  display: block;
  color: #fff;
  font-weight: bolder;
  position: absolute;
}
.header-center .vux-x-icon {
  fill: #fff;
}
.header-center .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  color: #fff;
}
.header-center .icon {
  margin-left: 5px;
}
.header-center .icon i {
  font-size: 0.26rem;
}
.header-center .right {
  font-size: 0.14rem;
  display: block;
  color: #fff;
  position: absolute;
  right: 10px;
}
.header-center .right i {
  font-size: 26px;
}
.btnArgee {
  padding: 0 16px;
}
.btnArgee button {
  background: rgba(206, 206, 206, 0.3);
  height: 40px;
  border-radius: 30px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.17px;
  text-align: center;
}
.btnArgee .weui-btn:after {
  border: none;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):visited {
  color: #999999;
}
.btnArgee .weui-btn:not(.weui-btn_disabled):active {
  color: #999999;
  background-color: #eaeaea;
}
.btnAll {
  padding: 0 16px;
}
.btnAll button {
  background: #2B64F4;
  border-radius: 31px;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
}
.btnAll .weui-btn:after {
  border: none;
}
.btnAll .weui-btn_primary {
  /*background-color: red;*/
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn_primary:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.btnAll .weui-btn {
  /*background-color: red;*/
}
.btnAll .weui-btn:not(.weui-btn_disabled):visited {
  color: yellow;
}
.btnAll .weui-btn:not(.weui-btn_disabled):active {
  color: white;
  background-color: #028bec;
}
.universalTitle {
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20.5px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
}
.universalTitle .universalSign {
  /*通用红色小竖条*/
  background: #2B64F4;
  border-radius: 4px;
  width: 8px;
  height: 20.5px;
  margin-right: 10px;
}
.universalTitle .fontWeight {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bolder;
}
.strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
}
/* ↓  ↓  ↓ 全页默认样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ ---*/
.generalStructure {
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.generalStructure .generalBox {
  /*border: 1px solid red;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}
.generalStructure .liubai {
  width: 100%;
  height: 48px;
}
/* ↓  ↓  ↓  ↓  ↓ 默认新闻列表样式 ↓  ↓  ↓  ↓  ↓  ↓  ↓ */
.newsStyle .SearchFunctionContent:not(:last-child) .goodBorder {
  /*border: 1px solid red;*/
  border-bottom: 1px solid #E3E3E3;
}
.newsStyle .SearchFunctionContent {
  background-color: #fff;
  padding: 0 16px;
}
.newsStyle .SearchFunctionContent .border {
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  /*max-height: 0.34rem;*/
}
.newsStyle .SearchFunctionContent .border .firstLineTitles {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .border .imgListBox {
  padding: 10px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(2) {
  padding: 0 2.5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(1) {
  padding-right: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList:nth-child(3) {
  padding-left: 5px;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.newsStyle .SearchFunctionContent .border .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent .border .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .border .footerLines {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.newsStyle .SearchFunctionContent .leftRight {
  /*border: 1px solid green;*/
  padding: 10px 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*border: 1px solid red;*/
}
.newsStyle .SearchFunctionContent .leftRight .leftBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .firstLineTitle {
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .SecondLineTitle {
  font-size: 0.12rem;
  color: #666666;
  width: 100%;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap*/
  /*line-height: 20px;*/
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*控制多行的行数 */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding-top: 3px;
  max-height: 0.34rem;
}
.newsStyle .SearchFunctionContent .leftRight .leftBox .footerLine {
  font-size: 0.12rem;
  color: #999999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox {
  width: 33%;
  margin-left: 5px;
  /*padding: 10px 0 0 0;*/
  /*flex-wrap: wrap;*/
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsStyle .SearchFunctionContent .leftRight .imgListBox .imgList img {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}
.newsStyle .SearchFunctionContent:active {
  background-color: #E3E3E3;
}
.formTitle {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-bottom: 1px solid #E3E3E3;
}
.formTitle .strip {
  width: 8px;
  height: 20.5px;
  background: #2B64F4;
  border-radius: 4px;
  margin-right: 10px;
}
.formTitle .fromTitleWord {
  font-family: PingFangSC-Regular;
  font-size: 20.5px;
  color: #333333;
  letter-spacing: 0;
}
.formContent {
  padding: 20px 100px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formContent .weui-cell__bd {
  border: 1px solid #E3E3E3;
  position: relative;
  top: 2px;
  padding: 12px 12px;
}
.formContent .qiye {
  padding-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formContent .qiye .left {
  width: 510px;
}
.formContent .hangye {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .vux-x-textarea {
  margin-top: 15px;
  padding: 0;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd {
  padding: 0;
  height: 108px;
}
.formContent .hangye .vux-x-textarea .weui-cell__bd .weui-textarea {
  font-family: PingFangSC-Regular;
  padding: 0px 12px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formContent .hangye .weui-cell_access .weui-cell__ft:after {
  content: " ";
  display: inline-block;
  border: 6px solid transparent !important;
  border-top: 6px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
}
.formContent .hangye .vux-cell-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formContent .hangye .weui-cell__ft {
  padding-right: 0;
}
.formContent .hangye .weui-cell__bd {
  padding-right: 0;
}
.formContent .hangye .weui-cell {
  padding-right: 0;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
}
.formContent .hangye .weui-cell .vux-popup-picker-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  text-align: left !important;
  text-indent: 12px;
  border-radius: 8px;
  color: #666;
  padding: 12px 0;
}
.formContent .hangye .weui-cell .weui-cell_access .weui-cell__ft {
  padding-right: 0;
  right: 20px;
}
.formContent .mapWrapper {
  padding-top: 10px;
  overflow: hidden;
  width: 548px;
  height: 264px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.formContent .mapWrapper .map {
  overflow: hidden;
  border-radius: 20px;
}
.formContent .btnCommit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.formContent .btnCommit .weui-btn:after {
  display: none;
}
.formContent .btnCommit .weui-btn_default {
  width: 380px;
  height: 60px;
  background-color: #2b64f4;
  border-radius: 30px;
  font-size: 20.5px;
  color: #ffffff;
}
.formContent .weui-cell {
  width: 48%;
  padding: 12.5px 15px 12.5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.formContent .weui-cell .weui-input,
.formContent .weui-cell .weui-textarea {
  font-size: 0.2rem;
}
.formContent .weui-cell .vux-cell-placeholder {
  font-size: 0.2rem;
}
.formContent .weui-cell .weui-label {
  font-size: 0.24rem;
  display: block;
  width: 120px !important;
}
.myRecordDetail {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.myRecordDetail .mySearchTitle {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.myRecordDetail .serviceBox {
  /**滚动列表*/
  height: calc(100% - 100px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.myRecordDetail .btnSubmit {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
.myRecordDetail .btnSubmit .btn {
  width: 100%;
  padding: 7px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: blue;
  color: white;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1b79ff), color-stop(99%, #1d68d2));
  background-image: linear-gradient(90deg, #1b79ff 2%, #1d68d2 99%);
  border-radius: 14.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.myRecordDetail .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.myRecordDetail .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.myRecordDetail .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}
.myRecordDetail .inputBox {
  padding: 7px 16px;
  background-color: #fff;
}
.myRecordDetail .inputBox .title {
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  margin-right: 5px;
}
.myRecordDetail .inputBox .title span {
  color: red;
}
.myRecordDetail .inputbox {
  height: 100px;
  border: 1px solid #e3e3e3;
}
.myRecordDetail .weui-cell {
  display: block;
}
/**
* actionsheet
*/
/**
* en: primary type text color of menu item
* zh-CN: 菜单项primary类型的文本颜色
*/
/**
* en: warn type text color of menu item
* zh-CN: 菜单项warn类型的文本颜色
*/
/**
* en: default type text color of menu item
* zh-CN: 菜单项default类型的文本颜色
*/
/**
* en: disabled type text color of menu item
* zh-CN: 菜单项disabled类型的文本颜色
*/
/**
* datetime
*/
/**
* tabbar
*/
/**
* tab
*/
/**
* dialog
*/
/**
* en: title and content's padding-left and padding-right
* zh-CN: 标题及内容区域的 padding-left 和 padding-right
*/
/**
* x-number
*/
/**
* checkbox
*/
/**
* check-icon
*/
/**
* Cell
*/
/**
* Mask
*/
/**
* Range
*/
/**
* Tabbar
*/
/**
* Header
*/
/**
* Timeline
*/
/**
* Switch
*/
/**
* Button
*/
/**
* en: border radius
* zh-CN: 圆角边框
*/
/**
* en: font color
* zh-CN: 字体颜色
*/
/**
* en: margin-top value between previous button, not works when there is only one button
* zh-CN: 与相邻按钮的 margin-top 间隙，只有一个按钮时不生效
*/
/**
* en: button height
* zh-CN: 按钮高度
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: font size
* zh-CN: 字体大小
*/
/**
* en: the font size of the mini type
* zh-CN: mini类型的字体大小
*/
/**
* en: the line height of the mini type
* zh-CN: mini类型的行高
*/
/**
* en: the background color of the warn type
* zh-CN: warn类型的背景颜色
*/
/**
* en: the background color of the warn type in active
* zh-CN: active状态下，warn类型的背景颜色
*/
/**
* en: the background color of the warn type in disabled
* zh-CN: disabled状态下，warn类型的背景颜色
*/
/**
* en: the background color of the default type
* zh-CN: default类型的背景颜色
*/
/**
* en: the font color of the default type
* zh-CN: default类型的字体颜色
*/
/**
* en: the background color of the default type in active
* zh-CN: active状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in disabled
* zh-CN: disabled状态下，default类型的字体颜色
*/
/**
* en: the background color of the default type in disabled
* zh-CN: disabled状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in active
* zh-CN: active状态下，default类型的字体颜色
*/
/**
* en: the background color of the primary type
* zh-CN: primary类型的背景颜色
*/
/**
* en: the background color of the primary type in active
* zh-CN: active状态下，primary类型的背景颜色
*/
/**
* en: the background color of the primary type in disabled
* zh-CN: disabled状态下，primary类型的背景颜色
*/
/**
* en: the font color of the plain primary type
* zh-CN: plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type
* zh-CN: plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain default type
* zh-CN: plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type
* zh-CN: plain的default类型的边框颜色
*/
/**
* en: the font color of the plain default type in active
* zh-CN: active状态下，plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type in active
* zh-CN: active状态下，plain的default类型的边框颜色
*/
/**
* en: the font color of the plain warn type
* zh-CN: plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type
* zh-CN: plain的warn类型的边框颜色
*/
/**
* en: the font color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的边框颜色
*/
/**
* swipeout
*/
/**
* Cell
*/
/**
* Badge
*/
/**
* en: badge background color
* zh-CN: badge的背景颜色
*/
/**
* Popover
*/
/**
* Button tab
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: border radius color
* zh-CN: 圆角边框的半径
*/
/**
* en: border color
* zh-CN: 边框的颜色
*/
/**
* en: not used
* zh-CN: 默认状态下圆角边框的颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default background color
* zh-CN: 默认状态下的背景颜色
*/
/**
* en: selected background color
* zh-CN: 选中状态下的背景颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/* alias */
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default text color
* zh-CN: 默认状态下的文本颜色
*/
/**
* en: height
* zh-CN: 元素高度
*/
/**
* en: line height
* zh-CN: 元素行高
*/
/**
* Swiper
*/
/**
* checklist
*/
/**
* popup-picker
*/
/**
* popup
*/
/**
* popup-header
*/
/**
* form-preview
*/
/**
* sticky
*/
/**
* group
*/
/**
* en: margin-top of title
* zh-CN: 标题的margin-top
*/
/**
* en: margin-bottom of title
* zh-CN: 标题的margin-bottom
*/
/**
* en: margin-top of footer title
* zh-CN: 底部标题的margin-top
*/
/**
* en: margin-bottom of footer title
* zh-CN: 底部标题的margin-bottom
*/
/**
* toast
*/
/**
* en: text size of content
* zh-CN: 内容文本大小
*/
/**
* en: default top
* zh-CN: 默认状态下距离顶部的高度
*/
/**
* en: position top
* zh-CN: 顶部显示的高度
*/
/**
* en: position bottom
* zh-CN: 底部显示的高度
*/
/**
* en: z-index
* zh-CN: z-index
*/
/**
* icon
*/
/**
* calendar
*/
/**
* en: forward and backward arrows color
* zh-CN: 前进后退的箭头颜色
*/
/**
* en: text color of week highlight
* zh-CN: 周末高亮的文本颜色
*/
/**
* en: background color when selected
* zh-CN: 选中时的背景颜色
*/
/**
* en: text color when disabled
* zh-CN: 禁用时的文本颜色
*/
/**
* en: text color of today
* zh-CN: 今天的文本颜色
*/
/**
* en: font size of cell
* zh-CN: 单元格的字号
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: size of date cell
* zh-CN: 日期单元格尺寸大小
*/
/**
* en: line height of date cell
* zh-CN: 日期单元格的行高
*/
/**
* en: text color of header
* zh-CN: 头部的文本颜色
*/
/**
* week-calendar
*/
/**
* search
*/
/**
* en: text color of cancel button
* zh-CN: 取消按钮文本颜色
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: text color of placeholder
* zh-CN: placeholder文本颜色
*/
/**
* radio
*/
/**
* en: checked icon color
* zh-CN: 选中状态的图标颜色
*/
/**
* loadmore
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* loading
*/
/**
* en: z-index
* zh-CN: z-index
*/
/**
 *
 * Main stylesheet for Powerange.
 * http://abpetkov.github.io/powerange/
 *
 */
/**
 * Horizontal slider style (default).
 */
.range-bar {
  background-color: #a9acb1;
  border-radius: 15px;
  display: block;
  height: 1px;
  position: relative;
  width: 100%;
}
.range-bar-disabled {
  opacity: 0.5;
}
.range-quantity {
  background-color: #04BE02;
  border-radius: 15px;
  display: block;
  height: 100%;
  width: 0;
}
.range-handle {
  background-color: #fff;
  border-radius: 100%;
  cursor: move;
  height: 30px;
  left: 0;
  top: -13px;
  position: absolute;
  width: 30px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.range-min,
.range-max {
  color: #181819;
  font-size: 12px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
}
.range-min {
  left: -30px;
}
.range-max {
  right: -30px;
}
/**
 * Style for disabling text selection on handle move.
 */
.unselectable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/**
 * Style for handle cursor on disabled slider.
 */
.range-disabled {
  cursor: default;
}

.employmentguidance {
  background-color: white;
  height: 100%;
}
.employmentguidance .mySearchTitle {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.employmentguidance .content {
  background-color: white;
  margin-top: 10px;
  padding-left: 20px;
}

.enterjob {
  height: 100%;
  background: #fff;
}
.enterjob .mySearchTitle {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.enterjob .jobli {
  border-top: 8px solid #E3E3E3;
  background: #fff;
  /*height: 125px;*/
  padding: 10px 15px 10px 15px;
}
.enterjob .jobli .cellBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 5px;
}
.enterjob .jobli .cellBox .listLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.enterjob .jobli .cellBox .listLeft i {
  font-size: 24.5px;
  position: relative;
  top: 1px;
}
.enterjob .jobli .cellBox .listLeft .leftWord {
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.enterjob .jobli .cellBox .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.enterjob .jobli .cellBox .arrow .circle {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-image: linear-gradient(-179deg, #FE3434 0%, #EB6100 100%);
  margin-right: 14px;
}
.enterjob .jobli .cellBox .arrow i {
  color: #999999;
  font-size: 16px;
}
.enterjob .jobli p {
  margin-bottom: 5px;
}
.enterjob .jobli:first-child {
  border-top: 8px solid #eee;
}

.jobs {
  background: #fff;
}
.jobs .choose {
  width: 100%;
  height: 50px;
}
.jobs .choose .inputBox {
  padding: 0 16px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.jobs .choose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
}
.jobs .choose .inputBox .politicalChoose {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.jobs .choose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.jobs .choose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  color: #333;
}
.jobs .choose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.jobs .choose .inputBox .inputName {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.jobs .choose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.jobs .choose .inputBox .inputName .weui-cell__bd.weui-cell__primary {
  color: #333;
}
.jobs .choose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.jobs .choose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.jobs .choose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.jobs .choose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.jobs .btnSubmit {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jobs .btnSubmit .btn {
  width: 100%;
  padding: 7px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: blue;
  color: white;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1b79ff), color-stop(99%, #1d68d2));
  background-image: linear-gradient(90deg, #1b79ff 2%, #1d68d2 99%);
  border-radius: 14.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jobs .mySearchTitle {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.jobs .jobsli {
  border-bottom: 8px solid #eee;
  height: 120px;
  padding: 10px 15px 0px 15px;
}
.jobs .jobsli .cellBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 5px;
}
.jobs .jobsli .cellBox .listLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jobs .jobsli .cellBox .listLeft i {
  font-size: 24.5px;
  position: relative;
  top: 1px;
}
.jobs .jobsli .cellBox .listLeft .leftWord {
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.jobs .jobsli .cellBox .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jobs .jobsli .cellBox .arrow .circle {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-image: linear-gradient(-179deg, #FE3434 0%, #EB6100 100%);
  margin-right: 14px;
}
.jobs .jobsli .cellBox .arrow i {
  color: #999999;
  font-size: 16px;
}
.jobs .jobsli p {
  margin-bottom: 5px;
}
.jobs .jobsli:first-child {
  border-top: 8px solid #eee;
}

.jobinfor {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.jobinfor .mySearchTitle {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.jobinfor .serviceBox {
  /**滚动列表*/
  height: calc(100% - 100px);
  width: 100%;
  position: absolute;
  top: 100px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.jobinfor .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.jobinfor .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jobinfor .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}
.jobinfor .btnSubmit {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jobinfor .btnSubmit .btn {
  width: 100%;
  padding: 7px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: blue;
  color: white;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1b79ff), color-stop(99%, #1d68d2));
  background-image: linear-gradient(90deg, #1b79ff 2%, #1d68d2 99%);
  border-radius: 14.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.resumedetails .mySearchTitle {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.jobdetails .mySearchTitle {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.jobdetails .jobdetailsbox {
  margin-top: 50px;
  border: 1px solid #eee;
}

.tost {
  width: 100%;
}
.tost .content {
  padding: 74px 52px 0 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tost .content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tost .content .title .pic i {
  font-size: 30px;
  color: #1D68D2;
}
.tost .content .title .titleName {
  font-weight: bolder;
  margin-left: 9px;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
}
.tost .content .warn {
  margin-top: 18px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.tost .content .btnAll {
  margin-top: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tost .content .btnAll div {
  width: 100%;
}
.tost .content .btnAll .weui-btn.weui-btn_default {
  width: 85%;
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.tost .content .btnAll .weui-btn.delete.weui-btn_default {
  height: 40px;
  background: #fff;
  border: 1px solid #1B79FF;
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #1B79FF;
  letter-spacing: 0.17px;
  text-align: center;
}
.tost .content .btnAll .weui-btn:after {
  border: none;
}
.tost .content .btnAll button:active {
  color: #ffffff;
}

.entergw {
  background: #fff;
}
.entergw .choose {
  width: 100%;
  height: 50px;
}
.entergw .choose .inputBox {
  padding: 0 16px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border-bottom: 1px solid #E3E3E3;*/
}
.entergw .choose .inputBox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
}
.entergw .choose .inputBox .politicalChoose {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.entergw .choose .inputBox .politicalChoose .weui-cell {
  padding: 7px 12px 7px 8px;
}
.entergw .choose .inputBox .politicalChoose .vux-popup-picker-select {
  text-align: left !important;
  color: #333;
}
.entergw .choose .inputBox .politicalChoose .weui-cell_access .weui-cell__ft:after {
  border: 5px solid transparent !important;
  border-top: 5px solid #999999 !important;
  border-bottom: none !important;
  border-radius: 5px;
  height: 0 !important;
  width: 0 !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 0px;
  position: relative;
  left: 13px;
}
.entergw .choose .inputBox .inputName {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.entergw .choose .inputBox .inputName .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.entergw .choose .inputBox .inputName .weui-cell__bd.weui-cell__primary {
  color: #333;
}
.entergw .choose .inputBox .inputName .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.entergw .choose .inputBox .inputName .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.entergw .choose .inputBox .inputName .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.entergw .choose .inputBox .inputName .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.entergw .btnSubmit {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entergw .btnSubmit .btn {
  width: 100%;
  padding: 7px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: blue;
  color: white;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1b79ff), color-stop(99%, #1d68d2));
  background-image: linear-gradient(90deg, #1b79ff 2%, #1d68d2 99%);
  border-radius: 14.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.entergw .mySearchTitle {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.entergw .entergwli {
  border-bottom: 8px solid #eee;
  height: 145px;
  padding: 10px 15px 0px 15px;
}
.entergw .entergwli .cellBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 5px;
}
.entergw .entergwli .cellBox .listLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entergw .entergwli .cellBox .listLeft i {
  font-size: 24.5px;
  position: relative;
  top: 1px;
}
.entergw .entergwli .cellBox .listLeft .leftWord {
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.entergw .entergwli .cellBox .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entergw .entergwli .cellBox .arrow .circle {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-image: linear-gradient(-179deg, #FE3434 0%, #EB6100 100%);
  margin-right: 14px;
}
.entergw .entergwli .cellBox .arrow i {
  color: #999999;
  font-size: 16px;
}
.entergw .entergwli p {
  margin-bottom: 5px;
}
.entergw .entergwli:first-child {
  border-top: 8px solid #eee;
}

.enterpriseInfo {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.enterpriseInfo .head {
  background-color: #18b4ed;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.enterpriseInfo .serviceBox {
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.enterpriseInfo .item {
  padding: 10px 10px 10px 0px;
  font-size: 16px;
  border-bottom: 1px solid #e3e3e3;
}
.enterpriseInfo .title {
  color: #7CAE23;
  padding-left: 10px;
}
.enterpriseInfo .info {
  margin-left: 15px;
}
.enterpriseInfo .info .dwname {
  color: #000;
  font-weight: bolder;
}
.enterpriseInfo .info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.enterpriseInfo .info .item .itemName {
  font-family: PingFangSC-Medium;
  letter-spacing: 0.19px;
}
.enterpriseInfo .info .item .itemValue {
  font-family: PingFangSC-Regular;
  letter-spacing: 0.19px;
}
.enterpriseInfo .info .item .blue {
  color: #00a5e0;
}
.enterpriseInfo .info .item .grey {
  color: #777;
}
/*@import "../../../less/styles.less";*/
.ESDZT {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  background-image: url(../../static/img/bg.4fe4e90.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*align-items: center;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ESDZT .dstp {
  /*margin-top: -5%;*/
}
.ESDZT .dstp .bn {
  margin: 0 auto;
  display: block;
  margin-top: 8vh;
}
.ESDZT .dstp .xxds {
  margin: 10px auto;
  display: block;
}
/*@import "../../../less/styles.less";*/
.ESDZTZY {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  background-image: url(../../static/img/bg.4fe4e90.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*align-items: center;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ESDZTZY .dstp {
  /*margin-top: -5%;*/
}
.ESDZTZY .dstp .bn {
  margin: 0 auto;
  display: block;
  margin-top: 8vh;
}
.ESDZTZY .dstp .xxds {
  margin: 10px auto;
  display: block;
}
/*@import "../../../less/styles.less";*/
.XXGW {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  background-image: url(../../static/img/bg.4fe4e90.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*align-items: center;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.XXGW .dstp {
  /*margin-top: -5%;*/
}
.XXGW .dstp .bn {
  margin: 0 auto;
  display: block;
  margin-top: 8vh;
}
.XXGW .dstp .xxds {
  margin: 10px auto;
  display: block;
}
/*@import "../../../less/styles.less";*/
.NLTS {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  background-image: url(../../static/img/bg.4fe4e90.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*align-items: center;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.NLTS .dstp {
  /*margin-top: -5%;*/
}
.NLTS .dstp .bn {
  margin: 0 auto;
  display: block;
  margin-top: 8vh;
}
.NLTS .dstp .xxds {
  margin: 10px auto;
  display: block;
}

.ZSWT {
  background: #fff;
  width: 100%;
  height: 100%;
  background-image: url(../../static/img/ssbg.6aafbd4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.ZSWT .bn {
  padding-top: 50px;
  margin: 0 auto;
  display: block;
}
.ZSWT .nrqy {
  background: -webkit-linear-gradient(top, #ffad20, #ffb710);
  width: 100%;
  height: 95px;
  margin: 10px auto;
}
.ZSWT .nrqy .content {
  height: 20px;
  padding: 10px 10px 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.ZSWT .nrqy .content .line {
  text-align: left;
  height: 20px;
  line-height: 20px;
}
.ZSWT .nrqy .answer {
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
}
.ZSWT .nrqy .time {
  float: left;
  height: 30px;
  line-height: 30px;
  margin-left: 10px;
}

.LXQCX {
  background: #fff;
  width: 100%;
  height: 100%;
  background-image: url(../../static/img/ssbg.6aafbd4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.LXQCX .bn {
  padding-top: 50px;
  margin: 0 auto;
  display: block;
}
.LXQCX .nrqy {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASIAAABkCAYAAAAiyD1zAAALLElEQVR4Xu2dS5IUNxCGpQFv5hzTnMDecgWCo9gRxhcw4TD2DFeBI8DWvg0zszPlaJUe+ZLKA35F8LFqunq6utVSKv9HpnKq/+5urp5t6dG3KaVvUkqXKed2KaX+UDx3vjp7zeT1+8vrRflYPVdvq97b3Nfd+3zdf94c3mt8rfL55WdVtzlfk+8ZfIbzH7evI19bbmH/3n6v4L3duMnPZ8Zb3Hu/nfkubjyicW/Dpv9Wf4yDcViNkbsmxquNUZ8S5ruq7xdck7+tm4eT320159Tv13/U/UeTP315nZ4Luf2ten8zz9p/7d/bNeHmUZtL7aPI37G/6fFcnf1OyzmX1RJQg+HWcrBu3W/cX3OfUv4tbdvrx6eXb/sQ316ffk45v9A3IhARiKKAutqMjq4RiPY5ZdeWCC5fRiBqESnltL16dPXyh7xnQhdvXPpDRnS8y5ARrceIjKju7TZDIxCZVPN5/nB9epdzfkogiqAB0MxDzKOs5wCSKGRh4KKDxhJ6iPctGcUki7DwaArbDMQBmvUsRdIVPkELIL6Drva3iuDtwLzbtr3Ptzenu5TyJYGIQGRYiLrW4YjgiGaBJeCrIq405NnUk/f59ubJJm8j2FcXmyxJB1kNWb3k0YBmQLOlEDVSKQKRVA0cNACaAc1QzeJERWQ0nwnNyjuRES14COT7wIYAR4R8L2wfU9gl1tUxNCMQ4SNqEv2YONpaAkcER/SPc0QEIgIRgagsM1Sz/0w1A5rhrBbKGBnRVDl2HIiGpzirJ5aNPcI3MVYMbxs/yOqhZkBWVx6IQEQgCrJjQwmGJVqQ1S2bjGzz5yELzFcK7lJrtg8RtWZAM5GliM353zA0As2AZkCzvv7Utq79P0Azib0E1PrbDI2Q1ZDVZESQ1VJfN9kx0OzATBi5dp11AWg2+MLJWADNdPajCNbZjg9Z3SG9jGFOfYSsrtOJQEQgkhua2fnVf4FmHXPBEU1kwKhHCxmRb9ilnIiTBdgyIJU9QlZDVkNWH3gNrNlMKmWoZj1006HRk6gWKqggbGAXhsa2mFTXUlSzozovMiIyogataBV73MTv/9UqdgS99oiiV4FRFAdJz+rhMVoIB6sNgzYgnginVawImjirxwTBWY2h0ak9DbahmgHNgGYmQHCKx5AyhJO+PJwpY6trcETSqTBwPj6i4NiWgJjuSMrCBTsZKfEYRLb1cwQLV0q2TlEDmilRgOOEhiMfHxGByPXJQb7XCwTVTCSRk81EzZkaVfAR4SMSGjTQbMXfcYqHXCyoZjr99xFVjFaF8pHbeUYKAs18d8CJyoePCB9RRFtMqQyroGNoxNDYyNZlmgxZDVlteU+5KS14PAdRPZ8KWS2pe+njQTUDmgHNRtrSQUOAHko/KQKRpjVMky2gmUmB+4QJJg4ZkeE9JjCUk17NQSIEIp0tt+zGLagaq8rzcEQmco/djEBEIIoKvMXmrruOAs1kZCEjKvSNxJWNtA+wOBmRAONmU1JDeNDGF9UM1WwoZRPSi4woOJjQKoBAM5cdE4jMsUYempIRSVI5lAQjPK+zhD0ZAJoBzdosICNynQ6BZiKQOLnPXCMQeTUDaOZ3c6rvAwrjHHwtkhABmUBEINIlRH9BiZAkIoGIQCQzfi8Xi6BEILKoINOPaCERH3kzCERr/woZERkRJ71SfT9EhRk311ACPavpWU2JByUelHh4F7k1xlpFDfke+R75PpBV4YjgiOCIAvtBUJISeOngiFb1THBEgR/KGDfpWT3MrAQiApGXROGI4IhoFRujl4kRuXkFxeZMz+qjbITjhDhOqHHw9Kym+l7vunVmUOJBiYczxVYjn6IMcFbjrK4OB3xE+IhKaiXTceVtPTB2whHBEUnaMBJthHtkR3/CKtBqFAhEBCICUdD9Ui4Yt9BsDWVUPynVdVvgjLMaZ7W13qOaccCihZHdozSTnglEDlL2/dyoqjirUc1QzVDNUM2aFOgyVNqA2LS0Y2ZH8kvuhub5YyqJCvbycAJ1HGEuyQqT7Shuo10jI0K+R76nef4KNlPiQYkHJR6UeBym/Mj3IoGDrI7P5xvjQokHZDVkNWS1aNZmrByWe446rCLfNxOC4AwEDaD7+7oR3bkFAhGBiEBEIFLE7SyyRu0zKfGgxKNtOpDVlHhoibjODKf+1HBTnkc1QzWjef7UWkHPakHAhrKnlD4lJGqPPYFrjqOsKiuBiEBEICIQ6XgCWQ1HBEcERwRHBEckDHkYGo03JsqyOzE0pg4cERwRHFHjv4IaG7dA4spjnNWWWwy4RjW8OKsffPTVzCC83PyyPlOgTPWAWkG+R74fG4GxIqwO8YuuiQmp5yZtQLwZT286WR1+MLGJ9OQuspqIxQ1ZDVn94F2Gc80416wkuZEAI1Emzmqc1T2bxNA4Mmu5MDwMIiNqgUUGmEn2TSDyfjYRgzWUs2r7mIeoZqhmqGaoZqhmqGaoZr3JliWkV5sE1fdGYbTwT6UlcwgNWS0NTbMU2KZyD8HdNEabmuYgq/3pwvQjaotN9y93jAaqmQ7x1JpRa9YtRQHnpVSqscbGoJnNj0BEIFoTWrYzYZAllUlkJyMZERkRrWKVvWManA06kVYOMqKHYl4CkWppgo+o0o+zbImMaKioBCKZM89lQNqA+EWlziKrO78iHicLsDyNfO+ycKAZ0AxoZsn6Fihont9VVauooZqhmsW4swNQ3fXQCV0B6748+wiOKBxvMqLh/KDolaJXTYjWtN95EySyIBCNFWSI96Wng+OExp4mxInyENVMj4FjmPERSc19ny8EIgIRjdGmiiZFrwJalXjhVSjbcXH6GjKiWjYRjGEf10AVJCMyvEcE99tmJjY0MiKgGdCswU6bDtv2GQaGKeUKsrpscpaQloEZsrqq7XauNDok2Ng8HPHq63Lzox/RJ0R4n31wnNBQZGNI3JCyOctKJcf0I6IfkYpoglkIgqKDlqvXjDVL9f1q1z069pp+RPQjog0IbUC0rE1GhLNaZHg9q5spamanxtA40mexOXvuPBCbJGwmIyIQEYgIRDuRhHzvmmwh30uehub52rtqdlfI6jiISAogMv+W65DVxhZjm7gLGxo+IjFhkO8dgU4gIhBp1yo+ol1OPthlIKshqyGrIashq6X/j+OEqtHGdBeArHa80dKsbKwcjm6CrJZ0U7ATQ1ZDVkNWQ1aHfhwdTqk1g6yGrD6viUmWVi4FihdktVF8tAd/Xo/mbOPSWR6kdrQB8YR/wxlTj0bQq0iN+2Ky0xiN5vnKPV/LRNyco8TjmCimeT7N89v6oej1E9bLLMmAI6JVrMsk6dDYU0Ur7dOhUSoVBKKhXIlcD2hGGxDr8G0nrajKCgyNezwV4wBHZEAj/YiOdxl8RPiI8BHhI8JHhI+oJBNwRMeb5sycu6QDIKs/YWDxEeEjwkeEjwgfkTZcuhKRplK0gaLWjFozEzjxEakaeWn6mfhb7KKSHi2KXofS47O0ASMIRAQiAlFnpm9vnmymdoJA1I1dFL0eFv+uCoMjrxeqGc7q4ACJfHtzukspX45g1GZKsJvjrA7gV4vb1ppP83zfvWBky/toId8j35eJcJ8/XJ/e5ZyfEoiiUyTIiMiIdAKzB1e96eS2w0tPkGI77DxalN98gT6ibdve57ubq2dbunhDICIQNW5LK7qc4sEpHhGHbDPagDd2We9MsPnjeZlzt7+eXqWL/L1ipjE0HlsIMDRiaMTQ+FmGxi2lX766+vFF3/zOmdHH7eK7nPPXKaVLTnqlQ2PnLx5ESBuTZZdFKqSBrIaszvl+29LvOX98/fjqp4LG/gRJ5m6dmg5EFwAAAABJRU5ErkJggg==);
  width: 58%;
  height: 100px;
  margin: 10px auto;
}
.LXQCX .nrqy .content {
  height: 60px;
  padding: 10px 10px 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.LXQCX .nrqy .content .line {
  text-align: left;
  height: 20px;
  line-height: 20px;
}
.LXQCX .nrqy .time {
  float: right;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
}

.JYJS {
  background: #fff;
  width: 100%;
  height: 100%;
  background-image: url(../../static/img/ssbg.6aafbd4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.JYJS .bn {
  padding-top: 50px;
  margin: 0 auto;
  display: block;
}
.JYJS .nrqy {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASIAAABkCAYAAAAiyD1zAAALLElEQVR4Xu2dS5IUNxCGpQFv5hzTnMDecgWCo9gRxhcw4TD2DFeBI8DWvg0zszPlaJUe+ZLKA35F8LFqunq6utVSKv9HpnKq/+5urp5t6dG3KaVvUkqXKed2KaX+UDx3vjp7zeT1+8vrRflYPVdvq97b3Nfd+3zdf94c3mt8rfL55WdVtzlfk+8ZfIbzH7evI19bbmH/3n6v4L3duMnPZ8Zb3Hu/nfkubjyicW/Dpv9Wf4yDcViNkbsmxquNUZ8S5ruq7xdck7+tm4eT320159Tv13/U/UeTP315nZ4Luf2ten8zz9p/7d/bNeHmUZtL7aPI37G/6fFcnf1OyzmX1RJQg+HWcrBu3W/cX3OfUv4tbdvrx6eXb/sQ316ffk45v9A3IhARiKKAutqMjq4RiPY5ZdeWCC5fRiBqESnltL16dPXyh7xnQhdvXPpDRnS8y5ARrceIjKju7TZDIxCZVPN5/nB9epdzfkogiqAB0MxDzKOs5wCSKGRh4KKDxhJ6iPctGcUki7DwaArbDMQBmvUsRdIVPkELIL6Drva3iuDtwLzbtr3Ptzenu5TyJYGIQGRYiLrW4YjgiGaBJeCrIq405NnUk/f59ubJJm8j2FcXmyxJB1kNWb3k0YBmQLOlEDVSKQKRVA0cNACaAc1QzeJERWQ0nwnNyjuRES14COT7wIYAR4R8L2wfU9gl1tUxNCMQ4SNqEv2YONpaAkcER/SPc0QEIgIRgagsM1Sz/0w1A5rhrBbKGBnRVDl2HIiGpzirJ5aNPcI3MVYMbxs/yOqhZkBWVx6IQEQgCrJjQwmGJVqQ1S2bjGzz5yELzFcK7lJrtg8RtWZAM5GliM353zA0As2AZkCzvv7Utq79P0Azib0E1PrbDI2Q1ZDVZESQ1VJfN9kx0OzATBi5dp11AWg2+MLJWADNdPajCNbZjg9Z3SG9jGFOfYSsrtOJQEQgkhua2fnVf4FmHXPBEU1kwKhHCxmRb9ilnIiTBdgyIJU9QlZDVkNWH3gNrNlMKmWoZj1006HRk6gWKqggbGAXhsa2mFTXUlSzozovMiIyogataBV73MTv/9UqdgS99oiiV4FRFAdJz+rhMVoIB6sNgzYgnginVawImjirxwTBWY2h0ak9DbahmgHNgGYmQHCKx5AyhJO+PJwpY6trcETSqTBwPj6i4NiWgJjuSMrCBTsZKfEYRLb1cwQLV0q2TlEDmilRgOOEhiMfHxGByPXJQb7XCwTVTCSRk81EzZkaVfAR4SMSGjTQbMXfcYqHXCyoZjr99xFVjFaF8pHbeUYKAs18d8CJyoePCB9RRFtMqQyroGNoxNDYyNZlmgxZDVlteU+5KS14PAdRPZ8KWS2pe+njQTUDmgHNRtrSQUOAHko/KQKRpjVMky2gmUmB+4QJJg4ZkeE9JjCUk17NQSIEIp0tt+zGLagaq8rzcEQmco/djEBEIIoKvMXmrruOAs1kZCEjKvSNxJWNtA+wOBmRAONmU1JDeNDGF9UM1WwoZRPSi4woOJjQKoBAM5cdE4jMsUYempIRSVI5lAQjPK+zhD0ZAJoBzdosICNynQ6BZiKQOLnPXCMQeTUDaOZ3c6rvAwrjHHwtkhABmUBEINIlRH9BiZAkIoGIQCQzfi8Xi6BEILKoINOPaCERH3kzCERr/woZERkRJ71SfT9EhRk311ACPavpWU2JByUelHh4F7k1xlpFDfke+R75PpBV4YjgiOCIAvtBUJISeOngiFb1THBEgR/KGDfpWT3MrAQiApGXROGI4IhoFRujl4kRuXkFxeZMz+qjbITjhDhOqHHw9Kym+l7vunVmUOJBiYczxVYjn6IMcFbjrK4OB3xE+IhKaiXTceVtPTB2whHBEUnaMBJthHtkR3/CKtBqFAhEBCICUdD9Ui4Yt9BsDWVUPynVdVvgjLMaZ7W13qOaccCihZHdozSTnglEDlL2/dyoqjirUc1QzVDNUM2aFOgyVNqA2LS0Y2ZH8kvuhub5YyqJCvbycAJ1HGEuyQqT7Shuo10jI0K+R76nef4KNlPiQYkHJR6UeBym/Mj3IoGDrI7P5xvjQokHZDVkNWS1aNZmrByWe446rCLfNxOC4AwEDaD7+7oR3bkFAhGBiEBEIFLE7SyyRu0zKfGgxKNtOpDVlHhoibjODKf+1HBTnkc1QzWjef7UWkHPakHAhrKnlD4lJGqPPYFrjqOsKiuBiEBEICIQ6XgCWQ1HBEcERwRHBEckDHkYGo03JsqyOzE0pg4cERwRHFHjv4IaG7dA4spjnNWWWwy4RjW8OKsffPTVzCC83PyyPlOgTPWAWkG+R74fG4GxIqwO8YuuiQmp5yZtQLwZT286WR1+MLGJ9OQuspqIxQ1ZDVn94F2Gc80416wkuZEAI1Emzmqc1T2bxNA4Mmu5MDwMIiNqgUUGmEn2TSDyfjYRgzWUs2r7mIeoZqhmqGaoZqhmqGaoZr3JliWkV5sE1fdGYbTwT6UlcwgNWS0NTbMU2KZyD8HdNEabmuYgq/3pwvQjaotN9y93jAaqmQ7x1JpRa9YtRQHnpVSqscbGoJnNj0BEIFoTWrYzYZAllUlkJyMZERkRrWKVvWManA06kVYOMqKHYl4CkWppgo+o0o+zbImMaKioBCKZM89lQNqA+EWlziKrO78iHicLsDyNfO+ycKAZ0AxoZsn6Fihont9VVauooZqhmsW4swNQ3fXQCV0B6748+wiOKBxvMqLh/KDolaJXTYjWtN95EySyIBCNFWSI96Wng+OExp4mxInyENVMj4FjmPERSc19ny8EIgIRjdGmiiZFrwJalXjhVSjbcXH6GjKiWjYRjGEf10AVJCMyvEcE99tmJjY0MiKgGdCswU6bDtv2GQaGKeUKsrpscpaQloEZsrqq7XauNDok2Ng8HPHq63Lzox/RJ0R4n31wnNBQZGNI3JCyOctKJcf0I6IfkYpoglkIgqKDlqvXjDVL9f1q1z069pp+RPQjog0IbUC0rE1GhLNaZHg9q5spamanxtA40mexOXvuPBCbJGwmIyIQEYgIRDuRhHzvmmwh30uehub52rtqdlfI6jiISAogMv+W65DVxhZjm7gLGxo+IjFhkO8dgU4gIhBp1yo+ol1OPthlIKshqyGrIashq6X/j+OEqtHGdBeArHa80dKsbKwcjm6CrJZ0U7ATQ1ZDVkNWQ1aHfhwdTqk1g6yGrD6viUmWVi4FihdktVF8tAd/Xo/mbOPSWR6kdrQB8YR/wxlTj0bQq0iN+2Ky0xiN5vnKPV/LRNyco8TjmCimeT7N89v6oej1E9bLLMmAI6JVrMsk6dDYU0Ur7dOhUSoVBKKhXIlcD2hGGxDr8G0nrajKCgyNezwV4wBHZEAj/YiOdxl8RPiI8BHhI8JHhI+oJBNwRMeb5sycu6QDIKs/YWDxEeEjwkeEjwgfkTZcuhKRplK0gaLWjFozEzjxEakaeWn6mfhb7KKSHi2KXofS47O0ASMIRAQiAlFnpm9vnmymdoJA1I1dFL0eFv+uCoMjrxeqGc7q4ACJfHtzukspX45g1GZKsJvjrA7gV4vb1ppP83zfvWBky/toId8j35eJcJ8/XJ/e5ZyfEoiiUyTIiMiIdAKzB1e96eS2w0tPkGI77DxalN98gT6ibdve57ubq2dbunhDICIQNW5LK7qc4sEpHhGHbDPagDd2We9MsPnjeZlzt7+eXqWL/L1ipjE0HlsIMDRiaMTQ+FmGxi2lX766+vFF3/zOmdHH7eK7nPPXKaVLTnqlQ2PnLx5ESBuTZZdFKqSBrIaszvl+29LvOX98/fjqp4LG/gRJ5m6dmg5EFwAAAABJRU5ErkJggg==);
  width: 58%;
  height: 100px;
  margin: 10px auto;
}
.JYJS .nrqy .content {
  height: 60px;
  padding: 10px 10px 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.JYJS .nrqy .content .line {
  text-align: left;
  height: 20px;
  line-height: 20px;
}
.JYJS .nrqy .time {
  float: right;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
}
/*@import "../../../less/styles.less";*/
.YQXDS {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  background-image: url(../../static/img/dsbg.a1e9a82.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*align-items: center;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.YQXDS .dstp {
  /*margin-top: -5%;*/
}
.YQXDS .dstp .bn {
  margin: 0 auto;
  display: block;
  margin-top: 8vh;
}
.YQXDS .dstp .xxds {
  margin: 10px auto;
  display: block;
}

.QZBSS {
  background: #fff;
  width: 100%;
  height: 100%;
  background-image: url(../../static/img/ssbg.6aafbd4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.QZBSS .bn {
  padding-top: 50px;
  margin: 0 auto;
  display: block;
}
.QZBSS .nrqy {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASIAAABkCAYAAAAiyD1zAAALLElEQVR4Xu2dS5IUNxCGpQFv5hzTnMDecgWCo9gRxhcw4TD2DFeBI8DWvg0zszPlaJUe+ZLKA35F8LFqunq6utVSKv9HpnKq/+5urp5t6dG3KaVvUkqXKed2KaX+UDx3vjp7zeT1+8vrRflYPVdvq97b3Nfd+3zdf94c3mt8rfL55WdVtzlfk+8ZfIbzH7evI19bbmH/3n6v4L3duMnPZ8Zb3Hu/nfkubjyicW/Dpv9Wf4yDcViNkbsmxquNUZ8S5ruq7xdck7+tm4eT320159Tv13/U/UeTP315nZ4Luf2ten8zz9p/7d/bNeHmUZtL7aPI37G/6fFcnf1OyzmX1RJQg+HWcrBu3W/cX3OfUv4tbdvrx6eXb/sQ316ffk45v9A3IhARiKKAutqMjq4RiPY5ZdeWCC5fRiBqESnltL16dPXyh7xnQhdvXPpDRnS8y5ARrceIjKju7TZDIxCZVPN5/nB9epdzfkogiqAB0MxDzKOs5wCSKGRh4KKDxhJ6iPctGcUki7DwaArbDMQBmvUsRdIVPkELIL6Drva3iuDtwLzbtr3Ptzenu5TyJYGIQGRYiLrW4YjgiGaBJeCrIq405NnUk/f59ubJJm8j2FcXmyxJB1kNWb3k0YBmQLOlEDVSKQKRVA0cNACaAc1QzeJERWQ0nwnNyjuRES14COT7wIYAR4R8L2wfU9gl1tUxNCMQ4SNqEv2YONpaAkcER/SPc0QEIgIRgagsM1Sz/0w1A5rhrBbKGBnRVDl2HIiGpzirJ5aNPcI3MVYMbxs/yOqhZkBWVx6IQEQgCrJjQwmGJVqQ1S2bjGzz5yELzFcK7lJrtg8RtWZAM5GliM353zA0As2AZkCzvv7Utq79P0Azib0E1PrbDI2Q1ZDVZESQ1VJfN9kx0OzATBi5dp11AWg2+MLJWADNdPajCNbZjg9Z3SG9jGFOfYSsrtOJQEQgkhua2fnVf4FmHXPBEU1kwKhHCxmRb9ilnIiTBdgyIJU9QlZDVkNWH3gNrNlMKmWoZj1006HRk6gWKqggbGAXhsa2mFTXUlSzozovMiIyogataBV73MTv/9UqdgS99oiiV4FRFAdJz+rhMVoIB6sNgzYgnginVawImjirxwTBWY2h0ak9DbahmgHNgGYmQHCKx5AyhJO+PJwpY6trcETSqTBwPj6i4NiWgJjuSMrCBTsZKfEYRLb1cwQLV0q2TlEDmilRgOOEhiMfHxGByPXJQb7XCwTVTCSRk81EzZkaVfAR4SMSGjTQbMXfcYqHXCyoZjr99xFVjFaF8pHbeUYKAs18d8CJyoePCB9RRFtMqQyroGNoxNDYyNZlmgxZDVlteU+5KS14PAdRPZ8KWS2pe+njQTUDmgHNRtrSQUOAHko/KQKRpjVMky2gmUmB+4QJJg4ZkeE9JjCUk17NQSIEIp0tt+zGLagaq8rzcEQmco/djEBEIIoKvMXmrruOAs1kZCEjKvSNxJWNtA+wOBmRAONmU1JDeNDGF9UM1WwoZRPSi4woOJjQKoBAM5cdE4jMsUYempIRSVI5lAQjPK+zhD0ZAJoBzdosICNynQ6BZiKQOLnPXCMQeTUDaOZ3c6rvAwrjHHwtkhABmUBEINIlRH9BiZAkIoGIQCQzfi8Xi6BEILKoINOPaCERH3kzCERr/woZERkRJ71SfT9EhRk311ACPavpWU2JByUelHh4F7k1xlpFDfke+R75PpBV4YjgiOCIAvtBUJISeOngiFb1THBEgR/KGDfpWT3MrAQiApGXROGI4IhoFRujl4kRuXkFxeZMz+qjbITjhDhOqHHw9Kym+l7vunVmUOJBiYczxVYjn6IMcFbjrK4OB3xE+IhKaiXTceVtPTB2whHBEUnaMBJthHtkR3/CKtBqFAhEBCICUdD9Ui4Yt9BsDWVUPynVdVvgjLMaZ7W13qOaccCihZHdozSTnglEDlL2/dyoqjirUc1QzVDNUM2aFOgyVNqA2LS0Y2ZH8kvuhub5YyqJCvbycAJ1HGEuyQqT7Shuo10jI0K+R76nef4KNlPiQYkHJR6UeBym/Mj3IoGDrI7P5xvjQokHZDVkNWS1aNZmrByWe446rCLfNxOC4AwEDaD7+7oR3bkFAhGBiEBEIFLE7SyyRu0zKfGgxKNtOpDVlHhoibjODKf+1HBTnkc1QzWjef7UWkHPakHAhrKnlD4lJGqPPYFrjqOsKiuBiEBEICIQ6XgCWQ1HBEcERwRHBEckDHkYGo03JsqyOzE0pg4cERwRHFHjv4IaG7dA4spjnNWWWwy4RjW8OKsffPTVzCC83PyyPlOgTPWAWkG+R74fG4GxIqwO8YuuiQmp5yZtQLwZT286WR1+MLGJ9OQuspqIxQ1ZDVn94F2Gc80416wkuZEAI1Emzmqc1T2bxNA4Mmu5MDwMIiNqgUUGmEn2TSDyfjYRgzWUs2r7mIeoZqhmqGaoZqhmqGaoZr3JliWkV5sE1fdGYbTwT6UlcwgNWS0NTbMU2KZyD8HdNEabmuYgq/3pwvQjaotN9y93jAaqmQ7x1JpRa9YtRQHnpVSqscbGoJnNj0BEIFoTWrYzYZAllUlkJyMZERkRrWKVvWManA06kVYOMqKHYl4CkWppgo+o0o+zbImMaKioBCKZM89lQNqA+EWlziKrO78iHicLsDyNfO+ycKAZ0AxoZsn6Fihont9VVauooZqhmsW4swNQ3fXQCV0B6748+wiOKBxvMqLh/KDolaJXTYjWtN95EySyIBCNFWSI96Wng+OExp4mxInyENVMj4FjmPERSc19ny8EIgIRjdGmiiZFrwJalXjhVSjbcXH6GjKiWjYRjGEf10AVJCMyvEcE99tmJjY0MiKgGdCswU6bDtv2GQaGKeUKsrpscpaQloEZsrqq7XauNDok2Ng8HPHq63Lzox/RJ0R4n31wnNBQZGNI3JCyOctKJcf0I6IfkYpoglkIgqKDlqvXjDVL9f1q1z069pp+RPQjog0IbUC0rE1GhLNaZHg9q5spamanxtA40mexOXvuPBCbJGwmIyIQEYgIRDuRhHzvmmwh30uehub52rtqdlfI6jiISAogMv+W65DVxhZjm7gLGxo+IjFhkO8dgU4gIhBp1yo+ol1OPthlIKshqyGrIashq6X/j+OEqtHGdBeArHa80dKsbKwcjm6CrJZ0U7ATQ1ZDVkNWQ1aHfhwdTqk1g6yGrD6viUmWVi4FihdktVF8tAd/Xo/mbOPSWR6kdrQB8YR/wxlTj0bQq0iN+2Ky0xiN5vnKPV/LRNyco8TjmCimeT7N89v6oej1E9bLLMmAI6JVrMsk6dDYU0Ur7dOhUSoVBKKhXIlcD2hGGxDr8G0nrajKCgyNezwV4wBHZEAj/YiOdxl8RPiI8BHhI8JHhI+oJBNwRMeb5sycu6QDIKs/YWDxEeEjwkeEjwgfkTZcuhKRplK0gaLWjFozEzjxEakaeWn6mfhb7KKSHi2KXofS47O0ASMIRAQiAlFnpm9vnmymdoJA1I1dFL0eFv+uCoMjrxeqGc7q4ACJfHtzukspX45g1GZKsJvjrA7gV4vb1ppP83zfvWBky/toId8j35eJcJ8/XJ/e5ZyfEoiiUyTIiMiIdAKzB1e96eS2w0tPkGI77DxalN98gT6ibdve57ubq2dbunhDICIQNW5LK7qc4sEpHhGHbDPagDd2We9MsPnjeZlzt7+eXqWL/L1ipjE0HlsIMDRiaMTQ+FmGxi2lX766+vFF3/zOmdHH7eK7nPPXKaVLTnqlQ2PnLx5ESBuTZZdFKqSBrIaszvl+29LvOX98/fjqp4LG/gRJ5m6dmg5EFwAAAABJRU5ErkJggg==);
  width: 70%;
  height: 100px;
  margin: 10px auto;
}
.QZBSS .nrqy .content {
  height: 60px;
  padding: 10px 10px 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.QZBSS .nrqy .content .line {
  text-align: left;
  height: 20px;
  line-height: 20px;
}
.QZBSS .nrqy .time {
  float: right;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
}

.DKKJ {
  background: #fff;
  height: 100%;
}
.DKKJ .content {
  width: 100%;
  height: 100%;
  background-image: url(../../static/img/kjbg.53e3390.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.DKKJ .content .bn {
  padding-top: 50px;
  margin: 0 auto;
  display: block;
}
.DKKJ .content .text-scroll {
  margin: 0 42px;
}
.DKKJ .content .title {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #F2BA23;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.DKKJ .content .line {
  height: 30px;
  line-height: 30px;
}
.DKKJ .content .line .point {
  float: left;
  margin-left: 10px;
  margin-top: -3px;
}
.DKKJ .content .line .item {
  float: left;
  margin-left: 10px;
  font-size: 12px;
  color: #F2BA23;
  width: 70%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.DKKJ .content .line .btn {
  margin-top: 2px;
  position: absolute;
  right: 10px;
}
.DKKJ .content .vux-swiper {
  width: 100%;
}
.DKKJ .content .vux-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.DKKJ .content .vux-indicator-right > a {
  margin: 0 3px !important;
}
.DKKJ .content .vux-indicator-right {
  position: relative !important;
  right: 0;
  left: 0;
  bottom: 2px;
}
.DKKJ .content .vux-indicator-right .vux-icon-dot {
  width: 20px;
  height: 4px;
  border-radius: 5px;
  background-color: #d0cdd1;
}
.DKKJ .content .vux-indicator-right .active {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  border-radius: 50%;
  width: 5px;
  height: 5px;
}
.DKKJ .content .vux-swiper-item {
  /*box-sizing: border-box;*/
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*justify-content: space-between;*/
  text-align: center;
  /*background: linear-gradient(0deg, #E02828, #FFE191);*/
  /*opacity: 0.5;*/
  /*border-radius: 10px;*/
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASIAAAFtCAYAAACjsGcPAAAQMklEQVR4Xu3b74umVRkH8Odasj+iXqS9MA0JCQlTERGVCBERCZEQkYgQERGR0BBFQsJkDZGQkIiIjAiJiAiJCBENCZGQ/IFuwzANw7IswzIs2zj7xEq9nvs+13XosPfHFwp6rq/3+Rz5cv94jNV//1hvPfuF1cGRr65Wq8+s1utP/+/v+ysBAgRKBSL+vVqt/rU6+PcbcdFD757LjnN/Wm88e+NqFVeX/suEESBA4FCB9WvxuQdeifWxH16yOnLBHYeut4AAAQI9BM4eeSnWx47evVqtLuyRL5MAAQITBP4Z64+OPrqK1QUTFltCgACBeoH1av/cHdHj9ckSCRAgMF1AEU23spIAgU4CiqgTrFgCBKYLKKLpVlYSINBJQBF1ghVLgMB0gVh/6GX1dC4rCRDoIRAHiqiHq0wCBGYIKKIZWJYSINBHQBH1cZVKgMAMAUU0A8tSAgT6CMTBh8/4ZXUfW6kECEwUiIMPFNFEK8sIEOgkoIg6wYolQGC6gCKabmUlAQKdBBRRJ1ixBAhMF1BE062sJECgk4Ai6gQrlgCB6QJx8J6vZtO5rCRAoIeAIuqhKpMAgVkCimgWl8UECPQQUEQ9VGUSIDBLIA7ee9r/4jGLzGICBKoFFFG1qDwCBGYLxME/3BHNVjNAgECpgCIq5RRGgECLgCJqUTNDgECpgCIq5RRGgECLgCJqUTNDgECpQBy842V1qagwAgRmCyii2WQGCBCoFoiDd37gB43VqvIIEJgloIhmcVlMgEAPAUXUQ1UmAQKzBBTRLC6LCRDoIRAHf/eOqAesTAIEpgsooulWVhIg0ElAEXWCFUuAwHQBRTTdykoCBDoJxMHb3hF1shVLgMBEgdh/+yk/aJyIZRkBAn0EFFEfV6kECMwQUEQzsCwlQKCPgCLq4yqVAIEZArH/lndEM7wsJUCgg4Ai6oAqkgCBeQKKaJ6X1QQIdBBQRB1QRRIgME8g9t/6vt8RzTOzmgCBYoHY/5siKjYVR4DATAFFNBPMcgIE6gUUUb2pRAIEZgoooplglhMgUC8Q+296R1TPKpEAgTkCimiOlrUECHQRUERdWIUSIDBHIPbffNLviOaIWUuAQLmAIionFUiAwFyB2P+rO6K5aNYTIFAroIhqPaURINAgoIga0IwQIFAroIhqPaURINAgEPuve0fU4GaEAIFCAUVUiCmKAIE2gdh//Qm/I2qzM0WAQJGAIiqCFEOAQLtAnHnNHVE7n0kCBCoEFFGFogwCBFICiijFZ5gAgQoBRVShKIMAgZRAnHnVO6KUoGECBNICcebVx32+TzMKIEAgI6CIMnpmCRAoEVBEJYxCCBDICMSZv3g0ywCaJUAgL6CI8oYSCBBICiiiJKBxAgTyAooobyiBAIGkQJz582M+3ycRjRMgkBNQRDk/0wQIFAgoogJEEQQI5AQUUc7PNAECBQJx5k/eERU4iiBAICGgiBJ4RgkQqBFQRDWOUggQSAjEmT99z+f7BKBRAgTyAnHmFUWUZ5RAgEBGQBFl9MwSIFAioIhKGIUQIJARiNN/9GiWATRLgEBeQBHlDSUQIJAUiNN/fMRXsySicQIEcgKKKOdnmgCBAoE4/Qd3RAWOIggQSAgoogSeUQIEagQUUY2jFAIEEgJx+vcezRJ+RgkQKBCI07//rq9mBZAiCBBoF1BE7XYmCRAoElBERZBiCBBoF4jTv/No1s5nkgCBCgFFVKEogwCBlIAiSvEZJkCgQkARVSjKIEAgJRCnf/uwz/cpQsMECGQFFFFW0DwBAmkBRZQmFECAQFYgTr/s0SyLaJ4AgZyAIsr5mSZAoEBAERUgiiBAICcQey8/5KtZztA0AQJJgdj7jSJKGhonQCApoIiSgMYJEMgLKKK8oQQCBJICsfdrj2ZJQ+MECCQFFFES0DgBAnmB2Pv1g76a5R0lECCQEIi9XymihJ9RAgQKBBRRAaIIAgRyAooo52eaAIECAUVUgCiCAIGcQOz90juiHKFpAgSyArH3ywd8NcsqmidAICWgiFJ8hgkQqBCIvV+4I6qAlEGAQLuAImq3M0mAQJGAIiqCFEOAQLtA7P3co1k7n0kCBCoEYu/n9/tqViEpgwCBZgFF1ExnkACBKgFFVCUphwCBZoE49TOPZs16BgkQKBFQRCWMQggQyAgoooyeWQIESgTi1E/v89WshFIIAQKtAoqoVc4cAQJlAoqojFIQAQKtAnHqRY9mrXjmCBCoEVBENY5SCBBICMSpF+/1sjoBaJQAgbyAIsobSiBAICkQp37ijihpaJwAgaSAIkoCGidAIC+giPKGEggQSArEqRc8miUNjRMgkBSIUy98x1ezJKJxAgRyAooo52eaAIECgTj1Y3dEBY4iCBBICCiiBJ5RAgRqBBRRjaMUAgQSArH7vEezhJ9RAgQKBGL3+W/7alYAKYIAgXYBRdRuZ5IAgSKB2H3OHVGRpRgCBBoFFFEjnDECBOoEFFGdpSQCBBoFYve5b3lZ3YhnjACBGoHY/ZEiqqGUQoBAq4AiapUzR4BAmYAiKqMURIBAq0DsHvVo1opnjgCBGgFFVOMohQCBhEDsHr3HV7MEoFECBPICsfuMIsozSiBAICOgiDJ6ZgkQKBFQRCWMQggQyAjE7tMezTKAZgkQyAsooryhBAIEkgKx+/TdvpolEY0TIJATiJM/UEQ5QtMECGQFFFFW0DwBAmkBRZQmFECAQFYgTj7l0SyLaJ4AgZxAnHzqLi+rc4amCRBICiiiJKBxAgTyAooobyiBAIGkQJz8vkezpKFxAgSSAoooCWicAIG8gCLKG0ogQCApECef/KavZklE4wQI5AQUUc7PNAECBQKKqABRBAECOYE4+YRHsxyhaQIEsgKKKCtongCBtECcfOJOL6vTjAIIEMgIxMnHFVEG0CwBAnkBRZQ3lECAQFJAESUBjRMgkBeIE495NMszSiBAICOgiDJ6ZgkQKBGIE4/d4atZCaUQAgRaBeLE9xRRK545AgRqBBRRjaMUAgQSAooogWeUAIEaAUVU4yiFAIGEQJx4xDuihJ9RAgQKBOLEI9/w1awAUgQBAu0CiqjdziQBAkUCceK77oiKLMUQINAooIga4YwRIFAnoIjqLCURINAoECcevt3L6kY8YwQI1AgoohpHKQQIJAQUUQLPKAECNQJx4iGPZjWUUggQaBVQRK1y5ggQKBNQRGWUgggQaBWI4w/e5qtZq545AgRKBBRRCaMQAgQyAoooo2eWAIESAUVUwiiEAIGMQBx/wDuiDKBZAgTyAooobyiBAIGkQBx/4FZfzZKIxgkQyAnE8fsVUY7QNAECWQFFlBU0T4BAWkARpQkFECCQFYjj93k0yyKaJ0AgJxDH77vFy+qcoWkCBJICiigJaJwAgbxAHL/XHVGeUQIBAhkBRZTRM0uAQImAIiphFEKAQEZAEWX0zBIgUCIQx79zs69mJZRCCBBoFVBErXLmCBAoE4gdd0RlmIIIEGgTiJ1vezRrozNFgECVgCKqkpRDgECzgCJqpjNIgECVQOx86+u+mlVpyiFAoElAETWxGSJAoFJAEVVqyiJAoEkgdu7xaNYkZ4gAgTIBRVRGKYgAgVYBRdQqZ44AgTKB2Lnna76alXEKIkCgRSB27lZELXBmCBCoE1BEdZaSCBBoFFBEjXDGCBCoE4iduzya1XFKIkCgRUARtaiZIUCgVCB27rrJV7NSUmEECMwVUERzxawnQKBcIHa+6Y6oXFUgAQKzBBTRLC6LCRDoIRDb7oh6uMokQGCGQGzf6dFshpelBAh0EIjtO2/w1awDrEgCBKYLKKLpVlYSINBJQBF1ghVLgMB0gdi+w6PZdC4rCRDoIaCIeqjKJEBgloAimsVlMQECPQRi+xvX+2rWQ1YmAQKTBRTRZCoLCRDoJaCIesnKJUBgsoAimkxlIQECvQRi+3bviHrhyiVAYJqAIprmZBUBAh0FYvv263w16wgsmgCBwwVi+zZFdDiTFQQI9BRQRD11ZRMgMElAEU1isogAgZ4CiqinrmwCBCYJxPat3hFNkrKIAIFuAoqoG61gAgSmCsTWrdf6fD9VyzoCBLoIxNYtiqiLrFACBCYLKKLJVBYSINBLQBH1kpVLgMBkAUU0mcpCAgR6CcTWzd4R9cKVS4DANIHYuvkaX82mWVlFgEAnAUXUCVYsAQLTBRTRdCsrCRDoJBBbX/do1slWLAECEwUU0UQoywgQ6CegiPrZSiZAYKKAIpoIZRkBAv0EYutrV/l8389XMgECEwQU0QQkSwgQ6CugiPr6SidAYIKAIpqAZAkBAn0FYusm74j6EksnQOAwAUV0mJB/ToBAdwFF1J3Yv4AAgcMEYuumK32+P0zJPydAoKtAbN2giLoKCydA4FABRXQokQUECPQWiE13RL2N5RMgcIiAIvKfCAEC/3eB2LzeO6L/+ym4AAILF1BEC/8PwPYJjCAQm9d/xef7EU7CNRBYsIAiWvDh2zqBUQRi8zp3RKMchusgsFQBRbTUk7dvAgMJKKKBDsOlEFiqgCJa6snbN4GBBGLzWu+IBjoPl0JgkQKKaJHHbtMExhKIzWuv8Duisc7E1RBYnIAiWtyR2zCB8QQU0Xhn4ooILE4gNq/xaLa4U7dhAoMJKKLBDsTlEFiigCJa4qnbM4HBBBTRYAficggsUSA2r/KOaIkHb88ERhKIzau+7HdEI52IayGwQAFFtMBDt2UCowkootFOxPUQWKCAIlrgodsygdEEYvNK74hGOxTXQ2BpAopoaSduvwQGFFBEAx6KSyKwNIHY8Gi2tDO3XwLDCcTGlZf7HdFwx+KCCCxLIDa+ooiWdeR2S2A8AUU03pm4IgKLE1BEiztyGyYwnoAiGu9MXBGBxQkoosUduQ0TGE8gNq7wsnq8Y3FFBJYloIiWdd52S2BIAUU05LG4KALLEoiNK77kB43LOnO7JTCcgCIa7khcEIHlCcTGl90RLe/Y7ZjAWAKKaKzzcDUEFimgiBZ57DZNYCwBRTTWebgaAosUUESLPHabJjCWQGxc7mX1WEfiaggsT0ARLe/M7ZjAcAKKaLgjcUEElicQG5df5pfVyzt3OyYwlIAiGuo4XAyBZQooomWeu10TGEogNr7k0WyoE3ExBBYooIgWeOi2TGA0AUU02om4HgILFFBECzx0WyYwmoAiGu1EXA+BBQooogUeui0TGE0gNi7z1Wy0Q3E9BJYmoIiWduL2S2BAgdi47Iv+F48BD8YlEViSgCJa0mnbK4FBBeKYO6JBj8ZlEViOgCJazlnbKYFhBRTRsEfjwggsRyCOfdHL6uUct50SGFNAEY15Lq6KwKIEFNGijttmCYwpEB9deumjEXHBmJfnqggQON8F1uv1fhy75JK7V0eOXHi+b9b+CBAYVODs2X/GsYsvvmT1qU/dMegluiwCBM53gY8/finO7fGjSy+9MSKuPt/3a38ECIwlsN7ff+3zH3zwyidFdO6PT+6Mjhy5cr1ef9Y7o7EOy9UQOJ8EPnknFLG1Onv2jYvef//dc3v7DxI9fDyGojDAAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.DKKJ .content .vux-swiper-item .hotBox-item:nth-child(3) {
  margin-top: 7px;
}
.DKKJ .content .vux-swiper-item .hotBox-item:nth-child(4) {
  margin-top: 7px;
}

.LSRW {
  background: #fff;
  width: 100%;
  height: 100%;
  background-image: url(../../static/img/ssbg.6aafbd4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.LSRW .bn {
  padding-top: 50px;
  margin: 0 auto;
  display: block;
}
.LSRW .nrqy {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASIAAABkCAYAAAAiyD1zAAALLElEQVR4Xu2dS5IUNxCGpQFv5hzTnMDecgWCo9gRxhcw4TD2DFeBI8DWvg0zszPlaJUe+ZLKA35F8LFqunq6utVSKv9HpnKq/+5urp5t6dG3KaVvUkqXKed2KaX+UDx3vjp7zeT1+8vrRflYPVdvq97b3Nfd+3zdf94c3mt8rfL55WdVtzlfk+8ZfIbzH7evI19bbmH/3n6v4L3duMnPZ8Zb3Hu/nfkubjyicW/Dpv9Wf4yDcViNkbsmxquNUZ8S5ruq7xdck7+tm4eT320159Tv13/U/UeTP315nZ4Luf2ten8zz9p/7d/bNeHmUZtL7aPI37G/6fFcnf1OyzmX1RJQg+HWcrBu3W/cX3OfUv4tbdvrx6eXb/sQ316ffk45v9A3IhARiKKAutqMjq4RiPY5ZdeWCC5fRiBqESnltL16dPXyh7xnQhdvXPpDRnS8y5ARrceIjKju7TZDIxCZVPN5/nB9epdzfkogiqAB0MxDzKOs5wCSKGRh4KKDxhJ6iPctGcUki7DwaArbDMQBmvUsRdIVPkELIL6Drva3iuDtwLzbtr3Ptzenu5TyJYGIQGRYiLrW4YjgiGaBJeCrIq405NnUk/f59ubJJm8j2FcXmyxJB1kNWb3k0YBmQLOlEDVSKQKRVA0cNACaAc1QzeJERWQ0nwnNyjuRES14COT7wIYAR4R8L2wfU9gl1tUxNCMQ4SNqEv2YONpaAkcER/SPc0QEIgIRgagsM1Sz/0w1A5rhrBbKGBnRVDl2HIiGpzirJ5aNPcI3MVYMbxs/yOqhZkBWVx6IQEQgCrJjQwmGJVqQ1S2bjGzz5yELzFcK7lJrtg8RtWZAM5GliM353zA0As2AZkCzvv7Utq79P0Azib0E1PrbDI2Q1ZDVZESQ1VJfN9kx0OzATBi5dp11AWg2+MLJWADNdPajCNbZjg9Z3SG9jGFOfYSsrtOJQEQgkhua2fnVf4FmHXPBEU1kwKhHCxmRb9ilnIiTBdgyIJU9QlZDVkNWH3gNrNlMKmWoZj1006HRk6gWKqggbGAXhsa2mFTXUlSzozovMiIyogataBV73MTv/9UqdgS99oiiV4FRFAdJz+rhMVoIB6sNgzYgnginVawImjirxwTBWY2h0ak9DbahmgHNgGYmQHCKx5AyhJO+PJwpY6trcETSqTBwPj6i4NiWgJjuSMrCBTsZKfEYRLb1cwQLV0q2TlEDmilRgOOEhiMfHxGByPXJQb7XCwTVTCSRk81EzZkaVfAR4SMSGjTQbMXfcYqHXCyoZjr99xFVjFaF8pHbeUYKAs18d8CJyoePCB9RRFtMqQyroGNoxNDYyNZlmgxZDVlteU+5KS14PAdRPZ8KWS2pe+njQTUDmgHNRtrSQUOAHko/KQKRpjVMky2gmUmB+4QJJg4ZkeE9JjCUk17NQSIEIp0tt+zGLagaq8rzcEQmco/djEBEIIoKvMXmrruOAs1kZCEjKvSNxJWNtA+wOBmRAONmU1JDeNDGF9UM1WwoZRPSi4woOJjQKoBAM5cdE4jMsUYempIRSVI5lAQjPK+zhD0ZAJoBzdosICNynQ6BZiKQOLnPXCMQeTUDaOZ3c6rvAwrjHHwtkhABmUBEINIlRH9BiZAkIoGIQCQzfi8Xi6BEILKoINOPaCERH3kzCERr/woZERkRJ71SfT9EhRk311ACPavpWU2JByUelHh4F7k1xlpFDfke+R75PpBV4YjgiOCIAvtBUJISeOngiFb1THBEgR/KGDfpWT3MrAQiApGXROGI4IhoFRujl4kRuXkFxeZMz+qjbITjhDhOqHHw9Kym+l7vunVmUOJBiYczxVYjn6IMcFbjrK4OB3xE+IhKaiXTceVtPTB2whHBEUnaMBJthHtkR3/CKtBqFAhEBCICUdD9Ui4Yt9BsDWVUPynVdVvgjLMaZ7W13qOaccCihZHdozSTnglEDlL2/dyoqjirUc1QzVDNUM2aFOgyVNqA2LS0Y2ZH8kvuhub5YyqJCvbycAJ1HGEuyQqT7Shuo10jI0K+R76nef4KNlPiQYkHJR6UeBym/Mj3IoGDrI7P5xvjQokHZDVkNWS1aNZmrByWe446rCLfNxOC4AwEDaD7+7oR3bkFAhGBiEBEIFLE7SyyRu0zKfGgxKNtOpDVlHhoibjODKf+1HBTnkc1QzWjef7UWkHPakHAhrKnlD4lJGqPPYFrjqOsKiuBiEBEICIQ6XgCWQ1HBEcERwRHBEckDHkYGo03JsqyOzE0pg4cERwRHFHjv4IaG7dA4spjnNWWWwy4RjW8OKsffPTVzCC83PyyPlOgTPWAWkG+R74fG4GxIqwO8YuuiQmp5yZtQLwZT286WR1+MLGJ9OQuspqIxQ1ZDVn94F2Gc80416wkuZEAI1Emzmqc1T2bxNA4Mmu5MDwMIiNqgUUGmEn2TSDyfjYRgzWUs2r7mIeoZqhmqGaoZqhmqGaoZr3JliWkV5sE1fdGYbTwT6UlcwgNWS0NTbMU2KZyD8HdNEabmuYgq/3pwvQjaotN9y93jAaqmQ7x1JpRa9YtRQHnpVSqscbGoJnNj0BEIFoTWrYzYZAllUlkJyMZERkRrWKVvWManA06kVYOMqKHYl4CkWppgo+o0o+zbImMaKioBCKZM89lQNqA+EWlziKrO78iHicLsDyNfO+ycKAZ0AxoZsn6Fihont9VVauooZqhmsW4swNQ3fXQCV0B6748+wiOKBxvMqLh/KDolaJXTYjWtN95EySyIBCNFWSI96Wng+OExp4mxInyENVMj4FjmPERSc19ny8EIgIRjdGmiiZFrwJalXjhVSjbcXH6GjKiWjYRjGEf10AVJCMyvEcE99tmJjY0MiKgGdCswU6bDtv2GQaGKeUKsrpscpaQloEZsrqq7XauNDok2Ng8HPHq63Lzox/RJ0R4n31wnNBQZGNI3JCyOctKJcf0I6IfkYpoglkIgqKDlqvXjDVL9f1q1z069pp+RPQjog0IbUC0rE1GhLNaZHg9q5spamanxtA40mexOXvuPBCbJGwmIyIQEYgIRDuRhHzvmmwh30uehub52rtqdlfI6jiISAogMv+W65DVxhZjm7gLGxo+IjFhkO8dgU4gIhBp1yo+ol1OPthlIKshqyGrIashq6X/j+OEqtHGdBeArHa80dKsbKwcjm6CrJZ0U7ATQ1ZDVkNWQ1aHfhwdTqk1g6yGrD6viUmWVi4FihdktVF8tAd/Xo/mbOPSWR6kdrQB8YR/wxlTj0bQq0iN+2Ky0xiN5vnKPV/LRNyco8TjmCimeT7N89v6oej1E9bLLMmAI6JVrMsk6dDYU0Ur7dOhUSoVBKKhXIlcD2hGGxDr8G0nrajKCgyNezwV4wBHZEAj/YiOdxl8RPiI8BHhI8JHhI+oJBNwRMeb5sycu6QDIKs/YWDxEeEjwkeEjwgfkTZcuhKRplK0gaLWjFozEzjxEakaeWn6mfhb7KKSHi2KXofS47O0ASMIRAQiAlFnpm9vnmymdoJA1I1dFL0eFv+uCoMjrxeqGc7q4ACJfHtzukspX45g1GZKsJvjrA7gV4vb1ppP83zfvWBky/toId8j35eJcJ8/XJ/e5ZyfEoiiUyTIiMiIdAKzB1e96eS2w0tPkGI77DxalN98gT6ibdve57ubq2dbunhDICIQNW5LK7qc4sEpHhGHbDPagDd2We9MsPnjeZlzt7+eXqWL/L1ipjE0HlsIMDRiaMTQ+FmGxi2lX766+vFF3/zOmdHH7eK7nPPXKaVLTnqlQ2PnLx5ESBuTZZdFKqSBrIaszvl+29LvOX98/fjqp4LG/gRJ5m6dmg5EFwAAAABJRU5ErkJggg==);
  width: 70%;
  height: 35px;
  line-height: 35px;
  margin: 10px auto;
  border-radius: 10px;
}
.LSRW .nrqy .vcenter {
  position: relative;
  display: block;
  left: 30%;
}

.ZZDT {
  background: #fff;
  width: 100%;
  height: 100%;
  background-image: url(../../static/img/kjbg.53e3390.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.ZZDT .bn {
  padding-top: 50px;
  margin: 0 auto;
  display: block;
}
.ZZDT .nrqy {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASIAAAFtCAYAAACjsGcPAAAQMklEQVR4Xu3b74umVRkH8Odasj+iXqS9MA0JCQlTERGVCBERCZEQkYgQERGR0BBFQsJkDZGQkIiIjAiJiAiJCBENCZGQ/IFuwzANw7IswzIs2zj7xEq9nvs+13XosPfHFwp6rq/3+Rz5cv94jNV//1hvPfuF1cGRr65Wq8+s1utP/+/v+ysBAgRKBSL+vVqt/rU6+PcbcdFD757LjnN/Wm88e+NqFVeX/suEESBA4FCB9WvxuQdeifWxH16yOnLBHYeut4AAAQI9BM4eeSnWx47evVqtLuyRL5MAAQITBP4Z64+OPrqK1QUTFltCgACBeoH1av/cHdHj9ckSCRAgMF1AEU23spIAgU4CiqgTrFgCBKYLKKLpVlYSINBJQBF1ghVLgMB0gVh/6GX1dC4rCRDoIRAHiqiHq0wCBGYIKKIZWJYSINBHQBH1cZVKgMAMAUU0A8tSAgT6CMTBh8/4ZXUfW6kECEwUiIMPFNFEK8sIEOgkoIg6wYolQGC6gCKabmUlAQKdBBRRJ1ixBAhMF1BE062sJECgk4Ai6gQrlgCB6QJx8J6vZtO5rCRAoIeAIuqhKpMAgVkCimgWl8UECPQQUEQ9VGUSIDBLIA7ee9r/4jGLzGICBKoFFFG1qDwCBGYLxME/3BHNVjNAgECpgCIq5RRGgECLgCJqUTNDgECpgCIq5RRGgECLgCJqUTNDgECpQBy842V1qagwAgRmCyii2WQGCBCoFoiDd37gB43VqvIIEJgloIhmcVlMgEAPAUXUQ1UmAQKzBBTRLC6LCRDoIRAHf/eOqAesTAIEpgsooulWVhIg0ElAEXWCFUuAwHQBRTTdykoCBDoJxMHb3hF1shVLgMBEgdh/+yk/aJyIZRkBAn0EFFEfV6kECMwQUEQzsCwlQKCPgCLq4yqVAIEZArH/lndEM7wsJUCgg4Ai6oAqkgCBeQKKaJ6X1QQIdBBQRB1QRRIgME8g9t/6vt8RzTOzmgCBYoHY/5siKjYVR4DATAFFNBPMcgIE6gUUUb2pRAIEZgoooplglhMgUC8Q+296R1TPKpEAgTkCimiOlrUECHQRUERdWIUSIDBHIPbffNLviOaIWUuAQLmAIionFUiAwFyB2P+rO6K5aNYTIFAroIhqPaURINAgoIga0IwQIFAroIhqPaURINAgEPuve0fU4GaEAIFCAUVUiCmKAIE2gdh//Qm/I2qzM0WAQJGAIiqCFEOAQLtAnHnNHVE7n0kCBCoEFFGFogwCBFICiijFZ5gAgQoBRVShKIMAgZRAnHnVO6KUoGECBNICcebVx32+TzMKIEAgI6CIMnpmCRAoEVBEJYxCCBDICMSZv3g0ywCaJUAgL6CI8oYSCBBICiiiJKBxAgTyAooobyiBAIGkQJz582M+3ycRjRMgkBNQRDk/0wQIFAgoogJEEQQI5AQUUc7PNAECBQJx5k/eERU4iiBAICGgiBJ4RgkQqBFQRDWOUggQSAjEmT99z+f7BKBRAgTyAnHmFUWUZ5RAgEBGQBFl9MwSIFAioIhKGIUQIJARiNN/9GiWATRLgEBeQBHlDSUQIJAUiNN/fMRXsySicQIEcgKKKOdnmgCBAoE4/Qd3RAWOIggQSAgoogSeUQIEagQUUY2jFAIEEgJx+vcezRJ+RgkQKBCI07//rq9mBZAiCBBoF1BE7XYmCRAoElBERZBiCBBoF4jTv/No1s5nkgCBCgFFVKEogwCBlIAiSvEZJkCgQkARVSjKIEAgJRCnf/uwz/cpQsMECGQFFFFW0DwBAmkBRZQmFECAQFYgTr/s0SyLaJ4AgZyAIsr5mSZAoEBAERUgiiBAICcQey8/5KtZztA0AQJJgdj7jSJKGhonQCApoIiSgMYJEMgLKKK8oQQCBJICsfdrj2ZJQ+MECCQFFFES0DgBAnmB2Pv1g76a5R0lECCQEIi9XymihJ9RAgQKBBRRAaIIAgRyAooo52eaAIECAUVUgCiCAIGcQOz90juiHKFpAgSyArH3ywd8NcsqmidAICWgiFJ8hgkQqBCIvV+4I6qAlEGAQLuAImq3M0mAQJGAIiqCFEOAQLtA7P3co1k7n0kCBCoEYu/n9/tqViEpgwCBZgFF1ExnkACBKgFFVCUphwCBZoE49TOPZs16BgkQKBFQRCWMQggQyAgoooyeWQIESgTi1E/v89WshFIIAQKtAoqoVc4cAQJlAoqojFIQAQKtAnHqRY9mrXjmCBCoEVBENY5SCBBICMSpF+/1sjoBaJQAgbyAIsobSiBAICkQp37ijihpaJwAgaSAIkoCGidAIC+giPKGEggQSArEqRc8miUNjRMgkBSIUy98x1ezJKJxAgRyAooo52eaAIECgTj1Y3dEBY4iCBBICCiiBJ5RAgRqBBRRjaMUAgQSArH7vEezhJ9RAgQKBGL3+W/7alYAKYIAgXYBRdRuZ5IAgSKB2H3OHVGRpRgCBBoFFFEjnDECBOoEFFGdpSQCBBoFYve5b3lZ3YhnjACBGoHY/ZEiqqGUQoBAq4AiapUzR4BAmYAiKqMURIBAq0DsHvVo1opnjgCBGgFFVOMohQCBhEDsHr3HV7MEoFECBPICsfuMIsozSiBAICOgiDJ6ZgkQKBFQRCWMQggQyAjE7tMezTKAZgkQyAsooryhBAIEkgKx+/TdvpolEY0TIJATiJM/UEQ5QtMECGQFFFFW0DwBAmkBRZQmFECAQFYgTj7l0SyLaJ4AgZxAnHzqLi+rc4amCRBICiiiJKBxAgTyAooobyiBAIGkQJz8vkezpKFxAgSSAoooCWicAIG8gCLKG0ogQCApECef/KavZklE4wQI5AQUUc7PNAECBQKKqABRBAECOYE4+YRHsxyhaQIEsgKKKCtongCBtECcfOJOL6vTjAIIEMgIxMnHFVEG0CwBAnkBRZQ3lECAQFJAESUBjRMgkBeIE495NMszSiBAICOgiDJ6ZgkQKBGIE4/d4atZCaUQAgRaBeLE9xRRK545AgRqBBRRjaMUAgQSAooogWeUAIEaAUVU4yiFAIGEQJx4xDuihJ9RAgQKBOLEI9/w1awAUgQBAu0CiqjdziQBAkUCceK77oiKLMUQINAooIga4YwRIFAnoIjqLCURINAoECcevt3L6kY8YwQI1AgoohpHKQQIJAQUUQLPKAECNQJx4iGPZjWUUggQaBVQRK1y5ggQKBNQRGWUgggQaBWI4w/e5qtZq545AgRKBBRRCaMQAgQyAoooo2eWAIESAUVUwiiEAIGMQBx/wDuiDKBZAgTyAooobyiBAIGkQBx/4FZfzZKIxgkQyAnE8fsVUY7QNAECWQFFlBU0T4BAWkARpQkFECCQFYjj93k0yyKaJ0AgJxDH77vFy+qcoWkCBJICiigJaJwAgbxAHL/XHVGeUQIBAhkBRZTRM0uAQImAIiphFEKAQEZAEWX0zBIgUCIQx79zs69mJZRCCBBoFVBErXLmCBAoE4gdd0RlmIIIEGgTiJ1vezRrozNFgECVgCKqkpRDgECzgCJqpjNIgECVQOx86+u+mlVpyiFAoElAETWxGSJAoFJAEVVqyiJAoEkgdu7xaNYkZ4gAgTIBRVRGKYgAgVYBRdQqZ44AgTKB2Lnna76alXEKIkCgRSB27lZELXBmCBCoE1BEdZaSCBBoFFBEjXDGCBCoE4iduzya1XFKIkCgRUARtaiZIUCgVCB27rrJV7NSUmEECMwVUERzxawnQKBcIHa+6Y6oXFUgAQKzBBTRLC6LCRDoIRDb7oh6uMokQGCGQGzf6dFshpelBAh0EIjtO2/w1awDrEgCBKYLKKLpVlYSINBJQBF1ghVLgMB0gdi+w6PZdC4rCRDoIaCIeqjKJEBgloAimsVlMQECPQRi+xvX+2rWQ1YmAQKTBRTRZCoLCRDoJaCIesnKJUBgsoAimkxlIQECvQRi+3bviHrhyiVAYJqAIprmZBUBAh0FYvv263w16wgsmgCBwwVi+zZFdDiTFQQI9BRQRD11ZRMgMElAEU1isogAgZ4CiqinrmwCBCYJxPat3hFNkrKIAIFuAoqoG61gAgSmCsTWrdf6fD9VyzoCBLoIxNYtiqiLrFACBCYLKKLJVBYSINBLQBH1kpVLgMBkAUU0mcpCAgR6CcTWzd4R9cKVS4DANIHYuvkaX82mWVlFgEAnAUXUCVYsAQLTBRTRdCsrCRDoJBBbX/do1slWLAECEwUU0UQoywgQ6CegiPrZSiZAYKKAIpoIZRkBAv0EYutrV/l8389XMgECEwQU0QQkSwgQ6CugiPr6SidAYIKAIpqAZAkBAn0FYusm74j6EksnQOAwAUV0mJB/ToBAdwFF1J3Yv4AAgcMEYuumK32+P0zJPydAoKtAbN2giLoKCydA4FABRXQokQUECPQWiE13RL2N5RMgcIiAIvKfCAEC/3eB2LzeO6L/+ym4AAILF1BEC/8PwPYJjCAQm9d/xef7EU7CNRBYsIAiWvDh2zqBUQRi8zp3RKMchusgsFQBRbTUk7dvAgMJKKKBDsOlEFiqgCJa6snbN4GBBGLzWu+IBjoPl0JgkQKKaJHHbtMExhKIzWuv8Duisc7E1RBYnIAiWtyR2zCB8QQU0Xhn4ooILE4gNq/xaLa4U7dhAoMJKKLBDsTlEFiigCJa4qnbM4HBBBTRYAficggsUSA2r/KOaIkHb88ERhKIzau+7HdEI52IayGwQAFFtMBDt2UCowkootFOxPUQWKCAIlrgodsygdEEYvNK74hGOxTXQ2BpAopoaSduvwQGFFBEAx6KSyKwNIHY8Gi2tDO3XwLDCcTGlZf7HdFwx+KCCCxLIDa+ooiWdeR2S2A8AUU03pm4IgKLE1BEiztyGyYwnoAiGu9MXBGBxQkoosUduQ0TGE8gNq7wsnq8Y3FFBJYloIiWdd52S2BIAUU05LG4KALLEoiNK77kB43LOnO7JTCcgCIa7khcEIHlCcTGl90RLe/Y7ZjAWAKKaKzzcDUEFimgiBZ57DZNYCwBRTTWebgaAosUUESLPHabJjCWQGxc7mX1WEfiaggsT0ARLe/M7ZjAcAKKaLgjcUEElicQG5df5pfVyzt3OyYwlIAiGuo4XAyBZQooomWeu10TGEogNr7k0WyoE3ExBBYooIgWeOi2TGA0AUU02om4HgILFFBECzx0WyYwmoAiGu1EXA+BBQooogUeui0TGE0gNi7z1Wy0Q3E9BJYmoIiWduL2S2BAgdi47Iv+F48BD8YlEViSgCJa0mnbK4FBBeKYO6JBj8ZlEViOgCJazlnbKYFhBRTRsEfjwggsRyCOfdHL6uUct50SGFNAEY15Lq6KwKIEFNGijttmCYwpEB9deumjEXHBmJfnqggQON8F1uv1fhy75JK7V0eOXHi+b9b+CBAYVODs2X/GsYsvvmT1qU/dMegluiwCBM53gY8/finO7fGjSy+9MSKuPt/3a38ECIwlsN7ff+3zH3zwyidFdO6PT+6Mjhy5cr1ef9Y7o7EOy9UQOJ8EPnknFLG1Onv2jYvef//dc3v7DxI9fDyGojDAAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 70%;
  height: 52vh;
  margin: 10px auto;
}
.ZZDT .nrqy .vcenter {
  position: relative;
  display: block;
  color: #F2BA23;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.ZZDT .nrqy .rq {
  position: relative;
  display: block;
  left: 65%;
  top: 56%;
}
.ZZDT .nrqy .line {
  height: 40px;
  line-height: 40px;
  padding: 5px 0;
}
.ZZDT .nrqy .line .point {
  float: left;
  margin-left: 10px;
  margin-top: -3px;
}
.ZZDT .nrqy .line .item {
  float: left;
  margin-left: 10px;
  font-size: 12px;
  color: #F2BA23;
  width: 50%;
  text-align: left;
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ZZDT .nrqy .line .btn {
  margin-top: 2px;
  position: absolute;
  right: 10px;
  color: #F2BA23;
}

.DSHM {
  background: #fff;
  height: 100%;
  width: 100%;
  background-image: url(../../static/img/kjbg.53e3390.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.DSHM .content {
  width: 100%;
}
.DSHM .content .weui-cell:before {
  border: none;
}
.DSHM .content .weui-cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 auto;
  padding: 0;
  color: #999;
  border-radius: 18px;
  width: 199px;
  height: 25px;
  background: rgba(85, 40, 14, 0.66);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.23), 0px 1px 0px 0px rgba(16, 17, 17, 0.2);
          box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.23), 0px 1px 0px 0px rgba(16, 17, 17, 0.2);
}
.DSHM .content .weui-cell .weui-cell__bd {
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.DSHM .content .weui-cell input::-webkit-input-placeholder {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #F4C697;
  opacity: 0.82;
  text-shadow: 0px 1px 0px #101111;
}
.DSHM .content .weui-cell .weui-cell__hd div {
  padding: 3px 10px 3px 10px;
}
.DSHM .content .bn {
  margin: 0 auto;
  display: block;
}
.DSHM .content .text-scroll {
  margin: 0 20px;
}
.DSHM .content .text-scroll .qy {
  width: 100%;
  height: 150px;
  margin-top: 20px;
}
.DSHM .content .text-scroll .qy .title {
  width: 62%;
  height: 100%;
  float: left;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMsAAACbCAYAAADMdW/EAAAOXUlEQVR4Xu2dS6heVxXH1znne/QmaWxRNE2IucXW0nRgIaGkRUcdWAOignbgyM5EHBQNVVMNxdiLUFuiKNhMHBVBHaQjFXFkoFJKsJK0FDvQinmI0T7SPO79vnNkn7Mfa++zvwe2tTT5XULud893Hnvvs/9rrf9aa69diPo5//hHdo6LwQER+VxRFB8SkUIKc0L7n/2VfLZ/tl92/7oT/XX+YDim79me7u5pfuv7m6/cA3LPVfdun6nv4zpm2+Xv49qn7td7RnJf13d9nm9W0tdef2w7fNvK7kD7a0ab23PTvsXnd7dTz9bvQbehHU97nm+Dfqfpu11yXFwbfff0OKR9Vu9Qt7v3TuyE831xc2OJe0fzMDwvPELPQ/WAtA0ijRRypimKpwciPyhuefTvaiZ1H9944pY7iqb4hRTF7e2syw1sNBH0ywqD33uJyeTPTugcWPztZwxUNFnmTDwH4rcElmSy6Yls7qsFgxYqOUFjj4VxygA8B/pkjOaCJTc2iwCT68M8IfL/AstcgaIFrZ7S4Z1EYOm9G3V9JORb+dI0Ii8Omur+4tbDp/ylpx/ZvunGG7b8dlrLx4NkTyVOKi0ASze+gKUbhiWkf6oJl9Es7xpYuvlfDqrjZ/919pPb9x692B55+fDqfTuuHz89rZsRYNEAcPIEzRILBmUevdNm2LsMlmIwWH/l/MXP3Lznsd+0YHn+0M0P3/b+0eHJtAmGHWaYmwZ9mx8zzPLDYPtfrZqlGFbNS6+8+p3dn/jRo6a35Ylvr37v9g+MvzWtG0WwMcM6tGQIMmC5ZsAiw0pOvvzv7995748fNjNh9Mw3d63due26rwMWRbYj7xJm2LVqhhmwnHjxn4/fdd9PD5opsXL8odW1PTvGD06naJbepECzxNaGdpk7T+dVTPANWJ49de7IPfufBCwdFlQcIPJwYYYFUzRxfFz1rmM7J4aVPHfq3JF9gMVREsCSjRVd03EWwBI8XNrbh2bJB1YBixgzDM0CWDJcxHr+vPU5R+NihkHwIfgqZIBmQbPECYwQ/JkpO4AFsACWNIN8Rn4bYAEsgAWw+BBRJpnTm+LmAwRfryPBDMMMU+n9UdAVsCSLrgALYAEsKqaiV1y6dThLen1Id7nm012IsxBnIc7iUpucYkmzyeEsaBa/8sAv+cYb5nPg4CyYYQuLVrAGPy4S4iwPvGF4w0Li5Jw6AsRZcB0TZyHOQpwlV0KIUkj5pdFRmSY4C5zFMdnW6grFFdAsaBY0C5plTpXKBVUpIfgQfF9WFs1iC9VkqvbMKhQIwYfgY4ZhhmGGYYZhhun0JFPXPipppYREGnxU/JasY8wwzDC3XDqX1gJYXGoL3jAi+AlXQ7OoipJJchyuY7xhUU4cYAEsszc4AiyARRM4CD4EH4LvmZnNSpixPRxgASyABbCk+252cmGW0NDfzajXTG5YELws/orXVUPw4SxwFjhLnNM0S9uwAatPLI52gqYUUpphTJyFOAtxFr9f7Mw95VnPwnqWYH+F3QKIsxBnIc5idwKwDgxyw3RKOZwFzhI5SwFLqHHlaj1FrtO0vBGcJSKxuUKBuI5xHUfp1Swrtv5zJW11cUHqhqn9RJPYFKWQdOyF8q3eO8JKySBUKLKH6xjXMa5jXMdZ7ka6iysiiDcMb5hNFSM3LOTMKRNbZTEAFsACWNIM82itfRAigAWwABbAYl2cUcKwLi3qnBasZyFFP8nWQLMY/g5YothRixJX4gfOAmdBs/Sjy5HZAVjixXA6wYN0F9JdAEscbYezwFn6JpfiaS4vDjMsACdK30mWUFORMtmpiqxjso7JOnZzAIIPwc+sU8IMwwzDDHPCMZf0qpZeABbAAlgAS0h4zBXCSzw9cRknzDDMMMwwj4m0gBxgWTQ5iLMQZ7HRacACWJQk7buJvQvdekbxhuENU9tWJRMGzYJmQbPEaS66WiIRfCL4OfKKGYYZhhmWszV7x7QvnazjIDg0gDDDMMMwwzDD9OaondkBwZ9HXjHDMMMwwzDDfGHqsNJxETDIOu6ZXLiOnc8czrJ4csBZ4CxwFjgLnEUtdCQ3LFlDjxlmJYQtmkkiJYmUUeVIbUYBFsDitzTQNWZ1Ls+stQlwFjhL8IXhOtbeDIKSMU9Z0mNI3TDqhiVVXIjgE8EnKDknKQ4zDDMMM2xptygR/EWknzgLcRbiLEsLFDgLnAXOAsFXG1SRSLnA+wNngbPAWZY2MeAscBayjpc0MQALYAEsgIUUfZ32o2sM2ATKsB+PgwtxFuIsftIs0iKsZ1nM4difJclCTXLJosTEOV4TJ7F6UkzlrPnv1MT1j7MlZdtf7qDKjNX7W3b7SXvt4baXzh1j8ZceT/f+dMYGmmWJ9dR4wxZLUoKSBCUJSi7tMSQoSVCSoOSSThDAAlgAC2Ahgu+47zL2OHGWRR4yOAucBc4CZ6FgBQUrvBvZurxxHeM6ttpR79bFGnziLGl8ys4PIvghwNQxNcACWABLf/91r1nRLDb9IBEWYVwwwzDDMMNId1EJw6lXTwnRKH2IdBcrVTHDMMMwwzDDXADRJXWSSJkEldEsmcxab3tghmGGYYaFqHouDR2w9D1/2snRT9uH4EPw0SxoFjQLmoXFX60k9FxdxdDaoUk0aTYhFG+YW/faOX2iFYwEJeOgLHGWKO2HCD4R/DQPDNcxrmNcx7iOlXWOGRaKL/j6AXjDQiqLtTuJs8BZIvMBsFDdBYIvK8cfWl3bs2P84HTaqMS/RIMAFsACWABLVA8s4iEuaJKuv6BuWDdmoWwVrmMdYEOzoFnQLGgWNMuM9UfzKnWiWeAsPrJK+dZYk6bmKWABLIBFOXbQLCLDSp47de7Ivv1PHjQjgzeMwuAqngZYVN4WYOmCiktOCld0I1oGizcMbxhxFruwTYEBsMSxN7KOCUqq5Z+d1oHgQ/DNpICzYIbFGy3hOvbCMtKcgMVmS8NZwlobwAJYXCZoq0hCagYEX9UEmLfMANcxZhhgASy9LVCUYMV1jGaxBWgy2eSzNpFFs6BZ0CxoFjSLDzSm/ATO4ld36mCsr6AJwYfgQ/BV5Z1kTY5fCj1naTRmGGYYZhhmGGYYZpiquLMgCwHNElKbQo2apIggQUmCkukKWLxhwVwlgg/Bh+DPKOGVqYpJnIU4C3EWrVFTDUJQ0o4O6S6By+A6jiupolmIs0RVM3NrciD4EPzI3iTOQpwlWpeUbiqV31AJzgJngbPAWXz1P7WuHjMMM6xDRpCReMPi5b8EJQlKan4GWJJcJm2TAhbAAli8sZlUX0lSOgALYAEsgCXUOeuq1/f27ow0bIgvhao1ZB0752hvMypywzTxJ92FdBcIPgTfBRfRLP2YEgQfgo8ZpoKJUfqOM9fTLdSVGZ8KF9JdiLMQZ3mn4iwHVtf27GRPyX7RuURS6WW2OmvV51nl7OL8sUDQ3fcK4DmvXnQMgh87PPSOfZ0DxFXcfHuCkmeP7Nt/tN1yYtMfDnz40N6dK99gA1Y1caOcIvaU9PlSUWp7APjVu6fkQJ7985nH7vn00UdMbzf//Es3ffHze7b+5MpGM4yka7qirv17hlfBLmruuTR9BRHHvxZJUi1hW+tc7R2i7pEltpl72+upSInr+H9xHZebRhu/Onbyq/d/5ZdPmdm1ZeuK7P7L4Vt/tqUsdtfd9OyDwntiAUvPT48Z1pXH9eMwSzCqc1prKcMtvXBckPPnhaWej28fwW/3wCtLeW3avPDRvU88cP71Sy+YJ62IyOoDd2+994df2HZwNCi2TaZSSNP+U+64THqz65g5r7F2tP0cBk5v/KMHKGOjl0V7HycBvJYKIiHJnE2Am2ohO6DxfVwbMhsSmWdnX6LWWHYrQf2y7OIy8420X6sq/RnBE7Rl+0ZCVkJ7sT2mJ15q+hROoMWxpDBw6Tjb9vj7aO+QHkPbFtfmuaWQ1MT0Qxo9IC9w21NKO86u/fZeUb/0mOeAGK7R0yOq3JO6jqNxTACt3pPpdjkeNG9O6nNf/tqxtaeOnfy9iPzVXD4UkZtE5La7V8d3fPezH/zUXbs2f2y8Um6Z1lJMRKQSkUkjUpWFbNTdQ6pSpCxK2Wiatn2lFHLdoBuESS2yXjdi9kZanxYyHogMy0LGVSmXa5FRVYi5zZVpI+YSc7zFWNm9rMIB1c/nrpemDV07RKZNIYOykEnTyHhQWsnWnWfaODXHzX2txDPX1XUjo4HpjblOpGkaKUvTlkKGVdG2u25ETDPM75FpnBRyYcPcywiDQtbbDZ9EBlVhv+/a1I1LIVUhMhqacShkWjfSNPbeTWP7W7bXmfaZZwzb9pj2ilyZ1DIoSxmNuustJGRjWnftGZayPumuqaVuP5vWOCnopp5pW1V2z6hMOxrzDswL696NaVdVmfaJjAdVe95UzHupZGLeW93I2PbBA9ADqDti+txdH8AeTN1YiJl3dNlc0BZLMW0ZdPOkPd5NqGFVyng4kMm07t7dsLJg09uDaE2khJ7DrUfNEgTfDVZ/6UZz6eLlC3/80+nnD6397tfPnPjHKRF5SUTOtHJURLaKyC6jYUTkRqNtyg4j/sd0Sckd/VX47E6wgGq/MMfc3/oGZmLaKy1Gur9y5+rjuSenDbP3Tu/r+6Db5O4365gVFmYy+bbpa9zntM+5duq+pf3MjUd6fqaf+Rehxt31Kxl7/170O8t9nvkAOx4LJ4V9rWp8/HtRfW6nyqLn6zGe165lvsuNi72urlvZcUlE/mM0ioj8TURed1AdiMgNIrJdRLYZHmM1zpJDsUzrOIcReE+MgIHkhohcEJGzInJaRF41ylTrNQOYzSLyPhG53mhl7b1+T3STRjICb30EjL24LiJviMhrIvKmAYq5bWIEtn8b0Bge0xns/DAC19YIGLA47WJAYr0uIv8FAcZvITVlV4IAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.DSHM .content .text-scroll .qy .title .dbt {
  text-align: center;
  margin: 0 10px;
  height: 50px;
  line-height: 50px;
  color: #8B3600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.DSHM .content .text-scroll .qy .title .nr {
  height: 60px;
  padding: 20px 10px;
  color: #8B3600;
  padding-bottom: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.DSHM .content .text-scroll .qy .title .nr .line {
  height: 20px;
  line-height: 20px;
  text-align: left;
}
.DSHM .content .text-scroll .qy .nianfen {
  width: 36%;
  height: 100%;
  float: right;
  background-image: url(../../static/img/shu.a435072.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.DSHM .content .text-scroll .qy .nianfen .ndcon {
  margin: -6px 16px 0;
  text-align: center;
}
.DSHM .content .text-scroll .qy .nianfen .ndcon .nd {
  font-size: 0.2rem;
  color: #942849;
  font-family: Source Han Sans CN;
  font-weight: bold;
  word-break: break-word;
}
.DSHM .content .text-scroll .qy .nianfen .ndcon .year {
  font-size: 0.09rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2A2A2A;
}
.DSHM .content .text-scroll .bf {
  bottom: 0;
  position: absolute;
  width: 280px;
  margin-left: calc(50% - 140px);
}
.DSHM .content .text-scroll .bf .spbf {
  float: left;
}
.DSHM .content .text-scroll .bf .ypbf {
  float: right;
}
.DSHM .content .text-scroll .bf .ypbf .yp {
  float: right;
  position: relative;
  left: -20px;
  top: 6px;
}
.DSHM .content .text-scroll .vux-swiper {
  width: 100%;
}
.DSHM .content .text-scroll .vux-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}
.DSHM .content .text-scroll .vux-indicator-right > a {
  margin: 0 3px !important;
}
.DSHM .content .text-scroll .vux-indicator-right {
  display: none;
  position: relative !important;
  right: 0;
  left: 0;
  bottom: 2px;
}
.DSHM .content .text-scroll .vux-indicator-right .vux-icon-dot {
  width: 20px;
  height: 4px;
  border-radius: 5px;
  background-color: #d0cdd1;
}
.DSHM .content .text-scroll .vux-indicator-right .active {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  border-radius: 50%;
  width: 5px;
  height: 5px;
}
.DSHM .content .text-scroll .vux-swiper-item {
  /*box-sizing: border-box;*/
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*justify-content: space-between;*/
  /*background-image:url("../../../assets/bglist.png");*/
  /*background-repeat: no-repeat;*/
  /*background-position: center;*/
  /*background-size: 100% 100%;*/
}
.DSHM .content .text-scroll .vux-slider > .vux-swiper > .vux-swiper-item {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 50%;
}
.DSHM .content .text-scroll .vux-swiper-item .hotBox-item:nth-child(3) {
  margin-top: 7px;
}
.DSHM .content .text-scroll .vux-swiper-item .hotBox-item:nth-child(4) {
  margin-top: 7px;
}

.HSYJ {
  background: #fff;
  width: 100%;
  height: 100%;
  background-image: url(../../static/img/ssbg.6aafbd4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.HSYJ .bn {
  padding-top: 50px;
  margin: 0 auto;
  display: block;
}
.HSYJ .nrqy {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXcAAAB6CAYAAABEKROUAAAWeUlEQVR4Xu2dz8tmV1LH6z7vjx46iZEJCuMPMDoGXMxmdDMGYSLuVNy5cOFGt7pyYHYTRVAZphmGwMDgav4BZRYiBpzFoEsX6kKMySomKijpJN2d7vd9nyv3d1WdqnNP99uadOfT0HQ/z3PurzrnfOtb36pzbici0r/65dN7P/PDv9FdvP97x8uLX+ikPx++l64b/zF/1q/8b51I8NV0bHAe9912KdW2uNb8RXEd94W5715d37fT9+avq45Ln3m2TGGnw/bIy7G9uvf1u9nGhXk6EX35qB+0XSO7F8foRkFfmf4I7Hxo6W9/XMP4GZvU+mX5eWtjDxk+uecJ7dXQZrD5ci/mItux21DYs+cyNpbZE43d5RzuN33/0dTxz7ve9myL5ZLLGFqeJTzXfHD023gf2UHdBg9RH66PHQ1O1+d+fq1mya9th3+l3fjTYYOw7mg/m+7x4zAalwFmRMO8+K4yN7K2HnjDPpoa9b18JIezf5Du7LWTt/7nL7tXXr3sBmC/+1OnX+tv/+dX5PLeDdOZjw3cZ+Oam9MfeuVH1IDqzOh0E298JDWx1fnWwTbO1mTCatCIO7EzEz1zUhFAV8DT27QG3Mt4MJPHOSs/sdKJEdgnHVSRow4mafFVNoD9tT2gVCaRn/gF5xjuNep7MzOu0cY+03YlbaNafyv0aLF31p8aZKtt5ntxQ3+00XL9xYkNn9fhNP+u24zHBIiyTjt9jGu3Tt35e/+51aHXgG+2QzBELKEz54j6KnNwGWFdJ5lyGtaJl2bL5kbkP1vGUzSuhuPO73dnz3/98OZ7f9i9951f+c3zu29/93h1eUO6xcMZVLGzJLbkjKGVSeoIjGcE/3fMXd1+CqzxfT8UuBvs9x2pHYy/VjB5nEPqdpl7cP9V5q4Q0g/8whku/rFAcuM3p8MeEtxXs+yMGwVm5fALACgkJQ12r42PoksduIe+f6+NA4n1o7rXbL6F7L4COi3joeji4HxmOmmjJOO4Zc75Z4zs4Fms4WzRfHuEObdHvIq+yOf5Prh70lnBqWxOrpiq+qnvpTs5uX/36rnf7t5/7Yt/d7j/wS9aDw24T6bPwCphhdkgNZ3TADKA++JRlAOZ7Aa4B842Ax1tMMB9m7QZWXoawH18yqP03TN/333wzZ+70x0vb1omDbgD7i5czMBB+yqYu/f6pTdqiZSqrBxwt3mRiIStlHYmB42E6qkB90Ft6+52d2699KAXObOjEnAH3AF3kzFElnGOa1DhkGVsOLmFSh+bLLP0Un+8ANzL3lHEAFlmndEwdzdS9vT0eaK3SHVe/oO5x4x7G4xKroO5u7KlyTZHwN1quz6aQ3Ov6JRBMglZBlnG83sSqhZjIlkuTWRrY2ZJY10+pk50vIK5GwoAuOcDEeYOc/euC1kmgI858V8UD+WVNeX6oKjy6GHAvYe5h+HMJptRLRMlS5PQeEK+TMZSJwplCp/wKrzsmgCgWmbxvxWbFjXx0YLEIMmYMsgIbNDcfWJXI/3HrrnD3JdBG4MLpZCKqsHcYe4wdyfj5mwccA+xo4GR7GlUD13HCrjb+LKip8PctwleTZbOISAJVesS1rm5F80l259oF7sO00yyWL4PohSfG9CR5xo47kSURU5uC/sBd8A9Xt7tBjArVNWkcYrNtK9Mw+S9Vptgbxmzv0sFXAB3wD1wSIZM7ZHV9Hgv0akTIcsgy9hkjrMHmnvB0jeTUApJnTuyjF0NU2bETC7OblzmaVrCkFpYWTXsQpZBlglkAC0hFEMPcAfcAXfA3YRVDRICsoxNXI0mm+xWcgNkmdIogZ7N3jKbPPTQOTk7HIv9vM2Unsepl1oq+vzjL4UcFjFR5+57zUlh3jMXPTa3T9oFnd6kDwPugHuUW9DqdXUVK+BuJ3IjodpTAApmAXOHucPcFWtyqKVY+dooTELC3E1mEnCvbBPixxjgrsbO4pECpppo5k44txJutKji/+1NTPqxsk5Gc0dzR3PP5YE4YkVzh7nD3GHuMPea5srGYYEMR527idTC8bOYbXG+ygmjuQdGUVk7VqhWop5osLH9gJ2Pu7XwbvytHwPNvHgtXa0NmjuaOwlVEqpR0rcG3F4Y18cD7oC7s0BeQFBxTpGTswmHncIHNHeqZaKl0DD34EXklY2nAPfYXosUFyaHfSmM027Zz30G71jr501MnkMgy1SWqZNQJaFKQpWE6k5VDaWQZdFNfdWpd9INWqJ36Hv1qStRolpmU1XyTH+4lSm7Quq0+MTWq6x8DgFh7i4vGLDMzEbZYiMnG5a5MWQZZBlkGfte9BWtAuAH3AH3Qg3Q4ySRUHgTU1wJpEfTHlmttR05BLIMsoyenEXyUyUbSKi6cJJdIX2edMIUwN15/G2bjMLXVSJlwN1kOpNQb3GS12ARJFRJqBYyHuAOuEcbG+WAzX7uWp4vkhWtxqwlwrKssncCJFRJqJJQJaFKQtVqSFGo7/IZJFR1OLAzgLaM54q3vKxjs1/JAdgVkl0hIwb9CHNurzCDahlNxwuUj/ZsnWQrmLsPMwB3o/1PAwRwD6THDHRMGqUQdktpM9V+Y5kTzR1Zhr1lNCztsQOYe1JiCLgbNGZXSHaFjHJDy3fsLROUEJFQJaFKQnWOGpP5sQYPVMvYcFLJh1TLbFwEWcapMkqSQHNHc3cLEmxZL7LMKmE6rck5qUDS0gfsRdVo7mju4QrPFaxJqJqZOJojrlaydkSWQZZZQyo3hEioFt4NWQZZxuKqs4fGXFaougic7QdIqJJQJaFKQlXpbxH7grkbz8GukLGcEhQbTHEfzB3m3rLPBQlVEqokVEmojjiwQzoqb9dihaqW56lzdxnVjY2QUCWhSkLVZD7R3MNEsHJGaO5o7mjuIcMomWsR+aO5o7mjuaO5o7mjufOC7Fzq8VH7yrnilbG8ickH+Z6k9iLH40V359ZLD3qRM9t88UiBcSP5pNAo5y+apBafO1HXbKorZeOwUBvMqlt8X5kuplrGzAO9TzbM3SEKW/7WSp7R3NHcy6RNUBGA5o7mjuaO5m4qqtDcs/BliSzQ3NHc0dwn0NA5hJ35sf6sw5lEQmmpUEOWccJJZMus3JM3MXntJ9f/NpIY1M/uDOBskKK5o7mjuaO5K2yZjWH+2YJ2wF0Bhq9HvQaLANypcy9ySLyJqRDcec1ePE9mJ47mjuaO5j764Z3FIqpNmaPnZR28rCOTLJLCkBJ5dyL7RYdavb79IihKANwBd8AdcC8ZINsPxGC76RZO1QDcC32HRUwkVEmoklAloeoTyNlnmHuePDMRuA3F2c/dq5obG6EUchs4yDIB8GTrQfR8a1n34FNVus4/EN1ZoRpFDNN3yDLIMsgyyDLIMpRCWtcZ5gQohaxrdS01t1TLUC1DtYybR3H1Gcwd5s7eMlOg1paRD5JGyDLIMqxQ1eTWgir7uQe5QxKqJFRJqJJQJaFKQtVV2wSh2u7m9prEk1BNMi/LSFvtDXOHucPcYe5aADAifZT4hrnD3GHuMHeYO8wd5u5XUvrEW5b1R3PfEDS0EStUDStjEVO9MMLt04PmjuYevBMR5g5zh7nD3GHuMHeYu0ZCNx7Uyo2WRTWGfcHcYe66oiwB26CSbDqK7QeKyYjmDnOHucPcYe4wd5g7zB3mrtljNccyM9GWPIxnnmjuaO6mHCaIavTvVMvU3rUaywJluBev1Fs3kmiZyOkqWd+b7C1j31E579mxJrHVf1pseq027OdeYA37ubOfe6EFFXqsd9IKQDPt1mNsy8QdnZ8HcWQZZBlkGWQZZBlkGWQZZBlkmc0CC1kaOdJOVLsGWgGhyiLe7KUalELaQApZBuZuRoSZmF7rCKoPsi1j9Zwuztk6kamWmdhzwCCTSNdEoS3VSWz5uw1/3sQUbkqsHHTgqdl+YJmdhRrFxmHWNJGerkmxMaBihiXW8Zo9XrNHKWQBOJRCormjuaO5o7mjuaO57+mKVMskY6SSJI/02tCOVMuEspqRuysyGLIMsowNhyPpxeuzNeYTtKVaJkmG2K+1bMGukBuCIcu06PKBMwXcAXfAXZevei1vpyIA5g5zt/S6zFGZIeSYNglVO36oltHMOcjjeUevBheaO5o7mjuaO5o7mjuaO5p7nUlQCum0tW1lq60O8nKlixDZfmDGmiRSps49kXZh7oH2FtdZs/1AhdVGO/EB7oB7kTryc6uS9K3tsePlLpVIZlfIwKbIMsgyyDLIMsgyyDLIMsgyyDKrBfYkl5latiTZ2RVyQVcSquOwieSobKGWbo8sgyyjB1BL9UY44ILBhiyDLIMsswZCThh35NjoSomGrr8G3OuJGHaFLB0b4B44ex+ms+Wvx+zJ32vA2SkTXk4QbXKVRTeUQtYj5ZpN0dzR3NHc0dzR3NHc0dzR3NHc0dw3C8DcU6mlDDoiWSWRWtDcWxiXl0AbyrKMFMYKVTWTSz1Z2coIjT7M1k4xDMHjUlTexKS3Sc/GbtRGtY1WvU6dVeq8XlmJJBQz7ZBlSlNONgHcQ3wOBua20XXgKWv7tAPuSlAuJ3Mxx51MpSc7+7m7eUy1DJp7zsYBd8A9KXsy4cOWuHK+Kt8jPqIOCfMjoar8XyWyK+Yx4A64A+42BCxC9pmMR99n4X0aPiaJkWX6Ui1TAhngDrgvOgKyTBzdrvjh/wO4A+46oG99mbda2MKWv1skU3IA3sTEm5iSxOQ6hyr5Cg3ne3OziWyiuRcJnc2uaO4msTBil6dUjkFErzds2b8bzX2HqakcBLJMKQpSLRPkAAF3wD2TitYptKEJ4A5zD6tb9uQC7bxbnD2yDLJM4K68cO6a1Ng4mntBiYyMA3OfouuZEUWAthdOL5pyLQSvtmGFajRGSaiiuaO5o7lv2OB1SwXcPmihzp069z3iM7l9NPeCcLP9gNJUDatbTOUHTaJ9ZxtmRZUoLSwT5j73hrY/zN0AXfWFHkGkjCyjCMbOPM4kUxKqagiWpQ3lOyWXadzUNvHQrYBJKWQ5wCMHVHsRh6fX+nh2hXREc68W3pGL9eO+jGmWQGagg+aeyMWAe7zAJgLhZk+Xh5lUy/gAlIQqsgyyDLKMSzJFfinaJgJZBlmGXSF1pOlmjp40RdC4x8pn2hzmGHxW2J28KrkUoW4QDSPLGA362pG9VQk3g5NQJaFKQpWEapj0Q5bRU6N4ifju+o4sN+bZbua0vYq20w7NHc29+qb7VhbBCtWNFIyTioQqCdVYoqBaJlAgkGWQZZBlkGUm9qxlJi/9xAlI6tyRZZBlkGWQZZBlXOVKpSIoqhqyYYuV1Klz90kBEZg7zB3mDnOHuQdJ6iWa0U7lidHce5Hj8aK7c+ulB73ImU0tLOFGEI5RCumyMGrv9JbKCDR3yzKUnr4aNrQjmjuaO5p7+KZPSiFrb2zyWfIsCx9rj+uCEsDdhMtFydiWFw2TpYB7wCAzMsUKVVW3EGnfarC1Eqq9dk8McxdkmW2VH+BuUTmYLLxmT2dOJudUdeYzuLQ4fK8ZU+fu9HkfLNvxSbUM1TLlitsonNEOv0jUwNyLzKg2CdsPOBTacwBuUkaJRJh7KYO6eQm4A+6Au0kO5WVcYZ0+zB3m7l0XL+twMuTGDMv1V5X55jljuHgrk5603KxORLUM1TJUy1AtQ7XM01Ytg+aumDyaO5r7TsK9IE57kgua++o0oohRs4osL8H2A5p5BFGCd0owdyUbw9xh7jB3mDvM3XmOILlYlBItE0e1TRJEbPmbVwTwDlWlZRZDanyDuDVexPiu1YbX7AVZze3F7aP5d4oN1n4LCBXMfX/8pqtw0dxnx5SBALIMsgyyTIHPWTXZSnS1VgW46zlEQjWMiGssP8kYt7CykVwA7qvJi7JFzb4CO1MtM6kXmwGpc6daJtDBpxECuAPu8duuNIyMqkPCitZQLYg8MjD24bE51IXM+jfAHXB32gy7QkZkE3AvNDo0dzR3TYoNJVKabpmyQXMvVspGlSgtzt5zCGQZp4X7hA/gzpa/hok3JP9g7ouqqzB+ZkR+fo3bADTY9FptSKh66jFJD2juLpzbXipTBNu5I8hzHdrqiSRtNCB1URYxBZl7JayWy5p3kkZZ1h9w30ZpaKM4oc0LsnlBduRU/Apqth8IcGwA9w9v/ewDkY4tf0Mn6b0l4F6gdKTLF9qJagS460xTEKG4bFypQ83RTMWmyDLOrg2RXZQF3S3t/oTLMre/8eKdk+7sZiguhfXCRVys5vsOA1Os2NfFormjuaO5L5hUA+6WNsHxaO45Tq2QtuMEMtJiDpvlw49ZljnevX2ve/dPf+wfnzt/5gsWbBePFDDVjEmEni9wBMnxgDvgDri3AHdLG8B9Dm/KKCfCqacN3A+d/Me//tM/d9/+rc/80e+8/CNfvf/RzbOu6+vhTIV5T7IyzN0OqkjraQwR1Yo0SiG3gVdyAxKqVMtE8ogCq5Zk+lMiy/SHUzncefPi66/97Z91pyK//PofnP/+yy++8KsX9589PfaH4i05A+R3MgP/aMeI0XtRv4+rGIZm46mG/yzH9JNfCPXYof1crbD8O59iq9RqBMxP9CKmzRbeQVhwXw242dB3R7hASfeb2vQqCCnLLX9zbXHqM/d7Fr5G5CAaT+E4mMPdIhg82HETDE37Yo35JqKwWV83uAczRP3LOnavW7HhfK5enXN92vE/0wyc/qcrd7JzbjczTJmte/RNzudbvhpP646br2W+n29l6bbxt6K/p04am6o55z8bHPHjUN1XvLWBr2DS9+EGyaOCu3k2y3uLt4w5G1xrEVN03XT7gYncDOOik6N07/3L5d/8xet/9et//N63hlv6+ZMT+fyrvya/9LtfuvnKZ5+/+RNdd3q6mOdKejkOL1kNAOMoIhfdUbpjJ+fd4BRETPv5gYfjh449UU98JSIfHfvxvOfTofPtB7Nk+God351cSi9XvciNselBjtLLAznKuRzkMBvmQno5mYfrMlGGdsPfU5kueOxk/XzZHeWyH37rxnMMzzb928vp/GzTTc430i83tNxvLxeHXs4G59j10vedXByuZGh23i93MvmpB/1xvLfxvF0vl73I/eNgY5HzgxnVBucHGwxXHZ51uM+T+TmUzxvvWhlz6Ub3bwQKDvzXI+bnPIhcHXsZ+m26x6lTLoc+P/Zy48SgiLne0FfD3+3ZAocQ3qm/zxXybOs9PXmwWusEN2dWY7HTEKtt1fAsCxJuGB33x4pJ9rpxJ9baBHOoNigKcF6IXDAW/c0kwJ53ZzK/xwPmsRvZIRnJuYPwfaROkC4K9N2S2XG9wWCu7RxjHjFqu4zVBfTccySnP96/d/nOG2+8/effe+f7f/LXxx9cifzb0PQnReSnReRzIvLsQeTcU/MJ6OI/Z2fD6/qGCb79HrU/GcHBnmP5mJ077c8BmN09nR1ELtT5o+sN5zsZHdD2Z/k8tB/u43icfl+/d+1r9+SvuZxT39d4D+OF7H08jC2i42v39Th/i/q2Nj6Wa7e0eZz3ybmwwKfMAiNvvBL5UETeFZG3BnAfKmV+VER+XEReEJEbIrIy90+ZgXhcLIAFsMCTaIEhiL4vIv8tIv8uIv+1xNIDoP+QiDw/g/1AXPmDBbAAFsACT4YFBsHhrojcFpH3B6DXCs4gFgyLmQbW/ihKyZNhAu4SC2ABLPD0WWBQPgf2fjGr1vK/hglL/8ec3WYAAAAASUVORK5CYII=);
  width: 100%;
  height: 130px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin-bottom: 10px;
}
.HSYJ .nrqy .content {
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px;
}
.HSYJ .nrqy .content img {
  width: 38%;
}
.HSYJ .nrqy .content .line {
  margin-left: 10px;
  width: 62%;
}
.HSYJ .nrqy .content .line .text {
  /*height: 90px;*/
  line-height: 24px;
  font-size: 13px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #8B3600;
}
.HSYJ .nrqy .content .line .text .dr {
  line-height: 22px;
}
.HSYJ .nrqy .content .line .btn {
  width: 80%;
  margin-left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.HSYJ .vux-popup-dialog {
  background-color: #FFFFFF;
}
.HSYJ .detail {
  margin: 10px;
}

.HSYX {
  background: #fff;
  height: 100%;
  background-image: url(../../static/img/kjbg.53e3390.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.HSYX .bn {
  padding-top: 70px;
  margin: 0 auto;
  display: block;
}
.HSYX .content {
  position: absolute;
  width: 100%;
  padding-top: 60px;
}
.HSYX .content .spbf {
  float: left;
  margin-left: 50px;
  margin-bottom: 50px;
}
.HSYX .content .ypbf {
  float: right;
  margin-right: 50px;
  margin-bottom: 50px;
}
.HSYX .content .zzty {
  text-align: center;
}

.DYLB {
  background: #fff;
  width: 100%;
  height: 100%;
  background-image: url(../../static/img/ssbg.6aafbd4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.DYLB .bn {
  padding-top: 50px;
  margin: 0 auto;
  display: block;
}
.DYLB .nrqy {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXcAAAB6CAYAAABEKROUAAAWeUlEQVR4Xu2dz8tmV1LH6z7vjx46iZEJCuMPMDoGXMxmdDMGYSLuVNy5cOFGt7pyYHYTRVAZphmGwMDgav4BZRYiBpzFoEsX6kKMySomKijpJN2d7vd9nyv3d1WdqnNP99uadOfT0HQ/z3PurzrnfOtb36pzbici0r/65dN7P/PDv9FdvP97x8uLX+ikPx++l64b/zF/1q/8b51I8NV0bHAe9912KdW2uNb8RXEd94W5715d37fT9+avq45Ln3m2TGGnw/bIy7G9uvf1u9nGhXk6EX35qB+0XSO7F8foRkFfmf4I7Hxo6W9/XMP4GZvU+mX5eWtjDxk+uecJ7dXQZrD5ci/mItux21DYs+cyNpbZE43d5RzuN33/0dTxz7ve9myL5ZLLGFqeJTzXfHD023gf2UHdBg9RH66PHQ1O1+d+fq1mya9th3+l3fjTYYOw7mg/m+7x4zAalwFmRMO8+K4yN7K2HnjDPpoa9b18JIezf5Du7LWTt/7nL7tXXr3sBmC/+1OnX+tv/+dX5PLeDdOZjw3cZ+Oam9MfeuVH1IDqzOh0E298JDWx1fnWwTbO1mTCatCIO7EzEz1zUhFAV8DT27QG3Mt4MJPHOSs/sdKJEdgnHVSRow4mafFVNoD9tT2gVCaRn/gF5xjuNep7MzOu0cY+03YlbaNafyv0aLF31p8aZKtt5ntxQ3+00XL9xYkNn9fhNP+u24zHBIiyTjt9jGu3Tt35e/+51aHXgG+2QzBELKEz54j6KnNwGWFdJ5lyGtaJl2bL5kbkP1vGUzSuhuPO73dnz3/98OZ7f9i9951f+c3zu29/93h1eUO6xcMZVLGzJLbkjKGVSeoIjGcE/3fMXd1+CqzxfT8UuBvs9x2pHYy/VjB5nEPqdpl7cP9V5q4Q0g/8whku/rFAcuM3p8MeEtxXs+yMGwVm5fALACgkJQ12r42PoksduIe+f6+NA4n1o7rXbL6F7L4COi3joeji4HxmOmmjJOO4Zc75Z4zs4Fms4WzRfHuEObdHvIq+yOf5Prh70lnBqWxOrpiq+qnvpTs5uX/36rnf7t5/7Yt/d7j/wS9aDw24T6bPwCphhdkgNZ3TADKA++JRlAOZ7Aa4B842Ax1tMMB9m7QZWXoawH18yqP03TN/333wzZ+70x0vb1omDbgD7i5czMBB+yqYu/f6pTdqiZSqrBxwt3mRiIStlHYmB42E6qkB90Ft6+52d2699KAXObOjEnAH3AF3kzFElnGOa1DhkGVsOLmFSh+bLLP0Un+8ANzL3lHEAFlmndEwdzdS9vT0eaK3SHVe/oO5x4x7G4xKroO5u7KlyTZHwN1quz6aQ3Ov6JRBMglZBlnG83sSqhZjIlkuTWRrY2ZJY10+pk50vIK5GwoAuOcDEeYOc/euC1kmgI858V8UD+WVNeX6oKjy6GHAvYe5h+HMJptRLRMlS5PQeEK+TMZSJwplCp/wKrzsmgCgWmbxvxWbFjXx0YLEIMmYMsgIbNDcfWJXI/3HrrnD3JdBG4MLpZCKqsHcYe4wdyfj5mwccA+xo4GR7GlUD13HCrjb+LKip8PctwleTZbOISAJVesS1rm5F80l259oF7sO00yyWL4PohSfG9CR5xo47kSURU5uC/sBd8A9Xt7tBjArVNWkcYrNtK9Mw+S9Vptgbxmzv0sFXAB3wD1wSIZM7ZHV9Hgv0akTIcsgy9hkjrMHmnvB0jeTUApJnTuyjF0NU2bETC7OblzmaVrCkFpYWTXsQpZBlglkAC0hFEMPcAfcAXfA3YRVDRICsoxNXI0mm+xWcgNkmdIogZ7N3jKbPPTQOTk7HIv9vM2Unsepl1oq+vzjL4UcFjFR5+57zUlh3jMXPTa3T9oFnd6kDwPugHuUW9DqdXUVK+BuJ3IjodpTAApmAXOHucPcFWtyqKVY+dooTELC3E1mEnCvbBPixxjgrsbO4pECpppo5k44txJutKji/+1NTPqxsk5Gc0dzR3PP5YE4YkVzh7nD3GHuMPea5srGYYEMR527idTC8bOYbXG+ygmjuQdGUVk7VqhWop5osLH9gJ2Pu7XwbvytHwPNvHgtXa0NmjuaOwlVEqpR0rcG3F4Y18cD7oC7s0BeQFBxTpGTswmHncIHNHeqZaKl0DD34EXklY2nAPfYXosUFyaHfSmM027Zz30G71jr501MnkMgy1SWqZNQJaFKQpWE6k5VDaWQZdFNfdWpd9INWqJ36Hv1qStRolpmU1XyTH+4lSm7Quq0+MTWq6x8DgFh7i4vGLDMzEbZYiMnG5a5MWQZZBlkGfte9BWtAuAH3AH3Qg3Q4ySRUHgTU1wJpEfTHlmttR05BLIMsoyenEXyUyUbSKi6cJJdIX2edMIUwN15/G2bjMLXVSJlwN1kOpNQb3GS12ARJFRJqBYyHuAOuEcbG+WAzX7uWp4vkhWtxqwlwrKssncCJFRJqJJQJaFKQtVqSFGo7/IZJFR1OLAzgLaM54q3vKxjs1/JAdgVkl0hIwb9CHNurzCDahlNxwuUj/ZsnWQrmLsPMwB3o/1PAwRwD6THDHRMGqUQdktpM9V+Y5kTzR1Zhr1lNCztsQOYe1JiCLgbNGZXSHaFjHJDy3fsLROUEJFQJaFKQnWOGpP5sQYPVMvYcFLJh1TLbFwEWcapMkqSQHNHc3cLEmxZL7LMKmE6rck5qUDS0gfsRdVo7mju4QrPFaxJqJqZOJojrlaydkSWQZZZQyo3hEioFt4NWQZZxuKqs4fGXFaougic7QdIqJJQJaFKQlXpbxH7grkbz8GukLGcEhQbTHEfzB3m3rLPBQlVEqokVEmojjiwQzoqb9dihaqW56lzdxnVjY2QUCWhSkLVZD7R3MNEsHJGaO5o7mjuIcMomWsR+aO5o7mjuaO5o7mjufOC7Fzq8VH7yrnilbG8ickH+Z6k9iLH40V359ZLD3qRM9t88UiBcSP5pNAo5y+apBafO1HXbKorZeOwUBvMqlt8X5kuplrGzAO9TzbM3SEKW/7WSp7R3NHcy6RNUBGA5o7mjuaO5m4qqtDcs/BliSzQ3NHc0dwn0NA5hJ35sf6sw5lEQmmpUEOWccJJZMus3JM3MXntJ9f/NpIY1M/uDOBskKK5o7mjuaO5K2yZjWH+2YJ2wF0Bhq9HvQaLANypcy9ySLyJqRDcec1ePE9mJ47mjuaO5j764Z3FIqpNmaPnZR28rCOTLJLCkBJ5dyL7RYdavb79IihKANwBd8AdcC8ZINsPxGC76RZO1QDcC32HRUwkVEmoklAloeoTyNlnmHuePDMRuA3F2c/dq5obG6EUchs4yDIB8GTrQfR8a1n34FNVus4/EN1ZoRpFDNN3yDLIMsgyyDLIMpRCWtcZ5gQohaxrdS01t1TLUC1DtYybR3H1Gcwd5s7eMlOg1paRD5JGyDLIMqxQ1eTWgir7uQe5QxKqJFRJqJJQJaFKQtVV2wSh2u7m9prEk1BNMi/LSFvtDXOHucPcYe5aADAifZT4hrnD3GHuMHeYO8wd5u5XUvrEW5b1R3PfEDS0EStUDStjEVO9MMLt04PmjuYevBMR5g5zh7nD3GHuMHeYu0ZCNx7Uyo2WRTWGfcHcYe66oiwB26CSbDqK7QeKyYjmDnOHucPcYe4wd5g7zB3mrtljNccyM9GWPIxnnmjuaO6mHCaIavTvVMvU3rUaywJluBev1Fs3kmiZyOkqWd+b7C1j31E579mxJrHVf1pseq027OdeYA37ubOfe6EFFXqsd9IKQDPt1mNsy8QdnZ8HcWQZZBlkGWQZZBlkGWQZZBlkmc0CC1kaOdJOVLsGWgGhyiLe7KUalELaQApZBuZuRoSZmF7rCKoPsi1j9Zwuztk6kamWmdhzwCCTSNdEoS3VSWz5uw1/3sQUbkqsHHTgqdl+YJmdhRrFxmHWNJGerkmxMaBihiXW8Zo9XrNHKWQBOJRCormjuaO5o7mjuaO57+mKVMskY6SSJI/02tCOVMuEspqRuysyGLIMsowNhyPpxeuzNeYTtKVaJkmG2K+1bMGukBuCIcu06PKBMwXcAXfAXZevei1vpyIA5g5zt/S6zFGZIeSYNglVO36oltHMOcjjeUevBheaO5o7mjuaO5o7mjuaO5p7nUlQCum0tW1lq60O8nKlixDZfmDGmiRSps49kXZh7oH2FtdZs/1AhdVGO/EB7oB7kTryc6uS9K3tsePlLpVIZlfIwKbIMsgyyDLIMsgyyDLIMsgyyDKrBfYkl5latiTZ2RVyQVcSquOwieSobKGWbo8sgyyjB1BL9UY44ILBhiyDLIMsswZCThh35NjoSomGrr8G3OuJGHaFLB0b4B44ex+ms+Wvx+zJ32vA2SkTXk4QbXKVRTeUQtYj5ZpN0dzR3NHc0dzR3NHc0dzR3NHc0dw3C8DcU6mlDDoiWSWRWtDcWxiXl0AbyrKMFMYKVTWTSz1Z2coIjT7M1k4xDMHjUlTexKS3Sc/GbtRGtY1WvU6dVeq8XlmJJBQz7ZBlSlNONgHcQ3wOBua20XXgKWv7tAPuSlAuJ3Mxx51MpSc7+7m7eUy1DJp7zsYBd8A9KXsy4cOWuHK+Kt8jPqIOCfMjoar8XyWyK+Yx4A64A+42BCxC9pmMR99n4X0aPiaJkWX6Ui1TAhngDrgvOgKyTBzdrvjh/wO4A+46oG99mbda2MKWv1skU3IA3sTEm5iSxOQ6hyr5Cg3ne3OziWyiuRcJnc2uaO4msTBil6dUjkFErzds2b8bzX2HqakcBLJMKQpSLRPkAAF3wD2TitYptKEJ4A5zD6tb9uQC7bxbnD2yDLJM4K68cO6a1Ng4mntBiYyMA3OfouuZEUWAthdOL5pyLQSvtmGFajRGSaiiuaO5o7lv2OB1SwXcPmihzp069z3iM7l9NPeCcLP9gNJUDatbTOUHTaJ9ZxtmRZUoLSwT5j73hrY/zN0AXfWFHkGkjCyjCMbOPM4kUxKqagiWpQ3lOyWXadzUNvHQrYBJKWQ5wCMHVHsRh6fX+nh2hXREc68W3pGL9eO+jGmWQGagg+aeyMWAe7zAJgLhZk+Xh5lUy/gAlIQqsgyyDLKMSzJFfinaJgJZBlmGXSF1pOlmjp40RdC4x8pn2hzmGHxW2J28KrkUoW4QDSPLGA362pG9VQk3g5NQJaFKQpWEapj0Q5bRU6N4ifju+o4sN+bZbua0vYq20w7NHc29+qb7VhbBCtWNFIyTioQqCdVYoqBaJlAgkGWQZZBlkGUm9qxlJi/9xAlI6tyRZZBlkGWQZZBlXOVKpSIoqhqyYYuV1Klz90kBEZg7zB3mDnOHuQdJ6iWa0U7lidHce5Hj8aK7c+ulB73ImU0tLOFGEI5RCumyMGrv9JbKCDR3yzKUnr4aNrQjmjuaO5p7+KZPSiFrb2zyWfIsCx9rj+uCEsDdhMtFydiWFw2TpYB7wCAzMsUKVVW3EGnfarC1Eqq9dk8McxdkmW2VH+BuUTmYLLxmT2dOJudUdeYzuLQ4fK8ZU+fu9HkfLNvxSbUM1TLlitsonNEOv0jUwNyLzKg2CdsPOBTacwBuUkaJRJh7KYO6eQm4A+6Au0kO5WVcYZ0+zB3m7l0XL+twMuTGDMv1V5X55jljuHgrk5603KxORLUM1TJUy1AtQ7XM01Ytg+aumDyaO5r7TsK9IE57kgua++o0oohRs4osL8H2A5p5BFGCd0owdyUbw9xh7jB3mDvM3XmOILlYlBItE0e1TRJEbPmbVwTwDlWlZRZDanyDuDVexPiu1YbX7AVZze3F7aP5d4oN1n4LCBXMfX/8pqtw0dxnx5SBALIMsgyyTIHPWTXZSnS1VgW46zlEQjWMiGssP8kYt7CykVwA7qvJi7JFzb4CO1MtM6kXmwGpc6daJtDBpxECuAPu8duuNIyMqkPCitZQLYg8MjD24bE51IXM+jfAHXB32gy7QkZkE3AvNDo0dzR3TYoNJVKabpmyQXMvVspGlSgtzt5zCGQZp4X7hA/gzpa/hok3JP9g7ouqqzB+ZkR+fo3bADTY9FptSKh66jFJD2juLpzbXipTBNu5I8hzHdrqiSRtNCB1URYxBZl7JayWy5p3kkZZ1h9w30ZpaKM4oc0LsnlBduRU/Apqth8IcGwA9w9v/ewDkY4tf0Mn6b0l4F6gdKTLF9qJagS460xTEKG4bFypQ83RTMWmyDLOrg2RXZQF3S3t/oTLMre/8eKdk+7sZiguhfXCRVys5vsOA1Os2NfFormjuaO5L5hUA+6WNsHxaO45Tq2QtuMEMtJiDpvlw49ZljnevX2ve/dPf+wfnzt/5gsWbBePFDDVjEmEni9wBMnxgDvgDri3AHdLG8B9Dm/KKCfCqacN3A+d/Me//tM/d9/+rc/80e+8/CNfvf/RzbOu6+vhTIV5T7IyzN0OqkjraQwR1Yo0SiG3gVdyAxKqVMtE8ogCq5Zk+lMiy/SHUzncefPi66/97Z91pyK//PofnP/+yy++8KsX9589PfaH4i05A+R3MgP/aMeI0XtRv4+rGIZm46mG/yzH9JNfCPXYof1crbD8O59iq9RqBMxP9CKmzRbeQVhwXw242dB3R7hASfeb2vQqCCnLLX9zbXHqM/d7Fr5G5CAaT+E4mMPdIhg82HETDE37Yo35JqKwWV83uAczRP3LOnavW7HhfK5enXN92vE/0wyc/qcrd7JzbjczTJmte/RNzudbvhpP646br2W+n29l6bbxt6K/p04am6o55z8bHPHjUN1XvLWBr2DS9+EGyaOCu3k2y3uLt4w5G1xrEVN03XT7gYncDOOik6N07/3L5d/8xet/9et//N63hlv6+ZMT+fyrvya/9LtfuvnKZ5+/+RNdd3q6mOdKejkOL1kNAOMoIhfdUbpjJ+fd4BRETPv5gYfjh449UU98JSIfHfvxvOfTofPtB7Nk+God351cSi9XvciNselBjtLLAznKuRzkMBvmQno5mYfrMlGGdsPfU5kueOxk/XzZHeWyH37rxnMMzzb928vp/GzTTc430i83tNxvLxeHXs4G59j10vedXByuZGh23i93MvmpB/1xvLfxvF0vl73I/eNgY5HzgxnVBucHGwxXHZ51uM+T+TmUzxvvWhlz6Ub3bwQKDvzXI+bnPIhcHXsZ+m26x6lTLoc+P/Zy48SgiLne0FfD3+3ZAocQ3qm/zxXybOs9PXmwWusEN2dWY7HTEKtt1fAsCxJuGB33x4pJ9rpxJ9baBHOoNigKcF6IXDAW/c0kwJ53ZzK/xwPmsRvZIRnJuYPwfaROkC4K9N2S2XG9wWCu7RxjHjFqu4zVBfTccySnP96/d/nOG2+8/effe+f7f/LXxx9cifzb0PQnReSnReRzIvLsQeTcU/MJ6OI/Z2fD6/qGCb79HrU/GcHBnmP5mJ077c8BmN09nR1ELtT5o+sN5zsZHdD2Z/k8tB/u43icfl+/d+1r9+SvuZxT39d4D+OF7H08jC2i42v39Th/i/q2Nj6Wa7e0eZz3ybmwwKfMAiNvvBL5UETeFZG3BnAfKmV+VER+XEReEJEbIrIy90+ZgXhcLIAFsMCTaIEhiL4vIv8tIv8uIv+1xNIDoP+QiDw/g/1AXPmDBbAAFsACT4YFBsHhrojcFpH3B6DXCs4gFgyLmQbW/ihKyZNhAu4SC2ABLPD0WWBQPgf2fjGr1vK/hglL/8ec3WYAAAAASUVORK5CYII=);
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin-bottom: 10px;
}
.DYLB .nrqy .content {
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 10px 5px 20px;
}
.DYLB .nrqy .content img {
  width: 35%;
  height: 180px;
}
.DYLB .nrqy .content .line {
  margin-left: 10px;
  width: 65%;
}
.DYLB .nrqy .content .line .text {
  /*height: 90px;*/
  line-height: 24px;
  font-size: 13px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #8B3600;
}
.DYLB .nrqy .content .line .text .dr {
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.DYLB .nrqy .content .line .text .mc {
  text-align: left;
  height: 36px;
  line-height: 40px;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.DYLB .vux-popup-dialog {
  background-color: #FFFFFF;
}
.DYLB .detail {
  margin: 10px;
}

.YPLB {
  background: #fff;
  width: 100%;
  height: 100%;
  background-image: url(../../static/img/ssbg.6aafbd4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  /*按标题分组展示时使用*/
  /*列表展示时使用*/
}
.YPLB .bn {
  padding-top: 50px;
  margin: 0 auto;
  display: block;
}
.YPLB .text-scroll {
  margin: 0 42px;
}
.YPLB .title {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #F2BA23;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.YPLB .line {
  height: 35px;
  line-height: 35px;
}
.YPLB .line .point {
  float: left;
  margin-left: 10px;
  margin-top: -3px;
}
.YPLB .line .item {
  float: left;
  margin-left: 10px;
  font-size: 12px;
  color: #F2BA23;
  width: 70%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.YPLB .line .btn {
  margin-top: 2px;
  position: absolute;
  right: 10px;
}
.YPLB .vux-swiper {
  width: 100%;
}
.YPLB .vux-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.YPLB .vux-indicator-right > a {
  margin: 0 3px !important;
}
.YPLB .vux-indicator-right {
  position: relative !important;
  right: 0;
  left: 0;
  bottom: 2px;
}
.YPLB .vux-indicator-right .vux-icon-dot {
  width: 20px;
  height: 4px;
  border-radius: 5px;
  background-color: #d0cdd1;
}
.YPLB .vux-indicator-right .active {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  border-radius: 50%;
  width: 5px;
  height: 5px;
}
.YPLB .vux-swiper-item {
  /*box-sizing: border-box;*/
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*justify-content: space-between;*/
  text-align: center;
  /*background: linear-gradient(0deg, #E02828, #FFE191);*/
  /*opacity: 0.5;*/
  /*border-radius: 10px;*/
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASIAAAFtCAYAAACjsGcPAAAQMklEQVR4Xu3b74umVRkH8Odasj+iXqS9MA0JCQlTERGVCBERCZEQkYgQERGR0BBFQsJkDZGQkIiIjAiJiAiJCBENCZGQ/IFuwzANw7IswzIs2zj7xEq9nvs+13XosPfHFwp6rq/3+Rz5cv94jNV//1hvPfuF1cGRr65Wq8+s1utP/+/v+ysBAgRKBSL+vVqt/rU6+PcbcdFD757LjnN/Wm88e+NqFVeX/suEESBA4FCB9WvxuQdeifWxH16yOnLBHYeut4AAAQI9BM4eeSnWx47evVqtLuyRL5MAAQITBP4Z64+OPrqK1QUTFltCgACBeoH1av/cHdHj9ckSCRAgMF1AEU23spIAgU4CiqgTrFgCBKYLKKLpVlYSINBJQBF1ghVLgMB0gVh/6GX1dC4rCRDoIRAHiqiHq0wCBGYIKKIZWJYSINBHQBH1cZVKgMAMAUU0A8tSAgT6CMTBh8/4ZXUfW6kECEwUiIMPFNFEK8sIEOgkoIg6wYolQGC6gCKabmUlAQKdBBRRJ1ixBAhMF1BE062sJECgk4Ai6gQrlgCB6QJx8J6vZtO5rCRAoIeAIuqhKpMAgVkCimgWl8UECPQQUEQ9VGUSIDBLIA7ee9r/4jGLzGICBKoFFFG1qDwCBGYLxME/3BHNVjNAgECpgCIq5RRGgECLgCJqUTNDgECpgCIq5RRGgECLgCJqUTNDgECpQBy842V1qagwAgRmCyii2WQGCBCoFoiDd37gB43VqvIIEJgloIhmcVlMgEAPAUXUQ1UmAQKzBBTRLC6LCRDoIRAHf/eOqAesTAIEpgsooulWVhIg0ElAEXWCFUuAwHQBRTTdykoCBDoJxMHb3hF1shVLgMBEgdh/+yk/aJyIZRkBAn0EFFEfV6kECMwQUEQzsCwlQKCPgCLq4yqVAIEZArH/lndEM7wsJUCgg4Ai6oAqkgCBeQKKaJ6X1QQIdBBQRB1QRRIgME8g9t/6vt8RzTOzmgCBYoHY/5siKjYVR4DATAFFNBPMcgIE6gUUUb2pRAIEZgoooplglhMgUC8Q+296R1TPKpEAgTkCimiOlrUECHQRUERdWIUSIDBHIPbffNLviOaIWUuAQLmAIionFUiAwFyB2P+rO6K5aNYTIFAroIhqPaURINAgoIga0IwQIFAroIhqPaURINAgEPuve0fU4GaEAIFCAUVUiCmKAIE2gdh//Qm/I2qzM0WAQJGAIiqCFEOAQLtAnHnNHVE7n0kCBCoEFFGFogwCBFICiijFZ5gAgQoBRVShKIMAgZRAnHnVO6KUoGECBNICcebVx32+TzMKIEAgI6CIMnpmCRAoEVBEJYxCCBDICMSZv3g0ywCaJUAgL6CI8oYSCBBICiiiJKBxAgTyAooobyiBAIGkQJz582M+3ycRjRMgkBNQRDk/0wQIFAgoogJEEQQI5AQUUc7PNAECBQJx5k/eERU4iiBAICGgiBJ4RgkQqBFQRDWOUggQSAjEmT99z+f7BKBRAgTyAnHmFUWUZ5RAgEBGQBFl9MwSIFAioIhKGIUQIJARiNN/9GiWATRLgEBeQBHlDSUQIJAUiNN/fMRXsySicQIEcgKKKOdnmgCBAoE4/Qd3RAWOIggQSAgoogSeUQIEagQUUY2jFAIEEgJx+vcezRJ+RgkQKBCI07//rq9mBZAiCBBoF1BE7XYmCRAoElBERZBiCBBoF4jTv/No1s5nkgCBCgFFVKEogwCBlIAiSvEZJkCgQkARVSjKIEAgJRCnf/uwz/cpQsMECGQFFFFW0DwBAmkBRZQmFECAQFYgTr/s0SyLaJ4AgZyAIsr5mSZAoEBAERUgiiBAICcQey8/5KtZztA0AQJJgdj7jSJKGhonQCApoIiSgMYJEMgLKKK8oQQCBJICsfdrj2ZJQ+MECCQFFFES0DgBAnmB2Pv1g76a5R0lECCQEIi9XymihJ9RAgQKBBRRAaIIAgRyAooo52eaAIECAUVUgCiCAIGcQOz90juiHKFpAgSyArH3ywd8NcsqmidAICWgiFJ8hgkQqBCIvV+4I6qAlEGAQLuAImq3M0mAQJGAIiqCFEOAQLtA7P3co1k7n0kCBCoEYu/n9/tqViEpgwCBZgFF1ExnkACBKgFFVCUphwCBZoE49TOPZs16BgkQKBFQRCWMQggQyAgoooyeWQIESgTi1E/v89WshFIIAQKtAoqoVc4cAQJlAoqojFIQAQKtAnHqRY9mrXjmCBCoEVBENY5SCBBICMSpF+/1sjoBaJQAgbyAIsobSiBAICkQp37ijihpaJwAgaSAIkoCGidAIC+giPKGEggQSArEqRc8miUNjRMgkBSIUy98x1ezJKJxAgRyAooo52eaAIECgTj1Y3dEBY4iCBBICCiiBJ5RAgRqBBRRjaMUAgQSArH7vEezhJ9RAgQKBGL3+W/7alYAKYIAgXYBRdRuZ5IAgSKB2H3OHVGRpRgCBBoFFFEjnDECBOoEFFGdpSQCBBoFYve5b3lZ3YhnjACBGoHY/ZEiqqGUQoBAq4AiapUzR4BAmYAiKqMURIBAq0DsHvVo1opnjgCBGgFFVOMohQCBhEDsHr3HV7MEoFECBPICsfuMIsozSiBAICOgiDJ6ZgkQKBFQRCWMQggQyAjE7tMezTKAZgkQyAsooryhBAIEkgKx+/TdvpolEY0TIJATiJM/UEQ5QtMECGQFFFFW0DwBAmkBRZQmFECAQFYgTj7l0SyLaJ4AgZxAnHzqLi+rc4amCRBICiiiJKBxAgTyAooobyiBAIGkQJz8vkezpKFxAgSSAoooCWicAIG8gCLKG0ogQCApECef/KavZklE4wQI5AQUUc7PNAECBQKKqABRBAECOYE4+YRHsxyhaQIEsgKKKCtongCBtECcfOJOL6vTjAIIEMgIxMnHFVEG0CwBAnkBRZQ3lECAQFJAESUBjRMgkBeIE495NMszSiBAICOgiDJ6ZgkQKBGIE4/d4atZCaUQAgRaBeLE9xRRK545AgRqBBRRjaMUAgQSAooogWeUAIEaAUVU4yiFAIGEQJx4xDuihJ9RAgQKBOLEI9/w1awAUgQBAu0CiqjdziQBAkUCceK77oiKLMUQINAooIga4YwRIFAnoIjqLCURINAoECcevt3L6kY8YwQI1AgoohpHKQQIJAQUUQLPKAECNQJx4iGPZjWUUggQaBVQRK1y5ggQKBNQRGWUgggQaBWI4w/e5qtZq545AgRKBBRRCaMQAgQyAoooo2eWAIESAUVUwiiEAIGMQBx/wDuiDKBZAgTyAooobyiBAIGkQBx/4FZfzZKIxgkQyAnE8fsVUY7QNAECWQFFlBU0T4BAWkARpQkFECCQFYjj93k0yyKaJ0AgJxDH77vFy+qcoWkCBJICiigJaJwAgbxAHL/XHVGeUQIBAhkBRZTRM0uAQImAIiphFEKAQEZAEWX0zBIgUCIQx79zs69mJZRCCBBoFVBErXLmCBAoE4gdd0RlmIIIEGgTiJ1vezRrozNFgECVgCKqkpRDgECzgCJqpjNIgECVQOx86+u+mlVpyiFAoElAETWxGSJAoFJAEVVqyiJAoEkgdu7xaNYkZ4gAgTIBRVRGKYgAgVYBRdQqZ44AgTKB2Lnna76alXEKIkCgRSB27lZELXBmCBCoE1BEdZaSCBBoFFBEjXDGCBCoE4iduzya1XFKIkCgRUARtaiZIUCgVCB27rrJV7NSUmEECMwVUERzxawnQKBcIHa+6Y6oXFUgAQKzBBTRLC6LCRDoIRDb7oh6uMokQGCGQGzf6dFshpelBAh0EIjtO2/w1awDrEgCBKYLKKLpVlYSINBJQBF1ghVLgMB0gdi+w6PZdC4rCRDoIaCIeqjKJEBgloAimsVlMQECPQRi+xvX+2rWQ1YmAQKTBRTRZCoLCRDoJaCIesnKJUBgsoAimkxlIQECvQRi+3bviHrhyiVAYJqAIprmZBUBAh0FYvv263w16wgsmgCBwwVi+zZFdDiTFQQI9BRQRD11ZRMgMElAEU1isogAgZ4CiqinrmwCBCYJxPat3hFNkrKIAIFuAoqoG61gAgSmCsTWrdf6fD9VyzoCBLoIxNYtiqiLrFACBCYLKKLJVBYSINBLQBH1kpVLgMBkAUU0mcpCAgR6CcTWzd4R9cKVS4DANIHYuvkaX82mWVlFgEAnAUXUCVYsAQLTBRTRdCsrCRDoJBBbX/do1slWLAECEwUU0UQoywgQ6CegiPrZSiZAYKKAIpoIZRkBAv0EYutrV/l8389XMgECEwQU0QQkSwgQ6CugiPr6SidAYIKAIpqAZAkBAn0FYusm74j6EksnQOAwAUV0mJB/ToBAdwFF1J3Yv4AAgcMEYuumK32+P0zJPydAoKtAbN2giLoKCydA4FABRXQokQUECPQWiE13RL2N5RMgcIiAIvKfCAEC/3eB2LzeO6L/+ym4AAILF1BEC/8PwPYJjCAQm9d/xef7EU7CNRBYsIAiWvDh2zqBUQRi8zp3RKMchusgsFQBRbTUk7dvAgMJKKKBDsOlEFiqgCJa6snbN4GBBGLzWu+IBjoPl0JgkQKKaJHHbtMExhKIzWuv8Duisc7E1RBYnIAiWtyR2zCB8QQU0Xhn4ooILE4gNq/xaLa4U7dhAoMJKKLBDsTlEFiigCJa4qnbM4HBBBTRYAficggsUSA2r/KOaIkHb88ERhKIzau+7HdEI52IayGwQAFFtMBDt2UCowkootFOxPUQWKCAIlrgodsygdEEYvNK74hGOxTXQ2BpAopoaSduvwQGFFBEAx6KSyKwNIHY8Gi2tDO3XwLDCcTGlZf7HdFwx+KCCCxLIDa+ooiWdeR2S2A8AUU03pm4IgKLE1BEiztyGyYwnoAiGu9MXBGBxQkoosUduQ0TGE8gNq7wsnq8Y3FFBJYloIiWdd52S2BIAUU05LG4KALLEoiNK77kB43LOnO7JTCcgCIa7khcEIHlCcTGl90RLe/Y7ZjAWAKKaKzzcDUEFimgiBZ57DZNYCwBRTTWebgaAosUUESLPHabJjCWQGxc7mX1WEfiaggsT0ARLe/M7ZjAcAKKaLgjcUEElicQG5df5pfVyzt3OyYwlIAiGuo4XAyBZQooomWeu10TGEogNr7k0WyoE3ExBBYooIgWeOi2TGA0AUU02om4HgILFFBECzx0WyYwmoAiGu1EXA+BBQooogUeui0TGE0gNi7z1Wy0Q3E9BJYmoIiWduL2S2BAgdi47Iv+F48BD8YlEViSgCJa0mnbK4FBBeKYO6JBj8ZlEViOgCJazlnbKYFhBRTRsEfjwggsRyCOfdHL6uUct50SGFNAEY15Lq6KwKIEFNGijttmCYwpEB9deumjEXHBmJfnqggQON8F1uv1fhy75JK7V0eOXHi+b9b+CBAYVODs2X/GsYsvvmT1qU/dMegluiwCBM53gY8/finO7fGjSy+9MSKuPt/3a38ECIwlsN7ff+3zH3zwyidFdO6PT+6Mjhy5cr1ef9Y7o7EOy9UQOJ8EPnknFLG1Onv2jYvef//dc3v7DxI9fDyGojDAAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.YPLB .vux-swiper-item .hotBox-item:nth-child(3) {
  margin-top: 7px;
}
.YPLB .vux-swiper-item .hotBox-item:nth-child(4) {
  margin-top: 7px;
}
.YPLB .nrqy {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXcAAAB6CAYAAABEKROUAAAWeUlEQVR4Xu2dz8tmV1LH6z7vjx46iZEJCuMPMDoGXMxmdDMGYSLuVNy5cOFGt7pyYHYTRVAZphmGwMDgav4BZRYiBpzFoEsX6kKMySomKijpJN2d7vd9nyv3d1WdqnNP99uadOfT0HQ/z3PurzrnfOtb36pzbici0r/65dN7P/PDv9FdvP97x8uLX+ikPx++l64b/zF/1q/8b51I8NV0bHAe9912KdW2uNb8RXEd94W5715d37fT9+avq45Ln3m2TGGnw/bIy7G9uvf1u9nGhXk6EX35qB+0XSO7F8foRkFfmf4I7Hxo6W9/XMP4GZvU+mX5eWtjDxk+uecJ7dXQZrD5ci/mItux21DYs+cyNpbZE43d5RzuN33/0dTxz7ve9myL5ZLLGFqeJTzXfHD023gf2UHdBg9RH66PHQ1O1+d+fq1mya9th3+l3fjTYYOw7mg/m+7x4zAalwFmRMO8+K4yN7K2HnjDPpoa9b18JIezf5Du7LWTt/7nL7tXXr3sBmC/+1OnX+tv/+dX5PLeDdOZjw3cZ+Oam9MfeuVH1IDqzOh0E298JDWx1fnWwTbO1mTCatCIO7EzEz1zUhFAV8DT27QG3Mt4MJPHOSs/sdKJEdgnHVSRow4mafFVNoD9tT2gVCaRn/gF5xjuNep7MzOu0cY+03YlbaNafyv0aLF31p8aZKtt5ntxQ3+00XL9xYkNn9fhNP+u24zHBIiyTjt9jGu3Tt35e/+51aHXgG+2QzBELKEz54j6KnNwGWFdJ5lyGtaJl2bL5kbkP1vGUzSuhuPO73dnz3/98OZ7f9i9951f+c3zu29/93h1eUO6xcMZVLGzJLbkjKGVSeoIjGcE/3fMXd1+CqzxfT8UuBvs9x2pHYy/VjB5nEPqdpl7cP9V5q4Q0g/8whku/rFAcuM3p8MeEtxXs+yMGwVm5fALACgkJQ12r42PoksduIe+f6+NA4n1o7rXbL6F7L4COi3joeji4HxmOmmjJOO4Zc75Z4zs4Fms4WzRfHuEObdHvIq+yOf5Prh70lnBqWxOrpiq+qnvpTs5uX/36rnf7t5/7Yt/d7j/wS9aDw24T6bPwCphhdkgNZ3TADKA++JRlAOZ7Aa4B842Ax1tMMB9m7QZWXoawH18yqP03TN/333wzZ+70x0vb1omDbgD7i5czMBB+yqYu/f6pTdqiZSqrBxwt3mRiIStlHYmB42E6qkB90Ft6+52d2699KAXObOjEnAH3AF3kzFElnGOa1DhkGVsOLmFSh+bLLP0Un+8ANzL3lHEAFlmndEwdzdS9vT0eaK3SHVe/oO5x4x7G4xKroO5u7KlyTZHwN1quz6aQ3Ov6JRBMglZBlnG83sSqhZjIlkuTWRrY2ZJY10+pk50vIK5GwoAuOcDEeYOc/euC1kmgI858V8UD+WVNeX6oKjy6GHAvYe5h+HMJptRLRMlS5PQeEK+TMZSJwplCp/wKrzsmgCgWmbxvxWbFjXx0YLEIMmYMsgIbNDcfWJXI/3HrrnD3JdBG4MLpZCKqsHcYe4wdyfj5mwccA+xo4GR7GlUD13HCrjb+LKip8PctwleTZbOISAJVesS1rm5F80l259oF7sO00yyWL4PohSfG9CR5xo47kSURU5uC/sBd8A9Xt7tBjArVNWkcYrNtK9Mw+S9Vptgbxmzv0sFXAB3wD1wSIZM7ZHV9Hgv0akTIcsgy9hkjrMHmnvB0jeTUApJnTuyjF0NU2bETC7OblzmaVrCkFpYWTXsQpZBlglkAC0hFEMPcAfcAXfA3YRVDRICsoxNXI0mm+xWcgNkmdIogZ7N3jKbPPTQOTk7HIv9vM2Unsepl1oq+vzjL4UcFjFR5+57zUlh3jMXPTa3T9oFnd6kDwPugHuUW9DqdXUVK+BuJ3IjodpTAApmAXOHucPcFWtyqKVY+dooTELC3E1mEnCvbBPixxjgrsbO4pECpppo5k44txJutKji/+1NTPqxsk5Gc0dzR3PP5YE4YkVzh7nD3GHuMPea5srGYYEMR527idTC8bOYbXG+ygmjuQdGUVk7VqhWop5osLH9gJ2Pu7XwbvytHwPNvHgtXa0NmjuaOwlVEqpR0rcG3F4Y18cD7oC7s0BeQFBxTpGTswmHncIHNHeqZaKl0DD34EXklY2nAPfYXosUFyaHfSmM027Zz30G71jr501MnkMgy1SWqZNQJaFKQpWE6k5VDaWQZdFNfdWpd9INWqJ36Hv1qStRolpmU1XyTH+4lSm7Quq0+MTWq6x8DgFh7i4vGLDMzEbZYiMnG5a5MWQZZBlkGfte9BWtAuAH3AH3Qg3Q4ySRUHgTU1wJpEfTHlmttR05BLIMsoyenEXyUyUbSKi6cJJdIX2edMIUwN15/G2bjMLXVSJlwN1kOpNQb3GS12ARJFRJqBYyHuAOuEcbG+WAzX7uWp4vkhWtxqwlwrKssncCJFRJqJJQJaFKQtVqSFGo7/IZJFR1OLAzgLaM54q3vKxjs1/JAdgVkl0hIwb9CHNurzCDahlNxwuUj/ZsnWQrmLsPMwB3o/1PAwRwD6THDHRMGqUQdktpM9V+Y5kTzR1Zhr1lNCztsQOYe1JiCLgbNGZXSHaFjHJDy3fsLROUEJFQJaFKQnWOGpP5sQYPVMvYcFLJh1TLbFwEWcapMkqSQHNHc3cLEmxZL7LMKmE6rck5qUDS0gfsRdVo7mju4QrPFaxJqJqZOJojrlaydkSWQZZZQyo3hEioFt4NWQZZxuKqs4fGXFaougic7QdIqJJQJaFKQlXpbxH7grkbz8GukLGcEhQbTHEfzB3m3rLPBQlVEqokVEmojjiwQzoqb9dihaqW56lzdxnVjY2QUCWhSkLVZD7R3MNEsHJGaO5o7mjuIcMomWsR+aO5o7mjuaO5o7mjufOC7Fzq8VH7yrnilbG8ickH+Z6k9iLH40V359ZLD3qRM9t88UiBcSP5pNAo5y+apBafO1HXbKorZeOwUBvMqlt8X5kuplrGzAO9TzbM3SEKW/7WSp7R3NHcy6RNUBGA5o7mjuaO5m4qqtDcs/BliSzQ3NHc0dwn0NA5hJ35sf6sw5lEQmmpUEOWccJJZMus3JM3MXntJ9f/NpIY1M/uDOBskKK5o7mjuaO5K2yZjWH+2YJ2wF0Bhq9HvQaLANypcy9ySLyJqRDcec1ePE9mJ47mjuaO5j764Z3FIqpNmaPnZR28rCOTLJLCkBJ5dyL7RYdavb79IihKANwBd8AdcC8ZINsPxGC76RZO1QDcC32HRUwkVEmoklAloeoTyNlnmHuePDMRuA3F2c/dq5obG6EUchs4yDIB8GTrQfR8a1n34FNVus4/EN1ZoRpFDNN3yDLIMsgyyDLIMpRCWtcZ5gQohaxrdS01t1TLUC1DtYybR3H1Gcwd5s7eMlOg1paRD5JGyDLIMqxQ1eTWgir7uQe5QxKqJFRJqJJQJaFKQtVV2wSh2u7m9prEk1BNMi/LSFvtDXOHucPcYe5aADAifZT4hrnD3GHuMHeYO8wd5u5XUvrEW5b1R3PfEDS0EStUDStjEVO9MMLt04PmjuYevBMR5g5zh7nD3GHuMHeYu0ZCNx7Uyo2WRTWGfcHcYe66oiwB26CSbDqK7QeKyYjmDnOHucPcYe4wd5g7zB3mrtljNccyM9GWPIxnnmjuaO6mHCaIavTvVMvU3rUaywJluBev1Fs3kmiZyOkqWd+b7C1j31E579mxJrHVf1pseq027OdeYA37ubOfe6EFFXqsd9IKQDPt1mNsy8QdnZ8HcWQZZBlkGWQZZBlkGWQZZBlkmc0CC1kaOdJOVLsGWgGhyiLe7KUalELaQApZBuZuRoSZmF7rCKoPsi1j9Zwuztk6kamWmdhzwCCTSNdEoS3VSWz5uw1/3sQUbkqsHHTgqdl+YJmdhRrFxmHWNJGerkmxMaBihiXW8Zo9XrNHKWQBOJRCormjuaO5o7mjuaO57+mKVMskY6SSJI/02tCOVMuEspqRuysyGLIMsowNhyPpxeuzNeYTtKVaJkmG2K+1bMGukBuCIcu06PKBMwXcAXfAXZevei1vpyIA5g5zt/S6zFGZIeSYNglVO36oltHMOcjjeUevBheaO5o7mjuaO5o7mjuaO5p7nUlQCum0tW1lq60O8nKlixDZfmDGmiRSps49kXZh7oH2FtdZs/1AhdVGO/EB7oB7kTryc6uS9K3tsePlLpVIZlfIwKbIMsgyyDLIMsgyyDLIMsgyyDKrBfYkl5latiTZ2RVyQVcSquOwieSobKGWbo8sgyyjB1BL9UY44ILBhiyDLIMsswZCThh35NjoSomGrr8G3OuJGHaFLB0b4B44ex+ms+Wvx+zJ32vA2SkTXk4QbXKVRTeUQtYj5ZpN0dzR3NHc0dzR3NHc0dzR3NHc0dw3C8DcU6mlDDoiWSWRWtDcWxiXl0AbyrKMFMYKVTWTSz1Z2coIjT7M1k4xDMHjUlTexKS3Sc/GbtRGtY1WvU6dVeq8XlmJJBQz7ZBlSlNONgHcQ3wOBua20XXgKWv7tAPuSlAuJ3Mxx51MpSc7+7m7eUy1DJp7zsYBd8A9KXsy4cOWuHK+Kt8jPqIOCfMjoar8XyWyK+Yx4A64A+42BCxC9pmMR99n4X0aPiaJkWX6Ui1TAhngDrgvOgKyTBzdrvjh/wO4A+46oG99mbda2MKWv1skU3IA3sTEm5iSxOQ6hyr5Cg3ne3OziWyiuRcJnc2uaO4msTBil6dUjkFErzds2b8bzX2HqakcBLJMKQpSLRPkAAF3wD2TitYptKEJ4A5zD6tb9uQC7bxbnD2yDLJM4K68cO6a1Ng4mntBiYyMA3OfouuZEUWAthdOL5pyLQSvtmGFajRGSaiiuaO5o7lv2OB1SwXcPmihzp069z3iM7l9NPeCcLP9gNJUDatbTOUHTaJ9ZxtmRZUoLSwT5j73hrY/zN0AXfWFHkGkjCyjCMbOPM4kUxKqagiWpQ3lOyWXadzUNvHQrYBJKWQ5wCMHVHsRh6fX+nh2hXREc68W3pGL9eO+jGmWQGagg+aeyMWAe7zAJgLhZk+Xh5lUy/gAlIQqsgyyDLKMSzJFfinaJgJZBlmGXSF1pOlmjp40RdC4x8pn2hzmGHxW2J28KrkUoW4QDSPLGA362pG9VQk3g5NQJaFKQpWEapj0Q5bRU6N4ifju+o4sN+bZbua0vYq20w7NHc29+qb7VhbBCtWNFIyTioQqCdVYoqBaJlAgkGWQZZBlkGUm9qxlJi/9xAlI6tyRZZBlkGWQZZBlXOVKpSIoqhqyYYuV1Klz90kBEZg7zB3mDnOHuQdJ6iWa0U7lidHce5Hj8aK7c+ulB73ImU0tLOFGEI5RCumyMGrv9JbKCDR3yzKUnr4aNrQjmjuaO5p7+KZPSiFrb2zyWfIsCx9rj+uCEsDdhMtFydiWFw2TpYB7wCAzMsUKVVW3EGnfarC1Eqq9dk8McxdkmW2VH+BuUTmYLLxmT2dOJudUdeYzuLQ4fK8ZU+fu9HkfLNvxSbUM1TLlitsonNEOv0jUwNyLzKg2CdsPOBTacwBuUkaJRJh7KYO6eQm4A+6Au0kO5WVcYZ0+zB3m7l0XL+twMuTGDMv1V5X55jljuHgrk5603KxORLUM1TJUy1AtQ7XM01Ytg+aumDyaO5r7TsK9IE57kgua++o0oohRs4osL8H2A5p5BFGCd0owdyUbw9xh7jB3mDvM3XmOILlYlBItE0e1TRJEbPmbVwTwDlWlZRZDanyDuDVexPiu1YbX7AVZze3F7aP5d4oN1n4LCBXMfX/8pqtw0dxnx5SBALIMsgyyTIHPWTXZSnS1VgW46zlEQjWMiGssP8kYt7CykVwA7qvJi7JFzb4CO1MtM6kXmwGpc6daJtDBpxECuAPu8duuNIyMqkPCitZQLYg8MjD24bE51IXM+jfAHXB32gy7QkZkE3AvNDo0dzR3TYoNJVKabpmyQXMvVspGlSgtzt5zCGQZp4X7hA/gzpa/hok3JP9g7ouqqzB+ZkR+fo3bADTY9FptSKh66jFJD2juLpzbXipTBNu5I8hzHdrqiSRtNCB1URYxBZl7JayWy5p3kkZZ1h9w30ZpaKM4oc0LsnlBduRU/Apqth8IcGwA9w9v/ewDkY4tf0Mn6b0l4F6gdKTLF9qJagS460xTEKG4bFypQ83RTMWmyDLOrg2RXZQF3S3t/oTLMre/8eKdk+7sZiguhfXCRVys5vsOA1Os2NfFormjuaO5L5hUA+6WNsHxaO45Tq2QtuMEMtJiDpvlw49ZljnevX2ve/dPf+wfnzt/5gsWbBePFDDVjEmEni9wBMnxgDvgDri3AHdLG8B9Dm/KKCfCqacN3A+d/Me//tM/d9/+rc/80e+8/CNfvf/RzbOu6+vhTIV5T7IyzN0OqkjraQwR1Yo0SiG3gVdyAxKqVMtE8ogCq5Zk+lMiy/SHUzncefPi66/97Z91pyK//PofnP/+yy++8KsX9589PfaH4i05A+R3MgP/aMeI0XtRv4+rGIZm46mG/yzH9JNfCPXYof1crbD8O59iq9RqBMxP9CKmzRbeQVhwXw242dB3R7hASfeb2vQqCCnLLX9zbXHqM/d7Fr5G5CAaT+E4mMPdIhg82HETDE37Yo35JqKwWV83uAczRP3LOnavW7HhfK5enXN92vE/0wyc/qcrd7JzbjczTJmte/RNzudbvhpP646br2W+n29l6bbxt6K/p04am6o55z8bHPHjUN1XvLWBr2DS9+EGyaOCu3k2y3uLt4w5G1xrEVN03XT7gYncDOOik6N07/3L5d/8xet/9et//N63hlv6+ZMT+fyrvya/9LtfuvnKZ5+/+RNdd3q6mOdKejkOL1kNAOMoIhfdUbpjJ+fd4BRETPv5gYfjh449UU98JSIfHfvxvOfTofPtB7Nk+God351cSi9XvciNselBjtLLAznKuRzkMBvmQno5mYfrMlGGdsPfU5kueOxk/XzZHeWyH37rxnMMzzb928vp/GzTTc430i83tNxvLxeHXs4G59j10vedXByuZGh23i93MvmpB/1xvLfxvF0vl73I/eNgY5HzgxnVBucHGwxXHZ51uM+T+TmUzxvvWhlz6Ub3bwQKDvzXI+bnPIhcHXsZ+m26x6lTLoc+P/Zy48SgiLne0FfD3+3ZAocQ3qm/zxXybOs9PXmwWusEN2dWY7HTEKtt1fAsCxJuGB33x4pJ9rpxJ9baBHOoNigKcF6IXDAW/c0kwJ53ZzK/xwPmsRvZIRnJuYPwfaROkC4K9N2S2XG9wWCu7RxjHjFqu4zVBfTccySnP96/d/nOG2+8/effe+f7f/LXxx9cifzb0PQnReSnReRzIvLsQeTcU/MJ6OI/Z2fD6/qGCb79HrU/GcHBnmP5mJ077c8BmN09nR1ELtT5o+sN5zsZHdD2Z/k8tB/u43icfl+/d+1r9+SvuZxT39d4D+OF7H08jC2i42v39Th/i/q2Nj6Wa7e0eZz3ybmwwKfMAiNvvBL5UETeFZG3BnAfKmV+VER+XEReEJEbIrIy90+ZgXhcLIAFsMCTaIEhiL4vIv8tIv8uIv+1xNIDoP+QiDw/g/1AXPmDBbAAFsACT4YFBsHhrojcFpH3B6DXCs4gFgyLmQbW/ihKyZNhAu4SC2ABLPD0WWBQPgf2fjGr1vK/hglL/8ec3WYAAAAASUVORK5CYII=);
  height: 64px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin-bottom: 10px;
  padding: 0 30px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.YPLB .nrqy img {
  float: left;
}
.YPLB .nrqy .mc {
  height: 60px;
  width: 60%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-left: -30px;
}
.YPLB .nrqy .mc .line {
  line-height: 20px;
  height: 20px;
}
.YPLB .nrqy .yp {
  float: right;
}
.YPLB .vux-popup-dialog {
  background-color: #FFFFFF;
}
.YPLB .detail {
  margin: 10px;
}

.BaiduMapPage {
  height: 100%;
  width: 100%;
}
.BaiduMapPage #allmap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "\5FAE\8F6F\96C5\9ED1";
}

.SJJYCX {
  background: #fff;
  width: 100%;
  height: 100%;
  background-image: url(../../static/img/ssbg.6aafbd4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.SJJYCX .bn {
  padding-top: 50px;
  margin: 0 auto;
  display: block;
}
.SJJYCX .nrqy {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASIAAABkCAYAAAAiyD1zAAALLElEQVR4Xu2dS5IUNxCGpQFv5hzTnMDecgWCo9gRxhcw4TD2DFeBI8DWvg0zszPlaJUe+ZLKA35F8LFqunq6utVSKv9HpnKq/+5urp5t6dG3KaVvUkqXKed2KaX+UDx3vjp7zeT1+8vrRflYPVdvq97b3Nfd+3zdf94c3mt8rfL55WdVtzlfk+8ZfIbzH7evI19bbmH/3n6v4L3duMnPZ8Zb3Hu/nfkubjyicW/Dpv9Wf4yDcViNkbsmxquNUZ8S5ruq7xdck7+tm4eT320159Tv13/U/UeTP315nZ4Luf2ten8zz9p/7d/bNeHmUZtL7aPI37G/6fFcnf1OyzmX1RJQg+HWcrBu3W/cX3OfUv4tbdvrx6eXb/sQ316ffk45v9A3IhARiKKAutqMjq4RiPY5ZdeWCC5fRiBqESnltL16dPXyh7xnQhdvXPpDRnS8y5ARrceIjKju7TZDIxCZVPN5/nB9epdzfkogiqAB0MxDzKOs5wCSKGRh4KKDxhJ6iPctGcUki7DwaArbDMQBmvUsRdIVPkELIL6Drva3iuDtwLzbtr3Ptzenu5TyJYGIQGRYiLrW4YjgiGaBJeCrIq405NnUk/f59ubJJm8j2FcXmyxJB1kNWb3k0YBmQLOlEDVSKQKRVA0cNACaAc1QzeJERWQ0nwnNyjuRES14COT7wIYAR4R8L2wfU9gl1tUxNCMQ4SNqEv2YONpaAkcER/SPc0QEIgIRgagsM1Sz/0w1A5rhrBbKGBnRVDl2HIiGpzirJ5aNPcI3MVYMbxs/yOqhZkBWVx6IQEQgCrJjQwmGJVqQ1S2bjGzz5yELzFcK7lJrtg8RtWZAM5GliM353zA0As2AZkCzvv7Utq79P0Azib0E1PrbDI2Q1ZDVZESQ1VJfN9kx0OzATBi5dp11AWg2+MLJWADNdPajCNbZjg9Z3SG9jGFOfYSsrtOJQEQgkhua2fnVf4FmHXPBEU1kwKhHCxmRb9ilnIiTBdgyIJU9QlZDVkNWH3gNrNlMKmWoZj1006HRk6gWKqggbGAXhsa2mFTXUlSzozovMiIyogataBV73MTv/9UqdgS99oiiV4FRFAdJz+rhMVoIB6sNgzYgnginVawImjirxwTBWY2h0ak9DbahmgHNgGYmQHCKx5AyhJO+PJwpY6trcETSqTBwPj6i4NiWgJjuSMrCBTsZKfEYRLb1cwQLV0q2TlEDmilRgOOEhiMfHxGByPXJQb7XCwTVTCSRk81EzZkaVfAR4SMSGjTQbMXfcYqHXCyoZjr99xFVjFaF8pHbeUYKAs18d8CJyoePCB9RRFtMqQyroGNoxNDYyNZlmgxZDVlteU+5KS14PAdRPZ8KWS2pe+njQTUDmgHNRtrSQUOAHko/KQKRpjVMky2gmUmB+4QJJg4ZkeE9JjCUk17NQSIEIp0tt+zGLagaq8rzcEQmco/djEBEIIoKvMXmrruOAs1kZCEjKvSNxJWNtA+wOBmRAONmU1JDeNDGF9UM1WwoZRPSi4woOJjQKoBAM5cdE4jMsUYempIRSVI5lAQjPK+zhD0ZAJoBzdosICNynQ6BZiKQOLnPXCMQeTUDaOZ3c6rvAwrjHHwtkhABmUBEINIlRH9BiZAkIoGIQCQzfi8Xi6BEILKoINOPaCERH3kzCERr/woZERkRJ71SfT9EhRk311ACPavpWU2JByUelHh4F7k1xlpFDfke+R75PpBV4YjgiOCIAvtBUJISeOngiFb1THBEgR/KGDfpWT3MrAQiApGXROGI4IhoFRujl4kRuXkFxeZMz+qjbITjhDhOqHHw9Kym+l7vunVmUOJBiYczxVYjn6IMcFbjrK4OB3xE+IhKaiXTceVtPTB2whHBEUnaMBJthHtkR3/CKtBqFAhEBCICUdD9Ui4Yt9BsDWVUPynVdVvgjLMaZ7W13qOaccCihZHdozSTnglEDlL2/dyoqjirUc1QzVDNUM2aFOgyVNqA2LS0Y2ZH8kvuhub5YyqJCvbycAJ1HGEuyQqT7Shuo10jI0K+R76nef4KNlPiQYkHJR6UeBym/Mj3IoGDrI7P5xvjQokHZDVkNWS1aNZmrByWe446rCLfNxOC4AwEDaD7+7oR3bkFAhGBiEBEIFLE7SyyRu0zKfGgxKNtOpDVlHhoibjODKf+1HBTnkc1QzWjef7UWkHPakHAhrKnlD4lJGqPPYFrjqOsKiuBiEBEICIQ6XgCWQ1HBEcERwRHBEckDHkYGo03JsqyOzE0pg4cERwRHFHjv4IaG7dA4spjnNWWWwy4RjW8OKsffPTVzCC83PyyPlOgTPWAWkG+R74fG4GxIqwO8YuuiQmp5yZtQLwZT286WR1+MLGJ9OQuspqIxQ1ZDVn94F2Gc80416wkuZEAI1Emzmqc1T2bxNA4Mmu5MDwMIiNqgUUGmEn2TSDyfjYRgzWUs2r7mIeoZqhmqGaoZqhmqGaoZr3JliWkV5sE1fdGYbTwT6UlcwgNWS0NTbMU2KZyD8HdNEabmuYgq/3pwvQjaotN9y93jAaqmQ7x1JpRa9YtRQHnpVSqscbGoJnNj0BEIFoTWrYzYZAllUlkJyMZERkRrWKVvWManA06kVYOMqKHYl4CkWppgo+o0o+zbImMaKioBCKZM89lQNqA+EWlziKrO78iHicLsDyNfO+ycKAZ0AxoZsn6Fihont9VVauooZqhmsW4swNQ3fXQCV0B6748+wiOKBxvMqLh/KDolaJXTYjWtN95EySyIBCNFWSI96Wng+OExp4mxInyENVMj4FjmPERSc19ny8EIgIRjdGmiiZFrwJalXjhVSjbcXH6GjKiWjYRjGEf10AVJCMyvEcE99tmJjY0MiKgGdCswU6bDtv2GQaGKeUKsrpscpaQloEZsrqq7XauNDok2Ng8HPHq63Lzox/RJ0R4n31wnNBQZGNI3JCyOctKJcf0I6IfkYpoglkIgqKDlqvXjDVL9f1q1z069pp+RPQjog0IbUC0rE1GhLNaZHg9q5spamanxtA40mexOXvuPBCbJGwmIyIQEYgIRDuRhHzvmmwh30uehub52rtqdlfI6jiISAogMv+W65DVxhZjm7gLGxo+IjFhkO8dgU4gIhBp1yo+ol1OPthlIKshqyGrIashq6X/j+OEqtHGdBeArHa80dKsbKwcjm6CrJZ0U7ATQ1ZDVkNWQ1aHfhwdTqk1g6yGrD6viUmWVi4FihdktVF8tAd/Xo/mbOPSWR6kdrQB8YR/wxlTj0bQq0iN+2Ky0xiN5vnKPV/LRNyco8TjmCimeT7N89v6oej1E9bLLMmAI6JVrMsk6dDYU0Ur7dOhUSoVBKKhXIlcD2hGGxDr8G0nrajKCgyNezwV4wBHZEAj/YiOdxl8RPiI8BHhI8JHhI+oJBNwRMeb5sycu6QDIKs/YWDxEeEjwkeEjwgfkTZcuhKRplK0gaLWjFozEzjxEakaeWn6mfhb7KKSHi2KXofS47O0ASMIRAQiAlFnpm9vnmymdoJA1I1dFL0eFv+uCoMjrxeqGc7q4ACJfHtzukspX45g1GZKsJvjrA7gV4vb1ppP83zfvWBky/toId8j35eJcJ8/XJ/e5ZyfEoiiUyTIiMiIdAKzB1e96eS2w0tPkGI77DxalN98gT6ibdve57ubq2dbunhDICIQNW5LK7qc4sEpHhGHbDPagDd2We9MsPnjeZlzt7+eXqWL/L1ipjE0HlsIMDRiaMTQ+FmGxi2lX766+vFF3/zOmdHH7eK7nPPXKaVLTnqlQ2PnLx5ESBuTZZdFKqSBrIaszvl+29LvOX98/fjqp4LG/gRJ5m6dmg5EFwAAAABJRU5ErkJggg==);
  width: 70%;
  height: 100px;
  margin: 10px auto;
}
.SJJYCX .nrqy .content {
  height: 60px;
  padding: 10px 10px 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.SJJYCX .nrqy .content .line {
  text-align: left;
  height: 20px;
  line-height: 20px;
}
.SJJYCX .nrqy .time {
  float: right;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
}
/*@import "../../../less/styles.less";*/
.ZTJY {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  background-image: url(../../static/img/bg.4fe4e90.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*align-items: center;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ZTJY .dstp {
  /*margin-top: -5%;*/
}
.ZTJY .dstp .bn {
  margin: 0 auto;
  display: block;
  margin-top: 8vh;
}
.ZTJY .dstp .xxds {
  margin: 10px auto;
  display: block;
}

.DKKJNEW {
  background: #fff;
  height: 100%;
}
.DKKJNEW .content {
  width: 100%;
  height: 100%;
  background-image: url(../../static/img/kjbg.53e3390.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.DKKJNEW .content .bn {
  padding-top: 50px;
  margin: 0 auto;
  display: block;
}
.DKKJNEW .content .text-scroll {
  margin: 0 42px;
}
.DKKJNEW .content .title {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #F2BA23;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.DKKJNEW .content .line {
  height: 30px;
  line-height: 30px;
}
.DKKJNEW .content .line .point {
  float: left;
  margin-left: 10px;
  margin-top: -3px;
}
.DKKJNEW .content .line .item {
  float: left;
  margin-left: 10px;
  font-size: 12px;
  color: #F2BA23;
  width: 70%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.DKKJNEW .content .line .btn {
  margin-top: 2px;
  position: absolute;
  right: 10px;
}
.DKKJNEW .content .vux-swiper {
  width: 100%;
}
.DKKJNEW .content .vux-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.DKKJNEW .content .vux-indicator-right > a {
  margin: 0 3px !important;
}
.DKKJNEW .content .vux-indicator-right {
  position: relative !important;
  right: 0;
  left: 0;
  bottom: 2px;
}
.DKKJNEW .content .vux-indicator-right .vux-icon-dot {
  width: 20px;
  height: 4px;
  border-radius: 5px;
  background-color: #d0cdd1;
}
.DKKJNEW .content .vux-indicator-right .active {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  border-radius: 50%;
  width: 5px;
  height: 5px;
}
.DKKJNEW .content .vux-swiper-item {
  /*box-sizing: border-box;*/
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*justify-content: space-between;*/
  text-align: center;
  /*background: linear-gradient(0deg, #E02828, #FFE191);*/
  /*opacity: 0.5;*/
  /*border-radius: 10px;*/
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASIAAAFtCAYAAACjsGcPAAAQMklEQVR4Xu3b74umVRkH8Odasj+iXqS9MA0JCQlTERGVCBERCZEQkYgQERGR0BBFQsJkDZGQkIiIjAiJiAiJCBENCZGQ/IFuwzANw7IswzIs2zj7xEq9nvs+13XosPfHFwp6rq/3+Rz5cv94jNV//1hvPfuF1cGRr65Wq8+s1utP/+/v+ysBAgRKBSL+vVqt/rU6+PcbcdFD757LjnN/Wm88e+NqFVeX/suEESBA4FCB9WvxuQdeifWxH16yOnLBHYeut4AAAQI9BM4eeSnWx47evVqtLuyRL5MAAQITBP4Z64+OPrqK1QUTFltCgACBeoH1av/cHdHj9ckSCRAgMF1AEU23spIAgU4CiqgTrFgCBKYLKKLpVlYSINBJQBF1ghVLgMB0gVh/6GX1dC4rCRDoIRAHiqiHq0wCBGYIKKIZWJYSINBHQBH1cZVKgMAMAUU0A8tSAgT6CMTBh8/4ZXUfW6kECEwUiIMPFNFEK8sIEOgkoIg6wYolQGC6gCKabmUlAQKdBBRRJ1ixBAhMF1BE062sJECgk4Ai6gQrlgCB6QJx8J6vZtO5rCRAoIeAIuqhKpMAgVkCimgWl8UECPQQUEQ9VGUSIDBLIA7ee9r/4jGLzGICBKoFFFG1qDwCBGYLxME/3BHNVjNAgECpgCIq5RRGgECLgCJqUTNDgECpgCIq5RRGgECLgCJqUTNDgECpQBy842V1qagwAgRmCyii2WQGCBCoFoiDd37gB43VqvIIEJgloIhmcVlMgEAPAUXUQ1UmAQKzBBTRLC6LCRDoIRAHf/eOqAesTAIEpgsooulWVhIg0ElAEXWCFUuAwHQBRTTdykoCBDoJxMHb3hF1shVLgMBEgdh/+yk/aJyIZRkBAn0EFFEfV6kECMwQUEQzsCwlQKCPgCLq4yqVAIEZArH/lndEM7wsJUCgg4Ai6oAqkgCBeQKKaJ6X1QQIdBBQRB1QRRIgME8g9t/6vt8RzTOzmgCBYoHY/5siKjYVR4DATAFFNBPMcgIE6gUUUb2pRAIEZgoooplglhMgUC8Q+296R1TPKpEAgTkCimiOlrUECHQRUERdWIUSIDBHIPbffNLviOaIWUuAQLmAIionFUiAwFyB2P+rO6K5aNYTIFAroIhqPaURINAgoIga0IwQIFAroIhqPaURINAgEPuve0fU4GaEAIFCAUVUiCmKAIE2gdh//Qm/I2qzM0WAQJGAIiqCFEOAQLtAnHnNHVE7n0kCBCoEFFGFogwCBFICiijFZ5gAgQoBRVShKIMAgZRAnHnVO6KUoGECBNICcebVx32+TzMKIEAgI6CIMnpmCRAoEVBEJYxCCBDICMSZv3g0ywCaJUAgL6CI8oYSCBBICiiiJKBxAgTyAooobyiBAIGkQJz582M+3ycRjRMgkBNQRDk/0wQIFAgoogJEEQQI5AQUUc7PNAECBQJx5k/eERU4iiBAICGgiBJ4RgkQqBFQRDWOUggQSAjEmT99z+f7BKBRAgTyAnHmFUWUZ5RAgEBGQBFl9MwSIFAioIhKGIUQIJARiNN/9GiWATRLgEBeQBHlDSUQIJAUiNN/fMRXsySicQIEcgKKKOdnmgCBAoE4/Qd3RAWOIggQSAgoogSeUQIEagQUUY2jFAIEEgJx+vcezRJ+RgkQKBCI07//rq9mBZAiCBBoF1BE7XYmCRAoElBERZBiCBBoF4jTv/No1s5nkgCBCgFFVKEogwCBlIAiSvEZJkCgQkARVSjKIEAgJRCnf/uwz/cpQsMECGQFFFFW0DwBAmkBRZQmFECAQFYgTr/s0SyLaJ4AgZyAIsr5mSZAoEBAERUgiiBAICcQey8/5KtZztA0AQJJgdj7jSJKGhonQCApoIiSgMYJEMgLKKK8oQQCBJICsfdrj2ZJQ+MECCQFFFES0DgBAnmB2Pv1g76a5R0lECCQEIi9XymihJ9RAgQKBBRRAaIIAgRyAooo52eaAIECAUVUgCiCAIGcQOz90juiHKFpAgSyArH3ywd8NcsqmidAICWgiFJ8hgkQqBCIvV+4I6qAlEGAQLuAImq3M0mAQJGAIiqCFEOAQLtA7P3co1k7n0kCBCoEYu/n9/tqViEpgwCBZgFF1ExnkACBKgFFVCUphwCBZoE49TOPZs16BgkQKBFQRCWMQggQyAgoooyeWQIESgTi1E/v89WshFIIAQKtAoqoVc4cAQJlAoqojFIQAQKtAnHqRY9mrXjmCBCoEVBENY5SCBBICMSpF+/1sjoBaJQAgbyAIsobSiBAICkQp37ijihpaJwAgaSAIkoCGidAIC+giPKGEggQSArEqRc8miUNjRMgkBSIUy98x1ezJKJxAgRyAooo52eaAIECgTj1Y3dEBY4iCBBICCiiBJ5RAgRqBBRRjaMUAgQSArH7vEezhJ9RAgQKBGL3+W/7alYAKYIAgXYBRdRuZ5IAgSKB2H3OHVGRpRgCBBoFFFEjnDECBOoEFFGdpSQCBBoFYve5b3lZ3YhnjACBGoHY/ZEiqqGUQoBAq4AiapUzR4BAmYAiKqMURIBAq0DsHvVo1opnjgCBGgFFVOMohQCBhEDsHr3HV7MEoFECBPICsfuMIsozSiBAICOgiDJ6ZgkQKBFQRCWMQggQyAjE7tMezTKAZgkQyAsooryhBAIEkgKx+/TdvpolEY0TIJATiJM/UEQ5QtMECGQFFFFW0DwBAmkBRZQmFECAQFYgTj7l0SyLaJ4AgZxAnHzqLi+rc4amCRBICiiiJKBxAgTyAooobyiBAIGkQJz8vkezpKFxAgSSAoooCWicAIG8gCLKG0ogQCApECef/KavZklE4wQI5AQUUc7PNAECBQKKqABRBAECOYE4+YRHsxyhaQIEsgKKKCtongCBtECcfOJOL6vTjAIIEMgIxMnHFVEG0CwBAnkBRZQ3lECAQFJAESUBjRMgkBeIE495NMszSiBAICOgiDJ6ZgkQKBGIE4/d4atZCaUQAgRaBeLE9xRRK545AgRqBBRRjaMUAgQSAooogWeUAIEaAUVU4yiFAIGEQJx4xDuihJ9RAgQKBOLEI9/w1awAUgQBAu0CiqjdziQBAkUCceK77oiKLMUQINAooIga4YwRIFAnoIjqLCURINAoECcevt3L6kY8YwQI1AgoohpHKQQIJAQUUQLPKAECNQJx4iGPZjWUUggQaBVQRK1y5ggQKBNQRGWUgggQaBWI4w/e5qtZq545AgRKBBRRCaMQAgQyAoooo2eWAIESAUVUwiiEAIGMQBx/wDuiDKBZAgTyAooobyiBAIGkQBx/4FZfzZKIxgkQyAnE8fsVUY7QNAECWQFFlBU0T4BAWkARpQkFECCQFYjj93k0yyKaJ0AgJxDH77vFy+qcoWkCBJICiigJaJwAgbxAHL/XHVGeUQIBAhkBRZTRM0uAQImAIiphFEKAQEZAEWX0zBIgUCIQx79zs69mJZRCCBBoFVBErXLmCBAoE4gdd0RlmIIIEGgTiJ1vezRrozNFgECVgCKqkpRDgECzgCJqpjNIgECVQOx86+u+mlVpyiFAoElAETWxGSJAoFJAEVVqyiJAoEkgdu7xaNYkZ4gAgTIBRVRGKYgAgVYBRdQqZ44AgTKB2Lnna76alXEKIkCgRSB27lZELXBmCBCoE1BEdZaSCBBoFFBEjXDGCBCoE4iduzya1XFKIkCgRUARtaiZIUCgVCB27rrJV7NSUmEECMwVUERzxawnQKBcIHa+6Y6oXFUgAQKzBBTRLC6LCRDoIRDb7oh6uMokQGCGQGzf6dFshpelBAh0EIjtO2/w1awDrEgCBKYLKKLpVlYSINBJQBF1ghVLgMB0gdi+w6PZdC4rCRDoIaCIeqjKJEBgloAimsVlMQECPQRi+xvX+2rWQ1YmAQKTBRTRZCoLCRDoJaCIesnKJUBgsoAimkxlIQECvQRi+3bviHrhyiVAYJqAIprmZBUBAh0FYvv263w16wgsmgCBwwVi+zZFdDiTFQQI9BRQRD11ZRMgMElAEU1isogAgZ4CiqinrmwCBCYJxPat3hFNkrKIAIFuAoqoG61gAgSmCsTWrdf6fD9VyzoCBLoIxNYtiqiLrFACBCYLKKLJVBYSINBLQBH1kpVLgMBkAUU0mcpCAgR6CcTWzd4R9cKVS4DANIHYuvkaX82mWVlFgEAnAUXUCVYsAQLTBRTRdCsrCRDoJBBbX/do1slWLAECEwUU0UQoywgQ6CegiPrZSiZAYKKAIpoIZRkBAv0EYutrV/l8389XMgECEwQU0QQkSwgQ6CugiPr6SidAYIKAIpqAZAkBAn0FYusm74j6EksnQOAwAUV0mJB/ToBAdwFF1J3Yv4AAgcMEYuumK32+P0zJPydAoKtAbN2giLoKCydA4FABRXQokQUECPQWiE13RL2N5RMgcIiAIvKfCAEC/3eB2LzeO6L/+ym4AAILF1BEC/8PwPYJjCAQm9d/xef7EU7CNRBYsIAiWvDh2zqBUQRi8zp3RKMchusgsFQBRbTUk7dvAgMJKKKBDsOlEFiqgCJa6snbN4GBBGLzWu+IBjoPl0JgkQKKaJHHbtMExhKIzWuv8Duisc7E1RBYnIAiWtyR2zCB8QQU0Xhn4ooILE4gNq/xaLa4U7dhAoMJKKLBDsTlEFiigCJa4qnbM4HBBBTRYAficggsUSA2r/KOaIkHb88ERhKIzau+7HdEI52IayGwQAFFtMBDt2UCowkootFOxPUQWKCAIlrgodsygdEEYvNK74hGOxTXQ2BpAopoaSduvwQGFFBEAx6KSyKwNIHY8Gi2tDO3XwLDCcTGlZf7HdFwx+KCCCxLIDa+ooiWdeR2S2A8AUU03pm4IgKLE1BEiztyGyYwnoAiGu9MXBGBxQkoosUduQ0TGE8gNq7wsnq8Y3FFBJYloIiWdd52S2BIAUU05LG4KALLEoiNK77kB43LOnO7JTCcgCIa7khcEIHlCcTGl90RLe/Y7ZjAWAKKaKzzcDUEFimgiBZ57DZNYCwBRTTWebgaAosUUESLPHabJjCWQGxc7mX1WEfiaggsT0ARLe/M7ZjAcAKKaLgjcUEElicQG5df5pfVyzt3OyYwlIAiGuo4XAyBZQooomWeu10TGEogNr7k0WyoE3ExBBYooIgWeOi2TGA0AUU02om4HgILFFBECzx0WyYwmoAiGu1EXA+BBQooogUeui0TGE0gNi7z1Wy0Q3E9BJYmoIiWduL2S2BAgdi47Iv+F48BD8YlEViSgCJa0mnbK4FBBeKYO6JBj8ZlEViOgCJazlnbKYFhBRTRsEfjwggsRyCOfdHL6uUct50SGFNAEY15Lq6KwKIEFNGijttmCYwpEB9deumjEXHBmJfnqggQON8F1uv1fhy75JK7V0eOXHi+b9b+CBAYVODs2X/GsYsvvmT1qU/dMegluiwCBM53gY8/finO7fGjSy+9MSKuPt/3a38ECIwlsN7ff+3zH3zwyidFdO6PT+6Mjhy5cr1ef9Y7o7EOy9UQOJ8EPnknFLG1Onv2jYvef//dc3v7DxI9fDyGojDAAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.DKKJNEW .content .vux-swiper-item .hotBox-item:nth-child(3) {
  margin-top: 7px;
}
.DKKJNEW .content .vux-swiper-item .hotBox-item:nth-child(4) {
  margin-top: 7px;
}

.ElderHomePage {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f0eff5;
}
.ElderHomePage .inforBox {
  width: 100%;
  height: 212px;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  background: url(../../static/img/elder-headerbg.15032e1.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
}
.ElderHomePage .inforBox .nameBox {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: center;*/
}
.ElderHomePage .inforBox .nameBox .infoimg {
  margin-right: 10px;
}
.ElderHomePage .inforBox .nameBox .inforName {
  margin-left: 25px;
  margin-top: 15px;
}
.ElderHomePage .inforBox .nameBox .inforName .titleNameG {
  color: #FFFFFF;
  font-size: 32px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.ElderHomePage .inforBox .nameBox .inforName .titleNameG .name {
  margin-right: 15px;
  line-height: 60px;
}
.ElderHomePage .inforBox .nameBox .inforName .titleNameG .standerCon {
  float: right;
  margin-top: -10px;
  text-align: center;
}
.ElderHomePage .inforBox .nameBox .inforName .titleNameG .standerCon .stander {
  font-size: 15px;
}
.ElderHomePage .inforBox .nameBox .inforName .titleNameM {
  line-height: 80px;
  font-size: 25px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ElderHomePage .businessContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 100%;
  top: 178px;
  background-color: white;
}
.ElderHomePage .businessContentBox .itemNameTitle {
  background: #f0eff5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
  height: 38px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #1A1A1A;
}
.ElderHomePage .businessContentBox .itemNameBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 60px;
  border-bottom: 1px solid #E3E3E3;
  padding: 0 16px;
}
.ElderHomePage .businessContentBox .itemNameBox .itemIcon {
  padding-right: 16px;
}
.ElderHomePage .businessContentBox .itemNameBox .itemName {
  font-size: 23px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #1A1A1A;
  letter-spacing: 0;
}

.renyuan11 {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.renyuan11 .hsoftNoData {
  height: calc(100% - 50px);
}
.renyuan11 .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.renyuan11 .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan11 .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.renyuan11 .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renyuan11 .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.renyuan12 {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.renyuan12 .hsoftNoData {
  height: calc(100% - 50px);
}
.renyuan12 .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.renyuan12 .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan12 .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.renyuan12 .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renyuan12 .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.renyuan13 {
  height: inherit;
  overflow: hidden;
  background: white;
}
.renyuan13 .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan13 .vanlist {
  overflow: scroll;
  height: 86.5vh;
}
.renyuan13 .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan13 .main .dateRangeBox {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.renyuan13 .main .dateRangeBox .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.renyuan13 .main .dateRangeBox .vux-no-group-title {
  margin-top: 0;
}
.renyuan13 .main .dateRangeBox .weui-cells {
  width: 100%;
  height: 35px;
  margin-top: 0 !important;
}
.renyuan13 .main .dateRangeBox .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.renyuan13 .main .dateRangeBox .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 100%;
  height: 35px;
}
.renyuan13 .main .dateRangeBox .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.renyuan13 .main .dateRangeBox .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.renyuan13 .main .dateRangeBox .reset {
  width: 58px;
  padding: 6px 0;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1b79ff), color-stop(99%, #1d68d2));
  background-image: linear-gradient(90deg, #1b79ff 2%, #1d68d2 99%);
  border-radius: 14.5px;
}
.renyuan13 .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renyuan13 .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6fa8f6;
}
.renyuan13 .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.renyuan13 .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan13 .serviceBox .gsContent {
  margin-bottom: 10px;
}
.renyuan13 .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.renyuan13 .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.renyuan13 .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.renyuan13 .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renyuan13 .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}

.renyuan14 {
  height: inherit;
  overflow: hidden;
  background: white;
}
.renyuan14 .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan14 .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan14 .main .dateRangeBox {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.renyuan14 .main .dateRangeBox .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.renyuan14 .main .dateRangeBox .vux-no-group-title {
  margin-top: 0;
}
.renyuan14 .main .dateRangeBox .weui-cells {
  width: 100%;
  height: 35px;
  margin-top: 0 !important;
}
.renyuan14 .main .dateRangeBox .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.renyuan14 .main .dateRangeBox .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 100%;
  height: 35px;
}
.renyuan14 .main .dateRangeBox .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.renyuan14 .main .dateRangeBox .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.renyuan14 .main .dateRangeBox .reset {
  width: 58px;
  padding: 6px 0;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1b79ff), color-stop(99%, #1d68d2));
  background-image: linear-gradient(90deg, #1b79ff 2%, #1d68d2 99%);
  border-radius: 14.5px;
}
.renyuan14 .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renyuan14 .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6fa8f6;
}
.renyuan14 .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.renyuan14 .nextpage {
  width: 120px;
  text-align: center;
  border: 1px solid #3436a3;
}
.renyuan14 .vanlist {
  overflow: scroll;
  height: 86.5vh;
}
.renyuan14 .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  top: 50px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan14 .serviceBox .vantlist {
  text-align: center;
  font-size: 14px;
  background: white;
}
.renyuan14 .serviceBox .vantlist .cellstyle {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(138, 127, 127, 0.25);
}
.renyuan14 .serviceBox .vantlist .cellstyle .listtitle1 {
  margin: 0 10px;
  /*width: 35%;*/
  width: 30%;
}
.renyuan14 .serviceBox .vantlist .cellstyle .listtitle2 {
  width: 25%;
}
.renyuan14 .serviceBox .vantlist .cellstyle .listtitle3 {
  margin: 0 10px;
  /*width: 15%;*/
  width: 20%;
}
.renyuan14 .serviceBox .vantlist .cellstyle .listtitle4 {
  margin: 0 10px;
  /*width: 15%;*/
  width: 25%;
}
.renyuan14 .serviceBox .listspan {
  text-align: center;
  /*line-height: 40px;*/
}
.renyuan14 .serviceBox .listspan1 {
  margin: 0 10px;
  /*width: 40%;*/
  width: 30%;
}
.renyuan14 .serviceBox .listspan2 {
  margin: 0 10px;
  /*width: 15%;*/
  width: 25%;
}
.renyuan14 .serviceBox .listspan3 {
  margin: 0 10px;
  /*width: 15%;*/
  width: 20%;
}
.renyuan14 .serviceBox .listspan4 {
  margin: 0 10px;
  /*width: 15%;*/
  width: 25%;
}
.renyuan14 .serviceBox .gsContent {
  margin-bottom: 10px;
}
.renyuan14 .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.renyuan14 .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.renyuan14 .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.renyuan14 .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renyuan14 .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}
.van-cell__value--alone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.van-cell {
  padding: 0;
}

.renyuan21 {
  height: inherit;
  overflow: hidden;
  background: white;
}
.renyuan21 .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan21 .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan21 .main .dateRangeBox {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.renyuan21 .main .dateRangeBox .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.renyuan21 .main .dateRangeBox .vux-no-group-title {
  margin-top: 0;
}
.renyuan21 .main .dateRangeBox .weui-cells {
  width: 100%;
  height: 35px;
  margin-top: 0 !important;
}
.renyuan21 .main .dateRangeBox .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.renyuan21 .main .dateRangeBox .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E3E3E3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 100%;
  height: 35px;
}
.renyuan21 .main .dateRangeBox .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.renyuan21 .main .dateRangeBox .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.renyuan21 .main .dateRangeBox .reset {
  width: 58px;
  padding: 6px 0;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  border-radius: 14.5px;
}
.renyuan21 .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renyuan21 .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6FA8F6;
}
.renyuan21 .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.renyuan21 .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan21 .serviceBox .gsContent {
  margin-bottom: 10px;
}
.renyuan21 .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.renyuan21 .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #E3E3E3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.renyuan21 .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.renyuan21 .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renyuan21 .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.renyuan22 {
  height: inherit;
  overflow: hidden;
  background: white;
}
.renyuan22 .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan22 .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan22 .main .dateRangeBox {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.renyuan22 .main .dateRangeBox .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.renyuan22 .main .dateRangeBox .vux-no-group-title {
  margin-top: 0;
}
.renyuan22 .main .dateRangeBox .weui-cells {
  width: 100%;
  height: 35px;
  margin-top: 0 !important;
}
.renyuan22 .main .dateRangeBox .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.renyuan22 .main .dateRangeBox .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 100%;
  height: 35px;
}
.renyuan22 .main .dateRangeBox .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.renyuan22 .main .dateRangeBox .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.renyuan22 .main .dateRangeBox .reset {
  width: 58px;
  padding: 6px 0;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1b79ff), color-stop(99%, #1d68d2));
  background-image: linear-gradient(90deg, #1b79ff 2%, #1d68d2 99%);
  border-radius: 14.5px;
}
.renyuan22 .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renyuan22 .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6fa8f6;
}
.renyuan22 .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.renyuan22 .nextpage {
  width: 120px;
  text-align: center;
  border: 1px solid #3436a3;
}
.renyuan22 .vanlist {
  overflow: scroll;
  height: 86.5vh;
}
.renyuan22 .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  top: 50px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan22 .serviceBox .vantlist {
  text-align: center;
  font-size: 14px;
  background: white;
}
.renyuan22 .serviceBox .vantlist .cellstyle {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(138, 127, 127, 0.25);
}
.renyuan22 .serviceBox .vantlist .cellstyle .listtitle1 {
  margin: 0 10px;
  width: 25%;
}
.renyuan22 .serviceBox .vantlist .cellstyle .listtitle2 {
  width: 30%;
}
.renyuan22 .serviceBox .vantlist .cellstyle .listtitle3 {
  margin: 0 10px;
  width: 25%;
}
.renyuan22 .serviceBox .vantlist .cellstyle .listtitle4 {
  margin: 0 10px;
  width: 25%;
}
.renyuan22 .serviceBox .listspan {
  text-align: center;
  line-height: 40px;
}
.renyuan22 .serviceBox .listspan1 {
  margin: 0 10px;
  width: 40%;
}
.renyuan22 .serviceBox .listspan2 {
  margin: 0 10px;
  width: 15%;
}
.renyuan22 .serviceBox .listspan3 {
  margin: 0 10px;
  width: 15%;
}
.renyuan22 .serviceBox .listspan4 {
  margin: 0 10px;
  width: 15%;
}
.renyuan22 .serviceBox .gsContent {
  margin-bottom: 10px;
}
.renyuan22 .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.renyuan22 .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.renyuan22 .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.renyuan22 .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renyuan22 .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}
.van-cell__value--alone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.van-cell {
  padding: 0;
}

.renyuan23 {
  height: inherit;
  overflow: hidden;
  background: white;
}
.renyuan23 .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan23 .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan23 .main .dateRangeBox {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.renyuan23 .main .dateRangeBox .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.renyuan23 .main .dateRangeBox .vux-no-group-title {
  margin-top: 0;
}
.renyuan23 .main .dateRangeBox .weui-cells {
  width: 100%;
  height: 35px;
  margin-top: 0 !important;
}
.renyuan23 .main .dateRangeBox .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.renyuan23 .main .dateRangeBox .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 100%;
  height: 35px;
}
.renyuan23 .main .dateRangeBox .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.renyuan23 .main .dateRangeBox .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.renyuan23 .main .dateRangeBox .reset {
  width: 58px;
  padding: 6px 0;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1b79ff), color-stop(99%, #1d68d2));
  background-image: linear-gradient(90deg, #1b79ff 2%, #1d68d2 99%);
  border-radius: 14.5px;
}
.renyuan23 .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renyuan23 .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6fa8f6;
}
.renyuan23 .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.renyuan23 .nextpage {
  width: 120px;
  text-align: center;
  border: 1px solid #3436a3;
}
.renyuan23 .vanlist {
  overflow: scroll;
  height: 86.5vh;
}
.renyuan23 .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  top: 50px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan23 .serviceBox .vantlist {
  text-align: center;
  font-size: 14px;
  background: white;
}
.renyuan23 .serviceBox .vantlist .cellstyle {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(138, 127, 127, 0.25);
}
.renyuan23 .serviceBox .vantlist .cellstyle .listtitle1 {
  margin: 0 10px;
  width: 35%;
}
.renyuan23 .serviceBox .vantlist .cellstyle .listtitle2 {
  width: 25%;
}
.renyuan23 .serviceBox .vantlist .cellstyle .listtitle3 {
  margin: 0 10px;
  width: 15%;
}
.renyuan23 .serviceBox .vantlist .cellstyle .listtitle4 {
  margin: 0 10px;
  width: 15%;
}
.renyuan23 .serviceBox .listspan {
  text-align: center;
  line-height: 40px;
}
.renyuan23 .serviceBox .listspan1 {
  margin: 0 10px;
  width: 40%;
}
.renyuan23 .serviceBox .listspan2 {
  margin: 0 10px;
  width: 15%;
}
.renyuan23 .serviceBox .listspan3 {
  margin: 0 10px;
  width: 15%;
}
.renyuan23 .serviceBox .listspan4 {
  margin: 0 10px;
  width: 15%;
}
.renyuan23 .serviceBox .gsContent {
  margin-bottom: 10px;
}
.renyuan23 .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.renyuan23 .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.renyuan23 .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.renyuan23 .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renyuan23 .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}
.van-cell__value--alone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.van-cell {
  padding: 0;
}

.renyuan24 {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.renyuan24 .hsoftNoData {
  height: calc(100% - 50px);
}
.renyuan24 .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.renyuan24 .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan24 .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.renyuan24 .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renyuan24 .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.home {
  height: 100vh;
  background: #fff;
}
.home .wrap_header {
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  background: #fff;
  padding-left: 20px;
}
.home .wrap_main {
    padding-left: 20px;
    background: #fff;
}
.wrap_main .wrap_mainbox .strip_box .label{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.wrap_main .wrap_mainbox .strip_box .inp_box{
    width: 90%;
    margin-bottom: 10px;
    border: 0px;
    border-bottom: 1px solid rgb(224, 224, 224);
}

.renyuan32 {
  height: inherit;
  overflow: hidden;
  background: white;
}
.renyuan32 .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan32 .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan32 .main .dateRangeBox {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.renyuan32 .main .dateRangeBox .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.renyuan32 .main .dateRangeBox .vux-no-group-title {
  margin-top: 0;
}
.renyuan32 .main .dateRangeBox .weui-cells {
  width: 100%;
  height: 35px;
  margin-top: 0 !important;
}
.renyuan32 .main .dateRangeBox .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.renyuan32 .main .dateRangeBox .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E3E3E3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 100%;
  height: 35px;
}
.renyuan32 .main .dateRangeBox .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.renyuan32 .main .dateRangeBox .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.renyuan32 .main .dateRangeBox .reset {
  width: 58px;
  padding: 6px 0;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  border-radius: 14.5px;
}
.renyuan32 .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renyuan32 .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6FA8F6;
}
.renyuan32 .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.renyuan32 .vanlist {
  overflow: scroll;
  height: 86.5vh;
}
.renyuan32 .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  /*position: absolute;*/
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan32 .serviceBox .vantlist {
  text-align: center;
  font-size: 14px;
  background: white;
}
.renyuan32 .serviceBox .vantlist .cellstyle {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(138, 127, 127, 0.25);
}
.renyuan32 .serviceBox .vantlist .cellstyle .listtitle1 {
  margin: 0 10px;
  width: 30%;
}
.renyuan32 .serviceBox .vantlist .cellstyle .listtitle2 {
  width: 40%;
}
.renyuan32 .serviceBox .vantlist .cellstyle .listtitle3 {
  margin: 0 10px;
  width: 30%;
}
.renyuan32 .serviceBox .listspan {
  text-align: center;
  line-height: 40px;
}
.renyuan32 .serviceBox .listspan1 {
  margin: 0 10px;
  width: 30%;
}
.renyuan32 .serviceBox .listspan2 {
  margin: 0 10px;
  width: 40%;
}
.renyuan32 .serviceBox .listspan3 {
  margin: 0 10px;
  width: 30%;
}
.renyuan32 .serviceBox .gsContent {
  margin-bottom: 10px;
}
.renyuan32 .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.renyuan32 .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #E3E3E3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.renyuan32 .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.renyuan32 .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renyuan32 .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}
.renyuan32 .van-cell__value--alone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.renyuan32 .van-cell {
  padding: 0;
}

.home {
  height: 100vh;
  background: #fff;
}
.home .wrap_header {
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  background: #fff;
  padding-left: 20px;
}
.home .wrap_main {
    padding-left: 20px;
    background: #fff;
}
.wrap_main .wrap_mainbox .strip_box .label{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.wrap_main .wrap_mainbox .strip_box .inp_box{
    width: 90%;
    margin-bottom: 10px;
    border: 0px;
    border-bottom: 1px solid rgb(224, 224, 224);
}

.renyuan34 {
  height: inherit;
  overflow: hidden;
  background: white;
}
.renyuan34 .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan34 .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan34 .main .dateRangeBox {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.renyuan34 .main .dateRangeBox .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.renyuan34 .main .dateRangeBox .vux-no-group-title {
  margin-top: 0;
}
.renyuan34 .main .dateRangeBox .weui-cells {
  width: 100%;
  height: 35px;
  margin-top: 0 !important;
}
.renyuan34 .main .dateRangeBox .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.renyuan34 .main .dateRangeBox .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 100%;
  height: 35px;
}
.renyuan34 .main .dateRangeBox .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.renyuan34 .main .dateRangeBox .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.renyuan34 .main .dateRangeBox .reset {
  width: 58px;
  padding: 6px 0;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1b79ff), color-stop(99%, #1d68d2));
  background-image: linear-gradient(90deg, #1b79ff 2%, #1d68d2 99%);
  border-radius: 14.5px;
}
.renyuan34 .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renyuan34 .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6fa8f6;
}
.renyuan34 .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.renyuan34 .nextpage {
  width: 120px;
  text-align: center;
  border: 1px solid #3436a3;
}
.renyuan34 .vanlist {
  overflow: scroll;
  height: 86.5vh;
}
.renyuan34 .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  top: 50px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan34 .serviceBox .vantlist {
  text-align: center;
  font-size: 14px;
  background: white;
}
.renyuan34 .serviceBox .vantlist .cellstyle {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(138, 127, 127, 0.25);
}
.renyuan34 .serviceBox .vantlist .cellstyle .listtitle1 {
  margin: 0 10px;
  width: 35%;
}
.renyuan34 .serviceBox .vantlist .cellstyle .listtitle2 {
  width: 25%;
}
.renyuan34 .serviceBox .vantlist .cellstyle .listtitle3 {
  margin: 0 10px;
  width: 15%;
}
.renyuan34 .serviceBox .vantlist .cellstyle .listtitle4 {
  margin: 0 10px;
  width: 15%;
}
.renyuan34 .serviceBox .listspan {
  text-align: center;
  line-height: 40px;
}
.renyuan34 .serviceBox .listspan1 {
  margin: 0 10px;
  width: 40%;
}
.renyuan34 .serviceBox .listspan2 {
  margin: 0 10px;
  width: 15%;
}
.renyuan34 .serviceBox .listspan3 {
  margin: 0 10px;
  width: 15%;
}
.renyuan34 .serviceBox .listspan4 {
  margin: 0 10px;
  width: 15%;
}
.renyuan34 .serviceBox .gsContent {
  margin-bottom: 10px;
}
.renyuan34 .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.renyuan34 .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.renyuan34 .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.renyuan34 .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renyuan34 .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}
.van-cell__value--alone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.van-cell {
  padding: 0;
}

.home {
  height: 100vh;
  background: #fff;
}
.home .wrap_header {
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  background: #fff;
  padding-left: 20px;
}
.home .wrap_main {
    padding-left: 20px;
    background: #fff;
}
.wrap_main .wrap_mainbox .strip_box .label{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.wrap_main .wrap_mainbox .strip_box .inp_box{
    width: 90%;
    margin-bottom: 10px;
    border: 0px;
    border-bottom: 1px solid rgb(224, 224, 224);
}

.renyuan42 {
  height: inherit;
  overflow: hidden;
  background: white;
}
.renyuan42 .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan42 .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan42 .main .dateRangeBox {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.renyuan42 .main .dateRangeBox .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.renyuan42 .main .dateRangeBox .vux-no-group-title {
  margin-top: 0;
}
.renyuan42 .main .dateRangeBox .weui-cells {
  width: 100%;
  height: 35px;
  margin-top: 0 !important;
}
.renyuan42 .main .dateRangeBox .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.renyuan42 .main .dateRangeBox .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 100%;
  height: 35px;
}
.renyuan42 .main .dateRangeBox .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.renyuan42 .main .dateRangeBox .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.renyuan42 .main .dateRangeBox .reset {
  width: 58px;
  padding: 6px 0;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1b79ff), color-stop(99%, #1d68d2));
  background-image: linear-gradient(90deg, #1b79ff 2%, #1d68d2 99%);
  border-radius: 14.5px;
}
.renyuan42 .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renyuan42 .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6fa8f6;
}
.renyuan42 .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.renyuan42 .nextpage {
  width: 120px;
  text-align: center;
  border: 1px solid #3436a3;
}
.renyuan42 .vanlist {
  overflow: scroll;
  height: 86.5vh;
}
.renyuan42 .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  top: 50px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan42 .serviceBox .vantlist {
  text-align: center;
  font-size: 14px;
  background: white;
}
.renyuan42 .serviceBox .vantlist .cellstyle {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(138, 127, 127, 0.25);
}
.renyuan42 .serviceBox .vantlist .cellstyle .listtitle1 {
  margin: 0 10px;
  width: 30%;
}
.renyuan42 .serviceBox .vantlist .cellstyle .listtitle2 {
  width: 40%;
}
.renyuan42 .serviceBox .vantlist .cellstyle .listtitle3 {
  margin: 0 10px;
  width: 30%;
}
.renyuan42 .serviceBox .listspan {
  text-align: center;
  line-height: 40px;
}
.renyuan42 .serviceBox .listspan1 {
  margin: 0 10px;
  width: 30%;
}
.renyuan42 .serviceBox .listspan2 {
  margin: 0 10px;
  width: 40%;
}
.renyuan42 .serviceBox .listspan3 {
  margin: 0 10px;
  width: 30%;
}
.renyuan42 .serviceBox .gsContent {
  margin-bottom: 10px;
}
.renyuan42 .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.renyuan42 .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.renyuan42 .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.renyuan42 .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renyuan42 .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}
.van-cell__value--alone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.van-cell {
  padding: 0;
}

.renyuan43 {
  height: inherit;
  overflow: hidden;
  background: white;
}
.renyuan43 .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan43 .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan43 .main .dateRangeBox {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.renyuan43 .main .dateRangeBox .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.renyuan43 .main .dateRangeBox .vux-no-group-title {
  margin-top: 0;
}
.renyuan43 .main .dateRangeBox .weui-cells {
  width: 100%;
  height: 35px;
  margin-top: 0 !important;
}
.renyuan43 .main .dateRangeBox .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.renyuan43 .main .dateRangeBox .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e3e3e3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 100%;
  height: 35px;
}
.renyuan43 .main .dateRangeBox .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.renyuan43 .main .dateRangeBox .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.renyuan43 .main .dateRangeBox .reset {
  width: 58px;
  padding: 6px 0;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1b79ff), color-stop(99%, #1d68d2));
  background-image: linear-gradient(90deg, #1b79ff 2%, #1d68d2 99%);
  border-radius: 14.5px;
}
.renyuan43 .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renyuan43 .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e6bd5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6fa8f6;
}
.renyuan43 .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.renyuan43 .nextpage {
  width: 120px;
  text-align: center;
  border: 1px solid #3436a3;
}
.renyuan43 .vanlist {
  overflow: scroll;
  height: 86.5vh;
}
.renyuan43 .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  top: 50px;
  background-color: #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan43 .serviceBox .vantlist {
  text-align: center;
  font-size: 14px;
  background: white;
}
.renyuan43 .serviceBox .vantlist .cellstyle {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(138, 127, 127, 0.25);
}
.renyuan43 .serviceBox .vantlist .cellstyle .listtitle1 {
  margin: 0 10px;
  width: 30%;
}
.renyuan43 .serviceBox .vantlist .cellstyle .listtitle2 {
  width: 40%;
}
.renyuan43 .serviceBox .vantlist .cellstyle .listtitle3 {
  margin: 0 10px;
  width: 30%;
}
.renyuan43 .serviceBox .listspan {
  text-align: center;
  line-height: 40px;
}
.renyuan43 .serviceBox .listspan1 {
  margin: 0 10px;
  width: 30%;
}
.renyuan43 .serviceBox .listspan2 {
  margin: 0 10px;
  width: 40%;
}
.renyuan43 .serviceBox .listspan3 {
  margin: 0 10px;
  width: 30%;
}
.renyuan43 .serviceBox .gsContent {
  margin-bottom: 10px;
}
.renyuan43 .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.renyuan43 .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #e3e3e3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.renyuan43 .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.renyuan43 .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renyuan43 .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e3e3e3;
}
.van-cell__value--alone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.van-cell {
  padding: 0;
}

.renyuan44 {
  height: inherit;
  overflow: hidden;
  background: white;
}
.renyuan44 .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan44 .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan44 .main .dateRangeBox {
  /*margin: 2vh 2vw;*/
  height: 50px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.renyuan44 .main .dateRangeBox .weui-cell_access .weui-cell__ft {
  padding-right: 0px !important;
  text-align: center;
}
.renyuan44 .main .dateRangeBox .vux-no-group-title {
  margin-top: 0;
}
.renyuan44 .main .dateRangeBox .weui-cells {
  width: 100%;
  height: 35px;
  margin-top: 0 !important;
}
.renyuan44 .main .dateRangeBox .weui-cell_access .weui-cell__ft:after {
  display: none !important;
}
.renyuan44 .main .dateRangeBox .weui-cell {
  padding: 0px 0px !important;
  position: inherit !important;
  /*display: inline!important;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E3E3E3;
  /*padding:1vh 6vw;*/
  margin-right: 4vw;
  font-size: 3vw;
  width: 100%;
  height: 35px;
}
.renyuan44 .main .dateRangeBox .startDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-right: 4vw;
  font-size: 3vw;
}
.renyuan44 .main .dateRangeBox .endDate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
  padding: 1vh 6vw;
  margin-left: 4vw;
  font-size: 3vw;
}
.renyuan44 .main .dateRangeBox .reset {
  width: 58px;
  padding: 6px 0;
  color: white;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, #1B79FF), color-stop(99%, #1D68D2));
  background-image: linear-gradient(90deg, #1B79FF 2%, #1D68D2 99%);
  border-radius: 14.5px;
}
.renyuan44 .main .choice {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  padding: 0 16px;
  background: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renyuan44 .main .choice .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
  border: 1px solid #6FA8F6;
}
.renyuan44 .main .choice .choiceBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  border-radius: 17.5px;
  padding: 0 10px;
}
.renyuan44 .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan44 .serviceBox .gsContent {
  margin-bottom: 10px;
}
.renyuan44 .serviceBox .gsContent .gsContentBoxTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.renyuan44 .serviceBox .gsContent .gsContentBoxTitle .gsContentBoxTitleBox {
  padding: 8px 0;
  border-bottom: 1px solid #E3E3E3;
  background: white;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.15px;
}
.renyuan44 .serviceBox .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.renyuan44 .serviceBox .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renyuan44 .serviceBox .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.renyuan45 {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.renyuan45 .hsoftNoData {
  height: calc(100% - 50px);
}
.renyuan45 .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.renyuan45 .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renyuan45 .gsContent .gsContentBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 0 16px;
  /*height: 90px;*/
}
.renyuan45 .gsContent .gsContentBox .gsContentBoxName {
  /*height: 40px;*/
  padding: 8px 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renyuan45 .gsContent .gsContentBox .gsContentBoxValue {
  /*height: 50px;*/
  padding: 15px 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.BusinessListSJB {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.BusinessListSJB .BusinessListBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 8px 8px;
  background-color: white;
  border-radius: 8px;
}
.BusinessListSJB .BusinessListBox .BusinessListBoxOne {
  padding: 10px 10px 8px 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.BusinessListSJB .BusinessListBox .BusinessListBoxOne .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*定义body的元素垂直居中*/
}
.BusinessListSJB .BusinessListBox .BusinessListBoxOne .title .name {
  margin-left: 5px;
  font-family: PingFangSC-Medium;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
}
.BusinessListSJB .BusinessListBox .BusinessListBoxOne .title .yuan {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.BusinessListSJB .BusinessListBox .BusinessListBoxOne .status {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*定义body的元素垂直居中*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*定义body的里的元素水平居中*/
}
.BusinessListSJB .BusinessListBox .BusinessListBoxOne .status .statusName {
  margin: 5px 2px 0px 2px;
  width: 100%;
  height: 100%;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #007A4D;
  letter-spacing: 1px;
}
.BusinessListSJB .BusinessListBox .BusinessListBoxTwo {
  padding: 10px;
}
.BusinessListSJB .BusinessListBox .BusinessListBoxTwo .title {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
}
.BusinessListSJB .BusinessListBox .BusinessListBoxThree {
  padding: 7px 10px 6px 10px;
}
.BusinessListSJB .BusinessListBox .BusinessListBoxThree .title {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
}
.BusinessListSJB .BusinessListBox .BusinessListBoxFour .line {
  background: #F5F5F5;
  width: 100%;
  height: 1px;
}
.BusinessListSJB .BusinessListBox .BusinessListBoxFour .title {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  margin: 8px 8px;
}

.BusinessSJB {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.BusinessSJB .tabBox {
  position: fixed;
  width: 100%;
  background-color: white;
  z-index: 10;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.BusinessSJB .tabBox .vux-tab-wrap {
  padding-top: 48px;
}
.BusinessSJB .tabBox .vux-tab-container {
  height: 48px;
}
.BusinessSJB .tabBox .vux-tab {
  height: 48px;
}
.BusinessSJB .tabBox .vux-tab-item {
  line-height: 48px;
}
.BusinessSJB .tabBox .vux-tab-selected {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: bolder;
  letter-spacing: 0;
}
.BusinessSJB .vux-slider {
  height: calc(100% - 48px);
  width: 100%;
  position: absolute;
  top: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.BusinessSJB .vux-swiper {
  height: 100% !important;
}

.OrderDetailsAuditedSJB {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*.stepBox .step:last-child .stepLeftActive1{*/
  /*border-left: none !important;*/
  /*margin-top: 0 !important;*/
  /*padding-top: 0 !important;*/
  /*}*/
}
.OrderDetailsAuditedSJB .OrderDetailTitle {
  background: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.OrderDetailsAuditedSJB .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.OrderDetailsAuditedSJB .stepTitle {
  height: 40px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E3E3E3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: right;
}
.OrderDetailsAuditedSJB .btnAudited {
  margin: 30px 0;
  padding: 0 16px;
}
.OrderDetailsAuditedSJB .btnAudited button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.OrderDetailsAuditedSJB .btnAudited button:active {
  color: #ffffff;
}
.OrderDetailsAuditedSJB .btnAudited .weui-btn:after {
  border: none;
}
.OrderDetailsAuditedSJB .stepBox .step:first-child .stepLeftActiveRed1 {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsAuditedSJB .stepBox .step:last-child .stepLeftActiveRed1 {
  border-left: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.OrderDetailsAuditedSJB .stepBox .step:first-child .stepLeftActiveRed {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsAuditedSJB .stepBox .step:last-child .stepLeftActiveRed {
  border-left: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.OrderDetailsAuditedSJB .stepBox .step:first-child .stepLeftActive1 {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsAuditedSJB .stepBox .step:first-child .stepLeftActive {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsAuditedSJB .stepBox .step:last-child .stepLeftActive {
  border-left: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.OrderDetailsAuditedSJB .stepBox .step:first-child .stepLeftActive1 {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsAuditedSJB .stepBox .step:first-child .stepLeft {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsAuditedSJB .stepBox .step:last-child .stepLeft {
  border-left: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.OrderDetailsAuditedSJB .stepBox .step:first-child .stepLeft1 {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsAuditedSJB .replace {
  width: 1px;
  height: 3px;
  position: relative;
  background-color: #1E6BD5;
}
.OrderDetailsAuditedSJB .replaceEd {
  width: 1px;
  height: 3px;
  position: relative;
  background-color: #E3E3E3;
}
.OrderDetailsAuditedSJB .stepBox {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 16px 16px 21px;
  background-color: white;
}
.OrderDetailsAuditedSJB .stepBox .step {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.OrderDetailsAuditedSJB .stepBox .step .stepLeftActiveRed1 {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #D0021B;
}
.OrderDetailsAuditedSJB .stepBox .step .stepLeftActiveRed1 .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #D0021B;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsAuditedSJB .stepBox .step .stepLeftActiveRed {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #D0021B;
}
.OrderDetailsAuditedSJB .stepBox .step .stepLeftActiveRed .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #D0021B;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsAuditedSJB .stepBox .step .stepLeftActive1 {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #1E6BD5;
}
.OrderDetailsAuditedSJB .stepBox .step .stepLeftActive1 .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #1E6BD5;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsAuditedSJB .stepBox .step .stepLeftActive {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #1E6BD5;
}
.OrderDetailsAuditedSJB .stepBox .step .stepLeftActive .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #1E6BD5;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsAuditedSJB .stepBox .step .stepLeft1 {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #E3E3E3;
}
.OrderDetailsAuditedSJB .stepBox .step .stepLeft1 .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #E3E3E3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsAuditedSJB .stepBox .step .stepLeft {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #E3E3E3;
}
.OrderDetailsAuditedSJB .stepBox .step .stepLeft .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #E3E3E3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsAuditedSJB .stepBox .step .stepContent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border: 1px solid #ff1df1;*/
}
.OrderDetailsAuditedSJB .stepBox .step .stepContent .approval {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  font-weight: bolder;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
.OrderDetailsAuditedSJB .stepBox .step .stepContent .contentBoxRejected {
  background: #F2E1E3;
  border: 1px solid #D0021B;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 8px;
  color: #D0021B;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  letter-spacing: 0.15px;
  margin-bottom: 20px;
}
.OrderDetailsAuditedSJB .stepBox .step .stepContent .contentBox {
  background: #E3E3E3;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 8px;
  margin-bottom: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
}

.pswp__button--fs {
  display: none !important;
}
.OrderDetailSJB {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
}
.OrderDetailSJB .formBox {
  padding: 0 16px;
}
.OrderDetailSJB .formBox .formBoxLine {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.OrderDetailSJB .formBox .formBoxLine .formBoxLineTitle {
  min-width: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  /*line-height: 50px;*/
}
.OrderDetailSJB .formBox .formBoxLine .formBoxLineContent {
  /*flex: 1;*/
  max-width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  padding: 10px 0 10px 10px;
  text-align: right;
}
.OrderDetailSJB .isApplication {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.OrderDetailSJB .isApplication .noApplication {
  padding-left: 10px;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.OrderDetailSJB .isApplication .Application {
  padding-left: 10px;
  font-size: 14px;
  color: #1E6BD5;
  letter-spacing: 0;
}
.OrderDetailSJB .isAcceptance {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.OrderDetailSJB .isAcceptance .noAcceptance {
  padding-left: 10px;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
.OrderDetailSJB .isAcceptance .Acceptance {
  padding-left: 10px;
  font-size: 14px;
  color: #1E6BD5;
  letter-spacing: 0;
}
.OrderDetailSJB .materialsBox {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.OrderDetailSJB .materialsBox .materialsTitle {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  padding-top: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.OrderDetailSJB .materialsBox .materialsPhoto {
  width: 100%;
  /*height: 100%;*/
  padding: 5px 0;
  font-size: 16px;
}
.OrderDetailSJB .materialsBox .materialsPhoto .formBoxLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.OrderDetailSJB .materialsBox .materialsPhoto .formBoxLine .formBoxLineTitle {
  min-width: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  /*line-height: 50px;*/
}
.OrderDetailSJB .materialsBox .materialsPhoto .formBoxLine .formBoxLineContent {
  /*flex: 1;*/
  max-width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.17px;
  padding: 10px 0 10px 10px;
  text-align: right;
}
.OrderDetailSJB .materialsBox .materialsPhoto .pic {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding-top: 16px;
}
.OrderDetailSJB .materialsBox .materialsPhoto .pic .picPiker {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.OrderDetailSJB .materialsBox .materialsPhoto .pic .picPiker .image {
  height: 100px;
  width: calc((100% - 30px) / 3);
  /* 宽度 */
  text-align: center;
  background-color: #E3E3E3;
  margin: 0 5px 5px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.OrderDetailSJB .materialsBox .materialsPhoto .pic .picPiker .image .ima {
  width: 100%;
  height: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.OrderDetailSJB .materialsBox .materialsPhoto .pic .picPiker .image .ima img {
  width: 100%;
  height: 100%;
  /*border: 1px solid #dbdbdb;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

.OrderDetailsCompletedSJB {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*.stepBox .step:last-child .stepLeftActive1{*/
  /*border-left: none !important;*/
  /*margin-top: 0 !important;*/
  /*padding-top: 0 !important;*/
  /*}*/
}
.OrderDetailsCompletedSJB .OrderDetailTitle {
  background: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.OrderDetailsCompletedSJB .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  bottom: 0;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.OrderDetailsCompletedSJB .stepTitle {
  height: 40px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E3E3E3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: right;
}
.OrderDetailsCompletedSJB .serviceBoxContent {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.OrderDetailsCompletedSJB .serviceBoxContent .serviceBoxTitle {
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E3E3E3;
  padding: 0 16px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
}
.OrderDetailsCompletedSJB .serviceBoxContent .serviceBoxEvaluate {
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
  /*border: 1px solid red;*/
}
.OrderDetailsCompletedSJB .serviceBoxContent .serviceBoxEvaluate .starsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.OrderDetailsCompletedSJB .serviceBoxContent .serviceBoxEvaluate .starsBox .starsDesc {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: -0.32px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
}
.OrderDetailsCompletedSJB .serviceBoxContent .serviceBoxEvaluate .starsLabelBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /* 换行 */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.OrderDetailsCompletedSJB .serviceBoxContent .serviceBoxEvaluate .starsLabelBox .starsLabelDefault {
  width: calc(50% - 10px);
  margin: 5px 5px;
  border: 1px solid #E3E3E3;
  padding: 8px 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: -0.32px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.OrderDetailsCompletedSJB .serviceBoxContent .serviceBoxEvaluate .starsLabelBox .starsLabelSelect {
  width: calc(50% - 10px);
  margin: 5px 5px;
  padding: 8px 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E6BD5;
  letter-spacing: -0.32px;
  text-align: center;
  border: 1px solid #6FA8F6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.OrderDetailsCompletedSJB .serviceBoxContent .serviceBoxEvaluate .textArea .weui-cell {
  margin: 0 5px;
  padding: 10px 10px;
  background: #F2F2F2;
  border: 1px solid #E3E3E3;
}
.OrderDetailsCompletedSJB .serviceBoxContent .serviceBoxEvaluate .textArea .weui-textarea::-webkit-input-placeholder {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: -0.32px;
}
.OrderDetailsCompletedSJB .serviceBoxContent .serviceBoxEvaluate .textArea .weui-cell__bd {
  background: #F2F2F2;
}
.OrderDetailsCompletedSJB .serviceBoxContent .serviceBoxEvaluate .textArea .weui-textarea {
  font-family: PingFangSC-Regular;
  background: #F2F2F2;
  font-size: 14px;
  color: #333333;
}
.OrderDetailsCompletedSJB .serviceBoxContent .serviceBoxEvaluate .textArea .weui-cells {
  margin-top: 10px !important;
}
.OrderDetailsCompletedSJB .serviceBoxContent .serviceBoxEvaluate .textArea .weui-cells:before {
  display: none !important;
}
.OrderDetailsCompletedSJB .serviceBoxContent .serviceBoxEvaluate .textArea .weui-cells:after {
  display: none !important;
}
.OrderDetailsCompletedSJB .btnCompleted {
  /*margin: 30px 0;*/
  background: #ffffff;
  /*position: fixed;*/
  width: calc(100% - 32px);
  bottom: 0;
  padding: 30px 16px;
}
.OrderDetailsCompletedSJB .btnCompleted button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.OrderDetailsCompletedSJB .btnCompleted button:active {
  color: #ffffff;
}
.OrderDetailsCompletedSJB .btnCompleted .weui-btn:after {
  border: none;
}
.OrderDetailsCompletedSJB .stepBox .step:first-child .stepLeftActiveRed1 {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsCompletedSJB .stepBox .step:last-child .stepLeftActiveRed1 {
  border-left: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.OrderDetailsCompletedSJB .stepBox .step:first-child .stepLeftActiveRed {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsCompletedSJB .stepBox .step:last-child .stepLeftActiveRed {
  border-left: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.OrderDetailsCompletedSJB .stepBox .step:first-child .stepLeftActive1 {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsCompletedSJB .stepBox .step:first-child .stepLeftActive {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsCompletedSJB .stepBox .step:last-child .stepLeftActive {
  border-left: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.OrderDetailsCompletedSJB .stepBox .step:first-child .stepLeftActive1 {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsCompletedSJB .stepBox .step:first-child .stepLeft {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsCompletedSJB .stepBox .step:last-child .stepLeft {
  border-left: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.OrderDetailsCompletedSJB .stepBox .step:first-child .stepLeft1 {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsCompletedSJB .replace {
  width: 1px;
  height: 3px;
  position: relative;
  background-color: #1E6BD5;
}
.OrderDetailsCompletedSJB .replaceEd {
  width: 1px;
  height: 3px;
  position: relative;
  background-color: #E3E3E3;
}
.OrderDetailsCompletedSJB .stepBox {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 16px 16px 21px;
  background-color: white;
}
.OrderDetailsCompletedSJB .stepBox .step {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.OrderDetailsCompletedSJB .stepBox .step .stepLeftActiveRed1 {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #D0021B;
}
.OrderDetailsCompletedSJB .stepBox .step .stepLeftActiveRed1 .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #D0021B;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsCompletedSJB .stepBox .step .stepLeftActiveRed {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #D0021B;
}
.OrderDetailsCompletedSJB .stepBox .step .stepLeftActiveRed .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #D0021B;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsCompletedSJB .stepBox .step .stepLeftActive1 {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #1E6BD5;
}
.OrderDetailsCompletedSJB .stepBox .step .stepLeftActive1 .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #1E6BD5;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsCompletedSJB .stepBox .step .stepLeftActive {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #1E6BD5;
}
.OrderDetailsCompletedSJB .stepBox .step .stepLeftActive .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #1E6BD5;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsCompletedSJB .stepBox .step .stepLeft1 {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #E3E3E3;
}
.OrderDetailsCompletedSJB .stepBox .step .stepLeft1 .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #E3E3E3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsCompletedSJB .stepBox .step .stepLeft {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #E3E3E3;
}
.OrderDetailsCompletedSJB .stepBox .step .stepLeft .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #E3E3E3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsCompletedSJB .stepBox .step .stepContent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border: 1px solid #ff1df1;*/
}
.OrderDetailsCompletedSJB .stepBox .step .stepContent .approval {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  font-weight: bolder;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
.OrderDetailsCompletedSJB .stepBox .step .stepContent .contentBoxRejected {
  background: #F2E1E3;
  border: 1px solid #D0021B;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 8px;
  color: #D0021B;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  letter-spacing: 0.15px;
  margin-bottom: 20px;
}
.OrderDetailsCompletedSJB .stepBox .step .stepContent .contentBox {
  background: #E3E3E3;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 8px;
  margin-bottom: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
}

.OrderDetailsEvaluatedSJB {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*.stepBox .step:last-child .stepLeftActive1{*/
  /*border-left: none !important;*/
  /*margin-top: 0 !important;*/
  /*padding-top: 0 !important;*/
  /*}*/
}
.OrderDetailsEvaluatedSJB .OrderDetailTitle {
  background: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.OrderDetailsEvaluatedSJB .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*padding-bottom: 10px;*/
}
.OrderDetailsEvaluatedSJB .stepTitle {
  height: 40px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E3E3E3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: right;
}
.OrderDetailsEvaluatedSJB .serviceBoxBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.OrderDetailsEvaluatedSJB .serviceBoxBox .serviceBoxTitle {
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E3E3E3;
  padding: 0 16px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
}
.OrderDetailsEvaluatedSJB .serviceBoxBox .serviceBoxEvaluate {
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
  margin-bottom: 20px;
  /*border: 1px solid red;*/
}
.OrderDetailsEvaluatedSJB .serviceBoxBox .serviceBoxEvaluate .starsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: center;*/
  /*align-items: center;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.OrderDetailsEvaluatedSJB .serviceBoxBox .serviceBoxEvaluate .starsBox .starsDesc {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: -0.32px;
  /*text-align: center;*/
  padding: 6px 4px 2px 4px ;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.OrderDetailsEvaluatedSJB .serviceBoxBox .serviceBoxEvaluate .starsLabelBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /* 换行 */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.OrderDetailsEvaluatedSJB .serviceBoxBox .serviceBoxEvaluate .starsLabelBox .starsLabelSelect {
  font-size: 12px;
  letter-spacing: -0.27px;
  text-align: center;
  /*width: calc(50% - 10px);*/
  margin: 5px 5px;
  padding: 1px 8px;
  font-family: PingFangSC-Regular;
  color: #1E6BD5;
  background: #F6FAFF;
  border: 1px solid #6FA8F6;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.OrderDetailsEvaluatedSJB .serviceBoxBox .serviceBoxEvaluate .textArea {
  padding: 6px 4px 2px 4px;
}
.OrderDetailsEvaluatedSJB .serviceBoxBox .serviceBoxEvaluate .textArea .weui-cell {
  margin: 0 5px;
  padding: 10px 10px;
  background: #F2F2F2;
  border: 1px solid #E3E3E3;
}
.OrderDetailsEvaluatedSJB .serviceBoxBox .serviceBoxEvaluate .textArea .weui-textarea::-webkit-input-placeholder {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: -0.32px;
}
.OrderDetailsEvaluatedSJB .serviceBoxBox .serviceBoxEvaluate .textArea .weui-cell__bd {
  background: #F2F2F2;
}
.OrderDetailsEvaluatedSJB .serviceBoxBox .serviceBoxEvaluate .textArea .weui-textarea {
  font-family: PingFangSC-Regular;
  background: #F2F2F2;
  font-size: 14px;
  color: #333333;
}
.OrderDetailsEvaluatedSJB .serviceBoxBox .serviceBoxEvaluate .textArea .weui-cells {
  margin-top: 10px !important;
}
.OrderDetailsEvaluatedSJB .serviceBoxBox .serviceBoxEvaluate .textArea .weui-cells:before {
  display: none !important;
}
.OrderDetailsEvaluatedSJB .serviceBoxBox .serviceBoxEvaluate .textArea .weui-cells:after {
  display: none !important;
}
.OrderDetailsEvaluatedSJB .btnCompleted {
  margin: 30px 0;
  padding: 0 16px;
}
.OrderDetailsEvaluatedSJB .btnCompleted button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.OrderDetailsEvaluatedSJB .btnCompleted button:active {
  color: #ffffff;
}
.OrderDetailsEvaluatedSJB .btnCompleted .weui-btn:after {
  border: none;
}
.OrderDetailsEvaluatedSJB .stepBox .step:first-child .stepLeftActiveRed1 {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsEvaluatedSJB .stepBox .step:last-child .stepLeftActiveRed1 {
  border-left: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.OrderDetailsEvaluatedSJB .stepBox .step:first-child .stepLeftActiveRed {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsEvaluatedSJB .stepBox .step:last-child .stepLeftActiveRed {
  border-left: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.OrderDetailsEvaluatedSJB .stepBox .step:first-child .stepLeftActive1 {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsEvaluatedSJB .stepBox .step:first-child .stepLeftActive {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsEvaluatedSJB .stepBox .step:last-child .stepLeftActive {
  border-left: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.OrderDetailsEvaluatedSJB .stepBox .step:first-child .stepLeftActive1 {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsEvaluatedSJB .stepBox .step:first-child .stepLeft {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsEvaluatedSJB .stepBox .step:last-child .stepLeft {
  border-left: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.OrderDetailsEvaluatedSJB .stepBox .step:first-child .stepLeft1 {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsEvaluatedSJB .replace {
  width: 1px;
  height: 3px;
  position: relative;
  background-color: #1E6BD5;
}
.OrderDetailsEvaluatedSJB .replaceEd {
  width: 1px;
  height: 3px;
  position: relative;
  background-color: #E3E3E3;
}
.OrderDetailsEvaluatedSJB .stepBox {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 16px 16px 21px;
  background-color: white;
}
.OrderDetailsEvaluatedSJB .stepBox .step {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.OrderDetailsEvaluatedSJB .stepBox .step .stepLeftActiveRed1 {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #D0021B;
}
.OrderDetailsEvaluatedSJB .stepBox .step .stepLeftActiveRed1 .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #D0021B;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsEvaluatedSJB .stepBox .step .stepLeftActiveRed {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #D0021B;
}
.OrderDetailsEvaluatedSJB .stepBox .step .stepLeftActiveRed .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #D0021B;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsEvaluatedSJB .stepBox .step .stepLeftActive1 {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #1E6BD5;
}
.OrderDetailsEvaluatedSJB .stepBox .step .stepLeftActive1 .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #1E6BD5;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsEvaluatedSJB .stepBox .step .stepLeftActive {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #1E6BD5;
}
.OrderDetailsEvaluatedSJB .stepBox .step .stepLeftActive .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #1E6BD5;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsEvaluatedSJB .stepBox .step .stepLeft1 {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #E3E3E3;
}
.OrderDetailsEvaluatedSJB .stepBox .step .stepLeft1 .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #E3E3E3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsEvaluatedSJB .stepBox .step .stepLeft {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #E3E3E3;
}
.OrderDetailsEvaluatedSJB .stepBox .step .stepLeft .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #E3E3E3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsEvaluatedSJB .stepBox .step .stepContent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border: 1px solid #ff1df1;*/
}
.OrderDetailsEvaluatedSJB .stepBox .step .stepContent .approval {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  font-weight: bolder;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
.OrderDetailsEvaluatedSJB .stepBox .step .stepContent .contentBoxRejected {
  background: #F2E1E3;
  border: 1px solid #D0021B;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 8px;
  color: #D0021B;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  letter-spacing: 0.15px;
  margin-bottom: 20px;
}
.OrderDetailsEvaluatedSJB .stepBox .step .stepContent .contentBox {
  background: #E3E3E3;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 8px;
  margin-bottom: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
}

.OrderDetailsRejectedSJB {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*.stepBox .step:last-child .stepLeftActive1{*/
  /*border-left: none !important;*/
  /*margin-top: 0 !important;*/
  /*padding-top: 0 !important;*/
  /*}*/
}
.OrderDetailsRejectedSJB .OrderDetailTitle {
  background: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.OrderDetailsRejectedSJB .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.OrderDetailsRejectedSJB .stepTitle {
  height: 40px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E3E3E3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: right;
}
.OrderDetailsRejectedSJB .btnRejected {
  /*margin: 30px 0;*/
  background: #FFFFFF;
  /*position: fixed;*/
  /*width: calc(100% - 32px);*/
  /*bottom: 0;*/
  padding: 30px 16px;
}
.OrderDetailsRejectedSJB .btnRejected button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.OrderDetailsRejectedSJB .btnRejected button:active {
  color: #ffffff;
}
.OrderDetailsRejectedSJB .btnRejected .weui-btn:after {
  border: none;
}
.OrderDetailsRejectedSJB .stepBox .step:first-child .stepLeftActiveRed1 {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsRejectedSJB .stepBox .step:last-child .stepLeftActiveRed1 {
  border-left: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.OrderDetailsRejectedSJB .stepBox .step:first-child .stepLeftActiveRed {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsRejectedSJB .stepBox .step:last-child .stepLeftActiveRed {
  border-left: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.OrderDetailsRejectedSJB .stepBox .step:first-child .stepLeftActive1 {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsRejectedSJB .stepBox .step:first-child .stepLeftActive {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsRejectedSJB .stepBox .step:last-child .stepLeftActive {
  border-left: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.OrderDetailsRejectedSJB .stepBox .step:first-child .stepLeftActive1 {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsRejectedSJB .stepBox .step:first-child .stepLeft {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsRejectedSJB .stepBox .step:last-child .stepLeft {
  border-left: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.OrderDetailsRejectedSJB .stepBox .step:first-child .stepLeft1 {
  margin-top: 3px;
  padding-top: 0 !important;
}
.OrderDetailsRejectedSJB .replace {
  width: 1px;
  height: 3px;
  position: relative;
  background-color: #1E6BD5;
}
.OrderDetailsRejectedSJB .replaceEd {
  width: 1px;
  height: 3px;
  position: relative;
  background-color: #E3E3E3;
}
.OrderDetailsRejectedSJB .stepBox {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 16px 16px 21px;
  background-color: white;
}
.OrderDetailsRejectedSJB .stepBox .step {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.OrderDetailsRejectedSJB .stepBox .step .stepLeftActiveRed1 {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #D0021B;
}
.OrderDetailsRejectedSJB .stepBox .step .stepLeftActiveRed1 .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #D0021B;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsRejectedSJB .stepBox .step .stepLeftActiveRed {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #D0021B;
}
.OrderDetailsRejectedSJB .stepBox .step .stepLeftActiveRed .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #D0021B;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsRejectedSJB .stepBox .step .stepLeftActive1 {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #1E6BD5;
}
.OrderDetailsRejectedSJB .stepBox .step .stepLeftActive1 .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #1E6BD5;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsRejectedSJB .stepBox .step .stepLeftActive {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #1E6BD5;
}
.OrderDetailsRejectedSJB .stepBox .step .stepLeftActive .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #1E6BD5;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsRejectedSJB .stepBox .step .stepLeft1 {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #E3E3E3;
}
.OrderDetailsRejectedSJB .stepBox .step .stepLeft1 .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #E3E3E3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsRejectedSJB .stepBox .step .stepLeft {
  width: 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
  padding-top: 3px;
  border-left: 1px solid #E3E3E3;
}
.OrderDetailsRejectedSJB .stepBox .step .stepLeft .ballBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #E3E3E3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  left: -5px;
  top: 0;
}
.OrderDetailsRejectedSJB .stepBox .step .stepContent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border: 1px solid #ff1df1;*/
}
.OrderDetailsRejectedSJB .stepBox .step .stepContent .approval {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  font-weight: bolder;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
.OrderDetailsRejectedSJB .stepBox .step .stepContent .contentBoxRejected {
  background: #F2E1E3;
  border: 1px solid #D0021B;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 8px;
  color: #D0021B;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  letter-spacing: 0.15px;
  margin-bottom: 20px;
}
.OrderDetailsRejectedSJB .stepBox .step .stepContent .contentBox {
  background: #E3E3E3;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 8px;
  margin-bottom: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.15px;
}

.SBKBHXXLR {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.SBKBHXXLR .OrderDetailTitle {
  background: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
}
.SBKBHXXLR .badMessage {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E3E3E3;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #F92705;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.SBKBHXXLR .card {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.SBKBHXXLR .card .title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.19px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SBKBHXXLR .card .cardInput {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SBKBHXXLR .card .cardInput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
}
.SBKBHXXLR .card .cardInput .weui-input {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SBKBHXXLR .card .cardInput .weui-cell__primary {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SBKBHXXLR .card .cardInput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SBKBHXXLR .card .cardInput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SBKBHXXLR .card .cardInput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SBKBHXXLR .card .cardInput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.SBKBHXXLR .card:last-child {
  border: none;
}
.SBKBHXXLR .btn {
  margin-top: 30px;
  padding: 0 16px;
}
.SBKBHXXLR .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.SBKBHXXLR .btn button:active {
  color: #ffffff;
}
.SBKBHXXLR .btn .weui-btn:after {
  border: none;
}

.SBKYJCX {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}
.SBKYJCX .hsoftNoData {
  height: calc(100% - 50px);
}
.SBKYJCX .serviceBox {
  /**滚动列表*/
  height: calc(100% - 50px);
  width: 100%;
  position: absolute;
  top: 50px;
  background-color: #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.SBKYJCX .serviceBox .timeLine {
  width: 95%;
}
.SBKYJCX .serviceBox .timeLine .el-timeline {
  padding-top: 20px;
}
.SBKYJCX .serviceBox .timeLine .el-timeline .el-timeline-item__tail {
  border-left: 2px solid grey;
  left: 20px;
}
.SBKYJCX .serviceBox .timeLine .el-timeline .el-timeline-item__node--normal {
  background: green;
  left: 14px;
}
.SBKYJCX .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ZCSQDPRINT {
  height: 100%;
}
.ZCSQDPRINT .head {
  background-color: white;
  padding: 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 20.5px;
  color: #333333;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ZCSQDPRINT .hsoftNoData {
  height: calc(100% - 50px);
  background: #E3E3E3;
}

.Wxym {
  background-color: white;
  height: 100%;
}
.Wxym .title1 {
  background-color: #ffffff;
  padding-top: 36px;
  padding-bottom: 40px;
}
.Wxym .title1 .title2 {
  margin: auto;
  width: 88px;
  height: 31px;
  font-size: 22px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #0B98F4;
  line-height: 31px;
  background-color: #ffffff;
}
.Wxym .info .item .title {
  padding-bottom: 14px;
}
.Wxym .info .item .title .required {
  padding-left: 8%;
}
.Wxym .info .item .title .titlename {
  width: 165px;
  height: 24px;
  font-size: 17px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 0px;
  letter-spacing: 5px;
  -webkit-background-clip: text;
}
.Wxym .info .iput {
  margin-left: 8%;
  margin-right: 8%;
  margin-bottom: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.Wxym .info .iput .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.Wxym .info .iput .weui-cell__bd.weui-cell__primary {
  color: #333;
}
.Wxym .info .iput .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Wxym .info .iput .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Wxym .info .iput .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Wxym .info .iput .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Wxym .info .iput2 {
  height: 90px;
  margin-left: 8%;
  margin-right: 8%;
  margin-bottom: 90px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
}
.Wxym .info .iput2 .weui-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 12px 7px 8px;
}
.Wxym .info .iput2 .weui-cell__bd.weui-cell__primary {
  color: #333;
}
.Wxym .info .iput2 .weui-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Wxym .info .iput2 .weui-input:-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Wxym .info .iput2 .weui-input::-ms-input-placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Wxym .info .iput2 .weui-input::placeholder {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  color: #999999;
  letter-spacing: 0.17px;
}
.Wxym .info .iput2 .textarea {
  margin-left: 8%;
  margin-right: 8%;
}
.Wxym .btn {
  margin-top: 30px;
  padding: 0 16px;
}
.Wxym .btn button {
  height: 40px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #1D68D2), color-stop(99%, #1B79FF));
  background-image: linear-gradient(-90deg, #1D68D2 2%, #1B79FF 99%);
  border-radius: 20px;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #ffffff;
  letter-spacing: 0.17px;
  text-align: center;
}
.Wxym .btn button:active {
  color: #ffffff;
}
.Wxym .btn .weui-btn:after {
  border: none;
}
/**
* actionsheet
*/
/**
* en: primary type text color of menu item
* zh-CN: 菜单项primary类型的文本颜色
*/
/**
* en: warn type text color of menu item
* zh-CN: 菜单项warn类型的文本颜色
*/
/**
* en: default type text color of menu item
* zh-CN: 菜单项default类型的文本颜色
*/
/**
* en: disabled type text color of menu item
* zh-CN: 菜单项disabled类型的文本颜色
*/
/**
* datetime
*/
/**
* tabbar
*/
/**
* tab
*/
/**
* dialog
*/
/**
* en: title and content's padding-left and padding-right
* zh-CN: 标题及内容区域的 padding-left 和 padding-right
*/
/**
* x-number
*/
/**
* checkbox
*/
/**
* check-icon
*/
/**
* Cell
*/
/**
* Mask
*/
/**
* Range
*/
/**
* Tabbar
*/
/**
* Header
*/
/**
* Timeline
*/
/**
* Switch
*/
/**
* Button
*/
/**
* en: border radius
* zh-CN: 圆角边框
*/
/**
* en: font color
* zh-CN: 字体颜色
*/
/**
* en: margin-top value between previous button, not works when there is only one button
* zh-CN: 与相邻按钮的 margin-top 间隙，只有一个按钮时不生效
*/
/**
* en: button height
* zh-CN: 按钮高度
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: font size
* zh-CN: 字体大小
*/
/**
* en: the font size of the mini type
* zh-CN: mini类型的字体大小
*/
/**
* en: the line height of the mini type
* zh-CN: mini类型的行高
*/
/**
* en: the background color of the warn type
* zh-CN: warn类型的背景颜色
*/
/**
* en: the background color of the warn type in active
* zh-CN: active状态下，warn类型的背景颜色
*/
/**
* en: the background color of the warn type in disabled
* zh-CN: disabled状态下，warn类型的背景颜色
*/
/**
* en: the background color of the default type
* zh-CN: default类型的背景颜色
*/
/**
* en: the font color of the default type
* zh-CN: default类型的字体颜色
*/
/**
* en: the background color of the default type in active
* zh-CN: active状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in disabled
* zh-CN: disabled状态下，default类型的字体颜色
*/
/**
* en: the background color of the default type in disabled
* zh-CN: disabled状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in active
* zh-CN: active状态下，default类型的字体颜色
*/
/**
* en: the background color of the primary type
* zh-CN: primary类型的背景颜色
*/
/**
* en: the background color of the primary type in active
* zh-CN: active状态下，primary类型的背景颜色
*/
/**
* en: the background color of the primary type in disabled
* zh-CN: disabled状态下，primary类型的背景颜色
*/
/**
* en: the font color of the plain primary type
* zh-CN: plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type
* zh-CN: plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain default type
* zh-CN: plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type
* zh-CN: plain的default类型的边框颜色
*/
/**
* en: the font color of the plain default type in active
* zh-CN: active状态下，plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type in active
* zh-CN: active状态下，plain的default类型的边框颜色
*/
/**
* en: the font color of the plain warn type
* zh-CN: plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type
* zh-CN: plain的warn类型的边框颜色
*/
/**
* en: the font color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的边框颜色
*/
/**
* swipeout
*/
/**
* Cell
*/
/**
* Badge
*/
/**
* en: badge background color
* zh-CN: badge的背景颜色
*/
/**
* Popover
*/
/**
* Button tab
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: border radius color
* zh-CN: 圆角边框的半径
*/
/**
* en: border color
* zh-CN: 边框的颜色
*/
/**
* en: not used
* zh-CN: 默认状态下圆角边框的颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default background color
* zh-CN: 默认状态下的背景颜色
*/
/**
* en: selected background color
* zh-CN: 选中状态下的背景颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/* alias */
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default text color
* zh-CN: 默认状态下的文本颜色
*/
/**
* en: height
* zh-CN: 元素高度
*/
/**
* en: line height
* zh-CN: 元素行高
*/
/**
* Swiper
*/
/**
* checklist
*/
/**
* popup-picker
*/
/**
* popup
*/
/**
* popup-header
*/
/**
* form-preview
*/
/**
* sticky
*/
/**
* group
*/
/**
* en: margin-top of title
* zh-CN: 标题的margin-top
*/
/**
* en: margin-bottom of title
* zh-CN: 标题的margin-bottom
*/
/**
* en: margin-top of footer title
* zh-CN: 底部标题的margin-top
*/
/**
* en: margin-bottom of footer title
* zh-CN: 底部标题的margin-bottom
*/
/**
* toast
*/
/**
* en: text size of content
* zh-CN: 内容文本大小
*/
/**
* en: default top
* zh-CN: 默认状态下距离顶部的高度
*/
/**
* en: position top
* zh-CN: 顶部显示的高度
*/
/**
* en: position bottom
* zh-CN: 底部显示的高度
*/
/**
* en: z-index
* zh-CN: z-index
*/
/**
* icon
*/
/**
* calendar
*/
/**
* en: forward and backward arrows color
* zh-CN: 前进后退的箭头颜色
*/
/**
* en: text color of week highlight
* zh-CN: 周末高亮的文本颜色
*/
/**
* en: background color when selected
* zh-CN: 选中时的背景颜色
*/
/**
* en: text color when disabled
* zh-CN: 禁用时的文本颜色
*/
/**
* en: text color of today
* zh-CN: 今天的文本颜色
*/
/**
* en: font size of cell
* zh-CN: 单元格的字号
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: size of date cell
* zh-CN: 日期单元格尺寸大小
*/
/**
* en: line height of date cell
* zh-CN: 日期单元格的行高
*/
/**
* en: text color of header
* zh-CN: 头部的文本颜色
*/
/**
* week-calendar
*/
/**
* search
*/
/**
* en: text color of cancel button
* zh-CN: 取消按钮文本颜色
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: text color of placeholder
* zh-CN: placeholder文本颜色
*/
/**
* radio
*/
/**
* en: checked icon color
* zh-CN: 选中状态的图标颜色
*/
/**
* loadmore
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* loading
*/
/**
* en: z-index
* zh-CN: z-index
*/
.weui-mask {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.weui-mask_transparent {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.weui-toast {
  position: fixed;
  z-index: 5001;
  width: 7.6em;
  min-height: 7.6em;
  top: 180px;
  left: 50%;
  margin-left: -3.8em;
  background: rgba(17, 17, 17, 0.7);
  text-align: center;
  border-radius: 5px;
  color: #FFFFFF;
}
.weui-icon_toast {
  margin: 22px 0 0;
  display: block;
}
.weui-icon_toast.weui-icon-success-no-circle:before {
  color: #FFFFFF;
  font-size: 55px;
}
.weui-icon_toast.weui-loading {
  margin: 30px 0 0;
  width: 38px;
  height: 38px;
  vertical-align: baseline;
}
.weui-toast__content {
  margin: 0 0 15px;
}
.weui-loading {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: weuiLoading 1s steps(12, end) infinite;
          animation: weuiLoading 1s steps(12, end) infinite;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=") no-repeat;
  background-size: 100%;
}
.weui-loading.weui-loading_transparent {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMjAnIGhlaWdodD0nMTIwJyB2aWV3Qm94PScwIDAgMTAwIDEwMCc+PHBhdGggZmlsbD0nbm9uZScgZD0nTTAgMGgxMDB2MTAwSDB6Jy8+PHJlY3QgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjU2KScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3RyYW5zbGF0ZSgwIC0zMCknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjUpJyByeD0nNScgcnk9JzUnIHRyYW5zZm9ybT0ncm90YXRlKDMwIDEwNS45OCA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjQzKScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSg2MCA3NS45OCA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjM4KScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSg5MCA2NSA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjMyKScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSgxMjAgNTguNjYgNjUpJy8+PHJlY3Qgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHg9JzQ2LjUnIHk9JzQwJyBmaWxsPSdyZ2JhKDI1NSwyNTUsMjU1LC4yOCknIHJ4PSc1JyByeT0nNScgdHJhbnNmb3JtPSdyb3RhdGUoMTUwIDU0LjAyIDY1KScvPjxyZWN0IHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyB4PSc0Ni41JyB5PSc0MCcgZmlsbD0ncmdiYSgyNTUsMjU1LDI1NSwuMjUpJyByeD0nNScgcnk9JzUnIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA1MCA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjIpJyByeD0nNScgcnk9JzUnIHRyYW5zZm9ybT0ncm90YXRlKC0xNTAgNDUuOTggNjUpJy8+PHJlY3Qgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHg9JzQ2LjUnIHk9JzQwJyBmaWxsPSdyZ2JhKDI1NSwyNTUsMjU1LC4xNyknIHJ4PSc1JyByeT0nNScgdHJhbnNmb3JtPSdyb3RhdGUoLTEyMCA0MS4zNCA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjE0KScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSgtOTAgMzUgNjUpJy8+PHJlY3Qgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHg9JzQ2LjUnIHk9JzQwJyBmaWxsPSdyZ2JhKDI1NSwyNTUsMjU1LC4xKScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSgtNjAgMjQuMDIgNjUpJy8+PHJlY3Qgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHg9JzQ2LjUnIHk9JzQwJyBmaWxsPSdyZ2JhKDI1NSwyNTUsMjU1LC4wMyknIHJ4PSc1JyByeT0nNScgdHJhbnNmb3JtPSdyb3RhdGUoLTMwIC01Ljk4IDY1KScvPjwvc3ZnPgo=");
}
@-webkit-keyframes weuiLoading {
0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
}
100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
            transform: rotate3d(0, 0, 1, 360deg);
}
}
@keyframes weuiLoading {
0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
}
100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
            transform: rotate3d(0, 0, 1, 360deg);
}
}
.vux-loading .weui-toast {
  z-index: 5001;
}
.weui-icon_toast.weui-loading {
  margin: 30px 0 0;
  width: 38px;
  height: 38px;
  vertical-align: baseline;
  display: inline-block;
}
.vux-mask-enter,
.vux-mask-leave-active,
.vux-mask-leave-active,
.vux-mask-enter-active {
  position: relative;
  z-index: 1;
}
.vux-mask-enter,
.vux-mask-leave-active {
  opacity: 0;
}
.vux-mask-leave-active,
.vux-mask-enter-active {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.vux-loading-no-text .weui-toast {
  min-height: 98px;
}

.vux-fade-enter-active,
.vux-fade-leave-active {
  opacity: 1;
  -webkit-transition: opacity linear 0.2s;
  transition: opacity linear 0.2s;
}
.vux-fade-enter,
.vux-fade-leave-to {
  opacity: 0;
}
.vux-dialog-enter-active {
  -webkit-animation: vux-dialog-in 0.5s;
          animation: vux-dialog-in 0.5s;
}
.vux-dialog-leave-active {
  -webkit-animation: vux-dialog-out 0.3s;
          animation: vux-dialog-out 0.3s;
}
@-webkit-keyframes vux-dialog-in {
0% {
    -webkit-transform: scale(1.185);
            transform: scale(1.185);
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}
@keyframes vux-dialog-in {
0% {
    -webkit-transform: scale(1.185);
            transform: scale(1.185);
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}
@-webkit-keyframes vux-dialog-out {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    opacity: 0;
}
}
@keyframes vux-dialog-out {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    opacity: 0;
}
}
.vux-mask-enter,
.vux-mask-leave-active {
  opacity: 0;
}
.vux-mask-leave-active,
.vux-mask-enter-active {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
/**
* actionsheet
*/
/**
* en: primary type text color of menu item
* zh-CN: 菜单项primary类型的文本颜色
*/
/**
* en: warn type text color of menu item
* zh-CN: 菜单项warn类型的文本颜色
*/
/**
* en: default type text color of menu item
* zh-CN: 菜单项default类型的文本颜色
*/
/**
* en: disabled type text color of menu item
* zh-CN: 菜单项disabled类型的文本颜色
*/
/**
* datetime
*/
/**
* tabbar
*/
/**
* tab
*/
/**
* dialog
*/
/**
* en: title and content's padding-left and padding-right
* zh-CN: 标题及内容区域的 padding-left 和 padding-right
*/
/**
* x-number
*/
/**
* checkbox
*/
/**
* check-icon
*/
/**
* Cell
*/
/**
* Mask
*/
/**
* Range
*/
/**
* Tabbar
*/
/**
* Header
*/
/**
* Timeline
*/
/**
* Switch
*/
/**
* Button
*/
/**
* en: border radius
* zh-CN: 圆角边框
*/
/**
* en: font color
* zh-CN: 字体颜色
*/
/**
* en: margin-top value between previous button, not works when there is only one button
* zh-CN: 与相邻按钮的 margin-top 间隙，只有一个按钮时不生效
*/
/**
* en: button height
* zh-CN: 按钮高度
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: the font color in disabled
* zh-CN: disabled状态下的字体颜色
*/
/**
* en: font size
* zh-CN: 字体大小
*/
/**
* en: the font size of the mini type
* zh-CN: mini类型的字体大小
*/
/**
* en: the line height of the mini type
* zh-CN: mini类型的行高
*/
/**
* en: the background color of the warn type
* zh-CN: warn类型的背景颜色
*/
/**
* en: the background color of the warn type in active
* zh-CN: active状态下，warn类型的背景颜色
*/
/**
* en: the background color of the warn type in disabled
* zh-CN: disabled状态下，warn类型的背景颜色
*/
/**
* en: the background color of the default type
* zh-CN: default类型的背景颜色
*/
/**
* en: the font color of the default type
* zh-CN: default类型的字体颜色
*/
/**
* en: the background color of the default type in active
* zh-CN: active状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in disabled
* zh-CN: disabled状态下，default类型的字体颜色
*/
/**
* en: the background color of the default type in disabled
* zh-CN: disabled状态下，default类型的背景颜色
*/
/**
* en: the font color of the default type in active
* zh-CN: active状态下，default类型的字体颜色
*/
/**
* en: the background color of the primary type
* zh-CN: primary类型的背景颜色
*/
/**
* en: the background color of the primary type in active
* zh-CN: active状态下，primary类型的背景颜色
*/
/**
* en: the background color of the primary type in disabled
* zh-CN: disabled状态下，primary类型的背景颜色
*/
/**
* en: the font color of the plain primary type
* zh-CN: plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type
* zh-CN: plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的字体颜色
*/
/**
* en: the border color of the plain primary type in active
* zh-CN: active状态下，plain的primary类型的边框颜色
*/
/**
* en: the font color of the plain default type
* zh-CN: plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type
* zh-CN: plain的default类型的边框颜色
*/
/**
* en: the font color of the plain default type in active
* zh-CN: active状态下，plain的default类型的字体颜色
*/
/**
* en: the border color of the plain default type in active
* zh-CN: active状态下，plain的default类型的边框颜色
*/
/**
* en: the font color of the plain warn type
* zh-CN: plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type
* zh-CN: plain的warn类型的边框颜色
*/
/**
* en: the font color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的字体颜色
*/
/**
* en: the border color of the plain warn type in active
* zh-CN: active状态下，plain的warn类型的边框颜色
*/
/**
* swipeout
*/
/**
* Cell
*/
/**
* Badge
*/
/**
* en: badge background color
* zh-CN: badge的背景颜色
*/
/**
* Popover
*/
/**
* Button tab
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: border radius color
* zh-CN: 圆角边框的半径
*/
/**
* en: border color
* zh-CN: 边框的颜色
*/
/**
* en: not used
* zh-CN: 默认状态下圆角边框的颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default background color
* zh-CN: 默认状态下的背景颜色
*/
/**
* en: selected background color
* zh-CN: 选中状态下的背景颜色
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/* alias */
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* en: default text color
* zh-CN: 默认状态下的文本颜色
*/
/**
* en: height
* zh-CN: 元素高度
*/
/**
* en: line height
* zh-CN: 元素行高
*/
/**
* Swiper
*/
/**
* checklist
*/
/**
* popup-picker
*/
/**
* popup
*/
/**
* popup-header
*/
/**
* form-preview
*/
/**
* sticky
*/
/**
* group
*/
/**
* en: margin-top of title
* zh-CN: 标题的margin-top
*/
/**
* en: margin-bottom of title
* zh-CN: 标题的margin-bottom
*/
/**
* en: margin-top of footer title
* zh-CN: 底部标题的margin-top
*/
/**
* en: margin-bottom of footer title
* zh-CN: 底部标题的margin-bottom
*/
/**
* toast
*/
/**
* en: text size of content
* zh-CN: 内容文本大小
*/
/**
* en: default top
* zh-CN: 默认状态下距离顶部的高度
*/
/**
* en: position top
* zh-CN: 顶部显示的高度
*/
/**
* en: position bottom
* zh-CN: 底部显示的高度
*/
/**
* en: z-index
* zh-CN: z-index
*/
/**
* icon
*/
/**
* calendar
*/
/**
* en: forward and backward arrows color
* zh-CN: 前进后退的箭头颜色
*/
/**
* en: text color of week highlight
* zh-CN: 周末高亮的文本颜色
*/
/**
* en: background color when selected
* zh-CN: 选中时的背景颜色
*/
/**
* en: text color when disabled
* zh-CN: 禁用时的文本颜色
*/
/**
* en: text color of today
* zh-CN: 今天的文本颜色
*/
/**
* en: font size of cell
* zh-CN: 单元格的字号
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: size of date cell
* zh-CN: 日期单元格尺寸大小
*/
/**
* en: line height of date cell
* zh-CN: 日期单元格的行高
*/
/**
* en: text color of header
* zh-CN: 头部的文本颜色
*/
/**
* week-calendar
*/
/**
* search
*/
/**
* en: text color of cancel button
* zh-CN: 取消按钮文本颜色
*/
/**
* en: background color
* zh-CN: 背景颜色
*/
/**
* en: text color of placeholder
* zh-CN: placeholder文本颜色
*/
/**
* radio
*/
/**
* en: checked icon color
* zh-CN: 选中状态的图标颜色
*/
/**
* loadmore
*/
/**
* en: not used
* zh-CN: 未被使用
*/
/**
* loading
*/
/**
* en: z-index
* zh-CN: z-index
*/
.weui-mask {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.weui-mask_transparent {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.weui-dialog {
  position: fixed;
  display: table;
  z-index: 5000;
  width: 80%;
  max-width: 300px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #FFFFFF;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
}
.weui-dialog__hd {
  padding: 1.3em 1.6em 0.5em;
}
.weui-dialog__hd.with-no-content {
  padding: 1.7em 1.6em;
}
.weui-dialog__title {
  font-weight: 400;
  font-size: 18px;
}
.weui-dialog__bd {
  padding: 0 1.6em 0.8em;
  min-height: 40px;
  font-size: 15px;
  line-height: 1.3;
  word-wrap: break-word;
  word-break: break-all;
  color: #999999;
}
.weui-dialog__bd:first-child {
  padding: 2.7em 20px 1.7em;
  color: #353535;
}
.weui-dialog__ft {
  position: relative;
  line-height: 48px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.weui-dialog__ft:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #D5D5D6;
  color: #D5D5D6;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.weui-dialog__btn {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #3CC51F;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
}
.weui-dialog__btn:active {
  background-color: #EEEEEE;
}
.weui-dialog__btn:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  bottom: 0;
  border-left: 1px solid #D5D5D6;
  color: #D5D5D6;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}
.weui-dialog__btn:first-child:after {
  display: none;
}
.weui-dialog__btn_default {
  color: #353535;
}
.weui-dialog__btn_primary {
  color: #0BB20C;
}
.weui-dialog__btn_warn {
  color: #E64340;
}
.weui-skin_android .weui-dialog {
  text-align: left;
  -webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.1);
}
.weui-skin_android .weui-dialog__title {
  font-size: 21px;
}
.weui-skin_android .weui-dialog__hd {
  text-align: left;
}
.weui-skin_android .weui-dialog__bd {
  color: #999999;
  padding: 0.25em 1.6em 2em;
  font-size: 17px;
  text-align: left;
}
.weui-skin_android .weui-dialog__bd:first-child {
  padding: 1.6em 1.6em 2em;
  color: #353535;
}
.weui-skin_android .weui-dialog__ft {
  display: block;
  text-align: right;
  line-height: 42px;
  font-size: 16px;
  padding: 0 1.6em 0.7em;
}
.weui-skin_android .weui-dialog__ft:after {
  display: none;
}
.weui-skin_android .weui-dialog__btn {
  display: inline-block;
  vertical-align: top;
  padding: 0 0.8em;
}
.weui-skin_android .weui-dialog__btn:after {
  display: none;
}
.weui-skin_android .weui-dialog__btn:active {
  background-color: rgba(0, 0, 0, 0.06);
}
.weui-skin_android .weui-dialog__btn:visited {
  background-color: rgba(0, 0, 0, 0.06);
}
.weui-skin_android .weui-dialog__btn:last-child {
  margin-right: -0.8em;
}
.weui-skin_android .weui-dialog__btn_default {
  color: #808080;
}
@media screen and (min-width: 1024px) {
.weui-dialog {
    width: 35%;
}
}
@-webkit-keyframes van-slide-up-enter{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes van-slide-up-enter{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes van-slide-up-leave{to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes van-slide-up-leave{to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes van-slide-down-enter{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-enter{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes van-slide-down-leave{to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-leave{to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes van-slide-left-enter{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-enter{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes van-slide-left-leave{to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-leave{to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes van-slide-right-enter{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes van-slide-right-enter{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes van-slide-right-leave{to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes van-slide-right-leave{to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes van-fade-in{0%{opacity:0}to{opacity:1}}@keyframes van-fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes van-fade-out{0%{opacity:1}to{opacity:0}}@keyframes van-fade-out{0%{opacity:1}to{opacity:0}}@-webkit-keyframes van-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes van-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes van-circular{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40}to{stroke-dasharray:90,150;stroke-dashoffset:-120}}@keyframes van-circular{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40}to{stroke-dasharray:90,150;stroke-dashoffset:-120}}@-webkit-keyframes van-notice-bar-play{to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes van-notice-bar-play{to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes van-notice-bar-play-infinite{to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes van-notice-bar-play-infinite{to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}html{-webkit-tap-highlight-color:transparent}body{margin:0}a{text-decoration:none}a:focus,button:focus,input:focus,textarea:focus{outline:0}ol,ul{margin:0;padding:0;list-style:none}button,input,textarea{font:inherit;color:inherit}.van-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-clearfix::after{content:'';display:table;clear:both}[class*=van-hairline]{position:relative}[class*=van-hairline]::after{content:' ';position:absolute;pointer-events:none;-webkit-box-sizing:border-box;box-sizing:border-box;top:-50%;left:-50%;right:-50%;bottom:-50%;-webkit-transform:scale(.5);transform:scale(.5);border:0 solid #ebedf0}.van-hairline--top::after{border-top-width:1px}.van-hairline--left::after{border-left-width:1px}.van-hairline--right::after{border-right-width:1px}.van-hairline--bottom::after{border-bottom-width:1px}.van-hairline--top-bottom::after{border-width:1px 0}.van-hairline--surround::after{border-width:1px}.van-fade-enter-active{-webkit-animation:.3s van-fade-in;animation:.3s van-fade-in}.van-fade-leave-active{-webkit-animation:.3s van-fade-out;animation:.3s van-fade-out}.van-slide-up-enter-active{-webkit-animation:van-slide-up-enter .3s both ease;animation:van-slide-up-enter .3s both ease}.van-slide-up-leave-active{-webkit-animation:van-slide-up-leave .3s both ease;animation:van-slide-up-leave .3s both ease}.van-slide-down-enter-active{-webkit-animation:van-slide-down-enter .3s both ease;animation:van-slide-down-enter .3s both ease}.van-slide-down-leave-active{-webkit-animation:van-slide-down-leave .3s both ease;animation:van-slide-down-leave .3s both ease}.van-slide-left-enter-active{-webkit-animation:van-slide-left-enter .3s both ease;animation:van-slide-left-enter .3s both ease}.van-slide-left-leave-active{-webkit-animation:van-slide-left-leave .3s both ease;animation:van-slide-left-leave .3s both ease}.van-slide-right-enter-active{-webkit-animation:van-slide-right-enter .3s both ease;animation:van-slide-right-enter .3s both ease}.van-slide-right-leave-active{-webkit-animation:van-slide-right-leave .3s both ease;animation:van-slide-right-leave .3s both ease}.van-info{position:absolute;right:0;top:-8px;color:#fff;font-size:12px;font-weight:500;font-family:PingFang SC,Helvetica Neue,Arial,sans-serif;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 3px;min-width:16px;line-height:14px;border:1px solid #fff;border-radius:16px;background-color:#f44;-webkit-transform:translateX(50%);transform:translateX(50%);-webkit-transform-origin:100%;transform-origin:100%}@font-face{font-style:normal;font-weight:400;font-family:'vant-icon';src:url(https://img.yzcdn.cn/vant/vant-icon-839a51.woff2) format('woff2'),url(https://img.yzcdn.cn/vant/vant-icon-839a51.woff) format('woff'),url(https://img.yzcdn.cn/vant/vant-icon-839a51.ttf) format('truetype')}.van-icon{position:relative;font:14px/1 "vant-icon";font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased}.van-icon,.van-icon::before{display:inline-block}.van-icon-add-o:before{content:"\F000"}.van-icon-add-square:before{content:"\F001"}.van-icon-add:before{content:"\F002"}.van-icon-after-sale:before{content:"\F003"}.van-icon-aim:before{content:"\F004"}.van-icon-alipay:before{content:"\F005"}.van-icon-apps-o:before{content:"\F006"}.van-icon-arrow-down:before{content:"\F007"}.van-icon-arrow-left:before{content:"\F008"}.van-icon-arrow-up:before{content:"\F009"}.van-icon-arrow:before{content:"\F00A"}.van-icon-ascending:before{content:"\F00B"}.van-icon-audio:before{content:"\F00C"}.van-icon-award-o:before{content:"\F00D"}.van-icon-award:before{content:"\F00E"}.van-icon-bag-o:before{content:"\F00F"}.van-icon-bag:before{content:"\F010"}.van-icon-balance-list-o:before{content:"\F011"}.van-icon-balance-list:before{content:"\F012"}.van-icon-balance-o:before{content:"\F013"}.van-icon-balance-pay:before{content:"\F014"}.van-icon-bar-chart-o:before{content:"\F015"}.van-icon-bars:before{content:"\F016"}.van-icon-bell:before{content:"\F017"}.van-icon-bill-o:before{content:"\F018"}.van-icon-bill:before{content:"\F019"}.van-icon-birthday-cake-o:before{content:"\F01A"}.van-icon-bookmark-o:before{content:"\F01B"}.van-icon-bookmark:before{content:"\F01C"}.van-icon-browsing-history-o:before{content:"\F01D"}.van-icon-browsing-history:before{content:"\F01E"}.van-icon-brush-o:before{content:"\F01F"}.van-icon-bulb-o:before{content:"\F020"}.van-icon-bullhorn-o:before{content:"\F021"}.van-icon-calender-o:before{content:"\F022"}.van-icon-card:before{content:"\F023"}.van-icon-cart-circle-o:before{content:"\F024"}.van-icon-cart-circle:before{content:"\F025"}.van-icon-cart-o:before{content:"\F026"}.van-icon-cart:before{content:"\F027"}.van-icon-cash-back-record:before{content:"\F028"}.van-icon-cash-on-deliver:before{content:"\F029"}.van-icon-cashier-o:before{content:"\F02A"}.van-icon-certificate:before{content:"\F02B"}.van-icon-chart-trending-o:before{content:"\F02C"}.van-icon-chat-o:before{content:"\F02D"}.van-icon-chat:before{content:"\F02E"}.van-icon-checked:before{content:"\F02F"}.van-icon-circle:before{content:"\F030"}.van-icon-clear:before{content:"\F031"}.van-icon-clock-o:before{content:"\F032"}.van-icon-clock:before{content:"\F033"}.van-icon-close:before{content:"\F034"}.van-icon-closed-eye:before{content:"\F035"}.van-icon-cluster-o:before{content:"\F036"}.van-icon-cluster:before{content:"\F037"}.van-icon-column:before{content:"\F038"}.van-icon-comment-circle-o:before{content:"\F039"}.van-icon-comment-o:before{content:"\F03A"}.van-icon-comment:before{content:"\F03B"}.van-icon-completed:before{content:"\F03C"}.van-icon-contact:before{content:"\F03D"}.van-icon-coupon-o:before{content:"\F03E"}.van-icon-coupon:before{content:"\F03F"}.van-icon-credit-pay:before{content:"\F040"}.van-icon-cross:before{content:"\F041"}.van-icon-debit-pay:before{content:"\F042"}.van-icon-delete:before{content:"\F043"}.van-icon-descending:before{content:"\F044"}.van-icon-description:before{content:"\F045"}.van-icon-desktop-o:before{content:"\F046"}.van-icon-diamond-o:before{content:"\F047"}.van-icon-diamond:before{content:"\F048"}.van-icon-discount:before{content:"\F049"}.van-icon-ecard-pay:before{content:"\F04A"}.van-icon-edit:before{content:"\F04B"}.van-icon-ellipsis:before{content:"\F04C"}.van-icon-empty:before{content:"\F04D"}.van-icon-envelop-o:before{content:"\F04E"}.van-icon-exchange:before{content:"\F04F"}.van-icon-expand-o:before{content:"\F050"}.van-icon-expand:before{content:"\F051"}.van-icon-eye-o:before{content:"\F052"}.van-icon-eye:before{content:"\F053"}.van-icon-fail:before{content:"\F054"}.van-icon-failure:before{content:"\F055"}.van-icon-filter-o:before{content:"\F056"}.van-icon-fire-o:before{content:"\F057"}.van-icon-fire:before{content:"\F058"}.van-icon-flag-o:before{content:"\F059"}.van-icon-flower-o:before{content:"\F05A"}.van-icon-free-postage:before{content:"\F05B"}.van-icon-friends-o:before{content:"\F05C"}.van-icon-friends:before{content:"\F05D"}.van-icon-gem-o:before{content:"\F05E"}.van-icon-gem:before{content:"\F05F"}.van-icon-gift-card-o:before{content:"\F060"}.van-icon-gift-card:before{content:"\F061"}.van-icon-gift-o:before{content:"\F062"}.van-icon-gift:before{content:"\F063"}.van-icon-gold-coin-o:before{content:"\F064"}.van-icon-gold-coin:before{content:"\F065"}.van-icon-goods-collect-o:before{content:"\F066"}.van-icon-goods-collect:before{content:"\F067"}.van-icon-graphic:before{content:"\F068"}.van-icon-home-o:before{content:"\F069"}.van-icon-hot-o:before{content:"\F06A"}.van-icon-hot-sale-o:before{content:"\F06B"}.van-icon-hot-sale:before{content:"\F06C"}.van-icon-hot:before{content:"\F06D"}.van-icon-hotel-o:before{content:"\F06E"}.van-icon-idcard:before{content:"\F06F"}.van-icon-info-o:before{content:"\F070"}.van-icon-info:before{content:"\F071"}.van-icon-invition:before{content:"\F072"}.van-icon-label-o:before{content:"\F073"}.van-icon-label:before{content:"\F074"}.van-icon-like-o:before{content:"\F075"}.van-icon-like:before{content:"\F076"}.van-icon-live:before{content:"\F077"}.van-icon-location-o:before{content:"\F078"}.van-icon-location:before{content:"\F079"}.van-icon-lock:before{content:"\F07A"}.van-icon-logistics:before{content:"\F07B"}.van-icon-manager-o:before{content:"\F07C"}.van-icon-manager:before{content:"\F07D"}.van-icon-map-marked:before{content:"\F07E"}.van-icon-medel-o:before{content:"\F07F"}.van-icon-medel:before{content:"\F080"}.van-icon-more-o:before{content:"\F081"}.van-icon-more:before{content:"\F082"}.van-icon-music-o:before{content:"\F083"}.van-icon-new-arrival-o:before{content:"\F084"}.van-icon-new-arrival:before{content:"\F085"}.van-icon-new-o:before{content:"\F086"}.van-icon-new:before{content:"\F087"}.van-icon-newspaper-o:before{content:"\F088"}.van-icon-notes-o:before{content:"\F089"}.van-icon-orders-o:before{content:"\F08A"}.van-icon-other-pay:before{content:"\F08B"}.van-icon-paid:before{content:"\F08C"}.van-icon-passed:before{content:"\F08D"}.van-icon-pause-circle-o:before{content:"\F08E"}.van-icon-pause-circle:before{content:"\F08F"}.van-icon-pause:before{content:"\F090"}.van-icon-peer-pay:before{content:"\F091"}.van-icon-pending-payment:before{content:"\F092"}.van-icon-phone-circle-o:before{content:"\F093"}.van-icon-phone-o:before{content:"\F094"}.van-icon-phone:before{content:"\F095"}.van-icon-photo-o:before{content:"\F096"}.van-icon-photo:before{content:"\F097"}.van-icon-photograph:before{content:"\F098"}.van-icon-play-circle-o:before{content:"\F099"}.van-icon-play-circle:before{content:"\F09A"}.van-icon-play:before{content:"\F09B"}.van-icon-plus:before{content:"\F09C"}.van-icon-point-gift-o:before{content:"\F09D"}.van-icon-point-gift:before{content:"\F09E"}.van-icon-points:before{content:"\F09F"}.van-icon-printer:before{content:"\F0A0"}.van-icon-qr-invalid:before{content:"\F0A1"}.van-icon-qr:before{content:"\F0A2"}.van-icon-question-o:before{content:"\F0A3"}.van-icon-question:before{content:"\F0A4"}.van-icon-records:before{content:"\F0A5"}.van-icon-refund-o:before{content:"\F0A6"}.van-icon-replay:before{content:"\F0A7"}.van-icon-scan:before{content:"\F0A8"}.van-icon-search:before{content:"\F0A9"}.van-icon-send-gift-o:before{content:"\F0AA"}.van-icon-send-gift:before{content:"\F0AB"}.van-icon-service-o:before{content:"\F0AC"}.van-icon-service:before{content:"\F0AD"}.van-icon-setting-o:before{content:"\F0AE"}.van-icon-setting:before{content:"\F0AF"}.van-icon-share:before{content:"\F0B0"}.van-icon-shop-collect-o:before{content:"\F0B1"}.van-icon-shop-collect:before{content:"\F0B2"}.van-icon-shop-o:before{content:"\F0B3"}.van-icon-shop:before{content:"\F0B4"}.van-icon-shopping-cart-o:before{content:"\F0B5"}.van-icon-shopping-cart:before{content:"\F0B6"}.van-icon-shrink:before{content:"\F0B7"}.van-icon-sign:before{content:"\F0B8"}.van-icon-smile-comment-o:before{content:"\F0B9"}.van-icon-smile-comment:before{content:"\F0BA"}.van-icon-smile-o:before{content:"\F0BB"}.van-icon-star-o:before{content:"\F0BC"}.van-icon-star:before{content:"\F0BD"}.van-icon-stop-circle-o:before{content:"\F0BE"}.van-icon-stop-circle:before{content:"\F0BF"}.van-icon-stop:before{content:"\F0C0"}.van-icon-success:before{content:"\F0C1"}.van-icon-thumb-circle-o:before{content:"\F0C2"}.van-icon-todo-list-o:before{content:"\F0C3"}.van-icon-todo-list:before{content:"\F0C4"}.van-icon-tosend:before{content:"\F0C5"}.van-icon-tv-o:before{content:"\F0C6"}.van-icon-umbrella-circle:before{content:"\F0C7"}.van-icon-underway-o:before{content:"\F0C8"}.van-icon-underway:before{content:"\F0C9"}.van-icon-upgrade:before{content:"\F0CA"}.van-icon-user-circle-o:before{content:"\F0CB"}.van-icon-user-o:before{content:"\F0CC"}.van-icon-video-o:before{content:"\F0CD"}.van-icon-video:before{content:"\F0CE"}.van-icon-vip-card-o:before{content:"\F0CF"}.van-icon-vip-card:before{content:"\F0D0"}.van-icon-volume-o:before{content:"\F0D1"}.van-icon-volume:before{content:"\F0D2"}.van-icon-wap-home:before{content:"\F0D3"}.van-icon-wap-nav:before{content:"\F0D4"}.van-icon-warn-o:before{content:"\F0D5"}.van-icon-warning-o:before{content:"\F0D6"}.van-icon-weapp-nav:before{content:"\F0D7"}.van-icon-wechat:before{content:"\F0D8"}.van-icon-youzan-shield:before{content:"\F0D9"}.van-icon--image{width:1em;height:1em}.van-icon--image img{top:0;left:0;right:0;bottom:0;margin:auto;max-width:100%;max-height:100%;position:absolute}.van-loading{width:30px;height:30px;z-index:0;font-size:0;line-height:0;position:relative;vertical-align:middle}.van-loading--circle{width:16px;height:16px}.van-loading__spinner{z-index:-1;width:100%;height:100%;position:relative;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-animation:van-rotate .8s linear infinite;animation:van-rotate .8s linear infinite}.van-loading__spinner--circle{border-radius:100%;border:3px solid transparent;border-color:#7d7e80 #c8c9cc #c8c9cc}.van-loading__spinner--gradient-circle{background-size:contain;background-image:url(https://img.yzcdn.cn/vant/gradient-circle-black.png)}.van-loading__spinner--spinner{-webkit-animation-timing-function:steps(12);animation-timing-function:steps(12)}.van-circle svg,.van-loading__spinner--spinner i{top:0;left:0;width:100%;height:100%;position:absolute}.van-loading__spinner--spinner i::before{width:2px;height:25%;content:' ';display:block;margin:0 auto;border-radius:40%;background-color:currentColor}.van-loading__spinner--circular{-webkit-animation-duration:2s;animation-duration:2s}.van-loading__circular{width:100%;height:100%}.van-loading__circular circle{stroke:currentColor;stroke-width:3;stroke-linecap:round;-webkit-animation:van-circular 1.5s ease-in-out infinite;animation:van-circular 1.5s ease-in-out infinite}.van-loading--white .van-loading__spinner--circle{border-color:rgba(255,255,255,.7) rgba(0,0,0,.1) rgba(0,0,0,.1)}.van-loading--white .van-loading__spinner--gradient-circle{background-image:url(https://img.yzcdn.cn/vant/gradient-circle-white.png)}.van-loading__spinner--spinner i:nth-of-type(1){opacity:1;-webkit-transform:rotate(30deg);transform:rotate(30deg)}.van-loading__spinner--spinner i:nth-of-type(2){opacity:.9375;-webkit-transform:rotate(60deg);transform:rotate(60deg)}.van-loading__spinner--spinner i:nth-of-type(3){opacity:.875;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.van-loading__spinner--spinner i:nth-of-type(4){opacity:.8125;-webkit-transform:rotate(120deg);transform:rotate(120deg)}.van-loading__spinner--spinner i:nth-of-type(5){opacity:.75;-webkit-transform:rotate(150deg);transform:rotate(150deg)}.van-loading__spinner--spinner i:nth-of-type(6){opacity:.6875;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.van-loading__spinner--spinner i:nth-of-type(7){opacity:.625;-webkit-transform:rotate(210deg);transform:rotate(210deg)}.van-loading__spinner--spinner i:nth-of-type(8){opacity:.5625;-webkit-transform:rotate(240deg);transform:rotate(240deg)}.van-loading__spinner--spinner i:nth-of-type(9){opacity:.5;-webkit-transform:rotate(270deg);transform:rotate(270deg)}.van-loading__spinner--spinner i:nth-of-type(10){opacity:.4375;-webkit-transform:rotate(300deg);transform:rotate(300deg)}.van-loading__spinner--spinner i:nth-of-type(11){opacity:.375;-webkit-transform:rotate(330deg);transform:rotate(330deg)}.van-loading__spinner--spinner i:nth-of-type(12){opacity:.3125;-webkit-transform:rotate(360deg);transform:rotate(360deg)}.van-button{display:inline-block;position:relative;padding:0;height:44px;line-height:42px;font-size:16px;border-radius:2px;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-webkit-text-size-adjust:100%}.van-button::before{content:" ";position:absolute;top:50%;left:50%;opacity:0;width:100%;height:100%;border:inherit;border-color:#000;background-color:#000;border-radius:inherit;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.van-button:active::before{opacity:.1}.van-button--disabled::before,.van-button--loading::before{display:none}.van-button--default{color:#323233;background-color:#fff;border:1px solid #ebedf0}.van-button--primary{color:#fff;background-color:#07c160;border:1px solid #07c160}.van-button--info{color:#fff;background-color:#1989fa;border:1px solid #1989fa}.van-button--danger{color:#fff;background-color:#f44;border:1px solid #f44}.van-button--warning{color:#fff;background-color:#ff976a;border:1px solid #ff976a}.van-button--plain{background-color:#fff}.van-button--plain.van-button--primary{color:#07c160}.van-button--plain.van-button--info{color:#1989fa}.van-button--plain.van-button--danger{color:#f44}.van-button--plain.van-button--warning{color:#ff976a}.van-button--large{width:100%;height:50px;line-height:48px}.van-button--normal{padding:0 15px;font-size:14px}.van-button--small{padding:0 8px;height:30px;min-width:60px;font-size:12px;line-height:28px}.van-button--loading .van-loading,.van-button--mini{display:inline-block}.van-button--mini{height:22px;min-width:50px;font-size:10px;line-height:20px}.van-button--mini+.van-button--mini{margin-left:5px}.van-button--block{width:100%;display:block}.van-button--bottom-action{border:0;width:100%;height:50px;font-size:16px;line-height:50px;border-radius:0;color:#fff;background-color:#ff976a}.van-button--bottom-action.van-button--primary{background-color:#f44}.van-button--disabled{opacity:.5}.van-button--hairline.van-button--round::after,.van-button--round{border-radius:10em}.van-button--hairline.van-button--square::after,.van-button--square{border-radius:0}.van-button__loading-text{margin-left:5px;display:inline-block;vertical-align:middle}.van-button--hairline{border-width:0}.van-button--hairline::after{border-color:inherit;border-radius:4px}.van-cell{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;color:#323233;font-size:14px;line-height:24px;background-color:#fff;padding:10px 15px}.van-cell:not(:last-child)::after{content:' ';position:absolute;pointer-events:none;-webkit-box-sizing:border-box;box-sizing:border-box;left:15px;right:0;bottom:0;-webkit-transform:scaleY(.5);transform:scaleY(.5);border-bottom:1px solid #ebedf0}.van-cell--borderless::after{display:none}.van-cell__label{color:#969799;font-size:12px;margin-top:3px;line-height:18px}.van-cell__title,.van-cell__value{-webkit-box-flex:1;-ms-flex:1;flex:1}.van-cell__value{color:#969799;overflow:hidden;text-align:right;position:relative;vertical-align:middle}.van-cell__value--alone{color:#323233;text-align:left}.van-cell__left-icon,.van-cell__right-icon{min-width:1em;height:24px;font-size:16px;line-height:24px}.van-cell__left-icon{margin-right:5px}.van-cell__right-icon{margin-left:5px;color:#969799}.van-cell--clickable:active{background-color:#f2f3f5}.van-cell--required{overflow:visible}.van-cell--required::before{content:'*';position:absolute;left:7px;font-size:14px;color:#f44}.van-cell--center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.van-cell--large{padding-top:12px;padding-bottom:12px}.van-cell--large .van-cell__title{font-size:16px}.van-cell--large .van-cell__label{font-size:14px}.van-cell-group{background-color:#fff}.van-cell-group__title{color:#969799;padding:15px 15px 5px;font-size:14px;line-height:16px}.van-col{float:left;min-height:1px;-webkit-box-sizing:border-box;box-sizing:border-box}.van-col--1{width:4.16666667%}.van-col--offset-1{margin-left:4.16666667%}.van-col--2{width:8.33333333%}.van-col--offset-2{margin-left:8.33333333%}.van-col--3{width:12.5%}.van-col--offset-3{margin-left:12.5%}.van-col--4{width:16.66666667%}.van-col--offset-4{margin-left:16.66666667%}.van-col--5{width:20.83333333%}.van-col--offset-5{margin-left:20.83333333%}.van-col--6{width:25%}.van-col--offset-6{margin-left:25%}.van-col--7{width:29.16666667%}.van-col--offset-7{margin-left:29.16666667%}.van-col--8{width:33.33333333%}.van-col--offset-8{margin-left:33.33333333%}.van-col--9{width:37.5%}.van-col--offset-9{margin-left:37.5%}.van-col--10{width:41.66666667%}.van-col--offset-10{margin-left:41.66666667%}.van-col--11{width:45.83333333%}.van-col--offset-11{margin-left:45.83333333%}.van-col--12{width:50%}.van-col--offset-12{margin-left:50%}.van-col--13{width:54.16666667%}.van-col--offset-13{margin-left:54.16666667%}.van-col--14{width:58.33333333%}.van-col--offset-14{margin-left:58.33333333%}.van-col--15{width:62.5%}.van-col--offset-15{margin-left:62.5%}.van-col--16{width:66.66666667%}.van-col--offset-16{margin-left:66.66666667%}.van-col--17{width:70.83333333%}.van-col--offset-17{margin-left:70.83333333%}.van-col--18{width:75%}.van-col--offset-18{margin-left:75%}.van-col--19{width:79.16666667%}.van-col--offset-19{margin-left:79.16666667%}.van-col--20{width:83.33333333%}.van-col--offset-20{margin-left:83.33333333%}.van-col--21{width:87.5%}.van-col--offset-21{margin-left:87.5%}.van-col--22{width:91.66666667%}.van-col--offset-22{margin-left:91.66666667%}.van-col--23{width:95.83333333%}.van-col--offset-23{margin-left:95.83333333%}.van-col--24{width:100%}.van-col--offset-24{margin-left:100%}.van-row::after{content:"";display:table;clear:both}.van-row--flex{display:-webkit-box;display:-ms-flexbox;display:flex}.van-row--flex::after{display:none}.van-row--justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.van-row--justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.van-row--justify-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.van-row--justify-space-around{-ms-flex-pack:distribute;justify-content:space-around}.van-row--align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.van-row--align-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.van-badge{display:block;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;word-break:break-all;-webkit-box-sizing:border-box;box-sizing:border-box;color:#7d7e80;padding:20px 12px 20px 9px;font-size:14px;line-height:1.4;background-color:#f8f8f8;border-left:3px solid transparent}.van-badge__text{position:relative}.van-badge:active{background-color:#f2f3f5}.van-badge:not(:last-child)::after{border-bottom-width:1px}.van-badge--select{color:#323233;font-weight:500;border-color:#f44}.van-badge--select::after{border-right-width:1px}.van-badge--select,.van-badge--select:active{background-color:#fff}.van-badge .van-info{right:4px}.badge-group{width:85px}.van-circle{position:relative;text-align:center;display:inline-block}.van-circle__layer{fill:none;stroke-linecap:round;stroke-dasharray:3140;stroke-dashoffset:3140;-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:530px 530px;transform-origin:530px 530px}.van-circle__text{top:50%;left:0;width:100%;color:#323233;position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-collapse-item__title .van-cell__right-icon::before{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:.3s;transition:.3s}.van-collapse-item__title::after{visibility:hidden}.van-collapse-item__title--expanded .van-cell__right-icon::before{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.van-collapse-item__title--expanded::after{visibility:visible}.van-collapse-item__title--disabled,.van-collapse-item__title--disabled .van-cell__right-icon{color:#c8c9cc}.van-collapse-item__title--disabled:active{background-color:#fff}.van-collapse-item__wrapper{overflow:hidden;will-change:height;-webkit-transition:height .3s ease-in-out;transition:height .3s ease-in-out}.van-collapse-item__content{color:#969799;padding:15px;font-size:13px;line-height:1.5;background-color:#fff}.van-list__error-text,.van-list__finished-text,.van-list__loading-text{color:#969799;font-size:13px;line-height:50px;text-align:center}.van-list__loading{text-align:center}.van-list__loading-icon,.van-list__loading-text{display:inline-block;vertical-align:middle}.van-list__loading-icon{width:16px;height:16px;margin-right:5px}.van-nav-bar{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;height:46px;line-height:46px;background-color:#fff}.van-nav-bar .van-icon{color:#1989fa;vertical-align:middle}.van-nav-bar__arrow{min-width:1em;font-size:16px}.van-nav-bar__arrow+.van-nav-bar__text{margin-left:-20px;padding-left:25px}.van-nav-bar--fixed{top:0;left:0;width:100%;position:fixed}.van-nav-bar__title{margin:0 auto;max-width:60%;color:#323233;font-size:16px;font-weight:500}.van-nav-bar__left,.van-nav-bar__right{bottom:0;font-size:14px;position:absolute}.van-nav-bar__left{left:15px}.van-nav-bar__right{right:15px}.van-nav-bar__text{color:#1989fa;margin:0 -15px;padding:0 15px;display:inline-block;vertical-align:middle}.van-nav-bar__text:active{background-color:#f2f3f5}.van-notice-bar{display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;padding:0 15px;font-size:14px;line-height:24px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#ed6a0c;background-color:#fffbe8}.van-notice-bar__left-icon{font-size:16px;min-width:22px}.van-notice-bar__right-icon{top:50%;right:15px;font-size:16px;position:absolute;margin-top:-.5em}.van-notice-bar__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;height:24px;overflow:hidden;position:relative}.van-notice-bar__content{position:absolute;white-space:nowrap}.van-notice-bar__content.van-ellipsis{max-width:100%}.van-notice-bar__play{-webkit-animation:van-notice-bar-play linear both;animation:van-notice-bar-play linear both}.van-notice-bar__play--infinite{-webkit-animation:van-notice-bar-play-infinite linear infinite both;animation:van-notice-bar-play-infinite linear infinite both}.van-notice-bar--wrapable{height:auto;padding:8px 15px}.van-notice-bar--wrapable .van-notice-bar__wrap{height:auto}.van-notice-bar--wrapable .van-notice-bar__content{position:relative;white-space:normal}.van-notice-bar--withicon{position:relative;padding-right:40px}.van-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.van-overflow-hidden{overflow:hidden!important}.van-popup{position:fixed;top:50%;left:50%;max-height:100%;overflow-y:auto;background-color:#fff;-webkit-transition:.3s ease-out;transition:.3s ease-out;-webkit-overflow-scrolling:touch;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.van-popup--top{width:100%;top:0;right:auto;bottom:auto;left:50%;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.van-popup--right{top:50%;right:0;bottom:auto;left:auto;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.van-popup--bottom{width:100%;top:auto;bottom:0;right:auto;left:50%;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.van-popup--left{top:50%;right:auto;bottom:auto;left:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.van-popup-slide-top-enter,.van-popup-slide-top-leave-active{-webkit-transform:translate3d(-50%,-100%,0);transform:translate3d(-50%,-100%,0)}.van-popup-slide-right-enter,.van-popup-slide-right-leave-active{-webkit-transform:translate3d(100%,-50%,0);transform:translate3d(100%,-50%,0)}.van-popup-slide-bottom-enter,.van-popup-slide-bottom-leave-active{-webkit-transform:translate3d(-50%,100%,0);transform:translate3d(-50%,100%,0)}.van-popup-slide-left-enter,.van-popup-slide-left-leave-active{-webkit-transform:translate3d(-100%,-50%,0);transform:translate3d(-100%,-50%,0)}.van-search,.van-search__content{display:-webkit-box;display:-ms-flexbox;display:flex}.van-search{padding:10px 16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box}.van-search__content{-webkit-box-flex:1;-ms-flex:1;flex:1;background-color:#f7f8fa;border-radius:2px;padding-left:10px}.van-search__content--round{border-radius:17px}.van-search__label{font-size:14px;color:#323233;line-height:34px;padding:0 5px}.van-search .van-cell{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:5px 10px 5px 0;background-color:transparent}.van-search .van-cell__left-icon{color:#969799}.van-search--show-action{padding-right:0}.van-search input::-webkit-search-cancel-button,.van-search input::-webkit-search-decoration,.van-search input::-webkit-search-results-button,.van-search input::-webkit-search-results-decoration{display:none}.van-search__action{padding:0 10px;font-size:14px;line-height:34px;color:#323233}.van-search__action:active{background-color:#f2f3f5}.van-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;line-height:40px;font-size:14px}.van-pagination__item{-webkit-box-flex:1;-ms-flex:1;flex:1;color:#1989fa;height:40px;min-width:36px;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.van-pagination__item:active{color:#fff;background-color:#1989fa}.van-pagination__item::after{border-width:1px 0 1px 1px}.van-pagination__item:last-child::after{border-right-width:1px}.van-pagination__item--disabled,.van-pagination__item--disabled:active{background-color:#f8f8f8;color:#7d7e80;opacity:.6}.van-pagination__item--active{color:#fff;background-color:#1989fa}.van-pagination__next,.van-pagination__prev{padding:0 5px}.van-pagination__page{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.van-pagination__page-desc{-webkit-box-flex:1;-ms-flex:1;flex:1;height:40px;color:#7d7e80}.van-pagination--simple .van-pagination__next::after,.van-pagination--simple .van-pagination__prev::after{border-width:1px}.van-panel{background:#fff}.van-panel__header-value{color:#f44}.van-panel__footer{padding:10px 15px}.van-rate{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.van-rate__item{display:inline-block;position:relative;padding:0 2px}.van-rate__icon{width:1em}.van-rate__icon--half{position:absolute;top:0;left:2px;width:.5em;overflow:hidden}.van-steps{overflow:hidden;background-color:#fff}.van-steps--horizontal{padding:0 10px}.van-steps--horizontal .van-steps__items{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 0 10px;position:relative;padding-bottom:22px}.van-steps--horizontal .van-steps__items.van-steps__items--alone{padding-top:10px}.van-steps--vertical{padding:0 0 0 35px}.van-steps__icon{float:left;margin-right:10px}.van-steps .van-icon{font-size:40px}.van-steps__message{height:40px;margin:15px 0}.van-steps__title{font-size:14px;color:#323233;padding-top:4px}.van-steps__desc{font-size:12px;line-height:1.5;color:#969799}.van-step{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px;position:relative;color:#969799}.van-step__circle{display:block;width:5px;height:5px;border-radius:50%;background-color:#969799}.van-step--horizontal{float:left}.van-step--horizontal:first-child .van-step__title{-webkit-transform:none;transform:none;margin-left:0}.van-step--horizontal:last-child{position:absolute;right:1px;width:auto}.van-step--horizontal:last-child .van-step__title{-webkit-transform:none;transform:none;margin-left:0}.van-step--horizontal:last-child .van-step__circle-container{left:auto;right:-9px}.van-step--horizontal .van-step__circle-container{position:absolute;top:28px;left:-8px;padding:0 8px;background-color:#fff;z-index:1}.van-step--horizontal .van-step__title{font-size:12px;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0);display:inline-block;margin-left:3px}@media (max-width:321px){.van-step--horizontal .van-step__title{font-size:11px}}.van-step--horizontal .van-step__line{position:absolute;left:0;top:30px;width:100%;height:1px;background-color:#ebedf0}.van-step--horizontal.van-step--process{color:#323233}.van-step--horizontal.van-step--process .van-step__circle-container{top:24px}.van-step--horizontal.van-step--process .van-icon{font-size:12px;color:#07c160;display:block}.van-step--vertical{float:none;display:block;font-size:14px;line-height:18px;padding:10px 10px 10px 0}.van-step--vertical:not(:last-child)::after{border-bottom-width:1px}.van-step--vertical:first-child::before{content:'';position:absolute;width:1px;height:20px;background-color:#fff;top:0;left:-15px;z-index:1}.van-step--vertical .van-step__circle-container>i{position:absolute;z-index:2}.van-step--vertical .van-step__circle{top:16px;left:-17px}.van-step--vertical .van-step__line{position:absolute;top:16px;left:-15px;width:1px;height:100%;background-color:#ebedf0}.van-step--vertical.van-step--process .van-icon{top:12px;left:-20px;line-height:1;font-size:12px}.van-step:last-child .van-step__line{width:0}.van-step--finish{color:#323233}.van-step--finish .van-step__circle,.van-step--finish .van-step__line{background-color:#07c160}.van-tag{color:#fff;font-size:10px;padding:.2em .5em;line-height:normal;border-radius:.2em;display:inline-block}.van-tag::after{border-color:currentColor;border-radius:.4em}.van-tag--mark{padding-right:.6em;border-radius:0 .8em .8em 0}.van-tag--mark::after{border-radius:0 1.6em 1.6em 0}.van-tag--round{border-radius:.8em}.van-tag--round::after{border-radius:1.6em}.van-tag--medium{font-size:12px}.van-tab,.van-tag--large{font-size:14px}.van-tab{-webkit-box-flex:1;-ms-flex:1;flex:1;cursor:pointer;min-width:0;padding:0 5px;position:relative;color:#7d7e80;line-height:44px;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box}.van-tab span{display:block}.van-tab--active{font-weight:500;color:#323233}.van-tab--disabled{color:#c8c9cc}.van-tabs{position:relative}.van-tabs__wrap{top:0;left:0;right:0;z-index:99;overflow:hidden;position:absolute}.van-tabs__wrap--page-top{position:fixed}.van-tabs__wrap--content-bottom{top:auto;bottom:0}.van-tabs__wrap--scrollable .van-tab{-webkit-box-flex:0;-ms-flex:0 0 22%;flex:0 0 22%}.van-tabs__wrap--scrollable .van-tab--complete{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.van-tabs__wrap--scrollable .van-tabs__nav{overflow:hidden;overflow-x:auto;-webkit-overflow-scrolling:touch}.van-tabs__wrap--scrollable .van-tabs__nav::-webkit-scrollbar{display:none}.van-tabs__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;background-color:#fff}.van-tabs__nav--line{height:100%;padding-bottom:15px;-webkit-box-sizing:content-box;box-sizing:content-box}.van-tabs__nav--card{margin:0 15px;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #f44;height:30px}.van-tabs__nav--card .van-tab{color:#f44;border-right:1px solid #f44;line-height:28px}.van-tabs__nav--card .van-tab:last-child{border-right:none}.van-tabs__nav--card .van-tab.van-tab--active{color:#fff;background-color:#f44}.van-tabs__nav--card .van-tab--disabled{color:#c8c9cc}.van-tabs__line{z-index:1;left:0;bottom:15px;height:3px;position:absolute;border-radius:3px;background-color:#f44}.van-tabs__content--animated{overflow:hidden}.van-tabs__track{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;will-change:left}.van-tabs--line{padding-top:44px}.van-tabs--line .van-tabs__wrap{height:44px}.van-tabs--card{padding-top:30px}.van-tabs--card>.van-tabs__wrap{height:30px}.van-tabs .van-tab__pane{width:100%;-ms-flex-negative:0;flex-shrink:0;-webkit-box-sizing:border-box;box-sizing:border-box}.van-tabbar{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:50px;background-color:#fff}.van-tabbar--fixed{left:0;bottom:0;position:fixed}.van-tabbar--safe-area-inset-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.van-tabbar-item{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;color:#7d7e80;font-size:12px;line-height:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.van-tabbar-item__icon{position:relative;font-size:18px;margin-bottom:5px}.van-tabbar-item__icon .van-icon{display:block;min-width:1em}.van-tabbar-item__icon--dot::after{top:0;right:-8px;width:8px;height:8px;content:' ';position:absolute;border-radius:100%;background-color:#f44}.van-tabbar-item__icon img{display:block;height:18px}.van-tabbar-item--active{color:#1989fa}.van-tabbar-item .van-info{margin-top:2px}.van-image-preview{top:0;left:0;width:100%;height:100%;position:fixed}.van-image-preview__image{top:0;left:0;right:0;bottom:0;margin:auto;max-width:100%;max-height:100%;position:absolute}.van-image-preview__index{position:absolute;top:10px;left:50%;color:#fff;font-size:14px;letter-spacing:2px;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}.van-image-preview__overlay{background-color:rgba(0,0,0,.9)}.van-image-preview .van-swipe{height:100%}.van-stepper{font-size:0}.van-stepper__minus,.van-stepper__plus{width:28px;height:28px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#f2f3f5;border:0;margin:1px;position:relative;padding:5px;vertical-align:middle}.van-stepper__minus::before,.van-stepper__plus::before{width:9px;height:1px}.van-stepper__minus::after,.van-stepper__plus::after{width:1px;height:9px}.van-stepper__minus::after,.van-stepper__minus::before,.van-stepper__plus::after,.van-stepper__plus::before{content:'';position:absolute;margin:auto;top:0;left:0;right:0;bottom:0;background-color:#323233}.van-stepper__minus:active,.van-stepper__plus:active{background-color:#e8e8e8}.van-stepper__minus--disabled,.van-stepper__minus--disabled:active,.van-stepper__plus--disabled,.van-stepper__plus--disabled:active{background-color:#f7f8fa}.van-stepper__minus--disabled::after,.van-stepper__minus--disabled::before,.van-stepper__plus--disabled::after,.van-stepper__plus--disabled::before{background-color:#c8c9cc}.van-stepper__minus{border-radius:4px 0 0 4px}.van-stepper__minus::after{display:none}.van-stepper__plus{border-radius:0 4px 4px 0}.van-stepper__input{width:30px;height:26px;padding:1px;border:0;margin:1px;background-color:#f2f3f5;border-width:1px 0;border-radius:0;-webkit-box-sizing:content-box;box-sizing:content-box;color:#323233;font-size:14px;vertical-align:middle;text-align:center;-webkit-appearance:none}.van-stepper__input[disabled]{color:#c8c9cc;background-color:#f2f3f5}.van-stepper input[type=number]::-webkit-inner-spin-button,.van-stepper input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.van-progress{height:4px;position:relative;border-radius:4px;background:#e5e5e5}.van-progress__portion{left:0;height:100%;position:absolute;border-radius:inherit}.van-progress__portion--with-pivot{border-top-right-radius:0;border-bottom-right-radius:0}.van-progress__pivot{top:50%;right:0;min-width:2em;padding:0 5px;font-size:10px;position:absolute;line-height:1.6;text-align:center;border-radius:1em;word-break:keep-all;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#e5e5e5;-webkit-transform:translate(100%,-50%);transform:translate(100%,-50%)}.van-swipe{overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.van-swipe__track{height:100%}.van-swipe__indicators{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;left:50%;bottom:10px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.van-swipe__indicators--vertical{left:10px;top:50%;bottom:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-swipe__indicators--vertical .van-swipe__indicator:not(:last-child){margin-bottom:6px}.van-swipe__indicator{border-radius:100%;opacity:.3;width:6px;height:6px;background-color:#ebedf0;-webkit-transition:opacity .2s;transition:opacity .2s}.van-swipe__indicator:not(:last-child){margin-right:6px}.van-swipe__indicator--active{opacity:1;background-color:#1989fa}.van-swipe-item{float:left;height:100%}.van-slider,.van-slider__bar{position:relative;border-radius:999px;background-color:#e5e5e5}.van-slider__bar{border-radius:inherit;background-color:#1989fa}.van-slider__button{width:20px;height:20px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.5);box-shadow:0 1px 2px rgba(0,0,0,.5);border-radius:50%;background-color:#fff}.van-slider__button-wrapper{position:absolute;top:50%;right:0;-webkit-transform:translate3d(50%,-50%,0);transform:translate3d(50%,-50%,0)}.van-slider__button-wrapper::after{content:'';position:absolute;width:200%;height:200%;top:-50%;left:-50%}.van-slider--disabled{opacity:.3}.van-slider--vertical{height:100%;display:inline-block}.van-slider--vertical .van-slider__button-wrapper{top:auto;bottom:0;-webkit-transform:translate3d(50%,50%,0);transform:translate3d(50%,50%,0)}.van-checkbox{overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.van-checkbox__icon,.van-checkbox__label{display:inline-block;vertical-align:middle;line-height:20px}.van-checkbox__icon{height:20px}.van-checkbox__icon .van-icon{font-size:14px;color:transparent;text-align:center;line-height:inherit;width:20px;height:20px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #e5e5e5;-webkit-transition:.2s;transition:.2s}.van-checkbox__icon--round .van-icon{border-radius:100%}.van-checkbox__icon--checked .van-icon{color:#fff;border-color:#1989fa;background-color:#1989fa}.van-checkbox__icon--disabled .van-icon{border-color:#c8c9cc;background-color:#ebedf0}.van-checkbox__icon--disabled.van-checkbox__icon--checked .van-icon{color:#c8c9cc}.van-checkbox__label{color:#323233;margin-left:10px}.van-checkbox__label--left{float:left;margin:0 10px 0 0}.van-checkbox__label--disabled,.van-radio__icon--disabled.van-radio__icon--checked .van-icon{color:#c8c9cc}.van-field__label{max-width:90px}.van-field__label--center{text-align:center}.van-field__label--right{text-align:right}.van-field__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.van-field__control{border:0;margin:0;padding:0;width:100%;resize:none;display:block;color:#323233;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent}.van-field__control::-webkit-input-placeholder{color:#969799}.van-field__control:-ms-input-placeholder{color:#969799}.van-field__control::-ms-input-placeholder{color:#969799}.van-field__control::placeholder{color:#969799}.van-field__control:disabled{opacity:1;color:#969799;background-color:transparent}.van-field__control--center{text-align:center}.van-field__control--right{text-align:right}.van-field__control[type=date],.van-field__control[type=datetime-local],.van-field__control[type=time]{min-height:24px}.van-field__button,.van-field__clear,.van-field__icon,.van-field__right-icon{-ms-flex-negative:0;flex-shrink:0}.van-field__clear,.van-field__right-icon{padding:0 10px;line-height:inherit;margin-right:-10px}.van-field__clear{color:#c8c9cc;font-size:16px}.van-field__left-icon .van-icon,.van-field__right-icon .van-icon{display:block;min-width:1em;font-size:16px;line-height:inherit}.van-field__left-icon{margin-right:5px}.van-field--disabled .van-field__control,.van-field__right-icon{color:#969799}.van-field__button{padding-left:10px}.van-field__error-message{color:#f44;font-size:12px;text-align:left}.van-field__error-message--center{text-align:center}.van-field__error-message--right{text-align:right}.van-field--error .van-field__control,.van-field--error .van-field__control::-webkit-input-placeholder{color:#f44}.van-field--error .van-field__control,.van-field--error .van-field__control:-ms-input-placeholder{color:#f44}.van-field--error .van-field__control,.van-field--error .van-field__control::-ms-input-placeholder{color:#f44}.van-field--error .van-field__control,.van-field--error .van-field__control::placeholder{color:#f44}.van-field--min-height .van-field__control{min-height:60px}.van-radio{overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.van-radio__icon,.van-radio__label{display:inline-block;vertical-align:middle;line-height:20px}.van-radio__icon{height:20px}.van-radio__icon .van-icon{font-size:14px;color:transparent;text-align:center;line-height:inherit;width:20px;height:20px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #e5e5e5;-webkit-transition:.2s;transition:.2s}.van-radio__icon--round .van-icon{border-radius:100%}.van-radio__icon--checked .van-icon{color:#fff;border-color:#1989fa;background-color:#1989fa}.van-radio__icon--disabled .van-icon{border-color:#c8c9cc;background-color:#ebedf0}.van-radio__label{color:#323233;margin-left:10px}.van-radio__label--left{float:left;margin:0 10px 0 0}.van-radio__label--disabled{color:#c8c9cc}.van-switch,.van-switch__node{height:1em;background-color:#fff}.van-switch{display:inline-block;border:1px solid rgba(0,0,0,.1);-webkit-box-sizing:content-box;box-sizing:content-box;position:relative;width:2em;border-radius:1em;-webkit-transition:background-color .3s;transition:background-color .3s}.van-switch__node{top:0;left:0;position:absolute;border-radius:100%;width:1em;z-index:1;-webkit-transition:.3s;transition:.3s;-webkit-box-shadow:0 3px 1px 0 rgba(0,0,0,.05),0 2px 2px 0 rgba(0,0,0,.1),0 3px 3px 0 rgba(0,0,0,.05);box-shadow:0 3px 1px 0 rgba(0,0,0,.05),0 2px 2px 0 rgba(0,0,0,.1),0 3px 3px 0 rgba(0,0,0,.05)}.van-switch__loading{top:25%;left:25%;width:50%;height:50%}.van-switch--on{background-color:#1989fa}.van-switch--on .van-switch__node{-webkit-transform:translateX(1em);transform:translateX(1em)}.van-switch--disabled{opacity:.4}.van-uploader{position:relative;display:inline-block}.van-uploader__input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;overflow:hidden}.van-password-input{margin:0 15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative}.van-password-input:focus{outline:0}.van-password-input__error-info,.van-password-input__info{font-size:14px;margin-top:15px;text-align:center}.van-password-input__info{color:#969799}.van-password-input__error-info{color:#f44}.van-password-input__security{width:100%;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff}.van-password-input__security::after{border-radius:6px}.van-password-input__security li{-webkit-box-flex:1;-ms-flex:1;flex:1;height:100%;position:relative;font-size:20px;line-height:50px;text-align:center}.van-password-input__security li:not(:first-of-type)::after{border-left-width:1px}.van-password-input__security i{position:absolute;left:50%;top:50%;width:10px;height:10px;margin:-5px 0 0 -5px;visibility:hidden;border-radius:100%;background-color:#000}.van-number-keyboard{left:0;bottom:0;width:100%;position:fixed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.van-number-keyboard__title{height:30px;font-size:14px;line-height:30px;text-align:center;position:relative;color:#7d7e80}.van-number-keyboard__title-left{left:0;position:absolute}.van-number-keyboard__body{-webkit-box-sizing:border-box;box-sizing:border-box}.van-number-keyboard__close{right:0;color:#1989fa;font-size:14px;padding:0 15px;position:absolute}.van-number-keyboard__close:active{background-color:#f2f3f5}.van-number-keyboard__sidebar{top:0;right:0;width:25%;position:absolute;height:216px}.van-number-keyboard--custom .van-number-keyboard__body{padding-right:25%}.van-number-keyboard--safe-area-inset-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.van-key{width:33.33333333%;font-size:24px;font-style:normal;text-align:center;display:inline-block;vertical-align:middle;height:54px;line-height:54px}.van-key::after{border-width:1px 1px 0 0}.van-key--middle{width:66.66666667%}.van-key--big{width:100%;height:108px;line-height:108px}.van-key--blue,.van-key--delete{font-size:16px}.van-key--blue{color:#fff}.van-key--blue,.van-key--blue.van-key--active{background-color:#1989fa}.van-key--blue::after{border-color:#1989fa}.van-key--gray{background-color:#ebedf0}.van-actionsheet__cancel:active,.van-actionsheet__item:active,.van-key--active{background-color:#f2f3f5}.van-actionsheet{color:#323233;max-height:90%}.van-actionsheet__cancel,.van-actionsheet__item{text-align:center;font-size:16px;line-height:50px;background-color:#fff}.van-actionsheet__item{height:50px}.van-actionsheet__item--disabled{color:#c8c9cc}.van-actionsheet__item--disabled:active{background-color:#fff}.van-actionsheet__subname{color:#7d7e80;font-size:12px;margin-left:5px}.van-actionsheet__loading{display:inline-block}.van-actionsheet__cancel::before{content:' ';display:block;height:10px;background-color:#f8f8f8}.van-actionsheet__header{font-size:16px;line-height:44px;text-align:center}.van-actionsheet__close{top:0;right:0;padding:0 15px;position:absolute;line-height:inherit;color:#969799;font-size:18px}.van-actionsheet--safe-area-inset-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.van-dialog{position:fixed;top:50%;left:50%;overflow:hidden;width:85%;font-size:16px;-webkit-transition:.3s;transition:.3s;border-radius:4px;background-color:#fff;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.van-dialog__header{text-align:center;font-weight:500;padding-top:25px}.van-dialog__header--isolated{padding:25px 0}.van-dialog__message{padding:25px;font-size:14px;line-height:1.5;max-height:60vh;overflow-y:auto;text-align:center;-webkit-overflow-scrolling:touch;white-space:pre-wrap}.van-dialog__message--has-title{color:#7d7e80;padding-top:12px}.van-dialog__message--left{text-align:left}.van-dialog__message--right{text-align:right}.van-dialog__footer{overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.van-dialog__footer--buttons{display:-webkit-box;display:-ms-flexbox;display:flex}.van-dialog__footer--buttons .van-button{-webkit-box-flex:1;-ms-flex:1;flex:1}.van-dialog .van-button{border:0}.van-dialog__confirm,.van-dialog__confirm:active{color:#1989fa}.van-dialog-bounce-enter{opacity:0;-webkit-transform:translate3d(-50%,-50%,0) scale(.7);transform:translate3d(-50%,-50%,0) scale(.7)}.van-dialog-bounce-leave-active{opacity:0;-webkit-transform:translate3d(-50%,-50%,0) scale(.9);transform:translate3d(-50%,-50%,0) scale(.9)}.van-picker{overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;background-color:#fff;-webkit-text-size-adjust:100%}.van-picker__toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;height:44px;line-height:44px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.van-picker__cancel,.van-picker__confirm{color:#1989fa;padding:0 15px;font-size:14px}.van-picker__cancel:active,.van-picker__confirm:active{background-color:#f2f3f5}.van-picker__title{max-width:50%;font-size:16px;font-weight:500;text-align:center}.van-picker__columns{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.van-picker__loading{top:0;left:0;right:0;bottom:0;z-index:2;position:absolute;background-color:rgba(255,255,255,.9)}.van-picker__loading circle{stroke:#1989fa}.van-picker__frame,.van-picker__loading .van-loading{top:50%;left:0;width:100%;z-index:1;position:absolute;pointer-events:none;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-picker-column{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;font-size:16px;text-align:center}.van-picker-column__item{padding:0 5px;color:#969799}.van-picker-column__item--selected{font-weight:500;color:#323233}.van-picker-column__item--disabled{opacity:.3}.van-pull-refresh{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden}.van-pull-refresh__track{position:relative}.van-pull-refresh__head{width:100%;height:50px;left:0;overflow:hidden;position:absolute;text-align:center;top:-50px;font-size:14px;color:#969799;line-height:50px}.van-pull-refresh__loading .van-loading{width:16px;height:16px;margin-right:5px}.van-pull-refresh__loading .van-loading,.van-pull-refresh__loading span{vertical-align:middle;display:inline-block}.van-notify,.van-toast{font-size:14px;line-height:20px;white-space:pre-wrap}.van-notify{text-align:center;padding:6px 15px;-webkit-box-sizing:border-box;box-sizing:border-box}.van-toast{position:fixed;top:50%;left:50%;display:-webkit-box;display:-ms-flexbox;display:flex;color:#fff;max-width:70%;border-radius:4px;word-break:break-all;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);background-color:rgba(50,50,51,.88);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.van-toast--unclickable *{pointer-events:none}.van-toast--text{padding:8px 12px;min-width:96px}.van-toast--default{width:90px;padding:15px;min-height:90px}.van-toast--default .van-toast__icon{font-size:48px}.van-toast--default .van-loading{margin:10px 0}.van-toast--default .van-toast__text{padding-top:5px}.van-toast--top{top:50px}.van-toast--bottom{top:auto;bottom:50px}.van-swipe-cell{overflow:hidden;position:relative}.van-swipe-cell__left,.van-swipe-cell__right{top:0;height:100%;position:absolute}.van-swipe-cell__left{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.van-swipe-cell__right{right:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.van-switch-cell{padding-top:9px;padding-bottom:9px}.van-switch-cell .van-switch{float:right}.van-tree-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:14px;position:relative}.van-tree-select__nav{width:35%;position:absolute;left:0;top:0;bottom:0;min-width:120px;overflow:scroll;background-color:#fafafa;-webkit-overflow-scrolling:touch}.van-tree-select__nitem{position:relative;line-height:44px;padding:0 9px 0 15px}.van-tree-select__nitem--active::after{position:absolute;top:0;bottom:0;left:0;width:3.6px;background-color:#f44;content:''}.van-tree-select__nitem--active{font-weight:700;background-color:#fff}.van-tree-select__nitem--disabled{color:#969799}.van-tree-select__nitem--disabled:active::after{display:none}.van-tree-select__content{width:65%;height:100%;padding-left:15px;margin-left:35%;overflow:scroll;-webkit-overflow-scrolling:touch;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box}.van-tree-select__item{position:relative;font-weight:700;line-height:44px}.van-tree-select__item--active{color:#f44}.van-tree-select__item--disabled,.van-tree-select__item--disabled:active{color:#c8c9cc}.van-tree-select__selected{position:absolute;top:0;right:15px;bottom:0;height:24px;margin:auto 0;line-height:24px}.van-address-edit__buttons{padding:30px 15px}.van-address-edit__buttons .van-button{margin-bottom:15px}.van-address-edit-detail{padding:0}.van-address-edit-detail__finish{color:#1989fa;font-size:12px}.van-address-list{height:100%;padding-bottom:100px;-webkit-box-sizing:border-box;box-sizing:border-box}.van-address-list__add{position:fixed;left:0;bottom:0;z-index:9999}.van-address-list__disabled-text{color:#969799;padding:0 15px;font-size:12px;line-height:30px}.van-address-item{padding:15px}.van-address-item__value{color:#323233;padding-right:34px;position:relative}.van-address-item .van-radio__label{width:100%;margin-left:0;padding-left:27px;-webkit-box-sizing:border-box;box-sizing:border-box}.van-address-item .van-radio__icon{top:50%;left:0;height:16px;position:absolute;line-height:16px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.van-address-item .van-radio__icon .van-icon{width:16px;height:16px;font-size:12px}.van-address-item .van-radio__icon--checked .van-icon{border-color:#f44;background-color:#f44}.van-address-item__name{font-size:14px;font-weight:500;line-height:20px;margin-bottom:5px}.van-address-item__address{font-size:12px;line-height:16px;color:#7d7e80}.van-address-item--unswitchable .van-radio__label{padding-left:0}.van-address-item--disabled .van-address-item__address,.van-address-item--disabled .van-address-item__name{color:#969799}.van-address-item__edit{position:absolute;top:50%;right:15px;font-size:16px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.van-card{position:relative;color:#323233;padding:5px 15px;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fafafa}.van-card:not(:first-child){margin-top:10px}.van-card__content,.van-card__header,.van-card__thumb{display:-webkit-box;display:-ms-flexbox;display:flex}.van-card__content,.van-card__thumb{position:relative}.van-card__thumb{width:90px;height:90px;margin-right:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:none;flex:none}.van-card__thumb img{border:0;max-width:100%;max-height:100%}.van-card__content{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;min-height:90px}.van-card__content--centered{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.van-card__desc,.van-card__title{word-break:break-all}.van-card__title{line-height:16px;max-height:32px;font-weight:500;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.van-card__desc{color:#7d7e80;max-height:20px}.van-card__bottom,.van-card__desc{line-height:20px}.van-card__price{display:inline-block;color:#f44;font-weight:500}.van-card__origin-price{display:inline-block;margin-left:5px;color:#7d7e80;font-size:10px;text-decoration:line-through}.van-card__num{float:right}.van-card__tag{position:absolute;top:2px;left:0}.van-card__footer{text-align:right;-webkit-box-flex:0;-ms-flex:none;flex:none}.van-card__footer .van-button{margin-left:5px}.van-contact-card{padding:15px}.van-contact-card__value{margin-left:5px;line-height:20px;display:inline-block;vertical-align:middle}.van-contact-card--add .van-contact-card__value{line-height:40px}.van-contact-card--add .van-cell__left-icon{color:#1989fa;font-size:40px}.van-contact-card::before{content:'';left:0;right:0;bottom:0;height:2px;position:absolute;background:-webkit-repeating-linear-gradient(135deg,#ff6c6c 0,#ff6c6c 20%,transparent 0,transparent 25%,#1989fa 0,#1989fa 45%,transparent 0,transparent 50%);background:repeating-linear-gradient(-45deg,#ff6c6c 0,#ff6c6c 20%,transparent 0,transparent 25%,#1989fa 0,#1989fa 45%,transparent 0,transparent 50%);background-size:80px}.van-contact-list{height:100%;padding-bottom:50px;-webkit-box-sizing:border-box;box-sizing:border-box}.van-contact-list__item{padding:15px}.van-contact-list__item-value{color:#323233;padding-right:34px;position:relative}.van-contact-list .van-radio__label{margin-left:27px}.van-contact-list .van-radio__icon{top:50%;left:0;height:16px;position:absolute;line-height:16px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.van-contact-list .van-radio__icon .van-icon{width:16px;height:16px;font-size:12px}.van-contact-list .van-radio__icon--checked .van-icon{border-color:#f44;background-color:#f44}.van-contact-list__group{height:100%;overflow-y:scroll;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling:touch}.van-contact-list__name{font-size:14px;font-weight:500;line-height:20px}.van-contact-list__edit{position:absolute;top:50%;right:15px;font-size:16px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.van-contact-list__add{position:fixed;left:0;bottom:0;z-index:9999}.van-contact-edit__buttons{padding:30px 15px}.van-contact-edit .van-cell__title{max-width:65px}.van-contact-edit .van-button{margin-bottom:15px}.van-coupon{overflow:hidden;border-radius:4px;margin:0 15px 15px;background-color:#fff;-webkit-box-shadow:0 0 4px rgba(0,0,0,.1);box-shadow:0 0 4px rgba(0,0,0,.1)}.van-coupon:active{background-color:#f2f3f5}.van-coupon__content{display:-webkit-box;display:-ms-flexbox;display:flex;height:100px;padding:24px 0 0 15px;-webkit-box-sizing:border-box;box-sizing:border-box}.van-coupon h2,.van-coupon p{margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-coupon h2{height:34px;font-weight:500;line-height:34px}.van-coupon p{font-size:12px;line-height:16px;color:#969799}.van-coupon__head{position:relative;min-width:85px;padding-right:10px}.van-coupon__head h2{color:#f44;font-size:24px}.van-coupon__head h2 span{font-size:50%}.van-coupon__head h2 span:not(:empty){margin-left:2px}.van-coupon__head p{white-space:pre-wrap}.van-coupon__body{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;border-radius:0 4px 4px 0}.van-coupon__body h2{font-size:16px}.van-coupon__corner{top:16px;right:15px;position:absolute}.van-coupon__corner .van-icon{border-color:#f44;background-color:#f44}.van-coupon__description{padding:7px 15px;border-top:1px dashed #ebedf0;background-color:#fafafa}.van-coupon--disabled:active{background-color:#fff}.van-coupon--disabled .van-coupon-item__content{height:90px}.van-coupon--disabled h2,.van-coupon--disabled p,.van-coupon--disabled span{color:#969799}.van-coupon-cell--selected{color:#323233}.van-coupon-list{height:100%;position:relative;background-color:#f8f8f8}.van-coupon-list__field{padding:7px 15px}.van-coupon-list__exchange{height:32px;line-height:30px}.van-coupon-list__list{overflow-y:auto;padding:15px 0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling:touch}.van-coupon-list__close{left:0;bottom:0;position:absolute;font-weight:500}.van-coupon-list__empty{padding-top:60px;text-align:center}.van-coupon-list__empty p{color:#969799;margin:15px 0;font-size:14px;line-height:20px}.van-coupon-list__empty img{width:200px;height:200px}.van-goods-action{left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;background-color:#fff}.van-goods-action--safe-area-inset-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.van-goods-action-big-btn{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0}@media (max-width:321px){.van-goods-action-big-btn{font-size:15px}}.van-goods-action-mini-btn{color:#7d7e80;display:-webkit-box;display:-ms-flexbox;display:flex;height:50px;font-size:10px;min-width:15%;line-height:1;text-align:center;background-color:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.van-goods-action-mini-btn:not(:first-child)::after{border-left-width:1px}.van-goods-action-mini-btn:active{background-color:#f2f3f5}.van-goods-action-mini-btn__icon{width:1em;font-size:20px;margin:0 auto 5px}.van-submit-bar{left:0;bottom:0;width:100%;z-index:100;position:fixed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff}.van-submit-bar__tip{color:#f56723;padding:10px;font-size:12px;line-height:18px;background-color:#fff7cc}.van-submit-bar__bar{height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.van-submit-bar__text{-webkit-box-flex:1;-ms-flex:1;flex:1;font-weight:500;text-align:right;color:#323233;padding-right:12px}.van-submit-bar__text span{display:inline-block}.van-submit-bar__price{color:#f44;font-size:18px}.van-submit-bar__price::first-letter{font-size:14px}.van-submit-bar .van-button{width:110px}.van-submit-bar--safe-area-inset-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.van-sku-container{font-size:14px;background:#fff;overflow-y:visible;max-height:-webkit-max-content;max-height:-moz-max-content;max-height:max-content}.van-sku-body{max-height:350px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.van-sku-body::-webkit-scrollbar{display:none}.van-sku-header{margin-left:15px}.van-sku-header__img-wrap{position:relative;float:left;margin-top:-10px;width:80px;height:80px;background:#f8f8f8;border-radius:2px}.van-sku-header__img-wrap img{position:absolute;margin:auto;top:0;left:0;right:0;bottom:0;max-width:100%;max-height:100%}.van-sku-header__goods-info{padding:10px 60px 10px 10px;min-height:82px;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}.van-sku__goods-name{font-size:12px}.van-sku__price-num,.van-sku__price-symbol{vertical-align:middle}.van-sku__price-num{font-size:16px}.van-sku__goods-price{color:#f44;margin-top:10px;vertical-align:middle}.van-sku__close-icon{top:10px;right:15px;font-size:20px;color:#969799;position:absolute;text-align:center}.van-sku-group-container{margin-left:15px;padding:12px 0 2px}.van-sku-group-container--hide-soldout .van-sku-row__item--disabled{display:none}.van-sku-row{margin:0 15px 10px 0}.van-sku-row:last-child{margin-bottom:0}.van-sku-row__title{padding-bottom:10px}.van-sku-row__item{display:inline-block;padding:5px 9px;margin:0 10px 10px 0;height:28px;min-width:52px;line-height:16px;font-size:12px;color:#323233;text-align:center;border:1px solid #969799;border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.van-sku-row__item--active{color:#fff;border-color:#f44;background:#f44}.van-sku-row__item--disabled{background:#f2f3f5;border-color:#ebedf0;color:#c8c9cc}.van-sku-stepper-stock{padding:12px 0;margin-left:15px}.van-sku-stepper-container{height:30px;margin-right:20px}.van-sku__stepper{float:right}.van-sku__stepper-title{float:left;line-height:30px}.van-sku__quota,.van-sku__stock{display:inline-block;font-size:12px}.van-sku__stock{margin-right:10px;color:#969799}.van-sku__quota{color:#f44}.van-sku-messages{padding-bottom:10px;background:#f8f8f8}.van-sku-messages__image-cell .van-cell__title{max-width:90px}.van-sku-messages__image-cell .van-cell__value{text-align:left}.van-sku-img-uploader{display:inline-block}.van-sku-img-uploader__header{color:#323233;padding:0 10px;font-size:12px;line-height:24px;border-radius:3px;border:1px solid #ebedf0}.van-sku-img-uploader__header .van-icon{top:3px;margin-right:5px;font-size:14px}.van-sku-img-uploader__img{height:60px;width:60px;float:left;margin:10px 10px 0 0;position:relative;border:1px solid #ebedf0}.van-sku-img-uploader__img img{max-width:100%;max-height:100%;top:50%;position:relative;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-sku-img-uploader__delete{position:absolute;color:#f44;top:-12px;right:-14px;z-index:1;padding:6px}.van-sku-img-uploader__delete::before{border-radius:14px;background-color:#fff}.van-sku-img-uploader__uploading{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;width:20px;height:20px}.van-sku-actions{display:-webkit-box;display:-ms-flexbox;display:flex}html{-webkit-tap-highlight-color:transparent}body{margin:0}a{text-decoration:none}a:focus,button:focus,input:focus,textarea:focus{outline:0}ol,ul{margin:0;padding:0;list-style:none}button,input,textarea{font:inherit;color:inherit}.van-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-clearfix::after{content:'';display:table;clear:both}[class*=van-hairline]{position:relative}[class*=van-hairline]::after{content:' ';position:absolute;pointer-events:none;-webkit-box-sizing:border-box;box-sizing:border-box;top:-50%;left:-50%;right:-50%;bottom:-50%;-webkit-transform:scale(.5);transform:scale(.5);border:0 solid #eee}.van-hairline--top::after{border-top-width:1px}.van-hairline--left::after{border-left-width:1px}.van-hairline--right::after{border-right-width:1px}.van-hairline--bottom::after{border-bottom-width:1px}.van-hairline--top-bottom::after{border-width:1px 0}.van-hairline--surround::after{border-width:1px}@-webkit-keyframes van-slide-bottom-enter{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes van-slide-bottom-enter{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes van-slide-bottom-leave{to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes van-slide-bottom-leave{to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes van-fade-in{from{opacity:0}to{opacity:1}}@keyframes van-fade-in{from{opacity:0}to{opacity:1}}@-webkit-keyframes van-fade-out{from{opacity:1}to{opacity:0}}@keyframes van-fade-out{from{opacity:1}to{opacity:0}}@-webkit-keyframes van-rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes van-rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.van-fade-enter-active{-webkit-animation:.3s van-fade-in;animation:.3s van-fade-in}.van-fade-leave-active{-webkit-animation:.3s van-fade-out;animation:.3s van-fade-out}.van-slide-bottom-enter-active{-webkit-animation:van-slide-bottom-enter .3s both ease;animation:van-slide-bottom-enter .3s both ease}.van-slide-bottom-leave-active{-webkit-animation:van-slide-bottom-leave .3s both ease;animation:van-slide-bottom-leave .3s both ease}.van-info{color:#fff;left:100%;top:-.5em;font-size:.6em;font-weight:500;padding:0 .25em;text-align:center;min-width:1.4em;line-height:1.4;position:absolute;border-radius:.7em;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#f44;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-family:PingFang SC,Helvetica Neue,Arial,sans-serif}@font-face{font-style:normal;font-weight:400;font-family:vant-icon;src:url(https://img.yzcdn.cn/vant/vant-icon-f4e97b.ttf) format('truetype')}.van-icon{position:relative;display:inline-block;font:normal normal normal 14px/1 vant-icon;font-size:inherit;text-rendering:auto}.van-icon::before{display:inline-block}.van-icon-add-o::before{content:"\F000"}.van-icon-add::before{content:"\F001"}.van-icon-add2::before{content:"\F002"}.van-icon-after-sale::before{content:"\F003"}.van-icon-aim::before{content:"\F004"}.van-icon-alipay::before{content:"\F005"}.van-icon-arrow-left::before{content:"\F006"}.van-icon-arrow::before{content:"\F007"}.van-icon-balance-pay::before{content:"\F008"}.van-icon-browsing-history::before{content:"\F009"}.van-icon-card::before{content:"\F00A"}.van-icon-cart-o::before{content:"\F00B"}.van-icon-cart::before{content:"\F00C"}.van-icon-cash-back-record::before{content:"\F00D"}.van-icon-cash-on-deliver::before{content:"\F00E"}.van-icon-certificate::before{content:"\F00F"}.van-icon-chat::before{content:"\F010"}.van-icon-check::before{content:"\F011"}.van-icon-checked::before{content:"\F012"}.van-icon-clear::before{content:"\F013"}.van-icon-clock::before{content:"\F014"}.van-icon-close::before{content:"\F015"}.van-icon-completed::before{content:"\F016"}.van-icon-contact::before{content:"\F017"}.van-icon-coupon::before{content:"\F018"}.van-icon-credit-pay::before{content:"\F019"}.van-icon-debit-pay::before{content:"\F01A"}.van-icon-delete::before{content:"\F01B"}.van-icon-description::before{content:"\F01C"}.van-icon-discount::before{content:"\F01D"}.van-icon-ecard-pay::before{content:"\F01E"}.van-icon-edit-data::before{content:"\F01F"}.van-icon-edit::before{content:"\F020"}.van-icon-exchange-record::before{content:"\F021"}.van-icon-exchange::before{content:"\F022"}.van-icon-fail::before{content:"\F023"}.van-icon-free-postage::before{content:"\F024"}.van-icon-gift-card-pay::before{content:"\F025"}.van-icon-gift-card::before{content:"\F026"}.van-icon-gift::before{content:"\F027"}.van-icon-gold-coin::before{content:"\F028"}.van-icon-goods-collect::before{content:"\F029"}.van-icon-home::before{content:"\F02A"}.van-icon-hot-sale::before{content:"\F02B"}.van-icon-hot::before{content:"\F02C"}.van-icon-idcard::before{content:"\F02D"}.van-icon-info-o::before{content:"\F02E"}.van-icon-like-o::before{content:"\F02F"}.van-icon-like::before{content:"\F030"}.van-icon-location::before{content:"\F031"}.van-icon-logistics::before{content:"\F032"}.van-icon-more-o::before{content:"\F033"}.van-icon-more::before{content:"\F034"}.van-icon-new-arrival::before{content:"\F035"}.van-icon-new::before{content:"\F036"}.van-icon-other-pay::before{content:"\F037"}.van-icon-passed::before{content:"\F038"}.van-icon-password-not-view::before{content:"\F039"}.van-icon-password-view::before{content:"\F03A"}.van-icon-pause::before{content:"\F03B"}.van-icon-peer-pay::before{content:"\F03C"}.van-icon-pending-deliver::before{content:"\F03D"}.van-icon-pending-evaluate::before{content:"\F03E"}.van-icon-pending-orders::before{content:"\F03F"}.van-icon-pending-payment::before{content:"\F040"}.van-icon-phone::before{content:"\F041"}.van-icon-photo::before{content:"\F042"}.van-icon-photograph::before{content:"\F043"}.van-icon-play::before{content:"\F044"}.van-icon-point-gift::before{content:"\F045"}.van-icon-points-mall::before{content:"\F046"}.van-icon-points::before{content:"\F047"}.van-icon-qr-invalid::before{content:"\F048"}.van-icon-qr::before{content:"\F049"}.van-icon-question::before{content:"\F04A"}.van-icon-receive-gift::before{content:"\F04B"}.van-icon-records::before{content:"\F04C"}.van-icon-search::before{content:"\F04D"}.van-icon-send-gift::before{content:"\F04E"}.van-icon-setting::before{content:"\F04F"}.van-icon-share::before{content:"\F050"}.van-icon-shop-collect::before{content:"\F051"}.van-icon-shop::before{content:"\F052"}.van-icon-shopping-cart::before{content:"\F053"}.van-icon-sign::before{content:"\F054"}.van-icon-stop::before{content:"\F055"}.van-icon-success::before{content:"\F056"}.van-icon-tosend::before{content:"\F057"}.van-icon-underway::before{content:"\F058"}.van-icon-upgrade::before{content:"\F059"}.van-icon-value-card::before{content:"\F05A"}.van-icon-wap-home::before{content:"\F05B"}.van-icon-wap-nav::before{content:"\F05C"}.van-icon-warn::before{content:"\F05D"}.van-icon-wechat::before{content:"\F05E"}.van-loading{width:30px;height:30px;z-index:0;font-size:0;line-height:0;position:relative;vertical-align:middle}.van-loading--circle{width:16px;height:16px}.van-loading__spinner{z-index:-1;width:100%;height:100%;position:relative;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-animation:van-rotate .8s linear infinite;animation:van-rotate .8s linear infinite}.van-loading__spinner--circle{border-radius:100%;border:3px solid transparent;border-color:#c9c9c9;border-top-color:#666}.van-loading__spinner--gradient-circle{background-size:contain;background-image:url(https://img.yzcdn.cn/vant/gradient-circle-black.png)}.van-loading__spinner--spinner{-webkit-animation-timing-function:steps(12);animation-timing-function:steps(12)}.van-loading__spinner--spinner i{top:0;left:0;width:100%;height:100%;position:absolute}.van-loading__spinner--spinner i::before{width:2px;height:25%;content:' ';display:block;margin:0 auto;border-radius:40%;background-color:currentColor}.van-loading__spinner--circular{-webkit-animation-duration:2s;animation-duration:2s}.van-loading__circular{width:100%;height:100%}.van-loading__circular circle{stroke:currentColor;stroke-width:3;stroke-linecap:round;-webkit-animation:van-circular 1.5s ease-in-out infinite;animation:van-circular 1.5s ease-in-out infinite}.van-loading--white .van-loading__spinner--circle{border-color:rgba(0,0,0,.1);border-top-color:rgba(255,255,255,.7)}.van-loading--white .van-loading__spinner--gradient-circle{background-image:url(https://img.yzcdn.cn/vant/gradient-circle-white.png)}@-webkit-keyframes van-circular{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40}100%{stroke-dasharray:90,150;stroke-dashoffset:-120}}@keyframes van-circular{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40}100%{stroke-dasharray:90,150;stroke-dashoffset:-120}}.van-loading__spinner--spinner i:nth-of-type(1){opacity:1;-webkit-transform:rotate(30deg);transform:rotate(30deg)}.van-loading__spinner--spinner i:nth-of-type(2){opacity:.9375;-webkit-transform:rotate(60deg);transform:rotate(60deg)}.van-loading__spinner--spinner i:nth-of-type(3){opacity:.875;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.van-loading__spinner--spinner i:nth-of-type(4){opacity:.8125;-webkit-transform:rotate(120deg);transform:rotate(120deg)}.van-loading__spinner--spinner i:nth-of-type(5){opacity:.75;-webkit-transform:rotate(150deg);transform:rotate(150deg)}.van-loading__spinner--spinner i:nth-of-type(6){opacity:.6875;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.van-loading__spinner--spinner i:nth-of-type(7){opacity:.625;-webkit-transform:rotate(210deg);transform:rotate(210deg)}.van-loading__spinner--spinner i:nth-of-type(8){opacity:.5625;-webkit-transform:rotate(240deg);transform:rotate(240deg)}.van-loading__spinner--spinner i:nth-of-type(9){opacity:.5;-webkit-transform:rotate(270deg);transform:rotate(270deg)}.van-loading__spinner--spinner i:nth-of-type(10){opacity:.4375;-webkit-transform:rotate(300deg);transform:rotate(300deg)}.van-loading__spinner--spinner i:nth-of-type(11){opacity:.375;-webkit-transform:rotate(330deg);transform:rotate(330deg)}.van-loading__spinner--spinner i:nth-of-type(12){opacity:.3125;-webkit-transform:rotate(360deg);transform:rotate(360deg)}.van-button{position:relative;padding:0;display:inline-block;height:44px;line-height:42px;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:16px;text-align:center;-webkit-appearance:none;-webkit-text-size-adjust:100%}.van-button::before{content:" ";position:absolute;top:50%;left:50%;opacity:0;width:100%;height:100%;border:inherit;border-color:#000;background-color:#000;border-radius:inherit;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.van-button:active::before{opacity:.15}.van-button--unclickable::before{display:none}.van-button--default{color:#333;background-color:#fff;border:1px solid #eee}.van-button--primary{color:#fff;background-color:#4b0;border:1px solid #4b0}.van-button--danger{color:#fff;background-color:#f44;border:1px solid #f44}.van-button--warning{color:#fff;background-color:#ff976a;border:1px solid #ff976a}.van-button--plain{background-color:#fff}.van-button--plain.van-button--primary{color:#4b0}.van-button--plain.van-button--danger{color:#f44}.van-button--plain.van-button--warning{color:#ff976a}.van-button--large{width:100%;height:50px;line-height:48px}.van-button--normal{padding:0 15px;font-size:14px}.van-button--small{height:30px;padding:0 8px;min-width:60px;font-size:12px;line-height:28px}.van-button--loading .van-loading{display:inline-block}.van-button--mini{display:inline-block;width:50px;height:22px;line-height:20px;font-size:10px}.van-button--mini+.van-button--mini{margin-left:5px}.van-button--block{width:100%;display:block}.van-button--bottom-action{width:100%;height:50px;line-height:50px;border:0;border-radius:0;font-size:16px;color:#fff;background-color:#ff976a}.van-button--bottom-action.van-button--primary{background-color:#f44}.van-button--disabled{opacity:.5}.van-button--round{border-radius:10em}.van-button--square{border-radius:0}.van-cell{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:24px;position:relative;background-color:#fff;color:#333;font-size:14px;overflow:hidden}.van-cell:not(:last-child)::after{content:' ';position:absolute;pointer-events:none;-webkit-box-sizing:border-box;box-sizing:border-box;left:15px;right:0;bottom:0;-webkit-transform:scaleY(.5);transform:scaleY(.5);border-bottom:1px solid #eee}.van-cell--borderless::after{display:none}.van-cell-group{background-color:#fff}.van-cell__label{font-size:12px;line-height:1.2;color:#666}.van-cell__title,.van-cell__value{-webkit-box-flex:1;-ms-flex:1;flex:1}.van-cell__value{overflow:hidden;text-align:right;position:relative;vertical-align:middle}.van-cell__value--alone{text-align:left}.van-cell__left-icon{min-width:1em;font-size:16px;line-height:24px;margin-right:5px}.van-cell__right-icon{color:#999;font-size:12px;line-height:24px;margin-left:5px}.van-cell__right-icon--left::before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.van-cell__right-icon--up::before{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.van-cell__right-icon--down::before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.van-cell--clickable:active{background-color:#e8e8e8}.van-cell--required{overflow:visible}.van-cell--required::before{content:'*';position:absolute;left:7px;font-size:14px;color:#f44}.van-cell--center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.van-col{float:left;-webkit-box-sizing:border-box;box-sizing:border-box}.van-col--1{width:4.16667%}.van-col--offset-1{margin-left:4.16667%}.van-col--2{width:8.33333%}.van-col--offset-2{margin-left:8.33333%}.van-col--3{width:12.5%}.van-col--offset-3{margin-left:12.5%}.van-col--4{width:16.66667%}.van-col--offset-4{margin-left:16.66667%}.van-col--5{width:20.83333%}.van-col--offset-5{margin-left:20.83333%}.van-col--6{width:25%}.van-col--offset-6{margin-left:25%}.van-col--7{width:29.16667%}.van-col--offset-7{margin-left:29.16667%}.van-col--8{width:33.33333%}.van-col--offset-8{margin-left:33.33333%}.van-col--9{width:37.5%}.van-col--offset-9{margin-left:37.5%}.van-col--10{width:41.66667%}.van-col--offset-10{margin-left:41.66667%}.van-col--11{width:45.83333%}.van-col--offset-11{margin-left:45.83333%}.van-col--12{width:50%}.van-col--offset-12{margin-left:50%}.van-col--13{width:54.16667%}.van-col--offset-13{margin-left:54.16667%}.van-col--14{width:58.33333%}.van-col--offset-14{margin-left:58.33333%}.van-col--15{width:62.5%}.van-col--offset-15{margin-left:62.5%}.van-col--16{width:66.66667%}.van-col--offset-16{margin-left:66.66667%}.van-col--17{width:70.83333%}.van-col--offset-17{margin-left:70.83333%}.van-col--18{width:75%}.van-col--offset-18{margin-left:75%}.van-col--19{width:79.16667%}.van-col--offset-19{margin-left:79.16667%}.van-col--20{width:83.33333%}.van-col--offset-20{margin-left:83.33333%}.van-col--21{width:87.5%}.van-col--offset-21{margin-left:87.5%}.van-col--22{width:91.66667%}.van-col--offset-22{margin-left:91.66667%}.van-col--23{width:95.83333%}.van-col--offset-23{margin-left:95.83333%}.van-col--24{width:100%}.van-col--offset-24{margin-left:100%}.van-row::after{content:"";display:table;clear:both}.van-row--flex{display:-webkit-box;display:-ms-flexbox;display:flex}.van-row--flex::after{display:none}.van-row--justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.van-row--justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.van-row--justify-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.van-row--justify-space-around{-ms-flex-pack:distribute;justify-content:space-around}.van-row--align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.van-row--align-bottom{-webkit-box-align:bottom;-ms-flex-align:bottom;align-items:bottom}.van-badge{display:block;overflow:hidden;font-size:14px;line-height:1.4;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#666;word-break:break-all;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px 12px 20px 9px;background-color:#f8f8f8;border-left:3px solid transparent}.van-badge:active{background-color:#e8e8e8}.van-badge:not(:last-child)::after{border-bottom-width:1px}.van-badge-group{width:85px}.van-badge--select{font-weight:500;color:#333;border-color:#f44}.van-badge--select::after{border-right-width:1px}.van-badge--select,.van-badge--select:active{background-color:#fff}.van-badge__info{top:7px;left:auto;right:5px;font-size:12px;-webkit-transform:scale(.9);transform:scale(.9)}.van-circle{position:relative;text-align:center;display:inline-block}.van-circle svg{top:0;left:0;width:100%;height:100%;position:absolute}.van-circle__layer{fill:none;stroke-linecap:round;stroke-dasharray:3140;stroke-dashoffset:3140;-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:center;transform-origin:center}.van-circle__text{top:50%;left:0;width:100%;color:#333;position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-collapse-item__title .van-cell__right-icon::before{-webkit-transition:.3s;transition:.3s;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.van-collapse-item__title::after{visibility:hidden}.van-collapse-item__title--expanded .van-cell__right-icon::before{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.van-collapse-item__title--expanded::after{visibility:visible}.van-collapse-item__title--disabled,.van-collapse-item__title--disabled .van-cell__right-icon{color:#c9c9c9}.van-collapse-item__title--disabled:active{background-color:#fff}.van-collapse-item__wrapper{overflow:hidden;will-change:height;-webkit-transition:height .3s ease-in-out;transition:height .3s ease-in-out}.van-collapse-item__content{padding:15px;background-color:#fff}.van-list__loading{text-align:center}.van-list__loading .van-loading,.van-list__loading-text{display:inline-block;vertical-align:middle}.van-list__loading .van-loading{width:16px;height:16px;margin-right:5px}.van-list__loading-text{font-size:13px;color:#999;line-height:50px}.van-nav-bar{height:46px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;line-height:46px;background-color:#fff}.van-nav-bar .van-icon{color:#38f;vertical-align:middle}.van-nav-bar__arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.van-nav-bar__arrow+.van-nav-bar__text{margin-left:-20px;padding-left:25px}.van-nav-bar--fixed{top:0;left:0;width:100%;position:fixed}.van-nav-bar__title{margin:0 auto;max-width:60%;font-size:16px;font-weight:500}.van-nav-bar__left,.van-nav-bar__right{bottom:0;font-size:14px;position:absolute}.van-nav-bar__left{left:15px}.van-nav-bar__right{right:15px}.van-nav-bar__text{color:#38f;margin:0 -15px;padding:0 15px;display:inline-block;vertical-align:middle}.van-nav-bar__text:active{background-color:#e8e8e8}.van-notice-bar{display:-webkit-box;display:-ms-flexbox;display:flex;color:#ed6a0c;height:40px;padding:0 15px;font-size:14px;line-height:24px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fffbe8}.van-notice-bar--withicon{position:relative;padding-right:40px}.van-notice-bar__left-icon{height:18px;min-width:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.van-notice-bar__left-icon img{width:16px;height:16px}.van-notice-bar__right-icon{top:12px;right:15px;font-size:16px;position:absolute}.van-notice-bar__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;height:24px;overflow:hidden;position:relative}.van-notice-bar__content{position:absolute;white-space:nowrap}.van-notice-bar__content.van-ellipsis{max-width:100%}.van-notice-bar__play{-webkit-animation:van-notice-bar-play linear both;animation:van-notice-bar-play linear both}.van-notice-bar__play--infinite{-webkit-animation:van-notice-bar-play-infinite linear infinite both;animation:van-notice-bar-play-infinite linear infinite both}@-webkit-keyframes van-notice-bar-play{to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes van-notice-bar-play{to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes van-notice-bar-play-infinite{to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes van-notice-bar-play-infinite{to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.van-modal{position:fixed;width:100%;height:100%;top:0;left:0;background-color:rgba(0,0,0,.7)}.van-overflow-hidden{overflow:hidden!important}.van-popup{position:fixed;top:50%;left:50%;max-height:100%;overflow-y:auto;background-color:#fff;-webkit-transition:.3s ease-out;transition:.3s ease-out;-webkit-overflow-scrolling:touch;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.van-popup--top{width:100%;top:0;right:auto;bottom:auto;left:50%;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.van-popup--right{top:50%;right:0;bottom:auto;left:auto;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.van-popup--bottom{width:100%;top:auto;bottom:0;right:auto;left:50%;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.van-popup--left{top:50%;right:auto;bottom:auto;left:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.popup-slide-top-enter,.popup-slide-top-leave-active{-webkit-transform:translate3d(-50%,-100%,0);transform:translate3d(-50%,-100%,0)}.popup-slide-right-enter,.popup-slide-right-leave-active{-webkit-transform:translate3d(100%,-50%,0);transform:translate3d(100%,-50%,0)}.popup-slide-bottom-enter,.popup-slide-bottom-leave-active{-webkit-transform:translate3d(-50%,100%,0);transform:translate3d(-50%,100%,0)}.popup-slide-left-enter,.popup-slide-left-leave-active{-webkit-transform:translate3d(-100%,-50%,0);transform:translate3d(-100%,-50%,0)}.van-search{display:-webkit-box;display:-ms-flexbox;display:flex;padding:7px 15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box}.van-search .van-cell{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:3px 10px;border-radius:4px}.van-search .van-cell__left-icon{color:#999}.van-search--show-action{padding-right:0}.van-search input::-webkit-search-cancel-button,.van-search input::-webkit-search-decoration,.van-search input::-webkit-search-results-button,.van-search input::-webkit-search-results-decoration{display:none}.van-search__action{padding:0 10px;font-size:14px;line-height:30px;color:#666}.van-search__action:active{background-color:#e8e8e8}.van-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;line-height:40px;font-size:14px}.van-pagination__item{-webkit-box-flex:1;-ms-flex:1;flex:1;height:40px;min-width:36px;color:#38f;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.van-pagination__item:active{background-color:#38f;color:#fff;opacity:.8}.van-pagination__item::after{border-width:1px 0 1px 1px}.van-pagination__item:last-child::after{border-right-width:1px}.van-pagination__item--disabled,.van-pagination__item--disabled:active{background-color:#f8f8f8;color:#666;opacity:.6}.van-pagination__item--active{color:#fff;background-color:#38f}.van-pagination__next,.van-pagination__prev{padding:0 5px}.van-pagination__page{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.van-pagination__page-desc{-webkit-box-flex:1;-ms-flex:1;flex:1;height:40px;color:#666}.van-pagination--simple .van-pagination__next::after,.van-pagination--simple .van-pagination__prev::after{border-width:1px}.van-panel{background:#fff}.van-panel__header .van-cell__value{color:#f44}.van-panel__footer{padding:10px 15px}.van-rate{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.van-rate__item{padding:0 2px;display:inline-block;-webkit-box-sizing:content-box;box-sizing:content-box}.van-steps{overflow:hidden;background-color:#fff}.van-steps--horizontal{padding:0 10px}.van-steps--horizontal .van-steps__items{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 0 10px;overflow:hidden;position:relative;padding-bottom:22px}.van-steps--horizontal .van-steps__items.van-steps__items--alone{padding-top:10px}.van-steps--vertical{padding:0 0 0 35px}.van-steps__icon{float:left;margin-right:10px}.van-steps .van-icon{font-size:40px}.van-steps__message{height:40px;margin:15px 0}.van-steps__title{font-size:14px;color:#333;padding-top:4px}.van-steps__desc{font-size:12px;line-height:1.5;color:#999}.van-step{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px;position:relative;color:#999}.van-step--horizontal{float:left}.van-step--horizontal:first-child .van-step__title{-webkit-transform:none;transform:none;margin-left:0}.van-step--horizontal:last-child{position:absolute;right:10px;width:auto}.van-step--horizontal:last-child .van-step__title{-webkit-transform:none;transform:none;margin-left:0}.van-step--horizontal:last-child .van-step__circle-container{left:auto;right:-9px}.van-step--horizontal:last-child .van-step__line{width:0}.van-step--horizontal .van-step__circle-container{position:absolute;top:28px;left:-8px;padding:0 8px;background-color:#fff;z-index:1}.van-step--horizontal .van-step__title{font-size:12px;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0);display:inline-block;margin-left:3px}.van-step--horizontal .van-step__line{position:absolute;left:0;top:30px;width:100%;height:1px;background-color:#eee}.van-step--horizontal.van-step--finish{color:#333}.van-step--horizontal.van-step--finish .van-step__circle,.van-step--horizontal.van-step--finish .van-step__line{background-color:#06bf04}.van-step--horizontal.van-step--process{color:#333}.van-step--horizontal.van-step--process .van-step__circle-container{top:24px}.van-step--horizontal.van-step--process .van-icon{font-size:12px;color:#06bf04;display:block}.van-step .van-step__circle{display:block;width:5px;height:5px;background-color:#888;border-radius:50%}.van-step--vertical{float:none;display:block;font-size:14px;line-height:18px;padding:10px 10px 10px 0}.van-step--vertical:not(:last-child)::after{border-bottom-width:1px}.van-step--vertical:first-child::before{content:'';position:absolute;width:1px;height:20px;background-color:#fff;top:0;left:-15px;z-index:1}.van-step--vertical .van-step__circle-container>i{position:absolute;z-index:2}.van-step--vertical .van-icon-checked{top:12px;left:-20px;line-height:1;font-size:12px}.van-step--vertical .van-step__circle{top:16px;left:-17px}.van-step--vertical .van-step__line{position:absolute;top:0;left:-15px;width:1px;height:100%;background-color:#eee}.van-tag{color:#fff;font-size:10px;padding:.2em .5em;line-height:normal;border-radius:.2em;display:inline-block}.van-tag::after{border-color:currentColor;border-radius:.4em}.van-tag--mark{padding-right:.6em;border-radius:0 .8em .8em 0}.van-tag--mark::after{border-radius:0 1.6em 1.6em 0}.van-tag--round{border-radius:.8em}.van-tag--round::after{border-radius:1.6em}.van-tag--medium{font-size:12px}.van-tag--large{font-size:14px}.van-tabs{position:relative}.van-tabs__wrap{top:0;left:0;right:0;z-index:99;overflow:hidden;position:absolute}.van-tabs__wrap--page-top{position:fixed}.van-tabs__wrap--content-bottom{top:auto;bottom:0}.van-tabs__wrap--scrollable .van-tab{-webkit-box-flex:0;-ms-flex:0 0 22%;flex:0 0 22%}.van-tabs__wrap--scrollable .van-tabs__nav{overflow:hidden;overflow-x:auto;-webkit-overflow-scrolling:touch}.van-tabs__wrap--scrollable .van-tabs__nav::-webkit-scrollbar{display:none}.van-tabs__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;background-color:#fff}.van-tabs__nav--line{height:100%;padding-bottom:15px;-webkit-box-sizing:content-box;box-sizing:content-box}.van-tabs__nav--card{margin:0 15px;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #f44;height:30px}.van-tabs__nav--card .van-tab{color:#f44;border-right:1px solid #f44;line-height:28px}.van-tabs__nav--card .van-tab:last-child{border-right:none}.van-tabs__nav--card .van-tab.van-tab--active{color:#fff;background-color:#f44}.van-tabs__nav--card .van-tab--disabled{color:#c9c9c9}.van-tabs__line{z-index:1;left:0;bottom:15px;height:2px;position:absolute;border-radius:2px 0;background-color:#f44}.van-tabs--line{padding-top:44px}.van-tabs--line .van-tabs__wrap{height:44px}.van-tabs--card{padding-top:30px}.van-tabs--card .van-tabs__wrap{height:30px}.van-tab{-webkit-box-flex:1;-ms-flex:1;flex:1;cursor:pointer;padding:0 5px;font-size:14px;position:relative;color:#333;line-height:44px;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;min-width:0}.van-tab span{display:block}.van-tab--active{color:#f44}.van-tab--disabled{color:#c9c9c9}.van-tabbar{width:100%;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff}.van-tabbar--fixed{left:0;bottom:0;position:fixed}.van-tabbar-item{-webkit-box-flex:1;-ms-flex:1;flex:1;color:#666;display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1;font-size:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.van-tabbar-item__icon{font-size:18px;position:relative;margin-bottom:5px}.van-tabbar-item__icon .van-icon{display:block}.van-tabbar-item__icon--dot::after{top:0;right:-8px;width:8px;height:8px;content:' ';position:absolute;border-radius:100%;background-color:#f44}.van-tabbar-item__icon img{height:18px;display:block}.van-tabbar-item--active{color:#38f}.van-image-preview{top:0;left:0;width:100%;height:100%;position:fixed}.van-image-preview__image{top:0;left:0;right:0;bottom:0;margin:auto;max-width:100%;max-height:100%;position:absolute}.van-image-preview__index{position:absolute;top:10px;left:50%;color:#fff;font-size:14px;letter-spacing:2px;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}.van-image-preview__overlay{background-color:rgba(0,0,0,.9)}.van-image-preview .van-swipe{height:100%}.van-stepper{font-size:0}.van-stepper__minus,.van-stepper__plus{width:40px;height:30px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;border:1px solid #eee;position:relative;padding:5px;vertical-align:middle}.van-stepper__minus::before,.van-stepper__plus::before{width:9px;height:1px}.van-stepper__minus::after,.van-stepper__plus::after{width:1px;height:9px}.van-stepper__minus::after,.van-stepper__minus::before,.van-stepper__plus::after,.van-stepper__plus::before{content:'';position:absolute;margin:auto;top:0;left:0;right:0;bottom:0;background-color:#6c6c6c}.van-stepper__minus:active,.van-stepper__plus:active{background-color:#e8e8e8}.van-stepper__minus--disabled,.van-stepper__plus--disabled{background-color:#f8f8f8}.van-stepper__minus--disabled::after,.van-stepper__minus--disabled::before,.van-stepper__plus--disabled::after,.van-stepper__plus--disabled::before{background-color:#c9c9c9}.van-stepper__minus--disabled:active,.van-stepper__plus--disabled:active{background-color:#f8f8f8}.van-stepper__minus{border-radius:2px 0 0 2px}.van-stepper__minus::after{display:none}.van-stepper__plus{border-radius:0 2px 2px 0}.van-stepper__input{width:33px;height:26px;padding:1px;border:1px solid #eee;border-width:1px 0;border-radius:0;-webkit-box-sizing:content-box;box-sizing:content-box;color:#666;font-size:14px;vertical-align:middle;text-align:center;-webkit-appearance:none}.van-stepper__input[disabled]{color:#c9c9c9;background-color:#f8f8f8}.van-stepper input[type=number]::-webkit-inner-spin-button,.van-stepper input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.van-progress{height:4px;position:relative;border-radius:4px;background:#e5e5e5}.van-progress__portion{left:0;height:100%;position:absolute;border-radius:inherit}.van-progress__portion--with-pivot{border-top-right-radius:0;border-bottom-right-radius:0}.van-progress__pivot{top:50%;right:0;min-width:2em;padding:0 5px;font-size:10px;position:absolute;line-height:1.6;text-align:center;border-radius:1em;word-break:keep-all;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#e5e5e5;-webkit-transform:translate(100%,-50%);transform:translate(100%,-50%)}.van-swipe{overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.van-swipe-item{float:left;height:100%}.van-swipe__track{height:100%}.van-swipe__indicators{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;left:50%;bottom:10px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.van-swipe__indicators--vertical{left:10px;top:50%;bottom:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-swipe__indicators--vertical .van-swipe__indicator:not(:last-child){margin-bottom:6px}.van-swipe__indicator{border-radius:100%;background-color:#999;width:6px;height:6px}.van-swipe__indicator:not(:last-child){margin-right:6px}.van-swipe__indicator--active{background-color:#ff976a}.van-slider{position:relative;border-radius:999px;background-color:#e5e5e5}.van-slider__bar{position:relative;border-radius:inherit;background-color:#38f}.van-slider__button{position:absolute;top:50%;right:0;width:20px;height:20px;border-radius:50%;background-color:#fff;-webkit-transform:translate3d(50%,-50%,0);transform:translate3d(50%,-50%,0);-webkit-box-shadow:0 1px 2px rgba(0,0,0,.5);box-shadow:0 1px 2px rgba(0,0,0,.5)}.van-slider__button::after{content:'';position:absolute;width:200%;height:200%;top:-50%;left:-50%}.van-slider--disabled{opacity:.3}.van-checkbox{overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.van-checkbox__icon,.van-checkbox__label{display:inline-block;vertical-align:middle;line-height:20px}.van-checkbox__icon .van-icon{font-size:12px;color:transparent;text-align:center;line-height:inherit;border:1px solid #aaa;width:20px;height:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.van-checkbox__icon--round .van-icon{border-radius:100%}.van-checkbox__icon--checked .van-icon{color:#fff;border-color:#06bf04;background-color:#06bf04}.van-checkbox__icon--disabled .van-icon{color:#f8f8f8;border-color:#eee;background-color:currentColor}.van-checkbox__icon--disabled.van-checkbox__icon--checked .van-icon{border-color:#eee;background-color:#eee}.van-checkbox__label{margin-left:10px}.van-checkbox__label--left{float:left;margin:0 10px 0 0}.van-field .van-cell__title{max-width:90px}.van-field__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.van-field__control{border:0;margin:0;padding:0;width:100%;resize:none;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent}.van-field__control:disabled{opacity:1;color:#666;background-color:transparent}.van-field__control--center{text-align:center}.van-field__control--right{text-align:right}.van-field__control[type=date],.van-field__control[type=time]{min-height:24px}.van-field__button,.van-field__clear,.van-field__icon{-ms-flex-negative:0;flex-shrink:0}.van-field__clear,.van-field__icon{padding:0 10px;line-height:inherit;margin-right:-10px}.van-field__clear{color:#c9c9c9;font-size:16px}.van-field__icon .van-icon{display:block;font-size:16px;color:#999;line-height:inherit}.van-field__button{padding-left:10px}.van-field__error-message{color:#f44;font-size:12px;text-align:left}.van-field--disabled .van-field__control{color:#999}.van-field--error .van-field__control,.van-field--error .van-field__control::-webkit-input-placeholder{color:#f44}.van-field--error .van-field__control,.van-field--error .van-field__control:-ms-input-placeholder{color:#f44}.van-field--error .van-field__control,.van-field--error .van-field__control::-ms-input-placeholder{color:#f44}.van-field--error .van-field__control,.van-field--error .van-field__control::placeholder{color:#f44}.van-field--min-height .van-field__control{min-height:60px}.van-field--label-center .van-cell__title{text-align:center}.van-field--label-right .van-cell__title{text-align:right}.van-radio{overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.van-radio__input,.van-radio__label{display:inline-block;vertical-align:middle}.van-radio__input{height:1em;position:relative;font-size:20px}.van-radio__control{position:absolute;top:0;left:0;opacity:0;margin:0;width:100%;height:100%}.van-radio__label{line-height:20px;margin-left:10px}.van-radio__label--left{float:left;margin:0 10px 0 0}.van-radio .van-icon{width:1em;pointer-events:none}.van-radio .van-icon-checked{color:#06bf04}.van-radio .van-icon-check{color:#999}.van-radio--disabled .van-icon{color:#e5e5e5;border-radius:100%;background-color:#f8f8f8}.van-switch{height:1em;width:1.6em;display:inline-block;position:relative;background:#fff;-webkit-box-sizing:content-box;box-sizing:content-box;border:1px solid rgba(0,0,0,.1);border-radius:1em}.van-switch__node{top:0;left:0;z-index:1;width:1em;height:1em;-webkit-transition:.3s;transition:.3s;position:absolute;border-radius:100%;background-color:#fff;-webkit-box-shadow:0 3px 1px 0 rgba(0,0,0,.05),0 2px 2px 0 rgba(0,0,0,.1),0 3px 3px 0 rgba(0,0,0,.05);box-shadow:0 3px 1px 0 rgba(0,0,0,.05),0 2px 2px 0 rgba(0,0,0,.1),0 3px 3px 0 rgba(0,0,0,.05)}.van-switch__loading{top:25%;left:25%;width:50%;height:50%}.van-switch--on{background-color:#44db5e}.van-switch--on .van-switch__node{-webkit-transform:translateX(.6em);transform:translateX(.6em)}.van-switch--disabled{opacity:.4}.van-uploader{position:relative;display:inline-block}.van-uploader__input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.van-uploader input[type=file]::-webkit-file-upload-button{cursor:pointer}.van-password-input{margin:0 15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative}.van-password-input:focus{outline:0}.van-password-input__error-info,.van-password-input__info{font-size:14px;margin-top:15px;text-align:center}.van-password-input__info{color:#999}.van-password-input__error-info{color:#f44}.van-password-input__security{width:100%;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff}.van-password-input__security::after{border-radius:6px}.van-password-input__security li{-webkit-box-flex:1;-ms-flex:1;flex:1;height:100%;position:relative}.van-password-input__security li:not(:first-of-type)::after{border-left-width:1px}.van-password-input__security i{position:absolute;left:50%;top:50%;width:10px;height:10px;margin:-5px 0 0 -5px;visibility:hidden;border-radius:100%;background-color:#000}.van-number-keyboard{left:0;bottom:0;width:100%;position:fixed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.van-number-keyboard__title{height:30px;font-size:14px;line-height:30px;text-align:center;position:relative;color:#666}.van-number-keyboard__body{-webkit-box-sizing:border-box;box-sizing:border-box}.van-number-keyboard__close{right:0;color:#38f;font-size:14px;padding:0 15px;position:absolute}.van-number-keyboard__close:active{background-color:#e8e8e8}.van-number-keyboard__sidebar{right:0;bottom:0;width:25%;position:absolute;height:216px}.van-number-keyboard--custom .van-number-keyboard__body{padding-right:25%}.van-key{width:33.33333%;font-size:24px;font-style:normal;text-align:center;display:inline-block;vertical-align:middle;height:54px;line-height:54px}.van-key::after{border-width:1px 1px 0 0}.van-key--middle{width:66.66667%}.van-key--big{width:100%;height:108px;line-height:108px}.van-key--green{font-size:20px;color:#fff;background-color:#06bf04}.van-key--green.van-key--active{background-color:#308305}.van-key--green::after{border-color:#06bf04}.van-key--delete{font-size:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAeCAMAAABg6AyVAAAAbFBMVEUAAAAfHiIdHB4eHR8dHR4eHB4dHB4dHR8gICIdHB4dHB4dHB4dHB8eHh8hISEeHR8fHB8fHR8fHR8fHx8eHiArKyszMzMeHB8eHB8fHR8eHiAeHh4dHB4vLjDY2Nn////b29zKysq9vb28vLzkfBRpAAAAHHRSTlMAK/PW+I/llBv77N1kSCPwWlFAOTMGBb28hHlu08g5sgAAAMlJREFUOMuV1MsWgiAQgGHQyOx+s+sgYO//jnnMGIdDDfwbN99CYEDQFiVEKkolPUG7gl9VTWC31NKuDbVz+Fc1tRJtPDmxS2BS3p5ZC+XXnnbAVoz2WEBCH7uZAalzGoa06whGiznT6sG2xgX4QO2Aej1+KN7XBKL2FvGaMtTWBhbQhtoaYzVQrHKwuGf8hhAPSF5g3xPSt45sCHcouNWx436FGA+RHyQcD35EcUj54U8ff4WYvVi1zLjelUh/OG6XjOeLWv5hfAOI+HLwwOAqhAAAAABJRU5ErkJggg==) no-repeat center center;background-size:auto 15px}.van-key--gray{background-color:#f3f3f6}.van-key--active{background-color:#e8e8e8}.van-actionsheet{position:fixed;left:0;right:0;bottom:0;color:#333;max-height:90%;overflow-y:auto;-webkit-overflow-scrolling:touch;background-color:#f8f8f8}.van-actionsheet--withtitle{background-color:#fff}.van-actionsheet__cancel,.van-actionsheet__item{height:50px;line-height:50px;font-size:16px;text-align:center;background-color:#fff}.van-actionsheet__cancel:active,.van-actionsheet__item:active{background-color:#e8e8e8}.van-actionsheet__item--disabled{color:#c9c9c9}.van-actionsheet__item--disabled:active{background-color:#fff}.van-actionsheet__subname{font-size:12px;color:#666;margin-left:5px}.van-actionsheet__loading{display:inline-block}.van-actionsheet__cancel{margin-top:10px}.van-actionsheet__header{font-size:16px;line-height:44px;text-align:center}.van-actionsheet__header .van-icon-close{top:0;right:0;padding:0 15px;font-size:18px;color:#999;position:absolute;line-height:inherit}.van-dialog{position:fixed;top:50%;left:50%;width:85%;font-size:16px;overflow:hidden;-webkit-transition:.3s;transition:.3s;border-radius:4px;background-color:#fff;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.van-dialog__header{font-weight:500;padding-top:25px;text-align:center}.van-dialog__header--isolated{padding:25px 0}.van-dialog__message{padding:25px;font-size:14px;line-height:1.5}.van-dialog__message--has-title{padding-top:12px;color:#666}.van-dialog__footer{overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.van-dialog__footer--buttons{display:-webkit-box;display:-ms-flexbox;display:flex}.van-dialog__footer--buttons .van-button{-webkit-box-flex:1;-ms-flex:1;flex:1}.van-dialog .van-button{border:0}.van-dialog__confirm,.van-dialog__confirm:active{color:#38f}.van-dialog-bounce-enter{opacity:0;-webkit-transform:translate3d(-50%,-50%,0) scale(.7);transform:translate3d(-50%,-50%,0) scale(.7)}.van-dialog-bounce-leave-active{opacity:0;-webkit-transform:translate3d(-50%,-50%,0) scale(.9);transform:translate3d(-50%,-50%,0) scale(.9)}.van-picker{overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;background-color:#fff;-webkit-text-size-adjust:100%}.van-picker__toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;height:44px;line-height:44px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.van-picker__cancel,.van-picker__confirm{color:#38f;padding:0 15px;font-size:14px}.van-picker__cancel:active,.van-picker__confirm:active{background-color:#e8e8e8}.van-picker__title{max-width:50%;font-size:16px;font-weight:500;text-align:center}.van-picker__columns{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.van-picker__loading{top:0;left:0;right:0;bottom:0;z-index:2;position:absolute;background-color:rgba(255,255,255,.9)}.van-picker__loading circle{stroke:#38f}.van-picker__frame,.van-picker__loading .van-loading{top:50%;left:0;width:100%;z-index:1;position:absolute;pointer-events:none;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-picker-column{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;font-size:16px;text-align:center}.van-picker-column__item{padding:0 5px;color:#999}.van-picker-column__item--selected{font-weight:500;color:#333}.van-picker-column__item--disabled{opacity:.3}.van-pull-refresh{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden}.van-pull-refresh__track{position:relative}.van-pull-refresh__head{width:100%;height:50px;left:0;overflow:hidden;position:absolute;text-align:center;top:-50px;font-size:14px;color:#999;line-height:50px}.van-pull-refresh__loading .van-loading{width:16px;height:16px;margin-right:5px}.van-pull-refresh__loading .van-loading,.van-pull-refresh__loading span{vertical-align:middle;display:inline-block}.van-pull-refresh__text{display:block}.van-toast{position:fixed;top:50%;left:50%;display:-webkit-box;display:-ms-flexbox;display:flex;color:#fff;font-size:12px;line-height:1.2;border-radius:5px;word-break:break-all;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);background-color:rgba(0,0,0,.7)}.van-toast--unclickable *{pointer-events:none}.van-toast--text{padding:12px;min-width:220px}.van-toast--default{width:120px;min-height:120px;padding:15px}.van-toast--default .van-toast__icon{font-size:50px}.van-toast--default .van-loading{margin:10px 0 5px}.van-toast--default .van-toast__text{font-size:14px;padding-top:10px}.van-toast--top{top:50px}.van-toast--bottom{top:auto;bottom:50px}.van-swipe-cell{overflow:hidden;position:relative}.van-swipe-cell__left,.van-swipe-cell__right{top:0;height:100%;position:absolute}.van-swipe-cell__left{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.van-swipe-cell__right{right:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.van-switch-cell{padding-top:8px;padding-bottom:8px}.van-switch-cell .van-switch{float:right}.van-tree-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative}.van-tree-select__nav{width:35%;position:absolute;left:0;top:0;bottom:0;overflow:scroll;background-color:#fff;-webkit-overflow-scrolling:touch}.van-tree-select__nitem{line-height:44px;padding:0 15px;background-color:#fff}.van-tree-select__nitem--active,.van-tree-select__nitem:active{background-color:#f8f8f8}.van-tree-select__nitem--active{font-weight:500}.van-tree-select__content{height:100%;padding:0 15px;margin-left:35%;overflow:scroll;-webkit-overflow-scrolling:touch}.van-tree-select__item{position:relative;line-height:44px;padding-left:5px;padding-right:18px}.van-tree-select__item--active,.van-tree-select__item:active{color:#f44}.van-tree-select__selected{float:right;position:absolute;right:0;top:0;bottom:0;line-height:inherit}.van-address-edit__buttons{padding:30px 15px}.van-address-edit__buttons .van-button{margin-bottom:15px}.van-address-edit__area .van-cell__title{max-width:90px}.van-address-edit__area .van-cell__value{text-align:left}.van-address-edit__area .van-cell__value span{margin-right:15px}.van-address-edit-detail{padding:0}.van-address-edit-detail__finish{color:#38f;font-size:12px;display:block}.van-address-list{height:100%;padding-bottom:100px;-webkit-box-sizing:border-box;box-sizing:border-box}.van-address-list__add{position:fixed;left:0;bottom:0;z-index:9999}.van-address-list__disabled-text{color:#999;padding:0 15px;font-size:12px;line-height:30px}.van-address-item{padding:15px}.van-address-item .van-cell__value{color:#333;padding-right:34px;position:relative}.van-address-item .van-radio__label{width:100%;margin-left:0;padding-left:27px;-webkit-box-sizing:border-box;box-sizing:border-box}.van-address-item .van-radio__input{top:50%;left:0;font-size:16px;position:absolute;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.van-address-item .van-icon-checked{color:#f44}.van-address-item__name{font-size:14px;font-weight:500;line-height:20px;margin-bottom:5px}.van-address-item__address{font-size:12px;line-height:16px;color:#666}.van-address-item--unswitchable .van-radio__input{display:none}.van-address-item--unswitchable .van-radio__label{padding-left:0}.van-address-item--disabled .van-address-item__address,.van-address-item--disabled .van-address-item__name{color:#999}.van-address-item__edit{position:absolute;top:50%;right:15px;font-size:16px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.van-card{color:#333;height:100px;font-size:12px;background:#fafafa;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;padding:5px 15px 5px 115px}.van-card:not(:first-child){margin-top:10px}.van-card--center,.van-card__thumb{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.van-card__thumb{top:5px;left:15px;width:90px;height:90px;position:absolute}.van-card__thumb img{border:none;max-width:100%;max-height:100%}.van-card,.van-card__content,.van-card__thumb{display:-webkit-box;display:-ms-flexbox;display:flex}.van-card__content{width:100%}.van-card__desc,.van-card__title{line-height:20px;word-break:break-all}.van-card__title{max-height:40px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.van-card__desc{color:#666;max-height:20px}.van-card__left{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.van-card__right{-ms-flex-negative:0;flex-shrink:0;line-height:20px;padding-left:10px;text-align:right}.van-card__origin-price{color:#666;text-decoration:line-through}.van-card__num{color:#666}.van-card__tag{position:absolute;top:2px;left:0}.van-card__footer{right:15px;bottom:8px;position:absolute}.van-card__footer .van-button{margin-left:5px}.van-contact-card{padding:15px}.van-contact-card .van-cell__value{margin-left:5px;line-height:20px;display:inline-block;vertical-align:middle}.van-contact-card--add .van-cell__value{line-height:40px}.van-contact-card--add .van-cell__left-icon{color:#38f;font-size:40px}.van-contact-card::before{content:'';left:0;right:0;bottom:0;height:2px;position:absolute;background:-webkit-repeating-linear-gradient(135deg,#ff6c6c 0,#ff6c6c 20%,transparent 0,transparent 25%,#3283fa 0,#3283fa 45%,transparent 0,transparent 50%);background:repeating-linear-gradient(-45deg,#ff6c6c 0,#ff6c6c 20%,transparent 0,transparent 25%,#3283fa 0,#3283fa 45%,transparent 0,transparent 50%);background-size:80px}.van-contact-list{height:100%;padding-bottom:65px;-webkit-box-sizing:border-box;box-sizing:border-box}.van-contact-list .van-cell{padding:15px}.van-contact-list .van-cell__value{color:#333;padding-right:34px;position:relative}.van-contact-list .van-radio__label{margin-left:27px}.van-contact-list .van-radio__input{top:50%;left:0;font-size:16px;position:absolute;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.van-contact-list .van-icon-checked{color:#f44}.van-contact-list__group{height:100%;overflow-y:scroll;padding-bottom:100px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling:touch}.van-contact-list__name{font-size:14px;font-weight:500;line-height:20px}.van-contact-list__edit{position:absolute;top:50%;right:15px;font-size:16px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.van-contact-list__add{position:fixed;left:0;bottom:0;z-index:9999}.van-contact-edit__buttons{padding:30px 15px}.van-contact-edit .van-cell__title{max-width:65px}.van-contact-edit .van-button{margin-bottom:15px}.van-coupon-list{height:100%;position:relative;background-color:#f8f8f8}.van-coupon-list__field{padding:7px 15px}.van-coupon-list__exchange{height:32px;line-height:30px}.van-coupon-list__list{overflow-y:auto;padding:15px 0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling:touch}.van-coupon-list__close{left:0;bottom:0;position:absolute;font-weight:500}.van-coupon-list__empty{padding-top:100px;text-align:center}.van-coupon-list__empty p{color:#999;margin:15px 0;font-size:14px;line-height:20px}.van-coupon-list__empty img{width:80px;height:84px}.van-coupon-item{overflow:hidden;border-radius:4px;margin:0 15px 15px;background-color:#fff;-webkit-box-shadow:0 0 4px rgba(0,0,0,.1);box-shadow:0 0 4px rgba(0,0,0,.1)}.van-coupon-item:active{background-color:#e8e8e8}.van-coupon-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;height:100px;padding:24px 0 0 15px;-webkit-box-sizing:border-box;box-sizing:border-box}.van-coupon-item h2,.van-coupon-item p{margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-coupon-item h2{height:34px;font-weight:500;line-height:34px}.van-coupon-item p{font-size:12px;line-height:16px;color:#999}.van-coupon-item__head{min-width:90px}.van-coupon-item__head h2{color:#f44;font-size:24px}.van-coupon-item__head h2 span{font-size:50%}.van-coupon-item__body{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;border-radius:0 4px 4px 0}.van-coupon-item__body h2{font-size:16px}.van-coupon-item__corner{top:16px;right:15px;position:absolute}.van-coupon-item__corner .van-icon{border-color:#f44;background-color:#f44}.van-coupon-item__reason{padding:7px 15px;background-color:#fbfbfb;border-top:1px dashed #eee}.van-coupon-item--disabled:active{background-color:#fff}.van-coupon-item--disabled .van-coupon-item__content{height:90px}.van-coupon-item--disabled h2,.van-coupon-item--disabled p,.van-coupon-item--disabled span{color:#999}.van-goods-action{left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed}.van-goods-action-big-btn{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0}@media (max-width:321px){.van-goods-action-big-btn{font-size:15px}}.van-goods-action-mini-btn{color:#666;display:-webkit-box;display:-ms-flexbox;display:flex;height:50px;font-size:10px;min-width:15%;line-height:1;text-align:center;background-color:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.van-goods-action-mini-btn::after{border-width:1px 0 0 1px}.van-goods-action-mini-btn:first-child::after{border-left-width:0}.van-goods-action-mini-btn:active{background-color:#e8e8e8}.van-goods-action-mini-btn__icon{width:1em;font-size:20px;margin:0 auto 5px}.van-submit-bar{left:0;bottom:0;width:100%;z-index:100;position:fixed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.van-submit-bar__tip{color:#f56723;padding:10px;font-size:12px;line-height:18px;background-color:#fff7cc}.van-submit-bar__bar{height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff}.van-submit-bar__text{-webkit-box-flex:1;-ms-flex:1;flex:1;font-weight:500;text-align:right;color:#333;padding-right:12px}.van-submit-bar__text span{display:inline-block}.van-submit-bar__price{color:#f44}.van-submit-bar .van-button{width:110px}.van-sku-container{font-size:14px;background:#fff;overflow-y:visible;max-height:-webkit-max-content;max-height:-moz-max-content;max-height:max-content}.van-sku-body{max-height:350px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.van-sku-body::-webkit-scrollbar{display:none}.van-sku-group-container{margin-left:15px;padding:12px 0 2px}.van-sku-header{margin-left:15px}.van-sku-header__img-wrap{position:relative;float:left;margin-top:-10px;width:80px;height:80px;background:#f8f8f8;border-radius:2px}.van-sku-header__img-wrap img{position:absolute;margin:auto;top:0;left:0;right:0;bottom:0;max-width:100%;max-height:100%}.van-sku-header__goods-info{padding:10px 60px 10px 10px;min-height:82px;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}.van-sku__goods-name{font-size:12px}.van-sku__price-symbol{vertical-align:middle}.van-sku__price-num{font-size:16px;vertical-align:middle}.van-sku__goods-price{color:#f44;margin-top:10px;vertical-align:middle}.van-sku__close-icon{top:10px;right:15px;font-size:20px;color:#999;position:absolute;text-align:center}.van-sku-row{margin:0 15px 10px 0}.van-sku-row:last-child{margin-bottom:0}.van-sku-row__title{padding-bottom:10px}.van-sku-row__item{display:inline-block;padding:5px 9px;margin:0 10px 10px 0;height:28px;min-width:52px;line-height:16px;font-size:12px;color:#333;text-align:center;border:1px solid #999;border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box}.van-sku-row__item--active{color:#fff;border-color:#f44;background:#f44}.van-sku-row__item--disabled{background:#e8e8e8;border-color:#eee;color:#c9c9c9}.van-sku-stepper-stock{padding:12px 0;margin-left:15px}.van-sku-stepper-container{height:30px;margin-right:20px}.van-sku__stepper{float:right}.van-sku__stepper-title{float:left;line-height:30px}.van-sku__stock{display:inline-block;margin-right:10px;color:#999;font-size:12px}.van-sku__quota{display:inline-block;color:#f44;font-size:12px}.van-sku-messages{padding-bottom:10px;background:#f8f8f8}.van-sku-messages__image-cell .van-cell__title{max-width:90px}.van-sku-messages__image-cell .van-cell__value{text-align:left}.van-sku-img-uploader{display:inline-block}.van-sku-img-uploader__header{padding:0 10px;border:1px solid #eee;line-height:24px;border-radius:3px;font-size:12px}.van-sku-img-uploader__header .van-icon{top:3px;margin-right:5px;font-size:14px}.van-sku-img-uploader__img{height:60px;width:60px;float:left;margin:10px 10px 0 0;position:relative;border:1px solid #eee}.van-sku-img-uploader__img img{max-width:100%;max-height:100%;top:50%;position:relative;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-sku-img-uploader__delete{position:absolute;color:#f44;top:-12px;right:-14px;z-index:1;padding:6px}.van-sku-img-uploader__delete::before{border-radius:14px;background-color:#fff}.van-sku-img-uploader__uploading{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;width:20px;height:20px}.van-sku-actions{display:-webkit-box;display:-ms-flexbox;display:flex}@charset "UTF-8";.el-pagination--small .arrow.disabled,.el-table .hidden-columns,.el-table td.is-hidden>*,.el-table th.is-hidden>*,.el-table--hidden{visibility:hidden}.el-input__suffix,.el-tree.is-dragging .el-tree-node__content *{pointer-events:none}.el-dropdown .el-dropdown-selfdefine:focus:active,.el-dropdown .el-dropdown-selfdefine:focus:not(.focusing),.el-message__closeBtn:focus,.el-message__content:focus,.el-popover:focus,.el-popover:focus:active,.el-popover__reference:focus:hover,.el-popover__reference:focus:not(.focusing),.el-rate:active,.el-rate:focus,.el-tooltip:focus:hover,.el-tooltip:focus:not(.focusing),.el-upload-list__item.is-success:active,.el-upload-list__item.is-success:not(.focusing):focus{outline-width:0}@font-face{font-family:element-icons;src:url(../../static/fonts/element-icons.535877f.woff) format("woff"),url(../../static/fonts/element-icons.732389d.ttf) format("truetype");font-weight:400;font-display:"auto";font-style:normal}[class*=" el-icon-"],[class^=el-icon-]{font-family:element-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;vertical-align:baseline;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-icon-ice-cream-round:before{content:"\E6A0"}.el-icon-ice-cream-square:before{content:"\E6A3"}.el-icon-lollipop:before{content:"\E6A4"}.el-icon-potato-strips:before{content:"\E6A5"}.el-icon-milk-tea:before{content:"\E6A6"}.el-icon-ice-drink:before{content:"\E6A7"}.el-icon-ice-tea:before{content:"\E6A9"}.el-icon-coffee:before{content:"\E6AA"}.el-icon-orange:before{content:"\E6AB"}.el-icon-pear:before{content:"\E6AC"}.el-icon-apple:before{content:"\E6AD"}.el-icon-cherry:before{content:"\E6AE"}.el-icon-watermelon:before{content:"\E6AF"}.el-icon-grape:before{content:"\E6B0"}.el-icon-refrigerator:before{content:"\E6B1"}.el-icon-goblet-square-full:before{content:"\E6B2"}.el-icon-goblet-square:before{content:"\E6B3"}.el-icon-goblet-full:before{content:"\E6B4"}.el-icon-goblet:before{content:"\E6B5"}.el-icon-cold-drink:before{content:"\E6B6"}.el-icon-coffee-cup:before{content:"\E6B8"}.el-icon-water-cup:before{content:"\E6B9"}.el-icon-hot-water:before{content:"\E6BA"}.el-icon-ice-cream:before{content:"\E6BB"}.el-icon-dessert:before{content:"\E6BC"}.el-icon-sugar:before{content:"\E6BD"}.el-icon-tableware:before{content:"\E6BE"}.el-icon-burger:before{content:"\E6BF"}.el-icon-knife-fork:before{content:"\E6C1"}.el-icon-fork-spoon:before{content:"\E6C2"}.el-icon-chicken:before{content:"\E6C3"}.el-icon-food:before{content:"\E6C4"}.el-icon-dish-1:before{content:"\E6C5"}.el-icon-dish:before{content:"\E6C6"}.el-icon-moon-night:before{content:"\E6EE"}.el-icon-moon:before{content:"\E6F0"}.el-icon-cloudy-and-sunny:before{content:"\E6F1"}.el-icon-partly-cloudy:before{content:"\E6F2"}.el-icon-cloudy:before{content:"\E6F3"}.el-icon-sunny:before{content:"\E6F6"}.el-icon-sunset:before{content:"\E6F7"}.el-icon-sunrise-1:before{content:"\E6F8"}.el-icon-sunrise:before{content:"\E6F9"}.el-icon-heavy-rain:before{content:"\E6FA"}.el-icon-lightning:before{content:"\E6FB"}.el-icon-light-rain:before{content:"\E6FC"}.el-icon-wind-power:before{content:"\E6FD"}.el-icon-baseball:before{content:"\E712"}.el-icon-soccer:before{content:"\E713"}.el-icon-football:before{content:"\E715"}.el-icon-basketball:before{content:"\E716"}.el-icon-ship:before{content:"\E73F"}.el-icon-truck:before{content:"\E740"}.el-icon-bicycle:before{content:"\E741"}.el-icon-mobile-phone:before{content:"\E6D3"}.el-icon-service:before{content:"\E6D4"}.el-icon-key:before{content:"\E6E2"}.el-icon-unlock:before{content:"\E6E4"}.el-icon-lock:before{content:"\E6E5"}.el-icon-watch:before{content:"\E6FE"}.el-icon-watch-1:before{content:"\E6FF"}.el-icon-timer:before{content:"\E702"}.el-icon-alarm-clock:before{content:"\E703"}.el-icon-map-location:before{content:"\E704"}.el-icon-delete-location:before{content:"\E705"}.el-icon-add-location:before{content:"\E706"}.el-icon-location-information:before{content:"\E707"}.el-icon-location-outline:before{content:"\E708"}.el-icon-location:before{content:"\E79E"}.el-icon-place:before{content:"\E709"}.el-icon-discover:before{content:"\E70A"}.el-icon-first-aid-kit:before{content:"\E70B"}.el-icon-trophy-1:before{content:"\E70C"}.el-icon-trophy:before{content:"\E70D"}.el-icon-medal:before{content:"\E70E"}.el-icon-medal-1:before{content:"\E70F"}.el-icon-stopwatch:before{content:"\E710"}.el-icon-mic:before{content:"\E711"}.el-icon-copy-document:before{content:"\E718"}.el-icon-full-screen:before{content:"\E719"}.el-icon-switch-button:before{content:"\E71B"}.el-icon-aim:before{content:"\E71C"}.el-icon-crop:before{content:"\E71D"}.el-icon-odometer:before{content:"\E71E"}.el-icon-time:before{content:"\E71F"}.el-icon-bangzhu:before{content:"\E724"}.el-icon-close-notification:before{content:"\E726"}.el-icon-microphone:before{content:"\E727"}.el-icon-turn-off-microphone:before{content:"\E728"}.el-icon-position:before{content:"\E729"}.el-icon-postcard:before{content:"\E72A"}.el-icon-message:before{content:"\E72B"}.el-icon-chat-line-square:before{content:"\E72D"}.el-icon-chat-dot-square:before{content:"\E72E"}.el-icon-chat-dot-round:before{content:"\E72F"}.el-icon-chat-square:before{content:"\E730"}.el-icon-chat-line-round:before{content:"\E731"}.el-icon-chat-round:before{content:"\E732"}.el-icon-set-up:before{content:"\E733"}.el-icon-turn-off:before{content:"\E734"}.el-icon-open:before{content:"\E735"}.el-icon-connection:before{content:"\E736"}.el-icon-link:before{content:"\E737"}.el-icon-cpu:before{content:"\E738"}.el-icon-thumb:before{content:"\E739"}.el-icon-female:before{content:"\E73A"}.el-icon-male:before{content:"\E73B"}.el-icon-guide:before{content:"\E73C"}.el-icon-news:before{content:"\E73E"}.el-icon-price-tag:before{content:"\E744"}.el-icon-discount:before{content:"\E745"}.el-icon-wallet:before{content:"\E747"}.el-icon-coin:before{content:"\E748"}.el-icon-money:before{content:"\E749"}.el-icon-bank-card:before{content:"\E74A"}.el-icon-box:before{content:"\E74B"}.el-icon-present:before{content:"\E74C"}.el-icon-sell:before{content:"\E6D5"}.el-icon-sold-out:before{content:"\E6D6"}.el-icon-shopping-bag-2:before{content:"\E74D"}.el-icon-shopping-bag-1:before{content:"\E74E"}.el-icon-shopping-cart-2:before{content:"\E74F"}.el-icon-shopping-cart-1:before{content:"\E750"}.el-icon-shopping-cart-full:before{content:"\E751"}.el-icon-smoking:before{content:"\E752"}.el-icon-no-smoking:before{content:"\E753"}.el-icon-house:before{content:"\E754"}.el-icon-table-lamp:before{content:"\E755"}.el-icon-school:before{content:"\E756"}.el-icon-office-building:before{content:"\E757"}.el-icon-toilet-paper:before{content:"\E758"}.el-icon-notebook-2:before{content:"\E759"}.el-icon-notebook-1:before{content:"\E75A"}.el-icon-files:before{content:"\E75B"}.el-icon-collection:before{content:"\E75C"}.el-icon-receiving:before{content:"\E75D"}.el-icon-suitcase-1:before{content:"\E760"}.el-icon-suitcase:before{content:"\E761"}.el-icon-film:before{content:"\E763"}.el-icon-collection-tag:before{content:"\E765"}.el-icon-data-analysis:before{content:"\E766"}.el-icon-pie-chart:before{content:"\E767"}.el-icon-data-board:before{content:"\E768"}.el-icon-data-line:before{content:"\E76D"}.el-icon-reading:before{content:"\E769"}.el-icon-magic-stick:before{content:"\E76A"}.el-icon-coordinate:before{content:"\E76B"}.el-icon-mouse:before{content:"\E76C"}.el-icon-brush:before{content:"\E76E"}.el-icon-headset:before{content:"\E76F"}.el-icon-umbrella:before{content:"\E770"}.el-icon-scissors:before{content:"\E771"}.el-icon-mobile:before{content:"\E773"}.el-icon-attract:before{content:"\E774"}.el-icon-monitor:before{content:"\E775"}.el-icon-search:before{content:"\E778"}.el-icon-takeaway-box:before{content:"\E77A"}.el-icon-paperclip:before{content:"\E77D"}.el-icon-printer:before{content:"\E77E"}.el-icon-document-add:before{content:"\E782"}.el-icon-document:before{content:"\E785"}.el-icon-document-checked:before{content:"\E786"}.el-icon-document-copy:before{content:"\E787"}.el-icon-document-delete:before{content:"\E788"}.el-icon-document-remove:before{content:"\E789"}.el-icon-tickets:before{content:"\E78B"}.el-icon-folder-checked:before{content:"\E77F"}.el-icon-folder-delete:before{content:"\E780"}.el-icon-folder-remove:before{content:"\E781"}.el-icon-folder-add:before{content:"\E783"}.el-icon-folder-opened:before{content:"\E784"}.el-icon-folder:before{content:"\E78A"}.el-icon-edit-outline:before{content:"\E764"}.el-icon-edit:before{content:"\E78C"}.el-icon-date:before{content:"\E78E"}.el-icon-c-scale-to-original:before{content:"\E7C6"}.el-icon-view:before{content:"\E6CE"}.el-icon-loading:before{content:"\E6CF"}.el-icon-rank:before{content:"\E6D1"}.el-icon-sort-down:before{content:"\E7C4"}.el-icon-sort-up:before{content:"\E7C5"}.el-icon-sort:before{content:"\E6D2"}.el-icon-finished:before{content:"\E6CD"}.el-icon-refresh-left:before{content:"\E6C7"}.el-icon-refresh-right:before{content:"\E6C8"}.el-icon-refresh:before{content:"\E6D0"}.el-icon-video-play:before{content:"\E7C0"}.el-icon-video-pause:before{content:"\E7C1"}.el-icon-d-arrow-right:before{content:"\E6DC"}.el-icon-d-arrow-left:before{content:"\E6DD"}.el-icon-arrow-up:before{content:"\E6E1"}.el-icon-arrow-down:before{content:"\E6DF"}.el-icon-arrow-right:before{content:"\E6E0"}.el-icon-arrow-left:before{content:"\E6DE"}.el-icon-top-right:before{content:"\E6E7"}.el-icon-top-left:before{content:"\E6E8"}.el-icon-top:before{content:"\E6E6"}.el-icon-bottom:before{content:"\E6EB"}.el-icon-right:before{content:"\E6E9"}.el-icon-back:before{content:"\E6EA"}.el-icon-bottom-right:before{content:"\E6EC"}.el-icon-bottom-left:before{content:"\E6ED"}.el-icon-caret-top:before{content:"\E78F"}.el-icon-caret-bottom:before{content:"\E790"}.el-icon-caret-right:before{content:"\E791"}.el-icon-caret-left:before{content:"\E792"}.el-icon-d-caret:before{content:"\E79A"}.el-icon-share:before{content:"\E793"}.el-icon-menu:before{content:"\E798"}.el-icon-s-grid:before{content:"\E7A6"}.el-icon-s-check:before{content:"\E7A7"}.el-icon-s-data:before{content:"\E7A8"}.el-icon-s-opportunity:before{content:"\E7AA"}.el-icon-s-custom:before{content:"\E7AB"}.el-icon-s-claim:before{content:"\E7AD"}.el-icon-s-finance:before{content:"\E7AE"}.el-icon-s-comment:before{content:"\E7AF"}.el-icon-s-flag:before{content:"\E7B0"}.el-icon-s-marketing:before{content:"\E7B1"}.el-icon-s-shop:before{content:"\E7B4"}.el-icon-s-open:before{content:"\E7B5"}.el-icon-s-management:before{content:"\E7B6"}.el-icon-s-ticket:before{content:"\E7B7"}.el-icon-s-release:before{content:"\E7B8"}.el-icon-s-home:before{content:"\E7B9"}.el-icon-s-promotion:before{content:"\E7BA"}.el-icon-s-operation:before{content:"\E7BB"}.el-icon-s-unfold:before{content:"\E7BC"}.el-icon-s-fold:before{content:"\E7A9"}.el-icon-s-platform:before{content:"\E7BD"}.el-icon-s-order:before{content:"\E7BE"}.el-icon-s-cooperation:before{content:"\E7BF"}.el-icon-bell:before{content:"\E725"}.el-icon-message-solid:before{content:"\E799"}.el-icon-video-camera:before{content:"\E772"}.el-icon-video-camera-solid:before{content:"\E796"}.el-icon-camera:before{content:"\E779"}.el-icon-camera-solid:before{content:"\E79B"}.el-icon-download:before{content:"\E77C"}.el-icon-upload2:before{content:"\E77B"}.el-icon-upload:before{content:"\E7C3"}.el-icon-picture-outline-round:before{content:"\E75F"}.el-icon-picture-outline:before{content:"\E75E"}.el-icon-picture:before{content:"\E79F"}.el-icon-close:before{content:"\E6DB"}.el-icon-check:before{content:"\E6DA"}.el-icon-plus:before{content:"\E6D9"}.el-icon-minus:before{content:"\E6D8"}.el-icon-help:before{content:"\E73D"}.el-icon-s-help:before{content:"\E7B3"}.el-icon-circle-close:before{content:"\E78D"}.el-icon-circle-check:before{content:"\E720"}.el-icon-circle-plus-outline:before{content:"\E723"}.el-icon-remove-outline:before{content:"\E722"}.el-icon-zoom-out:before{content:"\E776"}.el-icon-zoom-in:before{content:"\E777"}.el-icon-error:before{content:"\E79D"}.el-icon-success:before{content:"\E79C"}.el-icon-circle-plus:before{content:"\E7A0"}.el-icon-remove:before{content:"\E7A2"}.el-icon-info:before{content:"\E7A1"}.el-icon-question:before{content:"\E7A4"}.el-icon-warning-outline:before{content:"\E6C9"}.el-icon-warning:before{content:"\E7A3"}.el-icon-goods:before{content:"\E7C2"}.el-icon-s-goods:before{content:"\E7B2"}.el-icon-star-off:before{content:"\E717"}.el-icon-star-on:before{content:"\E797"}.el-icon-more-outline:before{content:"\E6CC"}.el-icon-more:before{content:"\E794"}.el-icon-phone-outline:before{content:"\E6CB"}.el-icon-phone:before{content:"\E795"}.el-icon-user:before{content:"\E6E3"}.el-icon-user-solid:before{content:"\E7A5"}.el-icon-setting:before{content:"\E6CA"}.el-icon-s-tools:before{content:"\E7AC"}.el-icon-delete:before{content:"\E6D7"}.el-icon-delete-solid:before{content:"\E7C9"}.el-icon-eleme:before{content:"\E7C7"}.el-icon-platform-eleme:before{content:"\E7CA"}.el-icon-loading{-webkit-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}.el-icon--right{margin-left:5px}.el-icon--left{margin-right:5px}@-webkit-keyframes rotating{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@keyframes rotating{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}.el-pagination{white-space:nowrap;padding:2px 5px;color:#303133;font-weight:700}.el-pagination::after,.el-pagination::before{display:table;content:""}.el-pagination::after{clear:both}.el-pagination button,.el-pagination span:not([class*=suffix]){display:inline-block;font-size:13px;min-width:35.5px;height:28px;line-height:28px;vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box}.el-pagination .el-input__inner{text-align:center;-moz-appearance:textfield;line-height:normal}.el-pagination .el-input__suffix{right:0;-webkit-transform:scale(.8);transform:scale(.8)}.el-pagination .el-select .el-input{width:100px;margin:0 5px}.el-pagination .el-select .el-input .el-input__inner{padding-right:25px;border-radius:3px}.el-pagination button{border:none;padding:0 6px;background:0 0}.el-pagination button:focus{outline:0}.el-pagination button:hover{color:#409EFF}.el-pagination button:disabled{color:#C0C4CC;background-color:#FFF;cursor:not-allowed}.el-pagination .btn-next,.el-pagination .btn-prev{background:center center no-repeat #FFF;background-size:16px;cursor:pointer;margin:0;color:#303133}.el-pagination .btn-next .el-icon,.el-pagination .btn-prev .el-icon{display:block;font-size:12px;font-weight:700}.el-pagination .btn-prev{padding-right:12px}.el-pagination .btn-next{padding-left:12px}.el-pagination .el-pager li.disabled{color:#C0C4CC;cursor:not-allowed}.el-pager li,.el-pager li.btn-quicknext:hover,.el-pager li.btn-quickprev:hover{cursor:pointer}.el-pagination--small .btn-next,.el-pagination--small .btn-prev,.el-pagination--small .el-pager li,.el-pagination--small .el-pager li.btn-quicknext,.el-pagination--small .el-pager li.btn-quickprev,.el-pagination--small .el-pager li:last-child{border-color:transparent;font-size:12px;line-height:22px;height:22px;min-width:22px}.el-pagination--small .more::before,.el-pagination--small li.more::before{line-height:24px}.el-pagination--small button,.el-pagination--small span:not([class*=suffix]){height:22px;line-height:22px}.el-pagination--small .el-pagination__editor,.el-pagination--small .el-pagination__editor.el-input .el-input__inner{height:22px}.el-pagination__sizes{margin:0 10px 0 0;font-weight:400;color:#606266}.el-pagination__sizes .el-input .el-input__inner{font-size:13px;padding-left:8px}.el-pagination__sizes .el-input .el-input__inner:hover{border-color:#409EFF}.el-pagination__total{margin-right:10px;font-weight:400;color:#606266}.el-pagination__jump{margin-left:24px;font-weight:400;color:#606266}.el-pagination__jump .el-input__inner{padding:0 3px}.el-pagination__rightwrapper{float:right}.el-pagination__editor{line-height:18px;padding:0 2px;height:28px;text-align:center;margin:0 2px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:3px}.el-pager,.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev{padding:0}.el-pagination__editor.el-input{width:50px}.el-pagination__editor.el-input .el-input__inner{height:28px}.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,.el-pagination__editor .el-input__inner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev,.el-pagination.is-background .el-pager li{margin:0 5px;background-color:#f4f4f5;color:#606266;min-width:30px;border-radius:2px}.el-pagination.is-background .btn-next.disabled,.el-pagination.is-background .btn-next:disabled,.el-pagination.is-background .btn-prev.disabled,.el-pagination.is-background .btn-prev:disabled,.el-pagination.is-background .el-pager li.disabled{color:#C0C4CC}.el-pagination.is-background .el-pager li:not(.disabled):hover{color:#409EFF}.el-pagination.is-background .el-pager li:not(.disabled).active{background-color:#409EFF;color:#FFF}.el-dialog,.el-pager li{background:#FFF;-webkit-box-sizing:border-box}.el-pagination.is-background.el-pagination--small .btn-next,.el-pagination.is-background.el-pagination--small .btn-prev,.el-pagination.is-background.el-pagination--small .el-pager li{margin:0 3px;min-width:22px}.el-pager,.el-pager li{vertical-align:top;margin:0;display:inline-block}.el-pager{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;list-style:none;font-size:0}.el-date-table,.el-table th{-webkit-user-select:none;-moz-user-select:none}.el-pager .more::before{line-height:30px}.el-pager li{padding:0 4px;font-size:13px;min-width:35.5px;height:28px;line-height:28px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center}.el-menu--collapse .el-menu .el-submenu,.el-menu--popup{min-width:200px}.el-pager li.btn-quicknext,.el-pager li.btn-quickprev{line-height:28px;color:#303133}.el-pager li.btn-quicknext.disabled,.el-pager li.btn-quickprev.disabled{color:#C0C4CC}.el-pager li.active+li{border-left:0}.el-pager li:hover{color:#409EFF}.el-pager li.active{color:#409EFF;cursor:default}@-webkit-keyframes v-modal-in{0%{opacity:0}}@-webkit-keyframes v-modal-out{100%{opacity:0}}.el-dialog{position:relative;margin:0 auto 50px;border-radius:2px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);box-shadow:0 1px 3px rgba(0,0,0,.3);-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.el-dialog.is-fullscreen{width:100%;margin-top:0;margin-bottom:0;height:100%;overflow:auto}.el-dialog__wrapper{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;margin:0}.el-dialog__header{padding:20px 20px 10px}.el-dialog__headerbtn{position:absolute;top:20px;right:20px;padding:0;background:0 0;border:none;outline:0;cursor:pointer;font-size:16px}.el-dialog__headerbtn .el-dialog__close{color:#909399}.el-dialog__headerbtn:focus .el-dialog__close,.el-dialog__headerbtn:hover .el-dialog__close{color:#409EFF}.el-dialog__title{line-height:24px;font-size:18px;color:#303133}.el-dialog__body{padding:30px 20px;color:#606266;font-size:14px;word-break:break-all}.el-dialog__footer{padding:10px 20px 20px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.el-dialog--center{text-align:center}.el-dialog--center .el-dialog__body{text-align:initial;padding:25px 25px 30px}.el-dialog--center .el-dialog__footer{text-align:inherit}.dialog-fade-enter-active{-webkit-animation:dialog-fade-in .3s;animation:dialog-fade-in .3s}.dialog-fade-leave-active{-webkit-animation:dialog-fade-out .3s;animation:dialog-fade-out .3s}@-webkit-keyframes dialog-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes dialog-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes dialog-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes dialog-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}.el-autocomplete{position:relative;display:inline-block}.el-autocomplete-suggestion{margin:5px 0;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:4px;border:1px solid #E4E7ED;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#FFF}.el-dropdown-menu,.el-menu--collapse .el-submenu .el-menu{z-index:10;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-autocomplete-suggestion__wrap{max-height:280px;padding:10px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-autocomplete-suggestion__list{margin:0;padding:0}.el-autocomplete-suggestion li{padding:0 20px;margin:0;line-height:34px;cursor:pointer;color:#606266;font-size:14px;list-style:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.el-autocomplete-suggestion li.highlighted,.el-autocomplete-suggestion li:hover{background-color:#F5F7FA}.el-autocomplete-suggestion li.divider{margin-top:6px;border-top:1px solid #000}.el-autocomplete-suggestion li.divider:last-child{margin-bottom:-6px}.el-autocomplete-suggestion.is-loading li{text-align:center;height:100px;line-height:100px;font-size:20px;color:#999}.el-autocomplete-suggestion.is-loading li::after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-autocomplete-suggestion.is-loading li:hover{background-color:#FFF}.el-autocomplete-suggestion.is-loading .el-icon-loading{vertical-align:middle}.el-dropdown{display:inline-block;position:relative;color:#606266;font-size:14px}.el-dropdown .el-button-group{display:block}.el-dropdown .el-button-group .el-button{float:none}.el-dropdown .el-dropdown__caret-button{padding-left:5px;padding-right:5px;position:relative;border-left:none}.el-dropdown .el-dropdown__caret-button::before{content:'';position:absolute;display:block;width:1px;top:5px;bottom:5px;left:0;background:rgba(255,255,255,.5)}.el-dropdown .el-dropdown__caret-button.el-button--default::before{background:rgba(220,223,230,.5)}.el-dropdown .el-dropdown__caret-button:hover::before{top:0;bottom:0}.el-dropdown .el-dropdown__caret-button .el-dropdown__icon{padding-left:0}.el-dropdown__icon{font-size:12px;margin:0 3px}.el-dropdown-menu{position:absolute;top:0;left:0;padding:10px 0;margin:5px 0;background-color:#FFF;border:1px solid #EBEEF5;border-radius:4px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-dropdown-menu__item{list-style:none;line-height:36px;padding:0 20px;margin:0;font-size:14px;color:#606266;cursor:pointer;outline:0}.el-dropdown-menu__item:focus,.el-dropdown-menu__item:not(.is-disabled):hover{background-color:#ecf5ff;color:#66b1ff}.el-dropdown-menu__item i{margin-right:5px}.el-dropdown-menu__item--divided{position:relative;margin-top:6px;border-top:1px solid #EBEEF5}.el-dropdown-menu__item--divided:before{content:'';height:6px;display:block;margin:0 -20px;background-color:#FFF}.el-dropdown-menu__item.is-disabled{cursor:default;color:#bbb;pointer-events:none}.el-dropdown-menu--medium{padding:6px 0}.el-dropdown-menu--medium .el-dropdown-menu__item{line-height:30px;padding:0 17px;font-size:14px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:6px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:6px;margin:0 -17px}.el-dropdown-menu--small{padding:6px 0}.el-dropdown-menu--small .el-dropdown-menu__item{line-height:27px;padding:0 15px;font-size:13px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:4px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:4px;margin:0 -15px}.el-dropdown-menu--mini{padding:3px 0}.el-dropdown-menu--mini .el-dropdown-menu__item{line-height:24px;padding:0 10px;font-size:12px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:3px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:3px;margin:0 -10px}.el-menu{border-right:solid 1px #e6e6e6;list-style:none;position:relative;margin:0;padding-left:0;background-color:#FFF}.el-menu--horizontal>.el-menu-item:not(.is-disabled):focus,.el-menu--horizontal>.el-menu-item:not(.is-disabled):hover,.el-menu--horizontal>.el-submenu .el-submenu__title:hover{background-color:#fff}.el-menu::after,.el-menu::before{display:table;content:""}.el-menu::after{clear:both}.el-menu.el-menu--horizontal{border-bottom:solid 1px #e6e6e6}.el-menu--horizontal{border-right:none}.el-menu--horizontal>.el-menu-item{float:left;height:60px;line-height:60px;margin:0;border-bottom:2px solid transparent;color:#909399}.el-menu--horizontal>.el-menu-item a,.el-menu--horizontal>.el-menu-item a:hover{color:inherit}.el-menu--horizontal>.el-submenu{float:left}.el-menu--horizontal>.el-submenu:focus,.el-menu--horizontal>.el-submenu:hover{outline:0}.el-menu--horizontal>.el-submenu:focus .el-submenu__title,.el-menu--horizontal>.el-submenu:hover .el-submenu__title{color:#303133}.el-menu--horizontal>.el-submenu.is-active .el-submenu__title{border-bottom:2px solid #409EFF;color:#303133}.el-menu--horizontal>.el-submenu .el-submenu__title{height:60px;line-height:60px;border-bottom:2px solid transparent;color:#909399}.el-menu--horizontal>.el-submenu .el-submenu__icon-arrow{position:static;vertical-align:middle;margin-left:8px;margin-top:-3px}.el-menu--horizontal .el-menu .el-menu-item,.el-menu--horizontal .el-menu .el-submenu__title{background-color:#FFF;float:none;height:36px;line-height:36px;padding:0 10px;color:#909399}.el-menu--horizontal .el-menu .el-menu-item.is-active,.el-menu--horizontal .el-menu .el-submenu.is-active>.el-submenu__title{color:#303133}.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,.el-menu--horizontal .el-menu-item:not(.is-disabled):hover{outline:0;color:#303133}.el-menu--horizontal>.el-menu-item.is-active{border-bottom:2px solid #409EFF;color:#303133}.el-menu--collapse{width:64px}.el-menu--collapse>.el-menu-item [class^=el-icon-],.el-menu--collapse>.el-submenu>.el-submenu__title [class^=el-icon-]{margin:0;vertical-align:middle;width:24px;text-align:center}.el-menu--collapse>.el-menu-item .el-submenu__icon-arrow,.el-menu--collapse>.el-submenu>.el-submenu__title .el-submenu__icon-arrow{display:none}.el-menu--collapse>.el-menu-item span,.el-menu--collapse>.el-submenu>.el-submenu__title span{height:0;width:0;overflow:hidden;visibility:hidden;display:inline-block}.el-menu--collapse>.el-menu-item.is-active i{color:inherit}.el-menu--collapse .el-submenu{position:relative}.el-menu--collapse .el-submenu .el-menu{position:absolute;margin-left:5px;top:0;left:100%;border:1px solid #E4E7ED;border-radius:2px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-menu-item,.el-submenu__title{height:56px;line-height:56px;position:relative;-webkit-box-sizing:border-box;white-space:nowrap;list-style:none}.el-menu--collapse .el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow{-webkit-transform:none;transform:none}.el-menu--popup{z-index:100;border:none;padding:5px 0;border-radius:2px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-menu--popup-bottom-start{margin-top:5px}.el-menu--popup-right-start{margin-left:5px;margin-right:5px}.el-menu-item{font-size:14px;color:#303133;padding:0 20px;cursor:pointer;-webkit-transition:border-color .3s,background-color .3s,color .3s;transition:border-color .3s,background-color .3s,color .3s;-webkit-box-sizing:border-box;box-sizing:border-box}.el-menu-item *{vertical-align:middle}.el-menu-item i{color:#909399}.el-menu-item:focus,.el-menu-item:hover{outline:0;background-color:#ecf5ff}.el-menu-item.is-disabled{opacity:.25;cursor:not-allowed;background:0 0!important}.el-menu-item [class^=el-icon-]{margin-right:5px;width:24px;text-align:center;font-size:18px;vertical-align:middle}.el-menu-item.is-active{color:#409EFF}.el-menu-item.is-active i{color:inherit}.el-submenu{list-style:none;margin:0;padding-left:0}.el-submenu__title{font-size:14px;color:#303133;padding:0 20px;cursor:pointer;-webkit-transition:border-color .3s,background-color .3s,color .3s;transition:border-color .3s,background-color .3s,color .3s;-webkit-box-sizing:border-box;box-sizing:border-box}.el-submenu__title *{vertical-align:middle}.el-submenu__title i{color:#909399}.el-submenu__title:focus,.el-submenu__title:hover{outline:0;background-color:#ecf5ff}.el-submenu__title.is-disabled{opacity:.25;cursor:not-allowed;background:0 0!important}.el-submenu__title:hover{background-color:#ecf5ff}.el-submenu .el-menu{border:none}.el-submenu .el-menu-item{height:50px;line-height:50px;padding:0 45px;min-width:200px}.el-submenu__icon-arrow{position:absolute;top:50%;right:20px;margin-top:-7px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;font-size:12px}.el-submenu.is-active .el-submenu__title{border-bottom-color:#409EFF}.el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow{-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg)}.el-submenu.is-disabled .el-menu-item,.el-submenu.is-disabled .el-submenu__title{opacity:.25;cursor:not-allowed;background:0 0!important}.el-submenu [class^=el-icon-]{vertical-align:middle;margin-right:5px;width:24px;text-align:center;font-size:18px}.el-menu-item-group>ul{padding:0}.el-menu-item-group__title{padding:7px 0 7px 20px;line-height:normal;font-size:12px;color:#909399}.el-radio-button__inner,.el-radio-group{display:inline-block;line-height:1;vertical-align:middle}.horizontal-collapse-transition .el-submenu__title .el-submenu__icon-arrow{-webkit-transition:.2s;transition:.2s;opacity:0}.el-radio-group{font-size:0}.el-radio-button{position:relative;display:inline-block;outline:0}.el-radio-button__inner{white-space:nowrap;background:#FFF;border:1px solid #DCDFE6;font-weight:500;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;position:relative;cursor:pointer;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);padding:12px 20px;font-size:14px;border-radius:0}.el-radio-button__inner.is-round{padding:12px 20px}.el-radio-button__inner:hover{color:#409EFF}.el-radio-button__inner [class*=el-icon-]{line-height:.9}.el-radio-button__inner [class*=el-icon-]+span{margin-left:5px}.el-radio-button:first-child .el-radio-button__inner{border-left:1px solid #DCDFE6;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.el-radio-button__orig-radio{opacity:0;outline:0;position:absolute;z-index:-1}.el-radio-button__orig-radio:checked+.el-radio-button__inner{color:#FFF;background-color:#409EFF;border-color:#409EFF;-webkit-box-shadow:-1px 0 0 0 #409EFF;box-shadow:-1px 0 0 0 #409EFF}.el-radio-button__orig-radio:disabled+.el-radio-button__inner{color:#C0C4CC;cursor:not-allowed;background-image:none;background-color:#FFF;border-color:#EBEEF5;-webkit-box-shadow:none;box-shadow:none}.el-radio-button__orig-radio:disabled:checked+.el-radio-button__inner{background-color:#F2F6FC}.el-radio-button:last-child .el-radio-button__inner{border-radius:0 4px 4px 0}.el-popover,.el-radio-button:first-child:last-child .el-radio-button__inner{border-radius:4px}.el-radio-button--medium .el-radio-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.el-radio-button--medium .el-radio-button__inner.is-round{padding:10px 20px}.el-radio-button--small .el-radio-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.el-radio-button--small .el-radio-button__inner.is-round{padding:9px 15px}.el-radio-button--mini .el-radio-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.el-radio-button--mini .el-radio-button__inner.is-round{padding:7px 15px}.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled){-webkit-box-shadow:0 0 2px 2px #409EFF;box-shadow:0 0 2px 2px #409EFF}.el-switch{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;font-size:14px;line-height:20px;height:20px;vertical-align:middle}.el-switch__core,.el-switch__label{display:inline-block;cursor:pointer}.el-switch.is-disabled .el-switch__core,.el-switch.is-disabled .el-switch__label{cursor:not-allowed}.el-switch__label{-webkit-transition:.2s;transition:.2s;height:20px;font-size:14px;font-weight:500;vertical-align:middle;color:#303133}.el-switch__label.is-active{color:#409EFF}.el-switch__label--left{margin-right:10px}.el-switch__label--right{margin-left:10px}.el-switch__label *{line-height:1;font-size:14px;display:inline-block}.el-switch__input{position:absolute;width:0;height:0;opacity:0;margin:0}.el-switch__core{margin:0;position:relative;width:40px;height:20px;border:1px solid #DCDFE6;outline:0;border-radius:10px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#DCDFE6;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;vertical-align:middle}.el-switch__core:after{content:"";position:absolute;top:1px;left:1px;border-radius:100%;-webkit-transition:all .3s;transition:all .3s;width:16px;height:16px;background-color:#FFF}.el-switch.is-checked .el-switch__core{border-color:#409EFF;background-color:#409EFF}.el-switch.is-checked .el-switch__core::after{left:100%;margin-left:-17px}.el-switch.is-disabled{opacity:.6}.el-switch--wide .el-switch__label.el-switch__label--left span{left:10px}.el-switch--wide .el-switch__label.el-switch__label--right span{right:10px}.el-switch .label-fade-enter,.el-switch .label-fade-leave-active{opacity:0}.el-select-dropdown{position:absolute;z-index:1001;border:1px solid #E4E7ED;border-radius:4px;background-color:#FFF;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-box-sizing:border-box;box-sizing:border-box;margin:5px 0}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#409EFF;background-color:#FFF}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover{background-color:#F5F7FA}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after{position:absolute;right:20px;font-family:element-icons;content:"\E6DA";font-size:12px;font-weight:700;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list{padding:0}.el-select-dropdown__empty{padding:10px 0;margin:0;text-align:center;color:#999;font-size:14px}.el-select-dropdown__wrap{max-height:274px}.el-select-dropdown__list{list-style:none;padding:6px 0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-select-dropdown__item{font-size:14px;padding:0 20px;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#606266;height:34px;line-height:34px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.el-select-dropdown__item.is-disabled{color:#C0C4CC;cursor:not-allowed}.el-select-dropdown__item.is-disabled:hover{background-color:#FFF}.el-select-dropdown__item.hover,.el-select-dropdown__item:hover{background-color:#F5F7FA}.el-select-dropdown__item.selected{color:#409EFF;font-weight:700}.el-select-group{margin:0;padding:0}.el-select-group__wrap{position:relative;list-style:none;margin:0;padding:0}.el-select-group__wrap:not(:last-of-type){padding-bottom:24px}.el-select-group__wrap:not(:last-of-type)::after{content:'';position:absolute;display:block;left:20px;right:20px;bottom:12px;height:1px;background:#E4E7ED}.el-select-group__title{padding-left:20px;font-size:12px;color:#909399;line-height:30px}.el-select-group .el-select-dropdown__item{padding-left:20px}.el-select{display:inline-block;position:relative}.el-select .el-select__tags>span{display:contents}.el-select:hover .el-input__inner{border-color:#C0C4CC}.el-select .el-input__inner{cursor:pointer;padding-right:35px}.el-select .el-input__inner:focus{border-color:#409EFF}.el-select .el-input .el-select__caret{color:#C0C4CC;font-size:14px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg);cursor:pointer}.el-select .el-input .el-select__caret.is-reverse{-webkit-transform:rotateZ(0);transform:rotateZ(0)}.el-select .el-input .el-select__caret.is-show-close{font-size:14px;text-align:center;-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg);border-radius:100%;color:#C0C4CC;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-select .el-input .el-select__caret.is-show-close:hover{color:#909399}.el-select .el-input.is-disabled .el-input__inner{cursor:not-allowed}.el-select .el-input.is-disabled .el-input__inner:hover{border-color:#E4E7ED}.el-select .el-input.is-focus .el-input__inner{border-color:#409EFF}.el-select>.el-input{display:block}.el-select__input{border:none;outline:0;padding:0;margin-left:15px;color:#666;font-size:14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:28px;background-color:transparent}.el-select__input.is-mini{height:14px}.el-select__close{cursor:pointer;position:absolute;top:8px;z-index:1000;right:25px;color:#C0C4CC;line-height:18px;font-size:14px}.el-select__close:hover{color:#909399}.el-select__tags{position:absolute;line-height:normal;white-space:normal;z-index:1;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.el-select .el-tag__close{margin-top:-2px}.el-select .el-tag{-webkit-box-sizing:border-box;box-sizing:border-box;border-color:transparent;margin:2px 0 2px 6px;background-color:#f0f2f5}.el-select .el-tag__close.el-icon-close{background-color:#C0C4CC;right:-7px;top:0;color:#FFF}.el-select .el-tag__close.el-icon-close:hover{background-color:#909399}.el-table,.el-table__expanded-cell{background-color:#FFF}.el-select .el-tag__close.el-icon-close::before{display:block;-webkit-transform:translate(0,.5px);transform:translate(0,.5px)}.el-table{position:relative;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;max-width:100%;font-size:14px;color:#606266}.el-table--mini,.el-table--small,.el-table__expand-icon{font-size:12px}.el-table__empty-block{min-height:60px;text-align:center;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-table__empty-text{line-height:60px;width:50%;color:#909399}.el-table__expand-column .cell{padding:0;text-align:center}.el-table__expand-icon{position:relative;cursor:pointer;color:#666;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;height:20px}.el-table__expand-icon--expanded{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-table__expand-icon>.el-icon{position:absolute;left:50%;top:50%;margin-left:-5px;margin-top:-5px}.el-table__expanded-cell[class*=cell]{padding:20px 50px}.el-table__expanded-cell:hover{background-color:transparent!important}.el-table__placeholder{display:inline-block;width:20px}.el-table__append-wrapper{overflow:hidden}.el-table--fit{border-right:0;border-bottom:0}.el-table--fit td.gutter,.el-table--fit th.gutter{border-right-width:1px}.el-table--scrollable-x .el-table__body-wrapper{overflow-x:auto}.el-table--scrollable-y .el-table__body-wrapper{overflow-y:auto}.el-table thead{color:#909399;font-weight:500}.el-table thead.is-group th{background:#F5F7FA}.el-table th,.el-table tr{background-color:#FFF}.el-table td,.el-table th{padding:12px 0;min-width:0;-webkit-box-sizing:border-box;box-sizing:border-box;text-overflow:ellipsis;vertical-align:middle;position:relative;text-align:left}.el-table td.is-center,.el-table th.is-center{text-align:center}.el-table td.is-right,.el-table th.is-right{text-align:right}.el-table td.gutter,.el-table th.gutter{width:15px;border-right-width:0;border-bottom-width:0;padding:0}.el-table--medium td,.el-table--medium th{padding:10px 0}.el-table--small td,.el-table--small th{padding:8px 0}.el-table--mini td,.el-table--mini th{padding:6px 0}.el-table .cell,.el-table--border td:first-child .cell,.el-table--border th:first-child .cell{padding-left:10px}.el-table tr input[type=checkbox]{margin:0}.el-table td,.el-table th.is-leaf{border-bottom:1px solid #EBEEF5}.el-table th.is-sortable{cursor:pointer}.el-table th{overflow:hidden;-ms-user-select:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.el-table th>.cell{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;vertical-align:middle;padding-left:10px;padding-right:10px;width:100%}.el-table th>.cell.highlight{color:#409EFF}.el-table th.required>div::before{display:inline-block;content:"";width:8px;height:8px;border-radius:50%;background:#ff4d51;margin-right:5px;vertical-align:middle}.el-table td div{-webkit-box-sizing:border-box;box-sizing:border-box}.el-table td.gutter{width:0}.el-table .cell{-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;line-height:23px;padding-right:10px}.el-table .cell.el-tooltip{white-space:nowrap;min-width:50px}.el-table--border,.el-table--group{border:1px solid #EBEEF5}.el-table--border::after,.el-table--group::after,.el-table::before{content:'';position:absolute;background-color:#EBEEF5;z-index:1}.el-table--border::after,.el-table--group::after{top:0;right:0;width:1px;height:100%}.el-table::before{left:0;bottom:0;width:100%;height:1px}.el-table--border{border-right:none;border-bottom:none}.el-table--border.el-loading-parent--relative{border-color:transparent}.el-table--border td,.el-table--border th,.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed{border-right:1px solid #EBEEF5}.el-table--border th.gutter:last-of-type{border-bottom:1px solid #EBEEF5;border-bottom-width:1px}.el-table--border th,.el-table__fixed-right-patch{border-bottom:1px solid #EBEEF5}.el-table__fixed,.el-table__fixed-right{position:absolute;top:0;left:0;overflow-x:hidden;overflow-y:hidden;-webkit-box-shadow:0 0 10px rgba(0,0,0,.12);box-shadow:0 0 10px rgba(0,0,0,.12)}.el-table__fixed-right::before,.el-table__fixed::before{content:'';position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:#EBEEF5;z-index:4}.el-table__fixed-right-patch{position:absolute;top:-1px;right:0;background-color:#FFF}.el-table__fixed-right{top:0;left:auto;right:0}.el-table__fixed-right .el-table__fixed-body-wrapper,.el-table__fixed-right .el-table__fixed-footer-wrapper,.el-table__fixed-right .el-table__fixed-header-wrapper{left:auto;right:0}.el-table__fixed-header-wrapper{position:absolute;left:0;top:0;z-index:3}.el-table__fixed-footer-wrapper{position:absolute;left:0;bottom:0;z-index:3}.el-table__fixed-footer-wrapper tbody td{border-top:1px solid #EBEEF5;background-color:#F5F7FA;color:#606266}.el-table__fixed-body-wrapper{position:absolute;left:0;top:37px;overflow:hidden;z-index:3}.el-table__body-wrapper,.el-table__footer-wrapper,.el-table__header-wrapper{width:100%}.el-table__footer-wrapper{margin-top:-1px}.el-table__footer-wrapper td{border-top:1px solid #EBEEF5}.el-table__body,.el-table__footer,.el-table__header{table-layout:fixed;border-collapse:separate}.el-table__footer-wrapper,.el-table__header-wrapper{overflow:hidden}.el-table__footer-wrapper tbody td,.el-table__header-wrapper tbody td{background-color:#F5F7FA;color:#606266}.el-table__body-wrapper{overflow:hidden;position:relative}.el-table__body-wrapper.is-scrolling-left~.el-table__fixed,.el-table__body-wrapper.is-scrolling-none~.el-table__fixed,.el-table__body-wrapper.is-scrolling-none~.el-table__fixed-right,.el-table__body-wrapper.is-scrolling-right~.el-table__fixed-right{-webkit-box-shadow:none;box-shadow:none}.el-picker-panel,.el-table-filter{-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-table__body-wrapper .el-table--border.is-scrolling-right~.el-table__fixed-right{border-left:1px solid #EBEEF5}.el-table .caret-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:34px;width:24px;vertical-align:middle;cursor:pointer;overflow:initial;position:relative}.el-table .sort-caret{width:0;height:0;border:5px solid transparent;position:absolute;left:7px}.el-table .sort-caret.ascending{border-bottom-color:#C0C4CC;top:5px}.el-table .sort-caret.descending{border-top-color:#C0C4CC;bottom:7px}.el-table .ascending .sort-caret.ascending{border-bottom-color:#409EFF}.el-table .descending .sort-caret.descending{border-top-color:#409EFF}.el-table .hidden-columns{position:absolute;z-index:-1}.el-table--striped .el-table__body tr.el-table__row--striped td{background:#FAFAFA}.el-table--striped .el-table__body tr.el-table__row--striped.current-row td{background-color:#ecf5ff}.el-table__body tr.hover-row.current-row>td,.el-table__body tr.hover-row.el-table__row--striped.current-row>td,.el-table__body tr.hover-row.el-table__row--striped>td,.el-table__body tr.hover-row>td{background-color:#F5F7FA}.el-table__body tr.current-row>td{background-color:#ecf5ff}.el-table__column-resize-proxy{position:absolute;left:200px;top:0;bottom:0;width:0;border-left:1px solid #EBEEF5;z-index:10}.el-table__column-filter-trigger{display:inline-block;line-height:34px;cursor:pointer}.el-table__column-filter-trigger i{color:#909399;font-size:12px;-webkit-transform:scale(.75);transform:scale(.75)}.el-table--enable-row-transition .el-table__body td{-webkit-transition:background-color .25s ease;transition:background-color .25s ease}.el-table--enable-row-hover .el-table__body tr:hover>td{background-color:#F5F7FA}.el-table--fluid-height .el-table__fixed,.el-table--fluid-height .el-table__fixed-right{bottom:0;overflow:hidden}.el-table [class*=el-table__row--level] .el-table__expand-icon{display:inline-block;width:20px;line-height:20px;height:20px;text-align:center;margin-right:3px}.el-table-column--selection .cell{padding-left:14px;padding-right:14px}.el-table-filter{border:1px solid #EBEEF5;border-radius:2px;background-color:#FFF;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-box-sizing:border-box;box-sizing:border-box;margin:2px 0}.el-date-table td,.el-date-table td div{height:30px;-webkit-box-sizing:border-box}.el-table-filter__list{padding:5px 0;margin:0;list-style:none;min-width:100px}.el-table-filter__list-item{line-height:36px;padding:0 10px;cursor:pointer;font-size:14px}.el-table-filter__list-item:hover{background-color:#ecf5ff;color:#66b1ff}.el-table-filter__list-item.is-active{background-color:#409EFF;color:#FFF}.el-table-filter__content{min-width:100px}.el-table-filter__bottom{border-top:1px solid #EBEEF5;padding:8px}.el-table-filter__bottom button{background:0 0;border:none;color:#606266;cursor:pointer;font-size:13px;padding:0 3px}.el-date-table td.in-range div,.el-date-table td.in-range div:hover,.el-date-table.is-week-mode .el-date-table__row.current div,.el-date-table.is-week-mode .el-date-table__row:hover div{background-color:#F2F6FC}.el-table-filter__bottom button:hover{color:#409EFF}.el-table-filter__bottom button:focus{outline:0}.el-table-filter__bottom button.is-disabled{color:#C0C4CC;cursor:not-allowed}.el-table-filter__wrap{max-height:280px}.el-table-filter__checkbox-group{padding:10px}.el-table-filter__checkbox-group label.el-checkbox{display:block;margin-right:5px;margin-bottom:8px;margin-left:5px}.el-table-filter__checkbox-group .el-checkbox:last-child{margin-bottom:0}.el-date-table{font-size:12px;-ms-user-select:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.el-date-table.is-week-mode .el-date-table__row:hover td.available:hover{color:#606266}.el-date-table.is-week-mode .el-date-table__row:hover td:first-child div{margin-left:5px;border-top-left-radius:15px;border-bottom-left-radius:15px}.el-date-table.is-week-mode .el-date-table__row:hover td:last-child div{margin-right:5px;border-top-right-radius:15px;border-bottom-right-radius:15px}.el-date-table td{width:32px;padding:4px 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;cursor:pointer;position:relative}.el-date-table td div{padding:3px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-table td span{width:24px;height:24px;display:block;margin:0 auto;line-height:24px;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-radius:50%}.el-date-table td.next-month,.el-date-table td.prev-month{color:#C0C4CC}.el-date-table td.today{position:relative}.el-date-table td.today span{color:#409EFF;font-weight:700}.el-date-table td.today.end-date span,.el-date-table td.today.start-date span{color:#FFF}.el-date-table td.available:hover{color:#409EFF}.el-date-table td.current:not(.disabled) span{color:#FFF;background-color:#409EFF}.el-date-table td.end-date div,.el-date-table td.start-date div{color:#FFF}.el-date-table td.end-date span,.el-date-table td.start-date span{background-color:#409EFF}.el-date-table td.start-date div{margin-left:5px;border-top-left-radius:15px;border-bottom-left-radius:15px}.el-date-table td.end-date div{margin-right:5px;border-top-right-radius:15px;border-bottom-right-radius:15px}.el-date-table td.disabled div{background-color:#F5F7FA;opacity:1;cursor:not-allowed;color:#C0C4CC}.el-date-table td.selected div{margin-left:5px;margin-right:5px;background-color:#F2F6FC;border-radius:15px}.el-date-table td.selected div:hover{background-color:#F2F6FC}.el-date-table td.selected span{background-color:#409EFF;color:#FFF;border-radius:15px}.el-date-table td.week{font-size:80%;color:#606266}.el-month-table,.el-year-table{font-size:12px;border-collapse:collapse}.el-date-table th{padding:5px;color:#606266;font-weight:400;border-bottom:solid 1px #EBEEF5}.el-month-table{margin:-1px}.el-month-table td{text-align:center;padding:8px 0;cursor:pointer}.el-month-table td div{height:48px;padding:6px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-month-table td.today .cell{color:#409EFF;font-weight:700}.el-month-table td.today.end-date .cell,.el-month-table td.today.start-date .cell{color:#FFF}.el-month-table td.disabled .cell{background-color:#F5F7FA;cursor:not-allowed;color:#C0C4CC}.el-month-table td.disabled .cell:hover{color:#C0C4CC}.el-month-table td .cell{width:60px;height:36px;display:block;line-height:36px;color:#606266;margin:0 auto;border-radius:18px}.el-month-table td .cell:hover{color:#409EFF}.el-month-table td.in-range div,.el-month-table td.in-range div:hover{background-color:#F2F6FC}.el-month-table td.end-date div,.el-month-table td.start-date div{color:#FFF}.el-month-table td.end-date .cell,.el-month-table td.start-date .cell{color:#FFF;background-color:#409EFF}.el-month-table td.start-date div{border-top-left-radius:24px;border-bottom-left-radius:24px}.el-month-table td.end-date div{border-top-right-radius:24px;border-bottom-right-radius:24px}.el-month-table td.current:not(.disabled) .cell{color:#409EFF}.el-year-table{margin:-1px}.el-year-table .el-icon{color:#303133}.el-year-table td{text-align:center;padding:20px 3px;cursor:pointer}.el-year-table td.today .cell{color:#409EFF;font-weight:700}.el-year-table td.disabled .cell{background-color:#F5F7FA;cursor:not-allowed;color:#C0C4CC}.el-year-table td.disabled .cell:hover{color:#C0C4CC}.el-year-table td .cell{width:48px;height:32px;display:block;line-height:32px;color:#606266;margin:0 auto}.el-year-table td .cell:hover,.el-year-table td.current:not(.disabled) .cell{color:#409EFF}.el-date-range-picker{width:646px}.el-date-range-picker.has-sidebar{width:756px}.el-date-range-picker table{table-layout:fixed;width:100%}.el-date-range-picker .el-picker-panel__body{min-width:513px}.el-date-range-picker .el-picker-panel__content{margin:0}.el-date-range-picker__header{position:relative;text-align:center;height:28px}.el-date-range-picker__header [class*=arrow-left]{float:left}.el-date-range-picker__header [class*=arrow-right]{float:right}.el-date-range-picker__header div{font-size:16px;font-weight:500;margin-right:50px}.el-date-range-picker__content{float:left;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:16px}.el-date-range-picker__content.is-left{border-right:1px solid #e4e4e4}.el-date-range-picker__content .el-date-range-picker__header div{margin-left:50px;margin-right:50px}.el-date-range-picker__editors-wrap{-webkit-box-sizing:border-box;box-sizing:border-box;display:table-cell}.el-date-range-picker__editors-wrap.is-right{text-align:right}.el-date-range-picker__time-header{position:relative;border-bottom:1px solid #e4e4e4;font-size:12px;padding:8px 5px 5px;display:table;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-range-picker__time-header>.el-icon-arrow-right{font-size:20px;vertical-align:middle;display:table-cell;color:#303133}.el-date-range-picker__time-picker-wrap{position:relative;display:table-cell;padding:0 5px}.el-date-range-picker__time-picker-wrap .el-picker-panel{position:absolute;top:13px;right:0;z-index:1;background:#FFF}.el-date-picker{width:322px}.el-date-picker.has-sidebar.has-time{width:434px}.el-date-picker.has-sidebar{width:438px}.el-date-picker.has-time .el-picker-panel__body-wrapper{position:relative}.el-date-picker .el-picker-panel__content{width:292px}.el-date-picker table{table-layout:fixed;width:100%}.el-date-picker__editor-wrap{position:relative;display:table-cell;padding:0 5px}.el-date-picker__time-header{position:relative;border-bottom:1px solid #e4e4e4;font-size:12px;padding:8px 5px 5px;display:table;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-picker__header{margin:12px;text-align:center}.el-date-picker__header--bordered{margin-bottom:0;padding-bottom:12px;border-bottom:solid 1px #EBEEF5}.el-date-picker__header--bordered+.el-picker-panel__content{margin-top:0}.el-date-picker__header-label{font-size:16px;font-weight:500;padding:0 5px;line-height:22px;text-align:center;cursor:pointer;color:#606266}.el-date-picker__header-label.active,.el-date-picker__header-label:hover{color:#409EFF}.el-date-picker__prev-btn{float:left}.el-date-picker__next-btn{float:right}.el-date-picker__time-wrap{padding:10px;text-align:center}.el-date-picker__time-label{float:left;cursor:pointer;line-height:30px;margin-left:10px}.time-select{margin:5px 0;min-width:0}.time-select .el-picker-panel__content{max-height:200px;margin:0}.time-select-item{padding:8px 10px;font-size:14px;line-height:20px}.time-select-item.selected:not(.disabled){color:#409EFF;font-weight:700}.time-select-item.disabled{color:#E4E7ED;cursor:not-allowed}.time-select-item:hover{background-color:#F5F7FA;font-weight:700;cursor:pointer}.el-date-editor{position:relative;display:inline-block;text-align:left}.el-date-editor.el-input,.el-date-editor.el-input__inner{width:220px}.el-date-editor--monthrange.el-input,.el-date-editor--monthrange.el-input__inner{width:300px}.el-date-editor--daterange.el-input,.el-date-editor--daterange.el-input__inner,.el-date-editor--timerange.el-input,.el-date-editor--timerange.el-input__inner{width:350px}.el-date-editor--datetimerange.el-input,.el-date-editor--datetimerange.el-input__inner{width:400px}.el-date-editor--dates .el-input__inner{text-overflow:ellipsis;white-space:nowrap}.el-date-editor .el-icon-circle-close{cursor:pointer}.el-date-editor .el-range__icon{font-size:14px;margin-left:-5px;color:#C0C4CC;float:left;line-height:32px}.el-date-editor .el-range-input,.el-date-editor .el-range-separator{height:100%;margin:0;text-align:center;display:inline-block;font-size:14px}.el-date-editor .el-range-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:0;padding:0;width:39%;color:#606266}.el-date-editor .el-range-input::-webkit-input-placeholder{color:#C0C4CC}.el-date-editor .el-range-input:-ms-input-placeholder{color:#C0C4CC}.el-date-editor .el-range-input::-ms-input-placeholder{color:#C0C4CC}.el-date-editor .el-range-input::placeholder{color:#C0C4CC}.el-date-editor .el-range-separator{padding:0 5px;line-height:32px;width:5%;color:#303133}.el-date-editor .el-range__close-icon{font-size:14px;color:#C0C4CC;width:25px;display:inline-block;float:right;line-height:32px}.el-range-editor.el-input__inner{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 10px}.el-range-editor .el-range-input{line-height:1}.el-range-editor.is-active,.el-range-editor.is-active:hover{border-color:#409EFF}.el-range-editor--medium.el-input__inner{height:36px}.el-range-editor--medium .el-range-separator{line-height:28px;font-size:14px}.el-range-editor--medium .el-range-input{font-size:14px}.el-range-editor--medium .el-range__close-icon,.el-range-editor--medium .el-range__icon{line-height:28px}.el-range-editor--small.el-input__inner{height:32px}.el-range-editor--small .el-range-separator{line-height:24px;font-size:13px}.el-range-editor--small .el-range-input{font-size:13px}.el-range-editor--small .el-range__close-icon,.el-range-editor--small .el-range__icon{line-height:24px}.el-range-editor--mini.el-input__inner{height:28px}.el-range-editor--mini .el-range-separator{line-height:20px;font-size:12px}.el-range-editor--mini .el-range-input{font-size:12px}.el-range-editor--mini .el-range__close-icon,.el-range-editor--mini .el-range__icon{line-height:20px}.el-range-editor.is-disabled{background-color:#F5F7FA;border-color:#E4E7ED;color:#C0C4CC;cursor:not-allowed}.el-range-editor.is-disabled:focus,.el-range-editor.is-disabled:hover{border-color:#E4E7ED}.el-range-editor.is-disabled input{background-color:#F5F7FA;color:#C0C4CC;cursor:not-allowed}.el-range-editor.is-disabled input::-webkit-input-placeholder{color:#C0C4CC}.el-range-editor.is-disabled input:-ms-input-placeholder{color:#C0C4CC}.el-range-editor.is-disabled input::-ms-input-placeholder{color:#C0C4CC}.el-range-editor.is-disabled input::placeholder{color:#C0C4CC}.el-range-editor.is-disabled .el-range-separator{color:#C0C4CC}.el-picker-panel{color:#606266;border:1px solid #E4E7ED;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);background:#FFF;border-radius:4px;line-height:30px;margin:5px 0}.el-popover,.el-time-panel{-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-picker-panel__body-wrapper::after,.el-picker-panel__body::after{content:"";display:table;clear:both}.el-picker-panel__content{position:relative;margin:15px}.el-picker-panel__footer{border-top:1px solid #e4e4e4;padding:4px;text-align:right;background-color:#FFF;position:relative;font-size:0}.el-picker-panel__shortcut{display:block;width:100%;border:0;background-color:transparent;line-height:28px;font-size:14px;color:#606266;padding-left:12px;text-align:left;outline:0;cursor:pointer}.el-picker-panel__shortcut:hover{color:#409EFF}.el-picker-panel__shortcut.active{background-color:#e6f1fe;color:#409EFF}.el-picker-panel__btn{border:1px solid #dcdcdc;color:#333;line-height:24px;border-radius:2px;padding:0 20px;cursor:pointer;background-color:transparent;outline:0;font-size:12px}.el-picker-panel__btn[disabled]{color:#ccc;cursor:not-allowed}.el-picker-panel__icon-btn{font-size:12px;color:#303133;border:0;background:0 0;cursor:pointer;outline:0;margin-top:8px}.el-picker-panel__icon-btn:hover{color:#409EFF}.el-picker-panel__icon-btn.is-disabled{color:#bbb}.el-picker-panel__icon-btn.is-disabled:hover{cursor:not-allowed}.el-picker-panel__link-btn{vertical-align:middle}.el-picker-panel [slot=sidebar],.el-picker-panel__sidebar{position:absolute;top:0;bottom:0;width:110px;border-right:1px solid #e4e4e4;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:6px;background-color:#FFF;overflow:auto}.el-picker-panel [slot=sidebar]+.el-picker-panel__body,.el-picker-panel__sidebar+.el-picker-panel__body{margin-left:110px}.el-time-spinner.has-seconds .el-time-spinner__wrapper{width:33.3%}.el-time-spinner__wrapper{max-height:190px;overflow:auto;display:inline-block;width:50%;vertical-align:top;position:relative}.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default){padding-bottom:15px}.el-time-spinner__input.el-input .el-input__inner,.el-time-spinner__list{padding:0;text-align:center}.el-time-spinner__wrapper.is-arrow{-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;overflow:hidden}.el-time-spinner__wrapper.is-arrow .el-time-spinner__list{-webkit-transform:translateY(-32px);transform:translateY(-32px)}.el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.disabled):not(.active){background:#FFF;cursor:default}.el-time-spinner__arrow{font-size:12px;color:#909399;position:absolute;left:0;width:100%;z-index:1;text-align:center;height:30px;line-height:30px;cursor:pointer}.el-time-spinner__arrow:hover{color:#409EFF}.el-time-spinner__arrow.el-icon-arrow-up{top:10px}.el-time-spinner__arrow.el-icon-arrow-down{bottom:10px}.el-time-spinner__input.el-input{width:70%}.el-time-spinner__list{margin:0;list-style:none}.el-time-spinner__list::after,.el-time-spinner__list::before{content:'';display:block;width:100%;height:80px}.el-time-spinner__item{height:32px;line-height:32px;font-size:12px;color:#606266}.el-time-spinner__item:hover:not(.disabled):not(.active){background:#F5F7FA;cursor:pointer}.el-time-spinner__item.active:not(.disabled){color:#303133;font-weight:700}.el-time-spinner__item.disabled{color:#C0C4CC;cursor:not-allowed}.el-time-panel{margin:5px 0;border:1px solid #E4E7ED;background-color:#FFF;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:2px;position:absolute;width:180px;left:0;z-index:1000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:content-box;box-sizing:content-box}.el-slider__button,.el-slider__button-wrapper{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.el-time-panel__content{font-size:0;position:relative;overflow:hidden}.el-time-panel__content::after,.el-time-panel__content::before{content:"";top:50%;position:absolute;margin-top:-15px;height:32px;z-index:-1;left:0;right:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:6px;text-align:left;border-top:1px solid #E4E7ED;border-bottom:1px solid #E4E7ED}.el-time-panel__content::after{left:50%;margin-left:12%;margin-right:12%}.el-time-panel__content::before{padding-left:50%;margin-right:12%;margin-left:12%}.el-time-panel__content.has-seconds::after{left:calc(100% / 3 * 2)}.el-time-panel__content.has-seconds::before{padding-left:calc(100% / 3)}.el-time-panel__footer{border-top:1px solid #e4e4e4;padding:4px;height:36px;line-height:25px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.el-time-panel__btn{border:none;line-height:28px;padding:0 5px;margin:0 5px;cursor:pointer;background-color:transparent;outline:0;font-size:12px;color:#303133}.el-time-panel__btn.confirm{font-weight:800;color:#409EFF}.el-time-range-picker{width:354px;overflow:visible}.el-time-range-picker__content{position:relative;text-align:center;padding:10px}.el-time-range-picker__cell{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:4px 7px 7px;width:50%;display:inline-block}.el-time-range-picker__header{margin-bottom:5px;text-align:center;font-size:14px}.el-time-range-picker__body{border-radius:2px;border:1px solid #E4E7ED}.el-popover{position:absolute;background:#FFF;min-width:150px;border:1px solid #EBEEF5;padding:12px;z-index:2000;color:#606266;line-height:1.4;text-align:justify;font-size:14px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);word-break:break-all}.el-popover--plain{padding:18px 20px}.el-popover__title{color:#303133;font-size:16px;line-height:1;margin-bottom:12px}.v-modal-enter{-webkit-animation:v-modal-in .2s ease;animation:v-modal-in .2s ease}.v-modal-leave{-webkit-animation:v-modal-out .2s ease forwards;animation:v-modal-out .2s ease forwards}@keyframes v-modal-in{0%{opacity:0}}@keyframes v-modal-out{100%{opacity:0}}.v-modal{position:fixed;left:0;top:0;width:100%;height:100%;opacity:.5;background:#000}.el-popup-parent--hidden{overflow:hidden}.el-message-box{display:inline-block;width:420px;padding-bottom:10px;vertical-align:middle;background-color:#FFF;border-radius:4px;border:1px solid #EBEEF5;font-size:18px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);text-align:left;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden}.el-message-box__wrapper{position:fixed;top:0;bottom:0;left:0;right:0;text-align:center}.el-message-box__wrapper::after{content:"";display:inline-block;height:100%;width:0;vertical-align:middle}.el-message-box__header{position:relative;padding:15px 15px 10px}.el-message-box__title{padding-left:0;margin-bottom:0;font-size:18px;line-height:1;color:#303133}.el-message-box__headerbtn{position:absolute;top:15px;right:15px;padding:0;border:none;outline:0;background:0 0;font-size:16px;cursor:pointer}.el-form-item.is-error .el-input__inner,.el-form-item.is-error .el-input__inner:focus,.el-form-item.is-error .el-textarea__inner,.el-form-item.is-error .el-textarea__inner:focus,.el-message-box__input input.invalid,.el-message-box__input input.invalid:focus{border-color:#F56C6C}.el-message-box__headerbtn .el-message-box__close{color:#909399}.el-message-box__headerbtn:focus .el-message-box__close,.el-message-box__headerbtn:hover .el-message-box__close{color:#409EFF}.el-message-box__content{padding:10px 15px;color:#606266;font-size:14px}.el-message-box__container{position:relative}.el-message-box__input{padding-top:15px}.el-message-box__status{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:24px!important}.el-message-box__status::before{padding-left:1px}.el-message-box__status+.el-message-box__message{padding-left:36px;padding-right:12px}.el-message-box__status.el-icon-success{color:#67C23A}.el-message-box__status.el-icon-info{color:#909399}.el-message-box__status.el-icon-warning{color:#E6A23C}.el-message-box__status.el-icon-error{color:#F56C6C}.el-message-box__message{margin:0}.el-message-box__message p{margin:0;line-height:24px}.el-message-box__errormsg{color:#F56C6C;font-size:12px;min-height:18px;margin-top:2px}.el-message-box__btns{padding:5px 15px 0;text-align:right}.el-message-box__btns button:nth-child(2){margin-left:10px}.el-message-box__btns-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.el-message-box--center{padding-bottom:30px}.el-message-box--center .el-message-box__header{padding-top:30px}.el-message-box--center .el-message-box__title{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-message-box--center .el-message-box__status{position:relative;top:auto;padding-right:5px;text-align:center;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.el-message-box--center .el-message-box__message{margin-left:0}.el-message-box--center .el-message-box__btns,.el-message-box--center .el-message-box__content{text-align:center}.el-message-box--center .el-message-box__content{padding-left:27px;padding-right:27px}.msgbox-fade-enter-active{-webkit-animation:msgbox-fade-in .3s;animation:msgbox-fade-in .3s}.msgbox-fade-leave-active{-webkit-animation:msgbox-fade-out .3s;animation:msgbox-fade-out .3s}@-webkit-keyframes msgbox-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes msgbox-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes msgbox-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes msgbox-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}.el-breadcrumb{font-size:14px;line-height:1}.el-breadcrumb::after,.el-breadcrumb::before{display:table;content:""}.el-breadcrumb::after{clear:both}.el-breadcrumb__separator{margin:0 9px;font-weight:700;color:#C0C4CC}.el-breadcrumb__separator[class*=icon]{margin:0 6px;font-weight:400}.el-breadcrumb__item{float:left}.el-breadcrumb__inner{color:#606266}.el-breadcrumb__inner a,.el-breadcrumb__inner.is-link{font-weight:700;text-decoration:none;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1);color:#303133}.el-breadcrumb__inner a:hover,.el-breadcrumb__inner.is-link:hover{color:#409EFF;cursor:pointer}.el-breadcrumb__item:last-child .el-breadcrumb__inner,.el-breadcrumb__item:last-child .el-breadcrumb__inner a,.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover{font-weight:400;color:#606266;cursor:text}.el-breadcrumb__item:last-child .el-breadcrumb__separator{display:none}.el-form--label-left .el-form-item__label{text-align:left}.el-form--label-top .el-form-item__label{float:none;display:inline-block;text-align:left;padding:0 0 10px}.el-form--inline .el-form-item{display:inline-block;margin-right:10px;vertical-align:top}.el-form--inline .el-form-item__label{float:none;display:inline-block}.el-form--inline .el-form-item__content{display:inline-block;vertical-align:top}.el-form--inline.el-form--label-top .el-form-item__content{display:block}.el-form-item{margin-bottom:22px}.el-form-item::after,.el-form-item::before{display:table;content:""}.el-form-item::after{clear:both}.el-form-item .el-form-item{margin-bottom:0}.el-form-item--mini.el-form-item,.el-form-item--small.el-form-item{margin-bottom:18px}.el-form-item .el-input__validateIcon{display:none}.el-form-item--medium .el-form-item__content,.el-form-item--medium .el-form-item__label{line-height:36px}.el-form-item--small .el-form-item__content,.el-form-item--small .el-form-item__label{line-height:32px}.el-form-item--small .el-form-item__error{padding-top:2px}.el-form-item--mini .el-form-item__content,.el-form-item--mini .el-form-item__label{line-height:28px}.el-form-item--mini .el-form-item__error{padding-top:1px}.el-form-item__label-wrap{float:left}.el-form-item__label-wrap .el-form-item__label{display:inline-block;float:none}.el-form-item__label{text-align:right;vertical-align:middle;float:left;font-size:14px;color:#606266;line-height:40px;padding:0 12px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-form-item__content{line-height:40px;position:relative;font-size:14px}.el-form-item__content::after,.el-form-item__content::before{display:table;content:""}.el-form-item__content::after{clear:both}.el-form-item__content .el-input-group{vertical-align:top}.el-form-item__error{color:#F56C6C;font-size:12px;line-height:1;padding-top:4px;position:absolute;top:100%;left:0}.el-form-item__error--inline{position:relative;top:auto;left:auto;display:inline-block;margin-left:10px}.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before,.el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before{content:'*';color:#F56C6C;margin-right:4px}.el-form-item.is-error .el-input-group__append .el-input__inner,.el-form-item.is-error .el-input-group__prepend .el-input__inner{border-color:transparent}.el-form-item.is-error .el-input__validateIcon{color:#F56C6C}.el-form-item--feedback .el-input__validateIcon{display:inline-block}.el-tabs__header{padding:0;position:relative;margin:0 0 15px}.el-tabs__active-bar{position:absolute;bottom:0;left:0;height:2px;background-color:#409EFF;z-index:1;-webkit-transition:-webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:-webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1), -webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);list-style:none}.el-tabs__new-tab{float:right;border:1px solid #d3dce6;height:18px;width:18px;line-height:18px;margin:12px 0 9px 10px;border-radius:3px;text-align:center;font-size:12px;color:#d3dce6;cursor:pointer;-webkit-transition:all .15s;transition:all .15s}.el-collapse-item__arrow,.el-tabs__nav{-webkit-transition:-webkit-transform .3s}.el-tabs__new-tab .el-icon-plus{-webkit-transform:scale(.8,.8);transform:scale(.8,.8)}.el-tabs__new-tab:hover{color:#409EFF}.el-tabs__nav-wrap{overflow:hidden;margin-bottom:-1px;position:relative}.el-tabs__nav-wrap::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:#E4E7ED;z-index:1}.el-tabs--border-card>.el-tabs__header .el-tabs__nav-wrap::after,.el-tabs--card>.el-tabs__header .el-tabs__nav-wrap::after{content:none}.el-tabs__nav-wrap.is-scrollable{padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.el-tabs__nav-scroll{overflow:hidden}.el-tabs__nav-next,.el-tabs__nav-prev{position:absolute;cursor:pointer;line-height:44px;font-size:12px;color:#909399}.el-tabs__nav-next{right:0}.el-tabs__nav-prev{left:0}.el-tabs__nav{white-space:nowrap;position:relative;transition:-webkit-transform .3s;-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;float:left;z-index:2}.el-tabs__nav.is-stretch{min-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.el-tabs__nav.is-stretch>*{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.el-tabs__item{padding:0 20px;height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:40px;display:inline-block;list-style:none;font-size:14px;font-weight:500;color:#303133;position:relative}.el-tabs__item:focus,.el-tabs__item:focus:active{outline:0}.el-tabs__item:focus.is-active.is-focus:not(:active){-webkit-box-shadow:0 0 2px 2px #409EFF inset;box-shadow:0 0 2px 2px #409EFF inset;border-radius:3px}.el-tabs__item .el-icon-close{border-radius:50%;text-align:center;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);margin-left:5px}.el-tabs__item .el-icon-close:before{-webkit-transform:scale(.9);transform:scale(.9);display:inline-block}.el-tabs__item .el-icon-close:hover{background-color:#C0C4CC;color:#FFF}.el-tabs__item.is-active{color:#409EFF}.el-tabs__item:hover{color:#409EFF;cursor:pointer}.el-tabs__item.is-disabled{color:#C0C4CC;cursor:default}.el-tabs__content{overflow:hidden;position:relative}.el-tabs--card>.el-tabs__header{border-bottom:1px solid #E4E7ED}.el-tabs--card>.el-tabs__header .el-tabs__nav{border:1px solid #E4E7ED;border-bottom:none;border-radius:4px 4px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-tabs--card>.el-tabs__header .el-tabs__active-bar{display:none}.el-tabs--card>.el-tabs__header .el-tabs__item .el-icon-close{position:relative;font-size:12px;width:0;height:14px;vertical-align:middle;line-height:15px;overflow:hidden;top:-1px;right:-2px;-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable .el-icon-close,.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover .el-icon-close{width:14px}.el-tabs--card>.el-tabs__header .el-tabs__item{border-bottom:1px solid transparent;border-left:1px solid #E4E7ED;-webkit-transition:color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1);transition:color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1)}.el-tabs--card>.el-tabs__header .el-tabs__item:first-child{border-left:none}.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover{padding-left:13px;padding-right:13px}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active{border-bottom-color:#FFF}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable{padding-left:20px;padding-right:20px}.el-tabs--border-card{background:#FFF;border:1px solid #DCDFE6;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04);box-shadow:0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04)}.el-tabs--border-card>.el-tabs__content{padding:15px}.el-tabs--border-card>.el-tabs__header{background-color:#F5F7FA;border-bottom:1px solid #E4E7ED;margin:0}.el-tabs--border-card>.el-tabs__header .el-tabs__item{-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);border:1px solid transparent;margin-top:-1px;color:#909399}.el-tabs--border-card>.el-tabs__header .el-tabs__item+.el-tabs__item,.el-tabs--border-card>.el-tabs__header .el-tabs__item:first-child{margin-left:-1px}.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{color:#409EFF;background-color:#FFF;border-right-color:#DCDFE6;border-left-color:#DCDFE6}.el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover{color:#409EFF}.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-disabled{color:#C0C4CC}.el-tabs--border-card>.el-tabs__header .is-scrollable .el-tabs__item:first-child{margin-left:0}.el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2),.el-tabs--bottom .el-tabs__item.is-top:nth-child(2),.el-tabs--top .el-tabs__item.is-bottom:nth-child(2),.el-tabs--top .el-tabs__item.is-top:nth-child(2){padding-left:0}.el-tabs--bottom .el-tabs__item.is-bottom:last-child,.el-tabs--bottom .el-tabs__item.is-top:last-child,.el-tabs--top .el-tabs__item.is-bottom:last-child,.el-tabs--top .el-tabs__item.is-top:last-child{padding-right:0}.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2){padding-left:20px}.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:last-child{padding-right:20px}.el-tabs--bottom .el-tabs__header.is-bottom{margin-bottom:0;margin-top:10px}.el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom{border-bottom:0;border-top:1px solid #DCDFE6}.el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom{margin-top:-1px;margin-bottom:0}.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom:not(.is-active){border:1px solid transparent}.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom{margin:0 -1px -1px}.el-tabs--left,.el-tabs--right{overflow:hidden}.el-tabs--left .el-tabs__header.is-left,.el-tabs--left .el-tabs__header.is-right,.el-tabs--left .el-tabs__nav-scroll,.el-tabs--left .el-tabs__nav-wrap.is-left,.el-tabs--left .el-tabs__nav-wrap.is-right,.el-tabs--right .el-tabs__header.is-left,.el-tabs--right .el-tabs__header.is-right,.el-tabs--right .el-tabs__nav-scroll,.el-tabs--right .el-tabs__nav-wrap.is-left,.el-tabs--right .el-tabs__nav-wrap.is-right{height:100%}.el-tabs--left .el-tabs__active-bar.is-left,.el-tabs--left .el-tabs__active-bar.is-right,.el-tabs--right .el-tabs__active-bar.is-left,.el-tabs--right .el-tabs__active-bar.is-right{top:0;bottom:auto;width:2px;height:auto}.el-tabs--left .el-tabs__nav-wrap.is-left,.el-tabs--left .el-tabs__nav-wrap.is-right,.el-tabs--right .el-tabs__nav-wrap.is-left,.el-tabs--right .el-tabs__nav-wrap.is-right{margin-bottom:0}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev{height:30px;line-height:30px;width:100%;text-align:center;cursor:pointer}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i{-webkit-transform:rotateZ(90deg);transform:rotateZ(90deg)}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev{left:auto;top:0}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next{right:auto;bottom:0}.el-tabs--left .el-tabs__active-bar.is-left,.el-tabs--left .el-tabs__nav-wrap.is-left::after{right:0;left:auto}.el-tabs--left .el-tabs__nav-wrap.is-left.is-scrollable,.el-tabs--left .el-tabs__nav-wrap.is-right.is-scrollable,.el-tabs--right .el-tabs__nav-wrap.is-left.is-scrollable,.el-tabs--right .el-tabs__nav-wrap.is-right.is-scrollable{padding:30px 0}.el-tabs--left .el-tabs__nav-wrap.is-left::after,.el-tabs--left .el-tabs__nav-wrap.is-right::after,.el-tabs--right .el-tabs__nav-wrap.is-left::after,.el-tabs--right .el-tabs__nav-wrap.is-right::after{height:100%;width:2px;bottom:auto;top:0}.el-tabs--left .el-tabs__nav.is-left,.el-tabs--left .el-tabs__nav.is-right,.el-tabs--right .el-tabs__nav.is-left,.el-tabs--right .el-tabs__nav.is-right{float:none}.el-tabs--left .el-tabs__item.is-left,.el-tabs--left .el-tabs__item.is-right,.el-tabs--right .el-tabs__item.is-left,.el-tabs--right .el-tabs__item.is-right{display:block}.el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left,.el-tabs--right.el-tabs--card .el-tabs__active-bar.is-right{display:none}.el-tabs--left .el-tabs__header.is-left{float:left;margin-bottom:0;margin-right:10px}.el-tabs--left .el-tabs__nav-wrap.is-left{margin-right:-1px}.el-tabs--left .el-tabs__item.is-left{text-align:right}.el-tabs--left.el-tabs--card .el-tabs__item.is-left{border-left:none;border-right:1px solid #E4E7ED;border-bottom:none;border-top:1px solid #E4E7ED;text-align:left}.el-tabs--left.el-tabs--card .el-tabs__item.is-left:first-child{border-right:1px solid #E4E7ED;border-top:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active{border:1px solid #E4E7ED;border-right-color:#fff;border-left:none;border-bottom:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:first-child{border-top:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:last-child{border-bottom:none}.el-tabs--left.el-tabs--card .el-tabs__nav{border-radius:4px 0 0 4px;border-bottom:1px solid #E4E7ED;border-right:none}.el-tabs--left.el-tabs--card .el-tabs__new-tab{float:none}.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left{border-right:1px solid #dfe4ed}.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left{border:1px solid transparent;margin:-1px 0 -1px -1px}.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active{border-color:#d1dbe5 transparent}.el-tabs--right .el-tabs__header.is-right{float:right;margin-bottom:0;margin-left:10px}.el-tabs--right .el-tabs__nav-wrap.is-right{margin-left:-1px}.el-tabs--right .el-tabs__nav-wrap.is-right::after{left:0;right:auto}.el-tabs--right .el-tabs__active-bar.is-right{left:0}.el-tabs--right.el-tabs--card .el-tabs__item.is-right{border-bottom:none;border-top:1px solid #E4E7ED}.el-tabs--right.el-tabs--card .el-tabs__item.is-right:first-child{border-left:1px solid #E4E7ED;border-top:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active{border:1px solid #E4E7ED;border-left-color:#fff;border-right:none;border-bottom:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:first-child{border-top:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:last-child{border-bottom:none}.el-tabs--right.el-tabs--card .el-tabs__nav{border-radius:0 4px 4px 0;border-bottom:1px solid #E4E7ED;border-left:none}.el-tabs--right.el-tabs--border-card .el-tabs__header.is-right{border-left:1px solid #dfe4ed}.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right{border:1px solid transparent;margin:-1px -1px -1px 0}.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active{border-color:#d1dbe5 transparent}.slideInLeft-transition,.slideInRight-transition{display:inline-block}.slideInRight-enter{-webkit-animation:slideInRight-enter .3s;animation:slideInRight-enter .3s}.slideInRight-leave{position:absolute;left:0;right:0;-webkit-animation:slideInRight-leave .3s;animation:slideInRight-leave .3s}.slideInLeft-enter{-webkit-animation:slideInLeft-enter .3s;animation:slideInLeft-enter .3s}.slideInLeft-leave{position:absolute;left:0;right:0;-webkit-animation:slideInLeft-leave .3s;animation:slideInLeft-leave .3s}@-webkit-keyframes slideInRight-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideInRight-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}}@keyframes slideInRight-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}}@-webkit-keyframes slideInLeft-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideInLeft-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}}@keyframes slideInLeft-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}}.el-tree{position:relative;cursor:default;background:#FFF;color:#606266}.el-tree__empty-block{position:relative;min-height:60px;text-align:center;width:100%;height:100%}.el-tree__empty-text{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#909399;font-size:14px}.el-tree__drop-indicator{position:absolute;left:0;right:0;height:1px;background-color:#409EFF}.el-tree-node{white-space:nowrap;outline:0}.el-tree-node:focus>.el-tree-node__content{background-color:#F5F7FA}.el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label{background-color:#409EFF;color:#fff}.el-tree-node__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:26px;cursor:pointer}.el-tree-node__content>.el-tree-node__expand-icon{padding:6px}.el-tree-node__content>label.el-checkbox{margin-right:8px}.el-tree-node__content:hover{background-color:#F5F7FA}.el-tree.is-dragging .el-tree-node__content{cursor:move}.el-tree.is-dragging.is-drop-not-allow .el-tree-node__content{cursor:not-allowed}.el-tree-node__expand-icon{cursor:pointer;color:#C0C4CC;font-size:12px;-webkit-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.el-tree-node__expand-icon.expanded{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-tree-node__expand-icon.is-leaf{color:transparent;cursor:default}.el-tree-node__label{font-size:14px}.el-tree-node__loading-icon{margin-right:8px;font-size:14px;color:#C0C4CC}.el-tree-node>.el-tree-node__children{overflow:hidden;background-color:transparent}.el-tree-node.is-expanded>.el-tree-node__children{display:block}.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:#f0f7ff}.el-alert{width:100%;padding:8px 16px;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;position:relative;background-color:#FFF;overflow:hidden;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:opacity .2s;transition:opacity .2s}.el-alert.is-light .el-alert__closebtn{color:#C0C4CC}.el-alert.is-dark .el-alert__closebtn,.el-alert.is-dark .el-alert__description{color:#FFF}.el-alert.is-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-alert--success.is-light{background-color:#f0f9eb;color:#67C23A}.el-alert--success.is-light .el-alert__description{color:#67C23A}.el-alert--success.is-dark{background-color:#67C23A;color:#FFF}.el-alert--info.is-light{background-color:#f4f4f5;color:#909399}.el-alert--info.is-dark{background-color:#909399;color:#FFF}.el-alert--info .el-alert__description{color:#909399}.el-alert--warning.is-light{background-color:#fdf6ec;color:#E6A23C}.el-alert--warning.is-light .el-alert__description{color:#E6A23C}.el-alert--warning.is-dark{background-color:#E6A23C;color:#FFF}.el-alert--error.is-light{background-color:#fef0f0;color:#F56C6C}.el-alert--error.is-light .el-alert__description{color:#F56C6C}.el-alert--error.is-dark{background-color:#F56C6C;color:#FFF}.el-alert__content{display:table-cell;padding:0 8px}.el-alert__icon{font-size:16px;width:16px}.el-alert__icon.is-big{font-size:28px;width:28px}.el-alert__title{font-size:13px;line-height:18px}.el-alert__title.is-bold{font-weight:700}.el-alert .el-alert__description{font-size:12px;margin:5px 0 0}.el-alert__closebtn{font-size:12px;opacity:1;position:absolute;top:12px;right:15px;cursor:pointer}.el-alert-fade-enter,.el-alert-fade-leave-active,.el-loading-fade-enter,.el-loading-fade-leave-active,.el-notification-fade-leave-active{opacity:0}.el-alert__closebtn.is-customed{font-style:normal;font-size:13px;top:9px}.el-notification{display:-webkit-box;display:-ms-flexbox;display:flex;width:330px;padding:14px 26px 14px 13px;border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #EBEEF5;position:fixed;background-color:#FFF;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-transition:opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;transition:opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;overflow:hidden}.el-notification.right{right:16px}.el-notification.left{left:16px}.el-notification__group{margin-left:13px;margin-right:8px}.el-notification__title{font-weight:700;font-size:16px;color:#303133;margin:0}.el-notification__content{font-size:14px;line-height:21px;margin:6px 0 0;color:#606266;text-align:justify}.el-notification__content p{margin:0}.el-notification__icon{height:24px;width:24px;font-size:24px}.el-notification__closeBtn{position:absolute;top:18px;right:15px;cursor:pointer;color:#909399;font-size:16px}.el-notification__closeBtn:hover{color:#606266}.el-notification .el-icon-success{color:#67C23A}.el-notification .el-icon-error{color:#F56C6C}.el-notification .el-icon-info{color:#909399}.el-notification .el-icon-warning{color:#E6A23C}.el-notification-fade-enter.right{right:0;-webkit-transform:translateX(100%);transform:translateX(100%)}.el-notification-fade-enter.left{left:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.el-input-number{position:relative;display:inline-block;width:180px;line-height:38px}.el-input-number .el-input{display:block}.el-input-number .el-input__inner{-webkit-appearance:none;padding-left:50px;padding-right:50px;text-align:center}.el-input-number__decrease,.el-input-number__increase{position:absolute;z-index:1;top:1px;width:40px;height:auto;text-align:center;background:#F5F7FA;color:#606266;cursor:pointer;font-size:13px}.el-input-number__decrease:hover,.el-input-number__increase:hover{color:#409EFF}.el-input-number__decrease:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled),.el-input-number__increase:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled){border-color:#409EFF}.el-input-number__decrease.is-disabled,.el-input-number__increase.is-disabled{color:#C0C4CC;cursor:not-allowed}.el-input-number__increase{right:1px;border-radius:0 4px 4px 0;border-left:1px solid #DCDFE6}.el-input-number__decrease{left:1px;border-radius:4px 0 0 4px;border-right:1px solid #DCDFE6}.el-input-number.is-disabled .el-input-number__decrease,.el-input-number.is-disabled .el-input-number__increase{border-color:#E4E7ED;color:#E4E7ED}.el-input-number.is-disabled .el-input-number__decrease:hover,.el-input-number.is-disabled .el-input-number__increase:hover{color:#E4E7ED;cursor:not-allowed}.el-input-number--medium{width:200px;line-height:34px}.el-input-number--medium .el-input-number__decrease,.el-input-number--medium .el-input-number__increase{width:36px;font-size:14px}.el-input-number--medium .el-input__inner{padding-left:43px;padding-right:43px}.el-input-number--small{width:130px;line-height:30px}.el-input-number--small .el-input-number__decrease,.el-input-number--small .el-input-number__increase{width:32px;font-size:13px}.el-input-number--small .el-input-number__decrease [class*=el-icon],.el-input-number--small .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.9);transform:scale(.9)}.el-input-number--small .el-input__inner{padding-left:39px;padding-right:39px}.el-input-number--mini{width:130px;line-height:26px}.el-input-number--mini .el-input-number__decrease,.el-input-number--mini .el-input-number__increase{width:28px;font-size:12px}.el-input-number--mini .el-input-number__decrease [class*=el-icon],.el-input-number--mini .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.8);transform:scale(.8)}.el-input-number--mini .el-input__inner{padding-left:35px;padding-right:35px}.el-input-number.is-without-controls .el-input__inner{padding-left:15px;padding-right:15px}.el-input-number.is-controls-right .el-input__inner{padding-left:15px;padding-right:50px}.el-input-number.is-controls-right .el-input-number__decrease,.el-input-number.is-controls-right .el-input-number__increase{height:auto;line-height:19px}.el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon],.el-input-number.is-controls-right .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.8);transform:scale(.8)}.el-input-number.is-controls-right .el-input-number__increase{border-radius:0 4px 0 0;border-bottom:1px solid #DCDFE6}.el-input-number.is-controls-right .el-input-number__decrease{right:1px;bottom:1px;top:auto;left:auto;border-right:none;border-left:1px solid #DCDFE6;border-radius:0 0 4px}.el-input-number.is-controls-right[class*=medium] [class*=decrease],.el-input-number.is-controls-right[class*=medium] [class*=increase]{line-height:17px}.el-input-number.is-controls-right[class*=small] [class*=decrease],.el-input-number.is-controls-right[class*=small] [class*=increase]{line-height:15px}.el-input-number.is-controls-right[class*=mini] [class*=decrease],.el-input-number.is-controls-right[class*=mini] [class*=increase]{line-height:13px}.el-tooltip__popper{position:absolute;border-radius:4px;padding:10px;z-index:2000;font-size:12px;line-height:1.2;min-width:10px;word-wrap:break-word}.el-tooltip__popper .popper__arrow,.el-tooltip__popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-tooltip__popper .popper__arrow{border-width:6px}.el-tooltip__popper .popper__arrow::after{content:" ";border-width:5px}.el-progress-bar__inner::after,.el-row::after,.el-row::before,.el-slider::after,.el-slider::before,.el-slider__button-wrapper::after,.el-upload-cover::after{content:""}.el-tooltip__popper[x-placement^=top]{margin-bottom:12px}.el-tooltip__popper[x-placement^=top] .popper__arrow{bottom:-6px;border-top-color:#303133;border-bottom-width:0}.el-tooltip__popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-5px;border-top-color:#303133;border-bottom-width:0}.el-tooltip__popper[x-placement^=bottom]{margin-top:12px}.el-tooltip__popper[x-placement^=bottom] .popper__arrow{top:-6px;border-top-width:0;border-bottom-color:#303133}.el-tooltip__popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-5px;border-top-width:0;border-bottom-color:#303133}.el-tooltip__popper[x-placement^=right]{margin-left:12px}.el-tooltip__popper[x-placement^=right] .popper__arrow{left:-6px;border-right-color:#303133;border-left-width:0}.el-tooltip__popper[x-placement^=right] .popper__arrow::after{bottom:-5px;left:1px;border-right-color:#303133;border-left-width:0}.el-tooltip__popper[x-placement^=left]{margin-right:12px}.el-tooltip__popper[x-placement^=left] .popper__arrow{right:-6px;border-right-width:0;border-left-color:#303133}.el-tooltip__popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-5px;margin-left:-5px;border-right-width:0;border-left-color:#303133}.el-tooltip__popper.is-dark{background:#303133;color:#FFF}.el-tooltip__popper.is-light{background:#FFF;border:1px solid #303133}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow{border-top-color:#303133}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow::after{border-top-color:#FFF}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow{border-bottom-color:#303133}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow::after{border-bottom-color:#FFF}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow{border-left-color:#303133}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow::after{border-left-color:#FFF}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow{border-right-color:#303133}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow::after{border-right-color:#FFF}.el-slider::after,.el-slider::before{display:table}.el-slider__button-wrapper .el-tooltip,.el-slider__button-wrapper::after{vertical-align:middle;display:inline-block}.el-slider::after{clear:both}.el-slider__runway{width:100%;height:6px;margin:16px 0;background-color:#E4E7ED;border-radius:3px;position:relative;cursor:pointer;vertical-align:middle}.el-slider__runway.show-input{margin-right:160px;width:auto}.el-slider__runway.disabled{cursor:default}.el-slider__runway.disabled .el-slider__bar{background-color:#C0C4CC}.el-slider__runway.disabled .el-slider__button{border-color:#C0C4CC}.el-slider__runway.disabled .el-slider__button-wrapper.dragging,.el-slider__runway.disabled .el-slider__button-wrapper.hover,.el-slider__runway.disabled .el-slider__button-wrapper:hover{cursor:not-allowed}.el-slider__runway.disabled .el-slider__button.dragging,.el-slider__runway.disabled .el-slider__button.hover,.el-slider__runway.disabled .el-slider__button:hover{-webkit-transform:scale(1);transform:scale(1);cursor:not-allowed}.el-slider__button-wrapper,.el-slider__stop{-webkit-transform:translateX(-50%);position:absolute}.el-slider__input{float:right;margin-top:3px;width:130px}.el-slider__input.el-input-number--mini{margin-top:5px}.el-slider__input.el-input-number--medium{margin-top:0}.el-slider__input.el-input-number--large{margin-top:-2px}.el-slider__bar{height:6px;background-color:#409EFF;border-top-left-radius:3px;border-bottom-left-radius:3px;position:absolute}.el-slider__button-wrapper{height:36px;width:36px;z-index:1001;top:-15px;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:transparent;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;line-height:normal}.el-slider__button-wrapper::after{height:100%}.el-slider__button-wrapper.hover,.el-slider__button-wrapper:hover{cursor:-webkit-grab;cursor:grab}.el-slider__button-wrapper.dragging{cursor:-webkit-grabbing;cursor:grabbing}.el-slider__button{width:16px;height:16px;border:2px solid #409EFF;background-color:#FFF;border-radius:50%;-webkit-transition:.2s;transition:.2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-image-viewer__btn,.el-step__icon-inner{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.el-slider__button.dragging,.el-slider__button.hover,.el-slider__button:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.el-slider__button.hover,.el-slider__button:hover{cursor:-webkit-grab;cursor:grab}.el-slider__button.dragging{cursor:-webkit-grabbing;cursor:grabbing}.el-slider__stop{height:6px;width:6px;border-radius:100%;background-color:#FFF;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.el-slider__marks{top:0;left:12px;width:18px;height:100%}.el-slider__marks-text{position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:14px;color:#909399;margin-top:15px}.el-slider.is-vertical{position:relative}.el-slider.is-vertical .el-slider__runway{width:6px;height:100%;margin:0 16px}.el-slider.is-vertical .el-slider__bar{width:6px;height:auto;border-radius:0 0 3px 3px}.el-slider.is-vertical .el-slider__button-wrapper{top:auto;left:-15px;-webkit-transform:translateY(50%);transform:translateY(50%)}.el-slider.is-vertical .el-slider__stop{-webkit-transform:translateY(50%);transform:translateY(50%)}.el-slider.is-vertical.el-slider--with-input{padding-bottom:58px}.el-slider.is-vertical.el-slider--with-input .el-slider__input{overflow:visible;float:none;position:absolute;bottom:22px;width:36px;margin-top:15px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input__inner{text-align:center;padding-left:5px;padding-right:5px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase{top:32px;margin-top:-1px;border:1px solid #DCDFE6;line-height:20px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease{width:18px;right:18px;border-bottom-left-radius:4px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase{width:19px;border-bottom-right-radius:4px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase~.el-input .el-input__inner{border-bottom-left-radius:0;border-bottom-right-radius:0}.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__increase{border-color:#C0C4CC}.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase{border-color:#409EFF}.el-slider.is-vertical .el-slider__marks-text{margin-top:0;left:15px;-webkit-transform:translateY(50%);transform:translateY(50%)}.el-loading-parent--relative{position:relative!important}.el-loading-parent--hidden{overflow:hidden!important}.el-loading-mask{position:absolute;z-index:2000;background-color:rgba(255,255,255,.9);margin:0;top:0;right:0;bottom:0;left:0;-webkit-transition:opacity .3s;transition:opacity .3s}.el-loading-mask.is-fullscreen{position:fixed}.el-loading-mask.is-fullscreen .el-loading-spinner{margin-top:-25px}.el-loading-mask.is-fullscreen .el-loading-spinner .circular{height:50px;width:50px}.el-loading-spinner{top:50%;margin-top:-21px;width:100%;text-align:center;position:absolute}.el-col-pull-0,.el-col-pull-1,.el-col-pull-10,.el-col-pull-11,.el-col-pull-13,.el-col-pull-14,.el-col-pull-15,.el-col-pull-16,.el-col-pull-17,.el-col-pull-18,.el-col-pull-19,.el-col-pull-2,.el-col-pull-20,.el-col-pull-21,.el-col-pull-22,.el-col-pull-23,.el-col-pull-24,.el-col-pull-3,.el-col-pull-4,.el-col-pull-5,.el-col-pull-6,.el-col-pull-7,.el-col-pull-8,.el-col-pull-9,.el-col-push-0,.el-col-push-1,.el-col-push-10,.el-col-push-11,.el-col-push-12,.el-col-push-13,.el-col-push-14,.el-col-push-15,.el-col-push-16,.el-col-push-17,.el-col-push-18,.el-col-push-19,.el-col-push-2,.el-col-push-20,.el-col-push-21,.el-col-push-22,.el-col-push-23,.el-col-push-24,.el-col-push-3,.el-col-push-4,.el-col-push-5,.el-col-push-6,.el-col-push-7,.el-col-push-8,.el-col-push-9,.el-row{position:relative}.el-loading-spinner .el-loading-text{color:#409EFF;margin:3px 0;font-size:14px}.el-loading-spinner .circular{height:42px;width:42px;-webkit-animation:loading-rotate 2s linear infinite;animation:loading-rotate 2s linear infinite}.el-loading-spinner .path{-webkit-animation:loading-dash 1.5s ease-in-out infinite;animation:loading-dash 1.5s ease-in-out infinite;stroke-dasharray:90,150;stroke-dashoffset:0;stroke-width:2;stroke:#409EFF;stroke-linecap:round}.el-loading-spinner i{color:#409EFF}@-webkit-keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}@keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}.el-row{-webkit-box-sizing:border-box;box-sizing:border-box}.el-row::after,.el-row::before{display:table}.el-row::after{clear:both}.el-row--flex{display:-webkit-box;display:-ms-flexbox;display:flex}.el-col-0,.el-row--flex:after,.el-row--flex:before{display:none}.el-row--flex.is-justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-row--flex.is-justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.el-row--flex.is-justify-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.el-row--flex.is-justify-space-around{-ms-flex-pack:distribute;justify-content:space-around}.el-row--flex.is-align-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-row--flex.is-align-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}[class*=el-col-]{float:left;-webkit-box-sizing:border-box;box-sizing:border-box}.el-upload--picture-card,.el-upload-dragger{-webkit-box-sizing:border-box;cursor:pointer}.el-col-0{width:0%}.el-col-offset-0{margin-left:0}.el-col-pull-0{right:0}.el-col-push-0{left:0}.el-col-1{width:4.16667%}.el-col-offset-1{margin-left:4.16667%}.el-col-pull-1{right:4.16667%}.el-col-push-1{left:4.16667%}.el-col-2{width:8.33333%}.el-col-offset-2{margin-left:8.33333%}.el-col-pull-2{right:8.33333%}.el-col-push-2{left:8.33333%}.el-col-3{width:12.5%}.el-col-offset-3{margin-left:12.5%}.el-col-pull-3{right:12.5%}.el-col-push-3{left:12.5%}.el-col-4{width:16.66667%}.el-col-offset-4{margin-left:16.66667%}.el-col-pull-4{right:16.66667%}.el-col-push-4{left:16.66667%}.el-col-5{width:20.83333%}.el-col-offset-5{margin-left:20.83333%}.el-col-pull-5{right:20.83333%}.el-col-push-5{left:20.83333%}.el-col-6{width:25%}.el-col-offset-6{margin-left:25%}.el-col-pull-6{right:25%}.el-col-push-6{left:25%}.el-col-7{width:29.16667%}.el-col-offset-7{margin-left:29.16667%}.el-col-pull-7{right:29.16667%}.el-col-push-7{left:29.16667%}.el-col-8{width:33.33333%}.el-col-offset-8{margin-left:33.33333%}.el-col-pull-8{right:33.33333%}.el-col-push-8{left:33.33333%}.el-col-9{width:37.5%}.el-col-offset-9{margin-left:37.5%}.el-col-pull-9{right:37.5%}.el-col-push-9{left:37.5%}.el-col-10{width:41.66667%}.el-col-offset-10{margin-left:41.66667%}.el-col-pull-10{right:41.66667%}.el-col-push-10{left:41.66667%}.el-col-11{width:45.83333%}.el-col-offset-11{margin-left:45.83333%}.el-col-pull-11{right:45.83333%}.el-col-push-11{left:45.83333%}.el-col-12{width:50%}.el-col-offset-12{margin-left:50%}.el-col-pull-12{position:relative;right:50%}.el-col-push-12{left:50%}.el-col-13{width:54.16667%}.el-col-offset-13{margin-left:54.16667%}.el-col-pull-13{right:54.16667%}.el-col-push-13{left:54.16667%}.el-col-14{width:58.33333%}.el-col-offset-14{margin-left:58.33333%}.el-col-pull-14{right:58.33333%}.el-col-push-14{left:58.33333%}.el-col-15{width:62.5%}.el-col-offset-15{margin-left:62.5%}.el-col-pull-15{right:62.5%}.el-col-push-15{left:62.5%}.el-col-16{width:66.66667%}.el-col-offset-16{margin-left:66.66667%}.el-col-pull-16{right:66.66667%}.el-col-push-16{left:66.66667%}.el-col-17{width:70.83333%}.el-col-offset-17{margin-left:70.83333%}.el-col-pull-17{right:70.83333%}.el-col-push-17{left:70.83333%}.el-col-18{width:75%}.el-col-offset-18{margin-left:75%}.el-col-pull-18{right:75%}.el-col-push-18{left:75%}.el-col-19{width:79.16667%}.el-col-offset-19{margin-left:79.16667%}.el-col-pull-19{right:79.16667%}.el-col-push-19{left:79.16667%}.el-col-20{width:83.33333%}.el-col-offset-20{margin-left:83.33333%}.el-col-pull-20{right:83.33333%}.el-col-push-20{left:83.33333%}.el-col-21{width:87.5%}.el-col-offset-21{margin-left:87.5%}.el-col-pull-21{right:87.5%}.el-col-push-21{left:87.5%}.el-col-22{width:91.66667%}.el-col-offset-22{margin-left:91.66667%}.el-col-pull-22{right:91.66667%}.el-col-push-22{left:91.66667%}.el-col-23{width:95.83333%}.el-col-offset-23{margin-left:95.83333%}.el-col-pull-23{right:95.83333%}.el-col-push-23{left:95.83333%}.el-col-24{width:100%}.el-col-offset-24{margin-left:100%}.el-col-pull-24{right:100%}.el-col-push-24{left:100%}@media only screen and (max-width:767px){.el-col-xs-0{display:none;width:0%}.el-col-xs-offset-0{margin-left:0}.el-col-xs-pull-0{position:relative;right:0}.el-col-xs-push-0{position:relative;left:0}.el-col-xs-1{width:4.16667%}.el-col-xs-offset-1{margin-left:4.16667%}.el-col-xs-pull-1{position:relative;right:4.16667%}.el-col-xs-push-1{position:relative;left:4.16667%}.el-col-xs-2{width:8.33333%}.el-col-xs-offset-2{margin-left:8.33333%}.el-col-xs-pull-2{position:relative;right:8.33333%}.el-col-xs-push-2{position:relative;left:8.33333%}.el-col-xs-3{width:12.5%}.el-col-xs-offset-3{margin-left:12.5%}.el-col-xs-pull-3{position:relative;right:12.5%}.el-col-xs-push-3{position:relative;left:12.5%}.el-col-xs-4{width:16.66667%}.el-col-xs-offset-4{margin-left:16.66667%}.el-col-xs-pull-4{position:relative;right:16.66667%}.el-col-xs-push-4{position:relative;left:16.66667%}.el-col-xs-5{width:20.83333%}.el-col-xs-offset-5{margin-left:20.83333%}.el-col-xs-pull-5{position:relative;right:20.83333%}.el-col-xs-push-5{position:relative;left:20.83333%}.el-col-xs-6{width:25%}.el-col-xs-offset-6{margin-left:25%}.el-col-xs-pull-6{position:relative;right:25%}.el-col-xs-push-6{position:relative;left:25%}.el-col-xs-7{width:29.16667%}.el-col-xs-offset-7{margin-left:29.16667%}.el-col-xs-pull-7{position:relative;right:29.16667%}.el-col-xs-push-7{position:relative;left:29.16667%}.el-col-xs-8{width:33.33333%}.el-col-xs-offset-8{margin-left:33.33333%}.el-col-xs-pull-8{position:relative;right:33.33333%}.el-col-xs-push-8{position:relative;left:33.33333%}.el-col-xs-9{width:37.5%}.el-col-xs-offset-9{margin-left:37.5%}.el-col-xs-pull-9{position:relative;right:37.5%}.el-col-xs-push-9{position:relative;left:37.5%}.el-col-xs-10{width:41.66667%}.el-col-xs-offset-10{margin-left:41.66667%}.el-col-xs-pull-10{position:relative;right:41.66667%}.el-col-xs-push-10{position:relative;left:41.66667%}.el-col-xs-11{width:45.83333%}.el-col-xs-offset-11{margin-left:45.83333%}.el-col-xs-pull-11{position:relative;right:45.83333%}.el-col-xs-push-11{position:relative;left:45.83333%}.el-col-xs-12{width:50%}.el-col-xs-offset-12{margin-left:50%}.el-col-xs-pull-12{position:relative;right:50%}.el-col-xs-push-12{position:relative;left:50%}.el-col-xs-13{width:54.16667%}.el-col-xs-offset-13{margin-left:54.16667%}.el-col-xs-pull-13{position:relative;right:54.16667%}.el-col-xs-push-13{position:relative;left:54.16667%}.el-col-xs-14{width:58.33333%}.el-col-xs-offset-14{margin-left:58.33333%}.el-col-xs-pull-14{position:relative;right:58.33333%}.el-col-xs-push-14{position:relative;left:58.33333%}.el-col-xs-15{width:62.5%}.el-col-xs-offset-15{margin-left:62.5%}.el-col-xs-pull-15{position:relative;right:62.5%}.el-col-xs-push-15{position:relative;left:62.5%}.el-col-xs-16{width:66.66667%}.el-col-xs-offset-16{margin-left:66.66667%}.el-col-xs-pull-16{position:relative;right:66.66667%}.el-col-xs-push-16{position:relative;left:66.66667%}.el-col-xs-17{width:70.83333%}.el-col-xs-offset-17{margin-left:70.83333%}.el-col-xs-pull-17{position:relative;right:70.83333%}.el-col-xs-push-17{position:relative;left:70.83333%}.el-col-xs-18{width:75%}.el-col-xs-offset-18{margin-left:75%}.el-col-xs-pull-18{position:relative;right:75%}.el-col-xs-push-18{position:relative;left:75%}.el-col-xs-19{width:79.16667%}.el-col-xs-offset-19{margin-left:79.16667%}.el-col-xs-pull-19{position:relative;right:79.16667%}.el-col-xs-push-19{position:relative;left:79.16667%}.el-col-xs-20{width:83.33333%}.el-col-xs-offset-20{margin-left:83.33333%}.el-col-xs-pull-20{position:relative;right:83.33333%}.el-col-xs-push-20{position:relative;left:83.33333%}.el-col-xs-21{width:87.5%}.el-col-xs-offset-21{margin-left:87.5%}.el-col-xs-pull-21{position:relative;right:87.5%}.el-col-xs-push-21{position:relative;left:87.5%}.el-col-xs-22{width:91.66667%}.el-col-xs-offset-22{margin-left:91.66667%}.el-col-xs-pull-22{position:relative;right:91.66667%}.el-col-xs-push-22{position:relative;left:91.66667%}.el-col-xs-23{width:95.83333%}.el-col-xs-offset-23{margin-left:95.83333%}.el-col-xs-pull-23{position:relative;right:95.83333%}.el-col-xs-push-23{position:relative;left:95.83333%}.el-col-xs-24{width:100%}.el-col-xs-offset-24{margin-left:100%}.el-col-xs-pull-24{position:relative;right:100%}.el-col-xs-push-24{position:relative;left:100%}}@media only screen and (min-width:768px){.el-col-sm-0{display:none;width:0%}.el-col-sm-offset-0{margin-left:0}.el-col-sm-pull-0{position:relative;right:0}.el-col-sm-push-0{position:relative;left:0}.el-col-sm-1{width:4.16667%}.el-col-sm-offset-1{margin-left:4.16667%}.el-col-sm-pull-1{position:relative;right:4.16667%}.el-col-sm-push-1{position:relative;left:4.16667%}.el-col-sm-2{width:8.33333%}.el-col-sm-offset-2{margin-left:8.33333%}.el-col-sm-pull-2{position:relative;right:8.33333%}.el-col-sm-push-2{position:relative;left:8.33333%}.el-col-sm-3{width:12.5%}.el-col-sm-offset-3{margin-left:12.5%}.el-col-sm-pull-3{position:relative;right:12.5%}.el-col-sm-push-3{position:relative;left:12.5%}.el-col-sm-4{width:16.66667%}.el-col-sm-offset-4{margin-left:16.66667%}.el-col-sm-pull-4{position:relative;right:16.66667%}.el-col-sm-push-4{position:relative;left:16.66667%}.el-col-sm-5{width:20.83333%}.el-col-sm-offset-5{margin-left:20.83333%}.el-col-sm-pull-5{position:relative;right:20.83333%}.el-col-sm-push-5{position:relative;left:20.83333%}.el-col-sm-6{width:25%}.el-col-sm-offset-6{margin-left:25%}.el-col-sm-pull-6{position:relative;right:25%}.el-col-sm-push-6{position:relative;left:25%}.el-col-sm-7{width:29.16667%}.el-col-sm-offset-7{margin-left:29.16667%}.el-col-sm-pull-7{position:relative;right:29.16667%}.el-col-sm-push-7{position:relative;left:29.16667%}.el-col-sm-8{width:33.33333%}.el-col-sm-offset-8{margin-left:33.33333%}.el-col-sm-pull-8{position:relative;right:33.33333%}.el-col-sm-push-8{position:relative;left:33.33333%}.el-col-sm-9{width:37.5%}.el-col-sm-offset-9{margin-left:37.5%}.el-col-sm-pull-9{position:relative;right:37.5%}.el-col-sm-push-9{position:relative;left:37.5%}.el-col-sm-10{width:41.66667%}.el-col-sm-offset-10{margin-left:41.66667%}.el-col-sm-pull-10{position:relative;right:41.66667%}.el-col-sm-push-10{position:relative;left:41.66667%}.el-col-sm-11{width:45.83333%}.el-col-sm-offset-11{margin-left:45.83333%}.el-col-sm-pull-11{position:relative;right:45.83333%}.el-col-sm-push-11{position:relative;left:45.83333%}.el-col-sm-12{width:50%}.el-col-sm-offset-12{margin-left:50%}.el-col-sm-pull-12{position:relative;right:50%}.el-col-sm-push-12{position:relative;left:50%}.el-col-sm-13{width:54.16667%}.el-col-sm-offset-13{margin-left:54.16667%}.el-col-sm-pull-13{position:relative;right:54.16667%}.el-col-sm-push-13{position:relative;left:54.16667%}.el-col-sm-14{width:58.33333%}.el-col-sm-offset-14{margin-left:58.33333%}.el-col-sm-pull-14{position:relative;right:58.33333%}.el-col-sm-push-14{position:relative;left:58.33333%}.el-col-sm-15{width:62.5%}.el-col-sm-offset-15{margin-left:62.5%}.el-col-sm-pull-15{position:relative;right:62.5%}.el-col-sm-push-15{position:relative;left:62.5%}.el-col-sm-16{width:66.66667%}.el-col-sm-offset-16{margin-left:66.66667%}.el-col-sm-pull-16{position:relative;right:66.66667%}.el-col-sm-push-16{position:relative;left:66.66667%}.el-col-sm-17{width:70.83333%}.el-col-sm-offset-17{margin-left:70.83333%}.el-col-sm-pull-17{position:relative;right:70.83333%}.el-col-sm-push-17{position:relative;left:70.83333%}.el-col-sm-18{width:75%}.el-col-sm-offset-18{margin-left:75%}.el-col-sm-pull-18{position:relative;right:75%}.el-col-sm-push-18{position:relative;left:75%}.el-col-sm-19{width:79.16667%}.el-col-sm-offset-19{margin-left:79.16667%}.el-col-sm-pull-19{position:relative;right:79.16667%}.el-col-sm-push-19{position:relative;left:79.16667%}.el-col-sm-20{width:83.33333%}.el-col-sm-offset-20{margin-left:83.33333%}.el-col-sm-pull-20{position:relative;right:83.33333%}.el-col-sm-push-20{position:relative;left:83.33333%}.el-col-sm-21{width:87.5%}.el-col-sm-offset-21{margin-left:87.5%}.el-col-sm-pull-21{position:relative;right:87.5%}.el-col-sm-push-21{position:relative;left:87.5%}.el-col-sm-22{width:91.66667%}.el-col-sm-offset-22{margin-left:91.66667%}.el-col-sm-pull-22{position:relative;right:91.66667%}.el-col-sm-push-22{position:relative;left:91.66667%}.el-col-sm-23{width:95.83333%}.el-col-sm-offset-23{margin-left:95.83333%}.el-col-sm-pull-23{position:relative;right:95.83333%}.el-col-sm-push-23{position:relative;left:95.83333%}.el-col-sm-24{width:100%}.el-col-sm-offset-24{margin-left:100%}.el-col-sm-pull-24{position:relative;right:100%}.el-col-sm-push-24{position:relative;left:100%}}@media only screen and (min-width:992px){.el-col-md-0{display:none;width:0%}.el-col-md-offset-0{margin-left:0}.el-col-md-pull-0{position:relative;right:0}.el-col-md-push-0{position:relative;left:0}.el-col-md-1{width:4.16667%}.el-col-md-offset-1{margin-left:4.16667%}.el-col-md-pull-1{position:relative;right:4.16667%}.el-col-md-push-1{position:relative;left:4.16667%}.el-col-md-2{width:8.33333%}.el-col-md-offset-2{margin-left:8.33333%}.el-col-md-pull-2{position:relative;right:8.33333%}.el-col-md-push-2{position:relative;left:8.33333%}.el-col-md-3{width:12.5%}.el-col-md-offset-3{margin-left:12.5%}.el-col-md-pull-3{position:relative;right:12.5%}.el-col-md-push-3{position:relative;left:12.5%}.el-col-md-4{width:16.66667%}.el-col-md-offset-4{margin-left:16.66667%}.el-col-md-pull-4{position:relative;right:16.66667%}.el-col-md-push-4{position:relative;left:16.66667%}.el-col-md-5{width:20.83333%}.el-col-md-offset-5{margin-left:20.83333%}.el-col-md-pull-5{position:relative;right:20.83333%}.el-col-md-push-5{position:relative;left:20.83333%}.el-col-md-6{width:25%}.el-col-md-offset-6{margin-left:25%}.el-col-md-pull-6{position:relative;right:25%}.el-col-md-push-6{position:relative;left:25%}.el-col-md-7{width:29.16667%}.el-col-md-offset-7{margin-left:29.16667%}.el-col-md-pull-7{position:relative;right:29.16667%}.el-col-md-push-7{position:relative;left:29.16667%}.el-col-md-8{width:33.33333%}.el-col-md-offset-8{margin-left:33.33333%}.el-col-md-pull-8{position:relative;right:33.33333%}.el-col-md-push-8{position:relative;left:33.33333%}.el-col-md-9{width:37.5%}.el-col-md-offset-9{margin-left:37.5%}.el-col-md-pull-9{position:relative;right:37.5%}.el-col-md-push-9{position:relative;left:37.5%}.el-col-md-10{width:41.66667%}.el-col-md-offset-10{margin-left:41.66667%}.el-col-md-pull-10{position:relative;right:41.66667%}.el-col-md-push-10{position:relative;left:41.66667%}.el-col-md-11{width:45.83333%}.el-col-md-offset-11{margin-left:45.83333%}.el-col-md-pull-11{position:relative;right:45.83333%}.el-col-md-push-11{position:relative;left:45.83333%}.el-col-md-12{width:50%}.el-col-md-offset-12{margin-left:50%}.el-col-md-pull-12{position:relative;right:50%}.el-col-md-push-12{position:relative;left:50%}.el-col-md-13{width:54.16667%}.el-col-md-offset-13{margin-left:54.16667%}.el-col-md-pull-13{position:relative;right:54.16667%}.el-col-md-push-13{position:relative;left:54.16667%}.el-col-md-14{width:58.33333%}.el-col-md-offset-14{margin-left:58.33333%}.el-col-md-pull-14{position:relative;right:58.33333%}.el-col-md-push-14{position:relative;left:58.33333%}.el-col-md-15{width:62.5%}.el-col-md-offset-15{margin-left:62.5%}.el-col-md-pull-15{position:relative;right:62.5%}.el-col-md-push-15{position:relative;left:62.5%}.el-col-md-16{width:66.66667%}.el-col-md-offset-16{margin-left:66.66667%}.el-col-md-pull-16{position:relative;right:66.66667%}.el-col-md-push-16{position:relative;left:66.66667%}.el-col-md-17{width:70.83333%}.el-col-md-offset-17{margin-left:70.83333%}.el-col-md-pull-17{position:relative;right:70.83333%}.el-col-md-push-17{position:relative;left:70.83333%}.el-col-md-18{width:75%}.el-col-md-offset-18{margin-left:75%}.el-col-md-pull-18{position:relative;right:75%}.el-col-md-push-18{position:relative;left:75%}.el-col-md-19{width:79.16667%}.el-col-md-offset-19{margin-left:79.16667%}.el-col-md-pull-19{position:relative;right:79.16667%}.el-col-md-push-19{position:relative;left:79.16667%}.el-col-md-20{width:83.33333%}.el-col-md-offset-20{margin-left:83.33333%}.el-col-md-pull-20{position:relative;right:83.33333%}.el-col-md-push-20{position:relative;left:83.33333%}.el-col-md-21{width:87.5%}.el-col-md-offset-21{margin-left:87.5%}.el-col-md-pull-21{position:relative;right:87.5%}.el-col-md-push-21{position:relative;left:87.5%}.el-col-md-22{width:91.66667%}.el-col-md-offset-22{margin-left:91.66667%}.el-col-md-pull-22{position:relative;right:91.66667%}.el-col-md-push-22{position:relative;left:91.66667%}.el-col-md-23{width:95.83333%}.el-col-md-offset-23{margin-left:95.83333%}.el-col-md-pull-23{position:relative;right:95.83333%}.el-col-md-push-23{position:relative;left:95.83333%}.el-col-md-24{width:100%}.el-col-md-offset-24{margin-left:100%}.el-col-md-pull-24{position:relative;right:100%}.el-col-md-push-24{position:relative;left:100%}}@media only screen and (min-width:1200px){.el-col-lg-0{display:none;width:0%}.el-col-lg-offset-0{margin-left:0}.el-col-lg-pull-0{position:relative;right:0}.el-col-lg-push-0{position:relative;left:0}.el-col-lg-1{width:4.16667%}.el-col-lg-offset-1{margin-left:4.16667%}.el-col-lg-pull-1{position:relative;right:4.16667%}.el-col-lg-push-1{position:relative;left:4.16667%}.el-col-lg-2{width:8.33333%}.el-col-lg-offset-2{margin-left:8.33333%}.el-col-lg-pull-2{position:relative;right:8.33333%}.el-col-lg-push-2{position:relative;left:8.33333%}.el-col-lg-3{width:12.5%}.el-col-lg-offset-3{margin-left:12.5%}.el-col-lg-pull-3{position:relative;right:12.5%}.el-col-lg-push-3{position:relative;left:12.5%}.el-col-lg-4{width:16.66667%}.el-col-lg-offset-4{margin-left:16.66667%}.el-col-lg-pull-4{position:relative;right:16.66667%}.el-col-lg-push-4{position:relative;left:16.66667%}.el-col-lg-5{width:20.83333%}.el-col-lg-offset-5{margin-left:20.83333%}.el-col-lg-pull-5{position:relative;right:20.83333%}.el-col-lg-push-5{position:relative;left:20.83333%}.el-col-lg-6{width:25%}.el-col-lg-offset-6{margin-left:25%}.el-col-lg-pull-6{position:relative;right:25%}.el-col-lg-push-6{position:relative;left:25%}.el-col-lg-7{width:29.16667%}.el-col-lg-offset-7{margin-left:29.16667%}.el-col-lg-pull-7{position:relative;right:29.16667%}.el-col-lg-push-7{position:relative;left:29.16667%}.el-col-lg-8{width:33.33333%}.el-col-lg-offset-8{margin-left:33.33333%}.el-col-lg-pull-8{position:relative;right:33.33333%}.el-col-lg-push-8{position:relative;left:33.33333%}.el-col-lg-9{width:37.5%}.el-col-lg-offset-9{margin-left:37.5%}.el-col-lg-pull-9{position:relative;right:37.5%}.el-col-lg-push-9{position:relative;left:37.5%}.el-col-lg-10{width:41.66667%}.el-col-lg-offset-10{margin-left:41.66667%}.el-col-lg-pull-10{position:relative;right:41.66667%}.el-col-lg-push-10{position:relative;left:41.66667%}.el-col-lg-11{width:45.83333%}.el-col-lg-offset-11{margin-left:45.83333%}.el-col-lg-pull-11{position:relative;right:45.83333%}.el-col-lg-push-11{position:relative;left:45.83333%}.el-col-lg-12{width:50%}.el-col-lg-offset-12{margin-left:50%}.el-col-lg-pull-12{position:relative;right:50%}.el-col-lg-push-12{position:relative;left:50%}.el-col-lg-13{width:54.16667%}.el-col-lg-offset-13{margin-left:54.16667%}.el-col-lg-pull-13{position:relative;right:54.16667%}.el-col-lg-push-13{position:relative;left:54.16667%}.el-col-lg-14{width:58.33333%}.el-col-lg-offset-14{margin-left:58.33333%}.el-col-lg-pull-14{position:relative;right:58.33333%}.el-col-lg-push-14{position:relative;left:58.33333%}.el-col-lg-15{width:62.5%}.el-col-lg-offset-15{margin-left:62.5%}.el-col-lg-pull-15{position:relative;right:62.5%}.el-col-lg-push-15{position:relative;left:62.5%}.el-col-lg-16{width:66.66667%}.el-col-lg-offset-16{margin-left:66.66667%}.el-col-lg-pull-16{position:relative;right:66.66667%}.el-col-lg-push-16{position:relative;left:66.66667%}.el-col-lg-17{width:70.83333%}.el-col-lg-offset-17{margin-left:70.83333%}.el-col-lg-pull-17{position:relative;right:70.83333%}.el-col-lg-push-17{position:relative;left:70.83333%}.el-col-lg-18{width:75%}.el-col-lg-offset-18{margin-left:75%}.el-col-lg-pull-18{position:relative;right:75%}.el-col-lg-push-18{position:relative;left:75%}.el-col-lg-19{width:79.16667%}.el-col-lg-offset-19{margin-left:79.16667%}.el-col-lg-pull-19{position:relative;right:79.16667%}.el-col-lg-push-19{position:relative;left:79.16667%}.el-col-lg-20{width:83.33333%}.el-col-lg-offset-20{margin-left:83.33333%}.el-col-lg-pull-20{position:relative;right:83.33333%}.el-col-lg-push-20{position:relative;left:83.33333%}.el-col-lg-21{width:87.5%}.el-col-lg-offset-21{margin-left:87.5%}.el-col-lg-pull-21{position:relative;right:87.5%}.el-col-lg-push-21{position:relative;left:87.5%}.el-col-lg-22{width:91.66667%}.el-col-lg-offset-22{margin-left:91.66667%}.el-col-lg-pull-22{position:relative;right:91.66667%}.el-col-lg-push-22{position:relative;left:91.66667%}.el-col-lg-23{width:95.83333%}.el-col-lg-offset-23{margin-left:95.83333%}.el-col-lg-pull-23{position:relative;right:95.83333%}.el-col-lg-push-23{position:relative;left:95.83333%}.el-col-lg-24{width:100%}.el-col-lg-offset-24{margin-left:100%}.el-col-lg-pull-24{position:relative;right:100%}.el-col-lg-push-24{position:relative;left:100%}}@media only screen and (min-width:1920px){.el-col-xl-0{display:none;width:0%}.el-col-xl-offset-0{margin-left:0}.el-col-xl-pull-0{position:relative;right:0}.el-col-xl-push-0{position:relative;left:0}.el-col-xl-1{width:4.16667%}.el-col-xl-offset-1{margin-left:4.16667%}.el-col-xl-pull-1{position:relative;right:4.16667%}.el-col-xl-push-1{position:relative;left:4.16667%}.el-col-xl-2{width:8.33333%}.el-col-xl-offset-2{margin-left:8.33333%}.el-col-xl-pull-2{position:relative;right:8.33333%}.el-col-xl-push-2{position:relative;left:8.33333%}.el-col-xl-3{width:12.5%}.el-col-xl-offset-3{margin-left:12.5%}.el-col-xl-pull-3{position:relative;right:12.5%}.el-col-xl-push-3{position:relative;left:12.5%}.el-col-xl-4{width:16.66667%}.el-col-xl-offset-4{margin-left:16.66667%}.el-col-xl-pull-4{position:relative;right:16.66667%}.el-col-xl-push-4{position:relative;left:16.66667%}.el-col-xl-5{width:20.83333%}.el-col-xl-offset-5{margin-left:20.83333%}.el-col-xl-pull-5{position:relative;right:20.83333%}.el-col-xl-push-5{position:relative;left:20.83333%}.el-col-xl-6{width:25%}.el-col-xl-offset-6{margin-left:25%}.el-col-xl-pull-6{position:relative;right:25%}.el-col-xl-push-6{position:relative;left:25%}.el-col-xl-7{width:29.16667%}.el-col-xl-offset-7{margin-left:29.16667%}.el-col-xl-pull-7{position:relative;right:29.16667%}.el-col-xl-push-7{position:relative;left:29.16667%}.el-col-xl-8{width:33.33333%}.el-col-xl-offset-8{margin-left:33.33333%}.el-col-xl-pull-8{position:relative;right:33.33333%}.el-col-xl-push-8{position:relative;left:33.33333%}.el-col-xl-9{width:37.5%}.el-col-xl-offset-9{margin-left:37.5%}.el-col-xl-pull-9{position:relative;right:37.5%}.el-col-xl-push-9{position:relative;left:37.5%}.el-col-xl-10{width:41.66667%}.el-col-xl-offset-10{margin-left:41.66667%}.el-col-xl-pull-10{position:relative;right:41.66667%}.el-col-xl-push-10{position:relative;left:41.66667%}.el-col-xl-11{width:45.83333%}.el-col-xl-offset-11{margin-left:45.83333%}.el-col-xl-pull-11{position:relative;right:45.83333%}.el-col-xl-push-11{position:relative;left:45.83333%}.el-col-xl-12{width:50%}.el-col-xl-offset-12{margin-left:50%}.el-col-xl-pull-12{position:relative;right:50%}.el-col-xl-push-12{position:relative;left:50%}.el-col-xl-13{width:54.16667%}.el-col-xl-offset-13{margin-left:54.16667%}.el-col-xl-pull-13{position:relative;right:54.16667%}.el-col-xl-push-13{position:relative;left:54.16667%}.el-col-xl-14{width:58.33333%}.el-col-xl-offset-14{margin-left:58.33333%}.el-col-xl-pull-14{position:relative;right:58.33333%}.el-col-xl-push-14{position:relative;left:58.33333%}.el-col-xl-15{width:62.5%}.el-col-xl-offset-15{margin-left:62.5%}.el-col-xl-pull-15{position:relative;right:62.5%}.el-col-xl-push-15{position:relative;left:62.5%}.el-col-xl-16{width:66.66667%}.el-col-xl-offset-16{margin-left:66.66667%}.el-col-xl-pull-16{position:relative;right:66.66667%}.el-col-xl-push-16{position:relative;left:66.66667%}.el-col-xl-17{width:70.83333%}.el-col-xl-offset-17{margin-left:70.83333%}.el-col-xl-pull-17{position:relative;right:70.83333%}.el-col-xl-push-17{position:relative;left:70.83333%}.el-col-xl-18{width:75%}.el-col-xl-offset-18{margin-left:75%}.el-col-xl-pull-18{position:relative;right:75%}.el-col-xl-push-18{position:relative;left:75%}.el-col-xl-19{width:79.16667%}.el-col-xl-offset-19{margin-left:79.16667%}.el-col-xl-pull-19{position:relative;right:79.16667%}.el-col-xl-push-19{position:relative;left:79.16667%}.el-col-xl-20{width:83.33333%}.el-col-xl-offset-20{margin-left:83.33333%}.el-col-xl-pull-20{position:relative;right:83.33333%}.el-col-xl-push-20{position:relative;left:83.33333%}.el-col-xl-21{width:87.5%}.el-col-xl-offset-21{margin-left:87.5%}.el-col-xl-pull-21{position:relative;right:87.5%}.el-col-xl-push-21{position:relative;left:87.5%}.el-col-xl-22{width:91.66667%}.el-col-xl-offset-22{margin-left:91.66667%}.el-col-xl-pull-22{position:relative;right:91.66667%}.el-col-xl-push-22{position:relative;left:91.66667%}.el-col-xl-23{width:95.83333%}.el-col-xl-offset-23{margin-left:95.83333%}.el-col-xl-pull-23{position:relative;right:95.83333%}.el-col-xl-push-23{position:relative;left:95.83333%}.el-col-xl-24{width:100%}.el-col-xl-offset-24{margin-left:100%}.el-col-xl-pull-24{position:relative;right:100%}.el-col-xl-push-24{position:relative;left:100%}}@-webkit-keyframes progress{0%{background-position:0 0}100%{background-position:32px 0}}.el-upload{display:inline-block;text-align:center;cursor:pointer;outline:0}.el-upload__input{display:none}.el-upload__tip{font-size:12px;color:#606266;margin-top:7px}.el-upload iframe{position:absolute;z-index:-1;top:0;left:0;opacity:0;filter:alpha(opacity=0)}.el-upload--picture-card{background-color:#fbfdff;border:1px dashed #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:148px;height:148px;line-height:146px;vertical-align:top}.el-upload--picture-card i{font-size:28px;color:#8c939d}.el-upload--picture-card:hover,.el-upload:focus{border-color:#409EFF;color:#409EFF}.el-upload:focus .el-upload-dragger{border-color:#409EFF}.el-upload-dragger{background-color:#fff;border:1px dashed #d9d9d9;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:360px;height:180px;text-align:center;position:relative;overflow:hidden}.el-upload-dragger .el-icon-upload{font-size:67px;color:#C0C4CC;margin:40px 0 16px;line-height:50px}.el-upload-dragger+.el-upload__tip{text-align:center}.el-upload-dragger~.el-upload__files{border-top:1px solid #DCDFE6;margin-top:7px;padding-top:5px}.el-upload-dragger .el-upload__text{color:#606266;font-size:14px;text-align:center}.el-upload-dragger .el-upload__text em{color:#409EFF;font-style:normal}.el-upload-dragger:hover{border-color:#409EFF}.el-upload-dragger.is-dragover{background-color:rgba(32,159,255,.06);border:2px dashed #409EFF}.el-upload-list{margin:0;padding:0;list-style:none}.el-upload-list__item{-webkit-transition:all .5s cubic-bezier(.55,0,.1,1);transition:all .5s cubic-bezier(.55,0,.1,1);font-size:14px;color:#606266;line-height:1.8;margin-top:5px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;width:100%}.el-upload-list__item .el-progress{position:absolute;top:20px;width:100%}.el-upload-list__item .el-progress__text{position:absolute;right:0;top:-13px}.el-upload-list__item .el-progress-bar{margin-right:0;padding-right:0}.el-upload-list__item:first-child{margin-top:10px}.el-upload-list__item .el-icon-upload-success{color:#67C23A}.el-upload-list__item .el-icon-close{display:none;position:absolute;top:5px;right:5px;cursor:pointer;opacity:.75;color:#606266}.el-upload-list__item .el-icon-close:hover{opacity:1}.el-upload-list__item .el-icon-close-tip{display:none;position:absolute;top:5px;right:5px;font-size:12px;cursor:pointer;opacity:1;color:#409EFF}.el-upload-list__item:hover{background-color:#F5F7FA}.el-upload-list__item:hover .el-icon-close{display:inline-block}.el-upload-list__item:hover .el-progress__text{display:none}.el-upload-list__item.is-success .el-upload-list__item-status-label{display:block}.el-upload-list__item.is-success .el-upload-list__item-name:focus,.el-upload-list__item.is-success .el-upload-list__item-name:hover{color:#409EFF;cursor:pointer}.el-upload-list__item.is-success:focus:not(:hover) .el-icon-close-tip{display:inline-block}.el-upload-list__item.is-success:active .el-icon-close-tip,.el-upload-list__item.is-success:focus .el-upload-list__item-status-label,.el-upload-list__item.is-success:hover .el-upload-list__item-status-label,.el-upload-list__item.is-success:not(.focusing):focus .el-icon-close-tip{display:none}.el-upload-list.is-disabled .el-upload-list__item:hover .el-upload-list__item-status-label{display:block}.el-upload-list__item-name{color:#606266;display:block;margin-right:40px;overflow:hidden;padding-left:4px;text-overflow:ellipsis;-webkit-transition:color .3s;transition:color .3s;white-space:nowrap}.el-upload-list__item-name [class^=el-icon]{height:100%;margin-right:7px;color:#909399;line-height:inherit}.el-upload-list__item-status-label{position:absolute;right:5px;top:0;line-height:inherit;display:none}.el-upload-list__item-delete{position:absolute;right:10px;top:0;font-size:12px;color:#606266;display:none}.el-upload-list__item-delete:hover{color:#409EFF}.el-upload-list--picture-card{margin:0;display:inline;vertical-align:top}.el-upload-list--picture-card .el-upload-list__item{overflow:hidden;background-color:#fff;border:1px solid #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:148px;height:148px;margin:0 8px 8px 0;display:inline-block}.el-upload-list--picture-card .el-upload-list__item .el-icon-check,.el-upload-list--picture-card .el-upload-list__item .el-icon-circle-check{color:#FFF}.el-upload-list--picture-card .el-upload-list__item .el-icon-close,.el-upload-list--picture-card .el-upload-list__item:hover .el-upload-list__item-status-label{display:none}.el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture-card .el-upload-list__item-name{display:none}.el-upload-list--picture-card .el-upload-list__item-thumbnail{width:100%;height:100%}.el-upload-list--picture-card .el-upload-list__item-status-label{position:absolute;right:-15px;top:-6px;width:40px;height:24px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 0 1pc 1px rgba(0,0,0,.2);box-shadow:0 0 1pc 1px rgba(0,0,0,.2)}.el-upload-list--picture-card .el-upload-list__item-status-label i{font-size:12px;margin-top:11px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.el-upload-list--picture-card .el-upload-list__item-actions{position:absolute;width:100%;height:100%;left:0;top:0;cursor:default;text-align:center;color:#fff;opacity:0;font-size:20px;background-color:rgba(0,0,0,.5);-webkit-transition:opacity .3s;transition:opacity .3s}.el-upload-list--picture-card .el-upload-list__item-actions::after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-upload-list--picture-card .el-upload-list__item-actions span{display:none;cursor:pointer}.el-upload-list--picture-card .el-upload-list__item-actions span+span{margin-left:15px}.el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete{position:static;font-size:inherit;color:inherit}.el-upload-list--picture-card .el-upload-list__item-actions:hover{opacity:1}.el-upload-list--picture-card .el-upload-list__item-actions:hover span{display:inline-block}.el-upload-list--picture-card .el-progress{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);bottom:auto;width:126px}.el-upload-list--picture-card .el-progress .el-progress__text{top:50%}.el-upload-list--picture .el-upload-list__item{overflow:hidden;z-index:0;background-color:#fff;border:1px solid #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:10px;padding:10px 10px 10px 90px;height:92px}.el-upload-list--picture .el-upload-list__item .el-icon-check,.el-upload-list--picture .el-upload-list__item .el-icon-circle-check{color:#FFF}.el-upload-list--picture .el-upload-list__item:hover .el-upload-list__item-status-label{background:0 0;-webkit-box-shadow:none;box-shadow:none;top:-2px;right:-12px}.el-upload-list--picture .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name{line-height:70px;margin-top:0}.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name i{display:none}.el-upload-list--picture .el-upload-list__item-thumbnail{vertical-align:middle;display:inline-block;width:70px;height:70px;float:left;position:relative;z-index:1;margin-left:-80px;background-color:#FFF}.el-upload-list--picture .el-upload-list__item-name{display:block;margin-top:20px}.el-upload-list--picture .el-upload-list__item-name i{font-size:70px;line-height:1;position:absolute;left:9px;top:10px}.el-upload-list--picture .el-upload-list__item-status-label{position:absolute;right:-17px;top:-7px;width:46px;height:26px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 1px 1px #ccc;box-shadow:0 1px 1px #ccc}.el-upload-list--picture .el-upload-list__item-status-label i{font-size:12px;margin-top:12px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.el-upload-list--picture .el-progress{position:relative;top:-7px}.el-upload-cover{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;z-index:10;cursor:default}.el-upload-cover::after{display:inline-block;height:100%;vertical-align:middle}.el-upload-cover img{display:block;width:100%;height:100%}.el-upload-cover__label{position:absolute;right:-15px;top:-6px;width:40px;height:24px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 0 1pc 1px rgba(0,0,0,.2);box-shadow:0 0 1pc 1px rgba(0,0,0,.2)}.el-upload-cover__label i{font-size:12px;margin-top:11px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);color:#fff}.el-upload-cover__progress{display:inline-block;vertical-align:middle;position:static;width:243px}.el-upload-cover__progress+.el-upload__inner{opacity:0}.el-upload-cover__content{position:absolute;top:0;left:0;width:100%;height:100%}.el-upload-cover__interact{position:absolute;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.72);text-align:center}.el-upload-cover__interact .btn{display:inline-block;color:#FFF;font-size:14px;cursor:pointer;vertical-align:middle;-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);margin-top:60px}.el-upload-cover__interact .btn span{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.el-upload-cover__interact .btn:not(:first-child){margin-left:35px}.el-upload-cover__interact .btn:hover{-webkit-transform:translateY(-13px);transform:translateY(-13px)}.el-upload-cover__interact .btn:hover span{opacity:1}.el-upload-cover__interact .btn i{color:#FFF;display:block;font-size:24px;line-height:inherit;margin:0 auto 5px}.el-upload-cover__title{position:absolute;bottom:0;left:0;background-color:#FFF;height:36px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400;text-align:left;padding:0 10px;margin:0;line-height:36px;font-size:14px;color:#303133}.el-upload-cover+.el-upload__inner{opacity:0;position:relative;z-index:1}.el-progress{position:relative;line-height:1}.el-progress__text{font-size:14px;color:#606266;display:inline-block;vertical-align:middle;margin-left:10px;line-height:1}.el-progress__text i{vertical-align:middle;display:block}.el-progress--circle,.el-progress--dashboard{display:inline-block}.el-progress--circle .el-progress__text,.el-progress--dashboard .el-progress__text{position:absolute;top:50%;left:0;width:100%;text-align:center;margin:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.el-progress--circle .el-progress__text i,.el-progress--dashboard .el-progress__text i{vertical-align:middle;display:inline-block}.el-progress--without-text .el-progress__text{display:none}.el-progress--without-text .el-progress-bar{padding-right:0;margin-right:0;display:block}.el-progress-bar,.el-progress-bar__inner::after,.el-progress-bar__innerText,.el-spinner{display:inline-block;vertical-align:middle}.el-progress--text-inside .el-progress-bar{padding-right:0;margin-right:0}.el-progress.is-success .el-progress-bar__inner{background-color:#67C23A}.el-progress.is-success .el-progress__text{color:#67C23A}.el-progress.is-warning .el-progress-bar__inner{background-color:#E6A23C}.el-progress.is-warning .el-progress__text{color:#E6A23C}.el-progress.is-exception .el-progress-bar__inner{background-color:#F56C6C}.el-progress.is-exception .el-progress__text{color:#F56C6C}.el-progress-bar{padding-right:50px;width:100%;margin-right:-55px;-webkit-box-sizing:border-box;box-sizing:border-box}.el-progress-bar__outer{height:6px;border-radius:100px;background-color:#EBEEF5;overflow:hidden;position:relative;vertical-align:middle}.el-progress-bar__inner{position:absolute;left:0;top:0;height:100%;background-color:#409EFF;text-align:right;border-radius:100px;line-height:1;white-space:nowrap;-webkit-transition:width .6s ease;transition:width .6s ease}.el-card,.el-message{border-radius:4px;overflow:hidden}.el-progress-bar__inner::after{height:100%}.el-progress-bar__innerText{color:#FFF;font-size:12px;margin:0 5px}@keyframes progress{0%{background-position:0 0}100%{background-position:32px 0}}.el-time-spinner{width:100%;white-space:nowrap}.el-spinner-inner{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;width:50px;height:50px}.el-spinner-inner .path{stroke:#ececec;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.el-message{min-width:380px;-webkit-box-sizing:border-box;box-sizing:border-box;border-width:1px;border-style:solid;border-color:#EBEEF5;position:fixed;left:50%;top:20px;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#edf2fc;-webkit-transition:opacity .3s,top .4s,-webkit-transform .4s;transition:opacity .3s,top .4s,-webkit-transform .4s;transition:opacity .3s,transform .4s,top .4s;transition:opacity .3s,transform .4s,top .4s,-webkit-transform .4s;padding:15px 15px 15px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-message.is-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-message.is-closable .el-message__content{padding-right:16px}.el-message p{margin:0}.el-message--info .el-message__content{color:#909399}.el-message--success{background-color:#f0f9eb;border-color:#e1f3d8}.el-message--success .el-message__content{color:#67C23A}.el-message--warning{background-color:#fdf6ec;border-color:#faecd8}.el-message--warning .el-message__content{color:#E6A23C}.el-message--error{background-color:#fef0f0;border-color:#fde2e2}.el-message--error .el-message__content{color:#F56C6C}.el-message__icon{margin-right:10px}.el-message__content{padding:0;font-size:14px;line-height:1}.el-message__closeBtn{position:absolute;top:50%;right:15px;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;color:#C0C4CC;font-size:16px}.el-message__closeBtn:hover{color:#909399}.el-message .el-icon-success{color:#67C23A}.el-message .el-icon-error{color:#F56C6C}.el-message .el-icon-info{color:#909399}.el-message .el-icon-warning{color:#E6A23C}.el-message-fade-enter,.el-message-fade-leave-active{opacity:0;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.el-badge{position:relative;vertical-align:middle;display:inline-block}.el-badge__content{background-color:#F56C6C;border-radius:10px;color:#FFF;display:inline-block;font-size:12px;height:18px;line-height:18px;padding:0 6px;text-align:center;white-space:nowrap;border:1px solid #FFF}.el-badge__content.is-fixed{position:absolute;top:0;right:10px;-webkit-transform:translateY(-50%) translateX(100%);transform:translateY(-50%) translateX(100%)}.el-rate__icon,.el-rate__item{position:relative;display:inline-block}.el-badge__content.is-fixed.is-dot{right:5px}.el-badge__content.is-dot{height:8px;width:8px;padding:0;right:0;border-radius:50%}.el-badge__content--primary{background-color:#409EFF}.el-badge__content--success{background-color:#67C23A}.el-badge__content--warning{background-color:#E6A23C}.el-badge__content--info{background-color:#909399}.el-badge__content--danger{background-color:#F56C6C}.el-card{border:1px solid #EBEEF5;background-color:#FFF;color:#303133;-webkit-transition:.3s;transition:.3s}.el-card.is-always-shadow,.el-card.is-hover-shadow:focus,.el-card.is-hover-shadow:hover{-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-card__header{padding:18px 20px;border-bottom:1px solid #EBEEF5;-webkit-box-sizing:border-box;box-sizing:border-box}.el-card__body{padding:20px}.el-rate{height:20px;line-height:1}.el-rate__item{font-size:0;vertical-align:middle}.el-rate__icon{font-size:18px;margin-right:6px;color:#C0C4CC;-webkit-transition:.3s;transition:.3s}.el-rate__decimal,.el-rate__icon .path2{position:absolute;top:0;left:0}.el-rate__icon.hover{-webkit-transform:scale(1.15);transform:scale(1.15)}.el-rate__decimal{display:inline-block;overflow:hidden}.el-step.is-vertical,.el-steps{display:-webkit-box;display:-ms-flexbox}.el-rate__text{font-size:14px;vertical-align:middle}.el-steps{display:-webkit-box;display:-ms-flexbox;display:flex}.el-steps--simple{padding:13px 8%;border-radius:4px;background:#F5F7FA}.el-steps--horizontal{white-space:nowrap}.el-steps--vertical{height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.el-step{position:relative;-ms-flex-negative:1;flex-shrink:1}.el-step:last-of-type .el-step__line{display:none}.el-step:last-of-type.is-flex{-ms-flex-preferred-size:auto!important;flex-basis:auto!important;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.el-step:last-of-type .el-step__description,.el-step:last-of-type .el-step__main{padding-right:0}.el-step__head{position:relative;width:100%}.el-step__head.is-process{color:#303133;border-color:#303133}.el-step__head.is-wait{color:#C0C4CC;border-color:#C0C4CC}.el-step__head.is-success{color:#67C23A;border-color:#67C23A}.el-step__head.is-error{color:#F56C6C;border-color:#F56C6C}.el-step__head.is-finish{color:#409EFF;border-color:#409EFF}.el-step__icon{position:relative;z-index:1;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:24px;height:24px;font-size:14px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#FFF;-webkit-transition:.15s ease-out;transition:.15s ease-out}.el-step__icon.is-text{border-radius:50%;border:2px solid;border-color:inherit}.el-step__icon.is-icon{width:40px}.el-step__icon-inner{display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;font-weight:700;line-height:1;color:inherit}.el-step__icon-inner[class*=el-icon]:not(.is-status){font-size:25px;font-weight:400}.el-step__icon-inner.is-status{-webkit-transform:translateY(1px);transform:translateY(1px)}.el-step__line{position:absolute;border-color:inherit;background-color:#C0C4CC}.el-step__line-inner{display:block;border-width:1px;border-style:solid;border-color:inherit;-webkit-transition:.15s ease-out;transition:.15s ease-out;-webkit-box-sizing:border-box;box-sizing:border-box;width:0;height:0}.el-step__main{white-space:normal;text-align:left}.el-step__title{font-size:16px;line-height:38px}.el-step__title.is-process{font-weight:700;color:#303133}.el-step__title.is-wait{color:#C0C4CC}.el-step__title.is-success{color:#67C23A}.el-step__title.is-error{color:#F56C6C}.el-step__title.is-finish{color:#409EFF}.el-step__description{padding-right:10%;margin-top:-5px;font-size:12px;line-height:20px;font-weight:400}.el-step__description.is-process{color:#303133}.el-step__description.is-wait{color:#C0C4CC}.el-step__description.is-success{color:#67C23A}.el-step__description.is-error{color:#F56C6C}.el-step__description.is-finish{color:#409EFF}.el-step.is-horizontal{display:inline-block}.el-step.is-horizontal .el-step__line{height:2px;top:11px;left:0;right:0}.el-step.is-vertical{display:-webkit-box;display:-ms-flexbox;display:flex}.el-step.is-vertical .el-step__head{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:24px}.el-step.is-vertical .el-step__main{padding-left:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.el-step.is-vertical .el-step__title{line-height:24px;padding-bottom:8px}.el-step.is-vertical .el-step__line{width:2px;top:0;bottom:0;left:11px}.el-step.is-vertical .el-step__icon.is-icon{width:24px}.el-step.is-center .el-step__head,.el-step.is-center .el-step__main{text-align:center}.el-step.is-center .el-step__description{padding-left:20%;padding-right:20%}.el-step.is-center .el-step__line{left:50%;right:-50%}.el-step.is-simple{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-step.is-simple .el-step__head{width:auto;font-size:0;padding-right:10px}.el-step.is-simple .el-step__icon{background:0 0;width:16px;height:16px;font-size:12px}.el-step.is-simple .el-step__icon-inner[class*=el-icon]:not(.is-status){font-size:18px}.el-step.is-simple .el-step__icon-inner.is-status{-webkit-transform:scale(.8) translateY(1px);transform:scale(.8) translateY(1px)}.el-step.is-simple .el-step__main{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.el-step.is-simple .el-step__title{font-size:16px;line-height:20px}.el-step.is-simple:not(:last-of-type) .el-step__title{max-width:50%;word-break:break-all}.el-step.is-simple .el-step__arrow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-step.is-simple .el-step__arrow::after,.el-step.is-simple .el-step__arrow::before{content:'';display:inline-block;position:absolute;height:15px;width:1px;background:#C0C4CC}.el-step.is-simple .el-step__arrow::before{-webkit-transform:rotate(-45deg) translateY(-4px);transform:rotate(-45deg) translateY(-4px);-webkit-transform-origin:0 0;transform-origin:0 0}.el-step.is-simple .el-step__arrow::after{-webkit-transform:rotate(45deg) translateY(4px);transform:rotate(45deg) translateY(4px);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.el-step.is-simple:last-of-type .el-step__arrow{display:none}.el-carousel{position:relative}.el-carousel--horizontal{overflow-x:hidden}.el-carousel--vertical{overflow-y:hidden}.el-carousel__container{position:relative;height:300px}.el-carousel__arrow{border:none;outline:0;padding:0;margin:0;height:36px;width:36px;cursor:pointer;-webkit-transition:.3s;transition:.3s;border-radius:50%;background-color:rgba(31,45,61,.11);color:#FFF;position:absolute;top:50%;z-index:10;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:center;font-size:12px}.el-carousel__arrow--left{left:16px}.el-carousel__arrow--right{right:16px}.el-carousel__arrow:hover{background-color:rgba(31,45,61,.23)}.el-carousel__arrow i{cursor:pointer}.el-carousel__indicators{position:absolute;list-style:none;margin:0;padding:0;z-index:2}.el-carousel__indicators--horizontal{bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.el-carousel__indicators--vertical{right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-carousel__indicators--outside{bottom:26px;text-align:center;position:static;-webkit-transform:none;transform:none}.el-carousel__indicators--outside .el-carousel__indicator:hover button{opacity:.64}.el-carousel__indicators--outside button{background-color:#C0C4CC;opacity:.24}.el-carousel__indicators--labels{left:0;right:0;-webkit-transform:none;transform:none;text-align:center}.el-carousel__indicators--labels .el-carousel__button{height:auto;width:auto;padding:2px 18px;font-size:12px}.el-carousel__indicators--labels .el-carousel__indicator{padding:6px 4px}.el-carousel__indicator{background-color:transparent;cursor:pointer}.el-carousel__indicator:hover button{opacity:.72}.el-carousel__indicator--horizontal{display:inline-block;padding:12px 4px}.el-carousel__indicator--vertical{padding:4px 12px}.el-carousel__indicator--vertical .el-carousel__button{width:2px;height:15px}.el-carousel__indicator.is-active button{opacity:1}.el-carousel__button{display:block;opacity:.48;width:30px;height:2px;background-color:#FFF;border:none;outline:0;padding:0;margin:0;cursor:pointer;-webkit-transition:.3s;transition:.3s}.el-carousel__item,.el-carousel__mask{height:100%;top:0;left:0;position:absolute}.carousel-arrow-left-enter,.carousel-arrow-left-leave-active{-webkit-transform:translateY(-50%) translateX(-10px);transform:translateY(-50%) translateX(-10px);opacity:0}.carousel-arrow-right-enter,.carousel-arrow-right-leave-active{-webkit-transform:translateY(-50%) translateX(10px);transform:translateY(-50%) translateX(10px);opacity:0}.el-carousel__item{width:100%;display:inline-block;overflow:hidden;z-index:0}.el-carousel__item.is-active{z-index:2}.el-carousel__item.is-animating{-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out, -webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.el-carousel__item--card{width:50%;-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out, -webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.el-carousel__item--card.is-in-stage{cursor:pointer;z-index:1}.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,.el-carousel__item--card.is-in-stage:hover .el-carousel__mask{opacity:.12}.el-carousel__item--card.is-active{z-index:2}.el-carousel__mask{width:100%;background-color:#FFF;opacity:.24;-webkit-transition:.2s;transition:.2s}.el-fade-in-enter,.el-fade-in-leave-active,.el-fade-in-linear-enter,.el-fade-in-linear-leave,.el-fade-in-linear-leave-active,.fade-in-linear-enter,.fade-in-linear-leave,.fade-in-linear-leave-active{opacity:0}.fade-in-linear-enter-active,.fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.el-fade-in-enter-active,.el-fade-in-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter,.el-zoom-in-center-leave-active{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center top;transform-origin:center top}.el-zoom-in-top-enter,.el-zoom-in-top-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center bottom;transform-origin:center bottom}.el-zoom-in-bottom-enter,.el-zoom-in-bottom-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:top left;transform-origin:top left}.el-zoom-in-left-enter,.el-zoom-in-left-leave-active{opacity:0;-webkit-transform:scale(.45,.45);transform:scale(.45,.45)}.collapse-transition{-webkit-transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out}.horizontal-collapse-transition{-webkit-transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{-webkit-transition:all 1s;transition:all 1s}.el-list-enter,.el-list-leave-active{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}.el-opacity-transition{-webkit-transition:opacity .3s cubic-bezier(.55,0,.1,1);transition:opacity .3s cubic-bezier(.55,0,.1,1)}.el-collapse{border-top:1px solid #EBEEF5;border-bottom:1px solid #EBEEF5}.el-collapse-item.is-disabled .el-collapse-item__header{color:#bbb;cursor:not-allowed}.el-collapse-item__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:48px;line-height:48px;background-color:#FFF;color:#303133;cursor:pointer;border-bottom:1px solid #EBEEF5;font-size:13px;font-weight:500;-webkit-transition:border-bottom-color .3s;transition:border-bottom-color .3s;outline:0}.el-collapse-item__arrow{margin:0 8px 0 auto;transition:-webkit-transform .3s;-webkit-transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;font-weight:300}.el-collapse-item__arrow.is-active{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-collapse-item__header.focusing:focus:not(:hover){color:#409EFF}.el-collapse-item__header.is-active{border-bottom-color:transparent}.el-collapse-item__wrap{will-change:height;background-color:#FFF;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #EBEEF5}.el-cascader__tags,.el-tag{-webkit-box-sizing:border-box}.el-collapse-item__content{padding-bottom:25px;font-size:13px;color:#303133;line-height:1.769230769230769}.el-collapse-item:last-child{margin-bottom:-1px}.el-popper .popper__arrow,.el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.el-popper .popper__arrow::after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#EBEEF5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#FFF;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#EBEEF5}.el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#FFF}.el-popper[x-placement^=right]{margin-left:12px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#EBEEF5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#FFF;border-left-width:0}.el-popper[x-placement^=left]{margin-right:12px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#EBEEF5}.el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#FFF}.el-tag{background-color:#ecf5ff;border-color:#d9ecff;display:inline-block;height:32px;padding:0 10px;line-height:30px;font-size:12px;color:#409EFF;border-width:1px;border-style:solid;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap}.el-tag.is-hit{border-color:#409EFF}.el-tag .el-tag__close{color:#409eff}.el-tag .el-tag__close:hover{color:#FFF;background-color:#409eff}.el-tag.el-tag--info{background-color:#f4f4f5;border-color:#e9e9eb;color:#909399}.el-tag.el-tag--info.is-hit{border-color:#909399}.el-tag.el-tag--info .el-tag__close{color:#909399}.el-tag.el-tag--info .el-tag__close:hover{color:#FFF;background-color:#909399}.el-tag.el-tag--success{background-color:#f0f9eb;border-color:#e1f3d8;color:#67c23a}.el-tag.el-tag--success.is-hit{border-color:#67C23A}.el-tag.el-tag--success .el-tag__close{color:#67c23a}.el-tag.el-tag--success .el-tag__close:hover{color:#FFF;background-color:#67c23a}.el-tag.el-tag--warning{background-color:#fdf6ec;border-color:#faecd8;color:#e6a23c}.el-tag.el-tag--warning.is-hit{border-color:#E6A23C}.el-tag.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag.el-tag--warning .el-tag__close:hover{color:#FFF;background-color:#e6a23c}.el-tag.el-tag--danger{background-color:#fef0f0;border-color:#fde2e2;color:#f56c6c}.el-tag.el-tag--danger.is-hit{border-color:#F56C6C}.el-tag.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag.el-tag--danger .el-tag__close:hover{color:#FFF;background-color:#f56c6c}.el-tag .el-icon-close{border-radius:50%;text-align:center;position:relative;cursor:pointer;font-size:12px;height:16px;width:16px;line-height:16px;vertical-align:middle;top:-1px;right:-5px}.el-tag .el-icon-close::before{display:block}.el-tag--dark{background-color:#409eff;border-color:#409eff;color:#fff}.el-tag--dark.is-hit{border-color:#409EFF}.el-tag--dark .el-tag__close{color:#fff}.el-tag--dark .el-tag__close:hover{color:#FFF;background-color:#66b1ff}.el-tag--dark.el-tag--info{background-color:#909399;border-color:#909399;color:#fff}.el-tag--dark.el-tag--info.is-hit{border-color:#909399}.el-tag--dark.el-tag--info .el-tag__close{color:#fff}.el-tag--dark.el-tag--info .el-tag__close:hover{color:#FFF;background-color:#a6a9ad}.el-tag--dark.el-tag--success{background-color:#67c23a;border-color:#67c23a;color:#fff}.el-tag--dark.el-tag--success.is-hit{border-color:#67C23A}.el-tag--dark.el-tag--success .el-tag__close{color:#fff}.el-tag--dark.el-tag--success .el-tag__close:hover{color:#FFF;background-color:#85ce61}.el-tag--dark.el-tag--warning{background-color:#e6a23c;border-color:#e6a23c;color:#fff}.el-tag--dark.el-tag--warning.is-hit{border-color:#E6A23C}.el-tag--dark.el-tag--warning .el-tag__close{color:#fff}.el-tag--dark.el-tag--warning .el-tag__close:hover{color:#FFF;background-color:#ebb563}.el-tag--dark.el-tag--danger{background-color:#f56c6c;border-color:#f56c6c;color:#fff}.el-tag--dark.el-tag--danger.is-hit{border-color:#F56C6C}.el-tag--dark.el-tag--danger .el-tag__close{color:#fff}.el-tag--dark.el-tag--danger .el-tag__close:hover{color:#FFF;background-color:#f78989}.el-tag--plain{background-color:#fff;border-color:#b3d8ff;color:#409eff}.el-tag--plain.is-hit{border-color:#409EFF}.el-tag--plain .el-tag__close{color:#409eff}.el-tag--plain .el-tag__close:hover{color:#FFF;background-color:#409eff}.el-tag--plain.el-tag--info{background-color:#fff;border-color:#d3d4d6;color:#909399}.el-tag--plain.el-tag--info.is-hit{border-color:#909399}.el-tag--plain.el-tag--info .el-tag__close{color:#909399}.el-tag--plain.el-tag--info .el-tag__close:hover{color:#FFF;background-color:#909399}.el-tag--plain.el-tag--success{background-color:#fff;border-color:#c2e7b0;color:#67c23a}.el-tag--plain.el-tag--success.is-hit{border-color:#67C23A}.el-tag--plain.el-tag--success .el-tag__close{color:#67c23a}.el-tag--plain.el-tag--success .el-tag__close:hover{color:#FFF;background-color:#67c23a}.el-tag--plain.el-tag--warning{background-color:#fff;border-color:#f5dab1;color:#e6a23c}.el-tag--plain.el-tag--warning.is-hit{border-color:#E6A23C}.el-tag--plain.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag--plain.el-tag--warning .el-tag__close:hover{color:#FFF;background-color:#e6a23c}.el-tag--plain.el-tag--danger{background-color:#fff;border-color:#fbc4c4;color:#f56c6c}.el-tag--plain.el-tag--danger.is-hit{border-color:#F56C6C}.el-tag--plain.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag--plain.el-tag--danger .el-tag__close:hover{color:#FFF;background-color:#f56c6c}.el-tag--medium{height:28px;line-height:26px}.el-tag--medium .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--small{height:24px;padding:0 8px;line-height:22px}.el-tag--small .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--mini{height:20px;padding:0 5px;line-height:19px}.el-tag--mini .el-icon-close{margin-left:-3px;-webkit-transform:scale(.7);transform:scale(.7)}.el-cascader{display:inline-block;position:relative;font-size:14px;line-height:40px}.el-cascader:not(.is-disabled):hover .el-input__inner{cursor:pointer;border-color:#C0C4CC}.el-cascader .el-input .el-input__inner:focus,.el-cascader .el-input.is-focus .el-input__inner{border-color:#409EFF}.el-cascader .el-input{cursor:pointer}.el-cascader .el-input .el-input__inner{text-overflow:ellipsis}.el-cascader .el-input .el-icon-arrow-down{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;font-size:14px}.el-cascader .el-input .el-icon-arrow-down.is-reverse{-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg)}.el-cascader .el-input .el-icon-circle-close:hover{color:#909399}.el-cascader--medium{font-size:14px;line-height:36px}.el-cascader--small{font-size:13px;line-height:32px}.el-cascader--mini{font-size:12px;line-height:28px}.el-cascader.is-disabled .el-cascader__label{z-index:2;color:#C0C4CC}.el-cascader__dropdown{margin:5px 0;font-size:14px;background:#FFF;border:1px solid #E4E7ED;border-radius:4px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-cascader__tags{position:absolute;left:0;right:30px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;line-height:normal;text-align:left;-webkit-box-sizing:border-box;box-sizing:border-box}.el-cascader__tags .el-tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%;margin:2px 0 2px 6px;text-overflow:ellipsis;background:#f0f2f5}.el-cascader__tags .el-tag:not(.is-hit){border-color:transparent}.el-cascader__tags .el-tag>span{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis}.el-cascader__tags .el-tag .el-icon-close{-webkit-box-flex:0;-ms-flex:none;flex:none;background-color:#C0C4CC;color:#FFF}.el-cascader__tags .el-tag .el-icon-close:hover{background-color:#909399}.el-cascader__suggestion-panel{border-radius:4px}.el-cascader__suggestion-list{max-height:204px;margin:0;padding:6px 0;font-size:14px;color:#606266;text-align:center}.el-cascader__suggestion-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:34px;padding:0 15px;text-align:left;outline:0;cursor:pointer}.el-cascader__suggestion-item:focus,.el-cascader__suggestion-item:hover{background:#F5F7FA}.el-cascader__suggestion-item.is-checked{color:#409EFF;font-weight:700}.el-cascader__suggestion-item>span{margin-right:10px}.el-cascader__empty-text{margin:10px 0;color:#C0C4CC}.el-cascader__search-input{-webkit-box-flex:1;-ms-flex:1;flex:1;height:24px;min-width:60px;margin:2px 0 2px 15px;padding:0;color:#606266;border:none;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-cascader__search-input::-webkit-input-placeholder{color:#C0C4CC}.el-cascader__search-input:-ms-input-placeholder{color:#C0C4CC}.el-cascader__search-input::-ms-input-placeholder{color:#C0C4CC}.el-cascader__search-input::placeholder{color:#C0C4CC}.el-color-predefine{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;margin-top:8px;width:280px}.el-color-predefine__colors{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-wrap:wrap;flex-wrap:wrap}.el-color-predefine__color-selector{margin:0 0 8px 8px;width:20px;height:20px;border-radius:4px;cursor:pointer}.el-color-predefine__color-selector:nth-child(10n+1){margin-left:0}.el-color-predefine__color-selector.selected{-webkit-box-shadow:0 0 3px 2px #409EFF;box-shadow:0 0 3px 2px #409EFF}.el-color-predefine__color-selector>div{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;border-radius:3px}.el-color-predefine__color-selector.is-alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-hue-slider{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:280px;height:12px;background-color:red;padding:0 2px}.el-color-hue-slider__bar{position:relative;background:-webkit-gradient(linear,left top, right top,color-stop(0, red),color-stop(17%, #ff0),color-stop(33%, #0f0),color-stop(50%, #0ff),color-stop(67%, #00f),color-stop(83%, #f0f),to(red));background:linear-gradient(to right,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);height:100%}.el-color-hue-slider__thumb{position:absolute;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:0;width:4px;height:100%;border-radius:1px;background:#fff;border:1px solid #f0f0f0;-webkit-box-shadow:0 0 2px rgba(0,0,0,.6);box-shadow:0 0 2px rgba(0,0,0,.6);z-index:1}.el-color-hue-slider.is-vertical{width:12px;height:180px;padding:2px 0}.el-color-hue-slider.is-vertical .el-color-hue-slider__bar{background:-webkit-gradient(linear,left top, left bottom,color-stop(0, red),color-stop(17%, #ff0),color-stop(33%, #0f0),color-stop(50%, #0ff),color-stop(67%, #00f),color-stop(83%, #f0f),to(red));background:linear-gradient(to bottom,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%)}.el-color-hue-slider.is-vertical .el-color-hue-slider__thumb{left:0;top:0;width:100%;height:4px}.el-color-svpanel{position:relative;width:280px;height:180px}.el-color-svpanel__black,.el-color-svpanel__white{position:absolute;top:0;left:0;right:0;bottom:0}.el-color-svpanel__white{background:-webkit-gradient(linear,left top, right top,from(#fff),to(rgba(255,255,255,0)));background:linear-gradient(to right,#fff,rgba(255,255,255,0))}.el-color-svpanel__black{background:-webkit-gradient(linear,left bottom, left top,from(#000),to(rgba(0,0,0,0)));background:linear-gradient(to top,#000,rgba(0,0,0,0))}.el-color-svpanel__cursor{position:absolute}.el-color-svpanel__cursor>div{cursor:head;width:4px;height:4px;-webkit-box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);border-radius:50%;-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}.el-color-alpha-slider{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:280px;height:12px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-alpha-slider__bar{position:relative;background:-webkit-gradient(linear,left top, right top,color-stop(0, rgba(255,255,255,0)),to(#fff));background:linear-gradient(to right,rgba(255,255,255,0) 0,#fff 100%);height:100%}.el-color-alpha-slider__thumb{position:absolute;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:0;width:4px;height:100%;border-radius:1px;background:#fff;border:1px solid #f0f0f0;-webkit-box-shadow:0 0 2px rgba(0,0,0,.6);box-shadow:0 0 2px rgba(0,0,0,.6);z-index:1}.el-color-alpha-slider.is-vertical{width:20px;height:180px}.el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar{background:-webkit-gradient(linear,left top, left bottom,color-stop(0, rgba(255,255,255,0)),to(#fff));background:linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%)}.el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb{left:0;top:0;width:100%;height:4px}.el-color-dropdown{width:300px}.el-color-dropdown__main-wrapper{margin-bottom:6px}.el-color-dropdown__main-wrapper::after{content:"";display:table;clear:both}.el-color-dropdown__btns{margin-top:6px;text-align:right}.el-color-dropdown__value{float:left;line-height:26px;font-size:12px;color:#000;width:160px}.el-color-dropdown__btn{border:1px solid #dcdcdc;color:#333;line-height:24px;border-radius:2px;padding:0 20px;cursor:pointer;background-color:transparent;outline:0;font-size:12px}.el-color-dropdown__btn[disabled]{color:#ccc;cursor:not-allowed}.el-color-dropdown__btn:hover{color:#409EFF;border-color:#409EFF}.el-color-dropdown__link-btn{cursor:pointer;color:#409EFF;text-decoration:none;padding:15px;font-size:12px}.el-color-dropdown__link-btn:hover{color:tint(#409EFF,20%)}.el-color-picker{display:inline-block;position:relative;line-height:normal;height:40px}.el-color-picker.is-disabled .el-color-picker__trigger{cursor:not-allowed}.el-color-picker--medium{height:36px}.el-color-picker--medium .el-color-picker__trigger{height:36px;width:36px}.el-color-picker--medium .el-color-picker__mask{height:34px;width:34px}.el-color-picker--small{height:32px}.el-color-picker--small .el-color-picker__trigger{height:32px;width:32px}.el-color-picker--small .el-color-picker__mask{height:30px;width:30px}.el-color-picker--small .el-color-picker__empty,.el-color-picker--small .el-color-picker__icon{-webkit-transform:translate3d(-50%,-50%,0) scale(.8);transform:translate3d(-50%,-50%,0) scale(.8)}.el-color-picker--mini{height:28px}.el-color-picker--mini .el-color-picker__trigger{height:28px;width:28px}.el-color-picker--mini .el-color-picker__mask{height:26px;width:26px}.el-color-picker--mini .el-color-picker__empty,.el-color-picker--mini .el-color-picker__icon{-webkit-transform:translate3d(-50%,-50%,0) scale(.8);transform:translate3d(-50%,-50%,0) scale(.8)}.el-color-picker__mask{height:38px;width:38px;border-radius:4px;position:absolute;top:1px;left:1px;z-index:1;cursor:not-allowed;background-color:rgba(255,255,255,.7)}.el-color-picker__trigger{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px;width:40px;padding:4px;border:1px solid #e6e6e6;border-radius:4px;font-size:0;position:relative;cursor:pointer}.el-color-picker__color{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #999;border-radius:2px;width:100%;height:100%;text-align:center}.el-color-picker__color.is-alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-picker__color-inner{position:absolute;left:0;top:0;right:0;bottom:0}.el-color-picker__empty,.el-color-picker__icon{top:50%;left:50%;font-size:12px;position:absolute}.el-color-picker__empty{color:#999;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.el-color-picker__icon{display:inline-block;width:100%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);color:#FFF;text-align:center}.el-color-picker__panel{position:absolute;z-index:10;padding:6px;-webkit-box-sizing:content-box;box-sizing:content-box;background-color:#FFF;border:1px solid #EBEEF5;border-radius:4px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-textarea{position:relative;display:inline-block;width:100%;vertical-align:bottom;font-size:14px}.el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:inherit;color:#606266;background-color:#FFF;background-image:none;border:1px solid #DCDFE6;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-textarea__inner::-webkit-input-placeholder{color:#C0C4CC}.el-textarea__inner:-ms-input-placeholder{color:#C0C4CC}.el-textarea__inner::-ms-input-placeholder{color:#C0C4CC}.el-textarea__inner::placeholder{color:#C0C4CC}.el-textarea__inner:hover{border-color:#C0C4CC}.el-textarea__inner:focus{outline:0;border-color:#409EFF}.el-textarea .el-input__count{color:#909399;background:#FFF;position:absolute;font-size:12px;bottom:5px;right:10px}.el-textarea.is-disabled .el-textarea__inner{background-color:#F5F7FA;border-color:#E4E7ED;color:#C0C4CC;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#C0C4CC}.el-textarea.is-exceed .el-textarea__inner{border-color:#F56C6C}.el-textarea.is-exceed .el-input__count{color:#F56C6C}.el-input{position:relative;font-size:14px;display:inline-block;width:100%}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.el-input::-webkit-scrollbar-corner{background:#fff}.el-input::-webkit-scrollbar-track{background:#fff}.el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.el-input .el-input__clear{color:#C0C4CC;font-size:14px;cursor:pointer;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-input .el-input__clear:hover{color:#909399}.el-input .el-input__count{height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#909399;font-size:12px}.el-input .el-input__count .el-input__count-inner{background:#FFF;line-height:initial;display:inline-block;padding:0 5px}.el-input__inner{-webkit-appearance:none;background-color:#FFF;background-image:none;border-radius:4px;border:1px solid #DCDFE6;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;display:inline-block;font-size:inherit;height:40px;line-height:40px;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.el-input__prefix,.el-input__suffix{position:absolute;top:0;-webkit-transition:all .3s;height:100%;color:#C0C4CC;text-align:center}.el-input__inner::-webkit-input-placeholder{color:#C0C4CC}.el-input__inner:-ms-input-placeholder{color:#C0C4CC}.el-input__inner::-ms-input-placeholder{color:#C0C4CC}.el-input__inner::placeholder{color:#C0C4CC}.el-input__inner:hover{border-color:#C0C4CC}.el-input.is-active .el-input__inner,.el-input__inner:focus{border-color:#409EFF;outline:0}.el-input__suffix{right:5px;-webkit-transition:all .3s;transition:all .3s}.el-input__suffix-inner{pointer-events:all}.el-input__prefix{left:5px;-webkit-transition:all .3s;transition:all .3s}.el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.el-input__icon:after{content:'';height:100%;width:0;display:inline-block;vertical-align:middle}.el-input__validateIcon{pointer-events:none}.el-input.is-disabled .el-input__inner{background-color:#F5F7FA;border-color:#E4E7ED;color:#C0C4CC;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner::placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-link,.el-transfer-panel__filter .el-icon-circle-close{cursor:pointer}.el-input.is-exceed .el-input__inner{border-color:#F56C6C}.el-input.is-exceed .el-input__suffix .el-input__count{color:#F56C6C}.el-input--suffix .el-input__inner{padding-right:30px}.el-input--prefix .el-input__inner{padding-left:30px}.el-input--medium{font-size:14px}.el-input--medium .el-input__inner{height:36px;line-height:36px}.el-input--medium .el-input__icon{line-height:36px}.el-input--small{font-size:13px}.el-input--small .el-input__inner{height:32px;line-height:32px}.el-input--small .el-input__icon{line-height:32px}.el-input--mini{font-size:12px}.el-input--mini .el-input__inner{height:28px;line-height:28px}.el-input--mini .el-input__icon{line-height:28px}.el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate;border-spacing:0}.el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.el-input-group__append,.el-input-group__prepend{background-color:#F5F7FA;color:#909399;vertical-align:middle;display:table-cell;position:relative;border:1px solid #DCDFE6;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.el-input-group--prepend .el-input__inner,.el-input-group__append{border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--append .el-input__inner,.el-input-group__prepend{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:0}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:-10px -20px}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input{font-size:inherit}.el-input-group__prepend{border-right:0}.el-input-group__append{border-left:0}.el-input-group--append .el-select .el-input.is-focus .el-input__inner,.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input__inner::-ms-clear{display:none;width:0;height:0}.el-transfer{font-size:14px}.el-transfer__buttons{display:inline-block;vertical-align:middle;padding:0 30px}.el-transfer__button{display:block;margin:0 auto;padding:10px;border-radius:50%;color:#FFF;background-color:#409EFF;font-size:0}.el-transfer__button.is-with-texts{border-radius:4px}.el-transfer__button.is-disabled,.el-transfer__button.is-disabled:hover{border:1px solid #DCDFE6;background-color:#F5F7FA;color:#C0C4CC}.el-transfer__button:first-child{margin-bottom:10px}.el-transfer__button:nth-child(2){margin:0}.el-transfer__button i,.el-transfer__button span{font-size:14px}.el-transfer__button [class*=el-icon-]+span{margin-left:0}.el-transfer-panel{border:1px solid #EBEEF5;border-radius:4px;overflow:hidden;background:#FFF;display:inline-block;vertical-align:middle;width:200px;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.el-transfer-panel__body{height:246px}.el-transfer-panel__body.is-with-footer{padding-bottom:40px}.el-transfer-panel__list{margin:0;padding:6px 0;list-style:none;height:246px;overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box}.el-transfer-panel__list.is-filterable{height:194px;padding-top:0}.el-transfer-panel__item{height:30px;line-height:30px;padding-left:15px;display:block}.el-transfer-panel__item+.el-transfer-panel__item{margin-left:0;display:block!important}.el-transfer-panel__item.el-checkbox{color:#606266}.el-transfer-panel__item:hover{color:#409EFF}.el-transfer-panel__item.el-checkbox .el-checkbox__label{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:24px;line-height:30px}.el-transfer-panel__item .el-checkbox__input{position:absolute;top:8px}.el-transfer-panel__filter{text-align:center;margin:15px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;width:auto}.el-transfer-panel__filter .el-input__inner{height:32px;width:100%;font-size:12px;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:16px;padding-right:10px;padding-left:30px}.el-transfer-panel__filter .el-input__icon{margin-left:5px}.el-transfer-panel .el-transfer-panel__header{height:40px;line-height:40px;background:#F5F7FA;margin:0;padding-left:15px;border-bottom:1px solid #EBEEF5;-webkit-box-sizing:border-box;box-sizing:border-box;color:#000}.el-transfer-panel .el-transfer-panel__header .el-checkbox{display:block;line-height:40px}.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label{font-size:16px;color:#303133;font-weight:400}.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label span{position:absolute;right:15px;color:#909399;font-size:12px;font-weight:400}.el-divider__text,.el-link{font-weight:500;font-size:14px}.el-transfer-panel .el-transfer-panel__footer{height:40px;background:#FFF;margin:0;padding:0;border-top:1px solid #EBEEF5;position:absolute;bottom:0;left:0;width:100%;z-index:1}.el-transfer-panel .el-transfer-panel__footer::after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-container,.el-timeline-item__node{display:-webkit-box;display:-ms-flexbox}.el-transfer-panel .el-transfer-panel__footer .el-checkbox{padding-left:20px;color:#606266}.el-transfer-panel .el-transfer-panel__empty{margin:0;height:30px;line-height:30px;padding:6px 15px 0;color:#909399;text-align:center}.el-transfer-panel .el-checkbox__label{padding-left:8px}.el-transfer-panel .el-checkbox__inner{height:14px;width:14px;border-radius:3px}.el-transfer-panel .el-checkbox__inner::after{height:6px;width:3px;left:4px}.el-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-preferred-size:auto;flex-basis:auto;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0}.el-container.is-vertical,.el-drawer{-webkit-box-orient:vertical;-webkit-box-direction:normal}.el-aside,.el-header{-webkit-box-sizing:border-box}.el-container.is-vertical{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.el-header{padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0}.el-aside{overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0}.el-footer,.el-main{-webkit-box-sizing:border-box}.el-main{display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-preferred-size:auto;flex-basis:auto;overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px}.el-footer{padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0}.el-timeline{margin:0;font-size:14px;list-style:none}.el-timeline .el-timeline-item:last-child .el-timeline-item__tail{display:none}.el-timeline-item{position:relative;padding-bottom:20px}.el-timeline-item__wrapper{position:relative;padding-left:28px;top:-3px}.el-timeline-item__tail{position:absolute;left:4px;height:100%;border-left:2px solid #E4E7ED}.el-timeline-item__icon{color:#FFF;font-size:13px}.el-timeline-item__node{position:absolute;background-color:#E4E7ED;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-image__error,.el-timeline-item__dot{display:-webkit-box;display:-ms-flexbox}.el-timeline-item__node--normal{left:-1px;width:12px;height:12px}.el-timeline-item__node--large{left:-2px;width:14px;height:14px}.el-timeline-item__node--primary{background-color:#409EFF}.el-timeline-item__node--success{background-color:#67C23A}.el-timeline-item__node--warning{background-color:#E6A23C}.el-timeline-item__node--danger{background-color:#F56C6C}.el-timeline-item__node--info{background-color:#909399}.el-timeline-item__dot{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-timeline-item__content{color:#303133}.el-timeline-item__timestamp{color:#909399;line-height:1;font-size:13px}.el-timeline-item__timestamp.is-top{margin-bottom:8px;padding-top:4px}.el-timeline-item__timestamp.is-bottom{margin-top:8px}.el-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;vertical-align:middle;position:relative;text-decoration:none;outline:0;padding:0}.el-link.is-underline:hover:after{content:"";position:absolute;left:0;right:0;height:0;bottom:0;border-bottom:1px solid #409EFF}.el-link.el-link--default:after,.el-link.el-link--primary.is-underline:hover:after,.el-link.el-link--primary:after{border-color:#409EFF}.el-link.is-disabled{cursor:not-allowed}.el-link [class*=el-icon-]+span{margin-left:5px}.el-link.el-link--default{color:#606266}.el-link.el-link--default:hover{color:#409EFF}.el-link.el-link--default.is-disabled{color:#C0C4CC}.el-link.el-link--primary{color:#409EFF}.el-link.el-link--primary:hover{color:#66b1ff}.el-link.el-link--primary.is-disabled{color:#a0cfff}.el-link.el-link--danger.is-underline:hover:after,.el-link.el-link--danger:after{border-color:#F56C6C}.el-link.el-link--danger{color:#F56C6C}.el-link.el-link--danger:hover{color:#f78989}.el-link.el-link--danger.is-disabled{color:#fab6b6}.el-link.el-link--success.is-underline:hover:after,.el-link.el-link--success:after{border-color:#67C23A}.el-link.el-link--success{color:#67C23A}.el-link.el-link--success:hover{color:#85ce61}.el-link.el-link--success.is-disabled{color:#b3e19d}.el-link.el-link--warning.is-underline:hover:after,.el-link.el-link--warning:after{border-color:#E6A23C}.el-link.el-link--warning{color:#E6A23C}.el-link.el-link--warning:hover{color:#ebb563}.el-link.el-link--warning.is-disabled{color:#f3d19e}.el-link.el-link--info.is-underline:hover:after,.el-link.el-link--info:after{border-color:#909399}.el-link.el-link--info{color:#909399}.el-link.el-link--info:hover{color:#a6a9ad}.el-link.el-link--info.is-disabled{color:#c8c9cc}.el-divider{background-color:#DCDFE6;position:relative}.el-divider--horizontal{display:block;height:1px;width:100%;margin:24px 0}.el-divider--vertical{display:inline-block;width:1px;height:1em;margin:0 8px;vertical-align:middle;position:relative}.el-divider__text{position:absolute;background-color:#FFF;padding:0 20px;color:#303133}.el-image__error,.el-image__placeholder{background:#F5F7FA}.el-divider__text.is-left{left:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-divider__text.is-center{left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.el-divider__text.is-right{right:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-image__error,.el-image__inner,.el-image__placeholder{width:100%;height:100%}.el-image{position:relative;display:inline-block;overflow:hidden}.el-image__inner{vertical-align:top}.el-image__inner--center{position:relative;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:block}.el-image__error{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#C0C4CC;vertical-align:middle}.el-image__preview{cursor:pointer}.el-image-viewer__wrapper{position:fixed;top:0;right:0;bottom:0;left:0}.el-image-viewer__btn{position:absolute;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;opacity:.8;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-button,.el-checkbox{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.el-image-viewer__close{top:40px;right:40px;width:40px;height:40px;font-size:40px}.el-image-viewer__canvas{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-image-viewer__actions{left:50%;bottom:30px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:282px;height:44px;padding:0 23px;background-color:#606266;border-color:#fff;border-radius:22px}.el-image-viewer__actions__inner{width:100%;height:100%;text-align:justify;cursor:default;font-size:23px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.el-image-viewer__next,.el-image-viewer__prev{top:50%;width:44px;height:44px;font-size:24px;color:#fff;background-color:#606266;border-color:#fff}.el-image-viewer__prev{-webkit-transform:translateY(-50%);transform:translateY(-50%);left:40px}.el-image-viewer__next{-webkit-transform:translateY(-50%);transform:translateY(-50%);right:40px;text-indent:2px}.el-image-viewer__mask{position:absolute;width:100%;height:100%;top:0;left:0;opacity:.5;background:#000}.viewer-fade-enter-active{-webkit-animation:viewer-fade-in .3s;animation:viewer-fade-in .3s}.viewer-fade-leave-active{-webkit-animation:viewer-fade-out .3s;animation:viewer-fade-out .3s}@-webkit-keyframes viewer-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes viewer-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes viewer-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes viewer-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}.el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#FFF;border:1px solid #DCDFE6;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:.1s;transition:.1s;font-weight:500;padding:12px 20px;font-size:14px;border-radius:4px}.el-button+.el-button{margin-left:10px}.el-button:focus,.el-button:hover{color:#409EFF;border-color:#c6e2ff;background-color:#ecf5ff}.el-button:active{color:#3a8ee6;border-color:#3a8ee6;outline:0}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon-]+span{margin-left:5px}.el-button.is-plain:focus,.el-button.is-plain:hover{background:#FFF;border-color:#409EFF;color:#409EFF}.el-button.is-active,.el-button.is-plain:active{color:#3a8ee6;border-color:#3a8ee6}.el-button.is-plain:active{background:#FFF;outline:0}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#C0C4CC;cursor:not-allowed;background-image:none;background-color:#FFF;border-color:#EBEEF5}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover{background-color:#FFF;border-color:#EBEEF5;color:#C0C4CC}.el-button.is-loading{position:relative;pointer-events:none}.el-button.is-loading:before{pointer-events:none;content:'';position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:rgba(255,255,255,.35)}.el-button.is-round{border-radius:20px;padding:12px 23px}.el-button.is-circle{border-radius:50%;padding:12px}.el-button--primary{color:#FFF;background-color:#409EFF;border-color:#409EFF}.el-button--primary:focus,.el-button--primary:hover{background:#66b1ff;border-color:#66b1ff;color:#FFF}.el-button--primary.is-active,.el-button--primary:active{background:#3a8ee6;border-color:#3a8ee6;color:#FFF}.el-button--primary:active{outline:0}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{color:#FFF;background-color:#a0cfff;border-color:#a0cfff}.el-button--primary.is-plain{color:#409EFF;background:#ecf5ff;border-color:#b3d8ff}.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover{background:#409EFF;border-color:#409EFF;color:#FFF}.el-button--primary.is-plain:active{background:#3a8ee6;border-color:#3a8ee6;color:#FFF;outline:0}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{color:#8cc5ff;background-color:#ecf5ff;border-color:#d9ecff}.el-button--success{color:#FFF;background-color:#67C23A;border-color:#67C23A}.el-button--success:focus,.el-button--success:hover{background:#85ce61;border-color:#85ce61;color:#FFF}.el-button--success.is-active,.el-button--success:active{background:#5daf34;border-color:#5daf34;color:#FFF}.el-button--success:active{outline:0}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{color:#FFF;background-color:#b3e19d;border-color:#b3e19d}.el-button--success.is-plain{color:#67C23A;background:#f0f9eb;border-color:#c2e7b0}.el-button--success.is-plain:focus,.el-button--success.is-plain:hover{background:#67C23A;border-color:#67C23A;color:#FFF}.el-button--success.is-plain:active{background:#5daf34;border-color:#5daf34;color:#FFF;outline:0}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{color:#a4da89;background-color:#f0f9eb;border-color:#e1f3d8}.el-button--warning{color:#FFF;background-color:#E6A23C;border-color:#E6A23C}.el-button--warning:focus,.el-button--warning:hover{background:#ebb563;border-color:#ebb563;color:#FFF}.el-button--warning.is-active,.el-button--warning:active{background:#cf9236;border-color:#cf9236;color:#FFF}.el-button--warning:active{outline:0}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{color:#FFF;background-color:#f3d19e;border-color:#f3d19e}.el-button--warning.is-plain{color:#E6A23C;background:#fdf6ec;border-color:#f5dab1}.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover{background:#E6A23C;border-color:#E6A23C;color:#FFF}.el-button--warning.is-plain:active{background:#cf9236;border-color:#cf9236;color:#FFF;outline:0}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{color:#f0c78a;background-color:#fdf6ec;border-color:#faecd8}.el-button--danger{color:#FFF;background-color:#F56C6C;border-color:#F56C6C}.el-button--danger:focus,.el-button--danger:hover{background:#f78989;border-color:#f78989;color:#FFF}.el-button--danger.is-active,.el-button--danger:active{background:#dd6161;border-color:#dd6161;color:#FFF}.el-button--danger:active{outline:0}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{color:#FFF;background-color:#fab6b6;border-color:#fab6b6}.el-button--danger.is-plain{color:#F56C6C;background:#fef0f0;border-color:#fbc4c4}.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover{background:#F56C6C;border-color:#F56C6C;color:#FFF}.el-button--danger.is-plain:active{background:#dd6161;border-color:#dd6161;color:#FFF;outline:0}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{color:#f9a7a7;background-color:#fef0f0;border-color:#fde2e2}.el-button--info{color:#FFF;background-color:#909399;border-color:#909399}.el-button--info:focus,.el-button--info:hover{background:#a6a9ad;border-color:#a6a9ad;color:#FFF}.el-button--info.is-active,.el-button--info:active{background:#82848a;border-color:#82848a;color:#FFF}.el-button--info:active{outline:0}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{color:#FFF;background-color:#c8c9cc;border-color:#c8c9cc}.el-button--info.is-plain{color:#909399;background:#f4f4f5;border-color:#d3d4d6}.el-button--info.is-plain:focus,.el-button--info.is-plain:hover{background:#909399;border-color:#909399;color:#FFF}.el-button--info.is-plain:active{background:#82848a;border-color:#82848a;color:#FFF;outline:0}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{color:#bcbec2;background-color:#f4f4f5;border-color:#e9e9eb}.el-button--text,.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover,.el-button--text:active{border-color:transparent}.el-button--medium{padding:10px 20px;font-size:14px;border-radius:4px}.el-button--mini,.el-button--small{font-size:12px;border-radius:3px}.el-button--medium.is-round{padding:10px 20px}.el-button--medium.is-circle{padding:10px}.el-button--small,.el-button--small.is-round{padding:9px 15px}.el-button--small.is-circle{padding:9px}.el-button--mini,.el-button--mini.is-round{padding:7px 15px}.el-button--mini.is-circle{padding:7px}.el-button--text{color:#409EFF;background:0 0;padding-left:0;padding-right:0}.el-button--text:focus,.el-button--text:hover{color:#66b1ff;border-color:transparent;background-color:transparent}.el-button--text:active{color:#3a8ee6;background-color:transparent}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group::after,.el-button-group::before{display:table;content:""}.el-button-group::after{clear:both}.el-button-group>.el-button{float:left;position:relative}.el-button-group>.el-button+.el-button{margin-left:0}.el-button-group>.el-button.is-disabled{z-index:1}.el-button-group>.el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.el-button-group>.el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.el-button-group>.el-button:first-child:last-child{border-radius:4px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.el-button-group>.el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group>.el-button:not(:last-child){margin-right:-1px}.el-button-group>.el-button.is-active,.el-button-group>.el-button:active,.el-button-group>.el-button:focus,.el-button-group>.el-button:hover{z-index:1}.el-button-group>.el-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0;border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--primary:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--success:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:first-child{border-right-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:last-child{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--info:not(:first-child):not(:last-child){border-left-color:rgba(255,255,255,.5);border-right-color:rgba(255,255,255,.5)}.el-calendar{background-color:#fff}.el-calendar__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:12px 20px;border-bottom:1px solid #EBEEF5}.el-backtop,.el-page-header{display:-webkit-box;display:-ms-flexbox}.el-calendar__title{color:#000;-ms-flex-item-align:center;align-self:center}.el-calendar__body{padding:12px 20px 35px}.el-calendar-table{table-layout:fixed;width:100%}.el-calendar-table thead th{padding:12px 0;color:#606266;font-weight:400}.el-calendar-table:not(.is-range) td.next,.el-calendar-table:not(.is-range) td.prev{color:#C0C4CC}.el-backtop,.el-calendar-table td.is-today{color:#409EFF}.el-calendar-table td{border-bottom:1px solid #EBEEF5;border-right:1px solid #EBEEF5;vertical-align:top;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.el-calendar-table td.is-selected{background-color:#F2F8FE}.el-calendar-table tr:first-child td{border-top:1px solid #EBEEF5}.el-calendar-table tr td:first-child{border-left:1px solid #EBEEF5}.el-calendar-table tr.el-calendar-table__row--hide-border td{border-top:none}.el-calendar-table .el-calendar-day{-webkit-box-sizing:border-box;box-sizing:border-box;padding:8px;height:85px}.el-calendar-table .el-calendar-day:hover{cursor:pointer;background-color:#F2F8FE}.el-backtop{position:fixed;background-color:#FFF;width:40px;height:40px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:20px;-webkit-box-shadow:0 0 6px rgba(0,0,0,.12);box-shadow:0 0 6px rgba(0,0,0,.12);cursor:pointer;z-index:5}.el-backtop:hover{background-color:#F2F6FC}.el-page-header{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:24px}.el-page-header__left{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;margin-right:40px;position:relative}.el-page-header__left::after{content:"";position:absolute;width:1px;height:16px;right:-20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:#DCDFE6}.el-checkbox,.el-checkbox__input{display:inline-block;position:relative;white-space:nowrap}.el-page-header__left .el-icon-back{font-size:18px;margin-right:6px;-ms-flex-item-align:center;align-self:center}.el-page-header__title{font-size:14px;font-weight:500}.el-page-header__content{font-size:18px;color:#303133}.el-checkbox{color:#606266;font-weight:500;font-size:14px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:30px}.el-checkbox-button__inner,.el-radio{font-weight:500;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.el-checkbox.is-bordered{padding:9px 20px 9px 10px;border-radius:4px;border:1px solid #DCDFE6;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:normal;height:40px}.el-checkbox.is-bordered.is-checked{border-color:#409EFF}.el-checkbox.is-bordered.is-disabled{border-color:#EBEEF5;cursor:not-allowed}.el-checkbox.is-bordered+.el-checkbox.is-bordered{margin-left:10px}.el-checkbox.is-bordered.el-checkbox--medium{padding:7px 20px 7px 10px;border-radius:4px;height:36px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label{line-height:17px;font-size:14px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner{height:14px;width:14px}.el-checkbox.is-bordered.el-checkbox--small{padding:5px 15px 5px 10px;border-radius:3px;height:32px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{line-height:15px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox.is-bordered.el-checkbox--mini{padding:3px 15px 3px 10px;border-radius:3px;height:28px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label{line-height:12px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox__input{cursor:pointer;outline:0;line-height:1;vertical-align:middle}.el-checkbox__input.is-disabled .el-checkbox__inner{background-color:#edf2fc;border-color:#DCDFE6;cursor:not-allowed}.el-checkbox__input.is-disabled .el-checkbox__inner::after{cursor:not-allowed;border-color:#C0C4CC}.el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label{cursor:not-allowed}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#F2F6FC;border-color:#DCDFE6}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{border-color:#C0C4CC}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:#F2F6FC;border-color:#DCDFE6}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before{background-color:#C0C4CC;border-color:#C0C4CC}.el-checkbox__input.is-checked .el-checkbox__inner,.el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#409EFF;border-color:#409EFF}.el-checkbox__input.is-disabled+span.el-checkbox__label{color:#C0C4CC;cursor:not-allowed}.el-checkbox__input.is-checked .el-checkbox__inner::after{-webkit-transform:rotate(45deg) scaleY(1);transform:rotate(45deg) scaleY(1)}.el-checkbox__input.is-checked+.el-checkbox__label{color:#409EFF}.el-checkbox__input.is-focus .el-checkbox__inner{border-color:#409EFF}.el-checkbox__input.is-indeterminate .el-checkbox__inner::before{content:'';position:absolute;display:block;background-color:#FFF;height:2px;-webkit-transform:scale(.5);transform:scale(.5);left:0;right:0;top:5px}.el-checkbox__input.is-indeterminate .el-checkbox__inner::after{display:none}.el-checkbox__inner{display:inline-block;position:relative;border:1px solid #DCDFE6;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;background-color:#FFF;z-index:1;-webkit-transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.el-checkbox__inner:hover{border-color:#409EFF}.el-checkbox__inner::after{-webkit-box-sizing:content-box;box-sizing:content-box;content:"";border:1px solid #FFF;border-left:0;border-top:0;height:7px;left:4px;position:absolute;top:1px;-webkit-transform:rotate(45deg) scaleY(0);transform:rotate(45deg) scaleY(0);width:3px;-webkit-transition:-webkit-transform .15s ease-in .05s;transition:-webkit-transform .15s ease-in .05s;transition:transform .15s ease-in .05s;transition:transform .15s ease-in .05s, -webkit-transform .15s ease-in .05s;transition:transform .15s ease-in .05s,-webkit-transform .15s ease-in .05s;-webkit-transform-origin:center;transform-origin:center}.el-checkbox__original{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.el-checkbox-button,.el-checkbox-button__inner{display:inline-block;position:relative}.el-checkbox__label{display:inline-block;padding-left:10px;line-height:19px;font-size:14px}.el-checkbox:last-of-type{margin-right:0}.el-checkbox-button__inner{line-height:1;white-space:nowrap;vertical-align:middle;cursor:pointer;background:#FFF;border:1px solid #DCDFE6;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);padding:12px 20px;font-size:14px;border-radius:0}.el-checkbox-button__inner.is-round{padding:12px 20px}.el-checkbox-button__inner:hover{color:#409EFF}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-radio,.el-radio__input{line-height:1;outline:0;white-space:nowrap}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.el-checkbox-button__original{opacity:0;outline:0;position:absolute;margin:0;z-index:-1}.el-radio,.el-radio__inner,.el-radio__input{position:relative;display:inline-block}.el-checkbox-button.is-checked .el-checkbox-button__inner{color:#FFF;background-color:#409EFF;border-color:#409EFF;-webkit-box-shadow:-1px 0 0 0 #8cc5ff;box-shadow:-1px 0 0 0 #8cc5ff}.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#409EFF}.el-checkbox-button.is-disabled .el-checkbox-button__inner{color:#C0C4CC;cursor:not-allowed;background-image:none;background-color:#FFF;border-color:#EBEEF5;-webkit-box-shadow:none;box-shadow:none}.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner{border-left-color:#EBEEF5}.el-checkbox-button:first-child .el-checkbox-button__inner{border-left:1px solid #DCDFE6;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#409EFF}.el-checkbox-button:last-child .el-checkbox-button__inner{border-radius:0 4px 4px 0}.el-checkbox-button--medium .el-checkbox-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.el-checkbox-button--medium .el-checkbox-button__inner.is-round{padding:10px 20px}.el-checkbox-button--small .el-checkbox-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:9px 15px}.el-checkbox-button--mini .el-checkbox-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.el-checkbox-button--mini .el-checkbox-button__inner.is-round{padding:7px 15px}.el-checkbox-group{font-size:0}.el-radio,.el-radio--medium.is-bordered .el-radio__label{font-size:14px}.el-radio{color:#606266;cursor:pointer;margin-right:30px}.el-cascader-node>.el-radio,.el-radio:last-child{margin-right:0}.el-radio.is-bordered{padding:12px 20px 0 10px;border-radius:4px;border:1px solid #DCDFE6;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px}.el-radio.is-bordered.is-checked{border-color:#409EFF}.el-radio.is-bordered.is-disabled{cursor:not-allowed;border-color:#EBEEF5}.el-radio__input.is-disabled .el-radio__inner,.el-radio__input.is-disabled.is-checked .el-radio__inner{background-color:#F5F7FA;border-color:#E4E7ED}.el-radio.is-bordered+.el-radio.is-bordered{margin-left:10px}.el-radio--medium.is-bordered{padding:10px 20px 0 10px;border-radius:4px;height:36px}.el-radio--mini.is-bordered .el-radio__label,.el-radio--small.is-bordered .el-radio__label{font-size:12px}.el-radio--medium.is-bordered .el-radio__inner{height:14px;width:14px}.el-radio--small.is-bordered{padding:8px 15px 0 10px;border-radius:3px;height:32px}.el-radio--small.is-bordered .el-radio__inner{height:12px;width:12px}.el-radio--mini.is-bordered{padding:6px 15px 0 10px;border-radius:3px;height:28px}.el-radio--mini.is-bordered .el-radio__inner{height:12px;width:12px}.el-radio__input{cursor:pointer;vertical-align:middle}.el-radio__input.is-disabled .el-radio__inner{cursor:not-allowed}.el-radio__input.is-disabled .el-radio__inner::after{cursor:not-allowed;background-color:#F5F7FA}.el-radio__input.is-disabled .el-radio__inner+.el-radio__label{cursor:not-allowed}.el-radio__input.is-disabled.is-checked .el-radio__inner::after{background-color:#C0C4CC}.el-radio__input.is-disabled+span.el-radio__label{color:#C0C4CC;cursor:not-allowed}.el-radio__input.is-checked .el-radio__inner{border-color:#409EFF;background:#409EFF}.el-radio__input.is-checked .el-radio__inner::after{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.el-radio__input.is-checked+.el-radio__label{color:#409EFF}.el-radio__input.is-focus .el-radio__inner{border-color:#409EFF}.el-radio__inner{border:1px solid #DCDFE6;border-radius:100%;width:14px;height:14px;background-color:#FFF;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box}.el-radio__inner:hover{border-color:#409EFF}.el-radio__inner::after{width:4px;height:4px;border-radius:100%;background-color:#FFF;content:"";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);-webkit-transition:-webkit-transform .15s ease-in;transition:-webkit-transform .15s ease-in;transition:transform .15s ease-in;transition:transform .15s ease-in, -webkit-transform .15s ease-in;transition:transform .15s ease-in,-webkit-transform .15s ease-in}.el-radio__original{opacity:0;outline:0;position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;margin:0}.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{-webkit-box-shadow:0 0 2px 2px #409EFF;box-shadow:0 0 2px 2px #409EFF}.el-radio__label{font-size:14px;padding-left:10px}.el-scrollbar{overflow:hidden;position:relative}.el-scrollbar:active>.el-scrollbar__bar,.el-scrollbar:focus>.el-scrollbar__bar,.el-scrollbar:hover>.el-scrollbar__bar{opacity:1;-webkit-transition:opacity 340ms ease-out;transition:opacity 340ms ease-out}.el-scrollbar__wrap{overflow:scroll;height:100%}.el-scrollbar__wrap--hidden-default{scrollbar-width:none}.el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(144,147,153,.3);-webkit-transition:.3s background-color;transition:.3s background-color}.el-scrollbar__thumb:hover{background-color:rgba(144,147,153,.5)}.el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity 120ms ease-out;transition:opacity 120ms ease-out}.el-scrollbar__bar.is-vertical{width:6px;top:2px}.el-scrollbar__bar.is-vertical>div{width:100%}.el-scrollbar__bar.is-horizontal{height:6px;left:2px}.el-scrollbar__bar.is-horizontal>div{height:100%}.el-cascader-panel{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:4px;font-size:14px}.el-cascader-panel.is-bordered{border:1px solid #E4E7ED;border-radius:4px}.el-cascader-menu{min-width:180px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;border-right:solid 1px #E4E7ED}.el-cascader-menu:last-child{border-right:none}.el-cascader-menu:last-child .el-cascader-node{padding-right:20px}.el-cascader-menu__wrap{height:204px}.el-cascader-menu__list{position:relative;min-height:100%;margin:0;padding:6px 0;list-style:none;-webkit-box-sizing:border-box;box-sizing:border-box}.el-avatar,.el-drawer{-webkit-box-sizing:border-box;overflow:hidden}.el-cascader-menu__hover-zone{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.el-cascader-menu__empty-text{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;color:#C0C4CC}.el-cascader-node{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 30px 0 20px;height:34px;line-height:34px;outline:0}.el-cascader-node.is-selectable.in-active-path{color:#606266}.el-cascader-node.in-active-path,.el-cascader-node.is-active,.el-cascader-node.is-selectable.in-checked-path{color:#409EFF;font-weight:700}.el-cascader-node:not(.is-disabled){cursor:pointer}.el-cascader-node:not(.is-disabled):focus,.el-cascader-node:not(.is-disabled):hover{background:#F5F7FA}.el-cascader-node.is-disabled{color:#C0C4CC;cursor:not-allowed}.el-cascader-node__prefix{position:absolute;left:10px}.el-cascader-node__postfix{position:absolute;right:10px}.el-cascader-node__label{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.el-cascader-node>.el-radio .el-radio__label{padding-left:0}.el-avatar{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;color:#fff;background:#C0C4CC;width:40px;height:40px;line-height:40px;font-size:14px}.el-avatar>img{display:block;height:100%;vertical-align:middle}.el-drawer,.el-drawer__header{display:-webkit-box;display:-ms-flexbox}.el-avatar--circle{border-radius:50%}.el-avatar--square{border-radius:4px}.el-avatar--icon{font-size:18px}.el-avatar--large{width:40px;height:40px;line-height:40px}.el-avatar--medium{width:36px;height:36px;line-height:36px}.el-avatar--small{width:28px;height:28px;line-height:28px}.el-drawer.btt,.el-drawer.ttb,.el-drawer__container{left:0;right:0;width:100%}.el-drawer.ltr,.el-drawer.rtl,.el-drawer__container{top:0;bottom:0;height:100%}@-webkit-keyframes el-drawer-fade-in{0%{opacity:0}100%{opacity:1}}@keyframes el-drawer-fade-in{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes rtl-drawer-in{0%{-webkit-transform:translate(100%,0);transform:translate(100%,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes rtl-drawer-in{0%{-webkit-transform:translate(100%,0);transform:translate(100%,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes rtl-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(100%,0);transform:translate(100%,0)}}@keyframes rtl-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(100%,0);transform:translate(100%,0)}}@-webkit-keyframes ltr-drawer-in{0%{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ltr-drawer-in{0%{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ltr-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}}@keyframes ltr-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}}@-webkit-keyframes ttb-drawer-in{0%{-webkit-transform:translate(0,-100%);transform:translate(0,-100%)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ttb-drawer-in{0%{-webkit-transform:translate(0,-100%);transform:translate(0,-100%)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ttb-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(0,-100%);transform:translate(0,-100%)}}@keyframes ttb-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(0,-100%);transform:translate(0,-100%)}}@-webkit-keyframes btt-drawer-in{0%{-webkit-transform:translate(0,100%);transform:translate(0,100%)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes btt-drawer-in{0%{-webkit-transform:translate(0,100%);transform:translate(0,100%)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes btt-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(0,100%);transform:translate(0,100%)}}@keyframes btt-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(0,100%);transform:translate(0,100%)}}.el-drawer{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#FFF;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.el-drawer.rtl{-webkit-animation:rtl-drawer-out .3s;animation:rtl-drawer-out .3s;right:0}.el-drawer__open .el-drawer.rtl{-webkit-animation:rtl-drawer-in .3s 1ms;animation:rtl-drawer-in .3s 1ms}.el-drawer.ltr{-webkit-animation:ltr-drawer-out .3s;animation:ltr-drawer-out .3s;left:0}.el-drawer__open .el-drawer.ltr{-webkit-animation:ltr-drawer-in .3s 1ms;animation:ltr-drawer-in .3s 1ms}.el-drawer.ttb{-webkit-animation:ttb-drawer-out .3s;animation:ttb-drawer-out .3s;top:0}.el-drawer__open .el-drawer.ttb{-webkit-animation:ttb-drawer-in .3s 1ms;animation:ttb-drawer-in .3s 1ms}.el-drawer.btt{-webkit-animation:btt-drawer-out .3s;animation:btt-drawer-out .3s;bottom:0}.el-drawer__open .el-drawer.btt{-webkit-animation:btt-drawer-in .3s 1ms;animation:btt-drawer-in .3s 1ms}.el-drawer__wrapper{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;margin:0}.el-drawer__header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#72767b;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:32px;padding:20px 20px 0}.el-drawer__header>:first-child{-webkit-box-flex:1;-ms-flex:1;flex:1}.el-drawer__title{margin:0;-webkit-box-flex:1;-ms-flex:1;flex:1;line-height:inherit;font-size:1rem}.el-drawer__close-btn{border:none;cursor:pointer;font-size:20px;color:inherit;background-color:transparent}.el-drawer__body{-webkit-box-flex:1;-ms-flex:1;flex:1}.el-drawer__body>*{-webkit-box-sizing:border-box;box-sizing:border-box}.el-drawer__container{position:relative}.el-drawer-fade-enter-active{-webkit-animation:el-drawer-fade-in .3s;animation:el-drawer-fade-in .3s}.el-drawer-fade-leave-active{animation:el-drawer-fade-in .3s reverse}.el-popconfirm__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-popconfirm__icon{margin-right:5px}.el-popconfirm__action{text-align:right;margin:0}
.hsoftLoading {
  width: 100%;
  height: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
}
.hsoftLoading .loadingBox {
  background-color: #333;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hsoftLoading img {
  width: 60px;
  height: 60px;
}

.hsoftNoData {
  position: absolute;
  z-index: 10;
  width: 100%;
  background: #E3E3E3;
  /*height:100%;*/
  height: calc(100% - 48px);
  /*border: 1px solid red;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hsoftNoData .contents {
  /*background: url("../assets/noData.svg") no-repeat;*/
  /*background-repeat:no-repeat;*/
  /*border:1px solid red ;*/
  /*background-position: center center ;*/
  /*-webkit-background-size:cover;*/
  /*background-size:cover;*/
  width: 100%;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*box-sizing: border-box;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*flex-direction: column;*/
  /*position: relative;*/
}
.hsoftNoData .contents .noDataImg {
  /*background-position: center center ;*/
  /*-webkit-background-size:cover;*/
  /*background-size:cover;*/
  width: 198px;
  height: 141px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hsoftNoData .contents .noDataText {
  padding: 0 30px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
  color: #999;
}

.HsoftInlineLoading {
  /*background-color: red;*/
  z-index: 100;
  /*border:1px solid red ;*/
  width: 100%;
  height: calc(100% - 100px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.HsoftInlineLoading .loadingBox {
  background-color: #999;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.HsoftInlineLoading .hsoftInlineLoadingImg {
  /*border:1px solid red ;*/
  /*margin-top: 12px;*/
  width: 40px;
  height: 40px;
}
.HsoftInlineLoading .hsoftInlineLoadingText {
  /*background-color: red ;*/
  font-size: 15px;
  margin-top: 12.5px;
  color: #999;
}
