/**!
 * é’æµ·çœç½‘ä¸Šæ”¿åŠ¡å¤§åŽ…-ä¸ªäººç©ºé—´
 * author: xiaolong;
 * date: 20170908
 */
.personal {
    height: 220px;
    background: url('../images/personalzone/personal-bg.jpg') no-repeat;
}

.portrait {
    float: left;
    width: 138px;
    height: 138px;
    margin: 41px 0 0 60px;
}

.portrait img {
    vertical-align: top;
    border-radius: 50%;
}

.personal-info {
    float: left;
    width: 316px;
    height: 220px;
    margin: 0 20px 0 65px;
}

.personal-info .name {
    padding-top: 26px;
    line-height: 26px;
    font-weight: bold;
    font-size: 16px;
    height: 30px;
}

.personal-info .authen {
    display: inline-block;
    width: 88px;
    height: 26px;
    margin-left: 26px;
    line-height: 26px;
    font-size: 14px;
    background-color: #fff;
    text-align: center;
    color: #ff9425;
    font-weight: normal;
    vertical-align: top;
    border-radius: 13px;
}

.personal-info-row {
    line-height: 34px;
    font-size: 16px;
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icon-edit {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 16px;
    cursor: pointer;
    vertical-align: -4px;
    background: url('../images/personalzone/icon-edit.png') no-repeat;
}

.personal-btn {
    padding-top: 11px;
    font-size: 0;
}

.personal-btn a {
    margin-right: 10px;
}

.btn-primary {
    display: inline-block;
    width: 68px;
    height: 26px;
    border-radius: 2px;
    background-color: #1492ff;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.btn-primary:hover {
    color: #fff;
}

/* æŽ¨èæœåŠ¡ */
.recommend {
    width: 560px;
    height: 175px;
    margin-top: 23px;
    padding-left: 40px;
    border-left: 1px dashed #fff;
    float: left;
}

.recommend-title {
    height: 25px;
    padding-left: 11px;
    line-height: 25px;
    font-size: 18px;
    color: #1492ff;
    border-left: 8px solid #1492ff;
}

.recommend-list-item {
    float: left;
    width: 90px;
    margin: 0 45px 0 5px;
}

.recommend-list-item:last-child {
    margin-right: 0;
}

.recommend-list {
    padding-top: 27px;
}

.recommend-list-item a {
    display: block;
}

.recommend-list-item img {
    vertical-align: top;
}

.recommend-list-item .text {
    display: block;
    padding-top: 10px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
}

/*ä¸ªäººä¸­å¿ƒ*/
.personal-center {
    margin-top: 40px;
    margin-bottom: 40px;
}

.personal-aside {
    float: left;
    width: 285px;
    min-height: 640px;
    margin-right: 40px;
    border: 1px solid #f2f1f1;
    box-shadow: 0 0 2px #f2f1f1;
}

.personal-aside .title {
    padding: 22px 0 30px;
    line-height: 40px;
    font-size: 24px;
    color: #1492ff;
    padding-left: 125px;
    background: url('../images/personalzone/icon-space.png') 65px 22px no-repeat;
}

.personal-menu {
    padding: 0 20px;
}

.personal-menu .item {
    height: 38px;
    padding-bottom: 10px;
}

.personal-menu a {
    display: block;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background-color: #f5f5f5;
    border-radius: 2px;
    font-size: 16px;
}

.personal-menu a:hover, .personal-menu a.active {
    background-color: #ff9425;
    color: #fff;
    font-weight: bold;
}

/*ç™»å½•åŽ†å²*/
.personal-wrap {
    float: left;
    width: 873px;
    min-height: 642px;
}

.login-history {
    padding-left: 10px;
}

.login-history .title {
    width: 120px;
    height: 84px;
    margin-bottom: 11px;
    text-indent: -9999px;
    background: url('../images/personalzone/login-his.png');
}

.login-list {
    margin-left: 54px;
    border-left: 3px solid #bcdefc;
}

.login-list-item {
    height: 80px;
    position: relative;
    padding: 12px 0 28px 76px;
}

.login-list-item:last-child {
    padding-bottom: 21px;
}

.login-list-item .icon-dot {
    position: absolute;
    top: 30px;
    left: -17px;
    width: 28px;
    height: 48px;
    background: url('../images/personalzone/login-dot.png') center center no-repeat #fff;
}

.login-list-item .info {
    height: 69px;
    padding-top: 9px;
    padding-left: 28px;
    position: relative;
    line-height: 30px;
    font-size: 16px;
    background-color: #f6fbff;
    border: 1px solid #99d1f6;
    border-radius: 5px;
}

.login-list-item .info .default {
    display: inline-block;
    width: 390px;
}

.login-list-item .info:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 21px;
    top: 29px;
    left: -16px;
    background: url('../images/personalzone/login-arrow.png');
}

.login-btn {
    padding-top: 38px;
}

.btn-more {
    display: block;
    height: 36px;
    line-height: 36px;
    background-color: #f5f5f5;
    text-align: center;
    font-size: 16px;
}

/* ç½‘ç»œäº‘ç›˜ */
.netdisk-bar {
    height: 46px;
    background-color: #f7f7f7;
}

.btn-upload {
    width: 100px;
    height: 32px;
    padding-left: 47px;
    box-sizing: border-box;
    margin: 7px 0 0 10px;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    border-radius: 16px;
    background: url('../images/personalzone/icon-upload.png') 16px 7px no-repeat #1492ff;
}

.files-container {
    height: 570px;
}

.search-wrap {
    margin: 7px 10px 0 0;
}

.file-search-input {
    float: left;
    width: 336px;
    height: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    outline: 0;
    text-indent: 15px;
}

.file-search-btn {
    float: left;
    width: 66px;
    height: 32px;
    margin-left: -26px;
    border: 0;
    border-radius: 16px;
    background-color: #ff9425;
    color: #fff;
    line-height: 32px;
    font-size: 16px;
    cursor: pointer;
    outline: 0;
}

.file-list {
    margin-right: -20px;
}

.file-list-item {
    float: left;
    position: relative;
    width: 129px;
    height: 129px;
    margin: 20px 20px 0 0;
}

.file-block {
    width: 129px;
    height: 129px;
    padding-top: 18px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    cursor: pointer;
}

.file-block .icon {
    display: block;
    width: 66px;
    height: 66px;
    margin: 0 auto;
}

.file-block .icon.word {
    background: url('../images/personalzone/icon-word.png') no-repeat;
}

.file-block .icon.excel {
    background: url('../images/personalzone/icon-excel.png') no-repeat;
}

.file-block .icon.ppt {
    background: url('../images/personalzone/icon-ppt.png') no-repeat;
}

.file-block .text {
    display: block;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
}

.download-msk {
    position: absolute;
    display: none;
    width: 127px;
    height: 127px;
    top: 1px;
    left: 1px;
    background: url('../images/personalzone/icon-download.png') no-repeat;
}

.file-list-item:hover .download-msk {
    display: block;
}

/* æˆ‘çš„æ”¶è— */
.mycollect-wrap {
    height: 616px;
}

.list-head {
    height: 42px;
    background-color: #f7f7f7;
    line-height: 42px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.list-head span {
    float: left;
}

.list-head .title {
    width: 150px;
    margin-right: 125px;
    margin-left: 40px;
}

.list-head .time {
    width: 250px;
    margin-right: 23px;
}

.list-head .action {
    width: 127px;
    margin-right: 40px;
}

.list-item {
    padding: 4px 0;
    line-height: 42px;
    border-bottom: 1px dashed #eee;
}

.list-item span {
    float: left;
    font-size: 16px;
}

.list-item .title {
    width: 280px;
    height: 42px;
    /*text-indent: 28px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-item .time {
    width: 320px;
    height: 42px;
    text-align: center;
    color: #999;
}

.list-item .action {
    width: 100px;
    height: 42px;
    text-align: center;
}

.list-item .action .star {
    display: inline-block;
    width: 19px;
    height: 19px;
    cursor: pointer;
    background: url('../images/personalzone/star.png') no-repeat;
}

.list-item .action .star.active, .list-item .action .star:hover {
    background-image: url('../images/personalzone/star2.png');
}

.list-item:hover span {
    background-color: #fff4e9;
    color: #ff9425;
}

.list-item:hover a {
    color: #ff9425;
}

/*æˆ‘çš„åŠžä»¶*/
.mymatter {
    padding-top: 3px;
}

.mymatter-tab .head {
    height: 29px;
    background: url('../images/detail/matter-detailbg.jpg') repeat-x;
}

.mymatter-tab .head-wrap {
    width: 283px;
    height: 29px;
    padding-left: 20px;
    margin: 20px auto;
    background-color: #fff;
}

.head-wrap.special {
    width: 750px;
}

.mymatter-tab .head-wrap.long {
    width: 323px;
}

.mymatter-tab .body {
    height: 640px;
}

.tab-item {
    overflow: visible !important;
    float: left;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    width: 110px;
    height: 32px;
    margin: 0 5px;
    margin-top: -3px;
    border: 1px solid #1492ff;
    border-radius: 16px;
    line-height: 30px;
    text-align: center;
    background-color: #f2f9ff;
    color: #1492ff;
    font-size: 16px;
}

.long .tab-item {
    width: 140px;
}

.tab-item.active {
    background-color: #1492ff;
    border-color: #1492ff;
    color: #fff;
}

.tab-item i {
    position: absolute;
    top: -8px;
    right: 2px;
    width: 35px;
    height: 20px;
    background-color: #ff0000;
    border-radius: 50%;
    line-height: 18px;
    text-align: center;
    border: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    font-style: normal;
}

/* åŠžä»¶åˆ—è¡¨ */
.mymatter-list {
    height: 100%;
    padding-top: 20px;
}

.mymatter-list-item {
    padding-left: 16px;
    height: 86px;
    border-bottom: 1px dashed #eee;
}

.mymatter-list-item .title {
    float: left;
    width: 410px;
    padding-top: 13px;
    line-height: 28px;
}

.mymatter-list-item .title-text {
    font-size: 16px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mymatter-list-item .info {
    float: left;
    width: 250px;
    padding-top: 13px;
    line-height: 30px;
    color: #999;
}

.mymatter-list-item .window {
    display: block;
}

.mymatter-list-item .action {
    float: right;
    padding-top: 15px;
    margin-right: 10px;
    line-height: 28px;
}

.mymatter-list-item.correct .action, .mymatter-list-item.approve .action {
    text-align: right;
}

.mymatter-list-item span {
    /*display: block;*/
    width: 100% !important;
}

.btn-action {
    float: left;
    margin-top: 7px;
    margin-left: 20px;
    padding-top: 22px;
    line-height: 26px;
    text-align: center;
    color: #1492ff;
}

.btn-action.check {
    padding-top: 20px;
    background: url('../images/personalzone/search-icon.png') center top no-repeat;
}

.btn-action.sb {
    background: url("../images/personalzone/icon-sb.png") center 0 no-repeat;
}

.btn-action.quit {
    background: url("../images/personalzone/icon-del.png") center 0 no-repeat;
}

.btn-action.cancel {
    color: #999;
    background: url("../images/personalzone/icon-del2.png") center 0 no-repeat;
}

.btn-action.cancel:hover {
    color: #1492ff;
    background-image: url("../images/personalzone/icon-del.png");
}

.submit .status, .unevaluate .status {
    color: #1492ff;
    width: 400px;
}

.correct .status, .mymatter-list-item.correct .action {
    color: #ff9425;
}

.approve .status, .mymatter-list-item.approve .action {
    color: #63bc34;
}

.overdue .status, .evaluated .status {
    color: #999;
}

.icon-overdue {
    margin-top: 2px;
    width: 64px;
    height: 48px;
    cursor: pointer;
    background: url('../images/personalzone/overdue.png');
}

.eval-status {
    min-width: 30px;
    padding-top: 30px;
}

.eval-status.statisfy {
    color: #ff9425;
    background: url('../images/personalzone/icon-statisfy.png') center top no-repeat;
}

.btn-action.eval {
    margin-right: 11px;
    padding-top: 30px;
    background: url('../images/personalzone/icon-eval.png') center top no-repeat;
}

.unbindlink {
    pointer-events: none;
}

.notusehand {
    cursor: none;
}
.chbutton {
    float: left;
    padding-top: 13px;
    line-height: 30px;
    width: 30px;
    color: #1492ff;
    cursor: pointer;
}

/* æˆ‘çš„è¯ç…§ */
.mycert {
    margin-right: -19px;
}

.mycert-list {
    float: left;
    width: 278px;
    margin-right: 19px;
    margin-bottom: 60px;
}

.mycert-block {
    height: 180px;
    position: relative;
}

.mycert-list .empty {
    height: 180px;
    box-sizing: border-box;
    /* padding-top: 44px; */
    background: url("../images/personalzone/certbg.png") no-repeat;
}

/* .mycert-block.uploaded .empty {
    display: none;
} */
.mycert-block.uploaded .mycert-picture {
    display: block;
}

.mycert-block .mycert-picture {
    display: none;
    box-sizing: border-box;
    height: 180px;
    border: 1px solid #dce8fa;
    border-radius: 5px;
    padding: 4px;
}

.mycert-block .empty:hover .operate {
    display: block;
}

.mycert-block .operate {
    display: none;
    position: absolute;
    height: 32px;
    padding-top: 38px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    text-align: center;
    font-size: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: url("../images/personalzone/shadow.png") center bottom no-repeat;
}

.mycert-block .operate>a {
    display: inline-block;
    vertical-align: top;
    width: 68px;
    height: 26px;
    line-height: 26px;
    margin: 0 5px;
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
    transition: all .4s linear;
}

.mycert-block .operate>a:hover {
    opacity: .8;
}

.btn-preview {
    background-color: #ff9425;
}

.btn-download {
    background-color: #1492ff;
}

.mycert-block .mycert-picture img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.mycert-list .empty img {
    display: block;
    margin: 0 auto;
    /* width: 102px;
    height: 74px; */
}

.mycert-list .empty-text {
    display: block;
    padding-top: 18px;
    text-align: center;
    font-size: 18px;
    color: #cbd9ed;
    line-height: 26px;
}

/* 2020å¹´12æœˆ28æ—¥ä¿®æ”¹ æˆ‘çš„è¯ç…§ */
.personal-aside {
    min-height: 583px;
}

.personal-wrap {
    width: 871px;
    min-height: 584px;
    border: 1px solid #f2f1f1;
    border-top: none;
}

.personal-title {
    height: 38px;
    background-color: #f1f2f3;
}

.personal-title p {
    background-color: #fff;
    border-top: 3px solid #1492ff;
    height: 35px;
    line-height: 35px;
    width: 122px;
    font-size: 16px;
    color: #666666;
    text-align: center;
}

.personal-table {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 545px;
}

.table-box {
    height: 486px;
    overflow: hidden;
    border-bottom: 1px solid #f1f2f3;
}

.personal-table .common-table {
    width: 100%;
    /* border-top: 1px solid #f1f2f3; */
    /* height: 486px; */
}

.personal-table th {
    height: 42px;
    line-height: 41px;
    border-bottom: 1px solid #f1f2f3;
    font-size: 16px;
    color: #666666;
    text-align: center;
}

.personal-table .common-table td {
    height: 111px;
}

.personal-table p {
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 16px;
    color: #666666;
}

.personal-table a {
    color: #2495ff;
}

.personal-table .preview {
    padding-left: 10px;
}

.pagination-box {
    height: 29px;
    margin-top: 14px;
    margin-bottom: 15px;
    text-align: center;
}

.m-pagination {
    display: inline-block;
    margin: 0;
    height: 26px;
}

.m-pagination .m-pagination-page > li {
    margin-left: 4px;
}

.m-pagination .m-pagination-page > li:first-child > a, .m-pagination .m-pagination-page > li:last-child > a {
    border-radius: 2px;
}

.m-pagination .m-pagination-group > input, .m-pagination .m-pagination-group > button {
    border-radius: 2px;
    height: 29px;
    line-height: 29px;
}

.m-pagination .m-pagination-group > input {
    height: 29px;
    line-height: 29px;
}

.m-pagination .m-pagination-info {
    height: 26px;
    line-height: 26px;
    margin-top: 0;
}

.m-pagination .m-pagination-jump {
    margin-top: 0;
}

.m-pagination .m-pagination-group > button {
    color: #fff;
    background-color: #538ceb;
    border-color: #538ceb;
    margin-left:10px;
}

.m-pagination .m-pagination-page > li > a {
    height: 29px;
    line-height: 29px;
    border: none;
    background-color: #f5f5f5;
}

.m-pagination .m-pagination-page > li.active > a {
    background-color: #538ceb;
    border-color: #538ceb;
    color: #fff;
}

.m-pagination .m-pagination-page > li:hover > a {
    color: #fff;
    background-color: #538ceb;
    border-color: #538ceb;
}

/* æˆ‘çš„è®¢é˜… */
.subscribe {
    padding-top: 8px;
}

.matter-info-list {
    padding: 12px 0 16px;
}

.matter-list .item {
    position: relative;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px dashed #eee;
}

.matter-list .item:last-child {
    border-bottom: 0;
}

.matter-list .item p {
    padding-left: 12px;
    font-size: 16px;
    color: #333;
    margin-right: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.matter-list .item .time {
    position: absolute;
    top: 0;
    line-height: 38px;
    right: 0;
    color: #999;
}

.service-list-item {
    float: left;
    width: 20%;
    margin-top: 23px;
}

.service-list-item > a {
    display: block;
    width: 90px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
}

.service-list-item > a:hover .text {
    color: #ff8b17;
}

.service-list-item > a:hover .icon {
    -webkit-box-shadow: 0 0 3px rgba(32, 81, 137, 0.5);
    box-shadow: 0 0 3px rgba(32, 81, 137, 0.5);
}

.service-list-item .icon {
    display: table-cell;
    vertical-align: middle;
    width: 90px;
    height: 90px;
    margin-left: 20px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.service-list-item .icon.color1 {
    background-color: #51a6ef;
}

.service-list-item .icon.color2 {
    background-color: #0ccce3;
}

.service-list-item .icon.color3 {
    background-color: #3ac374;
}

.service-list-item .icon.color4 {
    background-color: #ecb82d;
}

.service-list-item .icon.color5 {
    background-color: #f66466;
}

.service-list-item .icon.color6 {
    background-color: #a58bf2;
}

.service-list-item .icon.color7 {
    background-color: #51a6ef;
}

.service-list-item .icon.color8 {
    background-color: #0ccce3;
}

.service-list-item .icon.color9 {
    background-color: #3ac374;
}

.service-list-item .icon.color10 {
    background-color: #ecb82d;
}

.service-list-item .icon.color11 {
    background-color: #f66466;
}

.service-list-item .icon.color12 {
    background-color: #a58bf2;
}

.service-list-item .icon.color13 {
    background-color: #51a6ef;
}

.service-list-item .icon.color14 {
    background-color: #0ccce3;
}

.service-list-item .icon.color15 {
    background-color: #3ac374;
}

.service-list-item .icon.color16 {
    background-color: #ecb82d;
}

.service-list-item .icon.color17 {
    background-color: #f66466;
}

.service-list-item .icon.color18 {
    background-color: #a58bf2;
}

.service-list-item .text {
    text-align: center;
    display: block;
    margin: 0 -20px;
    padding-top: 8px;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    -webkit-transition: color 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: color 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

#myProgress {
    width: 100%;
    background-color: #ddd;
}

#myBar {
    width: 10%;
    height: 30px;
    background-color: #FF9425;
    text-align: center;
    line-height: 30px;
    color: white;
}

/* myfootprint æˆ‘çš„è¶³è¿¹ */

.personal-center {
    display: flex;
    justify-content: space-between;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(100, 98, 98, 0.21);
    box-shadow: 0px 0px 5px 0px rgba(100, 98, 98, 0.21);
}

.personal-aside {
    background: url("../images/bg-personal-aside.png") center top no-repeat;
}

.personal-menu a {
    background-color: rgba(255,255,255.8);
    border-radius: 3px;
}

.personal-menu .item a:hover,.personal-menu .item a.active {
    background-color: #1492FF;
}

.personal-aside .title {
    height: 88px;
    padding: 0;
    padding-top: 24px;
    font-size: 34px;
    font-weight: 400;
    color: transparent;
    line-height: 40px;
    /*     text-shadow: 0px 6px 0px rgba(20, 100, 156, 0.33); */
    text-align: center;
    background: url("../images/bg-personal-aside-title.png") center top 26px no-repeat;
}

.personal-wrap{
    border:none;
}

.myfootprint {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.myfootprint .list-head .serail {
    width: 115px;
}

.myfootprint .list-head .contents {
    width: calc(100% - 120px);
}

.tab-myfootprint .hd {
    display: flex;
    align-items: center;
    height: 66px;
    border-bottom: 2px solid #eee;
}

.tab-myfootprint .hd .hdl {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    padding: 0 12px;
    margin-right: 24px;
    font-size: 20px;
    font-weight: bold;
    color: #666666;
    cursor: pointer;
}

.tab-myfootprint .hd .hdl:hover,.tab-myfootprint .hd .hdl.active {
    color: #0068B7;
}

.tab-myfootprint .hd .hdl:hover:before,.tab-myfootprint .hd .hdl.active:before {
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%,0);
    content: '';
    width: 39px;
    height: 4px;
    background: #0068B7;
}

.tab-myfootprint .bd {
    height: calc(100% - 66px);
}

.tab-myfootprint .bd .bdl {
    padding-top: 24px;
}

.tab-myfootprint .bd .bdl .myfootprint-wrap {
    height: 560px;
}

.tab-myfootprint .bd .bdl .pager {
    margin: 35px 0;
}

.tab-myfootprint .bd .bdl .list-head {
    background: #EBEEF2;
}

.tab-myfootprint .bd .bdl .list-item {
    height: 50px;
    padding: 0;
    line-height: 50px;
    border: none;
}

.tab-myfootprint .bd .bdl .list-item:hover {
    background: #FFF3E8;
    color: #FF9425;
}

.tab-myfootprint .bd .bdl .list-item:nth-child(2n) {
    background: #F8F9FA;
}

.tab-myfootprint .bd .bdl .serial {
    width: 55px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tab-myfootprint .bd .bdl .contents {
    width: calc(100% - 115px);
    padding-right: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tab-myfootprint .bd .bdl .expresscontents1 {
    width: 320px;
    /* padding-right: 34px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tab-myfootprint .bd .bdl .expresscontents2 {
    width: 220px;
    /* padding-right: 34px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tab-myfootprint .bd .bdl .expresscontents3 {
    width: 200px;
    /* padding-right: 34px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tab-myfootprint .bd .bdl .expresscontents4 {
    width: 60px;
    /* padding-right: 34px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* swiper */

.swiper-area{
    width: 100%;
    padding-bottom: 20px;
    height: 250px;
    display: flex;
    align-items: center;
}
.swiper-area .container{
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.swiper {
    overflow: hidden;
    height: 100%;
    margin: 0 auto;
}

.swiper .swiper-wrapper {
    width: 1200px;
    padding-top: 20px;
    /* overflow: hidden; */
}

.swiper .swiper-slide {
    margin-right: 24px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 282px;
    height: 208px;
    background: #FFFFFF;
    /* border: 1px solid #E3EBF0; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.swiper .swiper-slide:hover {
    margin-top:-8px;
    box-shadow: 0px 2px 15px 3px rgba(20, 100, 156, 0.15);
}

.swiper .swiper-slide:last-child {
    margin-right: 0;
}

.swiper .swiper-slide.swiper-slide-active {
    /* border: 1px solid #4464c3; */
}
.swiper .swiper-slide>a{
    display:block;
    height:100%;
}
.swiper .swiper-slide>a>img{
    height:160px;
    display: block;
    background: grey;
}

.swiper .swiper-slide>a>div{
    height: calc(100% - 161px);
    border: 1px solid #E3EBF0;
    border-top:none;
    display: flex;
    align-items: center;
    padding: 0 17px;
}
.swiper .swiper-slide>a>div p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
}

.swiper .swiper-button-prev {
    left: -50px;
}

.swiper .swiper-button-next {
    right: -50px;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    position: absolute;
    cursor: pointer;
    width: 27px;
    height: 27px;
    background: rgba(245, 245, 245,.32);
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/icon-swiper-arr-right.png) center no-repeat;
}

.swiper .swiper-button-next:hover,
.swiper .swiper-button-prev:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #1492FF;
}

.swiper .swiper-button-next:hover::after,
.swiper .swiper-button-prev:hover::after {
    background: url(../images/icon-swiper-arr-right-active.png) center no-repeat;
}

.swiper .swiper-button-prev::after {
    background: url(../images/icon-swiper-arr-left.png) center no-repeat;
}

.swiper .swiper-button-prev:hover::after {
    background: url(../images/icon-swiper-arr-left-active.png) center no-repeat;
}