/*! 版权所有，翻版必究 */
.accountfund {
  background: #fff;
  padding: 20px 0;
}
.accountfund > div {
  margin: 0 auto;
  width: 1240px;
  display: flex;
}
.accountfund-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}
.accountfund-right {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.accountfund-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0 25px;
  border-left: 1px solid #efefef;
}
.accountfund-item:first-child,
.accountfund-item:last-child {
  border-left: 0px;
}
.accountfund-btn.my-btn {
  width: 72px;
  padding: 5px 0;
  font-size: 14px;
}
.accountfund-value {
  font-size: 20px;
  font-weight: bold;
}
.accountfund-num {
  font-size: 20px;
  font-weight: initial;
}
.accountfund-key {
  color: #999;
  font-size: 14px;
  margin-top: 5px;
}
.accountfund-modal .ant-modal-header {
  text-align: center;
}
.accountfund-modal .ant-modal-header .ant-modal-title {
  font-size: 18px;
}
.accountfund-modal .ant-modal-body {
  padding: 24px 35px;
}
.accountfund-modal .ant-modal-footer {
  text-align: center;
}

.popularize-empty {
  padding: 50px 20px;
  text-align: center;
}
.popularize-empty-image {
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  background: #EAEAEA;
  margin-bottom: 15px;
}
.popularize-empty-ps {
  color: #C0C5CC;
}

.ads-home .my-card .card-title {
  padding: 14px 20px;
}
.ads-home .card-title-content {
  height: 42px;
  line-height: 42px;
  position: relative;
}
.ads-home .card-title-content .card-title-tips:hover .card-title-text {
  display: block;
}
.ads-home .card-title-content .card-title-icon {
  position: absolute;
  top: 16px;
  left: 90px;
  width: 12px;
  height: 12px;
}
.ads-home .card-title-content .card-title-text {
  width: 216px;
  height: 60px;
  padding: 10px 10px;
  position: absolute;
  top: -60px;
  left: 60px;
  background: #313131;
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
  line-height: 20px;
  display: none;
}
.ads-home .card-title-content .card-title-text:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 30px;
  background: #313131;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.ads-home .creat-link {
  float: right;
  font-weight: initial;
}
.ads-home .creat-link.my-btn {
  padding: 0;
}
.ads-home .red-text {
  color: #f03d37;
}
.ads-home .gray-text {
  color: #999;
}
.ads-home .list {
  padding: 17px 20px;
}
.ads-home .list table {
  width: 100%;
}
.ads-home .list table tbody tr {
  vertical-align: top;
}
.ads-home .list-header {
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 17px;
}
.ads-home .list-header-search {
  float: right;
  height: 36px;
  line-height: 36px;
  display: flex;
  align-items: center;
}
.ads-home .list-header-search-text {
  border: 1px solid #d5dde8;
  border-radius: 2px;
  width: 255px;
  height: 34px;
  margin-right: 20px;
}
.ads-home .list-header-search-text::-webkit-input-placeholder {
  color: #c0c5cc;
  font-size: 14px;
  font-weight: 400;
}
.ads-home .list-header-search-text:-ms-input-placeholder {
  color: #c0c5cc;
  font-size: 14px;
  font-weight: 400;
}
.ads-home .list-header-search .my-btn {
  height: 36px;
  line-height: 36px;
  padding: 0;
  font-weight: initial;
}
.ads-home .list .item-info {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
.ads-home .list .item-info-image {
  width: 60px;
  height: 84px;
  background: #e0e0e0;
  margin-right: 18px;
}
.ads-home .list .item-info-text {
  position: relative;
  flex: 1;
}
.ads-home .list .item-info-name {
  display: inline-block;
  font-size: 14px;
  margin: 2px 0 0;
}
.ads-home .list .item-info-single-name {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.ads-home .list .item-info-type-time {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ads-home .list .item-text {
  line-height: 30px;
}
.ads-home .case-cards .card-title {
  border-top: 0px;
}
.ads-home .case-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
}
.ads-home .case-list li {
  width: 50%;
  padding: 0 20px 30px 0;
}
.ads-home .home-ads {
  width: 1240px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.ads-home .home-ads img {
  width: 100%;
}

.agent-home .ptop-10 {
  padding-top: 10px;
}
.agent-home .my-card .card-title {
  padding: 14px 20px;
}
.agent-home .card-title-content {
  height: 42px;
  line-height: 42px;
  position: relative;
  display: flex;
  align-items: center;
}
.agent-home .card-title-content .card-title-text {
  flex: 1;
}
.agent-home .create-link-mini {
  font-weight: initial;
}
.agent-home .create-link-mini.my-btn {
  padding: 0;
  height: 36px;
  line-height: 34px;
}
.agent-home .create-link-medium {
  font-weight: initial;
}
.agent-home .create-link-medium.my-btn {
  padding: 0;
  height: 42px;
  line-height: 40px;
  width: 98px;
}
.agent-home .main {
  padding: 0 20px 20px;
}
.agent-home .main-filter {
  padding: 18px 0 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.agent-home .main-filter-select {
  width: 160px;
  margin-right: 20px;
}
.agent-home .main-filter .my-btn-mini-small {
  height: 36px;
  padding: 0;
}
.agent-home-limit {
  display: flex;
  justify-content: space-between;
  padding: 16px 20px;
  align-items: center;
}
.agent-home-limit :first-child {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin: 0;
}
.agent-home-limit button {
  padding: 0;
  height: 36px;
  line-height: 34px;
  width: 100px;
}
.agent-home-select-service-modal .ant-modal-body {
  max-height: 500px;
  overflow-y: scroll;
}
.agent-home-select-service-modal .movie-company-tabs {
  margin: 0 0 30px 27px;
}
.agent-home-select-service-modal .movie-company-tabs .ant-radio-button-wrapper {
  height: 30px;
  line-height: 29px;
}
.agent-home-select-service-modal .service-radio {
  width: 100%;
}
.agent-home-select-service-modal .service-radio .type-name {
  text-align: right;
  height: 36px;
  line-height: 34px;
  margin-right: 10px;
}
.agent-home-select-service-modal .service-radio .ant-radio-button-wrapper {
  position: relative;
  vertical-align: top;
  width: 98px;
  height: auto;
  line-height: 1.5;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 6px 3px;
  color: #333;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  text-align: center;
  transition: none;
}
.agent-home-select-service-modal .service-radio .ant-radio-button-wrapper:not(:first-child):before {
  display: none;
}
.agent-home-select-service-modal .service-radio .ant-radio-button-wrapper-checked {
  background: #ffeded;
  border-color: #f03d37;
  box-shadow: none;
}
.agent-home-select-service-modal .service-radio .ant-radio-button-wrapper-checked:after {
  content: '';
  position: absolute;
  right: -1px;
  bottom: -1px;
  left: auto;
  top: auto;
  width: 28px;
  height: 28px;
  background: url('https://p1.meituan.net/scarlett/0e0d64b21bf9549e8e374fa3fa3e087b964.png') 0 0 no-repeat;
  background-size: cover;
  border: none;
  transition: none;
  animation: none;
  opacity: 1;
}
.agent-home-select-service-modal .service-radio .ant-radio-button-wrapper-disabled {
  border-color: #e4e4e4;
  background: #e4e4e4;
  color: #999;
}
.agent-home-select-service-modal .not-selected-ps {
  color: #f03d37;
}


body {
  position: relative;
}
.page-unsupported {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  margin: auto;
  padding: 50px;
  border: 1px solid #dce2ed;
}
.page-unsupported h1 {
  font-size: 20px;
  margin-bottom: 20px;
}
.page-unsupported h2 {
  font-size: 16px;
}
.page-unsupported-main {
  margin-top: 30px;
}

.we-media-list .table-account {
  padding-left: 80px !important;
}
.we-media-list .table-cost {
  padding-right: 60px !important;
}
.we-media-list td.table-account {
  height: 70px;
}

.coupon-list .ads-table th,
.coupon-list .ads-table td {
  padding: 15px 10px;
}

.brand-list .ads-table th,
.brand-list .ads-table td {
  padding: 15px 10px;
}

.bidding-list .table-account {
  padding-left: 80px !important;
}
.bidding-list .table-cost {
  padding-right: 60px !important;
}
.bidding-list td.table-account {
  height: 70px;
}

.activity-preview .preview-table {
  border-radius: 4px;
}
.activity-preview .preview-table > table {
  border-collapse: separate;
  transform: translate3d(0, 0, 0);
}
.activity-preview .preview-table > table thead th {
  border-left: none;
}
.activity-preview .preview-table > table tbody td {
  border-left: none;
  border-bottom: none;
  border-radius: 0;
  white-space: nowrap;
}
.activity-preview .preview-table th,
.activity-preview .preview-table td {
  display: table-cell;
  text-align: center;
  vertical-align: middle !important;
  font-size: 14px;
}
.activity-preview .preview-table th {
  background-color: #fff;
  color: #6f7e86;
  font-weight: normal;
}
.activity-preview .preview-table td {
  color: #1a1a1a;
}
.activity-preview .preview-table .thead th {
  border-bottom: none;
}
.activity-preview .preview-table .thead th:first-child {
  min-width: 150px;
}
.activity-preview .preview-table .thead th:nth-child(4) {
  min-width: 200px;
}
.activity-preview .preview-table-subtitle {
  margin-bottom: 0;
}
.activity-preview .preview-table-subtitle .preview-table-subtitle-cell {
  position: relative;
  color: #6f7e86;
}
.activity-preview .preview-table-subtitle .preview-table-subtitle-cell::after {
  content: '';
  width: 1px;
  height: 100%;
  border-right: 1px solid #ddd;
  position: absolute;
  top: 0;
  right: 0;
}
.activity-preview .preview-table-cell {
  min-width: 24px;
  height: 22px;
  border-radius: 2px;
}
.activity-preview .preview-table-cell-1 {
  border: 2px solid #3eb9f1 !important;
  background-color: #fff;
}
.activity-preview .preview-table-cell-2 {
  border: 2px solid #14c092 !important;
  background-color: #e7f8f4;
}
.activity-preview .preview-table-cell-3 {
  border: 2px solid #f9a825 !important;
  background-color: #fef6ea;
}
.activity-preview .preview-table-cell-4 {
  border: 2px solid #e65100 !important;
  background-color: #fcede6;
}
.activity-preview .preview-table-cell-5 {
  border: 2px solid #cfd9e6 !important;
  background-color: #fafbfc;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%'><line x1='0' y1='0' x2='100%' y2='100%' stroke='#cfd9e6' stroke-width='2'/></svg>");
}

.blue-ant-menu {
  padding: 0;
}
.blue-ant-menu .ant-dropdown-menu-item:hover {
  background-color: #f5f7fa;
}
.popularize-list .hide {
  display: none;
}
.popularize-list .check {
  width: 100%;
  display: flex;
}
.popularize-list .popover-content {
  word-break: break-all;
}
.popularize-list .operatorBtn {
  margin-right: 5px;
  margin-bottom: 5px;
}
.popularize-list .not-agent-count .new-table .ant-table {
  border-bottom: none;
}
.popularize-list .not-agent-count .new-table .ant-table-thead > tr > th {
  border-bottom: 1px solid #e8e8e8;
  background-color: #f7f7f7;
}
.popularize-list .not-agent-count .new-table .ant-table-tbody > tr > td {
  border-bottom: 1px solid #e8e8e8;
  vertical-align: middle;
  padding-top: 20px;
}
.popularize-list .not-agent-count .new-table .ant-table-tbody > tr > td:first-child {
  border-left: 0px;
}
.popularize-list .not-agent-count .new-table .ant-table-tbody > tr > td:last-child {
  border-right: 0px;
}
.popularize-list .not-agent-count .new-table .ant-table-tbody > tr > td:last-child .plan-header {
  margin-right: 0px;
}
.popularize-list .not-agent-count .new-table table {
  border-collapse: collapse;
  border-spacing: 0px;
}
.popularize-list .new-table table {
  border-collapse: separate;
  border-spacing: 0px 10px;
}
.popularize-list .new-table .ant-table-thead > tr > th {
  border-bottom: none;
  background-color: #f7f7f7;
}
.popularize-list .new-table .ant-table-tbody > tr > td {
  border-bottom: 1px solid #f0f0f0;
  vertical-align: top;
  padding-top: 10px;
}
.popularize-list .new-table .ant-table-tbody > tr > td:first-child {
  border-left: 1px solid #f0f0f0;
}
.popularize-list .new-table .ant-table-tbody > tr > td:last-child {
  border-right: 1px solid #f0f0f0;
}
.popularize-list .new-table .ant-table-tbody > tr > td:last-child .plan-header {
  margin-right: -8px;
}
.popularize-list .ant-table:not(.ant-table-empty) {
  border-bottom: 1px solid #eceef5;
}
.popularize-list .plan-header {
  height: 40px;
  line-height: 40px;
  margin: -10px -20px 10px;
  padding: 0 20px;
  background-color: #fbfbfb;
  border-top: 1px solid #f0f0f0;
}
.popularize-list .plan-info {
  font-weight: bold;
}
.popularize-list .create-time {
  text-align: right;
  color: #999;
}
.popularize-list .operation-row > a {
  padding: 0 10px;
}
.popularize-list .operation-row .more-btn {
  display: inline-flex;
  align-items: center;
  padding: 0 10px 0 0;
}
.popularize-list .operation-row .more-btn::before {
  content: '';
  width: 1px;
  height: 10px;
  margin-right: 10px;
  background-color: #eceef5;
}
.popularize-list .operation-row .ant-dropdown-trigger .anticon-down {
  font-size: 10px;
  margin-left: 3px;
}

.popularizeplan-detail .header {
  position: relative;
  background: #f3f3f3;
  margin: 20px 0 40px;
}
.popularizeplan-detail .header .creat-link {
  position: absolute;
  top: 0;
  right: 0;
}
.popularizeplan-detail .detail-empty {
  padding: 50px 20px;
  text-align: center;
}
.popularizeplan-detail .detail-empty-image {
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  background: #eaeaea;
  margin-bottom: 15px;
}
.popularizeplan-detail .detail-empty-ps {
  color: #c0c5cc;
  font-size: 16px;
}
.popularizeplan-detail .detail-empty-text {
  color: #c9cfd2;
  display: block;
  margin-top: 10px;
  font-size: 12px;
}
.popularizeplan-detail .detail-tabs {
  padding: 0 20px;
}
.popularizeplan-detail .detail-tabs .tab-btn {
  margin-bottom: 20px;
}
.popularizeplan-detail .module-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
}
.popularizeplan-detail .module-list li {
  padding: 0 20px 20px 0;
}
.popularizeplan-detail .item-accounts {
  display: flex;
  align-items: center;
}
.popularizeplan-detail .item-accounts-images {
  flex: 1;
  position: relative;
  margin-left: 10px;
  height: 20px;
}
.popularizeplan-detail .item-accounts-image {
  width: 22px;
  height: 22px;
  background: #e2e2e2;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.popularizeplan-detail .item-accounts-hasmore {
  width: 22px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  color: #d8d8d8;
  top: 0;
  left: 0;
}
.popularizeplan-detail .item-deltext {
  color: #999;
  text-decoration: line-through;
  margin-right: 4px;
}
.popularizeplan-detail .item-status {
  position: relative;
  padding-left: 12px;
}
.popularizeplan-detail .item-status.blue:after {
  background: #1890ff;
}
.popularizeplan-detail .item-status.red:after {
  background: #f5212d;
}
.popularizeplan-detail .item-status.gray:after {
  background: #bfbfbf;
}
.popularizeplan-detail .item-status.green:after {
  background: #bfbfbf;
}
.popularizeplan-detail .item-status.green:after {
  background: #bfbfbf;
}
.popularizeplan-detail .item-status.yellow:after {
  background: #ffbf00;
}
.popularizeplan-detail .item-status:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.popularizeplan-detail .ant-tabs-nav .ant-tabs-tab {
  padding-top: 0 !important;
  color: #333;
}
.popularizeplan-detail .ant-tabs-bar {
  margin-bottom: 20px !important;
}
.popularizeplan-detail .ant-tabs-nav .ant-tabs-tab {
  padding-top: 0 !important;
  color: #333;
}
.popularizeplan-detail .ant-tabs-bar {
  margin-bottom: 20px !important;
}

.popularizeplan-create .my-card {
  padding: 70px 0 20px;
}
.popularizeplan-create .my-card .alert {
  margin-bottom: 40px;
}
.popularizeplan-create .form {
  margin: 50px 15%;
}
.popularizeplan-create .form .form-group {
  margin-bottom: 20px;
}
.popularizeplan-create .form .form-left {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
  font-weight: initial;
}
.popularizeplan-create .form .form-left .red {
  color: #F13D37;
}
.popularizeplan-create .form .form-span {
  margin: 0 10px;
}
.popularizeplan-create .form .text-input {
  width: 220px;
  border-radius: 2px;
}
.popularizeplan-create .form .group-create {
  margin-bottom: 10px;
}
.popularizeplan-create .form .ant-input {
  height: 36px;
}
.popularizeplan-create .form .selectedMovie {
  width: 454px;
  padding: 10px;
  background: #F7F7F7;
  display: flex;
  flex-direction: row;
  position: relative;
}
.popularizeplan-create .form .selectedMovie-image {
  width: 100px;
  height: 142px;
  background: #E0E0E0;
  margin-right: 18px;
}
.popularizeplan-create .form .selectedMovie-text {
  position: relative;
  flex: 1;
}
.popularizeplan-create .form .selectedMovie-name {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin: 5px 15px 0 0;
}
.popularizeplan-create .form .selectedMovie-type-time {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  color: #999;
  line-height: 25px;
  font-weight: 300;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.popularizeplan-create .form .selectedMovie-sigle-name {
  color: #333;
  font-size: 18px;
  margin-right: 15px;
}
.popularizeplan-create .form .selectedMovie-close {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.popularizeplan-create .btns {
  text-align: center;
}
.popularizeplan-create .btns-pb {
  padding-bottom: 50px;
}
.popularizeplan-create .btns .my-btn {
  margin-right: 20px;
}
.popularizeplan-create .btns .my-btn:last-child {
  margin-right: 0;
}
.popularizeplan-create .card-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 50px 0 20px;
  padding: 0 20px;
  border-bottom: 1px solid #ECEEF5;
}
.popularizeplan-create .card-list li {
  padding: 0 20px 20px 0;
}
.popularizeplan-create .card-list li:nth-child(3n) {
  padding-right: 0;
}
.popularizeplan-create .card-list li:last-child {
  padding-right: 0;
}
.popularizeplan-create .ant-select-selection {
  width: 100px;
}
.popularizeplan-create-confirm .ant-modal-body {
  padding: 30px 15px 15px 25px;
}
.popularizeplan-create-confirm .ant-modal-confirm-content {
  margin-right: 20px;
  margin-left: 31px;
}
.popularizeplan-create-confirm .ant-modal-confirm-btns {
  margin-top: 15px;
}
.popularizeplan-create-confirm-title {
  display: flex;
  align-items: center;
}
.popularizeplan-create-confirm-title .anticon-check-circle {
  color: #0FBD48 !important;
  margin-right: 10px;
  font-size: 20px;
}
.popularizeplan-create-confirm .ant-btn {
  display: none;
}
.popularizeplan-create-confirm .ant-btn-primary {
  display: inherit;
  width: 72px;
  padding: 0;
  height: 30px;
  line-height: 28px;
}

.effect-upload {
  padding: 0;
  margin-bottom: 100px;
}
.effect-upload-detail {
  margin-bottom: 0;
}
.effect-upload-row {
  border-bottom: 1px solid #efefef;
  margin: 0 0 16px;
  position: relative;
}
.effect-upload-row .title {
  font-size: 20px;
  color: #333;
  height: 62px;
  line-height: 62px;
}
.effect-upload-row-btn {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.effect-upload-row .detail-title {
  height: 82px;
}
.effect-upload-row .detail-title .ant-breadcrumb {
  margin-top: 24px;
}
.effect-upload-row .detail-title .ant-breadcrumb span .ant-breadcrumb-link {
  color: #666;
}
.effect-upload-row .detail-title .ant-breadcrumb > span:first-child .ant-breadcrumb-link {
  color: rgba(0, 0, 0, 0.45);
}
.effect-upload-row .detail-title .edit {
  font-size: 14px;
  color: #467cde;
  margin-left: 20px;
  position: relative;
  top: -1px;
  font-weight: normal;
}
.effect-upload-row .album-input {
  display: inline-block;
  position: relative;
  width: 280px;
}
.effect-upload-row .album-input-count {
  position: absolute;
  right: 0;
  bottom: -2px;
}
.effect-upload-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.effect-upload-list .upload-file-dragger {
  width: 183px;
  height: 183px;
}
.effect-upload .album {
  margin-right: 20px;
  margin-bottom: 20px;
}
.effect-upload .upload-file-dragger {
  margin: 0 20px 20px 0;
}
.effect-upload .album:nth-child(6n) {
  margin-right: 0;
}
.effect-upload .upload-file:nth-child(6n) .upload-file-dragger {
  margin-right: 0;
}
.effect-upload .anticon-plus {
  color: #f13d37;
}
.effect-album-modal {
  width: 796px !important;
}
.effect-album-modal .album-label {
  text-align: right;
  color: #333;
}
.effect-album-modal .album-desc {
  font-size: 12px;
  color: #c0c5cc;
}
.effect-album-modal .album-upload-row {
  background-color: #fbfbfb;
  padding: 16px 20px;
}
.effect-album-modal .ant-select {
  width: 100%;
}
.effect-album-modal .ant-modal-footer {
  padding: 20px;
}
.effect-album-modal .ant-modal-footer .ant-btn {
  width: 120px;
}
.effect-album-modal .ant-modal-footer .ant-btn-primary {
  padding: 0 35px;
}
.effect-album-upload-modal .ant-modal-body {
  height: 394px;
  padding: 0;
}
.effect-album-upload-modal .album-desc {
  margin-left: 10px;
}
.effect-album-upload-modal .upload-pics {
  padding: 20px 0 0 20px;
}
.effect-album-upload-modal .upload-pics .upload-file {
  display: inline-block;
  width: 20%;
  padding-right: 20px;
  margin-bottom: 18px;
}

.effect-file-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}
.effect-file-flex h4 {
  font-size: 20px;
  margin-block-end: 0;
}
.effect .file-list {
  padding: 10px 0px 100px 0px;
  margin: 0;
}
.effect .file-list-item {
  display: inline;
}
.effect .file-list-item img {
  width: 30px;
}
.effect .file-list-item-input {
  display: inline-block;
  width: 434px;
}
.effect .file-list-item-input input {
  width: 100%;
}
.effect .file-list-li {
  list-style: none;
  text-decoration: none;
  width: 600px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.effect .file-list-li-a {
  margin-left: 14px;
  font-size: 14px;
  color: #333333;
}
.effect .file-list-li-btn {
  display: none;
}
.effect .file-list-li-btn-edit {
  display: inline;
  margin-right: 20px;
  color: #467cde;
  cursor: pointer;
}
.effect .file-list-li:hover {
  background: #fbfbfb;
}
.effect .file-list-li:hover .file-list-li-btn {
  display: inline;
  margin-left: 10px;
  margin-right: 20px;
  color: #467cde;
  cursor: pointer;
}
.effect-rich-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}
.effect-rich-text h4 {
  font-size: 20px;
}
.effect-rich-text-list {
  padding: 0 0px 10px 0;
}
.effect-rich-text-li {
  list-style: none;
  text-decoration: none;
  margin: 10px 0;
  padding-top: 20px;
  border-top: 1px dashed #efefef;
}
.effect-rich-text-li:first-child {
  border-top: 0;
  padding-top: 10px;
}
.effect-rich-text-li .drop-down-span {
  color: #f13d37;
  background-color: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
}
.effect-rich-text-wrapper {
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.effect-rich-text-wrapper p {
  margin-block-end: 0;
}
.effect-rich-text-content {
  margin: 0;
}
.effect-rich-text-content img {
  display: block;
  max-width: 560px;
}
.effect #editor .ql-editor {
  min-height: 500px;
}
.effect #editor .ql-editor img {
  display: block;
  max-width: 560px;
}
.effect .effect-button-group {
  float: right;
  margin: 20px 0;
}
.effect .effect-button-group button {
  width: 100px;
  margin-left: 20px;
}
.effect-empty {
  padding: 20px;
  height: 285px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.effect-empty img {
  width: 50px;
  height: 50px;
}
.effect-empty p {
  font-size: 14px;
  color: #c9cfd2;
  margin-top: 15px;
}
.effect-blank {
  width: 100%;
  height: 285px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.effect-blank > img {
  width: 50px;
  height: 50px;
}
.effect-blank-desc {
  font-size: 14px;
  color: #c9cfd2;
  margin-top: 15px;
}
.effect .ant-dropdown-link {
  display: inline-block;
  margin-top: 10px;
  color: #467cde;
}
div .ant-dropdown-menu {
  padding: 0;
}
div .ant-dropdown-menu-item:hover {
  background-color: #f5f7fa;
}

.project {
  margin-left: 70px;
}
.project .red-font {
  color: #f13d37;
}
.project .bold {
  font-weight: bold;
}
.project .marginTop {
  margin-top: 20px;
}
.project-modal-tooltip {
  z-index: 3000;
}
.project-modal-wrapper {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  overflow: scroll;
}
.project-modal-item {
  display: flex;
  width: 323px;
  height: 70px;
  margin: 5px;
  padding: 10px 5px;
  background: #fafafa;
  justify-content: space-between;
}
.project-modal-item-left {
  display: flex;
  width: 200px;
}
.project-modal-item-inline-block {
  display: inline-block;
}
.project-modal-item-img {
  width: 50px;
}
.project-modal-item-img img {
  width: 100%;
}
.project-modal-item-text {
  padding: 2px 0 2px 7px;
}
.project-modal-item-text-right {
  text-align: end;
}
.project-modal-item-text-common {
  margin: 0;
}
.project-modal-item-name {
  display: block;
  margin: 0 0 3px 0;
  font-size: 14px;
  color: #1a1a1a;
  width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.project-modal-item-type {
  display: inline-block;
  padding: 2px;
  text-align: center;
  border: 1px solid #999999;
  border-radius: 2px;
  font-size: 12px;
  line-height: 14px;
  color: #999;
}
.project-modal-item-count {
  width: 62px;
  margin: 0 0 3px 0;
  text-align: end;
  color: #333;
  font-size: 14px;
}
.project-modal-item-gray {
  display: inline-block;
  color: #999;
  font-size: 12px;
  text-align: right;
  padding: 3px 0;
}
.project-modal-item-money {
  font-size: 16px;
  color: #f03d37;
  text-align: right;
}
.project-modal-title-count {
  font-size: 14px;
  color: #c9cfd2;
}
.project .accout {
  display: flex;
  margin-bottom: 20px;
}
.project .accout-wrapper {
  display: flex;
  background: #f7f9fb;
  border-radius: 2px;
  padding: 20px;
}
.project .accout-wrapper-img {
  display: inline-block;
  margin-right: 10px;
}
.project .accout-wrapper-img img {
  width: 15px;
}
.project .accout-wrapper-text {
  display: inline-block;
}
.project .accout-wrapper-text-more {
  text-decoration: underline;
  color: #f13d37;
  cursor: pointer;
}
.selectAccout .ant-modal-header {
  padding: 10px 20px;
}
.selectAccout .ant-modal-header p {
  margin: 0;
}
.selectAccout .ant-modal-body {
  margin: 5px;
  padding: 0;
}

.agent-order-project .anticon-info-circle {
  margin-left: 6px;
}
.resource-detail-modal p {
  color: #333;
}
.resource-detail-modal h1,
.resource-detail-modal h2 {
  margin-bottom: 6px;
}
.resource-detail-modal h1 {
  font-size: 24px;
}
.resource-detail-modal h2 {
  font-size: 16px;
}
.resource-detail-modal .resource-desc {
  color: #666;
}

.agent-order {
  padding-bottom: 100px;
}
.agent-order .my-page-content {
  padding: 0px;
  border-radius: 0;
}
.agent-order .ant-form-item-label,
.agent-order .ant-form-item-control {
  line-height: 36px;
}
.agent-order .ant-form-explain,
.agent-order .ant-form-extra {
  margin-top: 2px;
}
.agent-order h4 {
  margin: 0;
  color: #333;
}
.agent-order-header {
  border-bottom: 30px solid #f3f3f3;
}
.agent-order-status {
  flex: 1;
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.agent-order-status-wrapper {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #efefef;
  background: #fbfbfb;
}
.agent-order-status-btns .my-btn {
  margin-left: 20px;
}
.agent-order-status-btns .my-btn-gray {
  color: #6b6b6b;
}
.agent-order-status-btns .my-btn-gray[disabled] {
  color: #999;
}
.agent-order-status-btns .yg-btn {
  width: 136px;
}
.agent-order-total-price {
  font-size: 16px;
  color: #333;
}
.agent-order-total-price span {
  font-size: 18px;
  color: #f03d37;
}
.agent-order-plan {
  display: flex;
  padding: 20px;
}
.agent-order-plan .plan-poster {
  width: 60px;
  height: 85px;
  margin-right: 10px;
  overflow: hidden;
}
.agent-order-plan .plan-poster img {
  width: 100%;
}
.agent-order-plan .plan-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2px 0;
}
.agent-order-plan .plan-info p {
  margin: 0;
  color: #666;
}
.agent-order-plan .my-btn {
  height: 44px;
  font-size: 18px;
}
.agent-order-tabs {
  padding: 0 20px;
}
.agent-order-tabs .ant-tabs-bar {
  padding: 0;
  margin: 0;
}
.agent-order-tabs .ant-tabs-tab {
  padding: 20px 0 17px;
  margin-right: 40px;
}
.agent-order-show-data .ant-tabs-bar {
  display: block;
}
.agent-order .agent-order-relate-service {
  display: flex;
  padding: 20px;
  margin: -20px -20px 20px;
  border-bottom: 1px solid #efefef;
  background: #fbfbfb;
}
.agent-order .agent-order-relate-service p {
  margin-bottom: 0px;
  font-size: 16px;
  color: #333;
}
.agent-order .agent-order-relate-service p:nth-child(2) {
  margin: 0 40px 0 30px;
}
.agent-order-info {
  padding: 20px 0px 0;
}
.agent-order-info > div {
  padding-bottom: 100px;
}
.agent-order-info > div h4 {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f3f3f3;
  font-size: 20px;
}
.agent-order-info .ant-form-item-label {
  width: 146px;
  float: left;
}
.agent-order-info .ant-form-item-label label {
  margin-bottom: 0;
}
.agent-order-info .ant-form-item-control-wrapper {
  float: left;
}
.agent-order-info .ant-input {
  width: 340px;
}
.agent-order-info .flex-start {
  align-items: flex-start;
}
.agent-order-project-form .ant-radio-wrapper,
.agent-order-project-form .ant-checkbox-wrapper {
  margin-right: 30px;
}
.agent-order-project-form .ant-calendar-picker-input {
  width: 160px;
}
.agent-order-project-form .ant-select-selection {
  width: 220px;
}
.agent-order-project-form .project-range-picker .ant-calendar-picker-input {
  width: 340px;
}
.agent-order-project-info .ant-form-item-label,
.agent-order-project-info .ant-form-item-control {
  line-height: 1.5;
}
.agent-order-project-info .ant-form-item {
  margin-bottom: 20px !important;
}
.agent-order-project-info .ant-form-item:last-child {
  margin-bottom: 0px !important;
}
.agent-order-project-info .ant-form-item-control-wrapper {
  width: 87%;
}
.agent-order-contract p {
  margin: 0;
  color: #333;
}
.agent-order-contract-info {
  margin-left: 70px;
}
.agent-order-contract-info > div {
  display: inline-flex;
  padding: 20px;
  margin-top: 10px;
  background: #f7f9fb;
  border-radius: 2px;
}
.agent-order-contract-info > div:nth-of-type(2) {
  padding-left: 10px;
}
.agent-order-contract-info > div p span {
  font-size: 12px;
}
.agent-order-contract-info > div .cursor {
  cursor: pointer;
}
.agent-order-contract-form {
  margin-left: 96px;
}
.agent-order-contract-form .my-btn {
  padding: 7px 0;
  font-size: 14px;
}
.agent-order-contract-form .contract-item {
  display: flex;
  margin-top: 13px;
  flex-wrap: wrap;
  width: 900px;
}
.agent-order-contract-form .contract-item.hidden {
  display: none;
}
.agent-order-contract-form .contract-item .ant-row {
  flex-basis: 450px;
}
.agent-order-contract-form .ant-input {
  width: 300px;
}
.agent-order-contract-form .ant-form-item-label {
  width: auto;
  margin-left: 34px;
}
.agent-order-contract-form .image-info {
  position: relative;
  width: 300px;
  height: 30px;
  margin-top: 10px;
  line-height: 30px;
  background: #f7f7f7;
}
.agent-order-contract-form .image-info .image-name {
  margin-left: 8px;
}
.agent-order-contract-form .image-info .anticon-close {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 10px;
  color: #c4c4c4;
  cursor: pointer;
}
.agent-order-pay p {
  margin-bottom: 0;
  color: #333;
}
.agent-order-pay-info {
  margin-left: 70px;
}
.agent-order-pay-cycle {
  padding: 20px;
  background: #f7f9fb;
  border-radius: 2px;
}
.agent-order-pay-date {
  display: inline-flex;
  flex-direction: column;
  padding: 20px 20px 0;
  margin-top: 10px;
  background: #f7f9fb;
  border-radius: 2px;
}
.agent-order-pay-date .flex {
  display: flex;
  margin-bottom: 20px;
}
.agent-order-pay-date .flex p:last-child {
  margin-left: 30px;
}
.agent-order-pay-form {
  margin-left: 96px;
}
.agent-order-pay-form .funds {
  padding: 15px;
  background: #f7f9fb;
  border-radius: 2px;
  line-height: 1.5;
}
.agent-order-pay .pay-radio-wrapper {
  margin-bottom: 20px;
  line-height: 1.5;
}
.agent-order-pay .pay-radio-wrapper span.ant-radio + * {
  padding-right: 0px;
}
.agent-order-pay-margin {
  margin: 10px 0 0 24px;
}
.agent-order-pay-radio .ant-radio-button-wrapper {
  position: relative;
  width: 130px;
  height: 60px;
  margin-right: 20px;
  padding: 0;
  color: #333;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  line-height: 58px;
  text-align: center;
  transition: none;
}
.agent-order-pay-radio .ant-radio-button-wrapper:not(:first-child):before {
  display: none;
}
.agent-order-pay-radio .ant-radio-button-wrapper-checked {
  background: #ffeded;
  border-color: #f03d37;
  box-shadow: none;
}
.agent-order-pay-radio .ant-radio-button-wrapper-checked:after {
  content: '';
  position: absolute;
  right: -1px;
  bottom: -1px;
  left: auto;
  top: auto;
  width: 28px;
  height: 28px;
  background: url('https://p1.meituan.net/scarlett/0e0d64b21bf9549e8e374fa3fa3e087b964.png') 0 0 no-repeat;
  background-size: cover;
  border: none;
  transition: none;
  animation: none;
  opacity: 1;
}
.agent-order-pay .agent-order-pay-select {
  width: 74px;
  margin-right: 10px;
}
.agent-order-pay .agent-order-pay-select .ant-select-selection--single {
  height: 36px;
}
.agent-order-pay .agent-order-pay-select .ant-select-selection__rendered {
  line-height: 34px;
  margin: 0 0 0 10px;
}
.agent-order-pay .agent-order-pay-select .ant-select-arrow {
  right: 5px;
}
.agent-order-pay-cycle {
  display: inline-flex;
  align-items: center;
  padding: 7px 17px 7px 10px;
  background: #f7f9fb;
  border-radius: 2px;
  color: #333;
}
.agent-order-pay-cycle .ant-form-item {
  margin: 0 !important;
}
.agent-order-pay-cycle-text {
  font-size: 12px;
  font-weight: bold;
}
.agent-order-pay-cycle-desc {
  margin: 0 10px 0 17px;
}
.agent-order-pay-flex {
  display: flex;
}
.agent-order-pay-installment {
  padding: 15px 0 10px 20px;
  background: #f7f9fb;
  border-radius: 2px;
}
.agent-order-pay-installment .agent-order-pay-installment-text {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}
.agent-order-pay-installment-item {
  margin-bottom: 10px;
  line-height: 36px;
}
.agent-order-pay-installment-item:after {
  content: '';
  display: table;
  clear: both;
}
.agent-order-pay-installment-item p {
  float: left;
}
.agent-order-pay-installment-item .ant-input {
  width: 130px;
}
.agent-order-pay-installment-item .ant-calendar-picker-input {
  width: 160px;
  height: 36px;
}
.agent-order-pay-installment-item .ant-form-item {
  float: left;
  margin-bottom: 0 !important;
}
.agent-order-pay-installment-item .ant-form-item:first-of-type {
  width: 190px;
  margin: 0 0px 0 10px;
}
.agent-order-pay-installment-item .ant-form-item:last-of-type {
  margin: 0 10px;
}
.agent-order-pay-installment-item .ant-form-item-control {
  line-height: 1.5;
}
.agent-order-price-form .ant-input {
  width: 130px;
}
.agent-order-price-form .unit {
  margin-left: 10px;
  color: #1a1a1a;
}
.agent-order-price-form .tips {
  margin-left: 10px;
  font-size: 12px;
  color: #f13d37;
}
.agent-order-price-form .cycle-desc {
  margin-left: 96px;
}
.agent-order-price-radio {
  position: relative;
  width: 130px;
  height: 36px;
  margin-right: 20px;
  padding: 0;
  color: #333;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  line-height: 34px;
  text-align: center;
}
.agent-order-price-info .ant-form-item-label,
.agent-order-price-info .ant-form-item-control {
  line-height: 21px;
}
.agent-order-price-info .ant-form-item:last-child {
  margin-bottom: 0px !important;
}
.agent-order-price .ant-radio-button-wrapper:before {
  display: none;
}
.agent-order-price .ant-radio-button-wrapper-checked {
  color: #f13d37;
  border: 1px solid #f03d37;
  border-radius: 2px;
  background-color: #ffeded;
  box-shadow: none;
}
.agent-order-price .ant-radio-button-wrapper-checked:after {
  content: '';
  position: absolute;
  right: -1px;
  bottom: -1px;
  left: auto;
  top: auto;
  width: 20px;
  height: 20px;
  background: url('https://p1.meituan.net/scarlett/0e0d64b21bf9549e8e374fa3fa3e087b964.png') 0 0 no-repeat;
  background-size: cover;
  border: none;
  transition: none;
  animation: none;
  opacity: 1;
}
.agent-order-contact .ant-form-item-label,
.agent-order-contact .ant-form-item-control {
  line-height: 1.5;
}
.agent-order-contact-form .ant-form-item {
  margin-bottom: 20px !important;
}
.agent-order-contact-form .ant-form-item-label,
.agent-order-contact-form .ant-form-item-control {
  line-height: 36px;
}
.agent-order-contact-form .ant-form-item:last-child {
  margin-bottom: 0px !important;
}
.agent-order .hidden {
  display: none;
}
.agent-order-footer {
  display: flex;
}
.agent-order-footer-price {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.agent-order-footer-price p {
  margin: 0;
  color: #666;
}
.agent-order-footer-price p:first-child {
  font-size: 18px;
  color: #333;
}
.agent-order-footer-price .red {
  margin-right: 10px;
  color: #f03d37;
}
.agent-order-footer-price .origin-price {
  margin-left: 10px;
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}
.agent-order-footer-btns .my-btn {
  margin-left: 14px;
}
.agent-order-footer-btns .save {
  width: 130px;
}
.agent-order-owner {
  border-top: 20px solid #f3f3f3;
  margin: 0 -20px;
  padding: 20px 20px 100px;
}
.agent-order-owner .ant-form-item-required {
  line-height: 42px;
}
.agent-order-owner-select {
  width: 15px;
  height: 15px;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  cursor: pointer;
  padding-top: 2px;
  padding-left: 5px;
  float: right;
  margin-right: 34px;
}
.agent-order-owner-selected {
  width: 5px;
  height: 9px;
  border-color: #fff;
  border-style: solid;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
}
.agent-order-owner-message {
  border: 1px solid #E3E3E3;
  height: 72px;
  padding: 15px 20px;
  margin-bottom: 15px;
}
.agent-order-owner-message > span {
  font-size: 12px;
  color: #F03D37;
}
.agent-order-owner-message p {
  font-weight: bold;
  color: #333;
}
.agent-order-owner-modal .ant-modal-body {
  padding: 15px 20px;
}
.agent-order-owner-modal .ant-table-thead > tr > th {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.agent-order-owner-modal .ant-table-tbody > tr > td {
  padding: 11px 8px;
}
.contract-image-modal .ant-modal-confirm-content img {
  width: 100%;
}
.relate-service-modal .ant-modal-body {
  padding: 0;
}
.relate-service-modal .relate-service-info {
  display: flex;
  padding: 20px 30px;
  border-bottom: 1px solid #eceef5;
  background: #fbfbfb;
}
.relate-service-modal .relate-service-info > div:last-child {
  margin-left: 30px;
}
.relate-service-modal .relate-service-info span {
  font-weight: bold;
}
.relate-service-modal .relate-service-form {
  padding: 0px 0 0 30px;
}
.relate-service-modal .relate-service-form p {
  margin-bottom: 0px;
}
.relate-service-modal .relate-service-form .desc {
  margin-top: 10px;
  font-size: 12px;
  color: #f03d37;
}
.relate-service-modal .relate-service-form .tips {
  margin: 0 0 20px 95px;
  font-size: 12px;
  color: #c0c5cc;
}
.relate-service-modal .relate-service-form .ant-row {
  margin-top: 8px;
  margin-bottom: 0px !important;
}
.relate-service-modal .relate-service-form .ant-input {
  width: 220px;
}
.relate-service-modal .ant-btn {
  width: 120px;
  padding: 0;
  text-align: center;
}
.agent-pay-popover {
  z-index: 299;
}
.agent-pay-popover .ant-popover-arrow {
  width: 0;
  height: 0;
  transform: none;
  border-right: 6px solid rgba(0, 0, 0, 0.75);
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.agent-pay-popover .ant-popover-inner {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 6px;
}
.agent-pay-popover .ant-popover-inner-content {
  padding: 5px 18px 5px 10px;
  line-height: 22px;
  color: #fff;
}
.agent-pay-popover .ant-popover-inner .anticon-close {
  position: absolute;
  right: 2px;
  top: 2px;
  color: #999;
  font-size: 10px;
  transform: scale(0.7);
  cursor: pointer;
}
.agent-pay-popover.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow {
  left: -1px;
  transform: translateY(-50%);
  box-shadow: none;
}
.agent-order-confirm-modal .ant-modal-close {
  display: block;
  right: 10px;
  top: 10px;
}
.agent-order-confirm-modal .ant-modal-close-x {
  width: auto;
  height: auto;
  line-height: inherit;
  font-size: 10px;
}
.agent-order-confirm-modal .ant-modal-body {
  padding: 30px 15px 15px 25px;
}
.agent-order-confirm-modal .ant-modal-body .anticon-question-circle {
  display: none;
}
.agent-order-confirm-modal .ant-modal-body .anticon-exclamation-circle {
  display: inline-block;
  margin-right: 9px;
  font-size: 20px;
  color: #faad14;
  vertical-align: sub;
}
.agent-order-confirm-modal .ant-modal-confirm-content {
  margin: 7px 0 0 31px;
}
.agent-order-confirm-modal .ant-modal-confirm-btns {
  margin-top: 30px;
}
.agent-order-confirm-modal .ant-btn {
  padding: 0 19px;
  height: 30px;
}

.agent_limits_total {
  border-top: 1px solid #f0f0f0;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  padding: 20px;
  margin-bottom: 20px;
}
.agent_limits_total span {
  font-size: 18px;
  color: #f03d37;
}
.agent_limits_content {
  background: #fff;
  width: 1240px;
  margin: 30px auto;
}
.agent_limits_content > h2 {
  font-size: 20px;
  color: #333333;
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0;
}
.agent_limits_content > div {
  display: flex;
}
.agent_limits_content .ant-menu-submenu-title {
  font-size: 16px;
  color: #19233b;
  font-weight: bold;
}
.agent_limits_content_main {
  padding: 20px;
  width: 100%;
  height: 800px;
}
.agent_limits_content_main h2 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 20px;
}
.agent_limits_content_main_title {
  width: 100%;
  background: #f7f7f7;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.agent_limits_content_main_title p {
  margin: 0;
  color: #333;
}
.agent_limits_content_main_title > div {
  display: flex;
  align-items: center;
}
.agent_limits_content_main_title > div > div:nth-child(2) {
  margin-left: 50px;
}
.agent_limits_content_main_title > div p:last-child {
  font-weight: bold;
  font-size: 20px;
}
.agent_limits_content_main_title button {
  float: right;
  width: 88px;
  height: 40px;
  font-size: 14px;
}
.agent_limits_content_main_row span {
  color: #999;
  margin-left: 10px;
}
.agent_limits_content_main .ant-table-thead > tr > th {
  padding: 10px 8px !important;
}
.agent_limits_content_main .ant-table-tbody > tr > td {
  padding: 11px 8px !important;
}
.agent_limits_content .assign-films > h4 {
  margin-bottom: 15px;
}
.agent_limits_content .assign-films .ant-radio-group {
  display: flex;
  align-items: center;
  height: 40px;
}
.agent_limits_content .assign-films-name {
  max-width: 750px;
  padding: 8px 14px;
  background: #f7f9fb;
  border-radius: 2px;
  font-size: 14px;
  color: #1a1a1a;
  line-height: 24px;
  font-weight: bold;
  display: inline-block;
}
.agent_limits_content .assign-films-name .edit {
  margin-left: 20px;
  color: #f03d37;
  cursor: pointer;
}
.agent_limits_content_selected {
  border: 1px solid #d5dde8;
  border-radius: 2px;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  margin-bottom: 16px;
}
.agent_limits_content_selected > :first-child {
  float: left;
}
.agent_limits_content_selected > :last-child {
  width: 640px;
  height: 42px;
  overflow-y: scroll;
}
.agent_limits_content_selected > div {
  display: inline-block;
}
.agent_limits_content_selected span {
  color: #f03d37;
}
.agent_limits_content_btn {
  margin-bottom: 16px;
}
.ant-dropdown.ant-dropdown-placement-bottomRight {
  z-index: 9999;
}

.home-child-account .ant-table-thead > tr > th:first-child {
  padding-left: 100px !important;
  padding-right: 0 !important;
}
.home-child-account .ant-table-tbody > tr > td:first-child {
  padding-left: 100px !important;
  padding-right: 0 !important;
}
.home-child-account .ant-table-thead > tr > th {
  border-bottom: 0px;
  background: #f7f7f7;
}
.home-child-account .ant-table-placeholder {
  border-bottom: 0;
}
.home-child-account .card-title-content {
  display: flex;
  align-items: center;
}
.home-child-account .card-ps {
  font-size: 12px;
  color: #c0c5cc;
  margin-left: 10px;
  font-weight: initial;
}
.home-child-account .main {
  padding: 10px 20px;
}
.home-child-account .empty {
  margin: 100px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-child-account .empty-image {
  width: 50px;
  height: 50px;
}
.home-child-account .empty-ps {
  margin-top: 15px;
  font-size: 14px;
  color: #c9cfd2;
}
.home-child-account .list-status {
  position: relative;
  padding-left: 10px;
}
.home-child-account .list-status.blue {
  color: #1890ff;
}
.home-child-account .list-status.blue:after {
  background: #1890ff;
}
.home-child-account .list-status.green {
  color: #52c41a;
}
.home-child-account .list-status.green:after {
  background: #52c41a;
}
.home-child-account .list-status:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.home {
  min-width: 1220px;
}
.homeHeader {
  background: rgba(9, 9, 30, 0.8);
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  height: 68px;
  z-index: 1;
  justify-content: space-between;
}
.homeHeaderLogo {
  height: 40px;
  width: 152px;
  margin: 0 0 0 41px;
}
.homeHeaderRegister {
  display: inline-block;
  vertical-align: bottom;
  width: 138px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.homeHeaderRegister:hover {
  color: #fff;
  text-decoration: none;
}
.homeHeaderButton {
  color: #fff;
  padding: 0;
  font-size: 16px;
  border: 0;
  border-radius: 0;
  width: 138px;
  height: 68px;
  background: #f03d37;
}
.homeBanner {
  height: 641px;
  background-image: url('//p1.meituan.net/scarlett/406e0311f910ec8286dbe2e1fe6f93fd31141.png');
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.homeBannerBg {
  width: 100%;
  min-width: 1480px;
}
.homeBannerDescription {
  width: 960px;
  margin: 187px auto 0;
}
.homeBannerDescriptionTitle {
  opacity: 0.8;
  font-family: 'PingFangSC-Thin';
  font-size: 40px;
  color: #ffffff;
}
.homeBannerDescriptionText {
  margin: 9px 0 0 0;
  width: 629px;
  opacity: 0.62;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  font-weight: 100;
}
.homeBannerDescriptionTextBold {
  margin: 14px 0 0 0;
  font-family: 'PingFangSC-Medium';
  font-size: 40px;
  color: #ffffff;
}
.homeBannerDescriptionButton {
  margin: 30px 0 0 0;
  background: #f03d37;
  width: 229px;
  height: 70px;
  font-family: 'PingFangSC-Medium';
  font-size: 20px;
  color: #ffffff;
  border: 0;
  border-radius: 0;
}
.homeQuestion {
  padding: 50px 0;
  text-align: center;
  background: #fff;
  opacity: 0.9;
  font-family: 'PingFangSC-Light';
  font-size: 40px;
  color: #1d1039;
}
.homeFlow {
  overflow: hidden;
  background: #f6f6f6;
}
.homeFlowContent {
  width: 900px;
  margin: 0 auto;
}
.homeFlowContentTitle {
  margin: 100px auto 0;
  text-align: center;
  font-family: 'PingFangSC-Regular';
  font-size: 40px;
  color: #000000;
}
.homeFlowContentText {
  margin: 20px auto 40px;
  text-align: center;
  font-family: 'PingFangSC-Regular';
  font-size: 18px;
  color: #606266;
}
.homeFlowContentLogo {
  display: flex;
  width: 804px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 44px auto 110px;
  padding: 0;
}
.homeFlowContentLogoLi {
  list-style: none;
  display: flex;
  width: 250px;
  align-items: center;
  height: 122px;
  background: #fff;
  margin: 27px 0 0 0;
}
.homeFlowContentLogoLi .icon {
  display: inline-block;
  width: 67px;
  height: 67px;
  margin: 0 19px;
  background: url('https://p0.meituan.net/scarlett/a065838af6e40a779f407fe55ad1485020050.png') 0 0 no-repeat;
  background-size: 231px auto;
}
.homeFlowContentLogoLi .mt {
  background-position: -159px -5px;
}
.homeFlowContentLogoLi .dp {
  background-position: -159px -81px;
}
.homeFlowContentLogoLi .wx {
  background-position: -5px -5px;
}
.homeFlowContentLogoLi .qq {
  background-position: -5px -82px;
}
.homeFlowContentLogoLi .my {
  background-position: -82px -5px;
}
.homeFlowContentLogoLi .gwl {
  background-position: -82px -82px;
}
.homeFlowSplit {
  margin: 13px auto 0;
  width: 90px;
  border: 1px solid #ff5757;
}
.homeDescriptionOne {
  height: 769px;
  background-image: url('//p0.meituan.net/scarlett/3d21b5194af50d63499e4e595a688e9c157194.png');
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  min-width: 1220px;
}
.homeDescriptionOneContent {
  margin: 0 auto;
  width: 1000px;
}
.homeDescriptionOneContentTitle {
  font-family: 'PingFangSC-Medium';
  font-size: 40px;
  color: #ffffff;
  margin-top: 120px;
  text-align: center;
}
.homeDescriptionOneContentSplit {
  margin: 20px auto;
  width: 124px;
  border: 1px solid #ff5757;
}
.homeDescriptionOneContentUl {
  display: flex;
  width: 1000px;
  justify-content: space-between;
  color: #fff;
  margin: 45px 0;
  padding: 0;
}
.homeDescriptionOneContentLi {
  display: inline-block;
  width: 280px;
  height: 202px;
  list-style: none;
  padding: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 30px;
  text-align: center;
}
.homeDescriptionOneContentLiNumber {
  color: #ff5757;
  font-size: 40px;
  margin-bottom: 2px;
}
.homeDescriptionOneContentText {
  opacity: 0.8;
  font-family: 'PingFangSC-Regular';
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  margin: 50px auto 35px;
}
.homeDescriptionOneContentLogo span {
  display: inline-block;
  width: 55px;
  height: 55px;
  margin-right: 28px;
  background: url('//p0.meituan.net/scarlett/b108e9075abcee56e57473dac881342220014.png') 0 0 no-repeat;
  background-size: 197px auto;
}
.homeDescriptionOneContentLogo .logo-1 {
  background-position: -71px -70px;
}
.homeDescriptionOneContentLogo .logo-2 {
  background-position: -5px -5px;
}
.homeDescriptionOneContentLogo .logo-3 {
  background-position: -137px -5px;
}
.homeDescriptionOneContentLogo .logo-4 {
  background-position: -71px -5px;
}
.homeDescriptionOneContentLogo .logo-5 {
  background-position: -137px -70px;
}
.homeDescriptionOneContentLogo .logo-6 {
  background-position: -5px -70px;
}
.homeDescriptionOneContentLogo .logo-7 {
  background-position: -5px -135px;
}
.homeDescriptionOneContentLogo .logo-8 {
  background-position: -70px -135px;
}
.homeDescriptionOneContentLogo img {
  width: 55px;
  margin-right: 28px;
}
.homeDescriptionTwo {
  background-image: linear-gradient(-180deg, #ff5757 0%, #ff5757 96%);
  width: 100%;
  padding-bottom: 50px;
}
.homeDescriptionTwoSplit {
  margin: 13px auto;
  width: 90px;
  border: 1px solid #fff;
}
.homeDescriptionTwoContent {
  overflow: hidden;
}
.homeDescriptionTwoContentTitle {
  font-family: 'PingFangSC-Medium';
  font-size: 40px;
  color: #fafafa;
  text-align: center;
  margin: 110px auto 0;
}
.homeDescriptionTwoContentText {
  font-family: 'PingFangSC-Regular';
  font-size: 18px;
  color: #fafafa;
  text-align: center;
  width: 800px;
  margin: 20px auto 0;
}
.homeDescriptionTwo img {
  display: block;
  width: 888px;
  margin: 70px auto 80px;
}
.homeDescriptionThree {
  background: #fff;
  width: 100%;
  padding-bottom: 50px;
}
.homeDescriptionThreeSplit {
  margin: 20px auto;
  width: 90px;
  border: 1px solid #ff5757;
}
.homeDescriptionThreeContent {
  overflow: hidden;
}
.homeDescriptionThreeContentTitle {
  font-family: 'PingFangSC-Medium';
  font-size: 40px;
  color: #43444a;
  text-align: center;
  margin: 100px auto 0;
}
.homeDescriptionThreeContentText {
  font-family: 'PingFangSC-Regular';
  font-size: 18px;
  color: #606266;
  text-align: center;
  width: 800px;
  margin: 20px auto 40px;
}
.homeDescriptionThree img {
  display: block;
  width: 1122px;
  height: 675px;
  min-width: 1000px;
  margin: 0 auto 54px;
}
.homeCase {
  background: #201d1e;
  padding: 120px 0 0;
}
.homeCaseTitle {
  text-align: center;
  font-family: 'PingFangSC-Medium';
  font-size: 40px;
  color: #ffffff;
}
.homeCaseSplit {
  margin: 20px auto;
  width: 90px;
  border: 1px solid #ff5757;
}
.homeCase img {
  display: block;
  width: 977px;
  height: 295px;
  margin: 40px auto 0;
}
.homeCloseLoginBtn {
  position: absolute;
  top: 0;
  right: 2px;
  font-size: 18px;
  padding: 0 6px;
  color: #828282;
}
.modal.login .modal-dialog {
  width: 320px;
  padding: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%) !important;
}
.modal.login .modal-dialog .modal-content {
  width: 100%;
  height: 295px;
  box-sizing: border-box;
}
.modal.login .modal-dialog .modal-content .login__iframe {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  border: none;
  border-radius: 4px;
  background-color: #fff;
}

.my-register-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #182434;
  box-shadow: 0 1px 3px 0 rgba(119, 151, 178, 0.16);
  z-index: 99;
}
.my-register-header-content {
  width: 1240px;
  height: 50px;
  margin: 0 auto;
}
.my-register-header-content img {
  width: 20px;
  height: 20px;
  margin: -2px 4px 0 0;
}
.my-register-header-content a {
  font-family: PingFangSC-Semibold;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  line-height: 50px;
  vertical-align: middle;
}
.my-register-content {
  width: 1240px;
  margin: 90px auto 75px;
  padding-top: 70px;
  background: #fff;
}
.my-register-title {
  position: relative;
  padding-left: 6px;
  font-size: 16px;
  color: #1a1a1a;
}
.my-register-title:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  width: 2px;
  height: 14px;
  transform: translate(0, -50%);
  background: #f03d37;
}
.my-register-step-1 {
  width: 700px;
  margin: 75px auto 0;
  padding: 0 40px 70px;
  color: #1a1a1a;
}
.my-register-step-1 p {
  margin: 0px;
}
.my-register-step-1 hr {
  margin: 20px -40px;
  border-top: 1px solid #f0f0f0;
}
.my-register-step-2 {
  width: 600px;
  margin: 40px auto 20px;
  padding: 0 27px 30px;
}
.my-register-step-2 hr {
  margin: 30px -27px 23px;
  border-top: 1px solid #f0f0f0;
}
.my-register-role {
  display: flex;
  justify-content: space-between;
  margin: 25px -22px 54px 0;
}
.my-register-role > div {
  display: inline-flex;
  align-items: center;
  width: 204px;
  height: 110px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(220, 220, 220, 0.5);
  border: 2px solid transparent;
  border-radius: 2px;
  cursor: pointer;
}
.my-register-role > div img {
  width: 28px;
  margin-right: 20px;
}
.my-register-role > div:hover {
  border: 2px solid #f03d37;
}
.my-register-role > div.selected {
  background: url('https://p0.meituan.net/scarlett/a445bba73d47e4e4946a4c8ed77a91b1997.png') 101% 0 no-repeat;
  background-size: 35px;
  border: 2px solid #f03d37;
}
.my-register-information .my-register-title {
  margin-bottom: 30px;
}
.my-register-upload .my-register-title {
  margin: 40px 0 30px;
}
.my-register .form-group {
  margin-bottom: 15px;
  align-items: baseline;
}
.my-register .form-group input {
  width: 340px;
  height: 36px;
  margin-left: 15px;
  border: 1px solid #d5dde8;
  border-radius: 2px;
}
.my-register .form-group .desc {
  margin: 5px 0 0 15px;
  font-size: 12px;
  color: #c0c5cc;
}
.my-register .form-group .red {
  color: #f03d37;
}
.my-register .form-group .input-small {
  width: 130px;
}
.my-register .form-group .my-btn-mini-small {
  margin-left: 15px;
  padding: 7px 0;
  font-size: 14px;
}
.my-register .form-group .my-btn-mini-small:disabled {
  color: #fff;
  background: #f9adaa;
}
.my-register .form-left {
  width: 92px;
  color: #65707e;
}
.my-register .form-left .require {
  color: #f03d37;
}
.my-register-btn {
  text-align: center;
}
.my-register-btn .my-btn-fill {
  margin-left: 15px;
}
.my-register .hidden {
  display: none;
}
.my-register .my-upload {
  margin-left: 15px;
}
.my-register-terms {
  margin-left: 107px;
  color: #65707e;
}
.my-register-terms .my-checkbox {
  margin-right: 5px;
}
.my-register-terms .my-checkbox-cover {
  width: 14px;
  height: 14px;
  border-radius: 2px;
}
.my-register-terms .my-checkbox-cover:after {
  display: none;
}
.my-register-terms .my-checkbox-checked .my-checkbox-cover {
  background: #f03d37 url('https://p1.meituan.net/scarlett/e2c3a1d61019a1d2dbbf851e20b563b0252.png') 50% 49% no-repeat;
  background-size: 10px auto;
}
.my-register-terms .red {
  color: #f03d37;
  cursor: pointer;
}
.my-register .show-yoda {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
#toast-container.toast-top-right .toast-success {
  position: fixed;
  top: 110px;
  left: 50%;
  width: 600px;
  margin-left: -300px;
  background: #edfff3;
  border: 1px solid #9cd8b0;
  border-radius: 2px;
  background-image: none !important;
  padding: 20px 15px 20px 64px;
  box-shadow: none;
  opacity: 1;
}
#toast-container.toast-top-right .toast-success:hover {
  box-shadow: none;
}
#toast-container.toast-top-right .toast-success .toast-message {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
}
#toast-container.toast-top-right .toast-success button.toast-close-button {
  right: 1em;
  top: 0.3em;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: normal;
  text-shadow: none;
  opacity: 1;
}
#toast-container.toast-top-right .toast-success .register-success {
  position: relative;
}
#toast-container.toast-top-right .toast-success .register-success::before {
  content: '';
  position: absolute;
  left: -40px;
  top: -1px;
  width: 24px;
  height: 24px;
  background: #0fbd48 url('https://p1.meituan.net/scarlett/e2c3a1d61019a1d2dbbf851e20b563b0252.png') 50% 50% no-repeat;
  background-size: 13px auto;
  border-radius: 50%;
}
.terms {
  max-height: 500px;
  overflow: scroll;
}
.terms h4 {
  margin: 20px 0;
}
.terms h4 + div {
  margin-left: 20px;
}
.terms p {
  display: flex;
  margin: 10px 0;
}
.terms p span:first-child {
  flex: none;
  width: 45px;
}
.terms .third-layer-numbering {
  margin-left: 46px;
}
.terms .text-indent {
  text-indent: 2em;
}
.terms .text-indent-4 {
  text-indent: 4em;
}
.terms .display-block {
  display: block;
}


/*# sourceMappingURL=main.612b6f176b8cf4c5bf21.css.map*/