﻿@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */

body,div,
h1,h2,p,
ol,ul,li {
  margin: 0;
  padding: 0;
  border: 0;
} 
h1{
	font-family:"微软雅黑", "黑体";
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

html, body {
  min-height: 100%;
}

body {
  min-width: 290px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: repeat;
  color: #666;
  font: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 3em;
  line-height: 1;
  color: #222;
  margin-bottom: .5em;
  float: left;
  width: 100%;
}

h2 {
  float: left;
  width: 100%;
  font-size: 1.5em;
  color: #222;
  margin: 1em 0 .5em;
}

p {

}

p.intro {
  font-size: 1.25em;
  color: #555;
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

.main {

}

/**.main::-webkit-scrollbar {
  -webkit-appearance: none;
  background-color: rgba(0,0,0, .15);
  width: 8px;
  height: 8px;
}

.main::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(0,0,0, .4);
}
**/
.nav-collapse {
	position:absolute;
	position:fixed;
  width:150px;
  height:100%;
  top: 0em;
  left: 0;
  z-index:5 !important;
  background:#4e4d4d;
}

.nav-collapse ul {
  display: block;
  width: 100%;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.nav-collapse a {
  color: #aaa;
  display: block;

  width: 100%;
}

/**.nav-collapse a:hover { background: rgba(255,255,255, .1) }**/
/**.nav-collapse .active a { color: #fff; background: rgba(0,0,0, .3) }**/
.nav-collapse li:first-child a { border-top: 0 }
/**.nav-collapse li:last-child a { border-bottom: 0 }**/
.nav-toggle { display: none }





/**@media screen and (min-width: 76em) {
  .nav-collapse { width: 14em }
  .main { width: auto; left: 14em }
}**/


.logo{
	width:100%;
	min-width:1336px;
	max-width:1600px;
	height:54px;
	margin:26px auto 0px;
	background:url(../img/background/default/logo.png) no-repeat left center;
}
.login-wrapper{
	width:100% !important;
	/*max-width:1336px !important;*/
	height:460px;
	margin:0 auto;
}
.right-wrapper{
	float:right;
	width:49%;
	/*padding-right:5%;*/
}
.left-wrapper{
	float:left;
	width:49%;
	/*padding-right:5%;*/
}
.clear{
	clear:both;
}
.dummy-pic{
	display:inline-block;
	/* margin-top:90px;	 */
	/*padding-left:5%;*/
}
.login-box{
	display:inline-block;
	width:410px;
	/* height:440px; */
	margin:30px 0px 0px 0px;
}
.login-box .inner{
	width:390px;
	height:430px;
	margin:10px;
	float:left;
	background:#ffffff;
}

a{
	cursor:pointer;
}
a:hover{
	text-decoration:none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
	border-top:4px solid #b73132;
	border-radius:0px;
	color:#b73132;
}
.nav-tabs>li>a{
	margin-right:0px;
}
.nav-tabs>li{
	width:50%;
	text-align:center;
	background:#f2f2f2;
}
.nav-tabs>li >a {
	font-size:16px;
	font-family:"微软雅黑", "黑体";
	color:#a2a2a2;
	border-top:4px solid #f2f2f2;
	border-bottom:1px solid #dddddd;
	background:#f2f2f2;
}
.tab-pane{
	padding:12px 40px 20px 40px;
}

/**3d按钮**/
.button{
	display:inline-block;
	width:120px;
	height:32px;
	line-height:30px;
	padding:0px;
	border:0px;
	font-size:14px;
	border-radius:6px;
	text-align:center;
	position:relative;
	transition:all 0.2s ease-in-out;
	border-bottom-width:2px !important;
	border-bottom-style:solid !important;
	box-shadow:0px 2px 6px rgba(0,0,0,0.12)
}
.button-m{
	width:100px;
}
.button i{
	position:absolute;
	left:10px;
	top:8px;
}
/***green***/
.button-green{
	color:#ffffff;
	background-color:#51bf87;
	border-bottom-color:#41996c;
}
.button-green:hover{
	color:#ffffff !important;
	background-color:#51bf87;
	border-bottom-color:#41996c;
}
.button-green:active{
	color:#094e2b !important;
	background-color:#45b17a;
	border-bottom-color:#45b17a;
	text-shadow:0px 1px 0px rgba(255,255,255,0.28);
	box-shadow:0px 2px 3px rgba(0,0,0,0.26) inset;
}

/***blue***/
.button-blue{
	color:#ffffff;
	background-color:#17a5f3;
	border-bottom-color:#0091e0;
}
.button-blue:hover{
	color:#ffffff !important;
	background-color:#29b3ff;
	border-bottom-color:#0091e0;
}
.button-blue:active{
	color:#0e4360 !important;
	background-color:#0881c2;
	border-bottom-color:#0881c2;
	text-shadow:0px 1px 0px rgba(255,255,255,0.28);
	box-shadow:0px 2px 3px rgba(0,0,0,0.26) inset;
}

/***red***/
.button-red{
	color:#ffffff;
	background-color:#db5565;
	border-bottom-color:#af4451;
}
.button-red:hover{
	color:#ffffff !important;
	background-color:#f26d7d;
	border-bottom-color:#af4451;
}
.button-red:active{
	color:#6f212a !important;
	background-color:#cd4656;
	border-bottom-color:#cd4656;
	text-shadow:0px 1px 0px rgba(255,255,255,0.28);
	box-shadow:0px 2px 3px rgba(0,0,0,0.26) inset;
}

/***org***/
.button-org{
	color:#ffffff;
	background-color:#ff7043;
	border-bottom-color:#cc5a36;
}
.button-org:hover{
	color:#ffffff !important;
	background-color:#fd8863;
	border-bottom-color:#cc5a36;
}
.button-org:active{
	color:#833218 !important;
	background-color:#f55f30;
	border-bottom-color:#f55f30;
	text-shadow:0px 1px 0px rgba(255,255,255,0.28);
	box-shadow:0px 2px 3px rgba(0,0,0,0.26) inset;
}
/***orlay***/
.button-orlay{
	color:#ffffff;
	background-color:#5c6bc0;
	border-bottom-color:#49559b;
}
.button-orlay:hover{
	color:#ffffff !important;
	background-color:#4e5cad;
	border-bottom-color:#49559b;
}
.button-orlay:active{
	color:#101635 !important;
	background-color:#414d92;
	border-bottom-color:#414d92;
	text-shadow:0px 1px 0px rgba(255,255,255,0.28);
	box-shadow:0px 2px 3px rgba(0,0,0,0.26) inset;
}
/***yellow***/
.button-yellow{
	color:#ffffff;
	background-color:#f29312;
	border-bottom-color:#c2760e;
}
.button-yellow:hover{
	color:#ffffff !important;
	background-color:#fea328;
	border-bottom-color:#c2760e;
}
.button-yellow:active{
	color:#734609 !important;
	background-color:#e5880a;
	border-bottom-color:#e5880a;
	text-shadow:0px 1px 0px rgba(255,255,255,0.28);
	box-shadow:0px 2px 3px rgba(0,0,0,0.26) inset;
}
/**white**/
.button-white{
	color:#656565;
	background-color:#ffffff;
	border:1px solid #dddddd;
	border-bottom-color:#dddddd;
}
.button-white:hover{
	background-color:#f3f3f3;
}
.button-white:active{
	color:#3c3c3c !important;
	background:#edeaea;
	border-bottom-color:#edeaea;
	text-shadow:0px 1px 0px rgba(255,255,255,0.28);
	box-shadow:0px 2px 3px rgba(0,0,0,0.26) inset;
}
.icon-user{
	background:url(../img/icon-line-user.png) 18px center no-repeat;
}
.icon-password{
	background:url(../img/icon-line-password.png) 18px  center no-repeat;
}
.icon-telephone{
	background:url(../img/icon-telephone.png) 18px  center no-repeat;
}
.icon-date{
	background:url(../img/icon-line-date.png) 18px  center no-repeat;
}
.icon-changePW{
	background:url(../img/icon-changePW.png) 18px center no-repeat;
}
.icon-changePW-{
	background:url(../img/icon-changePW-.png) 18px center no-repeat;
}
.icon-checkCode{
	background:url(../img/icon-checkCode.png) 18px center no-repeat;
}
.icon-checkCode-{
	background:url(../img/icon-checkCode-.png) 18px center no-repeat;
}
.errico{
	background: url(../img/errInfor.png) 18px center no-repeat;
}
.datetimepicker table tr td span.active, .datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active.disabled:hover{
		background:#29b3ff !important;

}
.datetimepicker table tr td.active, .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover{
	background:#29b3ff !important;
}
.today{
	background:#29b3ff;
	color:#ffffff;
}
.today:hover{
	background:#0099ed !important;
}
.input-bar{
	width:310px;
	height:40px;
	margin:0 auto;
	margin-top:30px;
	border:1px solid #d3d3d3;
	border-radius:4px;
}
.input-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);
}
.input-bar input{
	border:none;
	height:38px;
	padding:0px;
	outline:none;
	width:250px;
	overflow:hidden;
	margin-left:50px;
	color:#838383;
	font-size:16px;
}
.input-group{
	width:310px;
	margin-top:30px;
}
.input-group .icon-first{
	width:170px;
}
.icon-first{
}
.input-group .icon-first input{
	width:110px;
	margin-left:10px;
}
.input-group .user-name {
	width:130px;
		margin-left:10px;
		/**background:#ebebe4;**/
		background:#ffffff;
}
.input-group .user-name input{
	margin-left:0px;
	width:120px;
	margin-left:5px;
	background:#ffffff;
}
/* .password{
	display:none;
} */
.txt-gray{
	color:#b9b9b9 !important;
}
.input-group .input-bar{
	margin-top:0px;
	float:left;
}
.button-block{
	width:100%;
	height:45px;
	line-height:45px;
	font-size:18px;
	font-family:"微软雅黑", "黑体";
	font-weight:bold;
	color:#fffffff;
}
.checkbox-line{
	font-size:12px;
}
.checkbox{
	display:inline-block;
	width:18px !important;
	height:18px !important;
	min-height:18px !important;
	border:none;
	cursor:pointer;
	margin:0px;
	margin-left:0px !important;
	margin-right:6px;
	background-color:transparent;
	background:url(../img/checkbox.png);
}
.checkbox-active{
	background:url(../img/checkbox-active.png);
}
.checkbox-line{
	height:20px;
	line-height:20px;
	margin-top:20px;
}
.checkbox-line .year{
	display:inline;
	border:none;
	padding:0px;
	font-size:16px;
	text-decoration:underline;
	cursor:pointer;
	outline:none;
	color:#17a5f3;

}
.datetimepicker{
	padding:16px 10px 10px !important;
}
.table-condensed .prev ,.table-condensed .next{
	background:#e6e6e6;
	color:#a4a4a4 !important;
}
.checkbox-line span{
	float:left;
	font-size:14px;
	color:#565656;

	margin-left:10px;
}
.checkbox-line a{
	float:right;
	color:#565656;
	font-size:12px;
}
.button-bar{
	margin-top:32px;
}
.checkbox-line a:hover{
	text-decoration:underline;
}
.checkbox-line .checkbox{
	float:left;
}
.qr-pane .qr-code{
	display:block;
	width:200px;
	height:200px;
	margin:40px auto 0px;
}
.sup-text{
	width:100%;
	margin-top:14px;
	font-size:14px;
	color:#9c9c9c;
	text-align:center;
}

.icon-bookmark{
	padding-left:30px;
	height:22px;
	background:url(../img/book-icon-c.png) no-repeat left center;
}
.footer{
	width:100%;
	height:35px;
	line-height:35px;
	position:absolute;
	bottom:45px;
	color:#999;
}
.copyright{
}
.footer-tools{
	margin-top: 30px;
	font-size:14px;
}
.footer-tools em{
	font-style:normal;
	margin-left:6px;
}

.footer-tools .tools-bar{
	float:right;
}
.footer-tools ul li{
	float:left;
	margin-left:20px;
	list-style:none;
}
.footer-tools ul li em{
	font-style:normal;
	margin-left:6px;
}

.tools-bar{
	margin-left:40px;
}

.tools-bar i{
	display:inline-block;
	width:16px;
	height:16px;
	float:left;
	margin:8px 6px 0px 0px;
	background:url(../img/white-icon.png);
}
.tools-bar .icon-w-chance{
	background-position:-32px 0px;
}
.tools-bar .icon-w-gear{
	background-position:-16px 0px;
}
.tools-bar .icon-w-download{
	background-position:0px 0px;
}
.tools-bar li:hover a{
	opacity:1;
}
.tools-bar li:hover a{
}
.tools-bar li:hover  .icon-w-chance{
	background-position:-32px 16px;
}
.tools-bar li:hover  .icon-w-gear{
	background-position:-16px 16px;
}
.tools-bar li:hover  .icon-w-download{
	background-position:0px 16px;
}
.tools-bar a{
	color:#ffffff;
}

/*-----------test↓--------------------*/
body{
  background:#222;
}
.container{
  position:relative;
  overflow:hidden;
}
.window{
  position:absolute;
  background-size:cover;
  background-position:50%;
  filter:blur(10px);
}
.raindrops,
.borders,
.drops{
  position:absolute;
}
.drops{
  filter:brightness(1.2);
}
.raindrop{
	position:absolute;
	border-radius:100%;
	background-position:50%;
	transform:rotate(180deg) rotateY(0);
	background:url('http://tyc.test.fxscm.net:8081/cldpoint/img/background/default/login.jpg');
	background-size:160px 130px;
}
.border{
	position:absolute;
	margin-left:2px; 
	margin-top:1px;
	border-radius:100%;
	box-shadow:0 0 0 2px rgba(180,180,180,0.5);
  	transform:rotateY(0);
}
.loginBtn{
	height: 40px;
	width: 310px;
	background-color: #43b77c;
	border: 0 none;
	border-radius: 4px;
	font-size: 16px;
	color: #FFFFFF;
	font-family: 'Microsoft YaHei';
}
.login-form-link{
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.login-form-link a{
	color: #43b77c;
	font-size: 14px;
}
.loginTypeChange{
	float: left;
	width: 85px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background-color: #43b77c;
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
	font-family: 'Microsoft YaHei';
	font-weight: normal;
	margin-left: 2px;
}
.login-form-down{
	background: url("../img/icon-google.png") no-repeat;
	background-size: 18px auto;
	padding: 0 0 0 24px;
}
.login-form-forget{
}
.login-form-title{
	color: #999;
	font-size: 18px;
	text-align: left;
	margin: 35px 0 0;
}
.back-login{
	float: right;
	color: #43b77c!important;
	font-size: 14px;
	margin-top: 10px;
}
@font-face {
	font-family: "PasswordEntry";
  src: url("./fonts/PasswordEntry.woff2") format("woff2"),
       url("./fonts/PasswordEntry.woff") format("woff"),
       url("./fonts/PasswordEntry.ttf") format("truetype"),
       url("./fonts/PasswordEntry.eot") format("embedded-opentype"),
       url("./fonts/PasswordEntry.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}