
 
/* 顶部半透明弹窗 */
.toporderout{
  width: 1080px;
  height: 130px;
  position: fixed;
  top: 115px;
  left: 0px;
  right: 0px;
  margin-left:auto;
  margin-right:auto;
  z-index: 19;
}
.toporder{
  width: 864px;
  height: 130px;
  position: absolute;
  left: 58px;
  border-radius: 72px;
  background-color: rgba(0,0,0,0.4);
}
.toporder_header{
  width: 101px;
  height: 101px;
  position: absolute;
  left: 14px;
  top: 14px;
}
.toporder_header img{
  width: 101px;
  height: 101px;
  border-radius: 50%;
}
.toporder_text{
  position: absolute;
  left: 144px;
  width: 720px;
  text-align: left;
  color: white;
  font-size: 40px;
  line-height: 130px;
}
 
 
/*PC端打开的二维码弹窗*/
.qrcodeout{
  width: 576px;
  height: 576px;
  position: fixed;
  top:412px;
  left: 0px;
  right: 0px;
  margin-left:auto;
  margin-right:auto;
  z-index: 19;
}
.qrcode{
  width: 576px;
  height: 576px;
  position: absolute;
  left: 58px;
  border-radius:14px;
  background-color: rgba(0,0,0,0.5);
}
.qrcode_img{
  width: 432px;
  height: 432px;
  position: absolute;
  left: 72px;
  top: 29px;
}
.qrcode_img img{
  width: 432px;
  height: 432px;
}
.qrcode_text{
  width: 576px;
  height: 155px;
  color:white;
  position: absolute;
  bottom: 0px;
  text-align:center;
  line-height:155px;
}







/*新版维狸家域名*/


.wljcontent{
	width:1080px;
	margin:0 auto;
}
.wlj_row1{
	width:1080px;
	height:1907px;
	position:relative;
}
.wlj_row1_back{
	width:1080px;
	height:1907px;
}
.wlj_row1_back img{
	width:1080px;
	height:1907px;
}
.wlj_row1_btn{
  width: 622px;
  height: 167px;
  position: absolute;
  bottom: 164px;
  left: 230px;
}
.wlj_row1_btn img{
	width: 622px;
    height: 167px;
	animation:wljtest 1s linear infinite;
}
@keyframes wljtest {
    0%{ 
	transform: scale(1);
	} 
	50%{ 
	transform: scale(0.88);
	}
	100%{ 
	transform: scale(1);
	} 
}
@-webkit-keyframes wljtest /* Safari and Chrome */
{
    0%{ 
	transform: scale(1);
	} 
	50%{ 
	transform: scale(0.88);
	}
	100%{ 
	transform: scale(1);
	} 
}
.wlj_row2{
	width:1080px;
	height:1705px;
}
.wlj_row2_back{
	width:1080px;
	height:1705px;
}
.wlj_row2_back img{
	width:1080px;
	height:1705px;
}
.wlj_row3{
	width:1080px;
	height:3470px;
}
.wlj_row3_back{
	width:1080px;
	height:3470px;
}
.wlj_row3_back img{
	width:1080px;
	height:3470px;
}
.wlj_row4{
	width:1080px;
	height:2402px;
}
.wlj_row4_back{
	width:1080px;
	height:2402px;
}
.wlj_row4_back img{
	width:1080px;
	height:2402px;
}
/* 下拉悬浮提示 */
.dropdownwlj{
  width: 1080px;
  height: 49px;
  position: fixed;
  bottom: 216px;
  text-align:center;
  z-index: 10;
}
.dropdownwlj img{
  width: 144px;
  height: 49px;
}
/*拖动的咨询图标*/
#move_areawlj{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 7;
  pointer-events: none;
}
#touchMovewlj{
  width:144px;
  height:144px;
  position: absolute;
  z-index:8;
  left: 933px;
  top:628px;
  pointer-events: auto;
}
#touchMovewlj img{
  width:144px;
  height:144px;
}

/* 悬浮的定制图标*/
.row4_otheroutwlj{/*外部div，用于固定定位且左右居中，作为内部元素相对定位时的参考点*/
  width: 0px;
  height: 0px;
  position: fixed;
  top: 1008px;
  left: 0px;
  right: 0px;
  margin-left:auto;
  margin-right:auto;
  z-index:10;
}
.row4_otherwlj{
  width: 144px;
  height: 144px;
  position: absolute;
  top:0px;
  left: 395px;
}
.row4_otherwlj img{
  width: 144px;
  height: 144px;
}


