
/***********************************
 * FileName: master.css 
 * Author:   Gao Chao
 * Company:  Knots Information
***********************************/


/***********************************
             html tag
/**********************************/
html, body {
  color: #666;
  font-size: 0.38rem;
  background-color: #FFF;
  /* disable selection */
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  min-width: 3.75rem;
}

::-webkit-scrollbar {
  display: none;
}
/**********************************/


/***********************************
              a tag
/**********************************/
a { color: #666; }
a: link { color: #666; }
a: visited { color: #666; }
a: hover { color: #666; }
a: active { color: #666; }
/**********************************/


/***********************************
            framework
/**********************************/
#container, #menu, #nav_container, #main, #footer_container {
  width: 8rem; 
}
/**********************************/



/***********************************
               menu
/**********************************/
#baidu_logo { 
  display:none; 
}

#menu {
  text-align: center;
}

#logo img {
  width: 4.28rem;
  height: 0.64rem;
  margin: 0.5rem auto;
}

#menu_item {
  margin: 0 0.05rem;
}

#menu_item li {
  float: left;
}

#menu_item li:first-child {
  display: none;
}

#menu_item li a {
  color: #999;
  margin: 0.05rem;
  width: 2.532rem;
  height: 0.8rem;
  font-size: 0.38rem;
  line-height: 0.8rem;
  display: inline-block;
  background-color: #EAEAEA;
}
/**********************************/


/***********************************
            navigator
/**********************************/
#nav_container {
  margin-top: 0.1rem;
  background: #13BBF0;
  height: 1rem;
}

#account {
  float: left;
  color: #FFF;
  display: inline;
  margin-left: 0.2rem;
}

#account span {
  color: #FFF;
  margin: 0.2rem 0.1rem;
  line-height: 0.6rem;
  font-family: "Times New Roman", "SimSun";
  display: inline-block;
}

#search_area {
  float: right;
  margin: 0.15rem 0.2rem;
  background-color: #AABBCC;
}

#search_text {
  float: left;
  box-sizing: content-box;
  background-color: #D0F1FC;
  border: none;
  border-width: 0px;
  border-radius: 0;
  padding: 0.1rem;
  width: 2.6rem;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #666;
  outline: none;
}

#search_button {
  float: left;
  width: 0.85rem;
  height: 0.7rem;
}
/********************************* */


/***********************************
              banner
/**********************************/
#banner {
  display: none;
}
/**********************************/


/***********************************
              footer
/********************************* */
#footer_container {
  border-top: 1px solid #ddd;
}

#link {
  overflow: visible;
}

#small_logo {
  display: none;
}

#misc_list {
  text-align: center;
  background-color: #F5F5F5;
}

#misc_list li {
  float: left;
  width: 4rem;
  height: 1rem;
  line-height: 1rem;
}

#misc_list .split {
  display: none;
}

#world_wide {
  z-index: 50;
  position: absolute;
  top: 5.1rem;
}

#country {
  float: left;
  display: inline-block;
  width: 0.3rem;
  height: 0.4rem;
  margin-left: 3rem;
  margin-right: 0.2rem;
}

#language {
  float: left;
  font-size: 0.3rem;
  display: inline-block;
}

#copyright {
  padding-top: 0.4rem;
  height: 1.4rem;
}

#copyright a {
  height: 0.2rem;
  line-height: 0.2rem;
  font-size: 0.2rem;
  color: #888;
}

#copyright a:first-child {
  display: block;
  width: 8rem;
}

#bar {
  bottom: 1.7rem;
  position: absolute;
  background-image: url('/img/bar.png');
  background-size: 16rem 0.1rem;
  width: 8rem;
  height: 0.1rem;
}
/**********************************/


/***********************************
        default content theme
/**********************************/
#content {
  margin: 0.2rem;
  width: 7.6rem;
}

.content_detail {
  text-align: left;
}

.content_detail h1, .content_detail h2, .content_detail h3 {
  color: #666;
  font-weight: normal;
}

.content_detail h1 {
  margin: 0.4rem 0.2rem;
  font-size: 0.6rem;
}

.content_detail h2 {
  margin: 0.3rem auto;
  font-size: 0.55rem;
}

.content_detail h3 {
  margin: 0.2rem auto;
  font-size: 0.5rem;
}

.content_detail hr {
  display: block;
  margin: 0.5rem auto;
  background-color: #ddd;
}

.content_detail .content_text {
  margin: 0.2rem;
  color: #666;
  line-height: 0.6rem;
}

.content_detail .content_text p {
  margin: 0.2rem auto;
  text-indent: 2em;
}

.content_detail .content_text b {
  font-weight: bold;
  color: #333;
}
/**********************************/


/***********************************
        login & register form
/**********************************/
.framework {
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
}

.background {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  filter: Alpha(Opacity = 50, Style = 0);
  opacity: 0.50;
}

#login_form, #register_form {
  width: 7.2rem;
  margin: auto;
  margin-top: 2.0rem;
  color: #666;
  background: #fff;
  border-radius: 0.30rem;
}

.form_table {
  width: 6.5rem;
  margin: auto;
}

.form_title {
  width: 100%;
  text-align: center;
  font-size: 0.40rem;
  font-weight: bold;
  margin-top: 0.30rem;
}

.form_line {
  background: #f1eeec;
  margin: 0.30rem 0 0.30rem 0;
}

.form_table tr {
  width: 100%;
  margin-bottom: 0.40rem;
  float: left;
}

#login_form .form_table tr:nth-child(4) td:nth-child(2) {
  float: right;
}

#login_form .form_table tr:nth-child(4) td:nth-child(1) {
  float: left;
}

.form_lable {
  font-size: 0.30rem;
  width: 1.38rem;
  display: inline-block;
  float: left;
}

.form_table input {
  width: 4.25rem;
  height: 0.58rem;
  line-height: 0.58rem;
  margin-left: 0.15rem;
  border: 1px #f1eeec solid;
  padding-left: 0.10rem;
  outline: none;
}

#rcode {
  width: 1.9rem;
}

#ltemail, #ltpassword, #rtemail, #rtpassword {
  font-size: 0.40rem;
  width: 0.50rem;
  height: 0.76rem;
  display: inline-block;
  line-height: 0.90rem;
  text-align: center;
}

[colspan="3"] img {
  margin:0 !important;
  margin-left: 0.8rem !important;
  width: 2.0rem;
  height: 0.7rem;
}

#rterms {
  font-size: 0.28rem;
}
/********************************* */