.replace{
    margin-top: 0;
    float: left;
    width: 100%;
    height: 800px;
    background: #f9f9f9;
}
.replace .rep-ban{background: url("../image/replace.jpg") no-repeat;height: 400px;float: left;width: 100%;}
.replace .rep-ban .txt1{
    font-size: 40px;
    color: #fff;
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 100px;
    display: none;
}
.rep{ position: relative}
.replace  .rep-box{
    width: 800px;
    float: left;
    /* margin: 0 0 0 40%; */
    background: #fff;
    height: 500px;
    position: absolute;
    top: 240px;
    /* border-radius: 10px; */
    /* box-shadow: 1px 1px 9px 2px #d0d0d0; */
    border-radius: 16px;
}
.replace  .rep-box .rep-form{
    width: 600px;
    float: left;
    margin: 100px 0 0 100px;
}
.replace  .rep-box .rep-form img{
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
    display: none;
}
.replace  .rep-box .rep-form .rep-name{
    width: 198px;
    float: left;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    position: relative;
    background: linear-gradient(180deg, #008AE4, #60B8FF);
    margin-bottom: 10px;
    font-size: 22px;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.replace .rep-box .rep-form .rep-name:after{ content: ""}
.replace .rep-box .rep-form .rep-name:before{ content: ""}
.replace  .rep-box .rep-form .inp{
    width: 100%;
    float: left;
    height: 45px;
    border: 2px solid #0094E8;
    text-indent: 20px;
    border-radius: 8px;
}
.replace  .rep-box .rep-form .ser{
    background: linear-gradient(180deg,#2295f7,#0b75bf);
    width: 80px;
    float: left;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: #0094E8;
    float: right;
    margin-top: 10px;
    border-radius: 6px;
}
.replace .rep-box .rep-form .ser:hover{ background: #0a58ca}
.rlist{
    float: left;
    margin-top: 20px;
    width: 100%;
}
.rlist ul{
    padding-left: 0;
}
.rlist ul li{
    float: left;
    width: 33%;
    text-align: left;
}
.rlist ul li a{
    font-size: 16px;
}
