:root {
  --primary-color: #2b3aa1; /* 默认主题颜色 */
  --secondary-color: #1f1f1f; /* 底部颜色 */
  --third-color: #161616; /* 联系我们颜色 */
  --top-color: #474747; /* 顶部颜色 */
}


body{
  background: url("/index/img/page-bk.jpg");
}
div,p,ul,li,span,label,article,section,ol,strong,h1,h2,h3,h4,h5,h6{
  box-sizing: border-box;
  margin:0;
  padding:0;
}
li{
  list-style: none;
}
a,a:hover{
  color:#333333;
  text-decoration: none;
}
a,a:hover,a:link,a:visited{text-decoration:none}
@media screen and (min-width:800px){
  .mobile-bottom{
    display:none;
  }
}

.rightSidebar {
  position: fixed;
  bottom: 20%;
  right: 1rem;
  z-index: 300
}

.rightSidebar .rightSidebar-item {
  margin-top: .625rem;
  background-color: #fff;
  box-shadow: 0 0 .5rem rgba(0,0,0,.25);
  height: 3rem;
  width: 3rem;
  padding: .75rem;
  text-align: center;
  transition: all .25s
}

.rightSidebar .rightSidebar-item label {
  display: block;
  cursor: pointer
}

.rightSidebar .rightSidebar-item label:before {
  font-family: iconfont!important;
  line-height: 1.5rem;
  font-size: 1.625rem;
  color: #fff
}

.rightSidebar .rightSidebar-item.skype label:before {
  color: #fff;
  content: "\e63c"
}

.rightSidebar .rightSidebar-item.rightSidebar-ico {
  background-color: #fff
}

.rightSidebar .rightSidebar-item.whatsapp {
  background-color: #fff
}

.rightSidebar .rightSidebar-item.whatsapp label:before {
  content: "\e645"
}

.rightSidebar .rightSidebar-item.back-to-top {
  background-color: rgba(0,0,0,.5);
  cursor: pointer;
  border: 1px solid rgba(255,255,255,.5);
  position: relative
}

.rightSidebar .rightSidebar-item.back-to-top:after {
  content: ' ';
  position: absolute;
  top: calc(50% - .75rem);
  left: calc(50% - .5rem);
  border: .5rem solid transparent;
  border-bottom-color: rgba(255,255,255,.5)
}

.rightSidebar.small .rightSidebar-item {
  height: 2rem;
  width: 2rem;
  padding: .375rem
}

.rightSidebar.small .rightSidebar-item label:before {
  line-height: 1.25rem;
  font-size: 1.25rem
}

.rightSidebar.small .rightSidebar-item.back-to-top:after {
  top: calc(50% - .625rem);
  left: calc(50% - .375rem);
  border: .375rem solid transparent;
  border-bottom-color: rgba(255,255,255,.5)
}

.rightSidebar.large .rightSidebar-item {
  height: 3.75rem;
  width: 3.75rem;
  padding: .75rem
}

.rightSidebar.large .rightSidebar-item label:before {
  line-height: 2.25rem;
  font-size: 2.25rem
}

.skype-list{
  width: 200px;
  height: 180px;
  background: #f6f6f6;
  position: absolute;
  right: 48px;
  top: 126px;
}
.whatsapp-list{
  width: 200px;
  height: 180px;
  background: #f6f6f6;
  position: absolute;
  right: 48px;
  top: 184px;
}
.email-list{
  width: 200px;
  height: 180px;
  background: #f6f6f6;
  position: absolute;
  right: 48px;
  top: 10px;
}
.sidebar-li{
  margin:6px;
  border-bottom: 1px solid #b2b1b1;
}
.hide{
  display:none;
}

.whatsapp-list .skype-list .email-list a:hover {
  color: #0091DF;
}
.skype-icon{
  height:20px;
  width:20px;
  margin:2px;
}
body>.skiptranslate {display: none !important;}
body { top: 0px !important; }
.goog-te-gadget>span {display:none !important}
.goog-te-gadget {
  font-size: 0px !important;
  color: #454545 !important;
}
#google_translate_element{
  margin-top:10px !important;
}
.xz-container img{
    max-width:100%;
    object-fit: cover;
}
.mobile-menu-nav-ul>.list-group-item:last-child{
  display:none;
}