main{
    padding-top: 146px; height: 100vh; box-sizing: border-box;
    min-width: 1240px;
    background: url(/public/img/solve-bg.png) no-repeat top center / cover;
}
.page-title{
    font-size: 60px; font-family: 'fz'; font-weight: 400;text-align: center;
    line-height: 1;
}
.type-list{
    margin: 48px auto;
    display: flex;align-items: center;justify-content: center;
}
.type-item{
    position: relative;
    padding-top: 66px;
    font-size: 24px;
    text-align: center;
    color: #000;
    line-height: 1;
    min-width: 170px;
    padding-left: 50px;
    padding-right: 50px;
}
.type-item::before{
    content: "";
    position: absolute;
    width: 48px;
    height: 50px;
    top: 0;
    left: 50%;
    margin-left: -24px;
    background-repeat: no-repeat;
    background-position: center;
}
.type-item:nth-child(1)::before{
    background-image: url(/public/img/psbeebyuvxd557z4amjnruqykajq84okmo3d30ad69-113b-44d5-b2c3-1054eda4e687.png);
}
.type-item:nth-child(2)::before{
    background-image: url(/public/img/ps8okg8l421u2wn06sd0vy5b9dtkx9ti1bc8bd7236-9542-44f9-8ba0-ca63f14706e3.png);
}
.type-item:nth-child(3)::before{
    background-image: url(/public/img/ps9fja6q28fk9dgfa8efzhgo850lxslzi5n5d3b7851-8643-4ad4-9c78-041d9c91f04b.png);
}
.type-item:nth-child(4)::before{
    background-image: url(/public/img/pslnjtkwy8m6koysgf7yckp9axgc6139ll6a0e4038d-88ee-4de6-b9f5-5c679bec2760.png);
}
.type-item::after{
    content: ""; position: absolute;display: block;
    width: 1px; height: 80px;
    left: 0;top: 5px; background-color: #dadada;
}
.type-item:nth-child(1)::after{content: none;}
.btn-get{
    margin: 48px auto;
    width: 120px; padding: 10px;
}

.solve-form-skin{border-radius: 24px!important;}
.solve-form-skin #alert-form{
    padding: 80px;
}
.solve-form-skin #alert-form .layer-title{
    font-size: 24px;
    font-weight: bold;position: relative;
    color: #333333; padding-bottom: 16px;
    line-height: 1; text-align: center;
    margin-bottom: 48px;
}
.solve-form-skin #alert-form .layer-title::after{
    content: "";
    position: absolute; display: block;
    width: 48px; height: 4px;
    background: #338AFF;
    border-radius: 2px; left: 0;right: 0;
    margin: auto; bottom: 0;
}
.solve-form-skin #alert-form .solve-ipt-group{
    display: flex;
    position: relative;
    justify-content: space-between;
    margin: 18px auto;
    width: 100%;
    max-width: 600px;
    align-items: end;
}
.solve-form-skin #alert-form .form-l-group {
    width: 66px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 36px;
}
.solve-form-skin #alert-form  .solve-ipt-group .form-group{
    flex: 1;
}
.solve-form-skin #alert-form  .solve-ipt-group .form-control{
    display: block;
    width: 100%;
    height: 36px;
    border: 1px solid #E6E9EC;
    border-radius: 20px;
    color: #000;
}
.solve-form-skin #alert-form .solve-ipt-group .form-control:hover,
.solve-form-skin #alert-form .solve-ipt-group .form-control:focus{
    border-color: var(--theme-color);
}
.solve-form-skin #alert-form .code-cont{
    display: flex; align-items: center;
    margin-top: 36px; padding: 36px 30px;
    border-top: 1px solid #E8EAED;
}
.solve-form-skin #alert-form .code{
    width: 108px; background-color: #a8c9c4;
    height: 108px; margin-right: 24px;
}
.solve-form-skin #alert-form .code-text-cont{
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}
.solve-form-skin #alert-form .btn{
    margin:0 auto 0;
}
.solve-form-skin .layui-layer-setwin .layui-layer-close2{
    background-position: 1px -40px;
    cursor: pointer;    right: 21px;
    top: 19px; width: 16px; height: 16px;
}
.solve-form-skin .layui-layer-setwin  .layui-layer-close2:hover{
    background-position: 1px -40px;
    opacity: .7;
}

@media (max-width: 768px){
    main{
        padding-top: 153px; min-width: auto;
        background-image: url(/public/img/solve-mob-bg.png);
        background-position: center;
    }
    .page-title{
        font-size: 28px;
    }
    .type-list{
        margin: 32px auto;
    }
    .type-item{
        padding-top: 33px;
        font-size: 12px;
        min-width: 84px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .type-item::before{
        width: 24px;
        height: 24px;
        margin-left: -12px; background-size: 24px auto;
    }
    .type-item::after{height: 40px;}
    .btn-get{
        margin: 24px auto;
        width: 90px;font-size: 12px;
    } 
    
        
    .solve-form-skin{border-radius: 12px!important;}
    .solve-form-skin #alert-form{
        padding: 55px 46px;
    }
    .solve-form-skin #alert-form .layer-title{
        font-size: 18px; padding-bottom: 11px;
        margin-bottom: 32px;
    }
    .solve-form-skin #alert-form .layer-title::after{
        width: 24px; height: 2px;
    }
    .solve-form-skin #alert-form .solve-ipt-group{
        margin: 9px auto;
    }
    .solve-form-skin #alert-form .form-l-group {
        width: 48px;
        font-size: 12px;
        line-height: 24px;
    }
    .solve-form-skin #alert-form  .solve-ipt-group .form-control{
        height: 24px;
    }
    .solve-form-skin #alert-form .code-cont{
        margin-top: 24px; padding: 24px 0 24px 10px;
    }
    .solve-form-skin #alert-form .code{
        width: 54px; 
        height: 54px; margin-right: 18px;
    }
    .solve-form-skin #alert-form .btn-login {
        margin: 0 auto;
        width: 200px;
        height: 32px;
        font-size: 12px;
        line-height: 32px;
    }
    .solve-form-skin #alert-form .code-text-cont{
        font-size: 12px;
        line-height: 15px;
    }
    .solve-form-skin .layui-layer-setwin .layui-layer-close2{
        right: 0;
        top: 0; 
    }
}