.demo-container {
  width: 100%;
}

.demo-content {
  height: 100%;
}

.demo-content .banner {
  height: 400px;
  padding-top: 105px;
  position: relative;
  box-sizing: border-box;
  background-image: url(/r/cms/www/default/images/channel/product/demo/banner_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.demo-content .banner .left{
  padding-top: 50px;
  margin-left: 154px;
  margin-right: 64px;
}
.demo-content .banner p {
  text-align: center;
  line-height: 1;
  margin-top: 20px;
}
.demo-content .banner p:first-child{
  font-weight: bold;
}

/* 模式 */
.demo-content .demo-pro {
  padding: 97px 0 38px;
}
.demo-content .demo-pro>li{
  margin-bottom: 46px;
}
.demo-content .demo-pro .right{
  margin-left: 50px;
}
.demo-content .demo-pro .right .tit{
  color: #333;
  font-size: 22px;
  line-height: 1;
  margin-top: 48px;
  margin-bottom: 28px;
  font-weight: 600;
}
.down-container .demo-pro .right .tit{
  margin-top: 88px;
  font-weight: bold;
}
.demo-content .demo-pro .right .content{
  color: #333;
  font-size: 14px;
  line-height: 28px;
  padding-bottom: 10px;
  box-sizing: border-box;
  letter-spacing: -0.2px;
}
.demo-content .demo-pro .right .to-detail{
  font-size: 16px;
  line-height: 1;
  color: #333;
  margin-top: 30px;
  cursor: pointer;
  text-align: right;
}
.demo-content .demo-pro .right .to-detail:hover{
  color: #0152D9;
}
.demo-content .demo-pro .right .btns li{
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.demo-content .demo-pro .right .btns li:last-child a{
  margin-right: 0;
}
.demo-content .demo-pro .right .btns li a{
  min-width: 145px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  box-sizing: border-box;
  border: 1px solid #333;
  border-radius: 23px;
  cursor: pointer;
  margin-top: 20px;
  display: block;
  margin-right: 20px;
  color: #333;
  padding: 0 33px;
  letter-spacing: -0.3px;
}
.demo-content .demo-pro .right .btns li:not(.pre) a:hover{
  background-color: #0152D9;
  color: #fff;
  border-color: #0152D9;
}
.demo-content .demo-pro .right .btns li.pre a{
  background-color: #0152D9;
  color: #fff;
  border-color: #0152D9;
}
.demo-content .demo-pro .right .btns li.pre a:hover{
  opacity: 0.9;
}
.demo-content .demo-pro .right .btns li:not(.pre) a:active,.demo-content .demo-pro .right .btns li.pre a:active{
  background-color: #003BB3;
  color: #fff;
  border-color: #003BB3;
}

.demo-content .demo-pro .right .code_img{
  display: none;
  position: absolute;
  left: -18px;
  bottom: -180px;
  z-index: 10;
}
.demo-content .demo-pro .right .btns li.code:hover .code_img{
  display: block;
}