body, html {
    /* min-width: 1300px; */
    font-family: 'Microsoft Yahei';
    /* max-width: 1920px; */
    width: 100%;
    height: 100%;
    background: url("../images/index/index-header3.jpg");
    /* background-size: cover; */
    /* background-size: 100% 1040px; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    /* background-color: #f8f8f8; */
}

* {
    font-family: 'Microsoft Yahei';
    box-sizing: border-box;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}

.section-header-index {
    height: 528px;
    /* background: url("../images/index/index-header.jpg") no-repeat center top; */
}

.wrap {
    width: 1300px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.section-header-index .head-nav {
    height: 56px;
    width: 100%;
    background: url("../images/common/head-nav.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    /* 42px */
    left: 0px;
    z-index: 7;
}

.head-nav ul {
    width: 900px;
    margin: 0 auto;
}

.head-nav li {
    float: left;
    padding-top: 16px;
    margin: 0 40px;
}

.head-nav li a {
    display: block;
    width: 70px;
    height: 24px;
    background: url("../images/common/nav-text3.png") no-repeat 0px 0px;
}

.head-nav li a:hover {
    background-position-y: -39px;
}

.head-nav .download-center {
    background-position-x: -136px;
}

.head-nav .news {
    background-position-x: -272px;
}

.head-nav .game-data {
    background-position-x: -408px;
}

.head-nav .media-center {
    background-position-x: -539px;
}

.head-nav .custom-service {
    background-position-x: -681px;
}

.section-header-index .logo {
    position: absolute;
    top: 42px;
    left: -63px;
    z-index: 9;
}

.section-header-index .act {
    position: absolute;
    top: 365px;
    left: 210px;
    width: 465px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 20px;
    /* color: #fff; */
}

.section-header-index .act a {
    color: #fcf7e4;
}

.section-header-index .act:hover a {
    text-decoration: underline;
}

.section-header-index .act.act-1 {
    background-image: url("../images/common/act-time-1.png");
}

/* .section-header-index .act.act-2 {background-image: url("../images/common/act-time-2.png");} */

.section-header-index .act .video-btn-top {
    display: block;
    width: 32px;
    height: 38px;
    margin-left: 105px;
    margin-top: -8px;
    background: url('../images/common/video-btn.png') no-repeat 0 0;
}

.section-header-index .act .video-btn-top:hover {
    background-position-y: -41px;
}

.section-header-index .link {
    position: absolute;
    top: 430px;
    left: 139px;
    width: 471px;
    height: 129px;
    border: 1px solid #170c17;
    background: #655351;
    padding: 4px;
}

.section-header-index .link a {
    display: block;
    background: url("../images/index/index-btns.jpg") no-repeat 0 0;
}

.section-header-index .link .download-game {
    width: 256px;
    height: 119px;
    opacity: .8;
}

.section-header-index .link .download-game:hover {
    opacity: 1;
}

.section-header-index .link .rewards {
    width: 205px;
    height: 59px;
    background-position: -256px 0px;
}

.section-header-index .link .rewards:hover {
    opacity: .9;
}

.section-header-index .link .to-reg {
    width: 205px;
    height: 60px;
    background-position: -256px -59px;
}

.section-header-index .link .to-reg:hover {
    opacity: .9;
}

/* section-center */

.section-center {
    min-height: 705px;
    /* background: url("../images/index/bg-center.jpg") no-repeat top center; */
}

/* 左侧轮播 */

.section-center .slider-container {
    width: 692px;
    height: 339px;
    margin-right: 14px;
    position: relative;
}

.slider-container .con-tab {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 104px;
    height: 24px;
}

.slider-container .con-tab a {
    display: block;
    width: 52px;
    height: 24px;
    line-height: 24px;
    background: #35313f;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-family: 'Microsoft Yahei', sans-serif;
    float: left;
}

.slider-container .con-tab a.on {
    background: #c55d34;
}

.slider-container .slider {
    display: none;
    width: 692px;
    height: 339px;
    overflow: hidden;
    position: relative;
}

.slider-container .slider-offical {
    display: block
}

.slider-container .move {
    position: absolute;
    top: 0px;
    left: 0px;
}

.slider-container .move li {
    float: left;
    width: 692px;
    height: 339px;
}

.slider-container .move li a {
    display: block;
    width: 100%;
    height: 100%;
}

.slider-container .move-controls {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.slider-container .move-controls li {
    float: left;
    text-align: center;
    height: 39px;
    line-height: 39px;
    background: #35313f;
    width: 25%;
    color: #ffffff;
    font-size: 13px;
    cursor: pointer;
}

.slider-container .move-controls li.now {
    background: #d25d1e;
}

.news .recommend {
    position: relative;
    line-height: 68px;
}

.news .icon-recomment {
    position: absolute;
    width: 55px;
    height: 26px;
    background: #f2782f;
    color: #fff;
    text-align: center;
    line-height: 26px;
    top: 23px;
    left: 10px;
    font-size: 15px;
}

.news .icon-recomment:after {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    right: -10px;
    top: 8px;
    border: 5px solid transparent;
    border-left-color: #f2782f;
    /* border-top: transparent;
    border-right: transparent;
    border-bottom: transparent; */
}

.news .recommend a {
    color: #f2782f;
    font-size: 18px;
    font-weight: bold;
    padding-left: 80px;
}

.news .tab-con>ul {
    display: none;
}

.news .tab-con>ul.showThis {
    display: block;
}

.news .tab-con li {
    line-height: 30px;
}

.news .tab-con span {
    font-family: 'Microsoft Yahei';
    display: inline-block;
    font-size: 14px;
    color: #7a7a7a;
    vertical-align: middle;
}

.news .tab-con .news-title-span {
    width: 340px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #353333;
}

.news .tab-con .news-title-span a {
    color: #353333;
}

.news .tab-con .news-title-span:hover a {
    text-decoration: underline;
}

.news .tab-con .news-time-span {
    color: #9d9c9c;
    float: right;
    padding-right: 5px;
}

.section-center .center-box {
    margin-top: 19px;
}

.section-center .hot-act {
    width: 1300px;
    overflow: hidden;
}

.section-center .hot-act ul {
    width: 1213px;
}

.section-center .hot-act li {
    float: left;
    width: 290px;
    height: 139px;
    margin-right: 13px;
}

.section-center .bottom-box {
    /* margin-top: 22px; */
    padding-top: 22px;
    background: rgba(250,250,250,0.92);
}

.section-center .bottom-box .box {
    width: 617px;
    height: 311px;
    overflow: hidden;
}

.section-center .bottom-box .box .title {
    height: 46px;
    border-bottom: 1px solid #d3d3d3;
    position: relative;
}

.section-center .bottom-box .title-text {
    position: absolute;
    top: 6px;
    left: 10px;
    width: 199px;
    height: 26px;
    background: url("../images/index/special-text.png") no-repeat 0px 0px;
}

.section-center .box-r .title-text {
    background-position-y: -26px;
}

.section-center .bottom-box .more {
    position: absolute;
    width: 26px;
    height: 26px;
    background: url("../images/common/more.png") no-repeat center center;
    top: 4px;
    right: 8px;
}

.bottom-box .data-item {
    height: 76px;
    margin-top: 13px;
    position: relative;
}

.bottom-box .data-item:after {
    content: '';
    display: block;
    width: 422px;
    height: 1px;
    background: #e8e8e8;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.bottom-box .data-item>div {
    float: left;
    overflow: hidden;
}

.bottom-box .data-item .imgBox {
    margin-top: 2px;
    margin-right: 14px;
    width: 137px;
    height: 71px;
    background: url("../images/index/game-feature.png") no-repeat 0px 0px;
    position: relative;
}

.bottom-box .strategy .imgBox {
    background-position-y: -71px;
}

.strategy-title {
    position: absolute;
    left: 56px;
    top: 15px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

.strategy-subtitle {
    position: absolute;
    left: 71px;
    top: 40px;
    color: #999;
    font-size: 13px;
}

.bottom-box .runk .imgBox {
    background-position-y: -142px;
}

.bottom-box .data-item .item-title {
    background: url("../images/index/game-feature-icon.png") no-repeat center 0px;
    width: 79px;
    height: 64px;
    border-right: 1px dashed #a7a7a7;
}

.bottom-box .strategy .item-title {
    background-position-y: -88px;
}

.bottom-box .runk .item-title {
    background-position-y: -176px;
}

.bottom-box .details {
    width: 335px;
    height: 64px;
    overflow: hidden;
}

.bottom-box .details li {
    width: 60px;
    float: left;
    text-align: right;
    height: 32px;
    line-height: 32px;
    margin-left: 23px;
}

.bottom-box .details li a {
    color: #353333;
    font-size: 13px;
}

.bottom-box .media-tab {
    margin-top: 6px;
    border-bottom: 1px solid #d3d3d3;
}

.bottom-box .media-tab a {
    float: left;
    width: 142px;
    height: 46px;
    font-size: 16px;
    text-align: center;
    color: #353333;
    line-height: 46px;
    position: relative;
}

.bottom-box .media-tab a:after {
    content: '';
    display: block;
    width: 0px;
    height: 2px;
    background: #f28362;
    position: absolute;
    bottom: -1px;
    transform: scale(0, 0);
    transition: transform .4s ease-in-out;
    transform-origin: center center;
}

.bottom-box .media-tab a.current {
    color: #e57452;
    font-weight: bold;
}

.bottom-box .media-tab .current:after {
    content: '';
    display: block;
    width: 142px;
    height: 2px;
    background: #f28362;
    position: absolute;
    bottom: -1px;
    transform-origin: center center;
    transform: scale(1, 1);
    transition: transform .4s ease-in-out;
}

.media-tab-content {
    margin-top: 30px;
    width: 584px;
}

.media-tab-content .tab-item {
    display: none;
}

.media-tab-content .tab-video {
    display: block;
}

.media-tab-content .video-box .open-video {
    position: absolute;
    top: 55px;
    left: 50%;
    margin-left: -37px;
    width: 74px;
    height: 74px;
    background: url("../images/index/open-video.png") no-repeat center center;
}

.media-tab-content .tab-item>div {
    float: left;
    width: 275px;
    height: 172px;
    position: relative;
    background: red;
}

.media-tab-content .tab-item .desc {
    position: absolute;
    width: 100%;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-size: 13px;
    background: rgba(0, 0, 0, .5);
    left: 0px;
    bottom: 0px;
}

.media-tab-content .tab-item>div {
    margin-right: 17px;
}

.media-tab-content .tab-item li {
    float: left;
}

.media-tab-content .tab-item li {
    margin-right: 17px;
}

/* section-profession */

.section-profession {
    width: 1300px;
    height: 448px;
    margin: 0 auto;
    background: url("../images/index/bg-profession.jpg") no-repeat center center;
}

.tab-skills {
    width: 60px;
    position: absolute;
    top: 58px;
    left: 30px;
}

.tab-skills li {
    cursor: pointer;
    height: 16px;
    line-height: 16px;
    font-size: 15px;
    color: #fff;
    padding-left: 25px;
    position: relative;
    margin-bottom: 29px;
}

.tab-skills li:after {
    display: block;
    content: '';
    position: absolute;
    top: 2px;
    left: 0px;
    width: 13px;
    height: 13px;
    background: url("../images/index/point.png") no-repeat 0 -13px;
}

.tab-skills li:hover:after {
    background-position: 0 0;
}

.tab-skills .now:after {
    background-position: 0 0;
}

.tab-skill-content {
    position: relative;
    height: 448px;
    width: 1100px;
    overflow: hidden;
    margin-left: 139px;
}

/* .tab-skill-content .skill-desc {
    display: none;
}

.tab-skill-content .skill-desc.now {
    display: block;
} */

.skill-desc .text {
    position: absolute;
    top: 0px;
    left: -482px;
    width: 482px;
    height: 100%;
    padding-top: 52px;
    color: #fff;
    font-size: 14px;
    transition: none;
}

.skill-desc .title {
    /* width: 276px; */
    height: 66px;
    /* background: url("../images/index/skill-title2.png") no-repeat 0px 0px; */
    margin-bottom: 20px;
    font-size: 72px;
    line-height: 66px;
    color: #fff;
    display: flex;
    position: relative;
}

.skill-desc .subtitle {
    height: 30px;
    font-size: 30px;
    color: #ff8449;
    position: absolute;
    bottom: 15px;
    left: 165px;
    padding: 0px;
    margin: 0px
}

.skill-js .title {
    background-position: 0px -66px;
}

.skill-gf .title {
    background-position: 0px -132px;
}

.skill-yr .title {
    background-position: 0px -198px;
}

.skill-yg .title {
    background-position: -298px 0px;
}

.skill-cb .title {
    background-position: -298px -66px;
}

.skill-df .title {
    background-position: -298px -132px;
}

.skill-yl .title {
    background-position: -298px -198px;
}

.skill-desc .explain {
    padding-top: 10px;
    margin-bottom: 22px;
    height: 115px;
    border-top: 1px solid #7b7f97;
    /* border-bottom: 1px solid #7b7f97; */
    line-height: 30px;
    text-indent: 2em;
}

.skill-desc .identity p {
    line-height: 30px;
}

.skill-desc .level em {
    display: inline-block;
    margin-left: 9px;
    vertical-align: -2px;
    height: 13px;
    width: 12px;
    background: url("../images/index/point.png") no-repeat 0 -26px;
}

.skill-desc .level i {
    display: inline-block;
    margin-left: 9px;
    vertical-align: -2px;
    height: 13px;
    width: 12px;
    background: url("../images/index/point.png") no-repeat 0 -40px;
}

.skill-desc .role {
    position: absolute;
    top: 0px;
    /* left: 456px; */
    left: 806px;
    opacity: 0;
    transition: none;
}

.skill-desc.now .role {
    left: 456px;
    opacity: 1;
    transform: rotate3d(0, 0, 0);
    transition: all .8s;
}

.skill-desc.now .text {
    left: 0px;
    opacity: 1;
    transform: rotate3d(0, 0, 0);
    transition: all .8s;
}

/* sectin-friend-link */

.section-friend-link {
    height: 290px;
    background: #fff;
}

.section-friend-link .wrap {
    padding-top: 32px;
}

.section-friend-link .box {
    width: 573px;
    height: 256px;
    overflow: hidden;
}

.section-friend-link .box2 {
    /* width: 573px; */
    height: 256px;
    overflow: hidden;
}

.section-friend-link .box2 .title {
    position: relative;
    height: 46px;
    border-bottom: 1px solid #d3d3d3;
}

.section-friend-link .box .title {
    position: relative;
    height: 46px;
    border-bottom: 1px solid #d3d3d3;
}

.section-friend-link .title .title-text {
    position: absolute;
    top: 6px;
    left: 0px;
    width: 199px;
    height: 26px;
    background: url("../images/index/special-text.png") no-repeat 0px -52px;
}

.section-friend-link .fast-access .title-text {
    background-position-y: -78px;
}

.section-friend-link .company-name ul {
    margin-top: 10px;
}

.section-friend-link .company-name li {
    width: 85px;
    margin-right: 7px;
    float: left;
}

.section-friend-link .company-name li a {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #353333;
    font-size: 13px;
    padding-left: 7px;
    position: relative;
}

.section-friend-link .company-name li a:hover {
    color: #f2782f;
}

.section-friend-link .company-name li a:after {
    content: '·';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 5px;
    height: 32px;
    line-height: 32px;
}

.fast-access ul {
    /* width: 588px; */
    margin-top: 16px;
}

.fast-access li {
    float: left;
    margin-right: 20px;
    margin-top: 14px;
}

.fast-access .fast-link {
    display: block;
    width: 127px;
    height: 57px;
    border: 1px solid #e7e7e7;
    line-height: 55px;
    padding-left: 55px;
    position: relative;
    color: #353333;
    font-size: 13px;
}

.fast-access .fast-link:after {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background: url("../images/index/spirit-icon.png") no-repeat 0px 0px;
    position: absolute;
    top: 15px;
    left: 21px;
}

.fast-access .fast-link-pwd:after {
    background-position: -28px 0px;
}

.fast-access .fast-link-parent:after {
    background-position: -60px 0px;
}

.fast-access .fast-link-back:after {
    background-position: -93px 0px;
}

.fast-access .fast-link-safe:after {
    background-position: 0px -30px;
}

.fast-access .fast-link-help:after {
    background-position: -31px -30px;
}

.fast-access .fast-link-report:after {
    background-position: -61px -30px;
}

.fast-access .fast-link-online:after {
    width: 32px;
    height: 30px;
}

.fast-access .fast-link-online:after {
    background-position: -92px -29px;
}

.fast-access .fast-link-fcm:after {
    background-position: 0 -60px;
}

.section-bottom {
    height: 477px;
    background: url("../images/index/bg-bottom.jpg") no-repeat center center;
}

.section-bottom .wrap {
    padding-top: 86px;
}

.section-bottom .title {
    width: 499px;
    height: 66px;
    background: url("../images/index/bottom-title.png") no-repeat center center;
    margin: 0 auto 52px;
}

.contact-us {
    width: 1110px;
    margin: 0 auto;
    overflow: hidden;
}

.contact-us ul {
    width: 1110px;
}

.section-bottom .contact-us li {
    float: left;
    width: 221px;
    height: 201px;
    margin-right: 56px;
}

.contact-us .up {
    height: 160px;
    border: 1px solid #d7d9e0;
    border-bottom: none;
    overflow: hidden;
    background: #fff;
}

.contact-us .up .name-l {
    margin: 32px 0 0 27px;
    width: 30px;
    height: 90px;
    border-left: 1px solid #cfbd96;
    color: #353333;
    font-size: 20px;
    padding-left: 8px;
    line-height: 23px;
}

.contact-us .imgBox {
    margin: 21px 24px 0 0;
    border: 1px solid #dbdbdb;
}

.contact-us .n-border .imgBox {
    border: none;
}

.contact-us .down {
    height: 41px;
    background: #474b5f;
    line-height: 41px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.contact-us .down a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 41px;
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
}

.contact-us .wx .imgBox {
    border: none;
}

.contact-us .wx .down {
    padding-top: 7px;
    line-height: 14px;
}

.pop-mask {
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: 99;
    filter: Alpha(opacity=50);
}

.pop {
    display: none;
    background: #fff;
}

.pop .close {
    position: absolute;
    top: 0px;
    right: -60px;
    width: 45px;
    height: 45px;
    background: url("../images/index/close.png") no-repeat center center;
}

.fast-reg {
    position: absolute;
    top: 42px;
    right: 45px;
    width: 283px;
    max-height: 1046px;
    transition: width .5s;
    z-index: 7;
}

.fast-reg-content {
    /* height: 100%;
    overflow-y: auto;
    overflow-x:hidden; */
    width: 100%;
    transition: width .5s;
    overflow: hidden;
}

.fast-reg .reg-region {
    height: 360px;
    background: #fff;
}

.fast-reg .fast-reg-item {
    padding-top: 10px;
}

.fast-reg-item .title {
    margin: 0 auto 5px;
    padding-left: 63px;
    width: 257px;
    height: 42px;
    background: url("../images/default/reg-title.png") no-repeat 0 0;
    color: #35313f;
    font-family: 'Microsoft YaHei';
    font-size: 24px;
}

.fast-download-client {
    background: #fff;
}

.fast-reg .fast-download-client .title {
    background-position: 0 -42px;
}

.fast-download-client img {
    display: block;
    width: 193px;
    height: 127px;
    margin: -18px auto 5px;
}

.fast-download-client .btn-fast {
    display: block;
    margin: 0 auto;
    width: 240px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background: #59597d;
}

.fast-download-client .btn-fast:hover {
    opacity: .9;
    filter: Alpha(opacity=90);
}

.get-reward {
    height: 310px;
    background: url("../images/index/reg-region-bottom.png") no-repeat center top;
}

.get-reward .title {
    background-position-y: -84px;
}

.get-reward img {
    display: block;
    width: 220px;
    height: 130px;
    margin: 0 auto;
}

.get-reward .btn-get-reward {
    display: block;
    margin: 0 auto;
    width: 240px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background: #f68c36;
}

.get-reward .btn-get-reward:hover {
    opacity: .9;
    filter: Alpha(opacity=90);
}

.fast-reg .slide-btn {
    width: 45px;
    height: 137px;
    background: purple;
    position: absolute;
    bottom: 240px;
    left: -45px;
    cursor: pointer;
    background: url("../images/index/reg-control-btn.png") no-repeat 0 0;
    transition: all .5s;
}

.fast-reg .slide-btn.off {
    width: 45px;
    height: 217px;
    background-position-y: -137px;
}

/* 注册样式 */

.reg-ifr {
    width: 240px;
    margin: 15px auto 0px;
}

/* 换样式 */

.row {
    position: relative;
    width: 100%;
    zoom: 1;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.topBtns {
    position: absolute;
    left: 0;
    /* top: 320px; */
    width: 279px;
}

.t_btns {
    width: 279px;
    height: 320px;
}

.fl {
    float: left;
}

.t_btns .orderBtn {
    display: block;
    width: 100%;
    height: 150px;
    background: url("../images/index/down-btn.gif") no-repeat;
}

.t_btns .t_links {
    width: 100%;
    height: 170px;
    background: url("../images/index/btns_bg.jpg") no-repeat;
}

.t_btns .t_links li {
    float: left;
    width: 50%;
    height: 50%;
    text-align: center;
    line-height: 85px;
}

.t_btns .t_links a {
    color: #dcdfe2;
    font-size: 16px;
}

.t_btns .t_links a:hover {
    color: #fadd9d;
    text-decoration: none;
}

.top {
    width: 1021px;
    margin-left: 279px;
    /* margin-bottom: 36px; */
}

.t_banners {
    position: relative;
    width: 572px;
    height: 320px;
    overflow: hidden;
}

.t_banners .t_b_list {
    width: 2000%;
    height: 100%;
}

.t_banners .t_b_list img{
    width: 100%;
    height: 320px;
}

.t_banners li {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

.t_banners a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.t_banners .t_b_pts {
    position: absolute;
    width: 100%;
    right: 20px;
    bottom: 14px;
    text-align: right;
    line-height: 0;
}

.t_banners .t_b_pts span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background-color: #fff;
    border-radius: 100%;
}

.t_banners .t_b_pts span.on {
    background-color: #ff9900;
}

.t_banners .t_b_pts {
    position: absolute;
    width: 100%;
    bottom: 0px;
    text-align: center;
    line-height: 0;
    height: 35px;
    right: 0;
    background: rgba(255, 255, 255, .8);
}

.t_banners .t_b_pts span {
    float: left;
    display: inline-block;
    width: 25%;
    line-height: 35px;
    font-size: 14px;
    cursor: pointer;
    height: 35px;
    margin: 0;
    border-radius: 0;
}

.t_banners .t_b_pts span.on {
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.news, .t_news {
    position: relative;
    width: 449px;
    height: 320px;
    background-color: #fff;
}

.news .n_btns, .t_news .n_btns {
    position: relative;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #d8d8d8;
}

.news .n_btns ul, .t_news .n_btns ul {
    width: 100%;
    overflow: hidden;
}

.news .n_btns li, .t_news .n_btns li {
    position: relative;
    float: left;
    width: 76px;
    text-align: center;
}

.news .n_btns li.on a, .t_news .n_btns li.on a {
    color: #bd8b2b;
}

.news .n_btns li.on .plan, .t_news .n_btns li.on .plan {
    width: 100%;
}

.news .n_btns a, .t_news .n_btns a {
    font-size: 17px;
    color: #333;
}

.news .n_btns a:hover .plan, .t_news .n_btns a:hover .plan {
    width: 100%;
}

.news .n_cons, .t_news .n_cons {
    width: 100%;
}

.news .n_con, .t_news .n_con {
    position: relative;
    padding: 0 30px;
    display: none;
}

.news .n_con.on, .t_news .n_con.on {
    display: block;
}

.news .n_con .nc_hot, .t_news .n_con .nc_hot {
    display: block;
    width: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #bd8b2b;
    height: 50px;
    overflow: hidden;
}

.news .n_con ul, .t_news .n_con ul {
    width: 100%;
}

.news .n_con li, .t_news .n_con li {
    position: relative;
    width: 100%;
    font-size: 14px;
    color: #333;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

.news .n_con .nc_lb, .t_news .n_con .nc_lb {
    float: left;
    margin-right: 10px;
}

.news .n_con .nc_link, .t_news .n_con .nc_link {
    float: left;
    display: block;
    max-width: 300px;
    color: #000;
}

.t_news .n_con .nc_link:hover {
    /* color: #fadd9d; */
    /* text-decoration: none; */
    text-decoration: underline
}

.news .n_con .nc_time, .t_news .n_con .nc_time {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #666;
    font-family: 'Arial';
}

.morelink, .news .morelink, .t_news .morelink {
    position: absolute;
    width: 26px;
    height: 26px;
    background: url("../images/common/more.png") no-repeat;
    top: 12px;
    right: 26px;
    z-index: 10;
}

.plan {
    position: absolute;
    width: 0;
    height: 3px;
    background-color: #bd915d;
    bottom: 1px;
    left: 0;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

@media screen and (max-width: 768px) {
    .section-header-index .head-nav{
        background:#fff;
        border-bottom: 1px solid #e5e5ea;
        position: fixed;
    }

    .head-nav .wrap {
        display: none;
    }

    .head-nav li {
        float: none;
        padding: 15px;
        display: inline-block;
        margin: 0;
    }

    .head-nav ul {
        width: 100%;
        margin: auto;
        font-size: 16px;
        padding-left: 15px;
    }

    .head-nav li a {
        background: transparent;
        width: 100%;
        color: #000;
    }

    .mobile-menu {
        display: flex;
        height: 56px;
        padding-left: 15px;
    }

    .mobile-left-menu {
        background: url(../images/common/menu_black.png) no-repeat center center;
        width: 30px;
        height: 30px;
        background-size: cover;
        top: 50%;
        transform: translateY(-50%);
        position: relative;
    }

    body, html {
        background: #f8f8f8;
    }

    .wrap {
        width: 100%;
    }

    .section-header-index {
        height: 56px;
    }

    .topBtns {
        display: none;
    }

    .top {
        width: 100%;
        margin: 0;

    }

    .t_banners {
        width: 100%;
    }

    .news, .t_news {
        width: 100%;
        margin-top: 20px;
    }

    .t_b_pts {
        /* display: none; */
    }

    .t_banners .t_b_pts span {
        font-size: 12px;
    }

    .news .n_con .nc_link, .t_news .n_con .nc_link {
        max-width: 250px;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .section-center .bottom-box .box {
        width: 100%;
        background-color: #fff;
        margin-bottom: 20px;
        height: auto;
    }

    .media-tab-content {
        width: 100%;
        margin-top: auto;
        padding: 20px 10px;
    }

    .section-profession {
        display: none;
    }

    .footer-inner {
        width: 100%;
    }

    .section-friend-link {
        height: auto;
    }

    .section-friend-link .box2 {
        margin-bottom: 20px;
        height: 100%;
        padding-bottom: 24px;
    }

    .bottom-box .media-tab a {
        width: 130px;
    }

    .bottom-box .data-item:after {
        height: 0.5px;
        left: 10px;
        right: 10px;
        width: auto;
    }
    .bottom-box .data-item:last-child:after {
        height: 0px;
    }

    .bottom-box .media-tab {
        border-bottom: 0px solid #d3d3d3;
    }

    .bottom-box .data-item .imgBox {
        display: none;
    }
    .bottom-box .data-item .item-title {
        display: none;
    }
    .bottom-box .details{
        width: 100%;
    }
    .bottom-box .details li {
        width: 70px;
        font-size: 16px;
    }
    .section-center .bottom-box .title-text {
        left: 10px;
        top: 17px;
    }
    .section-center .bottom-box .box .title{
        height: 60px;
    }

    .section-friend-link .wrap {
        padding-top: 0;
    }

    .section-center .bottom-box .more {
        top: 17px;
    }

    .section-friend-link .title .title-text {
        left: 10px;
        top: 17px;
    }
    .section-friend-link .box2 .title{
        height: 60px;
    }

    .news .n_con, .t_news .n_con{
        padding: 0 15px;
    }
    .fast-access .fast-link{
        width: auto;
        padding-left: 45px;
        padding-right: 10px;
    }
    .fast-access .fast-link:after {
        left: 10px;
    }
    .fast-access ul{
        padding-left: 10px;
    }
    .fast-access li {
        margin-right: 10px;
    }
    
}