@charset "UTF-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.6;
  font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
  color: #353535;
}

html, body {
  position: relative;
  font-size: 13px;
  width: 100%;
  height: 100%;
}

@media (max-width: 1440px) {
  html, body {
    font-size: 13px;
  }
}
* {
  margin: 0;
  padding: 0;
}

ul,
ol {
  padding-left: 0;
  list-style-type: none;
}

a img,
fieldset {
  border: 0;
}

a {
  text-decoration: none;
  color: #576B95;
}

a:hover, a:active, a:visited, a:focus {
  text-decoration: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  overflow: visible;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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: 0;
  cursor: pointer;
}

svg:not(:root) {
  overflow: hidden;
}

h1, h2, h3, p {
  -webkit-appearance: none;
}

h1, h2, h3, a, input, textarea, div, section, article, header, footer {
  font-family: "微软雅黑";
  font-weight: 500;
  margin: 0px;
  padding: 0px;
}

.modal-title {
  display: inline-block;
}

input[type=radio] {
  width: 18px !important;
  height: 18px !important;
  align-self: baseline;
  margin-right: 5px !important;
}

html, body {
  background-color: #f5f7fa;
}

#app {
  position: relative;
}

.bamboo-app {
  position: relative;
  display: flex;
  display: -webkit-flex;
}

.bamboo-sub-nav {
  margin: 0 0 20px;
  font-size: 14px;
}

.bamboo-a-nav {
  display: block;
  padding: 15px 30px;
  font-size: 14px;
  color: #666;
}

.bamboo-checkbox {
  width: 16px !important;
  height: 16px !important;
  margin-right: 8px !important;
}

.warning-text-p {
  color: #ff4900;
  margin: 0;
}

.bamboo-right {
  position: absolute;
  top: 6.5rem;
  left: 20rem;
  right: 6rem;
}

.ggk-alert {
  background-color: #fcf0f1;
  padding: 1rem 1.5rem;
  margin-bottom: 3rem;
  border: 1px solid #de1f26;
  color: #333;
}

.bamboo-radio-select {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  width: auto;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  line-height: 2;
}

.bamboo-radio-select > span:nth-child(1) {
  font-weight: bold;
}

.bamboo-radio-select > span {
  width: 8rem;
  color: #333;
  display: inline-flex;
  align-items: center;
}

.bamboo-radio-select > span input {
  width: 15px;
  height: 15px;
  margin-right: 3px;
}

.bamboo-sass-h3 {
  font-size: 1.2rem;
  margin: 2rem 1rem;
  color: #666;
}

.bamboo-diff {
  margin-top: 1.6rem;
}
.bamboo-diff > span:nth-child(1) {
  width: 7rem;
  font-size: 1rem;
}
.bamboo-diff > input {
  flex: 1;
}
.bamboo-diff > span {
  margin-right: 2rem;
}
.bamboo-diff > span input {
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
}

.source-fenzu {
  align-items: center;
  margin-bottom: 1.5rem;
}
.source-fenzu > span {
  margin-right: 20px;
}

.folder, .folder_plus {
  height: 2.5rem;
  text-align: center;
  color: #888;
  font-size: 12px;
  border-radius: 8px;
  line-height: 2.5rem;
  padding: 3px 10px;
  margin-left: 10px;
}

.file-delete-warning {
  padding: 15px 0;
}

.file-not-delete-details {
  margin: 15px 0 20px;
  color: #999;
}
.file-not-delete-details ul > li {
  margin: 10px 0;
}

.bamboo-ziyuan-item-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bamboo-ziyuan-item-box > div:nth-child(5n+5) {
  margin-right: 0;
}

.source-file-a:hover {
  cursor: pointer;
}

.bamboo-ziyuan-item {
  width: 8rem;
  margin-right: 0.73rem;
  padding: 4px;
  box-sizing: content-box;
  margin-bottom: 1rem;
}
.bamboo-ziyuan-item:hover {
  cursor: pointer;
  background: #f0f0f0;
}
.bamboo-ziyuan-item > div {
  width: 8rem;
  height: 8rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bamboo-ziyuan-item > div > img {
  width: 100%;
}
.bamboo-ziyuan-item > div > div {
  width: 4rem;
  height: 4rem;
  border: solid 1px #aaa;
  padding: 8px;
  display: flex;
  align-items: center;
}
.bamboo-ziyuan-item > div > div > img {
  width: 100%;
}
.bamboo-ziyuan-item p {
  font-size: 10px;
  width: 8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
}

.search-file {
  width: 30rem;
  display: flex;
  align-items: center;
}

.source-upload-and-search-box {
  display: flex;
  align-items: center;
}

.file-controll > a {
  font-size: 1.2rem;
  margin-left: 1rem;
  width: 1.65rem;
  height: 1.65rem;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 1.65rem;
  margin-left: 0;
  margin-right: 0.5rem;
}
.file-controll > a:last-child {
  margin-right: 0;
}
.file-controll > a:hover {
  cursor: pointer;
}
.file-controll > a[data-tag=see] {
  background-image: url(../icon/iocn-see.png);
}
.file-controll > a[data-tag=see]:hover {
  background-image: url(../icon/iocn-see-hover.png);
}
.file-controll > a[data-tag=edit] {
  background-image: url(../icon/edit.png);
}
.file-controll > a[data-tag=edit]:hover {
  background-image: url(../icon/edit-hover.png);
}
.file-controll > a[data-tag=delete] {
  background-image: url(../icon/delete.png);
}
.file-controll > a[data-tag=delete]:hover {
  background-image: url(../icon/delete-hover.png);
}
.file-controll > a[data-tag=huifu] {
  background-image: url(../icon/huifu.png);
}
.file-controll > a[data-tag=huifu]:hover {
  background-image: url(../icon/huifu-hover.png);
}

.headimg {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}

.bamboo-source-header > div {
  flex-wrap: wrap;
}

.folder_click {
  border: solid 1px #34a039;
  color: #fff;
  border-radius: 50px;
  background-color: #34a039;
}
.folder_click:hover, .folder_click:focus {
  color: #fff;
}

.folder_plus {
  border: solid 1px #34a039;
  background-color: #34a039;
  color: #fff;
  border-radius: 50px;
  height: 2rem;
  line-height: 2rem;
}
.folder_plus img {
  width: 2.5rem;
}

.scrollbar-macosx {
  width: 100%;
}

.bamboo-nav {
  padding: 1rem 0.8rem 1.8rem;
  font-size: 24px;
  color: #454545;
  z-index: 100000 !important;
  overflow: hidden;
}

.data-zhibiao {
  margin: 35px 15px;
}
.data-zhibiao > h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.data-zhibiao > p {
  font-size: 1rem;
  color: #666;
}
.data-zhibiao > p > span:nth-child(1) {
  color: #333;
  font-weight: bold;
}

.update-sort-button {
  background: #fff;
  border: solid 1px #FFBD00;
  font-size: 12px;
  padding: 0 1rem;
  border-radius: 2px;
  line-height: 2;
}

.bamboo-switch-icon {
  width: 3.3rem;
  height: auto;
  border-radius: 0;
}
.bamboo-switch-icon:hover {
  cursor: pointer;
}

.bamboo-btn-green {
  width: 94px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: solid 1px #34a039;
  color: #34a039;
  display: inline-block;
  font-size: 16px;
  border-radius: 5px;
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s; /* Opera */
}
.bamboo-btn-green:hover, .bamboo-btn-green:focus, .bamboo-btn-green:active {
  color: #ffffff;
  background-color: #34a039;
}

.bamboo-btn-red {
  width: 6rem;
  height: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
  background-color: #20D097;
  color: #ffffff;
  display: inline-block;
  font-size: 1rem;
  border-radius: 2px;
}
.bamboo-btn-red:hover, .bamboo-btn-red:focus, .bamboo-btn-red:active {
  color: #ffffff;
  background-color: #20D097;
}

.form-control {
  border: solid 1px #e0e0e0;
  box-shadow: none;
  border-radius: 5px;
  height: 42px;
  font-size: 14px;
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s; /* Opera */
}

.form-control:focus {
  border-color: #DE1F26;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bamboo-table {
  border: solid 1px #eaeaea;
  width: 100%;
  margin: 1.3rem 0;
}
.bamboo-table tr th {
  border-bottom: solid 1px #eaeaea;
  padding: 0.55rem 0.5rem;
  font-size: 0.9rem;
  background-color: #f0f0f0;
  font-weight: 500;
  color: #222;
}
.bamboo-table tr td {
  border-bottom: solid 1px #eaeaea;
  border-right: solid 1px #eaeaea;
  padding: 0.4rem 0.5rem;
  font-size: 0.9rem;
  color: #454545;
  white-space: pre-line;
  word-break: break-word;
}
.bamboo-table tr td > a {
  color: #666;
  font-size: 0.9rem;
  display: inline-block;
  word-break: break-all;
}
.bamboo-table tr:nth-child(2n+1) {
  background-color: #fafafa;
}
.bamboo-table tbody tr {
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s; /* Opera */
}
.bamboo-table tbody tr:hover {
  background-color: #f3f3f3;
}
.bamboo-table tbody tr:hover > td > a {
  color: #353535;
}
.bamboo-table tbody tr .bamboo-content-control a {
  margin-left: 0px;
  margin-right: 0.5rem;
}
.bamboo-table tbody tr .bamboo-content-control a:last-child {
  margin-right: 0;
}

.xlb-data-page {
  margin: 1.8rem 0rem 0;
}
.xlb-data-page > div > a {
  margin-right: 0.8rem;
  border: none;
  outline: none;
  color: #fff;
  display: inline-block;
  padding: 0.25rem 0.65rem;
  font-size: 0.95rem;
  border-radius: 2px;
}
.xlb-data-page > div > a:hover {
  cursor: pointer;
}
.xlb-data-page > div > a:nth-child(1) {
  background-color: #44b549;
}
.xlb-data-page > div > a:nth-child(2) {
  background-color: #FFBD00;
}

.content table, .content table td {
  border: solid 1px #000;
}

.select {
  border: none;
  outline: none;
  background: #fff;
  border-radius: 4px;
  width: 248px;
  height: 37px;
  border: none;
  outline: none;
  margin-right: 15px;
  font-size: 13px;
  color: #555;
  letter-spacing: 0;
  text-align: left;
  padding: 0 15px;
  border: solid 1px hsl(0, 0%, 80%);
}
.select:hover, .select:focus, .select:active {
  border: solid 1px #2684ff;
  outline: none;
}
.select option {
  padding: 5px 2px;
  border: none;
  outline: none;
}

.c-swiper-type {
  width: 15rem;
  z-index: 806;
}

.c-swiper-arctype-multiple {
  display: inline-block;
  width: 35rem;
  z-index: 805;
}

.c-swiper-system-multiple {
  display: inline-block;
  width: 55rem;
  z-index: 805;
}

.bamboo-sass-header {
  background-color: #ffffff;
  padding: 0.8rem 1.5rem;
  overflow: hidden;
  border-bottom: solid 1px #f2f2f2;
  font-weight: 300;
}
.bamboo-sass-header > span {
  color: #666;
  font-size: 1rem;
}
.bamboo-sass-header > span:last-child {
  color: #FF4900;
  float: right;
  font-size: 0.9rem;
}

.bamboo-sass-databox {
  margin: 0 1rem 2rem;
  padding: 35px;
  background-color: #ffffff;
}
.bamboo-sass-databox > h3 {
  font-size: 18px;
}

.bamboo-sass-databox-1 {
  margin: 1.5rem 0;
  padding: 1.5rem;
  background-color: #f7f7f7;
}
.bamboo-sass-databox-1 > h3 {
  font-size: 1.2rem;
}

.bamboo-sass-shuju-1 {
  display: flex;
  justify-content: space-between;
}
.bamboo-sass-shuju-1 > div {
  width: 16rem;
  height: 9rem;
  text-align: center;
  border-radius: 3px;
  padding-top: 2rem;
}
.bamboo-sass-shuju-1 > div > p {
  font-size: 1.15rem;
  color: #555;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.bamboo-sass-shuju-1 > div > span {
  font-size: 2rem;
  font-weight: bold;
}
.bamboo-sass-shuju-1 > div:nth-child(1) > span {
  color: #FF4900;
}
.bamboo-sass-shuju-1 > div:nth-child(2) > span {
  color: #FFBD00;
}
.bamboo-sass-shuju-1 > div:nth-child(3) > span {
  color: #17a2b8;
}
.bamboo-sass-shuju-1 > div:nth-child(4) > span {
  color: #20D097;
}
.bamboo-sass-shuju-1 > div:nth-child(5) > span {
  color: #DE1F26;
}
.bamboo-sass-shuju-1 > div:nth-child(6) > span {
  color: #666;
}

.bamboo-sass-shuju {
  display: flex;
  justify-content: space-between;
}
.bamboo-sass-shuju > div {
  background-color: #ffffff;
  width: 16rem;
  height: 9rem;
  text-align: center;
  border-radius: 3px;
  padding-top: 2rem;
}
.bamboo-sass-shuju > div > p {
  font-size: 15px;
  color: #555;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.bamboo-sass-shuju > div > span {
  font-size: 2rem;
  font-weight: bold;
}
.bamboo-sass-shuju > div:nth-child(1) > span {
  color: #FF4900;
}
.bamboo-sass-shuju > div:nth-child(2) > span {
  color: #FFBD00;
}
.bamboo-sass-shuju > div:nth-child(3) > span {
  color: #17a2b8;
}
.bamboo-sass-shuju > div:nth-child(4) > span {
  color: #20D097;
}
.bamboo-sass-shuju > div:nth-child(5) > span {
  color: #DE1F26;
}
.bamboo-sass-shuju > div:nth-child(6) > span {
  color: #666;
}

.ggk-hidden-box {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.45);
  text-align: center;
  display: none;
}
.ggk-hidden-box > a {
  border: solid 1px #fff;
  padding: 0.5rem 1rem;
  display: inline-block;
  margin-top: 2rem;
  color: #fff;
  border-radius: 5px;
}

.bamboo-sass-ggk {
  margin: 0rem 1rem 1rem;
  background-color: #fff;
  padding: 1.5rem;
}
.bamboo-sass-ggk > h3 {
  font-size: 1.2rem;
}
.bamboo-sass-ggk > div {
  display: flex;
  margin-top: 1.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bamboo-sass-ggk > div > div.ggk-item {
  position: relative;
  width: 14rem;
  height: 14rem;
  text-align: center;
  margin-right: 1rem;
  margin-bottom: 2rem;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  background-color: #f6f8f9;
}
.bamboo-sass-ggk > div > div.ggk-item:hover > .ggk-hidden-box {
  display: block;
}
.bamboo-sass-ggk > div > div.ggk-item > div {
  position: absolute;
  background-color: #FFBD00;
  color: #333;
  padding: 1px 7px;
  font-size: 0.3rem;
  border-radius: 30px;
  top: 7px;
  right: 7px;
}
.bamboo-sass-ggk > div > div.ggk-item:hover {
  cursor: pointer;
  box-shadow: inset 0 0 1000px rgba(0, 0, 0, 0.1);
}
.bamboo-sass-ggk > div > div.ggk-item > img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  margin: 1rem;
  margin-top: 2rem;
}
.bamboo-sass-ggk > div > div.ggk-item > span {
  display: block;
  margin: 0.3rem 0;
  overflow: hidden;
  padding: 0 0.5rem;
  font-size: 0.8rem;
  color: #888;
}
.bamboo-sass-ggk > div > div.ggk-item > span:nth-child(2) {
  font-weight: bold;
  color: #353535;
  font-size: 1rem;
}
.bamboo-sass-ggk > div > a.ggk-plus {
  position: relative;
  width: 14rem;
  height: 14rem;
  text-align: center;
  margin-right: 1rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  background-color: #f6f8f9;
}
.bamboo-sass-ggk > div > a.ggk-plus:hover {
  cursor: pointer;
  box-shadow: inset 0 0 1000px rgba(0, 0, 0, 0.1);
}
.bamboo-sass-ggk > div > a.ggk-plus > img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  margin: 1rem;
  margin-top: 4rem;
}
.bamboo-sass-ggk > div > a.ggk-plus > p {
  font-size: 1rem;
  margin: 0px;
  padding: 0px;
  color: #888;
}

.suojian {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 12rem;
}

.scrollbar-macosx > div {
  margin-right: 3rem;
}

.control-a > a {
  height: 2.5rem;
  text-align: center;
  color: #888;
  font-size: 1rem;
  border-radius: 8px;
  line-height: 2.5rem;
  padding: 6px 20px;
  margin-right: 10px;
  border: solid 1px #fff;
}
.control-a > a.click {
  border: solid 1px #34a039;
  color: #fff;
  border-radius: 50px;
  background-color: #34a039;
}

.order-type {
  margin: 25px 0;
}
.order-type > a {
  margin-right: 15px;
}
.order-type > a.bamboo-btn-green {
  width: 5rem;
  height: 2.1rem;
  line-height: 2rem;
  text-align: center;
  border: solid 1px #34a039;
  color: #34a039;
  display: inline-block;
  font-size: 1rem;
  border-radius: 2px;
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s; /* Opera */
}
.order-type > a.bamboo-btn-green:hover, .order-type > a.bamboo-btn-green:focus, .order-type > a.bamboo-btn-green:active {
  color: #ffffff;
  background-color: #34a039;
}

.bamboo-column-group > a {
  background: #f3f3f3;
  padding: 2px 20px;
  border-radius: 46px;
  margin-bottom: 15px;
  display: inline-block;
  color: #000;
  font-size: 0.95rem;
  margin-right: 1.6rem;
}
.bamboo-column-group > a.group-nav-click {
  background: #ff4900;
  color: #fff;
}

.bamboo-article-table input[type=checkbox], .bamboo-article-table input[type=radio] {
  width: 1.2rem;
  height: 1.2rem;
}

.pub-click {
  border: solid 1px #ff4900;
}

.ggk-now {
  float: right;
  font-size: 1rem;
  color: #ff4900;
}

.select-span {
  color: #ff4900;
  display: inline-block;
  margin-right: 1rem;
}

.template-edit-box {
  margin-top: 2rem;
  display: flex;
}
.template-edit-box > div:nth-child(1) {
  flex: 1;
}
.template-edit-box > div:nth-child(2) {
  width: 520px;
}

.template-example {
  background-color: #f7f7f7;
  padding: 15px;
  border-radius: 8px;
}
.template-example > h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.template-example > p {
  font-size: 1rem;
  margin: 0;
}

.question-image-show-style {
  margin: 20px 0;
}

.bf-container.fullscreen {
  position: fixed;
  display: flex;
  flex-direction: column;
  z-index: 99999;
  top: 73px !important;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  height: 100% !important;
}

.shici-div {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.shici-div > span {
  margin-right: 15px;
  font-weight: bold;
}
.shici-div textarea {
  margin-top: 8px;
}

.shici-div-2 {
  margin-bottom: 15px;
}
.shici-div-2 textarea {
  margin-top: 8px;
  max-width: 630px;
  min-height: 80px;
}
.shici-div-2 > span {
  margin-right: 15px;
  font-weight: bold;
}
.shici-div-2 table {
  margin-top: 8px;
}
.shici-div-2 table thead th {
  font-weight: 400;
  text-align: center;
}

.shici-div-inner span {
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
}

.bamboo-json > h3 {
  font-size: 15px;
  color: #ff4900;
  margin-bottom: 10px;
}
.bamboo-json > textarea {
  height: 500px;
}

.image-to-text-box {
  display: flex;
}
.image-to-text-box .image {
  width: 100%;
}
.image-to-text-box > div:nth-child(1) {
  width: 350px;
  margin-right: 30px;
}
.image-to-text-box > div:nth-child(2) {
  flex: 1;
}

/*************** SCROLLBAR BASE CSS ***************/
.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;
}

.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;
}

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.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: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  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: "progid:DXImageTransform.Microsoft.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;
}

/* update scrollbar offset if both scrolls are visible */
.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;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.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: #eeeeee;
}

.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 height/width & offset from container borders */
.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;
}

/* update scrollbar offset if both scrolls are visible */
.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 MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  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: "progid:DXImageTransform.Microsoft.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: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.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;
}

/* update scrollbar offset if both scrolls are visible */
.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 ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.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 height/width & offset from container borders */
.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: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  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;
}

/* update scrollbar offset if both scrolls are visible */
.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 ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

.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 height/width & offset from container borders */
.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;
}

/* update scrollbar offset if both scrolls are visible */
.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 ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  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: #cccccc;
  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 height/width & offset from container borders */
.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;
}

/* update scrollbar offset if both scrolls are visible */
.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;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.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 GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

.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 height/width & offset from container borders */
.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;
}

/* update scrollbar offset if both scrolls are visible */
.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;
}

.bamboo-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.5rem;
  right: 0px;
  line-height: 4.5rem;
  background-color: #FFF;
  z-index: 100;
  border-bottom: solid 1px #f2f2f2;
  display: flex;
}
.bamboo-header > img {
  margin-left: 2.5rem;
  height: 2.8rem;
  margin-top: 0.8rem;
}

.bamboo-header-nav {
  flex: 1;
  margin-left: 6.9rem;
}

.bamboo-header-nav > a {
  width: 6.5rem;
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  color: #000;
}

.bamboo-header-nav > a.click_nav_a {
  color: #FF4900;
  position: relative;
}

.bamboo-header-nav > a.click_nav_a::after {
  content: "";
  height: 2px;
  width: 60px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -30px;
  background-color: #ff4900;
}

.bamboo-header-pannel {
  float: right;
  margin-right: 1.8rem;
  position: relative;
}
.bamboo-header-pannel > span {
  font-size: 1.05rem;
  color: #333;
  font-weight: bold;
}
.bamboo-header-pannel > span:hover {
  cursor: pointer;
}
.bamboo-header-pannel > span > img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  margin-left: 0.5rem;
}
.bamboo-header-pannel > div {
  position: absolute;
  top: 4rem;
  width: 30rem;
  height: 18rem;
  right: 0px;
  background-color: #ffffff;
  border: solid 1px #f2f2f2;
  box-shadow: 0 1px 10px rgba(100, 100, 100, 0.1);
  overflow: hidden;
  display: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s; /* Opera */
}

.bamboo-quit {
  font-size: 1rem;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  border-top: solid 1px #f2f2f2;
  line-height: 3.5rem;
}
.bamboo-quit > a {
  color: #666;
  display: block;
}
.bamboo-quit > a > img {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.35rem;
  align-self: center;
  margin-top: -0.2rem;
}

.bamboo-header-links {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  margin: 0.55rem 1.5rem;
  flex-wrap: wrap;
}
.bamboo-header-links > a {
  font-size: 1.35rem;
  text-align: center;
  line-height: 1.5;
  color: #888888;
  margin-right: 1rem;
  margin-bottom: 1rem;
  width: 5.5rem;
  height: 4rem;
}
.bamboo-header-links > a i {
  margin-top: 0.65rem;
}
.bamboo-header-links > a span {
  display: block;
  font-size: 1.1rem;
  color: #666;
}
.bamboo-header-links > a:hover {
  color: #353535;
}
.bamboo-header-links > a:hover > span {
  color: #353535;
}

.bamboo-header-message {
  display: flex;
  border-bottom: solid 1px #f2f2f2;
  text-align: left;
  font-size: 1rem;
  color: #666;
  line-height: 3.5rem;
  padding: 0 1.5rem;
}
.bamboo-header-message > i {
  align-self: center;
  margin-right: 0.5rem;
  color: #20D097;
}

.bamboo-hide {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
}
.bamboo-hide + div {
  z-index: 1002;
  position: relative;
  width: 100%;
  height: 100%;
}

.bamboo-left {
  position: relative;
  top: 5.4rem;
  left: 1rem;
  bottom: 0px;
  width: 12rem;
  padding-top: 1.2rem;
}

.bamboo-left-logo {
  height: 8rem;
  line-height: 8rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  border-bottom: solid 1px #f2f2f2;
}
.bamboo-left-logo > span {
  font-size: 2.3rem;
  color: #20D097;
  align-self: center;
  font-weight: bold;
}
.bamboo-left-logo > img {
  width: 3rem;
  height: 3rem;
  align-self: center;
}
.bamboo-left-logo > img + span {
  font-size: 1.6rem;
  margin-left: 0.65rem;
}

.bamboo-left-menu {
  padding-bottom: 5rem;
}
.bamboo-left-menu::after {
  content: "";
  background: #e7e7eb;
  width: 1px;
  height: 100%;
  position: absolute;
  right: -28px;
  top: 3rem;
}
.bamboo-left-menu > div > h3 {
  margin: 0px;
  padding: 0px;
}
.bamboo-left-menu > div > h3 > a {
  color: #353535;
  display: block;
  padding: 1.5rem 0;
  padding-left: 2rem;
  padding-right: 1rem;
  line-height: 1.5;
  font-size: 18px;
  transition: all 0.1s;
  -moz-transition: all 0.1s; /* Firefox 4 */
  -webkit-transition: all 0.1s; /* Safari 和 Chrome */
  -o-transition: all 0.1s; /* Opera */
  overflow: hidden;
}
.bamboo-left-menu > div > h3 > a > span {
  background: #ff4900;
  color: #fff;
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 0.5rem;
  border-radius: 50%;
  text-align: center;
  vertical-align: super;
  line-height: 1.2;
  margin-left: 2px;
}
.bamboo-left-menu > div > h3 > a > i {
  color: #777;
  width: 20px;
  display: inline-block;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-right: 15px;
  float: left;
  margin-top: 4px;
}
.bamboo-left-menu > div > h3 > a > i[data-tag=data] {
  background-image: url(../icon/list/data.png);
}
.bamboo-left-menu > div > h3 > a > i[data-tag=dingdan] {
  background-image: url(../icon/list/dingdan.png);
}
.bamboo-left-menu > div > h3 > a > i[data-tag=huiyuan] {
  background-image: url(../icon/list/huiyuan.png);
}
.bamboo-left-menu > div > h3 > a > i[data-tag=shezhi] {
  background-image: url(../icon/list/shezhi.png);
}
.bamboo-left-menu > div > h3 > a > i[data-tag=neirong] {
  background-image: url(../icon/list/neirong.png);
}
.bamboo-left-menu > div > h3 > a > i[data-tag=yonghu] {
  background-image: url(../icon/list/yonghu.png);
}
.bamboo-left-menu > div > h3 > a > i[data-tag=fuzhu] {
  background-image: url(../icon/list/fuzhu.png);
}
.bamboo-left-menu > div > h3 > a > i[data-tag=setting] {
  background-image: url(../icon/list/shezhi.png);
}
.bamboo-left-menu > div > h3 > a > i[data-tag=html] {
  background-image: url(../icon/list/html.png);
}
.bamboo-left-menu > div > ul {
  margin: 0px;
  background-color: #f5f7fa;
  display: none;
  position: relative;
}
.bamboo-left-menu > div > ul a {
  color: #353535;
  display: block;
  font-size: 14px;
  padding: 0.5rem 0;
  padding-left: 4.9rem;
  line-height: 1.5;
}
.bamboo-left-menu > div > ul a > span {
  background: #ff4900;
  color: #fff;
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 0.5rem;
  border-radius: 50%;
  text-align: center;
  line-height: 1.2;
  margin-left: 2px;
  -webkit-transform: scale(0.8);
}
.bamboo-left-menu > div .click {
  color: #FF4900;
}

.xlb-account-login {
  margin: 16rem auto 0;
  width: 30rem;
}
.xlb-account-login > h3 {
  display: flex;
  text-align: center;
  line-height: 1.9;
  justify-content: center;
  color: #353535;
}
.xlb-account-login > h3 > img {
  width: 4.6rem;
  height: 4.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;
}
.xlb-account-login > div {
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06), 0 6px 12px 0 rgba(0, 0, 0, 0.06);
  padding: 2.5rem;
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s; /* Opera */
}
.xlb-account-login > div:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.06), 0 12px 24px 0 rgba(0, 0, 0, 0.06);
}
.xlb-account-login > div > h3 {
  text-align: center;
  color: #353535;
  margin-bottom: 2rem;
  font-size: 1.3rem;
}
.xlb-account-login > div > div {
  height: 66px;
}
.xlb-account-login > div input[type=text], .xlb-account-login > div input[type=password] {
  font-size: 14px;
  border: none;
  outline: none;
  box-shadow: none;
  width: 100%;
  line-height: 34px;
  height: 36px;
  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 .captcha {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.xlb-account-login > div .captcha input {
  width: 13rem;
}
.xlb-account-login > div .captcha > img {
  width: 140px;
  height: 60px;
  margin-top: -14px;
}
.xlb-account-login > div .captcha > p {
  margin-top: -0.9rem;
}
.xlb-account-login > div .remember {
  font-size: 1rem;
  height: 40px;
  color: #888888;
}
.xlb-account-login > div .remember input {
  width: 1rem;
  height: 1rem;
  background-color: #ffffff;
  border: solid 1px #ddd;
  vertical-align: text-top;
}
.xlb-account-login > div .login-btn {
  background-color: #FF4900;
  display: block;
  color: #ffffff;
  text-align: center;
  height: 2.8rem;
  line-height: 2.8rem;
  font-size: 1.1rem;
  width: 100%;
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s; /* Opera */
  border-radius: 3px;
  margin-bottom: 1.5rem;
}
.xlb-account-login > div .login-btn:hover {
  background-color: #FF4900;
}
.xlb-account-login > div .to-regist {
  text-align: center;
  height: auto;
}

.xlb-account-register div > span {
  width: 20%;
  display: inline-block;
  line-height: 2.5;
}
.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 #FF4900;
  width: 30%;
  text-align: center;
  color: #FF4900;
}

.alert-account, .alert-register-account {
  color: #DE1F26;
  font-size: 0.86rem;
  margin-top: 0.3rem;
  display: none;
}

.alert-register-account {
  padding-left: 20%;
}

.warning-account {
  border: solid 1px #DE1F26 !important;
}

.vertify-code-click {
  border: solid 1px #f2f2f2 !important;
  color: #888888 !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;
}

.bamboo-column {
  background-color: #ffffff;
  margin: 0rem 1rem 1rem;
  padding: 2.5rem 1.5rem 5.5rem;
}
.bamboo-column > h3 {
  padding: 2.5rem 2rem;
  font-size: 2.5rem;
  color: #333;
  text-align: center;
}
.bamboo-column > div {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.bamboo-column > div > div {
  width: 33.3333%;
  text-align: center;
}
.bamboo-column > div > div > a {
  width: 15rem;
  height: 15rem;
  text-align: center;
  background-color: #f6f8f9;
  margin: 2rem 0rem;
  display: inline-block;
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s; /* Opera */
}
.bamboo-column > div > div > a:hover {
  cursor: pointer;
  box-shadow: inset 0 0 1000px rgba(0, 0, 0, 0.1);
}
.bamboo-column > div > div > a > img {
  width: 5rem;
  height: 5rem;
  margin: 3.5rem 0 1rem;
}
.bamboo-column > div > div > a span {
  display: block;
  font-size: 1.5rem;
  color: #888888;
}

.bamboo-column-new {
  background-color: #ffffff;
  margin: 0rem 1rem 1rem;
  padding: 2.5rem 1.5rem 2.5rem;
}
.bamboo-column-new > h3 {
  font-size: 1.5rem;
  color: #353535;
  margin-bottom: 2rem;
}
.bamboo-column-new > div {
  margin: 0 0 1.5rem;
}
.bamboo-column-new > div > h3 {
  font-size: 1.05rem;
  color: #666;
  margin-bottom: 0.8rem;
}
.bamboo-column-new > div > h3 img {
  margin-left: 0.65rem;
}
.bamboo-column-new > div input {
  width: 25rem;
}
.bamboo-column-new > div input[type=radio] {
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
}
.bamboo-column-new > div > div > input {
  margin-left: 1.5rem;
  margin-right: 0.4rem;
}
.bamboo-column-new > div > div > input:nth-child(1) {
  margin-left: 0;
}
.bamboo-column-new > div textarea {
  width: 35rem;
  height: 10rem;
}

.bamboo-content {
  background-color: #ffffff;
  margin: 0rem 1rem 1rem;
  padding: 2.5rem 2.5rem 2.5rem;
}

.bamboo-column-list {
  border: solid 1px #f5f7fa;
}
.bamboo-column-list > div > div {
  position: relative;
  display: flex;
  display: -webkit-flex;
  font-size: 1.05rem;
  background-color: #f5f7fa;
  margin: 2px 0;
  padding: 1.2rem;
}
.bamboo-column-list > div > div:hover {
  background-color: #f2f2f2;
}
.bamboo-column-list > div > div > div {
  display: flex;
  display: -webkit-flex;
}
.bamboo-column-list > div > div > div > span {
  display: inline-block;
  width: auto;
  height: 1.5rem;
  text-align: center;
  border-radius: 3px;
  align-self: center;
  margin: 0 1rem;
  font-size: 0.9rem;
  padding: 0 0.6rem;
}
.bamboo-column-list > div > div > div > a {
  font-size: 1.05rem;
  color: #666;
  align-self: center;
}
.bamboo-column-list > div > div > div:nth-child(1) {
  flex: 1;
}
.bamboo-column-list > div > div > div:nth-child(2) > span {
  border: solid 1px #888888;
  color: #FF4900;
  text-align: center;
}
.bamboo-column-list > div:nth-child(1) > div {
  margin-top: 0px;
}
.bamboo-column-list > div:last-child > div {
  margin-bottom: 0px;
}

.bamboo-column-children > div > div {
  position: relative;
  display: flex;
  display: -webkit-flex;
  font-size: 1.05rem;
  margin: 2px 0;
  padding: 0.8rem 1.2rem;
  border-bottom: solid 1px #f2f2f2;
  background-color: #ffffff;
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s; /* Opera */
}
.bamboo-column-children > div > div:hover {
  background-color: #fafafa;
}
.bamboo-column-children > div > div > div {
  display: flex;
  display: -webkit-flex;
}
.bamboo-column-children > div > div > div > span {
  display: inline-block;
  width: 3rem;
  height: 1.5rem;
  text-align: center;
  border-radius: 3px;
  align-self: center;
  margin: 0 1rem;
  font-size: 0.9rem;
}
.bamboo-column-children > div > div > div > a {
  font-size: 1.05rem;
  color: #666;
  align-self: center;
}
.bamboo-column-children > div > div > div:nth-child(1) {
  flex: 1;
  margin-left: 2.5rem;
}
.bamboo-column-children > div > div > div:nth-child(2) > span {
  border: solid 1px #888888;
  color: #FF4900;
  text-align: center;
}
.bamboo-column-children > div:last-child > div {
  border-bottom: 0;
}

.bamboo-column-third > div > div > div:nth-child(1) {
  margin-left: 6rem !important;
}

.bamboo-column-four > div > div > div:nth-child(1) {
  margin-left: 8.5rem !important;
}

.bamboo-column-five > div > div > div:nth-child(1) {
  margin-left: 11rem !important;
}

.bamboo-column-six > div > div > div:nth-child(1) {
  margin-left: 13.5rem !important;
}

.o-plus-icon {
  width: 1.3rem;
  height: 1.3rem;
  margin-top: -0.2rem;
}

.bamboo-content-control > a {
  width: 1.65rem;
  height: 1.65rem;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 1.65rem;
  margin-left: 1.5rem;
}
.bamboo-content-control > a:nth-child(1) {
  background-image: url(../icon/iocn-see.png);
}
.bamboo-content-control > a:nth-child(1):hover {
  background-image: url(../icon/iocn-see-hover.png);
}
.bamboo-content-control > a:nth-child(2) {
  background-image: url(../icon/plus.png);
}
.bamboo-content-control > a:nth-child(2):hover {
  background-image: url(../icon/plus-hover.png);
}
.bamboo-content-control > a:nth-child(3) {
  background-image: url(../icon/edit.png);
}
.bamboo-content-control > a:nth-child(3):hover {
  background-image: url(../icon/edit-hover.png);
}
.bamboo-content-control > a:nth-child(4) {
  background-image: url(../icon/delete.png);
}
.bamboo-content-control > a:nth-child(4):hover {
  background-image: url(../icon/delete-hover.png);
}
.bamboo-content-control > a:nth-child(5) {
  background-image: url(../icon/fuzhi.png);
}
.bamboo-content-control > a:nth-child(5):hover {
  background-image: url(../icon/fuzhi-hover.png);
}
.bamboo-content-control > a:nth-child(6) {
  background-image: url(../icon/up.png);
}
.bamboo-content-control > a:nth-child(6):hover {
  background-image: url(../icon/up-hover.png);
}
.bamboo-content-control > a:nth-child(7) {
  background-image: url(../icon/down.png);
}
.bamboo-content-control > a:nth-child(7):hover {
  background-image: url(../icon/down-hover.png);
}

.bamboo-column-delete {
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s; /* Opera */
}
.bamboo-column-delete > div:nth-child(1) {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 500;
}
.bamboo-column-delete > div:nth-child(2) {
  position: fixed;
  top: 26%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 35px;
  z-index: 506;
}
.bamboo-column-delete > div:nth-child(2) > h3 {
  font-size: 1.2rem;
  word-wrap: break-word;
}
.bamboo-column-delete > div:nth-child(2) > input {
  margin: 35px 0px 8px;
}
.bamboo-column-delete > div:nth-child(2) > p {
  margin: 0px;
  padding: 0px;
  font-size: 0.9rem;
  color: #ff4900;
  display: none;
}
.close-img {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
}
.close-img:hover {
  cursor: pointer;
}

.bamboo-empty {
  text-align: center;
  margin-top: 10rem;
}
.bamboo-empty > p {
  font-size: 1.2rem;
  color: #888888;
  margin-top: 2rem;
}
.bamboo-empty > p > a {
  color: #20D097;
}

.bamboo-add-new {
  text-align: center;
  margin-top: 3.5rem;
}
.bamboo-add-new > p {
  font-size: 1.2rem;
  color: #888888;
}
.bamboo-add-new > p > a {
  color: #DE1F26;
  text-decoration: underline;
  display: inline-flex;
}
.bamboo-add-new > p > a > img {
  width: 1.3rem;
  height: 1.3rem;
  align-self: center;
  margin-top: -0.3rem;
}

.bamboo-articles-header {
  display: flex;
  position: relative;
  display: -webkit-flex;
  align-items: center;
}
.bamboo-articles-header > div {
  flex: 1;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.bamboo-articles-header > div input {
  width: 22rem;
  margin-right: 0.8rem;
}
.bamboo-articles-header > div span {
  align-self: center;
  font-size: 1.05rem;
  color: #888888;
}

.bg-fff {
  background-color: #fff !important;
}

.bg-f7 {
  background-color: #f7f7f7 !important;
}

.width-768 {
  width: 768px;
  position: relative;
  margin: 2rem auto;
  padding: 2.5rem 2rem;
  box-sizing: border-box;
}

.bamboo-article-left {
  position: fixed;
  top: 50px;
  left: 30px;
  width: 320px;
}

.width-300 {
  width: 280px;
  position: relative;
  margin: 2rem 0;
  padding: 1rem;
  box-sizing: border-box;
}

.jiexi-shijuan {
  display: flex;
  flex-wrap: wrap;
}
.jiexi-shijuan a {
  margin-right: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.h3 {
  font-size: 1.2rem;
  color: #333;
  font-weight: bold;
}
.h3 > a {
  font-size: 1rem;
  margin-left: 2rem;
}

.bamboo-article-top {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 1rem;
  position: sticky;
  top: 77px;
}
.bamboo-article-top > div {
  flex: 1;
}

.bamboo-import-article {
  position: relative;
  display: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s; /* Opera */
}
.bamboo-import-article > div:nth-child(1) {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 500;
}
.bamboo-import-article > div:nth-child(2) {
  position: fixed;
  top: 28%;
  left: 50%;
  width: 30rem;
  height: 15rem;
  margin-left: -15rem;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 2.5rem 2rem;
  z-index: 506;
}
.bamboo-import-article > div:nth-child(2) > h3 {
  font-size: 1.2rem;
}
.bamboo-import-article > div:nth-child(2) > input {
  margin: 1.8rem 0px 0.5rem;
}
.bamboo-import-article > div:nth-child(2) p {
  margin: 0px;
  padding: 0px;
  font-size: 0.9rem;
  color: #20D097;
  display: none;
}
.bamboo-import-article > div:nth-child(2) a {
  margin-top: 1rem;
}

.bamboo-article-title {
  position: absolute;
  left: 0px;
  top: 8.2rem;
  z-index: 100;
  margin: 0px 15px;
  width: 96%;
}
.bamboo-article-title input {
  border: 0;
  outline: none;
  display: block;
  width: 100%;
  font-size: 1.71rem;
  color: #333;
  display: inline-block;
}
.bamboo-article-title input::-webkit-input-placeholder {
  color: #aab2bd;
}
.bamboo-article-title a {
  width: 8rem;
  margin-left: 1.5rem;
}

.bf-container .public-DraftEditor-content {
  padding: 0px;
}

.bf-controlbar .control-item.button i:before {
  font-size: 16px !important;
  height: 26px !important;
  line-height: 26px !important;
}

.bf-controlbar .control-item.button {
  min-width: 26px !important;
}

.bf-controlbar [data-title]:after {
  z-index: 200;
}

.blur-click {
  color: #999 !important;
}

.bamboo-article-video, .bamboo-article-video {
  padding: 0;
  width: 768px;
  position: relative;
  margin: 2rem auto;
}

.sticky-0 {
  position: sticky;
  top: 0;
  z-index: 300;
}

.bamboo-article-body {
  padding: 0;
  width: 768px;
  position: relative;
  margin: -4.5rem auto 0px;
  background-color: #fff;
  padding-bottom: 2rem;
}
.bamboo-article-body .bf-content {
  height: 40rem;
  margin-top: 5rem;
  position: relative;
}
.bamboo-article-body .bf-content::-webkit-scrollbar {
  width: 4px;
  height: auto;
  background-color: #f9f9f9;
}
.bamboo-article-body .bf-content::-webkit-scrollbar-thumb {
  background: #FFBD00;
}
.bamboo-article-body .bf-controlbar {
  margin: 0;
  padding: 0 5px;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
  position: sticky;
  top: 40px;
  background: #fff;
  z-index: 200;
}

.bamboo-article-question {
  width: 768px;
  position: relative;
  margin: -4.5rem auto 0px;
}

.bamboo-article-question-body {
  padding: 0rem 0rem;
  border: solid 1px rgba(0, 0, 0, 0.2);
  width: 50rem;
  height: 31.5rem;
  margin-bottom: 2rem;
}
.bamboo-article-question-body .bf-content {
  height: 21.5rem;
}

.bamboo-arctype-body {
  padding: 0rem 0rem;
  border: solid 1px rgba(0, 0, 0, 0.2);
  width: 70rem;
  height: 30.5rem;
  margin-bottom: 2rem;
}
.bamboo-arctype-body .bf-content {
  height: 23.5rem;
}

.bamboo-article {
  padding: 0px 0rem;
}

.bamboo-article-litpic {
  margin: 1.5rem auto;
  width: 768px;
}

.bamboo-upload {
  width: 280px;
  height: 119px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
.bamboo-upload form {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1004;
  background: url(../icon/photo.png) 0 0 no-repeat;
  background-size: 3rem;
  background-position: center;
}
.bamboo-upload form input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1005;
}
.bamboo-upload form input:hover {
  cursor: pointer;
}
.bamboo-upload > img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 24rem;
  height: auto;
  z-index: 1002;
  margin: 0px;
  padding: 0px;
}

.bamboo-article-upload > img {
  width: 100%;
  height: auto;
}

.bamboo-article-picture-box {
  border: solid 1px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}

.bamboo-article-picture {
  padding: 1rem;
}
.bamboo-article-picture > div {
  width: 10rem;
  height: 13rem;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  border: solid 1px #f2f2f2;
}
.bamboo-article-picture > div > img {
  width: 100%;
  height: auto;
}
.bamboo-article-picture > div > div {
  position: absolute;
  top: 13rem;
  left: 0px;
  width: 100%;
  height: 100%;
  line-height: 13rem;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s; /* Opera */
}
.bamboo-article-picture > div > div > img {
  width: 3rem;
  height: 3rem;
}
.bamboo-article-picture > div > div > img:hover {
  cursor: pointer;
}
.bamboo-article-picture > div:hover {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
}
.bamboo-article-picture > div:hover > div {
  top: 0px;
}

.picture-add {
  background-color: #f5f7fa;
  display: inline-block;
  width: 10rem;
  height: 13rem;
  text-align: center;
  position: relative;
  line-height: 1.5;
}
.picture-add:hover {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15) !important;
  cursor: pointer;
}
.picture-add > div:hover {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15) !important;
  cursor: pointer;
}
.picture-add form {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1004;
}
.picture-add form input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1005;
}
.picture-add form input:hover {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15) !important;
  cursor: pointer;
}
.picture-add > p {
  color: #999;
  font-size: 1.05rem;
}
.picture-add > img {
  margin-top: 3.5rem;
  width: 3.5rem !important;
  height: 3.5rem !important;
}

.bamboo-article-body-title {
  font-size: 1rem;
  color: #353535;
  margin-bottom: 0.8rem;
  font-weight: bold;
}

.bamboo-upload-box {
  background-color: #f9f9f9;
  width: 50rem;
  height: 5rem;
  position: relative;
  margin-bottom: 2rem;
}
.bamboo-upload-box .bamboo-video-upload {
  width: 50rem;
  height: 5rem;
  position: relative;
}
.bamboo-upload-box .bamboo-video-upload:hover {
  cursor: pointer;
}
.bamboo-upload-box .bamboo-video-upload > form {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  opacity: 0;
}
.bamboo-upload-box .bamboo-video-upload > form input {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  opacity: 0;
}
.bamboo-upload-box .bamboo-video-upload > form input:hover {
  cursor: pointer;
}
.bamboo-upload-box .bamboo-video-upload > div {
  line-height: 5rem;
  padding: 0 0.8rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.bamboo-upload-box .bamboo-video-upload > div > img {
  width: 2rem;
}
.bamboo-upload-box .bamboo-video-upload > div > span {
  font-size: 1rem;
  color: #888888;
  margin-left: 1rem;
  width: 20rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bamboo-upload-box .video-progress {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 4px;
  width: 50rem;
  display: none;
}
.bamboo-upload-box .video-progress .xqf-progress {
  width: 100%;
  height: 100%;
  position: relative;
}
.bamboo-upload-box .video-progress .xqf-progress .bar {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 4px;
  width: 0;
  background-color: #20D097;
}
.bamboo-upload-box .video-progress > a {
  position: absolute;
  right: 1.5rem;
  bottom: 2.5rem;
  z-index: 1000;
}
.bamboo-upload-box .video-progress > a > img {
  width: 1.1rem;
  height: 1.1rem;
}

.bamboo-source-box {
  width: 30rem;
  height: 4rem;
}
.bamboo-source-box .video-source-progress {
  width: 30rem;
  height: 4rem;
}
.bamboo-source-box .video-source-progress > a {
  bottom: 2rem;
}
.bamboo-source-box .bamboo-source-opload {
  width: 30rem;
  height: 4rem;
}
.bamboo-source-box .bamboo-source-opload > div {
  line-height: 4rem;
}

.file-controll > a {
  margin-right: 1rem;
  text-decoration: underline;
  color: #17a2b8;
}

.bamboo-article-lexicon > div {
  margin-bottom: 2rem;
}
.bamboo-article-lexicon > div > input {
  width: 20rem;
}
.bamboo-article-lexicon > div > textarea {
  width: 35rem;
  height: 6rem;
}
.bamboo-article-lexicon .bamboo-word-example h3 {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 1rem;
}

.question-type {
  position: relative;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 2rem;
}
.question-type > span {
  font-size: 1.35rem;
  display: inline-block;
  width: 5rem;
}
.question-type > div {
  font-size: 1.05rem;
  flex: 1;
}
.question-type > div > div {
  display: flex;
}
.question-type > div > div > span {
  color: rgba(248, 86, 21, 0.6);
  margin-right: 1rem;
}
.question-type > div > div div {
  flex: 1;
}
.question-type > div > div div > span {
  margin-right: 1rem;
}
.question-type > div > div div > span > input {
  width: 1.3rem;
  height: 1.3rem;
  vertical-align: text-bottom;
}

.question-type-one .bamboo-table, .question-type-two .bamboo-table, .question-type-one-pic .bamboo-table {
  width: 50rem;
}
.question-type-one .bamboo-table thead tr th:nth-child(2), .question-type-two .bamboo-table thead tr th:nth-child(2), .question-type-one-pic .bamboo-table thead tr th:nth-child(2) {
  text-align: center;
}
.question-type-one .bamboo-table tbody tr td:nth-child(2), .question-type-two .bamboo-table tbody tr td:nth-child(2), .question-type-one-pic .bamboo-table tbody tr td:nth-child(2) {
  text-align: center;
}
.question-type-one .bamboo-table tbody tr td:nth-child(2) > input, .question-type-two .bamboo-table tbody tr td:nth-child(2) > input, .question-type-one-pic .bamboo-table tbody tr td:nth-child(2) > input {
  width: 1.3rem;
  height: 1.3rem;
}

.question-type-three, .question-type-four {
  margin-bottom: 2rem;
  font-size: 1.1rem;
}
.question-type-three input, .question-type-four input {
  width: 1.3rem;
  height: 1.3rem;
  vertical-align: text-bottom;
}
.question-type-three > span, .question-type-four > span {
  margin-right: 1rem;
}

.question-score > h3 {
  font-size: 1.3rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.question-score > h3 > span {
  margin-right: 1rem;
}
.question-score > h3 > input {
  width: 10rem;
}

.bamboo-props {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin: 1rem auto 1rem;
  padding-top: 1rem;
}
.bamboo-props > h3 {
  margin: 0px;
  margin-right: 1rem;
}
.bamboo-props > div {
  font-size: 1.05rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.bamboo-props > div > span {
  display: inline-block;
  margin-right: 1rem;
}
.bamboo-props > div > span > input {
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: text-bottom;
}

.bamboo-articles-list-ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin: 2rem 0px;
}
.bamboo-articles-list-ul > li {
  width: 13.7142857143rem;
  height: auto;
  margin-right: 2rem;
  margin-bottom: 2rem;
  background-color: #f5f7fa;
}
.bamboo-articles-list-ul > li:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s; /* Opera */
}
.bamboo-articles-list-ul > li > a {
  display: block;
  color: #666;
  position: relative;
}
.bamboo-articles-list-ul > li > a > div {
  width: 13.7142857143rem;
  height: 8.0714285714rem;
  overflow: hidden;
}
.bamboo-articles-list-ul > li > a > div > img {
  width: 100%;
  min-height: 8.0714285714rem;
}
.bamboo-articles-list-ul > li > a > span {
  margin: 0.1rem 0px 0;
  padding: 0 0.5rem;
  font-size: 0.95rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.bamboo-articles-list-ul > li > a > p {
  margin: 0.8rem 0px;
  font-size: 0.9rem;
  display: block;
  padding: 0.3rem 0.5rem;
  position: absolute;
  top: 5.2rem;
  left: 0;
  right: 0;
  color: #fff;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, 0.5);
}
.bamboo-articles-list-ul > li > div {
  margin: 0.5rem 0px;
  padding: 0 0.5rem;
  font-size: 0.95rem;
}
.bamboo-articles-list-ul > li > div > a {
  margin-right: 1.5rem;
  font-size: 0.95rem;
}
.bamboo-articles-list-ul > li > div > a:nth-child(1) {
  color: #44b549;
}
.bamboo-articles-list-ul > li > div > a:nth-child(2) {
  color: #DE1F26;
}

.bamboo-import {
  position: absolute;
  top: 13rem;
  right: -10rem;
  display: inline-block;
  text-align: center;
}
.bamboo-import > span {
  display: block;
  margin-top: 0.3rem;
  color: #FF4900;
}
.bamboo-import > img {
  width: 2rem;
  height: 2rem;
}

.bamboo-article-shop {
  padding: 0;
  width: 768px;
  position: relative;
  margin: 1rem auto 1rem;
}
.bamboo-article-shop > div {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin: 0.6rem 0px;
}
.bamboo-article-shop > div > span {
  width: 10rem;
  display: inline-block;
  font-size: 1rem;
  color: #353535;
}
.bamboo-article-shop > div input[type=text] {
  width: 25rem;
}
.bamboo-article-shop > div input[type=radio] {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  align-self: end;
}
.bamboo-article-shop > div input[type=radio]:nth-child(3) {
  margin-left: 1.5rem;
}

.warning-text {
  font-size: 0.8rem !important;
  color: #FF4900 !important;
  width: auto !important;
  margin-left: 1rem;
}

.youhuiquan-demo {
  position: absolute;
  right: 45px;
  width: 208px;
  top: 85px;
  z-index: 100;
  transition: all 0.6s;
}

.youhuiquan-demo:hover {
  transform: scale(2);
  z-index: 100;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
}

.bamboo-redirect {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin: 1rem auto 1rem;
  padding-top: 1rem;
}
.bamboo-redirect input[type=checkbox] {
  width: 1.8rem;
  height: 1.8rem;
  vertical-align: text-bottom;
}
.bamboo-redirect span {
  width: 8rem;
  display: inline-block;
  margin-left: 0.3rem;
}

.bamboo-user-table tr td:nth-child(3) img, .bamboo-user-table tr td:nth-child(4) img, .bamboo-user-table tr td:nth-child(5) img {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}

.user-control > a {
  font-size: 1.2rem;
  margin-left: 1rem;
  width: 1.65rem;
  height: 1.65rem;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 1.65rem;
  margin-left: 0rem;
  margin-right: 0.6rem;
}
.user-control > a:last-child {
  margin-right: 0;
}
.user-control > a[data-tag=yaoqingma] {
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-image: url(../icon/huiyuan.png);
}
.user-control > a[data-tag=yaoqingma]:hover {
  background-image: url(../icon/huiyuan_hover.png);
}
.user-control > a[data-tag=xiangqing] {
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-image: url(../icon/order.png);
}
.user-control > a[data-tag=xiangqing]:hover {
  background-image: url(../icon/order_hover.png);
}

.bamboo-user-yaoqingma {
  position: relative;
  display: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s; /* Opera */
}
.bamboo-user-yaoqingma > div:nth-child(1) {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 500;
}
.bamboo-user-yaoqingma > div:nth-child(2) {
  position: fixed;
  top: 10%;
  left: 50%;
  width: 60rem;
  height: auto;
  margin-left: -30rem;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 2.5rem 2rem;
  z-index: 506;
}
.bamboo-user-yaoqingma > div:nth-child(2) > h3 {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 1rem;
}
.bamboo-user-yaoqingma > div:nth-child(2) > div > h3 {
  font-size: 1.15rem;
}
.bamboo-user-yaoqingma > div:nth-child(2) > input {
  margin: 1.8rem 0px 0.5rem;
}
.bamboo-user-yaoqingma > div:nth-child(2) > p, .bamboo-user-yaoqingma > div:nth-child(2) > div > p {
  margin: 0px;
  padding: 0px;
  font-size: 0.9rem;
  color: #FF4900;
  display: none;
  margin-left: 1.5rem;
}
.bamboo-user-yaoqingma > div:nth-child(2) > a {
  margin-top: 1.5rem;
}

.bamboo-yaoqingma-list {
  background-color: #f6f8f9;
  width: 100%;
  height: 20rem;
  overflow-y: auto;
  margin-top: 1rem;
  padding-bottom: -1rem;
}
.bamboo-yaoqingma-list table {
  margin: 0px;
}

.bamboo-yaoqingma-create {
  display: flex;
  align-items: center;
  margin: 1.5rem 0;
}
.bamboo-yaoqingma-create > span {
  font-size: 1.1rem;
  color: #222;
  margin-right: 2rem;
}
.bamboo-yaoqingma-create .bamboo-btn-green {
  width: 5rem;
  height: 2rem;
  line-height: 2rem;
}

.bamboo-app-to {
  text-align: center;
  margin-top: 10rem;
}
.bamboo-app-to > p {
  font-size: 1.3rem;
  color: #999;
}
.bamboo-app-to > a {
  display: inline-block;
  width: 10rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  border: solid 1px #FF4900;
  color: #ffffff;
  margin-top: 1.5rem;
  background-color: #FF4900;
  font-size: 1.2rem;
  border-radius: 2px;
}

.bamboo-app-create {
  position: relative;
  display: flex;
  display: -webkit-flex;
}
.bamboo-app-create > div:nth-child(1) {
  width: 22rem;
  height: 43.5rem;
  background-color: #FFF;
  overflow: hidden;
}
.bamboo-app-create > div:nth-child(1) > img {
  width: 100%;
}
.bamboo-app-create > div:nth-child(2) {
  flex: 1;
  background-color: #fff;
  padding: 30px;
}

.bamboo-app-about-us {
  background: #fff;
  padding: 30px;
  margin: 15px 0;
  width: 100%;
}

.bamboo-app-c-right {
  margin-left: 2rem;
}
.bamboo-app-c-right .c-top > div {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
.bamboo-app-c-right .c-top > div > input {
  flex: 1;
}
.bamboo-app-c-right .c-top > div > textarea {
  flex: 1;
  height: 100px;
}
.bamboo-app-c-right .c-top > div > span {
  font-size: 0.95rem;
  width: 6rem;
}
.bamboo-app-c-right .c-top > div .bamboo-upload {
  width: 80px;
  height: 80px;
}

.bamboo-app-left-swiper {
  border: solid 1px #FFF;
  padding: 15px;
}
.bamboo-app-left-swiper > a {
  display: block;
}
.bamboo-app-left-swiper > a > img {
  width: 100%;
  height: 121px;
}

.shop-none {
  margin-top: 15rem;
  text-align: center;
  font-size: 1.05rem;
  color: #555;
}

.bamboo-app-left-shop {
  border: solid 1px #f2f2f2;
  width: 100%;
  height: 38.8rem;
}
.bamboo-app-left-shop:hover {
  cursor: pointer;
  border: solid 1px #FF4900;
}

.c-swiper > h3, .c-column > h3, .c-articles > h3 {
  font-size: 1.3rem;
  color: #333;
  margin: 2rem 0px 1rem;
}

.c-swiper-select {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.c-swiper-select > span {
  width: 6rem;
  font-size: 1rem;
  color: #333;
  display: inline-block;
}

.c-swiper-arctype {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin-top: 2rem;
}
.c-swiper-arctype > span {
  width: 6rem;
  font-size: 1rem;
  color: #333;
  display: inline-block;
}

.c-swiper-new, .c-column-new {
  margin-top: 2rem;
  position: relative;
  width: 50rem;
}
.c-swiper-new > a, .c-column-new > a {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
}
.c-swiper-new > a > img, .c-column-new > a > img {
  width: 3rem;
  height: 3rem;
}
.c-swiper-new .c-swiper-new-item, .c-column-new .c-swiper-new-item {
  display: flex;
  display: -webkit-flex;
  background-color: #f5f7fa;
  padding: 1rem;
  width: 41rem;
  border-radius: 2px;
  margin-bottom: 1.5rem;
}
.c-swiper-new .c-swiper-new-item .bamboo-upload, .c-column-new .c-swiper-new-item .bamboo-upload {
  width: 180px;
  height: 100px;
}
.c-swiper-new .c-swiper-new-item > div:nth-child(2), .c-column-new .c-swiper-new-item > div:nth-child(2) {
  margin-left: 1rem;
}
.c-swiper-new .c-swiper-new-item > div:nth-child(2) > div, .c-column-new .c-swiper-new-item > div:nth-child(2) > div {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
.c-swiper-new .c-swiper-new-item > div:nth-child(2) > div > span, .c-column-new .c-swiper-new-item > div:nth-child(2) > div > span {
  width: 8rem;
  font-size: 0.95rem;
  color: #555;
}
.c-swiper-new .c-swiper-new-item > div:nth-child(2) > div > input, .c-column-new .c-swiper-new-item > div:nth-child(2) > div > input {
  height: 32px;
  width: 17rem;
}
.c-swiper-new .c-swiper-new-item > div:nth-child(2) > p, .c-column-new .c-swiper-new-item > div:nth-child(2) > p {
  font-size: 0.9rem;
  color: #555;
}

.swiper-img-item {
  position: relative;
}
.swiper-img-item > div {
  width: 100%;
  height: 121px;
  overflow: hidden;
}
.swiper-img-item > div > img {
  width: 100%;
  height: auto;
  min-height: 121px;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 2px;
}

.swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.bamboo-app-left-column {
  background-color: #ffffff;
  height: 4.5rem;
  border: solid 1px #f2f2f2;
}
.bamboo-app-left-column:hover {
  cursor: pointer;
  border: solid 1px #FF4900;
}
.bamboo-app-left-column .add {
  text-align: center;
  line-height: 4.5rem;
}
.bamboo-app-left-column .add > a {
  color: #FF4900;
  text-decoration: underline;
  font-size: 0.95rem;
}
.bamboo-app-left-column .left-column {
  display: flex;
  display: -webkit-flex;
  position: relative;
  align-items: center;
  height: 4.5rem;
}
.bamboo-app-left-column .left-column > a > img {
  width: 2rem;
  height: 2rem;
}
.bamboo-app-left-column .left-column > div {
  text-align: center;
  width: 25%;
}
.bamboo-app-left-column .left-column > div > img {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
.bamboo-app-left-column .left-column > div > span {
  font-size: 0.9rem;
  color: #555;
  display: block;
}

.c-column-new .bamboo-upload {
  width: 100px !important;
  height: 100px !important;
}
.c-column-new .select {
  background-color: #eee;
}
.c-column-new .c-swiper-new-box > h3 {
  font-size: 1rem;
  color: #666;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.bamboo-app-left-newarticle {
  background-color: #ffffff;
  min-height: 18rem;
  margin-top: 8px;
  padding: 1rem;
  border: solid 1px #f2f2f2;
}
.bamboo-app-left-newarticle:hover {
  cursor: pointer;
  border: solid 1px #FF4900;
}
.bamboo-app-left-newarticle > h3 {
  font-size: 1rem;
  color: #333;
  border-bottom: solid 1px rgba(221, 221, 221, 0.8666666667);
  padding-bottom: 0.6rem;
  margin-bottom: 1rem;
}
.bamboo-app-left-newarticle .newarticle-add {
  text-align: center;
  margin-top: 3rem;
}
.bamboo-app-left-newarticle .newarticle-add > a {
  color: #FF4900;
  text-decoration: underline;
}

.article-list {
  margin: 0.8rem 0px;
}
.article-list > div:nth-child(1) {
  display: flex;
  display: -webkit-flex;
}
.article-list > div:nth-child(1) > img {
  width: 100px;
  height: 60px;
}
.article-list > div:nth-child(1) > p {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
  margin-left: 0.8rem;
}
.article-list > div:nth-child(2) {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  color: #999;
  margin-top: 0.5rem;
}

.bamboo-app-submit {
  margin-top: 1.5rem;
}

.bamboo-app-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bamboo-app-list > div.app-list-new {
  background-color: #f5f7fa;
  width: 19%;
  height: 19rem;
  padding: 1.5rem;
  display: inline-block;
  margin: 0 1.5rem 2.5rem 0.55rem;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
  border-radius: 5px;
}
.bamboo-app-list > div.app-list-new > p {
  font-size: 1.35rem;
  color: #888888;
  text-align: center;
  align-items: center;
  display: inline-flex;
}
.bamboo-app-list > div.app-list-new > p > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: #888888;
}
.bamboo-app-list > div.app-list-new > p img {
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.6rem;
}
.bamboo-app-list > div.app-list-new > div {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s; /* Opera */
  text-align: center;
}
.bamboo-app-list > div.app-list-new > div > a {
  display: block;
  color: #fff;
  padding: 1.5rem 1rem;
  font-size: 1.15rem;
  margin-bottom: 1rem;
}
.bamboo-app-list > div.app-list-new > div > a:nth-child(1) {
  margin-top: 2rem;
}
.bamboo-app-list > div.app-list-new:hover > div {
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s; /* Opera */
  display: block;
}

.bamboo-app-to {
  display: none;
}

.bamboo-app-alert {
  display: block;
  color: #FF4900;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.app-list-item {
  background-color: #f5f7fa;
  width: 19%;
  height: 19rem;
  padding: 1.5rem;
  display: inline-block;
  margin: 0 0 1.5rem 0;
  border-radius: 5px;
  min-width: 18rem;
}
.app-list-item > div > h3 {
  font-size: 1.05rem;
  color: #333;
  margin-bottom: 0.65rem;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.app-list-item > div > h3 > img {
  width: 2.5rem;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.app-list-item > div > div {
  font-size: 0.95rem;
  color: #888;
  margin: 2.5rem 0px;
}
.app-list-item > div > div > p {
  line-height: 1.75;
  font-weight: 0.9rem;
}
.app-list-item > div > div > p:nth-child(1) > span:last-child {
  font-weight: bold;
  color: #444;
}
.app-list-item > div:nth-child(2) {
  margin-top: 1rem;
}
.app-list-item > div:nth-child(2) > a {
  display: inline-block;
  font-size: 0.9rem;
  width: 3.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
  color: #FF4900;
  border: solid 1px #FF4900;
  border-radius: 2px;
  text-align: center;
  margin-right: 0.8rem;
}

.bamboo-app-top-nav {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 0px;
}
.bamboo-app-top-nav > li > a {
  width: 8rem;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background-color: #fff;
  color: #333;
  font-size: 1rem;
  display: inline-block;
  border: solid 1px #aaa;
}
.bamboo-app-top-nav > li > a.click {
  background-color: #FF4900;
  color: #fff;
  border: solid 1px #FF4900;
}
.bamboo-app-top-nav > li:nth-child(1) > a {
  border-right: 0px;
}
.bamboo-app-top-nav > li:last-child {
  text-align: right;
  align-self: center;
  font-size: 1.35rem;
  color: #333;
  font-weight: bold;
}

.switch-icon {
  width: 3.3rem !important;
  height: auto !important;
  border-radius: 0 !important;
  margin-right: 1rem;
}
.switch-icon:hover {
  cursor: pointer;
}

.bamboo-app-about-us > div:nth-child(1) {
  margin: 1.5rem 0px;
}
.bamboo-app-about-us > div:nth-child(2) > h3 {
  font-size: 1rem;
  color: #454545;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.bamboo-app-about-us > div:nth-child(2) .bamboo-upload {
  width: 130px;
  height: 130px;
}
.bamboo-app-about-us > div:nth-child(2) textarea {
  width: 35rem;
  height: 6rem;
}

.bamboo-app-shop-select-box-select > span {
  display: block;
  margin-bottom: 1rem;
}

.shop-articles {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 2.6%;
  justify-content: space-between;
}
.shop-articles > div {
  width: 48.8%;
  display: block;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 20px;
  text-decoration: none;
}
.shop-articles > div > a {
  display: block;
}
.shop-articles > div > a > img {
  padding: 0;
  box-sizing: border-box;
  border-radius: 2px;
  width: 100%;
  height: 146px;
}
.shop-articles > div > p {
  margin: 6px 0px 0px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.shop-articles > div > div {
  display: flex;
  justify-content: space-between;
}
.shop-articles > div > div > span {
  color: #FF4900;
  font-size: 1.1rem;
}
.shop-articles > div > div > img {
  width: 1.5rem;
  height: 1.5rem;
}

.shop-sub-column {
  background-color: #ffffff;
  padding: 0.6rem 1rem;
  display: block;
  overflow-x: hidden;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.shop-sub-column > span {
  margin-right: 1rem;
}
.shop-sub-column > span:nth-child(1) {
  color: #FF4900;
}

.bamboo-t-app-upload {
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.bamboo-t-app-upload > span {
  width: 100% !important;
  margin-bottom: 0.6rem;
  font-weight: 500 !important;
  font-size: 0.95rem;
}
.bamboo-t-app-upload .bamboo-upload {
  height: 6rem !important;
}

.split-div {
  width: 100%;
  height: 1px;
  margin: 1.5rem 0;
  background: #f0f0f0;
}

.bamboo-app-left-title {
  display: flex;
  margin: 0.5rem 15px;
  align-items: center;
}
.bamboo-app-left-title > img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
}
.bamboo-app-left-title > h3 {
  font-size: 1.1rem;
  color: #333;
}
.bamboo-app-left-title > h3.app-name-none {
  color: #888;
}

.bamboo-app-left-description {
  margin: 0.5rem 15px;
  line-height: 1.65;
  font-size: 0.9rem;
  color: #666;
}
.bamboo-app-left-description > span {
  color: #999;
}

.app-select-column > span {
  width: 6rem;
  font-size: 0.95rem;
  display: inline-block;
}

.bamboo-app-data-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.app-data-item {
  background-color: #f5f7fa;
  width: 19%;
  height: 8.5rem;
  padding: 1.5rem;
  margin: 0 0 1.5rem 0;
  display: flex;
  display: -webkit-flex;
  min-width: 18rem;
}
.app-data-item:hover {
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s; /* Opera */
}
.app-data-item:hover:hover {
  cursor: pointer;
  box-shadow: inset 0 0 1000px rgba(0, 0, 0, 0.08);
}
.app-data-item > img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 5px;
}
.app-data-item > div {
  margin-top: 0.5rem;
  margin-left: 1.5rem;
}
.app-data-item > div > h3 {
  font-size: 1.15rem;
  color: #333;
  margin-bottom: 0.65rem;
  margin-top: -0.3rem;
}
.app-data-item > div > div {
  font-size: 0.95rem;
  color: #888;
}

.bamboo-analysis-app-name {
  font-size: 1.2rem;
  color: #353535;
  margin-bottom: 1.5rem;
}

.data-tables {
  display: flex;
  display: -webkit-flex;
}
.data-tables > div {
  margin-right: 1.5rem;
}

.bamboo-analysis-top {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  align-items: center;
  justify-content: center;
  border-bottom: solid 1px #f2f2f2;
  padding-bottom: 1rem;
  margin: 0px;
}
.bamboo-analysis-top > div {
  width: 18rem;
  height: 5rem;
  text-align: center;
  color: #666;
  margin: 0px 1.5rem;
}
.bamboo-analysis-top > div > span {
  display: block;
}
.bamboo-analysis-top > div > span:nth-child(2) {
  font-size: 2.5rem;
  font-family: Tahoma;
  font-weight: bold;
}
.bamboo-analysis-top > div:nth-child(1) > span:nth-child(2) {
  color: #FFBD00;
}
.bamboo-analysis-top > div:nth-child(2) > span:nth-child(2) {
  color: #e44b51;
}
.bamboo-analysis-top > div:nth-child(3) > span:nth-child(2) {
  color: #20D097;
}
.bamboo-analysis-top > div:nth-child(4) > span:nth-child(2) {
  color: #797ff3;
}
.bamboo-analysis-top > div:nth-child(5) > span:nth-child(2) {
  color: #666;
}

.data-analysis-ip {
  background-color: #f5f7fa;
  display: inline-block;
  width: 48%;
  height: 32.5rem;
  padding: 1.5rem;
  border-radius: 3px;
  margin-top: 1.5rem;
}
.data-analysis-ip > h3 {
  font-family: Tahoma;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.data-analysis-ip > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #eee;
  line-height: 1.85;
}
.data-analysis-ip > div:last-child {
  border-bottom: 0px;
}
.data-analysis-ip > div > span {
  display: inline-block;
  font-size: 0.97rem;
  color: #666;
}
.data-analysis-ip > div > span:nth-child(1) {
  width: 10rem;
}
.data-analysis-ip > div > span:nth-child(2) {
  width: 8rem;
}
.data-analysis-ip > div > span:nth-child(3) {
  width: 2rem;
  text-align: right;
}

.data-analysis-pages {
  background-color: #f5f7fa;
  display: inline-block;
  width: 48%;
  height: 32.5rem;
  padding: 1.5rem;
  border-radius: 3px;
  margin-top: 1.5rem;
}
.data-analysis-pages > h3 {
  font-family: Tahoma;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.data-analysis-pages > div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: solid 1px #eee;
  line-height: 1.85;
}
.data-analysis-pages > div:last-child {
  border-bottom: 0px;
}
.data-analysis-pages > div > a {
  display: inline-block;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.97rem;
}
.data-analysis-pages > div > span {
  display: inline-block;
  font-size: 0.97rem;
  color: #666;
  width: 2rem;
  text-align: right;
}

.sass-time-range {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: 1rem;
}
.sass-time-range > span {
  font-size: 1.05rem;
  width: 6rem;
  color: #666;
}
.sass-time-range > input {
  width: 20rem;
  position: relative;
}
.sass-time-range > img {
  position: absolute;
  right: 4px;
  top: 11px;
  width: 18px;
}

.bamboo-data-table-cover {
  background-color: #f4f5fc;
  padding: 1.5rem 1rem 1rem;
  margin: 1.5rem 0;
}
.bamboo-data-table-cover > h3 {
  font-size: 1.1rem;
  font-weight: 500;
  color: #666;
}

.xlb-data-table-3, .xlb-data-table-1, .xlb-data-table-2, .xlb-t-data-table {
  background-color: #f4f5fc;
}
.xlb-data-table-3 .bamboo-table, .xlb-data-table-1 .bamboo-table, .xlb-data-table-2 .bamboo-table, .xlb-t-data-table .bamboo-table {
  border: solid 1px #cdd1f5;
  width: 100%;
  margin: 1.3rem 0;
}
.xlb-data-table-3 .bamboo-table tr th, .xlb-data-table-1 .bamboo-table tr th, .xlb-data-table-2 .bamboo-table tr th, .xlb-t-data-table .bamboo-table tr th {
  border-bottom: solid 1px #cdd1f5;
  border-right: solid 1px #cdd1f5;
  padding: 0.5rem 0.5rem;
  font-size: 1rem;
  background-color: #e9eafa;
  font-weight: bold;
  color: #666;
}
.xlb-data-table-3 .bamboo-table tr td, .xlb-data-table-1 .bamboo-table tr td, .xlb-data-table-2 .bamboo-table tr td, .xlb-t-data-table .bamboo-table tr td {
  border-bottom: solid 1px #cdd1f5;
  border-right: solid 1px #cdd1f5;
  padding: 0.75rem 0.5rem;
  font-size: 1rem;
  color: #666;
  background-color: #ffffff;
}
.xlb-data-table-3 .bamboo-table tbody tr, .xlb-data-table-1 .bamboo-table tbody tr, .xlb-data-table-2 .bamboo-table tbody tr, .xlb-t-data-table .bamboo-table tbody tr {
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s; /* Opera */
}
.xlb-data-table-3 .bamboo-table tbody tr:hover, .xlb-data-table-1 .bamboo-table tbody tr:hover, .xlb-data-table-2 .bamboo-table tbody tr:hover, .xlb-t-data-table .bamboo-table tbody tr:hover {
  background-color: #white;
}

.tiku-data-select {
  float: right;
}
.tiku-data-select > a {
  height: 2.5rem;
  text-align: center;
  color: #888;
  font-size: 1rem;
  border-radius: 8px;
  line-height: 2.5rem;
  padding: 6px 20px;
  margin-right: 10px;
}
.tiku-data-select > a.click {
  border: solid 1px #34a039;
  color: #fff;
  border-radius: 50px;
  background-color: #34a039;
}

.bamboo-data-box {
  margin: 0 1rem 2rem;
  padding: 35px;
  background-color: #ffffff;
}
.bamboo-data-box > h3 {
  font-size: 18px;
}

.bamboo-table-cover {
  height: 42rem;
  overflow-y: auto;
}
.bamboo-table-cover > table {
  margin: 0px;
  margin-bottom: 1rem;
}

.order-control > a, .order-control > span, .yaoqingma-control > a, .yaoqingma-control > span {
  font-size: 1.2rem;
  margin-left: 1rem;
  width: 1.65rem;
  height: 1.65rem;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 1.65rem;
  margin-left: 0;
  margin-right: 0.5rem;
}
.order-control > a:last-child, .order-control > span:last-child, .yaoqingma-control > a:last-child, .yaoqingma-control > span:last-child {
  margin-right: 0;
}
.order-control > a:hover, .order-control > span:hover, .yaoqingma-control > a:hover, .yaoqingma-control > span:hover {
  cursor: pointer;
}
.order-control > a:nth-child(1), .order-control > span:nth-child(1), .yaoqingma-control > a:nth-child(1), .yaoqingma-control > span:nth-child(1) {
  background-image: url(../icon/order.png);
}
.order-control > a:nth-child(1):hover, .order-control > span:nth-child(1):hover, .yaoqingma-control > a:nth-child(1):hover, .yaoqingma-control > span:nth-child(1):hover {
  background-image: url(../icon/order_hover.png);
}
.order-control > a[data-tag=detail], .order-control > span[data-tag=detail], .yaoqingma-control > a[data-tag=detail], .yaoqingma-control > span[data-tag=detail] {
  background-image: url(../icon/order.png);
}
.order-control > a[data-tag=detail]:hover, .order-control > span[data-tag=detail]:hover, .yaoqingma-control > a[data-tag=detail]:hover, .yaoqingma-control > span[data-tag=detail]:hover {
  background-image: url(../icon/order_hover.png);
}
.order-control > a[data-tag=edit], .order-control > span[data-tag=edit], .yaoqingma-control > a[data-tag=edit], .yaoqingma-control > span[data-tag=edit] {
  background-image: url(../icon/edit.png);
}
.order-control > a[data-tag=edit]:hover, .order-control > span[data-tag=edit]:hover, .yaoqingma-control > a[data-tag=edit]:hover, .yaoqingma-control > span[data-tag=edit]:hover {
  background-image: url(../icon/edit-hover.png);
}
.order-control > a[data-tag=send], .order-control > span[data-tag=send], .yaoqingma-control > a[data-tag=send], .yaoqingma-control > span[data-tag=send] {
  background-image: url(../icon/send.png);
}
.order-control > a[data-tag=send]:hover, .order-control > span[data-tag=send]:hover, .yaoqingma-control > a[data-tag=send]:hover, .yaoqingma-control > span[data-tag=send]:hover {
  background-image: url(../icon/send-hover.png);
}
.order-control > a[data-tag=delete], .order-control > span[data-tag=delete], .yaoqingma-control > a[data-tag=delete], .yaoqingma-control > span[data-tag=delete] {
  background-image: url(../icon/delete.png);
}
.order-control > a[data-tag=delete]:hover, .order-control > span[data-tag=delete]:hover, .yaoqingma-control > a[data-tag=delete]:hover, .yaoqingma-control > span[data-tag=delete]:hover {
  background-image: url(../icon/delete-hover.png);
}
.order-control > a[data-tag=ma], .order-control > span[data-tag=ma], .yaoqingma-control > a[data-tag=ma], .yaoqingma-control > span[data-tag=ma] {
  background-image: url(../icon/ma.png);
}
.order-control > a[data-tag=ma]:hover, .order-control > span[data-tag=ma]:hover, .yaoqingma-control > a[data-tag=ma]:hover, .yaoqingma-control > span[data-tag=ma]:hover {
  background-image: url(../icon/ma-hover.png);
}
.order-control > a[data-tag=link], .order-control > span[data-tag=link], .yaoqingma-control > a[data-tag=link], .yaoqingma-control > span[data-tag=link] {
  background-image: url(../icon/link.png);
}
.order-control > a[data-tag=link]:hover, .order-control > span[data-tag=link]:hover, .yaoqingma-control > a[data-tag=link]:hover, .yaoqingma-control > span[data-tag=link]:hover {
  background-image: url(../icon/link-hover.png);
}
.order-control > a[data-tag=down], .order-control > span[data-tag=down], .yaoqingma-control > a[data-tag=down], .yaoqingma-control > span[data-tag=down] {
  background-image: url(../icon/down.png);
}
.order-control > a[data-tag=down]:hover, .order-control > span[data-tag=down]:hover, .yaoqingma-control > a[data-tag=down]:hover, .yaoqingma-control > span[data-tag=down]:hover {
  background-image: url(../icon/down-hover.png);
}

.bamboo-order-detail {
  position: relative;
  display: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s; /* Opera */
}
.bamboo-order-detail > div:nth-child(1) {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1111500;
}
.bamboo-order-detail > div:nth-child(2) {
  position: fixed;
  top: 14%;
  left: 50%;
  width: 50rem;
  margin-left: -25rem;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 2.5rem 2rem;
  z-index: 1111506;
}
.bamboo-order-detail > div:nth-child(2) > h3 {
  font-size: 1.2rem;
  text-align: center;
}
.bamboo-order-detail > div:nth-child(2) > input {
  margin: 1.8rem 0px 0.5rem;
}
.bamboo-order-detail > div:nth-child(2) > p {
  margin: 0px;
  padding: 0px;
  font-size: 0.9rem;
  color: #FF4900;
  display: none;
}
.bamboo-order-detail > div:nth-child(2) > a {
  margin-top: 1.5rem;
}

.bamboo-order-edit > div.bamboo-order-edit-child {
  width: 41rem;
  overflow-y: auto;
}
.bamboo-order-edit > div.bamboo-order-edit-child > h3 {
  margin-bottom: 1.5rem;
}
.bamboo-order-edit > div.bamboo-order-edit-child > div {
  margin-bottom: 0.8rem;
}
.bamboo-order-edit > div.bamboo-order-edit-child > div > span {
  display: inline-block;
  width: 6rem;
}
.bamboo-order-edit > div.bamboo-order-edit-child > div > input {
  width: 350px;
  display: inline-block;
}
.bamboo-order-edit > div.bamboo-order-edit-child > div:last-child {
  text-align: center;
  margin-top: 2rem;
}
.bamboo-order-edit > div.bamboo-order-edit-child > div > p {
  color: #FF4900;
  font-size: 1rem;
}
.bamboo-order-edit > div.bamboo-order-edit-child > div > div {
  display: inline-flex;
  align-items: flex-start;
}
.bamboo-order-edit > div.bamboo-order-edit-child > div > div > input {
  margin-left: 1.5rem;
  margin-right: 5px;
  width: 15px;
  height: 15px;
}
.bamboo-order-edit > div.bamboo-order-edit-child > div > div > input:nth-child(1) {
  margin-left: 0px;
}

.bamboo-article-ziyuan {
  position: relative;
  display: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s; /* Opera */
}
.bamboo-article-ziyuan > div:nth-child(1) {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1111500;
}
.bamboo-article-ziyuan > div:nth-child(2) {
  position: fixed;
  top: 10%;
  left: 50%;
  width: 80rem;
  margin-left: -40rem;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 2.5rem 2rem;
  z-index: 1111506;
}
.bamboo-article-ziyuan > div:nth-child(2) > h3 {
  font-size: 1.2rem;
  text-align: center;
}
.bamboo-article-ziyuan > div:nth-child(2) > input {
  margin: 1.8rem 0px 0.5rem;
}
.bamboo-article-ziyuan > div:nth-child(2) > p {
  margin: 0px;
  padding: 0px;
  font-size: 0.9rem;
  color: #FF4900;
  display: none;
}
.bamboo-article-ziyuan > div:nth-child(2) > a {
  margin-top: 1.5rem;
}

.shengchengqi-box {
  position: relative;
  display: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s; /* Opera */
}
.shengchengqi-box > div:nth-child(1) {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1111500;
}
.shengchengqi-box > div:nth-child(2) {
  position: fixed;
  top: 10%;
  left: 50%;
  width: 80rem;
  margin-left: -40rem;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 2.5rem 2rem;
  z-index: 1111506;
}

.bamboo-tools > a {
  display: inline-block;
  text-align: center;
  background: #f5f7fa;
  width: 15rem;
  height: 15rem;
  margin-right: 2rem;
  margin-bottom: 1.5rem;
}
.bamboo-tools > a > img {
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 4rem;
  margin-bottom: 1rem;
}
.bamboo-tools > a > span {
  display: block;
  color: #555;
  font-weight: bold;
}

.bamboo-message {
  display: flex;
  overflow: initial;
  position: relative;
  height: auto;
}

.bamboo-message-left {
  width: 55%;
  overflow-y: auto;
  height: 36rem !important;
  background-color: #f7f7f7;
}
.bamboo-message-left ul > li {
  margin-top: 7px;
}
.bamboo-message-left ul > li:nth-child(1) {
  margin-top: 0px;
}
.bamboo-message-left ul > li > a {
  display: flex;
  color: #555;
  min-height: 46px;
  border: 1px solid #e7e7eb;
  padding: 10px;
}
.bamboo-message-left ul > li > a > img {
  width: 48px;
  height: 48px;
  margin-right: 1.5rem;
}
.bamboo-message-left ul > li > a > div > div:nth-child(1) {
  overflow: hidden;
}
.bamboo-message-left ul > li > a > div > div:nth-child(1) > span {
  margin-right: 1.5rem;
}
.bamboo-message-left ul > li > a > div > div:nth-child(1) > span:nth-child(1) {
  display: inline-block;
  min-width: 5rem;
}
.bamboo-message-left ul > li > a > div > div:nth-child(2) {
  color: #FF4900;
  width: 30rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1rem;
  margin-top: 0.3rem;
}
.bamboo-message-left ul > li > a > div > div:nth-child(2) > span {
  margin-right: 1.5rem;
}
.bamboo-message-left ul > li > a > div > div:nth-child(2) > span:nth-child(1) {
  display: inline-block;
  min-width: 5rem;
}

.bamboo-message-right {
  flex: 1;
  margin-left: 1.5rem;
  border: 1px solid #e7e7eb;
  overflow: hidden;
  height: 36.6rem;
}
.bamboo-message-right > h3 {
  text-align: center;
  font-size: 1rem;
  color: #222;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e7e7eb;
}
.bamboo-message-right > div:nth-child(2) {
  height: 23rem;
  overflow-y: auto;
  padding: 1rem;
}
.bamboo-message-right > div:nth-child(2) .reply-right {
  position: relative;
  margin-bottom: 1.5rem;
}
.bamboo-message-right > div:nth-child(2) .reply-right > p {
  text-align: center;
  color: #999;
  font-size: 0.9rem;
}
.bamboo-message-right > div:nth-child(2) .reply-right > img:nth-child(3) {
  width: 34px;
  height: 34px;
  position: absolute;
  right: 0.8rem;
  margin-top: -38px;
}
.bamboo-message-right > div:nth-child(2) .reply-right > img:nth-child(2) {
  position: relative;
  margin-top: 0px;
  right: -30rem;
  width: 6rem;
  height: auto;
  display: block;
}
.bamboo-message-right > div:nth-child(2) .reply-right > div {
  word-break: break-all;
  position: relative;
  right: -17%;
  background: #797ff3;
  width: 70%;
  border-radius: 5px;
  padding: 0.8rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #fff;
}
.bamboo-message-right > div:nth-child(2) .reply-left {
  position: relative;
  margin-bottom: 1.5rem;
}
.bamboo-message-right > div:nth-child(2) .reply-left > p {
  text-align: center;
  color: #999;
  font-size: 0.9rem;
}
.bamboo-message-right > div:nth-child(2) .reply-left > img:nth-child(2) {
  width: 34px;
  height: 34px;
  margin-left: 0.8rem;
}
.bamboo-message-right > div:nth-child(2) .reply-left > img:nth-child(3) {
  position: relative;
  margin-top: -38px;
  left: 68px;
  width: 6rem;
  height: auto;
  display: block;
}
.bamboo-message-right > div:nth-child(2) .reply-left > div {
  word-break: break-all;
  position: relative;
  margin-top: -38px;
  left: 68px;
  background: #dfdfdf;
  width: 70%;
  border-radius: 5px;
  padding: 0.8rem;
  font-size: 0.95rem;
  line-height: 1.7;
}

.message-send-box textarea {
  width: 100%;
  height: 7rem;
  border: 0;
  border-top: 1px solid #e7e7eb;
  padding: 1rem;
  border-bottom: 1px solid #e7e7eb;
}
.message-send-box textarea:focus {
  border: 0px;
  border-top: 1px solid #e7e7eb;
}
.message-send-box > div {
  padding: 0 1rem;
  align-items: center;
  overflow: hidden;
}
.message-send-box > div > a {
  width: 5rem;
  height: 2.2rem;
  line-height: 2.2rem;
  float: right;
}

.key_message_top span {
  width: 6rem;
  display: inline-block;
  color: #353535;
  font-size: 1rem;
  line-height: 2;
}
.key_message_top input {
  width: 30rem;
  height: 2.42857rem;
  padding: 0.42857rem 0.857142857rem;
  font-size: 1rem;
  display: inline-block;
}

.key_message_content {
  display: flex;
  margin-top: 25px;
}
.key_message_content > div:nth-child(1) {
  width: 6rem;
}
.key_message_content > div:nth-child(2) {
  flex: 1;
}
.key_message_content > div:nth-child(2) ul {
  display: flex;
  display: -webkit-flex;
  border: solid 1px #d0d0d0;
  margin-bottom: 0;
  border-bottom: 0;
}
.key_message_content > div:nth-child(2) ul li {
  padding: 0.6rem 1.9rem;
  font-size: 0.9rem;
  margin-right: 0.5rem;
}
.key_message_content > div:nth-child(2) ul li:hover {
  cursor: pointer;
}
.key_message_content > div:nth-child(2) .red-color {
  color: #DE1F26;
}
.key_message_content > div:nth-child(2) .reply_icon {
  width: 0.9rem;
  height: 1.1rem;
  margin-right: 4px;
  position: relative;
  left: 0;
  top: -1px;
}
.key_message_content > div:nth-child(2) .reply_icon_p {
  width: 1.2rem;
}
.key_message_content > div:nth-child(2) textarea {
  width: 100% !important;
  height: 26rem !important;
}

.key_message_save {
  margin-top: 30px;
  padding-left: 6rem;
}

.bamboo-upload-key {
  width: 100%;
  height: 26rem;
}

.delete_keyimage {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 100000000;
}
.delete_keyimage:hover {
  cursor: pointer;
}

.key-control > a {
  font-size: 1.2rem;
  margin-left: 1rem;
  width: 1.65rem;
  height: 1.65rem;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 1.65rem;
  margin-left: 0;
  margin-right: 1.2rem;
}
.key-control > a:nth-child(1) {
  background-image: url(../icon/delete.png);
}
.key-control > a:nth-child(1):hover {
  background-image: url(../icon/delete-hover.png);
}
.key-control > a[data-tag=edit] {
  background-image: url(../icon/edit.png);
}
.key-control > a[data-tag=edit]:hover {
  background-image: url(../icon/edit-hover.png);
}
.key-control > a[data-tag=ma] {
  background-image: url(../icon/ma.png);
}
.key-control > a[data-tag=ma]:hover {
  background-image: url(../icon/ma-hover.png);
}

.bamboo-tuiguang > div {
  margin-bottom: 2.3rem;
}

.bamboo-t-1 {
  display: flex;
}
.bamboo-t-1 > span {
  width: 8rem;
  display: inline-flex;
}
.bamboo-t-1 > span:nth-child(1) {
  font-weight: bold;
}
.bamboo-t-1 > input {
  width: 35rem;
}
.bamboo-t-1 radio {
  width: 1.2rem;
  height: 1.2rem;
}

.bamboo-t-upload {
  display: flex;
  flex-wrap: wrap;
}
.bamboo-t-upload > span {
  width: 8rem;
  font-weight: bold;
}
.bamboo-t-upload .bamboo-upload {
  width: 12rem;
  height: 15rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.bamboo-t-upload .bamboo-upload > img {
  width: 100%;
}
.bamboo-t-upload .bamboo-upload .fa-trash {
  position: absolute;
  z-index: 1005;
  font-size: 1.5rem;
  bottom: 0.5rem;
  right: 0.5rem;
}
.bamboo-t-upload .bamboo-upload .fa-trash:hover {
  cursor: pointer;
}

.bamboo-t-upload-1 {
  display: flex;
}
.bamboo-t-upload-1 > span {
  width: 8rem;
  font-weight: bold;
}
.bamboo-t-upload-1 .bamboo-upload {
  width: 10rem;
  height: 10rem;
}
.bamboo-t-upload-1 .bamboo-upload > img {
  width: 100%;
}

.bamboo-t-2 > h3 {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.bamboo-t-2 > textarea {
  width: 38rem;
  height: 6rem;
}

.xlb-template {
  height: 950px;
}

.xlb-template-warning > h3 {
  margin: 0px 1.8rem 1.8rem;
  font-size: 1.1rem;
  color: #353535;
  background-color: #fcf0f1;
  display: inline-block;
  padding: 0.8rem;
  border-radius: 3px;
}
.xlb-template-warning > h3 > a {
  color: #DE1F26;
}

.xlb-time-btn {
  background-color: #ffffff;
  width: 18rem !important;
  text-align: left;
  font-size: 1.1rem;
}

.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: 22.5rem;
  height: 21rem;
  background-color: #f7f7f7;
  margin: 1rem;
  border-radius: 5px;
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s; /* Opera */
  position: relative;
  overflow: hidden;
}
.xlb-template-index > div:hover {
  box-shadow: 0 5px 25px 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: #fff;
  padding: 8px;
  margin: 0 1rem;
  font-size: 0.95rem;
  height: 13.5rem;
  overflow: hidden;
}
.xlb-template-index > div > div > p {
  margin: 0px;
  padding: 0px;
  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: 0px;
  left: 0px;
  height: 12rem;
  background: rgba(255, 255, 255, 0.85);
  padding-top: 1rem;
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s; /* Opera */
}
.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: 5px;
}
.xlb-template-index > div > section > a:nth-child(1) {
  background-color: #44b549;
}
.xlb-template-index > div > section > a:nth-child(2) {
  background-color: #FFBD00;
}
.xlb-template-index > div > section > a:nth-child(3) {
  background-color: #DE1F26;
}
.xlb-template-index > a {
  display: inline-block;
  width: 15.5rem;
  height: 21rem;
  background-color: #ffffff;
  text-align: center;
  margin: 1rem;
  line-height: 21rem;
  border-radius: 5px;
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s; /* Opera */
}
.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);
}

.return-list {
  background: url(../icon/return.png) 0 0 no-repeat;
  background-size: 5.5rem 2rem;
  display: inline-block;
  width: 8rem;
  height: 2rem;
}

.return-list:hover {
  background: url(../icon/return_hover.png) 0 0 no-repeat;
  background-size: 5.5rem 2rem;
}

.xlb-return {
  padding: 1.8rem;
}

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;
}

.xlb-template-dropdown {
  margin: 0px 1.8rem;
}
.xlb-template-dropdown > span {
  display: inline-block;
  color: #e44b51;
}
.xlb-template-dropdown > div {
  display: inline-block;
  margin-left: 1rem;
}
.xlb-template-dropdown button.dropdown-btn {
  min-width: 12rem;
}
.xlb-template-dropdown button.dropdown-btn::after {
  position: relative;
  top: 0.5rem;
  float: right;
}

.dropdown-menu > a {
  display: block;
  padding: 0.35rem 1rem;
}

.xlb-template-create {
  position: relative;
}

.xlb-template-content {
  display: flex;
  display: -webkit-flex;
  position: relative;
  margin-top: 2rem;
}
.xlb-template-content pre {
  background-color: #f5f7fa !important;
  border: 0;
  padding-left: 1.5rem;
}
.xlb-template-content > div:nth-child(2) {
  width: 23rem;
  height: 40rem;
  border: solid 1px #ddd;
  background-color: #f5f7fa;
  margin: 0px 2rem;
}
.xlb-template-content > div:nth-child(1) {
  flex: 1;
  margin-left: 1.8rem;
  visibility: hidden;
}
.xlb-template-content > div:nth-child(1) > h3 {
  font-size: 1rem;
  font-weight: bold;
  color: #353535;
  margin: 2rem 0px 1rem;
}
.xlb-template-content > div:nth-child(1) > div > div {
  margin-bottom: 1rem;
  display: flex;
  display: -webkit-flex;
}
.xlb-template-content > div:nth-child(1) > div > div > input {
  width: 30rem;
  display: inline-block;
}
.xlb-template-content > div:nth-child(1) > div > div > span {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin: 0.3rem 1rem 0;
  border-radius: 3px;
}
.xlb-template-content > div:nth-child(1) > div > div > span:hover {
  cursor: pointer;
}

.xlb-template-redirect > h3 {
  font-size: 1rem;
  font-weight: bold;
  color: #353535;
  margin: 2rem 0px 1rem;
}
.xlb-template-redirect > h3 > span {
  display: inline-block;
  width: 6rem;
  font-weight: bold;
}
.xlb-template-redirect > h3 > div {
  display: inline-flex;
}
.xlb-template-redirect > h3 > div .a-click {
  background-color: #f5f7fa;
  color: #353535;
}
.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:nth-child(1) {
  border-right: 0px;
}
.xlb-template-redirect > div input {
  width: 30rem;
  display: inline-block;
}
.xlb-template-redirect > div > span {
  display: inline-block;
  width: 6rem;
}
.xlb-template-redirect > div > div {
  margin: 1rem 0;
}
.xlb-template-redirect > div > div span {
  display: inline-block;
  width: 10rem;
}
.xlb-template-redirect > div:last-child {
  display: none;
}

.xlb-template-send {
  padding: 0 1.8rem;
}
.xlb-template-send > h3 {
  font-size: 1.3rem;
  font-weight: 500;
}

.xlb-template-send-dropdown {
  display: flex;
  line-height: 2.3;
  margin-top: 2rem;
}
.xlb-template-send-dropdown > span {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.05rem;
}
.xlb-template-send-dropdown > div {
  line-height: 1.8;
}

.xlb-template-send-self {
  padding: 2.5rem 1.8rem;
}
.xlb-template-send-self input {
  width: 35rem;
}

.xlb-template-send-confirm {
  padding: 1.5rem 1.8rem;
}
.xlb-template-send-confirm > a {
  display: inline-block;
  padding: 0.45rem 1.3rem;
  font-size: 1.05rem;
  font-weight: 500;
  color: #ffffff;
  margin-right: 1rem;
  border-radius: 3px;
}
.xlb-template-send-confirm > a:nth-child(1) {
  background-color: #e44b51;
}
.xlb-template-send-confirm > a:nth-child(2) {
  background-color: #FFBD00;
}

.xlb-template-send-all {
  padding: 2.5rem 1.8rem;
  font-size: 1.1rem;
  color: #888888;
}

.xlb-template-send-senior {
  padding: 1.5rem 1.8rem;
  font-size: 1rem;
  background-color: #f5f7fa;
  margin: 2rem 1.8rem;
  width: 45rem;
}
.xlb-template-send-senior > div {
  margin: 2.5rem 0;
  display: flex;
  line-height: 2.5;
}
.xlb-template-send-senior > div:nth-child(1) {
  margin-top: 1rem;
}
.xlb-template-send-senior > div:last-child {
  margin-bottom: 1rem;
}
.xlb-template-send-senior > div > span {
  width: 10rem;
}
.xlb-template-send-senior > div > span img {
  margin-right: 0.8rem;
}
.xlb-template-send-senior > div > span img:hover {
  cursor: pointer;
}

.dropdown-menu {
  max-height: 25rem;
  overflow-y: scroll;
}

.xlb-template-send-time-container > span {
  margin-right: 0.6rem;
  display: inline-block;
}
.xlb-template-send-time-container input {
  display: inline-block;
  width: 10rem;
  margin-right: 1rem;
}

.xlb-qrcode {
  text-align: center;
  margin-top: 4.5rem;
  text-align: center;
}
.xlb-qrcode > img {
  width: 7rem;
  height: 7rem;
}
.xlb-qrcode > p {
  color: #666;
  margin-top: 0.6rem;
  font-size: 0.95rem;
}

.xlb-template-send-from-time {
  position: relative;
}
.xlb-template-send-from-time > div:nth-child(1) {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
}
.xlb-template-send-from-time > div:nth-child(2) {
  position: absolute;
  top: 0rem;
  left: 8rem;
  background-color: #ffffff;
  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: #ffffff;
  margin-right: 0.8rem;
}
.xlb-template-send-from-time > div:nth-child(2) > div > a:nth-child(2) {
  background-color: #dfdfdf;
  color: #353535;
}

.template-create-right > img {
  width: 100%;
  height: auto;
}
.template-create-right > div {
  background: #ffffff;
  margin: 3rem 1rem;
  padding: 0.8rem;
}
.template-create-right > div > h3 {
  font-size: 1.1rem;
  color: #353535;
  margin: 0px;
}
.template-create-right > div > p {
  color: #888888;
  font-size: 0.9rem;
  margin: 0px;
}
.template-create-right > div > div p {
  margin: 0.6rem 0px;
  font-size: 1rem;
  word-wrap: break-word;
  line-height: 1.5;
}

.bamboo-setting-nav {
  font-size: 20px;
  margin-bottom: 25px;
}

.bamboo-setting-basic {
  margin-bottom: 25px;
}
.bamboo-setting-basic > div {
  display: flex;
  margin: 25px 0;
  align-items: center;
  color: #333;
  font-size: 14px;
}
.bamboo-setting-basic > div > span {
  width: 145px;
  font-size: 14px;
  color: #888;
}
.bamboo-setting-basic > div > input {
  width: 400px;
}
.bamboo-setting-basic > div > img {
  width: 80px;
  height: auto;
  margin-right: 25px;
}
.bamboo-setting-basic > div > form {
  font-size: 14px;
}

.bamboo-setting-touxiang {
  position: relative;
  overflow: hidden;
}
.bamboo-setting-touxiang > div {
  width: 80px;
  height: 80px;
  margin-right: 25px;
  float: left;
  position: relative;
}
.bamboo-setting-touxiang > div > img:nth-child(1) {
  width: 80px;
  height: 80px;
}

.trash-img {
  position: absolute;
  right: -19px;
  top: 0;
  width: 18px;
  height: auto;
}
.trash-img:hover {
  cursor: pointer;
}

.xuanze-tupian {
  margin-top: 30px;
  float: left;
  font-size: 14px;
}

.save-btn, .save-btn-green, .save-btn-green-small {
  position: relative;
  margin: 35px 15px 0;
  width: 152px;
  font-size: 18px;
  border-radius: 80px;
  padding: 5px 0;
  background-color: #fcdb20;
  border: 1px solid #fcdb20;
  color: #000;
  display: inline-block;
  text-align: center;
}
.save-btn:hover, .save-btn:focus, .save-btn-green:hover, .save-btn-green:focus, .save-btn-green-small:hover, .save-btn-green-small:focus {
  color: #000;
}

.save-btn-green, .save-btn-green-small {
  background-color: #34a039;
  border: 1px solid #34a039;
  color: #fff;
}
.save-btn-green:hover, .save-btn-green:focus, .save-btn-green-small:hover, .save-btn-green-small:focus {
  color: #fff;
}

.save-btn-green-small {
  margin: 0 10px;
  width: 100px;
  font-size: 15px;
}

.search-box {
  display: inline-flex;
  align-items: center;
}
.search-box > input {
  width: 260px;
}

.bamboo-source-upload-search-box {
  display: flex;
  align-items: center;
}

.search-btn {
  position: relative;
  margin: 0 15px;
  width: 100px;
  font-size: 14px;
  border-radius: 80px;
  padding: 6px 0;
  background-color: #fcdb20;
  border: 1px solid #fcdb20;
  color: #000;
  display: inline-block;
  text-align: center;
}
.search-btn:hover, .search-btn:focus {
  color: #000;
}

.ok-btn {
  position: relative;
  margin-top: 35px;
  width: 120px;
  font-size: 16px;
  border-radius: 80px;
  padding: 5px 0;
  font-weight: bold;
  background-color: #34a039;
  border: 1px solid #34a039;
  color: #fff;
  display: inline-block;
  text-align: center;
}
.ok-btn:hover, .ok-btn:focus {
  color: #fff;
}

.bamboo-banner-list-box > h3 {
  font-size: 20px;
  text-align: center;
  color: #999;
}

.lunbo-cj-d {
  text-align: center;
}

.warning-div {
  position: fixed;
  top: 75px;
  left: 0;
  right: 0;
  text-align: center;
  display: none;
  z-index: 10000;
}
.warning-div > span {
  color: #333;
  font-size: 14px;
  background-color: #fff;
  border-radius: 5px;
  padding: 6px 15px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
}
.warning-div > span > img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.zuowen-h3 {
  font-weight: bold;
  margin: 20px 0;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.zuowen-h3 > input[type=checkbox], .zuowen-h3 input[type=radio] {
  margin: 0;
}

.zuowen-nav > span {
  margin-right: 15px;
  font-size: 14px;
}

.zuowen-neirong, .zuowen-ai-pigai {
  height: 260px;
  overflow-y: scroll;
  background-color: #f9f9f9;
  padding: 15px;
}