.bg1{
width: 1160px;
	margin: 0 auto;
}
.sign {
    margin-top: 10px;
    padding: 48px;
    box-sizing: border-box;
    border-radius: 20px;
    background: #ffffff;
}.sign-title {
    color: #333333;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}.sign-title span {
    color: #E92930;
}.sign-text {
    color: #666666;
    font-size: 14px;
    padding-top: 16px;
    text-align: center;
}.sign-cont {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}.sign-left {
    width: 520px;
    border-right: 1px #EEEEEE solid;
    padding-right: 44px;
}.sign-list:first-child {
    margin-top: 0;
}.sign-list {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}.sign-label {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 8px;
    height: 40px;
    color: #404040;
    font-size: 14px;
    width: 104px;
}

.sign-label span {
    color: #E92930;
    margin-top: 5px;
    margin-right: 4px;
}.sign-input {
    display: flex;
    width: 490px;
    background: #f6f7f9;
    padding: 0;
    box-sizing: border-box;
    border-radius:6px;
    position: relative;
}.sign-input input {
    cursor: pointer;
    border-radius: 10px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #404040;
    border: none;
    background: #f6f7f9;
	padding-left: 10px;
}
.sign-right {
    width: 500px;
	padding-left: 24px;
}
.sign-name {
    color: #404040;
    font-size: 16px;
    font-weight: bold;
    padding-top: 24px
}
.sign-name:first-child {
    padding-top: 0
}.sign-txt {
    color: #666666;
    font-size: 14px;
    line-height: 25px;
    padding-top: 10px;
    display: flex;
    align-items: center;
}

.sign-txt img {
    width: 14px;
    height: 14px;
    margin: 0 8px;
}

.sign-video video {
    width: 500px;
    height: 280px;
    margin-top: 12px;
    border-radius: 10px;
}

.sign-input select {
    cursor: pointer;
    border: none;
    background: #f6f7f9;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #404040;
}.sign-input textarea {
    cursor: pointer;
    border: none;
    background: #f6f7f9;
    width: 100%;
    height: 100px;
    padding: 16px 0;
    box-sizing: border-box;
    font-size: 14px;
    color: #404040;
	padding-left: 10px;
	font-family: 微软雅黑;
}.sign-submit {
    height: 52px;
    line-height: 52px;
    background: #2665da;
    border-radius: 10px;
    width: 510px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}
.sign-video img{
	padding-top: 10px;
}
.zxbm_img{
	display: none;
}
.subbmit_buttom {
    background: none;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    cursor: pointer;
    color: white;
    font-weight: 600;
}