html {
    height: 95%;
}
body {
    height: 100%
}
#main {
    height: 100%;
    width: 95%;
    padding:10px;
    margin: 0 auto;
}
h1{
    margin-top: 0.8rem;
    font-size: 0.8rem;
    padding-bottom:0.4rem ;
}
p {
    text-align: left;
    font-size: 0.3rem!important;
    max-height:99999px;
}

.row {
    height: 100%;
}
.box{
    width: 100%;
    height: 10rem;
    text-align: center;
}

.msgbox{
    width: 100%;
    height: 5rem;
    min-height: 5rem;
    max-height: 99999px;
    font-size: 0.3rem!important;
    border: 0.01rem solid #000;
    overflow: scroll;
    float: left;
    padding: 0.3rem;
    margin-bottom: 0.3rem;
    box-sizing: border-box;
}
.content {
    height: 85%;
}
#textarea-content {
    height: 48%;
    font-size: .10rem;
    color:rgb(27, 27, 27);
    padding: 10px;
    background-color: #f2f2f2;
    border-radius: 6px;
}
#input-textarea {
    width: 100%;
    height: 100%;
    border: none;
    resize: none;
    background-color: #f2f2f2;
}
#s-input-textarea {
    width: 100%;
    height: 100%;
    border: none;
    resize: none;
    background-color: #f2f2f2;
}
#input-textarea:focus {
    outline: none;
}
#s-input-textarea:focus {
    outline: none;
}
.text-content {
    height: 100%;
    width: 100%;
    font-size: .1rem;
}
.reg-login {
    padding: 0 10px;
}
.translate-control {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.gp {
    padding: 10px;
}
#translate-content {
    width: 100%;
    height: 48%;
    margin-top: 10px;
}
#s-translate-content {
    width: 100%;
    height: 48%;
    margin-top: 10px;
}

#translate-content textarea {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: none;
    resize: none;
    background-color: #f7f7f7;
}
#s-translate-content textarea {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: none;
    resize: none;
    background-color: #f7f7f7;
}
.from-language {
    width: 150px;
}
.to-language {
    width: 150px;
}
.title {
    text-align: center;
    font-size: 0.12rem;
    padding: .01rem;
}
.control {
    margin-bottom: 10px;
}
.download {
    padding-left: 10px;
}
.download a {
    cursor: pointer;
    text-decoration: none;
}
.user {
    padding-left: 10px;
}
.user a {
    cursor: pointer;
    text-decoration: none;
}
#zwf{
    float: left;
    color: #c3c3c3;
}
#textContent{
    min-height: 50vh;
    height: auto;
    max-height: 50vh;
}
.msgbox p{
    font-size: 0.2rem!important;
}
.btn-blue {
    /*height: 30px;*/
    background: #4690f5;
    border-radius: 6px;
    color: #FFFFFF;
    /*margin-bottom: 5px;*/
}
.header-language {
    display: flex;
    justify-content: right;
    margin-bottom: 10px;
}

.translate-operator {
    padding: 10px;
}
.translate-operator .a-btn-blue {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 0;
    padding: 0 20px 0 20px;
    border-radius: 5px;
    text-align: center;
    font-weight: 400;
    background-color: #4395ff;
    font-size: 16px;
    text-decoration: none!important;
    color: #fff;
    display: block;
    letter-spacing: 3px;
}
.translate-operator button:hover {

}
.btn-white {
    /*height: 30px;*/
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 6px;
    margin-right: .03rem;
    /*margin-bottom: 5px;*/

}
.btn-web {
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
}

.navbar-fixed-bottom {
    bottom: .1rem;
}
.footer {
    height: 28px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #d2d2d2;
    line-height: 28px;
    margin: 10px auto;
    display: flex;
    justify-content: center;
}
.footer .li {
    padding-left: 10px;
}
.footer a {
    cursor: pointer;
}
.footer a:hover{
    text-decoration:none
}
button {
    outline: none;
}
@media (max-width: 768px) {
    .title {
        font-size: 0.4rem;
    }
    #input-textarea {
        font-size: .3rem;
    }
    #s-input-textarea {
        font-size: .3rem;
    }
    #translate-textarea {
        font-size: .3rem;
    }
    #s-translate-textarea {
        font-size: .3rem;
    }
    .text-content {
        height: 100%;
    }
    .from-language {
        width: 130px;
    }
    .to-language {
        width: 130px;
    }
}
