
* {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family:Material Design Icons;
}
a{
   text-decoration: none; 
}

.footer_mobile {
  display: none;
}

img {

  max-width: 100%;
  
  height: auto;
  
  }
#header{ 
position: fixed; top: 0;
background-color:#fff ;width: 100%;  font-size: 14px; z-index: 1001;
}
#header .meun{ margin: 0 auto; min-width: 1500px; min-height: 66px; display: flex; justify-content: center; max-width: 1750px; width: 100%;}
#header .meun_mobile_bg { display: none }
#header .meun .logo_2 { cursor: pointer; margin: 8px 0 ; overflow: hidden;}
#header .meun .logo_2:hover{background-color: #fdeff0;}
#header .meun .logo_2 .img2,.img_list_mobile{ display: none }
#header .meun .meun_tab{ margin-left:40px;line-height: 64px; overflow: hidden;}
#header .meun .meun_tab img{ display: none}
#header .meun .meun_tab li{min-width: 90px; float: left; list-style: none; text-align: center;}
#header .meun .meun_tab ul .active{
  background-color: #fdeff0; border-bottom:#e60112 2px solid ; color: #e60112!important;
}
.submeun a{ color: #000;}
#header .meun .meun_tab  a{ color: #000;}
#header .meun .meun_tab  a:after {
color: #e60112; /* 当按钮被点击时的背景颜色为红色 */
}
#header .meun .meun_tab li:hover{
  background-color: #fdeff0;
}
#header .meun .meun-login{
  width: 180px; margin: 12px 0; padding-left: calc(100% - 1400px);
}
#header .meun .meun-login .meun-login_dl{
  float: left; line-height: 36px;padding: 0 18px;cursor:pointer;
}
#header .meun .meun-login .meun-login_dl:hover{
  background: #f6f6f6;
}
#header .meun .meun-login .btn{
  float: left; line-height: 36px; padding: 0 18px; background-color: #e60112; color: #fff; border-radius: 5px;cursor:pointer;
}
#header .meun .meun-login .btn  a{color: #fff;}
#header .meun .meun-login .meun-login_info img{width: 40px;height: 40px;  border-radius: 20px; }
#header .meun .meun-login .meun-login_info{float: left;  }
#header .meun .meun-login .meun-login_list{float: left; line-height: 20px;padding-left:12px ;}
.meunbig{ position: relative; float: left; min-width: 116px;text-align: center; cursor: pointer;}
.meunbig:hover{
  background-color: #1d1d1d0c; 
}
.submeun{ display: none;min-width: 116px; clear: both;position: fixed;
  top: 66px;}
.submeun li{ width: 100%; clear: both; background-color: #fff; cursor:pointer ; line-height: 48px;}
.triangle {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  position: absolute;
  top: 28px;
  right: 5px;

}
.clear{ clear: both;}
.content{ margin-top: 64px;min-width: 1500px;}
.meun-login_info, .meun-login_list {
    cursor: pointer;
}
#footer{
  background-color:#F4F7FF !important;
  bottom: 0;
  color: #000 !important;
  display: flex;
  height: auto;
  /* justify-content: center; */
}
#footer1{
  /* align-items: center;
  display: flex;
  justify-content: space-between; */
  max-width: 1400px; 
  width: 100%;     min-width: 1400px; margin-left: 10%;
}

#footer1 .footer_bottom_mobile { display: none; }
.footer_left .footer_left_text{
  font-size: 20px;  color: #000;
    margin-bottom: 8px;
    margin-left: 28px;
    margin-top: 8px;
}
.footer_8 {

  border-radius: 100%;
  font-size: 30px;border: 0; color: #000;
  margin: 16px;
}
.v-btn:hover {
  background-color: #00000034; /* 鼠标经过时的背景颜色 */
}
.footer_7{ width: 320px;}

.icon-share-tieba:before {
  content: "\e639";
}
.v-btn:after {
  border: 2px solid;
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity .2s ease-in-out;
  width: 100%;
}
 button, html [type=button] {
  -webkit-appearance: button;
}
.v-btn__overlay, .v-btn__underlay {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.footer_right_top{
  border-bottom: 1px solid #9f9f9f !important;
  padding-bottom: 24px;width:100%; height: 180px;margin-bottom: 24px;
}
#footer1 .footer_left{max-width: 350px;float:left; height: 360px;    padding-left: 86px;padding-top: 24px;}
#footer1 .footer_right{
  max-width: 1000px;float:left;height: 360px; padding-left: 64px; width: calc(85.23%  - 478px);
}
.footer_12{ float: left;font-size: 20px;width: 25%;}

.footer_right_top_tab{
  font-size: 14px;width: 160px; line-height: 22px;
}
.footer_right_top_tab a {
color:#9f9f9f;
}

  .footer_17 {
    color: orange;
}
.footer_right_top_tab{ float: left;width: 160px;}
.footer_right_top_tab .footer_right_title{ padding: 24px 0;font-size: 20px;}
.footer_right_bottom{ line-height: 22px;}

.text-danger{
  color: #e03f3f;
}
.text-wei{
  color: #737c8b;
}

.com_right{
  position: fixed;
  z-index: 99999;
  top: 68px;
  right: 0;
  width: 255px;
  background: #fff;
  height: 100%; display: none;
}
.icon-tuichu:before {
  content: "\e60f";
}

.icon-dashboard:before {
  content: "\e7dd";
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.com_right_list li{ line-height: 40px; padding: 4px 16px;}
.com_right_list li a{ color: #7a7a7a;}
.com_right_list li:hover{ line-height: 40px;background-color: #fdeff0;}
.com_right_list li i{ margin-right: 32px;}
.com_right_list .active{
  color: #e60112;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
 z-index: 200;
}

.floatingWindow{ position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 101;

}


.floatingBox {
  position: relative;width: 80px;
  /* padding-left: 250px; */ 
}
.window_service {
  margin-bottom: 20px;
}
.serviceImg {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 4px #0000001a;
  cursor: pointer;
  height: 60px;
  width: 60px;
}

.QQCode {
  background: rgba(0, 0, 0, .4);
  font-size: 16px;
  padding: 0 16px;
  right: 102px;
  white-space: nowrap;
  display: none;
  border-radius: 8px;
  bottom: 12px;
  color: #fff;
  position: fixed;
  bottom: 100px;
  right: 100px;
  height: 80px;
  line-height: 40px;
}
.window_QQ{
  position: relative;

}
.talk_con {
  width: 300px;
  height: 570px;
  border-radius: 16px;
  margin: 50px auto 0;
  background: #f9f9f9;  position: fixed; bottom:100px;    right: 100px;
}
.talk_show {
  width: 300px;
  height: 350px;

  background: #fff;
  padding: 10px auto 0;
  overflow: auto;
}
.talk_input {
  width: 280px;
  margin: 10px auto 0;
  height: 22%;
  padding: 12px;
  overflow-x: unset;
}
.whotalk {
  width: 80px;
  height: 30px;
  float: left;
  outline: none;
}
.talk_word {
  /*width: calc(100% - 4px);*/
  width: 100%;
  resize: none;
  height: 70px;
  padding: 0px;
  outline: none; border: none;
  text-indent: 10px; background: none;
}
.talk_sub {
  width: 56px;
  height: 30px;
  border-radius: 8px;
  bottom: 12px;
  color: #fff;
 float: right; cursor: pointer;
  background-color: #4372fe;
  padding: 4px 12px; border: none;
}
.atalk {
  margin: 10px;
}
.atalk span {
  display: inline-block;
  /* background: #0181cc; */
  border-radius: 10px;
  /* color: #fff; */
  font-size: 12px;
  padding: 5px 10px;
}
.btalk {
  margin: 10px;
  display: flex;
  justify-content: flex-end;
  word-break: break-all;
}
.btalk span {
  display: inline-block;
  /* background: #ef8201; */
  border-radius: 10px;
  /* color: #fff; */
  font-size: 12px;
  padding: 5px 10px;
}
.talk_title {
background-color: #4372fe;
border-radius: 16px 16px 0 0;
display: flex;
padding: 12px 16px;line-height: 32px;
position: relative; color: #fff;
}
.talk_title img{ margin-right: 12px;}
.close-x {
--btn-size: 16px;
--btn-x-size: 2px;
--color: #fff;
position: absolute; right: 10px;
width: 20px; cursor: pointer;
height: 20px;
display: inline-flex;
justify-content: center;
align-items: center;
}
/* 绘制X线条 */
.close-x::after, .close-x::before {
content: "";
position: absolute;
width: var(--btn-x-size);
height: var(--btn-size);
background-color: var(--color);
border-radius: calc(var(--btn-x-size ) / 2);
}
/* 两条线条各向左右分别旋转 45 度*/
.close-x::after {
transform: rotate(45deg);
}
.close-x::before{
transform: rotate(-45deg) ;
}
.boxSelect_problem {
border-radius: 8px;
box-shadow: 0 4px 4px #0000001a;
padding: 16px; margin: 16px;
}
.problem_item {
cursor: pointer;
margin-right: 20px; color: #4372fe;
text-decoration: underline;
}
.problem {
margin-top: 8px; font-size: 12px;
}
.d-flex .problem_item{ float: left; margin-right: 20px;font-size: 12px;}
.d-flex .active{
color: #000000;
text-decoration:none;
}
.talk_input_1{
margin-top: 30px;
}
.mb-1 .mr-4{margin-right:6px; }