/*招商加盟留言*/
.header {
    display: none !important;
}
.join-apply .container {
    width: 100%;
    padding: 0 30px;
}

.join-apply  {
	padding: 4rem 0 5rem 0;
	width:100%;
	overflow: hidden;
	background: #fbc433 url(../images/apply-bg.png) no-repeat top center / 100%;
}

.join-apply .join-title {
}
.join-apply .join-title h3 {
    font-size: 0.18rem;
    color: #000;
}
.join-apply .join-title h4 {
    padding:0.1rem 0 0 0;
    font-size: 0.12rem;
    color: #000;
}

.join-apply  .con {
    width: 60%;
    margin: 2% auto;
}
.join-apply  .con input,.con select {
    border: 1px solid #ddd;
    color: #333;
    font-size: 0.16rem;
    height: 0.5rem;
    line-height: 0.18rem;
    padding: 0.11rem 0.1rem 0.11rem 0.1rem;
}

.join-apply  .con .name ,.join-apply  .con .telephone,.join-apply  .con .xzfw {
	width:100%;
	margin: 5px 2.5% 5px 0;
	background: #fff;
}
.join-apply  .con .address{
	width:100%;
	margin: 5px 0 5px 0;
	padding:0 8px;
	background: #fff;
}
.join-apply  .con .content {
	width: 96.5%;
	height:0.1rem;
	margin: 5px 2.5% 5px 0;
	line-height: 0.18rem;
}
.join-apply  .con .go {
    float: left;
    width: 100%;
}
.join-apply  .con .go .bottom {
    color: #fff;
    cursor: pointer;
    display: block;
    line-height: 0.6rem;
    height: 0.6rem;
    border-radius: 42px;
    font-size: 0.16rem;
    color:#333;
    text-align: center;
    margin:0.3rem auto 0;
    padding: 0;
    background-image: -webkit-linear-gradient(top, #f8ecd0, #d89f48);
    border: 2px solid #fccb30;
    border-radius: 0px;
    box-shadow: 0 10px 6px 0 rgb(224 27 49 / 10%);
}
.join-apply  .con .bottom:hover{
    color: #fff;
    background-image: -webkit-linear-gradient(top, #f8ecd0, #d89f48);
    border: 2px solid #f8ecd0;
}
@media only screen and (max-width: 1024px) and (min-width: 0){
.join-apply  .con {
    width: 100%;
}
.join-apply  .con .name ,.join-apply  .con .telephone,.join-apply  .con .xzfw {
	width:100%;
	margin: 0.1rem 0;
	background: #fff;
}
.join-apply .con .bottom {
    width: 100%;

}
}