.assets_bottom {
    padding: 26px 0 0 85px;
}

.assets_bottom ul {
    height: 270px;
}

.assets_bottom li {
    height: 40px;
    margin-bottom: 30px;
}

.assets_bottom li span {
    display: inline-block;
    width: 75px;
    height: 100%;
    margin-right: 20px;
    text-align: right;
    font-size: 18px;
}

.assets_bottom li input {
    width: 378px;
    line-height: 40px;
    background-color: #f2f2f2;
    font-size: 18px;
    padding-left: 15px;
    color: #4d4d4d;
}

.assets_bottom li button {
    width: 124px;
    height: 100%;
    line-height: 40px;
	background-color: #ff5d2f;
    border-radius: 6px;
    font-size: 20px;
    color: #fff;
}