/* 修改 20220815 */
@font-face {
  font-family: 'Lato-Light';
  src: url('../fonts/Lato-Light-4.ttf') format('truetype');
}

@font-face {
  font-family: 'Lato-Black';
  src: url('../fonts/Lato-Black-2.ttf') format('truetype');
}

@font-face {
  font-family: 'Lato-Bold';
  src: url('../fonts/Lato-Bold-7.ttf') format('truetype');
}

@font-face {
  font-family: 'Lato-Regular';
  src: url('../fonts/Lato-Regular-2.ttf') format('truetype');
}

html,
body {
  color: #363636;
  background-color: #efefef;
  overflow-x: hidden;
}

body {
  position: relative;
}

.container{
  max-width: 1920px;
}

picture{
  font-size: 0;
}

::-moz-selection {
  background: #404040;
  color: #B50D0D;
}

::selection {
  background: #404040;
  color: #B50D0D;
}

/* navbar 待整理 */
.navbar .brand {
  padding: 0;
  margin: 0;
  width: 300px;
	height: 70px;
  color: transparent;
  background: url('https://images.ushopal.com/logo%20--53.png') no-repeat;
  background-size: 166px auto;
  background-position: center;
}

.navbar a,
.navbar a:hover,
.navbar a:active {
  position: relative;
  /* color: #830909; */
  font-weight: 400;
  /* color: #E5E3DE; */
  font-family: "Lato-Light", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;;
}

.navbar li.active a::after{
  position: absolute;
  content: '';
  top: 8px;
  left: 2px;
  right: 2px;
  bottom: 8px;
  /* height: 3px; */
  background-color: #21160C;
  border-radius: 20px;
  z-index: -1;
}

hr {
  border-top: 1px solid #858484;
  border-bottom: 1px solid #CFCDCD;
}

.nav-bar-tmp{
  display: block;
  height: 69px;
}

.navbar-inner{
  border-radius: 0!important;
}

.navbar .navbar-inner,
.navbar .nav li ul {
  background: #E5E3DE;
  color: #1F1F1F;
  opacity: .8;
}

a.btn-navbar {
  background: #363636;
  color: #1F1F1F;
}

.navbar .nav li a {
  color: #1F1F1F;
  font-weight: 300;
  font-size: 12px;
  /* color: #ffffff; */
}

.navbar .nav li a:hover,
.navbar .nav li.active a {
  text-shadow: none;
}

.navbar .nav .active > a,
.navbar .nav .active > a:hover{
  color: #E5E3DE;
}

/* .navbar .nav>li a {
  color: #fff;
} */

/* .navbar .nav>li:not(.translate) a:hover,
a.btn-navbar:hover {
  color: #B50D0D;
}

.navbar .nav .active>a,
.navbar .nav .active>a:hover,
a.btn-navbar:active {
  color: #B50D0D;
  font-weight: 400;
}

.navbar .nav li ul li a:hover {
  color: #B50D0D;
}

.nav li a span:hover {
  color: #B50D0D;
} */

.nav li a a:hover {
  font-weight: 400;
}

/* .navbar .nav li ul li a:active {
  color: #B50D0D;
} */

#documenter_copyright {
  display: block !important;
  visibility: visible !important;
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: right;
  margin: 15px 80px 0 0px !important;
}



.nav .lines {
  float: left;
  width: 1px;
  height: 10px;
  background-color: #fff;
  margin: 5px 20px 0px 0px;
}

.nav ul:after {
  display: block;
  content: '';
  clear: both;
}

.nav>li {
  font-size: 14px;
}

.nav>li:nth-child(7) {
  font-size: 12px;
}

.nav>li:nth-child(7)>a:hover {
  color: #fff;
}



/* 最顶部banner */
.documenter-cover{
  /*padding-top: 70px;*/
  height: calc(100vh - 70px);
  /* max-height: 1030px; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #AFABA8;
}

.documenter-cover.en{
  background-image: url('https://images.ushopal.com/bg-en-pc-20241120.jpg');
}

.documenter-cover.cn{
  background-image: url('https://images.ushopal.com/bg-cn-pc-20241120.jpg');
}


  /* 块 */
.wap-img{
  display: none;
}

.section-block picture img{
  display: block;
  width: 100%;
}

.section-title {
  position: relative;
  padding-left: 30px;
  font-family: Lato-Light;
  font-size: 36px;
  line-height: 73px;
  letter-spacing: 0px;
  color: #4b4e53;
}

.section-title.lh1{
  line-height: 1;
}

.section-title.white,
.section-title.white .strong,
.section-title.white + .section-desc{
  color: #ffffff;
}

/*.section-title::before {*/
/*  position: absolute;*/
/*  content: '';*/
/*  top: 0;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  width: 2px;*/
/*  background-color: #020000;*/
/*}*/

.section-title.white::before{
  background-color: #ffffff;
}

.section-title .strong {
  font-family: Lato-Black;
  font-size: 36px;
  color: #4b4e53;
}

.section-block {
  margin: 0 auto;
  box-sizing: border-box;
}

.section-block.flex {
  padding: 0;
  display: flex;
}

.section-block.flex .col {
  box-sizing: border-box;
  width: 50%;
}

.section-block .col.title.horizontal {
  display: flex;
}

.section-block .col.title.horizontal .section-title,
.section-block .col.title.horizontal .section-desc {
  flex: 1;
}

.section-block .col.title.horizontal .section-desc {
  padding-left: 48px;
  display: flex;
  align-items: center;
}

.section-desc {
  font-family: Lato-Regular;
  font-size: 18px;
  line-height: 24px;
}

/* 资讯部分 */
.news-block {
  padding: 24% 16% 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background-color: #21160C; */
}
.news-block.cn {
  background-image: url("https://images.ushopal.com/news-bg-cn-pc-20241120-1.jpg");
}

.news-block.en{
  background-image: url("https://images.ushopal.com/news-bg-en-pc-20241120-1.jpg");
}

.news-block .news {
  position: relative;
  padding-top: 40px;
}

.news-block .news .swiper-slide {
  position: relative;
  height: 765px;
}

.news-block .news .swiper-button-left,
.news-block .news .swiper-button-right{
  width: 6vw;
	height: 6vw;
}

.swiper-button-left,
.swiper-button-right {
  opacity: 0;
  background-size: contain;
  outline: none;
}

.swiper-button-left {
  top: 34%;
  left: -19%;
  background-image: url('https://images.ushopal.com/icon-left-20220817.png');
}

.swiper-button-right {
  right: -19%;
  top: 34%;
  background-image: url('https://images.ushopal.com/icon-right-20220817.png');
}

/* contact */
.cot {
  padding: 30px 0 20px;
  width: 100%;
  /*height: 50px;*/
  background-color: #dedede;
  text-align: center;
  /*padding-top: 20px;*/
}

.const {
  display: flex;
  justify-content: center;
  align-items: center;
  /*width: 25%;*/
}

.const .contact {
  margin-right: 32px;
  width: 200px;
  font-size: 34px;
  font-weight: 300;
  height: 34px;
  /*line-height: 38px;*/
  /*color: #4c4f56;*/
  user-select: none;
  color: transparent;
  background-image: url('https://images.ushopal.com/contact-title-bg-20220822.jpg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.const li {
  margin-right: 32px;
  width: 34px;
  /*height: 34px;*/
  /*line-height: 50px;*/
}

.const li:last-child{
  margin-right: 0;
}

/* copyright */
.contenst p {
  line-height: 36px;
  text-align: center;
  margin: 0 auto;
  background-color: #dedede;
}

.contenst a {
  width: 100%;
  color: #7e8c8d;
  text-decoration: none;
}

.contenst a.copyright {
  color: #000;
}

/* 移动端 */
@media screen and (max-width: 600px) {
  .navbar .brand{
    width: 100%;
    height: 40px;
  }
  .navbar a.btn-navbar{
    position: absolute;
    right: 4px;
    z-index: 10;
  }

  .nav-bar-tmp{
    display: none;
  }

  .documenter-cover{
    padding-top: 0;
    height: calc(100vh - 50px);
  }

  .documenter-cover.en {
    background-image: url('https://images.ushopal.com/bg-en-wap-20241120.jpg');
  }

  .documenter-cover.cn {
    background-image: url('https://images.ushopal.com/bg-cn-wap-20241120.jpg');
  }

  .wap-img{
    display: block;
  }

  .section-title{
    padding-left: 15px;
    font-family: Lato-Light;
    font-size: 29px;
    line-height: 36px;
    color: #616161;
  }

  .section-title::before{
    width: 1px;
    background-color: #616161;
  }

  .section-title .strong{
    font-family: Lato-Black;
    font-size: 29px;
    color: #616161;
  }

  .section-desc{
    font-family: Lato-Light;
    font-size: 20px;
    color: #ffffff;
    line-height: 29px;
    white-space: pre-line;
  }

  .section-block.flex,
  .section-block .col.title.horizontal{
    display: block;
  }

  .section-block.flex .col{
    width: auto;
  }

  .section-block .col.title.horizontal .section-desc{
    padding-left: 0;
  }

  /* 新闻部分 */
  .news-block {
    padding: 34% 30% 0;
  }
  
  .news-block.cn {
    padding: 42% 30% 0;
    background-image: url("https://images.ushopal.com/news-bg-cn-wap-20241120-1.jpg");
  }
  .news-block.en {
    background-image: url("https://images.ushopal.com/news-bg-en-wap-20241120-1.jpg");
  }

  .news-block:not(.cn){
    background-color: #ffffff;
  }

  .news-block .news{
    padding: 0;
  }
 
  .news-block .news .swiper-button-left,
  .news-block .news .swiper-button-right{
    width: 8vw;
    height: 21vw;
  }

  .news-block .swiper-button-left{
    top: 45%;
    left: -70%;
  }

  .news-block .swiper-button-right{
    top: 45%;
    right: -70%;
  }



  .news-block .news .swiper-slide {
    box-sizing: border-box;
    height: auto;
  }

  /* contact */
  .cot{
    padding: 20px 0 10px;
  }

  .const {
    margin: 0 auto;
    justify-content: space-between;
    width: 60%;
  }

  .const .contact {
    margin: 0;
    font-size: 12px;
    height: 12px;
    width: 80px;
    /*line-height: 40px;*/
  }

  .const li{
    margin: 0;
    width: 20px;
  }

  .const:after {
    display: none;
  }

  /* copyright */
  .contenst{
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    background-color: #dedede;
  }

  .contenst p{
    padding: 9px 0;
    line-height: 1.42;
  }
}

/* 中型设备适配 */
@media screen and (min-width: 600px) and (max-width: 1440px) {
  .navbar .brand {
    width: 212px;
    height: 50px;
    background-size: 118px auto;
  }

  .nav-bar-tmp{
    display: block;
    height: 49px;
  }

  .navbar .nav{
    margin-top: 5px!important;
  }

  .news-block .news {
    padding-top: 28px;
  }

  .news-block .news .swiper-slide {
    position: relative;
    height: 510px;
  }

  .swiper-button-left{
    top: 34%;
    left: -19%;
  }

  .swiper-button-right{
    top: 34%;
    right: -19%;
  }

  .cot{
    padding-top: 50px;
    padding-bottom: 55px;
  }

  .const .contact{
    margin-right: 24px;
    font-size: 24px;
    height: 24px;
    width: 142px;
  }

  .const li{
    margin-right: 22px;
    width: 24px;
  }
}

@media (max-width: 979px){
  /* .navbar .nav{
    float: none;
    margin: 0 auto!important;
    width: 82px;
  } */

  .navbar li.active a::after{
    top: 4px;
    bottom: 4px;
  }
}

.navbar .nav > li > a:hover, .navbar .dropdown-menu a:hover{
  background-color: transparent;
  color: #21160C;
  text-shadow: none!important;
}

video{
  width: 100%;
}