body{
  overflow-x: hidden;
  overflow-y: auto;
}
body,
html {
  background-color: #ffffff;
}
.all_height {
  height: 100%;
}
.m_container {
  width: 100%;
  height: 100%;
  padding-top: 39px;
  padding-left: 230px;
  position: relative;
}

.m_container .m_slider {
  width: 230px;
  position: absolute;
  left: 0;
  top: 39px;
  background: #ffffff;
  box-shadow: 0px 6px 22px 2px rgba(1, 116, 217, 0.09);
  border-radius: 5px;
}
.m_container .container_box {
  width: 100%;
  height: 100%;
  padding-left: 40px;
}
.m_container .container_box > div {
  position: relative;
}
.m_container .m_slider .slider_top .icon {
  width: 86px;
  height: 86px;
  margin: 20px 0 18px;
}
.m_container .m_slider .slider_top .icon img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.m_container .m_slider .slider_top h5 {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
}
.m_container .m_slider .slider_top p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin: 12px 0;
}
.m_container .m_slider .slider_top .v_leavel {
  width: 76px;
  height: 18px;
  background: linear-gradient(135deg, #525661, #41495e);
  border-radius: 9px;
}
.m_container .m_slider .slider_top i {
  width: 11px;
  height: 11px;
  margin-right: 3px;
}
.m_container .m_slider .slider_top em {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  background: linear-gradient(135deg, #fde0c4 0%, #e9b37f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.m_slider .slider_list {
  padding: 10px 35px;
}
.m_slider .slider_list .item {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  padding: 18px 0;
  padding-left: 61px;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
}
.m_slider .slider_list .item span {
  position: relative;
}
.m_slider .slider_list .item span::before {
  content: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ff1e00;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: -5px;
}
.m_slider .slider_list .item span.dase::before {
  content: '';
}
.m_slider .slider_list .item.on span {
  color: #2b7afe;
}
.m_slider .slider_list .item:last-of-type {
  border-bottom: none;
}
.m_slider .slider_list .item label {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 35px;
}

/** 入驻管理*/
.sttlMng_main {
  padding-top: 88px;
}
/* .sttlMng_are {
  height: 100%;
} */
.sttlMng_are .pagetab {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}
.sttlMng_are .pagetab span {
  width: 217px;
  height: 88px;
  margin-right: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #41a8ff;
}
.sttlMng_are .pagetab span.qy {
  background-image: url(../image/qyrz_icon.png);
}
.sttlMng_are .pagetab span.td {
  background-image: url(../image/tdrz_icon.png);
}
.sttlMng_are .pagetab span.zj {
  background-image: url(../image/zjrz_icon.png);
}
.sttlMng_are .sttlMng_cont {
  position: relative;
  padding-bottom: 98px;
  /* height: 100%; */
}
.sttlMng_cont .tab.default {
  padding-top: 33px;
}
.sttlMng_cont .tab span.btn {
  font-size: 16px;
  font-weight: 400;
  color: #808080;
  height: 46px;
  margin-right: 63px;
  position: relative;
  white-space: nowrap;
}
.sttlMng_cont .tab span::after {
  content: '';
  display: inline-block;
  width: 36px;
  height: 4px;
  /* background: #0174D9; */
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: transparent;
}
.sttlMng_cont .tab span.on {
  color: #0174d9;
}
.sttlMng_cont .tab span.on::after {
  background-color: #0174d9;
}
.sttlMng_cont .sttlMng_list .item {
  margin: 24px 0;
  min-height: 128px;
  background: #ffffff;
  box-shadow: 0px 6px 22px 2px rgba(1, 116, 217, 0.09);
  border-radius: 10px;
  padding: 14px;
  padding-left: 137px;
  padding-right: 330px;
  position: relative;
  cursor: default;
}
.sttlMng_cont .sttlMng_list .item .icon {
  width: 100px;
  height: 100px;
  background: #ffffff;
  box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 14px;
}
.sttlMng_list .item .item_cont .item_cont_title span {
  font-size: 16px;
  font-family: 'AlibabaPuHuiTiM';
  font-weight: bold;
  color: #343434;
}
.sttlMng_list .item .item_cont .item_cont_title label {
  width: 19px;
  height: 21px;
  margin-right: 13px;
}
.sttlMng_list .item .item_cont .item_cont_txt {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin: 6px 0;
}
.sttlMng_list .item .item_cont .item_cont_txt span {
  width: 50%;
}
.sttlMng_list .item .right_tab {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 0 24px;
}
.sttlMng_list .item .right_tab span {
  width: 100px;
  height: 30px;
  border: 1px solid #b5b5b5;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.sttlMng_list .item .right_tab span i {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.sttlMng_cont .list_page {
  height: 98px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

/** 购买记录*/
/* .pay_order {
  height: 100%;
  padding-top: 87px;
  padding-bottom: 114px;
} */
.pay_order .list_page {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
/* .centerpage_title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
} */
.centerpage_title {
  top: 0;
}
.pay_order .list_page {
  bottom: 0;
  height: 114px;
}
.centerpage_title .title_back label {
  width: 16px;
  height: 13px;
  margin-right: 8px;
  cursor: pointer;
}
.centerpage_title .title_back {
  font-size: 16px;
  font-family: 'AlibabaPuHuiTiM';
  font-weight: bold;
  color: #343434;
}
.centerpage_title .title_tab {
  margin-top: 21px;
}
.centerpage_title .title_tab span {
  width: 100px;
  height: 30px;
  border: 1px solid;
  border-radius: 15px;
  border-color: #b5b5b5;
  margin-right: 16px;
}
.centerpage_title .title_tab span.on {
  background-color: #0174d9;
  border-color: #0174d9;
  color: #ffffff;
}
.pay_order .pay_order_list .item {
  font-size: 14px;
  font-weight: 400;
  padding: 9px 0;
  border-bottom: 1px dashed #dcdcdc;
}
.pay_order .pay_order_list .item p {
  margin: 9px 0;
}
.pay_order .pay_order_list .item .item_title span {
  font-size: 16px;
  color: #4d4d4d;
}
.pay_order .pay_order_list .item span {
  color: #808080;
}
.pay_order .pay_order_list .item span.num {
  font-size: 18px;
  color: #353535;
}
.pay_order .pay_order_list .item label {
  color: #808080;
  width: 33.33%;
}

/** 购买页面*/
.pay_ment {
  width: 100%;
  height: auto;
}
.pay_ment .pay_title {
  width: 100%;
  height: 48px;
  background-image: url(../image/vip_pay_bg.png);
  padding: 0 27px;
  padding-left: 55px;
  margin-bottom: 4px;
  margin-top: 10px;
}
.pay_ment .pay_title.large {
  padding: 17px 150px 17px 140px;
  height: 120px;
  background-size: 100% 100%;
}
.pay_ment .pay_title.large .user_panel {
  width: 100%;
  height: 100%;
}
.pay_ment .pay_title.large .user_panel .icon {
  width: 86px;
  height: 86px;
  left: 40px;
}
.pay_ment .pay_title.large .user_panel .user_info {
  height: 100%;
  color: #ffffff;
}
.pay_ment .pay_title.large .user_panel .user_info h5 {
  font-size: 16px;
  font-weight: bold;
}
.pay_ment .pay_title.large .user_panel .user_info p {
  font-size: 14px;
  font-weight: 400;
  margin: 6px 0;
}
.pay_ment .pay_title.large .user_panel .user_info p span i {
  width: 8px;
  height: 14px;
  margin-left: 8px;
}
.pay_ment .pay_title .icon {
  width: 19px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 22px;
}
.pay_ment .pay_title span {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.pay_ment .pay_title span i {
  width: 8px;
  height: 14px;
  margin-left: 8px;
}
.pay_ment .pay_subtitle {
  height: 70px;
}
.pay_ment .pay_subtitle h5 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.pay_ment .pay_subtitle i{
  font-size: 14px;
  color: #999999;
  margin-left: 20px;
}
.pay_ment .pay_subtitle span {
  font-size: 16px;
  font-weight: 400;
  color: #4c4c4c;
  margin-left: 20px;
}
.pay_ment .pay_subtitle span i {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.pay_ment .pay_tab .item {
  min-width: 250px;
  height: 80px;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  position: relative;
  padding-left: 66px;
  margin-right: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.pay_ment .pay_tab .item.on {
  background-image: url(../image/pay_check_icon.png);
}
.pay_ment .pay_tab .item .label {
  width: 66px;
  /* height: 80px; */
  background: #ededed;
  border-radius: 6px 0px 0px 6px;
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  margin: auto;
}
.pay_ment .pay_tab .item .label h5 {
  font-size: 30px;
  font-weight: bold;
  color: #323232;
  line-height: 24px;
  margin-bottom: 4px;
}
.pay_ment .pay_tab .item .label span {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
}
.pay_ment .pay_tab .item .item_cont {
  width: 100%;
  height: 100%;
  padding: 10px;
}
.pay_ment .pay_tab .item .item_cont .price span {
  font-size: 18px;
  font-weight: 400;
}
.pay_ment .pay_tab .item .item_cont .price span:first-of-type {
  margin-right: 6px;
}
.pay_ment .pay_tab .item .item_cont .price span.gray {
  text-decoration: line-through;
  color: #9a9a9a;
}
.pay_ment .pay_tab .item .item_cont .price span.red {
  font-size: 24px;
  font-weight: bold;
  color: #ff3e3e;
}
.pay_ment .pay_tab .item .item_cont .price,
.pay_ment .pay_tab .item .item_cont .low {
  width: 100%;
}
.pay_ment .pay_tab .item .item_cont .price span.red i {
  font-size: 12px;
}
.pay_ment .pay_tab .item .item_cont .low {
  height: 18px;
}
.pay_ment .pay_tab .item .item_cont .low span {
  min-width: 74px;
  height: 18px;
  background: linear-gradient(135deg, #525661, #41495e);
  border-radius: 9px;
  padding: 0 8px;
}
.pay_ment .pay_tab .item .item_cont .low span em {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  background: linear-gradient(135deg, #fde0c4 0%, #e9b37f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pay_ment .pay_subtitle span.btn {
  width: 70px;
  height: 24px;
  background: #41495e;
  border-radius: 12px;
}
.pay_ment .pay_subtitle span.btn em {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  background: linear-gradient(135deg, #fde0c4 0%, #e9b37f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pay_ment .pay_addr_list {
  width: 614px;
  height: 72px;
  background: #ffffff;
  /* border: 1px solid #eeeeee; */
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  /* padding: 14px; */
}
.pay_ment  .pay_addr_list .el-select{
  width: 600px;
}
.pay_ment .pay_type_tab span {
  width: 88px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  margin-right: 24px;
}
.pay_ment .pay_type_tab span i {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #656565;
}
.pay_ment .pay_type_tab span.on {
  background: #dff0ff;
  border-color: #0174d9;
}
.pay_ment .pay_subtitle span.price {
  font-size: 18px;
  font-family: 'AlibabaPuHuiTiR';
  font-weight: 400;
  color: #323232;
}
.pay_ment .pay_subtitle span.price em {
  font-size: 30px;
  font-weight: bold;
  color: #ff5151;
  margin-right: 7px;
}
.pay_ment .pay_fp .fp_check {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 23px;
}
.pay_ment .pay_fp .fp_check label {
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid #666666;
  padding: 3px;
}
.pay_ment .pay_fp .fp_check label.on{
  background-color: #0174d9;
  border-color: transparent;
}
.pay_ment .pay_fp .fp_check label i {
  width: 16px;
  height: 11px;
}
.pay_ment .pay_fp .fp_info {
  width: 614px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  position: relative;
  padding: 0 43px;
}
.pay_ment .pay_fp .fp_info label {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pay_ment .pay_fp .fp_info label:first-of-type {
  left: 17px;
}
.pay_ment .pay_fp .fp_info label:last-of-type {
  right: 17px;
}
.pay_ment .pay_fp .fp_info input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
}
.pay_ment .pay_are {
  padding: 37px 0;
}
.pay_ment .pay_are .btn {
  width: 136px;
  height: 36px;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 400;
}
.pay_ment .pay_are p {
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
  margin: 13px 0;
}
.pay_ment .pay_are p a {
  color: #0174d9;
  cursor: pointer;
}
.pay_ment .pay_are .qr_box p {
  font-size: 14px;
  font-weight: 400;
  color: #656565;
}
.pay_ment .pay_are .qr_box label {
  width: 120px;
  height: 120px;
}

.pay_fp_form .item {
  margin: 16px 0;
}
.pay_fp_form .item label {
  width: 74px;
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}
.pay_fp_form .item label i {
  color: #ff1f1f;
}
.pay_fp_form .item .item_cont {
  width: calc(100% - 74px);
  min-height: 40px;
}
.pay_fp_form .item .item_cont span {
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
}
.pay_fp_form .item .item_cont .select_label {
  width: 100%;
  margin: 0;
}
.pay_fp_form .item .item_cont .input_label {
  width: 100%;
  height: 36px;
  border: 1px solid #eeeeee;
  border-radius: 6px;
}
.pay_fp_form .item .item_cont .input_label input {
  padding: 0 10px;
}
.pay_fp_form .form_sys {
  padding: 48px 0;
}
.pay_fp_form .form_sys .btn {
  width: 140px;
  height: 37px;
  border-radius: 19px;
  font-size: 16px;
  font-weight: 400;
}

/** 入驻表单*/
.settl_form {
  width: 640px;
}
.settl_form .form_title {
  font-size: 22px;
  font-weight: bold;
  color: #0174d9;
}
.settl_form .form_title label {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.settl_form .form_main .row {
  margin: 24px 0;
}
.settl_form .form_main .form_item {
  width: 100%;
  display: inline-block;
}
.settl_form .form_main .form_item .form_item_title {
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 16px;
}
.settl_form .form_main .form_item .form_item_title i {
  color: #ff1f1f;
}
.settl_form .form_main .form_item .form_item_title .tip {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-left: 18px;
}
.settl_form .form_main .form_item .form_item_cont {
  width: 100%;
}
.settl_form .form_main .form_item .form_item_cont .select_label {
  width: 100%;
  margin: 0;
}
.settl_form .form_main .form_item .form_item_cont .select_label > select {
  height: 40px;
  padding: 0 23px;
}
.select_picker {
  height: 40px;
  width: 100%;
}
.select_picker input {
  width: 100%;
  height: 100%;
}
.settl_form .form_main .form_item .form_item_cont .input_label {
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 6px;
}
.settl_form .form_main .form_item .form_item_cont .input_label > input {
  padding: 0 23px;
}
.settl_form .form_main .form_sys {
  padding: 16px 0;
}
.settl_form .form_main .form_sys .btn {
  width: 200px;
  height: 48px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
}

/** 弹层*/
.settl_dialog {
  width: 420px;
  padding: 0 20px;
}
.settle_fix_txt {
  padding: 0 38px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.settl_dialog .form_sys {
  padding: 30px 0;
}
.settl_dialog .form_sys .btn {
  width: 140px;
  height: 37px;
  border-radius: 19px;
  font-size: 16px;
  font-weight: 400;
}
.settle_fix_cont .icon {
  width: 153px;
  height: 112px;
}
.settle_fix_cont p {
  font-size: 14px;
  font-weight: 400;
  color: #444444;
  margin: 7px 0;
}

/** 我要留言*/
.leav_list {
  padding-top: 10px;
}
.leav_btn {
  margin-bottom: 12px;
}
.leav_btn span {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.leav_btn span i {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.leav_list .item {
  width: 100%;
  min-height: 316px;
  background: #ffffff;
  box-shadow: 0px 6px 22px 2px rgba(1, 116, 217, 0.09);
  border-radius: 10px;
  padding: 21px 26px;
  margin: 12px 0;
}
.leav_list .item .leav_item_title {
  margin-bottom: 20px;
}
.leav_list .item .leav_item_title label {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
.leav_list .item .leav_item_title span {
  font-size: 16px;
  font-weight: 400;
  color: #646464;
  margin-left: 24px;
}
.leav_list .item .leav_item_name {
  font-size: 18px;
  font-weight: bold;
  color: #343434;
}
.leav_list .item .leav_item_imglist {
  padding: 20px 0;
}
.leav_list .item .leav_item_imglist label {
  width: 120px;
  height: 120px;
  margin-right: 8px;
}
.leav_list .item .leav_item_tip {
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
}
.leav_list .item .leav_item_tip label {
  color: #0174d9;
}
.leav_form .form_item {
  margin-bottom: 24px;
}
.leav_form .form_item .form_item_cont textarea {
  width: 100%;
  height: 140px;
  padding: 10px 20px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  outline: none;
}
.leav_form .form_item .form_item_cont input {
  width: 100%;
  height: 56px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  padding: 0px 20px;
}
.leav_form .form_item .form_item_tip {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 24px;
}
.leav_form .form_item .form_item_cont .file_list label {
  width: 120px;
  height: 120px;
  margin-right: 16px;
}
.leav_form .form_item .form_item_cont .file_list label i {
  width: 18px;
  height: 18px;
  position: absolute;
  top: -3px;
  right: -3px;
}
.leav_form .form_item .form_sys {
  padding: 30px 0;
}
.leav_form .form_item .form_sys .btn {
  width: 120px;
  height: 40px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
}
/** 会员 支付弹窗*/
.pay_result {
  padding: 15px 0 30px;
}
.pay_result .pay_result_main {
  padding: 0 80px;
}
.pay_result .pay_result_main .label {
  width: 62px;
  height: 76px;
}
.pay_result .pay_result_main .pay_result_cont {
  width: 200px;
  height: auto;
  padding-left: 24px;
  padding-top: 18px;
}
.pay_result .pay_result_main .pay_result_cont h5 {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
}
.pay_result .pay_result_main .pay_result_cont p {
  font-size: 16px;
  font-weight: 400;
  color: #808080;
}
.pay_result .pay_result_main .pay_result_cont p span {
  font-size: 16px;
  color: #ff4545;
}

/** 项目源*/
.proFlow_list .item {
  width: 420px;
  height: auto;
  margin: 15px 0;
  position: relative;
  /* padding-left: 60px; */
  cursor: pointer;
}
.proFlow_list .item .label {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 2px;
  left: 0;
}
.proFlow_list .item .pro_item_cont {
  width: 100%;
  height: auto;
}
.proFlow_list .item .pro_item_cont h5 {
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
  padding-left: 42px;
}
.proFlow_list .item .pro_item_cont p {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin: 6px 0;
}
.desc_txt{
  font-size: 14px;
  color: #999;
  line-height: 30px;
  text-indent: 30px;
}
/** 续费*/
.pay_term_list .item {
  width: 416px;
  height: auto;
  position: relative;
  padding-left: 68px;
  margin: 15px 0;
}
.pay_term_list .item .label {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.pay_term_list .item .term_item_cont h5 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.pay_term_list .item .term_item_cont p {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  margin-top: 9px;
}
.pay_term_list .item .btn {
  width: 60px;
  height: 24px;
  background: #41495e;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.pay_term_list .item .btn i{
  background: linear-gradient(135deg, #fde0c4 0%, #e9b37f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/** 会员升级*/
.pay_ment .pay_subtitle h5 .speed_icon {
  font-size: 20px;
  font-style: oblique;
  font-weight: bold;
  padding-right: 10px;
  color: #ffffff;
  background: linear-gradient(-45deg, #ead1b0, #dfb086, #ead1b0, #ffeedd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vip_leval_list .item {
  margin-bottom: 40px;
}
.vip_leval_list .item:last-of-type {
  margin-bottom: 0;
}
.vip_leval_list .item h5 {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.vip_leval_list .item p {
  color: #666666;
  line-height: 20px;
}
.vip_leval_tab .item {
  width: 280px;
  height: 80px;
  padding: 15px 0;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  padding-left: 82px;
  position: relative;
  cursor: pointer;
  margin-right: 45px;
}
.vip_leval_tab .item.on {
  border-color: #0174d9;
}
.vip_leval_tab .item .label {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
}
.vip_leval_tab .item .item_cont h5 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.vip_leval_tab .item .item_cont p {
  font-size: 16px;
  font-weight: bold;
  color: #ff3e3e;
}
.vip_leval_tab .item .day {
  width: 80px;
  height: 30px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
}

/** 我的项目*/
.filter_tab {
  padding: 24px 0;
}
.filter_tab_item {
  width: 200px;
  margin-right: 24px;
}
.filter_tab_item .select_label {
  width: 100%;
  margin: 0;
}
.filter_tab_item select {
  height: 32px;
}
.filter_tab_item .search_label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  width: 100%;
  height: 32px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  padding-right: 32px;
}
.filter_tab_item .search_label input {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  height: 100%;
  padding-left: 14px;
}
.filter_tab_item .search_label i {
  width: 32px;
  position: absolute;
  top: 1px;
  bottom: 1px;
  margin: auto;
  right: 1px;
}
.mypro_list .item {
  padding: 16px 0;
  padding-left: 124px;
  position: relative;
  border-bottom: 1px dashed #e6e6e6;
  cursor: pointer;
}
.mypro_list .item .label {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.mypro_list .item .label::after {
  content: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ff1e00;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  right: -6px;
}
.mypro_list .item .label.drge::after {
  content: '';
}
.mypro_list .item .label img {
  border-radius: 6px;
}
.mypro_list .item .item_cont {
  min-height: 100px;
}
.mypro_list .item .item_cont h5 {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #1a1a1a;
}
.mypro_list .item .item_cont p {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
.mypro_list .item .item_cont p span {
  display: inline-block;
  width: 306px;
}
.mypro_list .item .item_cont p span.small {
  width: auto;
  float: right;
}

/** 我的项目详情*/
.centerpage_title.pro_top {
  position: relative;
}
.centerpage_title.pro_top .lt_btn {
  width: 96px;
  height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  z-index: 10;
}
.centerpage_title.pro_top .lt_btn::after {
  content: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ff1e00;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 5px;
}
.centerpage_title.pro_top .lt_btn.on::after {
  content: '';
}
.centerpage_title.pro_top .pro_top_tab {
  padding-left: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.centerpage_title.pro_top .pro_top_tab span {
  line-height: 30px;
  margin-right: 70px;
}
.centerpage_title.pro_top .pro_top_tab span:last-of-type {
  margin-right: 0;
}
.pro_info .title {
  height: 72px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  position: relative;
  padding-left: 16px;
}
.pro_info .title::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 18px;
  background: #0174d9;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.pro_info .pro_info_step .item {
  margin: 35px 0;
  padding-left: 60px;
  position: relative;
}
.pro_info .pro_info_step .item:first-of-type {
  margin-top: 0;
}
.pro_info .pro_info_step .item:last-of-type {
  margin-bottom: 0;
}
.pro_info .pro_info_step .item::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 90%;
  border-left: 1px solid #808080;
  position: absolute;
  left: 28px;
  top: 40px;
}
.pro_info .pro_info_step .item:last-of-type::before {
  content: none;
}
.pro_info .pro_info_step .item h5 {
  line-height: 32px;
  position: relative;
  font-weight: bold;
  color: #000000;
}
.pro_info .pro_info_step .item h5 span {
  font-size: 18px;
}
.pro_info .pro_info_step .item h5 label {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -48px;
}
.pro_info .pro_info_step .item p {
  font-size: 16px;
  font-weight: 400;
  color: #808080;
  margin: 5px 0;
}
.pro_info .pro_info_cart {
  margin-left: -14px;
  margin-right: -14px;
}
.pro_info .pro_info_cart .item {
  width: 92px;
  margin: 14px;
}
.pro_info .pro_info_cart .item label {
  width: 60px;
  height: 60px;
  /* border: 1px solid; */
}
.pro_info .pro_info_cart .item label img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.pro_info .pro_info_cart .item p {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  margin-top: 12px;
}
/** 聊天组*/
.filter_tab.no_pad {
  padding: 0;
  padding-top: 10px;
}
.chart_list {
  padding: 4px 0;
}
.chart_list .item {
  padding: 20px 0;
  padding-left: 84px;
  border-bottom: 1px dashed #e6e6e6;
  position: relative;
  cursor: pointer;
}
.chart_list .item .label {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.chart_list .item .label::before {
  content: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ff1e00;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
}
.chart_list .item .label.on::before {
  content: '';
}
.chart_list .item .item_cont h5 {
  font-size: 18px;
  font-weight: 400;
  color: #1a1a1a;
}
.chart_list .item .item_cont p {
  margin-top: 10px;
}
.chart_list .item .item_cont span {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  margin-right: 72px;
}

/**聊天弹框*/
.chart_fix {
  background-color: #f5f5f5;
  border-radius: 10px;
  width: 900px;
}
.chart_fix .fixd_panel_title {
  padding: 0 22px;
  border-bottom: 1px solid #e5e5e5;
}
.chart_fix .fixd_panel_title::before {
  content: none;
}
.chart_fix .fixd_panel_title .title_box {
  padding: 0;
}
.chart_fix .chart_fix_panel {
  width: 100%;
  height: 481px;
}
.chart_fix .chart_fix_panel .item {
  padding: 0 25px;
}
.chart_fix .chart_fix_panel .item .time {
  margin: 12px 0;
}
.chart_fix .chart_fix_panel .item .time i {
  padding: 0 13px;
  height: 26px;
  background: #dcdcdc;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #323232;
}
.chart_fix_panel .item .item_conts {
  padding: 0 59px;
}
.chart_fix_panel .item .item_conts .cont_item {
  position: relative;
  margin-bottom: 20px;
}
.chart_fix_panel .item .item_conts .cont_item .label {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: -59px;
  right: auto;
  border: 1px solid;
}
.chart_fix_panel .item .item_conts .cont_item.my .label {
  left: auto;
  right: -59px;
}
.chart_fix_panel .item .item_conts .cont_item .cont_item_cont h5 {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 10px;
}
.chart_fix_panel .item .item_conts .cont_item .cont_item_cont .txt_are {
  line-height: 46px;
}
.chart_fix_panel .item .item_conts .cont_item .cont_item_cont .txt_are span {
  background: #ffffff;
  border-radius: 0px 12px 12px 12px;
  padding: 14px 25px;
  font-size: 17px;
  font-family: 'Alibaba PuHuiTi';
  font-weight: 400;
  color: #333333;
}
.chart_fix_panel .item .item_conts .cont_item.my .cont_item_cont .txt_are {
  text-align: right;
}
.chart_fix_panel .item .item_conts .cont_item.my .cont_item_cont .txt_are span {
  background: #0174d9;
  border-radius: 12px 0px 12px 12px;
  color: #ffffff;
}
.txt_are label {
  width: 148px;
  height: 148px;
  border-radius: 12px;
}
.chart_text_are {
  width: 100%;
  height: 180px;
  background-color: #ffffff;
  border-radius: 10px;
}
.chart_text_are .sys_tab {
  padding: 18px 24px;
}
.chart_text_are .sys_tab label {
  width: 24px;
  height: 24px;
  margin-right: 18px;
}
.chart_text_are .textare_box {
  width: 100%;
  height: 120px;
  padding: 0 24px;
  padding-bottom: 40px;
}
.chart_text_are .textare_box textarea {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
}
.chart_text_are .textare_box .send_btn {
  width: 82px;
  height: 32px;
  background: #e6e6e6;
  border-radius: 4px;
  font-size: 17px;
  font-family: 'Alibaba PuHuiTi';
  font-weight: 400;
  color: #4b4b4b;
  position: absolute;
  bottom: 8px;
  right: 24px;
}
/** 费用估算*/
.cost_box::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 646px;
  border-left: 1px solid #eceef0;
  position: absolute;
  left: 370px;
  top: 53px;
}
.cost_box .left {
  width: 370px;
  padding-right: 40px;
}
.cost_box .left .form_main .row:first-of-type {
  margin-top: 0;
}
.cost_box .left .form_main .row .input_label {
  position: relative;
}
.cost_box .left .form_main .row .input_label i {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  line-height: 20px;
  right: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.cost_box .left .form_main .row .form_item_cont .tip {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-top: 14px;
}
.cost_box .right {
  width: 440px;
  padding-left: 40px;
}
.cost_box .right .item {
  width: 100%;
  margin-bottom: 15px;
}
.cost_box .right .item.show i {
  transform: rotate(180deg);
}
.cost_box .right .item .title {
  width: 100%;
  height: 40px;
  background: #f0f2f5;
  border-radius: 6px;
  position: relative;
  padding-left: 16px;
  cursor: pointer;
}
.cost_box .right .item .title label {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.cost_box .right .item .title span {
  font-size: 16px;
  font-weight: bold;
  color: #ff4545;
  margin-left: 14px;
}
.cost_box .right .item .title i {
  width: 12px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
}
.cost_box .right .item .item_cont {
  font-weight: 400;
  color: #333333;
  padding-left: 16px;
  /* display: none; */
  height: 0;
  overflow: hidden;
}
.cost_box .right .item.show .item_cont {
  /* display: block; */
  height: auto;
}
.cost_box .right .item .item_cont p {
  font-size: 16px;
  /* line-height: 36px; */
  margin: 10px 0;
}
.cost_box .right .item .item_cont p span {
  color: #ff4545;
  font-weight: 600;
}
/** 个人资料*/
.no_abs {
  position: relative !important;
}
.center_form .row {
  padding: 14px 0;
}
.center_form .row .label {
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
  width: 120px;
}
.file_label label {
  width: 68px;
  height: 68px;
  margin-right: 32px;
}
.file_label label img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.file_label .file_btn {
  width: 80px;
  height: 28px;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
}
.file_label .file_btn input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  cursor: pointer;
}
.center_form .row .row_cont {
  width: 240px;
}
.center_form .row .row_cont.large {
  width: 310px;
}
.center_form .row .row_cont span {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 36px;
}
.center_form .row .input_label {
  width: 100%;
  height: 36px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}
.center_form .row .input_label input {
  text-indent: 16px;
}
.center_form .row .select_label {
  margin: 0;
  width: 100%;
}
.center_form .row .select_label select {
  height: 36px;
}
.empty{
  width: 100%;
}
.empty .empty_icon {
  margin-top: 20%;
  margin-left: 40%;
  transform: translate(-50%, -50%);
}
.empty label {
  width: 237px;
  height: 167px;
}
.empty .empty_icon p {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
.city-picker-input {
  opacity: 0 !important;
  top: -9999px;
  left: -9999px;
  position: absolute;
}

.city-picker-span {
  position: relative;
  display: block;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 1px solid #ccc;
  background-color: #fff;
  color: #ccc;
  cursor: pointer;
  border-radius: 4px;
}

.city-picker-span > .placeholder {
  color: #aaa;
}

.city-picker-span > .arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 10px;
  margin-top: -3px;
  height: 5px;
  /* background: url(../images/drop-arrow.png) -10px -25px no-repeat; */
}

.city-picker-span.focus,
.city-picker-span.open {
  border-color: #46a4ff;
}

.city-picker-span.open > .arrow {
  background-position: -10px -10px;
}

.city-picker-span > .title > span {
  color: #333;
  padding: 5px;
  border-radius: 3px;
}

.city-picker-span > .title > span:hover {
  background-color: #f1f8ff;
}

.city-picker-dropdown {
  position: absolute;
  width: 315px;
  left: -9999px;
  top: -9999px;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 999999;
  display: none;
  min-width: 330px;
  margin-bottom: 20px;
}

.city-select-wrap {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.city-select-tab {
  border-bottom: 1px solid #ccc;
  background: #f0f0f0;
  font-size: 13px;
}

.city-select-tab > a {
  display: inline-block;
  padding: 8px 22px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid transparent;
  color: #4d4d4d;
  text-align: center;
  outline: 0;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: -1px;
}

.city-select-tab > a.active {
  background: #fff;
  border-bottom: 1px solid #fff;
  color: #46a4ff;
}

.city-select-tab > a:first-child {
  border-left: none;
}

.city-select-tab > a:last-child.active {
  border-right: 1px solid #ccc;
}

.city-select-content {
  width: 100%;
  min-height: 10px;
  background-color: #fff;
  padding: 10px 15px;
}

.city-select {
  font-size: 13px;
}

.city-select dl {
  line-height: 2;
  clear: both;
  padding: 3px 0;
  margin: 0;
}

.city-select dt {
  position: absolute;
  width: 2.5em;
  font-weight: 500;
  text-align: right;
  line-height: 2;
}

.city-select dd {
  margin-left: 0;
  line-height: 2;
}

.city-select.province dd {
  margin-left: 3em;
}

.city-select a {
  display: inline-block;
  padding: 0 10px;
  outline: 0;
  text-decoration: none;
  white-space: nowrap;
  margin-right: 2px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

.city-select a:hover,
.city-select a:focus {
  background-color: #f1f8ff;
  border-radius: 2px;
  color: #46a4ff;
}

.city-select a.active {
  background-color: #46a4ff;
  color: #fff;
  border-radius: 2px;
}

/**产品*/
.top{
  padding: 10px 0;
}
.top .title{
  line-height: 60px;
}
.top .title span{
  width: 25px;
  height: 25px;
}
.top .title h5{
  font-size: 18px;
  margin-left: 15px;
}
.top  .add_line{
  margin-top: 10px;
}
.top  .add_line span{
  padding: 5px 10px;
  border-radius: 10px;
}
.top  .add_line i{
  width: 20px;
  margin-right: 10px;
}
.top  .add_line .btn-blue i{
    width: 10px;
    height: 15px;
}
.product_list .product_item{
    height: auto;
}
.product_list .product_item .item_sys_tab{
    padding: 10px;
    z-index: 10;
}
.item_sys_tab span{
  width: auto;
  height: 30px;
  border: 1px solid #b5b5b5;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  padding: 0 15px;
  margin: 0 10px;
  z-index: 10;
}
.form_tip{
  width: 100%;
  height: 40px;
  background: #F5EAEA;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 14px;
  font-family: "Source Han Sans CN";
  font-weight: 400;
  color: #333333;
  margin: 10px 0;
}
.form_tip i{
    width: 18px;
    height: 18px;
    margin-right: 12px;
}
.form_item_title{
font-size: 16px;
font-weight: bold;
color: #1a1a1a;
}
.form_item_title i{
color: #ff1f1f;
}
.form_item_title  .tip{
font-size: 14rpx;
font-weight: 400;
color: #999999;
margin-left: 30px;
}
.el-form-item .el-select,.el-form-item .el-cascader{
width: 100%;
}
.el-form-item .input_label{
-webkit-appearance: none;
background-color: #fff;
background-image: none;
border-radius: 4px;
border: 1px solid #dcdfe6;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #606266;
display: inline-block;
font-size: inherit;
height: 40px;
line-height: 40px;
outline: 0;
padding: 0 15px;
-webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
width: 100%;
}
.el-form-item .el-button{
width: 200px;
}