/*kdd/success页面css*/
body{background:#FFF2E0;
counter-reset: my-counter;
}
h1{font-size:1.4rem;padding-top:35px;}
h1 span{color:#000;}
.allbox{margin:0 10px;padding:20px 15px 10px 15px;border-radius:10px;background:#fff;}
.desc{color:#999999;font-size:.9rem;padding:10px 0;}

.h3{color:#FF7113;font-size:1.0rem;}
.installbox{font-size:1.0rem;}
.installbox div{padding:5px 0;padding-left:46px;
margin:10px 0;position:relative;}
.installbox div em{color:#F64905;line-height:200%;}

.installbox div:before{position:absolute;left:0;top:10px;
background-repeat: no-repeat;
background-size:36px 36px;
width:36px;height:36px;content:'';

}


.installfs div:first-of-type:before{
background-image: url('../../../../images/pptbus/m/360.png');
}
.installfs div:last-of-type:before{
background-image: url('../../../../images/pptbus/m/chrome.png');
}
ol{clear:both;}
ol li{position:relative;padding-left:36px;line-height:48px;font-size:1.0rem;}
ol li:before{width:1px;height:100%;background:#FFE5D3;content:'';display:inline-block;position:absolute;left:18px;}
ol li:first-of-type:before{height:50%;bottom:0;}
ol li:last-of-type:before{height:50%;top:0;}
ol li:after{width:24px;height:24px;border-radius:50%;background:#FF7011;display:inline-block;position:absolute;
left:6px;top:12px;z-index:9;color:#fff;
counter-increment: chapter; 
content: counter(chapter);
text-align:center;line-height:24px;
}
.kefuimgbox{font-size:1.0rem;}
.kefuimgbox span{background:#fff;padding:10px;display:inline-block;}
.kefuimgbox img{width:56px;}
.kefuimgbox p{padding-top:5px;}
.kefuimgbox,.kefuimgbox a{color:#333;}
.contents{
counter-reset: chapter
}
.kefubox1 div{padding:10px 0;font-size:1.0rem;color:#fff;}
.kefubox1 div:first-of-type{border:1px solid #FF7011;border-radius:20px;margin-right:10px;}
.kefubox1 div:last-of-type{background:#FF7011;border-radius:20px;}
.kefubox1 div a{color:#fff;}
.kefubox1 div:first-of-type a{color:#FF7011;}

.kefubox1 div:last-of-type span:before{content:'\e65e';font-family:'iconfont';display:inline-block;margin-right:5px;font-size:1.2rem;}