/*步骤条 start*/
#main .bd .process-item{
    width: 33.333333333333%;
}
@media screen and (max-width: 750px) {
    #main .bd .process-item {width: 33.333333333333333333%;}
    #main .bd .process-item:nth-child(2) i {display: none;}
}
/*步骤条 end*/

/* 主体内容区域 start */
.contrast{
}
.text-box{
    margin: 0 0 0.88rem 0;
    overflow: hidden;
}
.text-box .text-original{
    float: left;
    width: 17.52rem;
}
.text-box .text-reference{
    float: right;
    width: 17.52rem;
}
.text-box .textarea-wrapper{
    border: 1px solid #dddddd;
    padding: 0.6rem;
    border-radius:5px;
}
.text-box textarea{
    width: 100%;
    height: 14rem;
    outline: none;
    border: none;
    resize: none;
    background-color: #ffffff;
}
.text-box .words{
    padding: 0.2rem 0 0 0;
    font-size: 0.48rem;
    color: #aaaaaa;
    text-align: right;
}
.text-box .title{
    display: block;
    font-size: 0.64rem;
    color: #111111;
    height: 1.2rem;
}
.diff-result{
    overflow: hidden;
    margin: 0.88rem 0;
}
.diff-result .pr{
    float: left;
    width: 17.52rem;
    height: 12.48rem;
    border-radius: 3px;
    background-color: #F5F5F5;
    overflow-y: scroll;
}
.diff-result .fr{
    float: right;
}
.diff-result .hljs-line-numbers{
    text-align:right;
    border-right:1px solid #ccc;
    color:#999;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.hljs{
    white-space:pre-wrap;
    font-weight:200;
    display:block;
    overflow-x:auto;
    padding: 0.5rem;
}

.hljs-comment,
.hljs-quote,
.hljs-variable{color:#008000}

.hljs-keyword,
.hljs-selector-tag,
.hljs-built_in,
.hljs-name,
.hljs-tag{color:#00f}

.hljs-string,
.hljs-title,
.hljs-section,
.hljs-attribute,
.hljs-literal,
.hljs-template-tag,
.hljs-template-variable,
.hljs-type,
.hljs-addition{color:#a31515}

.hljs-deletion,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-meta{color:#2b91af}

.hljs-doctag{color:#808080}

.hljs-attr{color:#f00}

.hljs-symbol,
.hljs-bullet,
.hljs-link{color:#00b0e8}

.hljs-emphasis{font-style:italic}

.hljs-strong{font-weight:bold}

.inserted{
    background-color:#9E9;
    min-width:100%;
    display:inline-block;
}
.deleted{
    background-color:#E99;
    min-width:100%;
    display:inline-block;
}
.modified{
    min-width:100%;
    display:inline-block;
    background-color:#f9f5f3;
}
.modified-light{
    background-color:#fbff00;
    display:inline-block;
    color:#f00;
    padding-left:3px;
    padding-right:3px;
    border-radius:5px;
    border:1px solid #ef6063;
}
.padding{
    background-color:lightgray;
    min-width:100%;
    display:inline-block;
}
/* 主体内容区域 end */

/* 主体内容区域 的响应式 start */
@media screen and (min-width: 1200px){

}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .text-box .text-original{
        float: none;
        width: auto;
    }
    .text-box .text-reference{
        float: none;
        width: auto;
        margin-top: 0.88rem;
    }
    .diff-result .pr{
        float: none;
        width: auto;
        margin-bottom: 0.88rem;
    }
    .diff-result .fr{
        float: none;
        margin-bottom: 0;
    }
}
@media screen and (min-width: 750px) and (max-width: 992px) {
    .text-box .text-original{
        float: none;
        width: auto;
    }
    .text-box .text-reference{
        float: none;
        width: auto;
        margin-top: 0.88rem;
    }
    .diff-result .pr{
        float: none;
        width: auto;
        margin-bottom: 0.88rem;
    }
    .diff-result .fr{
        float: none;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 750px) {
    .text-box .text-original{
        float: none;
        width: auto;
    }
    .text-box .text-reference{
        float: none;
        width: auto;
        margin-top: 0.88rem;
    }
    .diff-result .pr{
        float: none;
        width: auto;
        margin-bottom: 0.88rem;
    }
    .diff-result .fr{
        float: none;
        margin-bottom: 0;
    }
    .text-box .title{
        font-size: 1.2rem;
        height: 2.08rem;
    }
}
/* 主体内容区域 的响应式 end */