/* *
IOS */

i, .swiper-button-next, .swiper-button-prew {
  outline: none !important;
  box-shadow: none !important;
}

#footer {
  background-color: #1B1B1B;
  color: white;
  overflow-y: auto;
}

#footer > div {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100%;
}

#footer .flex_Parent_Column {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 50px;
  padding-left: 20px;
  align-items: center;
}

#footer .website_message_title {
  margin: 10px;
}

#footer input, #footer textarea {
  background: #373737;
  border: none;
  padding: 5px 10px;
  font-size: 16px;
  color: #CCCCCC;
  margin: 5px;
  flex: 1;
}

#footer textarea {
  resize: none;
}

#footer input:focus, #footer textarea:focus {
  box-sizing: border-box;
  outline: 0px;
  border: none;
}

#footer .confirm {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  margin: 10px;
  width: 80px;
}

#footer .website_message {
  flex: 1;
}

#footer .website_message .input_Parent {
  display: flex;
}

#footer .footer_Container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
}

@media screen and (max-width : 768px) {
  #footer .footer_Container {
    padding-top: 0px;
  }
}

#footer .footer_Container > div {
  width: 1200px;
  max-width: 100%;
}

#footer .erweima_Container {
  display: flex;
  flex: 1;
  align-items: center;
}

#footer .phone_Number {
  margin-left: 30px;
  flex: 1;
}

#footer .erweima_Container img {
  width: 100px;
  height: 100px;
}

#footer .map {
  display: flex;
  margin: 80px 0px;
}

#footer .map .container2 {
  flex: 2;
  display: flex;
}

.map_items {
  flex: 1;
  color: white;
  border-right: 1px solid #999;
  padding: 0 40px;
}

@media screen and (min-device-width : 768px) and (max-device-width : 1280px) {
  .map_items {
    padding: 0 4vw;
  }
}

#footer .map .container1 > div {
  flex: 1;
  color: white;
  padding: 0 60px;
}

#footer .map .desc {
  color: #999;
  margin: 8px 0;
  font-size: 13px;
  white-space: nowrap;
  word-break: keep-all;
}

.footer_Title {
  font-size: x-large;
  margin: 15px 0;
  margin-top: 0;
}

#footer .language_Choose {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
}

@media screen and (max-width: 767px) {
  .phone_hide {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #footer .language_Choose > div {
    display: flex;
    padding: 20px 0;
    width: 1200px;
    max-width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  #footer .language_Choose > div > div {
    display: flex;
    align-items: center;
  }
}

#footer .language_Choose > div > img {
  width: 20px;
  margin-right: 15px;
  margin-left: 20px;
}

@media screen and (min-width: 768px) {
  #footer .language_Choose .language_Btn {
    margin-right: 30px;
    padding: 8px 15px;
  }
}

@media screen and (max-width: 768px) {
  .language_Btn {
    display: inline-block;
    width: calc(50% - 4px);
    padding: 0.5rem 0.8rem;
    font-size: 0.9rem;
    white-space: nowrap;
  }
}

#footer .language_Choose .language_Btn.active {
  background-color: #666;
}

@media screen and (min-width: 768px) {
  #footer .language_Choose .language_Btn.active {
    margin-left: 16px;
  }
}

.footer_Bottom {
  display: flex;
  color: rgba(255, 255, 255, 1.0);
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: black;
  font-size: smaller;
  font-weight: normal;
  height: 50px;
  padding: 1em 0;
}

@media screen and (max-width: 768px) {
  .footer_Bottom {
    height: auto;
  }
}

.footer_Bottom > div {
  max-width: 100%;
  padding: 0px 10px;
}

.footer_Bottom .as {
  width: 1200px;
  max-width: 100%;
  display: flex;
}

@media screen and (max-width: 768px) {
  .footer_Bottom .as {
    display: inherit;
  }
}

.footer_Bottom .font_C {
  margin-top: 15px;
}

.footer_Bottom .other_Aa {
  margin-right: 50px;
}

.other_Aa:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  #footer .map {
    display: block;
    margin: 10px 0;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  #footer .map .container2 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .map_items {
    padding: 0 20px;
    border-right: none;
  }
}

@media screen and (max-width: 768px) {
  #footer .map .container1 > div {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .footer_Title {
    font-size: large;
    margin: 8px 0;
  }
}

@media screen and (max-width: 768px) {
  .footer_Bottom {
    padding: 1rem;
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  .footer_Bottom > div {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #footer .website_message_title {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  #footer .flex_Parent_Column {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  #footer input, #footer textarea {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #footer .confirm {
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  #footer .confirm_Body {
    text-align: center;
    padding: 20px 0 40px 0;
  }
}

@media screen and (max-width: 768px) {
  #footer .flex_Parent_Column {
    padding-left: 0;
  }
}

.map_items.right_no_border {
  border-right: none;
}

.map_items.display_flex {
  align-items: center;
  justify-content: center;
}

/* **AAAAAA--footer --AAAAAA** */

.no_bar::-webkit-scrollbar {
  width: 0px;
}

.no_bar::-webkit-scrollbar-track {
  /*background-color: #bee1eb;*/
  background-color: transparent;
}

#web_go_top {
  position: fixed;
  right: 2vw;
  bottom: 80px;
  z-index: 999999;
}

#newBridge {
  display: none !important;
}

#my_Chat_Body {
  position: fixed;
  top: 50%;
  height: 126px;
  margin-top: -63px;
  right: 0px;
  text-align: right;
  display: none;
}

#new_Tips {
  position: fixed;
  bottom: 35%;
  /*height: 126px;*/
  right: 0px;
  display: flex;
  z-index: 9999;
}

@media screen and (max-width : 767px) {
  #new_Tips {
    display: none;
  }
}

#new_Tips_Menu {
  width: 0px;
  transition: all 0.8s;
}

#new_Tips_Menu.open {
  width: 188px;
}

#new_Tips_Menu .img, #new_Tips_Menu .text {
  cursor: pointer;
}

#my_Chat_Body > div {
  height: 40px;
  color: white;
  margin-top: 2px;
  text-align: right;
}

#my_Chat_Body > div > div {
  display: inline-block;
}

#my_Chat_Body > div > div > .a {
  display: flex;
  background-color: rgba(0, 130, 200, 1.0);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

#my_Chat_Body .a > .text {
  width: 0px;
  transition: all 0.8s;
  white-space: nowrap;
  overflow-x: hidden;
  text-align: center;
  color: white;
}

#my_Chat_Body .a:hover > .text {
  width: 110px;
  padding-right: 15px;
}

@media screen and (min-width : 768px) {
  #phone_footer_blank, #phone_footer_menu {
    display: none !important;
  }
}

