body{
  background-image: url(../images_y/y_bg.jpg);
  /* margin-top: 0.27rem;
  margin-left: 0.2rem; */
	box-sizing: border-box;
	padding: 0.27rem 0 0 0.2rem;
	width: 100vw;
	height: auto;
	min-height: 100vh;
}
.pre_live{
  width: 7.12rem;
  /* height: 10.45rem; */
  background: rgba(5, 24, 56, 0.41);
  border-radius: 0.2rem;
  padding-bottom: 0.1rem;
}
.head_card{
  width: 7.12rem;
  /* height: 3.7rem; */
  border: 0.01rem solid #ebdbc7;
  border-radius: 0.2rem;
  padding-bottom: 0.2rem;
}
.head_card_img{width: 1.3rem;height: 2.3em;position: absolute;z-index: -1;}
.texth1_color{color: #d1a97a;font-size: 0.36rem;line-height: 0.72rem;}
.texth2_color{color: #d1a97a;font-size: 0.36rem;line-height: 0.9rem;}
.text_more{color: #f7dcbe;font-size: 0.24rem;display: flex;align-items: center;line-height: 0.52rem;}
.p_box{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-left: 0.4rem;
  margin-right: 0.23rem;
}
.li_p_box{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-left: 0.25rem;
  padding-right: 0.65rem;
}
.arrow_right{width: 0.1rem;height: 0.2rem;padding-left: 0.1rem;}
.head_cont{
  width: 6.8rem;
  min-height: 2.8rem;
  background-color: #fff9f1;
  border-radius: 0.3rem;
  margin-left: 0.18rem;
  padding-top: 0.32rem;
  padding-bottom: 0.2rem;
}
.head_cont_img{
  width: 1.87rem;
  height: 2.26rem;
  position: absolute;
  top: 1.25rem;
  left: 0.65rem;
  border-radius: 0.15rem;
}
.cont_txt_father{
  margin-top: -0.31rem;
}
.tip_box{
  /* position: absolute;
  left: 3.1rem; */
  display: flex;
  /* margin-top: 0.32rem; */
  flex-direction: column;
  margin-left: 2.5rem;
}
.head_cont_tip{
  display: inline-block;
  width: 1.1rem;
  height: 0.3rem;
  text-align: center;
  border-radius: 1rem;
  margin-bottom: 0.1rem;
}
.head_cont_title{
  height: 1rem;
  font-size: 0.36rem;
  margin-bottom: 0.1rem;
  color: #b48950;
  font-weight: 600;
  width: 3.9rem;
}
.head_cont_btn{
  font-size: 0.3rem;
  display: flex;
  font-weight: 600;
}
.btn_make{
  width: 1.5rem;
  height: 0.55rem;
  text-align: center;
  line-height: 0.55rem;
  background: linear-gradient(to bottom, #e6c88c, #b99358);
  border-radius: 1rem;
  color: #fff;
  margin-right: 0.15rem;
}
/* 直播中按钮样式开始 动态css部分 开始 */
.btn_ing_box{
  display: flex;
  justify-content: center;
  font-size: 0.28rem;
}
.loading1 {
  height: 0.45rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end
}
.line {
  margin: 0 0.02rem;
  width: 0.07rem;
  height: 0.1rem;
  background: #fff;
  border-radius: 0.1rem;
}
.line1 {
  animation: loading1 0.6s ease 0s infinite;
}
.line2 {
  animation: loading1 0.6s ease 0.2s infinite;
}
.line3 {
  animation: loading1 0.6s ease 0.4s infinite;
}
@keyframes loading1 {
  0% {
    height: 0.1rem;
    background: #fff;
  }
  50% {
    height: 0.35rem;
    background: #fff;
  }
  100% {
    height: 0.1rem;
    background: #fff;
  }
}
/* 直播中按钮样式开始 动态css部分 结束 */
.btn_share{
  width: 1.5rem;
  height: 0.55rem;
  text-align: center;
  line-height: 0.55rem;
  border: 0.01rem solid #d0ac70;
  border-radius: 1rem;
  color: #d0ac70;
}
.cont_time{
  /* position: relative;
  top: 2.2rem;
  left: 0.23rem;
  z-index: 6; */
  width: 6.48rem;
  /* height: 0.48rem; */
  font-size: 0.3rem;
  margin-top: 0.45rem;
  margin-left: 0.2rem;
}
.cont_txt{
  color: #fff;
  font-weight: 600;
  /* position: absolute;
  top: 0.03rem;
  left: 0.3rem; */
  margin-top: -0.45rem;
  margin-left: 0.3rem;
}
.cont_time_txt{
  color: #ebdbc7;
  font-weight: 600;
  /* position: absolute;
  top: 0.03rem;
  left: 2.3rem; */
  margin-top: -0.4rem;
  margin-left: 2.3rem;
}
.span_txt{
  font-weight: normal;
  font-size: 0.28rem;
}
.span_txt_g{
  border-right: 0.01rem solid #ebdbc7;
  padding-right: 0.15rem;
  margin-right: 0.15rem;
  display: inline-block;
  height: 0.3rem;
  line-height: 0.3rem;
}
.sub_pretitle{
  font-size: 0.32rem;
  color: #d1a97a;
  line-height: 0.85rem;
  margin-left: 0.42rem;
}
.li_box{
  width: 6.82rem;
  /* height: 1.68rem; */
  border: 0.01rem solid #435067;
  margin-left: 0.16rem;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0.25rem;
  background: rgba(9,31, 65, 0.6);
  padding: 0.24rem 0rem;
}
.li_img{
  width: 1.2rem;
  height: 1.2rem;
  /* margin-top: 0.24rem; */
  margin-left: 0.24rem;
}
.desc_title{
  width: 4.5rem;
  margin-left: 0.25rem;
  /* margin-top: 0.45rem; */
}
.li_text{
  font-size: 0.28rem;
  color: #d7ae86;
}
.isend{
  font-size: 0.24rem;
  font-weight: 600;
  color: #103861;
  background: linear-gradient(to bottom, #e1c79c, #b18b54);
  width: 1rem;
  height: 0.46rem;
  text-align: center;
  line-height: 0.46rem;
  border-top-right-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  position: absolute;
  right: 0;
  top: 0;
}
.wealth_column{
  width: 7.12rem;
  /* height: 8.7rem; */
  background: rgba(5, 24, 56, 0.41);
  border-radius: 0.2rem;
  border: 0.01rem solid #435067;
  padding-bottom: 0.3rem;
}
.wealth_li{
  display: flex;
  align-items: center;
  margin-top: 0.37rem;
  margin-left: 0.13rem;
}
.wealth_li_img{
  width: 1.3rem;
  height: 1.3rem;
  /* margin-top: 0.24rem; */
  margin-left: 0.24rem;
}
.wealth_span{
  font-size: 0.36rem;
  color: #ecdccf;
}
.btm_margin{
  margin-bottom: 0.7rem;
}
.dialog{
	position: fixed;
	top:0;
	left: 0;
	width: 100vw;
	height: 100vh;
	box-sizing: border-box;
	background: rgba(0,0,0,.8);
	z-index: 1000;
	display: none;
}
.dialog>div{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dialog>div>div{
	width:6.4rem;
	height:4.7rem;
	background: rgba(255, 249, 241,1);
	border-radius: 0.27rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* justify-content: center; */
	font-size: 0.3rem;
	line-height: 0.3rem;
	color: rgba(180, 137, 80,1);
	padding-top: 0.62rem;
}
.dialog>div>div>div:nth-child(2){
	width: 0.75rem;
	height: 0.75rem;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items:center;
	justify-content: center;
	background: rgba(208, 172, 112,1);
	margin-top: 0.55rem;
}
.dialog>div>div>div:nth-child(2)>img{
	width: 0.4rem;
	height: auto;
	/* background-color: rgba(255, 255, 255,1) */
}
.dialog>div>div>div:nth-child(3){
	font-size: 0.5rem;
	line-height: 0.5rem;
	color: rgba(180, 137, 80,1);
	margin-top: 0.32rem;
}
.dialog>div>div>button{
	width:4.4rem;
	height:0.7rem;
	font-size: 0.3rem;
	border-radius: 0.35rem;
	color: rgba(255, 255, 255,1);
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: -moz-linear-gradient( 90deg, rgb(198,159,100) 0%, rgb(224,193,131) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(198,159,100) 0%, rgb(224,193,131) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(198,159,100) 0%, rgb(224,193,131) 100%);
	padding: 0;
	margin: 0.6rem 0 0 0;
}
.menc{
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
.menc>img{
  width: 3.5rem;
  height: 2.5rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
.menc>p{
  color: #fff;
  font-size: 0.28rem;
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translate(-50%, -50%);
}