body{
    margin: 0px;
    font-family: "Roboto";
    background-color: rgb(246,239,232);
}
a{
    text-decoration: none !important;
}
.line{
    width: 100%;
    border: 1px solid black;
    margin-bottom: 80px;
}
.main{
    width: 1140px;
    background-color: white;
    margin: 0px auto;
    padding-top: 60px;
    padding-bottom: 40px;
}
.con{
    display: flex;
}
.m-l{
    padding-left: 20px;
    width: 55%;
}
.titles{
    color: #666;
    font-size: 20px;
    font-weight: bold;
}
.sm-title{
    font-size: 14px;
    color: #888;
    margin: 10px 0px 20px;
}
input{
    outline: none;
}
.form-line input,.form-line select{
    width: 100%;
    border: 2px solid rgb(221,221,221);
    height: 45px;
    border-radius: 6px;
    padding-left: 10px;
}
.exp{
    color: #999;
    font-size: 12px;
}
.mt80{
    margin-top: 40px;
}
.flex{
    display: flex;
}
.flex1{
    flex: 1;
}
.mr10{
    margin-right: 10px;
}
.md15{
    margin-bottom: 15px;
}
.m-r{
    margin-left: 40px;
}
.exps{
    font-size: 16px;
    color: #888;
}

.btns{
    margin-top: 20px;
    text-align: right;
}
.btns button{
    width: 400px;
    height: 50px;
    text-align: center;
    color: white;
    outline: none;
    background-color:rgb(215,93,42);
    border: none;
    cursor: pointer;
    border-radius: 6px;
}
.pro-info{
    display: flex;
    margin-bottom: 20px;
}
.pro-info .head{
    font-weight: bold;
    margin-top: 20px;
}
.db3{
    border-bottom: 2px solid #333;
}
.pro-info .head,.pro-info .txts{
    flex: 1;
}
.pd20{
    padding-bottom: 20px;
}
.tl{
    text-align: left;
}
.tr{
    text-align: right;
}

.three{
    color: #333;
    font-size: 16px;
}

.ent{
    color: #888;
    font-size: 14px;
}

