body{
    background:#17141c !important;
}
.example-detail .line {
    font-size: 0;
}

.example-detail .toggle {
    /* background-image: linear-gradient(#1d1d1d, #010102); */	background: #000;
    display: flex;
    padding: 0.2rem 0;	border-bottom: 1px solid #0d0d0d;

}

.example-detail .toggle .btn {
    width: 50%;
    text-align: center;
    height: 0.6rem;
    line-height: 0.6rem;
    color: #868688;
    font-size: 0.3rem;

}
.example-detail .toggle .btn.active::after{
    content:'';
    display:block;
    width:0.4rem;
    height:0.03rem;
  background: linear-gradient(90deg, #B68131 0%, #F6EFB4 97%);
    margin-left:1.7rem;
    margin-top:0.1rem;
}
.btn2{
    /* border-left:solid 0.03rem #f4f4f4; */

}

.example-detail .toggle .btn.active {
    color: #F3E9AD;
}


.example-detail .toggle .btn:last-child {
    /* background-image: url('../mimg/example-detail-line.png'); */
    background-repeat: no-repeat;
}

.example-detail .content-img {
    background-color: #17141c;
    color: #fff;
}

.example-detail .content-img .title {
    font-size: 0.36rem;
    text-align: center;
    height: 1.3rem;
    line-height: 1.3rem;	color: #F3E9AD;
}

.example-detail .content-img .desc {
   width: 6.86rem;
   margin: 0 auto;
}

.example-detail .content-img .desc .desc-title {
    font-size: 0.3rem;
    color: #fbd789;
    margin-bottom: 10px;
}

.example-detail .content-img .desc p {
    font-size: 0.27rem;
    line-height: 0.5rem;
    color: #dddddd;
}

.example-detail .content-img .imgs {
    padding: 0;
}

.example-detail .share {
	width: 6.86rem;
    margin: 0 auto;
    background: #e5e5e5;
    /* border: 1px solid #1e1e1e; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.8rem;
	
    margin-top: 1rem;
    color:rgba(0,0,0,0);
	
	background: url('../mimg/btn_share.png') no-repeat left top;
		background-size: 100% 100%;
}

.example-detail .share span {
    padding-left: 10px;
	opacity: 0;
}
.example-detail .share img {
    width: 0.28rem;
}
.footer{
    /* background-color:#fff; */	display: none;
	
}
.footer div{
    color:#fff !important;
	
}
.di1{
    margin-top: 0.4rem;
    color: #c5c5c5;
    text-align: center;
    font-size: 0.28rem;
}
.di2{
    color: #c5c5c5;
    text-align: center;
    margin-top: 0.2rem;
}
.di3{
    color: #c5c5c5;
    text-align: center;
    margin-top: 0.1rem;
}