body{
  background-color: #fff;
  
}

.jumbotron {
 background-color:#fff; 
 margin-bottom:0px;
}

.color-yonda{
  color: rgb(0,103,172);
}
img.pagetopimg{
  width: 100%;
}

@media screen and (min-width: 768px) {
  img.pagetopimg{
    margin-top: 60px;
  }
}

@media screen and (max-width: 1906px) {
  img.pagetopimg{
    height: 245px;
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

/*------------------------------------------------------*/
/*rightpanel*/
.rightpanel{
  background-color:#fff;
  padding-top: 60px;
  position:fixed;
  float: right;
  top: 0;
  bottom: 0;
  right: 0px;
  width: 0px;
  z-index: 1000;
  border-left: solid 1px #e8edf3;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
  
}

.rightpanel .rightwell{
  background-color: #fff;
  position: relative;
  height: 100%;
  z-index: -1;
}

.rightpanel .rightwell .panel-header{
  padding: 7px 0 7px 18px;
  border-bottom: solid 1px #eeece8;
}

.rightpanel .rightwell .panel-header .panel-heade-nav{
  margin-left: 0;
  font-size: 14px;
  letter-spacing: 2px;  
}
.rightpanel .rightwell .panel-header .panel-heade-nav .panel-header-right{
  float: right !important;
}
.rightpanel .rightwell .panel-header .panel-heade-nav .panel-header-right a{
  position: relative;
  display: block;
  padding-right: 20px;
  padding-top: 10px;
}
.rightpanel .rightwell .panel-body{
  overflow-y:auto; overflow-x: hidden;;  height:100%;  
  padding-bottom: 80px;
  position: relative;
}
.rightpanel .rightwell .panel-body .editormd-html-preview{
  padding: 10px;
}
.rightpanel .rightwell .panel-body::-webkit-scrollbar {
  width: 6px;
  height: 9px;
}
.rightpanel .rightwell .panel-body::-webkit-scrollbar-thumb{
  background-color: #dbd6cd; 
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.rightpanel .rightwell .panel-body::-webkit-scrollbar-track-piece {
  background-color: rgba(0,0,0,.04);
}

.rightpanel .rightwell div.msg-error{
  color: red;
  text-align: center;
  margin-top: 50px;
  font-size: 30px;
  margin-bottom: 20px;
}

.rightpanel .loading{
  text-align: center; 
  padding: 50px;
}

.rightpanel .loading h5{
  color: #999;  
}

/*按钮的样式*/
a.clickpanel:hover{ 
  color:brown;
}
a.clickpanel{
  color:#353d47;
}

.rightpanel .panel-sub-title{
  border-bottom: 1px solid #EAEAEA;
  font-size: 1.1em;
  padding: 1.2em 0em 0.4em 0em;
  margin-bottom: 25px;
  color: #999;
}

/*显示进度*/
.rightpanel .rightwell .panel-header .progressbar{
  position:absolute;
  top: 55px;
  padding: 0px 20px 0px 20px;

  background-color: aquamarine;
  text-align: center;
  left: 50%
}

/*end*/