		* {
			margin: 0px;
			padding: 0px;
		}
		body {
			background: #eaeaea;
			font-family: "Microsoft YaHei";
        }
        img {
            border:none;
        }
		ul,li{
			list-style: none;
		}
		.navbar-default .navbar-nav > li > a:hover{
			color: #ffa500;
        	background-color: #eee;
		}
		.active {
        	background: #eee;
		}
		input{
	        box-sizing: content-box;
		}
		.user{
        	line-height: 70px;
			margin: 0;
			position: relative;
			display: block;
		}
		.user span{
			margin-right: 10px;
		}
		.user a ,.user span{
			height: 100%;
			float: left;
		}
		.navbar:before{
			display: table;
			content: " ";
		}
		.navbar-nav>li{
	        float: left;
		}
		.page-header {
			width: 100%;
			height: 94px;
		}
		.page-header-left {
			width: 30%;
			height: 94px;
			float: left;
		}
		.login-area {
			margin-top: 9px;
            padding:0px 30px;
		}
		.loginBtn {
			float: right;
			margin-right: 0px;
			font-size: 14px;
			color: #00aeff;
            cursor: pointer;
		}
        .registerBtn {
            float: right;
            margin-right: 10px;
            font-size: 14px;
            color: #00aeff;
            cursor: pointer;
            text-decoration: none;
        }
        .fcm{
            float: left;
            display: inline-block;
            margin-top: 60px;
            margin-left: 5px;
            border: none;
            background: none;
        }

        .fcm img{
            position: absolute;
            top:20px;
            width: 205px;
        }

		.page-header-right {
			width: 70%;
			height: 94px;
			float: left;
		}
		.page-header-right ul {
			list-style: none;
			font-size: 16px;
			margin-top: 60px;
			margin-left: -10px;
		}
		.page-header-right ul li {
			display: block;
			float: left;
			padding: 5px 6px;
		}
		.page-header-right ul li a {
			color: #555;
			font-size: 16px;
            text-decoration: none;
            padding: 1px 8px;
		}
        .page-header-right ul li a:link{
            text-decoration: none;
        }

        .page-header-right ul li a:hover{
            border-radius: 10px;
            background: #eee;
            padding: 1px 8px;
        }

		.select_nav {
			border-radius: 10px;
			background: #eee;
			padding: 1px 8px;
		}

        .haslogin-area{
            float: right;
        }

        .username-area{
            padding: 5px 10px;
            text-decoration: none;
            font-size: 16px;
        }

        .login-model {
            position: fixed;
            top: 0px;
            left: 0px;
            background: rgba(0, 0, 0, 0.5);
            z-index: 10000;
            display: none;
        }
        .login-box {
            position: absolute;
            width: 369px;
            background: #fff;
            top: 250px;
            /*-ms-left:750px !important;*/
            left: 750px;
            border-radius: 10px;
            text-align: center;
            height: 290px;
        }
        /*.login-box_ie {*/
            /*position: absolute;*/
            /*width: 369px;*/
            /*background: #fff;*/
            /*top: 250px;*/
            /*left:750px !important;*/
            /*border-radius: 10px;*/
            /*text-align: center;*/
            /*height: 290px;*/

        /*}*/

        .btn {
            display: inline-block;
            padding: 8px 12px;
            margin-bottom: 0;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.42857143;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            -ms-touch-action: manipulation;
            touch-action: manipulation;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            background-image: none;
            border: 1px solid transparent;
            border-radius: 4px;
        }
        .login-title {
            color: #333333;
            font-size: 18px;
            font-weight: bold;
            line-height: 50px;
            border-bottom: 1px solid #eee;
        }
        .tologinBtn {
            color: #fff;
            font-size: 16px;
            background-color: #009dff;
            width: 120px;
            margin-top: 36px;
            position: absolute;
            right: 32px;
        }
        .text {
            margin: 5px 0px;
            width: 280px;
            height: 28px;
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.42857143;
            color: #555;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ccc;
            border-radius: 4px;
            border:1px solid #ccc;
            -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;
        }
        input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
            background: #fff !important;
        }

        input:-webkit-autofill {
            -webkit-box-shadow: 0 0 0px 1000px white inset;
            border: 1px solid #CCC!important;
            height: 27px!important;
            line-height: 27px!important;
            border-radius: 0 4px 4px 0;
        }

        input{
            background: #fff;
        }

        .closeBtn {
            -webkit-appearance: none;
            padding: 0;
            cursor: pointer;
            background: 0 0;
            border: 0;
            float: right;
            font-size: 30px;
            font-weight: 700;
            line-height: 1;
            color: #000;
            margin-right: 15px;
            text-shadow: 0 1px 0 #fff;
            filter: alpha(opacity=20);
            opacity: .2;
            position: absolute;
            right: 0px;
            top: 7px;
        }

        .quitBtn{
            text-decoration: none;
            color: #009dff;
            font-size: 12px;
        }

        .login-bottom{
            width: 300px;
            text-align: center;
            margin: 10px auto;
        }

        .forgetpwd a,.gotoregist a{
            text-decoration: none;
        }

        .forgetpwd{
            position: absolute;
            right: 30px;
            top: 175px;
        }

        .forgetpwd a{
            color: #ff6600;
            font-size: 12px;
        }

        .gotoregist a{
            color: #fff;
            font-size: 16px;
            background-color: #7BE99B;
            width: 120px;
            margin-top: 36px;
            position: absolute;
            left: 32px;
            padding: 8px 12px;
            border-radius: 4px;
        }



        .btn-success{
            color: #fff;
            font-size: 16px;
            background-color: #009dff;
            width: 280px;
        }

        .btn-disable{
            color: #555;
            font-size: 16px;
            background-color: #eaeaea;
            border-color: #e1e1e1;
            width: 280px;
        }


        .table{
            width: 100%;
        }

        .table tr{
            line-height: 50px;
        }


        .table tr td:nth-child(2){
            width: 10%;
        }

        .table tr td:nth-child(3){
            width: 35%;
        }

        .table tr td:nth-child(4){
            width: 50%;
        }

        .alert{
            padding: 15px;
            margin-bottom: 20px;
            border: 1px solid transparent;
            border-radius: 4px;
        }

        .alert-danger{
            color: #a94442;
            background-color: #f2dede;
            border-color: #ebccd1;
        }

        .close:hover, .close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
            filter: alpha(opacity=50);
            opacity: .5;
        }

        .close {
            float: right;
            font-size: 21px;
            font-weight: bold;
            line-height: 1;
            color: #000;
            text-shadow: 0 1px 0 #fff;
            filter: alpha(opacity=20);
            opacity: .2;
        }

        .input-warn{
            color: red;
        }

        input[placeholder], [placeholder], *[placeholder] {
            color:#ccc !important;
        }
