html {
  background-color: #f5f6fa;
}
.nav .nav_h {
  height: 70px;
}
.info_main {
  padding: 20px;
}
.info_main > div.title {
  padding-left: 112px;
}
.info_main .title .label {
  width: 88px;
  height: 88px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.info_main .title .title_cont {
  height: 88px;
}
.info_main .title .title_cont .cont_title span {
  height: 20px;
  padding: 0 7px;
  font-size: 14px;
}
.info_main .title .title_cont h2 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin: 7px 0;
}
.info_main .title .title_cont .addr {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.info_main .title .title_cont .addr i {
  width: 10px;
  height: 14px;
  margin-right: 6px;
}
.info_main .title .title_cont .cont_btn {
  height: 36px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  position: absolute;
  top: 0;
  right: 0;
}
.info_main .title .title_cont .cont_btn i {
  width: 16px;
  height: 16px;
  margin-right: 7px;
}
.info_main .info_cont {
  padding-top: 14px;
}
.info_main .info_cont .left {
  width: 800px;
}
.info_main .info_cont .right {
  width: 295px;
}
.info_main .info_cont .gray_panel {
  width: 100%;
  /* height: 102px; */
  background: #f5f8fa;
  border-radius: 4px;
  padding: 8px 20px;
}
.info_main .info_cont .gray_panel .item {
  width: 100%;
  margin: 8px 0;
}
.info_main .info_cont .gray_panel .item label {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  margin-right: 13px;
}
.info_main .info_cont .gray_panel .item span {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.info_main .info_cont .gray_panel .item .item_item {
  width: 33.333%;
}
.info_cont .cont_item {
  margin: 20px 0;
}
.info_cont .cont_item .title {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  padding-left: 10px;
  margin-bottom: 6px;
}
.info_cont .cont_item .title::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 14px;
  background: #1a71ff;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.info_cont .cont_item .type_cont span {
  height: 20px;
  padding: 6px;
  font-size: 14px;
  margin-right: 8px;
}
.info_cont .cont_item .server_cont span {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.info_cont .left .cont_item:last-of-type,
.info_cont .right .cont_item:last-of-type {
  margin-bottom: 0;
}
.info_cont .right .cont_item:first-of-type {
  margin-top: 0;
}
.info_cont .cont_item .img-cont {
  margin-top: 14px;
}
.info_cont .cont_item .img-cont label {
  width: 280px;
  height: 186px;
}

.desc .desc_cont {
  padding: 14px 0;
}
.desc .desc_cont p {
  text-indent: 30px;
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.tab_page .tab_title .item {
  position: relative;
  padding: 0 22px;
  width: 160px;
  height: 70px;
  border-right: 1px solid #f5f5f5;
  cursor: pointer;
}
.tab_page .tab_title .item::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.tab_page .tab_title .item.on::after {
  background: #1a71ff;
}
.tab_page .tab_title .item .icon {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.tab_page .tab_title .item .cont h2 {
  font-size: 16px;
  font-weight: bold;
  color: #ffa10e;
}
.tab_page .tab_title .item .cont p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.tab_page .tab_cont .grid_sysline {
  padding: 15px 0;
}
.grid_sysline span {
  width: 200px;
}
.grid_table table {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  flex: 1;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  font-size: 14px;
  color: #606266;
  table-layout: fixed;
  border-collapse: collapse;
}
.grid_table .table_head table {
  border-style: solid solid none solid;
  border-color: #e5e9f5;
  border-width: 1px;
}
.grid_table .table_head table thead {
  background: #f8faff;
}
.grid_table .table_head table thead th {
  height: 48px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.grid_table .table_list table {
  border-style: none none solid solid;
  border-color: #e5e9f5;
  border-width: 1px;
}
.grid_table .table_list table tr {
  border-top: 1px solid #e5e9f5;
}
.grid_table .table_list table tr td {
  border-right: 1px solid #e5e9f5;
  text-align: center;
  white-space: nowrap;
  height: 56px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.grid_table .table_list table tr td a {
  color: #1a71ff;
  cursor: pointer;
}
.tab_cont .list_page {
  padding: 24px 0;
}
/*弹框样式*/
.person_detail {
  width: 520px;
  padding: 0 20px;
}
.person_detail .person_info {
  padding-bottom: 20px;
}
.person_info .item {
  padding: 16px 0;
  border-bottom: 1px solid #edf0f2;
}
.person_info .title span {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
.person_info .title label {
  width: 18px;
  height: 18px;
  margin: 0 10px;
}
.person_info .item .item_title {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.person_info .item .item_cont_item {
  width: 50%;
  padding: 4px 0;
}
.person_info .item .item_cont_item.large {
  width: 100%;
}
.person_info .item .item_cont_item .label {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  margin-bottom: 6px;
}
.person_info .item .item_cont_item .label label {
  width: 18px;
  height: 14px;
  margin-right: 7px;
}
.person_info .item .item_cont_item .txt {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.person_info .item .item_cont_item .txt a {
  color: #1a71ff;
  cursor: pointer;
}
.person_info .item .item_cont_item .txt a label {
  width: 18px;
  height: 18px;
  margin-right: 9px;
}
.person_info .item .item_cont_item .cont label {
  width: 240px;
  height: 174px;
}

/*产品列表*/
.product_list {
  margin-left: -20px;
  margin-right: -20px;
}
.product_list .product_item {
  width: 360px;
  height: 256px;
  background: #ffffff;
  border: 1px solid #e5e9f5;
  border-radius: 8px;
  margin: 10px 20px;
}
.product_item .item_img {
  width: 100%;
  height: 142px;
}
.product_item .item_cont {
  padding: 0 14px;
}
.product_item .item_cont .cont_title span {
  padding: 0 6px;
  height: 20px;
  font-size: 14px;
}
.product_item .item_cont .cont_title {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin: 6px 0;
}
.product_item .item_cont .txt {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
.product_item .item_cont .time {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.product_item .item_cont .time span label {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

/*产品详情*/
.product_top .product_title {
  padding: 10px 0;
  padding-left: 105px;
}
.product_top .product_title .label {
  width: 88px;
  height: 88px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.product_top .product_title .product_title_cont {
  min-height: 88px;
}
.product_top .product_title .product_title_cont h5 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.product_top .product_title .product_title_cont .tab {
  margin: 8px 0;
}
.product_top .product_title .product_title_cont .tab span {
  height: 20px;
  padding: 0 7px;
  font-size: 14px;
  margin-right: 12px;
}
.product_top .product_title .product_title_cont .tab span i {
  width: 10px;
  height: 14px;
  margin-right: 5px;
}
.product_top .product_title .product_title_cont .tab1 span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.product_top .product_title .product_title_cont .tab1 span i {
  color: #ffa61a;
}

.product_main {
  padding: 20px 0 56px;
}
.product_main .left {
  width: 800px;
}
.product_main .right {
  width: 366px;
}
.radius_panel {
  border-radius: 10px;
}
.product_main .left .left_title {
  padding: 20px;
  border-bottom: 1px solid #f5f8fa;
}
.product_main .left .left_title h5 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 14px;
}
.product_main .left .left_title p span {
  height: 20px;
  border-radius: 2px;
  padding: 0 4px;
  margin-right: 14px;
}
.product_main .left .left_title p span i {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.product_main .left .left_title p span.txt {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.product_main .left .left_cont {
  padding: 19px 18px;
  font-size: 14px;
  font-weight: 400;
  color: #4b4b4b;
  line-height: 36px;
  text-indent: 36px;
}
.product_main .left .left_cont img {
  width: 664px;
  height: 326px;
}
.product_main .right .d_panel {
  padding: 0 18px;
}
.product_main .right .d_panel .larg_title {
  margin-left: -18px;
  margin-right: -18px;
}
.product_main .right .product_item {
  border: 1px solid #e5e9f5;
  border-radius: 8px;
}
.product_main .right .product_item .item_img {
  height: 130px;
}
.product_main .right .product_item .item_cont {
  padding-bottom: 10px;
}
.product_main .right .cricle_pagenac {
  padding: 20px 0;
}
.product_main .right .cricle_pagenac label {
  width: 16px;
  height: 16px;
  background: #ebf1f9;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 400;
  color: #4b4b4b;
  margin: 0 6px;
  cursor: pointer;
}
.product_main .right .cricle_pagenac label.on {
  background: #1a71ff;
  color: #ffffff;
}
/*劳务详情*/
.info_main.labour_box {
  padding: 0 20px;
  margin-bottom: 64px;
}
.info_main.labour_box .info_cont {
  padding: 6px 0;
}
.labour_box .labour_box_top {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  border-bottom: 1px dashed #e6e6e6;
}
.labour_box .labour_box_top .left .labour_d_title {
  font-size: 20px;
  font-weight: bold;
  color: #010101;
}
.labour_box .labour_box_top .left p {
  margin-top: 22px;
}
.labour_box .labour_box_top .left p span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-right: 80px;
}
.labour_box .labour_box_top .right {
  min-width: 368px;
  padding-left: 24px;
  padding-right: 15px;
  height: 118px;
  border-left: 1px solid #e6e6e6;
}
.labour_box .labour_box_top .right .labour_status {
  width: 100%;
}
.labour_box .labour_box_top .right .labour_status label {
  width: 122px;
  height: 40px;
}
.labour_box .labour_box_top .right .labour_status span {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-right: 25px;
}
.labour_box .labour_box_top .right .labour_sys {
  width: 100%;
}
.labour_box .labour_box_top .right .labour_sys .labour_sys_num_item {
  margin-right: 35px;
}
.labour_box
  .labour_box_top
  .right
  .labour_sys
  .labour_sys_num_item:last-of-type {
  margin-right: 0;
}
.labour_box .labour_box_top .right .labour_sys .labour_sys_num_item p {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}
.labour_box .labour_box_top .right .labour_sys .labour_sys_num_item span {
  font-size: 16px;
  font-weight: bold;
  color: #feb12b;
}
.labour_box .labour_box_top .right .labour_sys .btn {
  width: 96px;
  height: 32px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.info_main.labour_box .info_cont .cont_item .title {
  font-size: 16px;
  font-weight: bold;
  color: #181818;
}
.info_main.labour_box .info_cont .cont_item .desc_cont {
  font-size: 16px;
  font-weight: 400;
  color: #4b4b4b;
}
.desc_cont .img_list img {
  width: 847px;
  height: 416px;
  margin-bottom: 16px;
}
.desc_cont .img_list img:last-of-type {
  margin-bottom: 0;
}
.desc_cont .file_list .item {
  padding: 6px 0;
  padding-left: 27px;
  cursor: pointer;
}
.desc_cont .file_list .item label {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.desc_cont .file_list .item span {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

.labour_dialog {
  width: 480px;
  padding: 0 20px;
}
.labour_dialog .offer_form {
  padding: 0 10px;
}
.offer_form .offer_item {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 6px 22px 2px rgba(1, 116, 217, 0.09);
  border-radius: 10px;
  margin: 16px 0;
}
.offer_form .offer_item .select_are select {
  /*清除select的边框样式*/
  border: none;
  /*清除select聚焦时候的边框颜色*/
  outline: none;
  /*将select的宽高等于div的宽高*/
  width: 100%;
  height: 50px;
  line-height: 50px;
  /*隐藏select的下拉图标*/
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /*通过padding-left的值让文字居中*/
  padding-left: 20px;
  background-color: transparent;
}
.offer_form .offer_item .select_are,
.offer_form .offer_item .input_label {
  width: 100%;
  position: relative;
}
.offer_form .offer_item .select_are:after {
  content: '';
  width: 14px;
  height: 8px;
  background: url(../image/sanjiao_down_icon.png) no-repeat center;
  /*通过定位将图标放在合适的位置*/
  position: absolute;
  right: 20px;
  top: 50%;
  /*给自定义的图标实现点击下来功能*/
  pointer-events: none;
  transform: translateY(-50%);
}
.offer_form .offer_item .input_label {
  padding-right: 50px;
}
.offer_form .offer_item .input_label input {
  border: none;
  outline: none;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  width: 100%;
  padding-left: 20px;
}
.offer_form .offer_item .input_label i {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.labour_dialog .form_sys {
  margin: 64px 0 35px;
}
.labour_dialog .form_sys .btn {
  width: 140px;
  height: 37px;
  border-radius: 19px;
  font-size: 16px;
  font-weight: 400;
}
.labour_dialog .offer_info {
  text-align: center;
}
.labour_dialog .offer_info h5 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-top: 87px;
  margin-bottom: 24px;
}
.labour_dialog .offer_info p {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.labour_dialog .offer_info .price {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.labour_dialog .offer_info .price strong {
  font-size: 30px;
  font-weight: bold;
  color: #0174d9;
  margin-right: 5px;
}

/** 项目详情*/
.pro_top_cont {
  padding: 9px 0 11px;
}
.pro_top_cont .main h5 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.pro_top_cont .main .step {
  overflow: hidden;
  margin: 16px 0;
}
.pro_top_cont .main .step span {
  padding: 0 23px;
  height: 24px;
  background: #e5efff;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  position: relative;
}
.pro_top_cont .main .step span.on {
  background-color: #1a70ff;
  color: #ffffff;
}
.pro_top_cont .main .step span i {
  width: 0;
  height: 0;
  border-left: 12px solid #ffffff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -12px;
  z-index: 1;
}
.pro_top_cont .main .step span i::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 12px solid #e5efff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 2px;
}
.pro_top_cont .main .step span.on i::before {
  border-left: 10px solid #1a70ff;
}
.pro_top_cont .main .tab span {
  height: 20px;
  border-radius: 4px;
  padding: 0 7px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
}
.pro_top_cont .main .tab label {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}
.pro_top_cont .main .tab label i {
  width: 16px;
  height: 14px;
  margin-right: 8px;
}
.pro_top_cont .rit .gray {
  width: 72px;
  height: 32px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 23px;
}
.pro_top_cont .rit .gray i {
  width: 16px;
  height: 16px;
  margin-right: 7px;
}
.pro_top_cont .rit .btn-blue {
  width: 128px;
  height: 40px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
}
.pro_main .main_tab {
  padding: 8px 0 14px;
}
.pro_main .main_tab span {
  height: 40px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-right: 99px;
  cursor: pointer;
}
.pro_main .main_tab span::after {
  content: '';
  width: 58px;
  display: inline-block;
  position: absolute;
  left: 7px;
  bottom: 0;
  height: 4px;
  background-color: transparent;
  border-radius: 2px;
}
.pro_main .main_tab span.on {
  color: #2b7afe;
}
.pro_main .main_tab span.on::after {
  background-color: #2b7afe;
}
.pro_main .pro_container {
  margin-bottom: 57px;
}
.pro_main .pro_container .left {
  width: 800px;
}
.pro_main .pro_container .info_cont {
  padding-bottom: 9px;
}
.pro_main .pro_container .items {
  width: 33.33%;
}
.pro_main .pro_container .items .server_cont span {
  width: 100%;
  line-height: 36px;
}
.pro_main .pro_container .items.large {
  width: 100%;
}
.pro_main .pro_container .right {
  width: 366px;
}
.pro_main .pro_container .items .file_list li {
  line-height: 36px;
}
.pro_main .pro_container .items .file_list li em {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.pro_main .pro_container .items .file_list li label {
  width: 16px;
  height: 18px;
  margin-right: 10px;
}
.pro_main .pro_container .step_panel {
  padding: 15px 0 30px;
}
.pro_main .pro_container .step_panel_main .item {
  padding: 15px 0;
  padding-left: 36px;
}
.pro_main .pro_container .step_panel_main .item::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  border-left: 1px solid #d8d8d8;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
}
.pro_main .pro_container .step_panel_main .item i {
  width: 18px;
  height: 18px;
  background: #2b7afe;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #fefefe;
}
.pro_main .pro_container .step_panel_main .item .item_title {
  font-size: 14px;
  font-weight: 400;
  color: #a6a6a6;
  line-height: 18px;
}
.pro_main .pro_container .step_panel_main .item .item_title span {
  margin-left: 19px;
}
.pro_main .pro_container .step_panel_main .item .item_text {
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
  margin-top: 9px;
}
.pro_main .pro_container .pro_contact .item_subTitle h5 {
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.pro_main .pro_container .pro_contact .item_subTitle h5 label {
  width: 40px;
  height: 20px;
  border-radius: 4px;
  margin-left: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.pro_main .pro_container .pro_contact .item_subTitle h5 label.blue {
  background-color: #2b7afe;
}
.pro_main .pro_container .pro_contact .item_subTitle h5 label.yell {
  background-color: #feb12b;
}
.pro_main .pro_container .pro_contact .item_subTitle p {
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
}
.page_text .item {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 36px;
  cursor: pointer;
}
.page_text .item label {
  width: 56px;
  height: 20px;
  background-color: #bebebe;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #fffefe;
  margin-right: 14px;
}
.page_text .item.on {
  color: #333333;
}
.page_text .item.on label {
  background-color: #2b7afe;
}
.pro_main .pro_container .right .rit_title {
  position: relative;
  padding-left: 14px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.pro_main .pro_container .right .rit_title::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 16px;
  background: #1a71ff;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.pro_main .pro_container .right .rit_pro_list .item {
  width: 366px;
  height: 190px;
  background: #ffffff;
  border-radius: 6px;
  margin: 16px 0;
}
.pro_main .pro_container .right .rit_pro_list .item .item_title {
  width: 100%;
  height: 42px;
  padding: 0 14px;
  padding-left: 58px;
  border-bottom: 1px solid #f2f2f2;
}
.pro_main .pro_container .right .rit_pro_list .item .item_title label {
  width: 36px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 14px;
}
.pro_main .pro_container .right .rit_pro_list .item .item_title p {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.pro_main .pro_container .right .rit_pro_list .item .item_cont {
  padding: 16px 14px;
}
.rit_pro_list .item .item_cont .item_cont_title {
  padding-left: 14px;
}
.rit_pro_list .item .item_cont .item_cont_title::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 16px;
  background: #2b7afe;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.rit_pro_list .item .item_cont .item_cont_title label {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.rit_pro_list .item .item_cont .item_cont_title span {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}
.rit_pro_list .item .item_cont .item_cont_title span i {
  width: 16px;
  height: 14px;
  margin-right: 8px;
}
.rit_pro_list .item .item_cont .item_cont_txt {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  margin: 14px 0;
}
.rit_pro_list .item .item_cont .item_cont_tab {
  margin: 10px 0;
}
.rit_pro_list .item .item_cont .item_cont_tab span {
  height: 20px;
  border-radius: 4px;
  padding: 0 7px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
}
.rit_pro_list .item .item_cont .item_cont_tip span {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}
.rit_pro_list .item .item_cont .item_cont_tip label {
  width: 16px;
  height: 16px;
}
