@charset "utf-8";
.f-hide {
  display: none !important;
}

.f-float-left {
  display: block;
  float: left;
}

.f-float-right {
  display: block;
  float: right;
}

.f-clear-float:before,
.f-clear-float:after {
  content: " ";
  display: table;
}

.f-clear-float:after {
  clear: both;
}

.f-center {
  margin-left: auto;
  margin-right: auto;
}

.f-no-margin {
  margin: 0 !important;
}

.f-no-margin-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.f-no-margin-horizontal {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.f-no-margin-left {
  margin-left: 0 !important;
}

.f-no-margin-right {
  margin-right: 0 !important;
}

.f-no-margin-top {
  margin-top: 0 !important;
}

.f-no-margin-bottom {
  margin-bottom: 0 !important;
}

.f-no-padding {
  padding: 0 !important;
}

.f-no-padding-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.f-no-padding-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.f-no-padding-left {
  padding-left: 0 !important;
}

.f-no-padding-right {
  padding-right: 0 !important;
}

.f-no-padding-top {
  padding-top: 0 !important;
}

.f-no-padding-bottom {
  padding-bottom: 0 !important;
}

.f-block {
  display: block !important;
}

.f-iblock {
  display: inline-block !important;
  *zoom: 1 !important;
  *display: inline !important;
}

.f-relative {
  position: relative !important;
}

.f-absolute {
  display: block !important;
  position: absolute !important;
}

.f-fixed {
  display: block !important;
  position: fixed !important;
}

.f-static {
  position: static !important;
}

.f-text-left {
  text-align: left !important;
}

.f-text-right {
  text-align: right !important;
}

.f-text-center {
  text-align: center !important;
}

.f-text-break-all {
  word-break: break-all;
}

.f-text-break-word {
  word-wrap: break-word;
}

.f-text-single-line {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.f-text-under-line {
  text-decoration: underline;
}

.f-text-bold {
  font-weight: bold;
}

.f-text-normal {
  font-weight: normal;
}

.f-text-lighter {
  font-weight: lighter;
}

.f-circle {
  border-radius: 50%;
  overflow: hidden;
}

.f-fixed-flex:before,
.f-fixed-flex:after {
  content: " ";
  display: table;
}

.f-fixed-flex:after {
  clear: both;
}

.f-fixed-flex .f-ff-left {
  float: left;
  margin-right: -100%;
}

.f-fixed-flex .f-ff-right {
  float: right;
  margin-left: -100%;
}

.f-fixed-flex .f-ff-auto {
  float: left;
  width: 100%;
}

.f-flex,
.f-fle-avg {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.f-flex > [class*="f-flex-"] {
  display: block !important;
}

.f-flex > .f-flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.f-flex > .f-flex-0 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.f-flex-avg > .f-flex-avf-item {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.form-group {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.form-group:before,
.form-group:after {
  content: " ";
  display: table;
}

.form-group:after {
  clear: both;
}

.form-group select,
.form-group input,
.form-group textarea {
  width: 100%;
}

input,
textarea {
  -webkit-appearance: none;
}

.u-form-file {
  display: block;
  position: relative;
  overflow: hidden;
}

.u-form-file > input[type="file"] {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

[class*="u-radio"],
[class*="u-checkbox"] {
  position: relative;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

[class*="u-radio"] input[type="radio"],
[class*="u-checkbox"] input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}

.u-content {
  word-wrap: break-word;
  word-break: normal;
  text-align: justify;
}

.u-content img,
.u-content table,
.u-content video,
.u-content audio {
  max-width: 100% !important;
  height: auto !important;
}

.u-image {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  line-height: 1;
  font-size: 0;
  vertical-align: middle;
  overflow: hidden;
}

/*.u-image > img {*/
  /*width: 100%;*/
  /*height: auto;*/
/*}*/

[class*="u-icon"],
[class*="u-logo"] {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  position: relative;
  top: -.02rem;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  line-height: 1;
  font-size: 0;
  vertical-align: middle;
}

[class*="u-icon"].no-offset,
[class*="u-logo"].no-offset {
  top: 0;
}

/*.u-icon-ios {*/
  /*background-image: url("../img/icon_ios.png");*/
  /*width: .24rem;*/
  /*height: .24rem;*/
/*}*/

/*.u-icon-android {*/
  /*background-image: url("../img/icon_android.png");*/
  /*width: .24rem;*/
  /*height: .24rem;*/
/*}*/

.u-logo-taijie-1 {
  background-image: url("../imgs/01_page/logo.png");
  width: 2.52rem;
  height: .72rem;
}

.u-logo-taijie-2 {
  background-image: url("../imgs/01_page/logo.png");
  width: 2.49rem;
  height: .52rem;
}

[class*="u-btn"] {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  background-color: transparent;
  background-image: none;
  border: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
}

button[class*="u-btn"]:focus {
  outline: none;
}

[class*="u-btn"].block {
  display: block;
}

.u-btn-default {
  padding: .09rem .1rem .07rem;
  min-width: 1.22rem;
  line-height: .24rem;
  border-radius: 3px;
  font-size: .16rem;
  color: #333;
}

.u-btn-default:hover {
  /*color: #27c6d2;*/
    color:#CBC3F0;
}

.p-body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

[class*="m-modal"] {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .6);
  width: 100%;
  height: 100%;
  z-index: 15;
}

.m-topbar-1 .logo {
  float: left;
}

.m-topbar-1 .navbar {
  float: right;
  padding-top: .16rem;
  font-size: 0;
}

.m-topbar-1 .navbar .item {
  position: relative;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.m-topbar-1 .navbar .item ~ .item {
  margin-left: .2rem;
}

.m-topbar-1 .navbar .item .dropdown-menu {
  display: none;
  position: absolute;
  right: -.6rem;
  top: 100%;
  padding-top: .15rem;
}

.m-topbar-1 .navbar .item:hover .dropdown-menu {
  display: block;
}

.m-download-dialog .dialog {
  padding: .14rem .10rem .1rem;
  background: #fff;
  width: 2.37rem;
  line-height: 1.4285714;
  border-radius: 3px;
  -webkit-box-shadow: 0 .04rem .1rem rgba(96, 107, 102, .2);
  -moz-box-shadow: 0 .04rem .1rem rgba(96, 107, 102, .2);
  box-shadow: 0 .04rem .1rem rgba(96, 107, 102, .2);
  font-size: .14rem;
  font-weight: lighter;
  text-align: center;
  color: #666;
}

.m-download-dialog .dialog .qrcode > i {
  width: 1.92rem;
  height: 2.04rem;
}

.m-download-dialog .dialog > h3 {
  font-weight: normal;
}

.g-container {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
}

.g-container:before,
.g-container:after {
  content: " ";
  display: table;
}

.g-container:after {
  clear: both;
}

.g-header {
  position: fixed;
  left: 0;
  /*top: .54rem;*/
  top: .54rem;
  min-width: 100%;
  z-index: 10;
}

.g-main {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pagenav {
  position: absolute;
  left:1800px;
  top:456px;
}

.pagenav_li {
  height:40px;
  line-height:40px;
  vertical-align: middle;

}
