.aimain{
    width: 1366px;
    margin: 0 auto;
    margin-top: 25px;
}
.aimainM{
    width: 100%;
    display: flex;
    margin-top: 25px;
    justify-content: space-between;
}
.aimainML{
    width: 250px;
    background: #FAFAFA;
    border-radius: 5px;
    border: 1px solid #F1F1F1;
    padding: 23px 17px;
    height: calc(100vh - 160px);
    overflow-y: auto;
    position: sticky;
    top: 20px;
    align-self: flex-start;
}
.aimainML::-webkit-scrollbar {
    width: 4px;
}

.aimainML::-webkit-scrollbar-track {
    background: #FAFAFA;
    border-radius: 2px;
}

.aimainML::-webkit-scrollbar-thumb {
    background: #e6e6e6;
    border-radius: 2px;
}

.aimainML::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.aimainML .skill_list_LMs{
    width: 100%;
    height: 45px;
    border-radius: 23px;
    border: 1px solid #F1F1F1;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    font-size: 16px;
    color: #333333;
    line-height: 45px;
    background:
    linear-gradient(180deg, #FFF3F3 0%, #FFF3F3 100%) left top / 0 100% no-repeat,
    #ffffff;
    transition: background-size 0.35s ease;
}
.aimainML .skill_list_LMs:hover{
    background-size: 100% 100%, auto;
    border: 1px solid #E74237;
    color: #E74237;
}
.aimainML .skill_list_LMs.active{
    border: 1px solid #E74237;
    background: #FEF4F4;
    color: #E74237;
}
.aimainML .skill_list_LMs::after{
    display: block;
    content: "";
    width: 7px;
    height: 10px;
    background: url(../images/icon86.png) no-repeat;
    background-size: contain;
}
.aimainML .skill_list_LMs.active::after{
    background: url(../images/icon86s.png) no-repeat;
    background-size: contain;
}
.aimainML .skill_list_LMs:hover::after{
    background: url(../images/icon86s.png) no-repeat;
    background-size: contain;
}
.aimainMR{
    width: 1076px;
}
.aimainMR1{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.aimainMR1L{
    width: 687px;
    height: 220px;
    border-radius: 5px;
    border: 1px solid #F1F1F1;
    overflow: hidden;
    position: relative;
}
.aimainMR1L .swiper-slide{
    width: 100%;
    height: 100%;
    display: block;
}
.aimainMR1L .swiper-slide img{
    width: 100%;
    height: 100%;
}
.aimainMR1L.swiper .swiper-pagination-bullet{
    width: 25px;
    height: 6px;
    background: #C3C3C3;
    border-radius: 3px;
}
.aimainMR1L.swiper .swiper-pagination-bullet-active{
    background: #E74237;
}
.aimainMR1R{
    width: 350px;
    height: 220px;
    background: linear-gradient(to bottom, #FEF4F3, #FEFDFA);
    border-radius: 5px;
    border: 1px solid #F1F1F1;
    padding: 15px;
}
.aimainMR1RM{
    width: 100%;
    height: 160px;
    margin-top: 4px;
    overflow-y: auto;
}
.aimainMR1RM::-webkit-scrollbar {
    width: 4px;
}

.aimainMR1RM::-webkit-scrollbar-track {
    background: #FAFAFA;
    border-radius: 2px;
}

.aimainMR1RM::-webkit-scrollbar-thumb {
    background: #e6e6e6;
    border-radius: 2px;
}

.aimainMR1RM::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.aimainMR1RMs{
    width: 100%;
    padding: 12px 0;
    padding-left: 25px;
    position: relative;
}

.aimainMR1RMs::before{
    content: "";
    position: absolute;
    top: 0;
    left: 7px;
    width: 1px;
    height: 100%;
    background: #FFE6E3;
}
.aimainMR1RMs:first-of-type::before{
    height: calc(100% - 30px);
    top: auto;
    bottom: 0;
}
.aimainMR1RMs::after{
    content: "";
    position: absolute;
    top: 16px;
    left: 1px;
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/icon87.png) no-repeat;
    background-size: contain;
}
.aimainMR1RMs_title{
    width: 100%;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: #333333;
    line-height: 25px;
}
.aimainMR1RMs_title:hover{
    color: #E74237;
}
.aimainMR1RMs > p{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    margin-top: 8px;
}
.aimainMR2{
    width: 100%;
    margin-top: 30px;
    display: flex;flex-direction: column;
    gap: 40px;
}
.aimainMR2s{
    width: 100%;
    scroll-margin-top: 24px;
}
.aimainMR2M{
    width: 100%;
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 20px;
    row-gap: 25px;
}
.phpaitool23Ms{
    width: 100%;
    overflow: hidden;
    height: 95px;
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    border-radius: 3px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.phpaitool23Ms:hover{
    border: 1px solid #F13536;
}
.phpaitool23Ms > a{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #F3F3F3;
}
.phpaitool23Ms > a img{
    width: 100%;
    height: 100%;
}
.phpaitool23Ms > div{
    width: calc(100% - 76px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    overflow: hidden;
}
.phpaitool23Ms > div a{
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.phpaitool23Ms > div a:hover{
    color: #F13536;
}
.phpaitool23Ms > div span{
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.aimainMR3{
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 5px solid #F8F8F8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}
.aimainMR3 > img{
    width: 250px;
    height: 160px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #F1F1F1;
}
.aimainMR3_qrcode{
    width: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.aimainMR3_qrcode > div{
    width: 128px;
    height: 128px;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #F1F1F1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aimainMR3_qrcode > div > img{
    width: 109px;
    height: 109px;
}
.aimainMR3_qrcode > span{
    text-align: center;
    display: block;
    margin-top: 12px;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
}
.aimainMR3_info{
    /* width: 646px; */
    flex: 1;
}
.aimainMR3_info h1{
    font-size: 22px;
    color: #333333;
    line-height: 26px;
    font-weight: 700;
}
.aimainMR3_info > p{
    width: 100%;
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    margin-top: 15px;
}
.aimainMR3_info > div{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 15px;
}
.aimainMR3_info > div > a{
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    padding: 0 10px;
    background: #F8F8F8;
    border-radius: 15px 15px 15px 15px;
    border: 1px solid #F1F1F1;
}
.aimainMR3_info > div > a:hover{
    border: 1px solid #E74237;
    background: #FDF5F5;
    color: #F13536;
}
.aimainMR3_info > div > span{
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}
.aimainMR3_btn{
    display: inline-block;
    margin-top: 20px;
    width: 200px;
    height: 40px;
    border-radius: 20px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    background: linear-gradient(to right, #F74D4D, #FB2C8E);
}
.aimainMR3_btn:hover{
    background: linear-gradient(to right, #FD3131, #FD0379);
    color: #FFFFFF;
}
.aimainMR4{
    width: 100%;
    margin-top: 30px;
    background: #FFFAFA;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #FEEAE9;
    padding: 12px 18px;
}
.aimainMR4 > span{
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    display: flex;
    align-items: center;
    font-weight: 700;
    gap: 8px;
}
.aimainMR4 > span::before,
.aimainMR4 > span::after{
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background: url(../images/icon88.png) no-repeat;
    background-size: contain;
}
.aimainMR4 p{
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.aimainMR5{
    width: 100%;
    margin-top: 40px;
}
.aimainMR6{
    width: 100%;
    height: 90px;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #F1F1F1;
    margin-top: 40px;
}
.aimainMR6 img{
    width: 100%;
    height: 100%;
}
.aimainMR7{
    width: 100%;
    margin-top: 40px;
}
.aimainMR7 > span{
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.aimainMR7 > span::before{
    display: block;
    content: "";
    width: 18px;
    height: 17px;
    background: url(../images/icon89.png) no-repeat;
    background-size: contain;
}
.aimainMR7 > textarea{
    display: block;
    width: 100%;
    height: 164px;
    background: #FAFAFA;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #F1F1F1;
    padding: 15px 20px;
    margin-top: 22px;
    resize: none;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}
.aimainMR7 > textarea::placeholder{
    color: #999999;
}
.aimainMR7_input{
    width: 100%;
    margin-top: 27px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aimainMR7_input > input{
    width: 345px;
    height: 40px;
    background: #FAFAFA;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #F1F1F1;
    padding: 0 17px;
    font-size: 16px;
    color: #333333;
    line-height: 40px;
}
.aimainMR7_input > input::placeholder{
    color: #999999;
}
.aimainMR7_btn{
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
    margin-top: 24px;
}
.aimainMR7_btn > button{
    width: 120px;
    height: 40px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 40px;
    border: none;
    border-radius: 5px;
    background: linear-gradient(to right, #F74D4D, #FB2C8E);
}
.aimainMR7_btn > button:hover{
    background: linear-gradient(to right, #FD3131, #FD0379);
    color: #FFFFFF;
}
.aimainMR8{
    width: 100%;
    margin-top: 30px;
}
.aimainMR8s{
    width: 100%;
    padding-top: 35px;
    border-top: 1px solid #F1F1F1;
}
.aimainMR8s_f{
    width: 100%;
    display: flex;
    gap: 30px;
}
.aimainMR8s_f_img{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #F1F1F1;
}
.aimainMR8s_f > div{
    width: calc(100% - 76px);
}
.aimainMR8s_f_name{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    font-weight: 700;
}
.aimainMR8s_f > div > p{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    width: 100%;
    margin-top: 12px;
}
.aimainMR8s_f > div > b{
    font-size: 14px;
    color: #999999;
    line-height: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 3px;
    margin-top: 10px;
}
.aimainMR8s_f > div > b::before{
    display: block;
    content: "";
    width: 14px;
    height: 15px;
    background: url(../images/icon32.png) no-repeat;
    background-size: contain;
}
.aimainMR8s_s{
    width: 996px;
    display: flex;
    gap: 20px;
    margin-top: 20px;
    margin-left: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}
.aimainMR8s_s_img{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #F1F1F1;
}
.aimainMR8s_s > div{
    width: calc(100% - 58px);
}
.aimainMR8s_s_name{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    font-weight: 700;
}
.aimainMR8s_s > div > p{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    width: 100%;
    margin-top: 12px;
}
.aimainMR8s_s > div > b{
    font-size: 14px;
    color: #999999;
    line-height: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 3px;
    margin-top: 10px;
}
.aimainMR8s_s > div > b::before{
    display: block;
    content: "";
    width: 14px;
    height: 15px;
    background: url(../images/icon32.png) no-repeat;
    background-size: contain;
}