.clear {
  clear: both;
}

* {
  padding: 0;
  margin: 0;
  font-family: 'opppSans', arial, helvetica, clean, sans-serif;
  font-size: 14px;
  font-style: normal;
}

body {
  font: 14px/1.231 'opppSans', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
  overflow-x: hidden;
}

html {
  font-size: 100px;
  width: 100vw;
  overflow-x: hidden;
}

*:before,
*:after {
  box-sizing: content-box;
}

:focus {
  outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

a {
  color: #333;
  text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

li,
ul {
  list-style-type: none;
}

img {
  border: none;
}

input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearboth {
  clear: both;
}

textarea {
  animation: animated 1s infinite;
  -moz-animation: animated 1s infinite;
  -webkit-animation: animated 1s infinite;
  -o-animation: animated 1s infinite;
}

input[type="text"] {
  animation: animated 1s infinite;
  -moz-animation: animated 1s infinite;
  -webkit-animation: animated 1s infinite;
  -o-animation: animated 1s infinite;
}

input[type="button"] {
  cursor: url(../images/Acur.png), default !important;
}

input,
button {
  outline: none;
}

.clear {
  clear: both;
}

.dl-container {
  max-width: 1600px;
  width: 83.3334%;
  margin: 0 auto;
}

@font-face {
  font-family: 'opppSans';
  src: url('../fonts/OPPOSans-R.woff') format('woff'), url('../fonts/OPPOSans-R.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'opppSansB';
  src: url('../fonts/opposans-b.woff') format('woff'), url('../fonts/opposans-b.ttf') format('truetype');
  font-display: swap;
}

.header {
  width: 100%;
  height: 1rem;
  position: relative;
  z-index: 99999999;
}

.header .headerContainer {
  max-width: 1600px;
  width: 83%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  height: 1rem;
}

.header .headerContainer .logo {
  flex: 0 0 13.2%;
  justify-content: center;
  float: left;
  width: 13.2%;
}

.header .headerContainer .logo a {
  display: block;
  width: 100%;
}

.header .headerContainer .logo a img {
  display: block;
  width: auto;
  height: 0.55rem;
}

.header .headerContainer .logoImg {
  display: none;
}

.header .headerContainer .headerR .headerRBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.header .headerContainer .headerR .headerRBox .nav {
  display: flex;
}

.header .headerContainer .headerR .headerRBox .nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header .headerContainer .headerR .headerRBox .nav ul li {
  position: relative;
}

.header .headerContainer .headerR .headerRBox .nav ul li>a {
  display: block;
  font-size: 0.2rem;
  padding: 0 0.25rem;
}

.header .headerContainer .headerR .headerRBox .nav ul li>a:hover {
  color: #770909;
}

.header .headerContainer .headerR .headerRBox .nav ul li>ul {
  position: absolute;
  top: 0.4rem;
  left: 50%;
  width: auto;
  background: #fff;
  display: none;
  box-sizing: border-box;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  z-index: 699999;
  transform: translateX(-50%);
  left: 50% !important;
}

.header .headerContainer .headerR .headerRBox .nav ul li>ul li {
  line-height: 0.4rem;
  font-size: 0.14rem;
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
}

.header .headerContainer .headerR .headerRBox .nav ul li>ul li a {
  padding: 0 0.1rem;
  display: block;
  font-size: 0.14rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header .headerContainer .headerR .headerRBox .nav ul li>ul li a:hover {
  background: #770909;
  color: #fff;
}

.header .headerContainer .headerR .headerRBox .nav ul li.active>a {
  color: #770909;
}

.header .headerContainer .headerR .headerRBox .lang {
  margin-left: 10px;
  position: relative;
  cursor: pointer;
}

.header .headerContainer .headerR .headerRBox .lang i {
  width: 0.38rem;
  height: 0.38rem;
  display: block;
  background: url(../images/lang.png) no-repeat center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header .headerContainer .headerR .headerRBox .lang:hover i {
  background: url(../images/lang2.png) no-repeat center;
}

.LangTab {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999999;
  display: none;
}

.LangTab .LangTabS {
  max-width: 960px;
  width: 96%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 10px;
  padding-bottom: 0.3rem;
}

.LangTab .LangTabS .langColse {
  width: 100%;
  height: 0.56rem;
  padding-right: 0.1rem;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.LangTab .LangTabS .langColse i {
  width: 0.56rem;
  height: 0.56rem;
  background: url(../images/icon_close1.jpg) no-repeat center;
  cursor: pointer;
}

.LangTab .LangTabS .LangTabBox {
  padding: 0.3rem;
  box-sizing: border-box;
}

.LangTab .LangTabS .LangTabBox .langTitle {
  line-height: 0.24rem;
  font-size: 0.18rem;
  color: #555;
  text-align: left;
}

.LangTab .LangTabS .LangTabBox .trp-language-switcher{
  width: 100% !important;
  height: auto !important;
}



.LangTab .LangTabS .LangTabBox .trp-ls-shortcode-language{
  position: relative !important;
  width: 100% !important;
  display: block !important;
  overflow: hidden;
  height: auto !important;
  max-height: initial !important;
  visibility: inherit !important;
  padding: 0 !important;
  border: 0;
  background: transparent !important;
}
.LangTab .LangTabS .LangTabBox .trp-ls-shortcode-current-language{
  display: none !important;
}


.LangTab .LangTabS .LangTabBox .trp-ls-shortcode-language a{
  width: 23%;
  background: #f5f5f5;
  line-height: 0.5rem;
  margin-top: 0.2rem;
  font-size: 0.15rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  display: block;
  float: left;
  margin-right: 2.66%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  
}

.LangTab .LangTabS .LangTabBox .trp-ls-shortcode-language a:hover{
  background: #eee;
}


.LangTab .LangTabS .LangTabBox .trp-ls-shortcode-language a:nth-child(4n){
  margin-right: 0;
}


.LangTab .LangTabS .LangTabBox ul {
  width: 100%;
  overflow: hidden;
}

.LangTab .LangTabS .LangTabBox ul li {
  width: 23%;
  background: #f5f5f5;
  line-height: 0.5rem;
  margin-top: 0.2rem;
  font-size: 0.15rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  display: block;
  float: left;
  margin-right: 2.66%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.LangTab .LangTabS .LangTabBox ul li:nth-child(4n) {
  margin-right: 0;
}

.LangTab .LangTabS .LangTabBox ul li a {
  display: block;
  width: 100%;
}

.LangTab .LangTabS .LangTabBox ul li:hover {
  background: #eee;
}

.LangTab .LangTabS .LangTabBox .trp-ls-shortcode-language a:nth-child(1){
  background: #eee;
}

.contact {
  border-top: 3px solid #770909;
  padding: 0.3rem 0;
  background: #1f2532;
  margin-top: 0.8rem;
}

.contact h4 img {
  display: block;
  margin: 0 auto;
}

.contact p {
  font-size: 0.28rem;
  color: #fff;
  text-align: center;
  padding-top: 0.18rem;
  font-weight: bold;
  line-height: 1.5;
}

.contact b {
  display: block;
  text-align: center;
  font-size: 0.48rem;
  color: #fff;
}

.contact .contactBths {
  display: table;
  padding: 0.1rem 0.15rem;
  background: #fecb62;
  font-size: 0.2rem;
  font-weight: bold;
  border-radius: 5px;
  text-transform: uppercase;
  margin: 0.25rem auto 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.contact .contactBths:hover {
  color: #fff;
  background: #770909;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}

.contactMessage {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999999;
  display: none;
}

.contactMessage .contactMessageBox {
  max-width: 675px;
  width: 96%;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.contactMessage .contactMessageBox .contactMessageTitle .contactMessageColse {
  width: 100%;
  height: 0.56rem;
  padding-right: 0.1rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.contactMessage .contactMessageBox .contactMessageTitle .contactMessageColse i {
  width: 0.56rem;
  height: 0.56rem;
  background: url(../images/icon_close1.jpg) no-repeat center;
  cursor: pointer;
}

.contactMessage .contactMessageBox .contactMessageTitle h4 {
  font-size: 0.36rem;
  text-align: center;
  display: block;
  line-height: 1;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  box-sizing: border-box;
}

.contactMessage .contactMessageBox .contactMessageTitle p {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.14rem;
  line-height: 1.8;
  margin-top: 0.1rem;
  color: #666;
  padding-bottom: 0.14rem;
}

.contactMessage .contactMessageBox .contactMessageCenter {
  background: #f4f4f8;
  padding: 0 0.4rem 0.4rem;
  box-sizing: border-box;
  overflow: hidden;
}

.contactMessage .contactMessageBox .contactMessageCenter p{
  margin-top: 0.3rem;
}

.contactMessage .contactMessageBox .contactMessageCenter p label {
  margin-top: 0.25rem;
  width: 100%;
}

.contactMessage .contactMessageBox .contactMessageCenter p label {
  font-size: 0.14rem;
  font-weight: normal;
}

.contactMessage .contactMessageBox .contactMessageCenter p label input {
  display: block;
  width: 100%;
  margin-top: 0.1rem;
  line-height: 0.5rem;
  padding: 0 0.15rem;
  box-sizing: border-box;
  font-size: 0.14rem;
  border-radius: 0.1rem;
}

.contactMessage .contactMessageBox .contactMessageCenter p label textarea {
  display: block;
  width: 100%;
  margin-top: 0.1rem;
  line-height: 0.5rem;
  padding: 0 0.15rem;
  box-sizing: border-box;
  font-size: 0.14rem;
  border-radius: 0.1rem;
  height: 1.5rem;
}

.contactMessage .contactMessageBox .contactMessageCenter p .has-spinner  {
  width: 100%;
  height: 0.5rem;
  background: #333;
  border-radius: 0.5rem;
  font-size: 0.16rem;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  display: block;
}

.contactMessage .contactMessageBox .contactMessageCenter p .has-spinner:hover {
  background: #770909;
}

.contactMessage .contactMessageBox .contactMessageCenter p .wpcf7-not-valid-tip{
  line-height: 2;
}

.mbanner3 {
  background: #770909;
  padding-top: 0.34rem;
  padding-bottom: 0.26rem;
  position: relative;
}

.mbanner3::before {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 0.05rem;
  left: 0;
}

.mbanner3::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0.05rem;
  left: 0;
}

.mbanner3 .dl-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mbanner3 .dl-container h4 {
  width: 50%;
  text-align: center;
  font-size: 0.16rem;
  color: #fff;
}

.mbanner3 .dl-container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 50%;
}

.mbanner3 .dl-container ul li {
  height: 0.35rem;
  background: url('../images/mbanner3Tel.png') no-repeat center left;
  padding-left: 0.5rem;
  line-height: 0.35rem;
  color: #fff;
  font-size: 0.16rem;
  margin: 0 auto;
}

.mbanner3 .dl-container ul li a {
  color: #fff;
  font-size: 0.16rem;
}

.mbanner3 .dl-container ul li:nth-child(2) {
  background-image: url(../images/mbanner3Email.png);
}

.CookieText {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  display: none;
}

.CookieText .dl-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 1.1rem;
}

.CookieText .dl-container span {
  font-size: 0.16rem;
}

.CookieText .dl-container .cookieBth {
  color: #fff;
  padding: 0.11rem 0.5rem;
  background: #3c4043;
  height: auto;
  display: block;
  margin-left: 0.3rem;
  cursor: pointer;
}

.footer {
  background: #fff;
  padding-top: 0.78rem;
  padding-bottom: 0.4rem;
}

.footer .footerBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.footer .footerBox ul>li {
  width: 27%;
}

.footer .footerBox ul>li h4 {
  font-size: 0.18rem;
  text-transform: capitalize;
  padding-bottom: 0.4rem;
}

.footer .footerBox ul>li>p {
  margin-bottom: 0.15rem;
  padding-left: 26px;
  box-sizing: border-box;
  line-height: 0.24rem;
  background: url(../images/footerAdd3.png) no-repeat 0px 2px;
}

.footer .footerBox ul>li>p:nth-child(2) {
  background: url(../images/footerAdd2.png) no-repeat 0px 2px;
}

.footer .footerBox ul>li>p:nth-child(3) {
  background: url(../images/footerAdd1.png) no-repeat 0px 2px;
}


.footer .footerBox ul>li:nth-child(3)>p:nth-child(3){
  background: transparent;
  padding-left: 0;
  padding-top: 40px;
}

.footer .footerBox ul>li:nth-child(2) {
  width: 40.625%;
  display: flex;
  justify-content: space-between;
}

.footer .footerBox ul .navigation_footer ,
.footer .footerList .navigation_footer_product{ 
  display: block !important;
}
 
.footer .footerBox ul>li:nth-child(2) li {
  display: block;
  font-size: 0.14rem;
  line-height: 0.24rem;
  font-weight: bold;
  padding-bottom: 10px;
  width: 100%;
}

.footer .footerBox ul>li:nth-child(2) li a{
  display: block;
  overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
-webkit-transition: .5s;
transition: .5s;
}

.footer .footerBox ul>li:nth-child(2) li a:hover{
  color: #770909;
}



.footer .footerBox ul>li:nth-child(2) .footerSearch {
  width: 100%;
  margin-top: 0.3rem;
  border: 1px solid #3c4043;
  border-radius: 0.5rem;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 0.2rem;
  height: 0.56rem;
}


.footer .footerBox ul>li:nth-child(2) .footerSearch form {
  display: flex;
  width: 100%;
  height: 0.56rem;
}


.footer .footerBox ul>li:nth-child(2) .footerSearch form br {
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}


.footer .footerBox ul>li:nth-child(2) .footerSearch form p {
  position: relative;
  display: block;

}

.footer .footerBox ul>li:nth-child(2) .footerSearch form p:nth-child(2) {
  width: calc(100% - 1rem);
}

.footer .footerBox ul>li:nth-child(2) .footerSearch form p:nth-child(2) input{
  width: 100%;
  display: block;
  height: 0.56rem;

}


.footer .footerBox ul>li:nth-child(2) .footerSearch form p:nth-child(3) {
  width: 1rem;
  height: 0.56rem;
  background: #333;
  text-align: center;

}

.footer .footerBox ul>li:nth-child(2) .footerSearch form p:nth-child(3) input {
  width: 100%;
  height: 0.56rem;
  background: #333;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 0.16rem;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.footer .footerBox ul>li:nth-child(2) .footerSearch form p:nth-child(3) input:hover{
  background: #770909;
}

.wpcf7-spinner{
  display: none;
}


.footer .footerBox ul>li:nth-child(2) .footerSearch form p label span .wpcf7-not-valid-tip{
  color: transparent !important;
}

.footer .footerBox ul>li:nth-child(2) .footerSearch form div {
  width: 0;
  display: none;
  height: 0;
  overflow: hidden;
}

.footer .footerBox ul>li:nth-child(2) .footerSearch form p label {
  position: relative;
  display: block;
  height: 0.56rem;
}

.footer .footerBox ul>li:nth-child(2) .footerSearch form p label span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.56rem;
  line-height: 0.56rem;
}

.footer .footerBox ul>li:nth-child(2) .footerSearchBth {
  background: #3c4043;
  padding: 0 0.26rem 0 0.23rem;
  font-size: 0.14rem;
  color: #fff;
  cursor: pointer;
  border: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer .footerBox ul>li:nth-child(2) .footerSearchBth:hover {
  background: #770909;
  color: #fff;
}

.footer .footerBox ul>li:nth-child(3) {
  width: 16%;
}

.footer .footerBox ul>li:nth-child(3) ol {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

.footer .footerBox ul>li:nth-child(3) ol li {
  width: 0.39rem;
  display: block;
  margin-right: 1%;
  -webkit-transition: .5s;
  transition: .5s;
}

.footer .footerBox ul>li:nth-child(3) ol li i{
  width: 39px;
  height: 39px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/footerIco1.png);
}


.footer .footerBox ul>li:nth-child(3) ol li:nth-child(2) i{
  background-image: url(../images/footerIco2.png);
}

.footer .footerBox ul>li:nth-child(3) ol li:nth-child(3) i{
  background-image: url(../images/footerIco3.png);
}

.footer .footerBox ul>li:nth-child(3) ol li:nth-child(4) i{
  background-image: url(../images/footerIco4.png);
}

.footer .footerBox ul>li:nth-child(3) ol li:nth-child(5) i{
  background-image: url(../images/footerIco5.png);
}

.footer .footerBox ul>li:nth-child(3) ol li:nth-child(6) i{
  background-image: url(../images/footerIco7.png);
}

/* .footer .footerBox ul>li:nth-child(3) ol li:nth-child(7) i{
  background-image: url(../images/footerIco7.png);
} */

.footer .footerBox ul>li:nth-child(3) ol li:nth-child(1):hover i{
  background-image: url(../images/footerIco11.png);
}

.footer .footerBox ul>li:nth-child(3) ol li:nth-child(2):hover i{
  background-image: url(../images/footerIco22.png);
}

.footer .footerBox ul>li:nth-child(3) ol li:nth-child(3):hover i{
  background-image: url(../images/footerIco33.png);
}

.footer .footerBox ul>li:nth-child(3) ol li:nth-child(4):hover i{
  background-image: url(../images/footerIco44.png);
}

.footer .footerBox ul>li:nth-child(3) ol li:nth-child(5):hover i{
  background-image: url(../images/footerIco55.png);
}

.footer .footerBox ul>li:nth-child(3) ol li:nth-child(6):hover i{
  background-image: url(../images/footerIco77.png);
}

/* .footer .footerBox ul>li:nth-child(3) ol li:nth-child(7):hover i{
  background-image: url(../images/footerIco77.png);
} */


@media (max-width: 1460px) {
  .footer .footerBox ul>li:nth-child(2) .footerSearchText {
    width: 70%;
  }

  .footer .footerBox ul>li:nth-child(2) .footerSearchBth {
    width: 30%;
    padding: 0;
  }
}

@media (max-width: 980px) {
  .dl-container {
    width: 94%;
  }

  .header .headerContainer .headerR .headerRBox .headerTel {
    display: none;
  }

  .header .headerContainer .headerR .headerRBox .download {
    display: none;
  }

  .header .headerContainer .headerR .headerRBox .nav {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    background: #f2f2f2;
    height: 100vh;
    z-index: 99999999;
  }

  .header .headerContainer .headerR .headerRBox .nav .logoImg {
    width: 50%;
    margin: 0 auto;
    padding-top: 0.8rem;
    display: block;
  }

  .header .headerContainer .headerR .headerRBox .nav ul {
    width: 100%;
    margin-top: 0.4rem;
  }

  .header .headerContainer .headerR .headerRBox .nav ul li {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }

  .header .headerContainer .headerR .headerRBox .nav ul li>a {
    display: block;
    text-align: center;
    height: 0.6rem;
    font-size: 0.18rem;
    line-height: 0.6rem;
    border-bottom: 1px solid #e9e9e9;
  }

  .header .headerContainer .headerR .headerRBox .nav ul li:last-child>a {
    border-bottom: 0;
  }

  .header .headerContainer .headerR .headerRBox .nav ul li>ul {
    width: 100%;
    left: 0 !important;
    transform: translateX(0%);
    position: relative;
    background: transparent;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    margin-top: 0;
    top: 0;
  }

  .header .headerContainer .headerR .headerRBox .nav ul li>ul li {
    line-height: 0.4rem;
    font-size: 0.14rem;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
  }


  .header .headerContainer .headerR .headerRBox .nav ul li>ul li a {
    border-bottom: 1px dashed #e1e1e1;
  }





  .header .headerContainer .headerR .headerRBox .nav {
    display: none;
  }

  .close {
    width: 0.3rem;
    height: 0.3rem;
    background: url(../images/close.png) no-repeat center;
    background-size: 0.3rem;
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
  }

  .header .headerContainer {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.15rem;
  }

  .header .headerContainer .logo {
    flex: 0 0 45%;
    justify-content: center;
    float: left;
    width: 45%;
  }

  .header .headerContainer .headerR {
    flex: 1;
  }

  .header .headerContainer .headerR .logoMenu {
    background: url(../images/headerMenuBth.png) no-repeat center;
    background-size: 0.3rem 0.22rem;
    width: 0.3rem;
    height: 0.22rem;
    float: right;
  }

  .header .headerContainer .headerR .headerRBox .lang .langList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    text-align: center;
  }

  .header .headerContainer .headerR .headerRBox .lang .langList p a {
    text-transform: uppercase;
  }

  .header .headerContainer .headerR .headerRBox .lang i {
    position: fixed;
    top: 0.1rem;
    left: 0.2rem;
  }

  .LangTab .LangTabS .LangTabBox {
    padding: 0.3rem 0.15rem;
  }

  .LangTab .LangTabS .LangTabBox .trp-ls-shortcode-language a{
    width: 48%;
    margin-right: 4%;
  }

  .LangTab .LangTabS .LangTabBox .trp-ls-shortcode-language a:nth-child(2n) {
    margin-right: 0%;
  }

  .LangTab .LangTabS .LangTabBox ul li {
    width: 48%;
    margin-right: 4%;
  }

  .LangTab .LangTabS .LangTabBox ul li:nth-child(2n) {
    margin-right: 0%;
  }

  .LangTab .LangTabS .LangTabBox ul {
    max-height: 70vh;
    overflow-y: scroll;
  }

  .footer .footerBox ul>li {
    width: 100% !important;
    padding-bottom: 0.1rem;
    margin-top: 0.3rem;
  }

  .footer {
    padding-top: 0rem;
    padding-bottom: 0.8rem;
  }

  .footer .footerBox ul>li h4 {
    padding-bottom: 0.2rem;
  }

  .CookieText {
    position: fixed;
    z-index: 9999999999;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    padding: 0.2rem;
    font-size: 0.15rem;
    box-sizing: border-box;
    border-radius: 0.1rem;
  }

  .CookieText .dl-container {
    height: auto;
  }

  .CookieText .dl-container .cookieBth {
    margin-left: 0;
    display: block;
    margin-top: 0.3rem;
  }

  .CookieText .dl-container span {
    font-size: 0.15rem;
  }

  .contact p {
    font-size: 0.16rem;
  }

  .contact b {
    font-size: 0.2rem;
  }

  .mbanner3 .dl-container h4 {
    width: 100%;
    text-align: left;
    padding-bottom: 0.2rem;
  }

  .contact .contactBths {
    font-size: 0.15rem;
  }

  .mbanner3 .dl-container ul {
    width: 100%;
  }

  .mbanner3 .dl-container ul li {
    width: 100%;
    background-size: 0.2rem;
    padding-left: 0.3rem;
  }

  .contactMessage .contactMessageBox .contactMessageTitle h4 {
    font-size: 0.24rem;
  }

  .contactMessage .contactMessageBox .contactMessageTitle p {
    font-size: 0.12rem;
    line-height: 1.5;
  }

  .contactMessage .contactMessageBox .contactMessageCenter {
    padding: 0 0.15rem 0.3rem;
  }

  .footer .footerBox ul>li:nth-child(2){
    flex-wrap: wrap;
  }

  .footer .footerBox ul>li:nth-child(2) .footerList{
    width: 100%;
    
  }
  
  .footer .footerBox ul>li:nth-child(2) .footerList:nth-child(2){
    margin-top: 0.3rem;
    
  }


  .footer .footerBox ul>li:nth-child(2) li{
    line-height: 2 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
  }
}




.erro_404 img{
  display: block;
  height: 290px;
  margin: 80px auto;
}

.erro_404 .error-options  h4{
  font-size: 30px;
  text-align: center;
  color: #770909;
}

.erro_404 .error-options  h3{
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  margin-top: 10px;
}

.erro_404 .error-options   a{
  font-size: 18px;
  color: #666;
  display: block;
  text-align: center;
  margin-top: 20px;
}