@charset "UTF-8";
/* reset css start*/
html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav,
ul {
  list-style: none;
  outline: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  padding: 0 4px;
  color: #666;
  font-size: 14px;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
  outline: none;
}
* {
  box-sizing: border-box;
}
/* reset css end*/
/* base*/
html,
body {
  width: 100%;
  height: 100%;
  min-width: 1200px;
}
/* body::-webkit-scrollbar {display:none} */
textarea {
  vertical-align: top;
}
table {
  border-collapse: collapse;
}
body {
  font-size: 12px;
  font-family: "Microsoft YaHei";
  line-height: 180%;
  color: #666;
  background: #fff;
}
ul {
  list-style-type: none;
}
a {
  vertical-align: baseline;
  background: transparent;
  color: rgba(30, 30, 30, 1);
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #fbae00;
}
a:hover {
  color: #fbae00;
  text-decoration: none;
  outline: none;
}
a.link {
  color: #2679b5;
}
a.link:hover {
  color: #1c5482;
}
.clear,
.clearfix {
  clear: both;
}
img {
  border: none;
  display: inline-block;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Microsoft Yahei";
  font-weight: normal;
}
.right {
  float: right;
}
.left {
  float: left;
}
.center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.red {
  color: #ff1100;
}
/* input */
button {
  outline: none;
}
/* textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {  color: #666; height: 35px; line-height: 33px; padding: 5px 5px; background: #fefefe; font-size: 12px; outline: none; }
textarea:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="color"]:hover { border: 1px solid #ccc; background: #f9f9f9; color: #333; outline: none; }
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus { box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); border: 1px solid #ccc; background: #f9f9f9; color: #333; outline: none; } */
select {
  border: 1px solid #e0e0e0;
  padding: 0 3px;
  height: 28px;
  line-height: 28px;
  color: #333;
  vertical-align: middle;
  border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("../images/arrow_down2.png") no-repeat 95% 50%;
}
select:focus {
  background-color: #f9f9f9;
  border-color: #c0c0c0;
}
select:active,
select:hover {
  outline: none;
}
select:active,
select:hover {
  outline-color: red;
}
/*popup*/
.popup-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  overflow: auto;
  overflow-y: scroll;
  background: url("/assets/admin/images/transparent.png") rgba(0, 0, 0, 0.3);
}
.popup-widget {
  z-index: 9999;
  background: #fff;
  text-align: left;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  font-size: 12px;
  left: 50%;
  top: 50%;
  position: absolute;
}
.popup-widget {
  width: 600px;
  margin-left: -300px;
  top: 100px;
}
.popup-widget .popup-head {
  border-bottom: 1px solid #e0e0e0;
  color: #333;
  font-weight: normal;
  font-size: 16px;
  text-indent: 16px;
  border-radius: 3px 3px 0 0;
  line-height: 50px;
  height: 50px;
  background: #f6f6f6;
  position: relative;
  overflow: hidden;
}
.popup-widget .popup-foot {
  padding: 8px 0;
  margin: 5px 15px;
  border-top: 1px solid #f0f0f0;
  color: #666;
}
.popup-widget .popup-content {
  padding: 8px;
  overflow: hidden;
}
.popup-widget .popup-head .popup-close {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 20px;
  height: 20px;
  background: url("../images/close.png") no-repeat center center;
}
.popup-widget .popup-head .popup-close:hover {
  color: #f00;
  cursor: pointer;
}
.popup-widget .popup-foot .popup-close {
  color: #666;
}
.popup-wrap .pop-head,
.popup-wrap .pop-foot {
  line-height: 40px;
  background: #f5f5f5;
  font-size: 14px;
  color: #595959;
  padding: 0 10px;
  border-radius: 3px 3px 0 0;
  min-width: initial;
}
.popup-wrap .pop-foot {
  border-radius: 0 0 3px 3px;
}
/* ajax Status*/
#ajaxStatus {
  position: fixed;
  left: 50%;
  top: 50%;
  text-align: center;
  width: 500px;
  margin: 0 0 0 -250px;
  display: none;
  z-index: 99990;
}
#ajaxStatus .bd {
  border-radius: 5px;
  display: inline-block;
  margin: 0px;
  box-shadow: 0 0 8px #cee5e3;
  border: 4px solid rgba(221, 221, 221, 0.7);
}
#ajaxStatus #ajaxTip {
  /*color: #999; /*border-radius: 5px; display: inline-block;*/
  line-height: 180%;
  padding: 8px 16px 8px 30px; /*margin: 0px; box-shadow: 0 0 8px #cEE5E3;/* border-top: none;*/
  border: 1px solid #ddd;
}
#ajaxStatus .wait {
  background: #fff url(/assets/admin/images/loading.gif) 8px center no-repeat; /*border: 1px solid #A8E45A;*/
}
#ajaxStatus .err {
  background: #fff url(/assets/admin/images/status.png) 8px 12px no-repeat; /*border: 1px solid #EB7C67;*/
}
#ajaxStatus .ok {
  background: #fff url(/assets/admin/images/status.png) 8px -20px no-repeat; /*border: 1px solid #98C46A;*/
}
/* form */
.form {
}
.field {
  line-height: 30px;
  margin-top: 10px;
}
.field-line {
  border-top: 1px solid #eee;
  margin: 16px 0 12px;
  font-size: 14px;
  color: #999;
}
.form .label {
  font-size: 14px;
  color: #333;
  display: inline-block;
  width: 90px;
  font-family: "Microsoft YaHei";
}
.field .field-label {
  font-size: 14px;
  width: 120px;
  text-align: right;
  display: inline-block;
  padding: 0 8px 0 0;
  font-family: "Microsoft YaHei";
}
.field .tip {
  display: none;
}
.field .tip.err {
  display: inline-block;
  color: #f0805f;
}
.field input.n-invalid {
  border-color: #f0805f;
  background: #ff8b5b;
}
.field .msg-box {
  margin-left: 10px;
}
.n-error {
  color: #f0805f;
}
.n-ok {
  color: #390;
}
.n-tip .n-msg,
.n-loading {
  color: #808080;
}
.n-default .n-left,
.n-default .n-right {
}
.n-default .n-top .msg-wrap {
  bottom: 100%;
}
.n-default .n-bottom .msg-wrap {
  top: 100%;
}
.n-default .msg-wrap {
  position: absolute;
  z-index: 1;
}
.n-default .msg-wrap .n-icon {
  background-image: url("/assets/base/validator/images/validator_default.png");
}
.n-default .n-tip .n-icon {
  display: none;
}
.txt {
  border: 1px solid #e0e0e0;
  line-height: 18px;
  color: #666;
  padding: 3px 5px;
  background: #fefefe;
  width: 172px;
  outline: none;
}
.txt:hover,
.txt:focus {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  background: #f9f9f9;
  color: #333;
}
.chk {
  border: 1px solid #e0e0e0;
}
.red {
  color: red;
}
/* button*/
/*csslint outline-none:false*/
.btn {
  font-family: inherit;
  line-height: 1;
  font-size: 100%;
  color: #666;
  padding: 0.5em 1em;
  word-break: keep-all;
  white-space: normal;
  color: rgba(0, 0, 0, 0.8);
  outline: none;
  background-color: #f6f6f6;
  border: 1px solid #e0e0e0;
  font-weight: normal;
  cursor: pointer;
}
.btn:hover,
a.btn:hover,
a.btn:focus,
.btn:focus,
.btn:active {
  background: #eee;
  border: 1px solid #cfcfcf;
  color: #333;
}
.btn:disabled,
.btn.btn-disabled {
  background: #eee;
  border: 1px solid #e9e9e9;
}
.btn-small {
  font-size: 80%;
}
.btn-large {
  font-size: 120%;
  padding: 0.9em 2em;
}
.btn-big {
  font-size: 120%;
  padding: 0.6em 2em;
}
.btn-full {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 12px;
  box-sizing: border-box;
}
.btn.btn-main {
  background: #ff8b5b;
  color: #fff;
  border: none;
  text-align: center;
}
.btn.btn-main:hover,
.btn.btn-main:focus,
.btn.btn-main:active {
  background: #ff8b5b;
  border: none;
  color: #fff;
}
.btn.btn-outline {
  font-size: 14px;
  border: 1px solid #f7f7f7;
  padding: 5px 30px;
  background: inherit;
}
.btn.btn-outline.btn-white:hover {
  background: #f7f7f7;
  color: #252729;
}
.btn.btn-outline.btn-main:hover {
  background: #ff8b5b;
  color: #fff;
}
.btn.btn-blue {
  background: #60abd6;
  color: #fff;
  border: none;
  text-align: center;
}
.btn.btn-radius {
  border-radius: 5px;
}
.btn.btn-blue:hover,
.btn.btn-blue:focus,
.btn.btn-blue:active {
  background: #62b4df;
  color: #fff;
  border: none;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  line-height: 12px;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: silver;
  border-radius: 12px;
  text-shadow: none;
}
.badge-outline {
  background-color: inherit;
  border: 1px solid #e0e0e0;
  color: #666;
}
.badge-warning {
  background-color: #ec971f;
}
.badge-success {
  background-color: #5cb85c;
}
.badge-gray {
  background-color: gray;
}
.badge-sky {
  background-color: skyblue;
}
.badge-red {
  background-color: #f00;
}
.widget {
  border: 1px solid #deeffb;
  margin: 0 0 12px;
}
.widget-title {
  line-height: 36px;
  font-size: 14px;
  font-family: "microsoft yahei";
  padding: 0 8px;
  margin: 0;
  color: #333;
  border-bottom: 1px solid #dededf;
  background: #fafafa;
}
.widget-title .icon {
  color: #8089a0;
}
small {
  font-size: 12px;
  color: #8089a0;
}
.widget-title .right a {
  font-size: 12px;
  color: #8089a0;
}
.widget-title .right a:hover {
  color: #fbae00;
}
/*公共容器*/
.contain {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.contain::after {
  content: "";
  display: table;
  clear: both;
  overflow: hidden;
}
.clearfix {
  clear: both;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
/*通用*/
.mt_20 {
  margin-top: 20px;
}
.mt_30 {
  margin-top: 30px;
}
.mt_40 {
  margin-top: 40px;
}
.mt_50 {
  margin-top: 50px;
}
.mt_10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: -20px;
}
.mt_80 {
  margin-top: 66px;
}
.mb_10 {
  margin-bottom: 10px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_30 {
  margin-bottom: 30px;
}
.mb_43 {
  margin-bottom: 43px;
}
.pt_40 {
  padding-top: 40px;
}
.pb_50 {
  padding-bottom: 50px;
}
.pb_10 {
  padding-bottom: 10px;
}
.pt_125 {
  padding-top: 125px;
}
.pt_90 {
  padding-top: 90px;
}
.pt_118 {
  padding-top: 118px;
}
.pd_LR_10 {
  padding-left: 10px;
  padding-right: 10px;
}
.pd_10_15 {
  padding: 10px 15px;
}
.bodyBg2 {
  background: #fcfcfc;
}
.columns700_280,
.columns640_340 {
}
.columns700_280:after,
.columns640_340:after {
  content: "";
  display: table;
  clear: both;
  overflow: hidden;
}
.columns700_280 > .col_right {
  width: 280px;
  float: right;
}
.columns700_280 > .col_left {
  width: 700px;
  float: left;
}
.columns640_340 > .col_right {
  width: 640px;
  float: right;
}
.columns640_340 > .col_left {
  width: 340px;
  float: left;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.noData {
  padding: 10px;
  text-align: center;
}
/*分页*/
.pagi {
  background: #fff;
  line-height: 24px;
  font-size: 12px;
  padding: 8px 0;
  display: block;
  clear: both;
  width: 1200px;
  margin: 0 auto;
}
.pagi a {
  text-decoration: none;
  border: 1px solid #e0e0e0;
  padding: 0 4px;
  color: #666;
}
.pagi a:hover {
  background: #f0f0f0;
}
.pagi a,
.pagi span {
  display: inline-block;
  text-decoration: none;
  margin-right: 5px;
  padding: 0 8px;
  border-radius: 2px;
}
/*.pagi .arrow { display: none; }
.pagi .fst-page, .pagi .last-page { display: none; }
.pagi .arrow { display: none; }*/
.pagi .disabled {
  border: 1px solid #e0e0e0;
  background: #fafafa;
  color: #bbb;
}
.pagi .split {
  display: none;
}
.pagi .current {
  color: #f0805f;
  border: 1px solid #e0e0e0;
}
.pagi .right-span {
  display: none;
}
.pagi .active.prev,
.pagi .active.next {
  color: #999;
  background: #fff;
}
/*通用按钮*/
.mBtn {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background: #ff8b5b;
  border: 1px solid #ff8b5b;
  border-radius: 2px;
}
.mBtn:hover {
  background: #f0805f;
  border: 1px solid #f0805f;
}
.cfg-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}
/*头部样式*/
.cfg-header-top {
  height: 48px;
  background: rgba(51, 51, 51, 1);
  line-height: 48px;
  color: #ffffff;
}
.cfg-header-top-content {
  width: 1200px;
  /* min-width: 1200px; */
  height: 48px;
  margin: 0 auto;
  text-align: right;
}
.cfg-header-top-phone {
  font-size: 20px;
  font-family: "Microsoft YaHei";
  font-weight: 600;
  /*font-weight: bold;*/
}
.cfg-header-top-phone > a {
  color: #ffffff;
}
.cfg-header-top-contact {
  width: 85px;
  height: 26px;
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  line-height: 24px;
  border: 1px solid #ffffff;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  vertical-align: super;
  /* font-weight: bold; */
  color: #ffffff;
}
.cfg-header-tab {
  display: flex;
  justify-content: center;
  height: 80px;
  background: linear-gradient(
    360deg,
    rgba(61, 61, 61, 0) 0%,
    rgba(0, 0, 0, 0.83) 100%
  );
}
.cfg-header-content {
  display: flex;
  white-space: nowrap;
  /* min-width: 840px; */
  position: relative;
  height: 80px;
  line-height: 80px;
  /*margin: 0 auto;*/
}
.cfg-header-content-logo {
  height: 36px;
  width: 134px;
  position: relative;
  top: -5px;
}
.cfg-header-content-left {
  margin-left: 13px;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  margin-right: 40px;
}
.cfg-header-content-city {
  margin-left: 16px;
  font-weight: bold;
  color: #ffffff;
  font-size: 14px;
}
.cfg-header-content-tab {
  display: inline-block;
  /* width: 70%; */
  /* position: absolute;
    right: 0; */
  /* float: right; */
  white-space: nowrap;
  padding-left: 50px;
  /* min-width: 520px; */
  font-size: 16px;
  font-family: "Microsoft YaHei";
  /* font-weight: bold; */
  color: #ffffff;
}
.cfg-header-content-tab > li {
  display: inline-block;
  /* font-weight: bold; */
}
/*.cfg-header-content-tab>li:hover{*/
/*    color: #0a0a0a !important;*/
/*}*/
.cfg-header-content-tab-li {
  margin-right: 20px;
}
.active-tab {
  border-bottom: 1px solid #0a0a0a;
}
.cfg-header-content-tab-li > a {
  color: #ffffff;
}
.header-content-tab-li5 > a {
  color: #ffffff;
}
/*底部样式*/
.cfg-footer-content {
  min-width: 900px;
  width: 1200px;
  margin: 0 auto;

  position: relative;
}
.cfg-footer-content-right-div {
  position: absolute;
  display: inline-block;
  right: 0;
  text-align: right;
  width: 800px;
  top: 0;
  font-size: 0;
}
.cfg-footer-content-ul {
  display: inline-block;
  margin-top: 31px;
  margin-right: 66px;
  position: relative;
  vertical-align: top;
}
.cfg-footer-content-ul > li {
  font-size: 14px;
  line-height: 20px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  cursor: pointer;
  color: #fbb400;
  margin-bottom: 10px;
}
.cfg-footer-content-ul-li {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  color: rgba(30, 30, 30, 1);
  margin-bottom: 10px;
}
.cfg-footer-content-smallProgram {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  /* margin-left: 60px; */
  margin-top: 33px;
  position: relative;
  /* margin-right: 22px; */
  font-size: 12px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: rgba(30, 30, 30, 1);
}

.cfg-footer-content-img {
  width: 42px;
  /* height: 90px; */
}
.cfg-footer-content-cfg {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  margin-top: 33px;
  position: relative;
  /* margin-right: 22px; */
  font-size: 12px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: rgba(30, 30, 30, 1);
}
.cfg-footer-content-douyin {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  margin-top: 33px;
  position: relative;
  /* margin-right: 22px; */
  font-size: 12px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: rgba(30, 30, 30, 1);
}
.cfg-footer-content-ship {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  margin-top: 33px;
  position: relative;
  /* margin-right: 22px; */
  font-size: 12px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: rgba(30, 30, 30, 1);
}
.cfg-footer-content-wb {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  margin-top: 33px;
  /* margin-right: 22px; */
  font-size: 12px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: rgba(30, 30, 30, 1);
}
.cfg-footer-content-wenyin {
  display: inline-block;
  margin-top: 33px;
  width: 150px;
  /* margin-left: 60px; */
  /* margin-right: 60px; */
  font-size: 12px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: rgba(30, 30, 30, 1);
}
.cfg-footer-content-business_phone {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  margin-top: 33px;
  position: relative;
  /* margin-right: 22px; */
  font-size: 12px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: rgba(30, 30, 30, 1);
}
.cfg-footer-content-language {
  display: inline-block;
  vertical-align: top;
  margin-top: 35px;
  font-size: 14px;
  position: relative;
  width: 200px;
  height: 100px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: rgba(30, 30, 30, 1);
}
.cfg-footer-content-language:hover .hidden_language {
  display: block;
}
.cfg-footer-content-language-one {
  border: 1px solid #666;
  border-radius: 5px;
  padding-left: 8px;
  text-align: left;
  width: 150px;
  display: inline-block;
}
.hidden_language {
  width: 96px;
  margin-top: 4px;
  margin-left: 44px;
  display: none;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #666;
}
#zh_click_s {
  border-bottom: 1px solid #666;
  padding-bottom: 4px;
}
#zh_click_t {
  margin-top: 4px;
}
.cfg-footer-content-copyright {
  height: 53px;
  line-height: 53px;
  /* border-top: 1px solid #E6E6E6; */
  background: rgba(34, 35, 36, 1);
  margin-top: 23px;
  font-size: 12px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

/*右侧tab*/
.right_tab {
  position: fixed;
  right: 0;
  z-index: 1002;
  top: 60%;
  width: 50px;
  /*height: 202px;*/
  /*background: rgba(251,174,0,1);*/
}
.right_tab_item1 {
  position: relative;
  padding-top: 11px;
  text-align: center;
  padding-bottom: 11px;
  border-radius: 4px;
}
.right_tab_item1_img {
  width: 28px;
}
.right_tab_item1_iphone {
  position: absolute;
  left: -98px;
  top: 65px;
  color: #fff;
  font-size: 16px;
  display: none;
  padding: 11px 20px;
  background: rgba(251, 174, 0, 1);
  white-space: nowrap;
}
.right_tab_item1_erweima {
  position: absolute;
  padding: 10px;
  left: -130px;
  top: 0px;
  display: none;
  box-shadow: 0px 4px 8px 0px rgba(108, 108, 108, 0.26);
  background: #fff;
  border-radius: 4px;
  z-index: 99999;
}
.right_tab_item1_erweima_img {
  width: 100px;
}
.right_tab_item1_erweima_title {
  margin-top: 10px;
}
.go_top_btn {
  display: none;
  /*margin-top: 14px;*/
  /*padding-top: 10px;*/
  text-align: center;
  /*padding-bottom: 11px;*/
  width: 50px;
  height: 50px;
  line-height: 40px;
  background: #787878;
  border-radius: 4px;
  position: fixed;
  right: 0;
  z-index: 1002;
  top: 85%;
}
.go_display_none {
  display: none;
}
.right_tab_item11:hover .right_tab_item1_iphone {
  display: inline-block;
}

.right_tab_item12:hover .right_tab_item1_erweima {
  display: inline-block;
}
.appointmentPublick input:placeholder {
  /* WebKit browsers */
  font-size: 14px !important;
  font-family: "Microsoft YaHei" !important;
  font-weight: 500 !important;
  color: rgba(150, 150, 150, 1) !important;
}
.appointmentPublick input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 14px !important;
  font-family: "Microsoft YaHei" !important;
  font-weight: 500 !important;
  color: rgba(150, 150, 150, 1) !important;
}
.appointmentPublick input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 14px !important;
  font-weight: 500 !important;
  font-family: "Microsoft YaHei" !important;
  color: rgba(150, 150, 150, 1) !important;
}
.appointmentPublick input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px !important;
  font-weight: 500 !important;
  font-family: "Microsoft YaHei" !important;
  color: rgba(150, 150, 150, 1) !important;
}
.appointmentPublick input:-ms-placeholder {
  /* Internet Explorer 10+ */
  font-size: 14px !important;
  font-family: "Microsoft YaHei" !important;
  font-weight: 500 !important;
  color: rgba(150, 150, 150, 1) !important;
}
.appointmentPublick input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 14px !important;
  font-family: "Microsoft YaHei" !important;
  font-weight: 500 !important;
  color: rgba(150, 150, 150, 1) !important;
}
.appointmentPublick .inputCore:placeholder {
  /* WebKit browsers */
  font-size: 14px !important;
  font-family: "Microsoft YaHei" !important;
  font-weight: 500 !important;
  color: rgba(150, 150, 150, 1) !important ;
}
.appointmentPublick .inputCore1:placeholder {
  /* WebKit browsers */
  font-size: 50px !important;
  font-family: "Microsoft YaHei" !important;
  font-weight: 500 !important;
  color: #969696 !important ;
}

.appointmentPublick .inputCore::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 14px !important;
  font-family: "Microsoft YaHei" !important;
  font-weight: 500 !important;
  color: rgba(150, 150, 150, 1) !important ;
}
.appointmentPublick .inputCore:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 14px !important;
  font-family: "Microsoft YaHei" !important;
  font-weight: 500 !important;
  color: rgba(150, 150, 150, 1) !important;
}
.appointmentPublick .inputCore::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px !important;
  font-family: "Microsoft YaHei" !important;
  font-weight: 500 !important;
  color: rgba(150, 150, 150, 1);
}
.appointmentPublick .inputCore:-ms-placeholder {
  /* Internet Explorer 10+ */
  font-size: 14px !important;
  font-family: "Microsoft YaHei" !important;
  font-weight: 500 !important;
  color: rgba(150, 150, 150, 1) !important;
}
.appointmentPublick .inputCore::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 14px !important;
  font-family: "Microsoft YaHei" !important;
  font-weight: 500 !important;
  color: rgba(150, 150, 150, 1) !important;
}
/*推荐服务*/
.quality-space {
  width: 1200px;
  margin: 0 auto;
}
.quality-space-title {
  height: 42px;
  line-height: 42px;
  font-size: 30px;
  margin-bottom: 15px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: rgba(100, 100, 100, 1);
}
.quality-space-text {
  height: 28px;
  margin-bottom: 30px;
  line-height: 28px;
  font-size: 20px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: rgba(30, 30, 30, 1);
}
.professional-services {
  width: 287px;
  height: 320px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.professional-services-img {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(216, 216, 216, 1);
  border-radius: 4px;
}
.professional-services-content {
  position: absolute;
  width: 248px;
  height: 113px;
  background: rgba(255, 255, 255, 1);
  padding: 16px;
  box-shadow: 0px 4px 7px 0px rgba(123, 123, 123, 0.21);
  border-radius: 4px;
  left: 20px;
  top: 200px;
}
.professional-services-title {
  font-size: 20px;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  color: rgba(30, 30, 30, 1);
}
.professional-services-text {
  height: 45px;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  margin-top: 13px;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: rgba(100, 100, 100, 1);
  line-height: normal !important;
}
.erweima1 {
  width: 100px;
  position: absolute;
  left: 0;
  top: 0px;
}
.erweima2 {
  width: 100px;
  position: absolute;
  left: 0;
  top: 0px;
}
.erweima3 {
  width: 100px;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 999;
}
.erweima3p {
  width: 100px;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 999;
}
.erweima4 {
  width: 100px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
}
.erweimabackground {
  height: 100px;
  width: 100px;
  top: 50px;
  border-radius: 6px;
  background: #fff;
  position: absolute;
}
.cfg-header-content-city {
  position: relative;
  cursor: pointer;
}
.cgf_head_city_list {
  position: absolute;
  top: 54px;
  width: 360px;
  height: 130px;
  left: 0;
  z-index: 100;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 16px 0px;
  background: white;
  padding: 20px 45px;
  border-radius: 4px;
}
.cgf_head_city_list_tile {
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  display: inherit;
  margin-bottom: 15px;
  color: rgb(0, 0, 0);
}
.cgf_head_city_list_tile > img {
  width: 14px;
  margin-right: 11px;
}
.cgf_head_city_list_item {
  line-height: 20px;
  white-space: initial;
}
.kZpBHa {
  display: inline-block;
  width: 40px;
  height: 20px;
  font-weight: 400;
  margin-right: 5px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 14px;
  color: rgb(0, 0, 0);
}
/* .kZpBHa:nth-child(6){
    margin-right: 0px
} */
.kZpBHa:hover {
  color: #fbae00;
}

.header-content-tab-li6 {
  display: flex;
  align-items: center;
  /* position: absolute;
    right: -110px; */
  margin-left: 60px;
}
@media screen and (max-width: 1300px) {
  .cfg-header-content-tab {
    padding-left: 20px;
    font-size: 14px;
    /* float: right; */
  }
  /* .cfg-header-tab{
        width: 1300px;
    } */
  .swiper-slide1 {
    left: -1.1px;
  }
  .quality-space-right-img {
    right: 0 !important;
  }
  .quality-space-left-img {
    left: 0 !important;
  }
  .card_position_content5_rightImg {
    right: 0 !important;
  }
  .card_position_content5_leftImg {
    left: 0 !important;
  }
  .cfg-header-content {
    padding-left: 10px;
  }
  .cfg-header-top-phone {
    font-size: 20px;
  }
  .cfg-header-top-contact {
    font-size: 13px;
    width: 87px;
    margin-left: 11px;
  }
  .right_tab {
    top: 40%;
  }
  .appointmentCallMainContentDiv3 {
    height: 104px;
  }
}
@media screen and (max-width: 1200px) {
  .right_tab {
    top: 40%;
  }
  .appointmentCallMainContentDiv3 {
    height: 104px;
  }
}

@media screen and (max-width: 1000px) {
  /*.company_introduction_content{*/
  /*     min-height: 1800px;*/
  /*}*/
  .enterpriseservices_main {
    min-height: 1800px;
  }
  .legala_dvice_main {
    min-height: 1800px;
  }
  html,
  body {
    width: 100%;
    height: 100%;
    min-width: 1300px;
  }
  .law_company_content {
    min-height: 1800px;
  }
  .show_video_main {
    min-height: 1800px;
  }
  .law_company_content_div {
    min-height: 1800px;
  }
  .appointmentCallMains {
    height: 1800px;
  }
  .appointmentCallMains {
    width: 100%;
  }
  .header-content-tab-li6 {
    /*position: absolute;*/
    /*right: 0px;*/
  }
  .cfg-header-content-tab-li {
    margin-right: 5px;
  }
}

.problem_content_right_tab1 > a > span {
  width: 100%;
  display: inline-block;
  text-align: left;
}
.problem_content_right_tab1 > a > p {
  text-align: left;
  color: rgba(150, 150, 150, 1);
}
.problem_content_right_tab2 > a > span {
  width: 100%;
  display: inline-block;
  text-align: left;
}
.problem_content_right_tab2 > a > p {
  text-align: left;
  color: rgba(150, 150, 150, 1);
}
.problem_content_right_tab2 > p {
  text-align: left;
}
/*
.footer.city{padding:40px 15px;}
.footer.city .container{width: 1000px;margin: 0 auto;position: relative;overflow: hidden}
@media (max-width: 1580px){.footer.city{min-width: 810px;} .footer.city .container{width: 810px;} .footer.city .foot-left{margin-left: 45px;width: 580px;} .footer.city .foot-right{padding:0 0 0 10px;} .footer.city .foot-right a{display: block;margin-bottom: 10px;}}
*/
.pagination {
  background: #fff;
  line-height: 24px;
  margin: 8px 0;
  font-size: 12px;
}
.pagination li {
  display: inline-block;
  margin-right: 5px;
}
.pagination a {
  text-decoration: none;
  border: 1px solid #e0e0e0;
  padding: 0 4px;
  color: #666;
}
.pagination a,
.pagination span {
  display: inline-block;
  padding: 0 8px;
}
.pagination .active {
  background: #ff8b5b;
  color: #fff;
}
.pagination .active a {
  color: #fff;
}
.pagination .prev.active a {
  color: #999;
}
.pagination .next.active a {
  color: #999;
}
.pagination .active.prev,
.pagination .active.next {
  color: #999;
  background: #fff;
}

#appointmentEntrance {
  min-width: 900px;
}
.appointmentEntranceContent {
  min-width: 900px;
}
.cfg-footer-content {
  min-width: 900px;
}
.cfg-footer-content-copyright {
  min-width: 900px;
}
.cfg-footer-content-main {
  min-width: 900px;
}

/*
地图版权*/
.anchorBL {
  display: none;
}
.up_file_list div {
  display: inline-block;
  margin: 5px;
}
.up_file_list > span {
  display: none;
}
.moxie-shim {
  display: none;
}

/* Preloader Borrowed from http://tobiasahlin.com/spinkit/
*/
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.quality-space-title > a:hover {
  color: rgba(30, 30, 30, 1);
}
.quality-space-title > a {
  color: rgba(30, 30, 30, 1);
}
.kefuzhushou {
  position: absolute;
  width: 130px;
  right: 60px;
  color: #fff;
  font-size: 16px;
  top: 0;
  padding: 14px 0;
  border-radius: 5px;
  background: rgba(251, 174, 0, 1);
}
.kefu_display {
  display: none;
}
.tuijanfuwu_shuxian {
  display: inline-block;
  width: 6px;
  height: 30px;
  margin-bottom: 3px;
  vertical-align: sub;
  background: rgba(247, 177, 1, 1);
}
.cfg-footer-content-cent-tab {
  /* width: 600px; */
  max-width: 600px;
  display: inline-block;
  text-align: left;
  cursor: pointer;
}
.cfg-footer-content-fyj {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  margin-top: 33px;
  /* margin-right: 22px; */
  font-size: 12px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: rgba(30, 30, 30, 1);
  /* margin-left: 60px; */
}
#appointment {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0,0,0,0.8); */
  z-index: 12000;
}
#appointment #appointmentMask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  position: relative;
}
#appointmentData {
  width: 500px;
  height: 513px;
  margin: auto;
  margin-top: 250px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -250px;
  z-index: 99999;
  box-shadow: 0px 3px 1px 4px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
#appointment1 {
  /*position: fixed;*/
  /*top: 0;*/
  width: 100%;
  height: 100%;
  /* background: rgba(0,0,0,0.8); */
  /*z-index: 12000;*/
  /*display: none;*/
}
/*#appointment1 #appointmentMask1{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(0,0,0,0.3);*/
/*    z-index: 10000;*/
/*    position: relative;*/
/*}*/
#wapappointmentData {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  /*border-radius: 64px 64px 3px 3px;*/
  /*display: none;*/
  /*position: absolute;*/
  /*left: 0;*/
  /*right: 0;*/
  /*bottom: 0;*/
  /*z-index: 9999;*/
}
.wapappointmentData-title {
  font-size: 60px;
  height: 80px;
  color: #212121;
  font-weight: 400;
  text-align: center;
  margin-top: 150px;
}
.wapappointmentData-tip {
  font-weight: 400;
  color: #969696;
  font-size: 50px;
  height: 50px;
  text-align: center;
  margin-top: 50px;
}
.wapappointmentData-name {
  margin-top: 80px;
  width: 90%;
  height: 130px;
  font-size: 50px;
  border: 2px solid #e6e6e6;
  text-indent: 20px;
}
.wapappointmentData-phone {
  width: 90%;
  height: 130px;
  font-size: 50px;
  border: 2px solid #e6e6e6;
  margin-top: 50px;
  text-indent: 20px;
}
.wapappointmentData-code {
  width: 68%;
  height: 130px;
  font-size: 50px;
  border: 2px solid #e6e6e6;
  border-right: none;
  margin-top: 50px;
  text-indent: 20px;
}

.take-code {
  width: 22%;
  height: 130px;
  border: 2px solid #e6e6e6;
  border-left: none;
  margin-top: 50px;
  font-size: 50px;
  line-height: 130px;
  text-align: center;
  color: #1e1e1e;
  font-weight: 600;
  display: flex;
  position: relative;
  align-items: center;
}
.code-tips {
  height: 80px;
  width: 0;
  border: 2px solid #e6e6e6;
  left: -30px;
  position: absolute;
}
.appointmentDataClose {
  height: 32px;
  text-align: right;
  cursor: pointer;
}
.appointmentDataTitle {
  font-size: 30px;
  color: rgba(33, 33, 33, 1);
  text-align: center;
  padding: 14px;
}
.appointmentDataTishi {
  text-align: center;
  padding: 10px 10px 30px 10px;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  font-weight: normal;
  color: rgba(150, 150, 150, 1);
}
.appointmentPublick {
  margin: 0 auto;
  width: 366px;
  overflow: hidden;
  height: 45px;
  border: 1px solid rgba(230, 230, 230, 1);
  margin-bottom: 20px;
}
.inputCore {
  resize: none;
  outline: none;
  /* overflow:auto; */
}
.inputContent {
  line-height: 35px;
  font-size: 12px;
  border: none;
  padding-left: 17px;
  font-family: "Microsoft YaHei";
  text-indent: 8px;
  width: 364px;
  border: none;
  height: 43px;
}
.inputConten1 {
  font-size: 50px;
  border: none;
  font-family: "Microsoft YaHei";
}
.appointmentSubmit {
  text-align: center;
}
.appointmentSubmit .appointmentSubmitBtn {
  border-radius: 4px;
  color: rgba(30, 30, 30, 1);
  text-align: center;
  line-height: 40px;
  margin: auto;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  width: 366px;
  height: 42px;
  border: 1px solid rgba(247, 177, 1, 1);
  background: rgba(247, 177, 1, 1);
  border-radius: 4px;
}
.None {
  display: none;
}
#appointmentEntrance {
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  min-width: 1200px;
  z-index: 88;
  height: 70px;
  line-height: 70px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px -1px 5px 0px rgba(124, 124, 124, 0.2);
}
.appointmentEntranceContent {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.appointmentSpan {
  font-size: 22px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: rgba(33, 33, 33, 1);
  width: 326px;
  float: left;
}
.appointmentSpanTitle {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: rgba(33, 33, 33, 1);
  float: right;
  margin-right: 10px;
  width: 31%;
}
.appointmentBtn {
  float: right;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  border: 1px solid rgba(247, 177, 1, 1);
  margin-top: 15px;

  width: 156px;
  height: 42px;
  background: rgba(247, 177, 1, 1);
  border-radius: 4px;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: rgba(30, 30, 30, 1);
}
#appointmentInputPhone {
  width: 259px;
  height: 42px;
  font-size: 16px;
  line-height: 42px;
  background: rgba(255, 255, 255, 1);
  border-radius: 4px;
  border: 1px solid rgba(204, 204, 204, 1);
  padding: 0px 8px;
}

.margin_right_div {
  margin-right: 12px;
}
.meitihezuo_a {
  position: relative;
  display: inline-block;
}
.cfg-footer-content-ul-li_iphone {
  /* padding: 6px 8px;
    background: rgba(247,177,1,1); */
  border-radius: 4px;
  position: absolute;
  top: 85px;
  left: 0;
  /* left: -35px; */
  white-space: nowrap;
}
.service_btn_yellow {
  color: rgba(247, 177, 1, 1);
  font-weight: bold;
  font-size: 18px;
}
.header-content-tab-li2 {
  position: relative;
  cursor: pointer;
}
.header-content-tab-li2-ul {
  position: absolute;
  top: 70px;
  left: -15px;
  width: 100px;
  height: 174px;
  overflow: hidden;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 6px 0px rgba(130, 130, 130, 0.42);
  padding-left: 15px;
  padding-right: 15px;
}
.header-content-tab-li2-ul_li {
  color: rgba(52, 52, 52, 1);
  font-size: 14px;
  font-weight: 400;
  height: 35px;
  cursor: pointer;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 20px;
  text-align: center;
  border-bottom: 1px dashed #e6e6e6;
}
.header-content-tab-li2-ul_li:hover {
  color: #fbae00;
}
.header-content-tab-li7 {
  font-size: 28px;
  line-height: 38px;
  vertical-align: super;
  cursor: pointer;
  position: relative;
}
.header-content-tab-li7-ul {
  position: absolute;
  top: 60px;
  left: -30px;
  cursor: pointer;
  font-weight: 400;
  color: rgba(52, 52, 52, 1);
  font-size: 14px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 6px 0px rgba(130, 130, 130, 0.42);
  width: 100px;
  padding-left: 15px;
  padding-right: 15px;
}
.header-content-tab-li7-ul-li {
  border-bottom: 1px dashed #e6e6e6;
}
.header-content-tab-li1 {
  cursor: pointer;
  position: relative;
}
.header-content-tab-li1-ul {
  position: absolute;
  top: 70px;
  left: -25px;
  cursor: pointer;
  cursor: pointer;
  font-weight: 400;
  color: rgba(52, 52, 52, 1);
  font-size: 14px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 6px 0px rgba(130, 130, 130, 0.42);
  /* width: 100px; */
  padding-left: 15px;
  padding-right: 15px;
}
.header-content-tab-li1-ul-li {
  border-bottom: 1px dashed #e6e6e6;
  height: 35px;
  cursor: pointer;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 20px;
  text-align: center;
}
.header-content-tab-li1-ul-li:hover {
  color: #fbae00;
}
.header-content-tab-li3 {
  position: relative;
}
.header-content-tab-li3-ul {
  position: absolute;
  top: 70px;
  left: -15px;
  width: 100px;
  /* height: 174px; */
  overflow: hidden;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 6px 0px rgba(130, 130, 130, 0.42);
  padding-left: 15px;
  padding-right: 15px;
}
.header-content-tab-li3-ul-li {
  color: rgba(52, 52, 52, 1);
  font-size: 14px;
  font-weight: 400;
  height: 35px;
  cursor: pointer;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 20px;
  text-align: center;
  border-bottom: 1px dashed #e6e6e6;
}
.header-content-tab-li4 {
  position: relative;
}
.header-content-tab-li4-ul {
  position: absolute;
  top: 70px;
  left: -19px;
  padding: 0 15px;
  width: 114px;
  /* height: 174px; */
  overflow: hidden;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 6px 0px rgba(130, 130, 130, 0.42);
}
.header-content-tab-li4-ul-li {
  color: rgba(52, 52, 52, 1);
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  padding-top: 6px;
  padding-bottom: 6px;
  height: 60px;
  white-space: initial;
  line-height: 20px;
  text-align: center;
  border-bottom: 1px dashed #e6e6e6;
}
.header-content-tab-li5 {
  position: relative;
}
.header-content-tab-li5-ul {
  position: absolute;
  top: 70px;
  left: -9px;
  padding: 0 15px;
  width: 100px;
  /* height: 174px; */
  overflow: hidden;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 6px 0px rgba(130, 130, 130, 0.42);
}
.header-content-tab-li5-ul-li {
  color: rgba(52, 52, 52, 1);
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  padding-top: 6px;
  padding-bottom: 6px;
  height: 35px;
  /*white-space: initial;*/
  line-height: 20px;
  text-align: center;
  border-bottom: 1px dashed #e6e6e6;
}
.meitihezuo_background {
  width: 151px;
  max-width: inherit;
}
.meitihezuo_name {
  /* position: absolute;
    top: 12px; */
  text-align: center;
  width: 100%;
}
.meitihezuo_contant {
  position: absolute;
  top: 10px;
  width: 100%;
  font-weight: bold;
  padding: 1px 10px;
  text-align: center;
}
.meitihezuo_contant > img {
  width: 21px;
  margin-right: 3px;
  vertical-align: baseline;
}
.meitihezuo_div {
  width: 100px;
  display: inline-block;
  color: #fff;
}
.professional-services-img-div {
  width: 288px;
  height: 250px;
  position: relative;
  overflow: hidden;
}
.meitihezuo_a:hover {
  color: rgba(30, 30, 30, 1);
}
.meitihezuo_btn:hover {
  color: #fbae00;
}
.new_hidden_language {
  left: 10px;
  background: #fff;
}
.header-content-tab-li1-ul-li:last-child {
  border-bottom: none;
}
.header-content-tab-li2-ul-li:last-child {
  border-bottom: none;
}
.header-content-tab-li3-ul-li:last-child {
  border-bottom: none;
  white-space: initial;
  height: 60px;
}
.header-content-tab-li7-ul-li:last-child {
  border-bottom: none;
}
.city_name_active_color {
  color: rgba(251, 174, 0, 1);
}
.header-content-tab-li2-uldisplay {
  display: none;
}
.base_display_none {
  display: none;
}
.wpaappointmentEntranceContent {
  height: 100%;
  padding: 60px 30px;
  box-sizing: border-box;
  display: flex;
}
.wpaappointmentEntranceContent_btn_left {
  text-decoration: none;
  height: 150px;
  width: 50%;
  background: #ffffff;
  border-radius: 2px;
  font-size: 60px;
  line-height: 150px;
  border: 1px solid #bebebe;
  /* margin-top: 15px; */
  /* font-size: 14px; */
  font-weight: 400;
  color: rgba(33, 33, 33, 1);
  text-align: center;
  margin-right: 40px;
}
.wpaappointmentEntranceContent_btn {
  height: 150px;
  width: 50%;
  background: rgba(251, 174, 0, 1);
  border-radius: 2px;
  font-size: 60px;
  line-height: 150px;
  /* margin-top: 15px; */
  /* font-size: 14px; */
  font-weight: 400;
  color: rgba(33, 33, 33, 1);
  text-align: center;
}
.appointmentPhone {
  width: 366px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.newappointmentPhone {
  -webkit-box-align: center;
  align-items: center;
  width: 183px;
  position: relative;
  display: inline-block;
  height: 45px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  border-image: initial;
  transition: all 0.3s ease 0s;
  position: relative;
}
.newappointmentPhonequhao {
  display: inline-block;
  width: 53px;
  text-align: center;
}
.inputPhone {
  height: 100%;
  width: 126px;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  font-size: 12px;
  border-width: 0px;
  outline: none;
  border-left: 1px solid #e6e6e6;
  padding: 6px 11px;
}
.newappointmentPhonequhaolist {
  position: absolute;
  top: 45px;
  background-color: #fff;
  top: 45px;
  z-index: 100;
  border: 1px solid #e6e6e6;
  width: 53px;
  border-radius: 5px;
}
.newappointmentPhonequhaoitem {
  display: inline-block;
  width: 52px;
  text-align: left;
  font-size: 12px;
  cursor: pointer;
  height: 30px;
  box-sizing: border-box;
  padding-left: 8px;
  line-height: 30px;
  border-bottom: 1px solid rgb(193, 193, 193);
}
.newappointmentPhonequhaoitem2 {
  display: inline-block;
  width: 52px;
  text-align: left;
  font-size: 12px;
  cursor: pointer;
  height: 30px;
  padding-left: 8px;
  line-height: 30px;
}
.newappointmentPhoneyanzhengma {
  width: 169px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: bottom;
  -webkit-box-align: center;
  align-items: center;
  height: 45px;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  border-image: initial;
  transition: all 0.3s ease 0s;
}
.yanzhengmaBtn1 {
  width: 80px;
  height: 45px;
  margin: 0;
  border-color: #e6e6e6;
  border-width: 0px 1px 0px 0px;
  border-image: initial;
  border-right: none;
  cursor: pointer;
}
#yanzhengmaInput1 {
  width: 80px;
  /* min-width: 97px; */
  border-width: 0px 0px 0px 1px;
  border-style: solid;
  border-color: #e6e6e6;
  padding: 0px 11px;
  line-height: 43px;
  vertical-align: top;
  border-image: initial;
}
.tip-select {
  position: absolute;
  right: 28px;
  top: 48px;
  height: 30px;
  width: 30px;
}
.PhoneLeftBottomSpan {
  background-color: #e6e6e6;
}
/*友情链接*/
.cfg-footer-content-link {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  font-family: "Microsoft YaHei";
}
.cfg-footer-content-link span {
  color: rgba(30, 30, 30, 1);
  font-weight: 400;
  font-size: 14px;
  margin-top: 20px;
  display: inline-block;
}
/*.cfg-footer-content-link ul{margin-top: 10px}
.cfg-footer-content-link li{float: left;margin-right:30px;font-size: 14px;}*/
.cfg-footer-content-link a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-left: 20px;
}

.mobile-cfg {
  display: none;
  position: absolute;
  color: #212121;
  top: 46px;
  right: -31px;
  padding: 24px 33px 0;
  background: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(108, 108, 108, 0.26);
  border-radius: 4px;
}
.mobile-content {
  display: block;
  height: 34px;
  margin-top: 24px;
  font-size: 14px;
}
.mobile-content :last-child {
  margin-right: 0;
}
.mobile-content1 {
  display: block;
  height: 34px;
  margin-top: 12px;
  margin-bottom: 17px;
  text-align: left;
  font-size: 14px;
}
.mobile-item {
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  padding: 7px 16px;
  margin-right: 12px;
  cursor: pointer;
}

.active-item {
  background-color: #fbb400;
  border: none;
  /*color: #ffffff;*/
}
.item-code {
  width: 136px;
  height: 136px;
  margin: 0 auto 24px;
  display: block;
}
.item-text {
  display: none;
  width: 136px;
  height: 136px;
  line-height: 136px;
  color: #fbb400;
  margin: 0 auto 24px;
}

#mobileCfg {
  color: #ffffff;
  margin-left: 10px;
  position: relative;
  cursor: pointer;
  width: 101px;
  height: 26px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #ffffff;
  line-height: 24px;
  text-align: center;
}
.appointment-tips {
  display: none;
  align-items: center;
  position: absolute;
  width: 600px;
  height: 100px;
  font-size: 50px;
  justify-content: center;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 8px #cee5e3;
  background: #ffff;
  border: 4px solid rgba(221, 221, 221, 0.7);
}
.modal-ad {
  width: 200px;
  height: 150px;
  border-radius: 6px;
  position: fixed;
  top: 100px;
  box-shadow: 0px 4px 7px 0px rgba(123, 123, 123, 0.21);
  right: 40px;
}
.modal-ad .tit {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 600;
  text-align: center;
}
.modal-ad .content {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}
/*.select-area{*/
/*    height: 1000px;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    bottom: 0;*/
/*    background-color: #ffffff;*/
/*    z-index: 10000;*/
/*    border-top: 1px solid ;*/
/*}*/
.kefuzhushou2 {
  padding: 0;
  position: unset;
  color: #fff !important;
}
.cg {
  line-height: unset;
  height: auto;
}
.get-price {
  display: inline-block !important;
  width: 166px;
  line-height: 64px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: rgba(30, 30, 30, 1);
  height: 64px;
  letter-spacing: 1px;
  background: rgba(251, 174, 0, 1);
  border-radius: 4px;
  cursor: pointer;
}
