@charset "utf-8";

.view-container .content-container { height: 100%; }
.view-container .content-container .content-content { padding-right: 20px; }
.account-cont { width: 100%; border-radius: 10px; padding: 25px; -moz-box-shadow: 0 20px 20px rgba(0,0,0,.1); -webkit-box-shadow: 0 0 20px -5px rgba(158, 156, 158, 0.8); box-shadow: 0 0 20px -5px rgba(158, 156, 158, 0.8); background: #fff; }

.tab-menu {padding: 25px; -moz-box-shadow: 0 20px 20px rgba(0,0,0,.1); webkit-box-shadow: 0 0 20px -5px rgba(158, 156, 158, 0.8); box-shadow: 0 0 20px -5px rgba(158, 156, 158, 0.8); border-radius: 10px; background: #fff; margin-bottom:25px;}
.tab-menu ul li { display: inline-block; font-size:14px; margin-right:25px;}
.tab-menu ul li a {color:#797979; -webkit-transition: color .3s, font-weight .3s;-moz-transition: color .3s, font-weight .3s;-ms-transition: color .3s, font-weight .3s;-o-transition: color .3s, font-weight .3s;transition: color .3s, font-weight .3s;}
.tab-menu ul li a:hover,
.tab-menu ul li.select a {color:#0017c1; font-weight: 600;}

.subject-title { font-size: 17px; color: #404040; font-weight: 600; }
.upload-info .info-area { min-height: 530px; margin-top: 20px; padding: 20px; background: #f8f8f8; border-radius: 10px; }
.upload-info .info-area .cont-tit { position: relative; font-size: 14px; font-weight: 600; display: inline-block; padding-bottom: 3px; }
.upload-info .info-area .cont-tit:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #a1a1a1; }

.edit-table tbody tr th { background: #f2f2f2; text-align: center; }
.edit-table tbody tr td { padding-left: 15px; }

.project-content { height: 100%; }
.project-content .account-cont { float: left; width: calc(100% - 330px); height: calc(100% - 95px); overflow-y: auto; }
.project-content .account-name { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #dee3eb; }
.project-content .account-name h3 { font-size: 20px; font-weight: 600; }
.project-content .account-name h3 i { position: relative; top: 6px; margin-right: 5px; font-size: 18px; color: #6c7a81;}
.project-content .account-list { float: left; width: 300px; margin-right: 30px; height: calc(100% - 95px); overflow-y: auto; border-radius: 10px; padding: 10px 0; -moz-box-shadow: 0 20px 20px rgba(0,0,0,.1); -webkit-box-shadow: 0 0 20px -5px rgba(158, 156, 158, 0.8); box-shadow: 0 0 20px -5px rgba(158, 156, 158, 0.8); background: #fff; }
.project-content .account-list ul li a { position: relative; display: block; padding: 15px 25px; font-size: 13px; border-bottom: 1px solid #f1f1f1;}
.project-content .account-list ul li a i { position: relative; top: 4px; color: #6c7a81; margin-right: 4px; font-size: 12px; }
.project-content .account-list ul li a:hover { background: #f2f2f2; }
.project-content .account-list ul li.select a { background: #f4f4f4; font-weight: 600; }
.project-content .account-list ul li.select a:after { content: ''; position: absolute; top: 50%; right: 20px; margin-top: -3px; width: 5px; height: 5px; border-radius: 50%; background: #0017c1; }

.content-content .tool-area .tool-bottom .scenario-add-btn { margin-right: 0; }
.content-content .card-list-layer .project-list { padding-right: 0; }
.content-content .card-list-layer .project-list > ul > li .title-area .left p.sh i { position: relative; top: 4px; margin-right: 4px; color: #0017c1;}

.crawling-content .account-cont { background: none; box-shadow: none; padding: 0 15px 15px; }