@import url('font-awesome.min.css');
.login{
    font-size: 14px;
    font-family: MicroSoft Yahei;
    line-height: 1;
    background: url(./logbg.jpg) repeat top center;
}
#footer {
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #909090;
    position: absolute;
    left: 0;
    bottom: 20px;
}
#footer img {
    width: 88px;
    height: 29px;
    vertical-align: middle;
}
#footer a{
    color: #909090;
    text-decoration: none;
}
#log-box {
    width: 500px;
    margin: 2% auto 0;
}
.log-box-t {
    margin-top:100px;
    text-align: center;
}
.log-box-t img{
    width:400px;
    height:60px;
}
.log-box-t p {
    width: 100%;
    height: 20px;
    margin: 30px auto 20px;
    /*background: #2799e9 url(../img/txt.png) no-repeat center center;*/
    line-height: 58px;
    text-indent:-99999em;
    color: #fff;
    border-radius: 58px;
    -webkit-border-radius: 58px;
    -moz-border-radius: 58px;
}
.log-box-in {
    padding: 20px;
    position: relative;
}
.log-box-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity:0.4;
    opacity:0;
    filter:alpha(opacity=40);
    filter:alpha(opacity=0);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
.log-box-pd {
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    position: relative;
    z-index: 2;
    padding: 0;
}
.log-box-l {
    width: 310px;
    margin: 0 auto;
}
.log-box-l h2 {
    color: #6d6d6d;
    font-size: 20px;
    text-align: center;
    margin: 17px 1px 30px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.btn-log,.btn-log {
    border: 0;
    width: 90%;
    height: 30px;
    font-size: 20px;
    text-align: center;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -o-border-radius: 24px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #79d0fe;
    color: #fff;
}
a.btn-log:focus, button.btn-log:focus {
    outline: none;
}
.log-box-r {
    float: right;
    width: 400px;
    border-left: 1px dotted #ddd;
    padding-left: 50px;
    position: absolute;
    z-index: 1;
    
}
.log-box-r ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    height: 80%;
    position: relative;
    left: 0;
    top: 30px;
}
.log-box-r li {
    padding-left: 68px;
    margin: 25px 0 55px;
}
.log-box-r li h3 {
    margin: 8px 0;
    font-weight: normal;
    font-size: 14px;
    color: #6d6d6d;
}
.log-box-r li p {
    margin: 5px 0 0;
    color: #6d6d6d;
    font-size: 12px;
}
.logico {
    float: left;
    margin-left: -68px;
    width: 51px;
    height: 51px;
    display: inline-block;
    background-image: url("../img/log_ico.png");
    background-repeat: no-repeat;
}
.logico.logico-d {
    background-position: -51px 0;
}
.logico.logico-k {
    background-position: 0 0;
}
.logico.logico-s {
    background-position: -102px 0;
}
.form-log-ipt {
    position: relative;
    margin-bottom: 20px;clear:both;
}
.form-log-ipt .text-pt {
    color: #333;
}
.form-log-ipt .text-pt a { color : #eb641c; }
.form-log-ipt.nobd {
    border: 0 none;
    padding: 0;
}
.form-log-ipt .checkbtn {
    position: absolute;
    right: 5px;
    top: 5px;
    border: 0;
    background: #eb641c;
    color: #fff;
    text-decoration: none;
}
.form-log-ipt .checkbtn:focus {
    outline: none;
}
.form-log-ipt .checkbtn.disabled {
    background: #ccc;
    color: #333;
    cursor: default;
}
.help-block {
    display: block;
    margin-top: -10px;
    margin-bottom: 10px;
}
.help-block.error {
    color: #D21A17;
}
input.logtxt {
    display: block;
    height: 44px;
    line-height: 44px;
    width: 240px; /*impact ie8 */
    /*
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    */
    color: #919191;
    color: #000000;
    /*
    background-color: #ffffff;
    background-image: none;
    */
    background: none;
    border: 1px solid #cccccc;
    padding: 0px 46px 0 20px;
    border: #ccc 1px solid !important;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
.has-error input.logtxt {
    border-color: #F11E1A;
}
.has-error .ignore input.logtxt {
    border-color: #ccc;
}
.has-error .iconwebos {
    color: #F11E1A
}
.has-error .ignore .iconwebos {
    color: #999;
}
.logtxt:focus {
    border-color: #66afe9;
    outline: 0 none;
}
.has-error input.logtxt:focus {
    border-color: #a94442;
}
.has-error .ignore input.logtxt:focus {
    border-color: #66afe9;
}
.inico,.form-log-ipt .iconwebos {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    color: #ddd;
    color: #ddd;
}
.inico-user {
    background-image: url(../img/per.png);
}
.inico-pwd {
    background-image: url(../img/pwd.png);
}
.chkin {
    color: #999;
}
.chkin .chk {
    vertical-align: middle;
    margin-top: -3px;
}
a.log-a {
    float: right;
    color: #eb641c;
    text-decoration: underline;
}
a.log-a.log-default {
    color: #999;
    text-decoration: none;
}
a.log-a:hover {
    color: #eb641c;
}
.log-info {
    border-top: 1px dotted #ddd;
    margin-top: 30px;
    padding-top: 10px;
}
.log-info-m,.log-info-t {
    padding-left: 16px;
    color: #a8a8a8;
    font-size: 12px;   
}
.log-info-m {
    background: url(../img/phone.png) no-repeat left center;
    cursor: pointer;
}
.log-info-t {
    float: right;
    background: url(../img/dianhua.png) no-repeat left center;
 }
.clearfix:before,
.clearfix:after,
.log-box-pd:before,
.log-box-pd:after {
    display:table;
    content:" ";
    line-height:0;
}
.clearfix:after,
.log-box-pd:after {
    clear:both;
}
.text-success {
    color: #26a65b;
}
.f18 {
    font-size: 18px;
}
input::-ms-clear { display: none; }

.hide {
	display: none;
}

.pull-left {
	float: left;
}

#QRcode {
	position: absolute;
	right: 0;
	top: -1px;
	overflow: hidden;
	border-top-right-radius: 20px;
	z-index: 9999;
}

.QRAPP {
	height: 376px;
}

.QRAPP p {
	width: 158px;
	text-align: center;
}
.QRAPP i {
	font-size: 20px;
    margin-right: 6px;   
}

.QRAPP .fa-android {
	color: #70AA39;
}

.QRAPP .fa-apple {
	color: #ccc;
}

.QRAPP .andQD {
	margin-right: 30px;
	position: relative;
    top: 50%;
    margin-top: -78px;
}
.QRAPP .iphoneQD {
	position: relative;
    top: 50%;
    margin-top: -78px;
}

.QRcodeclose div {
	height: 0px;
	width: 0px;
	border-top: 67px solid #51abe0;
	border-left: 62px solid transparent;
	cursor: pointer;
}
.QRcodeopen {
	cursor: pointer;
}
.QRcodeclose i {
	color: #fff;
	position: absolute;
    left: 38px;
    top: 12px;
    font-size: 18px;
}

#rightlog {
	position: relative;
	right: -50%;
	width: 50%;
}

.threeico {
	position: absolute;
	z-index: 2;
	overflow: hidden;
	height: 100%;
}
.pull-right {
	float: right;
}
.yzm {
    line-height:48px;height:48px;
}
.yzm input{
    display:block;
    width:120px;float:left;

}
.yzm img{
    display:block;float:left;cursor:pointer;
        margin-top:4px;
        width: 108px;margin-left:10px;height:40px;
}

/*input {
-webkit-box-shadow:0 0 0 50px #F690A6 inset; 
-webkit-text-fill-color: #F690A6;
}*/