﻿.MiddleBox{height:435px;width:100%}
.Bottom { background: url("https://www.jinri.cn/Images/APIBottom.jpg");height:400px;}
input.name {
    border: none;
    width: 200px;
    line-height: 30px;
    font-size: 14px;
    /*border-radius: 16px;*/
    padding-left: 46px;
    background-image: url(https://www.jinri.cn/Images/姓名.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 10px;
    background-color: transparent;
    color: white;
    border: 1px solid;
}
input.phone {
    border: none;
    width: 300px;
    line-height: 30px;
    font-size: 14px;
    /*border-radius: 16px;*/
    padding-left: 46px;
    background-image: url(https://www.jinri.cn/Images/手机.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 10px;
    background-color: transparent;
    color: white;
    border: 1px solid;
}
textarea.content {
    border: none;
    width: 680px;
    height: 100px;
    line-height: 30px;
    font-size: 14px;
    /*border-radius: 16px;*/
    padding-left: 20px;
    background-color: transparent;
    color: white;
    border: 1px solid;
}
input.add {
    border: none;
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    /*border-radius: 16px;*/
    background: #C20809;
    color: white;
}