html,body {

	padding: 0;

	margin: 0;

	background: #59bdff;

}

ul,li,p,span,a,img{

	padding: 0;

	margin: 0;

	border: none;

	list-style: none;

}



/* 轮播图样式*/

.my-swipe .van-swipe-item {
	color: #fff;
	line-height: 0;
	text-align: center;
	background-color: #39a9ed;
}

.my-swipe .van-swipe-item img{

	width: 100%;

	height: 100%;

	object-fit: contain;

}

.my-swipe .van-swipe__indicator{

	width: 12px;

	height: 12px;

}

.my-swipe .van-swipe__indicator:not(:last-child){

	margin-right: 12px;

}

/* 表单盒子样式*/

.mybox.header{

	margin-top: -2rem;

	background: rgba(42,125,231,0.8);

	margin-bottom: 0;

	border-radius: 12px 12px 0 0;

	max-width: 80%;

	margin-left: auto;

	margin-right: auto;

	padding: 0.1rem 0;

}

.mybox.header ul{

	display: flex;

	align-items: center;

	justify-content: space-around;

	min-height: 0.6rem;

}

.mybox.header ul li{

	color: #fff;

	font-size: 12px;

	line-height: 120%;

}

.mybox.tops{

	margin-top:0 ;

	position: relative;

	    padding-bottom: 0.6rem;

}

.mybox.tops .title{

	font-size: 0.42rem;

	display: flex;

	justify-content: 

	space-between;

	margin-bottom: 0.42rem;

}

.mybox.tops .title .van-checkbox{

	transform: scale(0.8);

}

.mybox.tops::before,.mybox.tops::after{

	content: '';

	display: block;

	position: absolute;

	bottom: -0.7rem;

	width: 0.4rem;

	height: 1.2rem;

	z-index: 2;

	background: url(../img/icon2.png) no-repeat center center;

	background-size: contain;

}

.mybox.tops::after{

	right: 0.8rem;

}

.mybox.tops::before{

	left: 0.8rem;

}

.mybox{

	background: #fff;

	margin:0.2rem 0.4rem;

	border-radius: 12px;

	min-height: 0.6rem;

	position: relative;

	padding: 0.4rem 0.6rem;

	font-size: 14px;

}

#app .van-field__label{

	width: unset;

}

#app .van-cell{

	border: none;

	background: rgba(180,180,180,0.1);

	border-radius: 6px;

}

.flexs,.names {

	display: flex;

	justify-content: space-between;

}

#app .tops .names .van-cell{

	flex: 1;

}

#app .tops .names .van-checkbox{

	margin-left: 0.6rem;

}

#app .tops .flexs .van-cell{

	max-width: 48%;

	margin-top: 0;

	margin-bottom: 0;

}

#app .tops .flexs::after{

	display: none;

}

#app .tops .van-cell{

	border: none;

	background: rgba(213,233,255,0.8);

	margin: 0 0 0.32rem 0;

}

#app .tops .van-field__label, #app .tops .van-cell__value{

	color: #0070ff;

}

#app .van-popup{

	z-index: 999;

}

.van-image__error{

	display: none;

}

#app .van-uploader__preview-image,#app .van-uploader__upload{

	width: 1.2rem;

	height: 1.2rem;

}

#app .van-uploader{

	margin-top: 0.4rem;

	width: 100%;

}

#app .van-uploader .van-uploader__upload{

	position: absolute;

	right: -0.2rem;

	top: -1.44rem;

	height: 1rem;

	background: url(../img/icon3.png) no-repeat center center;

	background-size: 40%;

}

#app .van-uploader .van-uploader__upload-icon::before{

	display: none;

}

#app .van-button--normal {
    padding: 0 15px;
    font-size: 14px;
    width: calc(100% - 0.8rem);
    margin: 0 0.4rem 0.4rem 0.4rem;
    border-radius: 2rem;

	}

	

/*留言展示*/

.mainBox{

	background: #fff;

	padding: 0.4rem;

}

.mainBox .title{

	display: flex;

	justify-content: space-between;

	font-size: 0.42rem;

	align-items: flex-end;

	margin-bottom: 0.6rem;

	line-height: 120%;

	padding: 0.2rem 0;

	font-weight: bold;

}

.mainBox .title a{

	font-size: 12px;

	color: #999;

}

.lylist {

	margin-bottom: 0.6rem;

}

.lylist ul{

	width: 100%;

	height: auto;

}

.lylist li.liuyan{

	display: block;

	line-height: 120%;

	font-size: 14px;

}

.lylist li.liuyan span{

	color: #999;

	display: flex;

	align-items: center;

}

.lylist li.liuyan span img{

	width: 0.4rem;

	height: auto;

	margin-right: 0.2rem;

}

.lylist li.liuyan span font{

	margin: 0 0.1rem;

	color: #39A9ED;

}

.lylist li.liuyan p{

	display: block;

	margin: 0.4rem 0;

	font-weight: bold;

	font-size: 14px;
	word-wrap: break-word;

}

.lylist li.huifu{

	display: flex;

	color: #999;

	font-size: 14px;

	border-top: solid 1px #ececec;

	padding: 0.2rem 0;

}

.lylist li.huifu p{

	color: #3e5776;

}

.fujian{

	margin-top: 0.4rem;

}

#app .van-hairline--top-bottom::after,#app .van-hairline-unset--top-bottom::after{

	display: none;

}

#app .tops .van-cell__right-icon{

	background: url(../img/icon4.png) no-repeat center center;

	background-size: contain;

	width: 0.3rem;

}

#app .tops .van-cell__right-icon::before{

	display: none;

}

