input{
	outline:none
	}

.uu-head {
	min-width: 1000px;
	width: 100%;
	height: 140px;
	background: #0F4B9D;
	margin-bottom: 40px;
}

.hide, hidden {
	display: none;
}

.uu-head-box {
	width: 1200px;
	height: 100%;
	display: flex;
	align-items: center;
	margin: 0 auto;
	justify-content: space-between;
}
.uu-head-box .logo-txt {
	display: flex;
	gap: 20px;
	color: #fff;
	font-size: 29px;
	align-items: center;
	font-weight: bold;
}

.user_box_tit{
	width:1200px;
	line-height:200%;
	margin: 40px auto 30px auto;
	}
.user_box_tit h2{
	font-size:28px;
	font-weight:bold
	}
.user_box_tit sapn{
	font-size:16px;
	color:#66666;
	}
	
.user_box {
    display: flex;
    box-shadow: 0 0 30px rgba(28,88,157,0.15);
	width:1200px;
    margin: 20px auto 60px auto;
	background:#ffffff;
	padding:80px 0;
}

.user_box_con ul{
	width:940px;
	margin:0 130px ;
	float:left
	
	}
.user_box_con ul li{
	width:100%;
	height:46px;
	line-height:46px;
	margin:16px 0;
	float:left;
	position: relative;
	}
.user_box_con ul li span.error_input{
	font-size:14px;
	color:#dd0000;
	margin-left:10px;
	}

.user_box_con ul li .err-info {
	font-size:14px;
	color:#dd0000;
	position: absolute;
	top: 34px;
	left: 130px;
}
.user_box_con ul li .attr{
	width:220px;
	color:#666;
	text-align:right;
	display:inline-block;
	}
	
.user_box_con ul li input {
	font-size:16px;
    align-items: center;
	line-height:46px;
    height: 46px;
    border: solid 1px #e1e1e1;
    border-radius: 5px;
    margin-bottom: 30px;
    box-sizing: border-box;
    position: relative;
	padding:0px 10px;
}
.user_box_con ul li .ipt1 {
	width:500px;
}
.user_box_con ul li .ipt2 {
	width:200px;
}
.user_box_con ul li .ipt3 {
	width:180px;
}

.user_box_con .n-msg{
	font-size:14px;
	color:#0078B6;
	}

.user_box_con .btn-style,
.user_box_con .btn-register {
	width: 500px;
    height: 56px;
    line-height: 56px;
    background: #1f63ae;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 6px;
    border: none;
    margin-left: 220px;
    float: left;
	}
.user_box_con .getsmscode_btn{
	border-radius: 4px;
    width: 150px;
    border: none;
    color: #ffffff;
    text-align: center;
    background: #1f63ae;
	}
	
.user_box_con .form-check-input{
	width:18px;
	height:18px;
	border:1px #1f63ae solid;
	border-radius:1px;
	margin-top:4px;
	}
	
	
	
	
	
	
/*涓汉涓績*/
input{
	outline:none
}

	
.user_box {
    display: flex;
    box-shadow: 0 0 30px rgba(28,88,157,0.15);
	width:1200px;
    margin: 40px auto 60px auto;
	background:#ffffff;
	padding: 0;
}

.user_box .left{
    width: 210px;
    background: #f9fcff;
	position:relative;
	float:left
}
.user_box .left::before {
    content: "";
    width: 30px;
    height: 100%;
    background: url(tabBg.png);
    background-repeat: repeat-y;
    position: absolute;
    right: 0;
    top: 0;
}

.user_box .left .nav li{
	width:100%;
	height:60px;
	line-height:60px;
	padding:10px 0px;
	text-indent:70px;
	font-weight:bold;
	float:left
}
.user_box .left .nav li a,.user_box .left .nav li a:visited{
	font-size:18px;
}
.user_box .left .nav li.on {
	color:#1658a0;
	background: rgba(31,131,243,0.1);
	position: relative;
}
.user_box .left .nav li.on::before {
    content: "";
    width: 0;
    height: 0;
    border-right: solid 9px #FFFFFF;
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
}
.user_box .left .nav li.on a,.user_box .left .nav li.on a:visited{
	font-size:18px;
	color:#1658a0;
}
.user_box .right{
    width: 910px;
    background: #FFFFFF;
    padding: 40px;
    float: left;
}


.user_box .right_nav{
	width:100%;
	height: 46px;
	border-bottom: 1px #dedede solid;
	}
.user_box .right_nav h1{
	width:auto;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	padding:0 16px;
	font-weight:700;
	cursor: pointer;
	border-bottom: 3px #1658a0 solid;
	float:left
	}
.user_box .right_nav h1.on {
	font-weight: normal;
	border-bottom: none;
}
.user_box .right_nav span{
	float: right;
    text-align: center;
    width: 100px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    background: #f4f8fc;
    border: 1px #eeeeee solid;
    display: inline-block;
    color: #898898;
	
	}
.user_box .right_nav dd{
	width:50px;
	line-height:46px;
	float:right
	}
.user_box .right_nav dd a,.user_box .right_nav dd a:visited{
    font-size: 14px;
	color: #666666;
}
.user_box .right_nav dd a:hover,.user_box .right_nav dd a:active{
    
    color: #1658a0;
}
.right_con{
	margin:20px 0;
	}
	
.msg-plate-wrap-box{
    display: inline-block;
    background: #f7f8fa;
    border-radius: 2px;
    padding: 5px 14px;
}
.msg-plate{
	font-size:16px;
    color: #333;
}

.myMesshead{
	margin:10px 0;
	border-bottom: 1px solid #e6e6e6;
	
	}
.myMesshead h3{
    height: 24px;
    line-height: 24px;
    font-size: 18px!important;
    margin-left: 0!important;
    margin-bottom: 12px!important;
	font-weight:700;
}

.myMesshead .tit{
	margin-left:20px;
}
.myMesshead .type-name {
    font-size: 12px;
    display: inline-block;
    line-height: 20px;
    padding: 0 5px;
    margin-left: 12px;
    margin-top: -3px;
    vertical-align: middle;
    background: rgba(119,158,193,.1);
    border-radius: 14px;
    padding: 4px 15px;
    font-size: 14px;
    color: #6c7e97;
    font-weight: 400;
}

.myMesshead .type-success{
    background: #effdfa;
    color: #4d9587;
}
.myMesshead .type-danger {
    background: rgba(214,49,63,.1);
    color: #d6313f;
}

.leavMessTab .tabMain .myMessList li.myMessListItem .myMesshead p {
    color: #8c8c8c;
    margin-left: 24px;
    margin-top: 10px;
}

.myMesshead .myMesshead-user-desc {
    font-size: 14px;
    color: #8c8c8c;
    margin-bottom: 20px;
}
.myMesshead p {
    margin-left: 0!important;
}
.myMesshead .t-ml15 {
    margin-left: 15px!important;
}



/*涓汉涓績灞曠ず*/
.right_con .xinxi li{
	width: calc(50% - 5px);
	height:100px;
	}
.right_con .xinxi li a{
	width:100%;
	height:120px;
	line-height:120px;
	display:inline-block;
	text-indent:152px;
	}
	
	
.right_con .xinxi li a:hover{
	background:#1f63ae;
	color:#ffffff;
	}
	
.right_con .xinxi li.lia{
	float:left
	}
.right_con .xinxi li.lib{
	float:right
	}	
.right_con .xinxi li.lia a{
	background:#f2f3f4 url(../../hdq/images/hdq_icon.png) 100px 17px no-repeat;
	}
.right_con .xinxi li.lib a{
	background:#f2f3f4 url(../../hdq/images/hdq_icon.png) 100px -70px no-repeat;
	}
.right_con .xinxi li.lia a:hover{
	background:#1f63ae url(../../hdq/images/hdq_icon_on.png) 100px 17px no-repeat;
	}
.right_con .xinxi li.lib a:hover{
	background:#1f63ae url(../../hdq/images/hdq_icon_on.png) 100px -70px no-repeat;
	}
	
/*鎴戣鍐欎俊鏌ヨ	*/
.hd_search{
	width: calc(100% - 40px);
	background:#f3f3f3;
	padding:10px 10px 0px 10px ;
	margin-bottom:20px;
	
	}
.hd_search  li{
	width: auto;
	margin:8px 10px;
	float:left
	}

.hd_search  li lable{
	width:76px;
	margin:6px 0;
	}
.hd_search .ipt{
	width:320px;
	height:36px;
	line-height:36px;
	background:#ffffff;
	border-radius: 4px;
	padding:0 5px;
	border:solid 1px #e1e1e1;
	}
.hd_search .btn{
	width:68px;
    height: 36px;
    line-height: 36px;
    background: #1f63ae;
    color: #ffffff;
    padding: 0 10px;
    border-radius: 4px;
    margin: 0px 2px 10px 0px;
	}
	
/*淇敼瀵嗙爜*/

.user_box_con .n-msg{
	font-size:14px;
	color:#0078B6;
	}
.user_box_con .btn-register{
	width: 500px;
    height: 56px;
    line-height: 56px;
    background: #1f63ae;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 6px;
    border: none;
    margin-left: 220px;
    float: left;
	}
.user_box_con .getsmscode_btn{
	display:inline-block;
	border-radius: 4px;
    width: 150px;
    border: none;
    color: #ffffff;
    text-align: center;
    background: #1f63ae;
	cursor: pointer;
	}
	
.user_box_con .form-check-input{
	width:18px;
	height:18px;
	border:1px #1f63ae solid;
	border-radius:1px;
	margin-top:4px;
	}

.user_box_con ul li.check-box {
	width: auto;
	height: auto;
	line-height: 1.6;
	margin: 0 134px;
}

.check-box .cb-info {
	color: #999;
	font-size: 14px;
}

.flex {
	display: flex;
}

.check-box ul {
	width: auto;
	margin: 0;
	float: none;
}

.check-box ul li {
	width: 20px;
	height: 8px;
	margin: 8px;
	background: #999;
	float: none;
}

.check-box ul li.on:nth-child(1) {
	background: #ef4444;
}
.check-box ul li.on:nth-child(2) {
	background: #eab308;
}
.check-box ul li.on:nth-child(3) {
	background: #22c55e;
}
.check-box ul li.on:nth-child(4) {
	background: #3b82f6;
}
.check-box ul li.on:nth-child(5) {
	background: #a855f7;
}

.pwd-err-info {
	font-size:14px;
	color:#dd0000;
}

.reveal-modal.reveal-modal-show {
	width: 960px;
	padding: 20px;
	margin-left: -480px;
	color: #606266;
	font-size: 14px;
	background: #fff;
}

.reveal-modal-show .g-h2-1 {
	font-size: 30px;
	color: #000;
}

.reveal-modal-show .show-close {
	padding-bottom: 16px;
	position: relative;
}

.reveal-modal-show .sc-title {
	line-height: 24px;
	font-size: 18px;
	color: #303133;
}

.reveal-modal-show .h-70vh {
	height: 70vh;
	overflow-y: auto;
}

.reveal-modal-show .top-date {
	text-align: right;
	font-size: 12px;
	margin: 5px 10px;
}

.reveal-modal-show .importNote {
	font-weight: 700;
	display: block;
	padding-bottom: 15px;
}

.reveal-modal-show .g-h5-1 {
	color: #000;
	font-size: 18px;
}

.reveal-modal-show  .g-list-1 {
	padding: 0 5px 5px 20px;
	font-size: 14px;
}

.reveal-modal-show .textStyle {
	margin-left: 40px;
	line-height: 25px;
}

.reveal-modal-show .note {
	font-weight: 700;
	display: block;
}

.reveal-modal-show p {
	text-indent: 2em;
	padding: 10px 15px 0 20px;
	line-height: 25px;
}

.reveal-modal-show footer {
	padding-top: 16px;
}

.reveal-modal-show footer .text-center {
	text-align: center;
}

.show-close button {
	border: none;
	outline: none;
	background: none;
	position: absolute;
	right: 0;
}

.show-close button svg {
	width: 18px;
}

.reveal-modal-show footer button{
	padding: 12px 19px;
	font-size: 14px;
	border-radius: 4px;
	background: #567fe6;
	color: #fff;
	border: none;
	outline: none;
}