.banner-row {
	height: 200px;
	position: relative;
	margin: 0 auto;
	background: url(/static/images/img03-61efb9bad5d8dc407f2b0af4f7b6451d.png) no-repeat;
	background-position: 50% !important;
}

.banner-row .text-row {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding-top: 50px;
}

.banner-row .text-row .text1 {
	color: #fff;
	font-size: 32px;
	margin-bottom: 20px;
}

.banner-row .text-row .text2 {
	font-size: 20px;
	color: #ffffff;
}

.column1{
	width: 100%;
	background: #fff;
	padding-top: 40px;
	padding-bottom: 100px;
}
.img{
	width: 198px;
		height: 198px;
		border: solid 1px rgba(0, 0, 0, 0.09);
}
.mb-120{
	margin-bottom: 120px;
}

.column .title{
	text-align: center;
}

.column{
	background-color: #fff;
}
.column-hd h5{
	font-size: 20px;
	font-weight: 500;
}
.column-hd p{
	font-size: 16px;
}
.input{
	width: 320px;
	height: 34px;
	border: 1px solid #e6e6e6;
	padding-left: 10px;
}
.radio_group {
    display: block;
    position: relative;
    cursor: default;
    overflow: hidden;
	margin-bottom: 10px;
}

.radio_group em {
    vertical-align: 2px;
}
.radio_group .input{
	margin-left: 10px;
}
.form-item-label{
	margin-bottom: 15px;
}
.form-item-label i{
	color: #ff6772;
	margin-right: 5px;
	font-style: normal;
}

.form-item{
	margin-bottom: 30px;
}
.form-item .textarea{
	width: 100%;
	border: 1px solid #e6e6e6;
	padding: 20px;
}
.btn-submit{
	display: block;
	width: 360px;
	height: 50px;
	background-color: #e50614;
	border: 0;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	margin-top: 80px;
	cursor: pointer;
}
.img-row-one {
    position: relative;
    display: flex;
    width: 100%;
    height: 145px;
    text-align: center;
    cursor: pointer;
}
.file_box{
    position: relative;
}
.file_box .onload{
    display: block;
    width: 210px;
    height: 145px;
    background: #fafafa;
    border: 1px solid #e6e6e6;
    text-align: center;
}
.img-row{
    margin-right: 20px;
    width: 210px;
    height: 145px;
    border: 1px solid #e6e6e6;

}
.file_box i {
   display: block;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 32px;
	line-height: 1;
    color: #ccc;
}
.file_box em{
	color: #999;
}
.file_box input {
    position: absolute;
    left: -9999px;
	display: block;
}
.del-row{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e6e6e6;
    position: absolute;
    top: 0;
    left: 180px;
    color: #fff;
    font-size: 18px;
    background: rgba(230,230,230,0.7);
    cursor: pointer;
}

/*弹窗样式*/
.transfer-dom {
    font-family: Microsoft YaHei;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
}

.modal-mask {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(55, 55, 55, 0.6);
    height: 100%;
    z-index: 1008;
}

.modal-wrap {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    z-index: 1008;
}

.a-modal {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0 auto;
    position: relative;
    outline: none;
    top: 100px;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 416px;
}

.modal-content {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    background-color: #fff;
    border: 0;
    background-clip: padding-box;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.modal-body {
    color: #333;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.5;
    padding: 30px;
    font-size: 14px;
}

.modal-confirm {
    color: #333;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 6px 16px 8px;
    padding-left: 0;
    padding-right: 0;
}

.modal-confirm-head {
    color: #333;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0 12px 0 0;
}

.modal-confirm-head-icon-confirm {
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 28px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    color: #ff9900;
    display: none;
}

.icon-ios-help-circle {
    font-size: 28px;
    color: #ff9900;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: optimizeLegibility;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    vertical-align: -0.125em;
    text-align: center;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.modal-confirm-head-title {
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: inline-block;
    vertical-align: middle;
    color: #17233d;
    font-weight: 500;
    margin-left: 0;
    font-size: 18px;
}

.modal-confirm-body {
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 15px;
    color: #333;
    position: relative;
    padding: 30px 0;
}

.modal-confirm-footer {
    color: #333;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    text-align: center;
}

.btn-text {
    -webkit-font-smoothing: antialiased;
    overflow: visible;
    text-transform: none;
    margin: 0;
    font-family: inherit;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.5;
    user-select: none;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
    outline: 0;
    color: #333;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: button;
    width: 100px;
    height: 40px;
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #e5e5e5;
    background: #fafafa;
    margin-right: 12px;
}

.btn-primary {
    -webkit-font-smoothing: antialiased;
    overflow: visible;
    text-transform: none;
    margin: 0;
    font-family: inherit;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.5;
    user-select: none;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
    outline: 0;
    color: #fff;
    background-color: #e50614;
    border-color: #e50614;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: button;
    margin-bottom: 0;
    margin-left: 1px;
    width: 100px;
    height: 40px;
    padding-left: 0;
    padding-right: 0;
}