@charset "UTF-8";

body,
html {
	/* width: 100%;
	height: 100%;
	background: #bbdbfd;
	background-size: 100% 100%; */
}

img.img-block {
	display: block;
	width: 100%;
}

.index-body {
	position: relative;
	width: 7.5rem;
	margin: 0 auto;
	/* padding: .8rem 0 1rem; */
	overflow: hidden;
}

.bg-item {
	position: relative;
	margin-top: -1px;
}
.cjwt-title img{
	display: block;
	width: 4.69rem;
	margin: 0 auto;
}
.cjwt-boxs {
	position: relative;
	margin-top: -1px;
	width: 6.92rem;
	padding: .5rem 0;
	margin: 0 auto;
	/* min-height: 2.74rem; */
	background-color: #fff;
	border-radius: .4rem;
	z-index: 1;
}

.cjwt-boxs .cjwt-list {
	width: 6.15rem;
	margin: .3rem auto 0;
}

.cjwt-boxs .cjwt-list:first-child {
	margin-top: 0;
}

.cjwt-boxs .cjwt-list .item-li {
	position: relative;
	width: 6.15rem;
	height: .69rem;
	margin: 0 auto;
}

.cjwt-boxs .cjwt-list .item-li:before {
	content: "";
	position: absolute;
	top: 50%;
	right: .37rem;
	width: 0.23rem;
	height: 0.13rem;
	margin-top: -.065rem;
	background: url(../images/cjwt/jt.png) no-repeat;
	background-size: 100% auto;
}

.cjwt-boxs .cjwt-list .item-li.open:before {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.cjwt-boxs .cjwt-list .item-li img {
	display: block;
	width: 100%;
}

.cjwt-boxs .cjwt-list .item-li-text {
	position: relative;
	display: none;
	padding: .2rem 0 0;
	width: 6.28rem;
}

.cjwt-boxs .cjwt-list .item-li-text img {
	display: block;
}

.cjwt-boxs .cjwt-list .item-li-text-open {
	position: relative;
	height: 2.1rem;
	overflow: hidden;
}

.cjwt-boxs .cjwt-list .item-li-text-open.open {
	height: auto;
}

.cjwt-boxs .cjwt-list .cjwt-open-btn {
	position: relative;
	width: 100%;
	margin-top: .1rem;
	height: .5rem;
	background-image: url(../images/cjwt/open.png);
	background-size: 1.1rem;
	background-repeat: no-repeat;
	background-position: center;
}

.cjwt-boxs .cjwt-list .cjwt-open-btn.active {
	background-image: url(../images/cjwt/up.png);
}




.btn{
	position: absolute;
	font-size: 0;
}
.btn1{
	top: 1.25rem;
	left: 3.4rem;
	width: 1.7rem;
	height: .52rem;
}
.btn2{
	top: 3.03rem;
	left: 50%;
	transform: translateX(-50%);
	width: 3.7rem;
	height: 1rem;
}