@charset "UTF-8";
/**
  * Author: Jinxx
  * Date: 2020-10-24
  * Project: 易租银
  * Description: 
*/

/* 权限选择下拉框 */
.radio-content {
  margin-top: 14px;
  font-size: 14px;
}
.manage-box {
  margin: 0;
  width: 464px;
  background-color: #FCFDFF;
  border-radius: 4px;
  border: 1px solid #CFD8DE;
}
.manage-title.check-group {
  padding: 12px 20px 14px;
  margin: 0;
  display: block;
  border-bottom: 1px solid #CFD8DE;
}
.manage-title.check-group .ui-checkbox {
  margin-right: 36px;
}
.manage-main {
  padding: 4px 0 10px;
}
.m-list {
  padding-left: 20px;
}
.manage-main .check-group {
  display: block;
  margin: 0;
  padding: 0
}
.manage-main .check-group .ui-checkbox {
  margin: 12px 14px 0 0;
}
.manage-main .check-group>label {
  line-height: 40px;
}
.icon-plus {
  display: inline-block;
  margin: 12px 6px 0 0;
  width: 16px;
  height: 16px;
  background: url(../images/common/unfold.png) no-repeat;
}
.icon-plus.reduce {
  background-image: url(../images/common/fold.png);
}
.ms-list {
  padding-left: 52px;
}
.manage-main .ms-list .check-group .ui-checkbox {
  margin-right: 6px;
}

/* 表格上总结信息 */
.sum-msg {
  margin-bottom: 10px;
  font-size: 14px;
  color: #4A4A4F;
  line-height: 20px;
}
.sum-msg .imp {
  padding: 0 3px;
  font-size: 20px;
  color: #3F86ED;
}

/* 保存二维码弹框 */

.code-wrapper {
  width: 178px;
  height: 178px;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
  background-color: #F3FAFF;
  border-radius: 19px;
  border: 2px solid #D1E4FF;
}
.code-img {
  display: block;
  width: 100%;
  height: 100%;
}
.code-msg {
  margin: 25px 0 30px;
  font-style: 14px;
  color: #202121;
  line-height: 19px;
  text-align: center;
}

/* 首页 */
.banner {
  height: 270px;
  padding-top: 190px;
  background: url(../images/homePage/banner.png) top center;
}
.person-info {
  position: relative;
  padding-left: 64px;
}
.index-logo {
  position: absolute;
  top: 0;
  left: 0;
}
.user-name {
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  font-weight: bold;
}
.login-time {
  margin-top: 7px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  opacity: .64;
  filter: alpha(opacity=64);
}
.notice {
  margin-bottom: 20px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  color: #DE7A04;
  text-align: center;
  background-color: #FEF8EC;
  border-radius: 6px;
}
.i-notice {
  display: inline-block;
  margin-right: 3px;
  width: 24px;
  height: 36px;
  background: url(../images/homePage/notice.png) no-repeat center center;
  vertical-align: top;
}
/* 快捷菜单 */
.menu-title {
  position: relative;
  padding: 20px 30px 10px;
  font-size: 18px;
  line-height: 25px;
  color: #202121;
}
.menu-title .small {
  margin-left: 10px;
  font-size: 14px;
  line-height: 19px;
  color: #9F9F9F;
}
.menu-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 30px;
  height: 2px;
  width: 254px;
  background: -o-linear-gradient(right ,#D3D3D3 ,#EBEBEB);
  background: -moz-linear-gradient(right ,#D3D3D3 ,#EBEBEB);
  background: -webkit-linear-gradient(left ,#D3D3D3 ,#EBEBEB);
  background: linear-gradient(to right ,#D3D3D3 ,#EBEBEB);
}
.shortcut-menu {
  padding: 20px 9px;
  font-size: 0;
}
.shortcut-menu>li {
  display: inline-block;
  padding: 32px 0 0 120px;
  margin: 0 22px 20px;
  width: 350px;
  height: 130px;
  text-align: left;
  border: 1px solid #fff;
  background: #fff url(../images/homePage/new_property_info.png) no-repeat top 28px left 32px;
  cursor: pointer;
}
.shortcut-menu>li.item2 {
  background-image: url(../images/homePage/maintain_property_info.png);
}
.shortcut-menu>li.item3 {
  background-image: url(../images/homePage/gather_property_info.png);
}
.shortcut-menu>li.item4 {
  background-image: url(../images/homePage/new_lease_contract.png);
}
.shortcut-menu>li.item5 {
  background-image: url(../images/homePage/manage_cost_info.png);
}
.shortcut-menu>li.item6 {
  background-image: url(../images/homePage/gather_rental_info.png);
}
.mp-title {
  margin-bottom: 2px;
  font-size: 18px;
  color: #202121;
  line-height: 33px;
}
.shortcut-menu>li:hover {
  box-shadow: 0px 0px 20px 0px rgba(63, 134, 237, 0.1);
  border-color: #F6F5F5;
}
.shortcut-menu>li:hover .mp-title {
  font-size: 22px;
  color: #3F86ED;
  font-weight: bold;
}
.mp-msg {
  font-size: 14px;
  color: #A1A1A2;
  line-height: 20px;
}

/* 指令明细 */
.public-table td.fold-title {
  padding: 18px 10px;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  color: #333;
}
.arrow-fold {
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url(../images/common/arrow_fold.png) no-repeat center center;
  transform: rotateX(180deg);
  vertical-align: top;
}
.af-up {
  transform: rotateX(0);
}

/* 合同信息管理录入 */
.fold-wrapper {
  position: relative;
  padding-bottom: 30px;
  padding-left: 450px;
}
.fold-button {
  position: absolute;
  left: 450px;
  bottom: 14px;
  font-size: 14px;
  color: #3F86ED;
  line-height: 20px;
}
.arrow-downB {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
  background: url(../images/common/down.png) no-repeat center center;
  background-size: 60%;
}
.arrow-downB.active {
  background-image: url(../images/common/up.png);
}
/* 20210604-物业经营管理 */
.tab-nav {
  padding: 3px 23px 0;
  border-bottom: 1px solid #f1f1f1;
}
.tab-nav>ul {
  font-size: 0;
}
.tab-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: 80px;
  padding: 0 10px 15px;
  margin-right: 30px;
  font-size: 14px;
  line-height: 34px;
  color: rgba(102, 102, 102, 0.69);
}
.tab-item.active {
  font-weight: bold;
  color: rgba(46, 120, 226, 1);
}
.line-blue {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #2e78e2;
  border-radius: 6px;
  opacity: 0;
  transition: all 0.3s;
}
.tab-item.active .line-blue {
  width: 100%;
  opacity: 1;
}
.vat {
  vertical-align: top
}

/* 房源房态管理 */
.house-info {
  position: absolute;
  right: 0;
  top: -4px;
  font-size: 14px;
  color: #44464f;
  line-height: 20px;
  height: 28px;
}
.i-circle {
  display: inline-block;
  margin: 6px 5px 0 20px;
  width: 8px;
  height: 8px;
  vertical-align: top;
}
.is1 {
  background-color: #ffec3d;
}
.is2 {
  background-color: #69c0ff;
}
.is3 {
  border: 1px solid #d8dfe3;
}
.is4 {
  background-color: #ffb8c1;
}
.is5 {
  background-color: #74f8fd;
}
.is6 {
  background-color: #adc6ff;
}
.is7 {
  background-color: #ff85c0;
}
.ic1,
.ic2,
.ic3 {
  border-radius: 50%;
}
.ic1 {
  background-color: #4461ef;
}
.ic2 {
  background-color: #f7511d;
}
.ic3 {
  background-color: #ffe900;
}
.hi-tips {
  position: absolute;
  top: -18px;
  left: 13px;
  font-size: 12px;
  color: #666;
  line-height: 14px;
}

.public-table.colorful .td-color {
  position: relative;
  width: 12.5%;
  padding: 0;
  vertical-align: top;
}
.tdc-div {
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  border-bottom: 1px solid #CFD8DE;
  background-color: #EDFBF6;
  cursor: pointer;
}
.tdc1 {
  background-color: #ffec3d;
}
.tdc2 {
  background-color: #69c0ff;
}
.tdc3 {
  background-color: #fff;
}
.tdc4 {
  background-color: #ffb8c1;
}
.tdc5 {
  background-color: #74f8fd;
}
.tdc6 {
  background-color: #adc6ff;
}
.tdc7 {
  background-color: #ff85c0;
}
.d-tips {
  position: absolute;
  top: -26px;
  left: 26%;
  padding: 6px 15px;
  background-color: #f1f7ff;
  border-radius: 4px;
  border: 1px solid #aec7e0;
  box-shadow: 0 2px 8px #deebf8;
  white-space: nowrap;
  z-index: 10;
}
.d-tips:before,
.d-tips:after {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 30px;
  border: 6px solid transparent;
}
.d-tips:before {
  border-top-color: #f1f7ff;
  z-index: 2;
}
.d-tips:after {
  bottom: -12px;
  border-top-color: #aec7e0;
}
.house-msg {
  padding: 16px 10px;
  line-height: 24px;
}
.h-minfo {
  display: inline-block;
  text-align: left;
}
.house-msg .i-circle {
  width: 10px;
  height: 10px;
  margin: 7px 11px 0 0;
}
/* 欠租 */
.i-triangle {
  position: absolute;
  top: 0;
  right: 0;
  border: 8px solid transparent;
  border-top-color: #fb6866;
  border-right-color: #fb6866;
}
.hi-tips .i-triangle {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 3px 3px 0;
  border-width: 5px;
}

/* 房源房态租金收取情况 */
.chart-box {
  margin-top: 20px;
  padding: 24px 40px 0;
  font-size: 0;
  text-align: left;
  border-top: 1px solid #eee;
}
.cb-half {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  color: rgba(32, 33, 33, .5);
  line-height: 20px;
  vertical-align: top;
}
.cb-info {
  margin-bottom: 40px;
}
.cb-info > li {
  padding-right: 40px;
  display: inline-block;
}
.cb-half.left {
  
  border-right: 1px dashed #eee;
}
.cb-txt02 {
  margin-top: 4px;
  font-size: 20px;
  line-height: 28px;
  color: #202121;
  font-weight: bold;
}
.cb-info2 {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.cb-info2 .cb-txt01 {
  font-size: 12px;
  color: #aeaeae;
}
.cb-info2 .cb-txt02 {
  margin-top: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}
.chart-pie {
  height: 260px;
  width: 500px;
}
.cb-half.right {
  padding-left: 42px;
}
.cb-half.right .cb-info {
  margin-bottom: 20px;
}

/* 占比 */
.bar-wrapper {
  font-size: 0;
  height: 26px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
}
.bar-left,
.bar-right {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 26px;
  text-align: right;
  font-weight: bold;
}
.bar-left {
  height: 26px;
  color: #fff;
  background-color: #80c257;
  border-radius: 4px 0 0 4px;
}
.bar-right {
  height: 26px;
  color: #666;
  background-color: #e1e1e1;
  border-radius: 0 4px 4px 0;
}
.bar-info {
  font-size: 0;
}
.bar-item {
  position: relative;
  display: inline-block;
  width: 50%;
  padding-top: 11px;
  vertical-align: top;
  font-size: 12px;
  line-height: 20px;
  color: #aeaeae;
  text-align: left;
}
.bi-txt2 {
  font-size: 16px;
  color: #333;
}
.bar-left:before,
.bar-right:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: block;
  width: 2px;
  height: 11px;
  background-color: #80c257;
}
.bar-left:before {
  left: 35px;
}
.bar-right:before {
  right: 35px;
  background-color: #e1e1e1;
}
.bar-left.litter:before {
  left: 50%;
  margin-left: -1px;
}
.bar-right.litter:before {
  right: 50%;
  margin-right: -1px;
}
.bar-item.right {
  text-align: right;
}
.pb100 { padding-bottom: 100px !important;}
/* 账单 */
.bill-dtxt {
  padding: 0 4px 10px;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.bill-main {
  border: 1px solid #eee;
  padding: 30px 50px;
}
.pop-logo {
  padding-bottom: 15px;
  border-bottom: 2px solid #060606;
}
.bill-title {
  padding: 60px 0 30px;
  font-size: 39px;
  color: #333;
  font-weight: bold;
  text-align: center;
  letter-spacing: 50px;
}
.bill-info {
  padding: 0 3px 7px;
  font-size: 14px;
  color: #333;
  line-height: 16px;
}
.bt-table {
  width: 100%;
  border: 2px solid #000;
}
.bt-table td {
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  border: 1px solid #000;
  vertical-align: top;
}
.bt-table td.pi-td {
  position: relative;
  padding-left: 90px;
}
.pi-tp {
  position: absolute;
  left: 10px;
  top: 10px;
}
/**
.sim-bill {
  margin-top: 20px;
  border: 2px solid #000;
}
.sim-th1,
.sim-th2 {
  padding: 10px;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  text-align: center;
  border-bottom: 2px solid #000;
}
.sim-th2 {
  font-weight: bold;
  border-width: 1px;
}
.sim-item {
  border-bottom: 1px solid #000;
}
.sim-item:nth-last-child() {
  border: 0;
}
.sim-main {
  position: relative;
  padding-left: 120px;
  font-size: 0;

}
.sim-date {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 120px;
  height: 100%;
}
.st-txt {
  padding: 10px 12px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  border-bottom: 1px solid #000;
}
.sd-txt{
  padding: 10px 12px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
.sim-cell {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
.sc-txt {
  padding: 10px 12px;
  border-bottom: 1px solid #000;
}
*/
.bill-wrapper {
  margin-top: 20px;
  border: 2px solid #000;
}
.bill-table {
  width: 100%;
}
.bt-th1,
.bt-th2 {
  padding: 10px;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  text-align: center;
  font-weight: normal;
  border-bottom: 2px solid #000;
}
.bt-th2 {
  font-weight: bold;
  border-width: 1px;
}
.bill-table tr {
  border-bottom: 1px solid #000;
}
.bill-table td {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  border-bottom: 1px solid #000;
  vertical-align: top;
}
.bt-txt {
  padding: 10px 12px;
  border-bottom: 1px solid #000;
  height: 41px;
}
.td-sum {
  padding: 10px 12px;
  text-align: center;
  font-weight: bold;
}
.pl0 {
  padding-left: 0 !important;
}
.bb0 {
  border-bottom: 0 !important;
}
.bt-money {
  padding: 10px 0;
}
.btm-span {
  display: inline-block;
  width: 70px;
  vertical-align: top;
  font-weight: bold;
}
.sum-pinfo {
  display: inline-block;
  padding: 10px 0;
  margin-right: 30px;
}
.cp-box {
  position: relative;
}
.cp-msg {
  padding-right: 30px;
  width: 75%;
}
.copy {
  position: absolute;
  right: 16px;
  top: 10px;
  text-align: right;
  color: #3F86ED;
  vertical-align: top;
  cursor: pointer;
}
.wa {
  width: auto !important;
}
.tac {
  text-align: center !important;
}

/* 刷新二维码 */
.QR-code {
  width: 200px;
  margin: 23px auto 46px;
  padding: 20px 32px 17px;
  background-color: #F3FAFF;
  border-radius: 19px;
  border: 2px solid #D1E4FF;
}
.qr-main {
  width: 132px;
  height: 132px;
}
.qr-main img {
  display: block;
  width: 100%;
  height: 100%;
}
.qr-btn {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 24px;
  font-size: 14px;
  font-weight: bold;
  color: #3F86ED;
  line-height: 22px;
  text-align: center;
}
.qr-btn:before {
  content: '';
  display: inline-block;
  margin-right: 3px;
  width: 22px;
  height: 22px;
  background: url(../images/common/refresh.png) no-repeat center;
  vertical-align: top;
}
.fsn {
  font-style: normal !important;
}

/* 驾驶舱 */
.mb0 { margin-bottom: 0 !important;}
.cockpit-box {
  padding: 20px 0;
  background-color: #212936;
}
.cb-wrap {
  margin: 0 auto;
  width: 1220px;
  font-size: 0;
  text-align: left;
}
.cb-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 560px;
  padding: 16px 16px 0 24px;
  margin: 0 10px 20px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  background-color: #2B3648;
}
.cbi01 {
  width: 620px;
  height: 338px;
}
.cbi02 {
  width: 560px;
  height: 338px;
}
.cbi03 {
  width: 620px;
  height: 320px;
}
.cbi04 {
  width: 560px;
  height: 320px;
}
.cbi05 {
  width: 620px;
  height: 340px;
}
.cbi-title {
  float: left;
  font-size: 18px;
  color: #AFBDD1;
  line-height: 32px;
  font-weight: bold;
}
.cbi-txt {
  font-size: 14px;
  color: #8796B0;
  line-height: 22px;
}
/* 下拉 */
.sim-select {
  position: relative;
  width: 210px;
  height: 32px;
  margin: 0;
  border-radius: 2px;
  border: 1px solid #626F86;
}
.sim-select:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  width: 12px;
  height: 8px;
  background: url(../images/common/down2.png) no-repeat center;
}
.ss-txt {
  padding: 0 30px 0 10px;
  font-size: 12px;
  line-height: 30px;
  color: #AFBDD1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ss-box {
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
  min-width: 210px;
  max-width: 230px;
  max-height: 400px;
  padding: 20px 10px 20px 20px;
  font-size: 14px;
  line-height: 30px;
  color: #AFBDD1;
  overflow-y: auto;
  background: #061726;
  box-shadow: 0px 0px 18px 0px rgba(255, 255, 255, 0.43);
  border-radius: 8px;
  z-index: 100;
}
.ss-list {
  white-space: nowrap;
}
.ss-list:hover {
  cursor: pointer;
  color: #fff;
}
/* 宽度100的下拉框 */
.sim-select.ss2 {
  width: 100px;
}
.sim-select.ss2 .ss-box {
  min-width: 100px;
  max-width: 120px;
}
.w1 {
  width: 100%;
  height: 272px;
}
.w2 {
  width: 100%;
  height: 290px;
  padding-top: 10px;
}
.w3 {
  width: 100%;
  height: 200px;
}
.w4 {
  position: relative;
  margin-top: 40px;
  padding-top: 52px;
}
.w5 {
  width: 100%;
  height: 267px;
}
/* 图一 */
.js-wrapper {
  position: absolute;
  top: 126px;
  right: 52px;
  width: 160px;
  padding-top: 60px;
  font-size: 12px;
  color: #AFBDD1;
  line-height: 17px;
  text-align: center;
}
.jsw-num {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
/* 图二 */
.cb-table {
  width: 100%;
  font-size: 14px;
  color: #AFBDD1;
  line-height: 36px;
}
.cb-table td {
  white-space: nowrap;
}
.icon-cb {
  display: inline-block;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  background-color: #56D1A3;
  border-radius: 2px;
}
.iCb01 {
  background-color: #4CA0FF;
}
.iCb02 {
  background-color: #FF882E;
}
.iCb03 {
  background-color: #F1403C;
}
.iCb04 {
  background-color: #A84FFF;
}
.iCb05 {
  background-color: #B3D0FC;
}
.iCb06 {
  background-color: #B3E5FC;
}
.cb-name { 
  padding-right: 15px;
  font-size: 16px;
  font-weight: 500;
}
.cb-percent {
  position: relative;
  width: 300px;
  height: 8px;
  background-color: #626F86;
  border-radius: 4px;
}
.cbp {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 8px;
  background-color: #3F86ED;
  border-radius: 4px;
}
.pl15 { padding-left: 15px !important;}
/* 图三 */
.rent-summary {
  text-align: center;
  font-size: 0;
}
.rs-item {
  position: relative;
  display: inline-block;
  margin: 0 18px;
  padding-left: 13px;
  font-size: 12px;
  line-height: 17px;
  color: #AFBDD1;
  text-align: left;
  vertical-align: top;
}
.rs-icon {
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background-color: #2AC3D5;
}
.rsi01 {
  background-color: #65DAE8;
}
.rsi02 {
  background-color: #93E6F0;
}
.rsi03 {
  background-color: #32D296;
}
/* 图四 */
.w4 .bar-wrapper {
  height: 14px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #75ABD7;
}
.w4 .bar-left {
  height: 14px;
  background-color: #1D85D8;
  border-radius: 8px 0 0 8px;
}
.w4 .bar-right {
  height: 14px;
  background-color: #75ABD7;
  border-radius: 0 8px 8px 0;
}
.w4 .bar-left:before,
.w4 .bar-right:before {
  height: 16px;
}
.w4 .bar-left:before {
  bottom: -16px;
  background-color: #81C784;
}
.w4 .bar-right:before {
  top: -16px;
  bottom: auto;
  background-color: #195ADD;
}
.w4 .bar-item {
  width: auto;
  padding-top: 0;
}
.w4 .bar-item.left {
  padding-top: 16px;
}
.w4 .bar-item.right {
  position: absolute;
  top: 0;
  right: 0;
}
.w4 .bi-txt1 {
  padding: 0 11px;
  font-size: 14px;
  color: #AFBDD1;
  line-height: 34px;
  border-radius: 3px;
  border: 1px solid #576379;
}

/* 影像上传 */
.img-group {
  font-size: 0;
}
.ig-li {
  position: relative;
  display: inline-block;
  margin: 0 10px 6px 0;
  width: 150px;
  height: 100px;
  background-color: #F3F7FF;
  border-radius: 6px;
  vertical-align: top;
}
.ig-btn {
  margin: 24px auto 12px;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/common/i_add.png) no-repeat;
  cursor: pointer;
}
.ig-input {
  position: absolute;
  top: 24px;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.ig-msg {
  font-size: 12px;
  color: #AAAAAA;
  line-height: 14px;
  text-align: center;
}
.ig-img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.ig-img.success {
  background-image: url(../images/wechat/common/default_pc@3x.png);
}
.ig-download,
.ig-delete {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 16px;
  height: 16px;
  background: url(../images/common/i_delete.png) center;
  cursor: pointer;
}
.ig-download {
  right: 29px;
  background-image: url(../images/common/i_download.png);
}

/* 影像预览 */
.preview-ul {
  font-size: 0;
}
.pv-item {
  display: inline-block;
  width: 33.33%;
  font-size: 0;
  vertical-align: top;
}
.pv-main {
  padding: 10px;
}
.pv-img {
  display: block;
  width: 100%;
  height: 150px;
  border-radius: 10px;
}

/* 首页公告滚动 */
.swiper {
  width: 100%;
  height: 36px;
}

/* 信息加载中 */
.waiting-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  line-height: 20px;
  color: #AFBDD1;
  text-align: center;
}
.img-loading {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto 10px;
}
