*{
	margin: 0;
	padding: 0;
}
ul,li{
	padding: 0;
	margin: 0;
}
li{
	list-style-type: none;
}
a{
	text-decoration: none;
}
:root{
    --minColor: #39D0D0;
}

/* flex布局 */
.u-f,.u-f-ac,.u-f-ajc{
	display: flex;
}
.u-f-ac,.u-f-ajc{
	align-items: center;
}
.u-f-ajc{
	justify-content: center;
}
.u-f-jsb{
	justify-content: space-between;
}
.u-f1{
	flex: 1;
}
.u-f-column{
	flex-direction: column;
}
.u-f-gg{
	flex-wrap: wrap;
}
.u-f-fs{
	flex-shrink: 0;
}

.line-1{
	overflow:hidden;
	text-overflow:ellipsis;
	word-wrap:break-word;
	word-break: break-word;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
}
.line-2{
	overflow:hidden;
	text-overflow:ellipsis;
	word-wrap:break-word;
	word-break: break-word;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}

.bgCover img{
	width: 100%;
	vertical-align: top;
}
body{
	max-width: 750px;
	margin: 0 auto;
    font-size: 0.28rem;
}
.onlineMessageForm{
	background-color: white;
	border-radius: 0.08rem;
    padding: 0.3rem;
    margin: 0.3rem;
}
.onlineMessageForm *{
    font-family: "GenSenMaruGothicTW-Bold";
}
.onlineMessageForm .listA:nth-of-type(1){
    padding-top: 0;
}
.onlineMessageForm .listA{
	padding-top: 0.3rem;
	border-radius: 0.05rem;
	overflow: hidden;
}
.onlineMessageForm .listA .lst .label{
	font-size: 0.24rem;
	color: #333333;
}
.onlineMessageForm .listA .lst{
	
}
.onlineMessageForm .listA .fg{
	margin: 0 0.1rem;
}
.onlineMessageForm .listA .lst .value{
	margin-top: 0.2rem;
	background-color: #f5f5f5;
	border-radius: 0.06rem;
}
.onlineMessageForm .listA .lst .value input,.onlineMessageForm .listA .lst .value select{
	width: 100%;
	height: 0.6rem;
	border: none;
	outline: medium;
	font-size: 0.26rem;
	color: #333333;
	background-color: transparent;
}
.onlineMessageForm .listA .select .item{
    display: inline-block;
    padding: 0.1rem 0;
}
.onlineMessageForm .listA .gray{
    color: #bcbfc2;
    margin-left: 0.2rem;
}
.onlineMessageForm .tips{
    margin-top: 0.2rem;
    font-family: "GenSenMaruGothicTW-Regular";
}
.onlineMessageForm .listA .lst .value select{
	width: 1.2rem;
}
.onlineMessageForm .listA .lst .value .select100{
	width: 100%;
}
.onlineMessageForm .listA .lst:nth-of-type(1){
	width: 2.32rem;
}
.onlineMessageForm .listB{
	background-color: #f5f5f5;
	border-radius: 0.06rem;
	padding: 0 0.2rem;
}
.onlineMessageForm .listB select{
	height: 0.6rem;
	border: none;
	outline: medium;
	width: 100%;
	font-size: .20rem;
	background-color: #f5f5f5;
	border-radius: 0.06rem;
}
.onlineMessageForm .listC{
	
}
.onlineMessageForm .listC .value{
	background-color: #f5f5f5;
	border-radius: 0.06rem;
	margin-top: 0.2rem;
}
.onlineMessageForm .listC textarea{
	border: none;
	outline: medium;
	width: 100%;
	background-color: transparent;
}
.onlineMessageForm .listC .label{
	font-size: 0.24rem;
	color: #333333;
}
.onlineMessageForm .postBtn{
    border: none;
    outline: medium;
    width: 100%;
    height: 0.8rem;
    border-radius: 0 0.1rem 0 0;
    background: var(--minColor);
    font-size: 0.35rem;
    margin: 0.3rem 0;
}

.listA .lst{
    width: 5.9rem!important;
    background: #f5f5f5;
    padding: 0.05rem 0.2rem;
}
.listA .lst .label{
    margin-right: 0.2rem;
    flex-shrink: 0;
}
.listA .lst .value{
    margin-top: 0!important;
}
.listA .lst .value input{
    width: 4.8rem!important;
}
.listA .lst label{
    margin-right: 0.3rem;
}
.listA .lst .value input[type=radio]{
    height: 0.2rem;
    width: 0.3rem!important;
    font-size: .24rem;
}
.listA .lst .value span{
    font-size: 0.24rem;
}
.listA .lst .value{
    display: flex;
    justify-content: flex-end;
}
.listA .lst .value.xb{
    height: 0.6rem;
}
.listA .lst .value select{
    max-width: 4rem;
    width: 100%!important;
}
.formImgBox{
    padding: 0.3rem;
}
.formImgBox img{
    width: 100%;
    border-radius: 0.05rem;
}

.headTis .swiper{
    height: 0.8rem;
}
.form-endTis{
	min-height: 50vh;
	padding: 1rem 0;
}
.form-endTis .icon{
	width: 2.51rem;
	height: 1.78rem;
	margin: 0.2rem auto;
	background: url('../images/zygOk.jpg') no-repeat center;
	background-size: 2.51rem 1.78rem;
}
.form-endTis .tis{
	font-size: 0.38rem;
	color: #01a3ba;
}
.form-endTis .subtis{
	font-size: 0.24rem;
	color: #666666;
}
.form-endTis .bottom{
	margin-top: 0.5rem;
}
