/*Ë°ÎñÉê±¨*/
#reg1{
    width: 100%;
}
#reg1 ul{
    width: 100%;
    min-height:216px;
    display: table;
    clear: both;
}
#reg1 ul li{
    width: 370px;
    height:216px;
    background: #ff7578;
    float: left;
    display: table;
    margin-right:16px;
    margin-bottom:10px;
    position: relative;
}
#reg1 ul li:nth-child(2){
    background: #488fe7;
}
#reg1 ul li:nth-child(2) button{
    box-shadow: 2px 2px 4px 4px #4780d7;
}
#reg1 ul li:nth-child(3){
     background: #7566ff;
 }
#reg1 ul li:nth-child(3) img{
    position: absolute;
    top:40px;
    left:45px;
}
#reg1 ul li:nth-child(3) button{
    box-shadow: 2px 2px 4px 4px #7e63ed;
}
#reg1 ul li:last-of-type{
    margin-right:0;
}
#reg1 ul li img{
    width: 98px;
    position: absolute;
    top:55px;
    left:45px;
}
#reg1 ul li p{
    text-align: center;
    margin-top:10px;
    font-size: 30px;
    color:#fff;
    position: absolute;
    top:35px;
    left:196px;
}
#reg1 ul li button{
    width: 113px;
    height:43px;
    position: absolute;
    bottom:55px;
    left:196px;
    border:none;
    border-radius: 8px;
    box-shadow: 2px 2px 4px 4px #d46a6a;
    background: #fff;
}
#reg1 ul li button a{
    color:#ff8214;
    font-size: 18px;
}

#reg2 li{
    width: 382px;
    height:230px;
    float: left;
    margin-bottom:20px;
    margin-right:18px;
    background: #ebebeb;
    text-align: center;
}
#reg2 li:last-of-type{
    margin-right:0;
}
#reg2 li p:first-of-type{
    text-align: center;
    color:#ff8214;
    font-weight: bold;
    font-size: 24px;
    margin-top:20px;
    line-height: 35px;
}
#reg2 li p:last-of-type{
    width: 57%;
    text-align: left;
    margin-left:22%;
    font-size: 18px;
    margin-top:20px;
    line-height: 28px;
    margin-bottom:15px;
}
#reg2 li  button{
    width: 187px;
    height:40px;
    border:none;
    border:1px solid #ff8b34;
    border-radius: 8px;
    background: #ff8b34;
    box-shadow: 2px 2px 4px 4px #f2f2f2;
}
#reg2 li button a{
    color:#fff;
    font-size: 16px;
}

#reg3 li{
    width: 382px;
    height:230px;
    float: left;
    margin-right:18px;
    background: #ebebeb;
    text-align: center;
}

#reg3 li:last-of-type{
    margin-right:0;
}

#reg3 li p:first-of-type{
    margin-top:20px;
    font-size: 30px;
    color:#ff8214;
    font-weight: bold;
}
#reg3 li p:last-of-type{
    width: 80%;
    margin-left:10%;
    font-size: 20px;
    margin-top:40px;
    line-height: 28px;
    margin-bottom:30px;
}