@charset "utf-8";
#tabs {
  display: flex;
  width: 100%;
  margin: .5rem auto 0;
  overflow: hidden;
  list-style: none;
  justify-content: space-between;/*/后加上的/*/
}
#tabs li {
  flex: 1;
  /*float: left;*后去掉的/
  /*margin: 0 .35rem 0 0;*/
}
/*Tab选项卡的宽度是靠padding给撑开的*/
#tabs a {
  position: relative;
  background: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
  background-image: -webkit-linear-gradient(top, #fff, #ddd);
  background-image: -moz-linear-gradient(top, #fff, #ddd);
  background-image: -ms-linear-gradient(top, #fff, #ddd);
  background-image: -o-linear-gradient(top, #fff, #ddd);
  background-image: linear-gradient(to bottom, #fff, #ddd);
  padding: .35rem .2rem;
  float: left;
  text-decoration: none;
  color: #644125;
  font-size: .65rem;
  letter-spacing: -.02em;
  text-shadow: 2px 2px 6px rgba(255, 255, 255, .8);
  -webkit-border-radius: .2rem 0 0 0;
  -moz-border-radius: .2rem 0 0 0;
  border-radius: .2rem 0 0 0;
  -moz-box-shadow: -.04rem .04rem .1rem rgba(0, 0, 0, .4);
  -webkit-box-shadow: -.04rem .04rem .1rem rgba(0, 0, 0, .4);
  box-shadow: -.04rem .04rem .1rem rgba(0, 0, 0, .4);/*设置左侧的坚边*/
}
#tabs a:hover, #tabs a:hover::after, #tabs a:focus, #tabs a:focus::after {
  background: #fff;
}
#tabs a:focus {
  outline: 0;
}
#tabs a::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: -.2rem;
  bottom: 0;
  width: .32rem;
  background: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
  background-image: -webkit-linear-gradient(top, #fff, #ddd);
  background-image: -moz-linear-gradient(top, #fff, #ddd);
  background-image: -ms-linear-gradient(top, #fff, #ddd);
  background-image: -o-linear-gradient(top, #fff, #ddd);
  background-image: linear-gradient(to bottom, #fff, #ddd);
  -moz-box-shadow: .08rem .04rem .08rem rgba(0, 0, 0, .4);
  -webkit-box-shadow: .08rem .04rem .08rem rgba(0, 0, 0, .4);
  box-shadow: .08rem .04rem .08rem rgba(0, 0, 0, .4);/*设置右侧的斜边*/
  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -ms-transform: skew(10deg);
  -o-transform: skew(10deg);
  transform: skew(10deg);/*设置右侧斜线的倾斜度*/
  -webkit-border-radius: 0 .1rem 0 0;
  -moz-border-radius: 0 .1rem 0 0;
  border-radius: 0 .1rem 0 0;
}
#tabs #current a, #tabs #current a::after {
  background: #fff;
  z-index: 3;
}
/* ------------------------------------------------- */
#tab-tent {
  width: 100%;
  /*height: auto13.5rem*/ ;
  border: 1px solid #ddd;
  margin: .3rem auto 1.7rem;
  padding: .1rem;
  line-height: 1.65;
  background: url("../images/bg.jpg");
  position: relative;
  z-index: 2;
  -moz-border-radius: 0 .1rem .1rem .1rem;
  -webkit-border-radius: 0 .1rem .1rem .1rem;
  border-radius: .2rem;
  -moz-box-shadow: .04rem 0.04rem .2rem .01rem rgba(0, 0, 0, .5);
  -webkit-box-shadow: .04rem 0.04rem .2rem .01rem rgba(0, 0, 0, .5);
  box-shadow: .04rem 0.04rem .2rem .01rem rgba(0, 0, 0, .5);
}
#tab-tent p {
  margin: 0;
  padding: .1rem;
  font-size: .6rem
}

/* ------------------------------------------------- */
#about {
  color: #999;
}
#about a {
  color: #eee;
}
/*以下为我添加的选项卡内容*/
#tab1 img {
  float: left;
  width: 47%;
  margin: 0.2rem .2rem 0 .1rem;
}
#tab1 p {
  color: #734b25;
}
#tab2 img {
  float: left;
  width: 47%;
  margin: 0.2rem .2rem 0 .1rem;
}
#tab2 p {
  color: #734b25;
}
#tab3 img {
  float: left;
  width: 47%;
  margin: 0.2rem .2rem 0 .1rem;
}
#tab3 p,#tab3 h2 {
  color: #734b25;
}
#tab4 img {
  float: left;
  width: 47%;
  margin: 0.2rem .2rem 0 .1rem;
}
#tab4 p {
  color: #734b25;
}
#tab5 li {
  float: left;
  width: 47%;
  padding: .1rem .3rem;
}