
.inner-wrap {
    background: transparent;
}
.inner-wrap a {
    color: #e5e5e5;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    -moz-transition: color .4s;
    transition: color .4s;
    font-size: 1.4rem;
    line-height: 1.5;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
}
.inner-wrap a:hover {
    color: #ff5c38
}
.article_content {
    margin: 39px 0 0 0;
    padding: 0 0 99px 0;
    overflow: hidden;
    color: #fff;
}
.about_list {
    display: block;
    margin-bottom: 100px;
}
.about_title .title {
    display: block;
    font-size: 32px;
    font-weight: bolder;
    color: gray;
    text-align: left;
    margin: 1.33em 0 1em 0;
    text-align: center;
}
.about_title .title span {
    padding: 0 9px 6px 9px;
    border-bottom: 12px double gray;
}
.about_title .leader {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: gray;
    margin: 0 0 20px 0;
    text-align: left;
    font-style: italic;
}
.about_details {
    margin: 36px auto 0 auto;
    display: table;
    text-align: center;
}
.about_details p,
.about_details ul li {
    font-size: 14px;
    line-height: 2em
}
.about_title .title a {
    text-decoration: none;
    color: grey
}
.about_details ul li a {
    color: grey;
    text-decoration: none
}
.about_details ul li a:hover {
    color: grey
}
.inner-wrap p, .jianjie, .jianjie p {
    font-size: 20px;
}
.groupchief, .groupmember {
    width: 100%;
    height: 320px;
    position: relative;
    margin: 10px 0 0 0;
    padding: 0;
}
.groupchief {
    width: 228px;
    margin: 10px 10px 0 0;
    padding: 0;
    float: left;
}
.gc-infos {
    position: relative;
    margin: 0;
    padding: 0;
    width: 215px;
    margin: 10px 10px 0 0;
    padding: 20px 10px;
    border-radius: 15px;
    border: 1px solid #1e2022;
    background: #181818;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
}
.gc-infos:hover {
    border: 1px solid #2e3032;
    background: #1d1d1d;
}
.gc-infos .gc-avatar {
    width: 100%;
    height: auto;
    margin-bottom: 6px;
    text-align: center;
}
.gc-infos .gc-avatar img {
    border-radius: 50%;
    width: auto;
    height: 100px;
}
.gc-infos .gc-name {
    width: 100%;
    padding: 5px 0;
    font-size: 18px;
    font-weight: 400;
    color: #fffff5;
    text-align: center;
}
.gc-infos .gc-score {
    position: relative;
    width: 100%;
    height: 30px;
    margin-top: 8px;
}
.gc-score .gc-score-good, .gc-score .gc-score-bad {
    width: 80px;
    font-size: 18px;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 0;
}
.gc-score .gc-score-good>i, .gc-score .gc-score-bad>i {
    padding-right: 1px;
}
.gc-score .gc-score-good {
    left: 0;
    text-align: left;
    color:red;
}
.gc-infos .gc-count {
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    color: #555;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.gc-infos .gc-laebl {
    border-radius: 5px;
    background: #1e2022;
    height: 26px;
    color: #dddfe6;
    text-align: center;
    line-height: 26px;
    margin-top: 6px;
}
.gc-infos .gleader-flag {
    position: absolute;
    top: 19px;
    right: -32px;
    color: #fff;
    height: 30px;
    width: 130px;
    text-align: center;
    line-height: 30px;
    background-color: red;
    font-size: 1.2em;
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
}
.gc-infos .gc-product {
    height: auto;
    text-align: center;
    overflow: hidden;
    padding-top: 20px;
    min-height: 160px;
}
.gc-infos .gc-product .listtitle {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 500;
}
.listtitle span {
    display: block;
    font-size: 1.3em;
    color: #444;
    position: relative;
}
.listtitle span:before, .listtitle span:after {
    content: '';
    position: absolute;
    top: 52%;
    background: #1e2022;
    width: 20%;
    height: 2px;
}
.listtitle span:before{
    left: 10%;
}
.listtitle span:after {
    right: 10%;
}
.productlist {
    margin: 0 5px 10px 5px;
    padding: 0;
    width: auto;
}
.productlist> ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.productlist>ul>li {
    max-width: 168px;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
}
.productlist>ul>li>a {
    width: auto;
    margin: 3px 6px 3px 0;
    padding: 0px 6px;
    background-color: transparent;
    border: 1px solid #444;
    color: #e3dede;
    font-size: 1.4rem;
    line-height: 1.6;
    text-decoration: none;
    display: block;
    overflow: hidden;
}
.productlist>ul>li>a:hover, .gc-product .cur>a {
    border-color: white;
    background: #fff;
    color: #444;
}
.groupchief .gc-shows {
    position: relative;
    float: left;
    margin: 0 0 0 20px;
    width: 780px;
    height: 210px;
    padding: 0;
}
.gc-shows ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.gc-shows>ul>li {
    float: left;
    padding: 0;
    margin: 0;
    padding: 0;
    width: 156px;
    height: auto;
    background: transparent;
    list-style: none;
}
.gc-shows .ep-item-img {
    position: relative;
    margin: 0;
    padding: 0;
    width: 140px;
    height: auto;
    border-radius: 6px;
    text-decoration: none;
    border: 1px solid #000;
    background: transparent;
    display: block;
    overflow: hidden;
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
    -o-transition:all .4s;
    z-index: 1;
}
.gc-shows .ep-item-img:hover {
    transform:scale(1.1);
    z-index: 2;
}
.ep-item-img img {
    width: 100%;
    height: auto;
    line-height: 1;
    display: block;
}
.gc-shows .epdesc {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    color: #c9d6de;
    text-align: left;
    overflow: hidden;
}
.epdesc .chs-name, .epdesc .eng-name {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, 0.65);
    text-shadow: 2px 2px 2px #000;
}
.epdesc .eng-name {
    font-size: 12px;
}
.members {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.members .gc-infos {
    width: 126px;
    margin: 10px 15px 0 0;
}
.members .gc-infos .gc-name {
    font-size: 18px;
}
.members .gc-infos .gc-avatar img {
    width: 64px;
    height: auto;
    margin: 0 28px;
}

.gc-zongjian {
    width: 355px;
    min-height: 399px;
}
.gc-zongjian .gc-goodstar {
    position: absolute;
    top: 10px;
    right: 10px;
    color: red;
    cursor: pointer;
}
.gc-zongjian .gc-name>a {
    font-size: 1.9rem;
}
.gc-zuzhang .gc-name>a {
    font-size: 1.6rem;
}