.nav {
	width: 100%;
	height: 5rem;
	margin: 0;
	display: flex;
	justify-content: center;
	font-size: 0.875rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #000641;
	background-color: rgba(255, 255, 255, 0.2);
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	display: flex;
	justify-content: space-around;
    align-items: center;

}
.nav:hover {
	font-family: Source Han Sans CN;
	font-weight: bold;
	background-color: #ffffff;
	color: #000641;

}
.navbar{
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 50rem;
	background: url(../img/enterApply/供应商合作banner.png) no-repeat;
	background-size: cover;
	background-size: 100%;
}
.imgs1{
	width: 8%;
	display: flex;
	justify-content: center;
    align-items: center;
	height: 30%;
}
.navbar-left img {
	width: 8.25rem;
	padding-top: 1.1875rem;
}
.contents {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	justify-content: center;
}

.bottom {
	width: 100%;
	/* height: 370px; */
	background: url(../img/slices/底部背景.png) no-repeat;
	background-size: cover;
	margin-top: 4.0625rem;
}
.bottom-top {
	width: 87.5rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-top: 3.25rem;
}

.bimg01 {
	width: 11.625rem;

}
.bimg02 {
	width: 9rem;
}

.text-left {
	display: flex;
	margin-top: 5.625rem;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	font-weight: 400;
}

.text-left div {
	display: flex;
	margin-left: 1.25rem;

}

.text-left a {
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	font-weight: 400;
	text-decoration: none;
}

.text-left div:nth-child(1) {
	display: flex;
	margin-left: 0px;
}

.text-left div:hover {
	border-bottom: 0.125rem solid #ffffff;
	font-weight: 800;
}

.text-right {
	line-height: 3.125rem;
	color: #FFFFFF;
	text-align: center;
}

.bottoms {
	width: 100%;
	height: 3.75rem;
	line-height: 3.75rem;
	font-size: 0.875rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.1);
	text-align: center;
	margin-top: 3.75rem;
}

.bottoms a {
	color: #FFFFFF;
}

.text-left a:hover {
	color: #ffffff;
	text-decoration: none;
}

.bottoms a:hover {
	color: #ffffff
}
.settleimg3 {
	display: flex;
	width: 42.5rem;
	margin: 0 auto;
	padding-top: 5rem;

}
.content-text {
	font-size: 1.25rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #000641;
	line-height: 2.5rem;
	text-align: center;
}
.tel {
	width: 13.625rem !important;
	height: 3.4375rem !important;
	background: #2C5DF7 !important;
	border-radius: 0.5rem !;
	margin: 4.25rem auto 0 !important;
	font-size: 1.25rem;
	font-family: Alibaba PuHuiTi;
	font-weight: 500;
	color: #FFFFFF !important;
	line-height: 3.4375rem;
	text-align: center;
	border:1px solid #fff;
}

.tels a{
	color: #FFFFFF !important;
	font-family: Source Han Sans CN;
	font-weight: 400;
	text-decoration: none;
}
.tels a:hover {
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
.fix {
	background-color: rgba(255, 255, 255, 1) !important;
}

.fix {
	background-color: rgba(255, 255, 255, 1) !important;
}
.register{
	width: 50%;
	margin: 0 auto;
	font-size:1.6rem;
	font-family: Source Han Sans CN;
	/*font-weight: 400;*/
	margin-top: 3rem;
}
/*#myform{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
}*/
.must{
	color: red;
	margin-right:0.5rem;
}
/*.register .input{
	width: 23rem;
	height: 3rem;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	border-radius: 0.5rem;
	margin-left: 0.5rem;
	padding-left: 0.5rem;
	outline: #2C5DF7;
	font-size: 1.4rem;
}*/
/*.register textarea{
	width: 80.5%;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 0.5rem;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    height: 8rem;
    outline: #2C5DF7;
    font-size: 1.5rem;
}*/
.title{
	width: 100%;
	height: 4rem;
	background: #F5F5FA;
	line-height: 4rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	padding-left: 1rem;
	text-align: center;
	margin-bottom: 2rem;
}
/*.register .p{
	display: flex;
	justify-content: flex-end;
    width: 36rem;
	margin-bottom: 1.5rem;
}
#myform .div{
	width: 94.5%;
    display: flex;
    justify-content: flex-end;
	margin-left: 2.5rem;
}
.ms-parent{
	width: 20rem;
	height: 3rem;
	background: #FFFFFF;
	border-radius: 0.5rem;
	
	outline: #2C5DF7;
	font-size: 1.4rem;
}
.ms-choice {
	border: 1px solid #E6E6E6 !important;
	margin-left: 0.5rem;
	
}
.ms-drop ul>li label{
	display: flex !important;
	justify-content: flex-start;
	align-items: center;
}
.ms-drop ul>li label input{
	margin-right: 1rem !important;
}
#basic{
	width: 100%;
}*/
.form{
	width: 90%;
	margin: auto;
}

.el-select-dropdown__item{
	width: 90% !important;
}
.el-select-dropdown__wrap {
	max-width: 17rem !important;
	margin-right:0 !important;
}