@charset "UTF-8";
/* CSS Document */
i {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.disNo {display: none;}
.biueFont {color: #4C94FF;}
.whiteFont {color: #FFF;}
.transFont {color: transparent;}

.form-group {
    margin-bottom: 15px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -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;
}
.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;
}
.btn-block {
    display: block;
    width: 100%;
}

.modelPopup {
	display: none; 
	padding:20px;
}
.modelTitle {
	font-size: 20px; 
	color: #000; 
	font-weight: bold; 
	margin-bottom: 10px; 
	text-align: center;
}
.switchType {
	font-size: 0;
}
.switchType span {
	display: inline-block;
	width: calc(50% - 20px);
	padding: 5px 0;
	margin: 0 10px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
.switchType span.on {
	color: #007FE1;
	border-bottom: 1px solid #007FE1;
}
.switchContBar {}
.switchCont {}

.inputContentBar {
    margin-top: 15px;
}
.captcha {
	position: absolute;
    top: 0px;
    right: 0px;
    padding: 6px 10px;
    background: #4C94FF;
    color: #fff;
    border-radius: 5px;
    width: 90px;
    height: 34px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
.captcha span {display: inline-block;}

.keyboard {
    position: absolute;
    top: 0px;
    right: 5px;
    cursor: pointer;
}
.verificationCode {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 34px;
    cursor: pointer;
}
.imageCaptcha {
    width: 100%;
    height: 34px;
    border: 0px;
    cursor: pointer;
}
.groupLeft {
    float: left;
    font-size: 14px;
}
.groupRight {
	float: right;
    font-size: 14px;
}
.operBtn {
    cursor: pointer;
}
.otherLoginMenu {margin-top: 8px;}
.otherLoginTitle {
	font-size: 14px; 
	margin-right: 10px;
}
.otherLogin {
	font-size: 14px;
	margin-right: 10px;
	cursor: pointer;
}
.btn-success {
	color: #fff;
    background-color: #449d44;
	border-color: #398439;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.codeBar {
	width: 280px;
	height: 280px;
	margin: 10px auto 0;
}
.codeBar iframe {
	width: 280px;
	height: 280px;
}
.codeOper {
	text-align: right;
	margin-top: 10px;
}
.codeOper span {
	font-size: 14px;
	margin: 0 10px;
	cursor: pointer;
}
.wxHeadImage {
	display: none;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 0 auto;
}
.wxName {
	display: none;
	text-align: center;
}
.wxTip {
	color: #F14241;
	font-size: 12px;
}