@charset "gb2312";

/* 公共 common */
body{
    background-color: #fbf7ee;
}
.read_more{
    display: block;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    background-color: #f5c3a8;
    width: 100%;
}
.read_more:hover{
    background-color: #ec7540;
}
.section_title{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    background: url('../images/title_bg_1.png') no-repeat 0 30px;
    padding-bottom: 25px;
    position: relative;
}
.section_title:after{
    content: '';
    width: 90%;
    height: 1px;
    background-color: #ec7540;
    position: absolute;
    left: 34px;
    bottom: 11px;
    margin: auto;
}
.section_title h1{
    font-size: 24px;
    color: #272a2c;
    position: relative;
    padding-left: 20px;
}
.section_title h1::after {
    content: '';
    width: 4px;
    height: 19px;
    background-color: #ec7540;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.section_role .more,
.section_title .more {
    color: #ec7540;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    height: 24px;
    padding: 0 5px;
    line-height: 24px;
    border: 2px solid #ec7540;
    border-radius: 15px;
}
.section_title .more:hover{
    border: 2px dotted #ec7540;
    font-weight: unset;
}
.section_role .more i,
.section_title .more i{
    display: inline-block;
    background-color: #ec7540;
    border-radius: 50%;
    color: #ffffff;
    width: 18px;
    height: 18px;
    text-align: center;
    margin-left: 5px;
    line-height: 15px;
    font-size: 19px;
}
.read_more:hover{
    font-weight: bold;
}

.wrap{
    background: url("../images/bg.png") no-repeat center 560px;
}

/*公共模块*/
.section .section_title::after{
    width: 1166px;
}
.section .section_title h1 {
    font-size: 36px;
    padding-left: 42px;
    color: #ec7540;
    font-weight: bold;
}
.section .section_title{
    background-position: 0 42px;
}
.section .section_title h1::after{
    height: 32px;
}
.section .section_title h1::before {
    content: '';
    background: url("../images/icon_1.png") no-repeat;
    width: 31px;
    height: 41px;
    position: absolute;
    left: 6px;
    top: -4px;
}

/* 内容1 alltypeinfo */
.alltypeinfo {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    min-height: 650px;
}
.alltypeinfo_module1 {
    width: 360px;
}
.alltypeinfo_module1 .swiper{
    border: 4px solid #fff;
}
.alltypeinfo_module1 .am_swiper .swiper-slide .img {
    width: 360px;
    height: 240px;
    position: relative;
}
.alltypeinfo_module1 .am_swiper .swiper-slide p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.alltypeinfo_module1 .am_swiper .swiper-pagination {
    padding: 8px 0px 30px;
    position: relative;
    width: 73px;
    bottom: 0px;
    margin: auto;
    right: -145px;
    left: auto;
}
.alltypeinfo_module1 .am_swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #24b3b5;
    opacity: 1;
    transition: 0.3s;

}
.alltypeinfo_module1 .am_swiper .swiper-pagination-bullet-active {
    width: 56px;
    height: 10px;
    border-radius: 5px;
}
.alltypeinfo_module1 .am_faq_a {
    padding-top: 15px;
}
.alltypeinfo_module1 .am_faq_a a {
    display: flex;
    justify-content: space-between;
    line-height: 32px;
    font-size: 14px;
    color: #333;
}
.alltypeinfo_module1 .am_faq_a a:hover p {
    text-decoration: underline;
}
.alltypeinfo_module2 {
    width: 480px;
}
.alltypeinfo_module2 .am_news_com{
    width: 97%;
    margin: auto;
}
.alltypeinfo_module2 .am_headline {
    text-align: center;
    line-height: 1.5;
    margin-top: 4px;
}
.alltypeinfo_module2 .am_headline h1 {
    font-size: 22px;
    font-weight: bold;
    color: #ea6a34;
    margin-top: 2px;
}
.alltypeinfo_module2 .am_headline p {
    padding: 5px 0 10px 0;
    display: flex;
    margin-left: 14px;
    justify-content: space-around;
}
.alltypeinfo_module2 .am_headline p a {
    display: inline-block;
    padding: 0 10px;
    color: #999999;
    width: 50%;
}
.alltypeinfo_module2 .am_headline a:hover {
    text-decoration: underline;
}
.alltypeinfo_module2 .am_news_tab {
    display: flex;
    width: 100%;
    line-height: 34px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.alltypeinfo_module2 .am_news_tab .more{
    margin-right: 10px;
}
.alltypeinfo_module2 .am_news_tab a{
    width: 64px;
    height: 22px;
    line-height: 34px;
    background-color: #ec7540;
    border-radius: 25px;
    padding: 2px 10px;
    color: #fceed3;
}
.alltypeinfo_module2 .am_news_tab li {
    cursor: pointer;
    position: relative;
    width: 50%;
    font-size: 17px;
    color: #ec7540;
    z-index: 1;
    background-color: #fff
}
.alltypeinfo_module2 .am_news_tab li::after {
    content: '';
    position: absolute;
    background-color: #ec7540;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
    z-index: -1;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    opacity: 0;
}
.alltypeinfo_module2 .am_news_tab .on,
.alltypeinfo_module2 .am_news_tab li:hover {
    color: #fff;
    opacity: 1;
    background-color: #ec7540;
}
.alltypeinfo_module2 .am_news_tab .on::after,
.alltypeinfo_module2 .am_news_tab li:hover::after {
    opacity: 1;
}
.alltypeinfo_module2 .am_news_com .anc_com {
    display: none;
    padding-top: 20px;
    margin-bottom: 20px;
    max-height: 401px;
    overflow: hidden;
}
.alltypeinfo_module2 .am_news_com .anc_com a {
    display: flex;
    position: relative;
    line-height: 33px;
    color: #333333;
    align-items: center
}
.alltypeinfo_module2 .am_news_com .anc_com a:nth-child(6){
    margin-bottom: 5px;
}
.alltypeinfo_module2 .am_news_com .anc_com a em{
    background-color: #ec7540;
    display: inline-block;
    line-height: 20px;
    padding: 0 5px;
    position: relative;
    margin-right: 5px;
    color: #fff;
}
.alltypeinfo_module2 .am_news_com .anc_com a em i{
    content: '';
    position: absolute;
    right: -2px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    background-color: #ec7540;
    transform: rotate(45deg);
}
.alltypeinfo_module2 .am_news_com .anc_com a p{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 75%;
}
.alltypeinfo_module2 .am_news_com .anc_com a span {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #777777;
}
.alltypeinfo_module2 .am_news_com .anc_com a:hover p {
    font-weight: bold;
}
.alltypeinfo_module2 .am_news_com .anc_com.on {
    display: block;
}
.alltypeinfo_module3 {
    width: 315px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.alltypeinfo_module3 .bg{
    position: absolute;
    top: 0;
    right: 0;
}
.alltypeinfo_module3 .am_gameinfo_tit,
.alltypeinfo_module3 .am_gameinfo_introduce,
.alltypeinfo_module3 .am_gameinfo_btn{
    z-index: 1;
}
.alltypeinfo_module3 .agt_logo {
    text-align: center;
    padding: 30px 0 25px;
}
.alltypeinfo_module3 .am_gameinfo_introduce {
    padding: 0 26px;
    min-height: 270px;
    max-height: 325px;
    overflow: hidden;
    margin-bottom: 5px;
}
.alltypeinfo_module3 .am_gameinfo_introduce p{
    color: #a97911;
    font-size: 14px;
    text-indent: 2em;
    line-height: 20px;
}
.alltypeinfo_module3 .am_gameinfo_btn{
    display: flex;
    width: 284px;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    line-height: 40px;
}
.alltypeinfo_module3 .am_gameinfo_btn a{
    display: inline-block;
    width: 132px;
    height: 42px;
    margin: 5px 5px;
    background: url("../images/btn_3.png") no-repeat top;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.7);
}
.alltypeinfo_module3 .am_gameinfo_btn a:hover{
    text-shadow: 0 1px 2px rgba(0,0,0,0.7),0 0 2px rgba(0,0,0,1);
}

.alltypeinfo_module1 .am_swiper .swiper-slide .tit {
    opacity: 0;
}
.alltypeinfo_module1 .am_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.alltypeinfo_module1 .am_swiper .swiper-slide:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.alltypeinfo_module1 .am_swiper {
    position: relative;
}
.alltypeinfo_module1 .am_swiper .p {
    bottom: 28px;
    color: #424242;
    font-size: 14px;
    font-weight: 700;
    left: 0;
    margin: auto;
    position: absolute
}
.alltypeinfo_module1 .am_swiper .swiper-pagination-bullet {
    background-color: #f9c17a;
    border-radius: 0;
    height: 10px;
    margin: auto 7px;
    opacity: 1;
    transform: rotate(45deg);
    transition: width .3s;
    vertical-align: middle;
    width: 10px
}
.alltypeinfo_module1 .am_swiper .swiper-pagination-bullet-active {
    background: #fb6b1d;
}

.alltypeinfo_module1 .more_news .news_list{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    height: 270px;
    overflow: hidden;
    justify-content: center;
}
.alltypeinfo_module1 .more_news .news_list li{
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-bottom: 19px;
}
.alltypeinfo_module1 .more_news .news_list li p:hover{
    text-decoration: underline;
}
.alltypeinfo_module1 .more_news .news_list li span{
    color: #777777;
    font-size: 14px;
    min-width: 60px;
    text-align: right;
}
.alltypeinfo_module1 .more_news .news_list li a{
    color: #333333;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.alltypeinfo_module1 .more_news .news_list li a:hover{
    font-weight: bold;
}
.alltypeinfo_module1 .more_news .news_list li a img{
    display: none;
}
.alltypeinfo_module1 .more_news .news_list li.on{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    height: 120px;
}
.alltypeinfo_module1 .more_news .news_list li.on a{
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between
}
.alltypeinfo_module1 .more_news .news_list li.on a img{
    width: 180px;
    height: 120px;
    display: block;
}
.alltypeinfo_module1 .more_news .news_list li.on a p{
    margin: 10px 0 0 10px;
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    max-height: 90px;
    overflow: hidden;
    text-align: left;
}
.alltypeinfo_module1 .more_news .news_list li.on span{
    position: absolute;
    right: 0;
    bottom: 0;
}


/* 游戏热点 section_hot */
.section_hot{
    margin:40px auto 60px;
    min-height: 534px;
}
.section_hot .nav_box ul{
    margin: 20px 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.section_hot .nav_box ul li{
    background: url("../images/nav_bg_3.png") no-repeat top;
    width: 206px;
    height: 76px;
    text-align: center;
    color: #ec7540;
    font-size: 22px;
    margin: 0 25px;
    position: relative;
    line-height: 86px;
}
.section_hot .nav_box ul li i{
    display: inline-block;
    background: url("../images/nav_text_1.png") no-repeat;
    background-position: 0 0;
    height: 29px;
    width: 100%;
}
.section_hot .nav_box ul li i[title="焦点资讯"]{
    background-position: 16px 0;
}
.section_hot .nav_box ul li i[title="新手入门"]{
    background-position: -255px 0;
}
.section_hot .nav_box ul li i[title="进阶攻略"]{
    background-position: -527px 0;
}
.section_hot .nav_box ul li i[title="宠物打造"]{
    background-position: -798px 0;
}
@-webkit-keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.section_hot .nav_box ul li.on,
.section_hot .nav_box ul li:hover{
    background: url("../images/nav_bg_3_on.png") no-repeat top;
    cursor: pointer;
}
.section_hot .nav_box ul li.on::after,
.section_hot .nav_box ul li:hover::after{
    -webkit-animation: jello-horizontal 0.9s both;
    animation: jello-horizontal 0.9s both;
}
.section_hot .nav_box ul li::after{
    content: '';
    position: absolute;
    right: -165px;
    left: 0;
    bottom: -10px;
    margin: auto;
    background: url("../images/icon_2.png") no-repeat;
    width: 104px;
    height: 139px;
}
.section_hot .content{
    margin-top: 55px;
}
.section_hot .content>div{
    display: none;
}
.section_hot .content>div.on{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.section_hot .content .img_box{
    margin-right: 20px;
    width: 541px;
    height: 305px;
    border: 4px solid #fff;
}
.section_hot .content .img_box a{
    display: block;
    position: relative;
    width: 100%;
    height: 305px;
    font-size: 14px;
    overflow: hidden;
    line-height: 305px;
    text-align: center;
}
.section_hot .content .img_box a img{
    max-width: 100%;
    vertical-align: middle;
}
.section_hot .content .img_box a span{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    line-height: 1.5;
    color: #fff;
    transition: 500ms;
    font-size: 24px;
    height: 36px;
}
.section_hot .content .img_box a:hover span{
    padding: 5px 0;
    height: auto;
}
.section_hot .content .list a p{
    max-width: 350px;
    overflow: hidden;
    height: 1em;
    text-align: left;
}
.section_hot .content ul{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.section_hot .content ul li{
    color: #666666;
    font-size: 16px;
    text-align: center;
    margin: 10px 0;
    width: 100%;
}
.section_hot .content ul li a{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.section_hot .content ul li a:hover{
    font-weight: bold;
}
.section_hot .content ul li a:hover img{
    transform: scale(0.95);
    transition: all .9s;
}
.section_hot .content ul li a img{
    width: 180px;
}
.section_hot .content ul li a span{
    line-height: 20px;
    padding: 0 40px;
    font-size: 16px;
}
.section_hot .main .btn_box{
    text-align: right;
    width: 80%;
    margin: auto;
}
.section_hot .main .btn_box .special_more{
    color: #fff;
    font-size: 18px;
    display: inline-block;
    background-color: #ec7540;
    padding: 10px 15px;
    font-weight: bold;
    border: 1px solid #ff7137;
    box-shadow: 0 0 6px 0 #eed52d inset;
}
.section_hot .main .btn_box .special_more:hover{
    -webkit-animation: jello-horizontal 0.9s both;
    animation: jello-horizontal 0.9s both;
}
.section_hot .main{
    background: url("../images/bg_3.jpg") no-repeat center top;
    height: 812px;
}
.section_hot .main .main_box{
    padding-top: 110px;
}




/* 精彩视频 section_videos */
.section_videos{
    margin:40px auto 60px;
    min-height: 534px;
}
.section_videos .nav_box ul{
    margin: 15px 10px 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.section_videos .nav_box ul li{
    background: url("../images/nav_bg_4.png") no-repeat top;
    width: 175px;
    height: 64px;
    text-align: center;
    line-height: 73px;
    color: #ec7540;
    font-size: 22px;
    margin: 0 15px;
    font-family: 方正细金陵简体,cursive;
}
.section_videos .nav_box ul li.on,
.section_videos .nav_box ul li:hover{
    background: url("../images/nav_bg_4_on.png") no-repeat top;
    color: #ffffff;
    cursor: pointer;
}
.section_videos .nav_box ul li i{
    display: inline-block;
    background: url("../images/nav_text_2.png") no-repeat;
    background-position: 0 0;
    height: 26px;
    width: 100%;
}
.section_videos .nav_box ul li i[title="最新视频"]{
    background-position: 35px 0;
}
.section_videos .nav_box ul li i[title="官方视频"]{
    background-position: -173px 0;
}
.section_videos .nav_box ul li i[title="宠物视频"]{
    background-position: -378px 0;
}
.section_videos .nav_box ul li i[title="教学视频"]{
    background-position: -584px 0;
}
.section_videos .nav_box ul li i[title="PK视频"]{
    background-position: -790px 0;
}
.section_videos .content ul{
    display: none;
    margin: 0 -16px;
}
.section_videos .content ul.on{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.section_videos .content ul li .img_box{
    background: url("../images/bg_4.png") no-repeat top;
    width: 217px;
    height: 152px;
    line-height: 152px;
    position: relative;
}
.section_videos .content ul li{
    color: #666666;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    width: 20%;
}
.section_videos .content ul li a{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
.section_videos .content ul li a:hover {
    font-weight: bold;
}
.section_videos .content ul li a:hover .img_box{
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
    transition: hover 1s linear 0ms;
    -webkit-animation: hover 1s linear 0ms;
}
.section_videos .content ul li a img{
    width: 196px;
    vertical-align: middle;
    position: relative;
}
.section_videos .content ul li a .img_box::after{
    content: '';
    position: absolute;
    top: 11px;
    left: 10px;
    right: 10px;
    bottom: 11px;
    margin: auto;
    background-color: rgba(0,0,0,0.3);
}
.section_videos .content ul li a .img_box::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url("../images/btn_play.png") no-repeat;
    width: 87px;
    height: 75px;
    z-index: 1;
}
.section_videos .content ul li a span{
    margin-top: 5px;
    line-height: 20px;
    padding: 0 20px;
    font-size: 15px;
    text-align: center;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
@-webkit-keyframes hover {
    0% {
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
    }
    50% {
        box-shadow: 0 0 40px rgba(0,0,0,0.5);
    }
    100% {
        box-shadow: 0 0 0 rgba(0,0,0,0.5);
    }
}
@keyframes hover {
    0% {
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
    }
    50% {
        box-shadow: 0 0 40px rgba(0,0,0,0.5);
    }
    100% {
        box-shadow: 0 0 0 rgba(0,0,0,0.5);
    }
}


/* 轮播 section_banner */
.section_banner{
    min-height: 1034px;
    position: relative;
    overflow: hidden;
}
.section_banner .banner_box{
    text-align: center;
    padding-top: 200px;
    width: 1300px;
    margin: 0 auto;
}
.section_banner .bg{
    position: absolute;
    left: 0;
    top: 75px;
    right: 0;
    margin: auto;
    text-align: center;
}
.section_banner .swiper-slide-prev{
    position: relative;
}
.section_banner .swiper-slide-next::after,
.section_banner .swiper-slide-prev::after{
    background-color: rgba(0,0,0,0.5);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

}

/* 友谊链接 friendship */
.friendship{
    min-height: 238px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 78px;
}
.friendship .link_box .links{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
}
.friendship .link_box .links span{
    margin: 0 12px;
}
.friendship .link_box .links span,
.friendship .link_box .links a{
    color: #272a32;
    line-height: 25px;
}
.friendship .link_box .links a:hover{
    text-decoration: underline;
}
