/* reset */
/*公共样式*/
select::-ms-expand{display:none;}
::-ms-clear { display: none; }
::-ms-reveal { display: none; }
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{color:#535353;outline:0;}
a:link,a:visited,a:hover,a:active{ color:#409EFF;}
a:focus, a:hover{ text-decoration: none;}

form label.invalid{font-size:12px;color:#f04142;position:absolute;left:0;bottom:-23px; min-width:240px;}

body{
	font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
	background-color:#f1f4f6;
}

.btn.focus,.btn:focus {
	outline:0;
}

.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active {
	outline:0;
}

.btn:not(:disabled):not(.disabled).active:focus,.btn:not(:disabled):not(.disabled):active:focus {
	outline:0;
}

.form-group .btn.disabled, .form-group .btn[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=100);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
	background: #eee;
    color: #aaa;
}

#fullScreenMask{
	position: fixed;
    top: 0px;
    left: 0px;
    width:100%;
    z-index: 2000;
    background: rgb(255, 255, 255);
    opacity: 0;
    height: 100%;
}

#header{
	background:#409EFF;
	/*background: linear-gradient(-90deg,rgba(255,255,255,1) 0%,rgba(255,241,0,1) 0%,rgba(3,198,203,1) 0%,rgba(46,155,255,1) 100%);*/
	width:100%;
	min-height:75px;
	position:fixed;
	left:0;
	top:0;
	z-index:103;
	padding: 0 3%;
}

.nav { position:relative; }

.brand { position:absolute; left:0; top:0; display:table; height:75px; text-align:center; }

.navbar-brand {
    padding: 0;
	display:table-cell;
	vertical-align: middle;
	height:75px;
	float:none;
}

.navbar-brand img {
	height:22px;
	display: inline-block;
	margin-top:-11px;
}

.navbar-left {
	margin-left:0;
}

.navbar-right {
    margin-right: 0;
}

.navbar-toggle{
	 margin:0;  border:0;
	 margin-top:30px;
    padding: 6px 12px;
	border:1px solid #eff3f6;
	color:#fff;
	margin-top:17px;
	cursor:pointer;
	width:34px;
	height:34px;
}

.navbar-toggle.active{
	border:1px solid #fff;
}

#menu-toggle-box { 
	float:right;
	background:url(../images/settings.png) no-repeat center center;
}

#menu-toggle-box.active {
	background:#fff url(../images/settings_h.png) no-repeat center center;
}



.navbar-left {
	margin-top:65px;
	padding-bottom:10px;
	border-bottom:1px solid #7abbff;
}

.navbar-left ul li{
	margin:0;
	padding:0;
	list-style-type:none;
}

.navbar-left ul li{
    font-size: 16px;
	margin-top:18px;
	margin-bottom:5px;
	cursor:pointer;
	
}

.navbar-left ul li a{
	padding-top:12px;
	padding-bottom:12px;
	padding-left:43px;
	padding-right:5px;
	display:block;
}

.navbar-left ul li a.current,.navbar-left ul li a:hover {
	background:#54a8ff;
}

.navbar-right ul li{
	font-size: 16px;
	padding: 6px 0;
	margin:18px 15px 10px;
}

.navbar-right ul li:last-child{
	margin-right: 5px;
}


.navbar-left ul li a,.navbar-right ul li a {
	color: #eff3f6;
	-webkit-transition: background ease-in-out .15s;
	transition: background ease-in-out .15s;
}

.navbar-right ul li a i {
    width: 20px;
    height: 19px;
    background: url(../images/nav-icon.png) no-repeat;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 9px;
}

.navbar-right ul li:nth-child(1) i {
    background-position: 5px 0;
}

.navbar-right ul li:nth-child(2) i {
    background-position: -87px 0px;
}

.navbar-right ul li:nth-child(3) i {
    background-position: -46px 0px;
}

.navbar-right ul li i.signout {
    background-position: 5px 0;
}

.navbar-right ul li i.website {
    background-position: -87px 0px;
}

.navbar-right ul li i.app {
    background-position: -46px 0px;
}

.page-breadcrumb{
	width:100%;
	padding:0 3%;
	min-height:45px;
	background:#fff;
}

.c-breadcrumbs{
	/*padding:0 15px;*/
}

.c-breadcrumbs ul,.c-breadcrumbs ul li{
	margin:0;
	padding:0;
	list-style-type:none;
}

.c-breadcrumbs ul li{
	font-size:16px;
	line-height:45px;
	float:left;
}

.c-breadcrumbs ul li a{
	color:#535353;
}

@media (max-width: 320px) {
	.c-breadcrumbs ul li{
		font-size:14px;
	}
}

.c-breadcrumbs ul li.sep{
	padding:0 5px;
}

/*菜单整体隐藏掉*/
@media (min-width: 768px){
	.navbar-toggle { display:block !important; }
	.navbar-right ,.navbar-left { float:none !important; }
}


/*展示出整体菜单*/
@media (min-width: 1299px){
	#header{
		height:75px;
		overflow:hidden;
	}
	.collapse {
		display: block !important;
	}
	
	.navbar-left {
		border:none;
	} 
	
	.navbar-left ul li,.navbar-right ul li{
		float:left;
		
	}
	.navbar-left ul li{
		margin-right:40px;
	}
	.navbar-right ul li {
		margin-right: 30px;
	}
	.navbar-left {
		margin-top:0;
		margin-left:140px;
	}
	.navbar-toggle { display:none !important; }
	.navbar-right { float:right !important; }
	.navbar-left { float:left !important; }
	
	
	.navbar-left ul li{
		margin-left:15px;
		margin-right:15px;
	}
	
	.navbar-left ul li a{
		padding-top:6px;
		padding-bottom:6px;
		padding-left:5px;
	}
	
	.navbar-left ul li a{
		border-bottom: 2px solid transparent;
	}

	.navbar-left ul li a.current,.navbar-left ul li a:hover {
		border-bottom: 2px solid #eff3f6;
		background:none;
	}
}

/*针对顶部的路由器内页顶部的导航菜单，需要在某一段分辨率下扩展导航的宽度，保证语言都可以显示完全*/

@media screen and (min-width:768px) and (max-width:866px){
	#header .col-md-8{ width:90%; }
	#header .col-md-offset-2{ margin-left:5%; }
	#info-panel .col-md-8,.container-list .col-md-8,.f-content-container .col-md-8,.f-locationH3-container .col-md-8,.article .col-md-8{ width:90%; }
	#info-panel .col-md-offset-2,.container-list .col-md-offset-2,.f-content-container .col-md-offset-2,.f-locationH3-container .col-md-offset-2,.article .col-md-offset-2 { margin-left:5%; }

}


@media screen and (min-width:870px) and (max-width:1240px){
	#header .col-md-8{ width:80%; }
	#header .col-md-offset-2{ margin-left:10%; }
	#info-panel .col-md-8,.container-list .col-md-8,.f-content-container .col-md-8,.f-locationH3-container .col-md-8,.article .col-md-8{ width:80%; }
	#info-panel .col-md-offset-2,.container-list .col-md-offset-2,.f-content-container .col-md-offset-2,.f-locationH3-container .col-md-offset-2,.article .col-md-offset-2 { margin-left:10%; }

}

@media screen and (min-width:1241px) and (max-width:1299px){
	#header .col-md-8{ width:80%; }
	#header .col-md-offset-2{ margin-left:10%; }
	#info-panel .col-md-8,.container-list .col-md-8,.f-content-container .col-md-8,.f-locationH3-container .col-md-8,.article .col-md-8{ width:80%; }
	#info-panel .col-md-offset-2,.container-list .col-md-offset-2,.f-content-container .col-md-offset-2,.f-locationH3-container .col-md-offset-2,.article .col-md-offset-2 { margin-left:10%; }

}

@media screen and (min-width:1300px) and (max-width:1499px){
	#header .col-md-8{ width:100%; }
	#header .col-md-offset-2{ margin-left:0; }

}

@media screen and (min-width:1500px) and (max-width:1599px){
	#header .col-md-8{ width:90%; }
	#header .col-md-offset-2{ margin-left:5%; }

}

@media screen and (min-width:1600px) and (max-width:1799px){
	#header .col-md-8{ width:85%; }
	#header .col-md-offset-2{ margin-left:7.5%; }

}

@media screen and (min-width:1800px) and (max-width:1920px){
	#header .col-md-8{ width:80%; }
	#header .col-md-offset-2{ margin-left:10%; }

}

.cnt-header {
	width:90%;
	margin:0 auto;
	margin-bottom:30px;
	border-bottom:1px solid #E1E1E1;
	position:relative;
}
.cnt-header .title {
	font-size:18px;
	font-weight:normal;
	height:42px;
	line-height:42px;
	padding:0 10px 8px 10px;
	color:#535353;
	border-bottom:3px solid #9fceff;/*#f04142*/
	display:inline;
}

.totalShell_content > .container-fluid{
 padding-top:45px;
}

/*当前页面文字提示*/
.f-locationH3-container{
	position:fixed;
	left:0;
	top:75px;
	width:100%;
	z-index:102;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(148,169,196,0.28);
	box-shadow: 0px 0px 13px 0px rgba(148,169,196,0.28);
}

.f-locationH3{
	font-size: 20px;
	color: #535353;
	font-weight: 400;
    text-indent: 7px;
    line-height: 66px;
}


.error-tip {
	display:none;
	position:absolute;
	left:0;
	bottom:-20px;
    color: red;
}
.error_red + .error-tip{
	display: inline-block;
}
.error_red{
	border: 1px solid red !important;
}

#msg_type {width: 50px;height: 50px;margin: 12px auto;}

.wait {
    background: url("../images/loading.gif") no-repeat;
}
.save {
    background: url("../images/loading.gif") no-repeat;
}
.success {
    background: url("../images/msg-success.png") no-repeat;
}
.error,.file_type_error{
    background: url("../images/msg-error.png") no-repeat;
}
.exception {
    background: url("../images/msg-error.png") no-repeat;
}
.msg_info {
    background: url("../images/msg-info.png") no-repeat;
}
.word {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    color: #636363;
}

.tab_area{
	height: 56px;
    line-height:56px;
	position:relative;
	z-index:1;
}
.tab_area .tab-item {
	width: 50%;
    float: left;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    background-color: #F2F2FD;
    /*border-radius: 10px 10px 0px 0px;*/
}

.tab_area .tab-item a{
	color:#939398;
	display:block;
	width:100%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



@media (max-width: 450px) {
	.tab_area .tab-item {
		font-size:16px;
	}
}

@media (max-width: 320px) {
	.tab_area .tab-item {
		font-size:14px;
	}
}

.tab_area .tab-item:last-child {
	margin-right: 0;
}

.tab_area .active{
	background-color: #fff;
	position:relative;
}

.tab_area .active:after {
    content: "";
    background: #fafafa;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    bottom: -5px;
    margin-left: -8px;
    transform: rotate(45deg);
    box-shadow: 3px 3px 3px rgba(22, 195, 255, 0.5), 1px 1px 1px rgba(0, 0, 0, 0.3);
	/*border-top:1px solid #DADADA;
	border-left:1px solid #DADADA;*/
}

.tab_area .active:before{
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 2px 3px rgba(22, 195, 255, 0.5);
    top: 50%;
    bottom: 0px;
    left: 5px;
    right: 5px;
    border-radius: 100px / 10px;
}

.tab_area .active a{
	color:#535353;
}

.tab-content {
	border-top: 1px solid #e9e9f6;
	/*border-top: 1px solid #DADADA;*/
}

.tab-content > .tab-pane {
    width: 100%;
    min-height: 550px;
}

.bt-blue{
	width: 40px;
    display: inline-block;
    user-select:none;
}

.table-sec table{
	width:90%;
	margin:0 auto;
}

.table-sec table thead tr {
	background: #ebf5ff;
}

.table-sec table tbody tr.detail_view{
	background-color: #ebf5ff;
}

.table-sec table tbody tr.detail_view{
	background-color: #ebf5ff;
}


.table-sec .table>thead>tr>th,.table-sec .table>tbody>tr>td {
	min-height:34px;
	line-height:34px;
	border:none;
	padding-left:40px;
	color:#808080;
	vertical-align: middle;
	position:relative;
}

.table-sec .table>thead>tr>th{
	color:#535353;
	font-size:16px;
}

.table-sec .table>tbody>tr {
	border-bottom:1px solid #f0f0f0;
}

.table-sec .table>tbody>tr.evenrow{
	background:#f5f5f5;
}

.table-sec .table>tbody+tbody {
	border:none;
}

.table-sec .table .paging a {
    padding: 4.5px 10px;
    margin-right: 10px;
    font-size: 14px;
    border: 1px solid #d8d8d8;
    color: #606266;
    border-radius:2px;
}

.table-sec .table td.paging a.current {
    background: #409EFF;
    border: 1px solid #409EFF;
    color: #fff;
    font-weight: bold;
}

.table-sec .table .paging a:hover {
    background: #409EFF;
    border: 1px solid #409EFF;
    color: #fff;
    text-decoration: none;
}

.table-sec .table>tbody.TabFooter tr{
	border:none;
}
.table-sec .table>tbody.TabFooter td{
	padding:20px 0 0 20px;
}

.table-sec .table td:before {
	display: none;
}

.table-sec .table thead tr th,.table-sec .table tbody tr td{
	display:table-cell;
}

.table-sec .table tr.no-data{
	border:none;
}

.table-sec .table td.no-data > p{
	padding:15px 0;
	text-align:center;
	font-weight:normal;
	font-size:14px;
}

.table-sec .table td.no-data:before,.table-sec .table td.paging:before{
	display:none;
}

/*@media (max-width: 1500px) {
	.table-sec .table thead tr th{
		display:none;
	}
	
	.table-sec .table tbody tr td{
		display:block;
	}
	
	.table-sec .table td:before {
	  content: attr(data-th)":";
	  display: inline-block;
	  vertical-align:top;
	  font-weight:bold;
	  padding-right:10px;
	  width:110px;
	}
	
}*/



/*重启成功后全屏禁止点击*/
.fullScreenMask{
	position: fixed;
    top: 0px;
    left: 0px;
    width:100%;
    z-index: 2000;
    background: rgb(255, 255, 255);
    opacity: 0;
    height: 100%;
}
/*消息提示*/
#lock_div { position:fixed; background: #000; width: 100%; top: 0; left: 0; z-index: 4000;  display: none;}
#message_layer {border: 1px solid #f1f1f1;background: #fff;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);-moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.5);
padding: 5px;
position:fixed;
z-index: 4001;
display: none;
width: 280px;
		}

/*美化滑轮*/
::-webkit-scrollbar
{
  /*background:#dddddd;*/
  border-radius:8px;
  width:4px;
  height: 3px;
  /*height:50px;*/
}
::-webkit-scrollbar-track {
  width:4px;
  background-color: #FFFFFF;
} /* 滚动条的滑轨背景颜色 */

::-webkit-scrollbar-thumb {

  background-color: #dddddd;
} /* 滑块颜色 */

::-webkit-scrollbar-button {
  background-color: #FFFFFF;
}
/*滑轨两头的监听按钮颜色 */

::-webkit-scrollbar-corner {
  background-color: black;
}

/*通用样式*/
.f-lineHeight{line-height: 30px;}
.marginTop0{margin-top: 0;}
.marginTop3{margin-top: 3px;}
.marginTop5{margin-top: 5px;}
.marginTop8{margin-top: 8px;}
.marginTop10{margin-top: 10px;}
.marginTop15{margin-top: 15px;}
.marginTop20{margin-top: 20px;}
.marginTop25{margin-top: 25px;}
.marginTop30{margin-top: 30px;}
.marginTop35{margin-top: 35px;}
.marginTop40{margin-top: 40px;}
.marginTop45{margin-top: 45px;}
.marginTop50{margin-top: 50px;}
.marginTop60{margin-top: 60px;}
.marginTop70{margin-top: 70px;}
.marginTop75{margin-top: 75px;}
.marginTop80{margin-top: 80px;}
.marginTop90{margin-top: 90px;}
.marginTop140{margin-top: 140px;}
.marginLeft0{margin-left: 0px;}
.marginLeft5{margin-left: 5px;}
.marginLeft10{margin-left: 10px;}
.marginLeft13{margin-left: 13px}
.marginLeft15{margin-left: 15px}
.marginLeft20{margin-left: 20px}
.marginLeft30{margin-left: 30px}
.marginLeft50{margin-left: 50px}
.marginLeft90{margin-left: 90px}
.marginLeft110{margin-left: 110px}
.marginRight5{margin-right: 5px;}
.marginRight10{margin-right: 10px;}
.marginRight20{margin-right: 20px;}
.marginRight30{margin-right: 30px;}
.marginRight40{margin-right: 40px;}
.marginRight50{margin-right: 50px;}
.marginButtom30{margin-bottom: 30px;}
.paddingTop{padding-top: 50px;}
.paddingTop70{padding-top: 70px;}
.paddingTop30{padding-top: 30px;}
.paddingButtom78{padding-bottom: 78px;}
.paddingBt100{padding-bottom: 100px;}
.padding10{padding: 0 10px;}
.widht27{width: 27%;}
.widht29{width: 29%;}
.widht31{width: 36%;}
.widht32{width: 32%;}
.widht50{width: 48%;}
.widht40{width: 40%;}
.widht60{width: 60%;}
.widht70{width: 70px;}
.widht90{width: 90px;}
.widht110{width: 110px;}
.widht300{width: 300px;}
.widht371{width: 46%;}
.f-bgNone{background-color: transparent;box-shadow:none;}
input[type="text"]:disabled,input[type="password"]:disabled{
	background:#ddd !important;
	color:#555 !important;
}

select:disabled{
	background:#ccc !important;
	background-image: url(../images/triangle_b.png) !important;
    background-repeat: no-repeat !important;
	background-position: 96% center !important;
	color:#000 !important;
	cursor: not-allowed;
}


select{
	width: 240px;
    height: 36px;
    color: #535353;
    font-size: 14px;
    padding-left: 15px;
    background-color: #f5f5f5;
	background-image: url(../images/triangle.png);
    background-repeat: no-repeat;
	background-position: 96% center;
	border:1px solid #ccc;
    border-radius: 4px;
    text-align: left;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: #fff;
	outline: 0;
	-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;
}

select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}


.form-control[disabled]{
	background:#ddd;
}


.row [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.form-sec,.table-sec {
	padding:20px;
}

.form-group {
	margin-bottom:20px;
}

.form-group .f-label,.form-group .f-icon{
	text-align:right;
	padding-right:15px;
	display:block;
	color:#535353;
	line-height:36px;
	font-weight:normal;
}

.form-group .form-control{
	width: 240px;
	height:36px;
	background:#f5f5f5;	
}


.form-group .form-control-small{
	width: 70px;
}

.form-group .btn {
   	min-width: 130px;
    height: 38px;
	background:#409EFF;
	color:#fff;
	font-size:16px;
}

.form-group .btn-bigger {
    min-width: 180px;
    height: 45px;
}

input,label {
	vertical-align:middle;
}

.f-shell {
    border-radius: 10px;
    min-height: 666px;
    background: #fff;
    padding-bottom: 83px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(148,169,196,0.28);
	box-shadow: 0px 0px 13px 0px rgba(148,169,196,0.28);
    margin: 0 auto 20px;
	overflow:hidden;
}

.f-content-container{
	padding:0 3%;
	margin-top:75px;
}

.note-box{
	border: 1px solid #0088f4;
	line-height:1.6;
	color: #0088f4;
	border-radius:4px;
	padding:10px 0;
	text-align:center;
	min-width:240px;
}
.note-box i{
	width:20px;
	height:20px;
	display:block;
	position:absolute;
	left:10px;
	top:50%;
	margin-top:-10px;
	background:url("../images/n-warning.png") no-repeat center center;
}
.note-box span{
	padding-left:35px;
	display:block;
	padding-right:5px;
	text-align:left;
}
.note-box .wrapper{
	display:inline-block;
	position:relative;
}



@media (max-width: 575px) {
	.form-group .f-label,.form-group .f-icon {text-align:left;}
}

@media (max-width: 480px) {
	.form-group .f-label,.form-group .f-icon { margin-left:9%; width:82%; }
	.form-group .f-control {margin-left:9%; width:82%; }
}

@media (max-width: 360px) {
	.form-group .f-label,.form-group .f-icon { margin-left:8%; width:84%; }
	.form-group .f-control {margin-left:8%; width:84%; }
}


@media (max-width: 320px) {
	.form-group .f-label,.form-group .f-icon {margin-left:2%; width:96%;}
	.form-group .f-control {margin-left:2%; width:96%;}
}

.modal-dialog {
	width:80%;
	margin:0 auto;
	margin-top:100px;	
}

@media (min-width: 500px){
	.modal-dialog {
		width:450px !important;
	}
}

.modal-header{
	border-radius: 4px 4px 0 0;
    padding: 15px 20px;
    background: #fafafa;
    border-bottom: 1px solid #eee;
}

.modal-header h4 {
	font-size:16px;
	font-weight:normal;
	color:#07d;
}

.modal-body{
	padding: 15px 20px;
}

.modal-content {
	-webkit-box-shadow:none;
	box-shadow:none;
}

.modal-footer {
	padding:0;
}

.modal-footer .dialog-btn {
	display: block;
	float: left;
	width: 50%;
	height:45px;
	line-height:45px;
	border:none;
	text-align: center;
	text-decoration: none;
	color: #333;
	position: relative;
}

.modal-footer .btn-confirm {
	float:none;
	width:100%;
	background: #409EFF;
    color: #fff;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.modal-footer .btn-cancel {
    border-bottom-left-radius: 4px;
}

.modal-footer .btn-cancel + .btn-confirm {
    float: left;
    width: 50%;
	border-bottom-right-radius: 4px;
}

.modal-footer .btn-cancel + .btn-confirm:before {
    position: absolute;
    left: 0;
    content: '';
    display: block;
    border-right: 1px solid #eee;
    top: 0;
    bottom: 0;
}

.modal-content .single-tip {
	text-align:center;
	margin:40px 0;
}

.radio-sec {
	margin-top:-10px;
}

.radio.radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 14px;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
	margin-top:7px;
}

.radio {
	position: relative;
	display: block;
	margin-top:0px;
	margin-bottom: 10px;
	padding-left: 14px;
}

.radio input[type="radio"],.radio input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	z-index: 1;
	margin: 4px 0 0;
	margin-top: 4px \9;
	margin-left: -14px;
}
	
.radio label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
	min-height: 20px;
}

@media (max-width: 450px) {
	.radio.radio-inline{
		display:block;
	}
	.radio-inline+.radio-inline {
		margin-left: 0 !important;
	}
}


.radio label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 14px;
	height: 14px;
	left: 0;
	top:3px;
	margin-left: -14px;
	border: 1px solid #c1c1c1;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}

.radio-info input[type="radio"]:checked + label::before {
	/*border-color: #409EFF;*/
}

.radio label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 8px;
	height: 8px;
	left: 3px;
	top: 6px;
	margin-left: -14px;
	border-radius: 50%;
	background-color: #555555;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio-info input[type="radio"]:checked + label::after,.radio-info input[type="checkbox"]:checked + label::after {
	background-color: #409EFF;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.radio-info input[type="radio"]:disabled + label::after,.radio-info input[type="checkbox"]:disabled + label::after {
	background-color: #bbb;
}


.radio-inline+.radio-inline{
	margin-left:15px;
}

#langSwitch { width:auto; padding-right:30px; margin-top:-5px; }

.off { display:none; }
.on { display:block; }

/*tag*/

.left-top-triangle{ 
    height: 0px; 
    width: 0px; 
    border-top: 14px solid #409EFF; 
    border-left: 14px solid #409EFF; 
    border-right: 14px solid transparent; 
    border-bottom: 14px solid transparent; 
	border-radius: 3px; 
	position:absolute;
	left:0;
	top:0; 
}
.tag{
    position:absolute;
	left:0;
	top:0; 
}
.tag-txt {
	font-size:10px;
	-webkit-transform: scale(0.83);
	color:#fff;
	position:absolute;
	left:1px;
	top:-3px;
	display:inline-block;
	width:28px;
	height:24px;
	line-height:24px; 
}

/*.tag {	
	font-size:12px;
	font-weight:normal;
	color:#fff;
	background:#409EFF;
	padding:0 5px;
	margin-left:5px;
	line-height:1.5;
	display:inline-block;
	border-radius:4px;
}*/

button.smaller{
	min-width: 64px;
    height: 20px;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    background: #409EFF;
    cursor: pointer;
    border: none;
    outline: none;
    vertical-align: middle;
    border-radius:4px;
	padding:0 7px;
}
button.darkgray{
	background-color: #898e97;
}
button.smaller:hover{
	text-decoration: none;
    background-color: #6ba8fc;
}
button.darkgray:hover{
	background-color: #a1a5ac;
}


button.smaller + button.smaller {
	margin-left:10px;
}

.form-group .input-small{
	width: 80px;
}

.countdown-sec,.link-down-sec{
	position:relative;
	margin-top:100px;
	text-align:center;
}

.link-down-sec{
	margin-top:50px;
}

.countdown-sec #time{
	position:absolute;
	left:0;
	top:0;
	font-size:27px;
	font-weight:bold;
	text-align:center;
	width:100%;
	line-height:120px;
}

.countdown-tip {
	font-size:16px;
	font-weight:bold;
	margin-top:40px;
	text-align:center;
	padding-bottom:100px;
}

.disconnect-sec {
	padding-bottom:50px;
}

.disconnet-tip {
	font-size:16px;
	font-weight:bold;
	margin-top:15px;
	text-align:center;
}

.totalShell{
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
	padding-top:75px;
}
.totalShell_content{
	width: 100%;
	margin: 0 auto;
}

@media screen and (min-width:768px) and (max-width:991px){

	.page form .col-md-8,.f-content-container form .col-md-8 { width:66.66666667%; }
	.page form .col-md-offset-2,.f-content-container form .col-md-offset-2 { margin-left:16.66666667%; }
	
	
	.page_title .col-md-8 { width:66.66666667% }
	.page_title .col-md-offset-2 { margin-left:16.66666667% }
	
}

@media screen and (min-width:992px) and (max-width:1500px){

	.page form .col-md-8,.f-content-container form .col-md-8 { width:66.66666667%; }
	.page form .col-md-offset-2,.f-content-container form .col-md-offset-2 { margin-left:16.66666667%; }
	
	.page form .col-lg-7,.f-content-container form .col-lg-7 {
		width: 58.33333333%;
	}
	
	.page_title .col-md-8 { width:66.66666667% }
	.page_title .col-md-offset-2 { margin-left:16.66666667% }
	
	.page_title .col-lg-7 {
		width: 58.33333333%;
	}
	
}

.langMask {
	width:100%; height:100%; position:absolute; left:0; top:0; z-index:102; background:rgba(255,255,255,0.9);
}

.langMask img {
	position:absolute; left:50%; top:50%; margin-left:-25px; margin-top:-25px;
}

.is_pwd { display:inline-block; position:relative; }
.is_pwd input { padding-right:30px; }
.password-view{width:24px;display:block;position:absolute;right:9px;top:8px;z-index:101; padding-left:2px;}
.password-view img { height: auto; width: auto;}


.container-list {
	margin:50px 15px 0;
}
.menu-item{
	background: #fff;
    border-radius: 27px;
/*    width: 80%;*/
    display: block;
    margin-bottom: 40px;
    text-align: center;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(148,169,196,0.28);
	box-shadow: 0px 0px 13px 0px rgba(148,169,196,0.28);
}
.menu-item-img{
	width:100px;
    height: 100px;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 27px;
}

.menu-item-img img{
	max-width:100%;
	width:auto;
	height:auto;
}

.menu-item h3,.menu-item-p{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.menu-item h3{
	font-size: 21px;
    line-height: 1.5;
    font-weight: 500;
    color: #333;
	margin:0 auto;
	margin-top: 20px;
    margin-bottom: 10px;
	width:90%;

}
.menu-item-p{
	font-size: 18px;
    color: #999;
    line-height: 1;
    padding-bottom: 50px;
	width:90%;
	margin:0 auto;
}

@media (max-width: 1680px) {
	.menu-item-img{
		width:88px;
		height:88px;
	}
}

@media (max-width: 1500px) {
	.icon-sec img {
		max-width: 75% !important;
	}
	.menu-item-img{
		width:68px;
		height:68px;
		margin-top:40px;
		margin-bottom:5px;
	}
	
	.menu-item h3{
		font-size:18px;
	}
	.menu-item-p{
		font-size:16px;
		padding-bottom:40px;
	}
}

@media (max-width: 1024px) {
	.menu-item-img{
		width:58px;
		height:58px;
		margin-top:30px;
	}
	.menu-item h3{
		font-size:16px;
	}
	.menu-item-p{
		font-size:14px;
		padding-bottom:30px;
	}
}


@media (max-width: 640px) {
	.menu-item-img{
		width:50px;
		height:50px;
	}
	
	.menu-item h3{
		font-size: 14px;
	}
	.menu-item-p{
		font-size: 12px;
	}	
}

@media (max-width: 576px) {
	.menu-item {
		max-width:200px;
		margin:0 auto 40px;
	}
	.menu-item-img{
		width:70px;
		height:70px;
	}
	.menu-item h3{
		font-size: 18px;
	}
	.menu-item-p{
		font-size: 16px;
	}	
}

@media (max-width: 480px) {
	.menu-item-img{
		width:58px;
		height:58px;
	}
	.menu-item h3{
		font-size: 16px;
	}
	.menu-item-p{
		font-size: 14px;
	}
}

@media (max-width: 320px) {
	.menu-item-img{
		width:50px;
		height:50px;
		margin-top:35px;
		margin-bottom:5px;
	}
	
	.menu-item h3{
		font-size: 14px;
	}
	.menu-item-p{
		font-size: 12px;
		padding-bottom:35px;
	}	
}


.module-sec {
    padding: 0 3% !important;
}
#module-list-sec{
	margin:0 -15px;
}


.chk_radio {
	display: none
}
.chk_radio+label {
	background-color: #f5f5f5;
	padding: 9px;
	border:1px solid #DDD;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in;
	width: 64px;
	height: 35px;
	cursor:pointer;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.chk_radio+label:after {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100px;
}

.chk_radio+label:before {
	content: ' ';
	position: absolute;
	background: #fff;
	top: 1px;
	left: 1px;
	z-index: 99;
	width: 31px;
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in;
	height: 31px;
	border-radius: 100px;
	box-shadow: 0 3px 1px rgba(0,0,0,.05),1px 0 1px rgba(0,0,0,.1)
}

.chk_radio:checked+label:before {
	content: ' ';
	position: absolute;
	left: 30px;
	border-radius: 100px
}

.chk_radio:checked+label:after {
	content: ' ';
	font-size: 1.5em;
	position: absolute;
	background: #409EFF;
	box-shadow: 0 0 1px #409EFF
}

.chk_radio:disabled+label {
	cursor:not-allowed;
}

.chk_radio:checked:disabled+label:after{
	opacity: .5;
}

.chk_radio:checked:disabled+label:before{
	box-shadow: none;
}

/* 复选框 */
.chk_box {
	display:none;
}
.chk_box + label {
	background-color: #FFF;
	border: 1px solid #C1CACA;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 9px;
	border-radius: 5px;
	display: inline-block;
	position: relative;
	vertical-align:middle;
	margin-left:17px;
	margin-bottom:0;
}
.chk_box + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.chk_box:checked + label {
	background-color: #ECF2F7;
	border: 1px solid #92A1AC;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
	color: #243441;
}

.chk_box:checked + label:after {
	content: '\2714';
	position: absolute;
	top: 0px;
	left: 0px;
	color: #758794;
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding: 1px 0 0 0;
	vertical-align: text-top;
	line-height:16px;
}


.light-blue-button {
    min-width: 140px;
    height: 35px;
    background-color: #ebf5ff;
	color: #535353 !important;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    padding: 6px 12px;
}

.tipsText {
    color: #409EFF;
    font-size: 14px;
    line-height: 20px;
}

.f-explain {
    color: #b3b3b3;
}

.text-line{
	line-height:36px;
}
.one-line{
	display:inline-block;
}
.shrink{
	margin-top:-15px;
}
.rdOption{
	color: #ff0000;
}