@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "微软雅黑";
}
h1,h2,h3,h4,h5,h6,b{
    font-weight: normal;
}
ul{
    list-style: none;
}
a{
    display: inline-block;
    text-decoration: none;
    border: 0;
    outline: none;
}
.btn {
	display: inline-block;
    padding: 4px 20px;
    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:active {
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn:focus, .btn:hover {
    text-decoration: none;
}

.btn_default {
	background-color: #2F8EE2;
	color: #fff;
}

.btn_default:focus {
	color: #fff;
	background-color: #257cca;
}

.btn_default:hover {
	color: #fff;
	background-color: #257cca;
}

.btn_send {
	border: 1px solid #318DE2;
	color: #318DE2;
	border-radius: 0;
    vertical-align: bottom;
}

.btn_send:hover {
	color: #2471b9;
	border: 1px solid #2471b9;
}

.btn_send_off {
	border: 1px solid #ccc;
	color: #ccc;
	border-radius: 0;
	cursor: auto;
    vertical-align: bottom;
}

.btn_send_off:active {
	box-shadow: none;
}

/*表单*/
.form_control {
	display: block;
    height: 25px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0 none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s,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;
}

.form_control:focus {
    border-color: #66afe9;
    outline: 0;
}

#wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	background: url("../queryBackgroundImage") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	overflow-x: hidden;
	overflow-y: auto;
}

#wrap header {
	padding: 60px 0 20px;
}

#wrap .tip_wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
	padding-top: 50px;
}

#wrap .tip_wrap a {
	color: #fff;
}

#wrap .tip_wrap > div {
	margin-bottom: 5px;
}

#wrap .tip_wrap a:hover {
    text-decoration: underline;
    color: #2490B9;
}

.content {
	position: relative;
	width: 560px;
	min-height: 450px;
	margin: auto;
}

.content .login_wrap,.content .forget_wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 560px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.4);
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,.4);
	box-shadow: 2px 2px 6px rgba(0,0,0,.4);
	background-color: #F6F6F6;
	margin: auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.content .login_wrap .form_control,.content .forget_wrap .form_control {
	background-color: #f6f6f6;
}

.content .login_wrap .inner,
.content .forget_wrap .inner {
	padding: 26px 26px 30px;
}

.content .forget_wrap {
	top: 130px;
	margin-bottom: 20px;
}

.anterior {
	z-index: 109!important;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-mstransform: scale(1);
	transform: scale(1);
}

.back {
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-ms-transform: scale(.9);
	-o-transform: scale(.9);
	transform: scale(.9);
	z-index: 99!important;
	opacity: .7;
}

.back .opacity {
	opacity: 0;
}

.rwm_wrap {
	position: relative;
}

.rwm_wrap span {
	color: #ff9100;
	font-size: 14px;
}

.rwm_wrap:hover b,
.rwm_wrap:focus b{
	display: block;
}

.rwm_wrap b {
	display: none;
	position: absolute;
	top: 0;
	right: -220px;
	width: 158px;
	height: 158px;
	border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}

.rwm_wrap b img {
	width: 100%;
	height: 100%;
}

.icon_down {
	display: inline-block;
	width: 20px;
	height: 30px;
	background: url(../img/icon-down.png) no-repeat center center;
	-webkit-background-size: 18px;
	background-size: 18px;
}

.icon_down:hover {
	background: url(../img/icon-down-h.png) no-repeat center center;
	-webkit-background-size: 18px;
	background-size: 18px;
}

.rwm_login {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: 10px;
	background: url(../img/icon-rwm-login.png) no-repeat center center;
	-webkit-background-size: 30px;
	background-size: 30px;
}

.rwm_login:hover {
	background: url(../img/icon-rwm-login-h.png) no-repeat center center;
	-webkit-background-size: 30px;
	background-size: 30px;
}

.rwm_box {
    padding: 10px 25px 10px 40px;
    border-left: 1px solid #ccc;
}

.rwm_box_img {
	border-left: 1px solid #ccc;
}

.rwm_box > img {
	display: block;
	margin: 0 auto 10px;
}

.rwm_box > div {
	color: #999;
}

.form_input {
	width: 100%;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
}

.form_input:focus {
	border-bottom: 1px solid #4193E7;
}

.label_focus {
	display: inline-block;
	transform: translateY(27px);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	color: #ccc;
	cursor: inherit;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
}

.label_focus.up {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	font-size: 12px;
}

.tip_sub {
	color: #e70d0d;
	min-height: 16px;
}

.content .title {
	font-size: 18px;
	color: #308de2;
	margin-bottom: 20px;
}

.form_group {
	margin-bottom: 10px;
}

.content .btn_box_ {
	padding-top: 0px;
}

.interlayer_a,.interlayer_b {
	font-size: 16px;
	cursor: pointer;
	color: #308de2;
	font-size: 14px;
}

.interlayer_a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
	padding-top: 15px;
	padding-bottom: 20px;
}
.interlayer_b {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 11;
	padding-top: 20px;
	padding-bottom: 15px;
}

.anterior .interlayer_a,
.anterior .interlayer_b {
	display: none;
}

.forget_yzm section {
	width: 50%;
}

/*copyright*/
.pos-relative {
	position: relative;
}
#wrap .pos-relative {
	min-height: 100%;
}
.copy_right {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 50px;
	background: url(../img/copyright-bg.png) no-repeat center center;
	-webkit-background-size: 100% 100px;
	background-size: 100% 100px;
}

.copy_right_info {
	padding: 8px 38px;
	border-top: 1px solid #b5b5b5;
}

.copy_right_info span {
	color: #fff;
	padding: 6px 0;
}

/*分配账号页面*/

.account_d_pull_right{
	float:right;
}
/*顶部*/
.account_d_cloud{
	width: 100%;
	height:72px;
	background: blue;
}
.account_d_container{
	position: relative;
	width:1100px;
	margin: 0 auto;
}
/*主体*/
.account_d_container .row p{
	font-size: 14px;
}
.account_d_container .account_d_execpt{
	width: 100%;
	border-bottom: 1px solid #E7E7E7;
}

.account_d_container .row:first-child h4{
	color:#bbb;
	font-size: 22px;
	padding: 30px 0 17px 0;
}
.account_d_container .row:first-child img{
	padding: 30px 0 17px 0;
}
.account_d_container .row:not(:first-child){
	color:#666;
}
.account_d_container .row:nth-child(2) h5{
	color:#bbb;
	padding-left: 15px;
	font-size: 16px;
	margin: 22px 0 18px 0;
}
.account_d_container .row p{
	padding-left: 15px;
	margin: 22px 0 18px 0;
	font-size: 14px;
}
.account_d_container .row div span{
	display: inline-block;
	padding-left: 15px;
	margin: 20px 0 18px 0;
	font-size: 14px;
	color:#308de2;
}
.account_d_container .row div span{
	color:#308de2;
	cursor: pointer;
}
.account_d_container .table .row:hover{
	background-color: #e7fdfa;
}
/*弹框*/
.account_d_modal{
	width: 400px;
	height: 250px;
	border: 1px solid #ddd;
	position: fixed;
	top:50%;
	left:50%;
	margin-top: -125px;
	margin-left: -200px;
	background: #fff;
	z-index: 200;
}
.account_d_modal div{
	margin: 10px;
}
.account_d_modal p{
	color:#999;
	display: inline-block;
	font-size: 14px;
}
.account_d_modal span:hover{
	cursor: pointer;
}
.account_d_modal .form-control{
	width: 250px;
	height:30px;
}
.account_d_modal form input{
	margin:15px auto;
}
.account_d_modal form button{
	color:#fff;
	width: 80px;
	height:30px;
	outline: none;
	border: none;
	border-radius: 5px;
}
.account_d_modal form .account_d_sure{
	background: #308DE2;
}
.account_d_modal form .account_d_cancle{
	background: #999;
	margin-left: 30px;
}
/*分页*/
.account_d_container .account_d_page_break{
	text-align: center;
	overflow: hidden;
	padding: 12px 0;
}
.account_d_container .account_d_page_break i{
	color: #666;
	font-size: 16px;
	margin-right: 18px;
	font-style: normal;
	cursor: pointer;
}
.account_d_container .account_d_page_break i:hover{
	color: #308de2;
}

/*重置账号页面*/


.header{
	width: 100%;
	height: 70px;
	background: #03a9f4;
	padding: 0 50px;

}
.person_infor{
	float: right;
	height: 70px;
	cursor: pointer;
}
.person_infor .user_center a{
	display: block;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    float: left;
    height: 69px;
    line-height: 69px;
    border-bottom: 2px solid transparent;
}
.person_infor .user_center .link-acitve{
	border-bottom: 2px solid #fff;
}
.user_center,.exit{
	display: block;
	float: left;
    font-size: 16px;
    margin-top: 5px;
}
.user_center{
	margin-top: 0px;
}
.user_center span{
	color: #fff;
	cursor: pointer;
}
.exit{
	width: 20px;
	height: 20px;
	margin-top: 22px;
	margin-left: 15px;
}
.logo_img{
	padding-top: 16px;
	float: left;

}

.content_{
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
.tit{
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #bbb;
	box-sizing: border-box;
}
.tit_h3{
	float: left;
	color: #bbb;
	font-size: 22px;
}
.assign_num{
	float: right;
	padding:0 20px ;
	display: inline-block;
	height: 30px;
	background: #03a9f4;
	line-height: 30px;
	color: #fff;
	margin-top: 20px;
	border-radius: 3px;
}
.form-inline{
	padding:20px 0 30px 0px;
}
.form-inline .manage-form-group,.form-inline .manage-form-group input{
	width: 180px;
}
.form-inline .manage-form-group{
	margin-right: 20px;
}
.btn_style{
	color: #308DE2;
	border: 1px solid #398de2;
	border-radius: 0;
}
.list_tit,.manage_content_li{
	height: 56px;
	line-height: 56px;
}
.manage_content_li input[type="radio"],
.manage_content_li input[type="checkbox"]{
    margin-top: -4px;
   	margin-right: 4px;
}
.manage_content_li:hover{
	background: #e7fdfa;
}
.list_tit .list_tit_li{
	float: left;
	text-align: center;
	color: #bbb;
	font-size: 16px;
}
.list_tit_li_sm{
	width: 10%;
}
.list_tit_li_lg{
	width: 25%;
}
.list_tit_li_md{
	width: 20%;
}
.content_list,.manage_content_ul,.manage_content_li a,.manage_content_li a span{
	display: block;
	overflow: hidden;
}
.manage_content_li a span{
	float: left;
	text-align: center;
	color: #666;
	font-size: 14px;
}
.manage_content_li .status{
	width: 12px;
	height: 12px;
	display: inline-block;
	border: 1px solid #cacaca;
	border-radius:2px ;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin-right: 8px;
}
.manage_content_li em.active{
	background: #318DE2;
	border: 1px solid #318DE2;
}
.manage_content_li em.active{
	background: #318DE2;
}
.manage_content_li a span.reset_pwd{
	color: #308de2;
}
.operate_btns{
	text-align: center
}
.page_break{
	overflow: hidden;
	padding: 12px 0;
}
.page_break i{
	color: #666;
	font-size: 16px;
	margin-right: 18px;
	font-style: normal;
	cursor: pointer;
}
.page_break i:hover{
	color: #308de2;
}
.delete_box a{
	color: #308de2;
	border: 1px solid #308de2;
	display: inline-block;
	width: 54px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	margin-left: 60px;
}

/*弹框*/
.bullet_box{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.1);
	display: block;
	text-align: center;
	display: none;
	z-index: 200;
}

.bullet_pwd,.line{
	display: inline-block;
	vertical-align: middle;
}
.bullet_pwd{
	width: 400px;
	background: #fff;
	overflow: hidden;
	border-radius: 5px;
	padding: 12px 12px 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #bbb;
}
.line{
	width: 1px;
	height: 100%;
	margin-left: -2px;
}
.reset_tit{
	height: 36px;
	line-height: 36px;
	color: #999;
}

.bullet_box .h3_pwd{
	text-align: left;
	font-size: 14px;
	margin:4px 0 0;
	float: left;
}
.close{
	display: block;
	width: 20px;
	height: 20px;
	float: right;
}
.container-fluid{
	width: 260px;
}
.input-box input{
	width: 260px;
	height: 30px;
	margin: 0 auto 20px;
}
.btn_box{
	width:260px ;
	overflow: hidden;
	margin:30px auto 0;
	text-align: left;
	padding-left: 30px;
}
.btn_box button{
	outline: none;
	width: 80px;
}

.sure{
	background: #308de2;
	color: #fff;
	border-color: #308de2;
}
.cancel{
	background: #999;
	color: #fff;
	border: 1px solid #999;
}


/*账户设置*/
.form-horizontal .form-group{
	margin-left: 0;
	margin-right: 0;
}
.tit_user{
	font-size: 18px;
	color: #bbb;
	padding-left: 30px;
}
.basic_infor_bottom h3,.basic_infor_top h3{
	font-size: 16px;
	color: #666;
	padding-left: 50px;
}
.basic_infor_bottom input,.basic_infor_top input{
	width: 180px;
}
.basic_infor_bottom label,.basic_infor_top label{
	color: #666;
	font-weight: normal;
	float: left;
}
.msg_center{
	width: 400px;
	margin: 50px auto 0;
	height: auto;
}

@media screen and (max-width: 768px) {
	.msg_center {
		width: 100%;
		margin: 20px 0;
		padding: 0 15px;
	}
	.basic_infor_bottom h3 {
	    font-size: 18px;
	    padding: 0;
	}
	.basic_infor_bottom label {
	    font-weight: normal;
	    float: none;
	    padding: 0;
	}
	.basic_infor_bottom input {
		width: 100%;
	}
}


/*--分页--*/
.public_fenye {
    text-align: center;
}

.public_skip {
    display: inline-block;
    margin-left: 15px;
}

.pagination {
    vertical-align: middle;
}

.public_skip input {
    width: 36px;
}

.public_skip input:focus {
    border-color: #45a9eb;
}

.public_skip span {
    color: #666;
}

.public_skip input,
.public_skip a,
.public_skip select {
    padding: 5px 10px;
    vertical-align: middle;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #666;
}

.public_skip select{
	width: 74px;
}

.public_skip a:hover {
    text-decoration: none;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background: #45a9eb;
    border-color: #45a9eb;
}



