/* html{height: 100%;}
body.signin {
    background: #18c8f6;
    height: auto;
    background:url("../img/login-background.jpg") no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: rgba(255,255,255,.95);
}

.signinpanel {
    width: 320px;
    margin: 7% auto 0 auto;
}

.signinpanel .logopanel {
    float: none;
    width: auto;
    padding: 0;
    background: none;
}

.signinpanel .signin-info ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.signinpanel .form-control {
    display: block;
    margin-top: 15px;
}

.signinpanel .uname {
    background: #fff url(../img/user.png) no-repeat 95% center;color:#333;
}

.signinpanel .pword {
    background: #fff url(../img/locked.png) no-repeat 95% center;color:#333;
}

.signinpanel .btn {
    margin-top: 15px;
}

.signinpanel form {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255,255,255,.3);
    -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 30px;
}

.login_new{
	text-align: center;
    color: #000;
    font-size: 25px;
    margin-top: 5%;
}
.new_content{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.activeTd{
	background-color: #dff0d8!important;
}

.signup-footer{border-top: solid 1px rgba(255,255,255,.3);margin:20px 0;padding-top: 15px;}

@media screen and (max-width: 768px) {
    .signinpanel,
    .signuppanel {
        margin: 0 auto;
        width: 420px!important;
        padding: 20px;
    }
    .signinpanel form {
        margin-top: 20px;
    }
    .signup-footer {
        margin-bottom: 10px;
    }
    .signuppanel .form-control {
        margin-bottom: 10px;
    }
    .signup-footer .pull-left,
    .signup-footer .pull-right {
        float: none !important;
        text-align: center;
    }
    .signinpanel .signin-info ul {
        display: none;
    }
}
@media screen and (max-width: 320px) {
    .signinpanel,
    .signuppanel {
        margin:0 20px;
        width:auto;
    }
} */



/* Ĭ����ʽ��� */
@charset "utf-8";
/* ����iPhone��Safari���ֺ��Զ����� */
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height: 100%; }
/* ȥ��iPhone��Ĭ�ϵ�input��ʽ */
input[type="submit"], input[type="reset"], input[type="button"] {-webkit-appearance: none;resize: none;}
/* ȡ�����Ӹ���  */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
/* ��ʼ�� */
body,textarea,input,button,select,keygen,legend{outline:0;}
*{ margin: 0; padding: 0; border: none; }
body {font-family:Helvetica,'STHeitiSC','Microsoft YaHei','����',Tahoma, Arial, sans-serif;}
em, i { font-style: normal; }
h1, h2, h3, h4, h5, h6,strong { font-weight: normal; }
.clearfix:after { content: ""; display: block; visibility: hidden; height: 0; clear: both; }
.clearfix { zoom: 1; }
a,a:hover { text-decoration: none;}
ul, ol { list-style: none; }
img { border: none;vertical-align:middle; }
html,body{height:100%;}
a,a:link,a:visited{text-decoration:none;outline:0 none}
a:hover{text-decoration:none}
body{font-family:PingFangSC-Semibold;}
body{font-family:PingFangSC-Regular;}


.line{
    position: relative;
}
.line::before{
        content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #dddddd;
    color: #dddddd;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2;
}
.line-green{
    position: relative;
}
.line-green::before{
        content: " ";
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: -0.25rem;
    right: 0;
    height: 2px;
    border-top: 2px solid #5fb7ba;
    color: #5fb7ba;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2;
}
.line-down{
    position: relative;
}
.line-down::before{
        content: " ";
    position: absolute;
    left: 0;
    bottom: -2px;
    right: 0;
    height: 1px;
    border-top: 1px solid rgba(201,201,201,1);
    color: rgba(201,201,201,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2;
}
.line-right{
    position: relative;
}
.line-right::before{
        content: " ";
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    border-right: 1px solid #dddddd;
    color: #dddddd;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
    z-index: 2;
    height: 100%;
}
.line-left{
    position: relative;
}
.line-left::before{
        content: " ";
    position: absolute;
    top: 0.16rem;
    left: 0.16rem;
    width: 1px;
    border-right: 1px solid #dddddd;
    color: #dddddd;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
    z-index: 2;
    height: 100%;
}
.line-left-two{
    position: relative;
}
.line-left-two::before{
        content: " ";
    position: absolute;
    top: 0;
    left: 0.16rem;
    width: 1px;
    border-right: 1px solid #dddddd;
    color: #dddddd;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
    z-index: 2;
    height: 0.56rem;
}
.line-down-two{
    position: relative;
}
.line-down-two::before{
        content: " ";
    position: absolute;
    left: 0.3rem;
    bottom: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #dddddd;
    color: #dddddd;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2;
}

.style-click{
    position: relative;
    overflow: hidden;
}
.style-click::after{
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0;
}
.style-click:active::after{
    opacity: 0.2;
}


/* ϵͳ��ҳ */
.login-box{
    width: 100%;
    min-width: 960px;
    height: 100vh;
    background: url("../img/login-background.jpg") no-repeat;
    background-size: 100%  auto;
background-position: center;
}
.basic-box{
    width: 100%;
    min-width: 960px;
    height: 100vh;
    background: url("../img/basic.jpg") no-repeat;
    background-size: 100% 100%;
}

.page-input{
    position: absolute;
   left:50%;
   top:50%;
   transform: translate(-50%,-50%);
  
}
.page-title{
    font-size:32px;
    font-family:ArialMT;
    font-weight:bold;
    color:rgba(9,81,149);
    text-shadow:0px 2px 2px rgba(11,3,5,0.14);
    text-align: center;
}
.page-list{
   
	/* height:294px; */
	margin: 0 auto;
	background: rgba(255,255,255,0);
margin-top: -5%;
	padding: 2%;
	box-sizing: border-box;
}
.page-title-name{
    font-size:19px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(60,155,237,1);
	padding-bottom: 11px;
}
.page-title-name span{
    margin-left: 10px;
    font-size:9px;
	font-family:ArialMT;
	font-weight:400;
	color:rgba(191,191,191,1);
}
.page-input-text{
    width:100%;
	height:39px;
	background:rgba(255,255,255,1);
	/* border:1px solid rgba(201,201,201,1); */
	display: flex;
	display: -webkit-flex;
	margin-top: 20px;
	padding: 9px 12px;
	box-sizing: border-box;
}
.page-text-img{
    width: 17px;
}
.page-text-img img{
    width: 17px;
    height: 17px;
    display: block;
}
.page-text-font{
    flex: 1;
    margin-left: 12px;
}
.page-text-font input{
    line-height: 17px;
    display: block;
    width: 100%;
    font-size: 14px;
}

.footer{
    font-size:13px;
    font-family:Adobe Heiti Std R;
    font-weight:bold;
    color:rgba(255,255,255,1);
    position: absolute;
    bottom: 18px;
    text-align: center;
    width: 100%;
    font-family: PingFangSC-Regular,sans-serif,PingFangSC-Light,sans-serif,"Microsoft YaHei",arial;
}

.page-password{
    margin-top: 12px;
    font-size: 12px;
    color: #949494;
}
.page-password span{
    margin-left: 6px;
}
.page-btn{
    margin-top: 18px;
}
.page-btn button{
    width: 100%;
    height: 40px;;
    background:rgba(10,77,147,1);
    font-size:12px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
}