@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 li:nth-child(4) .dropdown-menu .dropdown-item:nth-child(3) {
  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 .6rem;
}

.nav-item.active a.nav-link{
  color: #E1BC6E!important;
}

.navbar-collapse {
  margin-right: 12rem;
}

.navbar .navbar-nav > li > a > i{
  margin-left: 10px;
  -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: 14px;
}
.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 {
    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) {


  .col-foot-x1{
    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: 1.5rem 0;
  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;
}




.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;}
#online_service_bar{ z-index:3; position:fixed; top:0; right:0px; height:100%; width:64px; }
#online_service_bar ul{ margin-top:250px;padding: 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 ul li:hover {background: #ccc}

#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; *zoom: 1;}
#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;}


@media (max-width: 576px) {
  .rrside {
    display: none;
  }

  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;
}