.txtarea{
    float: none;
    margin: 0 auto;
    margin-left: none;
    width: 800px;
    margin: 0 auto;
    position: relative;
}
.txtarea p{
    margin-top: 15px;
    text-indent: 2em;   
    font-size: 18px;    
}
.txtarea strong p{
    text-align: left;
    font-size: 24px;
    text-indent: none;
}
.about{ 
    margin-bottom:50px; 
    height: 600px;;
    margin-top: 50px;
    padding-top: 50px;
    background-color: white;    
    /* border: 1px solid gray; */
}
input{
    border: 1px solid gray;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
}   
#touth p{
    display: inline;    
}
.contain-main{
    border-radius: 5px;
}
.sex {
    display: inline;
    height: 40px;
    line-height: 40px;
}
.sex input{
    height: 10px;
    width: 15px;
}
.send{
    text-align: center;
    text-indent: 2em;
    /* display: block; */
    width: 250px;
    height: 50px;
    line-height: 50px;;
}
.comment {
    font-size: 50px;
    /* color: rgb(193, 219, 74);			 */
    color:#ffd302;
}
.comment li {
    float: left;
}
ul { list-style: none;}
.star{
    width: 500px;
    height: 100px;
    margin-top: 20px;
}
.exit{
    width: 200px;
    height: 70px;
    position: absolute;
    bottom:10px;
    right: 20px;
    border: 3px solid #ffd302;
    /* background-color: #ffd302; */
    border-radius: 8px;
}
.exit a{
    width: 200px;
    height: 70px;
    color: #ffd302;
    font-weight: bolder;
    display: inline-block;
    text-align: center;
    line-height: 70px;
    font-size: 16px;
    /* padding: 0 69px; */
}
.exit:hover{
    color: rgb(100, 98, 98);
    background-color: #ffcc00;
    border: 3px solid white;
}
.exit a:hover{
    color: black;
}
#mail{
    margin-left: 50px;
    color: red;
}