html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.6;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Roboto, Arial, PingFang SC,
    Hiragino Sans GB, Microsoft Yahei, SimSun, sans-serif !important;
  // font-family: inherit !important;
  /*font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;*/
  color: #353535;
  padding-bottom: 4rem;
  background-color: #f6f8f9 !important;
}
.font-family {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Roboto, Arial, PingFang SC,
    Hiragino Sans GB, Microsoft Yahei, SimSun, sans-serif !important;
}
html,
body {
  font-size: 14px;
}

@media (max-width: 1440px) {
  html,
  body {
    font-size: 13.5px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
ol {
  padding-left: 0;
  list-style-type: none;
}

a img,
fieldset {
  border: 0;
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

.textarea {
  height: 8rem;
}

button,
input {
  overflow: visible;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea,
input:not([type='radio']) {
  -webkit-appearance: none;
}

.xlb-phone {
  margin: 0.8rem !important;
  font-size: 0.8rem;
  display: flex;
  flex-direction: column;
}

input[type='radio'] {
  width: 1.1rem;
  height: 1.1rem;
  vertical-align: top;
  background-color: #f6f8f9 !important;
}

button,
[type='button'],
[type='reset'],
[type='submit'],
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
  border-width: 1px;
  cursor: pointer;
}

svg:not(:root) {
  overflow: hidden;
}

h1,
h2,
h3,
p {
  -webkit-appearance: none;
}

h1,
h2,
h3,
a,
input,
textarea,
span,
div,
section,
article,
header,
footer {
  /*font-family: '微软雅黑';*/
  font-weight: 500;
}

.modal-title {
  display: inline-block;
}

.xlb-header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 4rem;
  line-height: 4rem;
  background-color: #fff;
  color: #353535;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  display: -webkit-flex;
  padding: 0 4.64rem;
  background-color: #fff;
  z-index: 1000;
}

.no_table {
  color: #de1f26;
  text-align: center;
}

.xlb-logo {
  width: 2.5rem;
  height: 2.5rem;
  float: left;
  margin-top: 0.85rem;
  margin-right: 0.7rem;
}

.xlb-logo > span {
  display: inline-block;
  font-size: 1.071rem;
  color: #353535;
}

.data_title_3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.xlb-header-left {
  flex: 1
}

.xlb-home-link {
  color: #de1f26;
  font-size: 1.3rem;
  margin-right: 1.1rem;
  width: 60px;
}

.xlb-home-link:hover {
  color: #de1f26;
}
/* 重置按钮样式调整 */
.global-clear-config{
  color: #de1f26 !important;
  background-color: transparent !important;
  border-color: #de1f26 !important;
  text-shadow: none !important;
  padding:0 15px !important;
}
.xlb-home-link + span {
  font-size: 1.1rem;
}

.xlb-header-right {
  position: relative;
  color: #de1f26;
  overflow: hidden;
}

.xlb-header-right > a {
  color: #de1f26;
}

.xlb-header-right > a:hover {
  color: #de1f26;
}

.xlb-header-right > div {
  background-color: #fff;
  width: 20rem;
  height: 15rem;
  z-index: 100;
  position: absolute;
  right: 0;
  top: 75px;
  border: solid 1px #eee;
  text-align: center;
  display: none;
}

.xlb-header-right > div > img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin-top: 2rem;
}

.xlb-header-right > div > p {
  line-height: 1.5;
  font-weight: bold;
  margin-top: 0.6rem;
}

.xlb-header-right > div > div {
  line-height: 1.5;
  margin: 1.5rem;
  border-top: solid 1px #eee;
  padding-top: 1.5rem;
}

.xlb-header-right > div > div > a {
  color: #e44b51;
  margin: 0 1rem;
}

.xlb-header-right > img {
  width: 2.5rem;
  border-radius: 50%;
  border: solid 1px #eee;
}

.xlb-header-right > img:hover {
  cursor: pointer;
}

.xlb-header-right:hover > div {
  display: block;
}

.xlb-contact-us {
  display: block;
  margin: 3rem 0 1.5rem;
  text-align: center;
  height: 100px;
}

.xlb-contact-uss {
  margin: 2rem 0 1.5rem;
}

.xlb-contact-uss > .xlb_zhidao {
  margin-top: 1.3rem;
  font-size: 0.9rem;
}

.xlb-contact-uss > .xlb_gaoxiao {
  margin-top: 0.3rem;
  font-size: 0.9rem;
}

.xlb-contact-us > img {
  width: 110px;
  height: 110px;
}

.tishi {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
  left: 0;
  top: -2px;
}

.xlb_gz {
  width: 5rem;
  position: relative;
  left: 0;
  top: -4px;
}

.xlb-contact-us > p {
  margin: 0.8rem 0 !important;
  height: 0;
  color: #353535;
}

.dates {
  width: 2rem;
  height: 2rem;
}

.xlb-warning-text {
  margin-top: 37px;
}

.xlb-warning-text > h3 {
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
}

.xlb-warning-text > p {
  font-size: 1rem;
  margin: 0.8rem 0 !important;
  padding: 0;
  color: #353535;
  padding: 0 !important;
  line-height: 1.6;
}

.xlb-warning-text > .tishi {
  width: 1.5rem;
  height: 1.5rem;
}

.xlb-login {
  position: relative;
  margin: 15.2857rem auto 0;
  width: 32.142857rem;
  height: 21rem;
  background-color: #fff;
  text-align: center;
  padding-top: 2.5rem;
  border: solid 1px #eee;
}

.xlb-login > h3 {
  color: #e01e27;
  font-size: 2.214285rem;
  margin-bottom: 1.7857rem;
}

.xlb-login > input {
  width: 23.857rem;
  height: 2.8rem;
  padding: 0.357rem;
  margin-right: 1.07rem;
  outline: 0;
  border: solid 1px #999;
  display: block;
  margin: 1.2857rem auto;
}

.xlb-login > button {
  margin: 0.714rem 0;
  padding: 0.5714rem 3.14285rem;
  border: 0;
  background: #de1f26;
  color: #fff;
  outline: 0;
  font-size: 1.214285rem;
  border-radius: 3px;
}

.xlb-login > button:hover {
  cursor: pointer;
}

.xlb-account-login > h3 {
  display: flex;
  text-align: center;
  line-height: 1.9;
  justify-content: center;
  color: #353535;
}

.xlb-account-login > h3 > img {
  width: 2.6rem;
  height: 2.6rem;
  margin-right: 0.6rem;
}

.xlb-account-login > h3 > span {
  font-size: 1.5rem;
}

.xlb-account-login > p {
  color: #666;
  font-size: 1rem;
  text-align: center;
  margin: 1rem 0 0.5rem;
  letter-spacing: 4px;
}

.xlb-account-login > div {
  padding: 2.5rem;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.xlb-account-login > div > div > h3 {
  /*text-align: center;*/
  color: #353535;
  margin-bottom: 2rem;
  font-size: 1.3rem;
}

.xlb-account-login > div > div input[type='text'],
.xlb-account-login > div > div input[type='password'] {
  font-size: 14px;

  outline: 0;
  box-shadow: none;
  width: 100%;
  line-height: 44px;
  height: 44px;
  display: block;
  text-indent: 10px;
  border-radius: 2px;
  border: solid 1px #ddd;
  background: transparent;
  transition: all 0.2s linear;
  color: #666;
}

.xlb-account-login > div > div input[type='text']:focus,
.xlb-account-login > div > div input[type='password']:focus {
  font-size: 14px;
  outline: 0;
  box-shadow: none;
  line-height: 44px;
  height: 44px;
  display: block;
  text-indent: 10px;
  border-radius: 2px;
  border: solid 1px #de1f26;
  background: transparent;
  transition: all 0.2s linear;
  color: #666;
}

.xlb-account-login > div > div .captcha {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.xlb-account-login > div > div .captcha input {
  width: 13rem;
}

.xlb-account-login > div > div .captcha > p {
  margin-top: -0.9rem;
}

.xlb-account-login > div > div .remember {
  font-size: 1rem;
  height: 40px;
  color: #888;
}

.xlb-account-login > div > div .remember input {
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border: solid 1px #ddd;
  vertical-align: text-top;
}

.xlb-account-login > div > div .login-btn {
  background-color: #de1f26;
  display: block;
  color: #fff;
  text-align: center;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  width: 100%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  border-radius: 3px;
  margin-bottom: 16px;
  margin-top: 1.8rem;
}

.xlb-account-login > div .login-btn:hover {
  background-color: #de1f26;
}

.xlb-account-login > div .to-regist {
  text-align: center;
  height: auto;
  font-size: 1rem;
}

.xlb-account-register div > span {
  width: 20%;
  display: inline-block;
  line-height: 2.5;
  color: #353535;
}

.xlb-account-register input[type='text'],
.xlb-account-register input[type='password'] {
  width: 80% !important;
  display: inline-block !important;
}

.xlb-account-register .captcha > input {
  width: 48% !important;
  margin-right: 2%;
}

.xlb-account-register .captcha > a {
  height: 36px;
  line-height: 36px;
  border: solid 1px #f5222d;
  width: 30%;
  text-align: center;
  color: #f5222d;
}

.alert-account,
.alert-register-account {
  color: #f5222d;
  margin-top: 0.3rem;
  font-size: 1rem;
  height: 24px;
}

.alert-register-account {
  padding-left: 27%;
}

.warning-account {
  border: solid 1px #e44b51 !important;
}

.vertify-code-click {
  border: solid 1px #eee !important;
  color: #888 !important;
}

.xlb-account-re_success {
  text-align: center;
  margin: 9rem auto;
  width: 30rem;
}

.xlb-account-re_success > img {
  width: 6rem;
}

.xlb-account-re_success > h3 {
  font-size: 1.3rem;
  margin: 2rem;
}

.xlb-account-re_success > a {
  width: 12rem;
}

.xlb-home .xlb-left {
  margin-right: 1.143rem;
  margin-left: 1.5rem;
  width: 178px;
  min-width: 178px;
}

.xlb-home .lifeliushi .xlb-left {
  margin-right: 1.143rem;
  margin-left: 1.5rem;
}

.xlb-left > h3 {
  font-size: 1.2rem;
  margin: 1.85rem 1.786rem 0 0.714rem;
  color: #353535;
  font-weight: 500;
}

.xlb-left > h3 > i {
  margin-right: 1rem;
  margin-top: -0.5rem;
  color: #888;
  font-size: 1.3rem;
}

.xlb-left > h3 > img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.8rem;
  margin-top: -0.5rem;
}

.xlb-left > ul {
  margin-left: 1.7rem;
  margin-top: 1.6rem;
  position: relative;
  padding-bottom: 0.786rem;
}

.xlb-left > ul::after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 1.9rem;
  width: 7rem;
  border-bottom: 1px solid #dfdfdf;
}

.xlb-left > ul:last-child::after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 1.7rem;
  width: 4.5rem;
  border-bottom: 0;
}

.xlb-left > ul > li {
  margin-bottom: 0;
}

.xlb-left > ul > li > a {
  font-size: 1rem;
  display: block;
  padding: 0.5rem 1.429rem;
  margin: 0 0.3571rem;
  color: #000;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  cursor: pointer;
}

.xlb-left > ul > li > a:hover {
  background-color: #ededed;
  color: #de1f26;
}

.list-left-click {
  color: #e01e27 !important;
}

.xlb_left_head {
  color: #e01e27 !important;
}

body {
  background-color: #f6f8f9;
}

.xlb-home {
  position: relative;
  display: flex;
  display: -webkit-flex;
  width: 100%;
}

.xlb-nav-title {
  font-size: 1.65rem;
  margin-bottom: 2.5rem !important;
  color: #353535;
}

img[src=''] {
  display: none;
}

.xlb-con {
  background-color: #fff;
  padding: 24px 32px;
  min-height: 51rem;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  /*min-width: 82rem;*/
}

.xlb-cons {
  padding: 2rem 2.5rem;
  min-height: 40rem;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.xlb-conss {
  padding: 2rem 2.5rem;
  min-height: 65rem;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.split {
  border-bottom: 1px solid #eee;
  width: 100%;
  margin: 1.5rem 0 !important;
}

.xlb-home .xlb-right {
  flex: 1;
  margin-top: 1.8rem;
  overflow: auto;
}

.xlb-header-alert {
  display: flex;
  display: -webkit-flex;
  background-color: #fcf0f1;
  padding: 1rem 3rem;
  margin-bottom: 3rem;
}

.xlb-header-alert > img {
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 0.4rem;
  position: relative;
  left: -1rem;
  top: 0;
}

.xlb-header-alert > div {
  flex: 1;
}

.xlb-header-alert > div > p {
  margin: 0 !important;
  padding: 0 !important;
}

.xlb-header-alert > div > p:nth-child(1) {
  margin-bottom: 0.3rem !important;
}

.xlb-info-list {
  display: flex;
  display: -webkit-flex;
}

.xlb-info-list li {
  position: relative;
  border-radius: 3px;
  width: 19rem;
  height: 20rem;
  min-width: 19rem;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  margin-right: 1rem;
  margin-bottom: 1.5rem;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.xlb-info-list li .switch-account-ggk {
  background: rgba(255, 255, 255, 0.9);
  width: 18.6rem !important;
  height: 9.5rem;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  line-height: 10rem;
  display: none;
}

.xlb-info-list li .switch-account-ggk > a {
  color: #e44b51;
  border: solid 1px #e44b51;
  padding: 0.5rem 0.8rem;
  border-radius: 3px;
  font-weight: 500;
}

.xlb-info-list li:hover {
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.xlb-info-list li:hover .switch-account-ggk {
  display: block !important;
}

.xlb-info-list li img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  margin-top: 1rem;
}

.xlb-info-list li > span {
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 1rem;
  color: #888;
}

.xlb-info-list li > span:nth-child(2) {
  color: #353535;
  margin-top: 10px;
  font-weight: 700;
}

.red-color {
  color: #de1f26;
}

.reply_icon {
  width: 0.9rem;
  height: 1.1rem;
  margin-right: 4px;
  position: relative;
  left: 0;
  top: -1px;
}

.reply_icon_p {
  width: 1.2rem;
}

.reply_icon_t {
  width: 1rem;
  height: 1.2rem;
}

.alert {
  padding: 0.7rem 1rem;
  font-size: 1.05rem;
  margin-bottom: 1.4rem;
}

.form-control:focus {
  border-color: #e01e27 !important;
  outline: none !important;
  box-shadow: none !important;
}

.form-control {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.contro {
  position: relative;
  left: 0;
  top: 3px;
}

.create-btn,
.cancel-btn {
  display: inline-block;
  height: 32px;
  width: 8.75rem;
  line-height: 32px;
  text-align: center;
  color: #f6f8f9 !important;
  font-size: 1rem;
  border-radius: 2px;
  font-weight: 500;
  border: solid 1px #de1f26;
  background-color: #de1f26;
  margin-left: 10px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.save-btn {
  border: solid 1px #20d097;
  background-color: #20d097;
}

.cancel-btn {
  background-color: #de1f26 !important;
  border: solid 1px #de1f26;
}

.create_b {
  color: #ffbd00;
  background-color: #ffbd00 !important;
  border: solid 1px #ffbd00;
}

.create_b:hover {
  color: #ffbd00;
  text-decoration: none;
  cursor: pointer;
  background-color: #de1f26;
}

.create-btn-no-margin {
  margin: 0 !important;
}

.create-btn:hover,
.create-btn:active,
.create-btn:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background-color: #de1f26;
}

.save-btn:hover,
.save-btn:active,
.save-btn:focus {
  border: solid 1px #20d097;
  background-color: #20d097;
}

.xlb-table {
  border: solid 1px #eee;
  width: 100%;
  margin: 1.3rem 0;
}

.xlb-table tr th {
  border-bottom: solid 1px #eee;
  border-right: solid 1px #eee;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  background-color: white;
  font-weight: 500;
}

.xlb-table tr td {
  border-bottom: solid 1px #eee;
  border-right: solid 1px #eee;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  color: #666;
}

.xlb-table tbody tr {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  background-color: white;
}

.xlb-btn-sm .btn {
  font-size: 1rem;
}

.high-light {
  color: #de1f26 !important;
}

.xlb-a-warning {
  font-size: 1rem;
  color: #555;
  display: inline-block;
  margin: 0 1rem;
  margin-top: 0.5rem;
}

.margin-none {
  margin: 0 !important;
}

.margin-left {
  margin-left: 1.2rem !important;
}

.margin-right {
  margin-right: 1rem !important;
}

.xlb-a-title {
  display: inline-block;
  width: 8%;
  font-size: 1rem;
  line-height: 2;
}

.xlb-a-titles {
  display: inline-block;
  width: 8rem;
  font-size: 1.1rem;
  line-height: 2;
}

.xlb_caidan {
  width: 7.5rem;
}

.xlb-keyword-create .xlb-a-title {
  color: #353535;
}

.basic-img-show {
  width: 2.3rem !important;
  height: auto !important;
  align-self: end;
}

.footer-version {
  text-align: center;
  font-size: 0.9rem;
  display: block;
  height: 9rem;
}

.xlb-con p.xlb-p-title {
  margin: 0rem !important;
  font-size: 1.1rem !important;
  display: block;
  color: #de1f26;
  position: relative;
  top: 0;
  font-family: '微软雅黑';
}

.xlb-con p.xlb-p-no-padding {
  padding: 1rem 2rem !important;
  font-size: 0.9rem !important;
  color: #888;
  width: 100%;
  margin-top: 60px;
}

.xlb-con p.xlb-p-no-margin {
  padding: 1rem 2rem !important;
  margin-top: 22px !important;
  font-size: 0.9rem !important;
  color: #888;
  /*border-bottom: 1px solid #e4e8eb;*/
  /*border-left: 1px solid #e4e8eb;*/
  /*border-right: 1px solid #e4e8eb*/
}

.xlb-p-no-margin {
  padding: 1rem 2rem !important;
  margin: 0 !important;
  font-size: 0.9rem !important;
  color: #888;
  /*border-bottom: 1px solid #e4e8eb;*/
  /*border-left: 1px solid #e4e8eb;*/
  /*border-right: 1px solid #e4e8eb*/
}

.return-list {
  background: url(https://xiaoliebian.oss-cn-hangzhou.aliyuncs.com/system/icon/return.png) 0 0 no-repeat;
  background-size: 5.5rem 2rem;
  display: inline-block;
  width: 8rem;
  height: 2rem;
  margin-bottom: 2rem;
}

.return-list:hover {
  background: url(https://xiaoliebian.oss-cn-hangzhou.aliyuncs.com/system/icon/return_hover.png) 0 0 no-repeat;
  background-size: 5.5rem 2rem;
}

.xlb-switch-icon {
  width: 3.3rem !important;
  height: auto !important;
  border-radius: 0 !important;
}

.xlb-switch-icon:hover {
  cursor: pointer;
}

.xlb-switch-icons {
  width: 3.3rem !important;
  height: auto !important;
  border-radius: 0 !important;
}

.xlb-switch-icons:hover {
  cursor: pointer;
}

.erji {
  display: none;
}

.expire_time {
  position: absolute;
  right: 3rem;
  top: 2.5rem;
  color: #e44b51 !important;
  font-size: 1rem;
}

.tooltip-inner {
  max-width: 300px;
  padding: 8px;
  min-height: 3rem;
}

.xlb-alert-content {
  background-color: #e44b51;
  padding: 1rem 4.64rem;
  color: #fff;
  display: none;
}

.xlb-alert-content > div {
  display: inline-block;
}

.xlb-alert-content > div > p {
  margin-bottom: 0;
  line-height: 1.5;
}

.xlb-alert-content > a {
  display: inline-block;
  width: 8rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 0.5rem;
  margin-left: 2rem;
  color: #e44b51;
}

.form-upload {
  position: relative;
  background-color: #fff;
  display: inline-block;
  cursor: pointer;
}

.form-upload > i {
  font-size: 1.5rem;
  color: #aaa;
  position: absolute;
  right: -1.5rem;
  bottom: 0;
}

.form-upload > i:hover {
  color: #353535;
  cursor: pointer;
}

.form-upload > div {
  font-size: 0.8rem;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 200;
  cursor: pointer;
}

.form_upload_form {
  width: 8rem;
  height: 3rem;
  z-index: 9999;
  background-color: red;
  position: relative;
  left: 0;
  top: -30px;
}

.form_upload_control {
  position: relative !important;
  left: 0 !important;
  top: 30px !important;
}

.form_upload_xlb {
  width: 8rem;
  height: 2.5rem;
}

.form_upload_img {
  position: relative;
  left: 10px;
  top: -15px;
  width: 1rem;
  height: 1rem;
  float: left;
  display: block;
  cursor: pointer;
}

.form_upload_span {
  position: relative;
  left: 0;
  top: 8px;
}

.form-upload > div > img {
  margin-top: 1.8rem;
}

.form-upload > div > span {
  color: #888;
  margin-top: 0 !important;
  font-size: 0.8rem !important;
  padding: 0 !important;
  width: auto !important;
  line-height: 1.5 !important;
  display: block;
  text-align: center;
  float: inherit;
  cursor: pointer;
}

.form-upload > form {
  position: absolute;
  top: -15px;
  left: 0;
  width: 8rem;
  height: 2.5rem;
  opacity: 0;
  z-index: 995;
  cursor: pointer;
}

.form-upload > form > input {
  position: absolute;
  top: 0;
  left: 0;
  width: 8rem;
  height: 2.5rem;
  opacity: 0;
  z-index: 1000;
  cursor: pointer;
}

.form-upload > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 100;
  margin: 0;
  padding: 0;
}

.form-control {
  border: solid 1px #e0e0e0;
  box-shadow: none;
  margin-right: 24px;
}

.form_upload_div {
  position: relative;
  left: 0 !important;
  top: -14px !important;
  width: 8rem;
  height: 2.5rem;
  border: 1px solid #e4e8eb;
  border-radius: 2px;
  cursor: pointer;
}

.men_radio {
  margin-right: 0.6rem;
  font-size: 1rem;
}

.options_lie {
  width: 1rem;
  height: 1rem;
  margin-right: 3px;
}

.form-control:focus {
  border-color: #e44b51;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(228, 75, 81, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(228, 75, 81, 0.6);
}

.xlb-textarea {
  border-radius: 0;
  border-left: solid 1px #eee;
  border-right: solid 1px #eee;
  border-top: solid 1px #eee;
  width: 100%;
}

.xlb-auto-no,
.xlb-activity-no-activity,
.xlb-template-no-template,
.xlb-customer-no-customer,
.xlb-data-no-activity,
.xlb-qrcode-no-activity,
.xlb-qrcode-no-biaodan,
.xlb-template-no-template-one,
.xlb-template-no-template-on {
  text-align: center;
  width: 100%;
}

.xlb-auto-no > img,
.xlb-activity-no-activity > img,
.xlb-template-no-template > img,
.xlb-customer-no-customer > img,
.xlb-data-no-activity > img,
.xlb-qrcode-no-activity > img,
.xlb-qrcode-no-biaodan > img,
.xlb-template-no-template-one > img,
.xlb-template-no-template-on > img {
  width: 9rem;
  margin-top: 10rem;
}

.xlb-auto-no > p,
.xlb-activity-no-activity > p,
.xlb-template-no-template > p,
.xlb-customer-no-customer > p,
.xlb-data-no-activity > p,
.xlb-qrcode-no-activity > p,
.xlb-qrcode-no-biaodan > p,
.xlb-template-no-template-one > p,
.xlb-template-no-template-on > p {
  color: #888;
}

.xlb-auto-box {
  width: 43rem;
  margin: 0.5rem 0 0.5rem;
  position: relative;
}

.xlb-auto-box ul {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 0;
  border-bottom: 0;
}

.xlb-auto-box ul > li {
  padding: 0.6rem 1.9rem;
  font-size: 0.9rem;
}

.xlb-auto-box ul > li > i {
  display: inline-block;
  margin-right: 0.3rem;
}

.xlb-auto-box ul > li:hover {
  cursor: pointer;
}

.xlb-auto-box textarea {
  height: 13rem !important;
  width: 43rem !important;
}

.xlb-auto-box aside {
  position: absolute;
  right: 1rem;
  bottom: 0.5rem;
  font-size: 2rem;
  color: #999;
  text-shadow: 0 2px 10px rgba(55, 55, 55, 0.35);
  display: none;
  z-index: 10005;
}

.xlb-auto-box aside:hover {
  cursor: pointer;
  display: block;
}

.xlb-pic-upload {
  width: 43rem;
  height: 13rem;
  border-radius: 0;

  position: relative;
  overflow: hidden;
}

.xlb-pic-upload:hover + aside {
  display: block;
}

.xlb-pic-upload > form,
.xlb-pic-upload > form > input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1000;
  border-bottom: 0;
  max-height: 26rem;
}

.pos_asid {
  position: relative;
  right: 36px !important;
  bottom: 130px !important;
}

.xlb-pic-upload > img {
  max-height: 26rem;
  position: absolute;
  top: 0;
  left: 0;
}

.xlb-pic-upload > div {
  width: 40rem;
  height: 8rem;
  padding-top: 4rem;
  text-align: center;
  font-size: 1rem;
  color: #888;
}

.xlb-auto-auto-box {
  width: 100%;
  /*height: 470px;*/
  border: 1px solid #eee;
}

.xlb-auto-auto-box textarea,
.xlb-auto-auto-box .xlb-pic-upload {
  width: 96% !important;
  height: 22rem !important;
}

.xlb-auto-auto-box .xlb-pic-upload > div {
  width: 100%;
  height: 8rem;
  padding-top: 11rem;
  text-align: center;
}

.xlb-auto-auto-box .tuwen-list-box {
  width: 100% !important;
  height: 26rem !important;
  display: flex;
  display: -webkit-flex;
}

.xlb-auto-auto-box .tuwen-list-box .tuwen-list-left {
  width: 10rem !important;
  background-color: #fff;
}

.xlb-auto-auto-box .tuwen-list-box .tuwen-list-right {
  width: 100% !important;
  left: 0;
  flex: 1;
  padding: 0;
}

.xlb-auto-auto-box .tuwen-list-box .tuwen-list-right > div {
  margin-top: 1.5rem;
  margin-left: 1.9rem;
}

.xlb-auto-auto-box .tuwen-list-box .tuwen-list-right h4 {
  margin-top: 1.5rem;
}

.xlb-auto-auto-box .tuwen-list-box .tuwen-list-right h4 > span {
  font-size: 1rem;
  color: #353535;
  display: inline-block;
  width: 82px;
  text-align: right;
  position: relative;
  left: 0;
  top: -7px;
  margin-right: 24px;
}

.xlb-auto-auto-box .tuwen-list-box .tuwen-list-right h4 > input {
  width: 21.88rem;
  display: inline-block;
}

.xlb-auto-auto-box .tuwen-list-box .tuwen-list-right h4 > textarea {
  width: 85% !important;
  height: 10rem !important;
  margin-top: 1rem;
}

.xlb-keyword-creat {
  width: 30rem;
  height: 2.42857rem;
  padding: 0.42857rem 0.857142857rem;
  font-size: 1rem;
  display: inline-block;
}

.wx_menu {
  display: flex;
  display: -webkit-flex;
  margin-top: 1.3125rem;
}

.wx_menu_left {
  position: relative;
  width: 22.857rem;
  height: 39rem;
  background: transparent url(https://xiaoliebian.oss-cn-hangzhou.aliyuncs.com/system/upload/wx_head.png) no-repeat 0 0;
  background-position: 0 0;
  border: 1px solid #eee;
  background-size: 100%;
}

.wx_menu_left > ul {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #eee;
  background: transparent
    url(https://xiaoliebian.oss-cn-hangzhou.aliyuncs.com/system/upload/bg_mobile_foot_default3a7b38.png) no-repeat 0 0;
  background-position: 0 0;

  padding-left: 3rem;
  margin-bottom: 0;
}

.wx_menu_left > ul > li {
  position: relative;
  float: left;
  text-align: center;
  width: 33.33%;
  line-height: 3.57rem;
  border-right: solid 1px #eee;
}

.wx_menu_left > ul > li > a {
  display: block;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  text-decoration: none;
  color: #353535;
  font-size: 1rem;
}

.panne {
  padding: 0 1rem;
  width: 11.3rem;
  font-size: 1rem !important;
}

.wx_menu_left > ul > li > ul {
  bottom: 4.2857rem;
  background-color: #f6f8f9;
  border: 1px solid #eee;
  left: 0;
  width: 100%;
  position: absolute;
  line-height: 3.57rem;
}

.wx_menu_left > ul > li > ul > li {
  line-height: 3.14285rem;
  border: 1px solid transparent;
  margin: 0 -1px -1px;
}

.wx_menu_left > ul > li > ul > li > a {
  display: block;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  color: #353535;
  text-decoration: none;
  padding: 0 0.5em;
  font-size: 1rem;
  border-bottom: 1px solid #f6f8f9;
}

.wx_menu_left > ul > li > ul > li > a > span {
  display: block;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  cursor: pointer;
  float: none;
}

.wx_menu_left > ul > li:nth-child(1) > ul {
  display: block;
}

.wx_menu_right {
  min-height: 35.714rem;
  box-shadow: none;
  border-radius: 0;
  padding: 0 1.9rem;
  background-color: #f6f8f9;
  border: 1px solid #eee;
  width: 82%;
  margin-left: 1.9rem;
}

.pre_menu_link {
  border: 1px solid #de1f26;
  line-height: 3.4285rem;
  background-color: #fff;
  color: #de1f26 !important;
}

.xlb-menu-top {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  padding: 0.8rem 0 0.75rem;
  border-bottom: solid 1px #eee;
  line-height: 1.5;
}

.xlb-menu-top .xlb-a-title {
  line-height: 1.5;
  padding-top: 0.8rem;
}

.xlb-menu-top a {
  margin-top: 0.5rem;
  background-color: #e44b51;
  color: #fff;
  padding: 0.7rem 0.9rem;
  border-radius: 3px;
  line-height: 1;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  font-size: 1rem;
}

.xlb-menu-top a:hover {
  background-color: #de1f26;
}

.wx_menu_right input[type='text'] {
  width: 26rem;
  height: 2.42857rem;
  padding: 0.42857rem 0.857142857rem;
  font-size: 1rem;
  display: inline-block;
}

.wx_menu_right input[type='radio'] {
  width: 1rem;
  height: 1rem;
  vertical-align: text-bottom;
  margin-left: 1rem;
  display: inline-block;
  margin-right: 0.6rem;
  position: relative;
  left: 0;
  top: -2px;
}

.wx_menu_right input[type='radio']:nth-of-type(1) {
  margin-left: 0;
}

.wx_menu_right input[type='checkbox'] {
  width: 1.428571rem;
  height: 1.428571rem;
  vertical-align: text-bottom;
  margin-top: 0;
  display: inline-block;
}

.menu_type_message > h4 {
  display: flex;
  display: -webkit-flex;
}

.menu_type_message > h4 > span > input {
  margin-right: 1rem;
}

.menu_type_message > h4 textarea {
  width: 85%;
  height: 7.142857rem;
  outline: 0;
  border: solid 1px #eee;
  line-height: 1.8;
  font-size: 1rem;
  color: #666;
}

.menu_type_url,
.menu_type_miniprogram,
.menu_type_message,
.menu_type_spread,
.menu_type_none {
  background-color: #fff;
  height: 18rem;
  border-radius: 2px;
  padding: 1.5rem;
  position: relative;
  margin-top: 1.6rem;
  margin-left: 6.5rem;
}

.bac {
  background-color: #f6f8f9;
}

.menu_type_url .xlb-a-title,
.menu_type_miniprogram .xlb-a-title,
.menu_type_message .xlb-a-title,
.menu_type_spread .xlb-a-title {
  font-weight: 500;
}

.menu_type_spread {
  overflow-y: scroll;
}

.menu_type_spread > span {
  display: inline-block;
  width: 93px;
  margin-bottom: 6px;
}

.menu_type_miniprogram::before {
  left: 19.1rem;
}

.menu_type_message::before {
  left: 27.5rem;
}

.menu_type_spread::before {
  left: 34.5rem;
}

.menu_type_miniprogram p {
  text-align: center;
  color: #de1f26;
  margin: 0 0 1.5rem !important;
  padding: 0 !important;
}

.pannel {
  position: relative;
  display: none;
}

.pannel > .xlb-con {
  padding: 1.5rem 2rem 2.5rem 2rem;
}

.pannel > .xlb-con > .xlb-con-border {
  border-bottom: 1px solid #e4e8eb;
}

.pub_follow_text {
  padding: 0.8rem 2rem;
}

.xlb_auto_div_img {
  width: 3.5rem;
  height: 4.5rem;
}

.xlb_auto_tuwen_miaoshu {
  float: left;
  margin-right: 4px;
  margin-top: 15px;
  margin-left: 2px;
}

.pannel-i {
  display: none;
  position: relative;
  margin-right: 1.786rem;
}

.tuwen_pic {
  width: 100%;
  min-height: 8rem;
}

.pannel p {
  margin: 2.7857rem 0;
  padding: 0.5rem 0;
  font-size: 1rem !important;
}

.xlb-customer-index > div .xlb-c-twen {
  margin: 0 1rem;
  height: 12rem;
  overflow: hidden;
  padding: 8px;
  background-color: #f7f8fc;
}

.xlb-c-twens {
  overflow: hidden;
  height: 7rem;
}

i.form {
  font-style: normal;
  font-size: 14px;
  color: #de1f26;
  display: inline-block;
  font-weight: 500;
  padding: 0 2px 10px 0;
  margin: 0 10px 0 0;
}

i.form:hover {
  cursor: pointer;
}

.pannel-spread-create > .buzhou-1 {
  /*background-color: #f6f8f9;*/
  /*padding: .57rem 1.9rem 1.5rem 1.9rem*/
  width: 90%;
}

#spreadH3 {
  font-size: 1.1rem;
  line-height: 1.5;
  padding-bottom: 1.5rem;
  margin-top: 1.5rem;
  border-bottom: 1px solid #e4e8eb;
  color: #de1f26;
}

.pannel-spread-create-form > div:nth-child(2) {
  z-index: 1049;
  position: fixed;
  top: 25%;
  width: 57rem;
  height: 32rem;
  background-color: #fff;
  left: 50%;
  margin-left: -28rem;
  border-radius: 5px;
  padding: 1.3rem 3rem;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}

.pannel-spread-create-form > div:nth-child(2) h3 {
  line-height: 2;
}

.pannel-spread-create-form > div:nth-child(2) h3 > span {
  width: 5rem !important;
}

.pannel-spread-create-form > div:nth-child(2) h3 > p {
  display: inline-block;
  color: #e44b51;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  margin-left: 0.6rem;
}

.pannel-spread-create-form > div:nth-child(2) p {
  display: inline-block;
  color: #e44b51;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  margin-left: 0.6rem;
}

.pannel-spread-create-form > div:nth-child(2) input[type='radio'] {
  margin-left: 0;
  width: 1.25rem;
  height: 1.25rem;
}

.pannel-spread-create-form > div:nth-child(2) div#spread_form_select_list {
  margin: 0rem 0 1.5rem;
  background-color: #f6f8f9;
  padding: 0.8rem;
}

.pannel-spread-create-form > div:nth-child(2) div#spread_form_select_list > div {
  margin: 0.8rem;
  font-size: 0.9rem;
}

div.pannel:nth-child(1) {
  display: block;
}

.list-left-click {
  color: #de1f26 !important;
}

.list-span-click {
  background-color: #de1f26 !important;
  color: #f6f8f9 !important;
  font-weight: bold !important;
  border: 0;
}

.pannel-1,
.activity-pannel {
  line-height: 1.6;
  /*margin-right: 32px;*/
}

.pannel-1 h3,
.activity-pannel h3 {
  font-size: 1.2857rem;
  color: #000;
  line-height: 3;
  margin-bottom: 10px;
}

.pannel-1 h3,
.pannel-1 h4,
.pannel-1 h5 {
  overflow: hidden;
}

.pannel-1 h4 > i,
.pannel-1 h5 > i {
  background-color: #f8d7da;
  font-style: normal;
  padding: 0.2857rem 0.5714rem;
  font-size: 1rem;
  border-radius: 3px;
  color: #de1f26;
  border-color: #eee;
  margin: 0 0.357rem;
}

.pannel-1 h5 > i:nth-child(1) {
  margin-left: 0;
}

.span-text {
  line-height: 0.5 !important;
}

.pannel-1 span {
  font-size: 1rem;
}

.for-example {
  margin-left: 0.714rem;
  color: #20d097;
  font-size: 0.9rem !important;
}

.spans {
  display: inline-block;
  font-size: 1rem !important;
  color: #888;
}

.liebian-h5 > span {
  clear: both;
}

.for-example:hover,
.close:hover {
  cursor: pointer;
}

.example {
  position: absolute;
  width: 32.142857rem;
  height: 12.2857rem;
  background: #fff;
  padding: 1.07rem;
  overflow-y: auto;
  z-index: 1120;
  border: solid 1px #eee;
  margin-top: -15.571rem;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  color: #666;
  font-size: 13.5px;
  display: none;
}

.close {
  position: absolute;
  right: -1px;
  top: -1px;
  font-size: 10px;
  width: 24px;
  height: 24px;
  opacity: 1;
  cursor: pointer;
}

.closes {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.tund {
  right: 0 !important;
}

h3.pannel-h3 {
  line-height: 2 !important;
  font-weight: 400;
}

.xingzhuang {
  padding-left: 10px;
  display: inline-block;
  width: 50px;
  height: 2rem;
  line-height: 2rem;
  border: 1px solid #e4e8eb;
  border-radius: 2px;
}

.xin {
  color: #de1f26;
  border: 1px solid #de1f26;
}

.xim {
  visibility: hidden;
}

.pannel-1 h4 {
  color: #353535;
  font-size: 1.1rem;
  line-height: 3;
  margin: 0.357rem 0;
}

.pannel-1 h5 {
  color: #353535;
  font-size: 1rem;
}

form {
  display: inline-block;
}

.pannel-1 input {
  width: 20rem;
  display: inline-block;
  padding: 0.42857rem 0.857142857rem;
  height: 2.42857rem;
  margin-right: 1rem;
  outline: 0;
  border: solid 1px #eee;
  font-size: 1rem;
  float: none !important;
  display: inline-block;
  color: #353535;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 1rem;
}

.pannel-1 span {
  display: inline-block;
}

.pannel-1 input[type='checkbox'],
.pannel-1 input[type='radio'] {
  width: 1rem;
  height: 1rem;
  vertical-align: text-top;
  margin-top: 0;
}

.pannel-1 input[type='radio'] {
  margin-right: 0.65rem;
}

.pannel-1 textarea {
  height: 7.142857rem;
  outline: 0;
  border: solid 1px #eee;
  line-height: 1.8;
  font-size: 1rem;
  color: #666;
  width: 100%;
}

.trash {
  width: 2rem;
  height: 2rem;
}

.liebian-card {
  border-radius: 3px;
  display: inline-block;
}

.liebian-card-pannel {
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  border: solid 1px #ccc;
}

.liebian-card-left-pannel {
  width: 131px;
  min-height: 46.142857rem;
  border-right: solid 1px #eee;
  background-color: #f6f8f9;
}

.liebian-card-left-pannel > h3 {
  text-align: center;
  border-top: solid 1px #ddd;
  padding: 5px 0 0 0;
  margin: 0;
  font-size: 1.05rem;
  margin-top: 2.142857rem;
}

.liebian-card-left-pannel > h3:nth-child(1) {
  border: 0;
  margin-top: 0;
}

.liebian-card-right-pannel {
  position: absolute;
  left: 131px;
  right: 0;
  bottom: 0;
  top: 0;
}

.liebian-card-item,
.liebian-card-item-p {
  position: relative;
  text-align: center;
  background-color: #fff;
  width: 100px;
  padding: 10px 0;

  margin: 1.05rem;
  cursor: pointer;
}

.liebian-card-item-p {
  height: 45px;
}

.liebian-card-item_head {
  background: url(https://xiaoliebian.oss-cn-hangzhou.aliyuncs.com/sys/bg/head.png) 0 0 no-repeat;
  background-size: 80px 80px;
  background-position: 10px 10px;
}

.liebian-card-item_head_b {
  background: url(https://xiaoliebian.oss-cn-hangzhou.aliyuncs.com/sys/bg/head_g.png) 0 0 no-repeat;
  background-size: 80px 80px;
  background-position: 10px 10px;
}

.liebian-card-item_nickname {
  background: url(https://xiaoliebian.oss-cn-hangzhou.aliyuncs.com/sys/bg/yongni.png) 0 0 no-repeat;
  background-size: 80px 24px;
  background-position: 10px 10px;
}

.liebian-card-item_nickname_b {
  background: url(https://xiaoliebian.oss-cn-hangzhou.aliyuncs.com/sys/bg/nickname_g.png) 0 0 no-repeat;
  background-size: 80px 24px;
  background-position: 10px 10px;
}

.liebian-card-item_qrcode {
  background: url(https://xiaoliebian.oss-cn-hangzhou.aliyuncs.com/sys/bg/caner.png) 0 0 no-repeat;
  background-size: 80px 80px;
  background-position: 10px 10px;
}

.liebian-card-item_qrcode_b {
  background: url(https://xiaoliebian.oss-cn-hangzhou.aliyuncs.com/sys/bg/caner_g.png) 0 0 no-repeat;
  background-size: 80px 80px;
  background-position: 10px 10px;
}

.liebian-card-item_code {
  background: url(https://xiaoliebian.oss-cn-hangzhou.aliyuncs.com/sys/bg/yaoqi.png) 0 0 no-repeat;
  background-size: 80px 24px;
  background-position: 10px 10px;
}

.liebian-card-item_code_b {
  background: url(https://xiaoliebian.oss-cn-hangzhou.aliyuncs.com/sys/bg/code_g.png) 0 0 no-repeat;
  background-size: 80px 24px;
  background-position: 10px 10px;
}

.liebian-card-item_haibao {
  background: url(https://xiaoliebian.oss-cn-hangzhou.aliyuncs.com/sys/bg/haibao.png) 0 0 no-repeat;
  background-size: 80px 80px;
  background-position: 10px 10px;
}

.liebian-card-item_haibao_b {
  background: url(https://xiaoliebian.oss-cn-hangzhou.aliyuncs.com/sys/bg/haibao_g.png) 0 0 no-repeat;
  background-size: 80px 80px;
  background-position: 10px 10px;
}

.liebian-card-item-p > p {
  padding: 0;
  margin: 0;
}

.liebian-card-item > img {
  width: 65px;
  height: 65px;
}

.liebian-card-item > span {
  display: block;
  width: auto !important;
  float: none;
  font-size: 14px;
  margin-top: 88px;
  color: #888;
}

.liebian-card-item > .bg_grays {
  margin-top: 38px;
}

.menu-shape {
  display: flex;
  flex-direction: row;
}

.card-right-top {
  width: 100%;
  height: 58px;
  line-height: 58px;
  border-bottom: solid 1px #eee;
  background-color: #f6f8f9;
  visibility: hidden;
}

.btn-succs:focus {
  background-color: #20d097 !important;
}

.btn-primary,
.btn-primary:hover,
.btn-success,
.btn-success:hover {
  background-color: #de1f26;
  border-color: #de1f26;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0 transparent;
}

.btn-success:focus {
  box-shadow: 0 0 0 0 transparent;
}

.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle,
.btn-success:active {
  background-color: #de1f26;
  background-image: none;
  border-color: #de1f26;
}

.liebian_pic {
  background-color: #f6f8f9;
  display: inline-block;
  border: 1px solid #ddd;
  height: 41.2rem;
  width: 17.857rem;
}

.card-input {
  width: 90px !important;
  height: 28px;
  line-height: 28px;
  border: 0;
  padding-left: 2px;
  overflow: hidden;
  outline: 0;
  text-align: left;
  border-radius: 0;
  margin-left: 1.05rem;
}

.size-child {
  position: absolute;
  left: 142.5px;
  top: 58px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  z-index: 1000;
}

.size-child:before {
  content: '';
  position: absolute;
  top: -12px;
  left: 39px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #fff;
}

.size-child .list {
  width: 90px;
  height: 360px;
  overflow-y: scroll;
}

.size-child li {
  padding-left: 10px;
  height: 2.142857rem;
  line-height: 2.142857rem;
}

.size-child li:hover {
  background-color: #f4f4f4;
  cursor: pointer;
}

.card-right-content {
  background-color: #f6f8f9;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 25px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f4f5f9;
}

.card-right-warning {
  float: left;
  width: 450px;
  margin-left: 55px;
}

.card-right-warning h3 {
  line-height: 1.5;
  margin-bottom: 1rem;
  margin-top: 2px;
  color: #000;
}

.card-right-warning p {
  margin: 0;
  padding: 0;
  line-height: 1.75;
  margin-bottom: 0;
}

.watch-anli {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.65);
  display: none;
  z-index: 10000;
}

.watch-anli img {
  width: 900px;
  margin-top: 200px;
}

.btn-mini:hover {
  cursor: pointer;
}

.pannel-templet-send {
  display: none;
}

input.templet_openid {
  display: none;
}

.templet_activity input[type='radio']:first-child {
  margin-left: 0;
}

.wx_user_box,
.wx_user_kefu_box {
  padding-bottom: 35px;
  width: 480px;
}

.wx_user_box > div,
.wx_user_kefu_box > div {
  overflow: hidden;
  margin: 8px 0;
  padding: 8px 0;
}

.wx_user_box > div > img,
.wx_user_kefu_box > div > img {
  float: left;
  width: 45px;
  height: 45px;
}

.wx_user_box > div > span,
.wx_user_kefu_box > div > span {
  width: 360px;
  margin-top: 11px;
  margin-left: 35px;
}

.pannel-iframe {
  outline: 0;
  display: block;
  background-color: #fff;
  border: solid 1px #eaeaea;
  width: 100%;
  height: 55rem;
  left: 0;
  top: 3.5rem;
}

.pannel-if {
  padding: 35px;
}

.spread-buzhou {
  margin: 1.5rem 0;
}

.spread-buzhou > ul {
  overflow: hidden;
}

.spread-buzhou li {
  float: left;
  overflow: hidden;
}

.spread-buzhou li img {
  width: 24px;
  float: left;
  margin: 0 1.05rem;
  position: relative;
  left: 0;
  top: 2px;
  padding-bottom: 2px;
}

.spread-buzhou li span {
  width: 50px;
  height: 1px;
  border: solid 0.5px #999;
  margin-top: 1.05rem;
}

.spread-buzhou li:nth-child(1) > img {
  margin-left: 0;
}

.spread-buzhou li i {
  font-style: normal;
  float: left;
  margin-top: 3px;
  margin-right: 11px;
}

.buzhou-click {
  color: #de1f26;
  border-color: #de1f26 !important;
}

.liebian-image {
  width: 22%;
  min-height: 467px;
  background-color: #fff;
  border: #dadada solid 1px;
  position: relative;
  float: left;
}

.liebian-card {
  overflow: hidden;
}

.card-right-form {
  width: 290px;
  height: 514px;
  min-height: 514px;
  margin-left: 35px;
  float: left;
}

.liebian-image::after {
  content: '点击此处上传裂变卡片图\A(小于300k)';
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  text-align: center;
  font-size: 16px;
  color: #999;
}

.liebian-image form,
.card-move {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.liebian-image input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.card-move {
  overflow: hidden;
}

.card-right-form::after {
  content: '';
}

.card-move > div[data-type='head'] {
  width: 100px;
  height: 100px;
  left: 103px;
  vertical-align: baseline;
  position: absolute;
  top: 200px;
  cursor: pointer;
  background: url(https://xiaoliebian.oss-cn-hangzhou.aliyuncs.com/sys/bg/head.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.card-move > div[data-type='qrcode'] {
  width: 100px;
  height: 100px;
  left: 103px;
  vertical-align: baseline;
  position: absolute;
  top: 200px;
  cursor: pointer;
  background: url(https://xiaoliebian.oss-cn-hangzhou.aliyuncs.com/sys/bg/caner.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.card-move > div[data-type='nickname'],
.card-move > div[data-type='code'] {
  width: auto;
  height: auto;
  left: 103px;
  vertical-align: baseline;
  position: absolute;
  top: 222px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.65);
  line-height: 1;
}

.card-move > div[data-type='nickname'] > span,
.card-move > div[data-type='code'] > span {
  float: none;
  text-align: center;
  width: 100%;
}

.card-move > div > div {
  width: 10px;
  height: 10px;
  overflow: hidden;
  cursor: se-resize;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #09c;
}

.card-move > div > img {
  width: 100%;
  height: 100%;
}

.liebian-params {
  width: 76%;
  background-color: #fff;
  margin-left: 1.5%;
  float: left;
  padding: 1.05rem 2%;
  min-height: 42.142857rem;
  border: solid 1px #dadada;
}

.box-click {
  border: dashed 1px #999;
}

.box-clicks {
  border: dashed 1px #999;
}

.liebian-params span {
  width: 90px !important;
}

.liebian-params input[type='checkbox'] {
  float: left !important;
  margin-top: 11px;
}

.btn-chicun {
  display: inline-block;
  font-size: 12px;
  /*line-height: 26px;*/
  border: 1px solid transparent;
  padding: 0 6px;
  border-radius: 4px;
  text-decoration: none;
  color: #353535;
}

.resize-tool {
  position: absolute;
  z-index: 10000;
  line-height: normal;
  text-align: left;
  padding: 11px 1.05rem;
  width: 200px;
  left: 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  top: 60px;
  color: #515151;
  font-size: 13px;
  display: none;
}

.dropdown-menu-list {
  top: 1.05rem !important;
}

.resize-group {
  line-height: 33px;
  position: relative;
}

.resize-group span {
  width: auto;
}

.resize-group .input {
  width: 105px;
  height: 32px;
  line-height: 32px;
  margin-left: 14px;
  background-color: #fff;
  border: 0;
  vertical-align: top;
  font-size: 14px;
  color: #515151;
  padding-left: 4px;
  border: 1px solid #cdcdcd;
  margin-bottom: 10px;
  outline: 0;
}

.submit {
  display: block;
  width: 170px;
  height: 32px;
  background-color: #de1f26;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  border-radius: 3px;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 0 !important;
  margin: 0 !important;
}

.card-from {
  width: 100px;
  height: 100px;
  position: relative;
  margin: 1.05rem;
}

.card-from input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1000;
}

.invite-code > span {
  width: auto;
  margin-right: 8px;
  line-height: 1.8;
}

.invite-code > input {
  height: 28px;
  line-height: 28px;
  padding-left: 2px;
  overflow: hidden;
  outline: 0;
  text-align: left;
  border-radius: 0;
  margin-left: 1.05rem;
  padding: 0 10px;
}

#spread_database_success a:hover {
  cursor: pointer;
}

.liebian-div {
  margin: 0 1.5rem 1.05rem 0rem;
  position: relative;
}

.liebian-div-i {
  font-weight: 100;
  background-color: #fff;
  font-size: 14px;
  margin-top: 1.05rem;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 0 1.05rem;
}

.cor_8 {
  color: #888;
  display: inline-block;
  font-size: 1rem !important;
}

.liebian-h5 {
  font-size: 1rem !important;
  font-weight: 500;
  margin: 0.714rem 0 !important;
  padding: 0 !important;
  color: #353535;
  display: inline-block;
}

.liebian-div-i > i {
  font-style: normal;
  font-size: 0.9rem;
  color: #de1f26;
  display: inline-block;
  font-weight: 500;
  padding: 0 2px 10px 0;
  margin: 0 1.4rem 0 0;
}

.liebian-div-i > i:hover {
  cursor: pointer;
}

.liebian-div-i > i.fa-link {
  text-decoration: none;
}

.textarea-link {
  position: absolute;
  top: 25%;
  left: 50%;
  margin-left: -29rem;
  background: #fff;
  width: 57rem;
  height: 32rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  border-radius: 5px;
}

.textarea-link > .chalia {
  margin-top: 10px;
  text-align: center;
  font-size: 1.2rem;
  padding-bottom: 1.7rem;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
}

.link-text {
  clear: both;
  padding: 0.42857rem 0.857142857rem;
}

.textarea-link > .lianwen {
  padding: 0;
  font-size: 1rem;
  height: 2.2rem;
  line-height: 2.2rem;
  margin-top: 48px;
  width: 8rem;
  display: inline-block;
}

.textarea-link > .lianwens {
  margin-top: 15px;
}

.textarea-link > input {
  border-bottom: solid 1px #eee;
  width: 34rem;
  padding: 0.42857rem 0.857142857rem;
  font-size: 0.95rem;
  height: 2.2rem;
  margin-top: 0.8rem;
  line-height: 2.2rem;
}

.textarea-link > .radios {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  position: absolute;
  left: 0;
  bottom: 4rem;
}

.textarea-link > .radios > .xlb-btn-red {
  width: 8.75rem;
  height: 2.625rem;
  font-size: 1rem;
  line-height: 2.625rem;
  text-align: center;
  margin-top: 1.8rem;
}

.textarea-link > .radios > .xlb-btn-blue {
  width: 3.5rem;
  height: 1.8rem;
  font-size: 0.8rem;
  line-height: 1.8rem;
  text-align: center;
  margin-top: 1.8rem;
}

.leibian-textarea {
  height: 14.857rem !important;
  color: #555 !important;
  padding: 0.71rem !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #e7e7eb !important;
  border-image: initial !important;
  outline: none !important;
  border-radius: 0 !important;
  overflow-y: scroll !important;
  float: none !important;
  width: 100%;
}

.liebian-div-j {
  border-image: initial !important;
  outline: none !important;
  border-radius: 0;
  border: 1px solid #e4e8eb;
}

.green {
  color: #20d097;
}

.hei_8 {
  margin-top: 6px;
}

.liebian-div-j > .end_times {
  width: 9rem !important;
  font-size: 1rem;
}

.liebian-h2 {
  font-size: 1.4285rem !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  margin-bottom: 2.142857rem !important;
}

.liebian-h5 span {
  color: #353535;
}

span.glyphicon-calendar {
  text-align: center;
  display: inline-block;
  font-size: 13px;
  width: auto !important;
  margin-top: 0;
}

span.input-group-addon {
  line-height: 1 !important;
  float: left;
  width: 50px !important;
  height: 30px;
  border: 0;
}

button.dropdown-btns:active {
  background-color: #44b549 !important;
  padding: 0.75rem 1.4rem;
  line-height: 1;
}

button.dropdown-btn,
button.dropdown-btn:focus,
button.dropdown-btn:active {
  background-color: #de1f26;
  padding: 0.75rem 1.4rem;
  line-height: 1;
}

button.dropdown-btn,
button.dropdown-btn:visited,
button.dropdown-btn:visited {
  background-color: #de1f26;
  padding: 0.75rem 1.4rem;
  line-height: 1;
}

button.dropdown-btn,
button.dropdown-btn:hover,
button.dropdown-btn:hover {
  background-color: #de1f26;
  padding: 0.75rem 1.4rem;
  line-height: 1;
}

button.dropdown-btn::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 1rem;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-menu .dropdown-item {
  display: block;
  text-align: center;
  padding: 0.25rem 0.5rem;
}

.dropdown-menu .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.panell-creatmenu-ul-li {
  float: left;
  display: block;
  margin-top: 5px;
}

.panell-creatmenu-ul,
.panell-creatmenu-ul-li {
  overflow: hidden;
  margin-bottom: 24px;
}

.panell-creatmenu-ul > li,
.panell-creatmenu-ul-li > li {
  float: left;
}

.pannel-spread-create .panell-creatmenu-ul > li {
  background: #efefef;
}

.erjs {
  display: none;
}

.panell-creatmenu-ul > li > a {
  text-decoration: none;
  display: inline-block;
  width: 159px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #de1f26;
}

.panell-creatmenu-ul-li > li > a {
  display: inline-block;
  padding: 0 35px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  color: #666;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border: solid 1px #de1f26;
  border-radius: 3px;
  margin-right: 1.05rem;
}

.panell-creatmenu-ul-li > li > a:hover {
  background-color: #de1f26 !important;
  color: #f6f8f9 !important;
  font-weight: bold !important;
}

.panell-creatmenu-ul > li > a:hover {
  color: #353535;
}

.second-lie {
  display: none;
}

.xlb-btn-blue,
.xlb-btn-red,
.xlb-btn-yellow,
.xlb-btn-green,
.xlb-btn-gray {
  width: 6rem;
  height: 2.5rem;
  color: #fff !important;
  line-height: 2.5rem;
  text-align: center;
  display: inline-block;
  border-radius: 2px;
  font-size: 1rem;
  cursor: pointer;
}

.xlb-btn-yellows {
  background-color: #797ff3 !important;
  width: 6.5rem;
  height: 2.3rem;
  color: #fff;
  line-height: 2.3rem;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  font-size: 0.9rem;
}

.xlb-btn-yellows:hover {
  color: #797ff3 !important;
}

.xlb-btn-blue:hover,
.xlb-btn-red:hover,
.xlb-btn-green:hover,
.xlb-btn-gray:hover {
  color: #fff !important;
}

.xlb-btn-yellow:hover {
  color: #e44b51 !important;
}

.xlb-btn-red {
  background-color: #de1f26 !important;
}

.xlb-btn-reds {
  background-color: #20d097 !important;
  color: #fff;
}

.xlb-btn-blue {
  background-color: #797ff3;
}

.xlb-btn-yellow {
  background-color: white;
  color: #de1f26;
  border: 1px solid #de1f26;
}

.xlb-btn-green {
  background-color: #20d097 !important;
}

.xlb-btn-gray {
  background-color: #888;
}

.buzhou-next {
  margin-top: 1.5rem;
}

.baocun_xlb {
  display: none;
}

.xlb-activity-advanced-setting {
  position: relative;
}

.xlb-activity-advanced-settings {
  position: relative;
}

.reds:hover {
  color: red;
}

.xlb-activity-advanced-setting > div:nth-child(1) {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1018;
  background-color: rgba(0, 0, 0, 0.65);
}

.xlb-activity-advanced-setting > div:nth-child(2) {
  position: fixed;
  top: 18%;
  left: 50%;
  width: 60rem;
  height: 30rem;
  margin-left: -30rem;
  background-color: #fff;
  z-index: 1020;
  padding: 1.5rem 3rem;
  box-sizing: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.xlb-activity-advanced-setting > div:nth-child(2) > h3 {
  font-weight: bold;
}

.xlb-activity-advanced-setting > div:nth-child(2) > a {
  width: 6rem;
  position: absolute;
  bottom: 3.5rem;
  left: 50%;
  margin-left: -3rem;
}

.xlb-activity-advanced-setting > div:nth-child(2) > p {
  position: absolute;
  bottom: 1rem;
  color: #de1f26;
  font-size: 0.9rem;
  text-align: center;
  width: 100%;
  left: 0;
  display: none;
  margin: 0;
}

.xlb-activity-advanced-setting > div:nth-child(2) > img {
  width: 24px;
  position: absolute;
  right: 0rem;
  top: 0rem;
}

.xlb-activity-advanced-setting > div:nth-child(2) > img:hover {
  cursor: pointer;
}

.xlb-activity-advanced-setting > div:nth-child(2) > div > div {
  margin: 1rem 0;
}

.xlb-activity-advanced-setting > div:nth-child(2) > div > div > span:nth-child(1) {
  width: 12rem;
}

.templet_submit_content {
  display: none;
  width: 100%;
}

.pannel-templet-send {
  display: none;
}

input.templet_openid {
  display: block !important;
  margin-top: 2rem;
}

input.templet_openid_status {
  margin-top: 2rem;
}

.templet_activity {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.templet_activity > span {
  display: inline-block;
  width: 100px;
  margin-bottom: 6px;
}

.templet_activity input[type='radio']:first-child {
  margin-left: 0;
}

#tablist_templet a {
  padding: 0.35rem 0.8rem;
  border: solid 1px #f5c6cb;
  border-radius: 0;
  color: #721c24;
}

.nav-pills .nav-link.active,
.show > .nav-pills .nav-link {
  background-color: #f8d7da !important;
  color: #721c24 !important;
}

.templet-img {
  width: 359px;
  position: absolute;
  top: 0;
  right: 0;
  top: 120px;
  border: solid 1px #efefef;
}

.templet_miniprogram {
  display: none;
}

#templetContent {
  margin: 0.5rem 0;
  display: inline-block;
}

#templetContent h5 {
  display: flex;
  display: -webkit-flex;
  line-height: 2.5;
  font-size: 1rem;
  margin: 1.2rem 0;
}

#templetContent h5 > input {
  width: 25rem;
  height: 2.42857rem;
  padding: 0.42857rem 0.857142857rem;
  font-size: 1rem;
  display: inline-block;
  margin: 0 3rem 0 2.3rem;
}

#templetContent h5 > div > input {
  width: 6rem;
  height: 2.42857rem;
  padding: 0.42857rem 0.857142857rem;
  font-size: 1rem;
  display: inline-block;
}

.templet_submit_content h5 {
  overflow: hidden;
}

.templet_submit_content h5 > span {
  float: left;
  width: 8rem;
}

.templet_submit_content h5 ul {
  float: left;
  margin-left: 2.3rem;
}

.liebian-card h5 {
  font-size: 1.05rem;
  margin-bottom: 24px;
}

.liebian-card h5 > span {
  float: none;
}

.liebian-card h5 > input {
  width: 25rem;
  height: 2.42857rem;
  padding: 0.42857rem 0.857142857rem;
  font-size: 1rem;
  display: inline-block;
  margin: 0 3rem 0 10px;
}

.tu_pic {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.62rem;
}

.tushow {
  margin-right: 3rem;
}

.dropdown-menu {
  min-width: 12rem !important;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;

  float: left;

  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.pannel-templet-send h4 {
  overflow: visible;
  display: flex;
  line-height: 2;
}

.pannel-templet-send h4 > span {
  line-height: unset;
}

.btn-info {
  background-color: #de1f26;
  border-color: #de1f26;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info:visited {
  background-color: #de1f26;
  border-color: #de1f26;
}

.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
  background-color: #de1f26;
  border-color: #de1f26;
}

.xlb-template-qrcode,
.xlb-customer-qrcode {
  display: none;
  text-align: center;
  margin-top: 5rem;
}

.xlb-template-qrcode > img,
.xlb-customer-qrcode > img {
  width: 6.5rem;
  height: 6.5rem;
  margin-bottom: 0.5rem;
}

.xlb-template-qrcode > p,
.xlb-customer-qrcode > p {
  font-size: 1rem;
  color: #888;
  text-align: center;
  margin: 0 !important;
}

.pannel-kefu-create {
  padding-right: 2rem;
}

.tuwen-list-box {
  width: 100%;
  height: 600px;
  position: relative;
}

.ke_box {
  color: #de1f26;
  font-size: 1.1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e4e8eb;
}

.tuwen-list-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 100%;
  background: #fff;
  border: solid 1px #dadada;
  padding: 10px 15px;
  background-color: #fafafa;
  overflow-y: scroll;
}

.tuwen-list-left > a {
  background-color: #fff;
  display: block;
  text-align: center;
  line-height: 50px;
  border: 2px dotted #d9dadc;
}

.tuwen-list-left > a > img {
  width: 25px;
  height: 25px;
}

.tuwen-list-left > div > div {
  margin-bottom: 5px;
  height: 80px;
  text-align: center;
  position: relative;
}

.tuwen-remove {
  border: solid 2px #dfdfdf;
}

.tuwen-click {
  border: solid 2px #e01e27;
}

.tuwen-list-left > div > div > div {
  width: 95%;
  height: 95%;
  background-color: #ccc;
  display: inline-block;
  margin-top: 1.5%;
  background-size: 100% auto;
}

.tuwen-list-left > div > div > p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 2.5;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

.tuwen-list-left > div > div > p:hover {
  cursor: pointer;
}

.tuwen-list-left > div > div:hover > p {
  display: block;
}

.tuwen-list-left > div > div > p > i {
  color: #fff;
}

.tuwen-list-right {
  width: 49rem;
  height: 38rem;
  /*border-top: solid 1px #eee;*/
  border-left: none;
  display: inline-block;
}

.yuansh {
  background-color: white;
  padding: 0.5rem 0rem;
}

.tuwen-list-rights {
  height: 41.2rem;
  min-width: 50rem;
}

.mobanx {
  display: inline-block;
  width: 19.5rem;
  height: 21rem;
  background-color: #fff;
  text-align: center;
  margin: 1rem;
  line-height: 21rem;
  border-radius: 5px;
}

#kefu_body a {
  margin-right: 1rem;
}

.tu > div {
  overflow: hidden;
  margin-bottom: 1.3rem;
  line-height: 2;
}

.kefupeizhi {
  color: #353535;
  font-size: 1.1rem;
  height: 40px;
  line-height: 40px;
}

.tu > div span {
  font-size: 1.1rem;
}

.right_tuwen {
  background-color: #fff;
  margin: 3rem 1rem;
  padding-bottom: 0.8rem;
}

.tu > div span > img {
  margin-top: -0.3rem;
}

.pannel-ul-li > li {
  display: flex;
  display: -webkit-flex;
  border-bottom: solid 1px #eee;
  padding: 0.6rem 0;
}

.pannel-ul-li > li:hover {
  color: #de1f26;
}

.pannel-ul-li > li > span:nth-child(1) {
  flex: 1;
}

.pannel-ul-li > li > span:nth-child(2) {
  width: 7rem;
  text-align: right;
}

.xlb-qrcode {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 2.3rem;
  justify-content: space-between;
}

.xlb-qrcodeuser {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 2.3rem;
  justify-content: space-between;
}

.xlb-qrcode > div {
  width: 214px;
  max-width: 214px;
  height: 424px;
  max-height: 424px;
  margin-bottom: 2rem;
  border-radius: 2px;
  display: inline-block;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin-right: 2%;
}

.ds {
  display: flex;
  justify-content: center;
}

.xlb-qrcode > div:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.xlb-qrcodeuser > div:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.xlb-qrcode > div > img {
  width: 11rem;
  max-height: 20rem;
  margin-right: 0.8rem;
}

.holidayuserbor {
  border-left: 1px solid rgb(246, 248, 249);
  border-right: 1px solid rgb(246, 248, 249);
  border-bottom: 1px solid rgb(246, 248, 249);
  height: 114px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
}

.xlb-qrcode > div > div {
  flex: 1;
  font-family: '微软雅黑';
  font-size: 0.9rem;
}

.xlb-qrcode > div > div > h3 {
  font-size: 1.1rem;
  font-weight: 500;
  color: #353535;
  margin-bottom: 0.6rem;
  text-align: left;
}

.xlb-qrcode > div > div > p {
  font-size: 0.95rem !important;
  color: #666;
  margin: 0 0 1rem !important;
  padding: 0 !important;
  text-align: left;
}

.haibao {
  color: #de1f26;
  font-size: 1rem;
  text-align: center;
  display: block;
  margin-top: 20px;
}

.xlb-qrcode > div > div > p:nth-child(6) {
  height: 3rem;
  overflow: hidden;
}

.xlb-qrcode > div > div > h4 {
  font-size: 1rem;
  font-weight: 500;
  color: #353535;
  margin-bottom: 0.6rem;
  text-align: left;
}

.xlb-qrcode > div > div > a {
  display: block;
  text-align: left;
  margin-top: 4.5rem;
  color: #de1f26;
}

.qudao-qrcode > a {
  display: inline-block;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}

.qrcode_renwu {
  text-align: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #ccc;
}

.xlb-qecode-manage .modal-dialog {
  pointer-events: auto !important;
}

.xlb-qecode-manage > div.modal-dialog {
  position: relative;
  background: #fff;
  width: 66rem;
  min-height: 32rem;
  margin: 10rem auto;
  border-radius: 5px;
  max-width: 66rem;
  padding: 3rem;
}

.xlb-qecode-manage > div.modal-dialog > div.delete-confirm {
  display: none;
  position: absolute;
  top: 2rem;
  left: 29.8%;
  width: 50rem;
  height: 21.875rem;
  margin-left: -11.5rem;
  background-color: #fff;
  z-index: 10000;
  padding: 1rem;
  box-shadow: 0 6px 32px rgba(0, 0, 0, 0.15);
  text-align: left;
  border-radius: 5px;
  border: solid 1px #ddd;
}

.xlb-qecode-manage > div.modal-dialog > div.delete-confirm > h3 {
  font-size: 1.5rem;
  margin: 1rem 0;
  text-align: center;
}

.xlb-qecode-manage > div.modal-dialog > div.delete-confirm > h3 > .tishi {
  width: 3rem;
  height: 3rem;
  margin-top: 2rem;
}

.xlb-qecode-manage > div.modal-dialog > div.delete-confirm > p {
  margin: 3rem 0 1rem 0 !important;
  padding: 0.5rem 0 !important;
  text-align: center;
  border-bottom: 1px solid #ccc;
  font-family: '微软雅黑';
}

.xlb-qecode-manage > div.modal-dialog > img {
  position: absolute;
  right: 0rem;
  top: 0rem;
  width: 2rem;
  height: 2rem;
}

.tishi_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
}

.xlb-qecode-manage > div.modal-dialog > img:hover {
  cursor: pointer;
}

.xlb-qecode-manage > div.modal-dialog > div {
  text-align: center;
  margin-top: 3rem;
}

.xlb-qecode-manage > div.modal-dialog > div > a {
  color: #fff !important;
  width: 6.5rem;
}

.xlb-qecode-manage > div.modal-dialog > div > a:hover {
  cursor: pointer;
}

.xlb-qecode-manage > div.modal-dialog > div #newQrcodeAlert {
  font-size: 14px;
  color: #888;
  margin-top: 1.5rem;
}

.xlb-qecode-manage > div.modal-dialog > h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #353535;
  padding: 0 0 1rem;
}

.xlb-qecode-manage > div.modal-dialog table tr td:nth-child(1),
.xlb-qecode-manage > div.modal-dialog table tr td:nth-child(2),
.xlb-qecode-manage > div.modal-dialog table tr td:nth-child(3) {
  width: 8rem;
}

.xlb-qecode-manage > div.modal-dialog table tr td img {
  width: 2.5rem;
  height: 2.5rem;
}

.xlb-qecode-manage > div.modal-dialog table tr td:last-child > img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 2rem;
}

.xlb-qecode-manage > div.modal-dialog table tr td:last-child > img:hover {
  cursor: pointer;
}

.xlb-p-warning {
  padding: 0rem !important;
  color: #888;
  font-size: 1.1rem;
}

.xlb-data-list,
.xlb-t-data-list,
.xlb-form-data-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.xlb-data-list > a:hover,
.xlb-t-data-list > a:hover,
.xlb-form-data-list > a:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.xlb-data-list > div,
.xlb-data-list > a,
.xlb-t-data-list > div,
.xlb-t-data-list > a,
.xlb-form-data-list > div,
.xlb-form-data-list > a {
  display: flex;
  display: -webkit-flex;
  color: #353535;
  width: 24%;
  height: 9.8rem;
  border: solid 1px #eee;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  border-radius: 5px;
  margin-right: 1%;
}

.xlb-data-list > div > img,
.xlb-data-list > a > img,
.xlb-t-data-list > div > img,
.xlb-t-data-list > a > img,
.xlb-form-data-list > div > img,
.xlb-form-data-list > a > img {
  width: 4.5rem;
  height: 4.5rem;
  margin: 1rem 0.6rem 1rem 0.6rem;
}

.xlb-data-list > div > div,
.xlb-data-list > a > div,
.xlb-t-data-list > div > div,
.xlb-t-data-list > a > div,
.xlb-form-data-list > div > div,
.xlb-form-data-list > a > div {
  flex: 1;
}

.xlb-data-list > div > div,
.xlb-data-list > a > div,
.xlb-t-data-list > div > div,
.xlb-t-data-list > a > div,
.xlb-form-data-list > div > div,
.xlb-form-data-list > a > div {
  position: relative;
}

.xlb-data-list > div > div > p,
.xlb-data-list > a > div > p,
.xlb-t-data-list > div > div > p,
.xlb-t-data-list > a > div > p,
.xlb-form-data-list > div > div > p,
.xlb-form-data-list > a > div > p {
  margin: 0;
  padding: 0;
}

.xlb-data-list > div > div > p > a,
.xlb-data-list > a > div > p > a,
.xlb-t-data-list > div > div > p > a,
.xlb-t-data-list > a > div > p > a,
.xlb-form-data-list > div > div > p > a,
.xlb-form-data-list > a > div > p > a {
  display: inline-block;
  margin-right: 0.6rem;
  color: #20d097;
}

.xlb-data-list > div > div > p:nth-child(1),
.xlb-data-list > a > div > p:nth-child(1),
.xlb-t-data-list > div > div > p:nth-child(1),
.xlb-t-data-list > a > div > p:nth-child(1),
.xlb-form-data-list > div > div > p:nth-child(1),
.xlb-form-data-list > a > div > p:nth-child(1) {
  font-size: 1.35rem !important;
  color: #353535;
  margin: 1rem 0rem 0rem;
}

.xlb-data-list > div > div > p:nth-child(2),
.xlb-data-list > a > div > p:nth-child(2),
.xlb-t-data-list > div > div > p:nth-child(2),
.xlb-t-data-list > a > div > p:nth-child(2),
.xlb-form-data-list > div > div > p:nth-child(2),
.xlb-form-data-list > a > div > p:nth-child(2) {
  margin-top: 0.6rem;
  color: #888;
  font-size: 0.9rem;
}

.icon_can {
  width: 1.1rem;
  height: 1.1rem;
  position: relative;
  left: 0;
  top: 2px;
}

.xlb-data-list > div > div > p:nth-child(3),
.xlb-data-list > a > div > p:nth-child(3),
.xlb-t-data-list > div > div > p:nth-child(3),
.xlb-t-data-list > a > div > p:nth-child(3),
.xlb-form-data-list > div > div > p:nth-child(3),
.xlb-form-data-list > a > div > p:nth-child(3) {
  position: absolute;
  right: 1rem;
  font-size: 0.8rem;
  color: #888;
}

.xlb-data-list > div > div > p:nth-child(3) > span,
.xlb-data-list > a > div > p:nth-child(3) > span,
.xlb-t-data-list > div > div > p:nth-child(3) > span,
.xlb-t-data-list > a > div > p:nth-child(3) > span,
.xlb-form-data-list > div > div > p:nth-child(3) > span,
.xlb-form-data-list > a > div > p:nth-child(3) > span {
  padding: 1rem 0.6rem;
  border-radius: 5px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  font-size: 0.9rem;
}

.xlb-data-list > div > div > p:nth-child(3) > span > i,
.xlb-data-list > a > div > p:nth-child(3) > span > i,
.xlb-t-data-list > div > div > p:nth-child(3) > span > i,
.xlb-t-data-list > a > div > p:nth-child(3) > span > i,
.xlb-form-data-list > div > div > p:nth-child(3) > span > i,
.xlb-form-data-list > a > div > p:nth-child(3) > span > i {
  margin-right: 0.5rem;
}

.xlb-data-list > div > div > p:nth-child(3) > span:hover,
.xlb-data-list > a > div > p:nth-child(3) > span:hover,
.xlb-t-data-list > div > div > p:nth-child(3) > span:hover,
.xlb-t-data-list > a > div > p:nth-child(3) > span:hover,
.xlb-form-data-list > div > div > p:nth-child(3) > span:hover,
.xlb-form-data-list > a > div > p:nth-child(3) > span:hover {
  cursor: pointer;
}

.disno {
  display: none;
}

.xlb-data-list > div > div > p:nth-child(3) > span:nth-child(1),
.xlb-data-list > a > div > p:nth-child(3) > span:nth-child(1),
.xlb-t-data-list > div > div > p:nth-child(3) > span:nth-child(1),
.xlb-t-data-list > a > div > p:nth-child(3) > span:nth-child(1),
.xlb-form-data-list > div > div > p:nth-child(3) > span:nth-child(1),
.xlb-form-data-list > a > div > p:nth-child(3) > span:nth-child(1) {
  margin-left: -1.6rem;
}

.xlb-data-top {
  padding: 1.5rem;
}

.xlb-data-top > h3 {
  font-size: 1.7rem;
  color: #353535;
  margin-bottom: 1.5rem;
}

.xlb-data-tops > div {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  margin: 0 8rem;
}

.xlb-data-top > div > div {
  width: 16.1%;
  height: 8.5rem;
  min-width: 160px;
}

.xlb-data-tops > div > div > h3 {
  font-size: 1.2rem;
  padding-top: 1.8rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

.xlb-data-tops > div > div > h3 > img {
  margin-right: 0.5rem;
}

.xlb-data-tops > div > div > span {
  font-size: 2.5rem;
  font-family: Tahoma;
  font-weight: bold;
}

.xlb-data-tops > div > div:nth-child(1) > span {
  color: #ffbd00;
}

.xlb-data-tops > div > div:nth-child(2) > span {
  color: #e44b51;
}

.xlb-data-tops > div > div:nth-child(3) > span {
  color: #20d097;
}

.xlb-data-tops > div > div:nth-child(4) > span {
  color: #ffbd00;
}

.xlb-data-details {
  padding: 1.6rem 1.5rem;
  background-color: white;
}

.xlb-data-details > ul {
  display: flex;
  display: -webkit-flex;
  border-bottom: 1px solid #e4e8eb;
}

.xlb-data-details > ul > li > a {
  font-family: '微软雅黑';
  font-size: 1rem;
  color: #353535;
  padding: 0.4rem 1.8rem;
  display: inline-block;
  border-right: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.data-click {
  color: #de1f26 !important;
  border-bottom: 2px solid #de1f26;
  position: relative;
  left: 0;
  top: 1px;
}

.xlb-data-1 .xlb-table {
  border: solid 1px #eee;
}

.xlb-data-1 > div {
  display: flex;
  display: -webkit-flex;
}

.xlb-data-2 > div {
  display: flex;
  display: -webkit-flex;
}

.xlb-data-1 > div:nth-child(1) {
  margin-bottom: 1rem;
  display: block;
}

.xlb-data-2 > div:nth-child(1) {
  padding: 1rem 0;
  margin-bottom: 1rem;
  display: block;
}

.xlb-data-1 > div h3 > span {
  color: #353535;
  font-family: '微软雅黑';
}

.xlb-data-1 > div > div:nth-child(1) {
  width: 100%;
}

.xlb-data-2 > div > div:nth-child(1) {
  width: 30rem;
}

.xlb-data-1 > div > div:nth-child(2) {
  flex: 1;
}

.xlb-data-2 > div > div:nth-child(2) {
  flex: 1;
}

.xlb-t-data-table {
  padding: 0;
}

.xlb-data-table-3,
.xlb-data-table-1,
.xlb-data-table-2,
.xlb-t-data-table {
  background-color: #f4f5fc;
}

.xlb-data-table-3 .xlb-table,
.xlb-data-table-1 .xlb-table,
.xlb-data-table-2 .xlb-table,
.xlb-t-data-table .xlb-table {
  border: solid 1px #cdd1f5;
  width: 100%;
  margin: 0.9rem 0;
}

.xlb-data-table-3 .xlb-table tr th,
.xlb-data-table-1 .xlb-table tr th,
.xlb-data-table-2 .xlb-table tr th,
.xlb-t-data-table .xlb-table tr th {
  border-bottom: solid 1px #cdd1f5;
  border-right: solid 1px #cdd1f5;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  background-color: #e9eafa;
  font-family: '微软雅黑';
  color: #353535;
}

.xlb-data-table-3 .xlb-table tr td,
.xlb-data-table-1 .xlb-table tr td,
.xlb-data-table-2 .xlb-table tr td,
.xlb-t-data-table .xlb-table tr td {
  border-bottom: solid 1px #cdd1f5;
  border-right: solid 1px #cdd1f5;
  padding: 0.5rem 0.8rem;
  font-size: 1rem;
  color: #888;
  background-color: #fff;
}

.xlb-data-table-3 .xlb-table tbody tr,
.xlb-data-table-1 .xlb-table tbody tr,
.xlb-data-table-2 .xlb-table tbody tr,
.xlb-t-data-table .xlb-table tbody tr {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.xlb-data-table-3 .xlb-table tbody tr:hover,
.xlb-data-table-1 .xlb-table tbody tr:hover,
.xlb-data-table-2 .xlb-table tbody tr:hover,
.xlb-t-data-table .xlb-table tbody tr:hover {
  background-color: white;
}

.xlb-data-2 .xlb-a-title {
  font-weight: bold;
}

.xlb-data-2 > h3 {
  margin: 1rem 0;
}

.xlb-data-2 .xlb-data-user-shuxing {
  width: 60rem;
  height: 6.5rem;
  display: flex;
  display: -webkit-flex;
}

.xlb-data-2 .xlb-data-user-shuxing > div:nth-child(1) {
  background-color: #797ff3;
}

.xlb-data-2 .xlb-data-user-shuxing > div:nth-child(2) {
  background-color: #ffbd00;
}

.xlb-data-2 .xlb-data-user-tag {
  margin: 1rem 0;
  line-height: 3;
  font-size: 1rem;
}

.xlb-data-2 .xlb-data-user-tag > span {
  width: 1rem;
  height: 1rem;
  border-radius: 3px;
  display: inline-block;
  margin-right: 1.2rem;
}

.span_mail {
  display: inline-block;
  position: relative;
  left: 0;
  top: -1px;
}

.xlb-data-2 .xlb-data-user-tag > span:nth-child(1) {
  background-color: #797ff3;
  position: relative;
  left: 0;
  top: 1px;
}

.xlb-data-2 .xlb-data-user-tag > span:nth-child(2) {
  background-color: #ffbd00;
  margin-left: 1.5rem;
  position: relative;
  left: 0;
  top: 1px;
}

#xlb_data_table4 img {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}

.xlb-data-3 table a {
  margin-right: 0.6rem;
}

.xlb-data-3 > div > span {
  margin-right: 1rem;
  font-size: 1.05rem;
  color: #353535;
}

.xlb-data-3 > div > span > span {
  color: #de1f26;
}

.xlb-data-3 > div > div {
  display: inline-block;
  margin-right: 1rem;
}

.xlb-data-3 > div a {
  color: #fff !important;
}

.xlb-data-3 > div a:hover {
  cursor: pointer;
}

.xlb-data-4 > div {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
}

.xlb-data-4 > div > div {
  width: 47%;
  border: solid 1px #dadada;
  margin: 2rem 1.5%;
  padding: 1.5rem 0;
  position: relative;
}

.xlb-data-4 > div > div > div {
  width: 95%;
  height: 23rem;
}

.xlb-data-4 > div > div > span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 7rem;
  height: 3.5rem;
  background-color: #fff;
}

.xlb-data-zhibiao {
  display: block !important;
  margin: 3rem 0;
}

.biaoti {
  margin: 0.6rem 0 !important;
}

.xlb-data-zhibiao > h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.xlb-data-zhibiao > p {
  margin: 1rem 0 !important;
  padding: 0 !important;
  font-size: 1rem;
  color: #666;
}

.canvasjs-chart-credit {
  display: none !important;
}

.xlb-data-no-activity {
  display: block !important;
  width: 100% !important;
  text-align: center;
  border: 0 !important;
}

.xlb-data-no-activity > img {
  width: 16rem !important;
  height: auto !important;
}

.xlb-data-3-search {
  overflow: hidden;
}

.xlb-data-3-search > input {
  width: 24rem;
  display: inline-block;
  margin-right: 1rem;
}

.xlb-upgrade-top {
  display: flex;
  display: -webkit-flex;
}

.xlb-upgrade-top > div {
  width: 18rem;
  height: 9rem;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem;
  position: relative;
  margin-right: 2.5rem;
}

.xlb-upgrade-top > div > a:nth-child(1) {
  display: block;
}

.xlb-upgrade-top > div > a:nth-child(1) > h3 {
  font-size: 1.3rem;
  color: #353535;
  margin-bottom: 0.8rem;
  font-weight: 500;
}

.xlb-upgrade-top > div > a:nth-child(1) > p {
  color: #666;
  font-size: 0.9rem;
  margin: 0;
  padding: 0;
}

.xlb-upgrade-top > div > a:nth-child(2) {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  height: 2rem;
  line-height: 2rem;
}

.xlb-upgrade-top > div:hover {
  cursor: pointer;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1), 0 12px 20px 0 rgba(0, 0, 0, 0.1);
}

.xlb-upgrade-pub,
.xlb-upgrade-template,
.xlb-upgrade-kefu {
  display: none;
}

.xlb-upgrade-pub {
  background-image: url(/static/curve.svg), url(/static/curve.svg);
  -webkit-background-size: 100% auto, 10px auto;
  -moz-background-size: 100% auto, 10px auto;
  background-size: 100% auto, 10px auto;
  background-repeat: no-repeat, repeat-x;
  background-position: 0 0;
}

.xlb-upgrade-pub > h3 {
  font-weight: 700 !important;
  font-size: 38px;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.xlb-upgrade-template,
.xlb-upgrade-kefu {
  text-align: center;
}

.xlb-upgrade-template > h3,
.xlb-upgrade-kefu > h3 {
  font-weight: 700 !important;
  font-size: 38px;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.xlb-upgrade-template img,
.xlb-upgrade-kefu img {
  width: 120px;
  height: 120px;
  margin: 1.5rem;
}

.xlb-upgrade-template > p,
.xlb-upgrade-kefu > p {
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  color: #353535;
  line-height: 1.89;
}

.inner {
  position: relative;
  display: flex;
  display: -webkit-flex;
  margin-top: 3rem;
  justify-content: center;
}

.inner > .choice-box {
  height: 885px;
  width: 285px;
  padding: 10px 15px 10px 15px;
  border: 1px solid rgba(59, 90, 88, 0.08);
  background: white;
  margin-right: 8rem;
  position: relative;
  text-align: center;
  z-index: 1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
}

.inner > .choice-box p {
  margin: 0;
  padding: 0;
  font-size: 0.9rem !important;
  color: #666;
}

.inner div.choice-box:hover {
  border: solid 1px #e01e27;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
}

.inner .choice-box .choice-type {
  font-size: 20px !important;
  color: black;
  margin-top: 10px !important;
  margin-bottom: 13px !important;
  text-align: center;
}

.inner .choice-box .choice-desc {
  margin-left: -5px !important;
  margin-right: -5px !important;
  height: 30px;
  font-size: 14px !important;
  padding-top: 0;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #e7e7e7;
  color: #999;
  text-align: center;
}

.inner .choice-box .price-box {
  height: 50px;
  padding: 1px;
  margin-bottom: 16px;
}

.inner .choice-box .price-large {
  margin-top: 1rem !important;
  font-size: 12px !important;
  text-align: center;
  color: #e01e27;
}

.inner .choice-box .price-large span {
  margin-right: 5px;
  font-size: 35px;
  color: #e01e27;
}

.inner .choice-box .pay-btn {
  text-decoration: none !important;
  display: inline-block;
  outline: 0;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  width: 100px;
  margin-top: 15px;
  color: #e01e27;
  background: transparent;
  border: 1px solid #e01e27;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s;
  margin-top: 5px;
  border-radius: 0;
  font-size: 15px;
}

.inner .choice-box .pay-btn:hover {
  background-color: #e01e27;
  color: #fff;
}

.inner .choice-youhui {
  color: #666;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
}

.inner .choice-box .choice-diff {
  margin-top: 22px;
  padding-top: 10px;
  text-align: left;
  border-top: 1px solid #e7e7e7;
  font-size: 12px;
}

.inner .choice-box .choice-diff li {
  position: relative;
  margin-top: 10px;
}

.inner .choice-diff > h3 {
  font-size: 14px;
  font-weight: 100;
  color: #000;
  margin: 10px 0;
}

#sec4 {
  margin: 0 auto;
  max-width: 60rem;
}

#sec4 h2 {
  margin: 2.5em 0 2em;
  font-size: 2em !important;
  text-align: center;
}

#sec4 ol {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 1.5;
  counter-reset: q;
}

#sec4 ol:lang(zh) {
  text-align: justify;
}

#sec4 ol li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 47.5%;
  -ms-flex: 0 0 47.5%;
  flex: 0 0 47.5%;
  margin-bottom: 4em;
  font-weight: 700;
  text-align: left;
}

#sec4 ol h3 {
  margin: 0;
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #27364e;
}

#sec4 ol p {
  margin-top: 10px;
  line-height: 1.55;
  font-weight: 100;
  color: #666;
}

strong {
  font-weight: bold;
  color: #333;
}

.xlb-upgrade-buy-pannel {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 10000;
}

.xlb-upgrade-buy-pannel > .xlb-upgrage-buy-one {
  background-color: #fff;
  width: 42rem;
  height: 25rem;
  margin: 15rem auto 0;
  padding: 1.5rem;
  position: relative;
  border-radius: 4px;
}

.xlb-upgrade-buy-pannel > .xlb-upgrage-buy-one > h3 {
  text-align: center;
  font-size: 2rem;
  padding: 0.5rem 0 1rem;
  border-bottom: 1px solid #ccc;
}

.xlb-upgrade-buy-pannel > .xlb-upgrage-buy-one > img {
  position: absolute;
  right: 0rem;
  top: 0rem;
  width: 2rem;
  cursor: pointer;
}

.xlb-upgrade-buy-pannel > .xlb-upgrage-buy-one > p {
  margin: 0;
  padding: 0;
  font-size: 1.1rem !important;
  line-height: 2;
  display: flex;
  display: -webkit-flex;
}

.xlb-upgrade-buy-pannel > .xlb-upgrage-buy-one > p > span:nth-child(1) {
  width: 6rem;
  display: inline-block;
  margin-right: 1rem;
}

.xlb-upgrade-buy-pannel > .xlb-upgrage-buy-one > p img {
  width: 1rem;
  display: inline-block;
  margin-right: 0.5rem;
  margin-top: -0.3rem;
}

.xlb-upgrade-buy-pannel > .xlb-upgrage-buy-one > div {
  position: relative;
  text-align: right;
  margin-top: 0.5rem;
}

.xlb-upgrade-buy-pannel > .xlb-upgrage-buy-one > div > span {
  font-size: 1.1rem;
}

.xlb-upgrade-buy-pannel > .xlb-upgrage-buy-one > div > span > span {
  font-size: 1.5rem;
  color: #e44b51;
  font-weight: bold;
}

.xlb-upgrade-buy-pannel > .xlb-upgrage-buy-one > div > a {
  margin-left: 1.5rem;
}

.xlb-upgrade-buy-pannel .xlb-upgrage-buy-two {
  background-color: #fff;
  width: 30rem;
  height: 23.5rem;
  margin: 15rem auto 0;
  padding: 1.5rem;
  position: relative;
  text-align: center;
  display: none;
  border-radius: 4px;
}

.xlb-upgrade-buy-pannel .xlb-upgrage-buy-two > img {
  position: absolute;
  right: 0rem;
  top: 0rem;
  width: 2rem;
  cursor: pointer;
}

.xlb-upgrade-buy-pannel .xlb-upgrage-buy-two > h3 {
  text-align: center;
  font-size: 2rem;
  padding: 0.5rem 0 1rem;
}

.xlb-upgrade-buy-pannel .xlb-upgrage-buy-two > p {
  margin: 0;
  padding: 0;
  font-size: 1.1rem !important;
  line-height: 2;
  color: #353535;
}

.xlb-upgrade-buy-pannel .xlb-upgrage-buy-two > div > img {
  width: 110px;
  height: 110px;
  margin: 1.5rem;
}

.xlb-upgrade-buy-pannel .xlb-upgrage-buy-three {
  background-color: #fff;
  width: 30rem;
  height: 23.5rem;
  margin: 15rem auto 0;
  padding: 1.5rem;
  position: relative;
  text-align: center;
}

.xlb-upgrade-buy-pannel .xlb-upgrage-buy-three > h3 {
  text-align: center;
  font-size: 2rem;
  padding: 1rem 0 1rem;
  font-weight: 600;
}

.xlb-upgrade-buy-pannel .xlb-upgrage-buy-three > h3 > img {
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -0.6rem;
  margin-right: 0.5rem;
}

.xlb-upgrade-buy-pannel .xlb-upgrage-buy-three > img {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 1.5rem;
  cursor: pointer;
}

.xlb-upgrade-buy-pannel .xlb-upgrage-buy-three > p {
  margin: 0;
  padding: 0;
  font-size: 1.1rem !important;
  line-height: 2;
  color: #353535;
}

.xlb-upgrade-buy-pannel .xlb-upgrage-buy-three > div > img {
  width: 90px;
  height: 90px;
  margin: 1.5rem;
}

.pannel-form-create {
  position: relative;
  display: flex;
  display: -webkit-flex;
}

.pannel-form-create > div:nth-child(1) {
  background-color: #f6f8f9;
}

.pannel-form-create > div:nth-child(2) {
  margin-left: 1.9rem;
  border: 1px solid #eee;
  background-color: #f6f8f9;
  width: 74%;
}

.pannel-form-create > div:nth-child(2) > h4 {
  font-size: 1rem;
  color: #353535;
  margin: 0rem 0 2rem;
}

.pannel-form-create > div:nth-child(2) > h4:nth-child(2) {
  margin-top: 0;
}

.mat {
  display: inline-block;
  height: auto;
}

.mat_mar {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1.2rem;
}

.pannel-form-create > div:nth-child(1) > div input {
  display: inline-block;
}

.pannel-form-create > div:nth-child(1) .form-upload {
  width: 25rem;
  height: 14rem;
  border: solid 1px #eee;
  overflow: hidden;
}

.pannel-form-create > div:nth-child(1) .form-upload > div > img {
  margin-top: 4.8rem;
}

.jszhic {
  text-align: center;
  font-size: 0.45rem;
  color: #888;
  margin-bottom: 4px;
}

.pannel-form-create > div:nth-child(1) .form-upload > img {
  display: none;
  height: auto !important;
}

.panner_div {
  width: 100%;
  height: 15.375rem;
  background-color: #f6f8f9;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  text-align: center;
  justify-content: center;
}

.pannel_img {
  width: 5rem;
  height: 5rem;
  align-self: center;
}

.pannel-form-create > div:nth-child(2) {
  width: 24%;
  min-width: 25rem;
  height: 43rem;
  border: solid 1px #eee;
  background-color: #fff;
  color: #666;
  overflow-y: scroll;
}

.form-upload {
  width: 25rem;
  height: 10rem;
  border: solid 1px #eee;
  overflow: hidden;
}

.form-upload > div > .form-upload_img {
  width: 56px;
  height: 71px;
  margin-top: 2.2rem;
}

.form-upload_imgs {
  width: 56px;
  height: 71px;
  margin-top: 13rem;
}

.form-upload_img {
  width: 56px;
  height: 71px;
  margin-top: 1.8rem;
}

.pannel-form-create > div:nth-child(2) > div > div > div > div:nth-child(2) > img:nth-child(2) {
  width: 5rem;
  height: 5rem;
  align-self: center;
}

.pannel-form-create > div:nth-child(2) > div > div > div > div:nth-child(2) > img:nth-child(1) {
  width: 100%;
  height: 10rem;
}

.pannel-form-create > div:nth-child(2) > div > div > div > p {
  margin: 0.5rem 0;
  padding: 0.5rem 1.2rem;
}

.pannel-form-create > div:nth-child(2) > div > div > div > div:nth-child(3) {
  padding: 0.5rem 1rem;
}

.pannel-form-create > div:nth-child(2) > div > div > div > div:nth-child(3) div {
  margin: 0.65rem;
}

.pannel-form-create > div:nth-child(2) > div > div > div > div:nth-child(3) div span {
  width: 3.5rem;
  display: inline-block;
}

.pannel-form-create > div:nth-child(2) > div > div > div.footer-submit {
  position: relative;
  width: 95%;
  background-color: #e44b51;
  color: #fff;
  text-align: center;
  padding: 0.8rem 0;
  margin: 0 2.5%;
}

.pannel-form-create > div:nth-child(2) > div > div > img#from_detail_pic_phone {
  width: 95%;
  height: auto;
  margin: 2rem 2.5%;
}

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.footer-submit {
  position: relative;
  width: 95%;
  background-color: #e44b51;
  color: #fff;
  text-align: center;
  padding: 0.8rem 0;
  margin: 0 2.5%;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

.scroll-element {
  box-sizing: content-box;
  display: none;
}

.scroll-element div {
  box-sizing: content-box;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.display-block {
  display: block;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-textarea {
  border: 1px solid #ccc;
  border-top-color: #999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: 0;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: 'alpha(opacity=40)';
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #fff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: 0;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #a5a8ad;
  display: block;
  -ms-filter: 'alpha(opacity=0)';
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: 'alpha(opacity=70)';
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0;
  height: 0;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 0;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #fff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
  background: -moz-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
  background: -moz-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #fff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: 0;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #ccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #a5a8ad;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: 'alpha(opacity=70)';
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #fff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

.xlb_con_right {
  min-width: 300px;
  /*background-color: #fff;*/
  max-width: 320px !important;
  /*min-height: 52.9rem;*/
  /*box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);*/
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: inline-block;
}

.xlb_con_right_bottpm {
  display: inline-block;
  min-width: 300px;
  max-width: 320px !important;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding-bottom: 24px;
}

.xlb_con_right > .xlb_con_r_logo {
  width: 100%;
  display: block;
  text-align: center;
}

.xlb_con_right > .xlb_con_r_logo > .xlb_logo {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  margin-top: 2.6rem;
  border: 1px solid #de1f26;
  text-align: center;
}

.con_content {
  width: auto;
  padding: 0.9rem 1.3rem 1.8rem;
  background-color: #e44b51;
}

.con_content > .con_mess {
  color: #fff;
  font-size: 1rem;
}

.xlb_con_r_logo > .con_name {
  position: relative;
  left: 0;
  top: -12px;
}

.con_content > .con_content_det {
  color: #fff;
  font-size: 0.8rem;
  margin-bottom: 6px;
  margin-top: 2px;
}

.con_content > .con_content_time {
  color: #fff;
  font-size: 0.6rem;
  float: right;
}

.xlb_con_right:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.xlb_con_right > .con_hr {
  width: 74%;
  margin-left: 13%;
  text-align: center;
}

.xlb_con_right > .con_contact {
  text-align: center;
  width: 100%;
  padding: 1rem 0;
}

.xlb_con_right > .con_contact > .con_question {
  color: #353535;
  font-size: 1.1rem;
  text-align: center;
}

.xlb_on {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.xlb_con_right > .con_contact > .con_phone {
  color: #353535;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  margin-top: 4px;
}

.xlb_con_sel {
  width: 1.1rem;
  height: 1.1rem;
  position: relative;
  left: 1rem;
  top: -1.2rem;
}

.xlb_con_left {
  width: 141%;
  min-width: 61rem;
  background-color: #fff;
  padding: 2rem 2.5rem;
  min-height: 40rem;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: inline-block;
}

.xlb_con_left:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.dis_inline_block {
  display: inline-block;
}

.xlb_jieti {
  font-size: 0.95rem;
  color: #353535 !important;
}

.xlb_jieti_color {
  color: #888 !important;
  font-size: 0.95rem;
}

.bg_gray {
  color: #888;
  font-size: 0.9rem;
}

.newfo {
  /*font-size: 1.1rem;*/
  color: #de1f26;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid #e4e8eb;
}

input[type='radio'] {
  appearance: none;
  -webkit-appearance: none;
  margin-right: 5px;
  cursor: pointer;
  font-size: 14px;
  outline: 0;
  border: 0;
}

input {
  outline: 0;
}

.pannel-1 input[type='radio'] {
  padding: 0;
}

input[type='radio']:after {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  outline: 0;
  width: 16px;
  height: 16px;
  top: 0;
  content: '';
  border: 1px solid #888;
  color: #fff;
  display: inline-block;
  visibility: visible;
  border-radius: 50%;
}

input[type='radio']:checked:before {
  content: '';
  display: block;
  position: relative;
  outline: 0;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: red;
  font-weight: 400;
  z-index: 1;
  background-color: #de1f26;
  border: 1px solid #de1f26;
  background-clip: content-box;
  padding: 0.2em;
  appearance: none;
  -webkit-appearance: none;
}

.cecshi {
  min-height: 47rem;
  margin-top: 1.25rem;
  width: 100%;
  display: flex;
  min-width: 50rem;
}

.cecshi > .huopei {
  margin: 1.5625rem 0 0rem 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 1.5625rem;
}

.xlb-template-index {
  display: flex;
  position: relative;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.xlb-template-index {
  display: flex;
  position: relative;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.xlb-template-index > div {
  display: inline-block;
  width: 19.5rem;
  height: 21rem;
  background-color: #fff;
  margin: 1rem 2rem 0 0;
  border-radius: 2px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  position: relative;
  border: 1px solid #e4e8eb;
  overflow: hidden;
}

.xlb-template-index > div:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.xlb-template-index > div > h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0rem 1rem 0.5rem;
  padding-top: 1.5rem;
}

.xlb-template-index > div > p {
  color: #666;
  font-size: 0.9rem;
  margin: 0rem 1rem 1rem;
}

.xlb-template-index > div > div {
  background-color: #f6f8f9;
  padding: 8px;
  margin: 0 1rem;
  font-size: 0.95rem;
  height: 12.5rem;
  overflow: hidden;
}

.xlb-template-index > div > div > p {
  margin: 0;
  padding: 0;
  line-height: 1.8;
  font-size: 0.9rem;
}

.xlb-template-index > div:hover > section {
  bottom: 0rem;
}

.xlb-template-index > div > section {
  position: absolute;
  bottom: -12rem;
  right: 0;
  left: 0;
  height: 12rem;
  background: rgba(255, 255, 255, 0.85);
  padding-top: 1rem;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.xlb-template-index > div > section > a {
  display: block;
  color: #fff;
  text-align: center;
  width: 80%;
  margin: 0.75rem 10%;
  height: 2.4rem;
  line-height: 2.4rem;
  font-size: 1rem;
  border-radius: 2px;
}

.xlb-template-index > div > section > a:nth-child(1) {
  background-color: #44b549;
  color: white !important;
  cursor: pointer;
}

.xlb-template-index > div > section > a:nth-child(2) {
  background-color: #ffbd00;
  color: white !important;
  cursor: pointer;
}

.xlb-template-index > div > section > a:nth-child(3) {
  background-color: #de1f26;
  color: white !important;
  cursor: pointer;
}

.xlb-template-index > a {
  display: inline-block;
  width: 19.5rem;
  height: 21rem;
  background-color: #fff;
  text-align: center;
  margin: 1rem;
  line-height: 21rem;
  border-radius: 5px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  border: 1px solid #e4e8eb;
}

.xlb-template-index > a > img {
  width: 4rem;
}

.xlb-template-index > a:hover {
  cursor: pointer;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}

.add_plus {
  text-align: center;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  cursor: pointer;
}

form-upload > form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1000;
}

form {
  display: inline-block;
}

.two_file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1000;
}

.upload_fen {
  display: none;
}

input.kefu_openid {
  width: 30rem !important;
}

.background {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1049;
  border-radius: 4px;
}

.banner_basic {
  color: #de1f26 !important;
  margin-top: 6px !important;
  display: none;
}

.detail_basic {
  color: #de1f26 !important;
  margin-top: 6px !important;
  display: none;
}

.close-button {
  float: right;
  font-size: 30px;
}

.form_upload_xlbs {
  position: relative !important;
  left: 0 !important;
  top: -15px !important;
}

.xlb_auto_img {
  width: 2.5rem !important;
  height: 2.5rem !important;
  border-radius: 2px;
  clear: both;
  top: 6px !important;
}

.xlb_wid_25 {
  width: 25rem;
}

.xlb-p-titles {
  left: 0;
  display: block;
}

.xlb-a-guan {
  position: relative;
  left: 0;
  top: -7px;
  width: 6rem !important;
}

.xlb-a-guan_w {
  color: #de1f26 !important;
  width: 30rem;
  margin-right: 1rem;
  font-weight: 100;
  font-size: 0.9rem;
}

.xlb-tuisong {
  float: left;
  margin-top: 7px;
  margin-right: 10px;
  text-align: right;
  width: 4rem !important;
}

.form_upload_form_img {
  width: 8rem !important;
  height: 3rem !important;
  z-index: 9999;
  background-color: red;
  position: relative !important;
  left: 0 !important;
  top: -30px !important;
}

.xlb-tui_icon {
  width: 91%;
  margin-top: 1rem;
  display: inline-block;
}

.form_upload_imgs {
  position: relative !important;
  left: 0 !important;
  top: -5px !important;
}

.trashs {
  position: relative;
  left: 0;
  top: -8px;
}

.xlb-a-guan_huifu {
  float: left;
  margin-right: 4px;
  margin-top: 15px;
}

.form_upload_form_w {
  width: 8rem !important;
  height: 2.5rem !important;
}

.form_upload_form_control {
  top: -10px !important;
  cursor: pointer;
}

.xlb_key_img {
  clear: both;
  left: 9rem !important;
  top: -14px !important;
}

.xlb_pannel {
  font-weight: 500;
  text-align: center;
  font-size: 1.2rem;
  padding-bottom: 1.7rem;
  border-bottom: 1px solid #ccc;
}

.xlb_pannel_title {
  font-size: 1rem;
  color: #353535;
  width: 8rem !important;
}

.form_con_padding {
  padding: 1.3rem 0.75rem !important;
}

.xlb_biaodan {
  width: 8rem !important;
  font-size: 1rem;
  color: #353535;
  float: left;
}

#spread_form_select_list {
  float: left;
  width: 38rem;
  border: 1px solid #e4e8eb;
  border-radius: 3px;
}

.xlb_pannel_a {
  width: 8.75rem;
  position: absolute;
  bottom: 3.5rem;
  left: 46%;
  margin-left: -3rem;
}

.xlb_fuwu_c {
  color: #888;
}

.xlb_fuwu_c:hover {
  color: #888;
}

.xlb_fuwu_b {
  color: #de1f26;
  display: inline-block;
}

.xlb_panner_name {
  font-size: 0.9rem;
  position: relative;
  left: 0;
  top: -7px;
}

.xlb_panner_title {
  font-size: 0.9rem;
  position: relative;
  left: 0;
  top: -7px;
}

.link-text-word {
  margin-top: 48px !important;
  padding: 1.3rem 0.75rem !important;
  display: block;
  clear: both;
}

.link-text-link {
  padding: 1.3rem 0.75rem !important;
  margin-top: 20px !important;
  display: block !important;
  clear: both;
}

.in-bl {
  display: inline-block;
}

.nick {
  width: 0;
  margin-top: 6px;
  display: inline-block;
}

.xlb_panner_liebian {
  margin-top: 2.5rem !important;
  position: relative;
  left: -7rem;
  top: 0;
}

.xlb_panner_lie {
  width: 5rem !important;
  border-radius: 4px;
}

.xlb_panner_end {
  margin-top: 2.5rem !important;
  position: relative;
  left: -7rem;
  top: 0;
}

.liebian-div-n {
  border: 0;
}

.jiap {
  color: #e44b51;
  font-size: 0.95rem;
  display: inline;
  margin-left: 1.6rem;
}

.end_time {
  position: relative;
  left: 0;
}

.jiangp {
  float: left;
  font-size: 1rem;
  width: 110px;
}

.xlb-a-h3 {
  padding-bottom: 7px;
  border-bottom: solid 1px #eee;
}

.menu_bor {
  border-bottom: 1px solid #eee;
}

.chicun {
  color: #888;
  position: relative;
  left: -6px;
  top: 0;
}

.menu_tu {
  height: 26px;
  line-height: 26px;
  display: inline-flex;
  border-left: solid 1px #ccc;
  padding-left: 15px;
}

.menu_t {
  width: 110px !important;
  height: 2.42875rem !important;
  line-height: 2.42875rem;
  position: relative;
  left: 0;
  top: -6px;
}

.reply {
  float: left;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  left: 0;
  top: 3px;
  margin-right: 5px;
}

.card_h5 {
  font-size: 1rem !important;
}

.card_h4 {
  font-size: 1.2rem !important;
  margin-top: 2rem !important;
}

.card_h3 {
  margin-top: 0;
  font-size: 1.3rem;
  display: inline-block;
}

.shil {
  margin-top: 15px;
  display: inline-block;
  color: #20d097;
}

.shili {
  float: left;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  left: 0;
  top: 5px;
  margin-right: 5px;
}

.card_h2 {
  margin-top: 0;
  font-size: 1.5rem;
  display: inline-block;
}

.shilis {
  color: #20d097;
  margin-top: 15px;
  display: inline-block;
}

.buzhous {
  /*background-color: #f6f8f9;*/
  padding-bottom: 25px;
  padding-left: 1.4285rem;
  width: 90%;
}

.wenan {
  color: #888 !important;
  display: inline-block !important;
  margin-left: 1.6rem !important;
}

.text-link {
  display: block;
}

.text-lianwen {
  margin-top: 48px;
}

.text-text {
  margin-top: 48px !important;
  padding: 1.3rem 0.75rem !important;
  display: block;
  clear: both;
}

.text-lin {
  margin-top: 15px !important;
}

.text-li {
  padding: 1.3rem 0.75rem !important;
  margin-top: 20px !important;
  display: block;
  clear: both;
}

.buzhou_icon {
  z-index: 1000;
  position: fixed;
  background-color: #fff;
  width: calc(100vw - 198px - 36px);
  // min-width: 82%;
  height: 70px;
  line-height: 70px;
  left: 0;
  bottom: 0;
  margin: 0 0 0 200px;
}

// @media (max-width: 1650px) {
//   .buzhou_icon {
//     width: 86.5%;
//     margin-left: 15.2rem;
//   }
// }

// @media (max-width: 1700px) {
//   .buzhou_icon {
//     width: 85%;
//     margin-left: 15.2rem;
//   }
// }

// @media (max-width: 1500px) {
//   .buzhou_icon {
//     width: 84.5%;
//     margin-left: 15.2rem;
//   }
// }

// @media (max-width: 1450px) {
//   .buzhou_icon {
//     width: 84.2%;
//     margin-left: 15.8rem;
//   }
// }

// @media (max-width: 1400px) {
//   .buzhou_icon {
//     width: 83.8%;
//     margin-left: 15.6rem;
//   }
// }

// @media (max-width: 1350px) {
//   .buzhou_icon {
//     width: 82%;
//     margin-left: 15.6rem;
//   }
// }

.buzhou-icon-center {
  text-align: center;
  margin: auto;
  z-index: 10010;
  position: relative;
  min-width: 980px;
  width: 100%;
  box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1);
}

.mt_1 {
  margin-top: 1rem;
}

.mt_05 {
  margin-top: 0.5rem;
}

.mt_15 {
  margin-top: 1.5rem;
}

.fw_600 {
  font-weight: 600;
}

.col_35 {
  color: #353535;
}

.price_con {
  font-weight: 600;
  color: #de1f26;
  font-size: 1.5rem;
  position: relative;
  left: 0;
  top: -6px;
}

.xlb_tobuy {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 2rem !important;
}

.xlb_gobuy {
  text-align: center;
  background-color: #de1f26;
  font-size: 1rem;
  width: 8.5rem;
  height: 2.5rem;
}

.wid_80 {
  width: 80%;
}

.mr-top15 {
  margin-top: 15px;
}

.tixinwenan {
  font-size: 1rem !important;
  width: auto !important;
  color: #888 !important;
  display: inline-block !important;
  margin-left: 1.6rem !important;
}

.span-text-span {
  float: left;
  padding-left: 1.05rem;
  /*margin-right: 10px;*/
}

.form-textarea {
  display: inline-block;
  width: 82% !important;
}

.xlb-div-h4 {
  position: relative;
  left: 0;
  top: -0.4rem;
}

.xlb-div-h4-span {
  padding-left: 1.05rem;
  position: relative;
  left: 0;
  top: -9px;
}

.basic-img-show_base {
  border-radius: 3px !important;
  clear: both;
  left: 9rem !important;
  top: -26px !important;
}

.red_close {
  left: 12rem;
  width: 1.7rem !important;
  height: 1.7rem !important;
  top: -18px;
}

.ml_left {
  margin-left: 10px;
}

.xlb_activity_lis {
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
}

.wid_10 {
  width: 10rem !important;
}

.xlb-p-warnings {
  margin: 1.3rem 0 !important;
  font-size: 1.1rem !important;
}

.xlb-qrcodes {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
}

.btn-success {
  background-color: #de1f26;
  border: 1px solid #de1f26;
  width: 6rem;
}

.xlb-p-warning_p {
  margin: 1.1rem 0;
  color: #de1f26;
  font-size: 0.9rem;
}

.xlb_panner_con {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  color: #de1f26;
  padding: 1.3rem 0;
  border-bottom: 1px solid #e4e8eb;
}

.xlb-a-div {
  font-size: 0.9rem;
  color: #de1f26;
  display: inline-block;
}

.xlb-con-ti {
  color: #888;
  font-size: 0.9rem;
}

.xlb-con-ti:hover {
  color: #888;
}

.xlb-phone {
  margin: 0.8rem !important;
  font-size: 0.8rem;
  display: flex;
  flex-direction: column;
}

.xlb-phone > span {
  margin-bottom: 0.2rem;
}

.footd {
  background: #afafaf;
  color: #666;
}

.xlb-switch-div {
  color: #888;
  font-size: 0.9rem;
  display: inline-block;
  margin-left: 10px;
}

.xlb-switch-a {
  width: 8.75rem;
  height: 2.5rem;
  line-height: 2.5rem;
}

.xlb-con-div {
  color: #de1f26;
  font-size: 1.1rem;
  border-bottom: 1px solid #e4e8eb;
  font-family: '微软雅黑';
  padding: 1.3rem 0;
}

.templet-img-time {
  color: #888 !important;
  font-size: 0.6rem !important;
  padding: 0.3rem 0 !important;
}

.xlb_detais {
  display: none;
  height: 1rem;
  line-height: 1rem;
  padding-top: 0.2rem;
  border-top: 1px solid #eee;
  margin-top: 10px;
  font-size: 0.9rem;
}

.nav-item_div {
  display: inline-block;
  width: 10rem;
}

.checkb {
  width: 1.2rem;
  height: 1.2rem;
}

.men-radio-ine {
  display: inline-block;
  margin-left: 1rem;
}

.link-url {
  display: inline-block;
  font-size: 0.9rem;
  width: 8rem;
}

.btn-succs {
  margin-top: 0;
  margin-right: 8px;
  background-color: #20d097;
  border: #20d097;
}

.btn-succs:hover {
  background-color: #20d097 !important;
  border: #20d097 !important;
}

.visibs {
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  max-height: 910px;
}

.visibs_div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.visibs_div_template {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.templet_activitys {
  border-radius: 2px;
  padding: 10px;
  border: 1px solid #e4e8eb;
}

.templet_activitys_create {
  border-radius: 2px;
  font-size: 1rem;
}

.btn-minismore {
  border-radius: 2px;
  background-color: #797ff3;
  border: #797ff3;
  width: 6.5rem;
  color: white;
}

.xlb-cons_title {
  background-color: white;
  padding: 24px 32px;
}

.ke_box_xlb {
  color: #de1f26;
  font-size: 1.1rem;
  padding: 1.3rem 0;
}

.xlb_tu {
  display: flex;
  width: 100%;
  margin-top: 1.2rem;
}

.xlb-hid {
  width: 100%;
  overflow: hidden;
}

.tuwen_list {
  display: flex;
  width: 74%;
}

.xlb_message {
  color: #353535;
  font-size: 1rem;
  width: 6rem;
  display: inline-block;
}

.kefu {
  margin-left: 1px;
  float: left;
  margin-right: 3px;
}

.kefu_textarea {
  display: inline-block;
  width: 75% !important;
}

.mr_top {
  position: relative;
  left: 0;
  top: -6px;
}

.tu_base {
  display: inline-block;
  font-size: 1rem;
}

.yuansh_message {
  margin-right: 2rem;
  height: 24rem;
  margin-top: 20px;
}

.yuansh_base {
  height: 24rem;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-right: 2rem;
}

.xlb_tu_span {
  height: 32px;
  line-height: 22px;
  float: left;
  font-size: 0.9rem;
  position: relative;
  left: 0;
}

.create-success {
  background-color: #20d097;
  border: #20d097;
}

.create-success:hover {
  background-color: #20d097;
  border: #20d097;
}

.create-success:focus {
  background-color: #20d097;
  border: #20d097;
}

.tuwen_lianj {
  margin: 0 !important;
  float: left;
  position: relative;
  left: 0;
  top: 3px;
}

.xlb-panners_div {
  display: block;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.xlb-template-div {
  margin-top: 1.8rem;
  display: block;
  float: left;
}

.liebian_pics {
  float: left;
  width: 23%;
  margin-right: 0.5rem;
}

.right_tuwen_img {
  width: 100%;
  height: auto;
  min-height: 13rem;
}

.biaot {
  margin: 0.6rem 0 !important;
  padding: 0 0.6rem !important;
}

.btn-basic {
  border-radius: 2px;
  width: 8.75rem;
  height: 2.5rem;
  background-color: #ffbd00;
  border: #ffbd00;
}

.xiaopei {
  margin-bottom: 20px;
  margin-top: 0.6rem;
}

.mr_top_1 {
  margin-top: 1rem !important;
}

.form_upload_forms {
  width: 8rem !important;
  height: 2.5rem !important;
  position: relative;
  left: 0;
  top: 0;
}

.fa-bell_r {
  color: red;
  margin-left: 1rem;
  position: relative;
  left: 0;
  top: 0.2rem;
}

.da-bell_c {
  color: red !important;
  margin-left: 0 !important;
  margin-right: 0.5rem;
}

.xlb-p-title_left {
  left: 0;
}

.pisx {
  width: 27rem !important;
}

.go_old {
  border-radius: 20px;
  border: 1px solid #de1f26;
  padding: 5px 20px;
  margin-right: 30px;
  font-size: 1rem;
  height: 5.3rem;
  line-height: 5.3rem;
  color: #de1f26 !important;
}

.key_word {
  width: 18rem !important;
}

.key_time {
  width: 8rem !important;
}

.xlb_switch_img {
  float: left;
  margin-right: 0.5rem !important;
}

.xlb-switch-icon_img {
  float: left;
  margin-right: 0.5rem;
}

.text_span {
  color: #888 !important;
  width: auto !important;
  font-size: 1rem !important;
  margin-top: -0.15rem !important;
}

.danger {
  font-size: 16px !important;
  line-height: 1.8 !important;
}

.key_word_p {
  font-size: 1.8rem;
  display: inline-block;
}

.xlb_detai {
  height: 1rem;
  line-height: 1rem;
  padding-top: 0.2rem;
  border-top: 1px solid #eee;
  margin-top: 10px;
  font-size: 0.9rem;
}

.add_plus_img {
  width: 4rem !important;
  margin-top: 7.5rem !important;
}

.add_plus_span {
  display: block;
  color: #888;
  font-size: 13px;
  padding: 8px;
}

.btn_n {
  border: dashed 1px #aaa !important;
  position: relative;
  left: 0;
  top: 4px;
  margin-right: 1.3rem;
  border-radius: 3px;
  width: 26px;
  height: 26px;
  background: #000;
}

.btn_a {
  border: dashed 1px #aaa !important;
  border-radius: 3px !important;
  width: 26px !important;
  height: 26px !important;
  background: #000 !important;
}

.add_plus_div {
  display: block;
  color: #888 !important;
  font-size: 13px !important;
  background-color: white !important;
  height: auto !important;
}

.form_upload_control_inp {
  top: 20px;
  width: 8rem;
  height: 2.5rem;
  position: relative;
  left: 0;
}

.xlb-a-span {
  position: relative !important;
  left: 0 !important;
  top: -7px !important;
  width: 6rem !important;
}

.xlb-mar-top {
  width: 100% !important;
  height: 18rem !important;
}

.mr_bottom_18 {
  margin-bottom: 1.8rem !important;
}

.xlb_fon_siz {
  font-size: 0.9rem !important;
}

.bor_radius_4 {
  border-radius: 4px !important;
}

.xlb-switch-span {
  font-size: 0.9rem !important;
  margin-left: 1rem !important;
}

.templet-div {
  color: #de1f26 !important;
  font-size: 1.1rem !important;
  border-bottom: 1px solid #e4e8eb !important;
  font-family: '微软雅黑';
  padding: 1.3rem 0 !important;
}

.templet-a-col {
  color: #888 !important;
  font-size: 1rem;
}

.xlb-keyword-span {
  color: #de1f26 !important;
}

.dropdown-btn {
  border-radius: 2px;
  padding: 0.5rem 0.75rem;
  font-size: 14px;
}

.splits {
  margin-top: 1.7rem !important;
  margin-bottom: 1.5rem !important;
}

.creatory {
  width: 330px;
  line-height: 20px;
  font-family: PingFangSC;
  font-size: 14px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #b2b2b2;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -165px;
}

.xlb_leb {
  font-size: 1rem;
}

.xitong {
  min-width: 80rem;
}

.xitong .go_buy {
  font-size: 26px;
  font-family: 'Microsoft YaHei';
}

.xitong > .fuwu_content {
  margin-top: 23px;
  border: 1px solid #eee;
}

.xitong > .fuwu_content > .fuwu_content_1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 46px;
  line-height: 46px;
  background-color: #f6f8f9;
  padding: 0 5px;
}

.fuwu_content_2 {
  background-color: white;
  border-top: 1px solid #eee;
}

.fuwu_zhidao {
  display: flex;
  flex-direction: row;
  font-size: 1rem;
  color: #353535;
  width: 20%;
}

.service_neirong {
  color: #e44b51;
  font-size: 1.2rem;
  margin-right: 2.875rem;
  width: 9rem;
}

.service_ban {
  float: left;
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #888;
}

.service {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  clear: both;
  margin-top: 2.625rem;
}

.service > .service_vip {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 24%;
}

.fuwu_content_1 > .fuwu_zhidao > span {
  font-size: 0.9rem;
  color: #353535;
}

.service_v {
  height: 6.25rem;
  line-height: 6.25rem;
  color: white;
  background-color: #ffbd00;
  text-align: center;
  font-size: 22px;
}

.service_shihe {
  text-align: center;
  padding-top: 1.2rem;
  padding-bottom: 1.4rem;
  font-size: 0.9rem;
  color: #888;
  border-bottom: 1px solid #eee;
}

.price > .new_price {
  margin-top: 2.25rem;
  margin-bottom: 1.2rem;
  font-size: 2.2rem;
  color: #ffbd00;
  text-align: center;
}

.price > .old_price {
  text-align: center;
  margin-bottom: 2.875rem;
}

.price .price_buy {
  width: 80%;
  margin-left: 10%;
  border-radius: 2px;
  border: 1px solid #de1f26;
  height: 2.3125rem;
  line-height: 2.3125;
  font-size: 0.9rem;
  text-align: center;
  color: #de1f26;
  cursor: pointer;
}

.price .price_buy:hover {
  background-color: #de1f26;
  color: white;
}

.service_nei {
  margin-top: 2.8rem;
}

.service_nei > .gong_nen {
  text-align: center;
  font-size: 1.2rem;
  color: #353535;
  font-family: 微软雅黑;
  font-weight: normal;
}

.service_detail {
  margin-left: 20%;
  margin-bottom: 0.9rem;
}

.service_detail > .service_det {
  display: block;
  font-size: 0.9rem;
  color: #353535;
  margin-top: 1.1rem;
}

.form_div {
  top: -26px !important;
}

.svip {
  color: #de1f26;
  margin-top: 2.5rem;
  position: relative;
  left: -15%;
  top: 0;
}

.mar_lef {
  position: relative;
  left: -12%;
  top: 0;
}

.shangwu {
  margin-top: 1.9rem;
  text-align: center;
  font-size: 1.2rem;
  color: #353535;
  font-family: '微软雅黑';
}

.shangwu_qi {
  text-align: center;
  margin-top: 1.9rem;
}

.shangwu_qi > .qi_logo {
  width: 10.8rem;
  height: 10.8rem;
}

.shangwu_lianx {
  margin-top: 6px;
  font-size: 0.9rem;
  color: #353535;
  text-align: center;
}

.shangwu_zeng {
  margin-top: 2px;
  font-size: 0.9rem;
  color: #de1f26;
  text-align: center;
}

.shangwu_xiao {
  margin-top: 3rem;
  text-align: center;
}

.fw {
  font-weight: 700;
}

.shixiang {
  margin-top: 2.1rem;
}

.shixiang > .shixiang_head {
  color: #de1f26;
  font-size: 1.2rem;
}

.fap {
  display: flex;
  flex-direction: row;
  margin-top: 1.8rem;
  flex-wrap: wrap;
}

.shixiang > .fap > .shixiang_zhu {
  width: 48%;
}

.shixiang > .fap > .shixiang_zhu > div > .shixiang_zhu_head {
  font-size: 1rem;
  color: #353535;
  font-weight: 700;
  margin-bottom: 1rem;
}

.shixiang > .fap > .shixiang_zhu > div > .mb {
  margin-bottom: 1rem;
  color: #888;
  font-size: 0.9rem;
}

.reg_psd {
  float: right;
  color: #888;
}

.reg_psd:hover {
  color: purple;
}

.lei_img {
  width: 1.1rem;
  height: 1.1rem;
  position: relative;
  left: 0;
  top: 4px;
}

.lei_cou {
  display: flex;
  flex-direction: row;
}

.leixi {
  color: #de1f26;
  font-size: 1rem;
}

.lei_user {
  color: #707070;
  margin-top: 10px;
}

.lei_use {
  color: #707070;
}

.xlb-accoun {
  display: none;
  position: relative;
  right: -500px;
  top: -500px;
}

.ccount_get {
  float: right;
  color: #dadada;
  cursor: pointer;
  position: relative;
  left: 1rem;
  top: 0;
}

.pos_cus {
  margin-right: 1rem;
}

.pos_cus[type='radio']:checked:before {
  content: '';
  display: block;
  position: relative;
  outline: 0;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  color: red;
  font-weight: 400;
  z-index: 1;
  background-color: #de1f26;
  border: 1px solid #de1f26;
  background-clip: content-box;
  padding: 0.2em;
  appearance: none;
  -webkit-appearance: none;
}

.dis_con {
  margin-right: 2rem;
  margin-left: 0.5rem;
  display: inline-block;
  width: 5rem;
  position: relative;
  left: 0;
  top: 0.5rem;
}

.dis_flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.dis_div {
  display: inline-block;
  width: 30%;
  position: relative;
  left: 0;
  top: 0.5rem;
}

.bg_gy {
  color: #de1f26 !important;
}

.bg_gys {
  color: #888 !important;
}

.xlb-btn-green:hover {
  counter-reset: white !important;
}

.xlb-btn-red:hover {
  counter-reset: white !important;
}

.xlb-data-top {
  padding: 1.5rem;
}

.xlb-data-top > h3 {
  font-size: 1.7rem;
  color: #353535;
  margin-bottom: 1.5rem;
}

.xlb-data-top > div {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

.xlb-data-top > div > div {
  height: 8.5rem;
}

.xlb-data-top > div > div > h3 {
  font-size: 1.2rem;
  padding-top: 1.8rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

.xlb-data-top > div > div > h3 > img {
  margin-right: 0.5rem;
}

.xlb-data-top > div > div > span {
  font-size: 2.5rem;
  font-family: Tahoma;
  font-weight: bold;
  position: relative;
  left: 0;
  top: 0.6rem;
}

.xlb_total {
  display: inline;
  position: relative;
  left: 0;
  top: 0.6rem;
}

.xlb-data-top > div > div:nth-child(1) > span {
  color: #ffbd00;
}

.xlb-data-top > div > div:nth-child(2) > span {
  color: #20d097;
}

.xlb-data-top > div > div:nth-child(3) > span {
  color: #797ff3;
}

.xlb-data-top > div > div:nth-child(4) > span {
  color: #e44b51;
}

.xlb-data-top > div > div:nth-child(5) > span {
  color: #ff79d5;
}

.xlb-data-details {
  padding: 1.5rem 2.5rem;
}

.xlb-data-details > ul {
  display: flex;
  display: -webkit-flex;
  border-bottom: 1px solid #e4e8eb;
}

.xlb-data-details > ul > li > a {
  font-family: '微软雅黑';
  font-size: 1rem;
  color: #353535;
  padding: 0.4rem 1.8rem;
  display: inline-block;
  border-right: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.xlb-p-warning {
  padding: 0rem !important;
  color: #888;
  font-size: 1.1rem;
}

.xlb-data-list,
.xlb-t-data-list,
.xlb-form-data-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.xlb-data-list > a:hover,
.xlb-t-data-list > a:hover,
.xlb-form-data-list > a:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.xlb-data-list > div,
.xlb-data-list > a,
.xlb-t-data-list > div,
.xlb-t-data-list > a,
.xlb-form-data-list > div,
.xlb-form-data-list > a {
  display: flex;
  display: -webkit-flex;
  color: #353535;
  width: 24%;
  height: 10.5rem;
  border: solid 1px #eee;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  border-radius: 5px;
}

.xlb-data-list > div > img,
.xlb-data-list > a > img,
.xlb-t-data-list > div > img,
.xlb-t-data-list > a > img,
.xlb-form-data-list > div > img,
.xlb-form-data-list > a > img {
  width: 4.1rem;
  height: 4.1rem;
  margin: 1rem 1rem 1rem 1rem;
}

.xlb-data-list > div > div,
.xlb-data-list > a > div,
.xlb-t-data-list > div > div,
.xlb-t-data-list > a > div,
.xlb-form-data-list > div > div,
.xlb-form-data-list > a > div {
  flex: 1;
}

.xlb-data-list > div > div,
.xlb-data-list > a > div,
.xlb-t-data-list > div > div,
.xlb-t-data-list > a > div,
.xlb-form-data-list > div > div,
.xlb-form-data-list > a > div {
  position: relative;
}

.xlb-data-list > div > div > p,
.xlb-data-list > a > div > p,
.xlb-t-data-list > div > div > p,
.xlb-t-data-list > a > div > p,
.xlb-form-data-list > div > div > p,
.xlb-form-data-list > a > div > p {
  margin: 0;
  padding: 0;
}

.xlb-data-list > div > div > p > a,
.xlb-data-list > a > div > p > a,
.xlb-t-data-list > div > div > p > a,
.xlb-t-data-list > a > div > p > a,
.xlb-form-data-list > div > div > p > a,
.xlb-form-data-list > a > div > p > a {
  display: inline-block;
  margin-right: 0.6rem;
  color: #20d097;
}

.xlb-data-list > div > div > p:nth-child(1),
.xlb-data-list > a > div > p:nth-child(1),
.xlb-t-data-list > div > div > p:nth-child(1),
.xlb-t-data-list > a > div > p:nth-child(1),
.xlb-form-data-list > div > div > p:nth-child(1),
.xlb-form-data-list > a > div > p:nth-child(1) {
  font-size: 1.35rem !important;
  color: #353535;
  margin: 1rem 0rem 0rem;
}

.xlb-data-list > div > div > p:nth-child(2),
.xlb-data-list > a > div > p:nth-child(2),
.xlb-t-data-list > div > div > p:nth-child(2),
.xlb-t-data-list > a > div > p:nth-child(2),
.xlb-form-data-list > div > div > p:nth-child(2),
.xlb-form-data-list > a > div > p:nth-child(2) {
  margin-top: 0.6rem;
  color: #888;
  font-size: 0.9rem;
}

.icon_can {
  width: 1.1rem;
  height: 1.1rem;
  position: relative;
  left: 0;
  top: 2px;
}

.xlb-data-list > div > div > p:nth-child(3),
.xlb-data-list > a > div > p:nth-child(3),
.xlb-t-data-list > div > div > p:nth-child(3),
.xlb-t-data-list > a > div > p:nth-child(3),
.xlb-form-data-list > div > div > p:nth-child(3),
.xlb-form-data-list > a > div > p:nth-child(3) {
  position: absolute;
  left: 1rem;
  right: 1rem;
  font-size: 0.8rem;
  color: #888;
}

.xlb-data-list > div > div > p:nth-child(3) > span,
.xlb-data-list > a > div > p:nth-child(3) > span,
.xlb-t-data-list > div > div > p:nth-child(3) > span,
.xlb-t-data-list > a > div > p:nth-child(3) > span,
.xlb-form-data-list > div > div > p:nth-child(3) > span,
.xlb-form-data-list > a > div > p:nth-child(3) > span {
  padding: 1rem 0.6rem;
  border-radius: 5px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  font-size: 0.9rem;
}

.xlb-data-list > div > div > p:nth-child(3) > span > i,
.xlb-data-list > a > div > p:nth-child(3) > span > i,
.xlb-t-data-list > div > div > p:nth-child(3) > span > i,
.xlb-t-data-list > a > div > p:nth-child(3) > span > i,
.xlb-form-data-list > div > div > p:nth-child(3) > span > i,
.xlb-form-data-list > a > div > p:nth-child(3) > span > i {
  margin-right: 0.5rem;
}

.xlb-data-list > div > div > p:nth-child(3) > span:hover,
.xlb-data-list > a > div > p:nth-child(3) > span:hover,
.xlb-t-data-list > div > div > p:nth-child(3) > span:hover,
.xlb-t-data-list > a > div > p:nth-child(3) > span:hover,
.xlb-form-data-list > div > div > p:nth-child(3) > span:hover,
.xlb-form-data-list > a > div > p:nth-child(3) > span:hover {
  cursor: pointer;
}

.disno {
  display: none;
}

.xlb-data-list > div > div > p:nth-child(3) > span:nth-child(1),
.xlb-data-list > a > div > p:nth-child(3) > span:nth-child(1),
.xlb-t-data-list > div > div > p:nth-child(3) > span:nth-child(1),
.xlb-t-data-list > a > div > p:nth-child(3) > span:nth-child(1),
.xlb-form-data-list > div > div > p:nth-child(3) > span:nth-child(1),
.xlb-form-data-list > a > div > p:nth-child(3) > span:nth-child(1) {
  margin-left: -1.6rem;
}

.margin_left {
  width: 7.5rem;
  color: #353535;
  float: left;
  text-align: right;
  margin-right: 24px;
}

.section > a {
  color: white;
}

.xlb-template-send-senior {
  padding: 1.5rem 1.8rem;
  font-size: 1rem;
  background-color: #f7f8fc;
  margin: 2rem 0rem;
  width: 45rem;
}

.footds {
  background: #e44b51;
  color: #fff;
}

.min-hei {
  max-height: 400px;
  overflow-y: scroll;
}

.xlb-template-send-from-time {
  position: relative;
}

.xlb-template-send-from-time > div:nth-child(2) {
  position: absolute;
  top: 0rem;
  left: 8rem;
  background-color: #fff;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
  padding: 1.5rem;
  border-radius: 3px;
  width: 30rem;
  height: 11rem;
  z-index: 11;
  border: solid 1px #dfdfdf;
}

.xlb-template-send-from-time > div:nth-child(2) span {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
}

.xlb-template-send-from-time > div:nth-child(2) > div {
  margin-top: 1rem;
}

.xlb-template-send-from-time > div:nth-child(2) > div > a {
  padding: 0.4rem 1rem;
  font-size: 1rem;
  text-align: center;
}

.xlb-template-send-from-time > div:nth-child(2) > div > a:nth-child(1) {
  background-color: #e44b51;
  color: #fff;
  margin-right: 0.8rem;
}

.xlb-template-send-from-time > div:nth-child(2) > div > a:nth-child(2) {
  background-color: #dfdfdf;
  color: #353535;
}

.headimgs {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}

.xlb-data-pre-send {
  margin: 1rem 1.5rem 1rem 1rem;
  background-color: #fff;
  line-height: 5rem;
  padding-right: 2.5rem;
  font-size: 1.15rem;
  color: #666;
}

.xlb-data-pre-send > div {
  overflow: hidden;
}

.xlb-data-pre-send a {
  float: right;
  color: #e44b51 !important;
}

.shujus {
  background-color: #f6f8f9;
}

.color_r {
  color: white;
  background-color: #de1f26;
  cursor: pointer;
  padding: 0.2rem 0.5rem;
  text-align: center;
  width: 9rem;
}

.color_p {
  color: #353535;
  cursor: pointer;
  padding: 0.2rem 0.5rem;
  text-align: center;
  border-left: 1px solid #cdd1f5;
  border-top: 1px solid #cdd1f5;
  border-bottom: 1px solid #cdd1f5;
  width: 9rem;
}

.no-click:hover {
  color: #353535 !important;
}

/*!*width: 100% !important;*!*/
.box {
  width: 225px !important;
  z-index: 1001;
}

.colorBtn {
  width: 25px !important;
  height: 25px !important;
  border: 1px solid #000;
}

.xlb-template-redirect {
  font-size: 1rem;
  font-weight: bold;
  color: #353535;
  margin: 2rem 0 1rem;
}

.xlb-template-redirect > div > span {
  display: inline-block;
  width: 6rem;
}

.xlb-template-redirect > h3 > div {
  display: inline-flex;
}

.xlb-template-redirect > h3 > span {
  display: inline-block;
  width: 6rem;
  font-size: 1.1rem;
  font-weight: bold;
}

.xlb-template-redirect > h3 > div > a {
  border: solid 1px #ddd;
  color: #353535;
  width: 6rem;
  height: 2.1rem;
  line-height: 2.1rem;
  text-align: center;
  font-size: 0.9rem;
  display: inline-block;
}

.xlb-template-redirect > h3 > div .a-click {
  background-color: #f7f8fc;
  color: #353535;
}

.xlb-template-redirect > h3 > div .no-click {
  background-color: #fff;
  color: #353535;
}

.template_content {
  font-size: 1rem;
  font-weight: bold;
  color: #353535;
}

#xlbTemplateExample {
  padding: 1rem 2rem;
  background-color: #f7f8fc !important;
  border: 0;
}

.template-shili {
  margin: 0 0 10px !important;
  padding: 0 !important;
}

.dropdown-item {
  padding: 0 !important;
}

.xlb-customer-nav .a-click {
  background-color: #f7f8fc;
  color: #353535;
}

.xlb-customer-nav > a {
  border: solid 1px #ddd;
  color: #353535;
  width: 6rem;
  height: 2.1rem;
  line-height: 2.1rem;
  text-align: center;
  font-size: 0.9rem;
  display: inline-block;
}

.liebianlv {
  width: 100% !important;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  font-family: 'Microsoft YaHei';
  position: static !important;
  display: block;
}

.headimgurl {
  width: 2.5rem;
  height: 2.5rem;
}

.xlb-table > tbody > tr > th {
  background-color: white !important;
}

.nodata {
  color: #888;
}

.anticon-check-circle {
  margin-right: 8px !important;
  font-size: 16px !important;
  position: relative;
}

.captchacode {
  height: 44px;
  line-height: 44px !important;
  border: solid 1px #e44b51;
  text-align: center;
  color: #e44b51;
  border-radius: 1px;
  position: relative;
  width: 38% !important;
  top: 0;
}

.captcha_input {
  width: 59% !important;
  margin-right: 3%;
}

.vertify-code-click {
  border: solid 1px #eee !important;
  color: #888 !important;
}

.yan_code {
  width: 25% !important;
}

.captchabet {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.liecolor {
  font-size: 0.9rem;
  margin-top: 1rem;
  margin-bottom: 0.8rem;
  color: #888;
}

.activity_name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.cha_logo {
  width: 0.4rem;
  height: 0.4rem;
}

.cirlcs {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #de1f26;
  border-radius: 50%;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  position: relative;
  left: 0;
  top: 0.5rem;
}

.flex_left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}

.send_time {
  color: #9f9f9f;
  font-size: 0.9rem;
  margin-left: 0.3rem;
  cursor: pointer;
}

.ant-spin-dot i {
  background-color: #de1f26 !important;
}

.ant-modal-confirm-body-wrapper {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  -webkit-box-orient: horizontal;
}

.ant-modal-confirm-body {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

.ant-modal-confirm-body > .anticon {
  margin-right: 0px;
  font-size: 36px;
}

.ant-modal-confirm-body .ant-modal-confirm-title {
  font-size: 17px;
  margin-top: 15px;
}

.ant-modal-confirm-content {
  margin-left: 0px !important;
}

.ant-modal-confirm-body .ant-modal-confirm-title {
  margin-left: 0px;
}

.windows .ant-modal-close {
  display: block;
}

.navigation {
  display: flex;
  // justify-content: space-between;
}

.navigationTitle {
  color: #1890ff;
}

.navigationTitle span {
  font-size: 12px !important;
}

.navigationTitle:focus {
  color: #1890ff !important;
}

.navigationTitle:hover {
  color: #1890ff !important;
}

#table .ant-table-tbody > tr > td {
  padding: 10px 16px;
}

.pannel #xlb-qrcode-no-activity p {
  margin: 0px !important;
}

.pannel .xlb-data-no-activity p {
  margin: 0px;
  padding: 0px;
}

.xlb_con_del {
  display: flex;
  flex-direction: row;
  padding: 0 20px;
  min-width: 300px;
  width: 320px;
  max-width: 320px;
  justify-content: space-between;
  margin-top: 20px;
}

.userlogo_clo {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.user_name_clo {
  height: 32px;
  line-height: 32px;
}

.xlb_con_title {
  display: flex;
  flex-direction: row;
}

.xlb_deltime {
  color: #494949;
  height: 32px;
  line-height: 32px;
}

.xlb_deltime > span {
  font-size: 16px;
  color: #de1f26;
}

.xlb_addup {
  text-align: center;
  width: 220px;
  margin: 20px auto 10px auto;
  height: 32px;
  font-size: 1.1rem;
  line-height: 32px;
  cursor: pointer;
}

.xlb_addups {
  background-color: #de1f26;
  color: #fff;
  border-radius: 2px;
  padding: 2px 0;
}

.pannel_top {
  position: relative;
  /*margin-right: 1.786rem*/
}

.ant-modal-title {
  text-align: center;
}

.ant-modal-header {
  border-bottom: none;
}

.ant-modal-footer {
  border-top: none;
}

.title-icon {
  cursor: pointer;
}
