/* Empty. Add your own CSS if you like */
ion-content {
  background: #FFEFD5;
}

/* 图片轮播 */

.slider-pager {
  /*position: absolute;*/
  /*bottom: 18px;*/
  /*width: 20%;*/
  /*right: 12px;*/
  /*height: 5px;*/
  /*text-align: center;*/
}

.swiper-pagination-bullet {
  background: #D8D8D8 !important;
  opacity: .3;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #6C3D13 !important;
}

.slider-pager .slider-pager-page {
  display: inline-block;
  margin: 0px 2px;
  width: 12px;
  color: #D8D8D8 !important;
  text-decoration: none;
  opacity: 0.3;
  font-size: 10px;
}

.slider-pager-page.active {
  color: #6C3D13 !important;
}

/* 讲解评价 p */
.interpreter-p {
  padding-bottom: 8px;
}

/*!* tabs *!*/

/*.tabs-top > .tabs {*/
/*border-top-left-radius: 10px;*/
/*border-top-right-radius: 10px;*/
/*}*/

/* custom tabs button */

.custom-tabs {
  /*position: absolute;*/
  /*top: 44%;*/
  border-radius: 10px 10px 0px 0px;
  width: 90%;
  height: 49px;
  align: center;
  margin: -49px 5% 0 5%;
  background: white;
  line-height: 49px;
}

.custom-tab {
  border: none;
  background: white;
  color: black;
}

.bar {
  border: none;
  /* background-image: linear-gradient(0deg, #ddd, #ddd 50%, transparent 50%); */
  background-position: bottom;
  background-size: 100% 1px;
  background-repeat: no-repeat;
}

.input-div {
  border-width: 2px;
  border-style: solid;
  overflow: hidden;
  border-radius: 8px;
  border-color: #A9734E #A9734E #A9734E #A9734E;
  width: 75%;
  height: 6%;
  margin-top: 20px;
}

.text {
  background:#ffffff;
  border:2px solid #fbcc59;
  border-radius:5px;
  width: 100%;
  /*height: 40%;*/
  height: 40px;
  margin-top: 20px;
}
.text img {
  width: 8%;
  height: 72%;
  text-align: center;
}
.text input {
  float: left;
  padding-bottom: 5px;
  border: none;
  background: none;
  height: 100%;
  /*line-height: 30px;*/
  width: 80%;
  /*text-indent: 32px;*/
  margin-left: 8px;
}

