.convert-container{
    width: 100%;
    background-color: white;
    box-sizing: border-box;
    height: 1350px;
}
.convert-header{
    width: 100%;
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
    position: relative;
}
.convert-title{
    height: 80px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    color: #07141e;
    letter-spacing: 1.5px;
    margin: 0 auto;
    width: 100%;
    user-select: none;
}
.convert-login{
    float: right;
    height: 80px;
    line-height: 80px;
    /*width: 200px;*/
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 30px;
}

.convert-login ul{
    list-style: none;
}
.convert-login ul>li{
    float: right;
    height: 100%;
    font-size: 16px;
}
.convert-login ul>li a{
    font-size: 14px;
    color: #3875d7;
}

.convert-content{
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
.convert-line1{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    user-select: none;
}
.convert-line2{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    user-select: none;
}
.convert-line2 a{
    text-decoration: underline;
    color: #3875d7;
    user-select: none;
}
.convert-line3{
    width: 55%;
    /*height: 30px;*/
    line-height: 32px;
    margin: 0 auto;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    user-select: none;
    padding: 10px 0;
}
.convert-line3 span{
    color: red;
     user-select: none;
}

.convert-line5{
    width: 55%;
    height: 180px;
    box-sizing: border-box;
    border: 1px dashed #999;
    margin: 0 auto;
}
.line5-left{
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    float: left;
    border-right: 1px dashed #999;
    line-height: 30px;
    text-align: left;
    padding: 0 30px;
    padding-top: 15px;
    pointer-events: none;
}
.line5-right{
    width: 180px;
    box-sizing: border-box;
    height: 180px;
    position: relative;
    margin: 10px auto;
}
.line5-right img{
    height: 180px;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%);
}

.line5-left div{
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    user-select: none;
}
.line5-left:hover{
    cursor: pointer;
}
.line5-left:active{
    background-color: #eee;
}
#id-load{
    pointer-events: visible;
}
#id-shibie_result{
    width: 55%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: red;
}

.convert-line6{
    width: 100%;
    box-sizing: border-box;
    /*border: 1px dashed #999;*/
    margin-top: 30px;
}
.line6-left{
    width: 55%;
    box-sizing: border-box;
    margin: 0 auto;
}

.line6-left textarea{
    width: 100%;
    float: top;
    height: 150px;
    box-sizing: border-box;
    resize: none;
    overflow-y: auto;
    border-radius: 3px;
    border-style: none;
    border: 1px solid #999;
    outline: none;
    padding: 8px;
}
#id-letex, #id-mathml{
    margin-bottom: 30px;
}

.line6-item-left{
    float: left;
    width: 40%;
    height: 330px;
    box-sizing: border-box;
}
.line6-item-right{
    width: 30%;
    height: 130px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
}


#id-shibie{
    float: left;
    user-select: none;
    text-align: center;
    width: 80%;
    height: 100px;
    background-color: #7092BE;
    line-height: 30px;
    color: white;
    font-size: 16px;
    padding-top: 20px;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
}
#id-shibie:hover{
    cursor: pointer;
}
#id-shibie:active{
    background-color: #6481A2;
}

#id-copy1, #id-copy2{
    user-select: none;
    text-align: center;
    width: 20%;
    height: 80px;
    background-color: #00A2E8;
    line-height: 30px;
    color: white;
    font-size: 14px;
    padding-top: 10px;
    box-sizing: border-box;
    border-radius: 12px;
    margin: 0 auto;
    margin-bottom: 20px;
}
#id-copy1:hover, #id-copy2:hover{
    cursor: pointer;
}
#id-copy1:active, #id-copy2:active{
    background-color: #0389BF;
}

.pointerevents-visible{
    pointer-events: visible;
}
.pointerevents-none{
    pointer-events: none;
}
