/* 后续考虑样式改成动态的 */

.hex_custom_cycle_layout {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: purple;
  border-bottom: 1px solid purple;
}

.hex_custom_cycle_item {
  display: inline-block;
  width: 33%;
  text-align: center;
}

.page-root a:hover {
  text-decoration: none;
}

input {
  outline: none;
}

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

/*table通用样式*************************************/

.hex-table-container .btn {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.hex-table-container .btn::selection {
  background-color: #f8f8f8
}

.hex-table-container .hex-table {
  border-collapse: collapse;
  width: 100%;
  color: #333333;
}

.hex-table-container .hex-table tr {
  height: 45px;
  border-bottom: 1px solid #eee;
  text-align: left;
  font-size: inherit;
}

.hex-table-container .hex-table th {
  padding-left: 10px;
  text-align: left;
  height: 45px;
  border: 1px solid #eee;
  position: relative;
  font-size: inherit;
}

.hex-table-container .hex-table th,
.hex-table-container .hex-table td {
  padding-left: 10px;
  text-align: center;
  border: 1px solid #eee;
  white-space: nowrap;
  font-size: inherit;
}

.hex-table-container tbody>tr:hover {
  background-color: #f1f1f1;
  border-left: 2px solid #2991EA;
}

.hex-table td input,
.hex-table td select {
  width: 90%;
  outline: none;
}

.hex-table-container .pager {
  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;
  line-height: 40px;
  height: 40px;
  font-size: 12px;
  text-align: center;
  color: #333;
}

.hex-table-container .pager input {
  width: 40px;
  border: 0;
  text-align: center;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/**********1、2、3、4没有***/

.hex-table-container .pager .btn:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-left: 1px solid #ddd;
}

/*****************/

.hex-table-container .pager .next{
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.hex-table-container .pager .btn.go {
  width: 20px;
}

.hex-table-container_btg0ws0bv0800 .pager .btn.show {
  padding: 0 25px;
}

.hex-table-container .pager .btn {
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 0 10px;
  cursor: pointer;
}

/**********1、2、3没有***/

.hex-table-container .pager .selected {
  border: 1px solid #ddd;
  border-radius: 20px;
  width: 50px;
  padding: 0 5px;
  cursor: pointer;
}

/****************/

.hex-table-container .process-bar {
  margin-bottom: 10px;
}

.hex-table-container .operation {
  cursor: pointer;
  display: inline-block;
  width: 72px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  margin: 0 1px;
  background-color: #2991ea;
  font-size: 13px;
}

.hex-table-container .operation.add {
  background-color: #2cbd53;
  color: #fff;
}

.hex-table-container .operation.edit_background {
  color: #fff;
  background-color: #2d8cf0;
}

.hex-table-container .operation.del {
  background-color: #df4a27;
  color: #fff;
}

.hex-table-container .operation.del_background {
  color: #fff;
  background-color: #ed4014;
}

.hex-table-container .operation.other {
  border: 1px solid #a1a1a1;
  margin: 0 1px;
}

.hex-table-container .operation.other_background {
  color: #fff;
  background-color: #2d8cf0;
}

.hex-table-container .operation.blue {
  width: 60px;
  height: 25px;
  color: rgba(17, 141, 240, 1);
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(17, 141, 240, 1);
  border-radius: 2px;
}

.hex-table-container .operation.gray {
  width: 60px;
  height: 25px;
  color: rgba(153, 153, 153, 1);
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(153, 153, 153, 1);
  border-radius: 2px;
}

.hex-table-container .operation.red {
  width: 60px;
  height: 25px;
  color: #df4a27;
  background: rgba(255, 255, 255, 1);
  ;
  border: 1px solid #df4a27;
  border-radius: 2px;
}

.hex-table-container .operation.yellow {
  width: 60px;
  height: 25px;
  color: rgba(233, 162, 58, 1);
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(233, 162, 58, 1);
  border-radius: 2px;
}

.hex-table-container .operation.export {
  background-color: #5c7efb;
  color: #fff;
}

/* 筛选 */

.hex-table-container select {
  display: inline-block;
  height: 30px;
  padding: 6px 12px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #999999;
  color: #333333;
}

/* 搜索 */

.process-bar input {
  width: 100px;
  padding-left: 5px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #999999;
  height: 28px;
  outline: none;
  vertical-align: top;
  font-size: 14px;
}

.operation.search::before {
  content: "\f002";
  font-family: fontawesome;
  margin-right: 5px;
}

.hex-table-multiSelect-noHeadSelect .pager div:nth-child(2) {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-left: 1px solid #ddd;
}

.hex-table-multiSelect-noHeadSelect .pager .selected {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0 5px;
  cursor: pointer;
}

.hex-table-noMultiSelect .pager .btn:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-left: 1px solid #ddd;
}

.hex-table-custom-multiSelect-noHeadSelect .pager div:nth-child(2) {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-left: 1px solid #ddd;
  width: 80px;
}

.hex-table-custom-multiSelect-noHeadSelect .pager .selected {
  border: 1px solid #ddd;
  border-radius: 20px;
  width: 50px;
  padding: 0 5px;
  cursor: pointer;
}

.hex-table-custom-noMultiSelect .pager .btn:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-left: 1px solid #ddd;
  width: 80px;
}

/*没有设置custom*/

.hex-table-container-defalut .pager div:nth-child(2) {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-left: 1px solid #ddd;
}

.hex-table-container-defalut .pager .selected {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0 5px;
  cursor: pointer;
}

.hex-table-container-other .pager .btn:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-left: 1px solid #ddd;
}

/*textarea****************************************/

.hex-textarea-box {
  border: none !important;
  position:relative;
}

.hex-textarea-box>textarea {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0 !important;
  left: 0 !important;
}

.hex-textarea {
  resize: none;
  font-family: 'Microsoft YaHei';
}

.hex-textarea:focus {
  outline: none;
}

.textarea-resize {
  resize: auto;
}

.textarea-num {
  position: absolute;
  bottom: 15px;
  right: 5px;
  line-height: 1;
  color: #9e9c9c;
}

.hex-textarea-box-inner {
  position: relative;
}
.hex-textarea-box-inner-change{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.hex-textarea-box-inner-change .hex-textarea  {
  left: 0 !important;
  top: 0 !important;
}
.textarea-num{
  right: 20px;
}
/*video*******************************************/

/*video-upload*/

.hex-video-upload {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hex_video_upload_btn {
  margin-top: 10px;
  width: 65px;
  height: 40px;
  position: relative;
}

.hex_video_upload_btn .hex_video {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 65px;
  height: 40px;
}

.hex_video_upload_btn .remove_btn {
  border-color: red;
  border-style: solid;
  border-width: 1px;
  width: 18px;
  margin-left: 3px;
  display: inline-block;
  text-align: center;
}

.hex-table-container-2 .hex-table tr {
  text-align: center;
}

.hex-table-container-2 .hex-table th {
  text-align: center;
  background-color: #F4F5F9;
  position: relative;
}

.hex-table-container-2 .hex-table th,
.hex-table-container-2 .hex-table td {
  padding-right: 10px;
  text-align: center;
}

.hex-table-container-2 tr:nth-child(even) {
  background: #F4F5F9;
}

.hex-table-container-2 .pager {
  line-height: 36px;
  height: 36px;
  font-size: 12px;
  text-align: center;
  color: #333;
}

.hex-table-container-2 .pager .next {
  width: 80px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.hex-table-container-2 .process-bar {
  font-size: 0;
  display: flex;
}

.hex-table-container-2 .operation {
  color: #a1a1a1;
  border-radius: 0;
  margin: 0;
  background: none;
  font-size: 12px;
}

.hex-table-container-2 .operation.add {
  border-radius: 14px;
  margin: 0 1px;
}

.hex-table-container-2 .operation.edit_background {
  color: #fff;
  background-color: #2d8cf0;
  border-color: #2d8cf0;
  border-radius: 14px;
  border: 1px solid #2d8cf0
}

.hex-table-container-2 .operation.other {
  border: 1px solid #a1a1a1;
  border-radius: 14px;
  margin: 0 1px;
}

.hex-table-container-2 .operation.other_background {
  color: #fff;
  background-color: #2d8cf0;
  margin: 0 1px;
  border-radius: 14px;
  border: 1px solid #2d8cf0;
}

.hex-table-container-2 .operation.del {
  background: none;
  color: #df4a27;
  border: 1px solid #df4a27;
  border-radius: 14px;
  margin: 0 1px;
}

.hex-table-container-2 .operation.del_background {
  color: #fff;
  background-color: #ed4014;
  margin: 0 1px;
  border-radius: 14px;
  border: 1px solid #ed4014;
}

.hex-table-container-2 .operation.export {
  border-radius: 14px;
  margin: 0 1px;
}

/* 筛选 */

.hex-table-container-2 select {
  border-radius: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-right: 5px;
  margin-left: 5px;
  outline: none;
}

/* 搜索 */

.hex-table-container-2 .process-bar input {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
  border-radius: 14px 0px 0px 14px;
  border: 1px solid #999999;
}

.hex-table-container-2 .process-bar .timeSearch {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
  border: 1px solid #999999;
  border-radius: 0px;
}

.hex-table-container-2 .operation.search {
  border: 1px solid #7F8697;
  border-radius: 0px 14px 14px 0px;
  background-color: #7F8697;
  color: #fff;
}

.hex-table-container-4 .hex-table tr {
  text-align: center;
}

.hex-table-container-4 .hex-table th {
  text-align: center;
  background-color: #F6F6F6;
}

.hex-table-container-4 .hex-table th,
.hex-table-container .hex-table td {
  padding-right: 10px;
}

.hex-table-container-4 tbody>tr:hover {
  background-color: #F4F5F9;
}

.hex-table-container-4 .pager {
  line-height: 36px;
  height: 36px;
}

.hex-table-container-4 .pager input {
  width: 60px;
}

.hex-table-container-4 .pager .next {
  width: 80px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.hex-table-container-4 .process-bar {
  font-size: 0;
  display: flex;
}

.hex-table-container-4 .operation {
  color: #a1a1a1;
  font-size: 12px;
  background: none;
}

.hex-table-container-4 .operation.add {
  border-radius: 14px;
  margin: 0 1px;
}

.hex-table-container-4 .operation.edit_background {
  color: #fff;
  background-color: #2d8cf0;
  border-radius: 14px;
  border: 1px solid #2d8cf0;
}

.hex-table-container-4 .operation.other {
  border: 1px solid #a1a1a1;
  border-radius: 14px;
  margin: 0 1px;
}

.hex-table-container-4 .operation.other_background {
  color: #fff;
  background-color: #2d8cf0;
  margin: 0 1px;
  border-radius: 14px;
  border: 1px solid #2d8cf0;
}

.hex-table-container-4 .operation.del {
  background: none;
  color: #df4a27;
  border: 1px solid #df4a27;
  border-radius: 14px;
  margin: 0 1px;
}

.hex-table-container-4 .operation.del_background {
  color: #fff;
  background-color: #ed4014;
  margin: 0 1px;
  border-radius: 14px;
  border: 1px solid #ed4014;
}

.hex-table-container-4 .operation.export {
  border-radius: 14px;
  margin: 0 1px;
}

/* 筛选 */

.hex-table-container-4 select {
  border-radius: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-right: 5px;
  margin-left: 5px;
  outline: none;
}
.hex-table-container select{
  font-size: 12px;
}
/* 搜索 */

.hex-table-container-4 .process-bar input {
  width: 100px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
  border-radius: 14px 0px 0px 14px;
  font-size: 14px;
}

.hex-table-container-4 .process-bar .timeSearch {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
  border: 1px solid #999999;
  border-radius: 0px;
}

.hex-table-container-4 .operation.search {
  border: 1px solid #7F8697;
  border-radius: 0px 14px 14px 0px;
  background-color: #7F8697;
  color: #fff;
}

.hex-table-container-3 .hex-table tr {
  text-align: center;
}

.hex-table-container-3 .hex-table th {
  text-align: center;
}

.hex-table-container-3 .hex-table th,
.hex-table-container-3 .hex-table td {
  padding-right: 10px;
}

.hex-table-container-3 tbody>tr:hover {
  background-color: #F4F5F9;
}

.hex-table-container-3 .pager {
  line-height: 36px;
  height: 36px;
}

.hex-table-container-3 .pager input {
  width: 60px;
}

.hex-table-container-3 .pager .next {
  width: 80px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.hex-table-container-3 .process-bar {
  margin-bottom: 10px;
  font-size: 0;
  display: flex;
}

.hex-table-container-3 .operation {
  color: #a1a1a1;
  margin: 0;
  background: none;
  font-size: 12px;
}

.hex-table-container-3 .operation.add {
  background-color: #2cbd53;
  border-radius: 14px;
  margin: 0 1px;
}

.hex-table-container-3 .operation.edit_background {
  color: #fff;
  background-color: #2d8cf0;
  border-radius: 14px;
  border: 1px solid #2d8cf0;
}

.hex-table-container-3 .operation.other {
  border: 1px solid #a1a1a1;
  border-radius: 14px;
  margin: 0 1px;
}

.hex-table-container-3 .operation.other_background {
  color: #fff;
  background-color: #2d8cf0;
  margin: 0 1px;
  border-radius: 14px;
  border: 1px solid #2d8cf0;
}

.hex-table-container-3 .operation.del {
  background: none;
  color: #df4a27;
  border: 1px solid #df4a27;
  border-radius: 14px;
  margin: 0 1px;
}

.hex-table-container-3 .operation.del_background {
  color: #fff;
  background-color: #ed4014;
  margin: 0 1px;
  border-radius: 14px;
  border: 1px solid #ed4014;
}

.hex-table-container-3 .operation.export {
  border-radius: 14px;
  margin: 0 1px;
}

/* 筛选 */

.hex-table-container-3 select {
  border-radius: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-right: 5px;
  margin-left: 5px;
  outline: none;
}

/* 搜索 */

.hex-table-container-3 .process-bar input {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
  border-radius: 14px 0px 0px 14px;
}

.hex-table-container-3 .process-bar .timeSearch {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
  border: 1px solid #999999;
  border-radius: 0px;
}

.hex-table-container-3 .operation.search {
  border: 1px solid #7F8697;
  border-radius: 0px 14px 14px 0px;
  background-color: #7F8697;
  color: #fff;
}

.hex-table-fixed tbody {
  display: block;
  overflow-y: scroll;
}

.hex-table-fixed thead,
.hex-table-fixed tbody tr {
  display: table;
  width: 100%;
  over-flow: hidden;
  table-layout: fixed;
}

/*video-ali-player********************************/

.prism-player .prism-volume .volume-control,
.prism-speed-selector .speed-selector-list,
.prism-stream-selector .stream-selector-list {
  bottom: 35px;
}

/*默认版本*/

.hex-prism-player-default {
  height: 32px !important;
  background: #fafafa !important;
  min-width: 300px;
}

.hex-prism-player-default .prism-player .prism-progress {
  left: 140px !important;
  bottom: 30px !important;
}

.hex-prism-player-default .prism-player {
  height: 32px !important;
  width: calc(100% - 170px) !important;
}

/*aliplayer公共样式调整*/

.prism-player .prism-animation {
  height: 0px !important;
}

.prism-player .prism-ErrorMessage,
.prism-player .prism-cover {
  background: transparent;
}

.prism-player {
  background-color: transparent;
}

.prism-player .prism-controlbar .prism-controlbar-bg {
  background: transparent;
}

.prism-player .prism-time-display .current-time,
.prism-player .prism-time-display {
  color: #000;
}

.prism-player .prism-time-display {
  height: 32px;
  line-height: 32px;
  margin-top: 0 !important;
}

.prism-player .prism-play-btn {
  background: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  color: #5a5a5a;
}

.prism-player .prism-play-btn:hover,
.prism-player .prism-play-btn.playing,
.prism-player .prism-play-btn.playing:hover {
  /* background: none; */
  color: #5a5a5a;
}

.prism-player .prism-progress:hover {
  height: 2px;
}

.prism-player .prism-liveshift-progress,
.prism-player .prism-progress {
  height: 2px;
}

.prism-player .prism-liveshift-progress .prism-progress-cursor,
.prism-player .prism-progress .prism-progress-cursor {
  border: 5px solid #00c1de;
  border-radius: 50%;
  top: -4px;
  display: block !important;
}

.prism-player .prism-pause-animation,
.prism-player .prism-play-animation {
  background: none;
}

/*定制版本*/

.hex-prism-player-custom {
  height: 90px !important;
  min-width: 600px;
}

/*控制栏*/

.hex-prism-player-custom .prism-player {
  height: 60px !important;
  width: calc(100% - 190px) !important;
}

.hex-prism-player-custom .poster {
  height: 86px;
  width: 86px;
  float: left;
  padding: 2px;
}

.hex-prism-player-custom .poster img {
  height: 86px;
  width: 86px;
}

.hex-prism-player-custom .title {
  height: 30px;
  float: right;
  width: calc(100% - 100px);
  line-height: 30px;
  padding-left: 10px;
}

.hex-prism-player-custom .btnWrap {}

.hex-prism-player-custom i {
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 20px;
  color: #5a5a5a;
  position: absolute;
  left: 50%;
  top: 30px;
  z-index: 99;
  cursor: pointer;
}

.hex-prism-player-custom i.prev {
  margin-left: 20px;
}

.hex-prism-player-custom i.next {
  margin-left: 133px;
}

.hex-prism-player-custom .prism-player {
  float: right;
}

.hex-prism-player-custom .prism-player .prism-time-display {
  position: absolute;
  left: -85px;
  bottom: -15px;
  margin-left: 0px !important;
}

.hex-prism-player-custom .prism-player .prism-play-btn {
  position: absolute;
  left: 50%;
  margin-left: -17px !important;
  font-size: 30px;
  line-height: 32px;
}

.hex-prism-player-custom .prism-player .prism-progress {
  bottom: 0px !important;
}

/*微信登陆weixin_login***************************/

.weixinLogin_skip_target {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAgCAYAAACPb1E+AAAACXBIWXMAAAsTAAALEwEAmpwYAAA4GmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTQgNzkuMTUxNDgxLCAyMDEzLzAzLzEzLTEyOjA5OjE1ICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE3LTEwLTI3VDE1OjQ0OjQ1KzA4OjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNb2RpZnlEYXRlPjIwMTctMTAtMjdUMTU6NDY6NDUrMDg6MDA8L3htcDpNb2RpZnlEYXRlPgogICAgICAgICA8eG1wOk1ldGFkYXRhRGF0ZT4yMDE3LTEwLTI3VDE1OjQ2OjQ1KzA4OjAwPC94bXA6TWV0YWRhdGFEYXRlPgogICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3BuZzwvZGM6Zm9ybWF0PgogICAgICAgICA8cGhvdG9zaG9wOkNvbG9yTW9kZT4zPC9waG90b3Nob3A6Q29sb3JNb2RlPgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOjk4ZDdmNjQzLWE4ZjktYzU0Yi05MTU1LTAxNGEyYjdhNGM1MTwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDo5OGQ3ZjY0My1hOGY5LWM1NGItOTE1NS0wMTRhMmI3YTRjNTE8L3htcE1NOkRvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo5OGQ3ZjY0My1hOGY5LWM1NGItOTE1NS0wMTRhMmI3YTRjNTE8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5jcmVhdGVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6OThkN2Y2NDMtYThmOS1jNTRiLTkxNTUtMDE0YTJiN2E0YzUxPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE3LTEwLTI3VDE1OjQ0OjQ1KzA4OjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjY1NTM1PC9leGlmOkNvbG9yU3BhY2U+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj40MTwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4zMjwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAg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');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.weixinLogin_skip_target a {
  height: 100%;
  width: 100%;
}

.weixinLogin_embed_qrcode {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAYAAAA6GuKaAAAEhElEQVRoQ81ZMVLkQAwcJ5BAAiTwAHgAJCxfgG/wJ/gGfAFIlgfAAyBZCIAEkr3qqWqXtkuSPWaLOle5jj3PaNoaqVsad1dXV8vScB0fHxfcj4+P9fYujuGzm5ub8vr6Wi4vL8vLy0u5vb2tNobsRLA6gN7Y2Ci7u7sp9O/v7/L+/t4v9vT0VJ6fn1fmcMzh4WE5OjoqW1tbZXt7u9zf35e3t7dycXFR/8VvjuHL7+zslM3NzRQD5v78/JQKen9/vxrMLvWQN5Zj+Ew97s0h6PPz83JwcJBi4I6tgMai2Ea9sHgEGh7/+vqqO8AxcIIFAK/C47g+Pz/rDnGMgvZCjmNd0FGcerHYEq/Wi1FMc8z19bXrNDhlbaDpac+L3DkLesjTfwKabvEW47MsXjU8/hvQZIaMPf40PMZ4mmMynp4MegrlZcIxRrMmUx627+zsrCyXy9J1Xb+W/b1YLMrDw0MvLkgoUB0SEX+fnJyUj4+PSmegO9wUF4oCqAvigN98RtCnp6dlb2+vrs119d+7u7sqcJWnx3hEBcNLIIoUn1Fc1i7j8/m8CbSKghUOeA/yrSJlBYiUxxeKBC1zZLfEHky4VIiQZHq1FFUtEDrraXpR3x5eUVHgGHoRoDlGAYzxtN2x6AVoZyWmo3KxVcY1/sfEdHPBxEWY0ch8eB0lJLIVf6PggTdQUMHLvOghhIItTfn/mEfQnh2uBdbBTmUXbbrsoVkPQ8oMKtFWfqMmwLPjrRUB526kiUgPWSMtXYkujhfT2t1L6KgM7qs8yx4UDIaJ3VYbDqA1FRevruAcist8Pq8d0mw269+HHRDH2Pxhd0OR6cXFgs5EIaKzlgTyaJF2vWSNwqRSnoqCdgoICV4RLeJ5ZMfW3JEAWcYZos60R2yJ6SzJCMjGtMZyy45V0Hx77e2sh4YUCyBoR3fFgtYxHnXqGBU7V1wygJGHMsqzoFV4Whimpzxb5Smd8bzCGrZiAEGgISs4EBTcZAawBVgDL4YyGL8pUmQI+2J6DkOmYgeUejqL6THFe0v56u1GyB72sEYpL0sg7yAmOqwZ091YBw3V5SvsQdC6ZRAFbDdrZYBjd4Jtx3biUtC0w+4GAsQxkXB4LKR2XNC6LWMaUg807XiHNVmyD9U5rrioQa+etrvCIy+dR6pidZYdnXEu7BI05+uhz9o6F7utFoA9m8vqci9/1E5PeVN7xDG9nY7xQOtugBZV7FJxGVI9PM+ObzURp+TGmLq8JiIJPwON0tGee3CsFSDtXCA+uHGmAZax3Q1fHsKBG2ceYCErQBQpruWemmaghwpzO1d7Te/IK9oxr1FIQbecT2cdh9YXnrK2hKIq6695movbJFPQXghFoEF3+n1Hj87+BLQF+JtkpZ3JoL3DmjEfitiVcD5reHugE4nUr0FrcmTh4YVC1I96tYfOn/x1Sz1t+0guknkxOqRsBt1CeR7TRN8jbWmqa2R2Ijab/MXWa7vwxRUiwo6FJSWECYyAcjb6YksBwksx7tklWSFby6G6pTwtcLJGIRIg2BgSsn+WDWA8cwSJwQAAAABJRU5ErkJggg==');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 45px;
  width: 45px;
}

/*瀑布流water_fall.js***************************/

.water-fall-layout .grid-container {
  position: relative;
}

.water-fall-layout .grid-item {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

.water-fall-layout .title {
  padding: 10px;
  background-color: #FAFAFA;
}

.water-fall-layout .show-more-btn {
  width: 100px;
  margin: 30px auto;
  cursor: pointer;
}

/*树形单选按钮**********************************/

.treeRadio_list ul,
.treeRadio_list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.treeRadio_list>ul {
  padding-left: 10px;
}

.treeRadio_list .add {
  vertical-align: middle;
  font-size: 12px;
}

.treeRadio_list .text {
  vertical-align: middle;
}

.treeRadio_list .radio {
  vertical-align: middle;
}

.treeRadio_list ul ul.ul-show {
  display: block;
}

.treeRadio_list ul ul {
  display: none;
}

.treeRadio_list .add.ul-show:before {
  content: "\f068";
}

.treeRadio_list .add:before {
  content: "\f067";
}

.treeRadio_list .add.visibility-hidden {
  visibility: hidden;
}

/*树形多选菜单********************************/

.treeCheckBox_list ul li {
  list-style: none;
}

.treeCheckBox_list .checkbox-inline {
  padding-left: 5px;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
  padding-right: 10px;
  margin: 10px 0 10px 0;
}

.treeCheckBox_list ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.treeCheckBox_list .childUl {
  padding-left: 30px;
}

.treeCheckBox_list .grandsonUl {
  padding-left: 30px;
}

.treeCheckBox_list input {
  height: 20px;
  width: 20px;
  vertical-align: middle;
}

.treeCheckBox_list .showBtn {
  cursor: pointer;
}

/*切换标签tab_change***************/

.hex-tab-box ul,
.hex-tab-box li {
  border: 0;
  padding: 0;
  margin: 0;
}

.hex-tab-box li {
  list-style: none;
}

.hex-tab-box .lv1 {
  overflow: hidden;
}

.hex-tab-box {
  width: 500px;
  position: relative;
}

.hex-tab-box .lv1>li {
  float: left;
  padding: 0 20px;
  /*line-height: 30px;*/
  background-color: #f6f1f7;
  color: #717171;
  cursor: pointer;
}

.hex-tab-box .lv1>li.active {
  background-color: #b91e22;
  color: #ffffff;
}

.hex-tab-box .lv2 {
  overflow: hidden;
  font-size: 12px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #8d575e;
  color: #000;
}

.hex-tab-box .lv2 li {
  float: left;
  padding: 0 10px;
  line-height: 40px;
  cursor: pointer;
  margin: 10px 0;
}

.hex-tab-box .lv2 li.active {
  background: #000;
  color: #fff;
}

.hex-tab-custom .lv1>li:nth-child(2) .location-icon {
  padding-right: 10px;
}

.hex-tab-custom .lv1>li:nth-child(2) .location-icon:before {
  content: "\f041"
}

.hex-tab-custom .lv1>li:nth-child(2) .down-icon {
  padding-left: 10px;
}

.hex-tab-custom .lv1>li:nth-child(2) .down-icon:before {
  content: "\f0d7"
}

/*切换按钮switch-btn***************/

.hex-switch-container {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 50px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-background-clip: content-box;
  background-clip: content-box;
}

.hex-switch-container .mark {
  background: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
}

.hex-switch-container.on {
  background-color: rgb(100, 189, 99);
}

.hex-switch-container.on .mark {
  margin-left: 20px;
}

.hex-switch-container_01 {
  background-color: #fff;
  border-bottom: 3px solid #3797ea;
  border-radius: 0px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  position: relative;
  vertical-align: middle;
  width: 50px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-background-clip: content-box;
  background-clip: content-box;
}

.hex-switch-container_01 .mark {
  background: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 0px 3px #3797ea;
  box-shadow: 0px 0px 0px 3px #3797ea;
  height: 20px;
  position: absolute;
  top: 0;
  width: 20px;
}

.hex-switch-container_01.on .mark {
  left: 30px;
  background: #3797ea;
}

.hex-switch-container_02 {
  background-color: #fff;
  border: 8px solid #3797ea;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 8px;
  position: relative;
  vertical-align: middle;
  width: 40px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-background-clip: content-box;
  background-clip: content-box;
}

.hex-switch-container_02 .mark {
  background: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 3px #3797ea;
  box-shadow: 0 1px 3px #3797ea;
  height: 15px;
  position: absolute;
  top: 0;
  width: 15px;
  margin-top: -5px;
}

.hex-switch-container_02.on .mark {
  margin-left: 20px;
}

.hex-switch-container_03 {
  -webkit-box-shadow: 2.12px 2.12px 9px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 2.12px 2.12px 9px 1px rgba(0, 0, 0, 0.1);
  border-width: 1px;
  border-color: rgba(245, 245, 245, 1);
  border-style: solid;
  border-radius: 4px 4px 4px 4px;
  background-color: rgba(255, 255, 255, 1);
  cursor: pointer;
  display: inline-block;
  height: 25px;
  position: relative;
  vertical-align: middle;
  width: 48px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-background-clip: content-box;
  background-clip: content-box;
}

.hex-switch-container_03 .mark {
  border-color: rgba(159, 159, 159, 1);
  border-style: solid;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(159, 159, 159, 1);
  height: 18px;
  position: absolute;
  top: 3px;
  width: 18px;
}

.hex-switch-container_03.on .mark {
  margin-left: 30px;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 1);
  background-color: rgba(84, 84, 84, 1)
}

/* 排序控件sort-control*************/

.hex-sort-control {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  height: inherit;
  line-height: inherit;
  width: 140px;
  border: 1px solid #F1F1F1;
  text-align: center;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.hex-sort-control .custom-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.hex-sort-control .sort {
  position: relative;
  padding-right: 20px;
}

.hex-sort-control .sort:before,
.hex-sort-control .sort:after {
  position: absolute;
  right: 5px;
  z-index: 1;
  font-size: 12px;
}

.hex-sort-control .sort:before {
  top: 2px;
  content: "\f0de";
  font-family: fontawesome;
  color: #e1e1e1;
}

.hex-sort-control .sort:after {
  bottom: 2px;
  content: "\f0dd";
  font-family: fontawesome;
  color: #e1e1e1;
}

.custom-sort-control .sort.up:before,
.custom-sort-control .sort.down:after {
  color: #5A7AFF;
}

.custom-sort-control .custom-sort-control .active {
  background-color: #F7F7F7;
  color: #5A7AFF;
}

/*排序控件slidemenu.js*************/

.hex-slide-nav {
  width: 2000px;
  overflow: hidden;
  background: #d82a2b;
  font: 16px/32px hiragino sans gb, microsoft yahei, simsun;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hex-slide-nav .menu {
  list-style: none;
}

.hex-slide-nav .menu li {
  float: left;
  color: rgb(215, 157, 157);
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.hex-slide-nav .menu li.active * {
  color: #fff;
}

.hex-second-nav {
  position: absolute;
  background: rgba(216, 42, 43, 0.95);
  padding: 10px 15px;
  width: 80%;
  left: 7%;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 100;
  text-align: center;
}

.hex-second-nav .item,
.hex-second-nav .double,
.hex-second-nav .full,
.slide-nav-more .item,
.slide-nav-more .double,
.slide-nav-more .full {
  float: left;
  width: 33%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 5px;
  height: 35px;
  line-height: 35px;
}

.hex-second-nav .full span,
.hex-second-nav .double span,
.hex-second-nav .item span {
  border-radius: 5px;
  border: 1px solid rgb(215, 157, 157);
  color: white;
  width: 90%;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}

.hex-second-nav a {
  text-decoration: none;
  color: white;
}

.slide-nav a {
  text-decoration: none;
  color: rgb(215, 157, 157);
}

.slide-nav-more {
  width: 100%;
  height: 75%;
  position: fixed;
  bottom: 0;
  background: #fff;
  z-index: 100;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
}

.slide-nav-more .title {
  color: #333;
  font-size: 16px;
  clear: both;
  padding: 10px;
}

.slide-nav-more .item span,
.slide-nav-more .double span,
.slide-nav-more .full span {
  border-radius: 5px;
  border: 1px solid #999;
  background: #fff;
  width: 90%;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  font-size: 14px;
  color: #999;
  cursor: pointer;
}

.hex-second-nav .double,
.slide-nav-more .double {
  width: 66%;
}

.hex-second-nav .double span,
.slide-nav-more .double span {
  width: 95%;
}

.hex-second-nav .full,
.slide-nav-more .full {
  width: 99%;
}

.hex-second-nav .full span,
.slide-nav-more .full span {
  width: 97%;
}

.slide-nav-more a {
  text-decoration: none;
  color: #888;
}

.slider-status {
  width: 10%;
  float: left;
  font-size: 28px;
  font-weight: 200;
  color: white;
  background: #d82a2b;
  text-align: center;
}

/*下拉框select.js********************/

/*前台编辑器显示*/
.hex-select-system {
  display: flex;
  border: 1px solid #DBDBDB;
  border-radius: 3px;
  background: #fff;
}

.hex-select-system-inner {
  position: relative;
  width: 100%;
  display: flex;
  border-radius: inherit;
}

div.system_checkbox_07 .mui-checkbox-con {
  margin-top: 0;
}

/*后台编译*/
.hex-select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  flex: 1;
  background: #fff;
  border-radius: inherit;
}

.hex-select-icon {
  position: absolute;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: url("/platform/img/arrow.png") center center no-repeat;
  right: 10px;
  top: 50%;
}

.hex-select:focus,  .hex-select select:focus{
  border: 0 none;
  /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); */
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

.hex-select::-ms-expand {
  display: none !important;
}

/*下拉框select_li.js *****************/

.hex-select-li {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  padding: 0px 10px;
  font-size: 18px;
  /*border-radius: 4px;*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
  z-index: 11;
  position: relative;
}

.hex-select-li:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.hex-select-li .hex-select-choose {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 12px;
  margin-right: 5px;
  border: 5px solid transparent;
  border-top-color: black;
}

.hex-select-li .hex-select-node {
  padding: 10px 0;
  display: block;
  padding-left: 20px;
  list-style: none;
  cursor: pointer;
}

.hex-select-li .hex-select-node:hover {
  background-color: #5c7efb;
}

.hex-select-li .hex-select-active {
  background-color: #eee;
}

.hex-select-li .hex-select-ul {
  margin-top: 3px;
  position: absolute;
  background-color: #eeeeee;
  left: 0;
  width: 100%;
  height: 200px;
  overflow: auto;
}

.hex-select-li .hex-select-input {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  background-color: white;
  text-indent: 10px;
  height: calc(100% - 4px);
  width: 100%;
  outline-style: none;
}

.hex-select-li .hex-select-match {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  background-color: white;
  text-indent: 10px;
  height: calc(100% - 4px);
  width: 100%;
  outline-style: none;
  color: red;
}

.hex-select-li .hex-select-input-editor {
  height: 30px;
  border: 0;
}

/*分页控件***********************/

.rating {
  list-style: none;
}

.rating li {
  list-style: none;
  margin-left: 5px;
  float: left;
  cursor: pointer;
}

.rating li:before {
  font-family: fontawesome;
  content: "\f005";
  font-size: inherit;
  color: #E8E8E8;
}

.rating li.active:before {
  font-family: fontawesome;
  content: "\f005";
  color: inherit;
}

.rating-transparent li:before {
  color: transparent;
}

/*心形评分控件*/

.ratingHeart {
  list-style: none;
}

.ratingHeart li {
  width: 20px;
  padding-top: 15px;
  position: relative;
  list-style: none;
  margin-left: 5px;
  float: left;
  cursor: pointer;
}

.ratingHeart li.active:before,
.ratingHeart li.active:after {
  width: 10px;
  height: 16px;
  background-color: red;
  position: absolute;
  content: "";
  border-radius: 10px 10px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  tansform-origin: 0 100%;
}

.ratingHeart li.active:after {
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.ratingHeart li:before,
.ratingHeart li:after {
  width: 10px;
  height: 16px;
  background-color: #E8E8E8;
  position: absolute;
  content: "";
  border-radius: 10px 10px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
}

.ratingHeart li:after {
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

/* album */

.hex_album .picleftimg a {
  display: block;
  height: 40px;
  width: 100px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-top: 22px;
  padding-left: 17px;
}

.hex_album .imgdivtext {
  position: absolute;
  bottom: 0px;
  height: 88px;
  width: 120px;
  background: rgba(0, 0, 0, 0.6);
  line-height: 25px;
  text-align: center;
  left: 0px;
  z-index: 4;
  line-height: 88px;
}

.hex_album .firsttop_right {
  margin-left: 20px;
}

.hex_album .endtop,
.hex_album .firsttop {
  width: 300px;
}

.hex_album .picshowlist_mid {
  width: 100%;
  margin-left: 0px;
}

.hex_album .picmidmid {
  width: calc(100% - 50px);
}

.hex_album .picmidmid ul {
  width: 100%;
}

/* area_selection */

.hex_area_selection_select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  font-size: 14px;
  border-radius: 4px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.hex_area_selection_choose-area {
  border: 1px solid lightgrey;
  display: inline-block;
  border-radius: 4px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* audio */

.hex_audio_style3_wrap .m_player .folded_bt {
  display: none;
}

.hex_audio_style3_wrap .m_player .open_list {
  display: none;
}

.hex_audio_style3_wrap .time_show {
  display: none !important;
}

.hex_audio_style3_wrap .m_player .m_player_dock {
  width: 100%;
}

.hex_audio_style3_wrap .m_player .play_bar {
  width: calc(100% - 240px);
  bottom: 12px;
  left: 200px;
}

.hex_audio_style3_wrap .m_player {
  position: static;
  width: 100%;
  height: 90px;
}

.hex_audio_style3_wrap .m_player .play_bar .play_bg_bar {
  background-color: #fff;
}

.hex_audio_style3_wrap .m_player .m_player_dock .music_icon .album_pic.do-hide {
  position: static;
}

.hex_audio_style3_wrap .m_player .play_bar .progress_op {
  background: #34a7d7;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: -2px;
}

.hex_audio_style3_wrap .m_player .m_player_dock .music_icon .music_info_main {
  width: calc(100% - 150px);
}

.hex_audio_style3_wrap .m_player .m_player_dock .music_icon .music_info_main p {
  width: 100%;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hex_audio_style3_wrap .m_player .m_player_dock .music_icon .music_info_main .music_op {
  display: none;
}

.hex_audio_style3_wrap .m_player .m_player_dock {
  height: 90px;
}

.hex_audio_style3_wrap .m_player .m_player_dock .music_icon .music_info_main .singer_name {
  display: none;
}

.hex_audio_style3_wrap .m_player .bar_op .cycle_bt {
  display: none;
}

.hex_audio_style3_wrap .m_player .bar_op .volume {
  display: none;
}

.hex_audio_style3_wrap .m_player .bar_op {
  top: calc(50% - 20px);
  left: calc(50% - 5px);
  width: auto;
  height: auto;
}

.hex_audio_style3_wrap .m_player .m_player_dock .music_icon .album_pic {
  padding: 0;
}

.hex_audio_style3_wrap .m_player .m_player_dock .music_icon .music_info_main .play_date {
  color: #fff;
  margin-top: 40px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hex_audio_style3_wrap .m_player .m_player_dock .music_icon {
  height: 90px;
}

.hex_audio_style3_wrap .m_player .bar_op .play_bt,
.m_player .bar_op .pause_bt {
  background-size: contain;
  background-position: 0;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
}

.hex_audio_style3_wrap .m_player .bar_op .prev_bt {
  background-size: contain;
  background-position: 0;
  background-repeat: no-repeat;
  margin-top: 5px;
}

.hex_audio_style3_wrap .m_player .bar_op .next_bt {
  background-size: contain;
  background-position: 0;
  background-repeat: no-repeat;
  margin-top: 5px;
}

.hex_audio_style3_wrap .m_player .bar_op .pause_bt {
  background-size: contain;
  background-position: 0;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
}

.hex_audio_style3_wrap .m_player .bar_op strong {
  width: 30px;
  margin: 0 10px 0 10px;
}

.hex_audio_style3_wrap .m_player .bar_op .play_bt:hover,
.hex_audio_style3_wrap .m_player .bar_op .prev_bt:hover,
.hex_audio_style3_wrap .m_player .bar_op .next_bt:hover {
  background-position: 0;
}

.hex_audio_style3_wrap .m_player .bar_op .pause_bt:hover {
  background-position: 0;
}

.hex_audio_style1::-internal-media-controls-download-button {
  display: none;
}

.hex_audio_style1::-webkit-media-controls {
  overflow: hidden !important
}

.hex_audio_style1::-webkit-media-controls-enclosure {
  width: calc(100% + 32px);
  margin-left: auto;
}

.hex_audio_style4,
.hex_audio_style4.video-js .vjs-big-play-button {
  visibility: hidden;
}

.hex_audio_style4_wrap {
  height: 90px !important;
  background-color: #000;
  color: #fff;
}

.hex_audio_style4_wrap .right_box div {}

.hex_audio_style4_wrap .poster_box {
  height: 90px;
  width: 90px;
  float: left;
}

.hex_audio_style4_wrap .poster_box img {
  height: 90px;
  width: 90px;
}

.hex_audio_style4_wrap .right_box {
  width: calc(100% - 90px);
  float: right;
  height: 100%;
  position: relative;
}

.hex_audio_style4_wrap .title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px;
}

.hex_audio_style4_wrap .controls {
  position: absolute;
  left: calc(50% - 30px);
  top: 30px;
  height: 40px;
  width: 120px;
}

.hex_audio_style4_wrap .controls i {
  display: inline-block;
  vertical-align: top;
  background-position: 50%;
  background-size: contain;
}

.hex_audio_style4_wrap .play_time {
  position: absolute;
  bottom: 6px;
  left: 0;
  margin-left: 10px;
}

.hex_audio_style4_wrap .progress_bar {
  position: absolute;
  bottom: 12px;
  left: 100px;
  height: 2px;
  width: calc(100% - 130px);
  background: #fff;
}

.hex_audio_style4_wrap .play_video {
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
}

.hex_audio_style4_wrap .pause_video {
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
}

.hex_audio_style4_wrap .play_next {
  height: 20px;
  width: 20px;
  margin-left: 15px;
  margin-top: 10px;
  background-repeat: no-repeat;
}

.hex_audio_style4_wrap .play_prev {
  height: 20px;
  width: 20px;
  margin-right: 15px;
  margin-top: 10px;
  background-repeat: no-repeat;
}

/* calendar */

.hex_calendar_wrap .today {
  color: #c92025;
}

.hex_calendar_wrap .active {
  background-color: rgba(201, 32, 37, 1);
  color: #fefefe;
}

.hex_calendar_wrap .full-calendar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hex_calendar_wrap .full-calendar-header .header-left,
.full-calendar-header .header-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hex_calendar_wrap .full-calendar-header .header-center {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  text-align: center;
  color: #fefefe;
}

.hex_calendar_wrap .full-calendar-header .header-center .title {
  margin: 0 10px;
}

.hex_calendar_wrap .full-calendar-header .header-center .prev-month,
.full-calendar-header .header-center .next-month {
  cursor: pointer;
}

.hex_calendar_wrap {
  padding-top: 20px;
  background: #fff;
  max-width: 960px;
  margin: 0 auto;
}

.hex_calendar_wrap ul,
.hex_calendar_wrap p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.hex_calendar_wrap .full-calendar-body {
  /*margin-top: 20px;*/
  height: calc(100% - 40px);
}

.hex_calendar_wrap .full-calendar-body .weeks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*border-top: 1px solid #e0e0e0;*/
  /*border-bottom: 1px solid #e0e0e0;*/
  /*border-left: 1px solid #e0e0e0;*/
  background: #c92025;
  color: #fefefe;
  font-size: 14px;
  line-height: 33px;
}

.hex_calendar_wrap .full-calendar-body .weeks .week {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  /*border-right: 1px solid #e0e0e0;*/
}

.hex_calendar_wrap .full-calendar-body .dates {
  position: relative;
  height: calc(100% - 23px);
  background-color: #e9e9e9;
}

.hex_calendar_wrap .full-calendar-body .dates .dates-bg {
  height: 100%;
}

.hex_calendar_wrap .full-calendar-body .dates .week-row {
  border-left: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 16.6%;
}

.hex_calendar_wrap .full-calendar-body .dates .week-row .day-cell {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /* min-height: 100px; */
  padding: 4px;
  border-right: 1px solid #fefefe;
  border-bottom: 1px solid #fefefe;
  opacity: 0;
}

.hex_calendar_wrap .full-calendar-body .dates .week-row .day-cell .day-number {
  text-align: center;
}

.hex_calendar_wrap .full-calendar-body .dates .week-row .day-cell.today {
  color: #fefefe;
  background-color: #c92025;
}

.hex_calendar_wrap .full-calendar-body .dates .week-row .day-cell.not-cur-month .day-number {
  color: rgba(0, 0, 0, 0);
}

.hex_calendar_wrap .full-calendar-body .dates .dates-events {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-left: 1px solid #fefefe
}

.hex_calendar_wrap .full-calendar-body .dates .dates-events .events-week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 16.6%;
}

.hex_calendar_wrap .full-calendar-body .dates .dates-events .events-week .events-day {
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /*min-height: 109px;*/
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border-right: 1px solid #fefefe;
  border-bottom: 1px solid #fefefe;
  position: relative;
}

.hex_calendar_wrap .full-calendar-body .dates .dates-events .events-week .events-day.cur-month .day-number.red_cicrle:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: red;
  position: absolute;
  left: 50%;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateX(-50%);
}

.hex_calendar_wrap .full-calendar-body .dates .dates-events .events-week .events-day.cur-month .day-number.green_cicrle:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: green;
  position: absolute;
  left: 50%;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateX(-50%);
}

.hex_calendar_wrap .full-calendar-body .dates .dates-events .events-week .events-day .event-box.red_cicrle {
  display: none !important
}

.hex_calendar_wrap .full-calendar-body .dates .dates-events .events-week .events-day .event-box.green_cicrle {
  display: none !important
}

.hex_calendar_wrap .full-calendar-body .dates .dates-events .events-week .events-day .day-number {
  text-align: center;
  padding: 4px 5px 4px 4px;
  /*opacity: 0;*/
  margin-top: 10px;
}

.hex_calendar_wrap .full-calendar-body .dates .dates-events .events-week .events-day.not-cur-month .day-number {
  color: rgba(0, 0, 0, 0);
}

.hex_calendar_wrap .full-calendar-body .dates .dates-events .events-week .events-day.cur-month .event-box .event-item {
  cursor: pointer;
  font-size: 12px;
  background-color: #c7e6fd;
  margin-bottom: 2px;
  color: rgba(0, 0, 0, 0.87);
  padding: 0 0 0 4px;
  height: 18px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.hex_calendar_wrap .full-calendar-body .dates .dates-events .events-week .events-day .event-box .event-item.is-start {
  margin-left: 4px;
}

.hex_calendar_wrap .full-calendar-body .dates .dates-events .events-week .events-day .event-box .event-item.is-end {
  margin-right: 4px;
}

.hex_calendar_wrap .full-calendar-body .dates .dates-events .events-week .events-day .event-box .event-item.is-opacity {
  opacity: 0;
}

.hex_calendar_wrap .full-calendar-body .dates .dates-events .events-week .events-day .event-box .more-link {
  cursor: pointer;
  padding-left: 8px;
  padding-right: 2px;
  color: rgba(0, 0, 0, 0.38);
  font-size: 12px;
  white-space: nowrap;
}

.hex_calendar_wrap .full-calendar-body .dates .more-events {
  position: absolute;
  width: 150px;
  z-index: 2;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.hex_calendar_wrap .full-calendar-body .dates .more-events .more-header {
  background-color: #eee;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.hex_calendar_wrap .full-calendar-body .dates .more-events .more-header .title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hex_calendar_wrap .full-calendar-body .dates .more-events .more-header .close {
  margin-right: 2px;
  cursor: pointer;
  font-size: 16px;
}

.hex_calendar_wrap .full-calendar-body .dates .more-events .more-body {
  height: 140px;
  overflow: hidden;
}

.hex_calendar_wrap .full-calendar-body .dates .more-events .more-body .body-list {
  height: 120px;
  padding: 5px;
  overflow: auto;
  background-color: #fff;
}

.hex_calendar_wrap .full-calendar-body .dates .more-events .more-body .body-list .body-item {
  cursor: pointer;
  font-size: 12px;
  background-color: #c7e6fd;
  margin-bottom: 2px;
  color: rgba(0, 0, 0, 0.87);
  padding: 0 0 0 4px;
  height: 18px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.hex_calendar_wrap .full-calendar-body .dates .dates-events .events-week .events-day.not-cur-month {
  cursor: default;
}

.hex_calendar_wrap .full-calendar-body .dates .dates-events .events-week .events-day.not-cur-month .day-number {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* captcha_btn */

.hex_captcha_btn {
  cursor: pointer;
}

/* carousel */

.hex_carousel_1 .JQ-content-box {
  float: left;
  overflow: hidden;
  position: relative;
  width: inherit;
  height: inherit;
}

.hex_carousel_1 .JQ-content-box .JQ-slide-content {
  position: absolute
}

.hex_carousel_1 .JQ-content-box li {
  float: left;
  text-align: center;
  list-style: none;
}

.hex_carousel_1 .JQ-content-box li img {
  width: 100%;
  height: 100%;
}

.hex_carousel_1 .JQ-slide-nav {
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 18px;
  padding-top: 2px;
  list-style: none;
}

.hex_carousel_1 .JQ-slide-nav li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  margin-left: 10px;
}

.hex_carousel_1 .JQ-slide-nav li.on {
  background: #ff5207;
  height: 10px;
  line-height: 10px;
  margin-top: -1px;
  width: 10px;
}

.hex_carousel_1 .JQ-slide-nav li img {
  display: block
}

.hex_carousel_hiSlider.hidden {
  height: 0px !important;
}

.hex_carousel_hiSlider {
  position: relative;
}

.hex_carousel_hiSlider a {
  text-decoration: none
}

.hex_carousel_hiSlider .img-container {
  vertical-align: top;
  overflow: hidden;
  text-align: center;
  height: inherit;
  float: left;
}

.hex_carousel_hiSlider .img-small {
  width: auto;
}

.hex_carousel_hiSlider .img-horizontal {
  width: 100%;
}

.hex_carousel_hiSlider .img-vertical {
  height: 100%;
}

.hex_carousel_hiSlider .img-stretch {
  width: 100%;
  height: 100%;
}

.hex_carousel_hiSlider .hiSlider-title {
  text-align: center;
}

.hex_carousel_hiSlider .currentPage {
  color: #d22628;
  margin-left: 20px;
  font-size: 18px;
  vertical-align: middle;
}

.hex_carousel_hiSlider .pageCount {
  font-size: 18px;
  vertical-align: middle;
}

.hex_carousel_hiSlider .carouselTitle {
  margin: 0 20px 0 20px;
  display: inline-block;
  vertical-align: top;
  max-width: 50%;
  overflow: hidden;
}

.hex_carousel_hiSlider_btnType1 .hiSlider-btn-prev,
.hex_carousel_hiSlider_btnType1 .hiSlider-btn-next {
  position: absolute;
  z-index: 5;
  height: 40px;
  width: 15px;
  overflow: hidden;
  opacity: .6;
  color: #d22628;
  font-size: 40px;
}

.hex_carousel_hiSlider_btnType1 .hiSlider-btn-prev a,
.hex_carousel_hiSlider_btnType1 .hiSlider-btn-next a {
  color: #d22628;
}

.hex_carousel_hiSlider_btnType1 .hiSlider-btn-prev::before {
  content: "\f104";
}

.hex_carousel_hiSlider_btnType1 .hiSlider-btn-next::before {
  content: "\f105";
}

.hex_carousel_hiSlider_btnType1 .hiSlider-btn-prev {
  left: 15%;
}

.hex_carousel_hiSlider_btnType1 .hiSlider-btn-next {
  right: 15%;
}

.hex_carousel_hiSlider_btnType1 .hiSlider-btn-prev:hover,
.hex_carousel_hiSlider_btnType1 .hiSlider-btn-next:hover {
  opacity: 1;
}

/*左右按钮在中部*/

.hex_carousel_hiSlider_btnType2 .hiSlider-btn-prev::before {
  content: "\f053";
}

.hex_carousel_hiSlider_btnType2 .hiSlider-btn-next::before {
  content: "\f054";
}

.hex_carousel_hiSlider_btnType2 .hiSlider-btn-prev,
.hex_carousel_hiSlider_btnType2 .hiSlider-btn-next {
  position: absolute;
  z-index: 5;
  top: 50%;
  margin-top: -30px;
  width: 30px;
  font-size: 30px;
  overflow: hidden;
  opacity: .6;
  color: #d22628;
  text-align: center;
  height: 60px;
  width: 45px;
  line-height: 60px;
  display: none;
}

.hex_carousel_hiSlider_btnType2 .hiSlider-btn-prev a,
.hex_carousel_hiSlider_btnType2 .hiSlider-btn-next a {
  color: #d22628;
}

.hex_carousel_hiSlider_btnType2 .hiSlider-btn-prev {
  left: 0px;
}

.hex_carousel_hiSlider_btnType2 .hiSlider-btn-next {
  right: 0px;
}

.hex_carousel_hiSlider_btnType2:hover .hiSlider-btn-next,
.hex_carousel_hiSlider_btnType2:hover .hiSlider-btn-prev {
  display: block;
}

.hex_carousel_hiSlider_2 .hiSlider-wrap {
  overflow: visible !important;
}

.hex_carousel_hiSlider_2 .hiSlider-item {
  background: #000;
}

.hex_carousel_hiSlider_2 .hiSlider-item img {
  opacity: 0.7;
}

.hex_carousel_hiSlider_2 .hiSlider-item.active img {
  opacity: 1;
}

.hex_carousel_slick {
  -webkit-tap-highlight-color: transparent;
}

.hex_carousel_slick {}

.hex_carousel_slick .div-wrap {
  padding: 10px;
}

.hex_carousel_slick .div1 {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}

.hex_carousel_slick .div1 .p1 {
  position: absolute;
  bottom: 0;
  padding: 0 10px;
  width: calc(100% - 20px);
  text-align: center;
  overflow: hidden;
}

.hex_carousel_slick .slick-prev::before,
.hex_carousel_slick .slick-next::before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 40px;
}

.hex_carousel_slick .slick-prev::before {
  content: "\f104";
}

.hex_carousel_slick .slick-next::before {
  content: "\f105";
}

.hex_carousel_slick .slick-prev,
.hex_carousel_slick .slick-next {
  margin-top: -20px;
  height: 40px;
  width: 40px;
}

.hex_carousel_slick .slick-next {
  right: -40px;
}

.hex_carousel_slick .slick-prev {
  left: -40px;
}

.hex_carousel_slick .div1 .p1.hidden {
  display: none;
}

/*   infoOutImg版  */

.hex_carousel_slick .image {
  padding: 0 10px;
}

.hex_carousel_slick .img {
  width: 100%;
  margin: 0 auto;
}

.hex_carousel_slick .text {
  width: 100%;
  position: relative;
}

.hex_carousel_slick .p2 {
  width: calc(100% - 20px);
  text-align: center;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #000;
  padding: 0 10px;
}

.hex_carousel_slick .p2.titleOneLine {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.hex_carousel_slick .title-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.hex_carousel_swing .swing body,
.hex_carousel_swing .swing div,
.hex_carousel_swing .swing ul,
.hex_carousel_swing .swing li,
.hex_carousel_swing .swing h4,
.hex_carousel_swing .swing p {
  margin: 0;
  padding: 0;
}

.hex_carousel_swing.hidden {
  display: none;
}

.hex_carousel_swing .swing {
  font: 12px/1.8 arial;
  color: #fff;
}

.hex_carousel_swing .swing a {
  color: #fff;
  text-decoration: none;
  background: #666;
  padding: 2px 5px;
}

.hex_carousel_swing .swing a:hover {
  background: #F90;
}

.hex_carousel_swing .swing {
  position: relative;
  width: 100%;
  height: 100%;
}

.hex_carousel_swing .swing ul {
  position: relative;
  width: 100%;
  height: 100%;
}

.hex_carousel_swing .swing li {
  position: absolute;
  list-style: none;
  background: #000;
  width: 0;
  height: 0;
  top: 146px;
  left: 377px;
  z-index: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 3px;
}

.hex_carousel_swing .swing li.outImg {
  overflow: visible;
}

/*左上角图片*/

.hex_carousel_swing .swing .triangle {
  display: block;
  height: 80px;
  width: 80px;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  border: none;
  z-index: 10;
}

/*标题 在图片中 两行*/

.hex_carousel_swing .swing .title.inImg {
  background-color: rgba(0, 0, 0, .7);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  border: none;
  width: 100%;
  text-align: center;
  overflow: hidden;
  z-index: 10;
}

/*标题 在图片外 一行*/

.hex_carousel_swing .swing .title.outImg {
  background-color: rgba(0, 0, 0, .7);
  color: #fff;
  border: none;
  width: 100%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
}

.hex_carousel_swing .swing .title.hidden {
  display: none;
}

.hex_carousel_swing .swing li img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.hex_carousel_swing .swing .prev,
.hex_carousel_swing .swing .next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  overflow: hidden;
  cursor: pointer;
  font-size: 60px;
  color: #d22628;
  z-index: 19;
  font-weight: bolder;
}

.hex_carousel_swing .swing .prev {
  left: -60px;
}

.hex_carousel_swing .swing .next {
  right: -60px;
}

.hex_carousel_swing img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.hex_carousel_swing .video_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 0;
}

.hex_carousel_swing .video {
  width: 100%;
  height: 100%;
}

.hex_carousel_swing .show-video:hover {
  color: #fff;
  text-shadow: 0 0 15px #47eaf3;
}

.hex_carousel_swing .show-video {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 11;
  color: #ccc;
  font-size: 30px;
}

.hex_carousel_swing .close:hover {
  color: #fff;
  text-shadow: 0 0 15px #47eaf3;
}

.hex_carousel_swing .close {
  display: none;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
  color: #ccc;
  font-size: 25px;
}

.hex_carousel_swing .video_wrap:hover .close {
  display: block;
}

.hex_carousel_swing .video::-webkit-media-controls-enclosure {
  /*禁用播放器控制栏的样式*/
  display: none !important;
}

.hex_carousel_swing .video_wrap:hover .video::-webkit-media-controls-enclosure {
  display: block !important;
}

/* 隐藏谷歌浏览器下载按钮 */

.hex_carousel_swing video::-internal-media-controls-download-button {
  display: none;
}

.hex_carousel_swing video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

.hex_carousel_swing video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

/* checkbox */

.hex_checkbox .checkbox-div {
  margin-right: 10px;
  display: inline-block;
}

.hex_checkbox .default-checkbox {
  height: 20px;
  width: 20px;
  vertical-align: middle;
}

.hex_checkbox .third-checkbox,
.fourth-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.hex_checkbox .third-checkbox {
  background: #eaeaea;
  color: #fff;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  outline-style: none;
  border-radius: 15%;
}

.hex_checkbox .third-checkbox::before {
  height: 20px;
  width: 20px;
  left: 0;
  top: 0;
  border-radius: 15%;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-family: 'FontAwesome';
  content: "\f1ce";
  line-height: 23px;
  color: #FFFFFF;
  font-size: 16px;
  background: #b5b5b5;
}

.hex_checkbox .third-checkbox:checked:before {
  height: 20px;
  width: 20px;
  left: 0;
  top: 0;
  border-radius: 15%;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-family: 'FontAwesome';
  content: "\f00c";
  line-height: 22px;
  color: #FFFFFF;
  font-size: 16px;
  background: #3498db;
}

.hex_checkbox .fourth-checkbox {
  display: none;
}

.hex_checkbox label.label-for-fourth-checkbox {
  line-height: 1;
  padding: 5px 15px;
}

.hex_checkbox .fourth-checkbox:checked+.label-for-fourth-checkbox {
  color: #fff;
  background-color: #4899cc;
}

.hex_checkbox .checkbox-inline {
  padding-left: 0px;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
  padding-right: 5px;
  margin: 10px 0 10px 0;
}

.hex_checkbox .mui-checkbox-con {
  margin-top: 10px;
}

.hex_checkbox .mui-checkbox {
  vertical-align: middle;
  position: relative;
  width: 22px;
  height: 22px;
  background-color: #FFFFFF;
  border: solid 1px #d9d9d9;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-clip: padding-box;
  -webkit-appearance: none;
}

.hex_checkbox .mui-checkbox:focus {
  outline: 0 none;
  outline-offset: -2px;
}

/* .hex_checkbox .mui-checkbox:checked {
    background-color: #18b4ed;
    border: solid 1px #F6A623;
} */

.hex_checkbox .mui-checkbox:checked:before {
  display: inline-block;
  margin-left: 2px;
  font-family: 'FontAwesome';
  content: "\f00c";
  line-height: 22px;
  color: #FFFFFF;
  font-size: 16px;
}

.hex_checkbox .mui-checkbox:before {
  margin-left: 2px;
  font-family: 'FontAwesome';
  content: "";
  line-height: 22px;
  color: #FFFFFF;
  font-size: 16px;
}

.hex_checkbox_title {
  padding-bottom: 10px;
}

/* .hex_checkbox .mui-checkbox.checkbox-orange:checked {
    background-color: #F6A623;
} */

/* div */

.hex_div-background-img-stretching {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hex_div-background-repeat-img {
  width: 100%;
  height: 100%;
  background-repeat: repeat;
}

/* gallery */

.hex_gallery {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hex_gallery .gallery-main {
  -webkit-box-flex: 65;
  -ms-flex: 65;
  flex: 65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hex_gallery .gallery-right {
  -webkit-box-flex: 35;
  -ms-flex: 35;
  flex: 35;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 5px;
}

.hex_gallery .gallery-column-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hex_gallery .gallery-img {
  /* 拉伸 */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.hex_gallery .gallery-column-item:not(:last-child) {
  /* 间隔 */
  margin-bottom: 5px;
}

.hex_gallery .gallery-button {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  width: 36px;
  height: 72px;
  margin-top: -28px;
  margin-left: -18px;
}

.hex_gallery .gallery-button .plus {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  border: 3px solid white;
  border-radius: 50%;
  padding: 2px;
  font-size: 30px;
  font-weight: 700;
  cursor: pointer;
}

.hex_gallery .gallery-button .number {
  display: block;
  margin-top: 15px;
  text-align: center;
}

/* image_upload */

.hex_upload-progress-wrap {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: #eeeeee;
  display: none;
}

.hex_upload-progress {
  background-color: #3797ea;
  height: 100%;
}

.hex-image-upload {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hex_text_upload_btn {
  position: relative;
  background-color: #3797ea;
  border: solid rgba(255, 255, 255, 1) 0px;
  border-radius: 0;
  width: 80px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  text-align: center;
}

.hex_image_upload_btn {
  width: 40px;
  height: 40px;
  position: relative;
}

.hex_image_upload_btn .upload_button .fa-cloud-upload {
  font-size: 33px;
}

.hex_upload_btn {
  position: relative;
}

.hex_image {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 40px;
  height: 40px;
}

.hex_image_upload_btn {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.hex_image_upload_btn .upload_button.nav__button {
  color: #000;
}

/* app  */

.hex_image_upload_btn .main .guide {
  height: 0;
  margin-left: 10px;
}

.hex_image_upload_btn .app {
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}

.hex_image_upload_btn .header {
  background-color: #666;
  height: 48px;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .hex_image_upload_btn .header {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.hex_image_upload_btn .title {
  color: #fff;
  display: block;
  float: left;
  font-size: 18px;
  line-height: 48px;
}

.hex_image_upload_btn .main {
  background-color: #333;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 48px;
}

/* nav */

.hex_image_upload_btn .navbar {
  float: right;
}

.hex_image_upload_btn .nav__button {
  background-color: transparent;
  border-width: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 48px;
}

.hex_image_upload_btn .nav__button:focus {
  outline: none;
}

.hex_image_upload_btn .nav__button:hover {
  background-color: #0074d9;
  color: #fff;
}

.hex_image_upload_btn .nav__button:hover--success:hover {
  background-color: #2ecc40;
}

.hex_image_upload_btn .nav__button:hover--danger:hover {
  background-color: #ff4136;
}

/* editor */

.hex_image_upload_btn .editor {
  height: 100%;
}

.hex_image_upload_btn .canvas {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hex_image_upload_btn .canvas>img {
  max-height: 100%;
  max-width: 100%;
}

.hex_image_upload_btn .toolbar {
  background-color: rgba(0, 0, 0, .5);
  bottom: 16px;
  color: #fff;
  height: 32px;
  left: 50%;
  margin-left: -128px;
  position: absolute;
  width: 256px;
  z-index: 2015;
}

.hex_image_upload_btn .toolbar__button {
  background-color: transparent;
  border-width: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  height: 32px;
  text-align: center;
  width: 32px;
}

.hex_image_upload_btn .toolbar__button:focus {
  outline: none;
}

.hex_image_upload_btn .toolbar__button:hover {
  background-color: #0074d9;
  color: #fff;
}

/* loader */

.hex_image_upload_btn .loader {
  display: table;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.hex_image_upload_btn .loader>p {
  color: #999;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.hex_image_upload_btn .browse {
  color: #0074d9;
  cursor: pointer;
  margin-left: 4px;
}

.hex_image_upload_btn .browse:hover {
  color: color(#0074d9 lightness(50%));
  text-decoration: underline;
}

.hex_image_upload_btn .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* img */

.hex_background-img-stretching {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hex_background-repeat-img {
  width: 100%;
  height: 100%;
  background-repeat: repeat;
}

.hex_background-contain-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

[control="img"] .hex_background-img-stretching {
  position: relative;
}

[control="img"] img {
  display: block;
}

.hex-img-item {
  position: absolute;
  top: 0;
  left: 0;
}

.hex_img_sprite.thumb {
  position: relative;
  width: 100%;
  height: 100%;
}

.hex_img_sprite .quick-view {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-decoration: none;
  color: #fff;
  z-index: 2
}

.hex_img_sprite .quick-view-layer {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.hex_img_sprite .quick-img {
  position: absolute;
  width: 300%;
  height: 300%;
}

.hex_img_sprite .quick-process {
  width: 95%;
  height: 5px;
  z-index: 10;
  position: absolute;
  margin: 5px auto 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.hex_img_sprite .quick-process .bg-process {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(Opacity=50)";
  opacity: .5;
}

.hex_img_sprite .quick-process .rate-process {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #FFF;
  display: block;
}

.hex_img_sprite .quic {
  width: 100%;
  height: 100%;
}

/* input */

.hex_input_search input {
  outline: none;
  height: 100%;
  width: 100%;
  vertical-align: top;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hex_input_search ul {
  position: relative;
  left: 0;
  border-left: #eee 1px solid;
  border-right: #eee 1px solid;
  min-width: 100%;
  text-align: left;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #fff;
  margin-top: -1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hex_input_search ul li {
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 30px;
}

.hex_input_search ul li:nth-child(1) {
  border-top: #eee 1px solid;
}

.hex_input_search ul li:last-child {
  border-bottom: #eee 1px solid;
}

.hex_input_search ul a {
  color: inherit;
  height: 20px;
  font-size: 13px;
}

/* label */

.hex_label .relateWrap {
  padding: 13px;
}

.hex_label .relateWrap li:hover {
  font-weight: 500;
}

.hex_label .default-tag a:nth-child(1) span {
  font-weight: 700;
}

.hex_label .default-tag a {}

.hex_label div.default-tag a span {
  background: none;
  position: relative;
}

.hex_label .default-tag a span::after {
  content: '';
  background: #f00;
  height: 100%;
  width: 10px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(#cdnBootUrl#/images/labelbg.png) no-repeat;
  background-position: 0 -58px;
}

.hex_label .default-tag a:hover span::after {
  background-position: 0 -98px;
}

/* list_popup */

.hex_list-popup-modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.list-popup-modal-front {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.hex_list-popup-shadow {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.hex_list-popup-content {
  z-index: 101;
  background-color: #fff;
  border-radius: 6px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 14px 0 rgba(22, 45, 61, 0.36);
  box-shadow: 0 0 14px 0 rgba(22, 45, 61, 0.36);
  position: relative;
}

.hex_list-popup-title {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  width: 100%;
  position: absolute;
}

.hex_list-popup-title-set {
  padding-left: 10px;
}

.hex_list-popup-title-close {
  display: inline-block;
  position: absolute;
  font-size: 18px;
  color: #666;
  right: 0;
  width: 40px;
  text-align: center;
  padding: 2px 2px 2px 2px;
  cursor: pointer;
}

.hex_list-popup-body {
  overflow: scroll;
  width: 100%;
  top: 40px;
  position: absolute;
}

.hex_list-popup-footer {
  border-top: 1px solid #eee;
  height: 50px;
  width: 100%;
  bottom: 0;
  position: absolute;
}

.hex_list-popup-footer-button {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 30px;
  width: 100px;
  margin-left: 10px;
  text-align: center;
  line-height: 30px;
  background-color: #5A7AFF;
  color: #fff;
  border-radius: 15px;
  cursor: pointer;
}

.hex_list-popup-selected {
  background-color: #f0f0f0;
}

/* map */

.hex_map-container {
  width: 300px;
  height: 300px;
  border: 1px solid gray;
}

.map-editor-container {
  width: 300px;
  height: 300px;
  border: 1px solid gray;
}

.hex_map-address-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 30px;
  margin-top: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 10px;
}

.hex_map-tip-label {
  margin-top: 10px;
  height: 30px;
}

.hex_input-address {
  height: 30px;
}

.hex_search-button {
  color: #fff;
  background-color: #5A7AFF;
  display: inline-block;
  height: 30px;
  width: 100px;
  margin-bottom: 0;
  margin-left: 10px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-color: #5A7AFF;
  border-radius: 15px;
}

.hex_map-container .gm-iv-back-icon-background {
  background-image: url(https://hexyun.oss-cn-beijing.aliyuncs.com/18435186006/62888d9e741f4b11f1d9ead1486729ea);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.hex_map-container .gmnoprint.gm-style-mtc {
  width: 70px !important;
}

/* menu */

.hex_menu {
  width: 100%;
  height: 100%;
  background-color: #fff;
  line-height: 40px;
}

.hex_menu .hex_item {
  height: 40px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  display: block;
}

.hex_menu .hex_item.level1 {
  padding: 0 10px
}

.hex_menu .hex_item.level2 {
  padding-left: 30px;
  background: #f8f8f8
}

.hex_menu .hex_item.active {
  color: #00B7FF
}

/* mobile_map */

.hex_mobile_map .gm-iv-back-icon-background {
  background-image: url(https://hexyun.oss-cn-beijing.aliyuncs.com/18435186006/62888d9e741f4b11f1d9ead1486729ea);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.hex_mobile_map .gmnoprint.gm-style-mtc {
  width: 70px !important;
}

/* popup */

.hex_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.hex_popup>div {
  margin: 0 auto;
}

.hex_popup_mode1 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* progress */

.hex_progress progress {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #e6e6e6;
  color: #0064B4;
  /*IE10*/
}

/*ie6-ie9*/

.hex_progress progress ie {
  display: block;
  height: 100%;
  background: #0064B4;
}

.hex_progress progress::-moz-progress-bar {
  background: #0064B4;
}

.hex_progress progress::-webkit-progress-bar {
  background: #e6e6e6;
}

.hex_progress progress::-webkit-progress-value {
  background: #0064B4;
}

/* radio */

.hex_radio .radio-inline {
  padding-left: 5px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
  padding-right: 5px;
}

.hex_radio .radio-div {
  display: inline-block;
}

.custom-radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: none;
}

.custom-radio input[type="radio"]+label {
  display: inline-block;
  cursor: pointer;
  border-radius: 2px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: inherit;
  font-weight: inherit;
  box-sizing: border-box;
}

.custom-radio input[type="radio"]:checked+label {
  color: white;
  background-color: #5A7AFF;
  font-size: inherit;
  font-weight: inherit;
}

/* custom_memu */

.hex_custom_menu_01,
.hex_custom_menu_01 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 300px;
}

.hex_custom_menu_01,
.hex_custom_menu_01 ul.childUl {
  background: none;
}

.hex_custom_menu_01>li:hover .hex_custom_menu_01_submenu,
.hex_custom_menu_01>li:focus .hex_custom_menu_01_submenu {
  max-height: 2000px;
  z-index: 10;
}

.hex_custom_menu_01>li:hover .hex_custom_menu_01_submenu li,
.hex_custom_menu_01>li:focus .hex_custom_menu_01_submenu li {
  display: block;
}

.hex_custom_menu_01>li {
  display: block;
  float: left;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.hex_custom_menu_01 a {
  display: block;
  padding: 0 25px;
  text-decoration: none;
}

.hex_custom_menu_01_submenu {
  left: 0;
  max-height: 0;
  position: absolute;
  display: block;
  top: 100%;
  z-index: 0;
}

.hex_custom_menu_01_submenu li {
  display: none;
}

.hex_custom_menu_01_submenu a {
  text-align: left;
}

.hex_custom_menu_01>li:hover .hex_custom_menu_01_submenu,
.hex_custom_menu_01>li:focus .hex_custom_menu_01_submenu {
  max-height: 2000px;
  z-index: 10;
}

.hex_custom_menu_01>li:hover .hex_custom_menu_01_submenu li,
.hex_custom_menu_01>li:focus .hex_custom_menu_01_submenu li {
  display: block;
}

/*  line   */

.hex_custom_menu_01.horizonal-menu .line {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
}

/* icon */

.horizonal-menu.hex_custom_menu_01 .icon-left-wrap {
  position: relative;
  text-decoration: none;
}

.horizonal-menu.hex_custom_menu_01 .icon-left {
  height: 22px;
  width: 0px;
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.hex_custom_menu_01 .nav-iframe {
  width: 710px;
  height: 472px;
  box-shadow: 0px 6px 14px #e0dede;
}

.hex_custom_menu_01 iframe {
  width: 100%;
  height: 100%;
}

.hex_custom_menu_01 .nav-iframe {
  position: absolute;
  display: none;
}

.hex_custom_menu_01 .icon-triangle {
  display: none;
  width: 0;
  height: 0;
  border-width: 0 9px 9px;
  border-style: solid;
  border-color: transparent transparent #fff;
  /*透明 透明  黄*/
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
}

.hex_custom_menu_01 li:hover .nav-iframe {
  display: block;
}

.hex_custom_menu_01 li:hover .icon-triangle {
  display: block;
}

.hex_custom_menu_02_1,
.hex_custom_menu_02_1 ul {
  cursor: pointer;
  list-style: none;
  padding: 0;
  margin: 0;
}

.hex_custom_menu_02_1 {
  padding-top: 10px;
}

.hex_custom_menu_02_1>li {
  float: left;
  position: relative;
}

.hex_custom_menu_02_1 div>a {
  display: block;
  text-decoration: none;
  padding-left: 20px;
}

.hex_custom_menu_02_1 .second-menu-a {
  padding-left: 30px;
  display: block;
  text-decoration: none;
}

/* icon设置 */

.vertical-01.hex_custom_menu_02_1 .icon-left-wrap {
  position: relative;
}

.vertical-01.hex_custom_menu_02_1 .icon-left {
  height: 22px;
  width: 0px;
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/*item边框*/

.vertical-01.hex_custom_menu_02_1 .icon-left-wrap {
  border-style: none;
}

.vertical-01.hex_custom_menu_02_1 .hex_custom_menu_02_1_div3 .icon-left-wrap {
  border-style: none;
}

.hex_custom_menu_02_2_ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.hex_custom_menu_02_2_ul>li {
  width: 100%;
  position: relative;
  text-align: center;
}

.hex_custom_menu_02_2_ul li a {
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.hex_custom_menu_02_2_ul li:hover>a {
  background-color: #3899ec;
}

.hex_custom_menu_02_2_ul>li ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  z-index: 1000;
  list-style-type: none;
}

.hex_custom_menu_02_2_ul li:hover ul {
  display: block;
}

.hex_custom_menu_02_2_ul .child-ul {
  background: none;
}

/*icon */

.hex_custom_menu_02_2 .icon-left-wrap {
  position: relative;
  text-decoration: none;
}

.hex_custom_menu_02_2 .icon-left {
  height: 22px;
  width: 0px;
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.hex_custom_menu_03 {
  background-color: #fff;
  text-align: center;
}

.hex_custom_menu_03.phoneMenu .nav,
.hex_custom_menu_03.phoneMenu ul,
.hex_custom_menu_03.phoneMenu li,
.hex_custom_menu_03.phoneMenu a,
.hex_custom_menu_03.phoneMenu div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-weight: 300;
}

.hex_custom_menu_03.phoneMenu.nav-open .nav {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.hex_custom_menu_03.phoneMenu.nav-open .nav-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.hex_custom_menu_03.phoneMenu.nav-open .nav-toggle:before {
  width: 1600px;
  height: 1600px;
  background-color: rgba(74, 117, 230, 0.95);
}

.hex_custom_menu_03.phoneMenu.nav-open .nav-toggle .icon {
  width: 0;
}

.hex_custom_menu_03.phoneMenu.nav-open .nav-toggle .icon:before {
  -webkit-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}

.hex_custom_menu_03.phoneMenu.nav-open .nav-toggle .icon:after {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}

.hex_custom_menu_03.phoneMenu .phone {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background-color: white;
}

.hex_custom_menu_03.phoneMenu .nav-toggle {
  width: 40px;
  height: 40px;
  z-index: 2;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 0.66s;
  -o-transition-duration: 0.66s;
  transition-duration: 0.66s;
  -webkit-transition-timing-function: swing;
  -o-transition-timing-function: swing;
  transition-timing-function: swing;
}

.hex_custom_menu_03.phoneMenu .nav-toggle:before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #4A75E6;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition-duration: 0.66s;
  -o-transition-duration: 0.66s;
  transition-duration: 0.66s;
  -webkit-transition-timing-function: swing;
  -o-transition-timing-function: swing;
  transition-timing-function: swing;
}

.hex_custom_menu_03.phoneMenu .nav-toggle .icon {
  width: 18px;
  height: 2px;
  background-color: white;
  border-radius: 2px;
  position: absolute;
  top: 18px;
  left: 11px;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transiting-timing-function: swing;
}

.hex_custom_menu_03.phoneMenu .nav-toggle .icon:before,
.hex_custom_menu_03.phoneMenu .nav-toggle .icon:after {
  width: 18px;
  height: 2px;
  background-color: white;
  border-radius: 2px;
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: swing;
  -o-transition-timing-function: swing;
  transition-timing-function: swing;
}

.hex_custom_menu_03.phoneMenu .nav-toggle .icon:before {
  top: -6px;
}

.hex_custom_menu_03.phoneMenu .nav-toggle .icon:after {
  top: 6px;
}

.hex_custom_menu_03.phoneMenu .nav {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  padding: 0 20px;
  -webkit-transition-duration: 0.66s;
  -o-transition-duration: 0.66s;
  transition-duration: 0.66s;
  -webkit-transition-timing-function: swing;
  -o-transition-timing-function: swing;
  transition-timing-function: swing;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.hex_custom_menu_03.phoneMenu .nav ul li {
  list-style: none;
}

.hex_custom_menu_03.phoneMenu .icon-left-wrap span {
  display: block;
}

.hex_custom_menu_03.phoneMenu .nav ul li a {
  display: block;
  text-decoration: none;
  /* font-size: 20px; */
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.hex_custom_menu_03.phoneMenu .nav ul:hover li a {
  opacity: 0.5;
}

.hex_custom_menu_03.phoneMenu .nav ul:hover li:hover a {
  opacity: 1;
}

.left-menu.hex_custom_menu_03.phoneMenu .nav {
  position: initial;
}

.left-menu.hex_custom_menu_03.phoneMenu.nav-open .nav-toggle:before {
  display: none;
}

.hex_custom_menu_03 li:hover>a,
.hex_custom_menu_03 div:hover>a {
  background-color: #3899ec;
}

.hex_custom_menu_03 div>a {
  display: block;
  padding-left: 20px;
}

.hex_custom_menu_04 {
  height: 100%;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  font-size: 18px;
}

.hex_custom_menu_04 ul,
.hex_custom_menu_04 ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.hex_custom_menu_04 .father-nav,
.hex_custom_menu_04 .child-nav {
  height: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #cc0000;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hex_custom_menu_04 .child-nav {
  height: auto;
}

.hex_custom_menu_04 .father-nav {
  width: 100%;
}

.hex_custom_menu_04 .father-nav>ul {
  float: left;
  text-align: left;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.hex_custom_menu_04 .father-nav>ul>li {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.hex_custom_menu_04 .father-nav>ul>li>a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
  position: relative;
}

.hex_custom_menu_04 .father-nav>ul>li.have-child:hover>a::after {
  content: '';
  display: block;
  border-top: 8px solid #8c1415;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  margin-bottom: -16px;
  z-index: 999;
}

.hex_custom_menu_04 .father-nav>ul>li:hover .child-nav {
  display: block;
  z-index: 998;
}

.hex_custom_menu_04 .child-nav {
  position: absolute;
  background: rgba(255, 255, 255, .9);
  display: block;
}

.hex_custom_menu_04 .child-nav li {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
}

.hex_custom_menu_04 .child-nav a {
  color: #cc0000;
  display: block;
  padding: 0 10px 0 10px;
}

.hex_custom_menu_04 .child-nav.lv1-show {
  top: 50%;
}

.hex_custom_menu_04 .child-nav.lv2-show {
  top: 100%;
}

.hex_custom_menu_04 .child-nav.nav-hidden {
  display: none;
}

.hex_custom_menu_04 .child-nav ul {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.hex_custom_menu_04 .child-nav.left {
  left: 0;
}

.hex_custom_menu_04 .child-nav.left ul {
  text-align: left;
}

.hex_custom_menu_04 .child-nav.right {
  right: 0;
}

.hex_custom_menu_04 .child-nav.right ul {
  text-align: right;
}

.hex_custom_menu_06 .father-nav {
  position: relative;
}

.hex_custom_menu_06 .child-nav {
  padding: 0;
  margin-top: 8px;
}

.hex_custom_menu_06 .father-nav>ul>li.have-child:hover>a::after {
  content: '';
  display: block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -8px;
  margin-bottom: -16px;
  z-index: 999;
}

.hex_custom_menu_06 .father-nav>ul>li.have-child:hover>a::before {
  content: '';
  display: block;
  border-top: 12px solid transparent;
  border-bottom: 12px solid #8c1415;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 11px;
  left: 50%;
  margin-left: -12px;
  margin-bottom: -24px;
  z-index: 998;
}

.hex_custom_menu_06 .child-nav {
  border-top: 2px solid #8c1415;
}

.hex_custom_menu_05 a {
  text-decoration: none;
  outline: none;
  display: block;
  text-align: left;
  position: relative;
  line-height: 40px;
}

.hex_custom_menu_05 .lv1 a {
  padding-left: 30px;
}

.hex_custom_menu_05 .lv2 a {
  padding-left: 50px;
}

.hex_custom_menu_05 .lv3 a {
  padding-left: 70px;
}

.hex_custom_menu_05 .hidden>a>.icon-right-jyy,
.hex_custom_menu_05 div>a>.icon-right-jyy {
  position: absolute;
  right: 0;
  height: 100%;
  width: 30px;
  line-height: 40px;
  text-align: center;
}

.hex_custom_menu_05 .hidden>a>.icon-right-jyy:hover,
.hex_custom_menu_05 div>a>.icon-right-jyy:hover {
  font-weight: 700;
  font-size: 22px;
}

.hex_custom_menu_05 .hidden>a>.icon-right-jyy:before {
  content: "\f105";
}

.hex_custom_menu_05 div>a>.icon-right-jyy:before {
  content: "\f107";
}

.hex_custom_menu_05 div.lv1 .lv2,
.hex_custom_menu_05 div.lv2 .lv3 {
  display: block;
}

.hex_custom_menu_05 .lv1.hidden .lv2,
.hex_custom_menu_05 .lv2.hidden .lv3 {
  display: none;
}

/*1级*/

.hex_custom_menu_05_openIcon2 .lv1.hidden>a>.icon-right-jyy:before {
  content: "+";
}

.hex_custom_menu_05_openIcon2 div.lv1>a>.icon-right-jyy:before {
  content: "-";
}

.hex_custom_menu_05_openIcon2 .lv1.hidden>a>.icon-right-jyy,
.hex_custom_menu_05_openIcon2 div.lv1>a>.icon-right-jyy {
  left: 0;
}

/*2级*/

.hex_custom_menu_05_openIcon2 .lv2.hidden>a>.icon-right-jyy:before {
  content: "\f0da";
}

.hex_custom_menu_05_openIcon2 div.lv2>a>.icon-right-jyy:before {
  content: "\f0d7";
}

.hex_custom_menu_05_openIcon2 .lv2.hidden>a>.icon-right-jyy,
.hex_custom_menu_05_openIcon2 div.lv2>a>.icon-right-jyy {
  left: 20px;
  font-weight: 300;
}

/*3级*/

.hex_custom_menu_05_openIcon2 .lv3.hidden>a>.icon-right-jyy:before {
  content: "";
}

.hex_custom_menu_05_openIcon2 div.lv3>a>.icon-right-jyy:before {
  content: "";
}

/*分页*/

.pagination {
  list-style: none;
  display: inline-block;
}

.pagination>li {
  position: relative;
  float: left;
  width: 28px;
  height: 28px;
  border: 1px solid #D3D4D5;
  cursor: pointer;
  line-height: 28px;
  font-size: inherit;
  font-weight: bolder;
  margin-left: 8px;
  border-radius: 3px;
}

.pagination .num,
.pagination .pre,
.pagination .next {
  color: inherit;
  background-color: #fff;
}

.pagination .pre,
.pagination .next {
  width: auto;
}

.pagination .more {
  color: inherit;
  border: 0px;
  padding: 0px;
  width: 30px;
}

.pagination .total {
  width: 14px;
  border: 0px;
  color: inherit;
}

.pagination .number {
  width: 35px;
  height: 26px;
  font-size: inherit;
  border: 1px solid #D3D4D5;
  text-align: center;
  display: inline-block;
  line-height: 26px;
  vertical-align: top;
  margin-top: 1px;
}

.pagination .jump {
  width: 35px;
  height: 26px;
  font-size: inherit;
  border: 1px solid #D3D4D5;
  text-align: center;
  display: inline-block;
  line-height: 26px;
  vertical-align: top;
  margin-top: 1px;
  cursor: pointer;
}

.pagination .current {
  background: #5A7AFF;
  color: #fff;
  border: 1px solid #5A7AFF;
}

.pagination .text {
  margin-top: 2px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  line-height: 26px;
  vertical-align: top;
}

/*分页样式3*/

.paginationNew {
  list-style: none;
  display: inline-block;
  border-radius: 4px;
}

.paginationNew>li {
  position: relative;
  float: left;
  padding: 3px 12px;
  cursor: pointer;
  line-height: 20px;
  /*width: 14px;*/
  font-size: inherit;
  font-weight: inherit;
  margin-left: 3px;
}

.paginationNew .num {
  color: inherit;
  background-color: #fff;
}

.paginationNew .pre,
.paginationNew .next {
  color: #5A7AFF;
  background-color: #fff;
}

.paginationNew .more {
  color: inherit;
  border: 0px;
  padding: 0px;
}

.paginationNew .total {
  width: 14px;
  border: 0px;
  color: inherit;
}

.paginationNew .number {
  width: 35px;
  height: 26px;
  font-size: inherit;
  text-align: center;
  display: inline-block;
  line-height: 26px;
  vertical-align: top;
  margin-top: 1px;
}

.paginationNew .current {
  background: #fff;
  color: #5A7AFF;
}

.paginationNew .jump {
  width: 35px;
  height: 26px;
  font-size: inherit;
  text-align: center;
  display: inline-block;
  line-height: 26px;
  vertical-align: top;
  margin-top: 1px;
  cursor: pointer;
}

.paginationNew .text {
  margin-top: 2px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  line-height: 26px;
  vertical-align: top;
}

.hex_label_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hex_input_number {
  border: 1px solid rgba(145, 145, 145, 1);
}

.input_number {
  border: none;
  font-size: 14px;
  float: left;
  height: 38px;
  width: 287px;
  text-align: center;
  vertical-align: middle;
}

.input_number_span {
  float: left;
  width: 30px;
  height: 100%;
  border-left: 1px solid rgba(145, 145, 145, 1);
}

.input_number_up {
  float: left;
  width: 100%;
  height: 19px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid rgba(145, 145, 145, 1);
  text-align: center;
  cursor: pointer;
  color: rgba(133, 117, 117, 1)
}

.input_number_down {
  float: left;
  width: 100%;
  height: 18px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: none;
  text-align: center;
  cursor: pointer;
  color: rgba(133, 117, 117, 1)
}

/*有+-符号的数字输入框*/
.input_number_add {
  border: none;
  font-size: 14px;
  float: left;
  height: 38px;
  width: 250px;
  text-align: center;
  vertical-align: middle;
}

.input_number_increase {
  font-size: 20px;
  float: right;
  width: 25px;
  height: 38px;
  line-height: 38px;
  border-left: 1px solid rgba(145, 145, 145, 1);
  text-align: center;
  cursor: pointer;
  color: #111
}

.input_number_decrease {
  font-size: 20px;
  float: left;
  width: 25px;
  height: 38px;
  line-height: 38px;
  border-right: 1px solid rgba(145, 145, 145, 1);
  text-align: center;
  cursor: pointer;
  color: #111
}

/*微信登陆*/

.weixinLogin_skip_edit {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAgCAYAAACPb1E+AAAACXBIWXMAAAsTAAALEwEAmpwYAAA4GmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTQgNzkuMTUxNDgxLCAyMDEzLzAzLzEzLTEyOjA5OjE1ICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE3LTEwLTI3VDE1OjQ0OjQ1KzA4OjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNb2RpZnlEYXRlPjIwMTctMTAtMjdUMTU6NDY6NDUrMDg6MDA8L3htcDpNb2RpZnlEYXRlPgogICAgICAgICA8eG1wOk1ldGFkYXRhRGF0ZT4yMDE3LTEwLTI3VDE1OjQ2OjQ1KzA4OjAwPC94bXA6TWV0YWRhdGFEYXRlPgogICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3BuZzwvZGM6Zm9ybWF0PgogICAgICAgICA8cGhvdG9zaG9wOkNvbG9yTW9kZT4zPC9waG90b3Nob3A6Q29sb3JNb2RlPgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOjk4ZDdmNjQzLWE4ZjktYzU0Yi05MTU1LTAxNGEyYjdhNGM1MTwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDo5OGQ3ZjY0My1hOGY5LWM1NGItOTE1NS0wMTRhMmI3YTRjNTE8L3htcE1NOkRvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo5OGQ3ZjY0My1hOGY5LWM1NGItOTE1NS0wMTRhMmI3YTRjNTE8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5jcmVhdGVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6OThkN2Y2NDMtYThmOS1jNTRiLTkxNTUtMDE0YTJiN2E0YzUxPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE3LTEwLTI3VDE1OjQ0OjQ1KzA4OjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjY1NTM1PC9leGlmOkNvbG9yU3BhY2U+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj40MTwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4zMjwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAg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');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.weixinLogin_skip_edit a {
  height: 100%;
  width: 100%;
}

.weixinLogin_embed_edit {
  height: 45px;
  width: 45px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAYAAAA6GuKaAAAEhElEQVRoQ81ZMVLkQAwcJ5BAAiTwAHgAJCxfgG/wJ/gGfAFIlgfAAyBZCIAEkr3qqWqXtkuSPWaLOle5jj3PaNoaqVsad1dXV8vScB0fHxfcj4+P9fYujuGzm5ub8vr6Wi4vL8vLy0u5vb2tNobsRLA6gN7Y2Ci7u7sp9O/v7/L+/t4v9vT0VJ6fn1fmcMzh4WE5OjoqW1tbZXt7u9zf35e3t7dycXFR/8VvjuHL7+zslM3NzRQD5v78/JQKen9/vxrMLvWQN5Zj+Ew97s0h6PPz83JwcJBi4I6tgMai2Ea9sHgEGh7/+vqqO8AxcIIFAK/C47g+Pz/rDnGMgvZCjmNd0FGcerHYEq/Wi1FMc8z19bXrNDhlbaDpac+L3DkLesjTfwKabvEW47MsXjU8/hvQZIaMPf40PMZ4mmMynp4MegrlZcIxRrMmUx627+zsrCyXy9J1Xb+W/b1YLMrDw0MvLkgoUB0SEX+fnJyUj4+PSmegO9wUF4oCqAvigN98RtCnp6dlb2+vrs119d+7u7sqcJWnx3hEBcNLIIoUn1Fc1i7j8/m8CbSKghUOeA/yrSJlBYiUxxeKBC1zZLfEHky4VIiQZHq1FFUtEDrraXpR3x5eUVHgGHoRoDlGAYzxtN2x6AVoZyWmo3KxVcY1/sfEdHPBxEWY0ch8eB0lJLIVf6PggTdQUMHLvOghhIItTfn/mEfQnh2uBdbBTmUXbbrsoVkPQ8oMKtFWfqMmwLPjrRUB526kiUgPWSMtXYkujhfT2t1L6KgM7qs8yx4UDIaJ3VYbDqA1FRevruAcist8Pq8d0mw269+HHRDH2Pxhd0OR6cXFgs5EIaKzlgTyaJF2vWSNwqRSnoqCdgoICV4RLeJ5ZMfW3JEAWcYZos60R2yJ6SzJCMjGtMZyy45V0Hx77e2sh4YUCyBoR3fFgtYxHnXqGBU7V1wygJGHMsqzoFV4Whimpzxb5Smd8bzCGrZiAEGgISs4EBTcZAawBVgDL4YyGL8pUmQI+2J6DkOmYgeUejqL6THFe0v56u1GyB72sEYpL0sg7yAmOqwZ091YBw3V5SvsQdC6ZRAFbDdrZYBjd4Jtx3biUtC0w+4GAsQxkXB4LKR2XNC6LWMaUg807XiHNVmyD9U5rrioQa+etrvCIy+dR6pidZYdnXEu7BI05+uhz9o6F7utFoA9m8vqci9/1E5PeVN7xDG9nY7xQOtugBZV7FJxGVI9PM+ObzURp+TGmLq8JiIJPwON0tGee3CsFSDtXCA+uHGmAZax3Q1fHsKBG2ceYCErQBQpruWemmaghwpzO1d7Te/IK9oxr1FIQbecT2cdh9YXnrK2hKIq6695movbJFPQXghFoEF3+n1Hj87+BLQF+JtkpZ3JoL3DmjEfitiVcD5reHugE4nUr0FrcmTh4YVC1I96tYfOn/x1Sz1t+0guknkxOqRsBt1CeR7TRN8jbWmqa2R2Ijab/MXWa7vwxRUiwo6FJSWECYyAcjb6YksBwksx7tklWSFby6G6pTwtcLJGIRIg2BgSsn+WDWA8cwSJwQAAAABJRU5ErkJggg==');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.spider_page {
  position: relative;
}

/**/
.pbc-ztree>li>a>span.button {
  background-repeat: no-repeat;
  background-position: center 1px;
  background-size: 16px 16px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlFMUNCNDc5RjZGMjExRThCOEFGQzIzNjE2RjRCRUM0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlFMUNCNDdBRjZGMjExRThCOEFGQzIzNjE2RjRCRUM0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUUxQ0I0NzdGNkYyMTFFOEI4QUZDMjM2MTZGNEJFQzQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUUxQ0I0NzhGNkYyMTFFOEI4QUZDMjM2MTZGNEJFQzQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4RgF8NAAAA5klEQVR42mL8//8/AyWAiYFCwLLu6S90MVYgvgrE4mjiL4FYG4h/oxiAw2ARIOZDE/tLGy/gEH8DxMxAzAHl/4CKEWUAyI9qUHY7lK4k5AJJII4AYgkgBsXrLyjtCJVvBGJGIGaD0i+AeAUQP4eFQTAQV0Gd+h+qEB2wQeV+QNUGw1wACm1RIN4KxPVYNDFgEZeH6uFjXPvk52NotIEC7TsQmwHxEyB+hhaIUkAsA8SngJgTGq1vWKAmsSMlImaoP/nQXMIIleNDUitKlXTwGs22v9DA+oSm9j9UDln8E+OA50aAAAMAMEYy3ZrDuOEAAAAASUVORK5CYII=);
}

.pbc-ztree li {
  position: relative;
}

.pbc-ztree li span.button {
  /* transition: all 0.5s ease-in-out; */
}

.pbc-ztree li span.button.switch {
  position: absolute;
  z-index: 10;
  top: 7px;
  left: 15px;
}

.pbc-ztree li a {
  height: auto !important;
  padding: 8px 0px 6px 43px !important;
  vertical-align: top;
  line-height: 1;
  width: 100%;
}

.pbc-ztree li a.curSelectedNode {
  width: 100%;
  border: 0;
  background-color: #38ADFF !important;
}

.pbc-ztree li a.curSelectedNode span {
  color: #fff;
}

.pbc-ztree li a:hover {
  text-decoration: none;
  background: #e7eaef;
}

.pbc-ztree li span.button.noline_docu {
  vertical-align: top;
}

.pbc-ztree li span {
  font-size: 14px;
  color: #555;
  vertical-align: super;
}

.pbc-ztree li span.button.noline_close {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-size: 13px 13px;
  background-position: 1px 3px;
  vertical-align: top;
  background-repeat: no-repeat;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBBOTg1NDZBRjQwNDExRThBRDEyRkRFM0M2OEE3NzhCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBBOTg1NDZCRjQwNDExRThBRDEyRkRFM0M2OEE3NzhCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MEE5ODU0NjhGNDA0MTFFOEFEMTJGREUzQzY4QTc3OEIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MEE5ODU0NjlGNDA0MTFFOEFEMTJGREUzQzY4QTc3OEIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz63xiNRAAAAnklEQVR42mL8//8/AzmAiYFMQLZGlrqOCa+BtAiJ+t6AbJxNhoWzGUGBA7R1CpCTTaSmqU0VBTkwP+YC8SIiNC2CqmVghEUH0FZmILUKiINwaFoLxOFA2/6iaIRqZgNSm4DYHU3TDiD2B2r6BRNgRE8AQM1cQGo7ENtBhQ4BsSdQ0zdkdYzYUg5QMz+Q2gnlugM1fURXwzh0khxAgAEAZgw32Me1+38AAAAASUVORK5CYII=');
}

.pbc-ztree li span.button.noline_open {
  vertical-align: super;
  background-size: 13px 13px;
  background-position: center 3px;
  background-repeat: no-repeat;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBBOTg1NDZBRjQwNDExRThBRDEyRkRFM0M2OEE3NzhCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBBOTg1NDZCRjQwNDExRThBRDEyRkRFM0M2OEE3NzhCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MEE5ODU0NjhGNDA0MTFFOEFEMTJGREUzQzY4QTc3OEIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MEE5ODU0NjlGNDA0MTFFOEFEMTJGREUzQzY4QTc3OEIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz63xiNRAAAAnklEQVR42mL8//8/AzmAiYFMQLZGlrqOCa+BtAiJ+t6AbJxNhoWzGUGBA7R1CpCTTaSmqU0VBTkwP+YC8SIiNC2CqmVghEUH0FZmILUKiINwaFoLxOFA2/6iaIRqZgNSm4DYHU3TDiD2B2r6BRNgRE8AQM1cQGo7ENtBhQ4BsSdQ0zdkdYzYUg5QMz+Q2gnlugM1fURXwzh0khxAgAEAZgw32Me1+38AAAAASUVORK5CYII=');
}

.pbc-ztree li span.button.ico_close {
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center 2px;
  background-size: 15px 14px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBBOTg1NDY2RjQwNDExRThBRDEyRkRFM0M2OEE3NzhCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBBOTg1NDY3RjQwNDExRThBRDEyRkRFM0M2OEE3NzhCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MEE5ODU0NjRGNDA0MTFFOEFEMTJGREUzQzY4QTc3OEIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MEE5ODU0NjVGNDA0MTFFOEFEMTJGREUzQzY4QTc3OEIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5IrSdpAAAAWUlEQVR42mJc++TnTQYGBjUGTLAbiAOA+BsDHsCEQzMIuALxFiDmxWcACwN+4AjEn/DIX2NioAxoUWoAA+N/IKDEAJZ1T39R5AKKvTBqwLAx4BYF+m8BBBgA+ewRSY3wi1MAAAAASUVORK5CYII=');
}

.pbc-ztree li span.button.ico_open {
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center 2px;
  background-size: 15px 14px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBBOTg1NDY2RjQwNDExRThBRDEyRkRFM0M2OEE3NzhCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBBOTg1NDY3RjQwNDExRThBRDEyRkRFM0M2OEE3NzhCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MEE5ODU0NjRGNDA0MTFFOEFEMTJGREUzQzY4QTc3OEIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MEE5ODU0NjVGNDA0MTFFOEFEMTJGREUzQzY4QTc3OEIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5IrSdpAAAAWUlEQVR42mJc++TnTQYGBjUGTLAbiAOA+BsDHsCEQzMIuALxFiDmxWcACwN+4AjEn/DIX2NioAxoUWoAA+N/IKDEAJZ1T39R5AKKvTBqwLAx4BYF+m8BBBgA+ewRSY3wi1MAAAAASUVORK5CYII=);
}

.pbc-ztree li span.button.ico_docu {
  background-repeat: no-repeat;
  background-position: center 2px;
  background-size: 14px 14px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBBOTg1NDY2RjQwNDExRThBRDEyRkRFM0M2OEE3NzhCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBBOTg1NDY3RjQwNDExRThBRDEyRkRFM0M2OEE3NzhCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MEE5ODU0NjRGNDA0MTFFOEFEMTJGREUzQzY4QTc3OEIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MEE5ODU0NjVGNDA0MTFFOEFEMTJGREUzQzY4QTc3OEIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5IrSdpAAAAWUlEQVR42mJc++TnTQYGBjUGTLAbiAOA+BsDHsCEQzMIuALxFiDmxWcACwN+4AjEn/DIX2NioAxoUWoAA+N/IKDEAJZ1T39R5AKKvTBqwLAx4BYF+m8BBBgA+ewRSY3wi1MAAAAASUVORK5CYII=);
}

.rdbc-ztree>li>ul {
  padding-bottom: 20px;
}

.rdbc-ztree * {
  font-size: 16px;
  color: #787878;
}

.rdbc-ztree li {
  line-height: 24px;
}

.rdbc-ztree>li>ul {
  margin-top: 20px;
}

.rdbc-ztree>li ul {
  margin-top: 3px;
}

.rdbc-ztree>li>ul>li {
  padding: 10px;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 5px 17px 1px rgba(15, 107, 181, 0.1);
  border-radius: 10px;
}

.rdbc-ztree li span.button.ico_docu {
  display: none;
}

.rdbc-ztree li span.button.ico_open,
.rdbc-ztree li span.button.ico_close {
  margin-top: 4px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAkCAYAAAD7PHgWAAABQUlEQVRYR+2YsUoDQRRFz121tfNHknxEKr8gFiKCWCQKfkmqJBY2/oBVBEsblYBaK6SzEKs0GjF7JZZiZDOThARm233nzZ3DY5kdYatyyq5NDbPJpCfjw+ZiMKT5XNdwYt2MX6jUck1wVLSvxePGkOPbugZFmZg6Vdru2mxN1SSjn6/RuN/Ty1RcQLHKLfcCOCQ+c7gWvIbw/zLifZRz9XCgp+CAMw/1u2HGyOJkeQOOA2f0lzsgsAIB277BrM99pkIWEF+qdLxtU126kOLLpquQjS2SSQFjbavc8aFM1WapbErjYwyXKrV9J5PF7nQevEW+At/BwMPCPIz91TMZjDWdDCaDsQZi+TSDyWCsgVg+zWAyGGsglk8zGG0w6PotdtXi/Nv4x33HOY3izOIqBc2ff6dCV8CLywViIHHe2+fsG1TsmHrEbi6hAAAAAElFTkSuQmCC');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.rdbc-ztree {
  padding-right: 20px;
}

.rdbc-ztree>li>a>.ico_open {
  display: none;
}

.rdbc-ztree>li>a>.ico_close {
  display: none;
}

.rdbc-ztree li span.button {
  margin: 0 10px 0 0;
}

.rdbc-ztree .noline_close {
  width: 14px !important;
  height: 14px !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0 !important;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAC0klEQVRoQ92az2sTQRTHv1+yLorgLeyutFARKVSEeBG8CN57CnizQoXqP6BWD3rQg1b9B2xBofUm5NS76EXwYkEsiIhCgrtLbmKxbBOezJItSUyzP7JJOtnTwr75znx2581782aJHC7XdWcAXCZ5keSsiJwBcALA8Zb8DoDfJL+JyFcR+QDgreM4PwftnlkF6vX6yUajsUDyGoC5jDrbIrJuGMZGsVj8lUUjNYDv+6dF5A6ARQBHsnTao80egFckn1qW9T2NZmKAarV6zDCMeySXAZhpOklhG4jISqPReDw9Pf03SbtEAJ7nnSP5RkRmk4gOakNS+ckV27Y/x2nFAvi+f1VE1gAcjRPL+fkuySXLsl730+0L4Pv+LRF5lvPAUsmRvG1Z1vODGh0IcBgGHw26H0RPgNa02Uj1qoZsTHKh13T6D0A5LICPY5jzca9gF8CFbsfuAFBLpWman0a12sSNuPu5Wp2CIDjfvsR2ALiu+5Dk/bTCo7QXkUeO4zzY94/ophVht/MKUrVaDVtbW6F8qVTC1NRUXpwBybkoYu9/Ac/zXgC4kVcvm5ubCIIglDNNE/Pz83lJK51V27ZvqpsQQCVmzWZTZYZ55TaoVCodAy6Xy3kC7BUKhRmVAIYArusuk3ySZw9DBoCI3HUcZyUE8DzvywApcU/uYQMA2LZt+yzVZoTkjzzfvtIaAYD6CqcUwCLJl5oCXKfneasAlnQEALBG3/fficglHQFIvldfQO1FHR0B1AKqAP60VQ9iOaIIGwWp2AYJDVSwyxCxdxSAJOwjNGuPsGnaJbHNErEnAkD7KaS3E0/CMqp3INM+ldA+mdM+nZ6IDY32W8rWNNJ3U68AtC+rtHxB38KWAtC+tNjyBX2Lu1HOrnV5vQ1i7Kcz0VhSH3AcJojMR0xd00nPQ74IQutj1ghC64Pu9oqCtr8adJdFtP3Zo1d9Z5y/2/wD3gf3tB27H/YAAAAASUVORK5CYII=') !important;
}

.rdbc-ztree .noline_open {
  width: 14px !important;
  height: 14px !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0 !important;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAACVUlEQVRYR9WZMYgTQRSG/7dLiImIkJDsaBcjeLWtIAqCSMBW1M5GC8XqKlutrEQLbey8YCtEEQRBsLVWMKYzMwkJyHmJIWyeTNgce7mLu7PuLZNt973/fbzZefPmLSHBw8w5KeU5IrpERGeZ+QwAD8DRQG4HgCKib8z8hZk/CCE+E9HUNByZOPR6vdOz2ew+gOsAyia+AAYAmo7jPKlWq9/j+sYC7Pf7J33ffwzgGgA3rvgKOx/Aa9d1NyuVys8orUhApdRtZtZwx6LEDN9vE9Gm53kv/uW3ErDT6RwpFAovg+U0jG1k3hyPx7dqtdqfg7wOBBwOh8en0+kbZj5vFCqhMRF9yuVyV0ul0q9liX2AOnPFYvF9VnALIA05Go0uL2dyH6CUciuDZV2V66YQ4kb45R7AYEM8T7hSqbgR0Z3wxtkFDErJ10PYrabg267rbixK0C6glPIVgD3pNVVO0X5LCHFT680BgxNCZ+9/i3BajL7jOBv6xJkDSimfAriblnpKOs+EEPdIH/xKqW6CszUljpUyA8/zTlC3271ARB8PO1oSfWa+SFLKhwAeJBHIwOcRKaXeMvOVDIIZhyCidzqDbQCnjL2zcfihAX+HOuHVX+xggHa7Dd/X7Vzyx3Vd1Ot1lMux+t0dDchxwrVaLUwmkzimkTb5fB6NRiPSbl6o1wHQ+iW2e5OsQ5mxu1Bbf9RZ3yxY326tRcMaZNHell8DWn9p0pBWXzsXJ7fVF3cNaf3oQ0NaPTxaLLXV47dwJ2ntADMMafUIOAxq7RB9+fKQ5W+Iv/ehZ3AFkMsJAAAAAElFTkSuQmCC') !important;
}

.rdbc-ztree li span.button.chk.checkbox_false_full {
  background: none !important;
  border: 1px solid #ccc;
}

.rdbc-ztree .chk {
  box-sizing: border-box;
}

.rdbc-ztree li span.button.ico_docu+span {
  font-size: 14px !important;
}

.rdbc-ztree li span.button.chk.checkbox_true_full {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0 !important;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAoCAYAAACB4MgqAAAEYUlEQVRYR+2YbWyTVRTH/09bupZWR7sN3JZtDjqZmQzfYmIcU4iKhiiGTMzU4FyCQEDRKjEzxC8aZmYoG7Rzm1BmYkjMNDqJED8YdBpJnIJl7d5kg1XoZulKu260rGsfcxpXqb2lXW3Xajjf2nvuOb/n/9yec245u93OI32tU6lUPkV4NSdqJIIFcqW+Qmuhz9x/Aby2a8fL4Ph6ADJw6OEE/Ia0B9/Vu/s4z3MtIYeCx8kQcIFAAKFQmNKD4/V6g/lP2n/q/mz06D0ABP+ECgEXi8WQyWQpBXc4HOB5HkNT59A60u738/4waAAjaQl+0W1B87lD8PivskT0A6hKO/Ah6zAODLfBNTPJfvM894q+UnsgrcAnvC68e/p9jE/bI0G/o6/Uvh1WDlN5xt0zbjQYm2CevMCE5jgcPFSh2zy7mBaKz/A+NJp06HMMRioMn7tGrU93bOzwpQ24n/ejdeAwfradZkNz6PJ7p9a2r273XOuQcsU/HvoEJ0a/Z0JniRUTzglrYdsjbc646jipYrkyhoUiKZQZioTV+U7zMXxpPsaMpxQrsKWw5uuSXNVjLIeoil/y2NBo+gBj7j8C+yuW3I8XVNUQcKy+EPszkcqkNsvkIhl2FL+EbLEyOGTNWfH9vS0w2I0h+1YRfMmz4MDFTnqNJ53nln49eIQPphJBBrYV1yJfkkc74gd/o3s3Ll91hAGuK1iLDUVPzBm83zkIjVEHHx8sEMEYQk6IzUWboJItnf0ufvB9Jh2Ml/uYgNVLq/Bw3kMxw1ONbuhphNsXUiAC++ntbS2thUpUHJhV/rL4wS1XRrHHsJeZjIJvWf4i7suhAe76ZvVcQr1BA+qOLHtu2Uasya3E7JD1r8EpwKDzLDQmHbz+v0fO2eT0eneWbUXZotsjkhNsvWEvrB4b0+fJwsexvnBdYC2h4BTw1LgBzX0HmT+oDKEYu1bsRLG8KAws0Mp7mmCeYrfyB295AJtU1cF9CQenyF1jP+Kjs0eYqskXyPFWuRpLpIuD69TKNUYtBpy/MffcnXUntpXWhpTWpIBT9qO/H8cXI18xQbIylKhbqYZCvAjUtFoG9PjF9ivTd3lmCdRl2yESiELWkwZOWY4Md+Aby3dMoPyFeagrfw2fnu/Et2M/MH0KZPl4c8WrkIqkYetJBafG0dp/GN22U0ywTPHNcE5PMNdyJNmoK1eDfFiWVHBKSOe3ydSMXsdAtEoYXL+JfgcrX8diSU7EPUkHp8wenwcNPfsxMmmOCi8VSgKVp0hecF3feQEnApd3MtCgqMFEMqr16ju2ozTztqgPOG/gRGLzjGPPGQ2c02Fjc7CV35t9V1RocphXcEp4Yeoi3juzL2w0eH7ZM1iduyom6JSAU9Jh13lo+z4MKE/Ho+rW9Xg0f03M0CkDp8Q0rtKlQyFWBG5Mc7V5PypzBYzkfwM8UUrGGueG4rEqlSi/uBRPtz/2Y77lJ0q1BMaJ7bKcwISJCvX/A/8TYeCfM9RywS4AAAAASUVORK5CYII=');
}

.rdbc-ztree li span.button.chk.checkbox_true_part {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0 !important;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAoCAYAAACB4MgqAAADf0lEQVRYR+2YS0sbURTH/+NzNEZ08BkxovhCxU0/gQtpFz5Kaf0GXbYfoZsu+gG66aLfoRQCpSuhCF10ZxB8RCWKER+oiY/4zC3/4KR53MuMaSYzLR7IIrl37vnNmXPO/0y0o6MjAe/aV8MwnhNvfn5eTyQSxuzsbIzftX8BPBQKvRFCfADgE0KEhRAvPA++sLDwTdO0T3lJ8TMHXAgBfty0ioqKjPu9vb1fkUjkCYA/P96v5oDf3d3h5ubGTW7oup72H4/HsbS0lBJCFEADiHoS/Pz8HOFwGAykxFIAXnoOnKCLi4vKJ69p2tupqamPngK/vb3FysoKLi8vpekqhHg/MzPzrqAdupnj9L26uoqLiwtVjX2enp5+bS56IuLsZGtrazg9PVVBf0kmk6/m5uYySe86OKE3NzdxfHysSo8ffr//6cTERE7+uA6+tbWFg4MDKbSu6wkAwcnJyXj+BlvgjAoLprKyEjU1NSXr87FYDLu7uypojI6Ofg8EAs9kGyzBr66uEIlEMpXe0tKCYDAITdP+6gYYZUZbZtXV1RgfH6cYZYasB0ec0FSxbCN8T09P0eDM542NDen1fKpjY2NoaGjgevHgVLDr6+sCJx0dHejq6nowPDsHO4hsJuJTHBkZQVNTk3lu8eB0kkiwRgqtu7sbbW1ttuHZo9mrFVKOvr4+dHZ2Zp9XPHgymUyrmcpZb28vDMOwhGetLC8vg+ooM9ZNa2trZsi631M8OA84OztLP95UivNNrvHx9vf3o7GxUQnPiZM3T3iZMcqBQCC9ZE6HJQHnIScnJ1hfX5c65gw9ODgIn89XsG4l5fmFXnJwEh0eHiIajUrhq6qqMDQ0lBMxKylnETKvs1urI+AkpmBQOGRGcRoeHgb7sJWU+/1+DAwMFOiBY+AE3t7exv7+vhS+rq4uHfmdnR2llJt72LPzzVFwOqOAqAYjRlz1ClhbW5u+Me6RmePgTAWqqqrHy6BYB0wlwqvMcXA6tuoY2XBMC3ae+vp6JbQj7VDljYJCYVH1aF7HrsFCZEFaWVkibkIQmgKjymu2vObmZitmZwTIyqtqNDCl3Op6c72sETed8v8Qqisjz/Tg9Nje3m6X2Z2Im3Tm2xLFSNanre7ClYhbQdlZfwS3E6VS7nmMeCmjaeesoiLutT/2bb/l24lImffYe+csM5Qdd/8f+G8q8uXYQvcdWAAAAABJRU5ErkJggg==');
}

.rdbc-ztree li span.button.chk.checkbox_true_disable {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0 !important;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAA+0lEQVRoQ+2ZPRKCMBCFd5UL0FlY4D1suAmOjcfIMWwcuQmN95DCwgougKyVM4zADJllEoOPFpLl7fuy+eOqqoQCfhgCPLu3PAeY+UJEN8+JHQu/F5Fj92XPAWY+xHGc/6KAuq4zEblCgC934ICvzH/iqhwwhYlKem5diEho8zCpab5jqQRkxSlZReu7CwFt89rl6bmEgG4G4IAFe0BoaCkBhIAQEeYBTGQTxwHKKMroRFTGPgNCQAgIYUPTP9jCatRiXKCMooxa4DL0KRBaJELBHy0qsZ6luWpPPMsfKDuBAGUC1c3/xoGwr1nVPjvuYHk39Y4TqA4XvANvK7PN/y35LdcAAAAASUVORK5CYII=');
}

.rdbc-ztree li a {
  height: auto !important;
  border: 1px solid transparent;
}

.rdbc-ztree li a.curSelectedNode {
  padding: 1px 3px 0 0;
}

.ztree li span.button {
  width: 14px;
  height: 14px;
}

.rdbc-ztree>li {
  float: left;
  margin-right: 20px;
  padding: 10px 28px 10px 10px;
  background: rgba(247, 247, 247, 1);
  border-radius: 14px;
}

/* 移动端富文本 */

.quill__editor {
  height: 200px;
}

.quill__editor .ql-editor {
  height: 100%;
}

.ql-toolbar.ql-snow {
  text-align: left !important;
}

/*表格添加自定义文件名*/

.fileName_show {
  width: 400px;
  height: 239px;
  position: fixed;
  border-radius: 6px 6px 12px 12px;
  box-shadow: 0px 3px 26px 0px rgba(26, 26, 26, 0.12);
  background-color: #FFF;
  box-sizing: border-box;
  border-color: red;
  margin-top: 100px;
  border-width: 1px;
  box-sizing: border-box;
  z-index: 999;
  top: 50%;
  margin-top: -120px;
  left: 50%;
  margin-left: -200px;
}

.fileName_show .closeOrExport {
  width: 100%;
  height: 75px;
  overflow: visible;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  -js-display: flex;
  box-sizing: border-box;
  border-color: #000;
  box-sizing: border-box;
}

.fileName_show .close {
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  color: #1A1A1A;
  margin-top: 7px;
  margin-right: 7px;
  background-size: 100%;
  width: 30px;
  height: 30px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAzklEQVRIS+2UzQ0CIRBGv6EIi9iLxg68WMtQEdTiZTswerEIiwCD0WRD2AU2hLnAkZ/vhTcMBKFBQlwMcDfzQ/VQ/TVgrb0DUN77q9b6ndJijDkQ0Q2AY+ZzTl3R47LWPojoCODlnLvE8ABVSs0AJu/9k5lPTcDL4Bi+tbYFL7pxCEgBwvz/pms21uDF4BT8FzrVQsO5KnACHqaSdW9S42VIpLwPOK5zF9Uij0usncQ+ELEvM9cae9ar+3gPJHVmgFuZzOYM1VlFrTaIqf4ArSyiHzipVlkAAAAASUVORK5CYII=);
}

.fileName_show .export {
  color: #333333;
  line-height: 75px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  margin-right: 147px;
  font-weight: 500;
}

.fileName_show .input_fileName {
  width: 220px;
  /* height:48px; */
  color: #111;
  border-radius: 6px;
  padding-left: 10px;
  /* line-height:48px; */
  font-size: 16px;
  text-align: left;
  cursor: text;
  padding: 5px;
  background: rgba(245, 245, 245, 1);
}

.fileName_show .title_end {
  width: 70px;
  height: 48px;
  color: #111;
  line-height: 48px;
  font-size: 16px;
  margin-left: 7px;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: 400;
}

.fileName_show .fileName {
  width: 100%;
  overflow: visible;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  -js-display: flex;
  box-sizing: border-box;
  border-color: #000;
  box-sizing: border-box;
}

.fileName_show .title_fileName {
  width: 90px;
  height: 48px;
  color: #111;
  line-height: 48px;
  font-size: 16px;
  text-decoration: none;
  box-sizing: border-box;
  margin-right: 13px;
  text-align: right;
  font-weight: 400;
}

.fileName_show .certain_button {
  width: 100%;
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fileName_show .finish {
  width: 100px;
  height: 34px;
  color: #fff;
  overflow: hidden;
  border-radius: 6px;
  background-color: rgba(17, 141, 240, 1);
  line-height: 34px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

/*悬浮下拉框*/

.hex-downlist-wrapper {
  position: absolute;
  width: 200px;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.hex-downlist-inner {
  position: relative;
}

.hex-downlist-list {
  margin-top: 50px;
  padding: 10px 2px 0 0;
  color: #111;
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #ccc;
  height: 150px;
  overflow-y: auto;
  background: #fff;
}

.hex-downlist-list>.hex-downlist-item {
  padding-left: 30px;
  cursor: pointer;
}

.hex-downlist-item:hover {
  background: #e6f3fc;
}

.hex-downlist-btn {
  position: relative;
  z-index: 10;
}

.downList-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 12px 12px;
  width: 15px;
  height: 10px;
  background-image: url(data:image/png;base64,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)
}

.controls-container>.themedText>div {
  min-width: 300px;
}

/*通讯录*/

.cycel_item_key {
  margin-bottom: 10px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #333;
  background-color: #F3F3F3;
  font-weight: 500;
}

/*倒计时*/

.payment-time em {
  margin: 0 1px;
  font-style: normal;
}

/*laydate*/
.layui-laydate-content .laydate-time-list ol {
  overflow-y: scroll;
  overflow-x: hidden;
}

/*引导页面*/
.guide-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  flex-direction: row;
  display: flex;
}

.guide-left {
  width: 100px;
  background: rgba(0, 0, 0, 0.2);
}

.guide-layout {
  height: 100%;
}

.guide-right {
  flex: 1;
}

.guide-mid {
  display: flex;
  flex-direction: column;
  width: 200px;
}

.mid-bottom {
  flex: 1;
}

.mid-content {
  display: flex;
  flex-direction: row;
}

.top-right {
  flex: 1;
}

.mid-top,
.mid-bottom,
.top-left,
.top-right,
.guide-right {
  background: rgba(0, 0, 0, 0.2);
}

.top-mid {
  width: 200px;
  min-height: 40px;
}

.introduce {
  padding: 20px;
  background: #fff;
}

.mid-bottom {
  padding-top: 20px;
}

/* 移动端默认列表展示 */
.list-render {
  background: #EDEDED;
}

.list-render .list-render-search {
  padding: 8px 15px;
  background: #FFFFFF;
}

.list-render .list-render-search input {
  width: 100%;
  font-size: 14px;
  padding-left: 5px;
  background-color: #fff;
  height: 30px;
  outline: none;
  vertical-align: top;
  border-radius: 3px;
  background: #EDEDED;
  text-align: center;
}

.list-render-item {
  background: #FFFFFF;
  display: flex;
  margin-bottom: 5px;
  padding: 15px;
}

.list-render .list-render-img {
  width: 90px;
  text-align: center;
}

.list-render .list-render-img img {
  width: 90px;
  height: 90px;
}

.list-render .list-render-text {
  flex: 2;
  display: flex;
  flex-direction: column;
}

.list-render .list-item {
  display: flex;
  padding: 0 5px 8px 10px;
  flex-direction: column;
}

.list-render .list-render-title {
  color: #999999;
  font-size: 13px;
  margin-bottom: 4px;
}

.list-render .list-render-value {
  font-size: 15px;
  color: #333333;
}

.list-render .list-render-value img {
  width: 60px;
  height: 60px;
  margin-right: 8px;
}

/* 新的菜单 */
.better__menu {
  font-size: inherit;
}

.better__menu .topbar-info-item a,
.better__menu .topbar-info-item p,
.better__menu .topbar-info-item span {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .02em;
  text-decoration: none;
}

.better__menu .topbar-info-item {
  display: inline-block;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

.better__menu .topbar-btn {
  padding: 0 12px;
  height: 50px;
  display: block;
  z-index: 2;
  font-size: inherit;
  line-height: 50px;
  text-decoration: none;
  color: inherit;
}

.better__menu .topbar-btn:hover {
  color: #ff7b00;
}

.better__menu .topbar-info-dropdown:hover .topbar-info-dropdown-memu {
  display: block;
  opacity: 1;
  visibility: visible;
  font-size: 0.6em;
  margin-top: 0.5em;
}

.better__menu .topbar-info-dropdown-memu {
  display: none;
  padding: 8px 0;
  position: absolute;
  top: 40px;
  right: 0;
  visibility: hidden;
  float: left;
  list-style: none;
  background-color: #fff;
  color: #333;
  background-clip: padding-box;
  z-index: 1;
  font-size: 12px;
  min-width: 100%;
  margin: 0;
  border: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  -webkit-transition: opacity .15s, visibility 0s .15s;
  transition: opacity .15s, visibility 0s .15s;
  opacity: 0;
  white-space: nowrap;
}

.better__menu .more-box .topbar-info-btn {
  position: relative;
}

.better__menu .topbar-info-btn:hover {
  background-color: #ebebeb;
}

.better__menu .topbar-info-btn a {
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  color: inherit;
}

.better__menu .more-box .topbar-info-btn .topbar-sidebar-angle-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  font-size: 12px;
  color: #555;
}

.better__menu .more-box .topbar-info-btn:hover .topbar-more-item-list {
  display: block
}

.better__menu .more-box .topbar-info-btn:hover .topbar-sidebar-angle-right {
  color: #333
}

.better__menu .more-box .topbar-info-btn a {
  padding-right: 38px !important
}

.better__menu .more-box .topbar-info-btn .topbar-sidebar-angle-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  font-size: 12px;
  color: #555;
}

.better__menu .more-box .topbar-more-item-list {
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  padding: 10px 0;
  display: none;
  margin-right: -1px
}

.better__menu .more-box .topbar-more-item-list li:hover {
  background-color: #ebebeb
}
/* 搜索下拉框样式 */
.select_search_add{
  position: absolute;
  top: 50%;
  right: 28px;
  z-index: 1;
  transform: translateY(-50%);
  color: #657180;
  cursor: pointer;
}
.ivu-select-multiple .ivu-select-selection{
  padding-right: 40px;
}
.ivu-select-selection{
  overflow: hidden;
}
/* 回复框 */
.replyWrap{
  position: relative;
  font-size: 14px;
}
.replyWrap  .onOff{
  position: absolute;
  padding: 10px 20px;
  right: 0;
  cursor: pointer;
  background: #F5F7FA;
  border-bottom: none;
  transform: translateY(-98%);
  border: 1px solid #f0f1f2;
  user-select: none;
  color: #2d64b3;
}
.replyWrap  .replyContent{
  padding: 0 2% 20px;
  margin: auto;
  background: #F5F7FA;
  border: 1px solid #f0f1f2;
}
.replyWrap  .listItem{
  border-bottom: 1px dashed #e5e5e5;
  padding: 10px 0;
  position: relative;
}
.replyWrap  .listItem:after{
  display: block;clear: both;content: '';
}
.replyWrap  .listItem .headImg{
  width: 10%;
  float: left;
  margin-right: 10px;
}
.replyWrap  .listItem .headImg img{
  width: 100%;
}
.replyWrap  .listItem .nickName{
  color: #2d64b3;
  float: left;
  max-width: 20%;
}
.replyWrap  .listItem .replyText{
  color: #000;
}
.replyWrap  .listItem .replyTimeGroup{
  position: absolute;
  right: 0;
  bottom: 0;
}
.replyWrap  .listItem .replyTimeGroup div{
  float: left;
  margin-left: 10px;
  color: #999;
}
.replyWrap  .listItem .replyTimeGroup .replyAgain{
  cursor: pointer;
}
.replyWrap  .replyMore{
  margin-top: 10px;
}
.replyWrap  .replyMore b{
  color: #2d64b3;
  cursor: pointer;
}
.replyWrap  .replyView{
  padding-top: 10px;
}
.replyWrap  .replyView .replyAgainText{
  width: 100%;
  padding: 1%;
  resize: none;
  border: 2px solid #d6dffa;
}
.replyWrap  .replyView .sendGroup:after{
  display: block;clear: both;content: '';
}
.replyWrap  .replyView .send{
  float: right;
  padding: 5px 15px;
  cursor: pointer;
  background:#39f;
  color: #fff;
  border-radius: 4px;
}
/* 任务列表下拉框 */
.task-select .dropdown .searchList .list-item-group::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #e5e5e5;
  border-radius: 3px;
}
.task-select .dropdown .searchList .list-item-group::-webkit-scrollbar-thumb {
  background: #a0a0a0;
  border-radius: 3px;
}

.task-select {
  width: 100%;
  position: relative;
}

.task-select .clearFix:after {
  display: block;
  clear: both;
  content: ' ';
}

.task-select .dropdown {
  padding: 10px;
  padding-top: 0;
  border: 1px solid #b9bcc0;
  border-radius: 4px;
  font-size: 12px;
  line-height: 30px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 3px;
  position: absolute;
  width: 100%;
}

.task-select .dropdown .search input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  line-height: 36px;
  outline: none;
}

.task-select .dropdown .searchList {
  padding: 5px;
}

.task-select .dropdown .searchList input[type="checkbox"] {
  width: 10px;
  height: 10px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 10px;
  position: relative;
}

.task-select .dropdown .searchList input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #03A9F4;
}

.task-select .dropdown .searchList input[type="checkbox"]:checked::before {
  content: "\2713";
  width: 100%;
  border: none;
  color: #404040;
  font-size: 10px;
  font-weight: bold;
}

.task-select .dropdown .searchList div {
  display: inline-block;
}

.task-select .dropdown .searchList .selectall,
.task-select .dropdown .searchList .list-item {
  padding: 0 5px;
  width: 100%;
}

.task-select .dropdown .searchList .selectall .sure {
  width: 42px;
  height: 28px;
  background: #4a90e2;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  float: right;
}

.task-select .dropdown .searchList .list-item-group {
  height: 210px;
  width: 100%;
  overflow-y: auto;
}

.task-select .dropdown .searchList .list-item:hover {
  background: #0081c2;
}

.task-select .dropdown .searchList .list-item:hover div {
  color: #fff;
}

.task-select .dropdown .searchList .list-item:hover input[type="checkbox"]:checked::before {
  background: #0081c2;
}

.task-select .dropdown .searchList .list-item:hover input[type="checkbox"]::before {
  background: #0081c2;
}

.task-select .dropdown .searchList .nickname,
.task-select .dropdown .searchList .selectext,
.task-select .dropdown .searchList .mobile {
  margin-left: 10px;
  color: #aaaaaa;
  width: 40%;
}

.task-select .dropdown .searchList .selectext {
  color: #333333;
}

.task-select .dropdown .searchList .mobile {
  width: 40%;
  text-align: right;
}

.taskListWrap ol{
  list-style: decimal inside !important;
}
.taskListWrap ol li{
  list-style: decimal inside !important;
}

/* 任务群组 */
.task-group {
  font-size: 12px;
  line-height: 23px;
}
.task-group .fatheritem,
.task-group .childitem {
  width: 86%;
  border: 1px solid #efefef;
  border-radius: 0 6px 6px 0;
  margin-top: 5px;
  position: relative;
  height: 23px;
}
.task-group .fatheritem .ind,
.task-group .childitem .ind {
  position: absolute;
  right: 100%;
  width: 34px;
  height: 25.5px;
  bottom: 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAeCAYAAABJ/8wUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkZFRERDNEExQjlCQTExRTk4MkIyRkFGODA2QjA3MzgwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkZFRERDNEEyQjlCQTExRTk4MkIyRkFGODA2QjA3MzgwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkVEREM0OUZCOUJBMTFFOTgyQjJGQUY4MDZCMDczODAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RkVEREM0QTBCOUJBMTFFOTgyQjJGQUY4MDZCMDczODAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6inQ4YAAAAYElEQVR42uyWQQoAIAgEqx/3BH1AXza8WifpEDWCt4wlh6FqZuWGauWSSgdR1f7ki1QYeRHWASMEQWgwciJI9ImzE/nZnVku8tVkWkRGdnbXMILQEBqw8kNjNd8IbQowALLwj948jXlzAAAAAElFTkSuQmCC') no-repeat 100% 100%;
}
.task-group .fatheritem .ind2,
.task-group .childitem .ind2 {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAeCAYAAABJ/8wUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFEN0NDRkFCQjlCRTExRTk5N0QzQTA0NkYwMDMzRkU3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFEN0NDRkFDQjlCRTExRTk5N0QzQTA0NkYwMDMzRkU3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUQ3Q0NGQTlCOUJFMTFFOTk3RDNBMDQ2RjAwMzNGRTciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUQ3Q0NGQUFCOUJFMTFFOTk3RDNBMDQ2RjAwMzNGRTciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4hmvsEAAAAUUlEQVR42uzUwQkAIAhAUW3jVnCAVla6SqcIEvmeOzzso7q7VJghReYaYmaz5UaURjrGumgECAeNRl5A8j3Z7eR+Tm/4GiBAgAABAuT3hAADAMeIHzh3JyuGAAAAAElFTkSuQmCC') no-repeat 100% 100%;
}
.task-group .fatheritem .icon,
.task-group .childitem .icon {
  width: 23px;
  height: 23px;
  border-right: 1px solid #efefef;
  text-align: center;
  float: left;
}
.task-group .fatheritem .icon img,
.task-group .childitem .icon img {
  width: 100%;
  height: 100%;
}
.task-group .fatheritem .name,
.task-group .childitem .name {
  padding-left: 31px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px;
}
.task-group .fatheritem .enter,
.task-group .childitem .enter {
  width: 20%;
  position: absolute;
  right: 0;
  top: 0;
  background: #4a90e2;
  text-align: center;
  color: #fff;
  display: none;
  cursor: pointer;
  border-radius: 0 6px 6px 0;
}
.task-group .fatheritem:hover > .enter,
.task-group .childitem:hover > .enter {
  display: block;
}
.task-group .active {
  border: 1px solid #4a90e2;
}
.task-group .active .icon {
  border-right: 1px solid #4a90e2;
}
.task-group .childitem {
  margin-left: 34px;
}

/* 文本必填项 */
.hex_required-text {
  position: relative;
}
.hex_required-text:before {
  content: '*';
  position: absolute;
  right: 102%;
  top: .1em;
  color: #F5222D;
  font-weight: 400;
}

/* ant下拉框 */
/* .ant_select_search .ivu-select-selection{
  border:1px solid #D9D9D9;
}
.ant_select_search .ivu-select-selection:hover {
  border-color: #faad14;
}
.ant_select_search .ivu-icon-arrow-down-b:before {
  content: "\F3D0";
}
.ant_select_search .ivu-select-arrow {
  top: 51%;
  right: 12px;
}
.ant_select_search .ivu-select-input,
.ant_select_search .ivu-select-item {
  font-size: 14px !important;
  color: #d9d9d9;
  line-height: 22px;
}
.ant_select_search .ivu-select-single .ivu-select-selection .ivu-select-placeholder,
.ant_select_search .ivu-select-single .ivu-select-selection .ivu-select-selected-value {
  font-size: 14px !important;
  line-height: 22px;
  height: auto;
  padding: 4px 24px 5px 12px;
}
.ant_select_search .ivu-select-single .ivu-select-selection .ivu-select-placeholder {
  color: #bfbfbf;
}
.ant_select_search .ivu-select-item {
  color: #262626;
  padding: 5px 24px 5px 12px;
}
.ant_select_search .ivu-select-item:hover {
  background: #fff1e6;
}
.ant_select_search .ivu-select-item-selected {
  background: #fafafa;
  font-weight: bold;
}
.ant_select_search .ivu-select-dropdown {
  box-shadow: 0 2px 8px #d9d9d9;
}
.ant_select_search .ivu-select-dropdown {
  padding: 0;
}
.ant_select_search .ivu-select-visible .ivu-select-selection {
  border-color: #ED6A00;
  box-shadow: 0 0 0 2px rgba(237, 106, 0, 0.2);
} */
/* ant表格 */

/* 输入框ant风格 */
/* .ant-input:focus, .ant-input:hover {
  border: 1px solid rgba(237, 106, 0, 1);
}
.ant-input:focus {
  -moz-box-shadow: 0 0 0 2px rgba(237,106,0,0.25); 
  -webkit-box-shadow: 0 0 0 2px rgba(237,106,0,0.25); 
  box-shadow: 0 0 0 2px rgba(237,106,0,0.25);
}
.ant-input {
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  padding: 5px 12px !important;
  font-family:PingFangSC;
  font-weight:400;
  color:rgba(0,0,0,0.65) !important;
}
.ant-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25) !important;
}
.ant-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25) !important;
}
.ant-input:-moz-placeholder{
  color: rgba(0, 0, 0, 0.25) !important;
}
.ant-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25) !important;
}
.hex_input_search .ant-input-icon {
  position: absolute;
  display: inline-block;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
} */
/* ant风格气泡提示 */
.ant_pop_tip .ivu-poptip,.ant_pop_tip .ivu-poptip-rel{
  display: block;
}
/* ant 风格单选框 */
/* .ant-radio-one .radio-inline{
  padding-left: 3px;
  padding-right: 0;
}
.ant-radio-one .ant-radio-dot {
  display: inline-block;
  height: 16px;
  width: 16px;
  border:1px solid rgba(217,217,217,1);
  top: 4px;
  position: relative;
  border-radius: 50%;
}
.ant-radio-one + .ant-radio-one {
  margin-left: 16px;
}
.ant-radio-one input[type="radio"]:checked+.ant-radio-dot{
  border:1px solid rgba(237,106,0,1) !important;
}
.ant-radio-one input[type="radio"]:checked+.ant-radio-dot::after{
  width: 8px;
  height: 8px;
  background: rgba(237,106,0,1);
  content: '';
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.ant-radio-one input[type="radio"]:hover+.ant-radio-dot{
  border:1px solid rgba(237,106,0,1);
}
.ant-radio-one input[type="radio"]:focus+.ant-radio-dot{
  -webkit-box-shadow: 0 0 0 3px rgba(237,106,0,0.08);
          box-shadow: 0 0 0 3px rgba(237,106,0,0.08);
}
.ant-radio-one input[type="radio"] {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
  top: 13px;
}
.ant-radio-one .radio-inline:hover .ant-radio-dot{
  border-color: rgba(217,217,217,1);
}
ant风格单选框，文字块样式 
.ant-radio-two:first-child {
  border-radius: 4px 0 0 4px;
}
.ant-radio-two:last-child {
  border-radius: 0 4px 4px 0;
}
.ant-radio-two + .ant-radio-two  {
  border-left-width: 0;
}
.ant-radio-two {
  height: 40px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
}
.ant-radio-two .radio-inline {
  width: 100%;
  display: inline-block !important;
  padding: 0 16px !important;
  font-weight: 400;
}
.ant-radio-two .radio-inline:hover {
  color: #ED6A00;
}
.ant-radio-two input[type="radio"]:checked+.radio-inline {
  background: #ED6A00;
  color: white;
}
.ant-radio-two input[type="radio"]:checked+.radio-inline:hover {
  background: rgba(237,106,0,0.9);;
} */

/* 复选框样式 */
/* .ant-checkbox input[type="checkbox"]::before {
  content: "";
  position: absolute;
  background: #fff;
  height: 16px;
  width: 16px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid rgba(217,217,217,1);
}
.ant-checkbox input[type="checkbox"]:checked::before {
  content: "\2713";
  border: none;
  line-height: 16px;
  color: white;
  font-weight: 800;
  background: #ED6A00;
}
.ant-checkbox input[type="checkbox"]:hover::before {
  border-color: #ED6A00;
} */
/* 半选，目前不支持，修改class即可使用 */
/* .ant-checkbox input[type="checkbox"]::before {
  content: "";
  outline: #ED6A00 solid thick;
  outline-offset: -10px;
  position: absolute;
  background: #fff;
  height: 16px;
  width: 16px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid rgba(217,217,217,1);
} 
.ant-checkbox input[type="checkbox"]::before:hover{
  border-color: #ED6A00;
} */

.antvmap{
  width: 100%;
  height: 100%;
}
/* 上传控件 - 有上传人及时间 */
.upload-files {
  display: flex;
  flex-wrap: wrap;
}
.upload-text {
  color: #3797EA;
  font-size:14px;
  line-height:22px;
  overflow: hidden;
  height: 22px;
  max-width: 10em;
  position: relative;
}
.upload-text .upload_image {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
}
.upload-files .upload-content {
  width: calc(100% - 37px);
  flex-direction: column;
  justify-content: space-between;
}
.upload-files .upload-file-item {
  width: 243px;
  height: 40px;
  display: flex;
  align-items: center;
  margin: 0 8px 8px 0;
}
.upload-files .file-icon {
  width: 29px;
  height: 35px;
  background-image: url('../images/uploadFile.png');
  background-size: 100%;
  margin-right: 8px;
}
.upload-files .file-name {
  font-size: 12px;
  line-height: 17px;
  color: #262626;
  display: inline-block;
  max-width: calc(100% - 15px);
  overflow: hidden;
  text-overflow: ellipsis;
}
.upload-files .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}
.upload-files .icon-del {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url('../images/uploadDel.png');
  background-size: 100%;
}
.upload-files .bottom {
  display: flex;
  justify-content: space-between;
}
.upload-files .upload-user {
  color: #BFBFBF;
  font-size: 12px;
}
.upload-files .upload-time {
  color: #BFBFBF;
  font-size: 12px;
}

/* 日期选择控件date_select */
.mobile_date {
  display: flex;
  flex-direction: column;
  width: 375px;
  height: 100vh;
}
.mobile_date .head {
  display: flex;
  justify-content: space-between;
  padding: 10px 14px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  text-shadow: 0px 2px 10px rgba(125, 126, 128, 0.16);
}
.mobile_date .head .close {
  color: #666;
}
.mobile_date .weeks {
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
  text-shadow: 0px 2px 10px rgba(125, 126, 128, 0.16);
  display: flex;
  box-shadow: 0px 10px 10px 0px rgba(125, 126, 128, 0.16);
  padding: 6px;
}
.mobile_date .weeks .week {
  padding: 0 6px;
  flex-grow: 1;
  text-align: center;
}
.mobile_date .content {
  flex-shrink: 1;
  flex-grow: 1;
  height: 1px;
  overflow: auto;
}
.mobile_date .content .months .month .tit {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  padding: 10px 14px;
}
.mobile_date .content .months .month .days {
  display: flex;
  flex-wrap: wrap;
}
.mobile_date .content .months .month .days .day {
  width: 14.28%;
  text-align: center;
  flex-shrink: 0;
  margin-bottom: 14px;
}
.mobile_date .content .months .month .days .day .circle {
  margin: auto;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  max-width: 100%;
}
.mobile_date .content .months .month .days .select .circle {
  background: #65b356;
  color: #ffffff;
}
.mobile_date .content .months .month .days .active {
  color: #65b356;
  background: #eff7ee;
  border-radius: 0;
}
.mobile_date .content .months .month .days .start {
  background: linear-gradient(to right, #fff 50%, #eff7ee 50%);
}
.mobile_date .content .months .month .days .end {
  background: linear-gradient(to left, #fff 50%, #eff7ee 50%);
}
.mobile_date .content::-webkit-scrollbar {
  display: none;
}
.mobile_date .footer {
  padding: 6px;
}
.mobile_date .footer .sure {
  background: #65b356;
  border-radius: 20px;
  width: 348px;
  text-align: center;
  margin: auto;
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 38px;
}
/* 云展会定制样式 */
.aliUpLoad {
  user-select: none;
}
.aliUpLoad .upload_btn {
  width: 120px;
  line-height: 32px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.aliUpLoad .upload_btn img {
  margin-right: 8px;
  width: 12px;
  height: 10px;
}
.aliUpLoad .upload_btn .btn_text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.aliUpLoad .upload_btn input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.aliUpLoad .upload_progress {
  margin-top: 8px;
}
.aliUpLoad .upload_progress .upload_item {
  margin-bottom: 12px;
  display: flex;
  line-height: 16px;
}
.aliUpLoad .upload_progress .upload_item .img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  flex-shrink: 0;
  padding: 2px 0;
}
.aliUpLoad .upload_progress .upload_item .img img {
  width: 100%;
  height: 100%;
}
.aliUpLoad .upload_progress .upload_item .sortImages {
  display: flex;
  width: 32px;
}
.aliUpLoad .upload_progress .upload_item .sortImages>div{
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.aliUpLoad .upload_progress .upload_item .sortImages>.top {
  margin-right: 4px;
}
.aliUpLoad .upload_progress .upload_item .sortImages>div img {
  width: 100%;
  height: 100%;
}
.aliUpLoad .upload_progress .upload_item .main {
  flex-grow: 1;
  width: calc(100% - 16px);
}
.aliUpLoad .upload_progress .upload_item .main .upload_item_up {
  display: flex;
  padding: 2px 0;
}
.aliUpLoad .upload_progress .upload_item .main .upload_item_up .text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  user-select: text;
}
.aliUpLoad .upload_progress .upload_item .main .upload_item_up .btns {
  flex-shrink: 0;
}
.aliUpLoad .upload_progress .upload_item .main .upload_item_up .btns img {
  width: 16px;
  height: 16px;
  margin-left: 4px;
  vertical-align: middle;
  cursor: pointer;
}
.aliUpLoad .upload_progress .upload_item .main .upload_item_bottom {
  height: 2px;
  border-radius: 1px;
  background:rgba(0,0,0,0.06);
}
.aliUpLoad .upload_progress .upload_item .main .upload_item_bottom .progress_bar {
  margin-top: 4px;
  height: 100%;
  background: #2F54EB;
}
.aliUpLoad .upload_progress .upload_item .main .upload_item_bottom .error {
  background: #fa541c;
}


.rtcHidden {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
}
.yzh_type {
  /* pointer-events: none; */
}
.yzh_type .prism-progress-cursor {
  width: 14px !important;
  height: 14px !important;
  border-radius: 50% !important;
  background: #88B0FF !important;
  border: 1px solid #ffffff !important;
  top: -7px !important;
}
.yzh_type .prism-progress-cursor img {
  display: none !important;
}
.yzh_type .prism-progress {
  height: 1px !important;
  background: #fff !important;
}
.yzh_type .prism-progress-played {
  background: #6699FF !important;
}
.yzh_type .prism-big-play-btn {
  left: 50% !important;
  top: 50%  !important;
  transform: translate(-50%, -50%) !important;
}

/* 三级联动菜单 */
.linkageMenu {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.linkageMenu .head {
  border-bottom: 1px solid #979797;
  padding: 0 22px;
  line-height: 30px;
  flex-shrink: 0;
}
.linkageMenu .head .title {
  display: flex;
}
.linkageMenu .head .title .titleText {
  font-weight: bold;
  font-size: 14px;
  flex-grow: 1;
}
.linkageMenu .head .address {
  display: flex;
  flex-grow: 1;
}
.linkageMenu .head .address > div {
  cursor: pointer;
  margin-right: 20px;
}
.linkageMenu .head .address > .active {
  color: #4e9e40;
  border-bottom: 2px solid #4e9e40;
}
.linkageMenu .head .sure {
  flex-shrink: 0;
  cursor: pointer;
}
.linkageMenu .content {
  height: 1px;
  flex: 1;
  padding: 0 22px;
  line-height: 40px;
  overflow: auto;
  min-height: auto;
}
.linkageMenu .content::-webkit-scrollbar {
  width: 0;
}
.linkageMenu .content .item {
  cursor: pointer;
}
