@charset "UTF-8";

/* CSS Document */
body,
ul,
ol,
li,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
textarea,
select,
figure {
  margin: 0;
  padding: 0;
  touch-action: none;
}

ul,
ol {
  list-style: none;
}

input,
textarea,
select {
  border: none;
  background-color: transparent;
  outline: none;
}

input,
button,
select,
textarea,
a,
img {
  outline: none;
}

/*去掉超链接或按钮点击时出现的虚线框黄色边框*/
::-moz-focus-inner {
  border: 0;
}

/*火狐的私有属性去掉点击时边框*/
textarea {
  resize: none;
}

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

input[type="number"] {
  -moz-appearance: textfield;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  outline: 0;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:focus,
a:hover {
  text-decoration: none;
}

em,
i {
  font-style: normal;
}

html {
  -webkit-text-size-adjust: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.dis_ib,
.popup_placeOrder .form_box .types .but,
.page_list .page_a,
.indexBox .fwxm .item_li .bottom .but,
.newsBox .con_left .tabs .tab_li a,
.newsDetailBox .newsCon .left_share li:hover .icon2,
.chargesBox .content .left_box .type_box .car_list a,
.nothingBox .content .Jump_but {
  display: inline-block;
}

.dis_flex,
.dis_flexCen,
.chargesBox .content .left_box .type_box h2,
.nothingBox,
.dis_flexBet,
.chargesBox .content {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  box-align: flex-start;
  -moz-box-align: flex-start;
  -webkit-box-align: flex-start;
}

.dis_flexCen,
.chargesBox .content .left_box .type_box h2,
.nothingBox {
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
}

.dis_flexBet,
.chargesBox .content,
.chargesBox .content .left_box .type_box h2 {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit--moz-box-pack: space-between;
  box-pack: space-between;
}

.hide,
.TopNav .container .down_citys,
.right_menu .menu_item .hover_show,
.newsBox .cjwt .list_li .texts,
.newsDetailBox .cjwt .list_li .texts,
.newsDetailBox .newsCon .left_share li .icon2,
.newsDetailBox .newsCon .left_share li:hover .icon1,
.newsDetailBox .newsCon .left_share .wx_share .ewm_box,
.chargesBox .content .left_box .type_box .car_list {
  display: none;
}

.ov_hid,
.text_ov,
.bor_r4,
.popup_placeOrder .form_box .submit_house,
.popup_placeOrder .form_box .but_fix,
.popup_placeOrder .success_box .submit_house,
.popup_placeOrder .success_box .but_fix,
.popup_placeOrder .form_box .types .but,
.popup_placeOrder .form_box input,
.popup_placeOrder .success_box .orderBtn,
.page_list .page_a,
.right_menu .menu_item .hover_show,
.indexBox .fwxm .item_li .bottom .but,
.newsBox .cjwt .list_li .icon,
.newsDetailBox .cjwt .list_li .icon,
.newsBox .news_a .cover,
.newsDetailBox .news_a .cover,
.newsBox .con_left .tabs,
.newsDetailBox .newsCon .left_share .wx_share .ewm_box,
.nothingBox .content .Jump_but,
.popup_placeOrder,
.indexBox .yhpj .yhpj_swiper .item_li .head,
.newsBox .banner,
.aboutUsBox .banner,
.chargesBox .banner {
  overflow: hidden;
}

.flex1,
.chargesBox .content .right_box .item_div .line_div .label {
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text_cen,
.TopNav .container .down_citys li,
.popup_placeOrder .form_box .submit_house,
.popup_placeOrder .form_box .but_fix,
.popup_placeOrder .success_box .submit_house,
.popup_placeOrder .success_box .but_fix,
.popup_placeOrder .form_box .title,
.popup_placeOrder .form_box .types .but,
.popup_placeOrder .form_box .but_code,
.popup_placeOrder .success_box,
.right_menu .menu_item,
.right_menu .menu_item .hover_show,
.newsBox .cjwt .list_li .icon,
.newsDetailBox .cjwt .list_li .icon,
.newsDetailBox .newsCon .left_share li .num_text,
.nothingBox .content {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_ov {
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text_ov2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.text_ov3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ver_cen {
  vertical-align: middle;
}

.ver_sub,
.indexBox .xwzz .tabs .more img {
  vertical-align: sub;
}

.cur_p,
.popup_placeOrder .form_box .submit_house,
.popup_placeOrder .form_box .but_fix,
.popup_placeOrder .success_box .submit_house,
.popup_placeOrder .success_box .but_fix,
.popup_placeOrder .form_box .types .but,
.popup_placeOrder .success_box .orderBtn,
.right_menu .menu_item,
.indexBox .fwxm .item_li .bottom .but,
.indexBox .xwzz .tabs .item_span,
.newsBox .cjwt .list_li,
.newsDetailBox .cjwt .list_li,
.chargesBox .content .left_box .type_box h2 {
  cursor: pointer;
}

.col_0,
.newsDetailBox .newsCon .title {
  color: #000000;
}

.col_3,
.popup_placeOrder .form_box,
.popup_placeOrder .success_box,
.popup_placeOrder .form_box input,
.right_menu .menu_item .hover_ewm .tips,
.newsBox .cjwt .list_li .flex1,
.newsBox .cjwt .list_li .chargesBox .content .right_box .item_div .line_div .label,
.chargesBox .content .right_box .item_div .line_div .newsBox .cjwt .list_li .label,
.newsDetailBox .cjwt .list_li .flex1,
.newsDetailBox .cjwt .list_li .chargesBox .content .right_box .item_div .line_div .label,
.chargesBox .content .right_box .item_div .line_div .newsDetailBox .cjwt .list_li .label,
.newsBox .con_left .tabs .tab_li a,
.newsDetailBox .newsCon .left_share li .num_text,
.aboutUsBox .content .title,
.aboutUsBox .content .left,
.chargesBox .content .left_box .type_box h2,
.chargesBox .content .left_box .type_box .car_list a,
.chargesBox .content .right_box .top .tit,
.chargesBox .content .right_box .item_div .tit,
.nothingBox .content .tips,
.nothingBox .content .Jump_but {
  color: #333333;
}

.col_6,
.TopNav .container .down_citys li,
.TopNav .container .down_citys li a,
.popup_placeOrder .form_box .submit_ban,
.popup_placeOrder .success_box .submit_ban,
.popup_placeOrder .form_box .types .but,
.popup_placeOrder .form_box .code_ban,
.popup_placeOrder .success_box .tips3,
.indexBox .xwzz .tabs .item_span,
.newsBox .cjwt .list_li .texts,
.newsDetailBox .cjwt .list_li .texts,
.chargesBox .content .right_box .top .desc,
.chargesBox .content .right_box .item_div .line_div .label,
.chargesBox .content .right_box .item_div .line_div .desc {
  color: #666666;
}

.col_9,
.page_list .page_a,
.indexBox .xwzz .tabs .more {
  color: #999999;
}

.col_f,
.footer a:hover,
.popup_placeOrder .form_box .submit_house,
.popup_placeOrder .form_box .but_fix,
.popup_placeOrder .success_box .submit_house,
.popup_placeOrder .success_box .but_fix,
.right_menu .menu_item,
.right_menu .menu_item a,
.newsBox .cjwt .list_li .icon,
.newsDetailBox .cjwt .list_li .icon,
.nothingBox .content .Jump_but {
  color: #ffffff;
}

.col_c {
  color: #C5C7CF;
}

.col_e,
.TopNav .city:hover span {
  color: #EEEEEE;
}

.col_m,
.but_col,
.indexBox .fwxm .item_li .bottom .but:first-child:hover,
.indexBox .gywm .brief .but:hover,
.TopNav .navs .nav_item:hover,
.TopNav .container .down_citys li:hover,
.TopNav .container .down_citys li a:hover,
.nav_act,
.popup_placeOrder .form_box .types .but:hover,
.popup_placeOrder .form_box .types .but_act,
.popup_placeOrder .form_box .but_code,
.popup_placeOrder .success_box .tips1,
.popup_placeOrder .success_box .tips3 span,
.page_list .page_a:hover,
.right_menu .menu_item .hover_show,
.indexBox .xwzz .tabs .item_span:hover,
.indexBox .xwzz .tabs .more:hover,
.indexBox .xwzz .tab_item .item_a:hover h2,
.newsBox .cjwt .list_li:hover .flex1,
.newsBox .cjwt .list_li:hover .chargesBox .content .right_box .item_div .line_div .label,
.chargesBox .content .right_box .item_div .line_div .newsBox .cjwt .list_li:hover .label,
.newsDetailBox .cjwt .list_li:hover .flex1,
.newsDetailBox .cjwt .list_li:hover .chargesBox .content .right_box .item_div .line_div .label,
.chargesBox .content .right_box .item_div .line_div .newsDetailBox .cjwt .list_li:hover .label,
.newsBox .news_a:hover h2,
.newsDetailBox .news_a:hover h2,
.newsBox .con_left .tabs .tab_li a:hover,
.newsBox .con_left .tab_act a,
.newsBox .con_left .title a,
.newsDetailBox .breadLine a:hover,
.chargesBox .content .left_box .type_box .car_list a:hover,
.chargesBox .content .left_box .type_box .car_list .car_act {
  color: #ff7133 !important;
}

.bg_f,
.TopNav .container .down_citys,
.TopNav,
.TopNavH,
.popup_placeOrder .form_box,
.popup_placeOrder .success_box {
  background-color: #FFFFFF;
}

.bg_m,
.but_bg,
.indexBox .fwxm .item_li .bottom .but:last-child:hover,
.nav_act::before,
.popup_placeOrder .form_box .submit_house,
.popup_placeOrder .form_box .but_fix,
.popup_placeOrder .success_box .submit_house,
.popup_placeOrder .success_box .but_fix,
.page_list .page_act,
.right_menu .menu_item,
.indexBox .yhpj .yhpj_swiper .item_li .texts::-webkit-scrollbar-thumb,
.newsBox .cjwt .list_li .icon,
.newsDetailBox .cjwt .list_li .icon,
.newsBox .con_left .tab_act::after,
.newsBox .con_left .title::after,
.chargesBox .content .left_box .type_box .car_list .car_act::before,
.nothingBox .content .Jump_but {
  background-color: #ff7133;
}

.bg_f2,
.right_menu .menu_item .hover_show,
.indexBox .xwzz .tab_item .item_a:hover,
.newsBox .news_a:hover,
.newsDetailBox .news_a:hover,
.newsDetailBox .newsCon .left_share .wx_share .ewm_box {
  background-color: #F2F9FF;
}

.fs0,
.right_menu .menu_item .hover_ewm,
.indexBox .xwzz .tabs .more,
.newsDetailBox .newsCon .left_share .wx_share .ewm_box,
.nothingBox .content {
  font-size: 0;
}

.fs12,
.right_menu .menu_item,
.right_menu .menu_item .hover_ewm .tips,
.newsBox .cjwt .list_li .icon,
.newsDetailBox .cjwt .list_li .icon,
.newsDetailBox .newsCon .left_share li .num_text {
  font-size: 12px;
}

.fs14,
.page_list .page_a,
.newsBox .cjwt .list_li .texts,
.newsDetailBox .cjwt .list_li .texts {
  font-size: 14px;
}

.fs16,
.TopNav .container .down_citys li,
.popup_placeOrder .form_box .types .but,
.popup_placeOrder .form_box .but_code,
.newsBox .cjwt .list_li .flex1,
.newsDetailBox .cjwt .list_li .flex1,
.newsBox .con_left .tabs .tab_li a,
.aboutUsBox .content .left,
.chargesBox .content .left_box .type_box .car_list a,
.chargesBox .content .right_box .top .desc,
.chargesBox .content .right_box .item_div .line_div .label,
.chargesBox .content .right_box .item_div .line_div .desc {
  font-size: 16px;
}

.fs18,
.popup_placeOrder .form_box input,
.newsBox .con_left .title,
.aboutUsBox .content .title .desc,
.chargesBox .content .left_box .type_box h2,
.chargesBox .content .right_box .item_div .tit {
  font-size: 18px;
}

.fs20,
.popup_placeOrder .success_box .tips3,
.indexBox .xwzz .tabs .item_span,
.indexBox .xwzz .tabs .more span,
.nothingBox .content .Jump_but {
  font-size: 20px;
}

.fs22,
.popup_placeOrder .form_box .submit_house,
.popup_placeOrder .form_box .but_fix,
.popup_placeOrder .success_box .submit_house,
.popup_placeOrder .success_box .but_fix {
  font-size: 22px;
}

.fs24,
.right_menu .menu_item .hover_show,
.nothingBox .content .tips {
  font-size: 24px;
}

.fs26,
.chargesBox .content .right_box .top .tit {
  font-size: 26px;
}

.fs28,
.newsDetailBox .newsCon .title {
  font-size: 28px;
}

.fs30,
.aboutUsBox .content .title h3 {
  font-size: 30px;
}

.fs32,
.footer .top_box .lxwm .tel,
.popup_placeOrder .form_box .title,
.popup_placeOrder .success_box {
  font-size: 32px;
}

.fw6,
.TopNav .right,
.popup_placeOrder .form_box .title,
.newsDetailBox .newsCon .title {
  font-weight: 600;
}

.fwB,
.popup_placeOrder .success_box .moneyText,
.popup_placeOrder .success_box .tips2,
.chargesBox .content .right_box .top .tit,
.chargesBox .content .right_box .item_div .tit {
  font-weight: bold;
}

.w100,
.TopNav .container .down_citys li,
.TopNav .container .down_citys li a,
.popup_placeOrder .form_box .submit_house,
.popup_placeOrder .form_box .but_fix,
.popup_placeOrder .success_box .submit_house,
.popup_placeOrder .success_box .but_fix,
.newsBox .banner,
.aboutUsBox .banner,
.chargesBox .banner,
.newsBox .con_left .tabs .tab_li a,
.newsDetailBox .breadLine,
.chargesBox .content .left_box .type_box .car_list a,
.nothingBox .content {
  width: 100%;
}

.h100 {
  height: 100%;
}

.bor_r4,
.popup_placeOrder .form_box .submit_house,
.popup_placeOrder .form_box .but_fix,
.popup_placeOrder .success_box .submit_house,
.popup_placeOrder .success_box .but_fix,
.popup_placeOrder .form_box .types .but,
.popup_placeOrder .form_box input,
.popup_placeOrder .success_box .orderBtn,
.page_list .page_a,
.right_menu .menu_item .hover_show,
.indexBox .fwxm .item_li .bottom .but,
.newsBox .cjwt .list_li .icon,
.newsDetailBox .cjwt .list_li .icon,
.newsBox .news_a .cover,
.newsDetailBox .news_a .cover,
.newsBox .con_left .tabs,
.newsDetailBox .newsCon .left_share .wx_share .ewm_box,
.nothingBox .content .Jump_but {
  border-radius: 4px;
}

.but_bg,
.indexBox .fwxm .item_li .bottom .but:last-child:hover {
  color: #ffffff !important;
}

.but_col,
.indexBox .fwxm .item_li .bottom .but:first-child:hover,
.indexBox .gywm .brief .but:hover {
  background-color: transparent !important;
}

body {
  min-width: 1200px;
  overflow-x: auto;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.TopNav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.TopNav .logo {
  width: 237px;
  height: 48px;
}

.TopNav .city {
  width: 79px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  margin-left: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}

.TopNav .city .icon {
  width: 12px;
  height: 14px;
  margin-right: 3px;
}

.TopNav .navs .nav_item {
  margin-right: 75px;
}

.TopNav .navs .nav_item:last-child {
  margin-right: 0;
}

.TopNav .right .tel {
  width: 28px;
  height: 28px;
  margin-right: 12px;
}

.TopNav .container {
  position: relative;
}

.TopNav .container .down_citys {
  position: absolute;
  left: 237px;
  top: 80px;
  width: 130px;
  padding: 20px 0;
}

.TopNav .container .down_citys li {
  line-height: 22px;
  margin-bottom: 17px;
}

.TopNav .container .down_citys li:last-child {
  margin-bottom: 0;
}

.TopNav,
.TopNavH {
  height: 80px;
}

.nav_act {
  position: relative;
}

.nav_act::before {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -11px;
  width: 21px;
  height: 2px;
  border-radius: 1px;
}

.footer {
  padding-top: 66px;
  background: #333333;
}

.footer .col_f-5 {
  color: rgba(255, 255, 255, 0.5);
}

.footer .top_box {
  margin-bottom: 21px;
}

.footer .top_box .tit_line {
  line-height: 28px;
  padding-bottom: 15px;
  border-bottom: 1px solid #979797;
  margin-bottom: 15px;
}

.footer .top_box .tit_line span {
  margin-left: 5px;
}

.footer .top_box .lxwm {
  min-width: 306px;
}

.footer .top_box .lxwm li {
  line-height: 27px;
}

.footer .top_box .lxwm .tel {
  line-height: 45px;
  margin: 1px 0;
}

.footer .top_box .ksdh {
  margin-left: 214px;
}

.footer .top_box .ksdh li {
  line-height: 20px;
  margin-bottom: 17px;
}

.footer .top_box .smxd {
  margin-left: 323px;
}

.footer .top_box .smxd .tit_line {
  margin-bottom: 17px;
}

.footer .top_box .smxd .ewm {
  padding: 0 14px;
  width: 150px;
  margin-bottom: 18px;
}

.footer .yqlj {
  background-color: rgba(40, 40, 40, 0.54);
  padding: 18px 78px 12px;
  line-height: 17px;
}

.footer .yqlj a {
  margin-left: 10px;
}

.footer .copyright {
  padding: 15px 0;
}

.popup_placeOrder {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.popup_placeOrder .mask {
  background-color: rgba(0, 0, 0, 0.5);
}

.popup_placeOrder .form_box,
.popup_placeOrder .success_box {
  position: absolute;
  z-index: 999999;
  top: 50%;
  left: 50%;
  width: 586px;
  height: 530px;
  margin: -265px 0 0 -293px;
  box-sizing: border-box;
}

.popup_placeOrder .form_box .submit_ban,
.popup_placeOrder .success_box .submit_ban {
  cursor: wait;
  background-color: #EEEEEE !important;
  border-color: #EEEEEE !important;
}

.popup_placeOrder .form_box .submit_house,
.popup_placeOrder .form_box .but_fix,
.popup_placeOrder .success_box .submit_house,
.popup_placeOrder .success_box .but_fix {
  height: 54px;
  line-height: 54px;
}

.popup_placeOrder .form_box {
  padding: 20px 60px 0;
}

.popup_placeOrder .form_box .title {
  position: relative;
  margin-bottom: 30px;
}

.popup_placeOrder .form_box .title .close_house {
  position: absolute;
  right: -24px;
  top: 12px;
  width: 24px;
  height: 24px;
}

.popup_placeOrder .form_box .col_err,
.popup_placeOrder .form_box .bor_err::-webkit-input-placeholder {
  color: #E6322E;
}

.popup_placeOrder .form_box .label {
  margin-bottom: 24px;
}

.popup_placeOrder .form_box .types {
  margin-bottom: 39px;
}

.popup_placeOrder .form_box .types .but {
  width: 103px;
  height: 40px;
  line-height: 40px;
  margin-right: 18px;
  border: 1px solid #EEEEEE;
  box-sizing: border-box;
}

.popup_placeOrder .form_box .types .but:last-child {
  margin-right: 0;
}

.popup_placeOrder .form_box .types .but_act {
  border-color: #ff7133;
}

.popup_placeOrder .form_box .marb29 {
  margin-bottom: 29px;
}

.popup_placeOrder .form_box .label2 {
  width: 75px;
}

.popup_placeOrder .form_box input {
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  box-sizing: border-box;
  border: 1px solid #EEEEEE;
}

.popup_placeOrder .form_box .bor_err {
  border-color: #E6322E;
}

.popup_placeOrder .form_box .but_code {
  margin-left: 28px;
  width: 98px;
}

.popup_placeOrder .form_box .code_ban {
  cursor: wait;
}

.popup_placeOrder .success_box {
  padding: 64px 60px 0;
  line-height: 45px;
}

.popup_placeOrder .success_box .moneyText {
  font-size: 36px;
}

.popup_placeOrder .success_box .icon {
  width: 80px;
  height: 80px;
  margin-bottom: 23px;
}

.popup_placeOrder .success_box .tips2 {
  margin: 55px 0;
}

.popup_placeOrder .success_box .tips3 {
  margin-bottom: 18px;
  line-height: 28px;
}

.popup_placeOrder .success_box .orderBtn {
  width: 222px;
  height: 54px;
  line-height: 54px;
  border: 1px solid #ff7133;
}

.popup_placeOrder .success_box .pay_box .payImg {
  width: 250px;
  height: 250px;
  margin: 24px 0 31px;
}

.popup_placeOrder .success_box .paySuccess_box .moneyText {
  margin: 61px 0 91px;
}

.page_list .page_a {
  min-width: 37px;
  box-sizing: border-box;
  padding: 8px;
  border: 1px solid #EEEEEE;
  margin-right: 6px;
}

.page_list .page_a:hover,
.page_list .page_act {
  border-color: #ff7133;
}

.page_list .page_act,
.page_list .page_act:hover {
  color: #FFFFFF !important;
}

.right_menu {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9999;
  margin-top: -160px;
}

.right_menu .menu_item {
  width: 80px;
  height: 80px;
  position: relative;
}

.right_menu .menu_item .icon {
  width: 28px;
  height: 28px;
  margin-top: 16px;
}

.right_menu .menu_item .text {
  margin-top: 5px;
  line-height: 17px;
}

.right_menu .menu_item .hover_show {
  position: absolute;
  left: -215px;
  top: 13px;
  width: 196px;
  height: 54px;
  line-height: 54px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.18);
  overflow: inherit;
}

.right_menu .menu_item .hover_show::after {
  content: "";
  position: absolute;
  top: 22px;
  right: -10px;
  border-style: solid;
  border-color: transparent transparent transparent #F2F9FF;
  border-width: 5px 0 5px 10px;
}

.right_menu .menu_item .hover_ewm {
  height: auto;
}

.right_menu .menu_item .hover_ewm img {
  width: 160px;
  height: 160px;
  margin: 17px 0 9px;
}

.right_menu .menu_item .hover_ewm .tips {
  margin-bottom: 12px;
  line-height: 17px;
}

.right_menu .menu_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 13px;
  width: 54px;
  height: 1px;
  background-color: #FFFFFF;
}

.right_menu .menu_item:last-child::after {
  height: 0;
}

.right_menu .menu_item:hover .hover_show {
  display: block;
}

.rotate0,
.newsBox .cjwt .list_li .right_arr,
.newsDetailBox .cjwt .list_li .right_arr,
.chargesBox .content .left_box .type_box h2 .right_arr {
  transform: rotate(0);
  -ms-transform: rotate(0);
  /* IE 9 */
  -moz-transform: rotate(0);
  /* Firefox */
  -webkit-transform: rotate(0);
  /* Safari 和 Chrome */
  -o-transform: rotate(0);
  /* Opera */
  transition: .1s;
  -moz-transition: .1s;
  /* Firefox 4 */
  -webkit-transition: .1s;
  /* Safari 和 Chrome */
  -o-transition: .1s;
  /* Opera */
}

.rotate90,
.newsBox .cjwt .rotate .right_arr,
.newsDetailBox .cjwt .rotate .right_arr,
.chargesBox .content .left_box .car_show h2 .right_arr {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
}

/*************    页面样式       ************/
/*    首页        */
.indexBox .marb100 {
  margin-bottom: 100px;
}

.indexBox .banner_swiper {
  max-width: 1920px;
  height: 560px;
}

.indexBox .title {
  margin-bottom: 55px;
}

.indexBox .title .tit {
  line-height: 42px;
  margin-bottom: 10px;
}

.indexBox .title .desc {
  line-height: 25px;
}

.indexBox .fwxm .item_li {
  width: 280px;
}

.indexBox .fwxm .item_li .top {
  position: relative;
}

.indexBox .fwxm .item_li .top .texts {
  position: absolute;
  left: 20px;
  top: 25px;
}

.indexBox .fwxm .item_li .top .texts h2 {
  line-height: 30px;
  margin-bottom: 7px;
}

.indexBox .fwxm .item_li .top .texts .desc {
  line-height: 20px;
  margin-bottom: 13px;
}

.indexBox .fwxm .item_li .top .texts .but {
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
}

.indexBox .fwxm .item_li .bottom {
  border: 1px solid #EEEEEE;
  border-top: 0;
  padding: 20px;
  box-sizing: border-box;
}

.indexBox .fwxm .item_li .bottom .money {
  margin: 26px 0 12px;
}

.indexBox .fwxm .item_li .bottom .but {
  width: 112px;
  height: 34px;
  line-height: 36px;
  border: 1px solid #ff7133;
}

.indexBox .fwys {
  background-color: #F1F7FF;
  padding-top: 52px;
}

.indexBox .fwys .con .texts h3 {
  line-height: 30px;
  margin-bottom: 11px;
}

.indexBox .fwys .con .texts p {
  line-height: 20px;
  max-width: 266px;
}

.indexBox .fwys .con .icon {
  width: 76px;
  height: 76px;
}

.indexBox .fwys .con .left .dis_flexCen,
.indexBox .fwys .con .left .chargesBox .content .left_box .type_box h2,
.chargesBox .content .left_box .type_box .indexBox .fwys .con .left h2,
.indexBox .fwys .con .left .nothingBox {
  justify-content: flex-end;
}

.indexBox .fwys .con .left .icon {
  margin-left: 18px;
}

.indexBox .fwys .con .right .icon {
  margin-right: 18px;
}

.indexBox .fwys .con .cen_img img {
  width: 266px;
}

.indexBox .fwys .con .marb120 {
  margin-bottom: 120px;
}

.indexBox .gywm .brief {
  margin-left: 39px;
}

.indexBox .gywm .brief .tit {
  line-height: 30px;
  margin-bottom: 17px;
}

.indexBox .gywm .brief p {
  line-height: 31px;
  margin-bottom: 39px;
}

.indexBox .gywm .brief .but {
  width: 133px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #ff7133;
}

.indexBox .yhpj {
  height: 647px;
}

.indexBox .yhpj .title {
  padding-top: 93px;
}

.indexBox .yhpj .container {
  position: relative;
}

.indexBox .yhpj .yhpj_swiper .swiper-slide {
  padding-bottom: 63px;
}

.indexBox .yhpj .yhpj_swiper .item_li {
  width: 282px;
  height: 317px;
  padding: 40px 28px 34px;
  margin-right: 24px;
  box-sizing: border-box;
}

.indexBox .yhpj .yhpj_swiper .item_li:last-child {
  margin-right: 0;
}

.indexBox .yhpj .yhpj_swiper .item_li .head {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-right: 10px;
}

.indexBox .yhpj .yhpj_swiper .item_li .tit {
  line-height: 25px;
}

.indexBox .yhpj .yhpj_swiper .item_li .star img {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.indexBox .yhpj .yhpj_swiper .item_li .texts {
  line-height: 25px;
  margin-top: 24px;
  max-height: 175px;
  overflow-y: auto;
}

.indexBox .yhpj .yhpj_swiper .item_li .texts::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  border-radius: 2px;
  background-color: #EEEEEE;
}

.indexBox .yhpj .yhpj_swiper .item_li .texts::-webkit-scrollbar-thumb {
  /*滚动条里面轨道*/
  border-radius: 2px;
}

.indexBox .yhpj .yhpj_sBut,
.indexBox .yhpj .yhpj_prev,
.indexBox .yhpj .yhpj_next {
  position: absolute;
  top: 50%;
  margin-top: -37px;
  z-index: 1;
}

.indexBox .yhpj .yhpj_sBut img,
.indexBox .yhpj .yhpj_prev img,
.indexBox .yhpj .yhpj_next img {
  width: 74px;
  height: 74px;
}

.indexBox .yhpj .yhpj_prev {
  left: -117px;
}

.indexBox .yhpj .yhpj_next {
  right: -117px;
}

@media (max-width: 1434px) {

  .indexBox .yhpj .yhpj_prev,
  .indexBox .yhpj .yhpj_next {
    display: none;
  }
}

.indexBox .yhpj .yhpj_page .swiper-pagination-bullet {
  width: 22px;
  height: 4px;
  border-radius: 0;
  background-color: #FFFFFF;
  filter: alpha(opacity=70);
  /* IE */
  -moz-opacity: 0.7;
  /* 老版Mozilla */
  -khtml-opacity: 0.7;
  /* 老版Safari */
  opacity: 0.7;
  /* 支持opacity的浏览器*/
}

.indexBox .yhpj .yhpj_page .swiper-pagination-bullet-active {
  background-color: #FFFFFF;
  filter: alpha(opacity=100);
  /* IE */
  -moz-opacity: 1;
  /* 老版Mozilla */
  -khtml-opacity: 1;
  /* 老版Safari */
  opacity: 1;
  /* 支持opacity的浏览器*/
}

.indexBox .xwzz .title {
  margin-bottom: 23px;
}

.indexBox .xwzz .tabs {
  position: relative;
}

.indexBox .xwzz .tabs .item_span {
  margin-right: 61px;
}

.indexBox .xwzz .tabs .item_span:last-child {
  margin-right: 0;
}

.indexBox .xwzz .tabs .item_span::before {
  width: 62px;
  margin-left: -31px;
}

.indexBox .xwzz .tabs .more {
  position: absolute;
  right: 0;
  top: 0;
}

.indexBox .xwzz .tabs .more img {
  width: 9px;
  height: 14px;
  margin-left: 10px;
}

.indexBox .xwzz .tab_item {
  margin-top: 60px;
}

.indexBox .xwzz .tab_item .item_a {
  width: 375px;
  margin-right: 37.5px;
}

.indexBox .xwzz .tab_item .item_a:last-child {
  margin-right: 0;
}

.indexBox .xwzz .tab_item .item_a .texts {
  border: 1px solid #EEEEEE;
  border-top: 0;
  padding: 14px 16px;
  box-sizing: border-box;
  line-height: 25px;
}

.indexBox .xwzz .tab_item .item_a .texts p {
  margin: 8px 0 12px;
}

.indexBox .xwzz .tab_item .item_a .texts .time {
  line-height: 20px;
}

.indexBox .slzs {
  margin-top: 220px;
  height: 240px;
}

.indexBox .slzs .container {
  position: relative;
}

.indexBox .slzs .container .cover {
  width: 339px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.indexBox .slzs .container .right_data {
  margin-left: 400px;
}

.indexBox .slzs .container .right_data .item_div {
  margin-right: 78px;
}

.indexBox .slzs .container .right_data .item_div:last-child {
  margin-right: 0;
}

.indexBox .slzs .container .right_data .item_div .big_fs {
  font-size: 60px;
}

/*  新闻资讯-新闻详情   */
.newsBox .marb56,
.newsDetailBox .marb56 {
  margin-bottom: 56px;
}

.newsBox .marb60,
.newsDetailBox .marb60 {
  margin-bottom: 60px;
}

.newsBox .cjwt .list_li,
.newsDetailBox .cjwt .list_li {
  border-bottom: 1px solid #EEEEEE;
}

.newsBox .cjwt .list_li .flex1,
.newsBox .cjwt .list_li .chargesBox .content .right_box .item_div .line_div .label,
.chargesBox .content .right_box .item_div .line_div .newsBox .cjwt .list_li .label,
.newsDetailBox .cjwt .list_li .flex1,
.newsDetailBox .cjwt .list_li .chargesBox .content .right_box .item_div .line_div .label,
.chargesBox .content .right_box .item_div .line_div .newsDetailBox .cjwt .list_li .label {
  margin: 0 10px;
  font-weight: normal;
}

.newsBox .cjwt .list_li .right_arr,
.newsDetailBox .cjwt .list_li .right_arr {
  width: 6px;
  height: 11px;
}

.newsBox .cjwt .list_li .texts,
.newsDetailBox .cjwt .list_li .texts {
  padding-top: 16px;
  line-height: 22px;
}

.newsBox .news_a,
.newsDetailBox .news_a {
  border-bottom: 1px solid #EEEEEE;
}

.newsBox .con_right .list_div .news_a .cover,
.newsDetailBox .con_right .list_div .news_a .cover {
  width: 209px;
  margin-right: 30px;
}

.newsBox .con_right .list_div .news_a .right,
.newsDetailBox .con_right .list_div .news_a .right {
  line-height: 22px;
}

.newsBox .con_right .list_div .news_a .right h2,
.newsDetailBox .con_right .list_div .news_a .right h2 {
  line-height: 28px;
}

.newsBox .con_right .list_div .news_a .right .desc,
.newsDetailBox .con_right .list_div .news_a .right .desc {
  margin: 15px 0 23px;
}

/*   新闻资讯-关于我们-收费标准（banner）  */
.newsBox .banner,
.aboutUsBox .banner,
.chargesBox .banner {
  height: 360px;
  position: relative;
}

.newsBox .banner .container,
.aboutUsBox .banner .container,
.chargesBox .banner .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.newsBox .banner .title h2,
.aboutUsBox .banner .title h2,
.chargesBox .banner .title h2 {
  font-weight: 400;
  font-size: 44px;
  line-height: 62px;
}

/*    新闻资讯      */
.newsBox .con_left {
  width: 284px;
}

.newsBox .con_left .tabs {
  padding: 25px 0;
  border: 1px solid #EEEEEE;
}

.newsBox .con_left .tabs .tab_li {
  margin-bottom: 32px;
}

.newsBox .con_left .tabs .tab_li:last-child {
  margin-bottom: 0;
}

.newsBox .con_left .tabs .tab_li a {
  padding-left: 32px;
}

.newsBox .con_left .tab_act,
.newsBox .con_left .title {
  position: relative;
}

.newsBox .con_left .tab_act::after,
.newsBox .con_left .title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  bottom: 1px;
  width: 3px;
}

.newsBox .con_left .title {
  padding-left: 10px;
  line-height: 22px;
  margin-bottom: 16px;
}

.newsBox .con_left .cjwt .list_li {
  padding: 16px 0;
}

.newsBox .con_left .cjwt .list_li .icon {
  width: 18px;
  height: 18px;
  line-height: 16px;
}

.newsBox .con_left .xwtj .news_a {
  padding: 20px 0;
}

.newsBox .con_left .xwtj .news_a .cover {
  width: 77px;
  margin-right: 10px;
}

.newsBox .con_left .xwtj .news_a .right h2 {
  line-height: 20px;
}

.newsBox .con_right {
  width: 870px;
}

.newsBox .con_right .list_div {
  border-top: 1px solid #EEEEEE;
}

.newsBox .con_right .list_div .news_a {
  padding: 40px 30px;
}

/*    新闻详情     */
.newsDetailBox .breadLine {
  height: 46px;
  line-height: 46px;
  background: #F2F3F5;
}

.newsDetailBox .breadLine img {
  width: 6px;
  margin: 0 15px;
}

.newsDetailBox .newsCon {
  margin-top: 35px;
  width: 851px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.newsDetailBox .newsCon .left_share {
  position: absolute;
  left: -110px;
  top: 116px;
}

.newsDetailBox .newsCon .left_share li {
  margin-bottom: 12px;
}

.newsDetailBox .newsCon .left_share li img {
  width: 40px;
  height: 40px;
}

.newsDetailBox .newsCon .left_share .wx_share {
  position: relative;
}

.newsDetailBox .newsCon .left_share .wx_share .ewm_box {
  position: absolute;
  top: 0;
  right: -160px;
  padding: 15px;
  box-shadow: 0 0 10px #EEEEEE;
}

.newsDetailBox .newsCon .left_share .wx_share .ewm_box .ewm {
  width: 120px;
  height: 120px;
}

.newsDetailBox .newsCon .info {
  margin-bottom: 26px;
}

.newsDetailBox .newsCon .info h1 {
  line-height: 42px;
  margin-bottom: 20px;
}

.newsDetailBox .newsCon .texts_box {
  padding: 25px 0 40px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #333333;
}

.newsDetailBox .newsCon .cjwt .title {
  margin-bottom: 6px;
}

.newsDetailBox .newsCon .cjwt .list_li {
  padding: 22px 0;
}

.newsDetailBox .newsCon .cjwt .list_li .icon {
  width: 32px;
  height: 20px;
  line-height: 20px;
}

.newsDetailBox .newsCon .con_right .list_div .news_a {
  padding: 40px 0;
}

/*    关于我们    */
.aboutUsBox .content {
  margin-top: 90px;
  margin-bottom: 90px;
}

.aboutUsBox .content .title {
  margin-bottom: 30px;
}

.aboutUsBox .content .title h3 {
  line-height: 42px;
  margin-bottom: 9px;
}

.aboutUsBox .content .title .desc {
  line-height: 25px;
}

.aboutUsBox .content .left {
  margin-right: 52px;
  line-height: 24px;
}

.aboutUsBox .content .left p {
  margin-bottom: 30px;
}

/*    收费标准   */
.chargesBox .content {
  margin-top: 90px;
  margin-bottom: 90px;
}

.chargesBox .content .left_box {
  width: 284px;
  border-bottom: 0;
}
.chargesBox .content .left_box>div:first-child{
  border: 1px solid #EEEEEE;
  margin-bottom: 56px;
}

.chargesBox .content .left_box .type_box h2,
.chargesBox .content .left_box .type_box .car_list {
  border-bottom: 1px solid #EEEEEE;
}

.chargesBox .content .left_box .type_box h2 {
  padding: 18px 32px;
}

.chargesBox .content .left_box .type_box h2 .right_arr {
  width: 8px;
  height: 12px;
}

.chargesBox .content .left_box .type_box .car_list {
  padding: 18px 0;
}

.chargesBox .content .left_box .type_box .car_list a {
  line-height: 22px;
  margin-bottom: 38px;
  padding-left: 32px;
}

.chargesBox .content .left_box .type_box .car_list a:last-child {
  margin-bottom: 0;
}

.chargesBox .content .left_box .type_box .car_list .car_act {
  position: relative;
}

.chargesBox .content .left_box .type_box .car_list .car_act::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
}

.chargesBox .content .left_box .car_show .car_list {
  display: block;
}

.chargesBox .content .right_box {
  width: 870px;
}

.chargesBox .content .right_box .marb26 {
  margin-bottom: 26px;
}

.chargesBox .content .right_box .top {
  position: relative;
}

.chargesBox .content .right_box .top .tit {
  line-height: 37px;
  margin-bottom: 12px;
}

.chargesBox .content .right_box .top .desc {
  padding: 17px 11px;
  background-color: #f5f5f5;
}

.chargesBox .content .right_box .top .car_img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 296px;
}

.chargesBox .content .right_box .item_div {
  padding-bottom: 26px;
  border-bottom: 1px solid #EEEEEE;
}

.chargesBox .content .right_box .item_div:last-child {
  border-bottom: 0;
}

.chargesBox .content .right_box .item_div .tit {
  line-height: 25px;
  margin-bottom: 10px;
}

.chargesBox .content .right_box .item_div .line_div {
  margin-bottom: 10px;
}

.chargesBox .content .right_box .item_div .line_div:last-child {
  margin-bottom: 0;
}

.chargesBox .content .right_box .item_div .line_div .label {
  margin-right: 20px;
}

.chargesBox .content .right_box .item_div .line_div .label,
.chargesBox .content .right_box .item_div .line_div .desc {
  line-height: 22px;
}

/*	   404        */
.nothingBox {
  border-top: 1px solid #EEEEEE;
  height: calc(100vh - 536px);
  min-height: 623px;
}

.nothingBox .content img {
  width: 228px;
}

.nothingBox .content .tips {
  line-height: 33x;
  margin: 34px 0;
}

.nothingBox .content .Jump_but {
  padding: 13px 65px;
}




#Popup {
  width: 870px;
  height: 570px;
  position: fixed;
  top: 50%;
  margin-top: -270px;
  left: 50%;
  margin-left: -435px;
  font-size: 14px !important;
  font-family: 'Microsoft Yahei' !important;
  background: #fff;
  border-radius: 8px;
  z-index: 101;
  transition: all .8s cubic-bezier(.42, .47, 0, 1.24);
}

.close-popup {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  right: -40px;
  top: -40px;
  background: url(../images/close2.png);
  z-index: 99999;
  cursor: pointer;
  background-size: contain;
}

#Popup .container {
  width: 50%;
  height: 100%;
  position: relative;
  float: left;
  background: #fff;
  border-radius: 8px 0 0 8px;
}

.box1 {
  width: 100%;
  height: 100%;
  position: absolute;
  /* display: none; */
}

.left-box {
  width: 100%;
  float: left;
  height: 100%;
  padding: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.left-box h1 {
  font-size: 28px;
  color: #ff7133;
  font-weight: 600;
}

.left-box h1 span {
  color: #444;
}

.left-box p {
  margin-top: 10px;
  font-size: 12px;
  color: #888;
}

.inside-box {
  width: 100%;
  height: 390px;
  margin-top: 25px;
  box-shadow: 0 0 20px 0 rgba(10, 130, 107, 0.1);
  border-radius: 5px;
}

.container-2 {
  width: 335px;
  height: 100%;
  overflow: hidden;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.container-ks {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.container-ks .box2 {
  width: calc(100% - 60px);
  padding: 25px 30px 0;
}

.container-2 .box2 {
  float: left;
}

.domestic {
  margin-top: 0;
}

.area div:first-child {
  float: left;
}

.domestic div {
  width: 100% !important;
}

.area div {
  position: relative;
  overflow: hidden;
  margin-bottom: 13px;
}
.area select {
  height: 36px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 16px 0 10px;
  position: relative;
  width: 100%;
  float: left;
  border-radius: 3px;
}

.area input {
  height: 36px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 16px 0 10px;
  position: relative;
  width: calc(100% - 28px);
  float: left;
  border-radius: 3px;
}

.pianoBtn {
  width: 100%;
  height: 44px;
  background: #ff7133;
  color: #fff;
  margin-top: 13px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
}
.left-box p {
  margin-top: 10px;
  font-size: 12px;
  color: #888;
}

.warning {
  color: #ff7133!important;
  text-align: left;
  padding-top: 5px;
}

.right-box {
  width: 50%;
  float: left;
  height: 100%;
  border-radius: 0 8px 8px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 50px 50px 40px;
  background: #fff;
}
.baojia-Customer {
  width: calc(100% - 30px);
  padding: 28px 5px 28px 20px;
  border-radius: 3px;
  position: relative;
  margin-top: 15px;
  box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.03);
  color: #777;
}

.baojia-Customer p {
  line-height: 2;
}

.right-box p {
  font-size: 14px;
}
.c-title {
  width: 160px;
  line-height: 30px;
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -80px;
  background: #fff;
  text-align: center;
  color: #444;
}
.baojia-Customer p span {
  color: #ff7133;
  font-size: 18px;
}
.online a:first-child{
  margin-right: 10px;
}

.online a {
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: relative;
  background: #ff9023;
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  padding-left: 25px;
  margin-top: 10px;
  cursor: pointer;
}

.weixin {
  margin-left: 16px;
  background: #ff7133!important;
  padding-left: 32px!important;
}

.baojia-city {
  margin-top: 50px;
  padding: 30px 5px 5px 30px;
}


.baojia-city p {
  float: left;
  line-height: 2.5!important;
  width: 50%;
}

.right-box p {
  font-size: 14px;
}

.form-tel {
  padding-bottom: 20px;
  height: 190px;
}

.swiper-container {
  position: relative;
  overflow: hidden;
  list-style: none;
}

.chat:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 8px;
  background: url(../images/chat2.png) no-repeat;
}

.weixin:before {
  content: '';
  position: absolute;
  width: 23px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 8px;
  background: url(../images/chat2.png) -18px 2px no-repeat;
}

.form-tel .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
  width: 6px;
  height: 6px;
}
.form-tel .swiper-pagination-bullet-active {
  background: #e53025;
}


.ajax-msg .ewm {
  width: 240px;
  height: 240px;
  padding: 30px;
  background: rgba(0,0,0,0.65);
  position: fixed;
  top: 50%;
  margin-top: -70px;
  left: 50%;
  margin-left: -150px;
  pointer-events: none;
  transition: 0.5s;
  z-index: 99999;
  color: #fff;
  display: none;
}