.bg_all{
	width: 100%;
	background: url('../../images/bg.jpg') no-repeat;
	background-size: 100% 100%;
	position: fixed;
	top: 0px;
	bottom: 0px;
}
.bg_all .rightInput{
    width: 24%;
    margin: 0 auto;
    max-width: 330px;
    position: absolute;
    top: 50%;
    right: 13%;
    -webkit-transform: translate(0%, -35%);
    -moz-transform: translate(0%, -35%);
    -ms-transform: translate(0%, -35%);
    -o-transform: translate(0%, -35%);
    transform: translate(0%, -35%);
}
.rightInput .welcomeTitle img{
    width: 43%;
    margin-left: 14px;
}
.bg_all .rightInput .dw_input{
	width: 100%;
    position: relative;
    /* margin-left: 20px; */
}
.bg_all .rightInput .zh,.bg_all .rightInput .mm,.bg_all .rightInput .yzm{
    background: url('../../images/line.png') 0 50px no-repeat;
}
.yzm{
	margin-bottom: 20px;
}
/* .bg_all .rightInput .dw_input:first-child{
	margin-top: 21px;
} */
.bg_all .rightInput .dw_input .input_tex{
    width: 100%;
	border: none;
	background: transparent;
	outline: none;
	color: #7e8591;
	/* height: 14px; */
	/* line-height: 14px; */
	padding: 12px 0px;
	text-indent: 50px;
    margin-top: 10px;
    font-size: 15px;
}
@-moz-document url-prefix(){.bg_all .rightInput .dw_input .input_tex{
    padding-top: 11px;
	padding-bottom: 13px;
}}
/* .bg_all .rightInput .zh i{
	width: 20px;
	height: 22px;
	background: url('../../images/zhxtb.png') no-repeat;
	position: absolute;
	top: 18px;
	left: 10px;
} */
.bg_all .rightInput .dw_input .icon{
    width: 9%;
    position: absolute;
	top: 14px;
	left: 13px;
}
.bg_all .rightInput .yzm .input_tex{
	width: 80%;
}
.bg_all .rightInput .yzm .code_bg{
	width: 30%;
    height: 40px;
    margin-top: 10px;
    /*background: #f8d5d1;*/
    background: #cdd4da;
    cursor: pointer;
    position: absolute;
    bottom: 4px;
    right: 0;
    /* width: 20%;
    height: 40px;
    margin-top: 6px;
    cursor: pointer;
    float: right;
    background: #f8d5d1; */
}
.bg_all .rightInput .btn_dl{
	width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    /*background: e0553f;
    background: #e0553f;*/
    background: #2694f3;
    margin-top: 20px;
    display: block;
    text-decoration: none;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius:30px !important;
}
.code{
    width: 100%;
    height: 100%;
}
.code img{
    width: 100%;
    height: 100%;
}