/* page-ocr-img */
.content-convertor-intro{
    background-color: #fff;
    border-radius: 10px;
    padding: 1em;
}
.convertor-intro-title,
.convertor-intro-text{
    position: relative;
    padding-left: 2em;
}
.convertor-intro-title{
    color: #fa7804;
}
.convertor-intro-title em{
    display: block;
    width: 22px;
    height: 22px;
    background-color: #fa7804;
    color: #fff;
    text-align: center;
    font-style: normal;
    position: absolute;
    left: 0;
}
.convertor-intro-text p{
    background-color: #fefcfa;
    border: dashed 1px #fdd6b3;
    padding: .5em 1em;
    line-height: 1.8;
}
.convertor-intro-text p a{
    color: #fa7804;
    text-decoration: underline;
}
.convertor-intro-text p a:hover{
    color: #ff8011;
}
.banner-convertor-download{
    padding: 6px;
    background-color: #fcf4ed;
    text-align: center;
    margin-bottom: 1em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
}
.banner-convertor-download p{
    font-size: 16px;
    height: 80px;
    line-height: 80px;
    background: url(../images/web/bg-client-donwload-1.png) center no-repeat;
}
.banner-convertor-download p a{
    display: inline-block;
    padding: .3em .5em;
    background-color: #fa7804;
    color: #fff;
    height: 1em;
    line-height: 1;
    border-radius: 1em;
    margin: 0 .3em;
    vertical-align: middle;
}
.banner-convertor-download p a:hover{
    background-color: #fe8417;
}
.banner-convertor-download .pic-pc{
    display: inline-block;
    width: 70px;
    height: 60px;
    background: url(../images/web/pic-pc-001.png) center no-repeat;
    vertical-align: middle;
    margin-right: 1em;
}