@import url("font-awesome.css");
@import url("iconfont.css");
@import url("bootstrap.css");
@import url("animate.css");
@import url("style.css");
ul,li,dl,dt,dd,p{margin:0;padding:0;list-style:none; font-style:normal; font-weight:normal;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-weight: normal;font-style: normal;font-family:"Microsoft YaHei";}

/* custom color */
.color-primary {color: #096DD9;}
.color-info {color: #3E74CE;}
input:focus{outline: none;}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {background-color: #fff!important;background-image: none;-webkit-box-shadow: 0 0 0 1000px white inset;}

/* 登录页  */
body { background-color: #fff;line-height: inherit;font-family:"Microsoft YaHei"; }
.loginbg { background-color:#fff;}
.loginbg .logincontainer { width:1200px; margin:0 auto; overflow:hidden; }
.loginbg .logincontainer .left { float:left; width:700px; height:60px; line-height:60px; background:url("../img/logo.png") no-repeat left center;padding-left:55px;}
.loginbg .logincontainer .left em{ display: block; position: relative; height: 60px; line-height:45px; font-size: 24px; font-style: normal; color: #1F3149; font-weight: 500; }
.loginbg .logincontainer .left em:after{ display: block; position: absolute; bottom: 8px; font-size: 12px; line-height: 12px; content: 'HeLiXin Wisdom Bidding Centre'; letter-spacing: 1px; }
/*.loginbg .logincontainer .left em:before{ width: 1px; height: 18px; content: ''; background: #E2ECF7; float: left; margin: 23px 15px 0 0; }*/

/*banner 滚动部分*/
.panelbg { height:600px;width: 100%; overflow: hidden;min-width: 1200px;}
.panelbg .panelcontainer { width:100%; margin:0 auto; overflow:hidden;height:100%; }
.panelbg .panelcontainer .ck-slide{width:100%;height:600px;overflow: hidden;position: absolute;min-width: 1200px;}
.panelbg .panelcontainer .ck-slide ul li .banner{width:100%;height:600px;overflow: hidden;}
.panelbg .panelcontainer .ck-slide ul li .banner1{background: url(../img/login/banner01.png) top center no-repeat;}
.panelbg .panelcontainer .ck-slide ul li .banner2{background: url(../img/login/banner02.png) top center no-repeat;margin-top: -600px;}
.ck-slide ul.ck-slide-wrapper li a{
	/*a标签是行内元素，宽高对a标签不起作用，这里必须添加line-height:0;display:black，否则垂直滚动<li>之间会出现间隔*/
	line-height:0;display:block;}
.ck-slide .ck-prev, .ck-slide .ck-next {position: absolute;top: 50%;z-index: 2;width: 35px;height: 70px;margin-top: -35px;
border-radius: 3px;opacity: .15;background: red;text-indent: -9999px;background-repeat: no-repeat;transition: opacity .2s linear 0s;}
.ck-slide .ck-prev {left: 5px;background: url(../img/login/arrow-left.png) #000 50% no-repeat;}
.ck-slide .ck-next {right: 5px;background: url(../img/login/arrow-right.png) #000 50% no-repeat;}
.ck-slidebox {position: absolute;left: 50%;bottom: 12px;z-index: 30;}
.ck-slidebox ul {height: 20px;padding: 0 4px;border-radius: 8px;}
.ck-slidebox ul li {float: left;height: 12px;margin: 4px 10px;}
.ck-slidebox ul li em {display: block;width:30px;height: 2px;border-radius:0;background:rgba(255,255,255,0.6);text-indent: -9999px;cursor: pointer;}
.ck-slidebox ul li.current em {background:rgba(255,255,255,1);}
.ck-slidebox ul li em:hover {background:rgba(255,255,255,1);}

/*登录框部分*/
.loginmain{width:1200px; margin: 0 auto; position: relative;z-index: 999;}
.login-form ul.nav-tabs{border:none;border-bottom: 1px #dcdcdc solid;width:300px;}
.login-form ul.nav-tabs>li{margin:0;}
.login-form .nav-tabs>li>a{font-size:16px;width: 148px;text-align: center;border:none;padding-top: 0px;font-weight: normal;display: block;line-height:38px;}
.login-form .nav-tabs>li>a:hover,.login_list .nav-tabs>li>a:focus,.login-form .nav-tabs>li:hover,.login-form .nav-tabs>li:focus{ border:none;background: none;}
.login-form .nav-tabs>li.active>a,.login_list .nav-tabs>li.active>a:focus,.login_list .nav-tabs>li.active>a:hover{ border:none;color:#3E74CE;}
.login-form .nav-tabs>li.active em{width:65px;height: 2px; background: #3E74CE;float: left;margin-left: 40px; position: relative;margin-bottom: -1px;}
.login-form .nav-tabs > li > a{}

.login-form{ width: 380px; height: 400px; margin-top:100px; background: #fff;box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06); border-radius:2px;float: right;}
.login-form .login-tab { border-bottom: 1px solid #f4f4f4; display: block; font-size: 18px; height: 54px; width: 173px; text-align: center; }
.login-form .login-tab a { border-right: 1px solid #f4f4f4; text-decoration: none; margin-top: 18px; width: 99%; display: block; line-height: 18px; }
.login-form .login-tab a:hover,.login-form .login-tab a:focus,.login-form .login-tab .check{ color: #000; font-weight: 700; }
.login-form h2 { height:55px; line-height:55px; background:url(../img/icon-dl.png) #f8b500 30px 12px no-repeat; }

.login-form h2 .login-tit { font-size:20px; padding:0 80px; color:#fff; font-weight:400; }
.login-form h2 .login-switch { width: 63px; height: 55px; position: absolute; top:0; right:0; background: url("../img/login-switch.png") no-repeat 0 0; cursor: pointer; }
.login-form h2 .login-switch.keyboard { background-position: 0 0; }
.login-form h2 .login-switch.mobile   { background-position: 0 -55px; }

.login-form ul{ list-style: none; width: 300px; margin: 0 auto; margin-top:35px; padding: 0; }
.login-form li{ margin-bottom:15px; position:relative; }
.login-form li input{border:none;color: #333; border-bottom: 1px solid #DCDFE3; height: 42px; width: 100%; background: #fff; padding-left:35px; vertical-align: top; overflow: hidden; }
.login-form li input::-webkit-input-placeholder{font-size: 12px; color: #ADB3BC;}
.login-form li input:hover,.login-form li input:focus{ border-bottom: 1px solid #3E74CE;transition: all 0.3s ease;}

.login-form li.username:before, .login-form li.password:before, .login-form li.checkcode:before{ position: absolute; left: 0; top: 0; height:40px; width: 40px; content: ''; }
.login-form li.username:before{ background: url(../img/login/ico-y.png) no-repeat 8px 11px; }
.login-form li.username:hover:before{ background: url(../img/login/ico-y.png) no-repeat 8px -124px; }
.login-form li.password:before{ background: url(../img/login/ico-y.png) no-repeat scroll 8px -31px; }
.login-form li.password:hover:before{ background: url(../img/login/ico-y.png) no-repeat 8px -166px; }
.login-form li.checkcode:before{ background: url(../img/login/ico-y.png) no-repeat 8px -78px; }
.login-form li.checkcode:hover:before{ background: url(../img/login/ico-y.png) no-repeat 8px -213px; }
.login-form li.checkcode { display: flex; display: -ms-flexbox; align-items: center; -ms-flex-align: center; justify-content: space-between; -ms-flex-pack: justify; }
.login-form li.checkcode input { width:210px; }
.login-form li.checkcode .btn { margin-right: 0; }
.login-form li.checkcode .btn i { font-size: 16px; }
.login-form li.checkcode .code-img{display: inline; width: 75px; height:30px;margin:8px 0px 0px 10px;}

.login-form .login-bot{ width:300px!important; margin: 0 auto; overflow:hidden;margin-top:35px; }
.login-form .loginerror{ display:none; height:25px;font-size:12px; line-height:25px; color:#FB6041; font-weight:500;position: absolute;z-index: 999;margin-top: -15px;}

.login-form .login-bot .loginbtn{ display:block; background: #3E74CE; line-height:2;border-radius: 2px;margin-right: 0; }
.login-form .login-bot .loginbtn:hover{background: #40A9FF; transition: all 0.3s ease-in; }
.login-form .login-bot .loginbtn:active{background: #096DD9;}

.login-form .login-bot .loginreg{ float:right; margin-top:15px; text-align:right;font-size:12px; }
.login-form .login-bot .loginforget{ float:left; margin-top:15px;font-size:12px;}
.login-form .login-bot > p > a{color:#3E74CE;}
.login-form .login-bot > p > a:hover{color:#40A9FF; }

/*底部版权*/
.loginbottom { width:1200px;margin:0 auto;margin-top:50px;text-align: center;}
.loginbottom > p{color:#949DA9;font-size: 12px;}