@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0}
body{ font-family:"微软雅黑";width:100%; min-width:1200px; overflow:hidden}
ul li{ list-style:none}
.blue{ color:#31acfb}
a{ text-decoration:none}


.main{ width:100%; background:url(/hxfd/static/login/images/bk-login-1460de931507797fd3b9d8219b9e2d70.png) no-repeat; background-size:100% 100%; overflow:hidden}
.main0{ width:1200px; height:540px; background:#fff; margin:0 auto; margin-top:140px;}
.main_left{ float:left; width:647px; position:relative}
.main_left img{ position:absolute}
.theimg{ top:90px; left:270px}
.secimg{top:90px; left:200px}
.firimg{top:90px; left:56px}

.main_right{ width:456px; height:386px; float:right; padding-right:36px;}
.main_r_up{ height:74px;padding-top:20px;}
.main_r_up img{ float:left}
.main_r_up .pp{ float:left;height:74px; line-height:74px; font-size:18px; color:#333; padding-left:20px;letter-spacing:9px;}
.sub{ width:456px;padding-right:30px; height:30px; font-size:14px; color:#666; border-bottom:1px solid #cccccc;}
.sub p{ float:right}
.txt{  height:40px; margin-top:35px}
.txt span{ width:90px; font-size:14px; color:#666; height:40px; line-height:40px;}
.txt input{height:40px; }
.txt input.txtphone{ width:240px; }
.txt input.txtyzm{width:200px; float:left}
.txt img.yzmimg{ float:left; margin-left:15px}
.xieyi{ clear:both;padding-left:110px;  font-size:14px; color:#5a5a5a; height:30px; line-height:30px;z-index: 100000}
.xiayibu{ width:320px; height:40px; line-height:40px; text-align:center; color:#fff; background:#30adfa; font-size:14px; border-radius:5px; margin-left:110px; margin-top:40px !important; cursor:pointer}
.yanzma{ clear:both;padding-left:110px; padding-top:5px; font-size:14px; color:#5a5a5a; height:30px; line-height:30px}
.footer{ width:100%; line-height:60px; position:fixed; bottom:0; background:url(/hxfd/static/login/images/footerBg-d5e53bee044cd1d8d6cb0c1ab33cb666.png);background-color: transparent;}
.footer_r{ float:center;color:#adacac;text-align: center}

.btn-block {
    display: block;
    width: 100%;
}

.input-lg, .btn-lg, .btn-group-lg > .btn {
    font-size: 14px;
}

.form-signin button[type="submit"] {
    /* margin-top: 5px; */
}
.btn-primary {
    color: #fff;
    background-color: #30ADFA;
    border-color: #2e6da4;
}

.btn-primary:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.col-md-9{
	padding-right:0px !important;
}

a:hover { text-decoration:none} 

a > span:hover{
	color: red;
}

.footer_r > a{ text-decoration:none;
color:#ffffff;
}
.footer_r > a:hover{
	color: #31acfb;
}

.footer_r > span{
	color: #ffffff;
}

.footer_r{
	font-size: 14px;
}

.xiayibu:focus{
	outline: none !important;
}