
/*在线留言right-one*/
.mess-right-one-zont4{
    line-height: 45px;
    height: 45px;
    background: #f2f2f2;
    margin-bottom: 15px;
}
.mess-right-one-zont41{
    display: inline-block;
    background: #53d1a3;
    height: 45px;
    width: 145px;
    color: #fff;
    font-size: 18px;
    padding-left: 16px ;
    position:relative;
    box-sizing: border-box;
    overflow: hidden;

}
.mess-right-one-zont41:after{
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    content: '';
    display: block;
    height: 0;
    border-bottom: 45px solid #f2f2f2;
    border-left: 18px solid transparent;
}

.mess-right-one-mess{
    padding: 50px 0 0 70px;
}

.mess1{


    margin-bottom: 15px;
}
.mess2{
    margin-bottom: 15px;
    width: 45%;

}
.mess3{

    width: 45%;
    margin-bottom: 15px;
}
.mess2 input{
    width: 100%;
    border: solid 1px #ddd;
    padding: 0 10px ;
    box-sizing: border-box;
    height: 43px;
}
.mess3 input{
    width: 100%;
    border: solid 1px #ddd;
    padding: 0 10px ;
    box-sizing: border-box;
    height: 43px;
}
.mess4{
    width: 60%;
    height: 150px;
}
.mess4 textarea{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    height: 150px;
    resize: none;
    border: solid 1px #ddd;
}
.mess5 input{
    width: 150px;
    height: 45px;
    border: none;
    background: #53d1a3;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 20px;
}