.supplier_alliance_one{
    height: 2.8rem;
    background: #FBFBFB;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.supplier_alliance_one  h5{
    font-size: 0.4rem;
    font-weight: 600;
    color: #181818;
    letter-spacing: 1px;
}
.supplier_alliance_one  div{
    font-size: 0.24rem;
    font-weight: 500;
    color: #181818;
    letter-spacing: 2px;
    padding-top: 0.2rem;
}

#aiComputer{
	display: flex;
	flex-direction: row;
	justify-content: center;
	color: #181818;
	margin: auto;
	max-width: 1200px;
	min-height: 600px;
	
}

.supplier-alliance-form .form-body{
    width: 12.4rem;
    margin: auto;
}


.supplier-alliance-form .form-body h5{
    font-size: 26px;
    font-weight: 600;
    color: rgba(51,51,51,1);
    line-height: 62px;
    position: relative;
}
/*.supplier-alliance-form .form-body h5{*/
/*    margin: 0;*/
/*}*/
.supplier-alliance-form .form-body .one{
    margin: 0.8rem 0 0.5rem 0;
}
.supplier-alliance-form .form-body .two{
    margin: 0.8rem 0 0.5rem 0;
}
.supplier-alliance-form .form-body .three{
    margin: 0.8rem 0 0.5rem 0;
}
.form-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-flex-item{
    width: calc(50% - 0.6rem);
}
.form-horizontal .control-label{
    text-align: left !important;
}
.supplier-alliance-form .form-body .form-btn{
    margin-top: 1rem;
    width:3rem;
    height:0.5rem;
    background:rgba(68,129,251,1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:0.2rem;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(255,255,255,1);
    cursor: pointer;
}
.supplier-alliance-form .form-body .form-flex-item{
    position: relative;
}
.supplier-alliance-form .form-body .required::after{
    content: '*';
    position: absolute;
    right: -0.2rem;
    color: red;
    top: 0.03rem;
    font-size: 0.3rem;
}


#tjan{
    width: 260px;
    height: 50px;
    background: #2E415D;
    font-size: 19px;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px 0;
    cursor: pointer;
}

.form-group select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
.form-group .select_border{
    position: relative;
}
.form-group .select_border::after{
    content: '';
    position: absolute;
    top: 11px;
    right: 30px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #989898;
    border-right: 2px  solid #989898;
    transform: rotate(135deg);
}
