/*
  created by xumeng
  https://docs.xumeng.ink/book
  v1.8.8
*/

body {
  padding: 0;
  margin: 0;
}

.none {
  display: none;
}

.exam-item {
  position: relative;
  margin-bottom: 20px;
  padding: 2px 4px;
  border: 1px rgb(204 204 204) solid;
  border-radius: 4px;
  transition: all .4s ease-out;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.bingo::after, .error::after, .diy::after, .diy::before {
  position: absolute;
  right: 4px;
  top: 0;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  font-family: consolas;
}

.bingo::after {
  content: '√';
  color: rgb(0 128 0);
}

.diy::after {
  content: 'DIY';
  color: #E6A23C;
  font-size: 26px;
  line-height: 26px;
}

.diy::before {
  content: '请自行查找相关资料';
  right: 0;
  top: 50%;
  width: 100px;
  transform: translateX(100%) translateY(-50%);
  color: #E6A23C;
  font-size: 15px;
  line-height: 20px;
  transition: transform .3s ease-in-out;
  z-index: 99;
}

.diy:hover::before {
  transform: translateX(-10%) translateY(-50%);
}

.error:after {
  content: '×';
  color: red;
  font-size: 34px;
  line-height: 34px;
}

/*flex*/

.xui-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.xui-flex-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.xui-flex>div {
  width: 100%;
  height: 100%;
}

.xui-flex-10>div {
  margin-right: 10px;
}

.xui-flex-10>div:last-child {
  margin-right: 0;
}

.xui-flex-vertical-10>div {
  margin-bottom: 10px;
}

.xui-flex-vertical-10>div:last-child {
  margin-bottom: 0;
}

.xui-flex .xui-col-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.xui-flex .xui-col-2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.xui-flex .xui-col-3 {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.xui-flex .xui-col-4 {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.xui-flex .xui-col-6 {
  -webkit-box-flex: 6;
  -ms-flex: 6;
  flex: 6;
}

.xui-flex .xui-col-8 {
  -webkit-box-flex: 8;
  -ms-flex: 8;
  flex: 8;
}

.xui_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
  -ms-flex-direction: initial;
  flex-direction: initial;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.xui_prompt_content {
  position: relative;
}

input[disabled], button[disabled] {
  cursor: not-allowed;
}

.xui_btn {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .37em .57em;
  margin: .57em;
  border: 1px solid #dbdbdb;
  border-radius: .28em;
  font-size: 1em;
  line-height: 1.4;
  padding-left: 1.14em;
  padding-right: 1.14em;
  white-space: nowrap;
  outline: none;
  background: none;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

button.xui_btn:active {
  top: 1px;
}

button.xui_btn:disabled {
  color: #ccc;
  border-color: #ccc;
  background-color: #f8f9f8;
}

.xui_btn_default {
  color: #f8f9f8;
  border-color: #4eb900;
  background-color: #4eb900;
}

.xui_btn_default:hover {
  border-color: #3b8704;
  background-color: #3b8704;
}

.xui_btn-secondary {
  color: #f8f9f8;
  border-color: #fd7127;
  background-color: #fd7127;
}

.xui_btn-secondary:hover {
  border-color: #ec580a;
  background-color: #ec580a;
}

.xui_btn:disabled {
  color: #f8f9f8;
  border-color: #ccc;
  background-color: #ccc;
}

.xui_btn_cancel {
  color: #fd7127;
  border-color: #fd7127;
  background-color: #fff;
}

.xui_btn_cancel:not(:disabled):hover {
  color: #f8f9f8;
  border-color: #fd7127;
  background-color: #fd7127;
}

.xui_btn_cancel:disabled {
  color: #ccc;
  border-color: #ccc;
  background-color: #f8f9f8;
}

.xui_input {
  position: relative;
  width: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .37em .57em;
  margin: .57em;
  border: 1px solid #dbdbdb;
  border-radius: .28em;
  font-size: 1em;
  line-height: 1.4;
  outline: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.xui_input:focus, .xui_textarea:focus {
  border-color: #87cba3;
}

.xui_input_required::before {
  content: '*';
  color: red;
}

.xui_input_search::before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 1em;
  margin-top: -10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAPFBMVEUAAABQUFBQUFBQUFBRUVFQUFBRUVFQUFBQUFBRUVFQUFBQUFBQUFBQUFBRUVFQUFBQUFBQUFBQUFBRUVGZ7hPRAAAAE3RSTlMAEIDA0M/woGCwcEBQIODfkDCvpc/GRgAAAKVJREFUOMu9k9kOQiEMROmUW5bLovL//6o3xiCLIb7QBxIyp52hCWprkQVg4y/55MIAXuc51W8Ces/xYia601St+Bj7L70Wm95fqI2buhyMrsO2JlSo95TY8DyEMv77BgwAsALccsJfGWIZALm3e/D9HtJikzn0lm0K5wZPzVT7H+WgMXa2H//s9Iw4tRgARlJQNCVU9HDw1/sqMa2tRFh8pKD21BMmlQQZQPOajwAAAABJRU5ErkJggg==) no-repeat center center;
  background-size: contain;
  z-index: 9999;
}

.xui_input_search .xui_input {
  text-indent: 1.5em;
}

.xui_radio_box {
  position: relative;
  padding-left: 1.5em;
  margin: .57em;
  display: inline-block;
}

.xui_radio_box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: .6em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1em;
  height: 1em;
  border: 1px solid #999;
  border-radius: 50%;
}

.xui_radio {
  display: none;
}

.xui_radio:checked+.xui_radio_box::before {
  border-color: #4eb900;
}

.xui_radio:checked+.xui_radio_box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.6em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .2s linear;
  transition: .2s linear;
  width: .5em;
  height: .5em;
  border-radius: 50%;
  background-color: currentColor;
  background: #4eb900;
}

.xui_radio:disabled+.xui_radio_box {
  color: #ccc;
  cursor: not-allowed;
}

.xui_radio:checked+.xui_radio_box::before {
  color: #ccc;
}

.xui_checkbox_box {
  position: relative;
  margin: .57em;
  display: inline-block;
  cursor: pointer;
}

.xui_checkbox {
  display: none;
}

.xui_checkbox+.xui_checkbox_box::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: .4em;
  border: 1px solid #999;
  border-radius: 2px;
  color: #999;
  line-height: 1em;
  vertical-align: -3px;
}

.xui_checkbox:checked+.xui_checkbox_box::before {
  color: #fff;
  background-color: #4eb900;
  border: 1px solid #4eb900;
}

.xui_checkbox:checked+.xui_checkbox_box::after {
  content: '';
  display: block;
  position: absolute;
  left: 3px;
  top: 7px;
  color: #fff;
  width: 11px;
  height: 5px;
  border: 1px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
}

.xui_checkbox:disabled+.xui_checkbox_box {
  color: #ccc;
  cursor: not-allowed;
}

.xui_checkbox:disabled+.xui_checkbox_box::before {
  color: #fff;
  background-color: #ccc;
  border: 1px solid #ccc;
}

.xui_select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .37em .57em .5em;
  margin: .57em;
  border: 1px solid #dbdbdb;
  border-radius: .28em;
  font-size: 14px;
  outline: none;
}

.xui_textarea {
  width: 80%;
  height: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .37em .57em;
  margin: .57em;
  border: 1px solid #dbdbdb;
  border-radius: .28em;
  font-size: 1em;
  line-height: 1.4;
  outline: none;
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
  resize: vertical;
}

.xui_switch_box {
  position: relative;
  width: 44px;
  height: 22px;
  display: inline-block;
}

.xui_switch_box::before {
  content: attr(off);
  position: absolute;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 22px;
  min-width: 44px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  text-align: right;
  padding-right: 4px;
  vertical-align: middle;
  border-radius: 20px;
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, .25);
  cursor: pointer;
  -webkit-transition: all .36s;
  transition: all .36s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.xui_switch_box::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 2px;
  top: 2px;
  border-radius: 18px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all .36s cubic-bezier(.78, .14, .15, .86);
  transition: all .36s cubic-bezier(.78, .14, .15, .86);
}

.xui_switch:checked+.xui_switch_box::before {
  content: attr(on);
  text-align: left;
  padding-left: 4px;
}

.xui_switch {
  display: none;
}

.xui_switch:checked+.xui_switch_box::before {
  background-color: #4eb900;
}

.xui_switch:checked+.xui_switch_box::after {
  left: 24px;
}

.xui_switch:disabled+.xui_switch_box::before, .xui_switch:disabled+.xui_switch_box::after {
  cursor: not-allowed;
}

.xui_table {
  width: 100%;
  font-size: 12px;
  margin: 28px 0;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  table-layout: fixed;
  text-align: left;
}

.xui_table thead {
  line-height: 33px;
  border-bottom: 2px solid #eee;
  background-color: #fff;
}

.xui_table {
  border: 1px #ccc solid;
}

.xui_table_wrap tbody td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xui_table thead th {
  border-left: 1px #ccc solid;
}

.xui_table thead th:first-child, .xui_table tbody tr td:first-child {
  border-left: none;
}

.xui_table tbody tr:nth-child(2n) {
  background-color: #fff;
}

.xui_table tbody tr:nth-child(2n+1) {
  background-color: #f8f9f8;
}

.xui_table tbody tr:hover {
  background-color: #e8faec;
}

.xui_table tbody tr td {
  padding: 10px 0;
}

.xui_table thead tr th, .xui_table tbody tr td {
  padding-left: 8px;
}

.xui_table tbody tr td {
  border-left: 2px solid #eee;
}

.xui_prompt, .xui_message {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.56);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99999;
}

.xui_prompt .xui_prompt_content {
  position: relative;
  width: 500px;
  margin: 0 auto;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  opacity: 0.9;
  background-color: #fff;
  border: 0;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  animation: .2s toToDown linear;
  -webkit-animation: .2s toToDown linear;
}

.xui_prompt .xui_close {
  position: absolute;
  right: 1em;
  top: 1.3em;
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAFVBMVEUAAABQUFBQUFBRUVFQUFBQUFBRUVHFwiN3AAAABnRSTlMAYFCwMK9g6AnkAAAAZ0lEQVQoz2OgDnBVgLGYQsCUWSJMQCwZTKmlCUD4jGlJUDoRqgAoA2MgJGAshDiciVAAZqMoAHPAgshKoAoQSqAKEEoQChACGFowDcWwFtNhmE7H9Bym9zEDCDMIMQPZGRENJtSJWAABAR0XeOxDfQAAAABJRU5ErkJggg==) no-repeat center center;
  background-size: contain;
  z-index: 99;
  cursor: pointer;
}

.xui_prompt .xui_text .xui_title {
  position: relative;
  font-size: 1.2em;
  color: #666;
  font-weight: bold;
  padding: 16px 24px;
  border-radius: 4px 4px 0 0;
  background: #fff;
  color: rgba(0, 0, 0, 0.65);
  border-bottom: 1px solid #e8e8e8;
}

.xui_prompt .xui_text .xui_title span {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}

.xui_prompt .xui_text .tips {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}

.xui_prompt .xui_text span.fail::before {
  color: #ef655b;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAjVBMVEUAAAD/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGb/cGZjXSPDAAAALnRSTlMABgrBBLO2q+TVhcSM+uvLn0b1u2XPe9o6NB0P8VhNI5IwdF4V3lIrGa9tQJhL661++wAAA9dJREFUWMOlmOeaqjAQhoeihg4qYAELuK5tuf/LO8/DhBDQMOD5fu2G5DWZlgEgtN/kSTg3gjQNjHmY5Js9/Ic2xYxVPbFZsfmO9ptYlUJW8jsZF62qQa2iSbjSqUgF5Wjctr87P40dJ0793rAxzpj6qWOucB0ddf7kGK3DjmFf+xGe/WnnO8UZ3nQuJHv8PCleIeZm7lZpEzcT05Jh3qKZt7RvMKCbvWxmLobMJ7wR7oDQLhQRpCvTLG48EY0K1cY/scI1ejMhNGGUzLDZwOc9Ns5bw2itm3CAD7pXqGhShnq46A5vSrh3J5aSbaaIng2Oe1uYqDPfY28juq84L60nz/euY0KlP2iVPDY6+27GpqvdjZz3FmY6fCmsJ1Y7kFe1ZIfkdj5A0Gx/edJbV+P6dkXaP7A5H8xRbdab/6oBKXAdMAKljLxiRdZVPFwgBQlG4wFQQf2f3Y1yJKp5LbBdEPD7EkN6L2dUpSAiD3WSCxWWR7xdXbHBVqEgKnlzTR626zG3dgA2B8duZVrIRJoHO2wrTMxiPL6KSPFQhsjohCcdQSR4UIqig/fIDggiwYMb3i/oH0wbgqjmoQIezE8eAgSR4IlgefJroQSCSPIg576wuXcoIsFrKoSNd5N3A4pI8eDi4W3l8EpIEQleU7McdE4MFJHmISkAC7kUkeaBgfHHMB4pIs2D2sqMBGK8tNGj1h2BaEqSRxPxyCnpFOS1RNIpDnJJHk1E96IpvQvFmy8o4qWuMjOe0xuKp5kUEVPP5cUhp3gAFPHKi0OEYJJHEm3evt08dDPBq4mrIWLQVBkD/6B41B6x2BhiqyXBI4m5uN0jnEHwSOJcdMCaj9cewSOIF+yL69mnD228K/EUxFXnUSHdddsPTbff8lTEtjdoj7mVG+ICJDHBUxNf0OrRaYqv71t0BU9NfEgjfjff2Fu2aK7PTtrgW2Og97OE9d8BJ3yMOdilCUK/faOaPxXm35eK8a3EfHu9ciej5Bh79m8sbOOn64BrZx/KbeWdAb58HV1ePv5MdpzK2/n8cApD+BOJR6Y0v8OJ20nn9dUfHTQLn3l/43l/Hq6xPubAhVUoeyzPrlDsorBv8x3NGZUzv07D24FCt7jisnUKp9vNXGsHSmni4xd76IO4B2ubEzqNEJkclbGSIA6LNKFrVgnNyg+n2ZVS/5TlI0JfbqqXhn0978Vb8flqG8uq1eI4LtutqqPMclb3+8qxsu54OrqWmI+0IpU+NBgvcx0P4+K1CRMVvZiKxl4RfCPt6gZeH+YF7lWD73U8FKd5bLEsY1Y8PxUHyq//ACAbOvkFtrQUAAAAAElFTkSuQmCC) no-repeat center center;
  background-size: contain;
}

.xui_prompt .xui_btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e8e8e8;
  padding: 5px 10px;
  text-align: right;
  border-radius: 0 0 4px 4px;
}

.xui_loading>div {
  width: 3em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 .6em;
  animation: .2s toToDown linear;
  -webkit-animation: .2s toToDown linear;
}

.xui_loading {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.51);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99999;
}

.xui_part_loading {
  position: relative;
  height: auto;
  margin-bottom: 1em;
}

.xui_loading .fence {
  width: 4px;
  height: 2em;
  display: inline-block;
  background: #000;
  animation: fence 1.2s infinite ease-in-out;
  -webkit-animation: fence 1.2s infinite ease-in-out;
}

.xui_loading .fence1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.xui_loading .fence1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.xui_loading .fence2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.xui_loading .fence3 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.xui_loading .fence4 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.xui_loading .fence5 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.xui_loading .fence6 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes fence {
  0%, 40%, 100% {
    transform: scaleY(.4);
    -webkit-transform: scaleY(.4);
  }
  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

@keyframes fence {
  0%, 40%, 100% {
    transform: scaleY(.4);
    -webkit-transform: scaleY(.4);
  }
  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.xui_loading .dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.xui_loading .dot:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 5px;
  background: #0C57E0;
}

.xui_loading .circle2 {
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}

.xui_loading .circle3 {
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
}

.xui_loading .circle4 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.xui_loading .circle5 {
  transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
}

.xui_loading .circle6 {
  transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
}

.xui_loading .circle7 {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.xui_loading .circle8 {
  transform: rotate(210deg);
  -webkit-transform: rotate(210deg);
}

.xui_loading .circle9 {
  transform: rotate(240deg);
  -webkit-transform: rotate(240deg);
}

.xui_loading .circle10 {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}

.xui_loading .circle11 {
  transform: rotate(300deg);
  -webkit-transform: rotate(300deg);
}

.xui_loading .circle12 {
  transform: rotate(330deg);
  -webkit-transform: rotate(330deg);
}

.xui_loading .dot:before {
  animation: circle 1.2s infinite ease-in-out;
  -webkit-animation: circle 1.2s infinite ease-in-out;
}

.xui_loading .circle1:before {
  animation-delay: -1.1s;
  -webkit-animation-delay: -1.1s;
}

.xui_loading .circle2:before {
  animation-delay: -1.0s;
  -webkit-animation-delay: -1.0s;
}

.xui_loading .circle3:before {
  animation-delay: -.9s;
  -webkit-animation-delay: -.9s;
}

.xui_loading .circle4:before {
  animation-delay: -.8s;
  -webkit-animation-delay: -.8s;
}

.xui_loading .circle5:before {
  animation-delay: -.7s;
  -webkit-animation-delay: -.7s;
}

.xui_loading .circle6:before {
  animation-delay: -.6s;
  -webkit-animation-delay: -.6s;
}

.xui_loading .circle7:before {
  animation-delay: -.5s;
  -webkit-animation-delay: -.5s;
}

.xui_loading .circle8:before {
  animation-delay: -.4s;
  -webkit-animation-delay: -.4s;
}

.xui_loading .circle9:before {
  animation-delay: -.3s;
  -webkit-animation-delay: -.3s;
}

.xui_loading .circle10:before {
  animation-delay: -.2s;
  -webkit-animation-delay: -.2s;
}

.xui_loading .circle11:before {
  animation-delay: -.1s;
  -webkit-animation-delay: -.1s;
}

.xui_loading .circle12:before {
  animation-delay: -.0s;
  -webkit-animation-delay: -.0s;
}

@keyframes circle {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1.0;
  }
}

@-webkit-keyframes circle {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1.0;
  }
}

.xui_loading .dott {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #0DE4BC;
  position: absolute;
  top: 50px;
  animation: fly_dot 1.4s infinite ease-in-out;
  -webkit-animation: fly_dot 1.4s infinite ease-in-out;
}

.xui_loading .dot1 {
  animation-delay: -1.2s;
  -webkit-animation-delay: -1.2s;
}

.xui_loading .dot2 {
  animation-delay: -1.0s;
  -webkit-animation-delay: -1.0s;
}

.xui_loading .dot3 {
  animation-delay: -.8s;
  -webkit-animation-delay: -.8s;
}

@keyframes fly_dot {
  0% {
    left: 0%;
    transform: scale(.4);
    -webkit-transform: scale(.4);
    opacity: 0;
  }
  50% {
    left: 50%;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    left: 100%;
    transform: scale(.4);
    -webkit-transform: scale(.4);
    opacity: 0;
  }
}

@-webkit-keyframes fly_dot {
  0% {
    left: 0%;
    transform: scale(.4);
    -webkit-transform: scale(.4);
    opacity: 0;
  }
  50% {
    left: 50%;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    left: 100%;
    transform: scale(.4);
    -webkit-transform: scale(.4);
    opacity: 0;
  }
}

.xui_message {
  background: transparent;
}

.xui_message span {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: .6em 3em;
  border: 1px #ccc solid;
  border-radius: 4px;
  white-space: nowrap;
  animation: .2s toToDown linear;
  -webkit-animation: .2s toToDown linear;
}

.xui_tips, .xui_tips_bottom {
  position: relative;
  line-height: initial;
}

.xui_tips:hover::before, .xui_tips_bottom:hover::before {
  content: '';
  display: block;
  position: absolute;
  top: -9px;
  left: 20px;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid;
  border-color: #ccc #ccc transparent transparent;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 10001;
}

.xui_tips:hover::after, .xui_tips_bottom:hover::after {
  content: attr(data-xui-tip);
  display: block;
  position: absolute;
  left: 0;
  top: -2em;
  max-width: 30em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  border: 1px #ccc solid;
  padding: .2em .8em;
  background: #fff;
  border-radius: 4px;
  z-index: 10000;
}

.xui_tips_bottom:hover::after {
  top: 2em;
}

.xui_tips_bottom:hover::before {
  top: 22px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.xui_upload {
  width: 120px;
  position: relative;
  z-index: 10000;
}

.xui_upload .xui_file {
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10001;
  cursor: pointer;
}

.xui_upload .xui_file:active+button.xui_btn {
  top: 1px;
}

.xui_img_content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.54);
  z-index: 99999;
}

.xui_img_content img {
  width: 100%;
  height: 100%;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.xui_img_content .xui_close {
  position: absolute;
  right: 6%;
  top: 6%;
  width: 50px;
  height: 50px;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgAgMAAAAOFJJnAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAoGAZwxlvAAAAVklEQVQY02MgCkwAEWxAXAJiyIIxlMfuwMDAeIEBRIA4YGGINJAEs8GKQLJgRRAlQAmgJERRCZTBfgHOQEjBFcO1ww1EWAG3FO4MuMMQTkU4HuEdwgAAWN8SZ2r81qsAAAAASUVORK5CYII=) no-repeat center center;
  background-size: initial;
  cursor: pointer;
  z-index: 99999;
}

.xui_img_content .xui_close:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.xui_img_content .xui_img_con {
  position: relative;
  max-width: 1100px;
  animation: .3s toToDown linear;
  -webkit-animation: .3s toToDown linear;
}

.show {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.show>div {
  position: absolute;
  width: 50%;
  height: 50%;
  background-image: url(bg.png);
  opacity: 0;
  transition: 3s cubic-bezier(0.38, -0.18, 0.6, 1.13);
}

.show .a {
  transform: translateY(-100%);
}

.show .b {
  transform: scale(.4);
}

.show .show1 {
  top: 0;
  left: 0;
  background-position: 0 0;
}

.show .show2 {
  top: 0;
  left: 50%;
  background-position: 300px 0;
}

.show .show3 {
  top: 50%;
  left: 0;
  background-position: 0 150px;
}

.show .show4 {
  top: 50%;
  left: 50%;
  background-position: 100% 100%;
}

.show .opacity {
  opacity: 1;
}

.show .transform {
  opacity: 1;
  transform: translateY(0);
}

.show .rotate {
  opacity: 1;
  transform: rotate(360deg);
}

.show .scale {
  opacity: 1;
  transform: scale(1);
}

.xui_img_content .xui_img_con .xui_icon {
  position: fixed;
  bottom: 80px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  background: rgba(0, 0, 0, .1);
}

.xui_img_content .xui_img_con .xui_icon:hover {
  background: rgba(0, 0, 0, .5);
}

.xui_img_content .xui_img_con .xui_icon span, .xui_img_content .xui_img_con .xui_icon a {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 10px;
  display: inline-block;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  cursor: pointer;
}

.xui_img_content .xui_img_con .xui_icon span:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

.xui_img_content .xui_img_con .xui_icon span:active {
  top: 1px;
}

.xui_img_content .xui_img_con .xui_icon span.xui_left, .xui_img_content .xui_img_con .xui_icon span.xui_right {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAOVBMVEUAAAD///////////////////////////////////////////////////////////////////////8KOjVvAAAAEnRSTlMA4DDAEPBgkLBQoEAg0M+AXz988jz8AAAAzElEQVQ4y61TWw7DIAwrEMqjD1rf/7DLVoagoPSnlhASMdgEM70K7cwO7CbpYXlWKFBHV14NoFzgvTo4pu5rW18s1NycZkNTBzzVC+RhdXW+Rbxrxpph4HvTHqYoQlFPIIu/K4V5eG/suT9Q3wk/lJlhcblwcGOCQ8oWw0VoBiNkmxt0T8jmz1wpEg0hAl4krLBUSdxlGDEUk2MCTeI1GXKjGHKrGfJj+efnfgoMSZGLwHIP7SGEto49nU4Bm5Y/TqLh10tmA4xxy/QmPt0AD8wN8hggAAAAAElFTkSuQmCC) no-repeat center center;
  background-size: initial;
}

.xui_img_content .xui_img_con .xui_icon span.xui_right {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAOVBMVEUAAAD///////////////////////////////////////////////////////////////////////8KOjVvAAAAEnRSTlMAoBDwsCBgMIBwQODAUNC/f5CR3Z6LAAAA00lEQVQ4y62TWa7DIAwADThsSdO+uf9hn1uiRgjEV0cKOPKQBRv5KT66ZyA8NfpZenPcuG3IF0BL9eJrVOAlPa5btb1vfZ8Pj25BDZxy80dI0pMC7tbB8qPxfehJlpHCfkUPi2bsxBYoxUY+fGcjok0APxV8S0hib1p/GQfVxu3Fuc0FR3wLAZpg9EImt8nJUpDzKsL8FYa/0tOPvFj8ZmO9UcZyq41clsWStC63UdYNY+ik5Y7uSCjoommNDGhM5taiMOmxOhycAV/02AmHRi8/5B8FlBBHo3mHlwAAAABJRU5ErkJggg==) no-repeat center center;
  background-size: initial;
}

.xui_img_content .xui_img_con .xui_icon span.xui_zoomin {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAPFBMVEUAAAD////////////////////////////////////////////////////////////////////////////YSWgTAAAAE3RSTlMAwDBA0PBwEO8gP6BgsI9Q4JCAhPyxkgAAAKxJREFUOMvVkMESgyAMRBOIRBCouv//rwUOtWOY6dW+w3LgzZJAf0asDHCNNEcrIMw7UHV6L9ji6CmQmcHILY/QIqCQISP0A9xzQzaCCF2CLmIWQLiEXnFfxcOTTylBUoMCvBnBOXyI3bcNznsPaeFsg51BzRb7lxBXpjsvnJfA5oXROj4x9zYUsmgB+9ElwOpowrlgZQaW4Ja5oXljPl5KdDMMTzKYfhhKD+ENVQQHawOLpKAAAAAASUVORK5CYII=) no-repeat center center;
  background-size: initial;
}

.xui_img_content .xui_img_con .xui_icon span.xui_zoomout {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAPFBMVEUAAAD////////////////////////////////////////////////////////////////////////////YSWgTAAAAE3RSTlMA8H8wP8Ag0KDgcFCQYBDZcW9PC1TJlAAAAJdJREFUOMvdj0sOwzAIRMEG40+Tfub+d60UyXIb6D7qW3nkxwjo/9hqAzQViskKmCqDU/zPuB2zYqjk2RvGfFcEHQl9BWO/BzdaiK8Q9C9dz0KHlDTZSOFXkIGJBcLA+IzWzkJBDdNCUVaoECcIjCYPKHlusDIvglBooL5Eng135hwZogAATnv+YVAZqR/t04i5lNEyXYI3mFYF2M4malAAAAAASUVORK5CYII=) no-repeat center center;
  background-size: initial;
}

.xui_img_content .xui_img_con .xui_icon a.xui_download {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAOVBMVEUAAAD///////////////////////////////////////////////////////////////////////8KOjVvAAAAEnRSTlMAwGCAfxDPQDDw4LBQcCDfn5BxNgoBAAAAjUlEQVQ4y83NSQ7DIBBE0WZowmQnqfsfNkIQsNwIb/k7qCc17Rd/Ei/BC9BPwOwLTstXwPa8gQTHA7BDugGNIiooOzTNRAVjl6KAts9FBr5i9053EVD6v52nkoGiLi47KZgOumi7BENoWgHKmRagJcF7DiLMuCsb/xwBZUUKiFypD5gWPLX4UJMOpk36AaW1CghZ9xrVAAAAAElFTkSuQmCC) no-repeat center center;
  background-size: initial;
}

/* 带有动画的图片放大插件 */

.xui_img_slider {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.54);
  z-index: 9999;
}

.xui_img_slider .xui_img_con {
  position: relative;
  width: 640px;
  height: 400px;
  display: flex;
  flex-wrap: wrap;
}

.xui_img_slider .xui_close {
  position: absolute;
  right: 6%;
  top: 6%;
  width: 50px;
  height: 50px;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgAgMAAAAOFJJnAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAoGAZwxlvAAAAVklEQVQY02MgCkwAEWxAXAJiyIIxlMfuwMDAeIEBRIA4YGGINJAEs8GKQLJgRRAlQAmgJERRCZTBfgHOQEjBFcO1ww1EWAG3FO4MuMMQTkU4HuEdwgAAWN8SZ2r81qsAAAAASUVORK5CYII=) no-repeat center center;
  background-size: initial;
  cursor: pointer;
  z-index: 9999;
}

@keyframes imgUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px) scale(.9);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes imgRotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(90deg) scale(.9);
  }
  100% {
    transform: rotate(0);
  }
}

@keyframes imgSkew {
  0% {
    transform: skew(0);
  }
  50% {
    transform: skew(10deg, 10deg) scale(.9);
  }
  100% {
    transform: skew(0);
  }
}

@keyframes imgScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(.8);
  }
  100% {
    transform: scale(1);
  }
}

.xui_tab ul.xui_tab_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #4eb900;
}

.xui_tab ul.xui_tab_head li {
  list-style: none;
  padding: .3em 1em;
  margin: 1em .25em 0 .25em;
  border: 1px solid #dbdbdb;
  border-bottom: 0px;
  border-radius: .28em .28em 0 0;
  line-height: 1.4;
  cursor: pointer;
}

.xui_tab ul.xui_tab_head li.selected {
  position: relative;
  border-color: #4eb900;
}

.xui_tab ul.xui_tab_head li.selected::before {
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 99;
}

.xui_tab .xui_tab_body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.xui_tab .xui_tab_body>div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.xui_drop_down {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 10em;
  min-width: 6em;
}

.xui_drop_down .xui_drop_btn {
  position: relative;
  width: 100%;
  max-width: 10em;
  min-width: 6em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 1.57em;
  margin: 0;
}

.xui_drop_down input {
  width: 100%;
  margin: .1em 0;
  padding: 0.2em .4em;
  font-size: 14px;
}

.xui_drop_down .xui_drop_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.21em;
  right: .57em;
  width: 0;
  height: 0;
  border-top: 0.42em solid #999;
  border-right: .4em solid transparent;
  border-bottom: 0px solid transparent;
  border-left: .4em solid transparent;
}

.xui_drop_down .xui_drop_list {
  position: absolute;
  top: 2.2em;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid transparent;
  border-top-width: 0;
  background-color: #fff;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
  overflow: hidden;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  z-index: 99999;
  border: 1px #f5f5f5 solid;
  border-radius: 0 0 .28em .28em;
  max-height: 300px;
  overflow: auto;
  animation: .3s easeIn linear;
  -webkit-animation: .3s easeIn linear;
}

.xui_drop_down .xui_drop_search {
  top: 4em;
}

.xui_drop_down .xui_drop_list li {
  padding: .3em .57em;
  font-size: 100%;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: color, background-color 0.3s;
  transition: color, background-color 0.3s;
  list-style: none;
}

.xui_drop_down .xui_drop_list li:nth-child(2n+1) {
  background: #f8f8f8;
}

.xui_drop_down .xui_drop_list li:hover {
  background-color: #4eb900;
  color: #fff;
}

.xui_date_picker {
  width: 200px;
  position: relative;
}

.xui_date_picker::before {
  content: '';
  width: 1.4em;
  height: 1.4em;
  display: block;
  position: absolute;
  top: .95em;
  right: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAANlBMVEUAAABwcHBwcHBwcHBxcXFwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHD6DwzEAAAAEXRSTlMAQMB/P2AgcDDg8NCQEJ/PUCaSP04AAACYSURBVDjL1ZPRCsMgDEV3E5NqXbvl/392qB0ZRdlkMNh5uUIOJEq8/BIRP1PsCMx+NswJSzJqghW4Cmx2W476KohNQEGroICszUj3GsBLO60hyRt2gX0o7DxgP4RMA/LbFjOCEInHlSieBDZjDzLDSVBAPSKwzc6gIahHDGGbmWF8iz96qCzDr5KeSxu6tKVta98llfr3PABBFAmxVCTdHwAAAABJRU5ErkJggg==) no-repeat center center;
  background-size: contain;
  z-index: 99;
}

.xui_date_picker .xui_close_small {
  content: '';
  width: 1em;
  height: 1em;
  display: none;
  position: absolute;
  top: 1.2em;
  right: 2em;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAJ1BMVEUAAACKioqKioqPj4+KioqKioqJiYmJiYmJiYmKioqHh4eKioqJiYkwII7yAAAADXRSTlMAgDAQ4GDwoHCQIJ/QGSHUsQAAAHJJREFUCNdjYGDgChQ1YADRWyZKeoNYag0MDBxJQAEgBvIMGNgbmBgYFDgKGJYwcG5gn8DgzBDJwHxChoGhlEGQgcHEmQFIARkxrkAGUIopSUUBKAVUrMAEVAzUDjIHqJ0ZaiDCCgauko3S7mDrmcHOAAB2vhL7e1fklAAAAABJRU5ErkJggg==) no-repeat center center;
  background-size: contain;
  z-index: 99;
  cursor: pointer;
}

.xui_date_picker:hover .xui_close_small {
  display: block;
}

.xui_date_picker:hover .xui_date_input {
  border-color: #87cba3;
}

.xui_calendar_picker {
  position: absolute;
  outline: none;
  width: 280px;
  border: 1px solid #fff;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  line-height: 1.5;
  font-family: consolas;
  z-index: 9999;
}

.xui_calendar_picker .xui_calendar_head {
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  border-bottom: 1px solid #e8e8e8;
}

.xui_calendar_picker .xui_calendar_head div.xui_calendar_icon {
  width: .8em;
  height: .8em;
  display: inline-block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAElBMVEUAAABwcHBwcHBwcHBwcHBwcHCYUvU2AAAABXRSTlMAoCDwgE5JO8kAAAAkSURBVAjXY0ACTDCGsgCUwRgIExLFJxQCl4NLERJQFoBbigIA0pAC7gt0HowAAAAASUVORK5CYII=) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}

.xui_calendar_picker .xui_calendar_head div.xui_calendar_icon_year {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAKlBMVEUAAACPj4+JiYmKioqKioqKioqJiYmJiYmKioqJiYmJiYmLi4uKioqKiorxhV3AAAAADXRSTlMAEKDP8DDQcMBQgH9gDHscKwAAADxJREFUCNdjgAPGjQycBSAG+2UBjktgIV1DVl8FEIPpskAIQSFG20QIQ/gaUAqvAPs1qBWMCxk4DzAgAQCEIxQZOCyoGgAAAABJRU5ErkJggg==) no-repeat center center;
  background-size: contain;
}

.xui_calendar_picker .xui_calendar_head div.xui_calendar_left {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.xui_calendar_picker .xui_calendar_head div.xui_calendar_icon:hover {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAElBMVEUAAABbvB1YvxhbvR1cvRxcvR3moqY/AAAABXRSTlMAoCDwgE5JO8kAAAAkSURBVAjXY0ACTDCGsgCUwRgIExLFJxQCl4NLERJQFoBbigIA0pAC7gt0HowAAAAASUVORK5CYII=) no-repeat center center;
  background-size: contain;
}

.xui_calendar_picker .xui_calendar_head div.xui_calendar_icon_year:hover {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAJ1BMVEUAAABAzzBKyjpKyjlKyjlKyjpKyzlKyjlJyTlKyTpKyzpKyjhLyjpPqRAtAAAADHRSTlMAENCg8DBwwFCAf2CQwJWJAAAAOElEQVQI12OAA8aFDBwJIAbbIQH2w2AhG0VWHwMQg/mQQAhBIUYdKEMIJIVPAGEF40QGjg0MSAAAIMgSbnyw8N8AAAAASUVORK5CYII=) no-repeat center center;
  background-size: contain;
}

.xui_calendar_picker .xui_calendar_body {
  padding: 6px 12px;
}

.xui_calendar_picker .xui_calendar_body table {
  border-collapse: collapse;
  max-width: 100%;
  background-color: transparent;
  width: 100%;
}

.xui_calendar_picker .xui_calendar_body tr {
  background: transparent;
  border: none;
}

.xui_calendar_picker .xui_calendar_body tr:nth-child(2n) {
  background-color: #f8f8f8;
}

.xui_calendar_picker .xui_calendar_body tr th {
  line-height: 18px;
  width: 33px;
  padding: 6px 0;
  text-align: center;
  border: none;
}

.xui_calendar_picker .xui_calendar_body tr td {
  width: 32px;
  height: 24px;
  border: none;
  padding: 0;
}

.xui_calendar_picker .xui_calendar_body tr td div {
  display: block;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.85);
  border-radius: 2px;
  width: 100%;
  height: 100%;
  line-height: 24px;
  background: transparent;
  text-align: center;
  -webkit-transition: background 0.3s ease;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

.xui_calendar_picker .xui_calendar_body tr td div.xui_calendar_valid {
  cursor: pointer;
}

.xui_calendar_picker .xui_calendar_body tr td div.xui_calendar_prev {
  color: rgba(0, 0, 0, 0.45);
}

.xui_calendar_picker .xui_calendar_body tr td div.xui_calendar_next {
  color: rgba(0, 0, 0, 0.45);
}

.xui_calendar_picker .xui_calendar_body tr td div.xui_calendar_invalid {
  color: rgba(0, 0, 0, 0.15);
  cursor: not-allowed;
}

.xui_calendar_picker .xui_calendar_body tr td div.xui_calendar_selected {
  background: #b1ebc9;
}

.xui_calendar_picker .xui_calendar_body tr td div.xui_calendar_valid:hover {
  background: #b1ebc9;
}

.xui_calendar_picker .xui_calendar_foot {
  border-top: 1px solid #e8e8e8;
  line-height: 34px;
  text-align: center;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  cursor: pointer;
}

.xui_calendar_picker .xui_calendar_foot:hover {
  background: #b1ebc9;
}

.xui_calendar_picker .xui_calendar_foot.xui_calendar_invalid {
  color: rgba(0, 0, 0, 0.15);
  cursor: not-allowed;
}

.xui_page_content span {
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 24px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  -webkit-box-sizing: initial;
  box-sizing: initial;
  padding: 0 4px;
  display: inline-block;
  border: 1px solid #d9d9d9;
  margin-right: 8px;
  font-family: consolas;
  cursor: pointer;
}

.xui_page_content span.xui_page_selected {
  background: #4eb900;
  color: #fff;
  border-color: #4eb900;
}

.xui_page_content span.xui_page_valid {
  cursor: pointer;
}

.xui_page_content span.xui_page_invalid {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.5);
}

.xui_page_content span.xui_page_initial {
  cursor: initial;
  border: none;
}

.xui_page_content span.xui_page_valid:hover {
  border-color: #4eb900;
  color: #4eb900;
}

.xui_page_content span.xui_page_selected:hover {
  background: #4eb900;
  color: #fff;
}

.xui_page_content .xui_page_nav {
  border: none;
}

.xui_page_content .xui_page_go {
  width: 40px;
  margin: 0;
  line-height: initial;
}

.xui_slider_content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.xui_slider_content .xui_slider_img {
  width: 400%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .4s linear;
  transition: .4s linear;
}

.xui_slider_content .xui_slider_img div {
  /*flex: 1;*/
  width: 100%;
  height: 100%;
}

.xui_slider_content .xui_slider_img img {
  width: 100%;
  height: 100%;
  display: block;
}

.xui_slider_content .xui_slider_dot_con {
  position: absolute;
  bottom: 10px;
  left: 50px;
}

.xui_slider_content .xui_slider_dot_con span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  -moz-userstart: none;
}

.xui_slider_content .xui_slider_dot_con span.selected {
  background: #4eb900;
}

.xui_slider_content .xui_slider_tab_con span {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 44px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: .2s linear;
  transition: .2s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -moz-userstart: none;
}

.xui_slider_content .xui_slider_tab_con span::before {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAARUlEQVRIx2NgGITg/4H/5/8LUGbAf4qM+C/w/8KoEaNGDHcj9lNiwHmgAQco036BTC+Mah/VTn/t0IrlAiX57gBF2ukOAOuOzYkal/fUAAAAAElFTkSuQmCC) no-repeat center center;
  background-size: contain;
}

.xui_slider_content .xui_slider_tab_con span:first-child {
  right: 100%;
  margin-right: -44px;
}

.xui_slider_content .xui_slider_tab_con span:first-child::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.xui_slider_content .xui_slider_tab_con span:hover {
  background: rgba(0, 0, 0, 0.4);
}

.xui_full_page {
  width: 100%;
  height: 100%;
  position: fixed;
}

.xui_full_page>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  overflow: hidden;
}

.xui_full_page .xui_page::after {
  content: attr(data-page);
  position: absolute;
  right: 10%;
  top: 20%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  border-radius: 50%;
  padding: .2em;
}

.xui_snow {
  position: relative;
}

.xui_snow::before, .xui_snow::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -30%;
  width: 150%;
  height: 100%;
  z-index: 1;
}

.xui_snow::before {
  background-size: 400px 400px;
  background-image: url(data:image/png;base64,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);
  -webkit-animation: snow-right 28s linear infinite;
  animation: snow-right 28s linear infinite;
}

.xui_snow::after {
  background-size: 400px 400px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAGQCAMAAAC3Ycb+AAAAflBMVEUAAAD+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v5yViGVAAAAKnRSTlMABgoNGCcSFUMdIjxlWDGRLXgggU44oUm6NV5SbHGIw6iZrbLtydni+NC4eqcjAAAMXklEQVR42uzd15bbIBQFUBMLq/diybLcy/j/fzAXkKyUyUtmrQHjs5N5z+QYhC5cvAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgT7PkHDEBBCEjEDDKOHxJDIvrJNJaKjASZ6DEPD4pj5TrEXVEmiEMrmYfr+AHnPCh8Z7X8gWlLIybzoDiSru6SjAeOizGiEVvIPHgSeuuqWnt1xv0VEtFI5dF5VRxF0SZehwl3VghEDzVAVg5PvD4a8rLMt5sqzAqbJy3TX38ZW7pFFlZRvkuPaVoO8bqzdYhQDsYXJMQT3QkSLx52x8Pp1KTltpdDxLqXkTEHZnZFYpyx6ioq00PbtucmzWMvCeybs9hcjhCMzYTJQEIK5HjeX/ftIc036y5wLAtExUFBLEciExN/w3GEhH1UNjYHovKQ9QhpJQoSZr7//nPKWthD/MerOBzH94vC96cakXmj5J8PdSM/Pf9L5UFxFKI+lNFP4DsuJWLg0oUCmZe9R1r2bta1bcveKY+Ci/pQGIZ1kvHCd02sSHz6YmjbIkuVhyiPpPaoQCQqRGGXcTMTeYPSCeWhxkcXrvt4I3/NShbt6INn3G/6WXHRtgHCmMhDfeiGPC9zmgh6j2YCM39TphLJaHqtOwvL7/NHrtps6UkplHkUe3VWOAZOWuyPDSoT/41fowZIFq7jbZk2h9P51Bx3edR7iaGTAROJrNxxC9fMxeAXB8i4bqE82v2V3n9PzW6QdW3HyO3R8bVpuaIf+86djFNyvd7ku6a93m7322N/SksxRAJnZeYrMCM/iIVnTuQIcdSrVnra3+6Xy+X+aGmIxF7HTQ1kOilnXRzPYkTm9aKA+rhfPj4+Lre9LNrV5m5Xm79z87UREmRhvy2b9mUCIfaNDYWNU5YcIVcZyH0MpOP2rSmNp15DPn+GIBAd5lXWIFZZD7HKasdVln0bP+Zj9Hd6D8nT5qzeQ447Wda2+nyNscaHSP33mzpmLB3Uq7qsZcVjLWunalm8wIylBZOPdZ6oai8ZxmovBogO835I8tt+iKnV9zcwJ1KH844h5YFeGB3mRPxA7anXck/dQR56zInITR+lMPbUyZtgi6ltzy98eS5raeB++juZjsqtpoOLhp4lfR9yqxrNxgZhv2zDWbnx83IYLqwwjb3bcAAAAAAAgPsdX8rzjXmBVPSTEUioKJlBRkHG6xRsa354Nc/7NlcEZXDt2Hzf5rNfC/uoeswN/K7jF0HAeRD4MhLrerZeBw0P1V6aJUknbtzkBc4a6MPYdKFCF3pCWCccp6P0mC+4CDjFUcVCtVbnBzFpaTAdVgvUhQrbYRi2UdyLRBzXyN5k66muAMqj32zzcrfblfkQ9abep2C9uX+/2gxlemxIWuaUSMd9DBENxp4A1TZzOLfkIPqYKtkWgIXWd5ov5gpUY9lBtPo9rtRZVm5jLzG8OdlSasbqvFi2XlIzrOi9bGS3uKF3wFhuvnEkPYjmZNm+f0rzqAp5gYfIt2MqkHCtusXlfQr36/lYUiAZev2+HZtGCAIxxV9T1uU5ZaFdXAPG2PxQP9ND/X6/XdtmJx7qeBHRgobItOxt2v3jQcveQ0rLXvTva/Dni2FzEveaH47ldNEe2pm+11xbTMJn6UTco23wVZS2Y/OVzc/i4lYUF3mBb+rTguas533Gm2hL1fdIXKiACy40YYtpgyoJvaqP47iv5IUKWGJpMt+Jn3Vh6JGwS3jhmHgB+5uYb7jIsoRkPMAhB40oj/kYkFCIY0A4mKXP/MXUriO55n4V1NuQJ3t/P0pq7QW1r4DNp60l9PBrJxN4WuD5od8rfCXt20EgBkIYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwRtDZYhR8WZNRKAmC72syhOy1J/i+JiPIOFSb/RJfRfOTvXtRVhOGojBsKsGEEC5yU0FFnb7/K5YQrZ32ATbT+b9z3mBNJEDYawvelU3W2oQxLfLUZ3pOkFkmfQmLeWShIsit9UDMwhOldj9CoUDVmaEdx8G4inmqouKk28oNPs/XAYWuoGlDklJxOLef6qZp6imMuGUot5TvKOgwePixDrn15qwZWy8lVtLorg2juZ+v11w2+ei0TbmsC1FLIFa7cWr65+l+evW3qzfhN4s4JMQVYiu3VgTdf95Pc7kEUiyBsEJkqHcg0zuQ/hMI2ywJn2uIa/PmEboEnv1tGl1lD1zUZcRdlj4Pl/r2mOe5D2U0nbYpgQhRu1C4Ubkxr5uyLG917k2RJTw8EaPW36yzGfOprutr7kNLacomS8DfhRv+crn4NlRtHHgCL+XbElQ4YwZjXKgS4CWVlG/jRigTKBahnD+l2UFOvK6vb6iO7yoBmgTE/NsmcDjQJLAFsU1g9YNuOXlq+V9wCmg7VPgLOFC6EYqjpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWqnGJe/GTEJ6iS2Qn0aV5SicmUDQh6/O4noiBKndmsc6SFI99Q+iop5LGn8LrZL9xR3yQp5JFbrYlGF6ke6gyWpNY9Mn2M5alfpJRG6OKXEQJKs6tb6YO8HV5CIqFjn3A0+v9Z1PV3aUHie8qMl41t47qf6VpZlc81bV7FExKid2qdWuzavy36e+8ft6sMSIRApa915Yfz11j9Pp9NcNnnb6SQlEBkqBJIV5lKX8+n+8/7qm2l02hKIlH8CuRGIJLWLgfi67E/3++n5aPLWabZZYpRariGV81PzmF+vZ1/Wl+GsuahLUbt129sNl+ut7PtH2eRhl7Vse3eQEW/UXZtfm+bW1JM3Z23TPQtERrwRSXRhWp9PU37xpquOPF4UpOKzk8KZdhzbYckj4y5E1ppIVhWdc+5c6GOSckkXpOIaSWymg8weyEOWWtfIEklibZKEOMhD0vel+j5N0/2eF7gbsB4D+hEpjjhswJqI4lTWlnCUdHtIAwAAAAAAAAAAAAAAAAAAAACA/x1fdGzJkgOJbIr6IJItiB9pxtngfBgo7o/h4GnKh8zyVPzS39rj0SZJumf0gij1Hg6e6WqhM5ukDNCX8s0j04VzxriOcTHSlAp5VM603vuxNV21JMISERIXSHKs3ODz6Xqdcm+6X+3dCXKjMBAFUCuBgNk3AwK8Yuz4/hcctdqYqTkATU39l4ov8EsIhPhCW7scHiBU1m7LwU9lbhLRaD4Wo+am3Xgo09pI86i3be249xXBx0u4uunytB7b9lZzWzuuWSKWXtcqKq83qj6+mCGCpl1BygYSUiDjeZraW1oiEEk0h2CEbAgfUYQ5ZEO+qK19vsu68l0WuqhlLLO6ts8hJ34OSXDFksM1u389qff0pI72fEE0RPiguz6O+8bXboEZRJLavVd7D/NqLxZOZKn5fYibZS6flYq3uHJ4XqdInL3heDhNWJ6yL3F/CM7b3gS1420n5h+Xq02gRAiq2rcDGxc3B2EAAAAAAAAAAADAfwNr0FtCOeA1zWZwGF8GPp6Xpz6vlQnOnZandhzHj0WhYDOMIB4eJg2HdieZH4+2w2D/nhjOw3P2ReCSgDaMIREx3Gbg7Qs3S/RB6yRzg8LxUPohYmn7MHGEvt80855jD2NEAufxbfJI7Jb8rovjqgm1GzjYli+Cv1kxeYRN30XHPKeCicrXWYAWFhlch2M/IsrLU0oFE0PX05crzvcXnhDXxu0ShXvwTR6na3251HVaHrsqTFwMkfWpdz9RElZRnta3tj2348UkEjf0sR2GyLqWGUT78bGsx/Pr8XhN7YU/Dw7wOeq6litWZgfIpX097/fnYxrr0xD7uGZJUO8Gr57qPqbH/ff3/nzREOkajUDWx5VqQeabQGoaIL8mkcfZBoJuNQH/jBAEImwpHayiMr2dH/e7vWTVpyN33eE2a1XLXdbBFuK00+P5fL7O47WkSR3P6itbVhZdbQtxLu30ek3nkboHqzArcNu7tmVWD6vuWNrSqPFGecS+xhQiQe3mJ8M+MolcqTTqlA9xE2YBphAJakdrJ7SY1XdDXhr5MTJ5JBggMniIcENR3EXDMERxT3kUGCAS1CcRV4d+1RtV46OUXg4v+JpECjfTYejbN7iZu3fQiyOGN51wZ1SSUG1U4Xg4RkOMerd40T6gIggCOmjGw9k/cviqxccwOYZn98lhfMhR897FD/RGSVO2V83CXutNUPQ3Q1fRFuD80e1BHgAAAAAAAAAAAAAAAAAAAAAAAAAAALB1fwDw/9Ir/50wMgAAAABJRU5ErkJggg==);
  -webkit-animation: snow-right 18s linear infinite;
  animation: snow-right 18s linear infinite;
}

.xui_snow_left::before {
  background-size: 400px 400px;
  background-image: url(data:image/png;base64,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);
  -webkit-animation: snow-left 28s linear infinite;
  animation: snow-left 28s linear infinite;
}

.xui_snow_left::after {
  background-size: 400px 400px;
  background-image: url(data:image/png;base64,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);
  -webkit-animation: snow-left 18s linear infinite;
  animation: snow-left 18s linear infinite;
}

@-webkit-keyframes snow-right {
  0% {
    background-position-x: 0;
    background-position-y: 0;
  }
  50% {
    background-position-y: 400px;
  }
  100% {
    background-position-x: 400px;
    background-position-y: 800px;
  }
}

@keyframes snow-right {
  0% {
    background-position-x: 0;
    background-position-y: 0;
  }
  50% {
    background-position-y: 400px;
  }
  100% {
    background-position-x: 400px;
    background-position-y: 800px;
  }
}

@-webkit-keyframes snow-left {
  0% {
    background-position-x: 0;
    background-position-y: 0;
  }
  50% {
    background-position-y: 400px;
  }
  100% {
    background-position-x: -400px;
    background-position-y: 800px;
  }
}

@keyframes snow-left {
  0% {
    background-position-x: 0;
    background-position-y: 0;
  }
  50% {
    background-position-y: 400px;
  }
  100% {
    background-position-x: -400px;
    background-position-y: 800px;
  }
}

.xui_collapse {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fafafa;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
}

.xui_collapse .xui_collapse_section .xui_collapse_head {
  line-height: 22px;
  padding: 12px 0 12px 40px;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.xui_collapse .xui_collapse_section .xui_collapse_head::before, .xui_collapse .xui_collapse_section .xui_collapse_active::before {
  content: '';
  position: absolute;
  left: .8em;
  top: 1em;
  width: 1.2em;
  height: 1.2em;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAGFBMVEUAAACKioqJiYmPj4+JiYmKioqKioqKiooqevdzAAAAB3RSTlMAYKAQ0LCQ5O0lxwAAAFZJREFUKM9jGEIgEJkjBMTqAgg+YxmQYCpECIgrMKAoYSwCEjAlCAUMzO4CcAUQYFKIUABTAlMAVwJTgFACVYBQAlOAUAJVgFACVYBQUoTmZ9MEhgEFAGBNCwXgCEYNAAAAAElFTkSuQmCC) no-repeat center center;
  background-size: contain;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  cursor: pointer;
  z-index: 9999;
}

.xui_collapse .xui_collapse_section .xui_collapse_active::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.xui_collapse .xui_collapse_section .xui_collapse_active+.xui_collapse_body {
  height: auto;
  display: block;
  animation: .2s toToDown linear;
  -webkit-animation: .2s toToDown linear;
}

.xui_collapse .xui_collapse_section .xui_collapse_body {
  color: rgba(0, 0, 0, 0.65);
  padding: 0 16px;
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
  height: 0;
  display: none;
}

.xui_digital {
  display: flex;
}

.xui_digital button, .xui_digital input {
  margin: 0;
  padding: .2em .57em;
  border-radius: 0;
}

.xui_digital_small button, .xui_digital_small input {
  padding: .1em .5em;
}

.xui_digital button.xui_sub {
  border-bottom-left-radius: .2em;
  border-top-left-radius: .2em;
}

.xui_digital button.xui_add {
  border-bottom-right-radius: .2em;
  border-top-right-radius: .2em;
}

.xui_digital input {
  width: 60px;
  text-align: center;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.xui_digital_small input {
  width: 40px;
}

.xui_slider_bar {
  position: relative;
  width: 100%;
  height: 4px;
  z-index: 999;
  cursor: pointer;
}

.xui_slider_bar::after {
  content: attr(data-num);
  display: block;
  position: absolute;
  left: 110%;
  top: -10px;
  color: #4eb900;
}

.xui_slider_bar .xui_bar {
  position: relative;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.xui_slider_bar .xui_bar_progress {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #4eb900;
  transition: .2s ease-out;
}

.xui_slider_bar .xui_bar_dot {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -40%);
  width: 12px;
  height: 12px;
  cursor: pointer;
  border-radius: 50%;
  border: solid 2px #4eb900;
  background-color: #fff;
}

.xui_slider_bar .xui_bar_dot:focus, .xui_slider_bar .xui_bar_dot:active {
  box-shadow: 0 0 0 5px rgba(78, 185, 0, 0.2);
}

.xui_slider_bar .xui_bar_dot:hover::before, .xui_slider_bar .xui_bar_dot:active::before {
  content: attr(data-num);
  display: block;
  position: absolute;
  left: 3px;
  transform: translateX(-38%);
  top: -32px;
  max-width: 30em;
  min-width: 20px;
  text-align: center;
  font-size: 12px;
  padding: .1em .3em;
  background: #000;
  color: #fff;
  border-radius: 3px;
  z-index: 1000;
}

.xui_slider_bar .xui_bar_dot:hover::after, .xui_slider_bar .xui_bar_dot:active::after {
  content: '';
  display: block;
  position: absolute;
  top: -19px;
  left: 1px;
  width: 8px;
  height: 8px;
  background: #000;
  border: 1px solid;
  border-color: #000 #000 transparent transparent;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.xui_slider_bar .xui_bar_dot:hover {
  border-color: #3b8704;
}

.xui_slider_bar.xui_slider_disabled {
  cursor: no-drop;
}

.xui_slider_bar.xui_slider_disabled .xui_bar_dot {
  border-color: #000;
  cursor: no-drop;
}

.xui_slider_bar.xui_slider_disabled .xui_bar_progress, .xui_slider_bar.xui_slider_disabled .xui_bar {
  opacity: .2;
}

.xui_slider_bar.xui_slider_disabled:after {
  opacity: .5;
}

.xui_dimensions {
  width: 400px;
  height: 200px;
  margin: 20px auto;
  border: 1px red solid;
}

.xui_dimensions .xui_dimensions_box {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.xui_dimensions .xui_dimensions_img {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 200px;
  height: 100px;
  list-style: none;
  cursor: pointer;
}

.xui_dimensions .xui_dimensions_img:nth-child(1) {
  left: 0;
  z-index: 2;
  transform: scale(.8);
  opacity: .6;
}

.xui_dimensions .xui_dimensions_img:nth-child(2) {
  left: 0;
  transform: translate(50%);
  z-index: 3;
}

.xui_dimensions .xui_dimensions_img:nth-child(3) {
  left: 50%;
  transform: scale(.8);
  z-index: 2;
  opacity: .6;
}

.xui_dimensions .xui_dimensions_img img {
  width: 100%;
  height: 100%;
  display: block;
}

.xui-transfer {
  width: 300px;
  justify-content: space-around;
  border: 1px #ccc solid;
  align-items: flex-start;
}

.xui-transfer ul {
  flex: 2;
  text-align: center;
  height: 200px;
  overflow: auto;
  margin: 0;
  padding: 0;
}

.xui-transfer ul li {
  height: 35px;
  line-height: 35px;
  padding: 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: background 0.3s ease;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
  cursor: pointer;
}

.xui-transfer ul li.xui-transfer-disabled {
  color: rgba(0, 0, 0, 0.4);
}

.xui-transfer ul li.xui-transfer-list:hover {
  background: #b1ebc9;
}

.xui-transfer ul li.xui-transfer-disabled:hover {
  background: rgba(177, 235, 201, 0.4);
}

.xui-transfer ul li.selected {
  background: #b1ebc9;
}

.xui-transfer .xui-transfer-prev {}

.xui-transfer .xui-transfer-type {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  border: 1px #ccc solid;
  border-top: none;
  border-bottom: none;
}

.xui-transfer .xui-transfer-type .xui-transfer-opt {
  position: relative;
  font-size: 18px;
  font-weight: bold;
}

.xui-transfer .xui-transfer-type .xui-transfer-opt:active {
  top: 1px;
}

.xui-transfer .xui-transfer-last {}

.xui_lazyload {}

.xui_img_box {
  width: 100%;
  height: 100%;
  position: relative;
}

.xui_img_box img.xui_img_load {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.xui_img_box .xui_img_loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  z-index: 1;
}

/*下拉加载*/

.xui_pull_load {
  position: relative;
}

.xui_pull_load .xui_pull_loading {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.xui_pull_load .xui_pull_loading img {
  width: 100%;
  height: 100%;
}

.xui_pull_load .xui_pull_content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

@-webkit-keyframes toToDown {
  0% {
    opacity: .2;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes toToDown {
  0% {
    opacity: .2;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

/*模仿书籍翻页*/

.xui_book_content {
  font-family: '微软雅黑';
  font-size: 16px;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.xui_book_content .xui_book_box {
  width: 100%;
  height: 100%;
  position: relative;
  background: linear-gradient(to bottom, #0a0a0a, #d0aaaa);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.xui_book_content .xui_book_box>div {
  width: 300px;
  height: 450px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -225px;
  margin-left: -150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;
  color: #fff;
  line-height: 2;
  box-sizing: border-box;
  cursor: -webkit-grab;
  transform-origin: 0;
  transition: .8s ease-in-out;
  border: 0px #ba9898 solid;
  border-style: dashed;
  box-shadow: 1px 1px 1px #b39292;
  border-radius: 8px 20px 20px 8px;
}

.xui_book_content .xui_book_box>div::before {
  content: attr(date-page);
  font-size: 16px;
  position: absolute;
  right: 18px;
  bottom: 10px;
}

.xui_book_content .xui_book_box>div.turn {
  transform-origin: 0;
  animation: turn_page .6s 1 ease-in-out;
  -moz-animation: turn_page .6s 1 ease-in-out;
  -webkit-animation: turn_page .8s 1 ease-in-out;
}

/* 树形结构组件 */

.xui_tree_content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  margin: 0;
  padding: 0;
}

.xui_tree_content ul {
  margin: 0;
  padding: 0;
}

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

.xui_tree_content ul li.xui_tree_item {
  position: relative;
}

.xui_tree_content ul li.xui_tree_item.unfold::before {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: -8px;
  top: 5px;
  border: 1px #333 solid;
  border-color: #333 #333 transparent transparent;
  transform: rotate(135deg);
  transition: all .3s ease-in-out;
}

.xui_tree_content ul li.xui_tree_item.disabled, .xui_tree_content ul li.xui_tree_item.disabled>span {
  color: #ccc;
  cursor: no-drop;
}

.xui_tree_content ul li.xui_tree_item.disabled::before {
  opacity: .4;
}

.xui_tree_content ul li.xui_tree_item.fold::before {
  top: 8px;
  transform: rotate(45deg);
  transition: all .3s ease-in-out;
}

.xui_tree_content ul li span {
  display: inline-block;
  width: 100%;
  height: 24px;
  margin: 0;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-decoration: none;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.xui_tree_content ul li:not(.disabled) span:hover {
  background-color: #e6f7ff;
}

.xui_tree_content li ul {
  padding-left: 18px;
}

/* 返回顶部组件 */

.xui_backtotop {
  position: fixed;
  right: 10%;
  bottom: 10%;
  padding: 2px 4px;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  user-select: none;
  cursor: pointer;
}

.xui_backtotop.isAnimated {
  box-shadow: none;
  animation: isShadow 1.2s infinite linear;
}

.xui_backtotop:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

@keyframes isShadow {
  0%, 100% {
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
  }
  50% {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  }
}

/*从上往下淡入*/

@-webkit-keyframes easeIn {
  0% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}

@keyframes easeIn {
  0% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}