* {
    padding: 0;
    margin: 0;
}
.content{
    width: 100%;
    min-width: 1200px;
    height: 91.5vh;
    min-height: 850px;
    background: url("../image/btn-01.png") no-repeat no-repeat left center;
    background-size: 100% 100%;
    
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.content-inner {
    width: 850px;
    height: 560px;
    
}
.content-inner-left,.content-inner-right{
    float: left;
    height: 100%;
}
.content-inner-left{
    width: 350px;
}
.content-inner-left img{
    width: 100%;
    height: 100%;
}
.content-inner-right{
    background: #ffffff;
    width: 500px;
    display: flex;
    align-items: center;
    color: #333333;
}
.content-inner-right-inner {
    width: 400px;
    margin-left: 50px;
}
.content-inner-right-inner-title {
    font-size: 26px;
    margin-bottom: 20px;
}
.content-inner-right-inner-dec {
    width: 357px;
    font-size: 14px;
    margin-bottom: 26px;
}
.content-inner-right input {
    width: 360px;
    height: 36px;
    margin-top: 20px;
    font-size: 16px;
    padding: 0 20px;
    border:1px solid #f1f1f1;
}
input::-webkit-input-placeholder { 
    color: #999999;
}
:-moz-placeholder { 
    color: #999999;
}
::-moz-placeholder { 
    color: #999999;
}
input:-ms-input-placeholder { 
    color: #999999;
}
input::-ms-input-placeholder { 
    color:  #999999;
}
.content-inner-right-inner-btn {
    margin: 40px 0 0 20px;
}
button {
    outline: none;
    border: none;
    border-radius: 4px;
    width: 150px;
    height: 50px;
    color: #333333;
    font-size: 16px;
}
.save {
    background: #5E75E6;
    color: #ffffff;
}
.cancel {
    background: #F1F1F1;
    color: #666666;
    margin-left: 60px;
}