.layui-carousel img {
    height: 100%;
    width: 100%;
}

.index-info-img {
    width: 64px;
    height: 52px;
    margin: auto;
}

.index-info .title {
    font-size: 22px;
    color: #787878;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.index-info .desc {
    font-size: 12px;
    color: #a6a6a6;
    line-height: 20px;
    text-align: center;
}

.category-select .category-list .layui-btn:hover {
    color: #09bb07 !important; 
    font-weight: bold;
}

.category-select .category-list .layui-btn {
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.category-select .category-list .second-category-list {
    border-top: 1px solid #f5f5f5;
    padding-top: 15px;
}

.category-select .layui-btn.layui-this{
    background: rgba(0, 179, 138, 0.05);
    border-color: #09bb07 !important; 
    color: #09bb07 !important; 
    font-weight: bold;
}

.text-align-center {
    text-align: center;
}

.align-items-center {
    display: flex;
    align-items: center;
}

.index-info .layui-col-xs3 {
    border-right: 1px solid #f2f2f2;
}

.index-info .layui-col-xs3:nth-child(4) {
    border-right: none;
}

.sy_modular_list {
    border-right: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    height: 345px;
    position: relative;
}

.sy_modular_list:nth-child(3) {
    border-right: none;
}

.sy_modular_list:nth-child(6) {
    border-right: none;
}

.sy_modular_list:nth-child(7) {
    border-bottom: none;
}

.sy_modular_list:nth-child(8) {
    border-bottom: none;
}

.sy_list_top img {
    margin-top: 95px;
    width: 72px;
}

.sy_list_top .list_bot_name {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin: 0;
    font-size: 24px;
    line-height: 44px;
    color: #666;
    font-family: microsoft yahei;
    margin-top: 5px;
}

.sy_modular_list:hover .sy_list_top {
    opacity: 0
}

.sy_modular_list:hover .sy_list_bot {
    display: block;
    opacity: 1
}

.sy_list_bot {
    cursor: default;
    display: block;
    padding-bottom: 5px;
    color: #35d48f;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    overflow: auto;
    height: 325px;
    text-align: left;
}

.sy_list_bot::-webkit-scrollbar {
    display: none; /* Chrome/Safari/Opera */
}

.list_bot_a, .sy_list_bot {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.list_bot_a {
    text-align: center;
   -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.sy_modular_list:hover .list_bot_a {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.list_bot_a a {
    color: #09bb07;
    width: 38%;
    margin: 15px 5px 0 5px;
    border: 1px solid #09bb07;
    border-radius: 100px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
}

.list_bot_a a:hover {
    background: #09bb07;
    border: 1px solid #09bb07;
    color: #fff;
    cursor: pointer
}

.list_bot_name {
    text-align: center;
    color: #666;
    font-size: 24px;
    margin-top: 20px;
}

.app-download {
    height: 1000px;
    width: 100%;
    position: relative;
    background: url(https://szh-nrffpt-1253363920.cos.ap-chongqing.myqcloud.com/consult/uploads/20251218/5231630d3e784504368327352457c62f.png) 50%;
}

.app-option {
    height: 100%;
    width: 560px;
    position: absolute;
    right: 0;
    z-index: 1;
}

.app-item-01 {
    top: 255px;
    width: 409px;
    height: 56px;
}

.app-item-01, .app-item-02, .app-item-03 {
    position: absolute;
    left: 0;
}

.app-item-02 {
    top: 335px;
    width: 626px;
    height: 100px;
}

.app-item-03 {
    top: 500px;
    width: 420px;
    display: flex;
    align-items: center;
}

.app-qrcode {
    float: left;
    margin-left: 60px;
    width: 130px;
    height: 130px;
    border: 8px solid #ffffff;
    border-radius: 8px 0 8px 8px;
}

.qrocde-info {
    background-color: #fff;
    padding: 20px;
}

.qrocde-info .qrcode {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: initial;
    width: 164px;
    height: 164px;
    padding: 5px;
    box-sizing: border-box;
    margin: 0 auto;
    background-image: url('/static/images/code_bg.png');
}