.main{
    background-color: white;
}
.pay-step-info {
    background-color: #F3F8FE;
    padding: 28px 0;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.29);
}
.pay-step-info-tip {
    border-left: 4px solid #6D6D6D;
    color: #6E6E6E;
    font-size: 25px;
    padding-left: 15px;
}
.sel-type {
    text-align: center;
    padding-bottom: 50px;
}
.sel-type-title {
    color: #323232;
    font-size: 25px;
    padding: 30px;
    font-weight: bold;
}
.sel-type-list-one {
    display: inline-block;
    width: 245px;
    height: 380px;
    border: 2px solid #EFF0F4;
    padding: 30px;
    box-sizing: border-box;
    cursor: pointer;
}
.sel-type-list-one-title {
    color: #323232;
    font-size: 25px;
}
.sel-type-list-one-img {
    padding-top: 40px;
    padding-bottom: 45px;
}
.sel-type-list-one-info {
    font-size: 18px;
    color: #A4A4A4;
}
.sel-type-list-one-btn {
    width: 168px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #A4A4A4;
    margin: 25px auto 0px auto;
    border: 2px solid #EFF0F4;
}
.sel-type-list-one:hover {
    box-shadow: 0px 0px 18px 0px rgba(180, 180, 180, 0.5);
}
.sel-type-list-one:hover .sel-type-list-one-info{
    color: #5E626F;
}
.sel-type-list-one:hover .sel-type-list-one-btn{
    background-color: #F66D31;
    border: 2px solid #F66D31;
    color: white;
}





















