.process-container {
	position:relative;
    padding:20px 150px 50px
}
.weui-desktop-steps {
	line-height:1.4;
}
.mtb30{
    margin:30px 0;
}
.mt50{
    margin-top: 50px;
}
.juhongBtn{
    color: #fff;
    background-color: #e70012;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}
.smallJuhongBtn{
    color:#fff;
    background-color:#e70012 ;
    /* border-radius:4px; */
    padding:7px 20px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}
.huiseBtn{
    color:#333;
    background-color:#fff;
    text-align: center;
    border:1px solid #e70012;
    font-size: 14px;
    cursor: pointer;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}
.mr10{
    margin-right: 10px;
}
.smallHuiseBtn{
    color:#333;
    background-color:#fff;
    border-radius:4px;
    padding:7px 20px;
    text-align: center;
    border:1px solid #f2f2f2;
    font-size: 12px;
    cursor: pointer;
}
.huiseBtn:hover{
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}
.smallHuiseBtn:hover{
    color:#333;
    background-color:#fff;
    border-radius:4px;
    padding:7px 20px;
    text-align: center;
    border:1px solid #e70012 ;
    font-size: 12px;
}
.weui-desktop-steps {
	background-color:#fff;
	border-bottom:1px solid var(--weuiDesktop_lineColor);
	text-align:center;
	line-height:60px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	counter-reset:step;
	color:var(--weuiDesktop_FG_Text_subColor);
	font-size:var(--weuiDesktop_globalFontSize);
}
.weui-desktop-steps {
	background-color:#fff;
	border-bottom:1px solid var(--weuiDesktop_lineColor);
	text-align:center;
	line-height:60px;
	box-sizing:border-box;
	counter-reset:step;
	color:var(--weuiDesktop_FG_Text_subColor);
	font-size:var(--weuiDesktop_globalFontSize);
}
.weui-desktop-step {
	padding:24px 0;
}
.weui-desktop-online-faq__wrp {
	position:fixed;
	right:0;
	bottom:200px;
	z-index:5000
}
.weui-desktop-online-faq {
	text-align:center
}
.el-steps--horizontal {
    white-space: nowrap;
    padding: 20px 100px;
}
html .weui-desktop-form__input, html .weui-desktop-form__textarea {
    padding: 8px 16px;
}
/* .container3 button, .weui-desktop-form__input-wrp input, .weui-desktop-form__input-wrp select, .weui-desktop-form__input-wrp textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    outline: 0;
    display: table-cell;
    width: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-right: 20px;
    width: 500px;
} */
.container3 input{
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    outline: 0;
    display: table-cell;
    width: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-right: 20px;
    width: 500px;
    font-size: 14px;
}
.tips {
    padding-top: 0px;
    color:#999;
    font-size: 14px;
    margin-top:10px;
    line-height: 1.6;

}
.weui-desktop-form__control-group {
    align-items: baseline;
    display: flex;
}
.step2 .section-hd h3, .step4 .section-hd h3 {
    font-weight: 400;
    font-size: 16px;
}
.weui-desktop-form__controls {
    /* padding-top: 10px; */
}
.savebox .button:first-child{
    margin-right: 20px;
}
.button{
    font-weight: 400;
    line-height: 36px;
    padding: 10px 20px;
    min-width: 96px;
    font-size: 14px;
    letter-spacing: 0;
    cursor: pointer;
}
.weui-desktop-btn_primary{
    margin-right: 20px;
}
.weui-desktop-form__tool__bar{
    display: flex;
    justify-content: center;
}
.weui-desktop-btn_default,.weui-desktop-btn_primary{
    width: 80px;
}
html .weui-desktop-form__input-append .weui-desktop-btn, html .weui-desktop-form__input-prepend .weui-desktop-btn {
 
    position: absolute;
    /* border: 1px solid #ccc; */
    background: #fff;
    text-align: center;
    right: 21px;
    top: 1px;
    border-width: 0;
    height: 36px;
    /* height: 100%; */
    border-radius: 4px;
    text-align: center;
    color: #e70012 ;
}
html .weui-desktop-form__input-append, html .weui-desktop-form__input-prepend {
    border: 0;
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #999;
    display: inline-block;
    position: absolute;
    right: 0;
    top:0;
}
.weui-desktop-form__input-area{
    position: relative;
}
.td{
    text-align: right;
    font-size: 16px;
    line-height: 40px;
    padding-right: 20px;
}
h1{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 50px;
}
h2{
    text-align: left;
    font-size: 16px;
    margin-bottom: 40px;
    font-weight: 400;
    color: #333;
}
.mb20{
    margin-bottom: 20px;
}
.l40{
    line-height: 40px;
}
.nextbutton{

    width: 100px;
    display: block;
    margin:0 auto;
    margin-top: 50px;
}
.el-date-editor .el-range-separator {
 padding: 0!important;
}
.weui-desktop-btn  {
    width: 80px;
    border: 1px solid #ccc;
    background: #f2f2f2;
    text-align: center;
    border-width: 1px;
    height: 37px;
    border-radius: 5px;
    text-align: center;
}
.mr20{
    margin-right: 20px;
}
.el-upload__input{
    display: none!important;
}
.fapiao .td{
    font-size: 12px;
    line-height:2;
    text-align: left;
}
.fapiao .td2 {
    font-size: 12px;
    line-height: 2;
    text-align: left;
}
.f14{
    font-size: 14px;
}
.mb10{
    margin-bottom: 10px;
    margin-top: -20px;
}
@media (min-width: 768px){
    #fapiao .modal-dialog {
        width: 500px;
    }
}
.feiyong{
    text-align: center;
    font-size: 14px;
}
.zhifu .el-radio__label {
    font-size: 16px;
}
.center{
    text-align: center;
}
.mtb20{
    margin-top: 20px;
    margin-bottom: 20px;
}
.red{
    background-color: #e70012 !important;
    border:1px solid #e70012 !important;
}
.colorred{
	color:red;
}
.el-step__main{
    margin-left: -20px;
}
.el-step.is-horizontal .el-step__line {
    height: 1px!important;
}
.el-step__line-inner {
    border-top: none!important;
}
.el-sucess{
    color:#67C23A; font-size:22px!important;
    position: absolute;
    left: 0;
    top: 0;
}
 
h2.center span{
    position: relative; padding-left: 25px; display: inline-block; line-height: 20px;
}
 
.el-upload--picture-card {
    background-color: #fff!important;
    border: 1px solid #eee!important;
    border-radius: 4px;
}
.el-upload--picture-card:hover, .el-upload:focus {
    border-color:#e70012 !important;
    color: #e70012 !important;
}
.el-date-editor .el-range__close-icon {
    font-size: 14px;
    color: #eee!important;
}
.el-input__inner:hover {
    border-color: #eee!important;
}
.el-input__inner {
   
    border: 1px solid #eee!important;
}
.el-radio__input.is-checked .el-radio__inner {
    border-color: #e70012 !important;
    background: #e70012 !important;
}
.el-radio__input.is-checked+.el-radio__label {
    color: #e70012 !important;
}
.el-date-table td.end-date span, .el-date-table td.start-date span {
    background-color: #e70012 !important;
}
.el-date-table td.today span {
    color: #e70012 !important;
    }
    .el-input__inner {
      
        border: 1px solid #eee;
        }
.el-upload--picture-card {
    background-color: #fbfdff;
    border: 1px dashed #c0ccda;
    border-radius: 6px;
    box-sizing: border-box;
    width: 150px!important;
    height: 150px!important;
    line-height: 163px!important;
    vertical-align: top;
}
.f16{
    font-size: 16px;
}
.zhifufangshi{
    width: 8em;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    color: #333;
}
.xieyi-container{
    width: 90%;
    margin: 0 auto;
}
.xieyi-container p{
    /* margin:0 auto 15px; */
    line-height: 1.5;
}
.xieyi-container p.ptb15{
     margin:15px auto;
}
.el-checkbox__input.is-checked+.el-checkbox__label {
    color: #333!important;
    font-weight: bold!important;
}
.el-checkbox__label {
 
    font-size: 16px!important;
    font-weight: bold!important;
}
.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #e70012 !important;
    border-color: #e70012 !important;
}
.el-checkbox__inner:hover {
    border-color: #e70012 !important;
}
.el-checkbox__inner {
    display: inline-block;
    position: relative;
    border: 1px solid #e70012 !important;
}
.el-checkbox__inner {
   
width: 14px!important;
   
height: 14px!important;
   
border-radius: 0;
}
.el-checkbox__inner::after {
    box-sizing: content-box;
    content: "";
    border: 2px solid #FFF!important;
    border-left: 0!important;
    border-top: 0!important;
    height: 8px!important;
    left: 3px!important;
    position: absolute;
    top: 0px!important;
    -webkit-transform: rotate(45deg) scaleY(0);
    transform: rotate(45deg) scaleY(0);
    width: 5px!important;
    -webkit-transition: -webkit-transform .15s ease-in .05s;
    transition: -webkit-transform .15s ease-in .05s;
    transition: transform .15s ease-in .05s;
    transition: transform .15s ease-in .05s,-webkit-transform .15s ease-in .05s;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.el-step__title.is-success {
    color: #e70012 !important;
}
.el-icon-check:before {
    color: #e70012 !important;
}
.el-step__head.is-success {
    color: #e70012 !important;
    border-color: #e70012 !important;
}
.el-cascader .el-input .el-input__inner:focus, .el-cascader .el-input.is-focus .el-input__inner {
    border-color: #e70012 !important;
}
.el-cascader-node.in-active-path, .el-cascader-node.is-active, .el-cascader-node.is-selectable.in-checked-path {
    color: #e70012 !important;
    font-weight: 700;
}
.el-sucess {
    color: #e70012 !important;
    }
.yinhanghuikuan .weui-desktop-form__control-group{
    margin-top: 20px;
}
.yinhanghuikuan{
    margin-top: 40px;
 
}