.content_box {
  width: 100%;
  margin: 0 auto;
}
.theme_color {
  color: #FF6800 !important;
}
.pointer {
  cursor: pointer;
}
.row_flex {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.column_flex {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ant-popover-inner-content {
  padding: 0 !important;
}
.one_level_title {
  width: 100%;
  height: 48px;
  background: #ffffff;
  margin: 10px 0;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  color: #FF6800;
  font-weight: bold;
  line-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.one_level_title::before {
  content: "";
  width: 4px;
  height: 22px;
  background: #FF6800;
  border-radius: 0 3px 3px 0;
  position: absolute;
  left: 8px;
  top: 13px;
}
.one_level_title .more {
  font-size: 10px;
  color: #FF6800;
  font-weight: normal;
  cursor: pointer;
}
.one_level_title.border {
  border-bottom: 1px solid #F0F0F0;
}
.two_level_title {
  width: 100%;
  height: 38px;
  background: #ffffff;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #666666;
  font-weight: bold;
}
.two_level_title .more {
  transform: scale(0.83);
  color: #FF6800;
  font-weight: normal;
  cursor: pointer;
}
.two_level_title.border {
  border-bottom: 1px solid #F0F0F0;
}
.filter__row {
  display: flex;
}
.filter__row .filter__label {
  width: 80px;
  line-height: 30px;
  color: #999999;
  font-size: 12px;
}
.filter__row .filter__con {
  flex: 1;
  overflow: hidden;
  padding: 0 20px;
  box-sizing: border-box;
}
.filter__row .filter__con > li {
  float: left;
  margin-right: 30px;
  font-size: 12px;
  color: #333333;
  line-height: 30px;
  cursor: pointer;
}
.filter__row .filter__con > li.active {
  color: #FF6800;
}
.map_mark_icon {
  display: inline-block;
  width: auto;
  height: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.map_mark_icon .mark_icon {
  display: inline-block;
  width: 38px;
  height: 51px;
  position: relative;
  font-size: 0;
}
.map_mark_icon .mark_icon .circle {
  border-radius: 50%;
}
.map_mark_icon .mark_icon .circle:nth-child(1) {
  width: 38px;
  height: 38px;
  background: #ff6800;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.map_mark_icon .mark_icon .circle:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #FFDD02;
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: 2;
}
.map_mark_icon .mark_icon .circle:nth-child(3) {
  width: 26px;
  height: 26px;
  background: #39A2FF;
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 3;
}
.map_mark_icon .mark_icon .circle:nth-child(4) {
  width: 20px;
  height: 20px;
  background: #7938FF;
  position: absolute;
  left: 9px;
  top: 9px;
  z-index: 4;
}
.map_mark_icon .mark_icon .circle:nth-child(5) {
  width: 15px;
  height: 15px;
  background: #7938FF;
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 5;
}
.map_mark_icon .mark_icon .triangle {
  width: 0;
  height: 0;
  border-top: 17px solid #ff6800;
  border-left: 13px transparent solid;
  border-right: 13px transparent solid;
  border-bottom: 17px transparent solid;
  position: absolute;
  left: 6px;
  bottom: -15px;
}
.map_mark_icon .mark_icon > .num {
  position: absolute;
  left: 50%;
  top: 5px;
  color: #ffffff;
  z-index: 10;
  font-size: 18px;
  margin-left: -4px;
  margin-bottom: 0;
  text-shadow: 1px 1px 1px #000000;
}
.map_mark_icon > .name {
  font-size: 12px;
  color: #751313;
  font-weight: bold;
  margin-bottom: 0;
  white-space: nowrap;
}
.wangEditor {
  font-size: 16px;
  color: #333333;
  word-wrap: break-word;
  /* table 样式 */
  /* blockquote 样式 */
  /* code 样式 */
  /* ul ol 样式 */
}
.wangEditor table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.wangEditor table td,
.wangEditor table th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 3px 5px;
  height: 30px;
}
.wangEditor table th {
  border-bottom: 2px solid #ccc;
  text-align: center;
  background-color: #f1f1f1;
}
.wangEditor blockquote {
  display: block;
  border-left: 8px solid #d0e5f2;
  padding: 5px 10px;
  margin: 10px 0;
  line-height: 1.4;
  font-size: 100%;
  background-color: #f1f1f1;
}
.wangEditor code {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #f1f1f1;
  border-radius: 3px;
  padding: 3px 5px;
  margin: 0 3px;
}
.wangEditor pre code {
  display: block;
}
.wangEditor ul,
.wangEditor ol {
  margin: 10px 0 10px 20px;
}
.wangEditor img {
  max-width: 100%;
}
.default_page {
  height: 100%;
  min-height: 500px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.default_page img {
  width: 124px;
  margin-bottom: 25px;
}
.default_page p {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  text-align: center;
  margin: 0;
  font-weight: bold;
}
.breadcrumb_box .ant-breadcrumb-link {
  cursor: pointer;
}
.select-company-popover .ant-popover-arrow {
  display: none;
}
.select-company-popover .company {
  min-width: 100px;
  max-height: 200px;
  overflow: auto;
}
.select-company-popover .company .company-box {
  margin: 0;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
}
.select-company-popover .company .company-box:hover {
  background-color: #fff4e6;
}
.select-company-popover .blank-is-replaced {
  height: 32px;
}
.select-company-popover .log-out {
  width: 100%;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border-radius: 5px;
}
.select-company-popover .log-out:hover {
  background-color: #fff4e6;
}
.cloud_buy_page_pay_modal .ant-modal-content {
  border-radius: 10px;
  overflow: hidden;
}
.cloud_buy_page_pay_modal .ant-modal-content .ant-modal-body {
  padding: 100px 0;
}
.cloud_buy_page_pay_modal .ant-modal-header {
  height: 100px;
  background-image: url(../img/consult_modal_bg.e9c5ba68.png);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cloud_buy_page_pay_modal .ant-modal-header .ant-modal-title {
  font-size: 24px;
  color: #ffffff;
}
.cloud_buy_page_pay_modal .company_pay_box {
  text-align: center;
}
.cloud_buy_page_pay_modal .company_pay_box .pay__con {
  width: 160px;
  height: 160px;
  margin: auto;
  background-image: url(data:image/png;base64,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);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cloud_buy_page_pay_modal .company_pay_box .pay__con #wx_pay {
  width: 100%;
  height: 100%;
  background: #cccccc;
}
.cloud_buy_page_pay_modal .company_pay_box p {
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  font-weight: 600;
  margin: 30px 0 0;
}
.cloud_buy_page_pay_money_modal .ant-modal-content {
  border-radius: 10px;
  overflow: hidden;
}
.cloud_buy_page_pay_money_modal .ant-modal-content .ant-modal-body {
  padding: 70px 170px 70px 130px;
}
.cloud_buy_page_pay_money_modal .ant-modal-header {
  height: 100px;
  background-image: url(../img/consult_modal_bg.e9c5ba68.png);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cloud_buy_page_pay_money_modal .ant-modal-header .ant-modal-title {
  font-size: 24px;
  color: #ffffff;
}
.cloud_buy_page_pay_money_modal .consult_money_type_box {
  text-align: center;
}
.cloud_buy_page_pay_money_modal .consult_money_type_box .tips {
  text-align: center!important;
  font-size: 16px;
  color: #999999;
  margin: 70px 0 20px;
}
.cloud_buy_page_pay_money_modal .consult_money_type_box p {
  width: 100%;
  height: 42px;
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  text-align: left;
}
.cloud_buy_page_pay_money_modal .consult_money_type_box p .label {
  width: 120px;
}
.cloud_buy_page_pay_money_modal .consult_money_type_box p .money {
  flex: 1;
  width: 0;
  font-size: 30px;
  font-weight: bold;
  color: #FF6800;
  margin-right: 0;
}
.cloud_buy_page_pay_money_modal .consult_money_type_box p .ant-checkbox-wrapper {
  font-size: 18px;
  color: #333333;
}
.cloud_buy_page_pay_money_modal .consult_money_type_box p .ant-checkbox-wrapper .ant-checkbox,
.cloud_buy_page_pay_money_modal .consult_money_type_box p .ant-checkbox-wrapper .ant-checkbox-checked,
.cloud_buy_page_pay_money_modal .consult_money_type_box p .ant-checkbox-wrapper .ant-checkbox-inner {
  width: 23px;
  height: 23px;
}
.cloud_buy_page_pay_money_modal .consult_money_type_box p .ant-checkbox-wrapper .ant-checkbox-inner::after {
  left: 30%;
}
.cloud_buy_page_pay_money_modal .consult_money_type_box p .sub {
  font-size: 14px;
}
.cloud_buy_page_pay_money_modal .consult_money_type_box p .con {
  flex: 1;
  width: 0;
}
.cloud_buy_page_pay_money_modal .consult_money_type_box p .button {
  display: inline-flex;
  width: 154px;
  height: 42px;
  border-radius: 4px;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  margin-right: 50px;
}
.cloud_buy_page_pay_money_modal .consult_money_type_box p .button:last-child {
  margin-right: 0;
}
.cloud_buy_page_pay_money_modal .consult_money_type_box p .button.active > .check {
  opacity: 1;
}
.cloud_buy_page_pay_money_modal .consult_money_type_box p .button .logo {
  width: 20px;
  margin-right: 10px;
}
.cloud_buy_page_pay_money_modal .consult_money_type_box p .button .check {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 1px;
  top: 1px;
  opacity: 0;
}
.cloud_buy_page_pay_money_modal .consult_money_type_box p .button.zhifubao {
  background: #139fff;
}
.cloud_buy_page_pay_money_modal .consult_money_type_box p .button.weixin {
  background: #7fae48;
}
.cloud_buy_page_pay_money_modal .consult_money_type_box .pay_btn {
  width: 440px;
  height: 56px;
  font-size: 24px;
}
.cloud_buy_page > .header {
  width: 100%;
  height: 240px;
  background-image: url(../img/cloud_buy_bg.a0354fa7.png);
  background-size: cover;
  background-position: center;
  padding: 72px 0;
  box-sizing: border-box;
}
.cloud_buy_page > .header p {
  margin: 0;
  text-align: center;
}
.cloud_buy_page > .header .title {
  font-size: 30px;
  line-height: 42px;
  color: #ffffff;
  margin-bottom: 20px;
}
.cloud_buy_page > .header .tips {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
}
.cloud_buy_page .buy_list_box {
  width: 100%;
  height: auto;
  padding: 106px 0 93px;
  box-sizing: border-box;
  background: #ffffff;
  display: flex;
  justify-content: center;
}
.cloud_buy_page .buy_list_box .left,
.cloud_buy_page .buy_list_box .right {
  width: 68px;
  height: 740px;
  display: flex;
  align-items: center;
}
.cloud_buy_page .buy_list_box .left img,
.cloud_buy_page .buy_list_box .right img {
  width: 68px;
  height: 68px;
  cursor: pointer;
}
.cloud_buy_page .buy_list_box .buy_content {
  width: 1160px;
  height: 780px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin: 0 40px;
}
.cloud_buy_page .buy_list_box .buy_content ul {
  width: auto;
  white-space: nowrap;
  height: 100%;
  overflow: hidden;
  position: absolute;
  background: #ffffff;
  top: 0;
  transition: all 0.3s ease;
}
.cloud_buy_page .buy_list_box .buy_content ul li {
  display: inline-block;
  width: 360px;
  height: 720px;
  margin: 10px 40px 50px 0;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 20px;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.06);
  padding: 80px 50px;
  box-sizing: border-box;
}
.cloud_buy_page .buy_list_box .buy_content ul li:last-child {
  margin-right: 0;
}
.cloud_buy_page .buy_list_box .buy_content ul li .title {
  width: 100%;
  font-size: 30px;
  line-height: 42px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 54px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.cloud_buy_page .buy_list_box .buy_content ul li .money {
  width: 100%;
  font-size: 20px;
  line-height: 70px;
  color: #FF6800;
  text-align: center;
  margin-bottom: 74px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.cloud_buy_page .buy_list_box .buy_content ul li .money b {
  font-size: 50px;
}
.cloud_buy_page .buy_list_box .buy_content ul li .money.disabled {
  color: #999999;
}
.cloud_buy_page .buy_list_box .buy_content ul li .button {
  width: 260px;
  height: 68px;
  background: linear-gradient(90deg, #ffc300, #ff6800);
  border-radius: 36px;
  box-shadow: 0px 20px 20px 0px rgba(255, 104, 0, 0.2);
  color: #ffffff;
  text-align: center;
  line-height: 68px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 86px;
  cursor: pointer;
}
.cloud_buy_page .buy_list_box .buy_content ul li .button.disabled {
  background: linear-gradient(135deg, #cccccc, #bbbbbb);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
}
.cloud_buy_page .buy_list_box .buy_content ul li .tips {
  width: 100%;
  height: 152px;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  text-align: center;
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.cloud_buy_page .problem_list_box {
  padding: 70px 0 80px;
  box-sizing: border-box;
  background: #f4f5f8;
}
.cloud_buy_page .problem_list_box .header {
  font-size: 40px;
  line-height: 56px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 80px;
  text-align: center;
}
.cloud_buy_page .problem_list_box .ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  right: 30px;
}
.cloud_buy_page .problem_list_box .ant-collapse {
  width: 1200px;
  margin: auto;
  border: 0;
  border-radius: 0;
}
.cloud_buy_page .problem_list_box .ant-collapse .ant-collapse-item {
  border-bottom: 1px solid #eeeeee;
}
.cloud_buy_page .problem_list_box .ant-collapse .ant-collapse-header {
  background: #ffffff;
  border: 0;
  color: #3a3a3a;
  font-size: 18px;
  font-weight: bold;
  padding: 28px 30px;
}
.cloud_buy_page .problem_list_box .ant-collapse .ant-collapse-content {
  border: 0;
}
.cloud_buy_page .problem_list_box .ant-collapse .ant-collapse-content-box {
  background: #f8f8f8;
  padding: 20px;
  font-size: 16px;
  line-height: 22px;
  color: #717171;
}

