@charset "utf-8";
/* CSS Document */
.swiper-container {
  height: 100%;
}
.pad {
  padding: 1em 15px;
}
.tTitle {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 1em 15px;
  border-bottom: 1px solid #e5e5e5;
  color: #333333;
}
.tTitle.bor_tt {
  display: none;
}
.huangzi {
  color: #fb6409;
}
.lvzi {
  color: #4ec1a8;
}
.timubox {
  padding: 1em 15px;
}
.timutitle {
  color: #333333;
  margin-bottom: 1em;
}
.pb150 {
  padding-bottom: 155px;
}
.yellbox {
  background: #fff9e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  padding: 1em 15px;
}
.yellbox .imgbox {
  width: 25px;
  margin-right: 1em;
}
.yellbox .fonts {
  display: flex;
  flex: 1;
}
.bluebox {
  background: #eef3f7;
}
.bgred {
  background: #d3a1a0;
  color: #FFFFFF;
  display: inline-block;
}
.timu {
  padding-left: 45px;
  position: relative;
  min-height: 35px;
  margin-bottom: 1.5em;
}
.timu p {
  padding-top: 5px;
  color: #666666;
}
.ChanGed {
  border-radius: 100%;
  border: 1px solid #4ec1a8;
  width: 35px;
  height: 35px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #4ec1a8;
  font-size: 1.4em;
  position: absolute;
  left: 0;
}
.GaeyBor {
  border: 1px solid #cccccc;
  color: #cccccc;
}
.Correct {
  background: #4ec1a8;
  color: #FFFFFF;
}
.Error {
  background: #ff5a5a;
  border: 1px solid #ff5a5a;
  color: #FFFFFF;
}
.duoxuantimubox .ChanGed {
  border-radius: 5px;
}
.pingyi {
  padding-bottom: 50px;
  overflow-y: auto;
}
.downbox {
  padding: 1em 15px;
  width: 100%;
  position: relative;
  position: fixed;
  max-width: 720px;
  background: rgba(0, 0, 0, 0.5);
  bottom: 50px;
  z-index: 2;
}
.down {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.down .cor3 {
  color: #FFFFFF;
}
.leftimg {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 0.5em;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.leftimg img {
  max-width: 100%;
}
.bottom {
  background: #fb6409;
  display: block;
  width: 100%;
  max-width: 720px;
  height: 50px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #FFFFFF;
  position: fixed;
  bottom: 0;
  font-size: 1.2em;
  z-index: 22;
}
.bottom.dn {
  display: none;
}
.downbox2 {
  bottom: 0;
  border-top: 1px solid #e5e5e5;
}
.downbox2 .huangzi {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 5em;
  height: 30px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #4e9279;
  color: #FFFFFF;
  border-radius: 50px;
  margin-top: -15px;
}
.downbox2 .leftimg {
  border-radius: 7px;
}
.minshibox {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  background: #FFFFFF;
}
.minshibox .leftimg {
  border-radius: 100%;
  overflow: hidden;
}
.minshibox .cor3 {
  color: #333333;
}
.minshibox .cCons {
  padding: 30px 0 20px 0;
  background: #FFFFFF;
  line-height:180%;
}
.zhentibg {
  height: 150px;
  border-bottom: 1px solid #e5e5e5;
  background: #cd9445;
  padding: 1em;
  position: relative;
}
.zhentibg .bottomheng {
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
}
.tabtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}
.tabtitle a {
  width: 50%;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
.tabtitle a.actived {
  color: #f39800;
  position: relative;
}
.tabtitle a.actived:after {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #f39800;
  position: absolute;
  bottom: -1px;
  clear: both;
  display: block;
  content: "";
}
.cri {
  position: absolute;
  display: block;
  width: 7.5px;
  height: 7.5px;
  background: #cd9445;
  border-radius: 100%;
  left: 19px;
  top: 15px;
}
.tabitem {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  padding: 10px 20px;
  padding-left: 45px;
  padding-right: 80px;
}
.tabitem .rightimgbox {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid #e5e5e5;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
}
.tabcons {
  display: none;
  margin-top:2px;
}
.tabcons.actived {
  display: block;
}
.yiji {
  overflow: hidden;
  position: relative;
}
.yiji:after {
  clear: both;
  display: block;
  content: "";
  background: #cd9445;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22px;
  display: none;
}
.tabitem {
  background: #f5f5f5;
}
.yijititle {
  background: #FFFFFF;
}
.yijititle .cri {
  width: 15px;
  height: 15px;
  background: url('../img/png/jia.png');
  background-size: cover;
  left: 15px;
}
.yijititle .cri.jian {
  width: 15px;
  height: 15px;
  background: url('../img/png/jian.png');
  background-size: cover;
  left: 15px;
}
.yijicons {
  height: 0;
  overflow: hidden;
}
.zhibotab {
  background: #FFFFFF;
  padding-right: 20px;
}
.zhibotab .cri {
  background: url('../img/png/zhibo.png');
  background-size: cover;
  width: 20px;
  height: 20px;
  left: 13px;
}
.xqbanner {
  height: 200px;
}
.tittt {
  height: 100%;
}
.swiper-container-cail .swiper-slide {
  overflow-y: auto;
  padding-bottom: 50px;
}
.jine .xin {
  color: #fb6409;
  font-size: 1.3em;
  margin-right: 1em;
}
.jine .jiu {
  color: #999999;
  text-decoration: line-through;
}
.tuwen {
  padding: 15px;
}
.tuwenbox {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tuwenbox .imgbox {
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 100%;
  margin-right: 1em;
}
.yinhao {
  width: 20px;
}
.yinhaoclass1 {
  position: absolute;
  left: 0;
  top: 0;
}
.yinhaoclass2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.p10_20 {
  padding: 10px 30px;
}
.shoptitle {
  padding: 10px;
  position: relative;
  padding-left: 20px;
  border-top: 1px solid #e5e5e5;
}
.shoptitle:after {
  clear: both;
  display: block;
  content: "";
  width: 2px;
  height: 15px;
  background: #fb6409;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -7.5px;
}
.shopcons {
  padding-bottom: 100px;
}
.linebg {
  background: #eee;
  height: 10px;
}
.tuijian {
  position: absolute;
  right: 30px;
  top: 1px;
  width: 30px;
}
.swiper-pagination {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 50px;
  background: rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  border-radius: 50px;
  left: auto;
}
.ctitle {
  border-bottom: 1px solid #e5e5e5;
}
.ctitle a {
  padding: 15px 20px;
  color: #666666;
  display: inline-block;
}
.ctitle a.actived {
  color: #fb6409;
  position: relative;
}
.ctitle a.actived:after {
  clear: both;
  display: block;
  content: "";
  background: #fb6409;
  width: 100%;
  position: relative;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cCons {
  background: #f5f5f5;
  padding: 15px;
}
.cCons p {
  font-size: 0.85em;
  color: #666666;
}
.tankuang {
  margin:0 auto; 		
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 720px;
  height: 100%;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 99;
  display: none;
}
.tankuangbag {
  background: #FFFFFF;
  width: 240px;
  padding: 20px;
  border-radius: 8px;
  padding-bottom: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -120px;
  margin-top: -25%;
}
