@media (min-width: 1280px) {
  .container {
    max-width: 1230px;
  }
}

a {
  color: #E4BB65;
  text-decoration: none;
}

a:hover {
  color: #E4BB65;
  text-decoration: none;
}


li {
  list-style: none;
}

.btn-cls {
  background: #CEAE7E;
  color: #fff;
  font-size: 14px;
}

.bg-navbar{
  background: rgba(10, 10, 10, 0.1);
}
.navbar .navbar-brand {
  margin-left: 4rem;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active {
  color: #e1bc6e;
}

.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 1.125rem;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 1.125rem;
}

.navbar-nav li:hover .dropdown-menu {
  display: block;
}

.navbar-nav li .dropdown-menu a:hover {
  color: #ebc66f;
}

.navbar-nav li:nth-child(2) .dropdown-menu .dropdown-item:nth-child(4) {
  border-bottom: 1px solid #cccccc;
}

.navbar .nav-divider{
  margin: 0.1rem 0;
}

.navbar-brand img {
  width: 10rem;
}

.dropdown-toggle::after {
  display: none!important;
}

.navbar-nav {
  margin: 0 auto!important;
}

.nav-item {
  margin: 0 .3rem;
}

.nav-item.active a.nav-link{
  color: #E1BC6E!important;
}

.navbar-collapse {
  margin-right: 12rem;
}

.navbar .navbar-nav > li > a > i{
  margin-left: 2px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 12px;
}
.navbar .navbar-nav > li:hover > a > i{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.language-transformation {
  position: absolute;
  right: 4rem;
}

.language-transformation a.nav-link {
  font-size: 0.8rem!important;
}

.language-transformation a.nav-link img{
  margin-right: .2rem;
}

/* S 轮播图样式 */
.carousel-control-prev-icon {
  background-image: url("../images/icon_left.png");
  height: 34px;
  width: 16px;
}
.carousel-control-next-icon {
  background-image: url("../images/icon_right.png");
  height: 34px;
  width: 16px;
}
.carousel-indicators li {
  width: 3rem;
  height: 2px;
  opacity: .2;
}
.carousel-indicators .active {
  opacity: .5;
}
/* E 轮播图样式 */

@media (max-width: 1030px) {
  .navbar .navbar-brand {
    width:180px;
    margin-left: 0;
  }
  .navbar-dark .navbar-nav .nav-link,
  .navbar-light .navbar-nav .nav-link {
    font-size: .85rem;
  }
}


@media screen and (max-width: 1201px){
  .navbar-collapse {
    margin-right: 0;
  }
  .language-transformation {
    position: relative;
    right:0;
  }
}



footer {
  color: #000;
  padding: 3rem 0 2rem;
  background: #fff;
  font-size: 0.9rem;
}

.footer-logo {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 2rem 0;
}

.footer-logo .feature .icon-num {
  margin-right: 1.3rem;
}

.foot-rows {
  justify-content: space-between;
}

.col-foot-x1{
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.foot-wrap{
  margin-bottom: 5px;
}
.foot-title{
  font-size: 16px;
  color: #000000;
  line-height: 40px;
  text-transform: capitalize;
  margin-bottom: 0px;
  position: relative;
  font-weight: 500;
}

.foot-title i{
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  cursor: pointer;
  font-size: 12px;
}
.foot-title i:before{
  content: "";
  width: 16px;
  height: 1px;
  background-color: #999;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
}
.col-foot-x1 .foot-title i:after{
  content: "";
  width: 1px;
  height: 16px;
  background-color: #999;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
}
.col-foot-x1.cur .foot-title i:after{
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.foot-inner{
  height: auto;
  overflow: hidden;
  margin: 10px 0;
}
.foot-list{
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.foot-list li{
  font-size: 14px;
  line-height: 28px;

}
.foot-list li a{
  color: rgba(0, 0, 0, 0.8);
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.foot-list li a:hover{
  color: #e1bc6e;
}


@media (max-width:768px) {

  .footer-logo .feature {
    padding-top: .8rem;
  }

  .col-foot-x1{
    padding-left: 0;
    width: 100%;
  }

  .foot-title{
    border-bottom: 1px solid #efefef;
  }
  .foot-title i{
    display: block!important;
  }
  .foot-inner{
    display: none;
  }
  .foot-list li{
    font-size: 14px;
  }
}

footer .foot-left .foot-subtitle{
  font-size: 16px;
  color: #000000;
  line-height: 40px;
  text-transform: capitalize;
  margin-bottom: 0px;
  position: relative;
  font-weight: 500;
}

footer .foot-left .foot-subinner {
  margin: 10px 0;
}

footer .foot-left .list-btn ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
footer .foot-left .list-btn li {
  width: 50%;
  padding-bottom: 1rem;
}
footer .foot-left .list-btn .btn{
  display: inline-block;
  color: #1A1F36;
  text-align: left;
  padding: .5rem 1rem;
  transition: all .35s ease;
  height: 40px;
  border-radius: 5rem;
  background: #F6F5F8;
}

footer .foot-left .list-btn i{
  margin-right: .5rem;
}

footer .foot-left .list-btn .btn:hover {
  color: #fff;
  background: #000;
}


footer .foot-contact-info img {
  height: 0.8rem;
  margin: 0 0.2rem 0.2rem;
}
footer .foot-contact-info a {
  color: rgba(0, 0, 0, 0.6);
}


footer .message{
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
}
footer .footer-tips {
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 1.5rem;
}



footer .footer-cookie {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 1.5rem;
}
footer .footer-cookie a{
  color: rgba(0, 0, 0, 0.8);
}

footer .gobtn {
  margin: 0 auto;
  width: 100px;
}
footer .gotop {
  font-size: 12px;
  color: rgba(0, 0, 0,0.6);
  display: flex;
}
footer .gotop i{ display: inline-block; width:20px; height:20px;background-image:url(../images/dicon4.png);}


.appintro {
  font-size: 14px;
}
.appintro p {
  margin-bottom: .5rem;
}

.policiesBox {
  max-height: 460px;
  overflow-y: scroll;
}


@media (max-width:768px) {
  footer .message {
    border-top: 0;
  }
}



#online_service_bar{ z-index:3; position:fixed; bottom:50%; margin-bottom: -100px; right:15px; width:64px; }
#online_service_bar ul{ width: 100%; padding: .5rem 0; background: #fff; box-shadow:0 3px 12px rgba(0,0,0,.24); border-radius: 8px;}

#online_service_bar ul li{ list-style: none; width:100%; height:64px; position: relative; }

#online_service_bar .rrside-btn { padding: .5rem 0; display: flex; justify-content:center; align-items: center; flex-direction: column;  }

#online_service_bar ul li.mt4 .son{ display: none;  position: absolute;width: 188px; top:-110px; background-image:url(../images/mtqr.png);  height:266px;  right:66px; }
#online_service_bar ul li.mt4 .son .sontext{width:100%; text-align:center;color:#cbab72; line-height:25px; height:25px; margin-top:210px;  font-size:20px;}
#online_service_bar ul li.mt4 .son .sontext2{width:100%; text-align:center;color:#7c7c7c;font-size:14px;}

.rrside .ricon{ width:20px; height:20px;background-image:url(../images/dicon1.png);}
.rrside .ricon1{ width:20px; height:20px;background-image:url(../images/dicon2.png);}
.rrside .ricon3{ width:20px; height:20px;background-image:url(../images/dicon3.png);}
.rrside .ricon4{ width:20px; height:20px;background-image:url(../images/dicon4.png);}

.rrside p{ font-size:12px;color:rgba(0, 0, 0, .8);text-align:center;}



.miniside {
  z-index:3;
  position:fixed;
  top:50%;
  margin-top: -100px;
  right:15px;
  width:56px;
}

.miniside .live-btn {
  display: block;
  width:56px; 
  cursor: pointer;
  background-color: #DC8E4C;
  box-shadow:0 3px 9px rgba(0,0,0,.24);
  text-align: center;
  border-radius: 56px;
  padding: 1rem 0;
  margin-bottom: .5rem;
}
.miniside .live-btn .text {
  padding: .25rem 0;
  color: #fff;
  font-size: .875rem;
}
.miniside .live-btn .live_img  {
  animation: left_to_right 4s 0s infinite;
  -webkit-animation: left_to_right 4s 0s infinite;
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
}

.miniside .miniside-btn {
  width: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow:0 3px 9px rgba(0,0,0,.24);
  border-radius: 56px;
  padding: .5rem 0 1rem;
}
.miniside .miniside-btn p{
  font-size:12px;
  color:rgba(0, 0, 0, .8);
  text-align:center;
  margin: 0;
  padding-top: .3rem;
}
.miniside .scrollToTop {
  display: none;
  margin-top: .5rem;
}
.miniside .scrollToTop .miniside-btn{
  padding: 0;
  height: 56px;
}
.miniside .scrollToTop .miniside-btn p {
  padding: 0;
}
.miniside .ricon{
  width: 38px;
  height: 38px;
  background-image:url(../images/miniapp/srv_icon.png);
  background-size: contain;
}
.miniside .ricon4{
  width: 20px;
  height: 20px;
  background-image:url(../images/dicon4.png);
}


@keyframes left_to_right {
    0%,
    55% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    60% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }

    65% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }

    70% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }

    75% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }

    80% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg);
    }

    85% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    90% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    95% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@media (max-width: 768px) {
  #online_service_bar {
    margin-top: 0;
  }
  
  .rrside {
    display: none;
  }

  .miniside {
    top:auto;
    bottom:2rem;
    margin-top: 0;
  }

  footer .row {
      margin-left: 0;
      margin-right: 0;
  }
}


.hdModal .modal-content {
  background: transparent;
  border: 0;
}

.hdModal .modal-header {
  border-bottom: 0;
}
.hdModal .modal-body {
  text-align: center;
}
.hdModal .close {
  border: 2px solid #ccc;
  color: #ccc;
  opacity: 1;
  width: 36px;
  height: 36px;
  border-radius: 20px;
  position: absolute;
  left: 48%;
  z-index: 99;
  text-align: center;
  line-height: 24px;
  font-size: 2rem;
}

/* 直播升级弹窗 */
.liveModal {
  
  .modal-dialog {
    max-width: 664px;
  }

  .modal-header {
    border: 0;
    padding: 0 1rem;
  }

  .modal-title {
    font-weight: 500;
    color: #000;
    font-size: 1.5rem;
  }

  .modal-content {
    border: 0;
    padding: 1rem .5rem;
  }

  .modal-body {
    padding: 0 1rem;
  }

  .modal-content p {
    font-size: .875rem;
    color: rgba(0, 0, 0, 0.6);
  }

  .live-box {
    display: flex;
  }

  .live-box .leftside {
    padding-top: 1rem;
  }
  
  .live-box .list-btn {
    display: flex;
  }

  .topside {
    display: none;
  }

}

@media (min-width: 769px) {

  .liveModal {
    .modal-btn{
      display: inline-block;
      font-size: 1rem;
      background-color: #CEAE7E;
      color: #fff;
      padding: .5rem 1.5rem;
      border-radius: 5rem;
      transition: all .35s ease;
    }
    .modal-btn:hover {
      color: #fff;
      background: #000;
    }
    
    .btn-close {
      margin-left: 1rem;
      background: #F4ECE0;
      color: rgba(0, 0, 0, 0.6);
    }
  }

}
@media (max-width: 768px) {

  .liveModal {

    .modal-dialog {
      margin: .5rem 2.5rem;
    }

    .modal-header {
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .close {
      display: none;
    }
  
    .modal-title {
      font-size: 1.125rem;
    }
  
    .live-box .rightside {
      display: none;
    }
  
    .live-box .list-btn {
      justify-content: space-around;
      flex-direction: row-reverse;
      padding-top: .8rem;
      border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    .modal-btn{
      font-size: 1.125rem;    
    }

    .btn-close {
      color: rgba(0, 0, 0, 0.6);
    }

    .topside {
      display: block;
    }
  
  }
}
