/* ------------------------------------------------------------------------------------------------------------------ */
/*	0. CSS Reset
/* ------------------------------------------------------------------------------------------------------------------ */
html,
body {border: none;margin: 0;padding: 0;font-size: 16px;font-family: "微软雅黑", "microsoft yahei", "黑体";}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {border: none;font-size: inherit;line-height: 1em;margin: 0;padding: 0;text-align: inherit;}
ul li, ol li, li {list-style: none;}
a, a:hover {text-decoration: none;}
body {border: 1px solid #707070;border-bottom: none;overflow-x: hidden;}

/* ------------------------------------------------------------------------------------------------------------------ */
/*	1. 头部
/* ------------------------------------------------------------------------------------------------------------------ */
.header {
    /*padding: 13px 0 12px;*/
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, #72226f, #4c2282);
}
.header:not(.category-header) {
    position: fixed;
    left: 1px;
    top: 0;
    width: 100%;
    width: calc(100% - 2px);
    opacity: 0.95;
    z-index: 99999;
}
.header.category-header {
    background: linear-gradient(135deg, #6B2482, #191b79) !important;
}
.header .header-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 18.1% 0 18.8%;
}
.header .logo, .header .logo img {
    /*width: 106px;
    height: 41px;*/
    width: 151px;
    height: 66px;
    /*image-rendering: -webkit-optimize-contrast;*/
    image-rendering: pixelated;
}
.header .nav-bar .nav-site {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
}
.header .nav-bar .nav-site li:not(.down) {
    line-height: 34px;
    margin-right: 78px;
    position: relative;
}
.header .nav-bar .nav-site li:not(.down)>a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    white-space: nowrap;
    text-decoration: none;
}
.header .nav-bar .nav-site li a.current:after {
    content: '';
    position: absolute;
    bottom: -7px;
    display: block;
    width: 100%;
    height: 3px;
    background: linear-gradient(-45deg, #FFBA00, #FF6B58);
    border-radius: 32px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.header .nav-bar map {
    float: left;
}
.header a.a-btn-down, .down a.a-btn-down {
    float: left;
    display: block;
    font-size: 12px;
    line-height: 0.75em;
    padding: 11px 25px 11px 47px;
    border: 0;
    border-radius: 36px;
    background: url("../../../images/igeba/icon-down-14.png") no-repeat 29px 9px, linear-gradient(-45deg, #FF6B58, #FFBA00);
    color: #1F2835;
}
.header .a-btn-down:hover, .down a.a-btn-down:hover {
    background: url("../../../images/igeba/icon-down-14.png") no-repeat 29px 9px,linear-gradient(-45deg, #FFC529, #FF7D6C);
}
.header .a-btn-down:active, .down a.a-btn-down:active {
    background: url("../../../images/igeba/icon-down-14.png") no-repeat 30px 10px,linear-gradient(-45deg, #EBAD06, #EF6351);
    padding: 12px 24px 10px 48px;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/*	2. 底部
/* ------------------------------------------------------------------------------------------------------------------ */
.footer {
    color: #fff;
    background: linear-gradient(135deg, #1f165e, #1b165e);
}
.footer .section-inner {
    margin: 0 18.1% 0 18.8%;
}
.footer .section-inner .about {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 114px 0 97px;
}
.footer .section-inner .about .site-logo {
    align-self: center;
}
.footer .section-inner .about .site-logo img {
    width: 163px;
    height: 64px;
}
.footer .section-inner .about>div {
    max-height: 16em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}
.footer .section-inner .about>div>p {
    font-size: 16px;
    margin-bottom: 17.6px;
}
.footer .section-inner .about>div:nth-child(2) {
    width: 43.3%;
    margin: 0 10.5% 0 6.3%;
}
.footer .section-inner .about>div:last-child p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 30em;
}
.footer .section-inner .about>div>div, .footer .section-inner .about>div>div p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}
.footer .section-inner .links {
    color: rgba(255, 255, 255, 0.5);
    padding: 30px 0 19px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .section-inner .links .linkcat {
    float: left;
    font-weight: normal;
    padding-right: 24px;
}
.footer .section-inner .links .linka {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.footer .section-inner .links .linka li {
    margin-right: 35px;
}
.footer .section-inner .links .linka li a {
    color: rgba(255, 255, 255, 0.5);
}
.footer .footer-bottom {
    background: rgba(0, 0, 0, .3);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    padding: 25px 18.1% 26px 18.8%;
}
.footer .footer-bottom a {
    font-size: 14px;
    color: #fff;
}
.footer .footer-bottom a:hover {
    text-decoration: none;
}
.footer .footer-bottom>div:first-child a {
    opacity: 0.5;
}
.footer .footer-bottom>div:last-child a:not(:last-child) {
    margin-right: 30px;
}

#go-top {
    position: fixed;
    right: 1%;
    bottom: -999px;
    z-index: 99999;
    width: 78px;
    height: 78px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5) url("../../../images/igeba/icon-top.png") no-repeat center center;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
    opacity: 0;
}
#go-top.cd-is-visible {
    opacity: .9;
    bottom: 8%;
}
#go-top.cd-fade-out {
    opacity: .9;
}
#go-top:hover {
    opacity: 1;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/*	3. 主页
/* ------------------------------------------------------------------------------------------------------------------ */
.soft-box {
    position: relative;
    color: #fff;
    background: url("../../../images/igeba/bg-cloud.png") no-repeat top center, linear-gradient(135deg, #602383, #3f2185);
    background-size: 100%;
    overflow: hidden;
}
.soft-box .soft-banner {
    padding: 123px 0 155px;
}
.soft-box .soft-banner >div {
    margin-left: 19%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}
.soft-box .soft-banner .banner-text {
    width: 26.18%;
    margin-top: -28px;
}
.soft-box .soft-banner >div>img {
    width: 75.25% !important;
    height: unset !important;
    margin-left: -5.4%;
}
.soft-box .soft-banner >div p {
    margin: 0;
}
.soft-box .soft-banner >div p.name {
    font-size: 3em;
    background: url("../../../images/igeba/icon-soft-text.png") no-repeat left bottom;
    background-size: 100%;
    padding-bottom: 42%;
    margin-bottom: 14%;
}
.soft-box .soft-banner >div a.app-down {
    display: inline-block;
    line-height: 1.375em;
    font-size: 1.375em;
    color: #1F2835;
    border-radius: 36px;
    padding: 14px 47px 16px 85px;
    background: url("../../../images/igeba/icon-down-24.png") no-repeat 47px 18px,linear-gradient(-45deg, #FF6B58, #FFBA00);
}
.soft-box .soft-banner >div a.app-down:hover {
    background: url("../../../images/igeba/icon-down-24.png") no-repeat 47px 18px,linear-gradient(-45deg, #FFC529, #FF7D6C);
}
.soft-box .soft-banner >div a.app-down:active {
    background: url("../../../images/igeba/icon-down-24.png") no-repeat 48px 19px,linear-gradient(-45deg, #EBAD06, #EF6351);
    padding: 15px 46px 15px 86px;
}

.soft-functions .functions {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    position: relative;
    padding-left: 12.5%;
}
.soft-functions .functions .img img {
    width: 100%;
}
.soft-functions .functions:last-child {
    border: 0;
}
.soft-functions .functions p:not(.title) {
    font-size: 1.125em;
    margin: 0;
    line-height: 2em;
}
.soft-functions .functions .title {
    font-size: 3em;
    margin-top: -2em;
    margin-bottom: 0.8em;
}
.soft-functions .functions a.more {
    display: block;
    margin-top: 45px;
    color: rgba(255, 255, 255, .7);
    font-size: 1em;
    line-height: 24px;
    visibility: hidden;
}
.soft-functions .functions a.more:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: top;
    text-align: center;
    background: url("../../../images/igeba/icon-more-1.png") no-repeat center center;
}
.soft-functions .functions a.more:hover {
    color: rgba(255, 255, 255, 0.9);
}
.soft-functions .functions a.more:hover:after {
    background: url("../../../images/igeba/icon-more-1-hover.png") no-repeat center center;
}
.soft-functions .functions .soft-intro:hover a.more {
    visibility: visible;
}
.soft-functions .functions.functions-1 {
    padding-left: 14%;
}
.soft-functions .functions.functions-1 .img {
    width: 42.2%;
    margin: 53px 12.5% 53px 0;
}
.soft-functions .functions.functions-1 .circle1 {
    position: absolute;
    display: block;
    width: 21.7%;
    /*height: 414px;*/
    height: 22vw;
    border-radius: 50%;
    opacity: .68;
    background: linear-gradient(135deg, #922878, #4A299E);
    left: -18px;
    /*bottom: -216px;*/
    bottom: -11vw;
    z-index: 9999;
}
.soft-functions .functions.functions-2, .soft-functions .functions.functions-4 {
    flex-flow:row-reverse;
    justify-content: flex-end;
    padding-left: 18.8%;
}
.soft-functions .functions.functions-2 .img {
    width: 35.2%;
    margin: 85px 0 119px 11%;
}
.soft-functions .functions.functions-2 .soft-intro {
    max-width: 28%;
}
.soft-functions .functions.functions-2 .circle1 {
    display: none;
}
.soft-functions .functions.functions-3 .img {
    width: 39.4%;
    margin: 119px 16.5% 95px 0;
}
.soft-functions .functions.functions-3 .circle1 {
    position: absolute;
    display: block;
    width: 15%;
    height: 15vw;
    /*height: 284px;*/
    border-radius: 50%;
    opacity: .68;
    background: linear-gradient(135deg, #922878, #4A299E);
    right: -63px;
    bottom: 101px;
    z-index: 9999;
}
.soft-functions .functions.functions-4 .img {
    width: 31%;
    margin: 94px 0 107px 21.6%;
}
.soft-functions .functions.functions-4 .circle1 {
    position: absolute;
    display: block;
    width: 188px;
    height: 188px;
    border-radius: 50%;
    opacity: .68;
    background: linear-gradient(135deg, #922878, #4A299E);
    left: 68px;
    bottom: 170px;
    z-index: 9999;
}

.user-instance {
    color: #fff;
    padding: 90px 10%;
    background: url("../../../images/igeba/user-instace.png") no-repeat;
    background-size: 100% 100%;
}
.user-instance .title {
    text-align: center;
    margin-bottom: 90px;
}
.user-instance .title h1 {
    font-size: 3em;
    font-weight: normal;
    padding: 0;
    margin: 0 0 18px;
}
.user-instance .title p {
    font-size: 1em;
    text-transform: uppercase;
}
.user-instance .instance-list {
    padding: 0 10%;
}
.user-instance .instance-list li {
    text-align: center;
    margin: 0;
}
.user-instance .instance-list li .user-info img {
    display: inline-block;
    width: 136px;
    height: 136px;
    border: 4px solid rgba(255, 255, 255, .45);
    border-radius: 50%;
}
.user-instance .instance-list li .user-info p {
    margin: 0;
}
.user-instance .instance-list li .user-info .user-name {
    font-size: 0.875em;
    margin: 16px 0 22px;
}
.user-instance .instance-list li .user-info .user-type {
    font-size: 1.5em;
    line-height: 1.5em;
}
.user-instance .instance-list li .user-desc {
    margin: 18px 9% 47px;
    position: relative;
    font-size: 1em;
    line-height: 2em;
    color: rgba(255, 255, 255, .7);
}
.user-instance .instance-list li .user-desc p {
    line-height: 2em;
    cursor: pointer;
}
.user-instance .instance-list li .user-desc:before {
    width: 18px;
    height: 15px;
    content: '';
    display: block;
    position: absolute;
    left: -45px;
    top: -8px;
    background: url("../../../images/igeba/icon-yh1.png") no-repeat center center;
}
.user-instance .instance-list li .user-desc:after {
    width: 18px;
    height: 15px;
    content: '';
    display: block;
    position: absolute;
    right: -45px;
    bottom: 8px;
    background: url("../../../images/igeba/icon-yh2.png") no-repeat center center;
}
.user-instance .instance-list li .user-more {
    display: inline-block;
}
.user-instance .instance-list li .user-more:hover a.more {
    visibility: visible;
}
.user-instance .instance-list li a.more {
    visibility: hidden;
    display: inline-block;
    font-size: 1em;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
}
.user-instance .instance-list li a.more:after {
    content: '→';
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: top;
    /*background: url("./assets/img/icon-more-1.png") no-repeat center center;*/
}
.user-instance .instance-list li a.more:hover {
    color: rgba(255, 255, 255, 0.9);
}

.upgrade-record {
    padding: 79px 0 140px 0;
}
.upgrade-record .title {
    text-align: center;
}
.upgrade-record .title h1 {
    font-size: 3em;
    margin: 0 0 18px;
}
.upgrade-record .title p {
    font-size: 0.8125em;
}
.upgrade-record .list-box {
    text-align: center;
    padding: 90px 18.75% 0;
}
.upgrade-record .list-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.upgrade-record .list-box ul li {
    width: 48.7%;
    margin: 0 2.5% 68px 0;
}
.upgrade-record .list-box ul li:nth-of-type(even) {
    margin-right: 0 !important;
}
.upgrade-record .list-box ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
}
.upgrade-record .list-box ul li .img {
    width: 30%;
    height: 100%;
    margin-right: 5.2%;
    background: url("../../../images/igeba/update-record/none.png") no-repeat center center;
    background-size: 100% 100%;
}
.upgrade-record .list-box ul li .img img {
    width: 100%;
    height: 100%;
}
.upgrade-record .list-box ul li .desc {
    width: 64.8%;
    position: relative;
    height: 100%;
    text-align: left;
}
.upgrade-record .list-box ul li .desc>p:first-child {
    font-size: 1.25em;
    font-weight: bold;
    color: #000;
}
.upgrade-record .list-box ul li .desc>p:first-child>a {
    color: #000;
}
.upgrade-record .list-box ul li .desc>p:nth-child(2) {
    font-size: 0.75em;
    color: rgba(0, 0, 0, 0.75);
    line-height: 3em;
}
.upgrade-record .list-box ul li .desc article {
    cursor: pointer;
    max-height: 75px;
    margin: 8px 0 37px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.upgrade-record .list-box ul li .desc article, .upgrade-record .list-box ul li .desc article>p, .upgrade-record .list-box ul li .desc article>*{
    font-size: 0.8125em;
    line-height: 2em;
}
.upgrade-record .list-box ul li .desc>a {
    font-size: 0.875em;
    color: #00A5E2;
    position: absolute;
    bottom: 0;
}
.upgrade-record .list-box a.more {
    color: #666666;
    font-size: 1em;
}
.upgrade-record .list-box a.more:after {
    content: '>>';
    display: inline-block;
    width: 24px;
    height: 24px;
    /*vertical-align: middle;*/
}

/*----------------------------------------------- mv展示   ------------------------------------------------------------*/
.recently-mv {
    overflow: hidden;
    padding-bottom: 92px;
    background: linear-gradient(120deg, #6B2482, #0A1E89);
    border: 1px solid #707070;
    border-left: none;
    border-right: none;
}
.recently-mv .title {
    color: #fff;
    text-align: center;
    padding: 80px 0 65px;
}
.recently-mv .title h1 {
    font-size: 3em;
    line-height: 1.5em;
    margin-bottom: 7px;
}
.recently-mv .title p {
    font-size: 1em;
    line-height: 1.5em;
    text-transform: uppercase;
}
.recently-mv .table-of-mv .table-header {
    text-align: center;
    padding-bottom: 59px;
}
.recently-mv .table-of-mv .table-header span {
    display: inline-flex;
    border-radius: 30px;
    background: rgba(206, 206, 206, .1);
}
.recently-mv .table-of-mv .table-header span a {
    border-radius: 30px;
    font-size: 1em;
    padding: 10px 30px;
    color: rgba(255, 255, 255, 0.7);
}
.recently-mv .table-of-mv .table-header span a.on {
    color: #1F2835;
    background: linear-gradient(-45deg, #FFBA00, #FF6B58);
}
.recently-mv .table-of-mv .mv-list {
    text-align: center;
    padding: 14px 0 0;
}
.recently-mv .table-of-mv .mv-list ul.pic-list {
    margin: 0 -13% auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    height: 25%;
}
.recently-mv .table-of-mv .mv-list ul.pic-list li {
    width: 11.2%;
    margin: 0 1.3% 1.4% 0;
    float: left;
    position: relative;
}
.recently-mv .table-of-mv .mv-list ul.pic-list li img {
    width: 100%;
    height: 100%;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
.recently-mv .table-of-mv .mv-list ul.pic-list li a {
    color: rgba(255, 255, 255, 0.9);
    width: 90%;
    padding: 0 5%;
    position: absolute;
    left: 0;
    bottom: 10px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: default;
}
.recently-mv .table-of-mv .table-content a.more {
    font-size: 1em;
    color: rgba(255, 255, 255, .7);
}
.recently-mv .table-of-mv a.more {
    display: inline-block;
    margin-top: 23px;
}
.recently-mv .table-of-mv a.more:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: top;
    background: url("../../../images/igeba/icon-more-2.png") no-repeat center center;
}
.recently-mv .table-of-mv a.more.more-1:after {
    transform: rotate(-90deg) !important;
}
.recently-mv .table-of-mv a.more:hover {
    color: rgba(255, 255, 255, 0.9);
}
.recently-mv .table-of-mv a.more:hover:after {
    background: url("../../../images/igeba/icon-more-2-hover.png") no-repeat center center;
}
.recently-mv .table-of-mv .song-list {
    display: none;
    padding: 0 18.9%;
    text-align: center;
}
.recently-mv .table-of-mv .table-list {
    border: 0;
    width: 100%;
    border-collapse:collapse;
    table-layout: fixed;
}
.recently-mv .table-of-mv .table-list tr:nth-child(odd) {
    background: rgba(255, 255, 255, .1);
}
.recently-mv .table-of-mv .table-list tr:nth-child(even) {
    background: rgba(255, 255, 255, .05);
}
.recently-mv .table-of-mv .table-list tr:hover {
    outline: 1px solid rgba(254, 131, 74, .5);
}
.recently-mv .table-of-mv .table-list td {
    padding: 30px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.table-of-mv .table-list td:first-child {
    width: 6%;
    text-align: center;
    color: rgba(255, 255, 255, .4);
}
.table-of-mv .table-list td:nth-of-type(2) {
    width: 27%;
    text-align: left;
    font-size: 1.125em;
    color: rgba(255, 255, 255, .8);
}
.table-of-mv .table-list td .tag{
    color: #388CFF;
    font-size: 0.75em;
    line-height: 1em;
    border: 1px solid rgba(50, 140, 255, .5);
    border-radius: 2px;
    padding: 0 2px;
    margin-left: 7px;
}
.table-of-mv .table-list td:nth-of-type(3) {
    width: 16%;
    color: rgba(255, 255, 255, .7);
    text-align: left;
}
.table-of-mv .table-list td:nth-of-type(4) {
    font-size: 0.875em;
    width: 15%;
    color: rgba(255, 255, 255, .7);
    text-align: left;
}
.table-of-mv .table-list td:nth-of-type(5) {
    width: 18%;
    color: rgba(255, 255, 255, .7);
    text-align: left;
}
.table-of-mv .table-list td:nth-of-type(6) {
    width: 11%;
    text-align: left;
}
.table-of-mv .table-list td:nth-of-type(6) a {
    line-height: 20px;
    display:block;
    text-indent:-9999px;
    background: url("../../../images/igeba/icon-play.png") no-repeat center center;
}
.table-of-mv .table-list td:last-child {
    font-size: 0.875em;
    text-align: center;
    color: rgba(255, 255, 255, .5);
    width: 7%;
}
.recently-mv .table-of-mv .song-list a.more {
    margin-top: 36px;
}
.recently-mv .table-of-mv .song-list a.more:after {
    transform: rotate(90deg);
}

.mtv {
    overflow: auto;
    margin-bottom: 114px;
}
.mtv .mtv-photo {
    float: left;
    width: 456px;
    height: 330px;
    position: relative;
    background-color: #ccc;
    display: inline;
}
.mtv .mtv-photo img {
    width: 100%;
    height: 100%;
    display: block;
    background: url("../../../images/igeba/default/0.jpg") no-repeat;
    background-size: 100% 100%;
}
.mtv .mtv-value {
    float: left;
    margin-left: 20px;
    width: 300px;
    height: 354px;
}
.mtv .mtv-value h1 {
    height: 41px;
    line-height: 41px;
    overflow: hidden;
    font-size: 22px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mtv .mtv-value dl {
    line-height: 30px;
    font-size: 1em;
}
.mtv .mtv-value dl dt {
    float: left;
}
.mtv .mtv-value dl dd {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/*	4. 列表页
/* ------------------------------------------------------------------------------------------------------------------ */
.list-header {
    position: relative;
    text-align: center;
    color: #fff;
    padding: 104px 0 138px;
    background: linear-gradient(157deg, #602383, #0A1E89);
}
.list-header h1 {
    font-size: 3em;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 4px;
}
.list-header h1:not(:empty):not(.search-title):before {
    content: '-';
    padding-right: 13px;
}
.list-header h1:not(:empty):not(.search-title):after {
    content: '-';
    padding-left: 13px;
}
.list-header p {
    font-size: 0.8125em;
    text-transform: uppercase;
    line-height: 3em;
}
.list-header .circle1 {
    position: absolute;
    display: block;
    width: 21.5%;
    height: 21.5vw;
    border-radius: 50%;
    opacity: .68;
    background: linear-gradient(135deg, #922878, #4A299E);
    left: -4.7%;
    top: -11.2vw;
    z-index: 9999;
}
.list-header .circle2 {
    position: absolute;
    display: block;
    width: 188px;
    height: 188px;
    border-radius: 50%;
    opacity: .68;
    background: linear-gradient(135deg, #922878, #4A299E);
    right: -70px;
    bottom: 14px;
    z-index: 9999;
}
.content {
    padding: 0 18.7% 152px;
}
.content.picList {
    width: 695px;
    margin: 0 auto;
    padding: 0;
}
.content.picList .entry-content {
    margin-top: 9px;
}
.content.picList .entry-categories .entry-categories-type-list {
    display: flex;
}
.content.picList .entry-categories .entry-categories-type-list a {
    font-size: 16px;
    margin: 0 15px;
    color: #121212;
}
.content.picList .entry-categories .entry-categories-type-list a:first-child {
   /* margin-left: 0 !important;*/
}
.content.picList .entry-categories .entry-categories-type-list a.active {
    color: #056de8;
}
.content .entry-categories {
    padding: 41px 0 46px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.content .crumbs {
    line-height: 16px;
    font-size: 16px;
    color: #727272;
}
.content .crumbs a, .content .crumbs span {
    color: #727272;
}
.content .category-list .post-content {
    border: 1px solid #EBEBEB;
    padding: 14px 30px 23px;
    margin-bottom: 24px;
}
.content.picList .category-list .post-content {
    padding: 21px 25px;
    position: relative;
    border: 1px solid #EBEBEB;
    overflow: hidden;
}
.content.sub-category-list  .category-list .post-content {
    border: none;
    border-top: 1px solid #f5f5f5;
}
.content.picList .category-list .post-content .img {
    float: left;
    width: 190px;
    height: 105px;
    margin-right: 36px;
    /*background: url("./assets/img/default/thumb.png") no-repeat center center;*/
    background-size: 100% 100%;
}
.content.picList .category-list .post-content .img img {
    width: 100%;
    height: 100%;
}
.content .category-list .post-content:hover {
    /*background: #F8F8F8;*/
}
.content .category-list .post-content .entry-title a {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
}
.content.picList .category-list .post-content .entry-title a {
    font-size: 18px;
    line-height: 1.6;
    color: #121212;
}
.content .category-list .post-content .post-meta-warpper {
    padding: 21px 0;
}
.content .category-list .post-content .post-meta-warpper .post-meta {
    color: #6d6d6d;
}
.content .category-list .post-content .post-meta-warpper .post-meta li {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 16px;
}
.content .category-list .post-content .entry-content {
    font-size: 13px;
    color: #585858;
    line-height: 24px;
}
.content .category-list .post-content .entry-content img {
    cursor: pointer;
}
.content .category-list .post-content .entry-footer {
    padding-top: 18px;
    overflow: hidden;
}
.content.picList .category-list .post-content .entry-footer {
    padding-top: 18px;
    position: absolute;
    bottom: 0;
    right: 25px;
}
.content .category-list .post-content .entry-footer .extend {
    float: right;
}
.content.picList .category-list .post-content .entry-footer .extend {
    padding: 0 0 17px;
}
.content .category-list .post-content .entry-footer .extend .more {
    color: #00A5E2;
    font-size: 14px;
    margin-left: 2em;
}
.content .category-list .post-content .entry-footer .extend .more:after {
    content: '';
    width: 1em;
    height: 1em;
    vertical-align: middle;
    display: inline-block;
    background: url("../../../images/igeba/icon-arrow-right.png") no-repeat center center;
}
.content.page {
    /*padding: 0 24.3%;*/
    width: 695px;
    padding: 0 25px;
    margin: 0 auto;
    border-left: 1px solid #dbd9d9;
    border-right: 1px solid #dbd9d9;
    /*box-sizing: border-box;*/
}
.content.page .post-content .entry-header .entry-title {
    font-size: 36px;
    line-height: 72px;
}
.content.page .post-content .entry-header .post-meta-warpper .post-meta {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.content.page .post-content .entry-header .post-meta-warpper .post-meta .post-date.versions {
    display: flex;
    flex-direction: column;
    line-height: 1.2em;
}
.content.page .post-content .entry-header .post-meta-warpper .post-meta .meta-text {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
}
.content.page .post-content .entry-header .post-meta-warpper .post-meta .meta-text a:not(:last-child):after {
    content: ',';
}
.content.page .post-content .entry-header .post-meta-warpper .post-meta li:not(:last-child):after {
    font-size: 12px;
    content: '|';
    padding: 0 23px;
    color: #B9B9B9;
    opacity: 0.6;
}
.content.page .post-content .entry-content {
    padding: 55px 0 59px;
    font-size: 15px;
}
.content.page .post-content .entry-content * {
    line-height: 28px;
}
.content.page .post-content .entry-content p {
    /*text-indent: 24px;*/
    margin: 28px 0;
}
.content.page .post-content .entry-content p img {
    margin-left: -24px;
    cursor: zoom-in;
}
.content.page .related {
    padding: 40px 0 84px;
    border-top: 1px solid #EBEBEB;
}
.content.page .related .related-title {
    overflow: hidden;
}
.content.page .related .related-title h1 {
    float: left;
    color: #000;
    font-size: 20px;
}
.content.page .related .related-title .more {
    float: right;
    color: #666666;
    font-size: 16px;
}
.content.page .related ul {
    display: flex;
    padding: 27px 0;
    overflow: hidden;
    list-style: none;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.content.page .related ul li {
    min-width: 17.5%;
    width: 31.6%;
    margin-right: 2.6%;
}
.content.page .related ul li a .img {
    width: 100%;
    height: 234px;
    background: url(../../../images/igeba/update-record/none.png) no-repeat center center !important;
    background-size: 100% 100% !important;
}
.content.page .related ul li a .img img {
    width: 100%;
    height: 100%;
}
.content.page .related ul li a span {
    font-size: 16px;
    color: #000;
    line-height: 16px;
    margin-top: 15px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content.page .related.list ul {
    display: flex;
    padding: 27px 0;
    overflow: hidden;
    list-style: none;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: column;
}
.content.page .related.list ul li {
    width: 100% !important;
}

.content.page .related.list ul li span {
    color: #666666;
}
/* ------------------------------------------------------------------------------------------------------------------ */

/*	6. 走马灯效果
/* ------------------------------------------------------------------------------------------------------------------ */
.am-slider-custome .swiper-container {
    overflow: hidden;
}
.am-slider-custome .swiper-wrapper {
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.am-slider-custome .am-direction-nav a {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 63px;
    height: 63px;
    padding:0;
    margin: -16px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0.5;
    cursor: pointer;
    color: #fff;
    font-size: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #fff;
}
.am-slider-custome .am-direction-nav a:before {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    content: "←";
    font-size: 32px;
    line-height: 63px;
}
.am-slider-custome .am-direction-nav a:hover {
    opacity: 1;
}
.am-slider-custome .am-direction-nav a.am-prev {
    left: -130px;
}
.am-slider-custome .am-direction-nav a.am-next {
    right: -130px;
}
.am-slider-custome .am-direction-nav a.am-next:before {
    content: "→";
}
.am-slider-custome .am-direction-nav .swiper-button-disabled {
    opacity: 0!important;
    cursor: default;
}

.am-slider-custome .am-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.am-slider-custome .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.loading .am-slider-custome .am-viewport {
    max-height: 300px;
}
.am-slider-custome .am-control-nav {
    width: 100%;
    position: absolute;
    bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.am-slider-custome .am-control-nav .swiper-pagination-bullet {
    margin: 0 6px;
    width: 48px;
    height: 1px;
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.am-slider-custome .am-control-nav .swiper-pagination-bullet:hover {
    background-color: #fff;
}
.am-slider-custome .am-control-nav .swiper-pagination-bullet-active {
    height: 4px;
    background-color: #fff;
}

.am-slider a:hover,
.am-slider a:focus {
    outline: none;
}
.am-slides,
.am-control-nav,
.am-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.am-slider {
    margin: 0;
    padding: 0 0 132px;
}
.am-slider .am-slides:before,
.am-slider .am-slides:after {
    content: " ";
    display: table;
}
.am-slider .am-slides:after {
    clear: both;
}
.am-slider .am-slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative;
}
.no-js .am-slider .am-slides > li:first-child {
    display: block;
}
.am-pauseplay span {
    text-transform: capitalize;
}
.am-slider {
    position: relative;
}
.am-viewport {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/*	7. 分页
/* ------------------------------------------------------------------------------------------------------------------ */
.pagination-list {
    padding-top: 51px;
    text-align: center;
}
.pagination-list .pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.pagination-list .pagination a, .pagination-list .pagination span {
    font-size: 14px;
    padding: 0 14px;
    margin: 0 4px;
    background: #F5F6F7;
    border-radius: 2px;
    line-height: 36px;
}
.pagination-list .pagination a {
    color: rgba(57, 57, 57, 0.7);
}
.pagination-list .pagination span {
    color: #fff;
    background: #11ABE3;
}
.pagination-list .pagination .disabled {
    color: rgba(57, 57, 57, 0.2);
    background: rgba(245, 246, 247, 0.7);
}

/*.pagination-list .pagination .screen-reader-text {
    display: none;
}
.pagination-list .pagination .nav-links, #pagination {
    text-align: center;
}
.pagination-list .pagination .nav-links .page-numbers {
    width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 2px;
    background: #F5F6F7;
    margin: 0 4px;
    font-size: 0.875em;
    line-height: 36px;
}
.pagination-list .pagination .nav-links a.page-numbers {
    color: rgba(57, 57, 57, 0.7);
}
.pagination-list .pagination .nav-links .page-numbers.current {
    color: #fff;
    background: #11ABE3;
}
.pagination-list .pagination .nav-links .page-numbers.placeholder {
    color: rgba(57, 57, 57, 0.5);
}*/

/* ------------------------------------------------------------------------------------------------------------------ */

/*	9. 搜索框
/* ------------------------------------------------------------------------------------------------------------------ */
.search-form {
    position: relative;
    height: 100%;
    display: block;
    /*width: 240px;*/
}
.search-form .search-field {
    border: 1px solid #EBEBEB;
    border-radius: 15px;
    background: #F8F8F8;
    padding: 7px 7px 7px 30px;
    outline:medium;
    font-size: 0.75em;
    color: rgba(0, 0, 0, 0.5);
    width: 100px;
}
.search-form .search-field::placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.75em;
}
.search-form .search-submit {
    position: absolute;
    top: 8px;
    left: 12px;
    border: 0;
    width: 16px;
    height: 16px;
    background: url("../../../images/igeba/icon-search.png") no-repeat center center;
    text-indent:-9999px;
}

/**********************************************************************************************************************/
.ImgPreview--button {
    position: fixed;
    top: 30px;
    right: 30px;
    background-color: rgba(0, 0, 0, .7);
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 20px;
    z-index: 1002;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    text-align: center;
}
.ImgPreview--button .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ImgPreview--button .icon-quxiao:before {
    content: "\2715";
    color: #fff;
}
/**********************************************************************************************************************/

@media screen and (max-width: 1660px) {
    .content.page .related ul li a .img {
        height: 180px;
    }
}
