* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.main {
  padding: 0.1px;
  position: relative;
}
.ftit {
  width: 4.96rem;
  height: 0.32rem;
  margin: 0.3rem auto 0;
  background-image: url(../../../images/img_grow/xg/ftitbj.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.f1 {
  width: 6.9rem;
  height: 3.45rem;
  margin: 0.3rem auto 0;
  background-image: url(../../../images/img_grow/xg/f1bj.png);
  background-size: 100% 100%;
  border-radius: 0.26rem;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.32);
  position: relative;
  padding: 0.1px;
}
.f1 .f1tip1 {
  /*width: 1.72rem;*/
  padding: 0 0.2rem;
  height: 0.3rem;
  background: linear-gradient(to bottom, #fde9ad, #ebb57e);
  border-radius: 0.5rem 0.5rem 0.5rem 0;
  font-size: 0.22rem;
  text-align: center;
  line-height: 0.3rem;
  color: #5d2105;
  position: absolute;
  top: 0.23rem;
  left: 2rem;

}
.f1 .f1tip2 {
  font-size: 0.48rem;
  font-weight: 600;
  color: white;
  position: absolute;
  top: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
}
.f1 .f1tip3 {
  font-size: 0.24rem;
  color: #7988a4;
  position: absolute;
  top: 1.45rem;
  left: 50%;
  transform: translateX(-50%);
}
.f1 .f1bottom {
  width: 6.55rem;
  height: 1.2rem;
  margin: 2.07rem auto 0;
  font-size: 0.42rem;
  font-weight: 600;
  color: white;
  position: relative;
}
.f1 .f1bottom p {
  width: 0.8rem;
  text-align: center;
}
.f1 .f1bottom .p1 {
  position: absolute;
  top: 42%;
  left: 0.5rem;
  transform: translateY(-50%);
}
.f1 .f1bottom .p2 {
  position: absolute;
  top: 42%;
  left: 2.12rem;
  transform: translateY(-50%);
}
.f1 .f1bottom .p3 {
  position: absolute;
  top: 42%;
  left: 3.88rem;
  transform: translateY(-50%);
}
.f1 .f1bottom .tranigleIcon {
  width: 0.46rem;
  height: 0.46rem;
  position: absolute;
  right: 0.4rem;
  /*top: 50%;*/
  /*transform: translateY(-50%);*/

  top: 33%;
  -webkit-transform: rotate(90deg);

}
.f2 {
  width: 6.9rem;
  margin: 0.3rem auto 0;
  background-color: white;
  border-radius: 0.26rem;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 0.1px;
  padding-bottom: 0.35rem;
}
.f2 .f2titimg1 {
  width: 6rem;
  display: block;
  margin: 0.27rem auto 0;
}
.f2 .f2tip1 {
  font-size: 0.24rem;
  color: #a65e3d;
  text-align: center;
  padding: 0 0.36rem;
  margin: 0.22rem auto 0;
}
.f2 .f2card {
  width: 6.55rem;
  height: 2.2rem;
  margin: 0.28rem auto 0;
  background-image: url(../../../images/img_grow/xg/f2cardbj.png);
  background-size: 100% 100%;
  position: relative;
}
.f2 .f2card .xgnum {
  font-size: 0.6rem;
  font-weight: 600;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.f2 .f2card .f2cardTip1 {
  font-size: 0.2rem;
  color: #a4b2ca;
  text-align: center;
  position: absolute;
  bottom: 0.28rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.f2 .f2titimg2 {
  width: 5.66rem;
  display: block;
  margin: 0.28rem auto 0;
}
.f2 .f2con .f2item {
  width: 6.55rem;
  height: 1.48rem;
  margin: 0.27rem auto 0;
  border: 2px solid #dadee5;
  border-radius: 0.24rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f2 .f2con .f2item .f2iteml {
  width: 1.45rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.f2 .f2con .f2item .f2iteml p:nth-of-type(1) {
  font-size: 0.28rem;
  color: #666666;
}
.f2 .f2con .f2item .f2iteml p:nth-of-type(2) {
  font-size: 0.6rem;
  color: #d09137;
}
.f2 .f2con .f2item .f2iteml::after {
  content: '';
  width: 1px;
  height: 1rem;
  background-color: #dddddd;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.f2 .f2con .f2item .f2itemr {
  width: 5.05rem;
  padding: 0 0.18rem 0 0.2rem;
}
.f2 .f2con .f2item .f2itemr .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f2 .f2con .f2item .f2itemr .top p:nth-of-type(1) {
  font-size: 0.3rem;
  font-weight: 600;
  color: #000000;
}
.f2 .f2con .f2item .f2itemr .top p:nth-of-type(2) {
  font-size: 0.3rem;
  color: #ff3838;
}
.f2 .f2con .f2item .f2itemr .bottom {
  font-size: 0.2rem;
  color: #999;
  text-align: justify;
  margin: 0.2rem auto 0;
}
.f2 .f2con .f2item .f2itemr .bottom span {
  color: #ff3838;
}
.f3 {
  width: 6.9rem;
  margin: 0.3rem auto 0;
  background-color: white;
  border-radius: 0.26rem;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 0.1px;
  padding-bottom: 0.35rem;
}
.f3 .f3titimg {
  width: 5.33rem;
  display: block;
  margin: 0.27rem auto 0;
}
.f3 .f3item {
  width: 6.55rem;
  height: 1.6rem;
  margin: 0.27rem auto 0;
  border: 2px solid #f3f3f3;
  border-radius: 0.12rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.24rem;
}
.f3 .f3item .xzicon {
  width: 1rem;
}
.f3 .f3item .pcon {
  width: 3.33rem;
}
.f3 .f3item .pcon > p:nth-of-type(1) {
  font-size: 0.3rem;
  font-weight: 600;
  color: #341304;
}
.f3 .f3item .pcon > p:nth-of-type(2) {
  font-size: 0.24rem;
  color: #c68060;
}
.f3 .f3item .pcon > p:nth-of-type(3) {
  font-size: 0.3rem;
  font-weight: 600;
  color: #ff3838;
}
.f3 .f3item .f3itembtn {
  width: 1.36rem;
  height: 0.48rem;
  background: linear-gradient(to bottom, #ffebd7, #dc875e);
  border-radius: 0.5rem;
  text-align: center;
  line-height: 0.48rem;
  font-size: 0.3rem;
  color: #6d2813;
  letter-spacing: 0.05rem;
}
.f4 {
  width: 6.9rem;
  margin: 0.3rem auto 0;
  background-color: white;
  border-radius: 0.26rem;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 0.1px;
  padding-bottom: 0.45rem;
}
.f4 .f4titimg {
  width: 1.7rem;
  display: block;
  margin: 0 auto;
}
.f4 .f4tab {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.f4 .f4tab .tab {
  position: relative;
  font-size: 0.3rem;
  font-weight: 600;
  color: #999999;
}
.f4 .f4tab .tab span {
  position: relative;
  z-index: 2;
}
.f4 .f4tab .tab::before {
  content: '';
  width: 1.25rem;
  height: 0.08rem;
  background-color: #fabf7c;
  border-radius: 0.5rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: none;
}
.f4 .f4tab .tabac {
  color: #381605;
}
.f4 .f4tab .tabac::before {
  display: block;
}
.f4 .f4con {
  width: 6.53rem;
  height: 3.85rem;
  margin: 0.28rem auto 0;
  background-color: #fff2e2;
  border-radius: 0.26rem;
}
.f4 .f4con .f4listtit {
  height: 0.68rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.3rem;
  font-weight: 600;
  color: #883c19;
  text-align: center;
}
.f4 .f4con .f4listtit p:nth-of-type(1) {
  width: 40%;
}
.f4 .f4con .f4listtit p:nth-of-type(2) {
  width: 30%;
}
.f4 .f4con .f4listtit p:nth-of-type(3) {
  width: 30%;
}
.f4 .f4con .f4listitem {
  height: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.3rem;
  color: #883c19;
  text-align: center;
}
.f4 .f4con .f4listitem p:nth-of-type(1) {
  width: 40%;
}
.f4 .f4con .f4listitem p:nth-of-type(2) {
  width: 30%;
}
.f4 .f4con .f4listitem p:nth-of-type(3) {
  width: 30%;
}
.f4 .selmon {
  width: 6.54rem;
  height: 0.88rem;
  margin: 0.3rem auto 0;
  border: 1px solid #bf5e00;
  border-radius: 0.5rem;
  font-size: 0.3rem;
  color: #883c19;
  text-align: center;
  line-height: 0.88rem;
}
.f5 {
  width: 6.9rem;
  margin: 0.3rem auto 0;
  background-color: white;
  border-radius: 0.26rem;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 0.1px;
  padding-bottom: 0.31rem;
}
.f5 .f5titimg {
  width: 1.35rem;
  display: block;
  margin: 0 auto;
}
.f5 .f5con {
  width: 6.52rem;
  height: 5.88rem;
  margin: 0.3rem auto 0;
  background-color: #f6f6f6;
  border-radius: 0.15rem;
  font-size: 0.26rem;
  color: #666;
  padding: 0.24rem 0.18rem;
  text-align: justify;
  overflow-y: auto;
}
.nomore_img {
  width: 2.08rem;
  display: block;
  margin: 0.4rem auto 0.78rem;
}


.xgOrxzRecord{
  height: 0.6rem;
  line-height: .6rem;
  margin-top: 0.2rem;
  font-size: 0.3rem;
  color: #fe4925;
  text-align: center;
  margin-bottom: -0.2rem;
}



.f5con table {
  border: 1px solid black;
  width: 100%;
  font-size: .26rem;
  border-collapse: collapse;
}
.f5con tr {
  border: 1px solid black;
}
.f5con td {
  text-align: center;
  border: 1px solid black;
}

.f5con p{
  text-indent: 0.4rem;
}