.qg-switch .is-clickable {
  cursor: not-allowed;
}
.qg-radio {
  display: flex;
  align-items: center;
}
.qg-radio .qg-radio-item {
  margin-left: 0.2rem;
}
.qg-radio .is-clickable {
  cursor: not-allowed;
}
.qg-radio .qg-radio-item:nth-of-type(1) {
  margin-left: 0;
}
.qg-checkbox {
  display: flex;
  align-items: center;
}
.qg-checkbox .qg-checkbox-item {
  margin-left: 0.2rem;
}
.qg-checkbox .is-clickable {
  cursor: not-allowed;
}
.qg-checkbox .qg-checkbox-item:nth-of-type(1) {
  margin-left: 0;
}
.qg-btn-group {
  display: flex;
  flex-wrap: wrap;
}
.qg-btn-group .qg-btn {
  margin-right: 0.1rem;
  margin-bottom: 0.15rem;
}
input[type=radio],
input[type=checkbox],
select {
  display: none;
}
select {
  letter-spacing: 1px;
  font-size: 0.14rem;
}
.qg-text-item {
  width: 4rem;
  height: 0.4rem;
  min-width: 200px;
  min-height: 24px;
  background-color: #fff;
  border: 1px solid #d9d8d8;
  border-radius: 0.06rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qg-text-item input {
  width: 100%;
  height: 100%;
  font-size: 0.16rem;
  text-indent: 0.1rem;
  border-radius: 0.06rem;
}
.qg-text-item .edit-icon {
  font-size: 0.25rem;
  width: 0.46rem;
  text-align: center;
  color: #B5B5B6;
  cursor: pointer;
}
.qg-textarea {
  display: flex;
  align-items: flex-end;
}
.qg-textarea textarea {
  display: block;
  padding: 0.06rem 0.1rem;
  width: 4rem;
  height: 1.5rem;
  border: 1px solid #d9d8d8;
  font-size: 0.14rem;
  /* text-indent: 1em; */
  font-family: MicrosoftYaHei;
  /* border-radius: .06rem; */
}
.qg-textarea-item {
  display: flex;
  align-items: flex-end;
}
.qg-textarea-item textarea {
  display: block;
  padding: 0.06rem 0.1rem;
  width: 4rem;
  height: 1.5rem;
  background-color: #F6F6F6;
  font-size: 0.14rem;
  /* text-indent: 1em; */
  font-family: MicrosoftYaHei;
  border-radius: 0.06rem;
}
.qg-textarea-item .tip {
  width: 4rem;
  font-size: 0.14rem;
  margin-left: 0.1rem;
}
.qg-textarea-item .textarea-active {
  background-color: #fff;
}
.qg-text-item-active {
  background-color: #fff;
}
.qg-switch-item {
  display: flex;
  align-items: center;
}
.qg-switch-item em {
  display: block;
  font-size: 0.14rem;
}
.qg-switch-item .btn-state {
  margin-top: 0.03rem;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  width: 0.36rem;
  height: 0.13rem;
  min-width: 26px;
  min-height: 10px;
  padding: 2px;
  background: #D2D2D2;
  border-radius: 0.2rem;
  cursor: pointer;
}
.qg-switch-item .btn-state strong {
  display: block;
  width: 0.13rem;
  height: 0.13rem;
  min-width: 10px;
  min-height: 10px;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
.qg-radio-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.qg-radio-item .icon {
  width: 0.16rem;
  height: 0.16rem;
  min-width: 12px;
  min-height: 12px;
  border: 1px solid #d9d8d8;
  border-radius: 50%;
  position: relative;
  padding: 2px;
  box-sizing: border-box;
}
.qg-radio-item .icon::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.qg-radio-item em {
  display: block;
  font-size: 0.14rem;
  margin-left: 0.1rem;
  -webkit-user-select: none;
}
.qg-checkbox-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.qg-checkbox-item .icon {
  width: 0.16rem;
  height: 0.16rem;
  min-width: 12px;
  min-height: 12px;
  border: 1px solid #d9d8d8;
  border-radius: 0.04rem;
  background-color: #fff;
}
.qg-checkbox-item em {
  display: block;
  font-size: 0.14rem;
  margin-left: 0.1rem;
  user-select: none;
}
.qg-checkbox-item[data-disabled='disabled'] img {
  background-color: #efefef;
  width: 0.16rem;
  height: 0.16rem;
}
.qg-select-item {
  position: relative;
  display: inline-block;
  min-width: 150px;
}
.qg-select-item .title {
  width: 100%;
  display: flex;
  align-items: center;
  height: 0.34rem;
  min-height: 22px;
  padding: 0 0.1rem;
  border-width: 1px;
  border-style: solid;
  border-color: #d9d8d8;
  box-sizing: border-box;
  -webkit-user-select: none;
  cursor: pointer;
}
.qg-select-item .title .search-inp {
  width: 0;
  flex: 1;
  min-width: 1rem;
  cursor: pointer;
  border: none;
  font-size: 0.16rem;
}
.qg-select-item .title .hidePass {
  width: 0;
  height: 0;
  position: fixed;
  opacity: 0;
}
.qg-select-item .title em {
  width: 100%;
  display: block;
  font-size: 0.14rem;
  letter-spacing: 1px;
  color: #8d8d8d;
  white-space: nowrap;
}
.qg-select-item .title .active-em {
  color: #333;
}
.qg-select-item .title .icon {
  display: block;
  margin-left: 0.08rem;
  width: 0.11rem;
  height: 0.11rem;
  min-width: 10px;
  min-height: 10px;
}
.qg-select-item .title .to-right-icon {
  background: url('../image/icon/to_right_gray_icon.png') no-repeat !important;
  background-size: contain !important;
}
.qg-select-item .title .to-down-icon {
  transform: rotate(90deg);
}
.qg-select-item .is-clickable {
  cursor: not-allowed;
}
.qg-select-item .is-clickable input {
  color: #97999C !important;
}
.qg-select-item .drop-down-box {
  display: none;
  /* min-width: 150px; */
  max-width: 700px;
  position: absolute;
  top: 0.5rem;
  background: #fff;
  z-index: 99999;
  padding: 0;
  box-shadow: 0px 5px 10px 1px rgba(73, 188, 189, 0.2);
  border: 1px solid #d9d8d8;
  box-sizing: border-box;
  width: 100%;
  left: 0;
}
.qg-select-item .drop-down-box .content {
  max-height: 2.4rem;
  overflow: auto;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 0.05rem 0;
}
.qg-select-item .drop-down-box a,
.qg-select-item .drop-down-box p {
  display: block;
  padding: 0.1rem 0.1rem;
  /* white-space: nowrap; */
  min-width: 50px;
  font-size: 0.16rem;
  color: #8d8d8d;
  letter-spacing: 1px;
}
.qg-select-item .drop-down-box a > p {
  padding: 0;
  text-align: left;
}
.qg-select-item .drop-down-box p {
  color: #999;
  text-align: center;
  cursor: default;
}
.qg-select-item .drop-down-box .active-a {
  color: #333;
}
.qg-select-item .drop-down-box a:not(.active-a):hover {
  color: #333;
  background-color: #F6F6F6;
}
.qg-select-item .drop-down-box .group h3 {
  padding: 0.08rem 0.1rem;
  font-size: 0.14rem;
  font-weight: bold;
}
.qg-select-item .drop-down-box .group a {
  padding: 0.08rem 0.2rem;
}
.qg-select-item .drop-down-box .triangle {
  position: absolute;
  top: -0.08rem;
  left: 50%;
  margin-left: -0.1rem;
  width: 0.2rem;
  height: 0.2rem;
  background-color: #fff;
  /* border-left: .06rem solid transparent;
    border-right: .06rem solid transparent;
    border-bottom: .08rem solid #F6F6F6; */
  transform: rotate(45deg);
  border: 1px solid #d9d8d8;
  box-shadow: 2px 4px 6px 2px rgba(218, 218, 218, 0.4);
}
@media screen and (max-width: 1100px) {
  .qg-select-item .drop-down-box {
    top: 42px;
  }
}
.qg-upload-avatar {
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 0.06rem;
  background: url('../image/icon/upload_icon.png') center no-repeat;
  background-size: 0.8rem 0.8rem;
  background-color: #F6F6F6;
  overflow: hidden;
  position: relative;
  /* margin-bottom: .2rem; */
}
.qg-upload-avatar img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.qg-upload-avatar input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
}
.qg-upload-avatar .state-icon {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: none;
  justify-content: flex-end;
}
.qg-upload-avatar .state-icon .icon {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  min-width: 14px;
  min-height: 14px;
}
.qg-upload-avatar .active-success {
  display: flex;
}
.qg-upload-avatar .state-success .icon {
  background: url('../image/icon/upload_success_bg.png') no-repeat;
  background-size: contain;
}
.qg-upload-avatar .state-icon {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: none;
  justify-content: flex-end;
  z-index: 100;
}
.qg-upload-avatar .state-icon .icon {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  min-width: 20px;
  min-height: 20px;
}
.qg-upload-avatar .active-success {
  display: flex;
}
.qg-upload-avatar .state-success span {
  color: #49BCBD;
}
.qg-upload-avatar .state-success .icon {
  background: url('../image/icon/upload_success_bg.png') no-repeat;
  background-size: contain;
}
.qg-upload-avatar .delete-icon .icon {
  background: url('../image/icon/upload_delete.png') no-repeat 100% 100%;
  background-size: contain;
  cursor: pointer;
}
.qg-upload-attach {
  width: 80%;
}
.qg-upload-attach .upload {
  width: 100%;
  padding: 0 0.1rem 0.1rem 0;
  box-sizing: border-box;
  border-radius: 0.06rem;
}
.qg-upload-attach .upload .wrap-img {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.1rem;
  max-width: 5.1rem;
}
.qg-upload-attach .upload .wrap-img .item {
  margin-right: 0.12rem;
  width: 0.6rem;
  height: 0.6rem;
  min-width: 40px;
  min-height: 40px;
  position: relative;
  box-shadow: 0 0 1px 0 #EAEAEA;
  margin-top: 0.1rem;
  box-sizing: border-box;
}
.qg-upload-attach .upload .wrap-img .item img {
  display: block;
  width: 100%;
  height: 100%;
}
.qg-upload-attach .upload .wrap-img .item .state-icon {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
}
.qg-upload-attach .upload .wrap-img .item .state-icon .icon {
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  min-width: 12px;
  min-height: 12px;
}
.qg-upload-attach .upload .wrap-img .item .state-success .icon {
  background: url('../image/icon/upload_success_bg.png') no-repeat;
  background-size: contain;
}
.qg-upload-attach .upload .wrap-img .item .state-fail span {
  color: #E94738;
}
.qg-upload-attach .upload .wrap-img .item .state-fail .icon {
  background: url('../image/icon/upload_fail_icon.png') no-repeat;
  background-size: contain;
}
.qg-upload-attach .upload .wrap-img .item .del {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
}
.qg-upload-attach .upload .wrap-img .item .del .icon {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  min-width: 14px;
  min-height: 14px;
  background: url('../image/icon/upload_del_icon.png') no-repeat;
  background-size: contain;
  cursor: pointer;
}
.qg-upload-attach .upload .wrap-img .item:hover .state-icon {
  /* display: none; */
}
.qg-upload-attach .upload .wrap-img .item:hover .del {
  display: flex;
}
.qg-upload-attach .upload .wrap-img .item:nth-of-type(1) {
  margin-left: 0px;
}
.qg-upload-attach .upload .wrap-btn {
  display: flex;
}
.qg-upload-attach .upload .wrap-btn .btn-upload {
  padding: 0 0.1rem;
  height: 0.36rem;
  min-width: 42px;
  min-height: 28px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.06rem;
}
.qg-upload-attach .upload .wrap-btn .btn-upload .wrap-txt {
  display: flex;
  align-items: center;
}
.qg-upload-attach .upload .wrap-btn .btn-upload .wrap-txt .icon {
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  min-width: 18px;
  min-height: 18px;
  background: url('../../image/icon/upload_icon.png') center no-repeat;
  background-size: contain;
}
.qg-upload-attach .upload .wrap-btn .btn-upload .wrap-txt p {
  font-size: 0.14rem;
  color: #fff;
  margin-left: 0.05rem;
  white-space: nowrap;
}
.qg-upload-attach .upload .wrap-btn .btn-upload input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
}
.qg-upload-attach .upload .wrap-btn .active-upload {
  border-width: 1px;
  border-style: solid;
}
.qg-upload-attach .upload .wrap-btn .tip {
  margin-left: 0.23rem;
}
.qg-upload-attach .upload .wrap-btn .tip p {
  font-size: 0.14rem;
  color: #9AABAB;
}
.qg-upload-attach .upload .wrap-btn .tip p span {
  color: #E94738;
}
.qg-upload-attach .upload-style-02 .wrap-img {
  display: inline-block;
}
.qg-upload-attach .upload-style-02 .wrap-img .item {
  display: inline-block;
}
.qg-upload-attach .upload-style-02 .wrap-btn {
  display: inline-block;
}
.qg-upload-attach .upload-style-02 .wrap-btn .btn-upload {
  display: inline-block;
  padding: 0;
  border-radius: 0;
  width: 0.6rem;
  height: 0.6rem;
  min-width: 40px;
  min-height: 40px;
  border: 1px solid #F6F6F6;
  background: url('../image/icon/upload_icon.png') center no-repeat;
  background-size: 0.4rem 0.4rem;
  background-color: #F6F6F6;
  position: relative;
}
.qg-upload-attach .upload-style-02 .wrap-btn .btn-upload input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.qg-upload-attach .upload-style-02 .wrap-btn .tip {
  display: inline-block;
}
.qg-upload-attach-2 {
  width: 80%!important;
}
.qg-upload-attach-2 .upload {
  display: flex;
}
.qg-upload-attach-2 .upload .wrap-img .item {
  width: 1.15rem;
  height: 1.15rem;
  display: none;
}
.qg-upload-attach-2 .upload .wrap-img .item .state-icon .icon {
  width: 0.3rem;
  height: 0.3rem;
}
.qg-upload-attach-2 .upload .wrap-img img {
  width: 1.15rem !important;
  height: 1.15rem !important;
}
.qg-upload-attach-2 .upload .qg-upload-avatar {
  margin-top: 0.1rem;
}
.qg-upload-attach-2 .upload .tip {
  margin-left: 0.2rem;
  margin-top: 0.2rem;
  color: #9AABAB;
  font-size: 0.14rem;
  width: 30%!important;
}
.qg-upload-attach-2 .upload .tip .warning {
  color: #E94738;
  font-size: 0.14rem;
}
.qg-upload-attach-2 .upload .wrap-img .item .del .icon {
  width: 0.25rem;
  height: 0.25rem;
}
.qg-table {
  margin-top: 0.38rem;
}
.qg-table .t-head {
  display: flex;
  flex-flow: row;
  border: 1px solid #d9d8d8;
}
.qg-table .t-head .t-row {
  flex: 1;
  width: 1%;
  padding: 0.1rem 0;
  display: flex;
  align-items: center;
  color: #000;
}
.qg-table .t-head .t-row .all-select .icon {
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  min-width: 12px;
  min-height: 12px;
  margin-left: 0.2rem;
  cursor: pointer;
}
.qg-table .t-head .t-row span {
  display: block;
  margin-left: 0.24rem;
  font-size: 0.16rem;
}
.qg-table .t-head .t-row .sort {
  margin-left: 0.1rem;
  cursor: pointer;
}
.qg-table .t-head .t-row .sort .icon {
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  min-width: 12px;
  min-height: 12px;
}
.qg-table .t-head .t-row .sort .btn-ascend-icon {
  background: url('../../image/btn/btn_ascend_icon.png') center no-repeat;
  background-size: contain;
}
.qg-table .t-body {
  border: 1px solid #d9d8d8;
  border-top: none;
}
.qg-table .t-head .t-row .sort .btn-descend-icon {
  background: url('../../image/btn/btn_descend_icon.png') center no-repeat;
  background-size: contain;
}
.qg-table .t-body .t-row {
  display: flex;
  flex-flow: row;
  padding: 0.14rem 0;
  border-bottom: 1px solid #d9d8d8;
  background-color: #fff;
}
.qg-table .t-body .t-row:nth-last-of-type(1) {
  border-bottom: none;
}
.qg-table .t-body .t-row .t-col {
  flex: 1;
  width: 1%;
  display: flex;
  align-items: center;
}
.qg-table .t-body .t-row .t-col .table-select input {
  display: none;
}
.qg-table .t-body .t-row .t-col .table-select .icon {
  width: 0.18rem;
  height: 0.18rem;
  min-width: 12px;
  min-height: 12px;
  margin-left: 0.2rem;
}
.qg-table .t-body .t-row .t-col > span {
  display: block;
  width: 80%;
  margin-left: 0.24rem;
  font-size: 0.16rem;
  word-wrap: break-word;
}
.qg-table .t-body .t-row .t-col > a {
  margin-left: 0.2rem;
  display: block;
  font-size: 0.14rem;
}
.qg-table .t-body .t-row .t-col > a .icon {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.qg-table .t-body .t-row .t-col > a:hover {
  color: #FE325D;
}
.qg-table .t-body .t-row .t-col > a:hover .icon {
  background: #FE325D;
}
.qg-table .t-body .t-row:hover {
  background-color: #F5F7F7;
}
.qg-table .flex-0-5 {
  flex: 0.5 !important;
}
.qg-table .flex-0-6 {
  flex: 0.6 !important;
}
.qg-table .flex-0-7 {
  flex: 0.7 !important;
}
.qg-table .flex-0-8 {
  flex: 0.8 !important;
}
.qg-table .flex-0-9 {
  flex: 0.9 !important;
}
.qg-table .flex-1 {
  flex: 1 !important;
}
.qg-table .flex-1-1 {
  flex: 1.1 !important;
}
.qg-table .flex-1-2 {
  flex: 1.2 !important;
}
.qg-table .flex-1-3 {
  flex: 1.3 !important;
}
.qg-table .flex-1-4 {
  flex: 1.4 !important;
}
.qg-table .flex-1-5 {
  flex: 1.5 !important;
}
.qg-table .flex-1-8 {
  flex: 1.8 !important;
}
.qg-table .flex-1-9 {
  flex: 1.9 !important;
}
.qg-table .flex-01 {
  flex: 1 !important;
}
.qg-table .flex-02 {
  flex: 2 !important;
}
.qg-table .flex-03 {
  flex: 3 !important;
}
.qg-table .flex-04 {
  flex: 4 !important;
}
.qg-btn {
  display: inline-block;
  border-radius: 0.06rem;
  position: relative;
  cursor: pointer;
}
.qg-btn .wrap {
  display: flex;
  align-items: center;
  padding: 0 0.15rem;
  height: 0.36rem;
  min-height: 28px;
}
.qg-btn-hollow .wrap {
  padding: 0 0 0 0.05rem !important;
}
.qg-btn-hollow .wrap .icon {
  margin-right: 0.07rem !important;
}
.qg-btn input {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.qg-btn .wrap .icon {
  display: block;
  font-size: 0.18rem;
  color: #fff;
  margin-right: 0.1rem;
}
.qg-btn .wrap .btn-del-icon {
  background: url('../image/btn/btn_del_icon.png') center no-repeat;
  background-size: contain;
}
.qg-btn .wrap .btn-export-icon {
  background: url('../image/btn/btn_export_icon.png') center no-repeat;
  background-size: contain;
}
.qg-btn .wrap .btn-import-icon {
  background: url('../image/btn/btn_import_icon.png') center no-repeat;
  background-size: contain;
}
.qg-btn .wrap .btn-modify-icon {
  background: url('../image/btn/btn_modify_icon.png') center no-repeat;
  background-size: contain;
}
.qg-btn .wrap .btn-save-icon {
  background: url('../image/btn/btn_save_icon.png') center no-repeat;
  background-size: contain;
}
.qg-btn .wrap .btn-send-email-icon {
  background: url('../image/btn/btn_send_email_icon.png') center no-repeat;
  background-size: contain;
}
.qg-btn .wrap .btn-send-msg-icon {
  background: url('../image/btn/btn_send_msg_icon.png') center no-repeat;
  background-size: contain;
}
.qg-btn .wrap .btn-sort-icon {
  background: url('../image/btn/btn_sort_icon.png') center no-repeat;
  background-size: contain;
}
.qg-btn .wrap .btn-send-station-icon {
  background: url('../image/btn/btn_send_station_icon.png') center no-repeat;
  background-size: contain;
}
.qg-btn .wrap .btn-send-text-icon {
  background: url('../image/btn/btn_send_text_icon.png') center no-repeat;
  background-size: contain;
}
.qg-btn .wrap .btn-toview-icon {
  background: url('../image/btn/btn_toview_icon.png') center no-repeat;
  background-size: contain;
}
.qg-btn .wrap .btn-add-icon {
  width: 0.14rem;
  height: 0.14rem;
  background: url('../image/btn/btn_add_icon.png') center no-repeat;
  background-size: contain;
}
.qg-btn .wrap .btn-inquire-icon {
  background: url('../image/btn/btn_inquire_icon.png') center no-repeat;
  background-size: contain;
}
.qg-btn .wrap .btn-export-icon {
  background: url('../image/btn/btn_export_icon2.png') center no-repeat;
  background-size: contain;
}
.qg-btn .wrap .btn-refresh-icon {
  background: url('../image/btn/btn_refresh_icon.png') center no-repeat;
  background-size: contain;
}
.qg-btn .wrap .btn-refresh-02-icon {
  /* margin-right: 0; */
  background: url('../image/btn/btn_refresh_02_icon.png') center no-repeat;
  background-size: contain;
}
.qg-btn .wrap .btn-restart-icon {
  background: url('../image/btn/btn_restart_icon.png') center no-repeat;
  background-size: contain;
}
.arrow-icon {
  display: block;
  font-size: 0.18rem;
  color: #9AABAB;
  background-size: contain;
}
.arrow-open-icon {
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  min-height: 12px;
  min-width: 12px;
  /* background: url('../image/icon/to_up_lightgray_icon.png') center no-repeat;  */
  background-size: contain;
  font-size: 0.18rem;
  color: #9AABAB;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.more-icon {
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  min-height: 12px;
  min-width: 12px;
  background: url('../image/btn/more.png') center no-repeat;
  background-size: contain;
}
.qg-btn .wrap .btn-boot-icon {
  background: url('../image/btn/btn_boot_icon.png') center no-repeat;
  background-size: contain;
}
.qg-btn .wrap .btn-turn-off-icon {
  background: url('../image/btn/btn_turn_off_icon.png') center no-repeat;
  background-size: contain;
}
.qg-btn .wrap .btn-renewal-icon {
  background: url('../image/btn/btn_renewal_icon.png') center no-repeat;
  background-size: contain;
}
.qg-btn .wrap .btn-reinstall-icon {
  background: url('../image/btn/btn_reinstall_icon.png') center no-repeat;
  background-size: contain;
}
.qg-btn .wrap .btn-jietu-icon {
  background: url('../image/btn/btn_jietu_icon.png') center no-repeat;
  background-size: contain;
}
.qg-btn .wrap .btn-reset-icon {
  background: url('../image/btn/btn_reset_icon.png') center no-repeat;
  background-size: contain;
}
.qg-btn .wrap .btn-upgrade-icon {
  background: url('../image/btn/btn_upgrade_icon.png') center no-repeat;
  background-size: contain;
}
.qg-btn .wrap em {
  display: block;
  font-size: 0.16rem;
  color: #fff;
}
.qg-paging {
  margin-top: 0;
  display: flex;
  justify-content: flex-end;
}
.qg-paging .paging-left {
  display: flex;
  align-items: center;
}
.qg-paging .paging-left p {
  font-size: 0.14rem;
}
.qg-paging .qg-select-item {
  min-width: 0;
}
.qg-paging .qg-select-item .title {
  height: 0.3rem;
  min-height: 24px;
}
.qg-paging .paging-right {
  display: flex;
  align-items: center;
}
.qg-paging .paging-right .per-page {
  display: flex;
  margin-right: 6px;
}
.qg-paging .paging-right .per-page a {
  display: flex;
  align-items: center;
  margin-left: 6px;
  padding: 0 0.08rem;
  height: 0.26rem;
  min-height: 20px;
  text-align: center;
  font-size: 0.14rem;
  color: #97999C;
  border: 1px solid #D9D8D8;
}
@media screen and (max-width: 1300px) {
  .qg-paging .paging-right .per-page a {
    padding: 0 5px;
  }
}
.qg-paging .paging-right .per-page .active-a {
  color: #fff;
}
.qg-paging .paging-right .per-page .active-hide {
  display: none;
}
.qg-paging .paging-right .per-page .change {
  display: flex;
}
.qg-paging .paging-right .jump-num {
  /* margin-left: .3rem; */
  position: relative;
  display: flex;
  align-items: center;
}
.qg-paging .paging-right .jump-num span {
  display: block;
  font-size: 0.14rem;
}
.qg-paging .paging-right .jump-num input {
  width: 0.53rem;
  height: 0.24rem;
  min-width: 30px;
  min-height: 18px;
  border-width: 1px;
  border-style: solid;
  /* border-color: #97999C; */
  text-align: center;
  font-size: 0.14rem;
  color: #CECECE;
}
.qg-paging .paging-right .jump-num .prompt-popup {
  position: absolute;
  display: none;
  top: 100%;
  left: 50%;
  transform: translateX(-25%);
  white-space: nowrap;
}
.qg-paging .paging-right .jump-num .prompt-popup p {
  color: #E94738;
  font-size: 0.14rem;
}
.qg-paging .paging-right .btn-jump {
  margin-left: 10px;
}
.qg-paging .paging-right .btn-jump a {
  display: flex;
  align-items: center;
  padding: 0 0.14rem;
  height: 0.26rem;
  min-height: 20px;
  border-radius: 0.04rem;
  font-size: 0.14rem;
  color: #fff;
}
.qg-paging .paging-right .btn-jump a:hover {
  background-color: #F6AE54;
}
.qg-time-selector {
  display: flex;
  align-items: center;
}
.qg-time-selector .txt {
  padding: 0 0.1rem;
  font-size: 0.14rem;
}
.qg-time-selector .start-time,
.qg-time-selector .end-time {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #d9d8d8;
  height: 0.34rem;
  min-height: 26px;
  padding: 0 0.2rem 0 0.1rem;
}
.qg-time-selector .start-time .icon,
.qg-time-selector .end-time .icon {
  display: block;
  color: #8d8d8d;
  font-size: 0.18rem;
  background-size: contain;
}
.qg-time-selector .start-time .time,
.qg-time-selector .end-time .time {
  display: block;
  width: 1rem;
  min-width: 70px;
  margin-left: 0.1rem;
  font-size: 0.16rem;
}
.qg-inc-dec input {
  height: 32px;
  width: 83px;
  border: 1px solid #d9d8d8;
  text-align: center;
  font-size: 0.16rem;
  color: #000;
  cursor: pointer;
}
.qg-inc-dec p {
  padding: 0 6px;
  line-height: 34px;
  font-size: 0.16rem;
}
.qg-inc-dec .btn {
  height: 32px;
  width: 60px;
}
.qg-inc-dec .btn a {
  display: block;
  width: 100%;
  height: 15px;
  background-color: #F5F7F7;
  background-position: center;
  background-repeat: no-repeat;
}
.qg-inc-dec .btn .btn-add {
  background-image: url('../image/icon/to_up_lightgray_icon.png');
  background-size: contain;
}
.qg-inc-dec .btn .active-btn-add {
  background-image: url('../image/icon/to_up_white_icon.png');
  background-size: contain;
}
.qg-inc-dec .btn .btn-reduce {
  margin-top: 2px;
  background-image: url('../image/icon/to_down_lightgray_icon.png');
  background-size: contain;
}
.qg-inc-dec .btn .active-btn-reduce {
  background-image: url('../image/icon/to_down_white_icon.png');
  background-size: contain;
}
.qg-in-state {
  display: flex;
  align-items: center;
}
.qg-in-state .icon {
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  min-height: 12px;
  min-width: 12px;
  margin-right: 0.1rem;
  background: url('../image/bounced/bounced_loading_icon.png') center no-repeat;
  background-size: contain;
}
.turned-around {
  animation: 2s move -2s linear infinite;
}
@keyframes move {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.qg-input {
  height: 0.34rem;
  min-height: 22px;
  border: 1px solid #d9d8d8;
  text-indent: 0.1rem;
  font-size: 0.16rem;
}
.qg-input-disabled {
  background-color: #dfe4e4 !important;
  cursor: not-allowed;
}
.qg-input-disabled input {
  cursor: not-allowed !important;
}
.qg-no-data {
  /* display: flex;
    justify-content: center;
    align-items: center; */
  padding: 0.5rem 0;
  border: 1px solid #d9d8d8;
  border-top: none;
  text-align: center;
}
.qg-no-data .icon {
  display: block;
  width: 0.5rem;
  height: 0.46rem;
  background: url('/static/default-themes/home/image/icon/empty2x.png') no-repeat;
  margin: auto;
  background-size: 0.5rem 0.46rem;
  font-size: 0;
}
.qg-no-data .txt {
  margin-top: 0.08rem;
}
.qg-no-data .txt p {
  display: inline-block;
  font-size: 0.16rem;
  color: #000;
}
.qg-no-data .txt a {
  display: inline-block;
  font-size: 0.16rem;
  margin-left: 0.05rem;
}
.qg-mt-8 {
  margin-top: 0.08rem;
}
.qg-mt-10 {
  margin-top: 0.1rem;
}
.qg-mt-20 {
  margin-top: 0.2rem !important;
}
.qg-mt-30 {
  margin-top: 0.3rem;
}
.qg-mt-50 {
  margin-top: 0.5rem;
}
.qg-ml-1 {
  margin-left: 1px;
}
.qg-ml-10 {
  margin-left: 0.1rem;
}
.qg-tip {
  margin-left: 0.1rem;
  color: #9AABAB;
  font-size: 0.14rem;
}
.qg-hide {
  display: none;
}
.qg-show {
  display: block;
}
.is-clickable {
  cursor: not-allowed;
}
.is-clickable .icon {
  cursor: not-allowed !important;
}
.qg-service-evaluate {
  display: flex;
  align-items: center;
}
.qg-service-evaluate nav {
  display: flex;
}
.qg-service-evaluate nav a {
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  margin-left: 0.1rem;
  background: url('../image/icon/star_icon.png') center no-repeat;
  background-size: contain;
  cursor: pointer;
}
.qg-service-evaluate nav a:nth-of-type(1) {
  margin-left: 0;
}
.qg-service-evaluate nav .active {
  background: url('../image/icon/star_acitve_icon.png') center no-repeat;
  background-size: contain;
}
.qg-service-evaluate .score {
  margin-left: 0.2rem;
  color: #F6AE54;
  font-size: 0.16rem;
}
/* 弹出框 */
#bounced {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  z-index: 9999999;
}
#bounced textarea {
  resize: none;
}
#bounced > .wrap {
  background: #fff;
  border-radius: 0.06rem;
  overflow: hidden;
  /* width: 450px; */
  min-width: 300px;
  width: auto;
}
/* 避免弹出框中的下拉框被挡上 */
#bounced > .wrap {
  overflow: visible;
}
#bounced > .wrap .head {
  width: 100%;
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 0.06rem;
  border-top-right-radius: 0.06rem;
}
#bounced > .wrap .head span {
  display: block;
  font-size: 15px;
  color: #fff;
  margin-left: 30px;
}
#bounced > .wrap .head .icon {
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 20px;
  background: url('../image/bounced/btn_close_icon.png') no-repeat;
  background-size: contain;
  cursor: pointer;
}
#bounced > .wrap .section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  box-sizing: border-box;
  width: 100%;
}
#bounced > .wrap .section .content .content-content .titile-tip {
  display: flex;
  margin: 0 30px;
  justify-content: center;
}
#bounced > .wrap .section .content .content-content .titile-tip.title-bg {
  padding: 0.05rem;
  border: 1px solid #d8d8d9;
  justify-content: flex-start;
}
#bounced > .wrap .section .content .content-content .titile-tip .icon {
  display: block;
  width: 33px;
  height: 36px;
  min-width: 33px;
  min-height: 36px;
  margin-right: 16px;
  margin-top: -2px;
}
#bounced > .wrap .section .content .content-content .titile-tip .active-loading {
  animation: moveRotate 2s -3s linear infinite;
}
#bounced > .wrap .section .content .content-content .titile-tip .bounced-doubt-icon {
  background: url('../image/bounced/bounced_doubt_icon.png') no-repeat;
  background-size: contain;
}
#bounced > .wrap .section .content .content-content .titile-tip .bounced-failure-icon {
  background: url('../image/bounced/bounced_failure_icon.png') no-repeat;
  background-size: contain;
}
#bounced > .wrap .section .content .content-content .titile-tip .bounced-success-icon {
  background: url('../image/bounced/bounced_success_icon.png') no-repeat;
  background-size: contain;
}
#bounced > .wrap .section .content .content-content .titile-tip .bounced-warning-icon {
  background: url('../image/bounced/bounced_warning_icon.png') no-repeat;
  background-size: contain;
}
#bounced > .wrap .section .content .content-content .titile-tip .bounced-loading-icon {
  font-size: 0.36rem;
  width: 0.36rem;
  height: 0.36rem;
  min-width: 0;
  min-height: 0;
}
#bounced > .wrap .section .content .content-content .titile-tip .content-show {
  /* font-size: 16px; */
  line-height: 36px;
  /* margin-top: 10px; */
}
@keyframes moveRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#bounced > .wrap .section .content .content-content .other-content {
  display: none;
  padding: 0 30px;
  max-height: 600px;
  overflow: auto;
}
#bounced > .wrap .section .content .content-content .active-other {
  margin-top: 20px;
}
#bounced > .wrap .section .content .iframe-content {
  display: flex;
}
#bounced > .wrap .section .content .iframe-content iframe body {
  background: #fff;
}
#bounced > .wrap .section .active-content {
  width: 92%;
}
#bounced > .wrap .section .active-content .content-content {
  justify-content: flex-start;
}
#bounced > .wrap .foot {
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
}
#bounced > .wrap .foot a {
  display: block;
  margin-left: 23px;
  padding: 6px 22px;
  border-radius: 6px;
  font-size: 15px;
}
#bounced > .wrap .foot .btn-sure {
  color: #fff;
}
#bounced > .wrap .foot .btn-cancel {
  display: block;
  border-width: 1px;
  border-style: solid;
}
#bounced > .wrap .foot a:nth-of-type(1) {
  margin-left: 0;
}
#bounced > .wrap .active-foot {
  display: none;
}
#shadow-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  padding: 50px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
#shadow-bg .img-box {
  /* position: absolute;
    max-height: 600px;
    max-width: 800px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
  max-height: 8rem;
  max-width: 10rem;
  position: relative;
  display: flex;
}
#shadow-bg .show_img {
  object-fit: contain;
  object-position: center;
  max-height: 100%;
  max-width: 100%;
}
#shadow-bg .close-img {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/static/default-themes/admin/image/icon/close-icon.png');
  cursor: pointer;
}
.mark-prompt {
  position: relative;
  margin-left: 30px;
  /* flex: 1; */
}
.tip-outer {
  position: absolute;
  width: 400px;
  left: auto;
}
.mark-prompt .alt-content {
  width: 400px;
  position: absolute;
  top: 0;
  left: 0;
}
.mark-prompt .tip-content {
  position: absolute;
  border: 1px solid #d9d8d8;
  border-radius: 0.06rem;
  background-color: #fff;
  color: #999;
  padding: 10px;
  top: 0.36rem;
  left: -0.3rem;
  max-width: 500px;
  /* width: 400px; */
  z-index: 999;
  font-size: 14px;
  display: none;
  box-shadow: 0 0 0.1rem #ddd;
  word-break: break-all;
}
.mark-prompt .tip-content:after {
  position: absolute;
  width: 0.15rem;
  height: 0.15rem;
  content: '';
  transform: rotate(45deg);
  border: 1px solid #d9d8d8;
  background-color: #fff;
  border-bottom-color: transparent;
  border-right-color: transparent;
  top: -0.08rem;
  left: 0.32rem;
  z-index: 1000;
  /* display: none; */
}
.mark-prompt:hover .tip-content {
  display: inline !important;
}
.mark-prompt .icon {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  font-size: 0.2rem;
  cursor: pointer;
}
#section div.section-content .screen-table .t-body .t-row .t-col span {
  margin-left: 0;
  margin-left: unset;
  width: auto;
  width: unset;
}
#section div.section-content .screen-table .t-body .t-row .t-col .wrap-icon {
  margin-left: 0;
  margin-left: unset;
}
#section div.section-content div.t-head div.t-row span.screen-title {
  flex: 0 auto;
  flex-grow: unset;
  width: auto;
  width: unset;
  margin-left: 0.25rem;
  line-height: 0.2rem;
  white-space: nowrap;
}
.screen-box {
  margin-left: 0em;
  position: relative;
}
.screen-box > i {
  font-size: 0.18rem;
  color: #8d8d8d;
  cursor: pointer;
  display: block;
}
.screen-box .screen-drop {
  /* min-width: 1.5rem; */
  position: absolute;
  background-color: #fff;
  z-index: 100;
  /* border: 1px solid #d9d8d8; */
  border-radius: 0.06rem;
  right: -0.15rem;
  top: 0.3rem;
  /* box-shadow: 0 0 0.1rem #eee; */
  box-shadow: 0 0 0.07rem 0 rgba(208, 208, 208, 0.36);
  display: none;
}
.screen-box .screen-drop::before {
  content: '';
  position: absolute;
  border: 1px solid transparent;
  background-color: #fff;
  width: 0.1rem;
  height: 0.1rem;
  border-top-color: rgba(208, 208, 208, 0.2);
  border-left-color: rgba(208, 208, 208, 0.2);
  transform: rotate(45deg);
  top: -0.04rem;
  right: 0.2rem;
}
.screen-box .screen-drop .screenAll,
.screen-box .screen-drop .screen-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  height: 0.35rem;
  padding: 0 0.11rem;
  /* margin: 0 0.1rem; */
}
.screen-box .screen-drop .screenAll {
  margin: 0;
}
.screen-box .screen-list {
  padding: 0.05rem 0;
  max-height: 200px;
  overflow-y: auto;
}
.screen-box .screen-list::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
  display: none;
}
.screen-box .screen-drop .screenAll {
  border-bottom: 1px solid #d9d8d8;
  padding-top: 2px;
  justify-content: center;
  color: #787878;
  font-weight: normal;
}
.screen-box .screen-drop .icon {
  margin-left: 0;
  width: 14px;
  height: 14px;
}
.screen-box .screen-drop .screenAll .search {
  width: 100%;
  height: 0.32rem;
  line-height: 0.32rem;
  font-size: 0.14rem;
  color: #444444;
  text-indent: 0.5em;
}
.screen-box .screen-drop .screenAll .icon {
  font-size: 0.18rem;
  color: #8D8D8D;
  margin-left: 0.05rem !important;
}
.screen-box .screen-drop .screenAll .icon-del {
  cursor: pointer;
}
.screen-box div.qg-checkbox-item em {
  font-weight: normal;
}
.screen-box div.screen-item-empty {
  padding: 0.05rem 0.15rem 0 0.15rem;
  display: none;
}
.screen-box div.screen-item-empty em {
  font-size: 0.14rem;
  color: #8d8d8d;
}
.screen-btns {
  padding: 0.1rem;
  display: flex;
  justify-content: center;
}
.screen-btns .qg-btn {
  white-space: nowrap;
}
.screen-btns .qg-btn:not(:nth-child(1)) {
  margin-left: 0.1rem;
}
.screen-btns .qg-btn .wrap {
  min-height: 26px;
  height: 0.32rem;
}
.qg-alt-box {
  position: relative;
}
.qg-alt-box:hover .alt-outer {
  display: block;
  z-index: 10000;
}
.qg-alt-box img {
  width: 0.2rem;
  margin-left: 0.15rem;
  cursor: pointer;
  display: block;
}
.qg-alt-box .alt-outer {
  position: absolute;
  width: 400px;
  display: none;
}
.qg-alt-box .alt-area {
  position: absolute;
  left: 0rem;
  top: 0.07rem;
  padding: 0.15rem;
  border: 1px solid #d9d8d8;
  border-radius: 0.06rem;
  background-color: #fff;
  color: #999;
}
.qg-alt-box .alt-area::after {
  content: '';
  position: absolute;
  border-top: 1px solid #d9d8d8;
  border-left: 1px solid #d9d8d8;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #fff;
  transform: rotate(45deg);
  top: -0.06rem;
  left: 0.18rem;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qg-step-box {
  display: flex;
  position: relative;
  margin-bottom: 0.3rem;
}
.qg-step-item:nth-last-child(1)::after {
  position: absolute;
  width: 0.25rem;
  height: 0.5rem;
  content: '';
  background-color: #F5F7F7;
  right: -0.25rem;
  top: 0;
}
.qg-step-item:nth-child(1)::before {
  position: absolute;
  width: 0.25rem;
  height: 0.5rem;
  content: '';
  background-color: #F5F7F7;
  left: 0;
  top: 0;
}
.qg-step-item {
  flex: 1;
  padding-left: 0.25rem;
  margin-right: 0.25rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #f5f7f7;
}
.qg-step-item:not(:nth-child(1)):before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 0.25rem solid transparent;
  border-left-color: #fff;
  left: 0;
  top: 0;
}
.qg-step-item:not(:nth-last-child(1)):after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 0.25rem solid transparent;
  border-left-color: #f5f7f7;
  right: -0.5rem;
  top: 0;
}
.qg-step-icon {
  max-height: 0.25rem;
  max-width: 0.25rem;
  margin-right: 0.1rem;
  display: none;
}
.qg-step-item.active .qg-step-name {
  color: #fff;
}
.qg-step-icon.active {
  display: block;
}
.qg-input-outer {
  display: flex;
  align-items: center;
  height: 0.7rem;
}
.qg-input-outer em {
  color: #e00;
}
.qg-time-selector .start-time,
.qg-time-selector .end-time,
.qg-time-selector .range-time {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #d9d8d8;
  height: 0.34rem;
  min-height: 26px;
  padding: 0 0.2rem 0 0.1rem;
}
.qg-time-selector .start-time .icon,
.qg-time-selector .end-time .icon,
.qg-time-selector .range-time .icon {
  display: block;
  color: #8d8d8d;
  font-size: 0.18rem;
  background-size: contain;
}
.qg-time-selector .start-time .time,
.qg-time-selector .end-time .time {
  display: block;
  width: 1rem;
  min-width: 70px;
  margin-left: 0.1rem;
  font-size: 0.16rem;
}
.qg-time-selector .range-time .time {
  display: block;
  min-width: 170px;
  margin-left: 0.1rem;
  font-size: 0.16rem;
}
.arrow-outer {
  position: relative;
}
.qg-btn .wrap em {
  display: block;
  font-size: 0.16rem;
  color: #fff;
}
#bounced > .wrap .section .content {
  width: 100%;
}
.btn-default {
  border-color: #fff !important;
  background: #fff !important;
  color: #49BCBD !important;
}
/* .btn-default:hover {
    border-color: #49BCBD!important;
    background: #49BCBD!important;
    color: #fff!important;
  } */
.btn-warning {
  border-color: #FE8E01 !important;
  background: #FE8E01 !important;
  color: #fff !important;
}
/* .btn-warning:hover {
    border-color: #fff!important;
    background: #fff!important;
    color: #FE8E01!important;
  } */
.qg-paging .qg-select-item .drop-down-box .content {
  padding: 0.05rem;
  display: flex;
  flex-wrap: wrap;
  width: 3rem;
}
/* .qg-select-item .drop-down-box .content a:hover{
    background-color: #f2f7ff;
    color: #47A2FF;
  } */
.qg-paging .qg-select-item .drop-down-box a {
  width: 1rem;
  box-sizing: border-box;
  text-align: center;
  border-radius: 0.04rem;
}
.qg-paging .qg-select-item .drop-down-box .triangle {
  bottom: -0.08rem;
  top: auto;
  left: 0.35rem;
}
.qg-paging .qg-select-item .drop-down-box {
  width: auto;
  top: -1.125rem;
}
.qg-paging .qg-select-item .title .to-down-icon {
  transform: rotate(270deg);
}
/* 字段悬浮样式 */
.mark-prompt,
.mark-prompt {
  margin-left: 0.2rem;
}
.mark-prompt .tip-content,
.mark-prompt .tip-content {
  display: none;
}
.mark-prompt .icon,
.mark-prompt .icon {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background: url('/static/default-themes/home/image/icon/msg_mark1@2x.png') no-repeat;
  background-size: contain;
  cursor: pointer;
}
.tip-outer {
  position: absolute;
  width: 400px;
}
.mark-prompt .alt-content {
  width: 400px;
  position: absolute;
  top: 0;
  left: 0;
}
.mark-prompt .tip-content {
  position: absolute;
  border: 1px solid #d9d8d8;
  border-radius: 0.06rem;
  background-color: #fff;
  color: #999;
  padding: 10px;
  top: 0.36rem;
  left: -0.3rem;
  max-width: 400px;
  /* width: 400px; */
  z-index: 999;
  font-size: 0.16rem;
  display: none;
  box-shadow: 0 0 0.1rem #ddd;
  word-break: break-all;
}
.mark-prompt .tip-content:after {
  position: absolute;
  width: 0.15rem;
  height: 0.15rem;
  content: '';
  transform: rotate(45deg);
  border: 1px solid #d9d8d8;
  background-color: #fff;
  border-bottom-color: transparent;
  border-right-color: transparent;
  top: -0.08rem;
  left: 0.32rem;
  z-index: 1000;
}
.mark-prompt:hover .tip-content {
  display: inline !important;
}
.mark-prompt,
.mark-prompt {
  margin-left: 0.2rem;
}
.whole-orange {
  border: 1px solid #f6ae54;
}
.whole-orange .wrap i,
.whole-orange .wrap i.icon,
.whole-orange .wrap em,
.whole-orange .wrap span {
  color: #f6ae54;
}
.whole-orange:hover {
  border: 1px solid #f6ae54;
  background: #f6ae54;
}
.whole-orange:hover .wrap i,
.whole-orange:hover .wrap i.icon,
.whole-orange:hover .wrap em,
.whole-orange:hover.wrap span {
  color: #fff;
}
/* 提示框 黑色 底部 */
.tip-wrap,
.copy-wrap {
  position: relative;
  margin-left: 0 !important;
}
.tip-wrap:hover .tip-bottom,
.copy-wrap:hover .tip-bottom {
  display: block;
}
.tip-wrap .tip-bottom,
.copy-wrap .tip-bottom {
  max-width: 2rem;
  line-height: 1.5;
  padding: 0.025rem 0.08rem;
  background: #666666;
  box-shadow: 0 0 0.07rem 0 rgba(208, 208, 208, 0.36);
  font-size: 0.12rem;
  text-align: center;
  color: #FEFEFE;
  position: absolute;
  top: 0.3rem;
  left: 50%;
  margin: 0 !important;
  word-break: keep-all;
  word-wrap: break-word;
  transform: translate(-45%, 0);
  display: none;
  z-index: 10000;
}
.tip-wrap .tip-bottom::after,
.copy-wrap .tip-bottom::after {
  position: absolute;
  width: 0.05rem;
  height: 0.05rem;
  content: '';
  transform: rotate(45deg);
  border: 1px solid #666666;
  background-color: #666666;
  border-bottom-color: transparent;
  border-right-color: transparent;
  top: -0.025rem;
  left: 50%;
  z-index: 1000;
}
._disabled {
  background-color: #dfe4e4 !important;
  cursor: not-allowed;
}
input._disabled {
  border: 1px solid #d9d8d8 !important;
  color: #000 !important;
}
.verify-border {
  border-color: #E94738 !important;
}
.eyesBtn {
  font-size: 0.18rem;
  cursor: pointer;
}
/* 去除input在ie浏览器下出现X号 */
::-ms-clear,
::-ms-reveal {
  display: none;
}
.section-content .auto-nav {
  height: 48px;
  line-height: 48px;
  background: #fff;
  padding: 0 0.28rem;
  position: sticky;
  top: -0.28rem;
  z-index: 1;
}
.section-content .auto-nav .auto-list {
  display: flex;
  border-bottom: 1px solid #E5E9ED;
  height: 58px;
  background: #fff;
}
.section-content .auto-nav li {
  height: 46px;
  margin-right: 0.2rem;
  border-bottom: 2px solid #fff;
}
/* 列表同步更新loading */
.t-body .status .loading {
  display: inline-block;
  animation: moveRotate 2s -3s linear infinite;
  margin-left: 0.1rem;
}
.hint-border {
  border-color: #E73E39 !important;
}
