﻿*{ margin:0px; padding:0px; box-sizing:border-box; }
body 
{
    line-height:1.5;
    font-family:微软雅黑;
}
a{ text-decoration:none;}
ul,li{ list-style:none; }

.title{ text-align:center; margin-bottom:30px; font-size:40px; }
.review{ 
    position: relative;  
    margin:30px auto; 
}
.area{
    position: relative; 
    margin:30px auto; 
    width: 650px;
}
.in{ 
    height: 80px;
    padding-left: 5px;
    line-height: 20px;
    font-size: 15px; 
    width: 500px;
    background-color: rgb(247, 247, 247);
    border-radius: 5px;
    resize: none;
    margin-bottom: 15px; 
}
.btn
{
    float:right;
    margin-left: 10px;
    height: 80px;
    width: 130px;
    line-height: 80px;
    text-align: center;
    font-size: 20px; 
    border-radius: 5px;
    background:#000000; 
    color:#fff;
    cursor:pointer;
} 
.view{
    background-color: white;
    border-radius: 10px; 
    width: 650px;
    overflow: auto;
}
.re{
    color: black;
    float: left;
    height: 100px;
    width: 100%;
    border-bottom: 1px dashed rgb(107, 107, 107);
}
.re h3{
    color: rgb(255, 156, 173);
}
.re div{
    position: relative;
    font-size: 14px;
    top: 21px;
}
.pic{
    float: left;
    margin-top: -17px;
    margin-right: 10px;
    height: 80px;
    width: 80px;
    background-color: white;
    border-radius: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.contain{
    position: absolute;
    top: 60px;
    left: 420px;
    color: black;
}
.del{
    margin-top: 5px;
    color: black;
    float: right;
    font-size: 25px;
    cursor:pointer;
}