@charset "uft-8";
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

body {
    background-color: #F4F5F6;
}

.nav{
   margin: 5px;
}
.login{
    margin-left: 50px;
}
.top-left{
    width: 700px;
    position: absolute;
    right: 0px;
}

.content {
    width: 800px;
    /* background-color: white; */
    margin: auto;
    margin-top: 30px;
}
.text-box{
    background-color: white;
    width: 100%;
    
    padding: 20px;
    box-sizing: border-box;
    border-radius: 4px;

}
.text-titel{
    width: 370px;
    font-size: 20px;
    font-weight: bold;
}
.text-box-btn1,.text-box-btn2,.text-box-btn3{
    width: 100px;
    height: 36px;
    background-color: #F1F2F3;
    border-radius: 4px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
}
.text-box-btn3{
    color: white;
    background-color: #0091E8;
}

.text-box-small2{
    width: 100%;
    height: 50px;
    margin-top:  20px;
}
.text-img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.text-box-btn4{
    width: 60px;
    height: 25px;
    background-color: #F1F2F3;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    font-size: 12px;
    box-sizing: 2px;
}
.text-box-small3{
    width: 100%;
    padding: 10px 46px;
    box-sizing: border-box;

}
.text-time{
    font-size: 12px;
    color: gainsboro;
}
.text-box-small4{
    width: 100%;
    padding: 0px 46px;
    box-sizing: border-box;

}
.box-like{
    width: 80px;
    height: 45px;
    background-color: #E8F5FF;
    border-radius: 5px;
    color: #0091E8;
    line-height: 45px;
    padding:0px 10px;
    box-sizing: border-box;
}
.box-dislike{
    width: 40px;
    height: 45px;
    background-color: #E8F5FF;
    color: #0091E8;
    margin-left: 20px;
    border-radius: 5px;
}
.collection-box{
    width: 80px;
    height: 45px;
    margin-left: 20px;
}
.comment-box{
    background-color: white;
    width: 100%;
    height: 250px;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 4px;
    margin-top: 20px;
    position: relative;
}
.text-img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
}

textarea {
    width: 680px;
    height: 150px;
    outline: none;
    resize: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px;
    color: #660000;
    margin-top: 10px;
}
.comment-btn{
    width: 80px;
    height: 40px;
    position: absolute;
    background-color: #0091E8;
    color: white;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    top: 160px;
    right: 50px;
}
textarea:focus{
    border: 1px solid #0091E8;

}
.ul{
    background-color: white;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 4px;
    margin-top: 20px;
}
.ul-li-one{
    height: 200px;
    margin-left: 50px;
    background-color: #FAFBFC;
    margin-top: 30px;
    box-sizing: border-box;
    padding: 20px;
}
.text-img2{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 20px;
}
.text-comment{
    margin-right: 20px;
}

.bottom-box {
    width: 100%;
    background-color: #1E1E1E;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.box1 {
    width: 500px;
    height: 50px;
    line-height: 50px;
}

.bottom-box ul>li {
    font-size: 12px;
    color: gainsboro;
}

.bottom-right {
    width: 400px;
    text-align: center;
}

.bottom-right-a {
    margin-bottom: 10px;

}



