/*重置代码*/
* {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #666;
}
body {
/*  font-size: 24px;*/
  font-family: "Microsoft YaHei,Arial,微软雅黑";
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
/*公用代码*/
.t_center {
  text-align: center;
}
.t_left {
  text-align: left;
}
.m-wap-box {
  overflow: hidden;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.icon {
  background: url('../images/icon_footer.png') no-repeat;
  background-position-x: center;
  background-size: 46px;
  display: inline-block;
  width: 100%;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
}
.icon1 {
  background: url('../images/icon_footer.png') no-repeat;
  background-position-x: center;
  background-size: 46px;
  display: inline-block;
  width: 100%;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}
.icon2 {
  background: url('../images/icon_footer.png') no-repeat;
  background-position-x: center;
  background-size: 46px;
  display: inline-block;
  width: 100%;
  height: 42px;
  position: absolute;
  top: 68px;
  left: 0;
  color: #fff;
}
.icon_show_div{
  position: absolute;
  width: 100%;
  bottom: 68px;
  height:136px;
  background-color: #333;
  display:none;
}
.icon_home {
  background-position-y: 0px;
}
.icon_qq {
  background-position-y: -40px;
}
.icon_dianhua {
  background-position-y: -84px;
}
.icon_weixin {
  background-position-y: -126px;
}
.icon_print {
  background-position-y: -170px;
}
.icon_dingzhi {
  background-position-y: -214px;
}
.icon_anli {
  background-position-y: -256px;
}
.icon_tuiguang {
  background-position-y: -298px;
}
.icon_gz {
  background-position-y: -343px;
}
.icon_home1 {
  background-size: 61px;
  height:60px;
  background-position-y: -519px;
}
/*遮罩层*/
.overlay {
  background-color: transparent;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 1.05000105rem;
}
.overlay.active {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 49;
  opacity: 0.5;
}
/*logo*/
.m-img-logo {
  height: 30px;
  margin-left: 15px;
  margin-top: 10px;
  margin-right: 10px;
}
/*头部*/
.m-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: 11;
}
.m-header .m-logo {
  height: 50px;
  background: #ffffff;
  opacity: 0.95;
  border-bottom: 1px solid #ccc;
  line-height: 50px;
}
.m-header .m-logo p {
  font-size: 14px;
  position: relative;
  margin: 0;
}
.m-header .m-logo p i {
  position: absolute;
  top:17px;
  left:35px;
}
/*内容*/
.m-main {
  padding-top: 50px;
  padding-bottom: 4.11600412rem;
  width: 100%;
}
/*尾部*/
.m-footer {
  /*height: 3.82200382rem;*/
  background: #333;
  position: fixed;
  bottom: 0;
  left: 0;
  /*overflow: hidden;*/
  width: 100%;
  z-index: 10;
  border-top: 1px solid #cacaca;
}
.m-footer ul li {
  width: 16.5%;
  color: #fff;
  font-size: 16px;
  height: 68px;
  float: left;
  line-height: 106px;
  position: relative;
  box-sizing: border-box;
  font-size: 14px
}
.m-footer ul li:last-child {
  border-right: none;
}
/*侧边栏*/
.m-navbar_title {
  height: 3.36000336rem;
  line-height:3.36000336rem;
/*  text-align: right;*/
/*  padding-top: 1.05000105rem;*/
}
.m-navbar_title a {
/*  font-size: 1.68000168rem;*/
  color: #333;
}
.close_navbar {
  font-size: 1.68rem;
  width: 3.36000336rem;
  text-align: center;
  height: 100%;
  display: inline-block;
}
.nav {
  border-top: 2px solid #9b9b9b;
  padding-bottom: 0.33600034rem;
}
.nav p {
  padding-left: 1.26000126rem;
  padding-top: 1.68000168rem;
  padding-bottom: 0.84000084rem;
  font-size: 1.51200151rem;
  color: #1A1A1A;
}
.nav p a {
  float: right;
  padding-right: 1.05000105rem;
  color: #1A1A1A;
  font-size: 1.34400134rem;
}
.nav-tab li {
  padding-left: 2.52000252rem;
  padding-top: 1.26000126rem;
  padding-bottom: 1.26000126rem;
}
.nav-tab li.active {
  background-color: rgba(125, 125, 125, 0.06);
}
.nav-tab li a {
  font-size: 1.26000126rem;
  color: #464646;
  display: inline-block;
  width: 100%;
}
/*头部*/
.navbar-toggle {
  position: relative;
  float: right;
  margin-top: 10px;
  margin-right: 15px;
  background-color: transparent;
  background-image: none;
  border: 4px solid transparent;
  border-radius: 0.16800017rem;
  border: none;
  margin-left: 0.5rem;
  outline: none;
}
.nav-cart{
  margin-top:10px;
  width:30px
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.navbar-toggle .icon-bar {
  -webkit-transform-origin: 0.88200088rem;
  -ms-transform-origin: 0.88200088rem;
  transform-origin: 0.88200088rem;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.1s;
  transition: transform .2s, opacity .1s;
  background-color: #3d3d3d;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 0.16800017rem;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 1.68000168rem;
  height: 0.21000021rem;
  border-radius: 1px;
  margin-top: 0.33600034rem;
  margin-bottom: 0.33600034rem;
}
.m-navbar {
  position: fixed;
  z-index: 50;
  bottom: 0px;
  top: 0px;
  right: -25.2000252rem;
  margin: 0;
  padding: 0px;
  width: 19rem;
  white-space: nowrap;
  box-shadow: none;
  border-top: 0px solid white;
  display: block;
  overflow-y: auto;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.m-navbar.active {
  right: 0px !important;
}
.navbar-toggle .icon-bar {
  -webkit-transform-origin: 0.88200088rem;
  -ms-transform-origin: 0.88200088rem;
  transform-origin: 0.88200088rem;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.1s;
  transition: transform .2s, opacity .1s;
  width: 25px;
  height: 3px;
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(4) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
  opacity: 0;
}
.transition {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
/*首页样式*/
.section1 {
  background-color: #000021;
}
.pt-box {
  padding-top: 40px;
  padding-bottom: 15px;
  color: #fff;
}
.pt-box .tit {
  width: 29.06402906rem;
}
.slash {
  margin: 0 auto;
  margin-top: 1.09200109rem;
  margin-bottom: 1.09200109rem;
  height: 2.52000252rem;
  width: 0.08400008rem;
  transform: rotate(30deg);
  background-color: #fff;
}
.pt-jieshao {
  font-size: 1.1rem;
  text-align: center;
}
ul.pt-gongneng {
  width: 12.85201285rem;
  margin: 0 auto;
  margin-top: 40px;
}
.pt-gongneng li {
  width: 100%;
  height: 3.36000336rem;
  line-height: 3.36000336rem;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  font-size: 1.42800143rem;
  border: 2px solid #000021;
  position: relative;
  color: #fff;
}
.pt-gongneng li a {
  color: #fff;
  margin-left:5px;
}
.pt-gongneng li.active {
  border: 2px solid #36e6f6;
}
.section1 .pt-gongneng li.active .circle {
  position: absolute;
  display: block;
  top: 0.92400092rem;
  left: -2.94000294rem;
  width: 0.67200067rem;
  height: 0.67200067rem;
  border-radius: 100%;
  background-color: transparent;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: my-flash;
  animation-name: my-flash;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.section1 .pt-gongneng li.active .circle.inner {
  background-color: rgba(54, 229, 246, 0.75);
  top: 1.26000126rem;
  left: -2.52000252rem;
}
.section1 .pt-gongneng li.active .circle.outer {
  top: 0.84000084rem;
  left: -2.94000294rem;
  width: 1.51200151rem;
  height: 1.51200151rem;
  background-color: rgba(54, 229, 246, 0.4);
}
@-webkit-keyframes my-flash {
  from,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes my-flash {
  from,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.section2 {
  padding-top: 50px;
  padding-bottom: 10px;
  background-color: #f7f7f9;
}
.g-title {
  font-size: 26px;
  color: #000;
  text-align: center;
}
.swiper-sy {
  width: 95%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.swiper-slide .pull-left {
  width: 45%;
}
.swiper-slide .sw-rtext {
  width: 55%;
}
.sw-img {
  width: 90%;
  margin: 0 auto;
}
.swiper-sy .swiper-button-next {
  background: url("../images/right-icon.png") no-repeat;

  -moz-background-size: 12px 24px;
  -webkit-background-size: 12px 24px;
  background-size: 12px 24px;
}
.swiper-sy .swiper-button-prev {
  background: url("../images/left-icon.png") no-repeat;

  -moz-background-size: 12px 24px;
  -webkit-background-size: 12px 24px;
  background-size: 12px 24px;
}
.swiper-sy .swiper-button-next,
.swiper-sy .swiper-button-prev {
  width: 12px;
  height: 24px;
}
.sw-rtext h5 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}
.sw-rtext p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.al-link {
  width: 90%;
  margin: 10px auto;
  overflow: hidden;
  text-align: center;
}
.btn {
  display: inline-block;
  width: 80px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background-color: #2895dc;
  color: #fff;
  font-size: 14px
}
.section3 {
  padding-top: 40px;
  /*padding-bottom: 40px;*/
}
.line-100 {
  width: 4.2000042rem;
  height: 0.12600013rem;
  margin: 0 auto;
  margin-top: 0.67200067rem;
  background-color: #2895dc;
}
.sw-grid {
  width: 100%;
  margin: 0 auto;
}
.se-block {
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.se-block .sea{
  display: block;
    width: 140px;
    height: 30px;
    margin: 0 auto 20px;
    text-align: center;
    line-height: 30px;
    color: #4BB4EB;
    border: 1px solid #4BB4EB;
    font-size: 16px;
}
.se-block-des {
  /*padding-top: 10px;*/
}
.se-block-des h4 {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}
.se-block-des p {
  font-size: 1.17600118rem;
  line-height: 1.93200193rem;
  color: #666;
}
.know-more {
  height: 1.93200193rem;
  padding-left: 2.1000021rem;
  margin-top: 3.36000336rem;
  text-align: left;
  background: url("../img/pointto.png") no-repeat;
  background-size: 1.93200193rem;
}
.know-more a {
  font-size: 1.34400134rem;
  line-height: 1.93200193rem;
  color: #2895dc;
}
.section4 {
  padding-top: 40px;
  padding-bottom: 1.2rem;
  background-color: #000021;
  overflow: hidden;
  border: none;
}
.section4 .hb-list{
  margin-top: 20px;
  height:300px;
  background-color: #000021;
}
.section4 .hb-list ul{
  width: 90%;
  margin:0 auto;
}
.section4 .hb-list ul li {
  float: left;
  width:22%;
  height:50px;
  margin-left:4%;
}
.section4 .hb-list ul li.part_last{
  margin-left: 0;
}
.section4 .hb-list ul img {
  width:100%;
}
.section5 {
  padding-bottom: 7.56000756rem;
  background-color: #000021;
}
.jishu-img {
  width: 25.41002541rem;
  margin: 0 auto;
}
.section4 .g-title,
.section5 .g-title {
  margin-bottom: 0.42000042rem;
  color: #fff;
}
.gj-txt {
  display: block;
  margin-top: 0.84000084rem;
  font-size: 1.26000126rem;
  color: #1d1d1d;
}
.section6 {
  padding-top: 50px;
}
.section6 .gj-ms {
  display: inline-block;
  font-size: 1.26000126rem;
  line-height: 2.1000021rem;
  color: #666;
}
.big-btn {
  margin-top: 1.68000168rem;
  margin-bottom: 3.78000378rem;
  width: 11.55001155rem;
  height: 3.36000336rem;
  line-height: 3.36000336rem;
  font-size: 1.26000126rem;
}
.close_img {
  width: 3.36000336rem;
  height: 3.36000336rem;
}
.celan_head {
  text-align: center;
  border-top: 2px solid #9b9b9b;
}
.celan_head img {
  width: 7rem;
  padding-top: 1.5rem;
  padding-bottom: 1.2rem;
}
.celan_head a {
  font-size: 18px;
  color: black;
}

.celan_content {
  margin-top: 1.2rem;
}
.celan_content img {
  width: 3.36000336rem;
  height: 3.36000336rem;
  padding-left: 2.1000021rem;
  padding-right: 1rem;
  vertical-align: middle;
}
.celan_content ul li {
  font-size: 1.1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.celan_content ul a {
  color: black;
}
.celan_fg {
  text-align: center;
}
.celan_active li {
  background-color: #f3f3f3;
}
/*材料详情*/
.material_main {
  margin-top: 6.3000063rem;
  overflow: hidden;
  margin-bottom: 4.2000042rem;
}
.material_main > p {
  font-size: 1.51200151rem;
  font-weight: bold;
  padding-left: 1.26000126rem;
}
.case_detail {
  width: 90%;
  height: auto;
  margin: 0 auto 15px;
  border: 1px solid #c9c9c9;
  text-align: center;
}

.des_img {
  width: 260px;
}
.case_detail p {
  font-size: 24px;
}
.feature {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  margin-bottom: 20px;
}
.suit {
  padding-right: 5px;
  vertical-align: middle;
  width:10px;
}
.no_suit {
  width: 0.67200067rem;
  height: 0.67200067rem;
  padding-top: 1.47000147rem;
  padding-left: 0.92400092rem;
  background: url(../../default/img/icon_dui.png) no-repeat;
  background-position: 1rem -0.65rem;
  display: inline-block;
  vertical-align: baseline;
}
.case_detail span {
  font-size: 16px;
}
.cailiao{
  display:inline-block;
  margin-left:15px;
  margin-right: 15px;
}
.cailiao span {
    border: 1px solid #C9C9C9;
    border-radius: 2px;
    padding: 0 5px;
    margin: 0 5px 5px 0;
    font-weight: 300;
    line-height: 20px;
    display: inline-block;
    font-size: 12px;
    float: left;
}
.reason {
  font-size: 1.00800101rem;
  margin-left: 1.26000126rem;
  margin-top: 0.42000042rem;
  line-height: 1.8rem;
  color: #666;
}
/*材料结束*/
/*案例页面*/
.tubiao {
  height: 0rem;
  width: 100%;
  margin-top: 50px;
}
.tubiao div {
  height: 0.63000063rem;
  width: 0.84000084rem;
  background-color: #FFF;
}
.case_main {
  margin-top: 0.84000084rem;
}
.case_main p {
  font-size: 1.51200151rem;
  font-weight: bold;
  padding-left: 1.26000126rem;
}
.clear {
  clear: both;
}
.case_all {
  margin-left: 10px;
}
.case_all li {
  width: 130px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #babdbd;
  margin-right: 10px;
  margin-top: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  font-size: 1.17600118rem;
  z-index: 10;
}
.case_all li.last {
  width: 130px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #babdbd;
  margin-right: 0px;
  margin-top: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  font-size: 1.17600118rem;
  z-index: 10;
}
#case1 {
  position: absolute;
}
#case2 {
  position: absolute;
  left: 15.33001533rem;
}
.case_all li ul li {
  margin-top: 0rem;
  background-color: #FFF;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  font-size: 1.09200109rem;
}
.list {
  float: left;
}
.list_in {
  display: none;
}
.pubu {
  position: relative;
}
#container {
  position: relative;
}
.onecase {
  width: 46%;
  margin-left: 10px;
  margin-top: 0.75600076rem;
  border: 1px solid #dddddd;
  display: inline-block;
  float: left;
  height:280px;
  overflow: hidden;
}
.onecase_d {
  width: 100%;
  /*margin-top: 0.75600076rem;
  border: 1px solid #dddddd;*/
  display: inline-block;
  float: left;
  height:220px;
  overflow: hidden;
}
.onecase1 {
  width: 100%;
  display: inline-block;
  float: left;
  height:130px;
  overflow: hidden;
  margin-bottom:10px;
}
.onecase_d1 {
  width: 100%;
  margin-top: 0.75600076rem;
  border: 1px solid #dddddd;
  display: inline-block;
  float: left;
  height:285px;
  overflow: hidden;
}
.onecase_d_img{
  width:110px;
  height:110px;
  border-radius: 50%;
}

.pg-info {
    width: 100%;
    box-sizing: border-box;
    /*padding-top:20px;*/
    text-align: center;
}
.pgi-one>a {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.pgi-one .btn-attention {
    width: 75px;
    height: 25px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background-color: #0099e5;
    background-size: 75px 25px;
}
.pgi-one .btn-attention {
    width: 75px;
    height: 28px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background: url('../../images/b_guanzhu.png') no-repeat;
    background-size: 75px 28px;
}
.pgi-one .btn-attention1 {
    width: 75px;
    height: 28px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background: url('../../images/b_fenxiang.png') no-repeat;
    background-size: 75px 28px;
}

.account .icon-plus-dropdown{  
  display: block;
    width: 80px;
    height: 16px;
    background: url(../../images/user-plus-status.png) no-repeat 0 -34px;
}
.account.plus_zs .icon-plus-dropdown{  
  display: block;
    width: 80px;
    height: 16px;
    background: url(../../images/user-plus-status.png) no-repeat 0 -17px;
}
.account.plus_sy .icon-plus-dropdown{  
  display: block;
    width: 80px;
    height: 16px;
    background: url(../../images/user-plus-status.png) no-repeat 0 0;
}
.case_img {
  width: 100%;
  height: auto;
}
.case_img1 {
  width: 35%;
  height: auto;
  margin-left:10px;
  display:inline-block;
}
.case_mark1 p {
  font-size: 16px;
  font-weight: normal;
  padding:0;
  margin: 10px 0 0 0;
}
.case_mark1 span {
  font-size: 0.6rem;
  line-height: 1.1rem;
  padding-right: 0.5rem;
  display: inline-block;
  color: #999;
}
.case_mark1 img {
  height: 1.09200109rem;
  vertical-align: middle;
}
.case_mark {
  padding-bottom: 0.42000042rem;
  padding-left: 0.5rem;
}
.case_mark1 {
  padding-left: 5px;
  display:inline-block;
  width:58%;
  position: relative;
  height: 100%;
}

.case_mark1 b {
  font-weight:normal;
}

.case_mark p {
  font-size: 16px;
  padding-top: 0.1rem;
  font-weight: normal;
  padding-left: 0.2rem;
}
.case_mark span {
  font-size: 0.6rem;
  line-height: 1.1rem;
  padding-right: 0.5rem;
  display: inline-block;
  color: #999;
}
.case_mark img {
  height: 1.09200109rem;
  vertical-align: middle;
}
/*案例详情*/
.detail_main {
  padding-left: 0.84000084rem;
  padding-right: 0.84000084rem;
  margin-top: 2.52000252rem;
  text-align: center;
}
.detail_main p {
  padding-top: 2.94000294rem;
  font-size: 1.42800143rem;
}
.detail_img {
  width: 100%;
}
.info {
  padding-left: 10px;
  padding-top: 30px;
  /*display: inline-block;*/
}
.info > span {
  font-size: 18px;
  width: 30px;
  margin-right: 30px;
  padding-bottom: 10px;
}
.detail_text ul li {
  width: 100%;
  line-height: 28px;
  display:inline-block;
}
.select {
  color: #3096d9;
  border-bottom: 6px solid #3096d9;
}
.dotted {
  border-top: 2px dashed #cccccc;
  height: 1px;
  margin-top: 1.68000168rem;
  margin-bottom: 1.68000168rem;
}
.detail_text {
  padding-top: 20px;
  font-size: 14px;
  overflow: hidden;
}
.ul_select {
  display: block;
}
.ul_unselect {
  display: none;
}
.craft {
  display: inline-block;
  width: 25%;
  float: left;
  text-align:right;
}
.data {
  width:100%;
  float: left;
  text-align: left;
}
.process > p {
  font-size: 1.34400134rem;
  text-align: center;
  margin-bottom: 3.78000378rem;
}
.step {
  position: relative;
}
.bod {
  position: absolute;
  width: 0.42000042rem;
  height: 17.85001785rem;
  border-left: 3px dashed #CCC;
  left: 2.64600265rem;
  z-index: -1;
}
.step_img {
  width: 21.84002184rem;
  padding-left: 5.88000588rem;
}
.step_num {
  position: absolute;
  top: 5.04000504rem;
  left: 1.47000147rem;
  width: 2.43600244rem;
}
.step p {
  font-size: 1.17600118rem;
  margin-left: 2.94000294rem;
  margin-bottom: 2.73000273rem;
  text-align: center;
}
.preference > p {
  font-size: 1.26000126rem;
  text-align: center;
  padding-bottom: 2.31000231rem;
}
.preference {
  margin-bottom: 4.62000462rem;
}

.wrap #pages {
  padding-top: 5px;
  text-align: center;
}
.wrap #pages table {
  display: inline-block;
  width: auto;
  font-size: 14px;
}
.wrap #pages table tr {
  background: none;
}
.wrap #pages table a {
  color: #3ea3f3;
}
.wrap #pages table input {
  text-align: center;
  text-indent: 0px;
}
.wrap #pages table input[type="text"] {
  width: 42px;
  height: 20px;
}
.wrap #pages table input[type="button"] {
  width: 52px;
  height: 28px;
  background: #2196F3;
  color: #fff;
}
.wrap #pages table select {
  display: none;
}

.username .icon-plus-nickname {
  display: inline-block;
  width: 38px;
  height: 16px;
  background: url(../images/user-plus-status.png) no-repeat 0 -68px
}
.plus_sy .icon-plus-nickname {
  display: inline-block;
  width: 80px;
  height: 16px;
  background: url(../images/user-plus-status.png) no-repeat 0 0
}
.plus_zs .icon-plus-nickname {
  display: inline-block;
  width: 38px;
  height: 16px;
  background: #d7d4cb url(../images/user-plus-status.png) no-repeat 0 -51px
}

.username .icon-plus-dropdown {
    display: block;
    width: 80px;
    height: 16px;
    background: url(../images/user-plus-status.png) no-repeat 0 -34px;
    float:right;
}
.plus_sy .icon-plus-dropdown{
    display: block;
    width: 80px;
    height: 16px;
    background: url(../images/user-plus-status.png) no-repeat 0 -0;
    float:right;
}
.plus_zs .icon-plus-dropdown {
    display: block;
    width: 80px;
    height: 16px;
    background: url(../images/user-plus-status.png) no-repeat 0 -17px;
    float:right;
}

.detail_main .buy{
  background: #4bb4eb;
  color: #fff;
  font-size: 16px;
  padding: 10px 40px;
  border-radius: 5px;
  vertical-align: middle;
  margin-top: 20px;
  display: block;

}
.f_r{
  float:right;
}
.f_l{
  float:left;
}
.cart_navbar{
  font-size:16px;
  margin-left:10px;
}

.blog_main {
  margin-top: 0.84000084rem;
}
.blog_main p {
  font-size: 1.51200151rem;
  font-weight: bold;
  padding-left: 1.26000126rem;
}

.oneblog {
  width: 46%;
  margin-left: 10px;
  margin-top: 0.75600076rem;
  border: 1px solid #dddddd;
  display: inline-block;
  float: left;
  height:305px;
  overflow: hidden;
}
.blog_img {
  width: 100%;
  max-height: 5.5rem;
}
.blog_mark {
  padding-bottom: 0.42000042rem;
  padding-left: 0.5rem;
}
.blog_mark p {
  font-size: 16px;
  padding-top: 0.1rem;
  font-weight: normal;
  padding-left: 0.2rem;
}
.blog_mark span {
  font-size: 0.6rem;
  line-height: 1.1rem;
  padding-right: 0.5rem;
  display: inline-block;
  color: #999;
}
.blog_mark img {
  height: 1.09200109rem;
  vertical-align: middle;
}

.blog_b_main {
  padding-left: 0.84000084rem;
  padding-right: 0.84000084rem;
  margin-top: 2.52000252rem;
  text-align: left;
}
.blog_b_main .tit{
  font-size: 20px;
}

.blog_b_main .rel {
  font-size: 14px;
    display: block;
    color: #999;
    padding-bottom: 15px;
    border-bottom: 1px solid #dadada;
    padding-top:15px;
}
.blog_b_main .rel a {
    color: #999;
    text-decoration: none;
}
.blog_b_main .rel u {
    margin: 0px 15px;
    color: #aaa;
    text-decoration: none;
}

.blog_b_main p {
  padding-top: 0.94000294rem;
  font-size: 0.72800143rem;
}
.detail_img {
  width: 100%;
}

.blog_info img{
  width:94%;
}
.login-bg{ background: #eff3f7;}
.login-con{ text-align: center; overflow: hidden; margin: 50px 0;}
.login-con h2{ color: #010101; font-size: 1.375rem; font-size: 22px\9; text-align: center; line-height: 60px;}
.login-user, .login-password, .reg-mail, .reg-user, .reg-password, .forget1-mail, .forget3-password, .forget3-password2{ width: 298px; height: 48px; line-height: 48px; text-indent: 10px; background: #fff; border: 1px solid #ccc; color: #999; font-size: 0.875rem; font-size: 14px\9; border-radius: 4px; margin: 10px auto; display: block;}
.login-user.on, .login-password.on, .reg-mail.on, .reg-user.on, .reg-password.on, .forget1-mail.on, .forget3-password.on, .forget3-password2.on{ color: #000; border-color: #000;}
.login-remember-box{ font-size: 0; text-align: left; width: 400px; margin: 0 auto 40px auto;}
.login-remember-box .select-box{ margin: 0;}
#login-remembe{ vertical-align: middle;}
.login-remember-box label{ display: inline-block; vertical-align: middle; color: #000; font-size: 0.875rem; font-size: 14px\9; margin-left: 5px;}
.login-sub{ width: 330px; height: 50px; text-align: center; line-height: 50px; border-radius: 4px; font-size: 1.25rem; font-size: 20px\9; color: #fff; margin-bottom: 30px; background: #2d8ef8; border: none; cursor: pointer; display: inline-block;}
.login-info{ width: 330px; padding-top: 30px; border-top: 1px solid #ccc; color: #000; font-size: 0.875rem; font-size: 14px\9; margin: 0 auto;}
.login-reg, .forget-login{ color: #000; font-size: 0.875rem; font-size: 14px\9;}
.login-forget, .forget-reg{ color: #2d8ef8; font-size: 0.875rem; font-size: 14px\9;}

.reg-sub, .reg-sub2, .forget-sub, .forget-send, .forget-login-mail, .forget3-send, .weibo-login-sub, .weibo-bind-sub, .qq-login-sub, .qq-bind-sub{ width: 300px; height: 50px; text-align: center; line-height: 50px; border-radius: 4px; font-size: 1.25rem; font-size: 20px\9; color: #fff; margin-bottom: 30px; background: #2d8ef8; border: none; cursor: pointer; display: inline-block;}
.reg-info{ width: 300px; padding-top: 20px; border-top: 1px solid #ccc; color: #000; font-size: 0.875rem; font-size: 14px\9; margin: 0 auto;text-align: center;}
.reg-tips{ color: #000; font-size: 0.875rem; font-size: 14px\9; width: 300px; text-align: center; display: block; margin: 0 auto; margin-top: -10px; margin-bottom: 20px;}
.reg-info a{ color: #000; font-size: 0.875rem; font-size: 14px\9; text-align: center;}

.login-con h1{ color: #2d8ef8; font-size: 1.125rem; font-size: 18px\9; margin: 30px 0;}
.login-con h5{ color: #000; font-size: 0.875rem; font-size: 14px\9; margin-bottom: 50px;}
.login-con h3{ color: #000; font-size: 0.875rem; font-size: 14px\9; margin-bottom: 30px;}
.login-con p{ color: #000; font-size: 0.875rem; font-size: 14px\9; margin-bottom: 10px;}
.login-con h4{ color: #ff9933; font-size: 1rem; font-size: 16px\9; margin-bottom: 15px;}
.login-con p span{ color: #999999;}
.login-con p a{ color: #2d8ef8;}


#content {width: 100%;position: relative;}
.login-newbg {background-color: #fff; width: 100%; }
#content .content-layout {width: 100%;margin: 0 auto;z-index: 999;}
.login-box-warp {width: 100%;}
.login-box{background-color: #fff;padding: 25px 25px 23px;}
.control-input-yzm {width: 113px; float: left; }
.change-yzm {white-space: nowrap; float: right; margin-right: 5px;  width: 139px;}
.control-input-yzm-in {width: 150px; float: left; }
.control-input{padding: 0}
.form-control{height: 44px;}
.button { width: 100%; height: 48px; border-radius: 8px;  color: #fff;}
.col-sm-1{padding:0;}
.col-sm-3{float:left;width:25%;padding:0;}
.col-sm-9{float:left;width:74%;}

#nb_icon_wrap{display: none;}
