﻿body {}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.banner {
    width: 100%;
    height: 520px;
    overflow: hidden;
    position: relative;
    margin-bottom: 66px;
}

/* .banner .text {
    width: 650px;
    height: 350px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 136px;
    margin: auto;
} */
.banner .form{
    width: 430px;
    height: 520px;
    position: absolute;
    right: 360px;
    top: 0;
    background: rgba(255,255,255,.8);
    padding: 50px 40px;
}
.banner .form .register{
    text-align: center;
    color: #01b063;
    font-weight: bold;
    font-size: 36px;
}
.banner .form .form-item{
    font-size: 16px;
    margin-bottom: 32px;
}
.banner .form .form-item :nth-last-child(1){
    margin: 0;
}
.banner .form .form-item i{
    font-style: inherit;
    color: #ff0000;
    vertical-align: middle;
}
.banner .form .form-item span{
    color: #333333;
}
.banner .form .form-item input{
    background-color: #fff;
    width: 350px;
    height: 60px;
    color: #999;
    font-size: 16px;
    margin-top: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding-left: 20px;
}
.banner .form .checkbox{
    margin-top: 16px;
    font-size: 14px;
    color: #333;
}
.banner .form .checkbox input{
    vertical-align: middle;
}
.banner .form .btn{
    background: url("./images/btn.png") no-repeat center/cover;
    width: 350px;
    height: 60px;
    border-radius: 4px;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    margin-top: 40px;
}
@media screen and (max-width: 1720px) {
    .banner .form{
        right: 0;
    }
    /* .banner .text{
        left: 0;
    } */
}
.design{

}
.title{
    width: 268px;
    height: 92px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 40px;
}

.title::after{
    width: 70px;
    height: 6px;
    background-color: #01b063;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.list{
    display: flex;
    justify-content: space-between;
    margin: 0 auto 66px !important;
}
.list:nth-last-child(1){
    margin: 0 auto 78px !important;

}
.list .item{
    display: block;
}
.list .design-item{
    width: 370px;
    height: 350px;
    box-shadow: 0 0 6px #ddd;
    border-radius: 10px;
}
.list .design-item .img{
    height: 270px;
    overflow: hidden;
}
.list .design-item .img img{
    width: 100%;
}
.list .design-item .msg{
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #323232;
    font-size: 24px;
    background-color: #f7f7f7;
}
.style-item{
    width: 370px;
    height: 450px;
    box-shadow: 0 0 6px #ddd;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.style-item img{
    width: 100%;
}
.style-item .msg{
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 130px;
    height: 40px;
    border-radius: 20px;
    background-color: #fff;
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 40px;
}
.team-item{
    width: 240px;

}
.team-item .img{
    width: 240px;
    height: 450px;
    overflow: hidden;
}
.team-item .img img{
    display: block;
    width: 240px;
}
.team-item .msg{
    height: 90px;
    padding: 22px 0 0 20px;
}
.team-item .msg .name{
    font-size: 18px;
    color: #333;
}
.team-item .msg .year{
    font-size: 14px;
    color: #999;
}