.minHeaderLeft{
    visibility:hidden;
}
#logo{
    /*display:none;*/
    font-size:0;
}
#logo::after{
    content:"短信同步";
    font-size:20px; /* 设置新的字体大小 */
}
footer{
    display:none;
    height:0;
    visibility:hidden;
}
#logo{
    display:block;
}
input[type="button"]{
    padding:8px;
}
.smsDiv{
    margin:15px;
}
.smsTitle > span{
    font-size:12px;
}
#smsDiv #smsBodyTitle{
    width:500px;
}
#smsDiv .smsBody{
    font-size:16px;
    height:40px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    width:500px;
}
.smsContent > span, #smsTitle > span{
    display:inline-block;
    width:140px;
}
#smsDiv .smsCheckSpan{
    width:50px;
}
#smsDiv .smsDateSpan{
    width:200px;
}
.smsContent{
    cursor:pointer;
    height:40px;
    line-height:40px;
}
.smsContent:hover{
    background:#F0F8FD;
}
.smsContent > .smsOpen{
    color:skyblue;
    font-size:12px;
    height:30px;
    line-height:40px;
    width:50px;
}
.smsContent > span{
    vertical-align:top;
}
.smsAddressTitle, .smsDeviceTitle, .smsReviceTitle{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
#smsSyncInput{
    display:none;
}
#chooseFile{
    background:white !important;
    box-shadow:none;
    color:black;
    font-size:25px;
    left:-2px;
    line-height:10px;
    position:relative;
    top:3px;
}
#deviceInfo{
    display:inline-block;
    height:30px;
    line-height:30px;
    margin:10px 0;
}
body a:visited{
    color:deepskyblue;
}
body a:link{
    color:deepskyblue;
}
body a{
    color:deepskyblue;
}
@media (min-width:600px){
    #tutorial{
        font-size:20px;
        left:30%;
        position:absolute;
        text-decoration:none;
        text-decoration:none;
        top:10px;
    }
}
@media (max-width:600px){
    #deviceInfo{
        height:50px;
        line-height:30px;
    }
    #tutorial{
        font-size:20px;
        position:absolute;
        right:0;
        text-decoration:none;
        text-decoration:none;
        top:40px;
    }
    #smsParent, #smsTitle{
        white-space:nowrap;
    }
}