
.modal {
    position: fixed;
    top: 58%;
    left: 50%;
    width: 380px;
    overflow: hidden;
    background-color: #FFF;
    border: 1px solid #999;
    display: none;
    z-index: 999999;
    margin-top: -240px;
    margin-left: -190px;
    border-radius: 5px;
}

.modal_title {
    position: relative;
    border-bottom: 1px solid #CCC;
    height: 45px;
    overflow: hidden;
}

.modal_title h1 {
    background: #EEE;
    font-size: 16px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-top: 0;
    line-height: 45px;
    height: 45px;
    padding-left: 40px;
    color: #666;
    font-weight: normal;
}

.modal_title .modal_close {
    height: 45px;
    width: 44px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    color: #999;
    position: absolute;
    top: 0px;
    right: 0px;
}

.modal_title .modal_close:hover {
    color: #333;
}

.modal_box {
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.entry {
    line-height: 35px;
    height: 35px;
    border: 1px solid #CCC;
    width: 288px;
    margin-bottom: 15px;
    padding-right: 5px;
    padding-left: 5px;
}

.entry .icon1 {
    left: 4px;
    top: 2px;
    background-image: url(../images/login_icon.gif);
    background-repeat: no-repeat;
    background-position: left center;
    height: 35px;
    width: 15px;
    float: left;
}

.entry .icon2 {
    left: 4px;
    top: 2px;
    background-image: url(../images/login_icon.gif);
    background-repeat: no-repeat;
    background-position: right center;
    height: 35px;
    width: 15px;
    float: left;
}

.entry .text {
    color: #CCC;
    width: 200px;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    height: 33px;
    line-height: 33px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.tishi {
    padding-top: 20px;
    padding-bottom: 25px;
    font-size: 16px;
    text-align: center;
	line-height: 24px;
}

.tishi font {
    font-size: 18px;
    padding-left: 15px;
}

.formbox {
    line-height: 35px;
    height: 35px;
    width: 288px;
    margin-bottom: 15px;
}

.formbox font {
    font-size: 14px;
    padding-right: 20px;
    float: left;
}

.formbox .text {
    color: #CCC;
    width: 200px;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    height: 33px;
    line-height: 33px;
    border: 1px solid #CCC;
}

.getpwd {
    font-size: 12px;
    margin-bottom: 15px;
    color: #666;
}

.getpwd input {
    margin-bottom: -2px;
}

.getpwd .forgot {
    float: right;
    color: #398CCA;
	margin-left: 10px;
}

.getpwd .forgot:hover {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #3281BA;
}

.modal_button {
    color: #FFF;
    text-align: center;
    cursor: pointer;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    background-color: #398CCA;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 298px;
    line-height: 38px;
    height: 38px;
    font-size: 16px;
}

.modal_button:hover {
    text-decoration: none;
    background-color: #3281BA;
}


/* 修改密码 start */

.modifyPassword_bx {
    width: 1180px;
    margin: 0 auto;
}

.modifyPassword_text {
    text-align: center;
    font-size: 16px;
    line-height: 130px;
}

.modifyPassword_form {
    width: 960px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 0px 1px 4px rgb(236, 235, 235);
}

.modifyPassword_title {
    font-size: 36px;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.modifyPassword_content {
    text-align: center;
    padding: 80px 100px 80px 0px;
}

.modifyPassword_content p {
    line-height: 50px;
}

.modifyPassword_content p span {
    display: inline-block;
    font-size: 16px;
}

.modifyPassword_content p span:first-child {
    width: 120px;
    text-align: right;
}

.modifyPassword_content p span:nth-child(2) {
    width: 280px;
    text-align: left;
}

.modifyPassword_content p span:nth-child(3) {
    width: 250px;
    text-align: left;
    position: absolute;
    font-size: 14px;
    color: rgb(235, 74, 74);
    display: none;
}

.modifyPassword_content p span i {
    color: red;
    padding-right: 8px;
    font-style: normal;
}

.modifyPassword_content p span input {
    height: 24px;
    width: 250px;
    outline: none;
    padding: 2px 5px;
}

.modifyPassword_btn {
    padding-left: 100px;
}

.modifyPassword_btn button {
    font-size: 16px;
    border: 1px solid #ccc;
    color: #FFF;
    background-color: #23b7e5;
    display: inline-block;
    text-align: center;
    padding: 6px 40px 6px 40px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    margin-top: 40px;
}

.modifyPassword_btn button:hover {
    background-color: #43c1e9;
}


/* 修改密码  end  */

.bg,
.popIframe {
    background-color: #000;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*FF IE7*/
    filter: alpha(opacity=70);
    /*IE*/
    opacity: 0.7;
    /*FF*/
    z-index: 999999;
    position: fixed!important;
    /*FF IE7*/
    position: absolute;
    /*IE6*/
}

.popIframe {
    filter: alpha(opacity=0);
    /*IE*/
    opacity: 0;
    /*FF*/
}



/*找回密码*/
.forget_bg {
	background-color: #f4f4f4;
}
.forget_box h1 {
	font-size: 26px;
	text-align: center;
	font-weight: normal;
	padding-bottom: 30px;
	border-bottom: solid 1px #DDD;
	letter-spacing: 2px;
}
.forget_box {
	padding-top: 35px;
	padding-bottom: 45px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	background: #FFF;
	box-shadow: 2px 2px 9px 2px #DDD;
}
.forget_box form {
	width: 450px;
	background: #FFF;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.forget_form {
    padding-bottom: 10px;
	padding-top: 10px;
    padding-right: 0px;
    padding-left: 20px;
	position: relative;
	overflow: hidden;
}
.forget_form font {
	color: red;
}
.forget_form label {
    height: 42px;
	line-height: 42px;
    width: 95px;
    float: left;
	font-size: 16px;
	text-align: right;
	padding-right: 10px;
}
.forget_form .text {
    color: #666;
    width: 220px;
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    height: 42px;
    line-height: 42px;
    border: 1px solid #CCC;
	border-radius: 2px;
}
.forget_error {
	font-size: 12px;
 	color: #f00;
	padding-left: 126px;
}
.forget_form .forget_button {
    color: #FFF;
    text-align: center;
    cursor: pointer;
    border: 0px;
    background-color: #398CCA;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 242px;
    line-height: 36px;
    height: 38px;
    font-size: 16px;
	float: left;
	margin-left: 105px;
	margin-top: 10px;
}
.forget_form .forget_button:hover {
    text-decoration: none;
    background-color: #3281BA;
}
.forget_footerbox {
    width: 100%;
	height: 50px;
	line-height: 50px;
    color: #666;
    position: absolute;
    bottom: 0;
	text-align: center;
	font-size: 14px;
}
.modal_box .modal_button1 {
	width: 120px;
	height: 38px;
	line-height: 38px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;	
}
.modal_box .modal_button1 a {
	color: #FFF;
	text-align: center;
	cursor: pointer;
	background-color: #398CCA;
	width: 120px;
	font-size: 16px;
	float: left;
}

.modal_box .modal_button1 a:hover {
    text-decoration: none;
    background-color: #3281BA;
}

/*tab start*/
.forget_tab {
	padding-top: 30px;
	width: 360px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.forget_tab ul {
	float: left;
	list-style-type: none;
	padding-left: 68px;
}
.forget_tab ul li {
	float: left;
	list-style-type: none;
	font-size: 14px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #DDD;
	padding-left: 10px;
}
.forget_tab ul li + li {
	border-left: 1px solid #cccbcb;
}
.forget_tab ul li a {
	font-size: 14px;
	color: #b4b1b1;
}
.forget_tab ul li .iconfont {
	color: #b4b1b1;
}
.forget_tab ul li i {
	margin-top: 5x;
	float: left;
	margin-right: 5px;
	text-align: center;
	width: 34px;
	height: 34px;
	line-height: 34px;
}
.forget_tab ul li.selectTag a {
	color: #398CCA;
	font-size: 17px;
}
.forget_tab ul li.selectTag .iconfont {
	color: #fff;
	width: 34px;
	height: 34px;
	line-height: 34px;
	background: #398CCA;
	border-radius: 50px;
}
.forget_tab ul li.selectTag  {
	border-bottom: 2px solid #398CCA;
}
#tagContent div.selectTag {
	display: block
}
.tagContent {
	display: none;
}
/*tab end */


/*验证码 start*/

#codebt {
	text-align: center;
	position: absolute;
	top: 20px;
	right: 93px;
}

#codebt #btn {
	color: #fff;
	width: auto;
	padding: 0px 7px 0px 7px;
	border-radius: 4px;
	/* height: 35px; */
    line-height: 25px;
	font-size: 12px;
	display: inline-block;
	background-color: #398CCA;
	border: none;
	outline: none;
	cursor: pointer;
	font-family: Arial;
}

#codebt #btn:hover {
    background-color: #3281BA;
    display: inline-block;
}

/*验证码 end*/
/* login */
.mui-logo {width:520px; text-align: center; margin:0 auto 20px; color:#ffffff; font-size:40px; }
.wrapper {width: 520px; position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.container {background: rgba(255,255,255,0.1); -moz-border-radius: 6px; -ms-border-radius: 6px; o-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; padding:12px;}
.mainbody {background: rgba(255,255,255,0.7); -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; padding:30px 40px 50px;}
.title{ font-size:22px; color:#565656; text-align:center; padding-bottom:15px; border-bottom:1px solid #cfcfd1; margin-bottom:20px;}
.field-group {display:block; position:relative; margin-bottom:20px}
.mdn-input{ background:0 0; position:relative; vertical-align:top; border-bottom:1px solid #c5c4c6; border-width:0 0 1px; display:-moz-inline-stack; display:inline-block; color:#34495E; outline:0; height:46px; width:375px; font-size:18px; padding-left:40px; }
.mdn-input:focus~.mdn-bar:after, .mdn-input:focus~.mdn-bar:before{ width:50%}
.mdn-bar:after, .mdn-bar:before { content:''; bottom:-1px; position:absolute; background:#4ebfff; -webkit-transition:all .4s ease; -moz-transition:all .4s ease; -o-transition:all .4s ease; transition:all .4s ease; z-index:2; height:2px; width:0;}
.mdn-bar:before { left:50%}
.mdn-bar:after { right:50%}
.btn-login{font-size:18px; display: block; width: 100%; margin:30px auto 15px; border:none; padding: 13px 0; background:#46bbfd; background-image:-webkit-linear-gradient(left, #4ebfff, #20a8f5); color: #ffffff; border-radius:6px;  -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s; transition: all .2s; cursor:pointer;}
.btn-login:hover{ box-shadow: 0px 2px 10px rgba(100, 200, 255, 0.75); transform: translate3d(0, -2px, 0);}
.btn-link{ border:0; background:none; color:#454545; text-align:right; width:50%; float:right; font-size:16px; }
.login_user{ background:url(../images/login.png) no-repeat 0 0; width:20px; height:21px; display:block; float:left; position: absolute;  margin-top:12px; margin-left:10px;}
.login_password{background:url(../images/login.png) no-repeat 0 -21px; width:18px; height:23px; display:block; float:left; position: absolute;  margin-top:12px; margin-left:10px;}
button{ border:0;}