.dlzc_box{
	width: 100%;
	height: 9rem;
	/*background: url(../images/bgs.png) no-repeat;*/
	/*background-repeat: no-repeat;*/
	/**/
	/*background-size: 100% 100%;*/
}
.dlzc_content{
	display: flex;
	height: 100%;
	justify-content: space-between;
	align-items: flex-start;
}
.dlzc_main{
	width: 6rem;
	/*height: 7.1rem;*/
	background: #fff;
	padding: 0.4rem 1rem 0.4rem 1rem;
	border-radius: 0.1rem;
	box-shadow: 0 0 0.07rem 0.01rem RGBA(42,204,220,0.5);
}

.dlzc_topBox{
	display: flex;
	align-items: center;
	justify-content:space-between;
	border-bottom: 0.01rem solid #ccc;
	padding: 0 0.25rem;
	margin-bottom: 0.4rem;
}

.dlzc_title{
	color: #666;
	font-size: 0.2rem;
	padding: 0.2rem 0 ;
	cursor: pointer;
	position: relative;
}
.dlzc_title.active{
	color: #00B6B5;	
}
.dlzc_title.active::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform:translateX(-50%);
	width: 0.6rem;
	height: 0.05rem;
	background: #00B6B5;
}
.dlzc_bottomBox{
	display: none;
}
.dlzc_bottomBox:nth-child(1){
	display: block;
}


.dlzc_inputItems{
	height: 0.6rem;
	position: relative;
	margin-bottom: 0.35rem;
}
.dlzc_inputItems input{
	width: 100%;
	height: 100%;
	border-radius: 0.05rem;
	border: 0.01rem solid #ddd;
	padding-left: 0.57rem;
	padding-right: 0.15rem;
	color: #999 !important;
	 font-size: 0.16rem !important;
}
.dlzc_inputItems input::placeholder{
    color: #999 !important;
    font-size: 0.16rem !important;
}
.dlzc_ico{
	position: absolute;
	width: 0.28rem;
	height: 0.28rem;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 50%;
	left: 0.17rem;
	transform: translateY(-50%);
}

.dlzc_ico img{
	max-width: 100%;
	max-height: 100%;
}
.tongyi_Box{
	display: flex;
	align-items: center;
}
.tongyi_Box input{
	width: 0.15rem;
	height: 0.15rem;
	margin-right: 0.07rem;
}
.tongyi_Box label{
	color: #666;
}
.tongyi_Box label *{
	font-size: 0.16rem;
}

.tongyi_Box span{
	color: #00b6b5;
	cursor: pointer;
}
.submit_web{
	width: 100%;
	height: 0.65rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 0.2rem;
	border-radius: 0.07rem;
	background: #00b6b5;
	margin-top: 0.3rem;
	transition: all .25s;
	cursor: pointer;
}
.submit_web:hover{
	opacity: 0.85;
}


.wangjiMima{
	color: #00b6b5;
	font-size: 0.16rem;
	margin-top: 0.2rem;
	margin-bottom: 0.4rem;
	display: block;
}
.last_title{
	font-size: 0.16rem;
	color: #999;
	letter-spacing: 0.01rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.last_title::before{
	content: '';
	width: 1.4rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 0.01rem;
	background: #999;
}

.last_title::after{
	content: '';
	width: 1.4rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 0.01rem;
	background: #999;
}

.last_last{
	display: flex;
	flex-wrap: wrap;
}
.last_last{
	display: flex;
	justify-content: center;
	margin-top: 0.32rem;
	align-items: center;
}
.last_items{
	width: 0.55rem;
	height: 0.55rem;
}
.wx_contentBox{
	min-height: 8rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wx_erTopbox{
	display: flex;
	align-items: center;
	font-size: 0.2rem;
	color: #333;
	justify-content: center;
	margin-bottom: 0.15rem;
}
.wx_erTopbox img{
	width: 0.4rem;
	height: 0.4rem;
	margin-right: 0.2rem;
}

.wx_imgboxs img{
	width: 3.45rem;
	height: 3.45rem;
	object-fit: contain;
}


.git_code{
	position: absolute;
	right: 0.2rem;
	top: 50%;
	color: #00B6B5;
	font-size: 0.16rem;
	cursor: pointer;
	transform: translateY(-50%);
}

.wx_tit{
	font-size: 0.24rem;
	color: #000;
	margin-bottom: 0.2rem;
	text-align: center;
}
.wx_txt{
	color: #999999;
	width: 2.68rem;
	font-size: 0.16rem;
	text-align: center;
	margin: 0 auto;
}
.wx_imgbox{
	display: flex;
	justify-content: space-between;
	margin-top: 0.3rem;
}

.wx_imgItems_1{
	width: 1.58rem;
	height: 1.58rem;
	margin-top: 0.5rem;
}
.wx_imgItems_1 img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.wx_imgItems_2{
	width: 2.68rem;
	height: 3.65rem;
}
.wx_imgItems_2 img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.wx_lastbox{
	display: flex;
	align-items: center;
	color:#2ACCDC;
	font-size: 0.14rem;
	justify-content: center;
	margin-top: 0.5rem;
}

.wx_lastbox img{
	width: 0.22rem;
	height: 0.2rem;
	margin-right: 0.1rem;
}
.wx_content{
	display: none;
}

#escBtn{
	color: #999;
	margin-left: 0.15rem;
	font-size: 0.14rem;
	cursor: pointer;
}
.shibo_messbox{
	width: 100%;
	background: #fff;
	padding: 0.4rem 0.4rem 0.9rem 0.5rem;
	box-shadow: 0rem 0rem 0.08rem 0rem rgba(42,204,220,0.2);
	border-radius: 0.08rem;
}
.shibo_xname{
	color: #000;
	font-size: 0.16rem;
    display: flex;
    align-items: center;
    
}
.shibo_xname *{
	color: red;
	font-size: 0.18rem;
}
.shibo_xname img{
    width: 0.2rem;
    object-fit: contain;
    margin-right: 0.07rem;
    /*height: 0.2rem;*/
}
.shibo_ico1{
	width: 0.3rem;
	height: 0.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.1rem;
}
.shibo_ico1 img{
	max-width: 100%;
	max-height: 100%;
}
.shibo_title{
	font-size: 0.24rem;
	color: #666;
	margin-bottom: 0.5rem;
}
.shibo_input{
	width: 5rem;
	height: 0.65rem;
	border-radius: 0.07rem;
	border: 0.01rem solid #cfcfcf;
	padding: 0 0.25rem;
}
.shibo_input:focus::placeholder{
    color: #cccc;
}
.shibo_name{
	width: 1.2rem !important;
	display: flex;
	align-items: center;
}
.shibo_messItems{
	display: flex;
	align-items: center;
	margin-bottom: 0.3rem;
}
.shibo_xtit{
	color: #333333;
	font-size: 0.22rem;
	margin-bottom: 0.5rem;
	text-align: center;
}
.shibo_regiter{
	width: 4.5rem;
	height: 0.55rem;
	background-color: #00b6b5;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.18rem;
	margin-top: 0.5rem ;
	cursor: pointer;
	transition: all .25s;
	border-radius: 0.07rem;
}
.shibo_regiter:hover{
	opacity: 0.85;
}
	

.shibo_messList{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.shibo_jwImgbox{
	display: flex;
	margin-top: 0.9rem;
	padding-bottom: 3rem;
	/*min-height: 4.2rem;*/
	justify-content: center;
	overflow: hidden;
	border-radius: 0.05rem;
}

.shibo_jwImgitems{
	width: 2.9rem;
	height: 2rem;
	position: relative;
	border-radius: 0.07rem;
	display: block;
	margin-right: 0.8rem;
	border: 0.01rem solid #ccc;
	overflow: hidden;
}
.shibo_jwImgitems:hover{
    border-color: #fff;
}
.shibo_jwImgitems:nth-child(2){
	margin-right: 0;
	border: 0;
}

.shibo_jwImgitems img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.jwImg2{
    transform: scale(1.04);
		display: none;	
}

.shibo_jwImgitems:hover .jwImg2{
	display: block;
}
.shibo_banzhengBox{
	padding-top: 0.35rem;
	padding-bottom: 2rem;
}
.shibo_cztitle{
	color: #666;
	text-align: center;
	margin-top: 0.7rem;
	margin-bottom: 0.5rem;
	font-size: 0.21rem;
	font-weight: bold;
}
.shibo_czImgItems{
	display: block;
	width: 2.9rem;
	height: 2rem;
	position: relative;
	margin-right: 0.2rem;
	overflow: hidden;
	border-radius: 0.05rem;
}
.shibo_czImgItems:nth-child(3n){
	margin-right: 0;
}
.shibo_czImgItems img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.czImg2{
    transform: scale(1.05);
	display: none;
}

.shibo_czImgItems:hover .czImg2{
	display: block;
}
.shibo_czImgItems:hover .czImg1{
	display: none;
}

.wx_tzBox{
	display: block;
	text-align: center;
	font-size: .18rem;
	margin-top: 0.15rem;
	color: #999;
}





