/*************************************
* 文件名称：common.css
* 作   者：客户成功部
* 创建日期：2022-01-01
* 最后修改：name/ 第X行 / yyyy-mm-dd
* 文件版本：UI CSS Frameworks Beta
* 内容概要: 公用样式文件
*************************************/
@import url('3cad59d1575346328ee8093494775198.css');
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../font/91f2748a-880f-4b82-9cb9-22ae1ee528e7.ttf);
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url(../font/59f62fed-e171-49e4-8e95-0499379fabea.ttf);
}

body {
  font-family: 'Poppins-Regular', raleway, Arial, sans-serif;
  /*
  font-family: 'Microsoft JhengHei';
  font-family: 'Barlow', sans-serif;
  font-family: raleway,Arial,sans-serif;
font-family: -apple-system, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
  */
  border: none;
  outline: none;
}

:root {
  --theme-color: #e70012;
  --themes-color: #f39900;
  --swiper-navigation-size: 50px;
}

a {
  outline: none;
}
a {
  transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.text-white {
  color: #333;
}
.btn-primary {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
p,
span {
  word-break: keep-all;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
  line-height: 0px;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.hide {
  display: none !important;
}

.btn.focus,
.btn:focus,
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgb(255 255 255 / 0%);
}

.page_a.current {
  background: none;
}
.page_a {
}
.page_a:hover {
  background: none;
}

/* scrollbar css */
/* width */
::-webkit-scrollbar {
  width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #222;
}

@keyframes scrollmouse {
  from {
    transform: translate(-50%, 0);
    opacity: 1;
  }
  to {
    transform: translate(-50%, 10px);
    opacity: 0;
  }
}

.MicrosoftMap .Infobox .infobox-info {
  font-family: verdana;
  font-size: 12px;
  color: #888;
  padding: 10px;
  padding-top: 0px;
  overflow: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
  font-size: 18px;
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background: rgb(0 0 0 / 30%);
  border-radius: 50px;
  transition: all 0.5s ease 0s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: var(--theme-color);
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--theme-color);
}

#c_grid-116273709439191 {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0px;
  z-index: 99;
  transition: all 0.5s ease 0s;
}
#c_grid-116273709439191.yya {
  box-shadow: 0px 5px 5px 0px rgba(100, 100, 100, 0);
}
#c_grid-116273709439191.syys.nyys {
  padding-top: 10px;
  background-color: rgba(0, 0, 0, 0);
}
#c_grid-116273709439191.syys.yya {
  padding-top: 0px;
  background-color: rgba(0, 0, 0, 0.8);
}

#c_grid-116273709439191.syys.active {
  background-color: rgba(0, 0, 0, 0.8);
}

#c_grid-116273709439191.nyys {
  background: #232323;
}
#c_grid-116273709439191.yya {
  top: 0px;
}
#c_grid-116273709439191.yya.sabit {
  top: 0px;
}
#c_grid-116273709439191.gizle {
  top: -92px;
}
#c_grid-116273709439191.sabit {
  top: 0px;
}

@media only screen and (max-width: 768px) {
}
@media only screen and (min-width: 769px) {
}
@media only screen and (max-width: 1440px) and (min-width: 769px) {
}

@media only screen and (max-width: 1640px) and (min-width: 1441px) {
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
}

@media only screen and (max-width: 1366px) and (min-width: 1281px) {
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
}
@keyframes fa_span01_ani {
  0% {
    width: 6px;
  }
  100% {
    width: 48px;
  }
}
@keyframes fa_span02_ani {
  0% {
    width: 48px;
  }
  100% {
    width: 6px;
  }
}
.yx_flexJC {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.yx_flex {
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.yx_InLine p span {
  display: inline-block;
  margin: 0 6px 0 0;
  height: 6px;
  border-radius: 6px;
  margin-top: 14px;
}
.yx_InLine p span:nth-child(1) {
  width: 6px;
  background: #f39900;
  animation: fa_span01_ani 1.2s linear infinite alternate;
}
.yx_InLine p span:nth-child(2) {
  width: 48px;
  background: #e70012;
  animation: fa_span02_ani 1.2s linear infinite alternate;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 15px);
  padding: 0.375rem 0.8rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fbfbfb;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: none !important;
}
.p_required,
[class^='e_'][required] .p_label::after {
  vertical-align: middle;
  font-size: 14px;
  line-height: 100%;
  top: 0;
  padding-left: 0px;
  position: relative;
  font-weight: 500;
}
