@charset "utf-8";

body {
  overflow-x: hidden;
  font-family: "Microsoft Yahei", "arial,sans-serif";
  -webkit-user-select: none;
  fill: currentColor;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
  background: #fff;
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #333;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

*html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

*+html .clearfix {
  min-height: 1%;
}

/*常用元素*/
.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.bgf5 {
  background: #f5f5f5;
}

.pb50 {
  padding-bottom: 90px;
}

.mr10 {
  margin-right: 10px;
}

.ml5 {
  margin-left: 5px;
}

.ml30 {
  margin-left: 30px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
  -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

/*自动填充*/
.clearfix:after {
  content: "";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}

a:visited,
a:hover {
  color: #333;
  text-decoration: none !important;
}

/**有背景的提示框**/
.bs-example-bg-classes p {
  padding: 15px;
  margin: 10px;
  border-radius: 4px;
}

.bg-primary {
  color: #fff;
  background-color: #428bca;
}

.bg-success {
  background-color: #dff0d8;
}

.bg-info {
  background-color: #d9edf7;
}

.bg-warning {
  background-color: #fcf8e3;
}

.bg-danger {
  background-color: #f2dede;
}

/**无背景的提示框**/
.bs-example p {
  padding: 10px 15px;
  margin: 10px;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #428bca;
}

.text-success {
  color: #3c763d;
}

.text-info {
  color: #31708f;
}

.text-warning {
  color: #8a6d3b;
}

.text-danger {
  color: #a94442;
}

/*color*/
.color-ff6c00 {
  color: #ff6c00;
}

.color-01aafc {
  color: #01aafc !important;
}

.color-888 {
  color: #888;
}

.font-16 {
  font-size: 16px;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #333;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*flexbox*/
.flex-box {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}

.flex-box li {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
}

.index_contain {
  padding: 0 4%;
  padding-bottom: 84px;
}

.index_top {
  margin-top: 25px;
  position: relative;
}

.index_top input {
  width: 90%;
  height: 32px;
  box-sizing: border-box;
  border: none;
  background: #e9e9e9;
  padding-left: 36px;
}

.banner_box {
  border-radius: 7px;
}

.banner_box img {
  background: no-repeat top center;
  height: 135px;
  background-size: 100% 100%;
  margin-top: 10px;
  border-radius: 3px;
  width: 100%;
}

.search_icon {
  position: absolute;
  top: 9px;
  left: 10px;
  width: 16px;
  height: 16px;
  background: url(../images/search.png);
  background-size: 100% 100%;
}

.ring_icon {
  position: absolute;
  right: 2px;
  top: 5px;
  width: 17px;
  height: 21px;
  background: url(../images/ring.png);
  background-size: 100% 100%;
}

.tab_list img {
  width: 42px;
  height: 42px;
}

.tab_list {
  justify-content: space-between;
  margin-top: 15px;
}

.tab_list>div {
  text-align: center;
}

.tab_list>div p {
  padding-top: 4px;
}

.kol_top_slider {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  background: #fff;
  padding: 0 2% 0 3%;
  margin-top: 15px;
}

.kol_top_slider ul {
  position: relative;
  top: 0;
}

.kol_top_slider a li {
  font-size: 12px;
  color: #7b7b7b;
}

.kol_top_slider a li img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-top: 12px;
  float: left;
  margin-right: 10px;
}

.kol_top_slider a li .time {
  float: right;
  font-size: 11px;
}

.index_list_contain .tt {
  font-size: 22px;
  line-height: 40px;
  background: #fff;
  padding: 0 14px;
  margin-top: 16px;
  padding-top: 20px;
}

.index_list_contain .tt a {
  float: right;
  font-size: 12px;
  color: #949494;
}

.index_list li {
  padding: 15px 14px;
  background: #fff;
  border-bottom: 1px solid rgba(237, 237, 237, 1);
}

.index_list li a {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.index_list li a .right {
  width: 92px;
  height: 70px;
  border-radius: 3px;
}

.index_list li a .right img {
  width: 100%;
  height: 100%;
}

.index_list li a .left {
  height: 74px;
  flex: 1;
  margin-right: 10px;
}

.index_list li a .left p {
  font-size: 14px;
  height: 38px;
  overflow: hidden;
}

.index_list li a .left .time {
  font-size: 11px;
  color: #7b7b7b;
  margin-top: 15px;
}

.falv_bottom {
  position: fixed;
  height: 80px;
  background: #fff;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 15px 25px;
  box-sizing: border-box;
}

.bottom_inners {
  display: flex;
  justify-content: space-between;
}

.falv_bottom img {
  height: 24px;
}

.falv_bottom p {
  font-size: 11px;
  color: #aaaeb7;
}

.falv_bottom a {
  text-align: center;
}

.falv_bottom .act p {
  color: #508df8;
}

.list_top {
  background: #fff;
  height: 62px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 34px;
  position: relative;
}

.list_top a {
  font-size: 13px;
  margin: 0 16px;
  position: relative;
}

.list_top a.sel {
  font-weight: bold;
}

.list_top a.sel::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 15px;
  width: 24px;
  height: 3px;
  background: #3482f6;
}

.list_tab {
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  padding: 0 4%;
  display: flex;
  justify-content: space-between;
}

.list_tab .sel {
  color: #3482f6;
}

.fd_list {
  padding-bottom: 80px;
}

.fd_list li {
  height: 150px;
  background: #fff;
  margin-bottom: 10px;
  padding: 14px 4%;
  box-sizing: border-box;
  position: relative;
}

.fd_list li .title {
  font-size: 13px;
  font-weight: bold;
  width: 72%;
  height: 40px;
  overflow: hidden;
}

.fd_list li .city {
  position: absolute;
  top: 16px;
  right: 4%;
  font-size: 10px;
  color: #949494;
}

.fd_list li .price {
  font-size: 12px;
  color: #ff7e00;
  margin-top: 6px;
}

.icon_box {
  padding-top: 10px;
}

.icon_box span {
  font-size: 10px;
  color: #508df8;
  background: #f2f7ff;
  margin-right: 8px;
  padding: 5px 7px;
  border: 1px solid #508df8;
  border-radius: 2px;
}

.fd_list li .pp {
  margin-top: 18px;
  font-size: 10px;
  color: #949494;
}

.fd_list li .pp span:last-child {
  float: right;
}

.list_guang {
  height: 85px;
  padding: 20px 4% 0 4%;
  box-sizing: border-box;
  position: relative;
}

.list_guang p {
  font-size: 20px;
}

.list_guang select {
  background: transparent;
  border: none;
  font-size: 13px;
  margin-top: 12px;
  margin-right: 20px;
}

.fadan {
  position: fixed;
  bottom: 100px;
  right: 35px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-image: linear-gradient(0deg, #5678f0 0%, #518fe7 100%);
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}

.fadan img {
  width: 100%;
}

.center_top {
  line-height: 60px;
  padding-top: 10px;
  box-sizing: border-box;
  position: relative;
}

.center_top img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  vertical-align: middle;
  object-fit: cover;
}

.center_top .rz {
  height: 24px;
  width: auto;
  border-radius: 0;
  position: absolute;
  bottom: 18px;
  right: 0;
}

.center_top span {
  font-size: 19px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
}

.renzheng_box {
  background-image: linear-gradient(64deg, #111111 0%, #3d414d 100%);
  border-radius: 7px;
  height: 51px;
  margin-top: 20px;
  font-size: 13px;
  box-sizing: border-box;
  padding: 0 13px;
  position: relative;
  padding-top: 7px;
}

.renzheng_box span {
  color: #f5edbe;
  font-size: 13px;
}

.renzheng_box a {
  position: absolute;
  width: 82px;
  height: 30px;
  color: #393d48;
  font-size: 12px;
  background-image: linear-gradient(179deg, #ffe2ab 0%, #d7bb8d 100%);
  border-radius: 14px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  right: 12px;
}

.renzheng_box b {
  font-weight: normal;
  font-size: 10px;
  color: #a8adb9;
}

.center_tab {
  height: 75px;
  background: #fff;
  border-radius: 3px;
  margin: 10px 0;
}

.center_block p {
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  background: #fff;
  padding-left: 44px;
}

.center_block p b {
  float: right;
  margin-right: 34px;
}

.list_top .close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 28px;
  right: 16px;
  padding: 0;
  margin: 0;
  background: url(../images/close.png) no-repeat center center;
  background-size: 100% 100%;
}

.list_guang .close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 20px;
  right: 16px;
  padding: 0;
  margin: 0;
  background: url(../images/close.png) no-repeat center center;
  background-size: 100% 100%;
}

.fd_list .pp span:first-child {
  padding-left: 22px;
  background: url(../images/radio.png) no-repeat left center;
  background-size: 15px 15px;
}

.nodata img {
  display: block;
  width: 200px;
  margin: 0 auto;
  margin-top: 60px;
}

.nodata p {
  text-align: center;
  color: #666;
  margin-top: 4px;
}

.renzheng_box span {
  padding-left: 26px;
  background: url(../images/center_01.png) no-repeat left center;
  background-size: 20px auto;
}

.center_tab {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 44px;
}

.center_tab img {
  height: 24px;
}

.center_tab p {
  font-size: 11px;
}

.detail_top {
  background: #fff;
  height: 82px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 40px;
  position: relative;
  font-size: 15px;
}

.detail_top .close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 36px;
  right: 16px;
  padding: 0;
  margin: 0;
  background: url(../images/close.png) no-repeat center center;
  background-size: 100% 100%;
}

.detail_top .back {
  position: absolute;
  width: 30px;
  height: 16px;
  top: 42px;
  left: 16px;
  padding: 0;
  margin: 0;
  background: url(../images/back.png) no-repeat center center;
  background-size: auto 100%;
}

.step_box {
  height: 82px;
  background: #fff;
  margin: 10px 0;
  padding-top: 18px;
  box-sizing: border-box;
}

.step_box .steps span {
  float: left;
  font-size: 12px;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #dedede;
  border-radius: 50%;
}

.step_box .steps {
  display: flex;
  justify-content: center;
  align-items: center;
}

.step_box .steps b {
  width: 64px;
  height: 4px;
  background: #dedede;
}

.steps span.act {
  background: #3482f6;
}

.steps b.act {
  background: #3482f6;
}

.setp_word {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.setp_word span {
  width: 84px;
  text-align: center;
}

.lawyer_box {
  height: 135px;
  background: #fff;
  padding: 12px 15px;
  box-sizing: border-box;
}

.lawyer_box .lawyer {
  display: flex;
  align-items: center;
}

.lawyer_box img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.lawyer>div:first-child {
  margin-right: 14px;
}

.lawyer>div p:first-child {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
}

.lawyer>div p:first-child span {
  font-weight: normal;
  font-size: 10px;
  margin-left: 10px;
}

.lawyer>div p {
  font-size: 12px;
  margin-top: 6px;
}

.lawyer_box .orders {
  display: flex;
  justify-content: space-between;
  padding: 0 48px;
  margin-top: 14px;
}

.lawyer_box .orders>div {
  text-align: center;
}

.lawyer_box .orders p {
  font-size: 16px;
}

.lawyer_box .orders p:last-child {
  font-size: 11px;
  color: #949494;
  margin-top: 4px;
}

.dt_msg_box {
  margin-top: 10px;
}

.dt_msg_box li {
  font-size: 14px;
  border-bottom: 1px solid #dedede;
  background: #fff;
  padding: 12px 15px;
}

.dt_msg_box li:last-child {
  border: none;
}

.dt_msg_box li span:last-child {
  max-width: 70%;
}

.dt_msg_box li p:last-child {
  padding-bottom: 20px;
  margin-top: 6px;
}

.tousu {
  margin-top: 10px;
  background: #fff;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  padding-left: 15px;
}

.tousu span {
  float: right;
  margin-right: 15px;
}

.tousu a {
  display: block;
  width: 100%;
  height: 100%;
}

.tips_box {
  padding: 0 15px;
  margin-top: 20px;
}

.tips_box div {
  font-size: 13px;
  color: #646464;
  padding-left: 22px;
  background: url(../images/safe.png) no-repeat left center;
  background-size: auto 16px;
  margin-bottom: 10px;
}

.tips_box p {
  font-size: 10px;
  color: #949494;
  line-height: 18px;
}

.accept {
  width: 90%;
  background: #3482f6;
  height: 50px;
  line-height: 50px;
  display: block;
  margin: 26px auto 80px auto;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 25px;
}

.login_contain {
  padding: 0 40px;
}

.login_contain .tab_box {
  padding-top: 100px;
}

.login_contain .tab_box span {
  font-size: 20px;
  color: #aaaeb7;
  margin-right: 30px;
  position: relative;
}

.login_contain .tab_box .act {
  font-size: 30px;
  color: #508df8;
}

/*.login_contain .tab_box .act::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  width: 32px;*/
/*  height: 5px;*/
/*  background: #508df8;*/
/*  bottom: -14px;*/
/*  left: 14px;*/
/*  border-radius: 3px;*/
/*}*/
.login_contain form {
  margin-top: 80px;
}

.login_contain input[type='text'] {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #edefef;
  font-size: 14px;
  outline: none;
}

.login_contain form p {
  position: relative;
  margin-top: 10px;
}

.login_contain form .msg_code a {
  position: absolute;
  top: 9px;
  right: 0;
  border: none;
  color: #508df8;
}

.login_contain form>button {
  width: 100%;
  height: 50px;
  background: #508df8;
  border: none;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
  margin-top: 40px;
}

.log_box .yzm_box {}

.log_box img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 31px;
  /*width: 100%;*/
}

.setting_block {
  background: #fff;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  padding-left: 15px;
}

.setting_block a {
  display: block;
  width: 100%;
  height: 100%;
}

.setting_block span {
  float: right;
  height: 45px;
  margin-right: 15px;
}

.setting_block b {
  float: right;
  margin-right: 15px;
  color: #bcbcbc;
}

.setting_block span img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-top: 6px;
}

.setting_block .rz {
  color: #3482f6;
}

.identity_contain {
  padding: 24px 15px;
}

.identity_top p {
  font-size: 20px;
}

.identity_top .close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 22px;
  right: 16px;
  padding: 0;
  margin: 0;
  background: url(../images/close.png) no-repeat center center;
  background-size: 100% 100%;
}

.id_loader_box {
  position: relative;
  margin-top: 22px;
}

.id_loader_box .bg {
  height: 7px;
  background: #e1f1fe;
  border-radius: 3px;
}

.id_loader_box .circle {
  width: 18px;
  height: 18px;
  background: #96bbff;
  border-radius: 50%;
  z-index: 20;
  position: absolute;
  top: -6px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.id_loader_box .circle div {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #508df8;
}

.id_steps {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  font-size: 14px;
  color: #949494;
}

.id_steps .on {
  color: #333;
}

.identity_contain .title {
  padding-top: 35px;
  font-size: 18px;
}

.id_card_block {
  height: 156px;
  background: #f7fbff;
  border-radius: 3px;
  margin-top: 15px;
  padding: 18px 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.id_card_block div p {
  color: #949494;
}

.id_card_block div p:first-child {
  font-size: 19px;
  color: #333;
  margin-bottom: 4px;
}

.id_card_block .upload_box {
  width: 185px;
  height: 120px;
  border-radius: 3px;
  position: relative;
  line-height: 120px;
  text-align: center;
}

.upload_box img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.upload_box input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.identity_msg_box p {
  margin-top: 6px;
}

.identity_msg_box input {
  float: left;
  width: 75%;
  height: 40px;
  border: none;
  font-size: 14px;
  outline: none;
  font-size: 14px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.identity_msg_box span {
  width: 25%;
  float: left;
  font-size: 16px;
  line-height: 40px;
}

.identity_sub {
  height: 50px;
  width: 100%;
  border-radius: 25px;
  background: #3482f6;
  border: none;
  color: #fff;
  font-size: 16px;
  margin-top: 50px;
  margin-bottom: 25px;
}

.rz_success img {
  display: block;
  margin: 0 auto;
  margin-top: 100px;
}

.rz_success p {
  font-size: 14px;
  color: #949494;
  text-align: center;
}

.rz_success .tt {
  font-size: 20px;
  color: #333;
  margin: 30px 0 10px;
}

.surrender_ul {
  padding: 0 4%;
}

.surrender_ul li {
  height: 180px;
  background-image: linear-gradient(115deg, #44b1d0 0%, #6af3eb 100%);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 12px;
  margin-top: 20px;
}

.surrender_ul li:first-child {
  background-image: linear-gradient(115deg, #4791fe 0%, #7cdefb 100%);
}

.surrender_ul li:last-child {
  background-image: linear-gradient(115deg, #657ffa 0%, #a87af6 100%);
}

.surrender_ul li .tt {
  font-size: 24px;
  color: #fefefe;
  padding-top: 32px;
}

.surrender_ul li .tt2 {
  font-size: 15px;
  color: #fefefe;
  margin-top: 10px;
}

.surrender_ul dl dd {
  float: left;
  width: 33.33%;
  color: #fefefe;
  font-size: 12px;
  padding: 0;
  margin: 0;
  margin-top: 8px;
  position: relative;
  box-sizing: border-box;
  padding-left: 14px;
}

.surrender_ul dl dd::after {
  content: "√";
  position: absolute;
  left: 0;
  top: 0;
}

.fd_tips {
  font-size: 12px;
  color: #508df8;
  text-align: center;
  margin: 35px 0 70px;
}

.fd_tips img {
  width: 16px;
  vertical-align: -3px;
}

.fd_block {
  background: #fff;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  padding: 0 15px;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}

.fd_block b {
  position: absolute;
  color: #bcbcbc;
  right: 15px;
}

.fd_block select {
  width: 100%;
  height: 42px;
  border: none;
  outline: none;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.fd_block input[type='text'] {
  float: right;
  height: 44px;
  border: none;
  padding: 0;
  margin: 0;
  text-align: right;
  outline: none;
  width: 70%;
}

.fd_block span i {
  font-size: 12px;
  color: #bcbcbc;
  font-style: normal;
}

.fd_des {
  height: auto;
  border: none;
}

.fd_des textarea {
  border: none;
  outline: none;
  font-size: 13px;
  width: 100%;
  min-height: 60px;
}

.fb_bottom {
  position: fixed;
  z-index: 99;
  background: #fff;
  height: 90px;
  bottom: 0;
  left: 0;
  width: 100%;
}

.fb_bottom button {
  width: 90%;
  display: block;
  border: none;
  font-size: 16px;
  color: #fff;
  height: 45px;
  margin-left: 5%;
  margin-top: 10px;
  background: #508df8;
  border-radius: 22px;
}

.accept_zf {
  width: 90%;
  background: #3482f6;
  height: 50px;
  line-height: 50px;
  display: block;
  margin: 20px auto 20px auto;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 25px;
}

.accept_fb {
  width: 90%;
  background: #508df8;
  height: 50px;
  line-height: 50px;
  display: block;
  margin: 20px auto 20px auto;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 25px;
}

.accept_cl {
  width: 90%;
  background: #FF0000;
  height: 50px;
  line-height: 50px;
  display: block;
  margin: 20px auto 20px auto;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 25px;
}

.accept_fah {
  width: 90%;
  background: #FFFF00;
  height: 50px;
  line-height: 50px;
  display: block;
  margin: 20px auto 20px auto;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 25px;
}

.accept_sh {
  width: 90%;
  background: #228B22;
  height: 50px;
  line-height: 50px;
  display: block;
  margin: 20px auto 20px auto;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 25px;
}

.detail_top .news_search {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 40px;
  right: 16px;
  padding: 0;
  margin: 0;
  background: url(../images/search.png) no-repeat center center;
  background-size: 100% 100%;
}

.news_ul {
  padding-bottom: 26px;
}

.news_ul li {
  height: 150px;
  background: #fff;
  margin-top: 10px;
  font-size: 14px;
  padding: 0 15px;
}

.news_ul li .title {
  font-size: 16px;
  padding-top: 15px;
}

.news_ul .conten {
  display: flex;
  justify-content: space-between;
}

.news_ul .conten .img_box {
  width: 90px;
  height: 70px;
  margin-left: 20px;
}

.news_ul .conten .img_box img {
  width: 100%;
  height: 100%;
}

.news_ul .conten .des_box {
  flex: 1;
}

.news_ul .conten .des_box>p {
  margin-top: 12px;
}

.news_ul .conten .des_box>div {
  color: #7b7b7b;
  font-size: 11px;
  margin-top: 8px;
}

.news_dt_content .banner img {
  width: 100%;
}

.news_dt_content .tittle {
  font-size: 20px;
  padding-top: 10px;
}

.news_dt_content .content {
  padding: 0 6%;
}

.news_dt_content .time {
  color: #949494;
  font-size: 10px;
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada;
}

.news_dt_content .come {
  color: #949494;
  font-size: 13px;
  margin: 46px 0 50px;
}

.news_dt_content .content>div {
  font-size: 15px;
  line-height: 30px;
  margin-top: 35px;
}

.news_dt_content .content img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-top: 25px;
}

.zan_box {
  border-top: 1px solid #dadada;
  padding-top: 70px;
  padding-bottom: 200px;
}

.zan_box .zan {
  width: 120px;
  height: 44px;
  box-sizing: border-box;
  border: 1px solid #dadada;
  border-radius: 22px;
  margin: 0 auto;
  background: url(../images/zan.png) no-repeat 30px center;
  background-size: 28px 28px;
  font-size: 17px;
  color: #646464;
  line-height: 44px;
  padding-left: 60px;
}

.finance_list {
  margin-top: 10px;
}

.finance_list li {
  height: 65px;
  background: #fff;
  padding: 0 15px;
  border-top: 1px solid #f1f1f1;
}

.finance_list li p {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #949494;
}

.finance_list li p:first-child {
  font-size: 16px;
  color: #333;
  padding: 10px 0 6px;
}

.finance_list li p .in {
  color: #e0574e;
}

.finance_list li p .out {
  color: #33c500;
}

.finance_list li p .lan {
  color: #438EDB;
}

.recharge_form {
  margin-top: 10px;
}

.recharge_form p {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #f1f1f1;
  background: #fff;
  padding: 0 15px;
  font-size: 14px;
  position: relative;
}

.recharge_form p img {
  width: 34px;
  vertical-align: middle;
}

.recharge_form p i {
  color: #508df8;
  font-style: normal;
}

.recharge_form p input[type='text'] {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
  box-sizing: border-box;
  padding-left: 90px;
  border: none;
  outline: none;
  z-index: 10;
  font-size: 14px;
  padding-right: 44px;
}

.recharge_form p span {
  position: relative;
  z-index: 20;
}

.recharge_form p b {
  font-weight: normal;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 20;
  color: #bcbcbc;
}

.recharge_nums {
  background: #fff;
  padding: 20px 15px 36px 15px;
  margin-top: 10px;
}

.recharge_nums>div {
  font-size: 14px;
}

.recharge_nums dl dd {
  float: left;
  width: 30%;
  height: 48px;
  border: 1px solid #508df8;
  border-radius: 5px;
  margin: 0;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #508df8;
  margin-top: 16px;
  margin-right: 4.1%;
}

.recharge_nums dl dd:nth-child(3n) {
  margin-right: 0;
}

.recharge_nums dl dd.act {
  background: #508df8;
  color: #fff;
}

.recharge_form button {
  width: 90%;
  margin: 100px 0 100px 5%;
  height: 46px;
  background: #508df8;
  border: none;
  border-radius: 23px;
  font-size: 16px;
  color: #fff;
}

.tx_top .detail_top {
  background: #508df8;
  color: #fff;
  height: 242px;
}

.tx_top .detail_top .back {
  background: url(../images/arrow_w.png) no-repeat center center;
  background-size: auto 100%;
  left: 10px;
}

.tx_top .detail_top p {
  font-size: 13px;
  text-align: left;
  padding-left: 18px;
  margin-top: 10px;
}

.tx_top .detail_top .price {
  font-size: 18px;
}

.tx_top .detail_top .price span {
  font-size: 38px;
  font-weight: bold;
}

.tx_apply_box {
  height: 362px;
  background-color: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(4, 0, 0, 0.07);
  border-radius: 3px;
  background: #fff;
  position: relative;
  top: -68px;
  margin: 0 18px;
  padding: 0 15px;
}

.tx_apply_box .tt {
  font-size: 14px;
  padding: 22px 0;
}

.tx_apply_box p {
  border-bottom: 1px solid #f1f1f1;
  font-size: 14px;
  position: relative;
  padding-bottom: 12px;
  height: 63px;
}

.tx_apply_box p b {
  font-size: 38px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}

.tx_apply_box .all_tx {
  color: #508df8;
  position: absolute;
  top: 20px;
  right: 0;
}

.tx_apply_box .money {
  border: none;
  height: 50px;
  line-height: 50px;
  outline: none;
  font-size: 38px;
  width: 100%;
  padding-left: 40px;
  box-sizing: border-box;
  padding-right: 80px;
  position: absolute;
  top: 0;
}

.tx_apply_box .tt .ways {
  float: right;
}

.tx_apply_box .tt .ways img {
  width: 36px;
  vertical-align: middle;
  margin-right: 6px;
}

.tx_apply_box .zfb_id {
  font-size: 14px;
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
}

.tx_apply_box button {
  width: 90%;
  margin: 40px 0 0 5%;
  height: 46px;
  background: #508df8;
  border: none;
  border-radius: 23px;
  font-size: 16px;
  color: #fff;
}

.login_known label {
  font-weight: normal;
  font-size: 10px;
  color: #666;
}

.login_known label a {
  color: #508df8;
}

.login_known label input {
  vertical-align: -3px;
}

.layui-flow-more {
  text-align: center;
  margin: 10px auto;
}

.aj_tp {
  margin-top: 20px;
}

.aj_tp span {
  font-size: 15px;
  margin-right: 18px;
}

.aj_tp .act {
  color: #508df8;
}

#to_cn,
#city {
  height: 40px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  appearance: none;
}

.identity_msg_box p {
  border-bottom: 1px solid #edefef;
}

/* 2022-6-10 */
.fd_list li {
  height: auto;
}

.fd_list li .dh {
  font-size: 12px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.fd_list li .title {
  font-weight: normal;
}

.fd_list li .dh span {
  float: right;
  color: #508df8;
}

.fd_list li .price {
  margin-top: 10px;
  margin-bottom: 2px;
}

.jd_box .icon_box {
  float: left;
  width: 65%;
}

.jd_ls_box {
  float: right;
  width: 35%;
  text-align: right;
  font-size: 12px;
  margin-top: -14px;
}

.jd_ls_box p img {
  width: 20px;
  vertical-align: -4px;
}

.jd_ls_box p:first-child {
  margin-bottom: 6px;
  height: 20px;
}

.jd_ls_box .time {
  font-size: 11px;
  color: #999;
}

.fd_list li .handle_box {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  text-align: right;
  padding: 16px 0 2px;
}

.fd_list li .handle_box a {
  font-size: 12px;
  border: 1px solid #ccc;
  display: inline-block;
  box-sizing: border-box;
  width: 72px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border-radius: 16px;
  margin-left: 10px;
}

.fd_list li .handle_box a:last-child {
  background: #508df8;
  border-color: #508df8;
  color: #fff;
}

.fd_list li .handle_box img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  float: left;
  position: relative;
}

.my_list_block {
  background: #fff;
  margin: 12px 15px 0 15px;
  border-radius: 5px;
  font-size: 12px;
  padding: 22px 18px 22px 21px;
}

.my_list_block .tt {
  font-size: 14px;
  position: relative;
  padding-left: 16px;
}

.my_list_block .tt::before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  width: 2px;
  height: 15px;
  background: #508df8;
}

.my_list_block>div {
  padding-left: 16px;
  margin-top: 14px;
  line-height: 18px;
}

.my_list_block>div span:first-child {
  float: left;
  width: 35%;
  color: #666;
}

.my_list_block>div span:last-child {
  float: left;
  width: 65%;
  text-align: right;
}

.yzls_ul li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 14px;
  margin-top: 14px;
}

.yzls_ul li>div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.yzls_ul li:last-child {
  padding-bottom: 0;
  border: none;
}

.yzls_ul li img {
  width: 50px;
  border-radius: 50px;
  height: 50px;
}

.yzls_ul .name {
  font-size: 14px;
  font-weight: bold;
}

.yzls_ul .lvsuo {
  font-size: 11px;
  margin: 4px 0 8px 0;
}

.yzls_ul .lvsuo span {
  border-left: 1px solid #ccc;
  padding-left: 8px;
  margin-left: 8px;
}

.yzls_ul .time {
  font-size: 10px;
  color: #999;
}

.yzls_ul li div a {
  display: inline-block;
  width: 60px;
  height: 23px;
  box-sizing: border-box;
  border: 1px solid #508df8;
  color: #508df8;
  line-height: 21px;
  text-align: center;
  border-radius: 11px;
  margin: 7px 0;
  font-size: 10px;
  margin-left: 6px;
}

.yzls_ul li div a:first-child {
  background: #508df8;
  color: #fff;
}

.dd_tips_box {
  padding: 0 38px;
  margin-top: 22px;
}

.dd_tips_box p {
  padding-left: 20px;
  color: #949494;
  font-size: 10px;
  margin-top: 10px;
}

.dd_tips_box .tt {
  font-size: 13px;
  color: #646464;
}

.dd_tips_box .tt img {
  height: 17px;
  vertical-align: -3px;
}

.dd_cancel_btn {
  display: block;
  width: 90%;
  box-sizing: border-box;
  height: 45px;
  line-height: 43px;
  text-align: center;
  border: 1px solid #ccc;
  font-size: 16px;
  border-radius: 22px;
  margin: 75px auto;
}

.dd_money div span:last-child {
  color: #ff7e00;
}

.dd_doing_box {
  text-align: center;
  margin: 65px 0;
}

.dd_doing_box a {
  box-sizing: border-box;
  width: 150px;
  height: 45px;
  line-height: 43px;
  border: 1px solid #ccc;
  display: inline-block;
  margin: 0 8px;
  border-radius: 22px;
  font-size: 16px;
}

.dd_doing_box a:last-child {
  color: #fff;
  background: #508df8;
  border-color: #508df8;
}

.pay_now {
  display: block;
  width: 90%;
  box-sizing: border-box;
  height: 45px;
  line-height: 43px;
  text-align: center;
  border: 1px solid #508df8;
  font-size: 16px;
  border-radius: 22px;
  margin: 20px auto 75px auto;
  color: #fff;
  background-color: #508df8;
}

.pay_tips {
  font-size: 10px;
  color: #666;
  text-align: center;
  margin-top: 66px;
}

.pay_tips a {
  color: #508df8;
}

.pay_last img {
  width: 60%;
  display: block;
  margin: 60px auto 20px auto;
}

.pay_last>p {
  font-size: 14px;
  color: #949494;
  text-align: center;
}

.pay_last>p.tt {
  font-size: 20px;
  color: #333;
  padding-bottom: 10px;
}

.pay_last>p a {
  color: #508df8;
}

.yzls_ul li .moneys {
  float: left;
  line-height: 37px;
  color: #ff7e00;
  font-size: 13px;
  font-weight: bold;
  padding-left: 50px;
}

.zhenggui_top {
  background: #508df8;
  height: 50px;
  margin-bottom: 8px;
  text-align: center;
}

.zhenggui_top img {
  height: 30px;
  margin-top: 9px;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.mask5 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.huodong_box {
  height: 324px;
  width: 90%;
  border-radius: 7px;
  background: url(/themes/legislation/public/assets/images/index_hdbg.png)no-repeat top center;
  background-size: 100% auto;
  position: relative;
}

.huodong_box a {
  position: absolute;
  width: 70%;
  height: 45px;
  color: #fff;
  font-size: 15px;
  background: #3691f2;
  text-align: center;
  line-height: 45px;
  bottom: 20px;
  border-radius: 22px;
  left: 15%;
}

.huodong_box .close_btn {
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -18px;
  background: url(/themes/legislation/public/assets/images/close_btn.png);
  background-size: 100% 100%;
}

.mask2 {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
}

.mask3 {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
}

.add_to_home {
  height: 485px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 30px 30px 0 0;
  box-sizing: border-box;
}

.add_to_home .tt {
  font-size: 17px;
  color: rgba(51, 51, 51, 1);
  padding: 16px 22px 4px 22px;
}

.add_to_home .tt2 {
  font-size: 13px;
  color: rgba(119, 123, 133, 1);
  padding: 0 22px;
  border-bottom: .5px solid rgba(229, 229, 229, 1);
  padding-bottom: 12px;
}

.add_to_home .close_btn {
  width: 18px;
  height: 18px;
  background: url(/themes/legislation/public/assets/images/close_add.png);
  background-size: 100% 100%;
  position: absolute;
  top: 30px;
  right: 16px;
}

.add_home_btn {
  position: fixed;
  width: 140px;
  height: 44px;
  border-radius: 22px;
  line-height: 44px;
  font-size: 16px;
  color: #333;
  left: 50%;
  bottom: 105px;
  text-align: center;
  margin-left: -70px;
  box-sizing: border-box;
  background: #fff url(/themes/legislation/public/assets/images/add_logo.png)no-repeat 10px center;
  background-size: 30px auto;
  padding-left: 24px;
  display: none;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

.add_to_home>img {
  height: 152px;
  display: block;
  margin: 0 auto;
  margin-top: 24px;
}

.add_to_home .click {
  font-size: 14px;
  color: rgba(119, 123, 133, 1);
  text-align: center;
  margin-top: 14px;
}

.add_to_home .click img {
  width: 18px;
  vertical-align: top;
}

.add_to_home .add_choose {
  color: rgba(119, 123, 133, 1);
  font-size: 14px;
  text-align: center;
  margin-top: 6px;
}

.add_to_home .add_choose span {
  font-size: 14px;
  color: #333;
}

.add_to_home .add_choose span b {
  border: 1px solid #333;
  width: 15px;
  height: 15px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  line-height: 13px;
}

.add_to_home .add1 {
  font-size: 12px;
  color: rgba(189, 189, 190, 1);
  border: 1px solid rgba(189, 189, 190, 1);
  width: 250px;
  box-sizing: border-box;
  text-align: center;
  line-height: 30px;
  border-radius: 12px 12px 0 0;
  margin: 0 auto;
  margin-top: 18px;
}

.add_to_home .add2 {
  font-size: 12px;
  color: rgba(119, 123, 133, 1);
  border: 1px solid rgba(189, 189, 190, 1);
  width: 250px;
  box-sizing: border-box;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  border-top: none;
  border-bottom: none;
}

.add_to_home .add3 {
  font-size: 14px;
  color: #333;
  border: 1px solid rgba(41, 109, 227, 1);
  width: 300px;
  box-sizing: border-box;
  line-height: 30px;
  margin: 0 auto;
  border-radius: 8px;
  padding: 0 10px;
}

.add_to_home .add3 b {
  float: right;
  border: 1px solid #333;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  line-height: 12px;
  text-align: center;
  border-radius: 4px;
  margin-top: 7px;
}

.add_to_home .add_arr {
  height: 38px;
  margin-top: 10px;
}

.friend_links {
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 10px;
}

.friend_links::-webkit-scrollbar {
  width: 0px;
  display: none;
}

.friend_links>div {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  background: #fff;
  padding: 0 18px;
  margin-right: 6px;
}

.news_cream {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: #508df8;
  color: #fff;
  font-size: 11px;
  padding: 0 16px;
  box-sizing: border-box;
}

.news_cream a {
  color: #fff;
}

.r_tittle {
  font-size: 13px;
  color: #666;
  position: relative;
  padding-left: 6px;
  margin-bottom: 10px;
}

.r_tittle::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 13px;
  background: #508df8;
  top: 6px;
  left: 0;
}

.accept:hover {
  color: #fff;
}

.left_contain {
  display: none;
}

.right_contain {
  display: none;
}

.center_containers {
  float: left;
  width: 690px;
  margin-left: 20px;
}

.center_top_pc img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.center_top_pc span {
  font-size: 18px;
  font-weight: normal;
  margin-left: 5px;
  line-height: 24px;
  vertical-align: 10px;
}

.center_top_pc .rz {
  position: static;
  margin-left: 5px;
  vertical-align: 5px;
}

.center_top_pc .log_out {
  position: absolute;
  font-size: 14px;
  color: rgba(80, 141, 248, 1);
  line-height: 21px;
  left: 70px;
  top: 43px;
}

.center_pctab {
  float: right;
  line-height: 30px;
}

.center_pctab a {
  float: right;
  width: 110px;
  height: 30px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1xp solid rgba(229, 229, 229, 1);
  background: #fff;
  justify-content: center;
  margin-left: 10px;
}

.center_pctab img {
  height: 16px;
  width: auto;
  margin-right: 4px;
}

.foot_pc {
  width: 100%;
  height: 180px;
  background: #fff;
  display: none;
}

.foot_inner {
  text-align: center;
  font-size: 14px;
  color: rgba(102, 102, 102, 1);
}

.foot_inner>p {
  line-height: 24px;
}

.foot_inner>div {
  padding: 20px 0 10px;
}

.zhenggui_top_m {
  display: none;
}

.list_contain3 .content {
  padding: 0 4%;
}

.c_banner img {
  width: 100%;
}

.contact_ul li {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid rgba(221, 221, 221, 1);
  padding-bottom: 12px;
  margin-top: 24px;
}

.contact_ul li .tt {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 2px;
}

.c_tt {
  font-size: 14px;
  margin-top: 13px;
}

.c_kf {
  width: 120px;
  margin-top: 9px;
}

.c_des {
  font-size: 12px;
  color: rgba(153, 153, 153, 1);
  margin-top: 12px;
}

.list_contain4 {
  padding: 0 4%;
}

.top_inner {
  width: auto;
  margin: 0 auto;
  position: relative;
}

.phone_box {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  display: none;
}

.phone_box {
  background: url(/themes/legislation/public/assets/images/zixun_top.png) no-repeat left center;
  padding-left: 24px;
}

.left_contain .gongzhonghao {
  margin-bottom: 0;
  margin-top: 10px;
}

.left_contain .gongzhonghao img {
  width: 80%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  margin-left: 10%;
}

.left_contain p {
  font-size: 12px;
  color: rgba(102, 102, 102, 1);
  text-align: center;
  padding-top: 2px;
}

.right_contain .zx {
  margin: 0 12px 0 12px;
  line-height: 50px;
  padding-left: 24px;
  background: url(/themes/legislation/public/assets/images/zx_ly.png) no-repeat left center;
}

.right_contain .tel {
  border-top: 1px solid rgba(229, 229, 229, 1);
  background: url(/themes/legislation/public/assets/images/zx_tel.png) no-repeat left center;
}

.crim_box {
  display: flex;
  flex-wrap: wrap;
}

.crim_box a {
  font-size: 12px;
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 180px;
  padding: 3px 6px;
  margin-top: 10px;
  margin-left: 14px;
}

.crim_box a:hover {
  background: rgba(80, 141, 248, 1);
  color: #fff;
  border-color: rgba(80, 141, 248, 1);
}

.foot_adv {
  display: none;
  height: 0;
}

.falv_zx_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.falv_zx_box img {
  width: 262px;
}

.zf_link {
  width: 220px;
  top: 246px;
  height: 42px;
  position: absolute;
  left: 22px;
}

.m_zx_box {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.m_zx_box>a {
  background: url(/themes/legislation/public/assets/images/zx_bg1.png);
  background-size: cover;
}

.m_zx_box>a:first-child {
  background: url(/themes/legislation/public/assets/images/zx_bg2.png);
  background-size: cover;
}

.m_zx_box>a {
  width: 48.5%;
  height: 80px;
  box-sizing: border-box;
  padding: 6px 14px;
}

.m_zx_box p {
  font-size: 16px;
  font-weight: bold;
}

.m_zx_box div {
  font-size: 10px;
  color: rgba(180, 181, 184, 1);
  margin-top: 2px;
}

.falv_zx_box .zx_close {
  width: 40px;
  height: 40px;
  background: url(/themes/legislation/public/assets/images/xcx_close.png);
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
}

.area_box {
  display: flex;
  justify-content: space-between;
  margin: 12px 0;
  align-items: center;
  display: none;
}

.sh_box2 {
  margin-right: 14px;
  height: 32px !important;
}

.area_box input,
.sh_box2 input {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(229, 229, 229, 1);
  padding-left: 30px;
  outline: none;
  font-size: 14px;
  border-radius: 4px;
  background: #fff;
}

.sh_box2 input {
  font-size: 12px;
  border-radius: 15px;
  background: transparent;
  border: 1px solid rgba(204, 204, 204, 1);
}

.sh_box,
.sh_box2 {
  flex: 1;
  height: 40px;
  background: url(/themes/legislation/public/assets/images/help_search.png) no-repeat 8px center;
  background-size: auto 16px;
}

#distpicker2 {
  margin-right: 10px;
  display: none;
}

#distpicker2 select {
  box-sizing: border-box;
  height: 40px;
  border: 1px solid rgba(229, 229, 229, 1);
  outline: none;
  padding-left: 5px;
  border-radius: 4px;
}

.area_box .search {
  width: 64px;
  height: 36px;
  border-radius: 4px;
  background: rgba(80, 141, 248, 1);
  color: #fff;
  outline: none;
  border: none;
  margin-left: 10px;
}

.refresh_box {
  background: #fff;
  padding-left: 24px;
  padding-top: 10px;
}

.refresh_box a {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  padding-bottom: 9px;
  border-bottom: 2px solid transparent;
}

.refresh_box .act {
  color: rgba(80, 141, 248, 1);
}


.re_box {
  line-height: 60px;
  border-bottom: 1px solid rgba(221, 221, 221, 1);
  background: #fff;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 500;
}

.kanshou_ul {
  padding-bottom: 80px;
}

.kanshou_ul a {
  display: flex;
  align-items: center;
}

.kanshou_ul a img {
  width: 100px;
  margin-right: 10px;
}

.kanshou_ul li {
  padding: 18px 24px;
  background: #fff;
  margin-bottom: 12px;
}

.kanshou_ul p {
  font-size: 12px;
  color: rgba(153, 153, 153, 1);
}

.kanshou_ul .tt {
  font-size: 16px;
  color: #333;
}

.kanshou_ul .distance {
  color: rgba(255, 87, 51, 1);
  font-size: 14px;
  font-weight: bold;
  margin-top: 9px;
}

.kanshou_ul .show {
  font-size: 14px;
  color: rgba(102, 102, 102, 1);
  flex: 1;
  text-align: right;
  min-width: 60px;
}

.m_pickers {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/themes/legislation/public/assets/images/kanshoushai.png);
  background-size: contain;
  vertical-align: middle;
}

.m_picker_box {
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 12px 24px 12px 20px;
}

.kss_dt_box {
  background: rgba(247, 247, 247, 1);
  font-size: 14px;
  padding: 10px 14px;
  margin-top: 12px !important;
  position: relative;
}

.kss_dt_box .jiucuo {
  position: absolute;
  right: 15px;
  bottom: 10px;
  width: 70px;
  height: 26px;
  line-height: 26px;
  border-radius: 3px;
  color: #fff;
  background: red;
  text-align: center;
  cursor: pointer;
}

#jiucuo input {
  border: 1px solid rgba(229, 229, 229, 1);
  flex: 1;
  height: 30px;
  font-size: 13px;
  padding-left: 15px;
  outline: none;
}

#jiucuo .item {
  display: flex;
  margin-top: 20px;
  align-items: center;
}

.kss_dt_box p {
  padding-left: 20px;
}

.kss_info_box {
  margin-top: 12px !important;
}

.kss_info_box p {
  color: rgba(102, 102, 102, 1);
  margin-bottom: 10px;
}

.kss_info_box p:last-child {
  color: #333;
}

.re_box .re_all {
  width: 64px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  font-size: 12px;
  background: rgba(80, 141, 248, 1);
  border-radius: 2px;
  border: none;
  outline: none;
  float: right;
  margin-top: 16px;
}

.kss_dt_box .phone {
  background: url(/themes/legislation/public/assets/images/phone.png)no-repeat left 6px;
  background-size: 16px 16px;
}

.kss_dt_box .location {
  background: url(/themes/legislation/public/assets/images/location.png)no-repeat left 6px;
  background-size: 16px 16px;
}

.kss_dt_box .email {
  background: url(/themes/legislation/public/assets/images/emial.png)no-repeat left 6px;
  background-size: 16px 16px;
}

.video_ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 15px;
}

.video_ul li {
  height: 308px;
  width: 48%;
  overflow: hidden;
  margin-top: 18px;
  border-radius: 5px;
  background: #fff;
}

.video_ul li img {
  width: 100%;
  height: 224px;
  object-fit: cover;
}

.video_ul li .dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: rgba(153, 153, 153, 1);
  padding: 0 16px;
}

.video_ul li .dt img {
  width: 12px;
  height: 12px;
  margin-right: 6px;
  vertical-align: -1px;
}

.video_ul li .tt {
  font-size: 14px;
  line-height: 18px;
  margin: 12px;
  height: 36px;
  overflow: hidden;
  margin-bottom: 5px;
}
.falvvideo{
  width: 100%;
  margin-top: 12px;
}
.falvzixin{
  display: none;
}


@media screen and (max-width: 768px) {

  .layui-layer-dialog,
  .layui-layer-page {
    width: 100% !important;
    left: 0 !important;
  }
}

/* 移动端响应 */
@media(min-width:690px) {
  body {
    font-size: 14px;
  }
  .falvzixin{
    cursor: pointer;
    display: block;
    margin-top: 10px;
  }
  .falvzixin img{
    width: 80%;
    margin-left: 10%;
  }
  .fl_zx{
    width: 554px;
    box-sizing: border-box;
    position: relative;
    transform: scale(0.8);
  }
  .fl_zx .close{
    width: 24px;
    height: 24px;
    background: url(/themes/legislation/public/assets/images/close_btn.png);
    background-size: 100% 100%;
    position: absolute;
    top: 28px;
    right: 8px;
  }
  .zx_top p{
    font-size: 24px;
    color: #871212;
    font-weight: bold;
    padding-top: 50px;
    padding-left: 30px;
  }
  .zx_top div{
    width: 187px;
    height: 28px;
    line-height: 28px;
    background: #fff;
    font-size: 14px;
    color: #901C1C;
    border-radius: 28px;
    margin-left: 30px;
    text-align: center;
    margin-top: 8px;
  }
  .zx_top div span{
    color: #FF3D3D;
  }
  .zx_top{
    width: 100%;
    height: 160px;
    background: url(/themes/legislation/public/assets/images/zixun_top2.png);
  }
  .zx_content{
    background: #fff;
    padding-top: 10px;
    padding-bottom: 2px;
  }
  .foot_adv .close {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(/themes/legislation/public/assets/images/adv_close.png);
    background-size: cover;
  }
  .zx_content form>div{
    display: flex;
    font-size: 15px;
    padding: 0 32px;
    align-items: center;
    margin-top: 20px;
  }
  .zx_content form>.zx_check{
    font-size: 12px;
    color: #6F7385;
  }
  .zx_content form>.zx_check a{
    color: rgb(79,111,255);
  }
  .zx_content form>div p{
    margin-right: 16px;
    flex-shrink: 0;
  }
  .zx_content form>div p span{
    color: #FF3D3D;
  }
  .zx_content form>div input[type="text"]{
    flex: 1;
    height: 52px;
    background: #F5F6F9;
    border: none;
    outline: none;
    padding-left: 12px;
    border-radius: 6px;
  }
  .zx_content form>div textarea{
    flex: 1;
    background: #F5F6F9;
    border: none;
    outline: none;
    padding: 12px;
    border-radius: 6px;
    height: 80px;
    box-sizing: border-box;
    font-size: 14px;
  }
  .zx_content button{
    height: 50px;
    color: #fff;
    border: none;
    outline: none;
    margin: 26px 32px;
    display: block;
    width: 490px;
    font-size: 18px;
    font-weight: bold;
    background:#FF3D3D url(/themes/legislation/public/assets/images/zx_call.png) no-repeat 120px center;
  }
  .zx_content .zx_type{
    display: flex;
    flex-wrap: wrap;
  }
  .zx_content .zx_type span{
    height: 34px;
    line-height: 32px;
    border:1px solid #E5E6EB;
    padding: 0 8px;
    font-size: 14px;
    margin-right: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    border-radius: 6px;
  }
  .zx_content .zx_type span.sel{
    color: #FF3D3D;
    border-color: #FF3D3D;
  }

  .refresh_box .act {
    color: rgba(80, 141, 248, 1);
    border-color: rgba(80, 141, 248, 1);
  }

  .m_picker_box {
    display: none;
  }

  .re_box .re_all {
    width: 64px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    font-size: 12px;
    background: rgba(80, 141, 248, 1);
    border-radius: 2px;
    border: none;
    outline: none;
    float: right;
    margin-top: 16px;
  }

  #distpicker2 {
    display: block;
  }

  .area_box {
    display: flex;
    padding-right: 24px;
  }

  .top_inner {
    width: 1160px;
  }

  .m_zx_box {
    display: none;
  }

  .phone_box {
    display: block;
  }

  .zf_link {
    display: none;
  }

  .list_contain4 {
    padding: 0;
  }

  .list_contain3 .content {
    padding: 0;
  }

  .foot_adv a {
    width: 114px;
    height: 38px;
    position: absolute;
    left: 50%;
    top: 21px;
    margin-left: 125px;
  }

  .zhenggui_top {
    margin-bottom: 26px;
    display: block;
  }

  body .foot_pc {
    display: block;
  }

  .huodong_box {
    width: 414px;
    height: 392px;
    margin-top: -100px;
  }

  .index_contain {
    padding: 0 0 80px 0 !important;
    margin-left: 20px;
  }

  .main_containers {
    width: 1160px;
    margin: 0 auto;
  }

  .main_containers .index_contain {
    width: 690px;
    float: left;
  }

  .left_contain {
    display: block !important;
    float: left;
    width: 134px;
    min-height: 265px;
    box-sizing: border-box;
  }

  .left_contain .inners {
    transition: all .2s ease-in-out;
    font-size: 13px;
    width: 134px;
  }

  .left_contain a {
    display: block;
    line-height: 36px;
    margin-bottom: 5px;
    width: 133px;
    text-align: center;
    box-sizing: border-box;
  }

  .foot_adv {
    height: 80px;
    background: url(/themes/legislation/public/assets/images/zx_adv.png)no-repeat center center;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background-size: cover;
  }

  .news_dt_content .content img {
    width: 690px;
  }

  .index_list li a .right {
    width: 184px;
    height: 118px;
    border-radius: 5px;
  }

  .sf_detail_top {
    text-align: left;
    font-size: 22px;
    font-weight: 500;
    padding-left: 24px;
  }

  .left_contain .a_box {
    border: 1px solid rgba(229, 229, 229, 1);
    background: #fff;
  }

  .left_contain .sel,
  .left_contain a:hover {
    color: #fff;
    background: rgba(80, 141, 248, 1);
  }

  .falv_bottom .bottom_inners {
    width: 1160px;
    margin: 0 auto;
  }

  .falv_bottom .bottom_inners2 {
    width: 690px;
  }

  .right_contain {
    display: block !important;
    float: right;
    width: 296px;
    background: #fff;
    border: 1px solid rgba(229, 229, 229, 1);
    box-sizing: border-box;
    padding-bottom: 22px;
    margin-bottom: 16px;
    position: relative;
  }

  .surrender_ul {
    padding: 0;
  }

  .right_contain .tt {
    margin-left: 13px;
    padding-bottom: 10px;
    padding-top: 22px;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    position: relative;
  }

  .right_contain .tt::before {
    content: "";
    width: 4px;
    height: 20px;
    background: rgba(80, 141, 248, 1);
    position: absolute;
    top: 22px;
    left: -13px;
  }

  .right_contain ul li a {
    height: 60px;
    background: #fff;
    margin-top: 17px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 0 12px;
  }

  .right_contain ul li a .left {
    height: 50px;
    flex: 1;
    margin-left: 10px;
  }

  .right_contain ul li a .left p {
    font-size: 12px;
  }

  .right_contain ul li a .left .time {
    font-size: 12px;
    color: #7b7b7b;
    margin-top: 8px;
  }

  .right_contain ul li a .right {
    width: 76px;
    height: 56px;
  }

  .right_contain ul li a .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .right_contain2 .bz {
    font-size: 12px;
    margin-top: 18px;
    padding-left: 32px;
  }

  .right_contain2 .tb_box {
    position: absolute;
    left: 14px;
    top: 74px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .tb_box .circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid rgba(80, 141, 248, 1);
    box-sizing: border-box;
  }

  .tb_box .line {
    width: 2px;
    height: 25px;
    background: rgba(80, 141, 248, 1);
  }

  .right_contain3 li {
    margin-top: 20px;
    padding: 0 12px;
    display: flex;
    align-items: flex-start;
  }

  .right_contain3 li p {
    font-size: 12px;
    line-height: 20px;
    margin-left: 8px;
    flex: 1;
  }

  .right_contain3 li span {
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: rgba(80, 141, 248, 1);
    color: #fff;
    text-align: center;
  }

  .right_contain3 .answer span {
    background: rgba(235, 235, 235, 1);
    color: rgba(80, 141, 248, 1);
  }

  .right_contain3 .answer p {
    color: rgba(102, 102, 102, 1);
  }

  .comView-wrap {
    float: left;
    width: 690px !important;
    margin-left: 20px !important;
  }

  .list_contain {
    float: left;
    width: 690px !important;
    margin-left: 20px !important;
    min-height: 1300px;
    padding-bottom: 0 !important;
  }

  .list_contain2 {
    width: 690px;
    margin: 0 auto;
  }

  .list_contain3 {
    width: 690px;
    float: left;
    margin-left: 20px;
    min-height: 900px;
  }

  .news_dt_content {
    float: left;
    width: 690px !important;
    margin-left: 20px !important;
  }

  .fb_bottom {
    position: static;
    background: transparent;
  }

  .fb_bottom button {
    width: 690px;
    margin-left: 50%;
    transform: translate(-50%, 0);
    margin-top: 30px;
  }

  .falv_bottom {
    display: none;
  }

  .detail_top .close {
    display: none;
  }

  .detail_top .back {
    display: none;
  }

  .list_guang .close {
    display: none;
  }

  .banner_box {
    height: 380px !important;
  }

  .finaMoney-tit {
    height: 247px !important;
  }

  .falv_bannerm_btns {
    padding-top: 162px !important;
  }

  .layui-flow-more {
    display: none;
  }

  .news_cream {
    background: transparent;
    color: #333;
  }

  .news_cream a {
    color: #333;
  }

  .news_dt_content .content {
    padding: 0;
  }

  .list_top .close {
    display: none;
  }

  .c_inner {
    padding: 0 20px;
  }

  .contact_ul li .tt {
    font-size: 21px;
    margin-bottom: 5px;
  }

  .contact_ul li {
    font-size: 34px;
  }

  .c_tt {
    font-size: 21px;
  }

  .c_kf {
    width: 200px;
    margin-top: 14px;
  }

  .c_des {
    font-size: 16px;
    margin-top: 18px;
  }

  .video_ul li {
    height: 548px;
    width: 48.8%;
    overflow: hidden;
    margin-top: 18px;
    border-radius: 10px;
    background: #fff;
  }

  .video_ul li img {
    width: 100%;
    height: 448px;
    object-fit: cover;
  }

  .video_ul {
    padding: 0;
    margin-bottom: 30px;
  }

  .video_ul li {
    height: 558px;
    width: 48.8%;
    overflow: hidden;
    margin-top: 18px;
    border-radius: 10px;
    background: #fff;
  }

  .video_ul li .tt {
    font-size: 18px;
    line-height: 22px;
    margin: 16px;
    height: 44px;
    overflow: hidden;
    margin-bottom: 10px;
  }
}
.server_selectarea{
    width: 100px;
}
@media(min-width:1400px) {
  .fl_zx{
    transform: scale(1);
  }
}