﻿html {
    width: 100%;
    height: 100%;
    font-size: 62.5%;
}


html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    color: #666666;
    font-weight: 500;
    line-height: 18px;
    background: #333;
    text-rendering: optimizeLegibility;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

body {
    width: 100%;
    height: 100%;
    text-rendering: optimizeLegibility;
    color: #555;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    margin: 0;
    font-size: 14px;
    /*font-family: "Hiragino Sans GB", "华文细黑", "STHeiti", SimHei, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    line-height: 1.5;
   /* padding-top: 168px;*/
}

@media (min-width: 1000px) {
    body.fix {
        padding-top: 168px;
    }
}



p {
    font-size: 15px;
    line-height: 1.6;
    color: #606060;
    margin: 0;
}


/*@media (min-width: 1200px) {
.container {
    width: 1070px;
}
}*/


/* Headings */

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: 400;
    font-size: 18px;
    color: #333;
}

h1 {
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700;
}

h2 {
    font-size: 38px;
    font-weight: 700;
    margin-top: 0;
}

h3 {
    font-weight: 600;
    font-size: 34px;
    margin-top: 0;
    margin-bottom: 20px;
}

h4 {
    font-weight: 400;
    font-size: 30px;
}

h5 {
    font-size: 25px;
    font-weight: 400;
}

h6 {
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
}


a {
    color: #3e3a39;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover {
	color: #c6a86f;
}

.content-body {
	/*padding-top: 30px;*/
	padding-bottom: 20px;
}

/* a:hover {
      color: #ff9224;
    }*/

ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: center;
}

hr {
    border: 0px;
    border-top: 1px solid #c7c7c7;
}



.navbar-header {
    float: left;
    padding: 7px 15px;
    font-size: 15px;
    line-height: 14px;
}

.cl_both:after {
    display: table;
    clear: both;
    content: " ";
}

#header {
    background: #2a2a2a;
    min-height: 0px;
    border-bottom: 1px solid #baa46b;
    margin: 0;
    padding: 0;
}

#header .navbar-header img {
    height: 35px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.input-style {
    background: none repeat scroll 0 0 rgba(222, 222, 222, 0.15);
    border: 1px solid #baa46b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    font-family: Noto Sans;
    font-size: 13px;
    color: #fff;
    letter-spacing: 1px;
    padding: 10px 15px;
    outline: none;
}

.login-panel {
    max-width: 350px;
}

.login-panel .title {
    color: #fff;
    font-size: 1.5rem;
    margin: 50px 0px 20px 0px;
    font-weight: bold;
}

.form-group {
    margin-bottom: 17px;
}

.btn_set button {
    float: left;
    width: 48%;
    padding: 11px;
    border: none;
    background: #baa46b;
    border-radius: 3px;
    color: #fff;
}

.btn_set .reset {
    float: right;
}

.alert-danger {
    margin-bottom: 12px;
    color: #baa46b;
    font-size: 12px;
}

.btn_set.cl_both {
    margin-top: 15px;
}

input, input:before, input:after {
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
} 

