body .footer_map,
body .quick_entrance,
body footer{
  position: static;
  margin-left: 0;
}

body .lbs-page-header .header-core{
  width: auto;
  padding-left: 20px;
}

#rate-container img {
  width: 20px;
  height: 20px;
}

.feedback {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.rate-container {
  position: absolute;
  right: 0;
  top: 100%;
  line-height: 24px;
  z-index: 1;
  margin-top: 35px;
}

.page-wrapper {
  min-height: 800px;
  padding: 70px 0 71px;
  background: #fefefe;
  padding-bottom: 0;
}

.demo-desc .md-container {
  float: none !important;
  width: auto !important;
  font-size: 14px !important;
  padding: 0 !important;
  min-height: initial !important;
  color: #767676 !important;
}

.title-container + .demo-desc .md-container{
  margin-left: 0;
}

.demo_detail_tree{
  width: 240px;
  height: 1000px;
  float: left;
  padding: 0 20px;
  top: 70px;
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
  border-right: 1px solid #EDEEF0;
}

.demo_detail_tree_top{
  padding: 20px 0 10px;
  position: relative;
}
.demo_detail_tree_top > a{
  font-size: 16px;
  color: #324053;
  display: block;
  margin-bottom: 20px;
}
.demo_detail_tree_top > a span{
  width: 8px;
  color: #929292;
  float: left;
  margin: 0 8px 0 0;
  text-indent: -99999px;
  background: url("../img/back.png") no-repeat 0 center;
  background-size: 8px auto;
}
.demo_detail_tree_search{
  width: 100%;
  height: 24px;
  font-size: 12px;
  outline: none;
  padding-left: 24px;
  border-radius: 12px;
  border: 1px solid #D3D6DB;
  background: url("../img/demo_center_search.png") no-repeat 10px center;
  background-size: 8px auto;
}
.sidebar_search_sug{
  width: 360px;
  border-radius: 3px;
  list-style: none;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 85px 0 0;
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #EDEEF0;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  border-radius: 3px;
  display: none;
}

.sidebar_search_sug.show{
  display: block;
}

.sidebar_search_sug li{
  border-bottom: 1px solid #EDEEF0;
}

.sidebar_search_sug li:last-child{
  border-bottom: 0;
}

.sidebar_search_sug li.sidebar_search_result{
  line-height: 60px;
  font-size: 14px;
  text-align: center;
}

.sidebar_search_sug a{
    font-size: 12px;
    color: #586069;
    line-height: 19px;
    padding: 10px 16px;
    display: inline-block;
  }

.sidebar_search_sug a:hover{
  background: #f2f6fa;
}

.sidebar_search_sug a em{
  color: #1981FF;
  font-style: normal;
}

.sidebar_search_sug a strong{
  font-weight: normal;
  display: block;
}

.sidebar_search_sug a strong small{
  font-size: 12px;
  color: #B8BDC2;
  float: right;
  display: inline-block;
}

.sidebar_search_sug a p{
  margin: 10px auto;
  word-break: break-all;
}

.demo_tree_father_ul{

}
.demo_tree_father_ul > li > strong{
  font-size: 14px;
  color: #586069;
  cursor: pointer;
  display: block;
  line-height: 40px;
  font-weight: normal;
}
.demo_tree_father_ul > li.current > strong{
  color: #324053;
  font-weight: bold;
}
.demo_tree_father_ul > li > strong .iconfont{
  float: right;
  color: #bbb;
  font-size: 16px;
  font-weight: normal;
  transition: .2s;
  transform: scale(.6);
}
.demo_tree_father_ul > li.collapsed > strong .iconfont{
  transform: scale(.6) rotate(180deg); 
}
.demo_tree_son_ul{
  padding-bottom: 5px;
  display: none;
}
.collapsed .demo_tree_son_ul{
  display: block;
}
.demo_tree_son_ul li{
  padding-left: 30px;
}
.demo_tree_son_ul li a{
  width: 100%;
  display: block;
  line-height: 27px;
  font-size: 12px;
  color: #586069;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.demo_tree_son_ul li a:hover{
  color: #1981FF;
}
.demo_tree_son_ul li.current a{
  color: #1981FF;
}

.demo_center_detail {
  /*width: 1280px;*/
  padding: 0 40px 90px;
  margin: 0 auto 0 240px;
}

.demo-crumbs {
  color: #7c7e7d;
  height: 44px;
  line-height: 44px;
  position: relative;
  overflow: visible;
  /*margin-top: 38px;*/
}

/*.demo-crumbs .feedback {
  line-height: 20px;
  float: right;
  padding-left: 33px;
  margin-top: 12px;
  cursor: pointer;
  background-image: url(/web/public/dist/lib/demo-detail/images/feedback_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  color: #009cf9;
}*/

.demo-crumbs a, .demo-crumbs span {
  color: #7c7e7d;
}

.demo-crumbs-split {
  margin: 0 0 25px;
}

.split {
  background-color: #e7e7e7;
  height: 1px;
  width: 100%;
}

.demo-icon, .demo-title {
  color: #292929;
  display: table-cell;
  vertical-align: middle;
}

.demo-title h4 {
  font-size: 24px;
  font-weight: 400;
  margin-top: 30px;
}

.demo_types_small {
  margin-right: 8px;
  //width: 26px;
  //height: 26px;
}

.demo-icon {
  padding-left: 30px;
  transform: translateY(-5px);
}

.demo-desc {
  margin-bottom: 30px;
  margin-top: 30px;
  color: #767676;
  word-break: break-all;
}

.title-container {
  position: relative;
}

#rate-container {
  position: absolute;
  top: 5px;
  margin-top: 0;
  right: 0;
}

.update-time {
  display: inline-block;
  margin-top: 18px;
  font-size: 12px;
  color: #afb1b0;
}

.tabs-header {
  padding: 0 40px;
  margin: 0 -40px;
  visibility: visible;
  border-bottom: 1px solid #e7e7e7;
}

.tab-header {
  width: 102px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: #292929;
  height: 40px;
  margin-bottom: -1px;
  cursor: pointer;
}

.tab-header.single {
  cursor: not-allowed;
  width: 120px;
}

.tab-header.middle {
}

.tab-header:hover{
  color: #1981FF;
}
.tab-header.active {
  color: #1981FF;
  border-bottom: 2px solid #1981FF;
}

.github {
  visibility: hidden;
  position: absolute;
  //left: 320px;
  top: 85px;
  right: 10px;
  display: none;
  margin-left: 54px;
}

.hljs {
  background: #f7f7f7;
}

.github:hover {
  text-decoration: none;
}

.github.active {
  display: inline-block;
}

.github-icon {
  width: 38px;
  height: 38px;
  vertical-align: middle;
  display: inline-block;
  background: url("../img/download.png") no-repeat center 3px;
}

.github .text {
  margin-left: 10px;
  line-height: 30px;
  height: 30px;
  color: #009cf9;
}

.github .text:hover{
  text-decoration: underline;
}

.split-down {
  margin-top: 28px;
  position: relative;
}

.split-down > div {
  vertical-align: middle;
}

.code-video-container > div {

}

.video-progress-bg {
  background-color: #949fac;
  position: absolute;
  height: 6px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}

.video-progress-bg:hover {

}

.video-progress {
  background-color: #009cf9;
  position: absolute;
  width: 0%;
  left: 0;
  top: 0;
  bottom: 0;
}

.progress-info {
  display: none;
  white-space: nowrap;
  position: absolute;
  margin-left: -39px;
  left: 100%;
  bottom: 100%;
  font-size: 12px;
  margin-bottom: 6px;
  width: 78px;
  border-radius: 1px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #40434b;
  color: white;
}

.video-progress-bg:hover .progress-info {
  display: block;
}

.progress-info .arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #40434b;
}

.current-time {
  color: #29aefd;
}

.total-time {

}

.tab-content {
  //margin-top: 30px;
  //width: 1050px;
  display: none;
}

.tab-content.active {
  display: block;
}

.github.horizontal{
  top: 454px; 
}

.video {
  //display: inline-block;
  margin-top: 46px;
  float: left;
  position: relative;
  background-size: cover;
  background-color: white;
}

.horizontal .video.ios{
  width: 604px;
  height: 298px;
  float: none;
  background-image: url(../img/iphone_horizontal.png);
}
.horizontal .video.android{
  width: 606px;
  height: 296px;
  float: none;
  background-image: url(../img/android_horizontal.png);
}
.horizontal .video .video-container,
.horizontal .video .video-wrapper,
.horizontal .video video{
  width: 460px;
  height: 256px;
}

.horizontal .video .video-container{
  left: 71px;
  top: 20px;
}

.horizontal .video.android .video-container{
  left: 72px;
  top: 19px;
}

.horizontal .video{
  margin-left: auto;
  margin-right: auto;
}

.horizontal .qrcode_after_phone{
  left: auto;
  bottom: auto;
  right: 0;
  top: 0;
  margin: 0 -180px 0 0;
}
.horizontal .qrcode_after_phone:hover span{
  margin: 0px 0 0 -135px;
}

.horizontal .md-container{
  width: 100%;
  float: none;
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid #E7E7E7;
}

.video.android {
  width: 296px;
  height: 606px;
  background-image: url(../img/android.png);
}

.video.android.has-qrcode {
  background-image: url(../img/android_qrcode.png);
}

.video.android.has-qrcode.qrcode {
  background-image: url(../img/android_demo.png);

}

.android .video-container {
  position: absolute;
  left: 19px;
  top: 74px;
  width: 256px;
  height: 460px;
}

.video-wrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.ios .video-container, .web .video-container {
  position: absolute;
  left: 18px;
  top: 74px;
  width: 256px;
  height: 460px;
}

//
//.md-container h1, .md-container h2, .md-container h3, .md-container h4, .md-container h5, .md-container h6 {
//  margin-top: 46px;
//  font-weight: 400;
//}

video {
  position: absolute;
  left: 0;
  top: 0;
  height: 454px;
  width: 256px;
  object-fit: cover;
}

.video.ios, .video.web {
  width: 297px;
  height: 605px;
  /*background-image: url(../img/iphone.png);*/
  background-image: url(../img/iphone_with_btn.png);
}

.video .qrcode-container {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.video .qrcode-container img {
  margin-top: 100px;
  width: 130px;
  height: 130px;
}

.has-qrcode .right-top-click-area {
  position: absolute;
  cursor: pointer;
  width: 70px;
  height: 70px;
  right: 0;
  top: 0;
}

.video.ios.has-qrcode, .video.web.has-qrcode {
  background-image: url(../img/iphone_qrcode.png);
}

.video.ios.has-qrcode.qrcode, .video.web.has-qrcode.qrcode {
  background-image: url(../img/iphone_demo.png);
}

.video.qrcode .video-container, .video.qrcode .video_consoles {
  display: none;
}

.android.has-qrcode .video-container, .android.has-qrcode .qrcode-container {
  left: 20px;
  top: 74px;
  width: 254px;
  height: 455px;
}

.android.has-qrcode video {
  width: 254px;
  height: 449px;
}

.has-qrcode .video-container, .has-qrcode .qrcode-container {
  position: absolute;
  left: 20px;
  top: 74px;
  width: 253px;
  height: 455px;
  background-color: white;
}

.has-qrcode video {
  width: 253px;
  height: 449px;
}

.qrcode-text {
  margin-top: 35px;
}

.video.qrcode .qrcode-container {
  display: block;
}

.qrcode_after_phone{
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #25A5F7;
  display: inline-block;
  margin: 0 auto;
  padding: 0 20px 0 45px;
  background: #DEF3FF url(../img/qr_code_icon.png) no-repeat 12px center;
  background-size: 20px auto;
  border-radius: 3px;
  left: 50%;
  bottom: 0;
  margin: 0 0 -70px -67px;
  position: absolute;
}
.qrcode_after_phone span{
  display: none;
  line-height: 1;
  font-size: 12px;
  color: #444751;
  text-align: center;
  padding: 16px;
  box-shadow: 0 0 15px rgba(0,0,0,.2);
  border-radius: 3px;
}
.qrcode_after_phone span img{
  width: 122px;
  margin-bottom: 8px;
}
.qrcode_after_phone:hover{
  width: 0;
  height: 0;
  padding: 0;
  text-indent: -99999px;
}
.qrcode_after_phone:hover span{
  display: block;
  text-indent: 0;
  top: 0;
  left: 0;
  margin: -40px 0 0 -8px;
  position: absolute;
}

.qrcode-container img {
  max-width: 80%;
}

.video-button {
  width: 68px;
  height: 68px;
  background-color: #fdfdfd;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -34px;
  margin-left: -34px;
  :before {
    content: " ";
  }

}

.video_consoles {
  width: 100%;
  opacity: .8;
  cursor: pointer;
  top: 0;
  bottom: 0;
  position: absolute;
  background: url(/web/public/dist/lib/demo-detail/images/video_play_white.png) center center no-repeat, url(/web/public/dist/lib/demo-detail/images/video_play_white_click.png) -99999px center no-repeat;
}

.video_consoles.playing {
  background: url(/web/public/dist/lib/demo-detail/images/video_pause_white.png) -99999px center no-repeat, url(/web/public/dist/lib/demo-detail/images/video_pause_white_click.png) -99999px center no-repeat;
}

.video_consoles.playing:hover {
  background-position: center center, -99999px center;
}

footer {
  margin: 0;
}

.page_wrapper {
  padding-bottom: 0;
  padding-top: 16px;
}

.md-notice {
  font-size: 14px;
  position: relative;
  padding-left: 22px;
}

.md-notice p {
  word-break: break-all;
}

.md-notice-warning {
  color: #fb8c00;
}

.md-notice-error {
  color: #ff5252;
}

.md-notice:before {
  position: absolute;
  content: " ";
  left: 0;
  top: 2px;
  display: block;
  background-size: cover;
  width: 16px;
  height: 16px;
}

.md-notice-warning:before {
  background-image: url(../img/warning.png);
}

.md-notice-error:before {
  background-image: url(../img/error.png);
}

.md-container {
  padding-top: 46px;
  font-size: 13px;
  /*padding-right: 50px;*/
  min-height: 600px;
  color: #666867;
  margin-left: 330px;
}

.md-container p {
  margin: 15px 0;
}

body {
  min-height: 100%;
  height: auto;
}

.tooltip {
  display: none;
}

.has-qrcode .tooltip {
  display: block;
  width: 218px;
  height: 34px;
  line-height: 34px;
  margin-bottom: 16px;
  background-color: #6c809d;
  position: absolute;
  color: white;
  text-align: center;
  bottom: 100%;
  right: 13px;
  border-radius: 3px;
}

.has-qrcode .tooltip:after {
  content: " ";
  display: block;
  position: absolute;
  top: 100%;
  right: 32px;
  width: 0;
  height: 0;
  border-width: 10px 7px 0 7px;
  border-style: solid;
  border-top-color: #6c809d;
  border-left-color: transparent;
  border-right-color: transparent;
}

.md-table,
.md-demo-code-wrapper{
  max-width: 960px;
}

.md-container .md-demo-code-wrapper .md-demo-code-header a {
  border-bottom: 2px solid transparent;
  transform: translateY(1px);
}
























