.tupu-tabs {
    height: 60px;
    background: #EDF6FF;
    position: relative;
    z-index: 3;
}

.tupu-tabs ul li {
    display: inline;
    float: left;
    margin: 0 24px;
    line-height: 60px;
    text-align: center;
    height: 60px;
    font-size: 24px;
    position: relative;
    font-weight: bold;
}

.tupu-tabs ul li a {
    display: block;
    color: #141414;
}

.tupu-tabs li .tit {
    position: relative;
}

.tupu-tabs ul li.active, .tupu-tabs ul li.active a, .tupu-tabs ul li a:hover {
    color: #1c4da3;
}

.tupu-tabs li i {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 5px;
    width: 0;
    z-index: 0;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    background: url("/_res/css/../images-tp/tp_tabline.png") left center no-repeat;
}

.tupu-tabs li.active i {
    width: 100%;
    left: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .tupu-tabs ul li {
        margin: 0 20px;
    }
}

@media (max-width: 991px) {
    .tupu-tabs {
        padding: 0 10px;
    }

    .tupu-tabs ul li {
        margin: 0 10px;
    }
}

@media (max-width: 767px) {
    .tupu-tabs {
        height: auto;
        padding: 10px 10px;
    }

    .tupu-tabs ul li {
        height: 40px;
        line-height: 40px;
        margin-bottom: 5px;
    }
}

.tupu-main {
    background: #FFF;
    position: relative;
}

.chart-box {
    width: 100%;
    height: 500px;
    transition: all .5s;
}

.tupu-main.on .chart-box {
    transform: translateX(-260px);
}


.tupu-cont-right {
    width: 474px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    display: none;
    opacity: 0;
    transition: all .5s;
}

.tupu-cont-right .tupu-listline {
    border-radius: 20px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 4px;
    opacity: 1;
    background: rgba(222, 162, 80, 0.1);
    z-index: 1;
}

.tupu-cont-right .tupu-listbox {
    border: 1px solid #f89e23;
    padding: 20px;
    position: relative;
    z-index: 2;
    border-radius: 20px;
    background: #fffcf8;
}

.tupu-list-tit {
    font-size: 22px;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    padding-left: 20px;
}

.tupu_scroll {
    height: 440px;
    overflow: hidden;
    margin-top: 15px;
}

.tupu_scroll .slimScrollBar {
    background: #ffae35 !important;
}

.tupu-list-link {
    margin: 0 22px 0 4px;
}

.tupu-list-link li {
    margin-bottom: 18px;
    margin-top: 4px;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 0 0 4px 0 #FFEACE;
    border-radius: 4px;
}

.tupu-list-link li .type {
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -14px;
    width: 82px;
    text-align: center;
    border-radius: 4px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    background: #FFF0EA;
    color: #E74E1B;
}

.tupu-list-link li .font1 {
    background: #EFF7FF;
    color: #0C64BB;
}

.tupu-list-link li .font2 {
    background: #EBFAF4;
    color: #33AC5B;
}

.tupu-list-link li .title {
    display: block;
    margin-left: 96px;
}

.tupu-cont-green .tupu-listline {
    background: rgba(122, 206, 142, 0.16);
}

.tupu-cont-green .tupu-listbox {
    border: 1px solid #54B276;
    background: #F7FFF8;
}

.tupu-cont-green .tupu-list-tit {
    background: url("/_res/css/../images-tp/title-ico2.png") left center no-repeat;
}

.tupu-cont-green .tupu-list-link li {
    box-shadow: 0 0 4px 0 rgba(119, 217, 145, 0.19);
}

.tupu-cont-green .tupu_scroll .slimScrollBar {
    background: #4AC86B !important;
}

.tupu-cont-blue .tupu-listline {
    background: rgba(61, 164, 214, 0.1);
}

.tupu-cont-blue .tupu-listbox {
    border: 1px solid #41BAE8;
    background: #F3FDFF;
}

.tupu-cont-blue .tupu-list-tit {
}

.tupu-cont-blue .tupu-list-link li {
    box-shadow: 0 0 4px 0 rgba(114, 204, 246, 0.28);
}

.tupu-cont-blue .tupu_scroll .slimScrollBar {
    background: #2DB3F7 !important;
}

.tupu-cont-purple .tupu-listline {
    background: rgba(167, 132, 188, 0.12);
}

.tupu-cont-purple .tupu-listbox {
    border: 1px solid #AE62D6;
    background: #F8F3FA;
}

.tupu-cont-purple .tupu-list-tit {
    background: url("/_res/css/../images-tp/title-ico4.png") left center no-repeat;
}

.tupu-cont-purple .tupu-list-link li {
    box-shadow: 0 0 4px 0 #F4ECF9;
}

.tupu-cont-purple .tupu_scroll .slimScrollBar {
    background: #C382EA !important;
}

.tupu-cont-red .tupu-listline {
    background: rgba(196, 91, 81, 0.08);
}

.tupu-cont-red .tupu-listbox {
    border: 1px solid #FF6756;
    background: #FFF6F1;
}

.tupu-cont-red .tupu-list-tit {
    background: url("/_res/css/../images-tp/title-ico5.png") left center no-repeat;
}

.tupu-cont-red .tupu-list-link li {
    box-shadow: 0 0 4px 0 rgba(255, 110, 90, 0.1);
}

.tupu-cont-red .tupu_scroll .slimScrollBar {
    background: #FF8969 !important;
}

.tupu-main.on .tupu-cont-right {
    display: block;
    opacity: 1;
    z-index: 1111;
}

@media (min-width: 1200px) and (max-width: 1359px) {
    .tupu-cont-right {
        width: 380px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .chart-box {
        width: 100%;
        height: 500px;
    }

    .tupu-main.on .chart-box {
        transform: none;
    }

    .tupu-cont-right {
        position: static;
        width: auto;
        height: auto;
        margin: 0 20px 20px 20px;
    }

    .tupu-cont-right .tupu-listbox {
        padding: 15px 10px;
    }

    .tupu-list-link li {
        padding: 10px;
    }

    .tupu-list-link li .type {
        position: static;
        margin: 0;
    }

    .tupu-list-link li .title {
        margin-left: 0;
    }

    .tupu-cont-right .tupu-listline {
        position: static;
    }
}

@media (max-width: 991px) {
    .chart-box {
        width: 100%;
        height: 500px;
    }

    .tupu-main.on .chart-box {
        transform: none;
    }

    .tupu-cont-right {
        position: static;
        width: auto;
        height: auto;
        margin: 0 20px 20px 20px;
    }

    .tupu-cont-right .tupu-listline {
        position: static;
    }

    .tupu-lastnavlist {
        width: 100%;
    }

    .tupu-navlist .tupu-lastnavlist .subfont-nav {
        height: 40px;
        line-height: 40px;
        margin: 0 0 20px 0 !important;
    }

    .tupu-navlist .subfont-nav a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-radius: 10px;
        border-radius: 10px;
        margin: 0 10px;
    }
}

@media (max-width: 767px) {
    .tupu-navlist .subfont-nav a {
        margin: 0 5px;
    }

    .tupu-cont-right .tupu-listbox {
        padding: 10px;
    }

    .tupu-list-link li {
        padding: 10px;
    }
}