
* {
  margin: 0;
  padding: 0;
  outline: 0;
}

body {
  font-family: "PingFang SC","Microsoft YaHei","Hiragino Sans GB",STHeiti,"Microsoft JhengHei",Arial,sans-serif;
  height: 100%;
  color: #333;
  -webkit-tap-highlight-color: transparent;
  font-size: 12px;
  min-width: 320px;
  /* max-width: 1280px; */
  margin: 0 auto;
  background: #f7eee4;
  padding-top: constant(safe-area-inset-top);
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom); 
  opacity: 0;
}

html.show body {
  opacity: 1;
}

img {
  max-width: 100%;
  vertical-align: middle; 
  border: 0;
}

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

.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.app .flexbox-lang{
    justify-content: center;
}
.align-center {
  align-items: center;
}

.flex-1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; 
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: rgba(240, 240, 240, 0.3); }

::-webkit-scrollbar-button {
  background-color: rgba(240, 240, 240, 0.3); }

::-webkit-scrollbar-track {
  background-color: rgba(240, 240, 240, 0.3); }

::-webkit-scrollbar-thumb {
  border-radius: 99px;
  background-color: rgba(240, 240, 240, 0.3); 
}

.app-header {
  background: #F3D7C1;
  height: 1.2rem;
  line-height: 1.2rem;
  align-items: center;
  justify-content: center;
}
.app-header img {
  width: 2.24rem;
  height: 0.7rem;
}
.app-header a {
  display: inline-block;
  margin-right: 0.1rem;
}
.app-header a:last-child {
  margin-right: 0;
}
.app-main {
  height: calc(100vh - 5.88rem);
  overflow: auto;
  min-height: 50vh;
  /* background: url('../images/bg_main.png?v=1.0') center /cover no-repeat; */
  background-color: #f7eee4;
}
.app-main::-webkit-scrollbar {
  width: 5px;
  background-color: transparent; 
}
.app-main::-webkit-scrollbar-button {
  background-color: transparent; 
}
.app-main::-webkit-scrollbar-track {
  background-color: transparent; 
}
.app-main::-webkit-scrollbar-thumb {
  width: 5px;
  height: 50px;
  background-color: #ddd; 
}

.info-wrap {
  height: 1.58rem;
  padding: 0 0.48rem;
  background-color: #A9013E;
}
.info-wrap p {
  color: #fff;
  font-size: 0.16rem;
}
.char {
  width: 1.07rem;
  height: 1.07rem;
  line-height: 1.07rem;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  /* background: #8B6941; */
  border: 1px solid #FFFFFF;
  border-radius: 0.12rem;
}
.index {
  font-size: 0.28rem;
  margin-left: 0.05rem;
}
.area {
  color: #fff;
  font-size: 0.8rem;
  margin-right: 0.15rem;
}
.info-wrap .name {
  font-size: 0.32rem;
  margin-left: 0.2rem;
  line-height: 1.2;
}
.desc-wrap {
  height: calc(100vh - 6.5rem);
  /* overflow: auto; */
  padding: 0.3rem;
  color: #333;
}
.desc-wrap::-webkit-scrollbar {
  width: 5px;
  background-color: transparent; 
}
.desc-wrap::-webkit-scrollbar-button {
  background-color: transparent; 
}
.desc-wrap::-webkit-scrollbar-track {
  background-color: transparent; 
}
.desc-wrap::-webkit-scrollbar-thumb {
  width: 5px;
  height: 50px;
  background-color: #ddd; 
}
.desc-wrap div {
  align-items: flex-start;
}
.desc-wrap .desc {
  margin-bottom: 0.15rem;
  font-size: 0.28rem;
  line-height: 2;
}
.desc-wrap .label {
  width: 0.7rem;
  font-size: 0.2rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #E4564B;
}
.app-footer {
  /* position: absolute; */
  width: 100%;
  left: 0;
  bottom: 0;
}

.logo-wrap {
  /* height: 2.25rem; */
  padding: 0 10%;
  text-align: center;
}
.logo-wrap-new{
    padding: 0 5%;
    padding-top: 10px;
    margin-bottom: 10px;
}

.logo-wrap img {
  height: 0.52rem;
  margin: 0.25rem 0;
}
.logo-wrap-new img {
  height: 0.63rem;
  margin: 0.25rem 0;
}


.audio-box {
  /* position: absolute; */
  /* width: 94%; */
  /* height: 1.56rem; */
  /* left: 3%; */
  background: #FFFFFF;
  box-shadow: 0px 1px 18px 0px rgba(4,0,0,0.08);
  border-radius: 0.4rem 0.4rem 0 0;
  /* margin-top: -1.1rem; */
  padding: 0.32rem 0;
  z-index: 99;
  margin: 0 auto;
}
.audio-box audio {
  display: none;
}
.link-product,.link-guide {
  position: relative;
  width: 1.5rem;
  height: 1rem;
  /* margin: 0.18rem 0.2rem; */
  /* box-shadow: 0 0 10px rgba(126, 94, 69, .3); */
  /* background-color: #ee3d2d; */
  border-radius: 0.15rem;
  text-align: center;
}
.link-guide img,
.link-product img {
  width: 0.3rem;
  height: 0.3rem;
  margin-top: 0.2rem;
}
.link-guide .label,
.link-product .label {
  width: 100%;
  text-align: center;
  font-size: 0.20rem;
  margin-top: 0.1rem;
  height: 0.28rem;
}
/* html[lang=en] .link-product,
html[lang=en] .link-guide,
html[lang=pt] .link-product,
html[lang=pt] .link-guide
{
  height: auto;
}

html[lang=en] .link-product .label,
html[lang=en] .link-guide .label,
html[lang=pt] .link-product .label,
html[lang=pt] .link-guide .label 
{
  height: 0.28rem;
} */

.audio-box .btn {
  margin: 0 0.2rem;
  /* border-radius: 1rem;
  background: #C1C1C1;
  box-shadow: 0 8px 10px rgba(130,97,71,0.26); */
}
.btn-pause,.btn-play {
  width: 1rem;
  height: 1rem;
}
.audio-box .playing {
  /* background: #ee3d2d; */
}
.btn-pause {
  width: 1rem;
  height: 1rem;
  display: none;
}

.lang-wrap {
  /* margin-bottom: 0.1rem; */
}
.lang-wrap .lang {
  justify-content: center;
  min-width: 0.6rem;
  height: 0.48rem;
  line-height: 0.48rem;
  background: #FFFFFF;
  font-size: 0.22rem;
  color: #515151;
  border: 1px solid #989898;
  border-radius: 0.4rem;
  text-align: center;
  margin-left: 5px;
  white-space: nowrap;
  padding: 0 0.12rem;
}
.lang .playing {
  width: 0.24rem;
  height: 0.24rem;
  margin-left: 2px;
  background: url(../images/playing@2x.png?v=1.0) center center /contain no-repeat;
  display: none;
}
.lang-wrap .lang.active {
  color: #EE3D2D;
  border: 1px solid #EE3D2D;
}
.lang-wrap .lang.active .playing {
  display: inline-block;
}

.address-wrap {
  background: #f7eee4;
}
.address-wrap .address {
  height: 0.68rem;
  font-size: 0.18rem;
  margin-top: 0.25rem;
  text-align: center;
}



.select-speed {
  position: relative;
  min-width: 1rem;
  padding: 0.1rem 0.18rem;
  background: #FFFDFC;
  box-shadow: 0px 4px 6px 0px rgba(86,85,84,0.13);
  border-radius: 0.3rem;
  border: 1px solid #ddd;
  cursor: pointer;
}
.select-speed .icon-speed {
  width: 0.28rem;
  height: 0.28rem;
}
.select-speed .speed {
  min-width: 1rem;
  font-size: 0.24rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #14343D;
  padding: 0 0.1rem;
}
.select-speed .icon-arrow {
  width: 0.12rem;
  height: 0.06rem;
}
.speed-wrap .curr {
  min-width: 0.4rem;
  font-size: 0.22rem;
  padding: 0 0.1rem;
}
.speed-list {
  position: absolute;
  bottom: 0.8rem;
  left: 0;
  width: 100%;
  padding: 0.1rem 0;
  background: #fff;
  background: rgba(255,253,252,0.95);
  box-shadow: 0px 4px 6px 0px rgba(86,85,84,0.13);
  border-radius: 0.25rem;
  z-index: 99;
  display: none;
}
.speed-list.show {
  display: block;
}
.speed-list .speed {
  display: block;
  text-align: center;
  font-size: 0.24rem;
  padding: 0.2rem 0;
}
.speed-list .speed.active,
.speed-list .speed:active,
.speed-list .speed:focus {
  color: #A9013E;
  /* background: rgba(169, 1, 62, .05); */
}
.tool-wrap {
  padding: 0 0.42rem;
}
.player-wrap {
  margin: 0.5rem 0 0.3rem 0;
  padding: 0 0.42rem;
  height: 0.3rem;
}
.btn-wrap {
  padding: 0 0.1rem;
}
.btn-wrap .btn-prev,
.btn-wrap .btn-next {
  width: 0.32rem;
  height: 0.32rem;
}
.btn-wrap .btns {
  justify-content: center;
}

.btn-wrap .disabled {
  opacity: 0.2;
}

.lang-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lang-modal .modal-content {
  width: 80%;
  height: 5.95rem;
  background-color: #fff;
  border-radius: 0.18rem;
  text-align: center;
}
.lang-modal .title {
  padding: 0.54rem 0;
  font-size: 0.34rem;
  text-align: center;
}
.lang-modal .btn {
  display: inline-block;
  width: 80%;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.28rem;
  background: #F6F6F6;
  border: 1px solid #ddd;
  border-radius: 0.4rem;
  text-align: center;
  margin-bottom: 0.15rem;
}

.lang-modal .btn.active,
.lang-modal .btn:active {
  background: #A9013E;
  border: 1px solid #A9013E;
  color: #fff;
}
