/* 会员专题页样式 */
.flex-center{
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-between{
  display: flex;
  justify-content: space-between;
}
.register-member-btn{
  width: 413px;
  line-height: 82px;
  
  background: #E9C773;
  border-radius: 41px;
  position: absolute;
  left: 50%;
  top: 68%;
  transform: translateX(-50%);
  font-size: 34px;
  text-align: center;
}
.register-member-btn>a{
  display: block;
  color: #ffffff;
}
.member-lists{
  position: relative;
  top: -56px;
}
.member-lists ul{
  width: 74%;
  margin: 0 auto;
}
.lists-tame{
  width: 22%;
}
.lists-tame .tame-img{
  width: 232px;
  height: 232px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 21px 0px rgba(78, 0, 255, 0.34);
  border-radius: 50%;
  margin: 0 auto;
}
.lists-tame .tame-img>.tame-img-border{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid;
}
.lists-tame p{
  text-align: center;
}
.lists-tame .tame-title{
  margin-top: 30px;
  font-size: 28px;
  color: #181818;
}
.lists-tame .tame-line{
  display: block;
  width: 60px;
  height: 8px;
  margin: 14px auto;
}
.lists-tame .tame-info{
  font-size: 16px;
  color: #181818;
}
.member-equities{
  width: 100%;
  height: auto;
  background: url(../images/members_banner2.png) center top no-repeat ;
}

.member-equities .equities-content{
  width: 76%;
  margin: 0 auto;
}
.equities-content img{
  width: 100%;
  height: 100%;
}

.equities-content .equities-title{
  padding-top: 64px;
  padding-bottom: 86px;
  text-align: center;
  font-size: 34px;
  color: #FFFFFF;
}
.equities-title::before,.equities-title::after{
  content: '';
  display: inline-block;
  width: 166px;
  height: 4px;
  background: #FFFFFF;
  margin: 0 24px 8px;
}
.equities-width > li{
  width: 15.5%;
}
.equities-width > li:first-child{
  width: 16.5%;
}
.level-item>.l-item-img{
  width: 100%;
  height: 177px;
  background:  no-repeat center center;
  background-size: 100% 100%;
  border-radius: 18px;
  box-shadow: 3px 3px 20px #333333;
  position: relative;
}
.level-item p{
  padding-left: 20px;
}

.l-item-title,
.l-item-txt{
  font-size: 25px;
  font-weight: bold;
}
.l-item-txt-color,
.l-item-title,
.level-item:nth-child(2) .l-item-price{
  color: #28006A;
}
.level-item:nth-child(2) .l-item-price>.l-item-txt{
  font-size: 14px;
}
.level-item:nth-child(2) .l-item-price>span:last-child{
  display: none;
}
.level-item .l-item-title{
 padding-top: 22px;
}
.level-item .l-item-price{
  color: #333333;
  position: absolute;
  bottom: 12px;
}
.level-item:last-child .l-item-title,.level-item:last-child .l-item-price{
  color: #FFDD8B;
}
.equities-level .level-item>a{
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 30px auto;
}
.equities-level .level-item>.active{
 animation: roate 0.7s linear 0s 2 normal;
}

@keyframes roate{
	0% { 
    transform:scale(1,1);
  }
	50%{
    transform:scale(1.3,1.3);
  }
  100%{
    transform:scale(1,1);
  }
}

.equities-details>li{
  height: 51px;
  border-left: 1px solid #ECA83D;
  border-right: 1px solid #ECA83D;
  border-top: 1px solid #D6DCEA;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  color:#4CB51D;
}
.equities-details>.equities-item-first{
  text-align: left;
  display: flex;
  align-items: center;
  padding-left: 3%;
  padding-right: 5px;
}
.equities-details>li:first-child{
  color: #333333;
}
.equities-details>li img{
  width: 18px;
  height: 18px;
}
.equities-details-0>li{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top-color: #ECA83D;
}
.equities-details-14>li{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 1px solid #ECA83D;
}

.equities-level .level-item>a>i{
  display: inline-block;
  margin:0 auto;
	width: 0px;
	height: 0px;
  border-left: 12.3px solid white;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;

}

.apply-immediately{
  margin: 90px auto;  
}
.apply-immediately>button{
  width: 571px;
  height: 85px;
  border-radius: 43px;
  background-color: #3E2AAE;
  font-size: 27px;
  font-weight: bold; 
  border: none;
}

.apply-immediately>button:active,.apply-immediately>button:focus{
  outline: none !important;
  background-color: #3E2AAE;
}
@media (min-width: 1200px) and (max-width: 1366px){
  .register-member-btn{
    width: 340px;
    line-height: 62px;
    font-size: 26px;
  }
  .lists-tame .tame-img{
    width: 200px;
    height: 200px;
  }
  .lists-tame .tame-img>.tame-img-border{
    width: 168px;
    height: 168px;
  }
  .equities-details>.equities-item-first{
    font-size: 14px;
  }
}
@media (min-width:992px) and (max-width: 1199px){
  .register-member-btn{
    width: 315px;
    line-height: 56px;
    font-size: 22px;
  }
  .member-lists{
    position: relative;
    top: -36px;
  }
  .lists-tame .tame-img{
    width: 172px;
    height: 172px;
  }
  .lists-tame .tame-img>.tame-img-border{
    width: 140px;
    height: 140px;
  }
  .lists-tame .tame-title{
    font-size: 22px;
  }
  .lists-tame .tame-info{
    font-size: 14px;
  }

  .level-item>.l-item-img {
    height: 146px;
  }
  .level-item:first-child span, .l-item-title, .l-item-txt {
    font-size: 20px;
  }
  .level-item p {
    padding-left: 12px;
  }
  .equities-details>.equities-item-first{
    font-size: 12px;
  }
}
@media (min-width:768px) and (max-width: 991px){
  .register-member-btn{
    width: 260px;
    line-height: 48px;
    font-size: 20px;
  }
  .level-item>.l-item-img {
    height: 122px;
  }
  .level-item:first-child span, .l-item-title, .l-item-txt {
    font-size: 16px;
  }
  .level-item p {
    padding-left: 10px;
  }
  .level-item .l-item-title{
    padding-top: 16px;
  }
}

@media  (max-width: 991px){
  .member-lists{
    position: relative;
    top: 0;
  }
  .member-lists ul{
    flex-wrap: wrap;
  }
  .lists-tame{
    width: 40%;
    margin: 20px auto;
  }
  .lists-tame .tame-img{
    width: 148px;
    height: 148px;
  }
  .lists-tame .tame-img>.tame-img-border{
    width: 116px;
    height: 116px;
  }
  .lists-tame .tame-img>.tame-img-border>img{
    width: 70%;
    height: 70%;
  }
  .lists-tame .tame-title{
    font-size: 22px;
  }
  .lists-tame .tame-info{
    font-size: 14px;
  }
  .equities-level .level-item>a{
    font-size: 16px;
  }
  .equities-level .level-item>a>i{
    border-left: 6.3px solid white;
  }
  .equities-details>.equities-item-first{
    font-size: 10px;
  }
}
@media (max-width: 767px){
  .register-member-btn{
    width: 186px;
    line-height: 35px;
    font-size: 15px;
  }
  .equities-title::before,.equities-title::after{
    width: 100px;
  }
  .level-item>.l-item-img {
    height: 100px;
  }
  .level-item:first-child span, .l-item-title, .l-item-txt {
    font-size: 10px;
  }
  .level-item p {
    padding-left: 10px;
  }
  .level-item .l-item-title{
    padding-top: 16px;
  }
}
