::-moz-selection {background: #009688;color: #FFF; }
::selection {background: #159b76;color: #FFF; }
::-webkit-scrollbar {width: 0px;height: 0px; }
::-webkit-scrollbar-thumb {border-radius: 10px;background-color: #bdbdbd;-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
body {
    background-color: #f7f9fa !important;
    --color-primary: #0e2b7c;
    --color-dark: #111827;
    --color-dark1: #374151;
    --color-danger: #ef4444;
    --color-gray: #6b7280;
    --color-gray1: #64748b;
    --color-gray2: #9ca3af;
    --color-gray3: #aaaaaa;
    --color-light: #f5f7fa;
    --color-light1: #e2e8f0;

}
.wi {font-size: unset;}
.block-box{background-color: #fff; border-radius: 12px; padding: 15px; box-shadow: 0 2px 8px rgba(0,0,0,0.05);}
.block-head{ padding: 0 0 12px;}
.block-name{ color: #111827; font-weight: bold; font-size: 18px; line-height: 28px;}
.block-help{ color: #6b7280; font-size: 10px;}

.col-primary{color: var(--color-primary);}
.col-dark{color: var(--color-dark);}
.col-dark1{color: var(--color-dark1);}
.col-danger{color: var(--color-danger);}
.col-gray{color: var(--color-gray);}
.col-gray1{color: var(--color-gray1);}
.col-gray2{color: var(--color-gray2);}
.col-gray3{color: var(--color-gray3);}
/*.col-light{color: #f5f7fa;}*/
/*.col-light{color: #e2e8f0;}*/

.btn{display: inline-block; white-space:nowrap; padding: 12px 50px; line-height: 1; border-radius: 50px; font-size: 14px; background-color: #fff; color: var(--color-dark1); outline: 0; border: 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08);}
.btn.btn-primary{background-color: var(--color-primary); color: #fff; font-weight: bold; box-shadow: 0 4px 12px rgba(14,43,124,0.2);}
.btn.primary{color: var(--color-primary); background-color: var(--color-light); border:1px solid var(--color-primary); box-shadow: 0 1px 2px 0 rgb(0, 0, 0, 0.05); }
.btn.radius{border-radius: 8px;}
.btn.block{display: block; width: 100%;}
.btn.sm{padding: 8px 15px;}
.btn.md{ padding-top: 17px; padding-bottom: 17px;}
.btn-group{display: flex; align-items: center; justify-content: center;}
.btn-group.sm .btn{}
.btn-fixed{position: fixed; z-index: 10; left: 0; bottom: 50px; width: 100vw;}

.banner-box {position: relative;background-image: url('../images/banner.jpg');background-size: cover;background-position: center center;min-height: 200px;overflow: hidden;border-radius: 0 0 20px 20px;}
.banner-box .banner-bg{ position: absolute; z-index: 1; width: 100%; height: 100%; background-color: rgba(14, 43, 124, 0.6);}
.banner-box .banner-logo{position: absolute; z-index: 2; width: 100%; height: 100%; }
.banner-box .banner-logo img{display: block; height: 70px; margin: 0 auto;}
.banner-box .banner-body{position: absolute; z-index: 3; width: 100%; height: 100%; padding: 32px 20px; color: #fff;}
.banner-box .logo{ padding-right: 10px;}
.banner-box .logo img{display: block; width: 110px;}
.banner-box .ai-name{font-size: 22px; font-weight: bold; margin-bottom: 10px; line-height: 32px;}
.banner-box .ai-intro{font-size: 14px; line-height: 20px; margin-bottom: 10px; color: rgba(230, 237, 255, 1);}
.banner-box .ai-notice{font-size: 12px; line-height: 16px; color: rgba(201, 210, 232, 1);}

.dialog-box{padding: 15px; margin-top: -25px; z-index: 10; position: relative;}
.dialog-name{ color: #0e2b7c; font-size: 18px; font-weight: bold; line-height: 28px; margin-bottom: 5px;}
.dialog-intro{color: #6b7280; font-size: 12px; line-height: 16px;}
.dialog-box .dialog-icon{ width: 40px; height: 40px; line-height: 1; color: #0e2b7c; font-size: 24px; background-color: rgba(14, 43, 124, 0.05); border-radius: 50%;}
.dialog-items{ overflow-x: auto; padding: 8px 0 16px; gap: 8px;}
.dialog-items .item{color: rgba(55, 65, 81, 1); font-size: 12px; line-height: 16px; padding: 8px 16px; background-color: rgba(245, 247, 250, 1); border-radius: 8px; white-space: nowrap;}
.dialog-start{ box-shadow: 0 4px 12px rgba(14,43,124,0.3); color: #fff; background-color: #0e2b7c; font-size: 14px; font-weight: bold; line-height: 20px; padding: 8px 0; text-align: center; border-radius: 8px;}

.agent-box{padding: 0 15px 15px;}
.agent-box .item{width: 50%; margin-bottom: 12px; text-align: center;}
.agent-box .item:nth-child(odd){padding-right: 6px;}
.agent-box .item:nth-child(even){padding-left: 6px;}
.agent-box .item-icon{color: #0e2b7c; font-size: 24px; margin-bottom: 8px; line-height: 1;}
.agent-box .item-name{ color: #111827; font-size: 14px; font-weight: bold; line-height: 20px; margin-bottom: 4px;}
.agent-box .item-intro{ color: #6b7280; font-size: 10px; line-height: 16px;}

.service-box{padding: 0 15px 24px;}
.service-box .service-items{ padding: 24px 0;}
.service-box .item{text-align: center; flex: 1; }
.service-box .item-icon{width: 48px; height: 48px; line-height: 1; color: #374151; font-size: 24px; background-color: #f5f7fa; border-radius: 50%; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); margin: 0 auto 12px;}
.service-box .item-name{ color: #111827; font-size: 12px; font-weight: bold; line-height: 16px;}

.tools-box{padding: 0 15px 24px;}
.tools-box .tools-items{ gap: 12px;}
.tools-box .item{flex: 1; display: flex; gap: 12px;}
.tools-box .item-icon{ color: #0e2b7c; font-size: 24px;}
.tools-box .item-body{ flex:1; }
.tools-box .item-name{ color: #111827; font-size: 14px; font-weight: bold; line-height: 20px; margin-bottom: 3px;}
.tools-box .item-intro{ color: #6b7280; font-size: 10px; line-height: 16px;}


.tabbar-box{position: fixed; z-index: 100; left: 0; bottom: 0; width: 100vw; background-color: #fff; line-height: 1; box-shadow: 0 -2px 8px rgba(0,0,0,0.05);}
.tabbar-box .item{flex: 1; padding: 10px 0;  text-align: center; color: #64748b;}
.tabbar-box .item.active{color: #0e2b7c;}
.tabbar-box .item-icon{ font-size: 24px; margin-bottom: 8px;}
.tabbar-box .item-text{ font-size: 12px;}
.tabbar-blank{height: 65px;}

.copyright{padding: 0 0 24px;}
.copyright.with-top{padding-top: 24px;}
.copyright img{display: block; height: 32px; margin: 0 auto;}

/*search-box*/
.search-box{padding: 8px 15px;}
.search-body{background-color: #f5f7fa; border-radius: 100px; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);}
.search-icon{padding: 0 10px 0 15px; color: #9ca3af;}
.search-input{width: 100%; height: 40px; line-height: 40px;}
.search-input::placeholder{color: #9ca3af;}
.search-btn{ width: 60px; line-height: 40px; text-align: center;}

/*category-box*/
.category-box{ overflow-x: auto; margin: 0 15px;}
.category-body{display: flex; gap:8px; padding: 5px 0 8px;}
.category-body .item{display: inline-block; padding: 0 16px; font-size: 14px; font-weight: 500; line-height: 32px; background-color: #f5f7fa; color: #6b7280; border-radius: 50px;}
.category-body .item.active{background-color: #0e2b7c; color: #fff;}

/*download*/
.datum-lists{}
.datum-lists .item{border-top:1px solid #f2f7fd; padding: 15px;}
.datum-lists .item-title{color: #111827; font-size: 14px; line-height: 20px; font-weight: bold;}
.datum-lists .item-intro{color: #6b7280; font-size: 10px; padding-top: 3px;}
.datum-lists .item-icon{ margin-right: 5px;}
.datum-lists .item-icon img{display: block; width: 24px;}
.datum-lists .item-more{ color: #9ca3af; font-size: 10px;}

.label-items{gap: 4px; line-height: 1; font-size: 12px; padding-top: 5px;}
.label-items .label-item{background-color: #f5f7fa; color: #0e2b7c; border-radius: 3px; padding: 4px 5px; border:1px solid rgba(14, 43, 124, 0.1);}


/*detail*/
.detail-box{background-color: #fff;}
.detail-head{ padding: 15px; line-height: 1.5; font-size: 24px ;font-weight: bold; text-align: center; border-bottom: 1px solid #f7f9fc;}
.detail-content{padding: 15px; font-size: 14px; line-height: 2;}
.detail-refer{padding: 15px; font-size: 12px; line-height: 2; color: #333; font-weight: bold; border-top: 1px solid #f2f2f2;}

/*合同审查-contract*/
.file-box{padding: 24px; border-radius: 12px; text-align: center; background-color: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.05); color: var(--color-primary);}
.file-upload-icon{display: flex; align-items: center; justify-content: center; line-height: 1; width: 64px; height: 64px; font-size: 32px; background-color: var(--color-light); border-radius: 50%; margin: 0 auto 20px;}
.file-header{font-size: 18px; line-height: 28px; color: var(--color-dark); font-weight: bold; }
.file-lists{ padding-top: 10px;}
.file-lists .item{border-top:1px solid #f2f7fd; padding: 15px 0;}
.file-lists .item-title{color: #111827; font-size: 14px; line-height: 20px; font-weight: bold;}
.file-lists .item-intro{color: #9ca3af; font-size: 10px; padding-top: 3px;}
.file-lists .item-info{font-size: 12px; padding-top: 5px; color: var(--color-gray1);}
.file-lists .item-icon{ margin-right: 5px;}
.file-lists .item-icon img{display: block; width: 24px;}
.file-lists .item-more{ color: #9ca3af; font-size: 10px; padding-left: 5px;}

.file-upload-lists{font-size: 14px; padding-top: 10px;}
.file-upload-lists .item{border-top:1px solid #f2f7fd; padding: 12px 0; display: flex; align-items: center; justify-content: space-between;}
.file-upload-lists .item-remove{color: var(--color-danger); font-size: 12px;}

/*法务对话-consult*/
.welcome-box{padding: 15px; margin-bottom: 20px; border-radius: 12px; background-color: #fff;}
.welcome-group + .welcome-group{margin-top: 15px;}
.welcome-items{font-size: 14px;}
.welcome-items.type-text{ line-height: 1.8;}
.welcome-items.type-text .item{display: flex; justify-content: space-between; font-size: 14px; color: #374151;}
.welcome-items.type-text .item.item-bold{ color: #0e2b7c; font-weight: 550;}
.welcome-items.type-text .item.item-small{ color: #6b7280; font-size: 12px;}
.welcome-items.type-text .item .item-icon{margin-right: 5px;}
.welcome-items.type-icon{display: flex; flex-flow: row wrap; gap: 12px; line-height: 1; text-align: center; margin-bottom: 0px;}
.welcome-items.type-icon .item{ width: calc(33.33% - 8px); color: #111827; border:1px solid #eee; padding: 12px 0; border-radius: 12px; box-shadow:0 2px 8px rgba(0,0,0,.05); }
.welcome-items.type-icon .item-icon{color: #0e2b7c; font-size: 22px; margin-bottom: 8px; }
.welcome-items.type-icon .item-name{font-size: 12px; font-weight: 550;}
.welcome-items.type-link{display: flex; flex-flow:row wrap; gap: 8px;}
.welcome-items.type-link .item{background-color: #f5f7fa; color: #6b7280; font-size: 12px; padding: 6px 12px; border-radius: 20px;}


/*user-center*/
.user-head{background-color: #0e2b7c; color: #fff; padding: 70px 0 50px; text-align: center; border-radius: 0 0 24px 24px;}
.user-head.no-radius{border-radius: 0;}
.user-head .user-avatar{width: 80px; height: 80px; margin: 0 auto 20px; background-color: rgba(255,255,255,0.2); border-radius: 50%; font-size: 42px;}
.user-head .user-name{color: #e2e8f0; font-size: 20px; font-weight: 700; line-height: 28px;}
.user-head .user-mobile{opacity: 0.7; font-size: 12px; line-height: 16px;}

.menu-links{padding: 24px 15px;}
.menu-links .item{display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); border-radius: 12px; background-color: #fff;}
.menu-links .item + .item{margin-top: 12px;}
.menu-links .item-name{flex: 1; color: #111827; font-weight: 500; font-size: 14px;}
.menu-links .item-icon{color: #0e2b7c; background-color: #f5f7fa; font-size: 16px; width: 36px; height: 36px; line-height: 36px; border-radius: 50%; text-align: center;}
.menu-links .item-more{color: #9ca3af; font-size: 12px;}


/*form-box*/
.form-box{background-color: #fff; border-top: 1px solid #f2f7fd; border-bottom: 1px solid #f2f7fd;}
.form-box + .form-box{margin-top: 10px;}
.form-group{display: flex; justify-content: space-between; align-items: center; padding: 10px 15px; min-height: 61px; font-size: 14px;}
.form-group + .form-group{border-top: 1px solid #f2f7fd;}
.form-group .form-label{ color: #6b7280;}
.form-group .form-label.must:after{position: absolute; content: '*'; color: #ffb800; font-size: 16px; font-weight: bold; line-height: 1; margin-top: 6px;}
.form-group .form-input{flex: 1; color: #111827;}
.form-group .form-input input{display: block; width: 100%; height: 40px; line-height: 40px; font-size: 14px; text-align: right; color: #111827;}
.form-group .form-input input::placeholder{color: rgba(107, 114, 128, 0.47);}
.form-group .form-text{flex:1; color: #111827; text-align: right; }
.form-group .form-more{padding-left: 5px; font-size: 12px; color: var(--color-gray2);}

.form-box .form-textarea{padding: 15px;}
.form-box .form-textarea textarea{display: block; width: 100%; font-size: 14px; line-height: 1.7; color: #111827;}

.form-box.form-list{}
.form-box.form-list .form-label{color: var(--color-dark);}

/*service*/
.service-list {height: calc(100vh - 130px);overflow-y: auto;padding: 15px 15px 0;}
.service-list .item {line-height: 2; padding: 15px 0; margin-bottom: 15px; background-color: #fff; border-radius: 5px; box-shadow: 0 0 15px rgba(0, 0, 0, .025);border: 1px solid #f2f2f2;}
.service-list .item-icon{width: 55px;text-align: center;font-size: 30px; color: #0e2b7c; line-height: 1;}
.service-list .item-thumb{width: 90px;margin-left: 12px;}
.service-list .item-thumb img{display: block; width: 100%; height: 90px; border-radius: 4px;}
.service-list .item-body{padding-left: 15px;}
.service-list .item-icon + .item-body{padding-left: 0}
.service-list .item-name { font-size: 14px; color: #000;}
.service-list .item-intro { font-size: 12px; color: #0e2b7c; line-height: 1.6; padding-top: 3px; }
.service-list .item-intro.min-height{min-height: 38px;}
.service-list .item-intro.gray{color: #aaa;}
.service-list .item-info{padding-top: 5px; color: #aaa; font-size: 12px;}
.service-list .item-more{padding:0 12px 0 5px;color: #aaa;}
.service-list .item.active{border:1px solid rgba(14, 43, 124, 0.2); box-shadow: 0 0 15px rgba(14, 43, 124, 0.15);}


/*dialog*/
.dialog-list {height: calc(100vh - 130px); overflow-y: auto; }
.dialog-list .item {line-height: 2; padding: 12px 0; background-color: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, .025); border-bottom: 1px solid #f2f7fd;}
.dialog-list .item-icon{width: 55px;text-align: center;font-size: 30px; color: #0e2b7c; line-height: 1;}
.dialog-list .item-name{color: #111827; font-size: 14px; line-height: 20px;}
.dialog-list .item-intro{color: #6b7280; font-size: 10px; padding-top: 3px;}
.dialog-list .item-more{padding:0 12px 0 5px;color: var(--color-gray3);}










/*lists-icon*/
.lists-icon{ padding-bottom: 50px; text-align: center; font-size: 12px; color:#9ca3af;}
.lists-icon img{display: block; width: 45%; margin: 50px auto 0;}
.lists-icon.loading img{animation: flip-swing 3s ease-in-out infinite;}
.lists-icon.more{text-align: center; color: #9ca3af; padding: 15px 0;}



/*水平连续翻转动画 animation: flip-horizontal 3s linear infinite;*/
@keyframes flip-horizontal {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}

/*左右摇摆翻转效果 animation: flip-swing 3s ease-in-out infinite;*/
@keyframes flip-swing {
    0%, 100% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(180deg);
    }
}

/*带透视效果的3D翻转 animation: flip-3d 2s ease-in-out infinite;*/
@keyframes flip-3d {
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(90deg);
    }
    100% {
        transform: rotateY(0deg);
    }
}