* {
    outline: none;
}

.header {
    height: 95px;
    background-color: #333;
}

.header .logo {
    width: 250px;
    padding-top: 27px;
    padding-left: 5px;
    position: relative;
    height: 95px;
    float: left;
}

.section1 {
    padding-top: 64px;
    padding-bottom: 40px;
}

.btnResult {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: #1f449b;
    border-radius: 50%;
    left: 50%;
    top: 230px;
    transform: translateX(-50%);
    z-index: 2;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    padding: 13px;
    padding-top: 12px;
    letter-spacing: 3px;
    padding-left: 15px;
}

.btnResult span {
    position: absolute;
    right: 5px;
    top: 31%;
    font-size: 15px;
    transform: scaleY(1.7);
}

.section1 .left .text {
    padding-left: 17px;
    font-size: 35px;
    line-height: 37px;
    height: 37px;
    position: relative;
    margin-bottom: 33px;
}

.section1 .left .text::before {
    content: "";
    width: 6px;
    height: 37px;
    background-color: #f94444;
    position: absolute;
    left: 0;
    top: 0;
}



.ori-text,
.result-text {
    width: 589px;
    height: 386px;
    background-color: #ffffff;
    border: solid 1px #999999;
    line-height: 25px;
    padding: 15px;
    margin: 0px;
    resize: none;
    outline: none;
    font-size: 14px;
    line-height: 30px;
    position: relative;
    overflow: auto;
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

::-webkit-scrollbar-track {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    background-image: -webkit-linear-gradient(24deg, rgba(255, 255, 255, .3) 100%, transparent 100%, transparent);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.section1 .right .result-text {
    border: solid 1px #f94444;
}

.section1 .right {
    padding-top: 5px;
}

.section1 .right .text {
    font-size: 16px;
    text-indent: 41px;
    color: #333;
    height: 30px;
    line-height: 30px;
    position: relative;
    margin-bottom: 35px;
}


.section1 .right .text span:nth-child(1) {
    color: #f94444;
}

.section1 .right .text span:nth-child(2) {
    color: #ed9b0b;
}

@keyframes dh1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.header_top.active {
    position: fixed;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 70px;
    z-index: 99999;
    background-color: #fff;
    padding-top: 16px;
}

.header_top .a_w1200.active {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}