﻿.detaildes{
    background: linear-gradient(150deg,#f4ffa8 0%, #04cb94 53%);
    text-align: center;
    overflow: hidden;
}
.detaildes p{
    margin-top: 0.77rem;
    font-weight: bold;
    letter-spacing: 1.11px;
    font-size: 0.37rem;
    color: #ffffff;
}
.detaildes ul{
    margin-top: 0.42rem;
    display: inline-block;
    padding-left: 0.5rem;
}
.detaildes ul li{
    margin-bottom: 0.24rem;
    display: flex;
    align-items: center;
    font-size: 0.23rem;
    color: #ffffff;
}
.detaildes ul li span{
    margin-right: 0.15rem;
    width: 0.13rem;
    height: 0.13rem;
    background: #fecd20;
    border-radius: 50%;
}
.detaildes img{
    width: 4.68rem;
    height: 2.6rem;
}
.indexpart{
	padding: 0.36rem 0.3rem;
	background: #10a173;
}
.indexpart .contentbox{
	background: #ffffff;
	border-radius: 0.11rem;
	box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.11); 
	padding: 0.4rem 0;
	text-align: center;
}
.partHform{
	margin-top: 0.5rem;
}
.partHform ul{
	padding: 0 0.4rem;
}
.partHform li {
    display: flex;
	margin-top: 0.3rem;
	position: relative;
}
.partHform li label{
	position: absolute;
	left: 0.2rem; 
	top: 50%;   
	transform: translate(0, -50%);
}
.partHform li img{
	height: 0.51rem;
}
.partHform li input {
	border: 1px solid #707070;
	border-radius: 5px;
	width: 100%;
	padding-left: 1rem;
	height: 0.51rem;
    line-height: .51rem;
	font-size: .2rem;
}
.partHform li input.active{
	background: #eefffa;
	border: 1px solid #04ae7f;
}
.partHform li input.Dlbutton {
    width: 2.27rem;
    height: 0.51rem;
    line-height: .51rem;
    background: #fc7c56;
    border-radius: 0.26rem;
    color: #fff;
    text-align: center;
    font-size: .24rem;
    padding: 0;
    border: none;
}