﻿@import "../fonts/iconfont.css";

* {
  padding: 0;
  margin: 0;
}
body {
  background-color: #f8f8f8 !important;
  font-family: 'Microsoft Yahei', Arial, Helvetica, sans-serif;
  min-width: 1024px;
}
a {
  text-decoration: none !important;
  color: #999;
  cursor: pointer;
}
@-webkit-keyframes slidetounlock {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: 200px 0;
  }
}
.revise_dropdown-menu {
  min-width: unset;
  font-size: 0.65rem;
  width: 5.5rem;
  text-align: center;
  top: 0.2rem;
}
.revise_dropdown-menu a {
  color: #444;
  padding: 0.2rem 0;
  display: block;
}
a:hover {
  color: #dc251d !important;
}
.laster_nav:hover .laster_nav > a:nth-child(1) {
    color: #dc251d !important;
}
.open {
  display: block !important;
}
.off {
  display: none !important;
}
.select {
  color: #dc251d !important;
}
.prompt_box {
    position: fixed;
    height: 2.2rem;
    width: auto;
    text-align: center;
    top: 50%;
    margin-top: -1.1rem;
    left: 50%;
    margin-left: -3rem;
    font-size: 0.6rem;
    background-color: #000000b5;
    color: #fff;
    line-height: 2.2rem;
    z-index: 3;padding:0px 5px;
}
.border_select {
  border-color: #66afe9 !important;
}
.page_visited {
    font-weight: bold !important;
    color: #999999 !important;
}
.head_nav {
  padding: 0.5rem 3rem;
  font-size: 0.6rem;
  color: #999;
  background-color: #fff;
  margin: unset !important;
}
.head_nav .head_nav_right {
  display: flex;
  align-items: center;
}
.head_nav .head_nav_right .head_nav_bth {
  padding: 0 0.5rem;
  color: #999;
  text-decoration: none !important;
  cursor: pointer;
}
.head_nav .head_nav_right .item_left {
  display: none;
  position: absolute;
  top: 1.38rem;
  left: 0;
  background-color: #fff;
  z-index: 100;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.1);
}
.head_nav .head_nav_right .item_left .local_city {
  font-size: 0.6rem;
  padding: 0.8rem 0.6rem 0 0.6rem;
}
.head_nav .head_nav_right .item_left .local_city span {
  font-size: 0.65rem;
  color: #666;
  margin-left: 0.25rem;
}
.head_nav .head_nav_right .item_left .city_catalogue_nav {
  display: flex;
  justify-content: flex-start;
  font-size: 0.7rem;
  padding: 0.3rem 0.6rem;
  margin-bottom: 0;
  cursor: pointer;
  padding: 0.6rem;
}
.head_nav .head_nav_right .item_left .city_catalogue_nav .city_nav {
  position: relative;
  list-style-type: none;
  margin-right: 0.2rem;
  padding: 0 0.1rem;
}
.head_nav .head_nav_right .item_left .city_catalogue_nav .city_nav a {
  color: #333;
  text-decoration: none;
  position: relative;
  z-index: 9;
  font-size: 0.6rem;
}
.head_nav .head_nav_right .item_left .city_catalogue_nav .city_nav:before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 0;
  height: 100%;
  border-bottom: 2px solid #0057ff;
  transition: 0.2s all linear;
}
.head_nav .head_nav_right .item_left .city_catalogue_nav .city_nav:hover::before {
  width: 100%;
}
.head_nav .head_nav_right .item_left .city_contents {
  padding: 0.6rem;
  width: 100%;
  height: 15rem;
  overflow-y: scroll;
  background-color: #f5f5f5;
  position: relative;
}
.head_nav .head_nav_right .item_left .city_contents .item_city {
  display: flex;
  flex-direction: column;
}
.head_nav .head_nav_right .item_left .city_contents .item_city dl {
  margin-bottom: 0.4rem;
}
.head_nav .head_nav_right .item_left .city_contents .item_city dl dt {
  padding: 0 0.5rem;
  height: 1.2rem;
  line-height: 1.2rem;
  font-weight: bold;
}
.head_nav .head_nav_right .item_left .city_contents .item_city dl dd a {
  float: left;
  width: 4rem;
  height: 1.4rem;
  line-height: 1.4rem;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  color: #666;
  text-align: center;
  margin: 0.25rem;
  cursor: pointer;
}
.head_nav .head_nav_left {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.head_nav .head_nav_left .head_nav_bth {
  padding: 0 0.5rem;
  color: #999;
  text-decoration: none !important;
  cursor: pointer;
}
@keyframes myfirst {
  0% {
    top: 0.5rem;
  }
  10% {
    top: 1rem;
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn_zuojiantou,
.btn_youjiantou {
  color: #999;
  font-size: 1.3rem;
}
.btn_next {
  right: -2.5rem;
}
.btn_prev {
  left: -2.5rem;
}
.change_col6 {
  float: left;
  padding: 0 0.8rem;
}
.table_v::-webkit-scrollbar-track-piece {
  background-color: #f8f8f8;
}
.table_v::-webkit-scrollbar {
  width: 2px;
  height: 10px;
}
.table_v::-webkit-scrollbar-thumb {
  background-image: radial-gradient(73% 147%, #f1e7e7 59%, #f7ece8 100%), radial-gradient(91% 146%, rgba(255, 255, 255, 0.5) 47%, rgba(0, 0, 0, 0.5) 100%);
  background-blend-mode: screen;
  border-radius: 5px;
  min-height: 28px;
}
.other_v::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), radial-gradient(at top center, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.4) 120%) #989898;
  background-blend-mode: multiply, multiply;
  border-radius: 5px;
  min-height: 28px;
}
.catalog_content ul::-webkit-scrollbar {
  display: none;
}
input:-internal-autofill-selected {
  background-color: none !important;
}
.advert_place {
  position: relative;
  height: 2rem;
  cursor: pointer;
}
.advert_place img {
  height: 100%;
  cursor: pointer;
}
.advert_place .off_advert {
  position: absolute;
  top: 0;
  right: 3.5rem;
  height: 2rem;
}
.advert_place .off_advert span {
  border-radius: 50%;
  background-color: #430101;
  color: #fff;
  font-size: 1.2rem;
  line-height: 2rem;
}
.navAndTurntableAndBtn {
  padding: 0.5rem 3rem;
  height: 21.5rem;
  display: flex;
  margin: unset !important;
}
.navAndTurntableAndBtn .nav_left_index {
  padding: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}
.navAndTurntableAndBtn .nav_left_index .head_nav_n_l_i {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #dc251d;
}
.navAndTurntableAndBtn .nav_left_index .head_nav_n_l_i span {
  width: 50%;
  display: block;
  text-align: center;
  font-size: 0.7rem;
  padding: 0.26rem 0px;margin-bottom:1px;
}
.navAndTurntableAndBtn .nav_left_index .head_nav_n_l_i span:nth-child(1) {
  background-color: #dc251d;
  color: #fff;
}
.navAndTurntableAndBtn .nav_left_index .contents_n_l_ .content_n_l_ .nav_left_Law {
  padding: 0rem 1rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.navAndTurntableAndBtn .nav_left_index .contents_n_l_ .content_n_l_ .nav_left_Law .firstNav_leftLaw {
  border-bottom: 1px solid #ebedef;
  padding-top: 0.2rem;
  padding-bottom: 0.1rem;
  font-size: 0.65rem;
  font-weight: bold;
  cursor: pointer;
}
.navAndTurntableAndBtn .nav_left_index .contents_n_l_ .content_n_l_ .nav_left_Law .firstNav_leftLaw span:nth-child(1) {
  padding: 0 0.25rem;
}
.navAndTurntableAndBtn .nav_left_index .contents_n_l_ .content_n_l_ .nav_left_Law .firstNav_leftLaw a {
  color: #333;
}
.navAndTurntableAndBtn .nav_left_index .contents_n_l_ .content_n_l_ .nav_left_Law .secondaryNav_leftLaw {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
  padding-left: 0.6rem;
  cursor: pointer;
}
.navAndTurntableAndBtn .nav_left_index .contents_n_l_ .content_n_l_ .nav_left_Law .secondaryNav_leftLaw span {
  height: 0;
  width: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border-color: transparent transparent transparent #666;
  border-style: solid dashed dashed dashed;
  border-width: 0.22rem;
}
.navAndTurntableAndBtn .nav_left_index .contents_n_l_ .content_n_l_ .nav_left_Law .secondaryNav_leftLaw a {
  color: #666;
  font-size: 0.6rem;
  margin-left: 0.2rem;
  text-decoration: none;
}
.new_Law .left_Law .nav_left_Law .secondaryNav_leftLaw a.active {
    color: #f00;
    font-size: 0.6rem;
    margin-left: 0.2rem;
    text-decoration: none;
}
.layui-icon-list{height:30px;width:2px;background:rgb(230,0,18);padding:1px;margin-right:15px;}
.navpath::before {
    content: '';
    width: 40px;
    height: 4px;
    position: absolute;
    background: rgb(230,0,18);
    margin-top: 30px;
}
.navAndTurntableAndBtn .nav_left_index .contents_n_l_ .content_n_l_:nth-child(1) {
    list-style: none;
    margin-top: 1.5rem;
}
.navAndTurntableAndBtn .nav_left_index .contents_n_l_ .content_n_l_:nth-child(2) {
    display: none;

}
    .navAndTurntableAndBtn .nav_left_index .contents_n_l_ .content_n_l_:nth-child(1) li {
        margin: 1rem 1.2rem;
        height: 42px;
        line-height: 42px;padding-bottom:70px;
        list-style: none;border-bottom:solid 2px rgb(226,226,226);
    }
        .navAndTurntableAndBtn .nav_left_index .contents_n_l_ .content_n_l_:nth-child(1) li i {
            display: inline-block;
            width: 50px;
            height: 52px;
            float: left;
           
        }
            .navAndTurntableAndBtn .nav_left_index .contents_n_l_ .content_n_l_:nth-child(1) li i.type_01 {
                background: url(../images/type_01.png) no-repeat;
                background-size: 80%;
            }
            .navAndTurntableAndBtn .nav_left_index .contents_n_l_ .content_n_l_:nth-child(1) li i.type_02 {
                background: url(../images/type_02.png) no-repeat;
                background-size: 80%;
            }
            .navAndTurntableAndBtn .nav_left_index .contents_n_l_ .content_n_l_:nth-child(1) li i.type_03 {
                background: url(../images/type_03.png) no-repeat;
                background-size: 80%;
            }
            .navAndTurntableAndBtn .nav_left_index .contents_n_l_ .content_n_l_:nth-child(1) li i.type_04 {
                background: url(../images/type_04.png) no-repeat;
                background-size: 80%;
            }

        .navAndTurntableAndBtn .nav_left_index .contents_n_l_ .content_n_l_:nth-child(1) li a {
            font-size: 0.55rem;padding-left:10px;
            display: inline-block;
            font-weight: 800;
            height: 42px;
            color: #333;margin:0;
        }

.navAndTurntableAndBtn .col-9 .turntableAndBtn {
  height: 12rem;
  display: flex;
}
.navAndTurntableAndBtn .col-9 .turntableAndBtn .turntable {
  height: 100%;
  overflow: hidden;
}
.navAndTurntableAndBtn .col-9 .turntableAndBtn .turntable div {
  height: 100%;
}
.navAndTurntableAndBtn .col-9 .turntableAndBtn .turntable div img {
  height: 100%;
}
.navAndTurntableAndBtn .col-9 .turntableAndBtn .service_products {
  background-color: #eee;
  padding: 0.4rem 0.5rem;
  height: 100%;
}
.navAndTurntableAndBtn .col-9 .turntableAndBtn .service_products .sevice_products_title {
  font-size: 0.7rem;
  color: #333;
  height: 1rem;
  margin-left: 0.4rem;
  font-weight: bold;
}
.navAndTurntableAndBtn .col-9 .turntableAndBtn .service_products .products_contents {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.65rem;
  height: 10.2rem;
  margin: 0;
  align-items: baseline;
  padding: 0.25rem 0.1rem;
}
.navAndTurntableAndBtn .col-9 .turntableAndBtn .service_products .products_contents li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 4.85rem;
  width: 33%;
  cursor: pointer;
}
.navAndTurntableAndBtn .col-9 .turntableAndBtn .service_products .products_contents li span:nth-child(1) {
  font-size: 1.1rem;
  color: white;
  padding: 0.1rem 0.35rem;
  border: 2px solid white;
  border-radius: 10px;
  background: #77cbe8;
  height: auto;
}
.navAndTurntableAndBtn .col-9 .turntableAndBtn .service_products .products_contents li span:nth-child(2) {
  margin-top: 0.3rem;
  font-size: 0.6rem;
}
.navAndTurntableAndBtn .col-9 .hotAndSumbit {
  height: 7.75rem;
  margin-top: 0.75rem;
  display: flex;
}
.navAndTurntableAndBtn .col-9 .hotAndSumbit .Sumbit_consult {
  height: 100%;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 0.1rem 1.8rem 0 1.8rem;
}
.navAndTurntableAndBtn .col-9 .hotAndSumbit .Sumbit_consult #focus_div {
  border-bottom: 2px solid #eee;
  padding: 0.5rem 0px;
}
.navAndTurntableAndBtn .col-9 .hotAndSumbit .Sumbit_consult #focus_div .input-test {
  width: 100%;
  border: none;
  outline: none;
}
.navAndTurntableAndBtn .col-9 .hotAndSumbit .Sumbit_consult #focus_div .input-test::-webkit-input-placeholder {
  color: #bbb;
  font-size: 0.7rem;
}
.navAndTurntableAndBtn .col-9 .hotAndSumbit .Sumbit_consult #focus_div .input-test::-moz-placeholder {
  color: #bbb;
  font-size: 0.7rem;
}
.navAndTurntableAndBtn .col-9 .hotAndSumbit .Sumbit_consult #focus_div .input-test:-ms-input-placeholder {
  color: #bbb;
  font-size: 0.7rem;
}
.navAndTurntableAndBtn .col-9 .hotAndSumbit .Sumbit_consult .submit_bth {
  font-size: 0.65rem;
  margin: 0.68rem 0px;
  background-color: #dc251d;
  color: #fff;
  border-radius: 20px;
  border: none;
}
.navAndTurntableAndBtn .col-9 .hotAndSumbit .Sumbit_consult .hot_size {
  color: #999;
  font-size: 0.6rem;
}
.navAndTurntableAndBtn .col-9 .hotAndSumbit .Sumbit_consult .hot_size a {
  color: #999;
  margin-left: 0.5rem;
  font-size: 0.6rem;
  text-decoration: none;
}
.navAndTurntableAndBtn .col-9 .hotAndSumbit .hot_knownledge {
  background-color: #eee;
  padding: 0.6rem 0.8rem 0.6rem 0.5rem;
  height: 100%;
}
.navAndTurntableAndBtn .col-9 .hotAndSumbit .hot_knownledge div {
  font-size: 0.7rem;
  color: #333;
  font-weight: bold;
  margin-left: 0.4rem;
}
.navAndTurntableAndBtn .col-9 .hotAndSumbit .hot_knownledge .knownledge_contents {
  padding: 0;
  margin-left: 0.5rem;
  color: #666;
}
.navAndTurntableAndBtn .col-9 .hotAndSumbit .hot_knownledge .knownledge_contents li {
  font-size: 0.6rem;
  margin: 0.45rem 0px;
  display: flex;
  align-items: center;
  list-style: none;
  height: 1.1rem;
  line-height: 1.1rem;
  cursor: pointer;
}
.navAndTurntableAndBtn .col-9 .hotAndSumbit .hot_knownledge .knownledge_contents li a {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navAndTurntableAndBtn .col-9 .hotAndSumbit .hot_knownledge .knownledge_contents li a span:nth-child(1) {
  padding: 0 0.225rem;
  background: #9195a3;
  margin-right: 0.4rem;
  color: #fff;
  max-width: 0.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
}
.navAndTurntableAndBtn .col-9 .hotAndSumbit .hot_knownledge .knownledge_contents li:nth-child(1) a span:nth-child(1) {
  background-color: #fe2d46;
}
.navAndTurntableAndBtn .col-9 .hotAndSumbit .hot_knownledge .knownledge_contents li:nth-child(2) a span:nth-child(1) {
  background-color: #f60;
}
.navAndTurntableAndBtn .col-9 .hotAndSumbit .hot_knownledge .knownledge_contents li:nth-child(3) a span:nth-child(1) {
  background-color: #faa90e;
}
.new_informationAndCase {
  margin: 0px 3rem 0px 3rem;
  padding: 1.5rem 2rem;
  background-color: #fff;
}
.new_informationAndCase .new_i_c {
  padding: unset;
  padding-right: 2rem;
}
.new_informationAndCase .new_i_c .little_new_i_c {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 2px dotted #ebedef;
  padding-bottom: 0.5rem;
}
.new_informationAndCase .new_i_c .little_new_i_c span {
  font-size: 0.7rem;
  color: #333;
  font-weight: bold;
}
.new_informationAndCase .new_i_c .little_new_i_c span::before {
  content: ' ';
  width: 0.25rem;
  height: 0.5rem;
  display: inline-block;
  background-color: #dc251d;
  margin-right: 0.3rem;
}
.new_informationAndCase .new_i_c .little_new_i_c a {
  font-size: 0.6rem;
  color: #0057ff;
  text-decoration: none;
}
.new_informationAndCase .new_i_c .contents_new_i_c {
  list-style: none;
  padding-top: 0.5rem;
}
.new_informationAndCase .new_i_c .contents_new_i_c li {
  display: flex;
  align-items: center;
  margin-bottom: 0.46rem;
}
.new_informationAndCase .new_i_c .contents_new_i_c li img {
  width: 6.8rem;
  min-width: 6.8rem;
  height: 3.8rem;
}
.new_informationAndCase .new_i_c .contents_new_i_c li div {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  overflow: hidden;
}
.new_informationAndCase .new_i_c .contents_new_i_c li div a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-weight: bold;
  font-size: 0.65rem;
  margin-bottom: 0.2rem;
}
.new_informationAndCase .new_i_c .contents_new_i_c li div span {
  color: #666;
  font-size: 0.6rem;
  line-height: 1rem;
  height: 3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.consult_shadow_pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.consult_shadow_pop .inner_consult_pop {
  width: 60%;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
}
.consult_shadow_pop .inner_consult_pop div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  font-size: 0.65rem;
  border-bottom: 1px solid #ccd0d7;
  height: 2.5rem;
  padding: 1rem 1rem 0.5rem 1rem;
  color: #666;
}
.consult_shadow_pop .inner_consult_pop div:nth-child(1) span:nth-child(2) {
  font-size: 0.7rem;
  cursor: pointer;
}
.consult_shadow_pop .inner_consult_pop div:nth-child(2) {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  align-items: center;
}
.consult_shadow_pop .inner_consult_pop div:nth-child(2) img {
  width: 10rem;
  height: 10rem;
}
.consult_shadow_pop .inner_consult_pop div:nth-child(2) span {
  font-size: 0.65rem;
  color: #666;
}
.consult_shadow_pop .inner_consult_pop div:nth-child(3) {
  height: 2.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-top: 1px solid #ccd0d7;
  padding-right: 1rem;
}
.consult_shadow_pop .inner_consult_pop div:nth-child(3) button {
  border: none;
  font-size: 0.65rem;
  padding: 0.2rem 0.5rem;
  height: 1.4rem;
}
.fixed_right {
  position: fixed;
  right: 0;
  top: 0;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
  width: 2.5rem;
  z-index: 999;
}
.fixed_right .ul_fixed_right {
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.fixed_right .ul_fixed_right li {
  position: relative;
  width: 100%;
  text-align: center;
  height: 2.5rem;
  line-height: 2.5rem;
  background-color: #f8f8f8;
  color: #63afee;
  margin: 0.25rem 0;
}
.fixed_right .ul_fixed_right li:hover {
  color: white;
  background-color: #63afee;
}
.fixed_right .ul_fixed_right li .log {
  width: 16rem;
  height: 12.2rem;
  background-color: #fff;
  top: 0;
  position: absolute;
  right: 2.5rem;
  padding: 0px 1rem 0.5rem 1rem;
  display: none;
  flex-direction: column;
  box-shadow: -2px 0px 1px 1px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.fixed_right .ul_fixed_right li .log .log_on {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.25rem;
}
.fixed_right .ul_fixed_right li .log .log_on span:nth-child(1) {
  color: #333;
  font-size: 0.7rem;
}
.fixed_right .ul_fixed_right li .log .log_on span:nth-child(2) {
  color: #fff;
  background: #dddddd;
  height: 0.8rem;
  width: 0.8rem;
  line-height: 0.8rem;
  border-radius: 50%;
  cursor: pointer;
}
.fixed_right .ul_fixed_right li .log .input-v {
  display: flex;
  flex-direction: column;
  line-height: unset;
}
.fixed_right .ul_fixed_right li .log .input-v input {
  width: 100%;
  height: 1.7rem;
  padding: 0.3rem 0.6rem;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.fixed_right .ul_fixed_right li .log .input-v input:nth-child(2) {
  margin-top: 0.25rem;
}
.fixed_right .ul_fixed_right li .log .input-v input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
}
.fixed_right .ul_fixed_right li .log .input-v input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
  font-size: 0.7rem;
  vertical-align: text-top;
}
.fixed_right .ul_fixed_right li .log .input-v input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  font-size: 0.7rem;
  vertical-align: text-top;
}
.fixed_right .ul_fixed_right li .log .input-v input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  font-size: 0.7rem;
  vertical-align: text-top;
}
.fixed_right .ul_fixed_right li .log .input-v input::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
  font-size: 0.7rem;
  vertical-align: text-top;
}
.fixed_right .ul_fixed_right li .log .log_register {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fixed_right .ul_fixed_right li .log .log_register div:nth-child(1) {
  display: flex;
  align-items: center;
}
.fixed_right .ul_fixed_right li .log .log_register div:nth-child(1) input {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.25rem;
}
.fixed_right .ul_fixed_right li .log .log_register div:nth-child(1) span {
  color: #333;
  font-size: 0.6rem;
}
.fixed_right .ul_fixed_right li .log .log_register div:nth-child(2) {
  color: #666;
  font-size: 0.7rem;
}
.fixed_right .ul_fixed_right li .log .log_button {
  background-color: #63afee;
  color: #fff;
  width: 100%;
  border: none;
  height: 2.1rem;
  line-height: 2.1rem;
  font-size: 0.7rem;
}
.fixed_right .ul_fixed_right li .submit_consult {
  display: flex;
  width: 16rem;
  height: 16.5rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 2.5rem;
  padding-bottom: 0.5rem;
  flex-direction: column;
  box-shadow: -2px 0px 1px 1px rgba(0, 0, 0, 0.1);
  z-index: 98;
  color: #fff;
  font-size: 0.7rem;
}
.fixed_right .ul_fixed_right li .submit_consult .consult_title {
  display: flex;
  justify-content: space-between;
  background-color: #63afee;
  padding: 0 1rem;
  height: 2.5rem;
}
.fixed_right .ul_fixed_right li .submit_consult .consult_title div:nth-child(2) span {
  cursor: pointer;
}
.fixed_right .ul_fixed_right li .submit_consult .consult_content {
  padding: 1rem 0.75rem 0px 0.75rem;
}
.fixed_right .ul_fixed_right li .submit_consult .consult_content textarea {
  width: 13.5rem;
  height: 8.9rem;
  padding: 0.5rem 0.45rem;
  outline: none;
  border: 1px solid #ddd;
  resize: none;
  line-height: 1.2rem;
  letter-spacing: 2px;
}
.fixed_right .ul_fixed_right li .submit_consult .submit_consult_button {
  padding: 0 20px;
}
.fixed_right .ul_fixed_right li .submit_consult .submit_consult_button button {
  background-color: #63afee;
  color: #fff;
  width: 100%;
  border: none;
  outline: none;
  height: 1.9rem;
  line-height: 1.9rem;
}
.fixed_right .ul_fixed_right li .wx_sweep {
  background-color: #63afee;
  width: 16rem;
  height: 16rem;
  margin: 0;
  display: none;
  position: absolute;
  top: 0;
  right: 2.5rem;
  padding-bottom: 0.5rem;
  flex-direction: column;
  box-shadow: -2px 0px 1px 1px rgba(0, 0, 0, 0.1);
  z-index: 98;
  color: #fff;
  font-size: 0.7rem;
}
.fixed_right .ul_fixed_right li .wx_sweep .wx_sweep_title {
  color: white;
  font-size: 0.7rem;
  height: 2.5rem;
}
.fixed_right .ul_fixed_right li .wx_sweep .wx_sweep_content {
  height: 13.5rem;
  width: 16rem;
  padding: 0px 20px 20px 20px;
  background-color: #63afee;
}
.fixed_right .ul_fixed_right li .wx_sweep .wx_sweep_content div {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  align-items: center;
  width: 14rem;
  height: 12.5rem;
  justify-content: center;
}
.fixed_right .ul_fixed_right li .wx_sweep .wx_sweep_content div img {
  width: 7.5rem;
  height: 7.5rem;
}
.fixed_right .ul_fixed_right li .wx_sweep .wx_sweep_content div span {
  color: #666;
}
.fixed_right .ul_fixed_right li .sumbit_opinion {
  width: 16rem;
  height: 16.85rem;
  position: absolute;
  bottom: 0;
  right: 2.5rem;
  display: none;
  margin: 0;
  padding: 1rem;
  background-color: #fff;
  flex-direction: column;
  box-shadow: -2px 0px 1px 1px rgba(0, 0, 0, 0.1);
  z-index: 98;
  font-size: 0.7rem;
}
.fixed_right .ul_fixed_right li .sumbit_opinion .s_o_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.8rem;
  width: 14rem;
  margin-bottom: 15px;
}
.fixed_right .ul_fixed_right li .sumbit_opinion .s_o_title span:nth-child(1) {
  color: #333;
  font-size: 0.7rem;
}
.fixed_right .ul_fixed_right li .sumbit_opinion .s_o_title span:nth-child(2) {
  color: #fff;
  background: #dddddd;
  height: 0.8rem;
  width: 0.8rem;
  line-height: 0.9rem;
  border-radius: 50%;
  cursor: pointer;
}
.fixed_right .ul_fixed_right li .sumbit_opinion .s_o_textarea {
  height: 6rem;
  width: 14rem;
}
.fixed_right .ul_fixed_right li .sumbit_opinion .s_o_textarea textarea {
  width: 14rem;
  height: 6rem;
  padding: 0.5rem 0.45rem;
  outline: none;
  overflow: hidden;
  border: 1px solid #ddd;
  resize: none;
  line-height: 1.2rem;
  letter-spacing: 2px;
}
.fixed_right .ul_fixed_right li .sumbit_opinion .s_o_Telephone {
  display: flex;
  flex-direction: column;
}
.fixed_right .ul_fixed_right li .sumbit_opinion .s_o_Telephone span {
  text-align: left;
  color: #333;
  font-size: 0.7rem;
  height: 2.1rem;
  line-height: 2.1rem;
}
.fixed_right .ul_fixed_right li .sumbit_opinion .s_o_Telephone input {
  height: 2.1rem;
  border-radius: 0;
  font-size: 0.7rem;
}
.fixed_right .ul_fixed_right li .sumbit_opinion .s_o_Telephone input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
}
.fixed_right .ul_fixed_right li .sumbit_opinion .s_o_button {
  background-color: #63afee;
  color: #fff;
  width: 100%;
  outline: none;
  border: none;
  height: 2.1rem;
  line-height: 2.1rem;
  margin-top: 1rem;
}
.fixed_right .ul_fixed_right #icon1,
.fixed_right .ul_fixed_right #icon2,
.fixed_right .ul_fixed_right #icon3,
.fixed_right .ul_fixed_right #icon4,
.fixed_right .ul_fixed_right #icon5,
.fixed_right .ul_fixed_right #icon6 {
  width: 5rem;
  height: 2.5rem;
  background-color: #63afee;
  top: 0;
  position: absolute;
  right: 2.5rem;
  display: none;
  font-size: 0.7rem;
}
.fixed_right .ul_fixed_right .icon-wo,
.fixed_right .ul_fixed_right .icon-xiaoxi,
.fixed_right .ul_fixed_right .icon-saoma,
.fixed_right .ul_fixed_right .icon-wenhao,
.fixed_right .ul_fixed_right .icon-shang,
.fixed_right .ul_fixed_right .icon-kefu_zixun {
  font-size: 1.3rem;
  cursor: pointer;
}
.fixed_right .can_block {
  display: block !important;
}

.logo {
    height: 26rem;
    background: url(../images/login_bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    margin: unset;
    position: relative;
}

    .logo .title_logo {
        position: relative;
        z-index: 1;
        display: -moz-box;
        display: flex;
        -moz-box-align: center;
        align-items: center;
        -moz-box-pack: end;
        justify-content: flex-end;
    }

        .logo .title_logo div {
            position: relative;
            padding: 0.6rem 1.2rem;
        }

            .logo .title_logo div h1 {
                font-size: 1.6rem;
                color: #fff;
                letter-spacing: 4px;
            }

            .logo .title_logo div h2 {
                font-size: 1rem;
                color: #fff;
                letter-spacing: 1px;
            }

            .logo .title_logo div i {
                position: absolute;
            }

                .logo .title_logo div i:nth-child(1) {
                    display: block;
                    width: 20px;
                    height: 2px;
                    background-color: #fff;
                    top: 0;
                    left: 0;
                }

                .logo .title_logo div i:nth-child(2) {
                    display: block;
                    width: 2px;
                    height: 20px;
                    background-color: #fff;
                    top: 0;
                    left: 0;
                }

                .logo .title_logo div i:nth-child(3) {
                    display: block;
                    width: 20px;
                    height: 2px;
                    background-color: #fff;
                    bottom: 0;
                    right: 0;
                }

                .logo .title_logo div i:nth-child(4) {
                    display: block;
                    width: 2px;
                    height: 20px;
                    background-color: #fff;
                    bottom: 0;
                    right: 0;
                }

    .logo .title_register1 {
        display: -moz-box;
        display: flex;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -moz-box-pack: center;
        justify-content: center;
        -moz-box-align: center;
        align-items: center;
        margin-bottom: 0.8rem;
    }

        .logo .title_register1 span {
            font-size: 0.7rem;
            display: block;
            font-weight: bold;
            color: #dc251d;
            letter-spacing: 1px;
        }

            .logo .title_register1 span::after {
                display: block;
                content: " ";
                width: 3rem;
                height: 0.1rem;
                background-color: #dc251d;
                margin-top: 0.2rem;
            }

    .logo .contents_logo {
        position: relative;
        z-index: 1;
        display: -moz-box;
        display: flex;
        -moz-box-align: center;
        align-items: center;
        -moz-box-pack: center;
        justify-content: center;
    }

        .logo .contents_logo .inner_content {
            display: -moz-box;
            display: flex;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            flex-direction: column;
            background-color: #fff;
            width: 16rem;
            border-radius: 10px;
            padding: 0.8rem 1.2rem;
            box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.22);
        }

            .logo .contents_logo .inner_content .title_inner {
                display: -moz-box;
                display: flex;
                -moz-box-pack: justify;
                justify-content: space-between;
                margin-bottom: 0.5rem;
                -moz-box-align: center;
                align-items: center;
            }

                .logo .contents_logo .inner_content .title_inner .left_inner {
                    position: relative;
                }

                    .logo .contents_logo .inner_content .title_inner .left_inner span {
                        font-size: 0.8rem;
                        font-weight: bold;
                    }

                    .logo .contents_logo .inner_content .title_inner .left_inner i {
                        position: absolute;
                        width: 100%;
                        height: 2px;
                        background-color: #333;
                        bottom: -0.3rem;
                        left: 0;
                    }

                .logo .contents_logo .inner_content .title_inner .right_inner {
                    position: relative;
                    width: 2.5rem;
                    height: 2.5rem;
                    text-align: center;
                    line-height: 2.5rem;
                    cursor: pointer;
                }

                    .logo .contents_logo .inner_content .title_inner .right_inner span {
                        font-size: 2rem;
                        color: #999;
                    }

                        .logo .contents_logo .inner_content .title_inner .right_inner span::after {
                            content: " ";
                            position: absolute;
                            top: 50%;
                            -ms-transform: translateY(-50%);
                            transform: translateY(-50%);
                            left: 0;
                            width: 0;
                            height: 0;
                            border-top: 1.25rem solid transparent;
                            border-right: 1.25rem solid transparent;
                            border-left: 1.25rem solid #fff;
                            border-bottom: 1.25rem solid #fff;
                        }

            .logo .contents_logo .inner_content .content_inner .common_form1 ul {
                list-style: none;
                margin: unset;
            }

                .logo .contents_logo .inner_content .content_inner .common_form1 ul li {
                    width: 100%;
                    position: relative;
                    margin-bottom: 0.6rem;
                }

                    .logo .contents_logo .inner_content .content_inner .common_form1 ul li input {
                        width: 100%;
                        font-size: 0.7rem;
                        height: 1.9rem;
                        padding: 0.25rem 1.4rem 0.25rem 0.5rem;
                        background-color: #f4f4f4;
                        outline: none;
                        border: 1px solid #e8e8e8;
                        color: #333;
                    }

                    .logo .contents_logo .inner_content .content_inner .common_form1 ul li span {
                        position: absolute;
                        top: 0;
                        right: 0.5rem;
                        line-height: 1.9rem;
                        cursor: pointer;
                        font-size: 0.85rem;
                    }

                    .logo .contents_logo .inner_content .content_inner .common_form1 ul li img.login-captcha {
                        position: absolute;
                        right: 2px;
                        top: 2px;
                        bottom: 2px;
                        height: 1.6rem;
                        cursor: pointer;
                    }

                    .logo .contents_logo .inner_content .content_inner .common_form1 ul li button {
                        height: 1.9rem;
                        width: 100%;
                        border: none;
                        color: #fff;
                        background-color: #dc251d;
                        font-size: 0.7rem;
                        outline: none;
                    }

                    .logo .contents_logo .inner_content .content_inner .common_form1 ul li label {
                        margin: 0;
                        margin-top: 0.1rem;
                        font-size: 0.6rem;
                        color: red;
                    }

                    .logo .contents_logo .inner_content .content_inner .common_form1 ul li:last-child {
                        text-align: center;
                        margin: unset;
                    }

                        .logo .contents_logo .inner_content .content_inner .common_form1 ul li:last-child span {
                            position: unset;
                            font-size: 0.7rem;
                            color: #999;
                        }

                            .logo .contents_logo .inner_content .content_inner .common_form1 ul li:last-child span::before {
                                content: " ";
                                display: inline-block;
                                width: 2.7rem;
                                height: 1px;
                                background-color: red;
                                vertical-align: middle;
                                margin-right: 0.85rem;
                            }

                            .logo .contents_logo .inner_content .content_inner .common_form1 ul li:last-child span::after {
                                content: " ";
                                display: inline-block;
                                width: 2.7rem;
                                height: 1px;
                                background-color: red;
                                vertical-align: middle;
                                margin-left: 0.85rem;
                            }

                            .logo .contents_logo .inner_content .content_inner .common_form1 ul li:last-child span a {
                                color: #dc251d;
                                margin-left: 0.2rem;
                            }

                .logo .contents_logo .inner_content .content_inner .common_form1 ul .phone_handset span {
                    font-size: 0.7rem;
                    line-height: 1.35rem;
                    border-left: 1px solid #ddd;
                    width: 5rem;
                    margin: 0.2rem 0;
                    text-align: center;
                    color: #dc251d;
                    cursor: pointer;
                }

                .logo .contents_logo .inner_content .content_inner .common_form1 ul .li_checkbox input {
                    margin: unset;
                    font-size: unset;
                    width: unset;
                    height: unset;
                    margin-right: 0.25rem;
                }

                .logo .contents_logo .inner_content .content_inner .common_form1 ul .li_checkbox span {
                    font-size: 0.65rem;
                    position: unset;
                }

                .logo .contents_logo .inner_content .content_inner .common_form1 ul .li_checkbox a {
                    font-size: 0.65rem;
                }

    .logo .logo_bg {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #0000005c;
    }


.forgetPWD {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1.5rem 6rem;
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 70px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}
.forgetPWD .inner_forgetPWD {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  width: 28rem;
  border-radius: 2px;
  padding: 0 1rem;
}
.forgetPWD .inner_forgetPWD .step_forgetPWD {
  list-style: none;
  display: flex;
  padding: 2rem 0;
  margin: 0;
  width: 100%;
}
.forgetPWD .inner_forgetPWD .step_forgetPWD li {
  text-align: center;
  font-size: 0.7rem;
  position: relative;
  width: 33%;
  height: 3px;
  background-color: #9c9c9c;
}
.forgetPWD .inner_forgetPWD .step_forgetPWD li:nth-child(1) {
  background-color: #0057ff;
}
.forgetPWD .inner_forgetPWD .step_forgetPWD li:nth-child(1) span:nth-child(1) {
  background-color: #0057ff;
}
.forgetPWD .inner_forgetPWD .step_forgetPWD li span:nth-child(1) {
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  border-radius: 50%;
  background-color: #9c9c9c;
  color: #fff;
}
.forgetPWD .inner_forgetPWD .step_forgetPWD li span:nth-child(2) {
  position: relative;
  top: 14px;
}
.forgetPWD .inner_forgetPWD .proving_form {
  width: 18rem;
}
.forgetPWD .inner_forgetPWD .proving_form input {
  margin: 1rem 0;
  font-size: 0.7rem;
  height: 1.9rem;
  padding: 0.25rem 0.5rem;
  border: 0.05rem solid #ddd;
  border-radius: 2px;
  width: 100%;
}
.forgetPWD .inner_forgetPWD .proving_form input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
}
.forgetPWD .inner_forgetPWD .proving_form input:nth-child(4) {
  margin-top: 0;
}
.forgetPWD .inner_forgetPWD .proving_form input input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
  font-size: 0.65rem;
}
.forgetPWD .inner_forgetPWD .proving_form input input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  font-size: 0.65rem;
}
.forgetPWD .inner_forgetPWD .proving_form input input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  font-size: 0.65rem;
}
.forgetPWD .inner_forgetPWD .proving_form input input::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
  font-size: 0.65rem;
}
.forgetPWD .inner_forgetPWD .proving_form #wrapper {
  position: relative;
}
.forgetPWD .inner_forgetPWD .proving_form #wrapper #drag_PWD {
  position: relative;
  background-color: #e8e8e8;
  width: 100%;
  height: 1.9rem;
  line-height: 1.9rem;
  text-align: center;
}
.forgetPWD .inner_forgetPWD .proving_form #wrapper #drag_PWD .drag_bg_PWD {
  background-color: #7ac23c;
  height: 1.9rem;
  width: 0px;
}
.forgetPWD .inner_forgetPWD .proving_form #wrapper #drag_PWD .drag_text_PWD {
  position: absolute;
  top: 0px;
  width: 100%;
  color: #9c9c9c;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  font-size: 0.6rem;
}
.forgetPWD .inner_forgetPWD .proving_form #wrapper #drag_PWD .handler_PWD {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 2rem;
  height: 1.9rem;
  line-height: 1.6rem;
  border: 1px solid #ccc;
  cursor: move;
  background-color: #fff;
}
.forgetPWD .inner_forgetPWD .proving_form #wrapper #drag_PWD .handler_bg {
  background: #fff url("../images/wx.jpg") no-repeat center;
}
.forgetPWD .inner_forgetPWD .proving_form #wrapper #drag_PWD .slidetounlock {
  font-size: 0.6rem;
  background: #51555c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: slidetounlock 3s infinite;
  -webkit-text-size-adjust: none;
}
.forgetPWD .inner_forgetPWD .proving_form .get_number_PWD {
  justify-content: space-between;
  width: 100%;
  height: 1.9rem;
  border: 0.05rem solid #ccc;
  border-radius: 2px;
  display: flex;
  margin: 1rem 0;
}
.forgetPWD .inner_forgetPWD .proving_form .get_number_PWD:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: unset;
}
.forgetPWD .inner_forgetPWD .proving_form .get_number_PWD input {
  height: 100%;
  border: none;
  width: unset;
  margin: 0;
}
.forgetPWD .inner_forgetPWD .proving_form .get_number_PWD input:focus {
  box-shadow: none;
  border: none;
  margin: 0;
}
.forgetPWD .inner_forgetPWD .proving_form .get_number_PWD span {
  font-size: 0.7rem;
  line-height: 1.35rem;
  border-left: 1px solid #ddd;
  width: 5rem;
  margin: 0.2rem 0;
  text-align: center;
  color: #0057ff;
  cursor: pointer;
}
.forgetPWD .inner_forgetPWD .proving_form .forgetPWD_register {
  text-align: center;
  margin-bottom: 0.4rem;
}
.forgetPWD .inner_forgetPWD .proving_form .forgetPWD_register span {
  text-align: center;
  font-size: 0.7rem;
  color: red;
}
.forgetPWD .inner_forgetPWD .proving_form button {
  height: 1.9rem;
  padding: 0.25rem 0.5rem;
  border: 0.05rem solid #ddd;
  border-radius: 2px;
  width: 100%;
  color: #fff;
  background-color: #0057ff;
  font-size: 0.7rem;
  margin-bottom: 0.5rem;
  outline: none;
}
.forgetPWD .inner_forgetPWD .revise_PWD {
  width: 18rem;
  display: none;
  flex-direction: column;
  align-items: center;
}
.forgetPWD .inner_forgetPWD .revise_PWD .new_PWD:nth-child(1) {
  margin-top: 1rem;
}
.forgetPWD .inner_forgetPWD .revise_PWD .new_PWD span {
  font-size: 0.7rem;
  letter-spacing: 3px;
  width: 4rem;
}
.forgetPWD .inner_forgetPWD .revise_PWD .new_PWD input {
  margin: 0.5rem 0;
  font-size: 0.7rem;
  height: 1.9rem;
  padding: 0.25rem 0.5rem;
  border: 0.05rem solid #ddd;
  border-radius: 2px;
  width: 14rem;
}
.forgetPWD .inner_forgetPWD .revise_PWD .new_PWD input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
}
.forgetPWD .inner_forgetPWD .revise_PWD .new_PWD input input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
  font-size: 0.65rem;
}
.forgetPWD .inner_forgetPWD .revise_PWD .new_PWD input input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  font-size: 0.65rem;
}
.forgetPWD .inner_forgetPWD .revise_PWD .new_PWD input input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  font-size: 0.65rem;
}
.forgetPWD .inner_forgetPWD .revise_PWD .new_PWD input input::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
  font-size: 0.65rem;
}
.forgetPWD .inner_forgetPWD .revise_PWD .forgetPWD_new {
  text-align: center;
  margin-bottom: 0.4rem;
}
.forgetPWD .inner_forgetPWD .revise_PWD .forgetPWD_new span {
  text-align: center;
  font-size: 0.7rem;
  color: red;
}
.forgetPWD .inner_forgetPWD .revise_PWD button {
  height: 1.9rem;
  padding: 0.25rem 0.5rem;
  border: 0.05rem solid #ddd;
  border-radius: 2px;
  width: 50%;
  color: #fff;
  background-color: #0057ff;
  font-size: 0.7rem;
  margin-bottom: 0.7rem;
  margin-bottom: 0.5rem;
  outline: none;
}
.forgetPWD .inner_forgetPWD .set_succes {
  display: none;
  flex-direction: column;
  align-items: center;
  margin-top: 46px;
}
.forgetPWD .inner_forgetPWD .set_succes span {
  color: #0057ff;
  font-size: 0.85rem;
  font-weight: bold;
}
.forgetPWD .inner_forgetPWD .set_succes a {
  height: 32px;
  padding: 0.25rem 0.5rem;
  border: 0.05rem solid #ddd;
  border-radius: 2px;
  width: 100px;
  color: #fff;
  background-color: #0057ff;
  font-size: 0.7rem;
  line-height: 19px;
  text-align: center;
  margin-top: 32px;
}
.forgetPWD .inner_forgetPWD .set_succes a:hover {
  color: #fff !important;
}
.searchAndNavAndBrand {
  background-color: white;
  margin: unset !important;
  padding: 0px 3rem;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
}
.searchAndNavAndBrand .brand {
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchAndNavAndBrand .brand img {
  width: 75%;
}
.searchAndNavAndBrand .searchAndNav {
  display: flex;
  flex-flow: column;
}
.searchAndNavAndBrand .searchAndNav .search .search_div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0.5rem 0px;
  position: relative;
}
.searchAndNavAndBrand .searchAndNav .search .search_div input {
  border-radius: unset;
  padding: unset;
  height: 1.75rem;
  padding-left: 5.5rem;
  font-size: 0.7rem;
  border: 2px solid #dc251d;
}
.searchAndNavAndBrand .searchAndNav .search .search_div input:focus {
  box-shadow: none;
}
.searchAndNavAndBrand .searchAndNav .search .search_div input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  vertical-align: text-top;
  color: #bbb;
  letter-spacing: 1px;
  font-size: 0.62rem;
}
.searchAndNavAndBrand .searchAndNav .search .search_div input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  line-height: 1.75rem;
  font-size: 0.65rem;
  color: #bbb;
  letter-spacing: 2px;
}
.searchAndNavAndBrand .searchAndNav .search .search_div input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  line-height: 1.75rem;
  color: #bbb;
  font-size: 0.65rem;
  letter-spacing: 2px;
}
.searchAndNavAndBrand .searchAndNav .search .search_div input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  line-height: 1.75rem;
  font-size: 0.65rem;
  color: #bbb;
  letter-spacing: 2px;
}
.searchAndNavAndBrand .searchAndNav .search .search_div button {
  height: 1.75rem;
  background-color: #dc251d;
  border: none;
  color: white;
  font-size: 0.7rem;
  border-radius: unset;
  outline: none;
  cursor: pointer;
}
    .searchAndNavAndBrand .searchAndNav .loginarea {margin:0.5rem 0;height:1.75rem;line-height:1.75rem;padding:0px 10px;text-align:right}
        .searchAndNavAndBrand .searchAndNav .loginarea a{font-size:14px;}
        .searchAndNavAndBrand .searchAndNav .search .search_div .header_btn {
            width: 5rem;
            height: 1.75rem;
            position: absolute;
            top: 0;
            text-align: center;
            cursor: pointer;
        }
.searchAndNavAndBrand .searchAndNav .search .search_div .header_btn span {
  font-size: 0.7rem;
  color: #dc251d;
}
.searchAndNavAndBrand .searchAndNav .search .search_div .header_btn span:nth-child(2) {
  float: right;
  line-height: 1.75rem;
  font-size: 0.9rem;
}
.searchAndNavAndBrand .searchAndNav .search .search_div .header_btn span:nth-last-child(1) {
  zoom: 1;
}
.searchAndNavAndBrand .searchAndNav .search .search_div .header_btn span:nth-last-child(1)::after {
  display: block;
  content: " ";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.searchAndNavAndBrand .searchAndNav .search .search_div ul {
  display: none;
  position: absolute;
  top: 1.75rem;
  width: 5rem;
  list-style: none;
  background: #fff;
  z-index: 99;
  text-align: center;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  padding: 0.3rem 0.1rem;
}
.searchAndNavAndBrand .searchAndNav .search .search_div ul li:hover span {
  color: #dc251d;
}
.searchAndNavAndBrand .searchAndNav .search .search_div ul li span {
  font-size: 0.7rem;
  color: #999;
  cursor: pointer;
}


.searchAndNavAndBrand .searchAndNav .search_laster_nav {
  display: flex;
  justify-content: flex-start;
  font-size: 0.7rem;
  padding: 0.35rem 0px 0.8rem 0px;
}
.searchAndNavAndBrand .searchAndNav .search_laster_nav .laster_nav {
  margin-right: 1.2rem;
  position: relative;
  list-style-type: none;
}
.searchAndNavAndBrand .searchAndNav .search_laster_nav .laster_nav a {
  color: #333;
  text-decoration: none;
  position: relative;
  z-index: 9;
}
.searchAndNavAndBrand .searchAndNav .search_laster_nav .laster_nav:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 0;
  height: 100%;
  border-bottom: 2px solid #dc251d;
  transition: 0.2s all linear;
}
.searchAndNavAndBrand .searchAndNav .search_laster_nav .laster_nav:hover::before {
  width: 100%;
}

    .searchAndNavAndBrand .searchAndNav .search_laster_nav .laster_nav .serviceType {
        display: none;
        width: 7.6rem;
        position: absolute;
        top: 1.8rem;
        left: 50%;
        margin-left: -3.75rem;
        z-index: 99;
        flex-direction: column;
        background-color: #fff;
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
        border-radius: 0.2rem;
        font-size: 0.5rem;
        padding: 0.3rem 0;
    }

        .searchAndNavAndBrand .searchAndNav .search_laster_nav .laster_nav .serviceType a {
            width: 7.6rem;
            height: 1.1rem;
            color: #666;
            position: relative;
            padding-left: 0.5rem;
        }

            .searchAndNavAndBrand .searchAndNav .search_laster_nav .laster_nav .serviceType a:before {
                content: "";
                position: absolute;
                display: inline-block;
                top: 50%;
                margin-top: -0.5rem;
                left: 0;
                width: 2px;
                height: 0;
                background-color: #dc251d;
                transition: 0.2s all linear;
            }

            .searchAndNavAndBrand .searchAndNav .search_laster_nav .laster_nav .serviceType a:hover::before {
                height: 1rem;
            }

            .searchAndNavAndBrand .searchAndNav .search_laster_nav .laster_nav .serviceType a:hover {
                color: #333;
            }

    .searchAndNavAndBrand .searchAndNav .search_laster_nav .laster_nav .serviceType {
        
        width: 7.6rem;
        position: absolute;
        top: 1.8rem;
        left: 50%;
        margin-left: -3.75rem;
        z-index: 99;
        flex-direction: column;
        background-color: #fff;
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
        border-radius: 0.2rem;
        font-size: 0.6rem;
        padding: 0.3rem 0;
    }

        .searchAndNavAndBrand .searchAndNav .search_laster_nav .laster_nav .serviceType a {
            width: 7.6rem;
            height: 1.1rem;
            line-height:1.1rem;
            color: #666;
            position: relative;
            padding-left: 0.5rem;
        }

            .searchAndNavAndBrand .searchAndNav .search_laster_nav .laster_nav .serviceType a:before {
                content: "";
                position: absolute;
                display: inline-block;
                top: 50%;
                margin-top: -0.5rem;
                left: 0;
                width: 2px;
                height: 0;
                background-color: #dc251d;
                transition: 0.2s all linear;
            }

            .searchAndNavAndBrand .searchAndNav .search_laster_nav .laster_nav .serviceType a:hover::before {
                height: 1rem;
            }

            .searchAndNavAndBrand .searchAndNav .search_laster_nav .laster_nav .serviceType a:hover {
                color: #333;
            }
.searchAndNavAndBrand .searchAndNav .search_laster_nav .laster_nav_select:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #dc251d;
  transition: 0.2s all linear;
}
.information {
  margin: 1rem 3rem 2rem 3rem;
}
.information .left_information {
  background: #fff;
}
.information .left_information .information_little {
  padding: 0.5rem 0;
  margin: 0 1.5rem;
  padding-top: 0.8rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px dotted #ebedef;
}
.information .left_information .information_little:before {
  content: ' ';
  width: 0.25rem;
  height: 0.5rem;
  display: inline-block;
  background-color: #358ff0;
}
.information .left_information .information_little span {
  font-size: 0.7rem;
  color: #333;
  font-weight: bold;
}
.information .left_information .information_contents {
  list-style: none;
  background-color: #fff;
  padding: 0.5rem 1.5rem 1.5rem 1.5rem;
  margin-bottom: 0;
}
.information .left_information .information_contents li {
  font-size: 0.7rem;
  margin-bottom: 0.3rem;
  display: flex;
  flex-direction: column;
}
.information .left_information .information_contents li span {
  color: #666;
  font-size: 0.6rem;
  line-height: 0.8rem;
  height: 2.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-indent: 1em;
}
.information .left_information .information_contents li div {
  display: flex;
  margin: 0.5rem 0;
  align-items: center;
}
.information .left_information .information_contents li a {
  text-indent: -1em;
  margin-left: 1em;
  color: #333;
  font-weight: bold;
  font-size: 0.65rem;
}
.information .left_information .information_contents img {
  padding: 0 6px;
  height: 3.25rem;
  width: 5.45rem;
}
.information .left_information .page_number {
  display: flex;
  list-style: none;
  justify-content: center;
  background: #fff;
  padding: 0.9rem 0px 2rem 0;
  font-size: 0.6rem;
  color: #999;
}
.information .left_information .page_number li {
  height: 1.6rem;
  width: 1.6rem;
  border: 1px solid #eee;
  border-right: none;
  text-align: center;
  line-height: 1.6rem;
}
.information .left_information .page_number li:nth-last-child(1) {
  border-right: 1px solid #eee;
}
.information .left_information .page_number li a:visited {
  color: green;
}
.information .right_information {
  display: flex;
  flex-direction: column;
}
.information .right_information .real_time {
  position: relative;
  margin-bottom: 1rem;
}
.information .right_information .real_time .inner {
  width: 100%;
  height: 100%;
  max-height: 32.55rem;
  border: 1px solid #ededed;
  position: relative;
  z-index: 3;
  background: #fff;
  box-shadow: -2px 0px 9px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.5rem;
}
.information .right_information .real_time .inner .title_inner {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 1.5rem;
}
.information .right_information .real_time .inner .title_inner span {
  color: #fff;
  background: #358ff0;
  border-radius: 0 17px 17px 0;
  font-size: 0.65rem;
  padding: 0.35rem 0.75rem 0.35rem 0.55rem;
}
.information .right_information .real_time .inner .title_inner i {
  height: 2rem;
  width: 0.05rem;
  background: #358ff0;
  position: absolute;
  z-index: 1;
  top: -0.8rem;
  right: 1.35rem;
}
.information .right_information .real_time .inner .title_inner i:nth-child(3) {
  height: 1.2rem;
  width: 1.2rem;
  background: #358ff0;
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 0.75rem;
  border-radius: 50%;
  text-align: center;
  line-height: 1.2rem;
  color: #fff;
  cursor: pointer;
}
.information .right_information .real_time .inner .contetnts_inner {
  position: relative;
  margin-left: 1.45rem;
}
.information .right_information .real_time .inner .contetnts_inner .dash_left {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0.5rem;
  z-index: 1;
  border-left: 1px dashed #358ff0;
}
.information .right_information .real_time .inner .contetnts_inner .content_all ul {
  list-style: none;
}
.information .right_information .real_time .inner .contetnts_inner .content_all ul:nth-child(2) {
  display: none;
}
.information .right_information .real_time .inner .contetnts_inner .content_all ul:nth-child(3) {
  display: none;
}
.information .right_information .real_time .inner .contetnts_inner .content_all ul li {
  display: flex;
  flex-direction: column;
  padding: 0 2.2rem 0 1.15rem;
  position: relative;
  z-index: 2;
  margin-bottom: 0.35rem;
}
.information .right_information .real_time .inner .contetnts_inner .content_all ul li:nth-last-of-type(1)::after {
  content: " ";
  width: 0.25rem;
  height: 100%;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  left: -0.1rem;
  top: 0.7rem;
}
.information .right_information .real_time .inner .contetnts_inner .content_all ul li span:nth-child(1) {
  color: #358ff0;
  font-weight: bold;
  line-height: 1.2rem;
  margin-bottom: 0.35rem;
  font-size: 0.65rem;
}
.information .right_information .real_time .inner .contetnts_inner .content_all ul li a {
  line-height: 1rem;
  max-height: 2rem;
  font-size: 0.6rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.information .right_information .real_time .inner .contetnts_inner .content_all ul li i {
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  left: -0.15rem;
  top: 0.4rem;
  background: #358ff0;
  border-radius: 50%;
}
.information .right_information .real_time .inner_1 {
  z-index: 2;
  left: 0.15rem;
  top: 0.15rem;
  width: 100%;
  height: 100%;
  max-height: 32.55rem;
  border: 1px solid #ededed;
  background: #fff;
  position: absolute;
  padding-bottom: 1.5rem;
}
.information .right_information .real_time .inner_2 {
  z-index: 1;
  left: 0.3rem;
  top: 0.3rem;
  width: 100%;
  height: 100%;
  max-height: 32.55rem;
  border: 1px solid #ededed;
  background: #fff;
  position: absolute;
  padding-bottom: 1.5rem;
}
.information .right_information .information_rank {
  padding: 1rem 2rem;
  background-color: #fff;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.1);
}
.information .right_information .information_rank .title_l_r {
  font-size: 0.65rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.information .right_information .information_rank .title_l_r::before {
  content: " ";
  width: 0.25rem;
  height: 0.5rem;
  background-color: red;
  display: inline-block;
  margin-right: 0.25rem;
}
.information .right_information .information_rank .contents_l_r {
  list-style: none;
  font-size: 0.6rem;
  margin: 0 0.5rem;
}
.information .right_information .information_rank .contents_l_r li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.information .right_information .information_rank .contents_l_r li:nth-child(2) .left_li span {
  background-color: #fe2d46;
}
.information .right_information .information_rank .contents_l_r li:nth-child(3) .left_li span {
  background-color: #f60;
}
.information .right_information .information_rank .contents_l_r li:nth-child(4) .left_li span {
  background-color: #faa90e;
}
.information .right_information .information_rank .contents_l_r li .left_li {
  width: 80%;
  display: flex;
  align-items: center;
}
.information .right_information .information_rank .contents_l_r li .left_li span {
  padding: 0 0.225rem;
  background: #9195a3;
  margin-right: 0.9rem;
  color: #fff;
  max-width: 0.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
}
.information .right_information .information_rank .contents_l_r li .left_li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.information .right_information .information_rank .contents_l_r li .right_li {
  width: 2.4rem;
}
.information .right_information .information_rank .contents_l_r .head_li {
  font-weight: bold;
}
.information .right_information .information_rank .contents_l_r .head_li span {
  margin-right: 0.5rem;
}
._special_title {
  padding-top: 0.6rem;
  padding-bottom: 0.4rem;
  margin: 0 2rem;
  border-bottom: 2px dotted #ebedef;
}
._special_title span {
  font-size: 0.7rem;
  color: #333;
  font-weight: bold;
}
._special_title span::before {
  content: ' ';
  width: 0.25rem;
  height: 0.5rem;
  display: inline-block;
  background-color: #dc251d;
  margin-right: 0.3rem;
}
.special_title {
  padding: 1rem 2rem 0 0rem;
  position: relative;
  left: -0.25rem;
  margin-bottom: 0.4rem;
}
.special_title span {
  background: #133581;
  padding: 0.5rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  box-shadow: 4px 4px 1px 0 rgba(0, 0, 0, 0.3);
}
.special_title a {
  float: right;
  font-size: 0.75rem;
  color: #999;
}
.contents_s_c {
  padding-bottom: 1rem;
}
.contents_s_c .title_s_c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  margin: 0 2rem;
  padding-top: 1rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px dotted #ebedef;
  margin-bottom: 0.7rem;
}
.contents_s_c .title_s_c a {
  font-size: 0.6rem;
  color: #999;
}
.contents_s_c .title_s_c span {
  font-size: 0.7rem;
  color: #333;
  font-weight: bold;
}
.contents_s_c .title_s_c span::before {
  content: ' ';
  width: 0.25rem;
  height: 0.5rem;
  display: inline-block;
  background-color: #dc251d;
  margin-right: 0.3rem;
}
.contents_s_c .content_s_c {
  margin: 0 2rem;
  position: relative;
  z-index: 2;
}
.contents_s_c .content_s_c .img_title {
  display: flex;
  align-items: center;
}
.contents_s_c .content_s_c .img_title img {
  width: 6.8rem;
  height: 3.8rem;
  min-width: 6.8rem;
}
.contents_s_c .content_s_c .img_title .title_content {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  overflow: hidden;
  width: auto;
}
.contents_s_c .content_s_c .img_title .title_content ._title_content {
  width: unset;
}
.contents_s_c .content_s_c .img_title .title_content a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-weight: bold;
  font-size: 0.65rem;
  margin-bottom: 0.2rem;
}
.contents_s_c .content_s_c .img_title .title_content span:nth-child(2) {
  color: #666;
  font-size: 0.6rem;
  line-height: 1rem;
  height: 3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.contents_s_c .content_s_c ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  margin: 0.5rem 0;
}
.contents_s_c .content_s_c ul li {
  width: 49%;
  font-size: 0.6rem;
  display: flex;
  align-items: center;
  margin: 2px 0;
  padding: 0 0.2rem;
}
.contents_s_c .content_s_c ul li::before {
  content: " ";
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #333;
  border-radius: 50%;
  margin-right: 5px;
}
.contents_s_c .content_s_c ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.contents_s_c .content_s_c .contenst_related {
  display: flex;
  justify-content: space-between;
}
.contents_s_c .content_s_c .contenst_related .related_content {
  width: 49%;
  padding: 4px;
  background-image: url("../images/law_bg_special_column.png");
  margin-top: 17px;
}
.contents_s_c .content_s_c .contenst_related .related_content .inner_content {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}
.contents_s_c .content_s_c .contenst_related .related_content .inner_content .inner_title {
  position: absolute;
  top: -14px;
  left: 5px;
  font-size: 0.7rem;
  color: #333;
  padding: 0 7px;
  background-color: #fff;
}
.contents_s_c .content_s_c .contenst_related .related_content .inner_content .inner_title span:nth-child(1) {
  font-weight: bold;
}
.contents_s_c .content_s_c .contenst_related .related_content .inner_content .inner_title span:nth-child(2) {
  font-size: 0.65rem;
  color: #666;
  margin-left: 0.5rem;
}
.contents_s_c .content_s_c .contenst_related .related_content .inner_content .inner_a {
  margin: 0;
  padding: 0.6rem 1.25rem;
}
.contents_s_c .content_s_c .contenst_related .related_content .inner_content .inner_a li::before {
  width: 0;
}
.contents_s_c .content_s_c .related_content {
  width: 100%;
  padding: 0.2rem;
  background-image: url("../images/law_bg_special_column.png");
  margin-top: 0.85rem;
}
.contents_s_c .content_s_c .related_content .inner_content {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}
.contents_s_c .content_s_c .related_content .inner_content .inner_title {
  position: absolute;
  top: -0.7rem;
  left: 0.25rem;
  font-size: 0.7rem;
  color: #333;
  padding: 0 0.35rem;
  background-color: #fff;
}
.contents_s_c .content_s_c .related_content .inner_content .inner_title span:nth-child(1) {
  font-weight: bold;
}
.contents_s_c .content_s_c .related_content .inner_content .inner_title span:nth-child(2) {
  font-size: 0.65rem;
  color: #666;
  margin-left: 0.5rem;
}
.contents_s_c .content_s_c .related_content .inner_content .inner_a {
  margin: 0;
  padding: 0.6rem 1.25rem;
}
.contents_s_c .content_s_c .related_content .inner_content .inner_a li::before {
  width: 0;
}
.special_column {
  margin: 1rem 3rem 0.5rem 3rem;
  background-color: #fff;
  padding-bottom: 0.75rem;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.1);
}
.new_Law {
  margin: 1rem 3rem 0.5rem 3rem !important;
}
    .new_Law .nav_law {
        font-size: 0.55rem;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
        width: 100%;
        margin-bottom: 1rem;
        padding: 0.6rem;
        line-height: 1rem;
        background-color: #cabfbf26;
    }
 .new_Law .nav_law a {
        color: #666;
    }

  .new_Law .nav_law a::after {
            content: " ";
            width: 2px;
            height: 10px;
            display: inline-block;
            background-color: #d8d8d8;
            margin: 0 0.4rem;
        }

        .new_Law .nav_law a:last-of-type::after {
            display: none;
        }

.new_Law .left_Law {
  padding: 0;
}
    .new_Law .left_Law .law_month {
        font-size: 0.6rem;
        background-color: #fff;
        padding: 1rem 1.4rem;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    }

        .new_Law .left_Law .law_month:nth-child(2) {
            margin-top: 0.6rem;
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        }

        .new_Law .left_Law .law_month .title_month span {
            font-size: 0.75rem;
            color: #333;
            font-weight: bold;
            letter-spacing: 1px;
            display: flex;
            align-items: center;
        }

            .new_Law .left_Law .law_month .title_month span::before {
                content: ' ';
                width: 0.25rem;
                height: 0.5rem;
                display: inline-block;
                background-color: #dc251d;
                margin-right: 0.4rem;
            }

        .new_Law .left_Law .law_month .content_month {
            margin: unset;
            margin-top: 0.4rem;
            list-style: none;
        }

            .new_Law .left_Law .law_month .content_month li {
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-bottom: 0.2rem;
                height: 1.1rem;
            }

                .new_Law .left_Law .law_month .content_month li div {
                    display: flex;
                    align-items: center;
                    overflow: hidden;
                }

                    .new_Law .left_Law .law_month .content_month li div a {
                        font-size: 0.61rem;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        color: #333;
                        letter-spacing: 1px;
                    }

                    .new_Law .left_Law .law_month .content_month li div i {
                        width: 0;
                        height: 0;
                        border-left: 3px solid #7d7d7d;
                        border-top: 3px solid transparent;
                        border-bottom: 3px solid transparent;
                        margin-right: 0.2rem;
                    }

                .new_Law .left_Law .law_month .content_month li span {
                    white-space: nowrap;
                    margin-left: 0.5rem;
                    font-size: 0.5rem;
                    color: #bbb;
                }

        .new_Law .left_Law .law_month .content_commonly {
            margin: unset;
            margin-top: 0.4rem;
            list-style: none;
        }

            .new_Law .left_Law .law_month .content_commonly li {
                display: flex;
                flex-direction: column;
                margin: 0.6rem 0.4rem;
            }

                .new_Law .left_Law .law_month .content_commonly li .title_content {
                    position: relative;
                    margin-bottom: 0.1rem;
                }

                    .new_Law .left_Law .law_month .content_commonly li .title_content i {
                        width: 0;
                        height: 0;
                        border-top: 3px solid #333;
                        border-left: 3px solid transparent;
                        border-right: 3px solid transparent;
                        position: absolute;
                        top: 0.28rem;
                        left: -0.5rem;
                    }

                    .new_Law .left_Law .law_month .content_commonly li .title_content a {
                        font-size: 0.55rem;
                        color: #333;
                        letter-spacing: 1px;
                        margin-bottom: 0.1rem;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                    }

                .new_Law .left_Law .law_month .content_commonly li .message_content {
                    font-size: 0.53rem;
                    color: #bbb;
                }


.new_Law .left_Law .title_left_Law {
  padding: 1.2rem 2rem 0 2rem;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
}
.new_Law .left_Law .title_left_Law::before {
  content: ' ';
  width: 0.25rem;
  height: 0.5rem;
  display: inline-block;
  background-color: #dc251d;
  margin-left: 0.3rem;
  margin-right: 0.5rem;
}
.new_Law .left_Law .title_left_Law span {
  font-size: 0.75rem;
  color: #333;
  font-weight: bold;
  letter-spacing: 1px;
}
.new_Law .left_Law .nav_left_Law {
  padding: 0.3rem 1.8rem 0.7rem 1.8rem;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}
.new_Law .left_Law .nav_left_Law .firstNav_leftLaw {
  border-bottom: 1px solid #ebedef;
  padding-top: 0.5rem;
  padding-bottom: 0.4rem;
  font-size: 0.65rem;
  font-weight: bold;
  cursor: pointer;
}
.new_Law .left_Law .nav_left_Law .firstNav_leftLaw span:nth-child(1) {
  padding: 0 0.1rem;
}
.new_Law .left_Law .nav_left_Law .firstNav_leftLaw a {
  color: #333;
}
.new_Law .left_Law .nav_left_Law .secondaryNav_leftLaw {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  padding-left: 0.75rem;
  cursor: pointer;
}
.new_Law .left_Law .nav_left_Law .secondaryNav_leftLaw span {
  height: 0;
  width: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border-color: transparent transparent transparent #666;
  border-style: solid dashed dashed dashed;
  border-width: 0.25rem;
}
.new_Law .left_Law .nav_left_Law .secondaryNav_leftLaw a {
  color: #666;
  font-size: 0.6rem;
  margin-left: 0.25rem;
  text-decoration: none;
}
.new_Law .left_Law .nav_left_Law_clear {
  padding: 0rem 1.8rem 0.4rem 1.8rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.new_Law .left_Law .nav_left_Law_clear .firstNav_leftLaw {
  border-bottom: 1px solid #ebedef;
  padding-bottom: 0.2rem;
  font-size: 0.65rem;
  cursor: pointer;
}
.new_Law .left_Law .nav_left_Law_clear .firstNav_leftLaw span:nth-child(1) {
  padding: 0 0.25rem;
}
.new_Law .left_Law .nav_left_Law_clear .firstNav_leftLaw a {
  color: #333;
}
.new_Law .left_Law .nav_left_Law_clear .secondaryNav_leftLaw {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  padding-left: 0.75rem;
  cursor: pointer;
}
.new_Law .left_Law .nav_left_Law_clear .secondaryNav_leftLaw span {
  height: 0;
  width: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border-color: transparent transparent transparent #666;
  border-style: solid dashed dashed dashed;
  border-width: 0.25rem;
}
.new_Law .left_Law .nav_left_Law_clear .secondaryNav_leftLaw a {
  color: #666;
  font-size: 0.6rem;
  margin-left: 0.25rem;
  text-decoration: none;
}
.new_Law .left_Law .nav_left_Law_clear:nth-child(2) {
  padding-top: 0.6rem;
}
.new_Law .left_Law .nav_left_Law_clear:nth-last-child(1) {
  padding-bottom: 0.6rem;
  margin-bottom: 2rem;
}
.new_Law .left_Law .employment_risk {
  padding: 1rem 2rem;
  background-color: #fff;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.1);
}
.new_Law .left_Law .employment_risk .title_risk {
  font-size: 0.65rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.new_Law .left_Law .employment_risk .title_risk::before {
  content: " ";
  width: 0.25rem;
  height: 0.5rem;
  background-color: red;
  display: inline-block;
  margin-right: 0.25rem;
}
.new_Law .left_Law .employment_risk ul {
  display: flex;
  flex-wrap: wrap;
}
.new_Law .left_Law .employment_risk ul li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.new_Law .left_Law .employment_risk ul li .title_item_risk {
  margin-right: 0.9rem;
  min-width: 2.25rem;
  height: 2, 0.25rem;
  background-color: #c1830c;
  text-align: center;
  line-height: 2.25rem;
  color: #fff;
  margin-right: 0.75rem;
  border-radius: 0.25rem;
}
.new_Law .left_Law .employment_risk ul li .title_item_risk span {
  font-size: 1.25rem;
}
.new_Law .left_Law .employment_risk ul li .content_item_risk {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.new_Law .left_Law .employment_risk ul li .content_item_risk div:nth-child(1) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new_Law .left_Law .employment_risk ul li .content_item_risk div:nth-child(1) a {
  font-size: 0.65rem;
  font-weight: bold;
}
.new_Law .left_Law .employment_risk ul li .content_item_risk div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
}
.new_Law .left_Law .employment_risk ul li .content_item_risk div:nth-child(2) a {
  display: block;
  font-size: 0.6rem;
  margin: 0 0.25rem;
}
.new_Law .right_Law {
  margin-left: 0.75rem;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
    .new_Law .right_Law #law_img {
        background-color: #f8f8f8;
        padding-bottom: 0.4rem;
        min-height: 9.2rem;
        overflow: hidden;
    }
    .new_Law .right_Law .title_rightLaw {
        padding-top: 1rem;
        padding-bottom: 0.2rem;
        background-color: #fff;
        display: flex;
        border-bottom: 2px dotted #ebedef;
        margin: 0 1.5rem;
        align-items: center;
    }
.new_Law .right_Law .title_rightLaw div {
  text-align: center;
  letter-spacing: 2px;
  position: relative;
  line-height: 27px;
  cursor: pointer;
}
    .new_Law .right_Law .title_rightLaw div:nth-child(1) {
        color: #dc251d;
    }
.new_Law .right_Law .title_rightLaw div:nth-child(1) span {
  color: #333333;
  font-weight: bold;
  font-size: 0.7rem;
}
.new_Law .right_Law .title_rightLaw span {
  margin: 0 5px;
  color: #ddd;
}
.new_Law .right_Law .title_rightLaw div:nth-child(3) span {
  color: #333;
  font-weight: bold;
  font-size: 0.7rem;
}
    .new_Law .right_Law .title_rightLaw_index {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border-bottom: 2px dotted #ebedef;
        padding-top: 1rem;
        padding-bottom: 0.4rem;
        margin: 0 1.5rem;
    }
.new_Law .right_Law .title_rightLaw_index span {
  font-size: 0.7rem;
  color: #333;
  font-weight: bold;
}
.new_Law .right_Law .title_rightLaw_index a {
  font-size: 0.6rem;
  color: #0057ff;
  text-decoration: none;
}
    .new_Law .right_Law .contents_rightLaw {
        padding: 0.8rem 0;
    }
        .new_Law .right_Law .contents_rightLaw .content_rightLaw {
            display: flex;
            flex-direction: column;
            background-color: #fff;
            transition: all 0.5s;
            padding: 0rem 1.5rem 0.4rem 1.5rem;
        }


.new_Law .right_Law .contents_rightLaw .content_rightLaw .title_content_rl {
  display: flex;
  align-items: center;
}
.new_Law .right_Law .contents_rightLaw .content_rightLaw .title_content_rl span:nth-child(1) {
  display: block;
  font-size: 0.6rem;
  line-height: 1.3rem;
  padding: 0px 0.5rem 0px 0.65rem;
  background-color: #dc251d;
  color: #fff;
  height: 1.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
    .new_Law .right_Law .contents_rightLaw .content_rightLaw .title_content_rl a {
        width: 95%;
        font-size: 0.65rem;
        font-weight: 600;
        color: #333;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        s;
        white-space: nowrap;
    }
.new_Law .right_Law .contents_rightLaw .content_rightLaw .title_content_rl span:nth-child(2) {
  height: 0;
  width: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border-color: transparent transparent transparent #dc251d;
  border-style: solid dashed dashed dashed;
  border-width: 0.65rem;
}
.new_Law .right_Law .contents_rightLaw .content_rightLaw .abstract_content_rl {
  height: 3rem;
  overflow: hidden;
  font-size: 0.6rem;
  line-height: 1rem;
  color: #999;
  margin: 0.6rem 0 0.65rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
    .new_Law .right_Law .contents_rightLaw .content_rightLaw .bottom_content_rl {
        line-height: 1rem;
    }
        .new_Law .right_Law .contents_rightLaw .content_rightLaw .bottom_content_rl span {
            font-size: 0.55rem;
            color: #bbb;
        }
            .new_Law .right_Law .contents_rightLaw .content_rightLaw .bottom_content_rl span::after {
                content: '/';
                margin-left: 0.2rem;
            }
            .new_Law .right_Law .contents_rightLaw .content_rightLaw .bottom_content_rl span:nth-last-child(1)::after {
                display: none;
            }
        .new_Law .right_Law .contents_rightLaw .content_rightLegal {
            display: flex;margin:0.5rem;
            flex-direction: column;
            background-color: #fff;
            transition: all 0.5s;
            padding: 0.8rem 1.5rem 0.4rem 3rem;
            box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
            background-color: #fff;
            background:url(../images/type_00.png) 15px center no-repeat;
        }
            .new_Law .right_Law .contents_rightLaw .content_rightLegal:hover {
                box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.6);
                background-color: #fff;
            }
            .new_Law .right_Law .contents_rightLaw .content_rightLegal p {
                margin-bottom: 10px;
            }
            .new_Law .right_Law .contents_rightLaw .content_rightLegal .title_content_rl {
                display: flex;
                color: #333;
                align-items: center;
                font-size: 0.8rem;
            }

                .new_Law .right_Law .contents_rightLaw .content_rightLegal .title_content_rl span:nth-child(1) {
                    display: block;
                    font-size: 0.6rem;
                    line-height: 1.3rem;
                    padding: 0px 0.5rem 0px 0.65rem;
                    background-color: #dc251d;
                    color: #fff;
                    height: 1.3rem;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                .new_Law .right_Law .contents_rightLaw .content_rightLegal .title_content_rl a {
                    width: 95%;
                    font-size: 0.65rem;
                    font-weight: 600;
                    color: #333;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    s;
                    white-space: nowrap;
                }

                .new_Law .right_Law .contents_rightLaw .content_rightLegal .title_content_rl span:nth-child(2) {
                    height: 0;
                    width: 0;
                    overflow: hidden;
                    font-size: 0;
                    line-height: 0;
                    border-color: transparent transparent transparent #dc251d;
                    border-style: solid dashed dashed dashed;
                    border-width: 0.65rem;
                }

            .new_Law .right_Law .contents_rightLaw .content_rightLegal .abstract_content_rl {
                height: 3rem;
                overflow: hidden;
                font-size: 0.6rem;
                line-height: 1rem;
                color: #999;
                margin: 0.6rem 0 0.65rem;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
            }

            .new_Law .right_Law .contents_rightLaw .content_rightLegal .bottom_content_rl {
                line-height: 1rem;
            }

                .new_Law .right_Law .contents_rightLaw .content_rightLegal .bottom_content_rl span {
                    font-size: 0.55rem;
                    color: #bbb;
                }

                    .new_Law .right_Law .contents_rightLaw .content_rightLegal .bottom_content_rl span::after {
                        content: '/';
                        margin-left: 0.2rem;
                    }

                    .new_Law .right_Law .contents_rightLaw .content_rightLegal .bottom_content_rl span:nth-last-child(1)::after {
                        display: none;
                    }
    ul.page_number {
        display: flex;
        list-style: none;
        justify-content: center;
        background: #fff;
        padding: 0.9rem 0px 2rem 0;
        font-size: 0.6rem;
        color: #999;
    }

        ul.page_number li {
            height: 1.6rem;
            width: 1.6rem;
            border: 1px solid #eee;
            border-right: none;
            text-align: center;
            line-height: 1.6rem;
        }

            ul.page_number li:nth-last-child(1) {
                border-right: 1px solid #eee;
            }

.case_nav {
    margin: 1rem 3rem 0.5rem 3rem;
    background-color: #fff;
}


.case_nav {
  margin: 1rem 3rem 0.5rem 3rem;
  background-color: #fff;
}
.case_nav .all_case_nav {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
}
.case_nav .all_case_nav .nav_contents {
  display: flex;
  min-height: 1.75rem;
  line-height: 1.75rem;
  border-bottom: 1px dotted #c5d1e8;
}
.case_nav .all_case_nav .nav_contents .big_nav {
  font-size: 0.65rem;
  width: 25%;
  padding-left: 1rem;
  background-color: #ca211a;
  color: #fff;
}
.case_nav .all_case_nav .nav_contents .big_nav span:nth-child(1) {
  margin-right: 0.25rem;
}
.case_nav .all_case_nav .nav_contents .big_nav span:nth-child(2) a {
  font-size: 0.65rem;
  color: #fff;
  font-weight: bold;
}
.case_nav .all_case_nav .nav_contents .small_nav {
  display: flex;
  font-size: 0.6rem;
  width: 67%;
  list-style: none;
  margin: 0;
  padding: 0 0.75rem;
  flex-wrap: wrap;
}
.case_nav .all_case_nav .nav_contents .small_nav li {
  display: flex;
  align-items: center;
}
.case_nav .all_case_nav .nav_contents .small_nav li::after {
  content: " ";
  width: 2px;
  height: 10px;
  display: inline-block;
  background-color: #d8d8d8;
  margin: 0 0.4rem;
}
.case_nav .all_case_nav .nav_contents .small_nav li a {
  color: #333;
}
.case_nav .all_case_nav .nav_contents .small_nav li:nth-last-child(1)::after {
  width: 0;
}
.case_nav .all_case_nav .nav_contents .developer {
  width: 8%;
  display: none;
  font-size: 0.6rem;
  justify-content: flex-end;
  padding-right: 0.5rem;
  color: #ca211a;
  cursor: pointer;
}
.case {
  margin: 1rem 3rem 0.5rem 3rem;
  background-color: #fff;
  padding-bottom: 0.75rem;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.1);
}
.case .content_case {
  padding: unset;
  padding-top: 1rem;
}
.case .page_number {
  display: flex;
  list-style: none;
  justify-content: center;
  background: #fff;
  padding: 0.9rem 0px 1rem 0;
  font-size: 0.6rem;
  color: #999;
}
.case .page_number li {
  height: 1.6rem;
  width: 1.6rem;
  border: 1px solid #eee;
  border-right: none;
  text-align: center;
  line-height: 1.6rem;
}
.case .page_number li:nth-last-child(1) {
  border-right: 1px solid #eee;
}
.new_data {
  margin: 1rem 3rem 0.5rem 3rem !important;
}
.new_data .left_Law {
  padding: 0;
}
.new_data .left_Law .nav_left_Law {
  padding: 0rem 1rem 0.45rem 1rem;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}
.new_data .left_Law .nav_left_Law .firstNav_leftLaw {
  border-bottom: 1px solid #ebedef;
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
  font-size: 0.65rem;
  font-weight: bold;
  cursor: pointer;
}
.new_data .left_Law .nav_left_Law .firstNav_leftLaw span:nth-child(1) {
  padding: 0 0.25rem;
}
.new_data .left_Law .nav_left_Law .firstNav_leftLaw a {
  color: #333;
}
.new_data .left_Law .nav_left_Law .secondaryNav_leftLaw {
  display: flex;
  align-items: center;
  margin-top: 0.35rem;
  padding-left: 0.75rem;
  cursor: pointer;
}
.new_data .left_Law .nav_left_Law .secondaryNav_leftLaw span {
  height: 0;
  width: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border-color: transparent transparent transparent #666;
  border-style: solid dashed dashed dashed;
  border-width: 0.25rem;
}
.new_data .left_Law .nav_left_Law .secondaryNav_leftLaw a {
  color: #666;
  font-size: 0.6rem;
  margin-left: 0.25rem;
  text-decoration: none;
}
.new_data .left_Law .nav_left_Law ul {
  list-style: none;
  padding-left: 1.8rem;
  margin: 0;
}
.new_data .left_Law .nav_left_Law ul li {
  line-height: 0.9rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.new_data .left_Law .nav_left_Law ul li a {
  color: #999;
  font-size: 0.6rem;
  letter-spacing: 1px;
}
.new_data .left_Law .nav_left_Law #area {
  margin-top: 0.35rem;
}
.new_data .left_Law .nav_left_Law #area .form-group {
  margin-bottom: unset;
}
.new_data .left_Law .nav_left_Law #area .form-group .custom_select {
  height: 1.5rem;
  padding: 0.2rem 0.4rem 0.2rem 1rem;
  font-size: 0.6rem;
  border: none;
  margin-top: 0.2rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: inline-block;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  background: #e8e5e533 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center / 8px 10px;
  outline: none;
}
.new_data .left_Law .nav_left_Law #year {
  margin-top: 0.35rem;
}
.new_data .left_Law .nav_left_Law #year .form-group {
  margin-bottom: unset;
}
.new_data .left_Law .nav_left_Law #year .form-group .year_select {
  height: 1.5rem;
  padding: 0.2rem 0.4rem 0.2rem 1rem;
  font-size: 0.6rem;
  border: none;
  margin-top: 0.2rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: inline-block;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  background: #e8e5e533 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center / 8px 10px;
  outline: none;
}
.new_data .left_Law .employment_risk {
  padding: 1rem 2rem;
  background-color: #fff;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.1);
}
.new_data .left_Law .employment_risk .title_risk {
  font-size: 0.65rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.new_data .left_Law .employment_risk .title_risk::before {
  content: " ";
  width: 0.25rem;
  height: 0.5rem;
  background-color: red;
  display: inline-block;
  margin-right: 0.25rem;
}
.new_data .left_Law .employment_risk ul {
  display: flex;
  flex-wrap: wrap;
}
.new_data .left_Law .employment_risk ul li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.new_data .left_Law .employment_risk ul li .title_item_risk {
  margin-right: 0.9rem;
  min-width: 2.25rem;
  height: 2, 0.25rem;
  background-color: #c1830c;
  text-align: center;
  line-height: 2.25rem;
  color: #fff;
  margin-right: 0.75rem;
  border-radius: 0.25rem;
}
.new_data .left_Law .employment_risk ul li .title_item_risk span {
  font-size: 1.25rem;
}
.new_data .left_Law .employment_risk ul li .content_item_risk {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.new_data .left_Law .employment_risk ul li .content_item_risk div:nth-child(1) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new_data .left_Law .employment_risk ul li .content_item_risk div:nth-child(1) a {
  font-size: 0.65rem;
  font-weight: bold;
}
.new_data .left_Law .employment_risk ul li .content_item_risk div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
}
.new_data .left_Law .employment_risk ul li .content_item_risk div:nth-child(2) a {
  display: block;
  font-size: 0.6rem;
  margin: 0 0.25rem;
}
.new_data .right_Data {
  margin-left: 0.75rem;
}
.new_data .right_Data .inner_right_Data {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  margin-bottom: 1rem;
}
.new_data .right_Data .inner_right_Data .title_rightData {
  display: flex;
  flex-direction: row;
  margin: 0rem 1.5rem 0rem 1.8rem;
  border-bottom: 2px dotted #ebedef;
  align-items: center;
  font-size: 0.75rem;
  font-weight: bold;
  padding-top: 0.7rem;
  padding-bottom: 0.4rem;
}
.new_data .right_Data .inner_right_Data .title_rightData span:nth-child(1) {
  color: #333;
  margin-right: 0.4rem;
  letter-spacing: 1px;
}
.new_data .right_Data .inner_right_Data .title_rightData::before {
  content: " ";
  width: 3px;
  height: 0.6rem;
  display: inline-block;
  background-color: #ce221b;
  margin-right: 0.2rem;
}
.new_data .right_Data .inner_right_Data .contents_rightData {
  padding-bottom: 1.4rem;
}
.new_data .right_Data .inner_right_Data .contents_rightData .content_rightData {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  transition: all 0.5s;
  padding: 0.3rem 1.5rem 0.3rem 1.5rem;
}
.new_data .right_Data .inner_right_Data .contents_rightData .content_rightData:nth-child(1) .title_content_rd span {
  color: #e0273d;
}
.new_data .right_Data .inner_right_Data .contents_rightData .content_rightData:nth-child(1) .title_content_rd a {
  color: #e0273d;
}
.new_data .right_Data .inner_right_Data .contents_rightData .content_rightData:nth-child(2) .title_content_rd span {
  color: #e86106;
}
.new_data .right_Data .inner_right_Data .contents_rightData .content_rightData:nth-child(2) .title_content_rd a {
  color: #e86106;
}
.new_data .right_Data .inner_right_Data .contents_rightData .content_rightData:nth-child(3) .title_content_rd span {
  color: #d48e09;
}
.new_data .right_Data .inner_right_Data .contents_rightData .content_rightData:nth-child(3) .title_content_rd a {
  color: #d48e09;
}
.new_data .right_Data .inner_right_Data .contents_rightData .content_rightData .title_content_rd {
  display: flex;
  align-items: center;
}
.new_data .right_Data .inner_right_Data .contents_rightData .content_rightData .title_content_rd span {
  color: #9195a3;
  font-size: 1.1rem;
  margin-right: 0.2rem;
}
.new_data .right_Data .inner_right_Data .contents_rightData .content_rightData .title_content_rd a {
  width: 80%;
  font-size: 0.65rem;
  font-weight: 600;
  color: #9195a3;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new_data .right_Data .inner_right_Data .contents_rightData .content_rightData .abstract_content_rd {
  overflow: hidden;
  font-size: 0.6rem;
  line-height: 1rem;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding: 0 0.8rem;
  letter-spacing: 1px;
}
.new_data .right_Data .inner_right_Data .contents_rightData .content_rightData .table_v {
  overflow: auto;
  padding-bottom: 6px;
}
.new_data .right_Data .inner_right_Data .contents_rightData .content_rightData .table_v table caption {
  caption-side: top;
  color: #444;
  font-weight: bold;
  padding: 0.2rem 0;
}
.new_data .right_Data .inner_right_Data .contents_rightData .content_rightData .table_v table tr td {
  white-space: nowrap;
  padding: 0.1rem 0.2rem;
  text-align: center;
}
.new_data .right_Data .inner_right_Data .contents_rightData .content_rightData .table_vv::-webkit-scrollbar {
  width: 0;
}
.new_data .right_Data .inner_right_Data .contents_rightData .content_rightData .bottom_content_rl {
  display: flex;
  height: 2.1rem;
  line-height: 2.1rem;
  background-color: #f8f8f8;
  justify-content: space-around;
  padding: 0 0.4rem;
}
.new_data .right_Data .inner_right_Data .contents_rightData .content_rightData .bottom_content_rl span {
  font-size: 0.6rem;
  width: 32%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.shadow_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.shadow_bg .user_message {
  background-image: url('../images/vip-bg.png');
  display: flex;
  padding: 0.7rem 1.2rem 0.7rem;
  width: 60%;
  align-items: center;
}
.shadow_bg .user_message .user_img {
  margin-right: 0.5rem;
}
.shadow_bg .user_message .user_img img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
.shadow_bg .user_message .name_u_m {
  list-style: none;
  margin: 0;
  width: 90%;
}
.shadow_bg .user_message .name_u_m li {
  display: flex;
  justify-content: space-between;
}
.shadow_bg .user_message .name_u_m li:nth-child(1) {
  font-size: 0.7rem;
}
.shadow_bg .user_message .name_u_m li:nth-child(1) span:nth-child(1) {
  font-weight: bold;
}
.shadow_bg .user_message .name_u_m li:nth-child(1) span:nth-child(2) {
  font-size: 0.9rem;
  color: #2676d3;
  cursor: pointer;
}
.shadow_bg .user_message .name_u_m li:nth-child(2) {
  font-size: 0.65rem;
  color: #666;
}
.shadow_bg .advise_u_m {
  width: 60%;
  padding: 0.45rem 2rem 0.8rem;
  background-color: #fff;
}
.shadow_bg .advise_u_m .line_u_m {
  text-align: center;
  margin-bottom: 1rem;
}
.shadow_bg .advise_u_m .line_u_m span {
  font-size: 0.65rem;
}
.shadow_bg .advise_u_m .line_u_m span:before {
  content: " ";
  height: 2px;
  width: 20%;
  background: linear-gradient(90deg, #f4f7fb, #2676d3);
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.shadow_bg .advise_u_m .line_u_m span::after {
  content: " ";
  height: 2px;
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  background: linear-gradient(-90deg, #f4f7fb, #2676d3);
  margin-left: 0.5rem;
}
.shadow_bg .advise_u_m .content_u_m .set_meal {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
}
.shadow_bg .advise_u_m .content_u_m .set_meal li {
  width: 4.5rem;
  display: flex;
  flex-direction: column;
  font-size: 0.6rem;
  position: relative;
  padding: 0.9rem 0.6rem;
  align-items: center;
  border-radius: 5px;
  border: 2px solid #ccd0d7;
  cursor: pointer;
}
.shadow_bg .advise_u_m .content_u_m .set_meal li span:nth-child(1) {
  margin-bottom: 0.2rem;
}
.shadow_bg .advise_u_m .content_u_m .set_meal li span:nth-child(2) {
  color: #00a1d6;
  font-size: 0.7rem;
  margin-bottom: 0.2rem;
}
.shadow_bg .advise_u_m .content_u_m .set_meal li span:nth-child(3) {
  text-decoration: line-through;
  color: #6d757a;
}
.shadow_bg .advise_u_m .content_u_m .set_meal li div:nth-child(4) {
  position: absolute;
  top: -0.4rem;
  right: 0px;
  background: #fff;
  padding: 0 0.1rem;
  border-radius: 100px;
}
.shadow_bg .advise_u_m .content_u_m .set_meal li div:nth-child(4) span {
  box-sizing: border-box;
  padding: 0.1rem 0.3rem;
  background: #f25d8e;
  border-radius: 100px;
  font-size: 0.6rem;
  color: #ffffff;
  line-height: 0.8rem;
}
.shadow_bg .advise_u_m .content_u_m .set_meal li:nth-child(1) {
  border: 2px solid #00a1d6;
}
.shadow_bg .advise_u_m .content_u_m .explain_s_m {
  font-size: 0.6rem;
}
.shadow_bg .advise_u_m .content_u_m .stack_pay {
  box-sizing: border-box;
  margin-top: 0.5rem;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e5e9ef;
  display: flex;
  height: 6rem;
}
.shadow_bg .advise_u_m .content_u_m .stack_pay .left_stack_pay {
  display: flex;
  flex-direction: column;
  background-color: #f4f5f7;
}
.shadow_bg .advise_u_m .content_u_m .stack_pay .left_stack_pay span {
  background-color: #fff;
  font-size: 0.7rem;
  padding: 0.2rem 0.5rem;
}
.shadow_bg .advise_u_m .content_u_m .stack_pay .right_stack_pay {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shadow_bg .advise_u_m .content_u_m .stack_pay .right_stack_pay .img_stack_pat {
  position: relative;
  width: 4rem;
  height: 4rem;
  border: 1px solid #e5e9ef;
}
.shadow_bg .advise_u_m .content_u_m .stack_pay .right_stack_pay .img_stack_pat img {
  width: 100%;
  height: 100%;
}
.shadow_bg .advise_u_m .content_u_m .stack_pay .right_stack_pay .img_stack_pat span {
  font-size: 1.4rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #717171;
  background-color: #000000b3;
  display: none;
  justify-content: center;
  align-items: center;
}
.shadow_bg .advise_u_m .content_u_m .stack_pay .right_stack_pay .text_stack_pay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 0.5rem;
}
.shadow_bg .advise_u_m .content_u_m .stack_pay .right_stack_pay .text_stack_pay span:nth-child(1) {
  color: #00a1d6;
  font-size: 0.7rem;
  margin-bottom: 0.2rem;
}
.shadow_bg .advise_u_m .content_u_m .stack_pay .right_stack_pay .text_stack_pay span:nth-child(2) {
  color: #6d757a;
  font-size: 0.6rem;
}
.shadow_bg .advise_u_m .content_u_m .clause {
  display: flex;
  justify-content: center;
  font-size: 0.6rem;
  align-items: center;
  margin: 0.4rem;
  letter-spacing: 2px;
}
.shadow_bg .advise_u_m .content_u_m .clause span {
  margin-left: 0.25rem;
}
.shadow_bg .advise_u_m .content_u_m .clause input {
  cursor: pointer;
}
.content_case_details {
  margin: 1.8rem 7rem 2rem 7rem;
}
    .content_case_details .inner_content_c_d {
        position: relative;
        padding: 2rem 1rem;
        /*background: url("../images/case_details_bg.png");*/
        background-color: white;
        box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
        overflow: hidden;
    }
.content_case_details .inner_content_c_d .icon-shuqianbookmark30 {
  position: absolute;
  color: #c1c3bf;
  font-size: 1.4rem;
  right: 1.2rem;
  top: -0.45rem;
}
.content_case_details .inner_content_c_d .title_i_c {
  text-align: center;
  border-bottom: 1px dotted #ccc;
}
.content_case_details .inner_content_c_d .title_i_c h1 {
  font-size: 1rem;
  color: #333;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.content_case_details .inner_content_c_d .title_i_c h2 {
  font-size: 0.7rem;
  letter-spacing: 1px;
  color: #999;
  margin-bottom: 0.5rem;
}
.content_case_details .inner_content_c_d .title_i_c ul {
  list-style: none;
  font-size: 0.6rem;
  color: #999;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.content_case_details .inner_content_c_d .title_i_c ul li span {
  color: #2a2a2a;
  padding-left: 0.2rem;
}
.content_case_details .inner_content_c_d .title_i_c ul li::after {
  content: " ";
  width: 0.1rem;
  height: 0.5rem;
  background-color: #d8d8d8;
  margin: 0 0.4rem;
  display: inline-block;
}
.content_case_details .inner_content_c_d .title_i_c ul li:nth-last-child(1):after {
  width: 0;
}
.content_case_details .inner_content_c_d .base_message {
  margin-top: 1rem;
}
.content_case_details .inner_content_c_d .base_message .title_b_m {
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #393d40;
}
.content_case_details .inner_content_c_d .base_message .title_b_m::before {
  content: " ";
  width: 0.15rem;
  height: 0.6rem;
  background-color: #0057ff;
  margin: 0 0.4rem;
  display: inline-block;
}
.content_case_details .inner_content_c_d .base_message ul {
  margin-top: 0.4rem;
  color: #393d40;
  font-size: 0.65rem;
  padding: 0 0.45rem 0 1rem;
  line-height: 1.3rem;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
  list-style: none;
}
.content_case_details .inner_content_c_d .base_message ul li {
  display: flex;
}
.content_case_details .inner_content_c_d .base_message ul li span:nth-child(1) {
  width: 2.8rem;
  text-align: justify;
  text-align-last: justify;
  white-space: nowrap;
}
.content_case_details .inner_content_c_d .base_message ul li span:nth-child(2) {
  margin-left: 0.2rem;
}
.content_case_details .inner_content_c_d .base_message .content_l_d {
  color: #393d40;
  font-size: 0.65rem;
  padding: 0 0.45rem 0 1rem;
  line-height: 1.3rem;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}
.content_case_details .inner_content_c_d .base_message .content_l_d p{margin-bottom:10px;}
.content_case_details .inner_content_c_d .base_message .content_l_d p:nth-child(1){text-indent:0;}
.content_case_details .inner_content_c_d .base_message .content_l_d h4 {
  font-size: 0.7rem;
  font-weight: bold;
  margin: 0.5rem 0;
}
.content_case_details .inner_content_c_d .base_message .content_l_d h5 {
  font-size: 0.65rem;
  font-weight: bold;
  margin: 0.5rem 0;
}
.content_case_details .inner_content_c_d .base_message .related_tags {
  display: flex;
  flex-direction: column;
  padding-left: 0.5rem;
}
.content_case_details .inner_content_c_d .base_message .related_tags span {
  color: #393d40;
  font-size: 0.65rem;
  cursor: pointer;
}
.content_case_details .inner_content_c_d .base_message .related_tags span:nth-child(2) {
  margin-top: 0.4rem;
}
.content_case_details .inner_content_c_d .content_i_c {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.content_case_details .inner_content_c_d .content_i_c span {
  color: #393d40;
  font-size: 0.65rem;
  margin-top: 0.4rem;
}
.content_case_details .inner_content_c_d .content_i_c .item_title_i_c {
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #393d40;
}
.content_case_details .inner_content_c_d .content_i_c .item_title_i_c::before {
  content: " ";
  width: 0.15rem;
  height: 0.6rem;
  background-color: #0057ff;
  margin: 0 0.4rem;
  display: inline-block;
}
.content_case_details .inner_content_c_d .content_i_c .item_content_i_c {
  color: #393d40;
  font-size: 0.65rem;
  padding: 0 0.45rem 0 1rem;
  line-height: 1.3rem;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
  text-indent: 2em;
}
.content_case_details .inner_content_c_d .content_i_c ul {
  list-style: none;
  padding: 0 1rem;
  font-size: 0.65rem;
}
.content_case_details .inner_content_c_d .content_i_c ul li {
  margin-bottom: 0.4rem;
  color: #999;
}
.content_case_details .inner_content_c_d .content_i_c ul li span {
  color: #2a2a2a;
}
.content_case_details .inner_content_c_d .content_i_c ul li span::after {
  content: " ";
  width: 0.1rem;
  height: 0.5rem;
  background-color: #999;
  margin: 0 0.4rem;
  display: inline-block;
}
.content_case_details .inner_content_c_d .content_i_c ul li span:nth-child(1) {
  margin-left: 0.2rem;
}
.content_case_details .inner_content_c_d .content_i_c ul li span:nth-last-child(1):after {
  width: 0;
}
.content_case_details .inner_content_c_d .table_v {
  overflow: auto;
  margin: 0 0.45rem;
  padding-bottom: 6px;
}
.content_case_details .inner_content_c_d .table_v table caption {
  caption-side: top;
  color: #444;
  font-weight: bold;
  padding: 0.2rem 0;
}
.content_case_details .inner_content_c_d .table_v table tr td {
  white-space: nowrap;
  padding: 0.1rem 0.2rem;
  text-align: center;
}
.content_case_details .inner_content_c_d .table_vv::-webkit-scrollbar {
  width: 0;
}
.content_case_details .inner_content_c_d .mark_z {
  display: flex;
  padding: 0 0.3rem;
  font-size: 0.65rem;
  margin-top: 1rem;
}
.content_case_details .inner_content_c_d .mark_z .title_mark {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.7rem;
}
.content_case_details .inner_content_c_d .mark_z .title_mark span {
  white-space: nowrap;
}
.content_case_details .inner_content_c_d .mark_z .content_mark {
  display: flex;
  flex-wrap: wrap;
}
.content_case_details .inner_content_c_d .mark_z .content_mark span {
  letter-spacing: 1px;
  background-color: #c5bbac80;
  color: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  margin: 0.2rem 0.3rem;
  white-space: nowrap;
  cursor: pointer;
}
.content_case_details .inner_content_c_d .mark_z .content_mark .add_color {
  background-color: #426dce;
}
.content_case_details .add_bg {
  background-image: unset;
  background-color: #fff;
}
.content_case_details .add_bg .title_i_c {
  border-bottom: 2px solid #da0b0b !important;
}
.content_case_details .add_bg .title_i_c h1 {
  color: #da0b0b !important;
}
.content_case_details .add_bg .base_message .title_b_m::before {
  background-color: #da0b0b !important;
}
.content_law_details {
  margin: 1.8rem 7rem 2rem 7rem;
  position: relative;
}
.content_law_details .right_fixed {
  font-family: 'Microsoft Yahei', Arial, Helvetica, sans-serif !important;
  position: absolute;
  top: 0;
  left: -3.5rem;
}
.content_law_details .right_fixed .right_fixed_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(151, 183, 224, 0.3);
  color: #999;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.3rem;
  cursor: pointer;
}
.content_law_details .right_fixed .right_fixed_title span:nth-child(1) {
  font-size: 26px;
  line-height: 22px;
}
.content_law_details .right_fixed .right_fixed_title span:nth-child(2) {
  font-size: 0.7rem;
}
.content_law_details .left_fixed {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Microsoft Yahei', Arial, Helvetica, sans-serif !important;
}
.content_law_details .left_fixed .catalog_content {
  display: none;
  font-size: 0.65rem;
  padding: 0.6rem;
  width: 9.2rem;
  height: 16rem;
  background-color: rgba(250, 250, 250, 0.98);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 0.5rem 1rem;
  line-height: 1.1rem;
  color: #666;
}
.content_law_details .left_fixed .catalog_content ul {
  list-style: none;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.content_law_details .left_fixed .catalog_content ul li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content_law_details .left_fixed .setting_content {
  display: none;
  flex-direction: column;
  background-color: rgba(250, 250, 250, 0.98);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  width: 25rem;
  height: 11rem;
  padding: 0 1.5rem;
}
.content_law_details .left_fixed .setting_content .title_set_c {
  height: 2.2rem;
  line-height: 3rem;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.content_law_details .left_fixed .setting_content .title_set_c span:nth-child(1) {
  font-size: 0.7rem;
  color: #333;
  letter-spacing: 2px;
  font-weight: bold;
}
.content_law_details .left_fixed .setting_content .title_set_c span:nth-child(2) {
  color: #999;
  font-size: 1rem;
  cursor: pointer;
}
.content_law_details .left_fixed .setting_content .font_family {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 0.8rem;
}
.content_law_details .left_fixed .setting_content .font_family div:nth-child(1) {
  font-size: 0.7rem;
  color: #666;
  letter-spacing: 2px;
  width: 4rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.content_law_details .left_fixed .setting_content .font_family div:nth-child(2) span {
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  height: 1.55rem;
  line-height: 1.48rem;
  padding: 0 1rem;
  float: left;
  margin-right: 0.5rem;
  font-size: 0.7rem;
  cursor: pointer;
}
.content_law_details .left_fixed .setting_content .font_family div:nth-child(2) span:hover {
  border-color: #66afe9;
  outline: 0;
}
.content_law_details .left_fixed .setting_content .font_size {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 0.4rem;
}
.content_law_details .left_fixed .setting_content .font_size div:nth-child(1) {
  font-size: 0.7rem;
  color: #666;
  letter-spacing: 2px;
  width: 4rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.content_law_details .left_fixed .setting_content .font_size div:nth-child(2) {
  border: 1px solid #d6d6d6;
  overflow: hidden;
  background: #fff;
  border-radius: 2px;
  height: 1.6rem;
  line-height: 1.4rem;
}
.content_law_details .left_fixed .setting_content .font_size div:nth-child(2) span {
  font-size: 0.8rem;
  margin: 0;
  padding: 0 1rem;
  border-right: 2px solid #e6e6e6;
  cursor: pointer;
}
.content_law_details .left_fixed .setting_content .font_size div:nth-child(2) span:hover {
  color: #0057ff;
}
.content_law_details .left_fixed .setting_content .font_size div:nth-child(2) span:nth-child(3) {
  border: none;
}
.content_law_details .left_fixed .setting_content .font_size div:nth-child(2) span:nth-child(2) {
  color: #999;
}
.content_law_details .left_fixed .setting_content .keep_or_cancel {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0.75rem 0;
}
.content_law_details .left_fixed .setting_content .keep_or_cancel span {
  border-radius: 2px;
  width: 6rem;
  height: 1.6rem;
  line-height: 1.5rem;
  font-size: 0.7rem;
  display: inline-block;
  margin: 0 1.5rem;
  text-align: center;
  cursor: pointer;
}
.content_law_details .left_fixed .setting_content .keep_or_cancel span:nth-child(1) {
  background: #0057ff;
  border: 1px solid #0057ff;
  color: #fff;
}
.content_law_details .left_fixed .setting_content .keep_or_cancel span:nth-child(2) {
  background: #fff;
  border: 1px solid #d6d6d6;
  color: #333;
}
.footer .left_bottom_fixed {
  position: fixed;
  bottom: 0;
  right: 0rem;
}
    .footer .left_bottom_fixed .return_top {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: rgba(151, 183, 224, 0.3);
        color: #999;
        width: 2.5rem;
        height: 2.5rem;
        cursor: pointer;
    }
        .footer .left_bottom_fixed .return_top span:nth-child(1) {
            font-size: 26px;
            line-height: 22px;
        }
        .footer .left_bottom_fixed .return_top span:nth-child(2) {
            font-size: 0.7rem;
        }
.content_data_details {
  margin: 3rem 3rem 2rem 3rem;
}
.content_data_details .inner_content_d_d {
  position: relative;
  padding: 3rem 4rem;
  background: url("../images/case_details_bg.png");
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.content_data_details .inner_content_d_d .icon-shuqianbookmark30 {
  position: absolute;
  color: #c1c3bf;
  font-size: 1.4rem;
  right: 1.2rem;
  top: -0.45rem;
}
.content_data_details .inner_content_d_d .title_d_d {
  text-align: center;
  border-bottom: 1px dotted #ccc;
}
.content_data_details .inner_content_d_d .title_d_d h1 {
  font-size: 1rem;
  color: #333;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.content_data_details .inner_content_d_d .title_d_d ul {
  list-style: none;
  font-size: 0.6rem;
  color: #999;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.content_data_details .inner_content_d_d .title_d_d ul li span {
  color: #2a2a2a;
  padding-left: 0.2rem;
}
.content_data_details .inner_content_d_d .title_d_d ul li::after {
  content: " ";
  width: 0.1rem;
  height: 0.5rem;
  background-color: #d8d8d8;
  margin: 0 0.4rem;
  display: inline-block;
}
.content_data_details .inner_content_d_d .title_d_d ul li:nth-last-child(1):after {
  width: 0;
}
.content_data_details .inner_content_d_d .content_d_d {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.content_data_details .inner_content_d_d .content_d_d span {
  color: #393d40;
  font-size: 0.65rem;
  margin-top: 0.4rem;
}
.content_data_details .inner_content_d_d .content_d_d .item_title_d_d {
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #393d40;
}
.content_data_details .inner_content_d_d .content_d_d .item_title_d_d::before {
  content: " ";
  width: 0.15rem;
  height: 0.6rem;
  background-color: #0057ff;
  margin: 0 0.4rem;
  display: inline-block;
}
.content_data_details .inner_content_d_d .content_d_d .item_content_d_d {
  color: #393d40;
  font-size: 0.65rem;
  padding: 0 0.45rem;
  line-height: 1.3rem;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}
.head_bg_about {
  background: url("../images/about_head_bgjpg.jpg") 0 -236px;
  background-size: 100%;
}
.head_bg_about .curtain {
  position: relative;
}
.head_bg_about .curtain .about_our {
  padding: 2.5rem 0 2.5rem 15%;
  color: #fff;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.4);
}
.head_bg_about .curtain .about_our div {
  position: relative;
  z-index: 99;
}
.head_bg_about .curtain .about_our .title_a_o {
  margin-bottom: 1rem;
}
.head_bg_about .curtain .about_our .title_a_o span {
  font-size: 1.2rem;
  margin-right: 0.5rem;
}
.head_bg_about .curtain .about_our .title_a_o :nth-child(2) {
  font-size: 0.8rem;
}
.head_bg_about .curtain .about_our .contents_a_o {
  margin-bottom: 1rem;
  width: 60%;
}
.head_bg_about .curtain .about_our .contents_a_o span {
  font-size: 0.7rem;
}
.head_bg_about .curtain::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #2b1717d1;
  position: absolute;
  top: 0;
  left: 0;
  filter: opacity(0.4);
}
.tearm_service {
  margin: 1rem 7rem;
}
.tearm_service .title_t_s {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
  margin-top: 3rem;
}
.tearm_service .title_t_s .title_Chinese {
  font-size: 0.8rem;
  border-bottom: 1px solid #666;
  padding: 0.1rem 1.35rem;
  font-weight: bold;
}
.tearm_service .title_t_s .title_English {
  font-size: 0.6rem;
  letter-spacing: 2px;
  color: #666;
}
.tearm_service .title_t_s .title_English span {
  margin: 0 5px;
}
.tearm_service .services_t_s .contents_services {
  display: flex;
}
.tearm_service .services_t_s .contents_services .content_services {
  margin-right: 1rem;
  border-top: 2px solid #dc251d;
  background-color: #f8f8f8;
  padding: 0.5rem 1rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
  height: 7.5rem;
}
.tearm_service .services_t_s .contents_services .content_services .head_c_s {
  font-size: 0.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tearm_service .services_t_s .contents_services .content_services .head_c_s span:nth-child(1) {
  font-weight: bold;
}
.tearm_service .services_t_s .contents_services .content_services .head_c_s span:nth-child(2) {
  color: #dc251d;
  font-size: 1.25rem;
}
.tearm_service .services_t_s .contents_services .content_services .middle_c_s {
  font-size: 0.6rem;
  color: #444;
  line-height: 1.1rem;
  margin-bottom: 0.3rem;
}
.tearm_service .services_t_s .contents_services .content_services .footer_c_s {
  font-size: 0.6rem;
  color: #dc251d;
}
.tearm_service .services_t_s .contents_services .content_services .footer_c_s span:nth-child(1) {
  font-size: 0.6rem;
  font-weight: bold;
  margin-right: 0.25rem;
}
.introduce_team {
  margin: 1rem 7rem;
}
.introduce_team .img_i_t {
  padding: 0;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.4);
  height: 13.45rem;
}
.introduce_team .img_i_t img {
  width: 100%;
  height: 100%;
  filter: grayscale(24%);
}
.introduce_team .contents_i_t {
  height: 13.45rem;
}
.introduce_team .contents_i_t .team_btn {
  display: flex;
  justify-content: space-between;
  font-size: 0.7rem;
  line-height: 1.9rem;
  border-radius: 5px 5px 0 0;
  border-bottom: 2px solid #dc251d;
  background-color: #f8f8f8;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
  height: 2rem;
}
.introduce_team .contents_i_t .team_btn span {
  width: 50%;
  text-align: center;
  border-radius: 5px 0px 0 0;
}
.introduce_team .contents_i_t .team_btn :nth-child(1) {
  background-color: #dc251d;
  color: #fff;
}
.introduce_team .contents_i_t .team_btn :nth-child(2) {
  border-radius: 0px 5px 0 0;
}
.introduce_team .contents_i_t .brother1 {
  display: flex;
  flex-direction: column;
  font-size: 0.65rem;
  height: 10.7rem;
  background-color: #f8f8f8;
  justify-content: space-around;
  padding: 1rem 0.8rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
  height: 11.45rem;
}
.introduce_team .contents_i_t .brother1 span {
  margin: 0.25rem;
  line-height: 1.25rem;
}
.introduce_team .contents_i_t .brother2 {
  display: none;
  flex-direction: column;
  font-size: 0.65rem;
  height: 10.7rem;
  background-color: #f8f8f8;
  justify-content: space-around;
  padding: 1rem 0.8rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
  height: 11.45rem;
}
.introduce_team .contents_i_t .brother2 span {
  margin: 0.25rem;
  line-height: 1.25rem;
}
.relief_bg {
  background: url("../images/case_details_bg.png");
}
.add_r_bg {
  background: url("../images/law_details_bg.png");
}
.relief {
  padding: 1.75rem;
  background-color: #f1efdb;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  margin: 1rem 3rem 2rem 3rem;
}
.relief div:nth-child(1) span:nth-child(1) {
  font-size: 1rem;
  color: #888282;
  font-weight: bold;
}
.relief div:nth-child(1) span:nth-child(2) {
  font-size: 0.7rem;
  line-height: 1.2rem;
  color: #999;
  margin-top: 0.75rem;
}
.relief div:nth-child(2) {
  font-size: 0.7rem;
  margin-top: 0.5rem;
  color: #999;
}
.relief div:nth-child(2) span:nth-child(1) {
  color: #bf0f0f;
}
.relief_data {
  padding: 35px;
  background-color: #f0f0f0;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  margin: 1rem 3rem 2rem 3rem;
}
.relief_data ul {
  margin: 0;
  list-style: none;
}
.relief_data ul li {
  color: #444;
  font-weight: bold;
  font-size: 0.65rem;
  letter-spacing: 2px;
}
.relief_data ul li span {
  color: #999;
  font-weight: normal;
  letter-spacing: 1px;
}
.search_plate {
  padding: 0.5rem 3rem;
  display: flex;
  flex-direction: column;
}

    .search_plate .search_condition {
        background: #fff;
        display: flex;
        justify-content: space-between;
        font-size: 0.6rem;
        min-height: 2rem;
        padding: 0.4rem;
        flex-wrap: nowrap;
        margin: unset;
        margin-bottom: 0.1rem;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    }

        .search_plate .search_condition .outline_div {
            display: flex;
        }

            .search_plate .search_condition .outline_div .condition_name {
                white-space: nowrap;
                padding-left: 1.6rem;
                height: 1.2rem;
                line-height: 1.2rem;
                font-size: 0.6rem;
                color: #666;
                letter-spacing: 1px;
                margin: 0.2rem;
            }

                .search_plate .search_condition .outline_div .condition_name span {
                    letter-spacing: 1px;
                }

            .search_plate .search_condition .outline_div ul {
                display: flex;
                list-style: none;
                margin: unset;
                min-height: 1.2rem;
                line-height: 1.4rem;
                flex-wrap: wrap;
            }

                .search_plate .search_condition .outline_div ul li {
                    height: 1.2rem;
                    line-height: 1.1rem;
                    font-size: 0.6rem;
                    border: 1px solid #dadfe2;
                    color: #666;
                    padding: 0 0.4rem;
                    letter-spacing: 1px;
                    margin: 0.2rem;
                    cursor: pointer;
                }

               
                        .search_plate .search_condition .outline_div ul li span:nth-child(3) {
                            vertical-align: bottom;
                            background-color: #d8d8d8;
                            text-align: center;
                            font-size: 0.6rem;
                        }

        .search_plate .search_condition .right_set {
            height: 1.2rem;
            line-height: 1.1rem;
            display: flex;
            align-items: center;
            margin: 0.2rem 1rem 0.2rem 0;
        }

            .search_plate .search_condition .right_set div {
                cursor: pointer;
                display: flex;
                align-items: center;
            }

             
             
                .search_plate .search_condition .right_set div span {
                    letter-spacing: 1px;
                    color: #0057ff;
                    white-space: nowrap;
                }

                    .search_plate .search_condition .right_set div span:nth-child(1) {
                        vertical-align: middle;
                    }


    .search_plate .tanchu {
        height: 7.5rem;
        padding: 1rem 2rem;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
        background-color: #fff;
        margin-bottom: 0.5rem;
    }

        .search_plate .tanchu form ul {
            list-style: none;
            margin: unset;
        }

            .search_plate .tanchu form ul li {
                position: relative;
                display: flex;
                font-size: 0.6rem;
                align-items: center;
                margin-bottom: 0.5rem;
            }

                .search_plate .tanchu form ul li .li_option {
                    position: absolute;
                    top: 102%;
                    display: flex;
                    flex-direction: column;
                    margin-left: 3rem;
                    border: 1px solid #ccc;
                    width: 14rem;
                    z-index: 999;
                    background-color: #fff;
                }

                    .search_plate .tanchu form ul li .li_option span {
                        color: #999;
                        padding: 0.2rem 0.5rem;
                    }

                        .search_plate .tanchu form ul li .li_option span:hover {
                            color: white;
                            background-color: #63afee;
                        }

                .search_plate .tanchu form ul li .title_select {
                    width: 3rem;
                    color: #666;
                    font-size: 0.6rem;
                    letter-spacing: 1px;
                }



                .search_plate .tanchu form ul li .category,.search_plate .tanchu form ul li .province_city {
                    display: flex;
                    margin: unset;
                    width: 14rem;
                    justify-content: space-between;
                }

                .search_plate .tanchu form ul li input, .search_plate .tanchu form ul li select {
                    padding: 0 0.2rem;
                    outline: none;
                    color: #625f5f;
                    height: 1.2rem;
                    line-height: 1.2rem;
                    border: 1px solid #ccc;
                    padding-left: 0.5rem;
                    font-size: 0.6rem;
                }
             

                .search_plate .tanchu form .btn_tanchu {
                    display: flex;
                    margin-top: 0.4rem;
                    padding-left: 15px;
                    justify-content: center;
                }

            .search_plate .tanchu form .btn_tanchu span {
                height: 1.4rem;
                line-height: 1.4rem;
                text-align: center;
                background-color: #dc251d;
                border: none;
                color: white;
                font-size: 0.65rem;
                border-radius: unset;
                outline: none;
                cursor: pointer;
                width: 3rem;
                margin-right: 0.5rem;
            }

                .search_plate .tanchu form .btn_tanchu span:nth-child(2) {
                    background-color: #0057ff;
                }


   

.searchAndNavAndBrand .searchAndNav .search .search_div ul right_search{
    display: none;
    position: absolute;
    top: 1.75rem;
    width: 5rem;
    list-style: none;
    background: #fff;
    z-index: 99;
    text-align: center;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    padding: 0.3rem 0.1rem;
}

.searchAndNavAndBrand .searchAndNav .search .search_div ul li:hover span {
    color: #dc251d;
}

.searchAndNavAndBrand .searchAndNav .search .search_div ul li span {
    font-size: 0.7rem;
    color: #999;
    cursor: pointer;
}

.searchAndNavAndBrand .searchAndNav .search .search_div .fuzzy {
    position: absolute;
    display: flex;
    align-items: center;
    font-size: 12px;
    right: 0;
    top: 1.75rem;
    width: 25%;
}

    .searchAndNavAndBrand .searchAndNav .search .search_div .fuzzy label {
        margin: unset;
        color: #999;
        letter-spacing: 1px;
        display: flex;
        align-items: center;
    }

        .searchAndNavAndBrand .searchAndNav .search .search_div .fuzzy label input {
            width: 0.5rem;
            height: 0.5rem;
            margin-left: 0.2rem;
        }

    .searchAndNavAndBrand .searchAndNav .search .search_div .fuzzy span {
        display: block;
        width: 1px;
        height: 0.5rem;
        margin: 0 0.4rem;
        background: #999;
    }
.search_plate .search_middle {
  margin: unset;
}
.search_plate .search_middle .left_search {
  padding: 0;
}
.search_plate .search_middle .left_search .title_left_Law {
  padding: 0.5rem 2rem 1rem 2rem;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  margin-bottom: 0.4rem;
}
.search_plate .search_middle .left_search .title_left_Law span:nth-child(1) {
  font-size: 0.7rem;
  color: #333;
  font-weight: bold;
  margin: 0.5rem 0;
}
.search_plate .search_middle .left_search .title_left_Law span:nth-child(2) {
  font-size: 0.65rem;
  color: #666;
  line-height: 1.2rem;
}
.search_plate .search_middle .left_search .nav_left_Law {
  padding: 0.3rem 0rem 0.7rem 0rem;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}
.search_plate .search_middle .left_search .nav_left_Law .firstNav_leftLaw {
  border-bottom: 1px solid #ebedef;
  margin: 0.5rem 1.8rem 0.4rem 1.8rem;
  font-size: 0.65rem;
  font-weight: bold;
  cursor: pointer;
}
.search_plate .search_middle .left_search .nav_left_Law .firstNav_leftLaw span:nth-child(1) {
  padding: 0 0.25rem;
}
.search_plate .search_middle .left_search .nav_left_Law .firstNav_leftLaw a {
  color: #333;
}
.search_plate .search_middle .left_search .nav_left_Law .secondaryNav_leftLaw {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  padding: 0 1.8rem 0 2.55rem;
  cursor: pointer;
}
.search_plate .search_middle .left_search .nav_left_Law .secondaryNav_leftLaw span {
  height: 0;
  width: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border-color: transparent transparent transparent #666;
  border-style: solid dashed dashed dashed;
  border-width: 0.25rem;
}
.search_plate .search_middle .left_search .nav_left_Law .secondaryNav_leftLaw a {
  color: #666;
  font-size: 0.6rem;
  margin-left: 0.25rem;
  text-decoration: none;
}
.search_plate .search_middle .left_search .nav_left_Law .page_nav {
  display: none;
  font-size: 0.6rem;
  color: #999;
  margin-top: 0.6rem;
  padding-left: 2.55rem;
}
.search_plate .search_middle .left_search .nav_left_Law .page_nav span {
  letter-spacing: 2px;
}
.search_plate .search_middle .left_search .nav_left_Law .page_nav a {
  border: 1px solid #ccc;
  padding: 0.1rem 0.4rem;
  margin: 0 0.1rem;
}
.search_plate .search_middle .left_search .nav_left_Law #area {
  margin: 0 1.8rem;
}
.search_plate .search_middle .left_search .nav_left_Law #area .form-group {
  margin-bottom: unset;
}
.search_plate .search_middle .left_search .nav_left_Law #area .form-group .custom_select {
  height: 1.5rem;
  padding: 0.2rem 0.4rem 0.2rem 1rem;
  font-size: 0.6rem;
  border: none;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: inline-block;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  background: #e8e5e533 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center / 8px 10px;
  outline: none;
}
.search_plate .search_middle .left_search .nav_left_Law #area .form-group .custom_select:nth-child(1) {
  margin-bottom: 0.2rem;
}
.search_plate .search_middle .left_search .nav_left_Law #publish_date {
  font-size: 0.6rem;
  text-align: center;
}
.search_plate .search_middle .left_search .nav_left_Law #publish_date div {
  margin: 0.4rem 0;
}
.search_plate .search_middle .left_search .nav_left_Law #publish_date div input {
  outline: none;
  width: 7.2rem;
  height: 1.4rem;
  letter-spacing: 1px;
  border: none;
  background-color: #fafafa;
  padding: 0 0.4rem;
}
.search_plate .search_middle .left_search .nav_left_Law #effect_date {
  font-size: 0.6rem;
  text-align: center;
}
.search_plate .search_middle .left_search .nav_left_Law #effect_date div {
  margin: 0.4rem 0;
}
.search_plate .search_middle .left_search .nav_left_Law #effect_date div input {
  outline: none;
  width: 7.2rem;
  height: 1.4rem;
  letter-spacing: 1px;
  border: none;
  background-color: #fafafa;
  padding: 0 0.4rem;
}
.search_plate .search_middle .left_search .nav_left_Law_clear {
  padding: 0rem 1.8rem 0.4rem 1.8rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.search_plate .search_middle .left_search .nav_left_Law_clear .firstNav_leftLaw {
  border-bottom: 1px solid #ebedef;
  padding-bottom: 0.2rem;
  font-size: 0.65rem;
  font-weight: bold;
  cursor: pointer;
}
.search_plate .search_middle .left_search .nav_left_Law_clear .firstNav_leftLaw span:nth-child(1) {
  padding: 0 0.25rem;
}
.search_plate .search_middle .left_search .nav_left_Law_clear .firstNav_leftLaw a {
  color: #333;
}
.search_plate .search_middle .left_search .nav_left_Law_clear .secondaryNav_leftLaw {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  padding-left: 0.75rem;
  cursor: pointer;
}
.search_plate .search_middle .left_search .nav_left_Law_clear .secondaryNav_leftLaw span {
  height: 0;
  width: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border-color: transparent transparent transparent #666;
  border-style: solid dashed dashed dashed;
  border-width: 0.25rem;
}
.search_plate .search_middle .left_search .nav_left_Law_clear .secondaryNav_leftLaw a {
  color: #666;
  font-size: 0.6rem;
  margin-left: 0.25rem;
  text-decoration: none;
}
.search_plate .search_middle .left_search .nav_left_Law_clear:nth-child(2) {
  padding-top: 0.6rem;
}
.search_plate .search_middle .left_search .nav_left_Law_clear:nth-last-child(1) {
  padding-bottom: 0.6rem;
  margin-bottom: 2rem;
}
.search_plate .search_middle .left_search .employment_risk {
  padding: 1rem 2rem;
  background-color: #fff;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.1);
}
.search_plate .search_middle .left_search .employment_risk .title_risk {
  font-size: 0.65rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.search_plate .search_middle .left_search .employment_risk .title_risk::before {
  content: " ";
  width: 0.25rem;
  height: 0.5rem;
  background-color: red;
  display: inline-block;
  margin-right: 0.25rem;
}
.search_plate .search_middle .left_search .employment_risk ul {
  display: flex;
  flex-wrap: wrap;
}
.search_plate .search_middle .left_search .employment_risk ul li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.search_plate .search_middle .left_search .employment_risk ul li .title_item_risk {
  margin-right: 0.9rem;
  min-width: 2.25rem;
  height: 2, 0.25rem;
  background-color: #c1830c;
  text-align: center;
  line-height: 2.25rem;
  color: #fff;
  margin-right: 0.75rem;
  border-radius: 0.25rem;
}
.search_plate .search_middle .left_search .employment_risk ul li .title_item_risk span {
  font-size: 1.25rem;
}
.search_plate .search_middle .left_search .employment_risk ul li .content_item_risk {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.search_plate .search_middle .left_search .employment_risk ul li .content_item_risk div:nth-child(1) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search_plate .search_middle .left_search .employment_risk ul li .content_item_risk div:nth-child(1) a {
  font-size: 0.65rem;
  font-weight: bold;
}
.search_plate .search_middle .left_search .employment_risk ul li .content_item_risk div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
}
.search_plate .search_middle .left_search .employment_risk ul li .content_item_risk div:nth-child(2) a {
  display: block;
  font-size: 0.6rem;
  margin: 0 0.25rem;
}
.search_plate .search_middle .right_search {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.search_plate .search_middle .right_search .title_search {
  padding-top: 0.7rem;
  padding-bottom: 0.3rem;
  background-color: #fff;
  display: flex;
  border-bottom: 2px dotted #ebedef;
  margin: 0 1.5rem 0.6rem 1.5rem;
  align-items: center;
  font-size: 0.6rem;
  justify-content: space-between;
}
.search_plate .search_middle .right_search .title_search div span {
  color: #0057ff;
}
.search_plate .search_middle .right_search .title_search ul {
  list-style: none;
  margin: unset;
  display: flex;
  width: 70%;
  justify-content: space-around;
}
.search_plate .search_middle .right_search .title_search ul li {
  margin-left: 1rem;
  cursor: pointer;
}
.search_plate .search_middle .right_search .contents_search {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  transition: all 0.5s;
  padding: 0.8rem 1.5rem 1rem 1.5rem;
}
.search_plate .search_middle .right_search .contents_search:hover {
  box-shadow: 0 5px 10px 5px rgba(110, 110, 110, 0.4);
  transform: translateY(-1px);
  position: relative;
  z-index: 99;
}
.search_plate .search_middle .right_search .contents_search .title_content_rl {
  display: flex;
  align-items: center;
}
.search_plate .search_middle .right_search .contents_search .title_content_rl span {
  display: block;
  font-size: 0.6rem;
  border: 1px solid #0057ff;
  border-radius: 1rem;
  color: #0057ff;
  padding: 0.05rem 0.3rem;
  margin-right: 8px;
  background-color: #0057ff1a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search_plate .search_middle .right_search .contents_search .title_content_rl a {
  width: 80%;
  font-size: 0.65rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search_plate .search_middle .right_search .contents_search .abstract_content_rl {
  height: 3rem;
  overflow: hidden;
  font-size: 0.6rem;
  line-height: 1rem;
  color: #999;
  margin: 0.6rem 0 0.65rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.search_plate .search_middle .right_search .contents_search .bottom_content_rl {
  display: flex;
  height: 2.1rem;
  line-height: 2.1rem;
  background-color: #f8f8f8;
  justify-content: space-around;
  padding: 0 0.4rem;
}
.search_plate .search_middle .right_search .contents_search .bottom_content_rl span {
  font-size: 0.6rem;
  width: 32%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search_plate .search_middle .right_search .contents_search:nth-child(3) {
  display: none;
}
.search_plate .search_middle .right_search .page_number {
  display: flex;
  list-style: none;
  justify-content: center;
  background: #fff;
  padding: 0.9rem 0px 2rem 0;
  font-size: 0.6rem;
  color: #999;
}
.search_plate .search_middle .right_search .page_number li {
  height: 1.6rem;
  width: 1.6rem;
  border: 1px solid #eee;
  border-right: none;
  text-align: center;
  line-height: 1.6rem;
}
.search_plate .search_middle .right_search .page_number li:nth-last-child(1) {
  border-right: 1px solid #eee;
}
.revise_sarch {
  padding: 1.8rem 7rem 2rem 7rem;
}
.case_agency {
  padding: 0.5rem 3rem;
  margin-bottom: 0.5rem;
}
.case_agency ._agency_introduce {
  margin: unset;
}
.case_agency ._agency_introduce ._introduce_left {
  display: flex;
  flex-direction: column;
  padding: unset;
  background-color: #fff;
}
.case_agency ._agency_introduce ._introduce_left .title_introduce_left {
  display: flex;
  margin: unset;
  align-items: center;
  border-bottom: 1px solid #ebedef;
  padding: 10px 0;
}
.case_agency ._agency_introduce ._introduce_left .title_introduce_left li {
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.case_agency ._agency_introduce ._introduce_left .title_introduce_left li span:nth-child(1) {
  font-size: 1.1rem;
  color: white;
  padding: 0.1rem 0.35rem;
  border-radius: 50%;
  background: #77cbe8;
  height: auto;
  margin-right: 0.2rem;
}
.case_agency ._agency_introduce ._introduce_left .title_introduce_left li span:nth-child(2) {
  font-size: 0.75rem;
}
.case_agency ._agency_introduce ._introduce_left .contetnt_introduce .content_1 {
  padding: 0.8rem 1.8rem;
}
.case_agency ._agency_introduce ._introduce_left .contetnt_introduce .content_1 span {
  font-size: 0.65rem;
  color: #666;
  letter-spacing: 1px;
}
.case_agency ._agency_introduce ._introduce_left .contetnt_introduce .content_2 {
  padding: 0.8rem 1.8rem;
  list-style: decimal;
  margin: unset;
  font-size: 0.65rem;
  color: #666;
  margin-left: 0.9rem;
  letter-spacing: 1px;
  line-height: 1rem;
  margin-bottom: 0.4rem;
}
.case_agency ._agency_introduce ._introduce_left .contetnt_introduce .content_3 {
  padding: 0.8rem 1.8rem;
}
.case_agency ._agency_introduce ._introduce_left .contetnt_introduce .content_3 span {
  display: block;
  font-size: 0.65rem;
  color: #666;
  letter-spacing: 1px;
  margin-bottom: 0.9rem;
}
.case_agency ._agency_introduce ._introduce_left .contetnt_introduce .content_3 img {
  width: 100%;
}
.case_agency .product_introduce {
  height: 12.8rem;
  margin: unset;
  margin-bottom: 0.5rem;
}
.case_agency .product_introduce .product_left {
  height: 100%;
  padding: 0.5rem 0rem;
  background-color: #fff;
}
.case_agency .product_introduce .product_left .title_product_left {
  padding-left: 1.3rem;
  height: 2rem;
}
.case_agency .product_introduce .product_left .title_product_left span {
  font-size: 0.8rem;
  color: #222;
  font-weight: bold;
}
.case_agency .product_introduce .product_left .content_product_left {
  height: 10.8rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: unset;
  padding: 0 0.6rem 1.2rem 0.6rem;
}
.case_agency .product_introduce .product_left .content_product_left li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 50%;
  cursor: pointer;
  color: #666;
}
.case_agency .product_introduce .product_left .content_product_left li span:nth-child(1) {
  font-size: 1.2rem;
  color: white;
  padding: 0.1rem 0.4rem;
  border: 2px solid white;
  border-radius: 10px;
  background: #77cbe8;
  height: auto;
}
.case_agency .product_introduce .product_left .content_product_left li span:nth-child(2) {
  margin-top: 0.3rem;
  font-size: 0.7rem;
}
.case_agency .product_introduce .product_right {
  padding: unset;
  width: 16rem;
  height: 12.8rem;
}
.case_agency .product_introduce .product_right .content_product {
  display: flex;
  padding-left: 0.5rem;
  height: 100%;
  width: 100%;
}
.case_agency .product_introduce .product_right .content_product .img_product {
  height: 100%;
  width: 100%;
  position: relative;
}
.case_agency .product_introduce .product_right .content_product .img_product img {
  height: 100%;
  width: 100%;
}
.case_agency .product_introduce .product_right .content_product .img_product ul {
  width: 88%;
  position: absolute;
  top: -3.5%;
  right: -0.38rem;
  margin: unset;
  font-size: 0.6rem;
  list-style: none;
  color: #f3f0f0;
  transform: scale(0.8);
  height: 100%;
  letter-spacing: 2px;
}
.case_agency .product_introduce .product_right .content_product .img_product ul li {
  margin-bottom: 0.25rem;
}
.case_agency .product_introduce .product_right .content_product .img_product ul li:nth-child(1) {
  text-align: center;
}
.case_agency .product_introduce .product_right .content_product .img_product ul li:nth-child(1) span {
  font-size: 0.65rem;
  font-weight: bold;
}
.case_agency .product_introduce .product_right .content_product .price_product {
  height: 100%;
  min-width: 22.4rem;
  display: flex;
  flex-direction: column;
  font-size: 0.6rem;
  color: #666;
  padding: 0.5rem 1rem;
  background-color: #fff;
}
.case_agency .product_introduce .product_right .content_product .price_product .title_price {
  display: flex;
  flex-direction: column;
}
.case_agency .product_introduce .product_right .content_product .price_product .title_price span:nth-child(1) {
  font-size: 0.75rem;
  font-weight: bold;
  color: #222;
}
.case_agency .product_introduce .product_right .content_product .price_product .title_price span:nth-child(2) {
  color: #6f6e6e;
}
.case_agency .product_introduce .product_right .content_product .price_product .content_price {
  list-style: none;
  margin: unset;
  background-color: #f8f8f8;
  padding: 0.3rem 0.4rem;
  margin: 0.3rem 0;
}
.case_agency .product_introduce .product_right .content_product .price_product .content_price li {
  display: flex;
}
.case_agency .product_introduce .product_right .content_product .price_product .content_price li span:nth-child(1) {
  width: 2.4rem;
  text-align: justify;
  text-align-last: justify;
}
.case_agency .product_introduce .product_right .content_product .price_product .content_price li span:nth-child(2) {
  margin-left: 0.2rem;
}
.case_agency .product_introduce .product_right .content_product .price_product .content_price li:nth-child(1) span:nth-child(2) {
  text-decoration: line-through;
}
.case_agency .product_introduce .product_right .content_product .price_product .content_price li:nth-child(2) span:nth-child(2) {
  color: #dc251d;
  letter-spacing: 1px;
  font-size: 0.65rem;
  margin-left: 0.2rem;
}
.case_agency .product_introduce .product_right .content_product .price_product .number_price {
  list-style: none;
  display: flex;
  margin: unset;
  border-top: 1px dashed #c9c9c9;
  border-bottom: 1px dashed #c9c9c9;
  padding: 0.2rem 0.4rem;
  margin: 0.3rem 0;
}
.case_agency .product_introduce .product_right .content_product .price_product .number_price li {
  display: flex;
}
.case_agency .product_introduce .product_right .content_product .price_product .number_price li::after {
  content: " ";
  height: 0.7rem;
  margin: 0 0.5rem;
  width: 2px;
  background-color: #d8d8d8;
  display: inline-block;
  vertical-align: text-bottom;
}
.case_agency .product_introduce .product_right .content_product .price_product .number_price li:nth-last-child(1)::after {
  width: 0;
}
.case_agency .product_introduce .product_right .content_product .price_product .number_price li:nth-child(1) span:nth-child(1) {
  width: 2.4rem;
  text-align: justify;
  text-align-last: justify;
}
.case_agency .product_introduce .product_right .content_product .price_product .number_price li span:nth-child(2) {
  color: #0057ff;
}
.case_agency .product_introduce .product_right .content_product .price_product .genre_price {
  display: flex;
  align-items: center;
  margin: 0.3rem 0;
}
.case_agency .product_introduce .product_right .content_product .price_product .genre_price span {
  margin-left: 0.3rem;
  border: 2px solid #dc251d;
  color: #dc251d;
  padding: 0.12rem 0.4rem;
  cursor: pointer;
}
.case_agency .product_introduce .product_right .content_product .price_product .genre_price span:nth-child(1) {
  width: 2.8rem;
  text-align: justify;
  text-align-last: justify;
  border: none;
  margin: unset;
  color: unset;
  padding: unset;
}
.case_agency .product_introduce .product_right .content_product .price_product .genre_price .select_price {
  background-image: url(../images/select_prive.png);
  background-repeat: no-repeat;
  background-position: right -1px bottom 0;
}
.case_agency .product_introduce .product_right .content_product .price_product .remind_price {
  display: flex;
  color: #abaaaa;
}
.case_agency .product_introduce .product_right .content_product .price_product .remind_price span:nth-child(1) {
  width: 2.8rem;
  text-align: justify;
  text-align-last: justify;
}
.case_agency .product_introduce .product_right .content_product .price_product .remind_price span:nth-child(2) {
  margin-left: 0.2rem;
}
.case_agency .product_introduce .product_right .content_product .price_product .button_price {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.4rem;
}
.case_agency .product_introduce .product_right .content_product .price_product .button_price div {
  font-size: 0.7rem;
  color: #fff;
  display: inline-block;
  width: 5.8rem;
  height: 1.5rem;
  line-height: 1.4rem;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  margin: 0 0.2rem;
}
.case_agency .product_introduce .product_right .content_product .price_product .button_price .buy_button {
  background: #dc251d;
}
.case_agency .product_introduce .product_right .content_product .price_product .button_price .consult_button {
  border: 1px solid #0057ff;
  color: #0057ff;
  background: #fff;
}
.case_agency .tearm_Advantage {
  margin-top: 0.5rem;
  padding: 1rem 2rem;
  background-color: #fff;
}
.case_agency .tearm_Advantage .title_t_a {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}
.case_agency .tearm_Advantage .title_t_a .title_Chinese {
  font-size: 0.8rem;
  border-bottom: 1px solid #666;
  padding: 0.1rem 1.35rem;
  font-weight: bold;
}
.case_agency .tearm_Advantage .title_t_a .title_English {
  font-size: 0.6rem;
  letter-spacing: 2px;
  color: #666;
}
.case_agency .tearm_Advantage .title_t_a .title_English span {
  margin: 0 5px;
}
.case_agency .tearm_Advantage .lab_xuehui {
  font-size: 0.7rem;
  margin-bottom: 1rem;
  line-height: 1.3rem;
  text-indent: 2em;
}
.case_agency .tearm_Advantage .lab_xuehui span {
  color: #99abb3;
}
.case_agency .tearm_Advantage .two_title {
  display: flex;
  justify-content: center;
  font-size: 0.7rem;
  letter-spacing: 2;
}
.case_agency .tearm_Advantage .content_t_a {
  display: flex;
  padding-bottom: 20px;
  justify-content: space-between;
}
.case_agency .tearm_Advantage .content_t_a .introduce_lab_xue {
  width: 49%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 0.8rem 1.8rem 1rem 1.8rem;
}
.case_agency .tearm_Advantage .content_t_a .introduce_lab_xue:nth-child(1) {
  background-color: #a1d3ea;
}
.case_agency .tearm_Advantage .content_t_a .introduce_lab_xue:nth-child(3) {
  background-color: #e4e0e0e0;
}
.case_agency .tearm_Advantage .content_t_a .introduce_lab_xue img {
  width: 6.5rem;
  height: 1.5rem;
}
.case_agency .tearm_Advantage .content_t_a .introduce_lab_xue span {
  display: block;
  margin-top: 0.35rem;
  line-height: 1.1rem;
  font-size: 0.65rem;
  color: #444;
}
.case_agency .tearm_Advantage .content_t_a .paper-clip-icon,
.case_agency .tearm_Advantage .content_t_a .paper-clip-icon::after,
.case_agency .tearm_Advantage .content_t_a .paper-clip-icon::before {
  border-color: #d4d4d4 !important;
}
.case_agency .tearm_Advantage .content_t_a .paper-clip-icon {
  margin-top: 86px;
  width: 39px;
  height: 40px;
  border-bottom: none;
  border-left: 5px solid;
  border-right: 5px solid;
  border-top: none;
  position: relative;
  z-index: 5;
  transform: rotate(90deg);
}
.case_agency .tearm_Advantage .content_t_a .paper-clip-icon::before {
  position: absolute;
  content: "";
  top: -32px;
  right: -5px;
  width: 30px;
  height: 34px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom: none;
  border-left: 5px solid;
  border-right: 5px solid;
  border-top: 5px solid;
}
.case_agency .tearm_Advantage .content_t_a .paper-clip-icon::after {
  position: absolute;
  content: "";
  bottom: -35px;
  right: 4px;
  width: 21px;
  height: 95px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border-top: none;
  border-left: 5px solid;
  border-right: 5px solid;
  border-bottom: 5px solid;
}
.case_agency .success_case {
  margin-top: 0.5rem;
  padding: 1rem 2rem;
  background-color: #fff;
}
.case_agency .success_case .title_t_a {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.2rem;
}
.case_agency .success_case .title_t_a .title_Chinese {
  font-size: 0.8rem;
  border-bottom: 1px solid #666;
  padding: 0.1rem 1.35rem;
  font-weight: bold;
}
.case_agency .success_case .title_t_a .title_English {
  font-size: 0.6rem;
  letter-spacing: 2px;
  color: #666;
}
.case_agency .success_case .title_t_a .title_English span {
  margin: 0 5px;
}
.case_agency .success_case .two_title {
  display: flex;
  justify-content: center;
  font-size: 0.7rem;
  letter-spacing: 2;
  letter-spacing: 10px;
  color: #99abb3;
  margin-bottom: 0.6rem;
}
.case_agency .success_case .two_contents {
  display: flex;
}
.case_agency .success_case .two_contents .two_content {
  display: flex;
  flex-direction: column;
  margin: 1rem 2rem;
  padding: 0.9rem 1rem;
  background-color: #c3f10b2e;
  width: 18.2rem;
}
.case_agency .success_case .two_contents .two_content .title_two_contents {
  font-size: 0.7rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}
.case_agency .success_case .two_contents .two_content .content_t_c {
  display: flex;
  flex-direction: column;
}
.case_agency .success_case .two_contents .two_content .content_t_c div {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}
.case_agency .success_case .two_contents .two_content .content_t_c div:nth-child(1) span:nth-child(2) {
  height: 4.4rem;
}
.case_agency .success_case .two_contents .two_content .content_t_c div span:nth-child(1) {
  font-size: 0.65rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
  letter-spacing: 1px;
  border-bottom: 2px dotted #ebedef;
  padding: 0.2rem 0;
}
.case_agency .success_case .two_contents .two_content .content_t_c div span:nth-child(1)::before {
  content: ' ';
  width: 0.25rem;
  height: 0.5rem;
  display: inline-block;
  background-color: #dc251d;
  margin-right: 0.3rem;
}
.case_agency .success_case .two_contents .two_content .content_t_c div span:nth-child(2) {
  font-size: 0.65rem;
  letter-spacing: 1px;
  line-height: 1.1rem;
}


.personal {
    justify-content: center;
    margin:unset;
    margin-top: 0.8rem;
    padding-bottom: 2rem;
}

    .personal .nav_personal {
        border-radius: 10px 0 0 10px;
    }

        .personal .nav_personal ul {
            display: flex;
            list-style: none;
            justify-content: center;
            background-color: #fff;
            margin-bottom: 0.2rem;
            flex-direction: column;
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            border-radius: 10px;
            padding: 0.4rem 0;
        }

            .personal .nav_personal ul li {
                display: flex;
                align-items: center;
                margin: 0.45rem 1rem;
                cursor: pointer;
                position: relative;
            }

                .personal .nav_personal ul li span {
                    font-size: 0.65rem;
                    color: #666;
                }

                    .personal .nav_personal ul li span:nth-child(2) {
                        height: 80%;
                        width: 2px;
                        background: red;
                        position: absolute;
                        left: -1rem;
                    }

        .personal .nav_personal .head_img_personal {
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: #333;
            background-color: #fff;
            margin-bottom: 0.8rem;
            padding: 1.2rem;
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            border-radius: 10px;
            font-size: 0.63rem;
        }

            .personal .nav_personal .head_img_personal .font_left_p {
                margin-left: 0.7rem;
            }

                .personal .nav_personal .head_img_personal .font_left_p .top_font {
                    font-size: 0.65rem;
                    font-weight: bold;
                    margin-bottom: 0.1rem;
                    letter-spacing: 1px;
                }

                    .personal .nav_personal .head_img_personal .font_left_p .top_font span:nth-child(2) i {
                        font-style: normal;
                    }

                .personal .nav_personal .head_img_personal .font_left_p .botton_font {
                    display: flex;
                    align-items: center;
                }

                    .personal .nav_personal .head_img_personal .font_left_p .botton_font img {
                        width: 0.8rem;
                        height: 0.8rem;
                        margin-right: 0.3rem;
                    }



        .personal .content_personal .inner_content_personal {
            height: 100%;
           
        }
            .personal .content_personal .inner_content_personal .vip .my_vip {
                color: #333;
                background-color: #fff;
                margin-bottom: 0.8rem;
                box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
                border-radius: 10px;
                font-size: 0.65rem;
            }

                .personal .content_personal .inner_content_personal .vip .my_vip .title_my_vip {
                    height: 2rem;
                    line-height: 2rem;
                    padding-left: 1rem;
                    border-bottom: 2px solid rgba(0, 0, 0, 0.06);
                }

                    .personal .content_personal .inner_content_personal .vip .my_vip .title_my_vip span {
                        font-size: 0.65rem;
                        color: #282828;
                    }

                .personal .content_personal .inner_content_personal .vip .my_vip .card_vip {
                    display: flex;
                    padding: 0.9rem 1rem;
                    justify-content: space-between;
                }

                    .personal .content_personal .inner_content_personal .vip .my_vip .card_vip img {
                        width: 12rem;
                    }

                    .personal .content_personal .inner_content_personal .vip .my_vip .card_vip .right_personal {
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                        text-align: right;
                    }

                        .personal .content_personal .inner_content_personal .vip .my_vip .card_vip .right_personal a button {
                            outline: none;
                            background-color: #dc251d;
                            color: #fff;
                            width: 5rem;
                            height: 1.45rem;
                            line-height: 1.45rem;
                            border: none;
                            border-radius: 30px;
                            letter-spacing: 1px;
                        }

                        .personal .content_personal .inner_content_personal .vip .my_vip .card_vip .right_personal span {
                            color: #ADADAD;
                            font-size: 0.6rem;
                            margin-top: 0.2rem;
                        }
            .personal .content_personal .inner_content_personal .vip .service_vip .outline_service {
                padding: 1.05rem 1.35rem;
            }

                .personal .content_personal .inner_content_personal .vip .service_vip .outline_service .inner_service {
                    margin-bottom: 1.6rem;
                }

                    .personal .content_personal .inner_content_personal .vip .service_vip .outline_service .inner_service .title_service {
                        margin-bottom: 0.8rem;
                        display: flex;
                        align-items: center;
                    }

                        .personal .content_personal .inner_content_personal .vip .service_vip .outline_service .inner_service .title_service span {
                            font-size: 0.65rem;
                            font-weight: bold;
                            color: #333333;
                        }

                        .personal .content_personal .inner_content_personal .vip .service_vip .outline_service .inner_service .title_service::before {
                            content: '';
                            width: 0.1rem;
                            height: 0.65rem;
                            background: #DC251D;
                            display: block;
                            margin-right: 0.25rem;
                        }

                    .personal .content_personal .inner_content_personal .vip .service_vip .outline_service .inner_service .contents_service {
                        display: flex;
                        flex-wrap: wrap;
                    }

                        .personal .content_personal .inner_content_personal .vip .service_vip .outline_service .inner_service .contents_service .item_service {
                            width: 7.18rem;
                            height: 4rem;
                            margin-right: 0.55rem;
                            margin-bottom: 0.55rem;
                            padding: 0 0.5rem;
                            display: flex;
                            justify-content: space-between;
                            align-items: center;
                            background: rgba(255, 242, 233, 0.39);
                        }

                            .personal .content_personal .inner_content_personal .vip .service_vip .outline_service .inner_service .contents_service .item_service .left {
                                display: flex;
                                flex-direction: column;
                            }

                                .personal .content_personal .inner_content_personal .vip .service_vip .outline_service .inner_service .contents_service .item_service .left span:nth-child(1) {
                                    font-size: 0.6rem;
                                    font-weight: bold;
                                    color: #333333;
                                    transform: scale(0.9);
                                    letter-spacing: 1px;
                                    transform-origin: 0 0;
                                }

                                .personal .content_personal .inner_content_personal .vip .service_vip .outline_service .inner_service .contents_service .item_service .left span:nth-child(3) {
                                    font-size: 0.6rem;
                                    color: #868686;
                                    width: 120%;
                                    transform: scale(0.8);
                                    letter-spacing: 1px;
                                    transform-origin: 0 0;
                                }

                                    .personal .content_personal .inner_content_personal .vip .service_vip .outline_service .inner_service .contents_service .item_service .left span:nth-child(3) i {
                                        background: unset;
                                        color: #DC251D;
                                        font-style: unset;
                                    }

                                .personal .content_personal .inner_content_personal .vip .service_vip .outline_service .inner_service .contents_service .item_service .left i {
                                    width: 1.35rem;
                                    height: 1px;
                                    background: #C38555;
                                    opacity: 1;
                                    margin-bottom: 0.15rem;
                                }

                            .personal .content_personal .inner_content_personal .vip .service_vip .outline_service .inner_service .contents_service .item_service .rightImg {
                                width: 1.4rem;
                                margin-left: 4px;
                            }
            .personal .content_personal .inner_content_personal .vip .service_vip {
                background-color: #fff;
                box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
                border-radius: 10px;
            }

                .personal .content_personal .inner_content_personal .vip .service_vip .service_title {
                    height: 2rem;
                    line-height: 2rem;
                    padding-left: 1rem;
                    border-bottom: 2px solid rgba(0, 0, 0, 0.06);
                }

                    .personal .content_personal .inner_content_personal .vip .service_vip .service_title span {
                        font-size: 0.65rem;
                        color: #282828;
                    }

               


            .personal .content_personal .inner_content_personal .news {
                position: relative;
                height: 23rem;
                border-radius: 10px;
                background-color: #fff;
                box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            }

                .personal .content_personal .inner_content_personal .news .head_news {
                    font-size: 0.6rem;
                    border-bottom: 1px solid #bbbbbb7a;
                    padding: 0.6rem 1.5rem 0.4rem 1.5rem;
                }

                    .personal .content_personal .inner_content_personal .news .head_news span {
                        font-size: 0.65rem;
                        color: #666;
                        letter-spacing: 1px;
                    }

                .personal .content_personal .inner_content_personal .news ul {
                    list-style: none;
                    margin: unset;
                    padding: unset;
                    margin-bottom: 3rem;
                }

                    .personal .content_personal .inner_content_personal .news ul li {
                        height: 3.6rem;
                        display: flex;
                        align-items: center;
                        font-size: 0.6rem;
                        border-bottom: 1px solid #bbbbbb7a;
                        margin: 0 1.5rem;
                    }

                        .personal .content_personal .inner_content_personal .news ul li .img_new {
                            display: flex;
                            align-items: center;
                        }

                            .personal .content_personal .inner_content_personal .news ul li .img_new i {
                             width:2rem;
                             height:2rem;
                             line-height:2rem;
                             background-color:#fe7815;
                             text-align: center;
                             font-size: 1.2rem;
                             border-radius: 50%;
                             color:#fff;
                             margin-right:0.4rem;
                            }

                            .personal .content_personal .inner_content_personal .news ul li .img_new .right_font div:nth-child(1) {
                                margin-bottom: 0.2rem;
                            }

                                .personal .content_personal .inner_content_personal .news ul li .img_new .right_font div:nth-child(1) span {
                                    font-size: 0.6rem;
                                    color: #C6C6C6;
                                }

                                    .personal .content_personal .inner_content_personal .news ul li .img_new .right_font div:nth-child(1) span:nth-child(1) {
                                        font-size: 0.63rem;
                                        color: #333;
                                        margin-right: 0.5rem;
                                    }

                            .personal .content_personal .inner_content_personal .news ul li .img_new .right_font div:nth-child(2) span {
                                font-size: 0.62rem;
                                color: #666;
                            }
                            .personal .content_personal .inner_content_personal .news ul li .img_new .right_font div:nth-child(2) p{
                                margin:unset;
                                padding:unset;
                            }

                            .personal .content_personal .inner_content_personal .news .footer_news {
                                width: 25rem;
                                height: 2rem;
                                position: absolute;
                                bottom: 0;
                                left: 50%;
                                margin-left: -12.5rem;
                                margin-bottom: 0.5rem;
                                line-height: 2rem;
                                display: flex;
                                justify-content: center;
                                align-items: center;
                            }

                    .personal .content_personal .inner_content_personal .news .footer_news .page_footer_news {
                        height: 2rem;
                        line-height: 2.2rem;
                        transform: scale(0.85);
                        font-size: 0.6rem;
                        color: #999;
                    }

                    .personal .content_personal .inner_content_personal .news .footer_news .pre_next_page {
                        margin-right: 0.1rem;
                    }

                        .personal .content_personal .inner_content_personal .news .footer_news .pre_next_page span {
                            color: #666;
                            background: #f4f4f4;
                            padding: 0.1rem 0.3rem;
                            font-size: 0.6rem;
                            cursor: default;
                            border-radius: 3px;
                            cursor: pointer;
                            margin:0 0.5rem;
                        }

                            .personal .content_personal .inner_content_personal .news .footer_news .pre_next_page span:nth-child(3) {
                                background-color: #999;
                                color: #fff;
                                cursor: unset;
                            }

                    .personal .content_personal .inner_content_personal .news .footer_news .button_footer {
                        height: 2rem;
                        line-height: 2.2rem;
                        margin-left: 0.4rem;
                        font-size: 0.6rem;
                    }

                        .personal .content_personal .inner_content_personal .news .footer_news .button_footer input {
                            height: 0.8rem;
                            width: 1.4rem;
                            padding: 0.1rem;
                            margin-left: 0.2rem;
                            margin-right: 0.2rem;
                            outline: none;
                            border: 1px solid #bbb;
                        }

                        .personal .content_personal .inner_content_personal .news .footer_news .button_footer span:last-child {
                            border-radius: 3px;
                            padding: 0 0.5rem;
                            line-height: 1.3rem;
                            display: inline-block;
                            color: #fff;
                            background: #06a9ee;
                            font-size: 0.6rem;
                            margin-left: 0.4rem;
                            cursor: pointer;
                        }

            .personal .content_personal .inner_content_personal .message {
                background-color: #fff;
                box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
                border-radius: 10px;
            }

                .personal .content_personal .inner_content_personal .message .revise_pic {
                    margin-left: 3rem;
                    position: relative;
                    width: 3.5rem;
                    height: 3.5rem;
                    border-radius: 50%;
                    overflow: hidden;
                }

                    .personal .content_personal .inner_content_personal .message .revise_pic img {
                        width: 100%;
                    }

                    .personal .content_personal .inner_content_personal .message .revise_pic .revise_btn {
                        width: 3.5rem;
                        height: 3.5rem;
                        background: rgba(0, 0, 0, 0.3);
                        border: none;
                        position: absolute;
                        top: 50%;
                        margin-top: -1.75rem;
                        left: 50%;
                        margin-left: -1.75rem;
                        font-size: 0.6rem;
                        outline: none;
                    }

                .personal .content_personal .inner_content_personal .message .message_title {
                    height: 2rem;
                    line-height: 2rem;
                    padding-left: 1rem;
                    border-bottom: 2px solid rgba(0, 0, 0, 0.06);
                }
                .personal .content_personal .inner_content_personal .message .message_title span {
  font-size: 0.65rem;
  color: #333;
}


                .personal .content_personal .inner_content_personal .message .form_message {
                    font-size: 0.7rem;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    padding: 0.8rem 0 1rem 0;
                }


                .personal .content_personal .inner_content_personal .message form div {
                    display: flex;
                    margin: 0.6rem 0;
                    width: 16.8rem;
                    align-items: center;
                }

                        .personal .content_personal .inner_content_personal .message .form_message div:nth-child(5) {
                            align-items: self-start;
                        }

                            .personal .content_personal .inner_content_personal .message .form_message div:nth-child(5) span:nth-child(1) {
                                width: unset;
                                color: red;
                                font-size: 0.6rem;
                            }

                            .personal .content_personal .inner_content_personal .message .form_message div:nth-child(5) span:nth-child(2) {
                                font-size: 0.65rem;
                                color: red;
                                width: 80%;
                                text-align: unset;
                                text-align-last: unset;
                            }

                        .personal .content_personal .inner_content_personal .message .form_message div:last-child {
                            width: 15.55rem;
                            justify-content: flex-end;
                            margin: unset;
                        }

                            .personal .content_personal .inner_content_personal .message .form_message div:last-child input {
                                width: 100%;
                                height: 1.8rem;
                                line-height: 1.8rem;
                                padding: unset;
                                border: none;
                                border-radius: 3px;
                                background-color: #dc251d;
                                color: #fff;
                                cursor: no-drop;
                                margin: unset;
                            }

                        .personal .content_personal .inner_content_personal .message .form_message div:nth-child(2) input {
                            background-color: #f6f6f6;
                        }

                        .personal .content_personal .inner_content_personal .message .form_message div span {
                            letter-spacing: 1px;
                            width: 3.55rem;
                            min-width: 3.35rem;
                            display: block;
                            text-align: right;
                            color: #C6C6C6;
                        }

                        .personal .content_personal .inner_content_personal .message .form_message div input {
                            height: 1.4rem;
                            width: 12rem;
                            padding: 0.2rem 0.4rem;
                            border: 1px solid #bbb;
                            color: #666;
                        }

                            .personal .content_personal .inner_content_personal .message .form_message div input:focus {
                                border-color: #66afe9;
                                outline: 0;
                                box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
                            }

                        .personal .content_personal .inner_content_personal .message .form_message div a {
                            color: #dc251d;
                            font-size: 0.6rem;
                            margin-left: 0.2rem;
                        }

            .personal .content_personal .inner_content_personal .password_revise {
                border-radius: 10px;
                margin: unset;
                background-color: #fff;
                box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
                border: none;
                padding: unset;
            }

                .personal .content_personal .inner_content_personal .password_revise .title_password {
                    height: 2rem;
                    line-height: 2rem;
                    padding-left: 1rem;
                    border-bottom: 2px solid rgba(0, 0, 0, 0.06);
                    margin: unset;
                    width: unset;
                    text-align: unset;
                    font-size: 0.65rem;
                    font-weight: unset;
                    letter-spacing: 1px;
                }

                .personal .content_personal .inner_content_personal .password_revise form {
                    font-size: 0.7rem;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    padding: 0.8rem 0 1rem 0;
                }

                    .personal .content_personal .inner_content_personal .password_revise form div {
                        display: flex;
                        margin: 0.6rem 0;
                        width: 16.8rem;
                        align-items: center;
                    }

                        .personal .content_personal .inner_content_personal .password_revise form div:last-child input {
                            width: 100%;
                            height: 1.8rem;
                            color: #fff;
                            background-color: #dc251d;
                            border: none;
                            margin: unset;
                        }

                        .personal .content_personal .inner_content_personal .password_revise form div:nth-last-child(2) {
                            margin: unset;
                        }

                            .personal .content_personal .inner_content_personal .password_revise form div:nth-last-child(2) span {
                                font-size: 0.65rem;
                                color: red;
                            }

                        .personal .content_personal .inner_content_personal .password_revise form div:nth-child(4) span {
                            width: 100%;
                            text-align: unset;
                            text-align-last: unset;
                        }

                        .personal .content_personal .inner_content_personal .password_revise form div span {
                            letter-spacing: 1px;
                            width: 3.8rem;
                            display: block;
                            text-align: justify;
                            text-align-last: justify;
                            color: #666;
                        }

                        .personal .content_personal .inner_content_personal .password_revise form div input {
                            height: 1.6rem;
                            width: 12rem;
                            margin-left: 1rem;
                            padding: 0.2rem 0.4rem;
                            border: 1px solid #bbb;
                            color: #666;
                        }

                            .personal .content_personal .inner_content_personal .password_revise form div input::-webkit-input-placeholder {
                                color: #bbb;
                                font-size: 0.6rem;
                            }

                            .personal .content_personal .inner_content_personal .password_revise form div input::-moz-placeholder {
                                color: #bbb;
                                font-size: 0.6rem;
                            }

                            .personal .content_personal .inner_content_personal .password_revise form div input::-ms-input-placeholder {
                                color: #bbb;
                                font-size: 0.6rem;
                            }

                            .personal .content_personal .inner_content_personal .password_revise form div input:focus {
                                border-color: #66afe9;
                                outline: 0;
                                box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
                            }

            .personal .content_personal .inner_content_personal .corporate_information {
                background-color: #fff;
                box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
                border-radius: 10px;
            }

                .personal .content_personal .inner_content_personal .corporate_information .title_password {
                    display: flex;
                    height: 2rem;
                    line-height: 2rem;
                    padding-left: 1rem;
                    border-bottom: 2px solid rgba(0, 0, 0, 0.06);
                    margin-bottom: 0.5rem;
                }

                    .personal .content_personal .inner_content_personal .corporate_information .title_password span {
                        font-size: 0.65rem;
                        color: #666;
                    }

                .personal .content_personal .inner_content_personal .corporate_information .inner_corporate {
                    width: 100%;
                    font-size: 0.65rem;
                }

                    .personal .content_personal .inner_content_personal .corporate_information .inner_corporate form {
                        height: 100%;
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        margin-top: 1rem;
                    }

                        .personal .content_personal .inner_content_personal .corporate_information .inner_corporate form .corporate_message {
                            width: 21.6rem;
                            margin: unset;
                            padding: unset;
                        }

                            .personal .content_personal .inner_content_personal .corporate_information .inner_corporate form .corporate_message li {
                                list-style: none;
                                display: flex;
                                align-items: center;
                                margin-bottom: 0.9rem;
                                flex-wrap: wrap;
                            }

                                .personal .content_personal .inner_content_personal .corporate_information .inner_corporate form .corporate_message li:nth-child(9) select {
                                    width: 15.4rem;
                                }

                                .personal .content_personal .inner_content_personal .corporate_information .inner_corporate form .corporate_message li:nth-last-child(1) {
                                    align-items: baseline;
                                }

                                .personal .content_personal .inner_content_personal .corporate_information .inner_corporate form .corporate_message li span {
                                    letter-spacing: 1px;
                                    width: 5rem;
                                    display: block;
                                    text-align: justify;
                                    text-align-last: justify;
                                    color: #666;
                                }

                                .personal .content_personal .inner_content_personal .corporate_information .inner_corporate form .corporate_message li input {
                                    height: 1.4rem;
                                    line-height: 1.4rem;
                                    margin-left: 1rem;
                                    width: 15.4rem;
                                    padding: 0.2rem 0.4rem;
                                    border: 1px solid #bbb;
                                    color: #666;
                                }

                                    .personal .content_personal .inner_content_personal .corporate_information .inner_corporate form .corporate_message li input:focus {
                                        border-color: #66afe9;
                                        outline: 0;
                                        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
                                    }

                                .personal .content_personal .inner_content_personal .corporate_information .inner_corporate form .corporate_message li select {
                                    width: 5rem;
                                    height: 1.4rem;
                                    font-size: 0.6rem;
                                    padding: unset;
                                    border-radius: 0;
                                    margin-right: 0.2rem;
                                    border: 1px solid #bbb;
                                    outline: none;
                                }

                                    .personal .content_personal .inner_content_personal .corporate_information .inner_corporate form .corporate_message li select:nth-child(2) {
                                        margin-left: 1rem;
                                    }

                                    .personal .content_personal .inner_content_personal .corporate_information .inner_corporate form .corporate_message li select:focus {
                                        border-color: #66afe9;
                                        outline: 0;
                                        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
                                    }

                                .personal .content_personal .inner_content_personal .corporate_information .inner_corporate form .corporate_message li textarea {
                                    width: 15.4rem;
                                    margin-left: 1rem;
                                    border: 1px solid #bbb;
                                    padding: 0.4rem;
                                }

                                    .personal .content_personal .inner_content_personal .corporate_information .inner_corporate form .corporate_message li textarea:focus {
                                        border-color: #66afe9;
                                        outline: 0;
                                        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
                                    }

                                .personal .content_personal .inner_content_personal .corporate_information .inner_corporate form .corporate_message li label {
                                    margin: 0;
                                    margin-left: 6rem;
                                    margin-top: 0.1rem;
                                    font-size: 0.6rem;
                                    color: red;
                                }

                        .personal .content_personal .inner_content_personal .corporate_information .inner_corporate form .title_liaison {
                            font-size: 0.6rem;
                            margin-bottom: 0.5rem;
                            border-bottom: 1px solid #e0ecf2;
                            width: 100%;
                            padding: 0 1.5rem 0.5rem 1.5rem;
                        }

                        .personal .content_personal .inner_content_personal .corporate_information .inner_corporate form .liaison_message {
                            list-style: none;
                            width: 100%;
                            display: flex;
                            align-items: flex-start;
                            margin: 0.6rem 0;
                            padding: 0 1.5rem;
                        }

                            .personal .content_personal .inner_content_personal .corporate_information .inner_corporate form .liaison_message li {
                                width: 33.3%;
                                display: flex;
                                align-items: center;
                                flex-wrap: wrap;
                            }

                                .personal .content_personal .inner_content_personal .corporate_information .inner_corporate form .liaison_message li span {
                                    color: #666;
                                    width: 2.6rem;
                                }

                                .personal .content_personal .inner_content_personal .corporate_information .inner_corporate form .liaison_message li input {
                                    width: 7rem;
                                    height: 1.2rem;
                                    padding: 0.2rem 0.4rem;
                                    border: 1px solid #bbb;
                                    color: #666;
                                }

                                    .personal .content_personal .inner_content_personal .corporate_information .inner_corporate form .liaison_message li input:focus {
                                        border-color: #66afe9;
                                        outline: 0;
                                        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
                                    }

                                .personal .content_personal .inner_content_personal .corporate_information .inner_corporate form .liaison_message li label {
                                    font-size: 0.6rem;
                                    margin-top: 0.1rem;
                                    color: red;
                                    margin-left: 2.6rem;
                                }

                .personal .content_personal .inner_content_personal .corporate_information button {
                    position: absolute;
                    bottom: 0.6rem;
                    right: 0.8rem;
                    width: 5rem;
                    height: 1.4rem;
                    line-height: 1.4rem;
                    padding: unset;
                    border: none;
                    border-radius: 3px;
                    background-color: #dc251d;
                    color: #fff;
                    font-size: 0.7rem;
                }

            .personal .content_personal .inner_content_personal .my_confirm {
                background: #FFFFFF;
                box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
                border-radius: 10px;
                overflow: hidden;
            }
        .personal .content_personal .inner_content_personal .my_confirm .head_my_confirm {
            height: 2rem;
            line-height: 2rem;
            padding: unset;
            padding-left: 1rem;
            border-bottom: 2px solid rgba(0, 0, 0, 0.06);
        }

            .personal .content_personal .inner_content_personal .my_confirm .head_my_confirm span {
                font-size: 0.65rem;
            }
        .personal .content_personal .inner_content_personal .my_confirm .message_order {
            background: #FFFFFF;
            display: flex;
            flex-direction: column;
            padding: 0.6rem 1rem 1.2rem 1rem;
        }
            .personal .content_personal .inner_content_personal .my_confirm .message_order .title {
                margin-bottom: 0.4rem;
                display: flex;
                justify-content: space-between;
            }
    .personal .content_personal .inner_content_personal .my_confirm .message_order i{font-size:12px;color:#999;}
    .personal .content_personal .inner_content_personal .my_confirm .message_order .title span {
        font-size: 0.75rem;
        font-weight: bold;
    }
            .personal .content_personal .inner_content_personal .my_confirm .message_order .title a {
                font-size: 0.65rem;
                font-weight: bold;
                color: #DC251D;
            }
.personal .content_personal .inner_content_personal .my_confirm .message_order ul {
  margin: unset;
  list-style: none;
}
.personal .content_personal .inner_content_personal .my_confirm .message_order ul li {
  margin: unset;
  border: 2px solid #F2F2F2;
  border-top: unset;
  font-size: 0.75rem;
  padding: 0.2rem 0;
}
.personal .content_personal .inner_content_personal .my_confirm .message_order ul li div {
  text-align: center;
}
.personal .content_personal .inner_content_personal .my_confirm .message_order ul li div select {
  padding: 0 0.5rem;
  letter-spacing: 2px;
  border: none;
  outline: none;
}
.personal .content_personal .inner_content_personal .my_confirm .message_order ul li span {
  text-align: center;
}
.personal .content_personal .inner_content_personal .my_confirm .message_order ul li .color_span {
  color: #DC251D;
}
.personal .content_personal .inner_content_personal .my_confirm .message_order ul.vtitle li:nth-child(1) {
  background: #F2F2F2;
  padding: 0.2rem 0;
  border-top: 2px solid #F2F2F2;
}


.order_confirm {
  padding: 1rem 10% 2rem 10%;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}
.order_confirm .confirm_order {
  margin-bottom: 0.5rem;
}
.order_confirm .confirm_order span:nth-child(1) {
  font-size: 0.83rem;
  font-weight: bold;
}
.order_confirm .confirm_order span:nth-child(2) {
  font-size: 0.6rem;
  color: #999999;
}
.order_confirm .company_order {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  display: -moz-box;
  display: flex;
  padding: 0.8rem 1rem;
  margin-bottom: 0.8rem;
  -moz-box-align: center;
       align-items: center;
}
.order_confirm .company_order ._img {
  margin-right: 0.6rem;
}
.order_confirm .company_order ._img img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
.order_confirm .company_order ._words {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}
.order_confirm .company_order ._words span:nth-child(1) {
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.order_confirm .company_order ._words span:nth-child(2) {
  color: #ADADAD;
  font-size: 0.6rem;
}
.order_confirm .message_order {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  margin-bottom: 1rem;
  padding: 0.6rem 1rem 1.2rem 1rem;
}
.order_confirm .message_order .title {
  margin-bottom: 0.2rem;
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.order_confirm .message_order .title span {
  font-size: 0.75rem;
  font-weight: bold;
}
.order_confirm .message_order .title a {
  font-size: 0.75rem;
  font-weight: bold;
  color: #DC251D;
}
.order_confirm .message_order ul {
  margin: unset;
  list-style: none;
}
.order_confirm .message_order ul li {
  margin: unset;
  border: 2px solid #F2F2F2;
  border-top: unset;
  font-size: 0.75rem;
  padding: 0.6rem 0;
}
.order_confirm .message_order ul li div {
  text-align: center;
}
.order_confirm .message_order ul li div select {
  padding: 0 0.5rem;
  letter-spacing: 2px;
  border: none;
  outline: none;
}
.order_confirm .message_order ul li span {
  text-align: center;
}
.order_confirm .message_order ul li .color_span {
  color: #DC251D;
}
.order_confirm .message_order ul li:nth-child(1) {
  background: #F2F2F2;
  padding: 0.2rem 0;
  border-top: 2px solid #F2F2F2;
}
.order_confirm .pay_order {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  padding: 0.6rem 1rem 1.2rem 1rem;
}
.order_confirm .pay_order .title {
  margin-bottom: 0.2rem;
}
.order_confirm .pay_order .title span {
  font-size: 0.75rem;
  font-weight: bold;
}
.order_confirm .pay_order  .pay_content {
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #C6C6C6;
  padding-top: 0.6rem;
  display: -moz-box;
  display: flex;
}
.order_confirm .pay_order  .pay_content label {
  border: 2px solid #C6C6C6;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  width: 8rem;
  border-radius: 7px;
  padding: 0.6rem 0rem 0.5rem 0.8rem;
  margin-right: 1rem;opacity:.6;
}
.order_confirm .pay_order  .pay_content label input {
  margin-right: 0.1rem;
}
.order_confirm .pay_order  .pay_content label img {
  width: 1.3rem;
  margin: 0 0.2rem;
}
.order_confirm .pay_order  .pay_content label span {
  font-size: 0.7rem;
  letter-spacing: 1px;
}
    .order_confirm .pay_order .pay_content .checked_label {
        border: 2px solid #29B28B;
        opacity: 1;
    }
.order_confirm .pay_order  .personal_information {
  margin: 1.2rem;
}
.order_confirm .pay_order  .personal_information .contact .title_contact {
  margin-bottom: 0.2rem;
}
.order_confirm .pay_order .personal_information .contact .title_contact span {
  font-size: 0.7rem;
  font-weight: bold;
}
.order_confirm .pay_order .personal_information .contact .title_contact span i {
  color: #DC251D;
  font-style: normal;
}
.order_confirm .pay_order .personal_information .contact ul {
  list-style: none;
}
.order_confirm .pay_order .personal_information .contact ul li {
  display: -moz-box;
  display: flex;
  width: 11.4rem;
  margin-bottom: 0.6rem;
  flex-wrap: wrap;
}
.order_confirm .pay_order .personal_information .contact ul li span {
  font-size: 0.6rem;
  width: 3.4rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: right;
}
.order_confirm .pay_order .personal_information .contact ul li span i {
  color: #DC251D;
  font-style: normal;
}
.order_confirm .pay_order .personal_information .contact ul li input {
  border: 1px solid #C6C6C6;
  height: 1.2rem;
  width: 8rem;
  font-size: 0.6rem;
}
.order_confirm .pay_order .personal_information .contact ul li input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
}
.order_confirm .pay_order .personal_information .contact ul li label {
  margin: unset;
  margin-left: 3.4rem;
  font-size: 0.6rem;
  color: red;
}
.order_confirm .pay_order .personal_information .receipt .title_receipt {
  padding-left: 0.6rem;
  margin-bottom: 0.2rem;
}
.order_confirm .pay_order .personal_information .receipt .title_receipt label {
  font-size: 0.7rem;
  font-weight: bold;
  margin: unset;
}
.order_confirm .pay_order .personal_information .receipt ul {
  list-style: none;
  margin: unset;
}
.order_confirm .pay_order .personal_information .receipt ul li {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  margin-bottom: 0.4rem;
}
.order_confirm .pay_order .personal_information .receipt ul li:nth-child(1) input {
  width: unset;
  height: unset;
}
.order_confirm .pay_order .personal_information .receipt ul li:nth-child(3) {
  width: 13.5rem;
  flex-wrap: wrap;
}
.order_confirm .pay_order .personal_information .receipt ul li:nth-child(3) span {
  height: 1.2rem;
  line-height: 1.2rem;
}
.order_confirm .pay_order .personal_information .receipt ul li:nth-child(3) label {
  margin: unset;
  margin-left: 5rem;
  font-size: 0.6rem;
  color: red;
}
.order_confirm .pay_order .personal_information .receipt ul li:nth-child(4) {
  width: 13.5rem;
  flex-wrap: wrap;
}
.order_confirm .pay_order .personal_information .receipt ul li:nth-child(4) span {
  height: 1.2rem;
  line-height: 1.2rem;
}
.order_confirm .pay_order .personal_information .receipt ul li:nth-child(4) label {
  margin: unset;
  margin-left: 5rem;
  font-size: 0.6rem;
  color: red;
}
.order_confirm .pay_order .personal_information .receipt ul li span {
  font-size: 0.6rem;
  width: 5rem;
  text-align: right;
}
.order_confirm .pay_order .personal_information .receipt ul li span i {
  color: #DC251D;
  font-style: normal;
}
.order_confirm .pay_order .personal_information .receipt ul li span .color_disabled {
  color: #C6C6C6;
}
.order_confirm .pay_order .personal_information .receipt ul li input {
  border: 1px solid #C6C6C6;
  height: 1.2rem;
  width: 8.5rem;
  font-size: 0.6rem;
}
.order_confirm .pay_order .personal_information .receipt ul li input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
}
.order_confirm .pay_order .personal_information .receipt ul li label {
  font-size: 0.6rem;
  margin: unset;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  margin-right: 0.5rem;
}
.order_confirm .pay_order .personal_information .receipt ul li label input {
  margin-right: 0.1rem;
}
.order_confirm .pay_order .personal_information .receipt ul li select {
  font-size: 0.6rem;
  border: 1px solid #C6C6C6;
  height: 1.2rem;
  width: 8.5rem;
  padding: 0 0.2rem;
}
.order_confirm .pay_order .personal_information .receipt .color_disabled {
  color: #C6C6C6;
}
.order_confirm .pay_order .bottom {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-align: end;
       align-items: flex-end;
  margin-top: 0.4rem;
}
.order_confirm .pay_order .bottom .money {
  margin-bottom: 0.3rem;
}
.order_confirm .pay_order .bottom .money span:nth-child(1) {
  font-size: 0.6rem;
  color: #ADADAD;
  margin-right: 0.6rem;
}
.order_confirm .pay_order .bottom .money span:nth-child(2) {
  color: #DC251D;
  font-size: 0.8rem;
}
.order_confirm .pay_order .bottom .money span:nth-child(2) i {
  font-size: 0.6rem;
  font-style: normal;
}
.order_confirm .pay_order .bottom button {
  background-color: #DC251D;
  color: #fff;
  font-size: 0.75rem;
  width: 5rem;
  border: none;
  outline: none;
  padding: 0.2rem 0;
}
.order_confirm .pay_order .bottom .clause_bottom {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  margin-top: 0.4rem;
}
.order_confirm .pay_order .bottom .clause_bottom label {
  margin: unset;
  font-size: 0.6rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
}
.order_confirm .pay_order .bottom .clause_bottom label input {
  margin-right: 0.2rem;
}
.order_confirm .pay_order .bottom .clause_bottom a {
  color: #29B28B;
  font-size: 0.6rem;
}
.order_confirm .issued_invoice {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 0.6rem 1rem 1.2rem 1rem;
  background-color: #fff;
}
.order_confirm .issued_invoice #form_invoice .message_invoice {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  margin-bottom: 1rem;
}
.order_confirm .issued_invoice #form_invoice .message_invoice .title {
  margin-bottom: 0.2rem;
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.order_confirm .issued_invoice #form_invoice .message_invoice .title span {
  font-size: 0.75rem;
  font-weight: bold;
}
.order_confirm .issued_invoice #form_invoice .message_invoice .title a {
  font-size: 0.75rem;
  font-weight: bold;
  color: #DC251D;
}
.order_confirm .issued_invoice #form_invoice .message_invoice ul {
  margin: unset;
  list-style: none;
}
.order_confirm .issued_invoice #form_invoice .message_invoice ul li {
  margin: unset;
  border: 2px solid #F2F2F2;
  border-top: unset;
  font-size: 0.75rem;
  padding: 0.6rem 0;
}
.order_confirm .issued_invoice #form_invoice .message_invoice ul li label {
  -moz-box-align: center;
       align-items: center;
  margin: unset;
}
.order_confirm .issued_invoice #form_invoice .message_invoice ul li div {
  text-align: center;
}
.order_confirm .issued_invoice #form_invoice .message_invoice ul li div select {
  padding: 0 0.5rem;
  letter-spacing: 2px;
  border: none;
  outline: none;
}
.order_confirm .issued_invoice #form_invoice .message_invoice ul li span {
  text-align: left;
}
.order_confirm .issued_invoice #form_invoice .message_invoice ul li .color_span {
  color: #DC251D;
}
.order_confirm .issued_invoice #form_invoice .message_invoice ul li:nth-child(1) {
  background: #F2F2F2;
  padding: 0.2rem 0;
  border-top: 2px solid #F2F2F2;
}
.order_confirm .issued_invoice #form_invoice .message_invoice ul .legal_li {
  font-size: 0.6rem;
  padding: 0.4rem 0;
}
.order_confirm .issued_invoice #form_invoice .message_invoice ul .legal_li label span:nth-child(1) {
  text-align: left;
}
.order_confirm .issued_invoice #form_invoice .message_invoice .legal_textarea {
  text-align: right;
}
.order_confirm .issued_invoice #form_invoice .message_invoice .legal_textarea textarea {
  width: 100%;
  height: 4rem;
  border: 2px solid #E1E1E1;
  font-size: 0.6rem;
  color: #ADADAD;
  padding: 0.2rem;
}
.order_confirm .issued_invoice #form_invoice .message_invoice .legal_textarea textarea:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
}
.order_confirm .issued_invoice #form_invoice .message_invoice .legal_textarea .submit_legal {
  background-color: #DC251D;
  color: #fff;
  font-size: 0.75rem;
  width: 5rem;
  border: none;
  outline: none;
  padding: 0.2rem 0;
  margin-top: 0.3rem;
}
.order_confirm .issued_invoice #form_invoice .select_all {
  font-size: 0.75rem;
  margin: unset;
  border-top: 1px solid #C6C6C6;
  -moz-box-align: center;
       align-items: center;
  padding-top: 0.6rem;
  margin-bottom: 0.2rem;
  padding-left: 3.8%;
}
.order_confirm .issued_invoice #form_invoice .select_all label {
  text-align: center;
  margin: unset;
}
.order_confirm .issued_invoice #form_invoice .select_all input {
  margin-right: 0.3rem;
}
.order_confirm .issued_invoice #form_invoice .select_all span {
  margin-left: 1rem;
}
.order_confirm .issued_invoice #form_invoice .select_all span i {
  font-style: normal;
  margin-left: 0.2rem;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .pay_content {
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #C6C6C6;
  padding-top: 0.6rem;
  display: -moz-box;
  display: flex;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .pay_content label {
  border: 2px solid #C6C6C6;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  width: 8rem;
  border-radius: 7px;
  padding: 0.6rem 0rem 0.5rem 0.8rem;
  margin-right: 1rem;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .pay_content label input {
  margin-right: 0.1rem;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .pay_content label img {
  width: 1.3rem;
  margin: 0 0.2rem;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .pay_content label span {
  font-size: 0.7rem;
  letter-spacing: 1px;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .pay_content .checked_label {
  border: 2px solid #29B28B;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .personal_information {
  margin: 0 1.2rem 0.7rem 1.2rem;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .personal_information .contact .title_contact {
  margin-bottom: 0.2rem;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .personal_information .contact .title_contact span {
  font-size: 0.7rem;
  font-weight: bold;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .personal_information .contact .title_contact span i {
  color: #DC251D;
  font-style: normal;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .personal_information .contact ul {
  list-style: none;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .personal_information .contact ul li {
  display: -moz-box;
  display: flex;
  width: 11.4rem;
  margin-bottom: 0.6rem;
  flex-wrap: wrap;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .personal_information .contact ul li span {
  font-size: 0.6rem;
  width: 3.4rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: right;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .personal_information .contact ul li span i {
  color: #DC251D;
  font-style: normal;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .personal_information .contact ul li input {
  border: 1px solid #C6C6C6;
  height: 1.2rem;
  width: 8rem;
  font-size: 0.6rem;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .personal_information .contact ul li input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .personal_information .contact ul li label {
  margin: unset;
  margin-left: 3.4rem;
  font-size: 0.6rem;
  color: red;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .personal_information .receipt .title_receipt {
  padding-left: 0.6rem;
  margin-bottom: 0.2rem;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .personal_information .receipt .title_receipt label {
  font-size: 0.7rem;
  font-weight: bold;
  margin: unset;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .personal_information .receipt ul {
  list-style: none;
  margin: unset;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .personal_information .receipt ul li {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  margin-bottom: 0.4rem;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .personal_information .receipt ul li:nth-child(1) input {
  width: unset;
  height: unset;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .personal_information .receipt ul li:nth-child(3) {
  width: 13.5rem;
  flex-wrap: wrap;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .personal_information .receipt ul li:nth-child(3) span {
  height: 1.2rem;
  line-height: 1.2rem;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .personal_information .receipt ul li:nth-child(3) label {
  margin: unset;
  margin-left: 5rem;
  font-size: 0.6rem;
  color: red;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .personal_information .receipt ul li:nth-child(4) {
  width: 13.5rem;
  flex-wrap: wrap;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .personal_information .receipt ul li:nth-child(4) span {
  height: 1.2rem;
  line-height: 1.2rem;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .personal_information .receipt ul li:nth-child(4) label {
  margin: unset;
  margin-left: 5rem;
  font-size: 0.6rem;
  color: red;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .personal_information .receipt ul li span {
  font-size: 0.6rem;
  width: 5rem;
  text-align: right;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .personal_information .receipt ul li span i {
  color: #DC251D;
  font-style: normal;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .personal_information .receipt ul li span .color_disabled {
  color: #C6C6C6;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .personal_information .receipt ul li input {
  border: 1px solid #C6C6C6;
  height: 1.2rem;
  width: 8.5rem;
  font-size: 0.6rem;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .personal_information .receipt ul li input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .personal_information .receipt ul li label {
  font-size: 0.6rem;
  margin: unset;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  margin-right: 0.5rem;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .personal_information .receipt ul li label input {
  margin-right: 0.1rem;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .personal_information .receipt ul li select {
  font-size: 0.6rem;
  border: 1px solid #C6C6C6;
  height: 1.2rem;
  width: 8.5rem;
  padding: 0 0.2rem;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .personal_information .receipt .color_disabled {
  color: #C6C6C6;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .bottom {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-align: end;
       align-items: flex-end;
  margin-top: 0.4rem;
  border-top: 1px solid #C6C6C6;
  padding-top: 0.6rem;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .bottom .money {
  margin-bottom: 0.3rem;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .bottom .money span:nth-child(1) {
  font-size: 0.6rem;
  color: #ADADAD;
  margin-right: 0.6rem;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .bottom .money span:nth-child(2) {
  color: #DC251D;
  font-size: 0.8rem;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .bottom .money span:nth-child(2) i {
  font-size: 0.6rem;
  font-style: normal;
}
.order_confirm .issued_invoice #form_invoice .pay_invoice .bottom button {
  background-color: #DC251D;
  color: #fff;
  font-size: 0.75rem;
  width: 5rem;
  border: none;
  outline: none;
  padding: 0.2rem 0;
}

.pay_page {
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
  padding: 3rem;
}
.pay_page .inner_pay {
  min-height: 17rem;
  width: 17rem;
  padding: 1rem 0;
  background-color: #fff;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
}
.pay_page .inner_pay .title_inner span {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 2px;
}
.pay_page .inner_pay .title_inner span i {
  font-style: normal;
}
.pay_page .inner_pay .img_inner {
  width: 10rem;
}
.pay_page .inner_pay .img_inner img {
  width: 100%;
}
.pay_page .inner_pay .point_inner span {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 2px;
}
.pay_page .inner_pay .close_pay {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  border: 1px solid #adadad4a;
  width: 12rem;
  border-radius: 20px;
  box-shadow: inset 0 5px 10px -5px #54495d, 0 1px 0 0 #54495d;
  background-color: #796a85;
  padding: 0.2rem 0;
  margin: 0.4rem 0;
}
.pay_page .inner_pay .close_pay .icon_close {
  width: 1.3rem;
  height: 1.3rem;
  text-align: center;
  line-height: 1.3rem;
  font-size: 0.8rem;
  border-radius: 50%;
  background-color: #e44a11;
  color: #fff;
  margin-right: 0.35rem;
}
.pay_page .inner_pay .close_pay .text_close {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}
.pay_page .inner_pay .close_pay .text_close span {
  font-size: 0.65rem;
  color: #fff;
}
.pay_page .inner_pay .close_pay .text_close span:nth-child(2) {
  font-style: 0.6rem;
}
.pay_page .inner_pay .return_inner span {
  font-size: 0.6rem;
  color: #ADADAD;
}
.pay_page .success_pay span:nth-child(1) {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 8px;
}
.pay_page .success_pay span:nth-child(2) {
  font-size: 0.6rem;
  margin: 1.2rem 0;
  color: #ADADAD;
}
.pay_page .success_pay a {
  width: 7rem;
  height: 2rem;
  background-color: #DC251D;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  line-height: 2rem;
  border-radius: 1rem;
}
.pay_page .success_pay a:hover {
  color: #fff !important;
}
.order_confirm .issued_invoice #form_invoice .contact_message {
    margin-bottom: 0.2rem;
}

.order_confirm .issued_invoice #form_invoice .message_invoice .contact {
    display: flex;
    margin-top: 0.2rem;
}

    .order_confirm .issued_invoice #form_invoice .message_invoice .contact div {
        display: flex;
        width: 11.4rem;
        margin-bottom: 0.6rem;
        flex-wrap: wrap;
    }

        .order_confirm .issued_invoice #form_invoice .message_invoice .contact div:nth-child(1) {
            margin-right: 0.6rem;
        }

        .order_confirm .issued_invoice #form_invoice .message_invoice .contact div span {
            font-size: 0.6rem;
            height: 1.2rem;
            line-height: 1.2rem;
            text-align: right;
            width: 3.4rem;
        }

            .order_confirm .issued_invoice #form_invoice .message_invoice .contact div span i {
                color: #DC251D;
                font-style: normal;
            }

        .order_confirm .issued_invoice #form_invoice .message_invoice .contact div input {
            border: 1px solid #C6C6C6;
            height: 1.2rem;
            width: 8rem;
            font-size: 0.6rem;
        }

            .order_confirm .issued_invoice #form_invoice .message_invoice .contact div input:focus {
                border-color: #66afe9;
                outline: 0;
                box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
            }

        .order_confirm .issued_invoice #form_invoice .message_invoice .contact div label {
            margin: unset;
            margin-left: 3.4rem;
            font-size: 0.6rem;
            color: red;
        }



.footer .one_footer {
  background-color: #151515;
  display: flex;
  justify-content: center;
  padding: 1.75rem 2.5rem 0.5rem 0px;
}
.footer .one_footer .contents_o_f {
  display: flex;
  width: 90%;
  justify-content: space-around;
}
.footer .one_footer .contents_o_f .serviceTime_o_f {
  display: flex;
  flex-direction: column;
  padding-right: 2%;
  border-right: 1px solid #242424;
}
.footer .one_footer .contents_o_f .serviceTime_o_f .phoneNumber_o_f {
  display: flex;
  align-items: center;
  color: #fff;
}
.footer .one_footer .contents_o_f .serviceTime_o_f .phoneNumber_o_f .phone_text {
  display: flex;
  flex-direction: column;
  padding-left: 0.6rem;
}
.footer .one_footer .contents_o_f .serviceTime_o_f .phoneNumber_o_f .phone_text span {
  font-size: 16px;
  line-height: 16px;
}
.footer .one_footer .contents_o_f .serviceTime_o_f .phoneNumber_o_f .phone_text > span:nth-child(2) {
  margin-top: 5px;
}
.footer .one_footer .contents_o_f .serviceTime_o_f .phoneNumber_o_f .phone_icon span {
  color: #fff;
  font-size: 45px;
}
.footer .one_footer .contents_o_f .serviceTime_o_f .time_o_f {
  margin-top: 1rem;
  font-size: 0.6rem;
  color: #666;
}
.footer .one_footer .contents_o_f .serviceTime_o_f .warn_o_f {
  margin-top: 1rem;
  color: #fff;
  font-size: 14px;
}
.footer .one_footer .contents_o_f .aboutMyself_o_f {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 2%;
  padding-right: 2rem;
}
.footer .one_footer .contents_o_f .aboutMyself_o_f span {
  font-size: 0.7rem;
  color: #fff;
}
.footer .one_footer .contents_o_f .aboutMyself_o_f a {
  text-decoration: none;
  font-size: 12px;
  color: #c3c3c3;
  margin-top: 20px;
}
.footer .one_footer .contents_o_f .cooperate {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 4%;
}
.footer .one_footer .contents_o_f .cooperate span {
  font-size: 0.7rem;
  color: #fff;
}
.footer .one_footer .contents_o_f .cooperate a {
  text-decoration: none;
  font-size: 12px;
  color: #c3c3c3;
  margin-top: 20px;
}
.footer .one_footer .contents_o_f .concern_o_f .title_o_f_c {
  color: #fff;
  font-size: 0.7rem;
  padding-bottom: 1rem;
  margin: 0;
}
.footer .one_footer .contents_o_f .concern_o_f .contents_o_f_c {
  display: flex;
}
.footer .one_footer .contents_o_f .concern_o_f .contents_o_f_c .office_accounts {
  display: flex;
  padding-right: 1.75rem;
}
.footer .one_footer .contents_o_f .concern_o_f .contents_o_f_c .office_accounts .office_accounts_left {
  display: flex;
  flex-direction: column;
}
.footer .one_footer .contents_o_f .concern_o_f .contents_o_f_c .office_accounts .office_accounts_left img {
  max-width: 85px;
  max-height: 85px;
  width: 4.25rem;
  height: 4.25rem;
}
.footer .one_footer .contents_o_f .concern_o_f .contents_o_f_c .office_accounts .office_accounts_left span {
  font-size: 0.5rem;
  color: #c3c3c3;
  margin-top: 0.5rem;
  align-self: center;
}
.footer .one_footer .contents_o_f .concern_o_f .contents_o_f_c .office_accounts .office_accounts_right {
  display: flex;
  flex-direction: column;
  margin-left: 0.5rem;
}
.footer .one_footer .contents_o_f .concern_o_f .contents_o_f_c .office_accounts .office_accounts_right span {
  font-size: 12px;
  color: #858585;
  line-height: 24px;
}
.footer .one_footer .contents_o_f .concern_o_f .contents_o_f_c .office_accounts .office_accounts_right > span:nth-child(1) {
  font-size: 14px;
  color: #ccc;
  margin-top: 0.1rem;
  letter-spacing: 9px;
  margin-bottom: 15px;
}
.footer .one_footer .contents_o_f .concern_o_f .contents_o_f_c .small_routine {
  display: flex;
}
.footer .one_footer .contents_o_f .concern_o_f .contents_o_f_c .small_routine .small_routine_left {
  display: flex;
  flex-direction: column;
}
.footer .one_footer .contents_o_f .concern_o_f .contents_o_f_c .small_routine .small_routine_left img {
  max-width: 85px;
  max-height: 85px;
  width: 4.25rem;
  height: 4.25rem;
}
.footer .one_footer .contents_o_f .concern_o_f .contents_o_f_c .small_routine .small_routine_left span {
  font-size: 0.5rem;
  color: #c3c3c3;
  margin-top: 0.5rem;
  align-self: center;
}
.footer .one_footer .contents_o_f .concern_o_f .contents_o_f_c .small_routine .small_routine_right {
  display: flex;
  flex-direction: column;
  margin-left: 0.5rem;
}
.footer .one_footer .contents_o_f .concern_o_f .contents_o_f_c .small_routine .small_routine_right span {
  font-size: 12px;
  color: #858585;
  line-height: 24px;
}
.footer .one_footer .contents_o_f .concern_o_f .contents_o_f_c .small_routine .small_routine_right > span:nth-child(1) {
  font-size: 14px;
  color: #ccc;
  margin-top: 0.1rem;
  letter-spacing: 9px;
  margin-bottom: 15px;
}
.footer .one_footer .contents_o_f .concern_o_f .contents_o_f_c .small_routine .small_routine_right > span:nth-child(3) {
  letter-spacing: 0.25rem;
}
.footer .two_footer {
  display: flex;
  justify-content: center;
  background-color: #151515;
  width: 100%;
  margin: 0;
}
.footer .two_footer .friendlyLink_f_t {
  display: flex;
  flex-direction: column;
  padding: 0 3rem 1rem 3rem;
}
.footer .two_footer .friendlyLink_f_t h5 {
  padding-top: 0.9rem;
  font-size: 0.5rem;
  color: #444;
  margin: 0;
  line-height: 1.2rem;
}
.footer .two_footer .friendlyLink_f_t h5 a {
  color: #444;
  margin-right: 0.5rem;
  text-decoration: none !important;
}
.footer .two_footer .friendlyLink_f_t h4 {
  font-size: 0.5rem;
  color: #444;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.4rem;
}
.footer .two_footer .friendlyLink_f_t h4 div > a:nth-child(2) {
  color: #333;
  margin-left: 0.75rem;
}
.footer .two_footer .friendlyLink_f_t h4 div > a:nth-child(3) {
  color: #444;
  margin-left: 0.75rem;
}


.navAndTurntableAndBtn .col-9 .turntableAndBtn .service_products .products_contents li {
    height: 4.85rem;
    width: 33%;
    cursor: pointer;
}

    .navAndTurntableAndBtn .col-9 .turntableAndBtn .service_products .products_contents li a {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
    }

.new_Law .right_Law #law_img .carousel-caption {
    font-size: 0.7rem;
    bottom: 0;
    left: 0;
    padding: unset;
    text-align: left;
    padding-left: 0.85rem;
    margin: unset;
}

    .new_Law .right_Law #law_img .carousel-caption p {
        margin-bottom: 0.55rem;
        letter-spacing: 1px;
    }

.new_Law .right_Law .title_rightLaw_index span::before {
    content: ' ';
    width: 0.25rem;
    height: 0.5rem;
    display: inline-block;
    background-color: #dc251d;
    margin-right: 0.3rem;
}

.member {
    display: flex;
    flex-direction: column;
}
    .member a .img {
        display:block;
        background-image: url(../images/member_banner.png);
        height: 20rem;
        background-position: center;
    }
    .member .member_introduce:nth-child(3) {
        background-color: #fff;
        margin-top: 3rem;
    }

    .member .member_introduce .title_introduce {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 2.8rem;
        margin-bottom: 0.7rem;
    }
    .member .member_introduce .title_introduce a{
        color:#dc251d; text-decoration:underline!important;
    }

        .member .member_introduce .title_introduce span:nth-child(1) {
            color: #333;
            font-weight: bold;
            font-size: 0.9rem;
            letter-spacing: 1px;
        }

        .member .member_introduce .title_introduce span:nth-child(2) {
            color: #999;
            font-size: 0.65rem;
        }

    .member .member_introduce .content_introduce {
        display: flex;
        margin: 0 0.8rem;
    }

        .member .member_introduce .content_introduce .out_introduce {
            width: 33.3%;
            padding: 0.8rem;
        }

            .member .member_introduce .content_introduce .out_introduce .inner_introduce {
                background-color: #fff;
                padding: 1.4rem 1.2rem 0.2rem 1.2rem;
                min-height: 43.5rem;
                max-height: 48.5rem;
                height: 100%;
                border-radius: 10px;
                box-shadow: 0px 6px 8px rgba(0,0,0,0.16);
            }

                .member .member_introduce .content_introduce .out_introduce .inner_introduce .head_inner {
                    display: flex;
                    flex-direction: column;
                }

                    .member .member_introduce .content_introduce .out_introduce .inner_introduce .head_inner span:nth-child(1) {
                        font-size: 0.9rem;
                        font-weight: bold;
                        color: #333;
                    }

                    .member .member_introduce .content_introduce .out_introduce .inner_introduce .head_inner span:nth-child(2) {
                        color: #666;
                        font-size: 1.1rem;
                        text-align: center;
                        padding: 0.4em 0;
                    }

                        .member .member_introduce .content_introduce .out_introduce .inner_introduce .head_inner span:nth-child(2) i {
                            font-style: normal;
                            font-size: 0.6rem;
                        }

                    .member .member_introduce .content_introduce .out_introduce .inner_introduce .head_inner button {
                        border-radius: 5px;
                        border: none;
                        color: #fff;
                        background-color: #dc251d;
                        padding: 8px;
                        font-size: 0.85rem;
                        outline:none;
                    }

                .member .member_introduce .content_introduce .out_introduce .inner_introduce .service_inner {
                    list-style: none;
                    margin: unset;
                    padding: unset;
                    padding: 1rem 0;
                    border-bottom: 2px dotted #C4C4C4;
                }

                    .member .member_introduce .content_introduce .out_introduce .inner_introduce .service_inner:nth-child(2) {
                        border-bottom: 2px dotted #C4C4C4 !important;
                    }

                    .member .member_introduce .content_introduce .out_introduce .inner_introduce .service_inner:nth-last-of-type(1) {
                        border-bottom: unset;
                    }

                    .member .member_introduce .content_introduce .out_introduce .inner_introduce .service_inner li {
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        margin: 0.25rem 0;
                        letter-spacing: 1px;
                        line-height: 1rem;
                    }

                        .member .member_introduce .content_introduce .out_introduce .inner_introduce .service_inner li:nth-child(1) span {
                            font-size: 0.7rem;
                            color: #333;
                            font-weight: bold;
                        }

                        .member .member_introduce .content_introduce .out_introduce .inner_introduce .service_inner li span {
                            font-size: 0.65rem;
                            color: #666;
                        }

                            .member .member_introduce .content_introduce .out_introduce .inner_introduce .service_inner li span i {
                                font-style: normal;
                                font-size: 0.3rem;
                            }

                            .member .member_introduce .content_introduce .out_introduce .inner_introduce .service_inner li span:nth-child(1) {
                                width: 70%;
                            }

    .member .member_introduce .content_img {
        display: flex;
    }

        .member .member_introduce .content_img .out_img {
            width: 25%;
            padding: 1rem 0.1rem;
        }

            .member .member_introduce .content_img .out_img .inner_img {
                display: flex;
                flex-direction: column;
                align-items: center;
            }

                .member .member_introduce .content_img .out_img .inner_img img {
                    width: 120px;
                    height: 100px;
                }

                .member .member_introduce .content_img .out_img .inner_img span {
                    color: #333;
                    font-size: 0.6rem;
                }

                    .member .member_introduce .content_img .out_img .inner_img span:nth-child(2) {
                        color: #333;
                        font-size: 0.8rem;
                        font-weight: bold;
                        padding-top: 0.6rem;
                        padding-bottom: 0.1rem;
                    }

    .member .member_introduce .content_question {
        display: flex;
        flex-direction: column;
        padding: 0 1.6rem;
        margin-top: 2.2rem;
        margin-bottom: 3.2rem;
    }

        .member .member_introduce .content_question .title_question {
            color: #333;
            font-weight: bold;
            font-size: 0.9rem;
            text-align: center;
            margin-bottom: 0.7rem;
            letter-spacing: 1px;
        }

        .member .member_introduce .content_question .out_question {
            display: flex;
        }

            .member .member_introduce .content_question .out_question .inner_question {
                width: 50%;
                display: flex;
                flex-direction: column;
                padding: 0 1.6rem;
            }

                .member .member_introduce .content_question .out_question .inner_question span {
                    font-size: 0.7rem;
                    color: #999;
                    margin: 0.2rem 0;
                    line-height: 1.1rem;
                }

                    .member .member_introduce .content_question .out_question .inner_question span:nth-child(1) {
                        font-size: 0.8rem;
                        color: #333;
                        font-weight: bold;
                        text-align: justify;
                        text-align-last: justify;
                    }
#enterprisetip, .warn_register {
    font-size: 14px;
    text-align: center;
    color: #dc251d
}



.register_point {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-align: center;
       align-items: center;
  background-image: url(../images/bg_register_point.png);
  background-position: top;
  background-repeat: no-repeat;
  color: #fff;
  height: 25.87rem;
  max-height: 25rem;
  position: relative;
}
.register_point::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #290402a8;
}
.register_point .words_r_point {
  margin-top: 2.9rem;
  list-style: none;
  position: relative;
}
.register_point .words_r_point li {
  text-align: center;
}
.register_point .words_r_point li:nth-child(1) {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 2px;
  margin-bottom: 0.42rem;
}
.register_point .words_r_point li:nth-child(2) {
  font-weight: bold;
  font-size: 2.26rem;
  letter-spacing: 5px;
  margin-bottom: 1.27rem;
}
.register_point .words_r_point li:nth-child(3) {
  font-size: 1rem;
  letter-spacing: 3px;
}
.register_point .words_r_point li:nth-child(4) {
  font-size: 0.75rem;
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  margin-top: 2.98rem;
}
.register_point .words_r_point li:nth-child(4) div {
  width: 11.6rem;
  height: 2.48rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  background: linear-gradient(270deg, #EB5B54 0%, #C81D16 100%);
  border-radius: 35px;
  padding: 0.3rem 0.2rem;
  letter-spacing: 1px;
}
.register_point .words_r_point li:nth-child(4) div a {
  margin-right: 0.2rem;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.register_point .words_r_point li:nth-child(4) div a:hover {
  color: #007bff !important;
}
.register_point .botton_point {
  display: -moz-box;
  display: flex;
  list-style: none;
  height: 4.68rem;
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  -moz-box-pack: center;
       justify-content: center;
  background-color: #290402a6;
  -moz-box-align: center;
       align-items: center;
}
.register_point .botton_point li {
  width: 25%;
  padding-left: 1.7rem;
}
.register_point .botton_point li a {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
}
.register_point .botton_point li a img {
  width: 1.85rem;
  height: 1.86rem;
  margin-right: 0.43rem;
}
.register_point .botton_point li a div {
  color: #fff;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  font-size: 0.7rem;
  margin-left: 0.3rem;
}
.register_point .botton_point li a div span {
  font-size: 0.8rem;
}
.register_point .botton_point li a div span:nth-child(1) {
  font-weight: bold;
  letter-spacing: 2px;
}
.register_point .botton_point li a div span:nth-child(2) {
  font-size: 0.6rem;
}

.member .member_introduce .content_introduce_service {
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    margin: 0 10%;
}

    .member .member_introduce .content_introduce_service .service_title {
        height: 3rem;
        margin: unset;
        margin-top: 3rem;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        background-color: #fff;
        border-radius: 10px;
    }

        .member .member_introduce .content_introduce_service .service_title .left_title {
            display: -moz-box;
            display: flex;
            -moz-box-align: center;
            align-items: center;
            padding-left: 1.5rem;
        }

            .member .member_introduce .content_introduce_service .service_title .left_title span {
                font-size: 1.1rem;
                font-weight: bold;
                letter-spacing: 2px;
            }

        .member .member_introduce .content_introduce_service .service_title .right_title {
            display: -moz-box;
            display: flex;
            -moz-box-pack: justify;
            justify-content: space-between;
        }

            .member .member_introduce .content_introduce_service .service_title .right_title .vip_title {
                width: 50%;
                display: -moz-box;
                display: flex;
                -moz-box-pack: center;
                justify-content: center;
                position: relative;
                -moz-box-align: center;
                align-items: center;
            }

                .member .member_introduce .content_introduce_service .service_title .right_title .vip_title:nth-child(2) div:nth-child(1) {
                    background-color: #DC251D;
                }

                .member .member_introduce .content_introduce_service .service_title .right_title .vip_title:nth-child(2) div:nth-child(2) {
                    border-color: #dc251d transparent transparent;
                }

                .member .member_introduce .content_introduce_service .service_title .right_title .vip_title:nth-child(2) div:nth-child(3) {
                    color: #DC251D;
                }

                .member .member_introduce .content_introduce_service .service_title .right_title .vip_title div:nth-child(1) {
                    height: 1.8rem;
                    width: 7.5rem;
                    position: absolute;
                    top: -1.8rem;
                    font-size: 0.9rem;
                    font-weight: bold;
                    background-color: #FE6A2C;
                    line-height: 1.8rem;
                    color: #fff;
                    border-radius: 6px 6px 0 0;
                    text-align: center;
                }

                .member .member_introduce .content_introduce_service .service_title .right_title .vip_title div:nth-child(2) {
                    position: absolute;
                    top: 0;
                    width: 0px;
                    height: 0px;
                    border-width: 10px;
                    border-color: #fe6a2c transparent transparent;
                    border-style: solid;
                    display: inline-block;
                }

                .member .member_introduce .content_introduce_service .service_title .right_title .vip_title div:nth-child(3) {
                    color: #FE6A2C;
                }

                    .member .member_introduce .content_introduce_service .service_title .right_title .vip_title div:nth-child(3) span:nth-child(1) {
                        font-size: 1.1rem;
                        font-weight: bold;
                    }

                    .member .member_introduce .content_introduce_service .service_title .right_title .vip_title div:nth-child(3) span:nth-child(2) {
                        font-size: 0.6rem;
                    }

                .member .member_introduce .content_introduce_service .service_title .right_title .vip_title div:nth-child(4) {
                    height: 60%;
                    width: 2px;
                    position: absolute;
                    background-color: #C6C6C6;
                    left: 0;
                }

    .member .member_introduce .content_introduce_service .service_rules {
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        background-color: #fff;
        border-radius: 10px;
        margin: unset;
        margin-top: 0.6rem;
        -moz-box-align: center;
        align-items: center;
    }

        .member .member_introduce .content_introduce_service .service_rules:last-child {
            box-shadow: unset;
            background-color: unset;
            border-radius: unset;
        }

            .member .member_introduce .content_introduce_service .service_rules:last-child ul li:nth-child(1) button {
                background-color: #FE6A2C;
            }

        .member .member_introduce .content_introduce_service .service_rules div {
            font-size: 0.7rem;
            color: #3F3F3F;
            padding-left: 1.5rem;
            letter-spacing: 1px;
        }

        .member .member_introduce .content_introduce_service .service_rules ul {
            display: -moz-box;
            display: flex;
            list-style: none;
            margin: unset;
        }

            .member .member_introduce .content_introduce_service .service_rules ul li {
                width: 50%;
                text-align: center;
            }

                .member .member_introduce .content_introduce_service .service_rules ul li img {
                    width: 0.7rem;
                }

                .member .member_introduce .content_introduce_service .service_rules ul li span {
                    color: #DC251D;
                    font-size: 0.7rem;
                    font-weight: bold;
                    letter-spacing: 1px;
                }

                .member .member_introduce .content_introduce_service .service_rules ul li button {
                    border-radius: 5px;
                    border: none;
                    outline: none;
                    color: #fff;
                    background-color: #dc251d;
                    padding: 2px 10px;
                    font-size: 0.75rem;
                    height: 1.6rem;
                    letter-spacing: 1px;
                    width: 5rem;
                }
.service_rules ul li a:link, .service_rules ul li a:hover, .service_rules ul li a:visited,
.service_rules ul li a:active {
    border-radius: 5px;
    border: none;
    outline: none;
    color: #fff;
    background-color: #dc251d;
    padding: 5px 10px;
    font-size: 0.75rem;
    height: 1.6rem;
    letter-spacing: 1px;
    width: 5rem;
}
.agreement {
    margin: 1.8rem 6rem 2rem 6rem;
    background-color: #fff;
    padding: 2rem 4rem;
}

    .agreement .tile_agreement {
        text-align: center;
        margin-bottom: 0.6rem;
    }

        .agreement .tile_agreement h1 {
            margin: unset;
            letter-spacing: 4px;
            border-bottom: 2px solid red;
            padding-bottom: 0.6rem;
            font-size: 1.5rem;
        }

        .agreement .tile_agreement h2 {
            font-size: 1rem;
            margin-top: 0.6rem;
        }

    .agreement div .bold_agreement {
        font-weight: bold;
    }

    .agreement div p {
        font-size: 0.75rem;
        line-height: 1.4rem;
        letter-spacing: 2px;
    }

        .agreement div p i {
            font-weight: bold;
            font-style: normal;
            letter-spacing: 2px;
        }

        .agreement div p .border_width {
            border-bottom: 1px solid #333;
            width: 80px;
            display: inline-block;
        }

        .agreement div p .border1_width {
            border-bottom: 1px solid #333;
            width: 20px;
            display: inline-block;
            text-align: center;
        }

    .agreement div ul {
        list-style: none;
        margin-left: 0.4rem;
    }

        .agreement div ul li {
            margin-bottom: 0.4rem;
            font-size: 0.73rem;
            letter-spacing: 2px;
        }

    .agreement .botom_agreement {
        display: flex;
        margin-top: 2.2rem;
        margin-bottom: 4rem;
    }

        .agreement .botom_agreement div {
            display: flex;
            flex-direction: column;
            line-height: 1.2rem;
            letter-spacing: 2px;
        }

            .agreement .botom_agreement div:nth-child(1) {
                margin-right: 12rem;
            }

            .agreement .botom_agreement div span {
                font-size: 0.75rem;
            }

                .agreement .botom_agreement div span:nth-child(1) {
                    font-weight: bold;
                }
.friendtip {
    width: 85%;
    border: solid 2px #7d93b4;
    padding: 20px;
    font-size: 14px;
    text-align: center;
    margin: 20px auto;
    background: #fff;
    border-radius: 10px;
}
.friendtip a{color:#f00000;}
.friendtip img{width:150px;height:150px;margin:20px;border:solid 1px #ddd; border-radius:10px;}
.legalConsultation {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.35rem;
}

    .legalConsultation .consult_head {
        display: flex;
        width: 46.05rem;
        height: 12.25rem;
        background: #FFFFFF;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

        .legalConsultation .consult_head.consult_head_caseA {
            height: 13.35rem;
        }

        .legalConsultation .consult_head .left_head {
            width: 18.65rem;
            height: 12.25rem;
        }

            .legalConsultation .consult_head .left_head.left_head_caseA {
                height: 13.35rem;
                width: 19.65rem;
            }

            .legalConsultation .consult_head .left_head img {
                width: 100%;
                height: 100%;
            }

        .legalConsultation .consult_head .right_head {
            padding-top: 1.05rem;
            padding-left: 2.15rem;
        }

            .legalConsultation .consult_head .right_head.rightHead_personalized {
                padding-top: 0.7rem;
                padding-left: 1.9rem;
            }

            .legalConsultation .consult_head .right_head .title_right {
                font-size: 1.6rem;
                font-weight: bold;
                color: #282828;
                margin-bottom: 0.55rem;
            }

                .legalConsultation .consult_head .right_head .title_right.titleRight_personalized {
                    margin-bottom: 0.3rem;
                }

            .legalConsultation .consult_head .right_head .content_right {
                display: flex;
                flex-direction: column;
                width: 22.4rem;
                font-size: 0.65rem;
                line-height: 1.1rem;
                color: #707070;
                margin-bottom: 0.55rem;
            }

                .legalConsultation .consult_head .right_head .content_right.contentRight_personalized {
                    width: 23.1rem;
                }

            .legalConsultation .consult_head .right_head .mark_right {
                display: flex;
                margin-bottom: 1.35rem;
            }

                .legalConsultation .consult_head .right_head .mark_right.mark_right_caseA {
                    margin-bottom: 0.7rem;
                }

                .legalConsultation .consult_head .right_head .mark_right span {
                    background: #F7DBDA;
                    border-radius: 0.15rem;
                    text-align: center;
                    padding: 0.2rem 0.35rem;
                    font-size: 0.5rem;
                    color: #DC251D;
                    margin-right: 0.55rem;
                }

            .legalConsultation .consult_head .right_head .btn_right {
                display: flex;
                font-size: 0.65rem;
            }

                .legalConsultation .consult_head .right_head .btn_right span {
                    width: 4rem;
                    height: 1.35rem;
                    line-height: 1.3rem;
                    border: 1px solid #DC251D;
                    text-align: center;
                    color: #DC251D;
                    border-radius: 0.1rem;
                    margin-right: 0.55rem;
                    cursor: pointer;
                }

                    .legalConsultation .consult_head .right_head .btn_right span:nth-child(2) {
                        background: #DC251D;
                        color: #fff;
                    }

    .legalConsultation .service_legal {
        width: 46.05rem;
        background-color: #fff;
    }

        .legalConsultation .service_legal .title_service {
            width: 46.05rem;
            height: 1.35rem;
            line-height: 1.35rem;
            color: #DC251D;
            display: flex;
            align-items: center;
            background: #FFFFFF;
            z-index: 999;
            top: 0;
        }

            .legalConsultation .service_legal .title_service a {
                width: 4.25rem;
                font-size: 0.65rem;
                background: #FFFFFF;
                text-align: center;
                border-top: 0.1rem solid #fff;
            }

                .legalConsultation .service_legal .title_service a:nth-child(1) {
                    border-top: 0.1rem solid #DC251D;
                    color: #DC251D;
                }

        .legalConsultation .service_legal .scene_service {
            position: relative;
            width: 46.05rem;
            height: 21rem;
            background: url("../images/bg_sceneService.png") center top no-repeat;
            background-size: 100% 100%;
        }

            .legalConsultation .service_legal .scene_service.sceneService_personalized {
                height: 20rem;
                background: #fff;
            }

            .legalConsultation .service_legal .scene_service.scene_caseAgent {
                height: 25.4rem;
            }

            .legalConsultation .service_legal .scene_service .big_title {
                position: relative;
                z-index: 99;
                display: flex;
                flex-direction: column;
                align-items: center;
                margin-bottom: 0.15rem;
                padding-top: 1.85rem;
            }


                .legalConsultation .service_legal .scene_service .big_title span {
                    font-size: 1.3rem;
                    color: #FFFFFF;
                    font-weight: bold;
                }

                .legalConsultation .service_legal .scene_service .big_title::after {
                    content: " ";
                    display: block;
                    width: 3.2rem;
                    height: 0.1rem;
                    background: #DC251D;
                    margin-top: 0.5rem;
                }

            .legalConsultation .service_legal .scene_service .small_title {
                text-align: center;
                margin-bottom: 1.1rem;
                position: relative;
                z-index: 99;
            }

                .legalConsultation .service_legal .scene_service .small_title span {
                    font-size: 0.65rem;
                    color: #FFFFFF;
                }

            .legalConsultation .service_legal .scene_service .personalized {
                display: flex;
                justify-content: center;
                position: relative;
                z-index: 99;
            }

                .legalConsultation .service_legal .scene_service .personalized .li_personalized {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    margin-right: 3.4rem;
                }

                    .legalConsultation .service_legal .scene_service .personalized .li_personalized:last-child {
                        margin-right: unset;
                    }

                    .legalConsultation .service_legal .scene_service .personalized .li_personalized img {
                        width: 9.35rem;
                        height: 9.35rem;
                    }

                    .legalConsultation .service_legal .scene_service .personalized .li_personalized span {
                        margin-top: 0.8rem;
                        font-size: 0.95rem;
                        font-weight: bold;
                        color: #282828;
                    }

            .legalConsultation .service_legal .scene_service .scene_case {
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .legalConsultation .service_legal .scene_service .scene_case .left_scene .li_scene {
                    width: 18.15rem;
                    height: 3.75rem;
                    position: relative;
                    display: flex;
                    align-items: center;
                    margin-bottom: 0.5rem;
                }

                    .legalConsultation .service_legal .scene_service .scene_case .left_scene .li_scene .img_bg {
                        width: 18.15rem;
                        height: 3.75rem;
                        position: absolute;
                        top: 0;
                        left: 0;
                    }

                    .legalConsultation .service_legal .scene_service .scene_case .left_scene .li_scene .img_right {
                        width: 1.85rem;
                        height: 1.85rem;
                        z-index: 99;
                        position: absolute;
                        top: 50%;
                        margin-top: -0.925rem;
                        right: 1.35rem;
                    }

                    .legalConsultation .service_legal .scene_service .scene_case .left_scene .li_scene span {
                        margin-left: 1.6rem;
                        width: 11.2rem;
                        font-size: 0.75rem;
                        font-weight: bold;
                        color: #282828;
                        z-index: 99;
                    }

            .legalConsultation .service_legal .scene_service .question_img {
                margin: 0 auto;
                background: url("../images/question_img.png") center center no-repeat;
                background-size: 100% 100%;
                width: 23.1rem;
                height: 2.75rem;
            }

                .legalConsultation .service_legal .scene_service .question_img.questionImg_policyI {
                    margin-top: 1rem;
                    background: url("../images/questionImg_policyI.png") center center no-repeat;
                    background-size: 100% 100%;
                }

            .legalConsultation .service_legal .scene_service .mark_question {
                margin-top: 1.35rem;
                display: flex;
                justify-content: center;
            }

                .legalConsultation .service_legal .scene_service .mark_question .mark_img {
                    position: relative;
                    width: 15.5rem;
                    height: 4rem;
                    background: url("../images/mark_imgL.png") center center no-repeat;
                    background-size: 100% 100%;
                }

                    .legalConsultation .service_legal .scene_service .mark_question .mark_img:nth-child(2) {
                        background: url("../images/mark_imgR.png") center center no-repeat;
                        background-size: 100% 100%;
                        margin-left: 3.2rem;
                    }

                    .legalConsultation .service_legal .scene_service .mark_question .mark_img .inner_markImg {
                        height: 3.25rem;
                        position: absolute;
                        top: 0.25rem;
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                        padding-left: 3.7rem;
                    }

                        .legalConsultation .service_legal .scene_service .mark_question .mark_img .inner_markImg span {
                            width: 9.8rem;
                        }

                            .legalConsultation .service_legal .scene_service .mark_question .mark_img .inner_markImg span:nth-child(1) {
                                font-size: 0.85rem;
                                font-weight: bold;
                                color: #282828;
                                margin-bottom: 0.1rem;
                            }

                            .legalConsultation .service_legal .scene_service .mark_question .mark_img .inner_markImg span:nth-child(2) {
                                line-height: 0.7rem;
                                font-size: 0.5rem;
                                color: #707070;
                            }

                        .legalConsultation .service_legal .scene_service .mark_question .mark_img .inner_markImg.inner_markImg_policyI span {
                            font-size: 0.7rem !important;
                            font-weight: bold;
                            line-height: 0.95rem;
                            color: #282828;
                        }

                        .legalConsultation .service_legal .scene_service .mark_question .mark_img .inner_markImg .spanmarkImg_system {
                            color: 282828;
                            font-size: 0.55rem;
                            line-height: unset;
                        }

            .legalConsultation .service_legal .scene_service .botoom_img {
                display: flex;
                align-items: center;
                justify-content: center;
                position: absolute;
                bottom: 0;
                width: 46.05rem;
                height: 4.85rem;
            }

                .legalConsultation .service_legal .scene_service .botoom_img img {
                    position: relative;
                    height: 4rem;
                    z-index: 99;
                }

                .legalConsultation .service_legal .scene_service .botoom_img .middle_bottom {
                    position: relative;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    margin: 0 4.1rem 0 1.1rem;
                    z-index: 99;
                }

                    .legalConsultation .service_legal .scene_service .botoom_img .middle_bottom span:nth-child(1) {
                        font-size: 0.95rem;
                        font-weight: bold;
                        color: #FFFFFF;
                    }

                    .legalConsultation .service_legal .scene_service .botoom_img .middle_bottom span:nth-child(2) {
                        height: 0.65rem;
                        font-size: 0.65rem;
                        color: #FFFFFF;
                    }

                .legalConsultation .service_legal .scene_service .botoom_img .btn_bottom {
                    position: relative;
                    width: 4rem;
                    height: 1.35rem;
                    border: 1px solid #FFFFFF;
                    border-radius: 0.1rem;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    z-index: 99;
                    cursor: pointer;
                }

                    .legalConsultation .service_legal .scene_service .botoom_img .btn_bottom span {
                        font-size: 0.65rem;
                        color: #FFFFFF;
                    }

            .legalConsultation .service_legal .scene_service .shadow_bottom {
                position: absolute;
                bottom: 0;
                width: 46.05rem;
                height: 4.85rem;
                background: #000000;
                opacity: 0.5;
            }

            .legalConsultation .service_legal .scene_service .topImg_personalized {
                position: absolute;
                top: 0;
                width: 46.05rem;
                height: 11.2rem;
                background: url('../images/topImg_personalized.png');
            }

        .legalConsultation .service_legal .scene_work {
            height: 17.2rem;
        }

    .legalConsultation .common_title {
        width: 46.05rem;
        background-color: #fff;
    }

        .legalConsultation .common_title .big_title {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 0.65rem;
            padding-top: 1.85rem;
        }

            .legalConsultation .common_title .big_title span {
                font-size: 1.3rem;
                color: #282828;
                font-weight: bold;
            }

            .legalConsultation .common_title .big_title::after {
                content: " ";
                display: block;
                width: 3.2rem;
                height: 0.1rem;
                background: #DC251D;
                margin-top: 0.5rem;
            }

        .legalConsultation .common_title .small_title {
            text-align: center;
            margin-bottom: 1.1rem;
        }

            .legalConsultation .common_title .small_title span {
                font-size: 0.65rem;
                color: #707070;
            }

        .legalConsultation .common_title .content_caseAgent {
            display: flex;
            justify-content: center;
            margin-top: 0.95rem;
        }

            .legalConsultation .common_title .content_caseAgent .li_content_caseA {
                position: relative;
                width: 9.6rem;
                height: 15rem;
                display: flex;
                flex-direction: column;
                align-items: center;
                border-radius: 0.55rem;
                margin-right: 0.5rem;
            }

                .legalConsultation .common_title .content_caseAgent .li_content_caseA:last-child {
                    margin-right: unset;
                }

                .legalConsultation .common_title .content_caseAgent .li_content_caseA .img_bg {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 9.6rem;
                    height: 15rem;
                }

                .legalConsultation .common_title .content_caseAgent .li_content_caseA .middle_caseA {
                    position: relative;
                    margin-top: 2.7rem;
                    height: 3.1rem;
                    z-index: 99;
                }

                .legalConsultation .common_title .content_caseAgent .li_content_caseA .title_content_caseA {
                    position: relative;
                    z-index: 99;
                    margin-top: 2rem;
                }

                    .legalConsultation .common_title .content_caseAgent .li_content_caseA .title_content_caseA span {
                        font-size: 0.95rem;
                        font-weight: bold;
                        color: #FFFFFF;
                    }

                .legalConsultation .common_title .content_caseAgent .li_content_caseA .text_content_caseA {
                    margin-top: 0.4rem;
                    position: relative;
                    z-index: 99;
                    padding: 0 0.5rem;
                }

                    .legalConsultation .common_title .content_caseAgent .li_content_caseA .text_content_caseA .li_text {
                        display: flex;
                        align-items: baseline;
                        transform: scale(0.9);
                    }

                        .legalConsultation .common_title .content_caseAgent .li_content_caseA .text_content_caseA .li_text i {
                            width: 0.2rem;
                            height: 0.2rem;
                            background: #FFFFFF;
                            border-radius: 50%;
                            margin-right: 0.25rem;
                        }

                        .legalConsultation .common_title .content_caseAgent .li_content_caseA .text_content_caseA .li_text span {
                            font-size: 0.5rem;
                            line-height: 0.68rem;
                            color: #FFFFFF;
                            margin-bottom: 0.2rem;
                        }

        .legalConsultation .common_title .flowPath_caseA {
            margin: 0 auto;
            margin-top: 0.95rem;
            background: url("../images/flowPath_caseA.png") center center no-repeat;
            background-size: 100% 100%;
            width: 41.1rem;
            height: 17.25rem;
        }

        .legalConsultation .common_title .client_caseA {
            margin-top: 0.95rem;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .legalConsultation .common_title .client_caseA .clientImg {
                height: 20.15rem;
                width: 41.4rem;
                background: url("../images/clientImg.png") center center no-repeat;
                background-size: 100% 100%;
            }

            .legalConsultation .common_title .client_caseA .text_clicent {
                width: 30rem;
                font-size: 0.75rem;
                line-height: 1.3rem;
                color: #282828;
                margin-top: 1.9rem;
                margin-bottom: 3.5rem;
            }

        .legalConsultation .common_title .content_system {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin-top: 0.95rem;
        }

            .legalConsultation .common_title .content_system .li_content {
                width: 18.65rem;
                height: 5.6rem;
                background: #FFFFFF;
                display: flex;
                align-items: center;
            }

                .legalConsultation .common_title .content_system .li_content:nth-child(1) {
                    background: url("../images/contentBg1_system.png") center top no-repeat;
                    background-size: 100% 100%;
                    margin-right: 0.8rem;
                }

                .legalConsultation .common_title .content_system .li_content:nth-child(2) {
                    background: url("../images/contentBg2_system.png") center top no-repeat;
                    background-size: 100% 100%;
                }

                .legalConsultation .common_title .content_system .li_content:nth-child(3) {
                    background: url("../images/contentBg2_system.png") center top no-repeat;
                    background-size: 100% 100%;
                    margin-right: 0.8rem;
                }

                .legalConsultation .common_title .content_system .li_content:nth-child(4) {
                    background: url("../images/contentBg1_system.png") center top no-repeat;
                    background-size: 100% 100%;
                }

                .legalConsultation .common_title .content_system .li_content img {
                    width: 2.25rem;
                    height: 2.25rem;
                    margin-left: 1.85rem;
                    margin-right: 1.35rem;
                }

                .legalConsultation .common_title .content_system .li_content .text_system {
                    display: flex;
                    flex-direction: column;
                }

                    .legalConsultation .common_title .content_system .li_content .text_system span:nth-child(1) {
                        width: 11.5rem;
                        font-size: 0.65rem;
                        font-weight: bold;
                        line-height: 1.2rem;
                        color: #282828;
                    }

                    .legalConsultation .common_title .content_system .li_content .text_system span:nth-child(2) {
                        margin-top: 0.2rem;
                        width: 11.5rem;
                        font-size: 0.5rem;
                        color: #282828;
                    }

        .legalConsultation .common_title .content_service {
            display: flex;
            justify-content: center;
        }

            .legalConsultation .common_title .content_service .img_content {
                width: 18.15rem;
                height: 13.75rem;
                padding-left: 1.85rem;
            }

                .legalConsultation .common_title .content_service .img_content:nth-child(1) {
                    background: url("../images/imgL_content.png") center center no-repeat;
                    background-size: 100% 100%;
                }

                .legalConsultation .common_title .content_service .img_content:nth-child(2) {
                    margin-left: 2.3rem;
                    background: url("../images/imgR_content.png") center center no-repeat;
                    background-size: 100% 100%;
                }
                    .legalConsultation .common_title .content_service .img_content:nth-child(2) .name_service span {
                        color: #DC251D !important;
                    }
                .legalConsultation .common_title .content_service .img_content .name_service {
                    width: 9.35rem;
                    height: 2.4rem;
                    background: #FFFFFF;
                    border: 1px solid #707070;
                    border-radius: 1.2rem;
                    margin-top: 5.5rem;
                    margin-bottom: 0.9rem;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                    .legalConsultation .common_title .content_service .img_content .name_service span {
                        width: 6rem;
                        font-size: 0.75rem;
                        font-weight: bold;
                        color: #183883;
                    }

                    .legalConsultation .common_title .content_service .img_content .name_service.nameService_policyI span {
                        font-size: 1rem;
                        text-align: center;
                    }

                .legalConsultation .common_title .content_service .img_content .information_service {
                    width: 14.9rem;
                    display: flex;
                    flex-direction: column;
                }

                    .legalConsultation .common_title .content_service .img_content .information_service span {
                        font-size: 0.5rem;
                        color: #FFFFFF;
                    }

                    .legalConsultation .common_title .content_service .img_content .information_service.informationService_policyI span {
                        font-size: 0.65rem;
                        line-height: 1.1rem;
                    }

        .legalConsultation .common_title .content_work {
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .legalConsultation .common_title .content_work .imgL_content {
                height: 11.15rem;
                width: 14.85rem;
                background: url("../images/contentService_work.png") center center no-repeat;
                background-size: 100% 100%;
                margin-right: 3.2rem;
            }

            .legalConsultation .common_title .content_work .textR_content {
                display: flex;
                flex-direction: column;
            }

                .legalConsultation .common_title .content_work .textR_content .li_textR {
                    display: flex;
                    align-items: baseline;
                    margin-bottom: 0.85rem;
                }

                    .legalConsultation .common_title .content_work .textR_content .li_textR i {
                        width: 0.5rem;
                        height: 0.5rem;
                        background: #DC251D;
                        border-radius: 50%;
                        margin-right: 0.8rem;
                    }

                    .legalConsultation .common_title .content_work .textR_content .li_textR span {
                        width: 13.45rem;
                        height: 1.75rem;
                        font-size: 0.65rem;
                        line-height: 1.1rem;
                        color: #282828;
                    }

                    .legalConsultation .common_title .content_work .textR_content .li_textR:nth-child(2) i {
                        background: #183883;
                    }

        .legalConsultation .common_title .team_service {
            display: flex;
            justify-content: center;
        }

            .legalConsultation .common_title .team_service .left_team {
                display: flex;
                flex-direction: column;
                justify-content: center;
                margin-right: 1.5rem;
            }

                .legalConsultation .common_title .team_service .left_team .imgTeam {
                    display: flex;
                    align-items: center;
                    padding-left: 4.5rem;
                    line-height: 1rem;
                }

                    .legalConsultation .common_title .team_service .left_team .imgTeam:nth-child(1) {
                        width: 16rem;
                        height: 4.05rem;
                        background: #FFFFFF;
                        background: url('../images/teamService_01.png') center center no-repeat;
                        background-size: 100% 100%;
                    }

                    .legalConsultation .common_title .team_service .left_team .imgTeam:nth-child(2) {
                        width: 16rem;
                        height: 4.5rem;
                        background: #FFFFFF;
                        margin-top: 0.8rem;
                        background: url('../images/teamService_02.png') center center no-repeat;
                        background-size: 100% 100%;
                    }

                    .legalConsultation .common_title .team_service .left_team .imgTeam span {
                        width: 10.5rem;
                        font-size: 0.6rem;
                        color: #282828;
                    }

            .legalConsultation .common_title .team_service .right_team {
                width: 16rem;
                height: 10.65rem;
                background: #7a7777;
                border-radius: 0.25rem;
                background: url("../images/teamService_bg.png") center center no-repeat;
                background-size: 100% 100%;
            }

            .legalConsultation .common_title .team_service .right_team_work {
                background: url("../images/teamWork_bg.png") center center no-repeat;
                background-size: 100% 100%;
            }

        .legalConsultation .common_title .carousel_policyI {
            width: 34.65rem;
            height: 16rem;
            margin: 0 auto;
            margin-bottom: 2rem;
        }

            .legalConsultation .common_title .carousel_policyI ol {
                bottom: -2rem !important;
            }

                .legalConsultation .common_title .carousel_policyI ol li {
                    width: 0.55rem;
                    height: 0.55rem;
                    background: #DC251D;
                    border: unset !important;
                    border-radius: 50%;
                }

        .legalConsultation .common_title .img_modificationScheme {
            margin: 0 auto;
            margin-top: 1.85rem;
            margin-bottom: 3.4rem;
            width: 41.1rem;
            height: 17.25rem;
            background: url("../images/img_modificationScheme.png") center center no-repeat;
            background-size: 100% 100%;
        }

        .legalConsultation .common_title .flowPath {
            margin: 0 auto;
            margin-bottom: 1.8rem;
            margin-top: 0.95rem;
            width: 39.9rem;
            height: 17.95rem;
            background: url("../images/flowPath_service.png") center center no-repeat;
            background-size: 100% 100%;
        }

        .legalConsultation .common_title .flowPath_work {
            background: url("../images/flowPath_work.png") center center no-repeat;
            background-size: 100% 100%;
        }

        .legalConsultation .common_title .flowPath_sysytem {
            height: 6.1rem;
            width: 39.2rem;
            margin-bottom: 5rem;
            background: url("../images/flowPath_sysytem.png") center center no-repeat;
            background-size: 100% 100%;
        }

        .legalConsultation .common_title .flowPath_policyI {
            height: 21.9rem;
            width: 39.15rem;
            margin: 0 auto;
            margin-bottom: 5rem;
            background: url("../images/flowPath_policyI.png") center center no-repeat;
            background-size: 100% 100%;
        }

.memberPublicity {
    background: #fff;
}

    .memberPublicity .titleImg {
        width: 100%;
    }

        .memberPublicity .titleImg a div {
            width: 100%;
            height: 100%;
            background: url("../images/titleImg_publicity.jpg") center top no-repeat;
            background-size: 100% 100%;
        }

    .memberPublicity ._head {
        width: 100%;
    }

        .memberPublicity ._head ._bgImg {
            width: 100%;
            height: 16rem;
            background: url("../images/titleImg_publicity1.jpg") center top no-repeat;
            background-size: 100% 100%;
        }

        .memberPublicity ._head .outline_member {
            display: flex;
            justify-content: center;
            margin-top: -8rem;
        }

            .memberPublicity ._head .outline_member .inner_member {
                width: 9.6rem;
                height: 25rem;
                display: flex;
                flex-direction: column;
                align-items: center;
                box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
                margin: auto 0.25rem;
                opacity: 1;
                border-radius: 0.55rem;
                background: url("../images/itemImg_publicity.jpg") center top no-repeat;
                background-size: 100% 100%;
            }

                .memberPublicity ._head .outline_member .inner_member .member_style {
                    margin-top: 1rem;
                }

                    .memberPublicity ._head .outline_member .inner_member .member_style span {
                        font-size: 0.8rem;
                        font-weight: bold;
                        color: #B80106;
                    }

                .memberPublicity ._head .outline_member .inner_member .member_price span {
                    font-size: 0.65rem;
                    font-weight: bold;
                    color: #FB7D12;
                }

                    .memberPublicity ._head .outline_member .inner_member .member_price span:nth-child(2) {
                        font-size: 1.6rem;
                        font-weight: bold;
                        color: #FB7D12;
                    }

                .memberPublicity ._head .outline_member .inner_member .member_btn {
                    width: 7.45rem;
                    min-height: 1.6rem;
                    margin-top: 0.4rem;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background: #DC251D;
                    border-radius: 0.8rem;
                }

                    .memberPublicity ._head .outline_member .inner_member .member_btn a {
                        font-size: 0.8rem;
                        font-weight: bold;
                        color: #FFFFFF;
                    }

                        .memberPublicity ._head .outline_member .inner_member .member_btn a:hover {
                            color: #fff !important;
                        }

                .memberPublicity ._head .outline_member .inner_member .member_power {
                    margin: unset;
                    margin-top: 0.9rem;
                    font-size: 0.6rem;
                    list-style: none;
                    padding: 0 1.05rem;
                }

                    .memberPublicity ._head .outline_member .inner_member .member_power li {
                        width: 120%;
                        display: flex;
                        transform: scale(0.85);
                        transform-origin: 0 0;
                    }

                        .memberPublicity ._head .outline_member .inner_member .member_power li img {
                            width: 0.55rem;
                            height: 0.45rem;
                            margin-top: 0.25rem;
                            opacity: 1;
                            margin-right: 0.25rem;
                        }

                        .memberPublicity ._head .outline_member .inner_member .member_power li span i {
                            font-style: normal;
                            color: #DC251D;
                        }

    .memberPublicity .bigTitle_experience {
        margin-top: 4rem;
        font-size: 0.95rem;
        font-weight: bold;
        color: #282828;
        text-align: center;
    }

        .memberPublicity .bigTitle_experience span i {
            color: #DC251D;
            font-style: normal;
        }

    .memberPublicity .smallTitle_experience {
        display: flex;
        justify-content: center;
        list-style: none;
        margin: unset;
        margin-top: 0.6rem;
        margin-bottom: 1.85rem;
    }

        .memberPublicity .smallTitle_experience li {
            display: flex;
            align-items: center;
            margin-right: 1.35rem;
        }

            .memberPublicity .smallTitle_experience li:last-child {
                margin-right: unset;
            }

            .memberPublicity .smallTitle_experience li img {
                width: 0.8rem;
                height: 0.8rem;
            }

            .memberPublicity .smallTitle_experience li span {
                font-size: 0.5rem;
                color: #999999;
            }

    .memberPublicity .four_experience {
        display: flex;
        justify-content: center;
    }

        .memberPublicity .four_experience .two_experience {
            display: flex;
            flex-direction: column;
        }

            .memberPublicity .four_experience .two_experience .li_experience {
                display: flex;
                flex-direction: column;
                height: 4.8rem;
            }

                .memberPublicity .four_experience .two_experience .li_experience span:nth-child(1) {
                    font-size: 0.75rem;
                    font-weight: bold;
                    color: #DC251D;
                    margin-bottom: 0.2rem;
                }

                .memberPublicity .four_experience .two_experience .li_experience span:nth-child(2) {
                    width: 13rem;
                    font-size: 0.45rem;
                    color: #282828;
                }

            .memberPublicity .four_experience .two_experience:nth-child(1) .li_experience:nth-child(2) span:nth-child(1) {
                color: #183883;
            }

            .memberPublicity .four_experience .two_experience:nth-child(3) .li_experience:nth-child(1) span:nth-child(1) {
                color: #183883;
            }

        .memberPublicity .four_experience .imgExperience {
            width: 10.15rem;
            height: 10.15rem;
            margin: 0 2.4rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
        }

            .memberPublicity .four_experience .imgExperience img {
                width: 4.8rem;
                height: 4.8rem;
            }

    .memberPublicity .big_title {
        display: flex;
        justify-content: center;
        font-size: 0.95rem;
        font-weight: bold;
        margin-top: 4rem;
    }

        .memberPublicity .big_title span {
            color: #282828;
            margin-right: 0.3rem;
        }

        .memberPublicity .big_title i {
            font-style: normal;
            color: #DC251D;
        }

    .memberPublicity .small_title {
        display: flex;
        justify-content: center;
        margin-bottom: 1.6rem;
        margin-top: 0.55rem;
    }

        .memberPublicity .small_title span {
            font-size: 0.55rem;
            color: #999999;
        }
    .memberPublicity .imgMemberC {
        margin: 0 auto;
        margin-top: 1.25rem;
        width: 36.25rem;
        height: 5.95rem;
        background: url(../images/imgMemberC.png) center top no-repeat;
        background-size: 100% 100%;
    }
    .memberPublicity .database {
        display: flex;
        justify-content: center;
    }

        .memberPublicity .database .nav_left {
            display: flex;
            flex-direction: column;
            margin-right: 2.45rem;
        }

            .memberPublicity .database .nav_left .li_navLeft {
                width: 15rem;
                height: 4.25rem;
                display: flex;
                align-items: center;
                position: relative;
                background: #FFF;
                padding-left: 1.3rem;
                cursor: pointer;
            }

                .memberPublicity .database .nav_left .li_navLeft .text_li {
                    display: flex;
                    flex-direction: column;
                }

                    .memberPublicity .database .nav_left .li_navLeft .text_li span:nth-child(1) {
                        font-size: 0.75rem;
                        font-weight: bold;
                        color: #183883;
                        margin-bottom: 0.1rem;
                    }

                    .memberPublicity .database .nav_left .li_navLeft .text_li span:nth-child(2) {
                        font-size: 0.45rem;
                        color: #999999;
                        transform: scale(0.9);
                        letter-spacing: 1px;
                        transform-origin: 0 0;
                    }

                .memberPublicity .database .nav_left .li_navLeft .triangle {
                    position: absolute;
                    top: 50%;
                    margin-top: -0.25rem;
                    right: -8px;
                    width: 0;
                    height: 0;
                    border-top: 0.5rem solid transparent;
                    border-left: 0.5rem solid #FFF;
                    border-bottom: 0.25rem solid transparent;
                }

            .memberPublicity .database .nav_left .select_liNavLeft {
                background: #FFF7F7;
            }

                .memberPublicity .database .nav_left .select_liNavLeft .text_li span:nth-child(1) {
                    color: #DC251D;
                }

                .memberPublicity .database .nav_left .select_liNavLeft .text_li span:nth-child(2) {
                    color: #282828;
                }

                .memberPublicity .database .nav_left .select_liNavLeft .triangle {
                    border-top: 0.5rem solid transparent;
                    border-left: 0.5rem solid #FFF7F7;
                    border-bottom: 0.25rem solid transparent;
                }

        .memberPublicity .database .imgRight_member {
            width: 19.45rem;
            height: 12.25rem;
            background: #E1E1E1;
            border-radius: 0.55rem;
            background: url("../images/imgRight_member1.png") center top no-repeat;
            background-size: 100% 100%;
        }

        .memberPublicity .database .nav_right {
            display: flex;
            flex-direction: column;
            margin-left: 2.45rem;
        }

            .memberPublicity .database .nav_right .li_navRight {
                width: 18rem;
                height: 4.25rem;
                display: flex;
                align-items: center;
                position: relative;
                background: #FFF;
                padding-left: 1.3rem;
                cursor: pointer;
            }

                .memberPublicity .database .nav_right .li_navRight .text_li {
                    display: flex;
                    flex-direction: column;
                }

                    .memberPublicity .database .nav_right .li_navRight .text_li span:nth-child(1) {
                        font-size: 0.75rem;
                        font-weight: bold;
                        color: #183883;
                        margin-bottom: 0.1rem;
                    }

                    .memberPublicity .database .nav_right .li_navRight .text_li span:nth-child(2) {
                        font-size: 0.45rem;
                        color: #999999;
                        transform: scale(0.9);
                        letter-spacing: 1px;
                        transform-origin: 0 0;
                    }

                .memberPublicity .database .nav_right .li_navRight .triangle {
                    position: absolute;
                    top: 50%;
                    margin-top: -0.25rem;
                    left: -8px;
                    width: 0;
                    height: 0;
                    border-top: 0.25rem solid transparent;
                    border-right: 0.5rem solid #FFF;
                    border-bottom: 0.25rem solid transparent;
                }

            .memberPublicity .database .nav_right .select_liNavRight {
                background: #FFF7F7;
            }

                .memberPublicity .database .nav_right .select_liNavRight .text_li span:nth-child(1) {
                    color: #DC251D;
                }

                .memberPublicity .database .nav_right .select_liNavRight .text_li span:nth-child(2) {
                    color: #282828;
                }

                .memberPublicity .database .nav_right .select_liNavRight .triangle {
                    border-top: 0.25rem solid transparent;
                    border-right: 0.5rem solid #FFF7F7;
                    border-bottom: 0.25rem solid transparent;
                }

        .memberPublicity .database .imgleft_member {
            width: 19.45rem;
            height: 12.25rem;
            background: #E1E1E1;
            border-radius: 0.55rem;
            background: url("../images/imgLeft_member2.png") center top no-repeat;
            background-size: 100% 100%;
        }

  
.legalConsultation .service_legal .scene_service .mark_cutJob {
    width: 35.5rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 1.85rem;
    list-style: none;
}
.memberPublicity .bottomBg_memberC {
    position: relative;
    margin-top: 4rem;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("../images/bottomBg_member.png") center top no-repeat;
    background-size: 100% 100%;
}

    .memberPublicity .bottomBg_memberC span {
        margin-top: 1.6rem;
        margin-bottom: 0.8rem;
        font-size: 1.3rem;
        font-weight: bold;
        color: #FFFFFF;
    }

    .memberPublicity .bottomBg_memberC a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 5.35rem;
        height: 1.6rem;
        border: 0.05rem solid #FFFFFF;
        border-radius: 0.25rem;
        font-size: 0.75rem;
        color: #FFFFFF;
    }

        .memberPublicity .bottomBg_memberC a:hover {
            color: #fff !important;
        }
.memberPublicity .member_table {
    width: 36.3rem;
    margin: auto;
    margin-top: 1.05rem;
    text-align: center;
    display: flex;
    flex-direction: column;
}

    .memberPublicity .member_table .member_tr {
        display: flex;
        align-items: center;
        height: 1.6rem;
        background: rgba(241, 241, 241, 0.39);
    }

        .memberPublicity .member_table .member_tr:nth-child(2n) {
            background: rgba(255, 255, 255, 0.39);
        }

        .memberPublicity .member_table .member_tr:nth-child(1) {
            background: #353B44;
            font-size: 0.65rem;
            font-weight: bold;
        }

            .memberPublicity .member_table .member_tr:nth-child(1) span {
                color: #FFFFFF !important;
            }

        .memberPublicity .member_table .member_tr .member_td1 {
            width: 2.9rem;
        }

            .memberPublicity .member_table .member_tr .member_td1 span {
                font-size: 0.65rem;
            }

        .memberPublicity .member_table .member_tr .member_td2 {
            width: 13.6rem;
        }

            .memberPublicity .member_table .member_tr .member_td2 span {
                font-size: 0.6rem;
                color: #282828;
                width: 120%;
                display: block;
                transform: scale(0.85);
                transform-origin: 0 0;
            }

            .memberPublicity .member_table .member_tr .member_td2 img {
                width: 0.65rem;
                height: 0.55rem;
            }

        .memberPublicity .member_table .member_tr .member_td3,
        .memberPublicity .member_table .member_tr .member_td4,
        .memberPublicity .member_table .member_tr .member_td5,
        .memberPublicity .member_table .member_tr .member_td6 {
            width: 4.95rem;
        }

            .memberPublicity .member_table .member_tr .member_td3 span,
            .memberPublicity .member_table .member_tr .member_td4 span,
            .memberPublicity .member_table .member_tr .member_td5 span,
            .memberPublicity .member_table .member_tr .member_td6 span {
                font-size: 0.6rem;
                color: #282828;
                width: 120%;
                display: block;
                transform: scale(0.85);
                transform-origin: 0 0;
            }

            .memberPublicity .member_table .member_tr .member_td3 img,
            .memberPublicity .member_table .member_tr .member_td4 img,
            .memberPublicity .member_table .member_tr .member_td5 img,
            .memberPublicity .member_table .member_tr .member_td6 img {
                width: 0.65rem;
                height: 0.55rem;
            }
    .legalConsultation .service_legal .scene_service .mark_cutJob li {
        display: flex;
        align-items: center;
        padding: 0.25rem 0.6rem 0.25rem 0.25rem;
        background: #DC251D;
        font-size: 0.65rem;
        margin-right: 1.35rem;
        margin-bottom: 0.75rem;
        border-radius: 0.25rem;
    }

        .legalConsultation .service_legal .scene_service .mark_cutJob li span:nth-child(1) {
            width: 0.85rem;
            height: 0.85rem;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #FFFFFF;
            border-radius: 50%;
            color: #DC251D;
        }

        .legalConsultation .service_legal .scene_service .mark_cutJob li span:nth-child(2) {
            margin-left: 0.3rem;
            color: #fff;
        }


.legalConsultation .common_title .mainPoints_cutJob {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 2rem;
    justify-content: space-between;
}

    .legalConsultation .common_title .mainPoints_cutJob li {
        width: 20.55rem;
        height: 5.2rem;
        box-sizing: border-box;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0px 2.25rem 0 6.3rem;
    }

        .legalConsultation .common_title .mainPoints_cutJob li span {
            position: relative;
            z-index: 2;
        }

            .legalConsultation .common_title .mainPoints_cutJob li span:nth-child(1) {
                font-size: 0.95rem;
                font-weight: bold;
                color: #282828;
            }

            .legalConsultation .common_title .mainPoints_cutJob li span:nth-child(2) {
                transform: scale(0.9);
                transform-origin: left;
                font-size: 0.5rem;
                line-height: 0.65rem;
                color: #6C6C6C;
                margin-top: -0.1rem;
            }

        .legalConsultation .common_title .mainPoints_cutJob li img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

.legalConsultation .common_title .icon_title {
    padding: 0 2rem;
}

    .legalConsultation .common_title .icon_title img {
        width: 1.35rem;
        height: 1.35rem;
        margin-right: 0.55rem;
    }

    .legalConsultation .common_title .icon_title span {
        font-size: 0.95rem;
        font-weight: bold;
        color: #DC251D;
    }



.legalConsultation .common_title .flowPath_cutJob {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 2rem;
    justify-content: space-between;
}

    .legalConsultation .common_title .flowPath_cutJob li {
        width: 19.9rem;
        height: 5.1rem;
        margin-bottom: 1.6rem;
        box-sizing: border-box;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0px 2.1rem 0 6.1rem;
    }

        .legalConsultation .common_title .flowPath_cutJob li span {
            position: relative;
            z-index: 2;
        }

            .legalConsultation .common_title .flowPath_cutJob li span:nth-child(1) {
                font-size: 0.95rem;
                font-weight: bold;
                color: #282828;
            }

            .legalConsultation .common_title .flowPath_cutJob li span:nth-child(2) {
                transform: scale(0.8);
                transform-origin: left;
                font-size: 0.6rem;
                line-height: 0.85rem;
                color: #6C6C6C;
            }

        .legalConsultation .common_title .flowPath_cutJob li img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }


.legalConsultation .common_title .two_cutJob {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.8rem;
    margin-bottom: 3.75rem;
}

    .legalConsultation .common_title .two_cutJob .img_content {
        height: 16.15rem;
        width: 18.15rem;
    }

        .legalConsultation .common_title .two_cutJob .img_content:nth-child(1) {
            background: url("../images/imgL_content.png") center center no-repeat;
            background-size: 100% 100%;
            margin-right: 2.3rem;
        }

            .legalConsultation .common_title .two_cutJob .img_content:nth-child(1) .text_img {
                display: flex;
                flex-direction: column;
                margin: 0 auto;
                margin-top: 1.5rem;
                width: 14.4rem;
                height: 4.9rem;
            }

                .legalConsultation .common_title .two_cutJob .img_content:nth-child(1) .text_img span:nth-child(2) {
                    margin-top: 1rem;
                }

        .legalConsultation .common_title .two_cutJob .img_content:nth-child(2) {
            background: url("../images/imgR_content.png") center center no-repeat;
            background-size: 100% 100%;
        }

            .legalConsultation .common_title .two_cutJob .img_content:nth-child(2) .title_img span {
                color: #DC251D;
            }

            .legalConsultation .common_title .two_cutJob .img_content:nth-child(2) .text_img {
                display: flex;
                justify-content: space-around;
            }

                .legalConsultation .common_title .two_cutJob .img_content:nth-child(2) .text_img .inner_text .title_inner {
                    display: flex;
                    align-items: center;
                    margin-left: 0.5rem;
                }

                    .legalConsultation .common_title .two_cutJob .img_content:nth-child(2) .text_img .inner_text .title_inner span:nth-child(1) {
                        width: 0.75rem;
                        height: 0.75rem;
                        margin-right: 0.25rem;
                        background: #FFFFFF;
                        border-radius: 50%;
                        color: #DC251D;
                        text-align: center;
                        line-height: 0.75rem;
                    }

                .legalConsultation .common_title .two_cutJob .img_content:nth-child(2) .text_img .inner_text .conetnt_inner {
                    transform: scale(0.8);
                    list-style: none;
                    margin: unset;
                    border-left: 1px solid #fff;
                }

                    .legalConsultation .common_title .two_cutJob .img_content:nth-child(2) .text_img .inner_text .conetnt_inner li {
                        display: flex;
                        line-height: 0.8rem;
                        margin-bottom: 0.4rem;
                        margin-left: -0.15rem;
                    }

                        .legalConsultation .common_title .two_cutJob .img_content:nth-child(2) .text_img .inner_text .conetnt_inner li span {
                            display: flex;
                            align-items: baseline;
                        }

                            .legalConsultation .common_title .two_cutJob .img_content:nth-child(2) .text_img .inner_text .conetnt_inner li span:before {
                                content: ' ';
                                width: 0.3rem;
                                height: 0.3rem;
                                display: inline-block;
                                border-radius: 50%;
                                background-color: #fff;
                                margin-right: 0.3rem;
                            }

        .legalConsultation .common_title .two_cutJob .img_content .title_img {
            margin-top: 6.02rem;
            margin-left: 1.85rem;
            background-color: #fff;
            width: 9.6rem;
            height: 1.85rem;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 1.2rem;
        }

            .legalConsultation .common_title .two_cutJob .img_content .title_img span {
                font-size: 0.8rem;
                font-weight: bold;
                color: #183883;
            }

        .legalConsultation .common_title .two_cutJob .img_content .text_img {
            margin-top: 1.8rem;
        }

            .legalConsultation .common_title .two_cutJob .img_content .text_img span {
                font-size: 0.65rem;
                color: #FFFFFF;
            }


.legalConsultation .common_title .twoLaster_cutJob {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.05rem;
    margin-bottom: 2.15rem;
}

    .legalConsultation .common_title .twoLaster_cutJob .img_ouline {
        width: 19.2rem;
        height: 24.55rem;
    }

        .legalConsultation .common_title .twoLaster_cutJob .img_ouline:nth-child(1) {
            background: url("../images/img_inner1.png") center center no-repeat;
            background-size: 100% 100%;
            margin-right: 1.2rem;
        }

            .legalConsultation .common_title .twoLaster_cutJob .img_ouline:nth-child(1) .content_imgInner li:last-child span {
                width: unset;
                height: unset;
                border: unset;
                border-radius: unset;
                margin-right: unset;
            }

        .legalConsultation .common_title .twoLaster_cutJob .img_ouline:nth-child(2) {
            background: url("../images/img_inner2.png") center center no-repeat;
            background-size: 100% 100%;
        }

            .legalConsultation .common_title .twoLaster_cutJob .img_ouline:nth-child(2) .content_imgInner li:last-child span,
            .legalConsultation .common_title .twoLaster_cutJob .img_ouline:nth-child(2) .content_imgInner li:nth-last-child(2) span {
                width: unset;
                height: unset;
                border: unset;
                border-radius: unset;
                margin-right: unset;
                margin-top: 1.5rem;
            }

        .legalConsultation .common_title .twoLaster_cutJob .img_ouline .title_imgInner {
            height: 3.8rem;
            margin-top: 0.7rem;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .legalConsultation .common_title .twoLaster_cutJob .img_ouline .title_imgInner span {
                font-size: 1.3rem;
                font-weight: bold;
                color: #FFFFFF;
                letter-spacing: 1px;
            }

        .legalConsultation .common_title .twoLaster_cutJob .img_ouline .content_imgInner {
            margin-top: 0;
            margin-bottom: 1rem;
            list-style: none;
            font-size: 0.65rem;
            color: #282828;
            padding: 1.3rem 1.35rem 0 1.45rem;
        }

            .legalConsultation .common_title .twoLaster_cutJob .img_ouline .content_imgInner li {
                display: flex;
                align-items: baseline;
                margin-bottom: 0.4rem;
            }

                .legalConsultation .common_title .twoLaster_cutJob .img_ouline .content_imgInner li span:nth-child(1) {
                    width: 0.45rem;
                    min-width: 0.45rem;
                    height: 0.45rem;
                    border: 0.1rem solid #DC251D;
                    border-radius: 50%;
                    margin-right: 0.5rem;
                }

.legalConsultation .common_title .carousel_policyI .carousel-item:nth-child(2) .content_carousel .left_text .title span:nth-child(1) {
    background-color: #183883;
}

.legalConsultation .common_title .carousel_policyI .carousel-item .content_carousel {
    display: flex;
    align-items: center;
}

    .legalConsultation .common_title .carousel_policyI .carousel-item .content_carousel .left_text {
        display: flex;
        flex-direction: column;
    }

        .legalConsultation .common_title .carousel_policyI .carousel-item .content_carousel .left_text .title {
            display: flex;
            align-items: center;
        }

            .legalConsultation .common_title .carousel_policyI .carousel-item .content_carousel .left_text .title span:nth-child(1) {
                width: 0.95rem;
                height: 0.95rem;
                background: #DC251D;
                margin-right: 0.55rem;
            }

            .legalConsultation .common_title .carousel_policyI .carousel-item .content_carousel .left_text .title span:nth-child(2) {
                font-size: 0.95rem;
                font-weight: bold;
                color: #282828;
            }

        .legalConsultation .common_title .carousel_policyI .carousel-item .content_carousel .left_text .text_content {
            margin-top: 0.8rem;
        }

            .legalConsultation .common_title .carousel_policyI .carousel-item .content_carousel .left_text .text_content span {
                width: 16.55rem;
                height: 7.35rem;
                font-size: 0.65rem;
                color: #282828;
            }

    .legalConsultation .common_title .carousel_policyI .carousel-item .content_carousel img {
        width: 16rem !important;
        height: 10.65rem;
        background: #E7E7E7;
        border-radius: 0.25rem;
        margin-left: 1.6rem;
    }



.legalConsultation .common_title .successCase_cutJob {
    display: flex;
    justify-content: space-around;
    margin-top: 2.75rem;
    margin-bottom: 1rem;
}

    .legalConsultation .common_title .successCase_cutJob .list_case {
        width: 12.8rem;
        box-sizing: border-box;
        position: relative;
        display: flex;
        flex-direction: column;
    }

        .legalConsultation .common_title .successCase_cutJob .list_case:nth-child(2) ._fixed span {
            color: #183883;
        }

        .legalConsultation .common_title .successCase_cutJob .list_case .text_content {
            display: flex;
            flex-direction: column;
            padding: 0.8rem 0.8rem;
        }

            .legalConsultation .common_title .successCase_cutJob .list_case .text_content span:nth-child(1) {
                font-size: 0.8rem;
                font-weight: bold;
                color: #282828;
            }

            .legalConsultation .common_title .successCase_cutJob .list_case .text_content span:nth-child(2) {
                margin-top: 0.5rem;
                font-size: 0.65rem;
                line-height: 0.85rem;
                color: #282828;
                letter-spacing: 1px;
            }

        .legalConsultation .common_title .successCase_cutJob .list_case img {
            width: 12.8rem;
            height: 9.6rem;
            background: #B6B6B6;
        }

        .legalConsultation .common_title .successCase_cutJob .list_case ._fixed {
            position: absolute;
            height: 4.5rem;
            line-height: 4.5rem;
            left: 0;
            top: -2.25rem;
        }

            .legalConsultation .common_title .successCase_cutJob .list_case ._fixed span {
                font-size: 3.2rem;
                font-weight: bold;
                color: #DC251D;
            }

.leaveManagement .head_leaveM {
    min-width: 51.2rem;
    min-height: 18.25rem;
    box-sizing: border-box;
    padding-top: 3.8rem;
    background: url(../images/bg_headLeaveM.png) center top no-repeat;
    background-size: 100% 100%;
}

    .leaveManagement .head_leaveM .middle_head {
        width: 29.35rem;
        height: 10.65rem;
        box-sizing: border-box;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 2.3rem;
        background: #001347;
        opacity: 0.8;
    }

        .leaveManagement .head_leaveM .middle_head span:nth-child(1) {
            font-size: 1.55rem;
            margin-bottom: 0.2rem;
            font-weight: 800;
            color: #FFFFFF;
            letter-spacing: 0.1rem;
        }

        .leaveManagement .head_leaveM .middle_head span:nth-child(2) {
            font-size: 0.9rem;
            color: #FFFFFF;
            letter-spacing: 1px;
        }

        .leaveManagement .head_leaveM .middle_head span:nth-child(3) {
            width: 5.85rem;
            height: 1.6rem;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 0.8rem;
            font-size: 0.9rem;
            color: #fff;
            background: #3E70CD;
            border-radius: 5px;
        }

.leaveManagement .trainingTime_leaveM {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.25rem 0;
    background-color: #fff;
}

    .leaveManagement .trainingTime_leaveM .leftImg {
        width: 7.45rem;
        height: 19.75rem;
        background: #3E70CD;
    }

        .leaveManagement .trainingTime_leaveM .leftImg img {
            width: 100%;
            height: 100%;
        }

    .leaveManagement .trainingTime_leaveM .middlePlace {
        display: flex;
        flex-direction: column;
        margin: 0 1.9rem;
    }

        .leaveManagement .trainingTime_leaveM .middlePlace span:nth-child(1) {
            width: 5.6rem;
            font-size: 0.8rem;
            font-weight: bold;
            color: #282828;
            border-bottom: 1px solid #282828;
        }

        .leaveManagement .trainingTime_leaveM .middlePlace span:nth-child(2) {
            margin-left: 1rem;
            margin-top: 0.2rem;
            border-bottom: 1px solid #3E70CD;
            font-size: 1.3rem;
            font-weight: bold;
            color: #3E70CD;
        }

    .leaveManagement .trainingTime_leaveM .rightCourse {
        width: 20.7rem;
    }

        .leaveManagement .trainingTime_leaveM .rightCourse .titme_course span {
            font-size: 16px;
            font-weight: bold;
            color: #282828;
        }

        .leaveManagement .trainingTime_leaveM .rightCourse .title_course {
            border-left: 1px dashed #BBBBBB;
            margin: 1.3rem 0;
        }

            .leaveManagement .trainingTime_leaveM .rightCourse .title_course div {
                position: relative;
                display: flex;
                align-items: center;
                padding: 0.35rem 0;
                padding-left: 1.6rem;
            }

                .leaveManagement .trainingTime_leaveM .rightCourse .title_course div span {
                    font-size: 0.65rem;
                    font-weight: bold;
                    opacity: 1;
                }

                    .leaveManagement .trainingTime_leaveM .rightCourse .title_course div span:nth-child(1) {
                        margin-right: 1.6rem;
                    }

                .leaveManagement .trainingTime_leaveM .rightCourse .title_course div i {
                    width: 0.3rem;
                    height: 0.3rem;
                    background: #3E70CD;
                    border-radius: 50%;
                    position: absolute;
                    left: 50%;
                    margin-left: -10.5rem;
                }

    .leaveManagement .trainingTime_leaveM .mark_course {
        display: flex;
        flex-direction: column;
    }

        .leaveManagement .trainingTime_leaveM .mark_course span {
            font-size: 0.6rem;
            color: #282828;
            transform: scale(0.9);
            transform-origin: left;
            line-height: 1.1rem;
            letter-spacing: 1px;
        }

            .leaveManagement .trainingTime_leaveM .mark_course span:nth-child(2) {
                margin-top: 0.2rem;
            }

.leaveManagement .teachersI_leaveM {
    background: url(../images/bgPart_leaveM.png) center top no-repeat;
    background-size: 100% 100%;
    height: 24.25rem;
    overflow: hidden;
}

    .leaveManagement .teachersI_leaveM .ol_leaveM {
        height: 3rem;
        width: 19rem;
        left: 3rem;
        top: 1.2rem;
        margin: unset;
    }

        .leaveManagement .teachersI_leaveM .ol_leaveM .active {
            width: 4rem;
            height: 1.3rem;
            background: #3E70CD !important;
            box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
            opacity: 1;
            color: #FFFFFF !important;
            text-indent: unset;
            padding: unset;
            box-sizing: border-box;
            font-size: 0.6rem;
            border: unset;
            text-align: center;
            line-height: 1.3rem;
            margin-right: 0.8rem;
        }

        .leaveManagement .teachersI_leaveM .ol_leaveM .active_leaveM {
            width: 4rem;
            height: 1.3rem;
            background: #FFFFFF;
            box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
            opacity: 1;
            color: #707070;
            text-indent: unset;
            padding: unset;
            box-sizing: border-box;
            font-size: 0.6rem;
            border: unset;
            text-align: center;
            line-height: 1.3rem;
            margin-right: 0.8rem;
        }

    .leaveManagement .teachersI_leaveM .inner_leaveM .item_leaveM {
        display: flex;
        justify-content: space-between;
    }

        .leaveManagement .teachersI_leaveM .inner_leaveM .item_leaveM .leftItem {
            padding-left: 3rem;
            padding-top: 2.8rem;
        }

            .leaveManagement .teachersI_leaveM .inner_leaveM .item_leaveM .leftItem.leftItem2 {
                padding-left: 6rem;
                padding-top: 7rem;
            }

            .leaveManagement .teachersI_leaveM .inner_leaveM .item_leaveM .leftItem .titleLeft {
                margin-bottom: 0.1rem;
            }

                .leaveManagement .teachersI_leaveM .inner_leaveM .item_leaveM .leftItem .titleLeft span {
                    font-size: 1.6rem;
                    font-weight: bold;
                    color: #3E70CD;
                }

            .leaveManagement .teachersI_leaveM .inner_leaveM .item_leaveM .leftItem .courseLeft {
                margin-top: 0.1rem;
                margin-bottom: 0.4rem;
            }

                .leaveManagement .teachersI_leaveM .inner_leaveM .item_leaveM .leftItem .courseLeft span {
                    font-size: 0.95rem;
                    font-weight: bold;
                    color: #282828;
                }

            .leaveManagement .teachersI_leaveM .inner_leaveM .item_leaveM .leftItem .contentsLeft {
                display: flex;
            }

                .leaveManagement .teachersI_leaveM .inner_leaveM .item_leaveM .leftItem .contentsLeft .leftContent:nth-child(1) {
                    min-width: 18rem;
                }

                .leaveManagement .teachersI_leaveM .inner_leaveM .item_leaveM .leftItem .contentsLeft .leftContent .li_content {
                    margin-bottom: 0.2rem;
                }

                    .leaveManagement .teachersI_leaveM .inner_leaveM .item_leaveM .leftItem .contentsLeft .leftContent .li_content .title_content {
                        font-size: 0.75rem;
                        font-weight: bold;
                        color: #282828;
                        margin-bottom: 0.1rem;
                        position: relative;
                        display: flex;
                        align-items: center;
                    }

                        .leaveManagement .teachersI_leaveM .inner_leaveM .item_leaveM .leftItem .contentsLeft .leftContent .li_content .title_content::before {
                            content: ' ';
                            width: 0.3rem;
                            height: 0.3rem;
                            display: block;
                            background: #3E70CD;
                            border-radius: 50%;
                            position: absolute;
                            left: -0.7rem;
                        }

                    .leaveManagement .teachersI_leaveM .inner_leaveM .item_leaveM .leftItem .contentsLeft .leftContent .li_content .words_content {
                        display: flex;
                        flex-direction: column;
                    }

                        .leaveManagement .teachersI_leaveM .inner_leaveM .item_leaveM .leftItem .contentsLeft .leftContent .li_content .words_content span {
                            margin-top: -0.1rem;
                            font-size: 0.6rem;
                            color: #282828;
                            transform: scale(0.9);
                            transform-origin: left;
                            letter-spacing: 1px;
                            line-height: 1rem;
                        }

            .leaveManagement .teachersI_leaveM .inner_leaveM .item_leaveM .leftItem .contentsLeft1 {
                display: flex;
                flex-direction: column;
            }

                .leaveManagement .teachersI_leaveM .inner_leaveM .item_leaveM .leftItem .contentsLeft1 .li_cource .title_li {
                    display: flex;
                    align-items: center;
                    margin-bottom: 0.2rem;
                }

                    .leaveManagement .teachersI_leaveM .inner_leaveM .item_leaveM .leftItem .contentsLeft1 .li_cource .title_li span {
                        font-size: 0.75rem;
                        font-weight: bold;
                        color: #282828;
                    }

                    .leaveManagement .teachersI_leaveM .inner_leaveM .item_leaveM .leftItem .contentsLeft1 .li_cource .title_li::before {
                        content: ' ';
                        width: 0.3rem;
                        height: 0.3rem;
                        display: block;
                        background: #3E70CD;
                        border-radius: 50%;
                        margin-right: 0.5rem;
                    }

                .leaveManagement .teachersI_leaveM .inner_leaveM .item_leaveM .leftItem .contentsLeft1 .li_cource .contents_li {
                    display: flex;
                    margin-bottom: 0.2rem;
                    margin-left: 0.8rem;
                }

                    .leaveManagement .teachersI_leaveM .inner_leaveM .item_leaveM .leftItem .contentsLeft1 .li_cource .contents_li .content_li {
                        display: flex;
                        flex-direction: column;
                    }

                        .leaveManagement .teachersI_leaveM .inner_leaveM .item_leaveM .leftItem .contentsLeft1 .li_cource .contents_li .content_li span {
                            margin-top: -0.1rem;
                            font-size: 0.6rem;
                            color: #282828;
                            transform: scale(0.9);
                            transform-origin: left;
                            letter-spacing: 1px;
                            line-height: 1rem;
                        }

            .leaveManagement .teachersI_leaveM .inner_leaveM .item_leaveM .leftItem .contentsLeft2 {
                display: flex;
                flex-direction: column;
                margin-top: 0.5rem;
            }

                .leaveManagement .teachersI_leaveM .inner_leaveM .item_leaveM .leftItem .contentsLeft2 .titleCourse {
                    display: flex;
                    align-items: center;
                    margin-bottom: 0.2rem;
                }

                    .leaveManagement .teachersI_leaveM .inner_leaveM .item_leaveM .leftItem .contentsLeft2 .titleCourse span {
                        font-size: 0.75rem;
                        font-weight: bold;
                        color: #282828;
                    }

                    .leaveManagement .teachersI_leaveM .inner_leaveM .item_leaveM .leftItem .contentsLeft2 .titleCourse::before {
                        content: ' ';
                        width: 0.3rem;
                        height: 0.3rem;
                        display: block;
                        background: #3E70CD;
                        border-radius: 50%;
                        margin-right: 0.5rem;
                    }

        .leaveManagement .teachersI_leaveM .inner_leaveM .item_leaveM .rightItem {
            min-width: 15.35rem;
            height: 24.25rem;
            display: flex;
            justify-content: center;
            background: url(../images/teacher1_leaveM.png) center center no-repeat;
            background-size: 100% 100%;
        }

            .leaveManagement .teachersI_leaveM .inner_leaveM .item_leaveM .rightItem.rightItem2 {
                background: url(../images/teacher2_leaveM.png) center center no-repeat;
                background-size: 100% 100%;
            }

            .leaveManagement .teachersI_leaveM .inner_leaveM .item_leaveM .rightItem .middleMark {
                width: 10.65rem;
                height: 4.8rem;
                background: #001347;
                opacity: 0.6;
                margin-top: 17.35rem;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }

                .leaveManagement .teachersI_leaveM .inner_leaveM .item_leaveM .rightItem .middleMark .nameRight {
                    width: 7.2rem;
                    padding-bottom: 0.2rem;
                    margin-bottom: 0.2rem;
                    border-bottom: 1px solid #FFFFFF;
                }

                    .leaveManagement .teachersI_leaveM .inner_leaveM .item_leaveM .rightItem .middleMark .nameRight span {
                        font-size: 0.75rem;
                        color: #FFFFFF;
                    }

                .leaveManagement .teachersI_leaveM .inner_leaveM .item_leaveM .rightItem .middleMark .markRight {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    transform: scale(0.95);
                    transform-origin: left;
                }

                    .leaveManagement .teachersI_leaveM .inner_leaveM .item_leaveM .rightItem .middleMark .markRight span {
                        font-size: 0.6rem;
                        color: #FFFFFF;
                    }

.leaveManagement .cost_leaveM {
    display: flex;
    justify-content: center;
    padding: 4rem 0;
    background-color: #fff;
}

    .leaveManagement .cost_leaveM .bottomContent {
        display: flex;
        align-items: flex-end;
    }

        .leaveManagement .cost_leaveM .bottomContent .leftCost {
            display: flex;
            flex-direction: column;
            margin-right: 4rem;
        }

            .leaveManagement .cost_leaveM .bottomContent .leftCost .titleCost {
                margin-bottom: 1.5rem;
            }

                .leaveManagement .cost_leaveM .bottomContent .leftCost .titleCost span {
                    font-size: 1.6rem;
                    font-weight: bold;
                    color: #3E70CD;
                }

            .leaveManagement .cost_leaveM .bottomContent .leftCost .imgCost {
                width: 14.65rem;
                height: 8rem;
                background: #727272;
            }

                .leaveManagement .cost_leaveM .bottomContent .leftCost .imgCost img {
                    width: 100%;
                    height: 100%;
                }

            .leaveManagement .cost_leaveM .bottomContent .leftCost .wordsCost {
                display: flex;
                flex-direction: column;
                margin-top: 1.6rem;
            }

                .leaveManagement .cost_leaveM .bottomContent .leftCost .wordsCost div {
                    display: flex;
                    align-items: center;
                    margin-bottom: 0.2rem;
                    font-size: 0.8rem;
                    color: #282828;
                    position: relative;
                    padding-left: 1rem;
                }

                    .leaveManagement .cost_leaveM .bottomContent .leftCost .wordsCost div span {
                        color: #3E70CD;
                        font-weight: bold;
                    }

                    .leaveManagement .cost_leaveM .bottomContent .leftCost .wordsCost div i {
                        position: absolute;
                        left: 0;
                        width: 0.45rem;
                        height: 0.45rem;
                        background: #3E70CD;
                        border-radius: 50%;
                    }

        .leaveManagement .cost_leaveM .bottomContent .rightCost .topRightC {
            display: flex;
            align-items: center;
            margin-bottom: 2rem;
        }

            .leaveManagement .cost_leaveM .bottomContent .rightCost .topRightC img {
                width: 5.75rem;
                height: 5.75rem;
            }

            .leaveManagement .cost_leaveM .bottomContent .rightCost .topRightC .xianxiang {
                margin-left: 1.5rem;
            }

                .leaveManagement .cost_leaveM .bottomContent .rightCost .topRightC .xianxiang .top_xianxiang span {
                    font-size: 1.25rem;
                    color: #282828;
                }

                .leaveManagement .cost_leaveM .bottomContent .rightCost .topRightC .xianxiang .bottom_xianxiang span:nth-child(1) {
                    font-size: 4.25rem;
                    font-weight: bold;
                    color: #3E70CD;
                }

                .leaveManagement .cost_leaveM .bottomContent .rightCost .topRightC .xianxiang .bottom_xianxiang span:nth-child(2) {
                    font-size: 1.25rem;
                    color: #282828;
                    margin-left: 0.4rem;
                }

        .leaveManagement .cost_leaveM .bottomContent .rightCost .bottomRightC {
            display: flex;
        }

            .leaveManagement .cost_leaveM .bottomContent .rightCost .bottomRightC .li_xianshang {
                display: flex;
                align-items: center;
            }

                .leaveManagement .cost_leaveM .bottomContent .rightCost .bottomRightC .li_xianshang:nth-child(2) {
                    margin-left: 1.7rem;
                }

                .leaveManagement .cost_leaveM .bottomContent .rightCost .bottomRightC .li_xianshang img {
                    width: 2.65rem;
                    height: 2.65rem;
                }

                .leaveManagement .cost_leaveM .bottomContent .rightCost .bottomRightC .li_xianshang .words_xiangshang {
                    margin-left: 0.5rem;
                }

                    .leaveManagement .cost_leaveM .bottomContent .rightCost .bottomRightC .li_xianshang .words_xiangshang div:nth-child(1) span {
                        font-size: 0.6rem;
                        color: #282828;
                    }

                    .leaveManagement .cost_leaveM .bottomContent .rightCost .bottomRightC .li_xianshang .words_xiangshang div:nth-child(2) span:nth-child(1) {
                        font-size: 1.9rem;
                        font-weight: bold;
                        color: #3E70CD;
                    }

                    .leaveManagement .cost_leaveM .bottomContent .rightCost .bottomRightC .li_xianshang .words_xiangshang div:nth-child(2) span:nth-child(2) {
                        font-size: 0.6rem;
                        color: #282828;
                        margin-left: 0.4rem;
                    }

.leaveManagement .welfare_leaveM {
    display: flex;
    padding: 2.5rem 0;
    justify-content: center;
    align-items: center;
    background: url(../images/bgPart_leaveM.png) center top no-repeat;
    background-size: 100% 100%;
}

    .leaveManagement .welfare_leaveM .leftWelfare {
        display: flex;
        flex-direction: column;
        margin-right: 2rem;
    }

        .leaveManagement .welfare_leaveM .leftWelfare span {
            font-size: 1.6rem;
            font-weight: bold;
            color: #3E70CD;
            margin-bottom: 1.5rem;
        }

        .leaveManagement .welfare_leaveM .leftWelfare img {
            width: 13.35rem;
            height: 8rem;
            background: #727272;
        }

    .leaveManagement .welfare_leaveM .rightWelfare {
        display: flex;
        flex-direction: column;
    }

        .leaveManagement .welfare_leaveM .rightWelfare .li_welfare {
            width: 22.65rem;
            height: 5.35rem;
            box-sizing: border-box;
            background: url(../images/welfare_leaveM.png) center top no-repeat;
            background-size: 100% 100%;
            padding-left: 4.9rem;
            padding-bottom: 0.3rem;
            margin-bottom: 0.7rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            .leaveManagement .welfare_leaveM .rightWelfare .li_welfare:last-child {
                margin-bottom: unset;
            }

            .leaveManagement .welfare_leaveM .rightWelfare .li_welfare .title_welfare span {
                font-size: 0.95rem;
                font-weight: bold;
                color: #282828;
            }

            .leaveManagement .welfare_leaveM .rightWelfare .li_welfare .conten_welfare {
                display: flex;
                flex-wrap: wrap;
                margin-top: 0.1rem;
            }

                .leaveManagement .welfare_leaveM .rightWelfare .li_welfare .conten_welfare span {
                    font-size: 0.6rem;
                    color: #282828;
                    transform: scale(0.9);
                    transform-origin: left;
                }

.leaveManagement .organizer_leaveM {
    display: flex;
    height: 24.25rem;
    justify-content: center;
    background: #fff;
    position: relative;
}

    .leaveManagement .organizer_leaveM .leftOrganizer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-right: 16.3rem;
    }

        .leaveManagement .organizer_leaveM .leftOrganizer .title_organizer {
            display: flex;
            flex-direction: column;
        }

            .leaveManagement .organizer_leaveM .leftOrganizer .title_organizer span {
                font-size: 1.6rem;
                font-weight: bold;
                color: #3E70CD;
            }

            .leaveManagement .organizer_leaveM .leftOrganizer .title_organizer i {
                margin-top: 1.35rem;
                width: 3.45rem;
                height: 0.15rem;
                background: #3E70CD;
            }

        .leaveManagement .organizer_leaveM .leftOrganizer .introduce_organizer {
            width: 26.65rem;
            display: flex;
            flex-direction: column;
            margin-top: 1rem;
        }

            .leaveManagement .organizer_leaveM .leftOrganizer .introduce_organizer span {
                font-size: 0.65rem;
                color: #282828;
                margin-bottom: 0.5rem;
                line-height: 1.2rem;
            }

                .leaveManagement .organizer_leaveM .leftOrganizer .introduce_organizer span:last-child {
                    margin-bottom: unset;
                }

                .leaveManagement .organizer_leaveM .leftOrganizer .introduce_organizer span i {
                    font-style: unset;
                    font-weight: bold;
                }

    .leaveManagement .organizer_leaveM .rightImgOrganizer {
        position: absolute;
        right: 0;
        top: 0;
        width: 16.3rem;
        height: 24.25rem;
        margin-left: 1.5rem;
        background: url(../images/trainPlace_leaveM.png) center top no-repeat;
        background-size: 100% 100%;
    }

.leaveManagement .signUp_leaveM {
    display: flex;
    align-items: flex-end;
    padding: 5.2rem 0;
    justify-content: center;
    background: url(../images/bgPart_leaveM.png) center top no-repeat;
    background-size: 100% 100%;
}

    .leaveManagement .signUp_leaveM .leftSignUp {
        display: flex;
        flex-direction: column;
    }

        .leaveManagement .signUp_leaveM .leftSignUp .titleSignUp {
            display: flex;
            flex-direction: column;
            margin-bottom: 1.3rem;
        }

            .leaveManagement .signUp_leaveM .leftSignUp .titleSignUp span {
                font-size: 1.6;
                font-weight: bold;
                color: #3E70CD;
                margin-bottom: 1.3rem;
            }

            .leaveManagement .signUp_leaveM .leftSignUp .titleSignUp i {
                width: 3.45rem;
                height: 0.15rem;
                background: #3E70CD;
                opacity: 1;
            }

        .leaveManagement .signUp_leaveM .leftSignUp .timeSignUp {
            display: flex;
            flex-direction: column;
            margin-bottom: 0.8rem;
        }

            .leaveManagement .signUp_leaveM .leftSignUp .timeSignUp span {
                display: flex;
                align-items: center;
                font-size: 0.65rem;
                font-weight: bold;
                color: #282828;
                margin-bottom: 0.3rem;
            }

                .leaveManagement .signUp_leaveM .leftSignUp .timeSignUp span:nth-child(1) i {
                    font-size: 0.9rem;
                    color: #3E70CD;
                }

                .leaveManagement .signUp_leaveM .leftSignUp .timeSignUp span:nth-child(1) a {
                    color: #282828;
                    margin-left: 2px;
                }

        .leaveManagement .signUp_leaveM .leftSignUp .imgLeft img {
            width: 6.4rem;
            height: 6.4rem;
            background: #FFFFFF;
            border: 0.25rem solid #3E70CD;
            border-radius: 0.55rem;
        }

            .leaveManagement .signUp_leaveM .leftSignUp .imgLeft img:nth-child(1) {
                margin-right: 1rem;
            }

    .leaveManagement .signUp_leaveM .rightSignUp {
        display: flex;
        flex-direction: column;
        border-left: 0.15rem solid #3E70CD;
        padding-left: 3.2rem;
        margin-left: 4.25rem;
    }

        .leaveManagement .signUp_leaveM .rightSignUp .wordsRight span:nth-child(1) {
            color: #3E70CD;
        }

        .leaveManagement .signUp_leaveM .rightSignUp .wordsRight span:nth-child(2) {
            font-size: 0.65rem;
            font-weight: bold;
            color: #282828;
        }

        .leaveManagement .signUp_leaveM .rightSignUp .phoneRight {
            font-size: 0.65rem;
            color: #282828;
            margin-left: 1.1rem;
            margin-top: 0.3rem;
            margin-bottom: 1.6rem;
        }

        .leaveManagement .signUp_leaveM .rightSignUp .imgRight {
            margin-left: 1.1rem;
        }

            .leaveManagement .signUp_leaveM .rightSignUp .imgRight img {
                width: 10.35rem;
                height: 5rem;
            }
.legalConsultation .service_susong {
    width: 46.05rem;
    background-color: #fff;
}

    .legalConsultation .service_susong .title_service {
        width: 46.05rem;
        height: 1.35rem;
        line-height: 1.35rem;
        color: #DC251D;
        display: flex;
        align-items: center;
        background: #FFFFFF;
        z-index: 999;
        top: 0;
    }

        .legalConsultation .service_susong .title_service a {
            width: 4.25rem;
            font-size: 0.65rem;
            background: #FFFFFF;
            text-align: center;
            border-top: 0.1rem solid #fff;
            font-weight:bold;
        }

            .legalConsultation .service_susong .title_service a:nth-child(1) {
                border-top: 0.1rem solid #DC251D;
                color: #DC251D;
            }

    .legalConsultation .service_susong .scene_service {
        position: relative;
        width: 46.05rem;
        height: 21rem;
        background: url("../images/susong_bg.png") center top no-repeat;
        background-size: 100% 100%;
    }

        .legalConsultation .service_susong .scene_service.sceneService_personalized {
            height: 20rem;
            background: #fff;
        }

        .legalConsultation .service_susong .scene_service.scene_caseAgent {
            height: 25.4rem;
        }

        .legalConsultation .service_susong .scene_service .big_title {
            position: relative;
            z-index: 99;
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 0.15rem;
            padding-top: 1.85rem;
        }


            .legalConsultation .service_susong .scene_service .big_title span {
                font-size: 1.3rem;
                color: #FFFFFF;
                font-weight: bold;
            }

            .legalConsultation .service_susong .scene_service .big_title::after {
                content: " ";
                display: block;
                width: 3.2rem;
                height: 0.1rem;
                background: #DC251D;
                margin-top: 0.5rem;
            }

        .legalConsultation .service_susong .scene_service .small_title {
            text-align: center;
            margin-bottom: 1.1rem;
            position: relative;
            z-index: 99;
        }

            .legalConsultation .service_susong .scene_service .small_title span {
                font-size: 0.65rem;
                color: #FFFFFF;
            }

        .legalConsultation .service_susong .scene_service .personalized {
            display: flex;
            justify-content: center;
            position: relative;
            z-index: 99;
        }

            .legalConsultation .service_susong .scene_service .personalized .li_personalized {
                display: flex;
                flex-direction: column;
                align-items: center;
                margin-right: 3.4rem;
            }

                .legalConsultation .service_susong .scene_service .personalized .li_personalized:last-child {
                    margin-right: unset;
                }

                .legalConsultation .service_susong .scene_service .personalized .li_personalized img {
                    width: 9.35rem;
                    height: 9.35rem;
                }

                .legalConsultation .service_susong .scene_service .personalized .li_personalized span {
                    margin-top: 0.8rem;
                    font-size: 0.95rem;
                    font-weight: bold;
                    color: #282828;
                }

        .legalConsultation .service_susong .scene_service .scene_case {
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .legalConsultation .service_susong .scene_service .scene_case .left_scene .li_scene {
                width: 18.15rem;
                height: 3.75rem;
                position: relative;
                display: flex;
                align-items: center;
                margin-bottom: 0.5rem;
            }

                .legalConsultation .service_susong .scene_service .scene_case .left_scene .li_scene .img_bg {
                    width: 18.15rem;
                    height: 3.75rem;
                    position: absolute;
                    top: 0;
                    left: 0;
                }

                .legalConsultation .service_susong .scene_service .scene_case .left_scene .li_scene .img_right {
                    width: 3rem;
                    height: 3rem;
                    z-index: 99;
                    position: absolute;
                    top: 35%;
                    margin-top: -0.925rem;
                    right: 0.35rem;
                }

                .legalConsultation .service_susong .scene_service .scene_case .left_scene .li_scene span {
                    margin-left: 1.6rem;
                    width: 11.2rem;
                    font-size: 0.75rem;
                    font-weight: bold;
                    color: #282828;
                    z-index: 99;
                }

        .legalConsultation .service_susong .scene_service .question_img {
            margin: 0 auto;
            background: url("../images/question_img.png") center center no-repeat;
            background-size: 100% 100%;
            width: 23.1rem;
            height: 2.75rem;
        }

            .legalConsultation .service_susong .scene_service .question_img.questionImg_policyI {
                margin-top: 1rem;
                background: url("../images/questionImg_policyI.png") center center no-repeat;
                background-size: 100% 100%;
            }

        .legalConsultation .service_susong .scene_service .mark_question {
            margin-top: 1.35rem;
            display: flex;
            justify-content: center;
        }

            .legalConsultation .service_susong .scene_service .mark_question .mark_img {
                position: relative;
                width: 15.5rem;
                height: 4rem;
                background: url("../images/mark_imgL.png") center center no-repeat;
                background-size: 100% 100%;
            }

                .legalConsultation .service_susong .scene_service .mark_question .mark_img:nth-child(2) {
                    background: url("../images/mark_imgR.png") center center no-repeat;
                    background-size: 100% 100%;
                    margin-left: 3.2rem;
                }

                .legalConsultation .service_susong .scene_service .mark_question .mark_img .inner_markImg {
                    height: 3.25rem;
                    position: absolute;
                    top: 0.25rem;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    padding-left: 3.7rem;
                }

                    .legalConsultation .service_susong .scene_service .mark_question .mark_img .inner_markImg span {
                        width: 9.8rem;
                    }

                        .legalConsultation .service_susong .scene_service .mark_question .mark_img .inner_markImg span:nth-child(1) {
                            font-size: 0.85rem;
                            font-weight: bold;
                            color: #282828;
                            margin-bottom: 0.1rem;
                        }

                        .legalConsultation .service_susong .scene_service .mark_question .mark_img .inner_markImg span:nth-child(2) {
                            line-height: 0.7rem;
                            font-size: 0.5rem;
                            color: #707070;
                        }

                    .legalConsultation .service_susong .scene_service .mark_question .mark_img .inner_markImg.inner_markImg_policyI span {
                        font-size: 0.7rem !important;
                        font-weight: bold;
                        line-height: 0.95rem;
                        color: #282828;
                    }

                    .legalConsultation .service_susong .scene_service .mark_question .mark_img .inner_markImg .spanmarkImg_system {
                        color: 282828;
                        font-size: 0.55rem;
                        line-height: unset;
                    }

        .legalConsultation .service_susong .scene_service .botoom_img {
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            bottom: 0;
            width: 46.05rem;
            height: 4.85rem;
        }

            .legalConsultation .service_susong .scene_service .botoom_img img {
                position: relative;
                height: 4rem;
                z-index: 99;
            }

            .legalConsultation .service_susong .scene_service .botoom_img .middle_bottom {
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
                margin: 0 4.1rem 0 1.1rem;
                z-index: 99;
            }

                .legalConsultation .service_susong .scene_service .botoom_img .middle_bottom span:nth-child(1) {
                    font-size: 0.95rem;
                    font-weight: bold;
                    color: #FFFFFF;
                }

                .legalConsultation .service_susong .scene_service .botoom_img .middle_bottom span:nth-child(2) {
                    height: 0.65rem;
                    font-size: 0.65rem;
                    color: #FFFFFF;
                }

            .legalConsultation .service_susong .scene_service .botoom_img .btn_bottom {
                position: relative;
                width: 4rem;
                height: 1.35rem;
                border: 1px solid #FFFFFF;
                border-radius: 0.1rem;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 99;
                cursor: pointer;
            }

                .legalConsultation .service_susong .scene_service .botoom_img .btn_bottom span {
                    font-size: 0.65rem;
                    color: #FFFFFF;
                }

        .legalConsultation .service_susong .scene_service .shadow_bottom {
            position: absolute;
            bottom: 0;
            width: 46.05rem;
            height: 4.85rem;
            background: #000000;
            opacity: 0.5;
        }

        .legalConsultation .service_susong .scene_service .topImg_personalized {
            position: absolute;
            top: 0;
            width: 46.05rem;
            height: 11.2rem;
            background: url('../images/topImg_personalized.png');
        }

    .legalConsultation .service_susong .scene_work {
        height: 17.2rem;
    }
.flowstep div {
    width: 450px;
    height: 120px;
    border-radius: 0px 0px 0px 0px;list-style:none;float:left;
    opacity: 1;margin:20px auto;
}
    .flowstep div.cl1 {
        background: url('../images/susong_lc1.png');background-size:contain;background-repeat:no-repeat;
    }
    .flowstep div.cl2 {
        background: url('../images/susong_lc2.png');background-size:contain;background-repeat:no-repeat;
    }
.flowstep div i{width:30px;height:100%;font-size:30px;font-weight:bold;color:#ffffff;margin:0 30px 0 60px;line-height:120px;}
    .flowstep div span {
        font-size: 16px;font-weight:bold;
        text-align: center;
        height: 100%;
        line-height: 120px;
    }