/*按钮盒子*/
.f1 {
    position: relative
}

.f1 .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    z-index: 200;
    width: 100px;
    opacity: 0.8;
    transition: all .3s
}

.f1 .play:hover {
    cursor: pointer;
    width: 110px;
    opacity: 1
}

/*f2*/
.f2 {
    width: 1000px;
    padding: 50px 0
}

.f2:after {
    display: block;
    clear: both;
    content: "";
}

.f2 > div {
    float: left;
    width: 50%
}

.f2 .pic_box img {
    border: 1px solid silver;
    max-height: 300px
}

/*右边*/
.f2 .desc_box img {
    margin-right: 10px;
    vertical-align: middle
}

.f2 .desc_box span {
    font-size: 20px;
    line-height: 1.8;
    vertical-align: middle
}

.f2_func .functions {
    font-weight: 700;
    letter-spacing: 3px
}

.f2_func .full_star {
    transform: scale(1.5);
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("../images/common/icon.png") no-repeat -47px -105px;
}

.condition > div {
    float: left;
}

.condition:after {
    display: block;
    clear: both;
    content: "";
}

.age_box {
    width: 40%
}

#buy {
    font-size: 18px;
    background: #26B4F4;
    border-radius: 15px;
    border: none
}

#buy:hover {
    background: #FF8033
}

#buy span {
    font-family: "黑体"
}

/*游戏介绍*/
.f3 {
    color: white;
    background: #F3661E;
    max-width: 1920px;
    margin: 0 auto
}

.f3 .desc_box {
    width: 1000px;
    padding: 0 1em 2em 1em;
}

/*培养能力*/
.f4 {
    color: white;
    background: #313131;
    max-width: 1920px;
    margin: 0 auto
}

.f4 .desc_box {
    width: 1000px;
    padding: 0 1em 2em 1em;
}

.f4 h3 {
    font-weight: 700
}

.f3 .desc_box p, .f4 .desc_box p {
    line-height: 1.8;
    text-indent: 30px;
}

h1 {
    margin-top: 0;
    margin-bottom: 0
}

/*培养能力*/
.bility_box {
    display: inline-flex;
    justify-content: space-around;
    width: 100%
}

.bility_box .white_box {
    margin-right: 15px;
    width: 50%;
    padding: 1em 2em 2em 2em;
    color: white;
    text-align: justify;
    border: 1px solid white
}

/*.bility_box .white_box{margin-right:15px;width:33.3%;padding:1em 3em 3em 3em;border-radius:80px;background:white;color:white;text-align:justify}*/
/*.bility_box .white_box:first-child{background:#3A80D5}*/
/*.bility_box .white_box:nth-child(2){background:#EB6A42}*/
/*.bility_box .white_box:nth-child(3){background:#31C585}*/
/*.bility_box .white_box:nth-child(4){background:#00bcd4}*/
.bility_box .white_box:last-child {
    margin-right: 0
}

/*自适应*/
@media screen and (min-width: 1921px) {
    .bility_box .white_box {
        padding: .5em
    }
}

@media screen and (min-width: 1201px) and (max-width: 1920px) {

}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .f2, .f3, .f3 .desc_box, .f4, .f4 .desc_box {
        width: 100%;
    }

    .bility_box .white_box {
        padding: 1em 1.5em 1.5em 1.5em
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .f2, .f3, .f3 .desc_box, .f4, .f4 .desc_box {
        width: 100%;
    }

    .bility_box {
        flex-wrap: wrap;
        justify-content: space-between
    }

    .bility_box .white_box {
        width: 48%;
        padding: .5em 1em 1em 1em;
        margin: 15px 0;
        margin-right: 0
    }
}

@media screen and (max-width: 767px) {
    .f1 .play {
        width: 50px
    }

    .f1 .play:hover {
        width: 55px
    }

    .f2 > div {
        width: 100%
    }

    .f2 .pic_box {
        padding: 0 15px 15px 15px
    }

    .f2, .f3, .f3 .desc_box, .f4, .f4 .desc_box, .age_box {
        width: 100%;
    }

    .f2, .f3, .f4 {
        padding: 15px
    }

    /*.f2 .desc_box{padding-left:15px}*/
    .f2 .desc_box h1 {
        text-align: center
    }

    .f2 .desc_box span {
        font-size: 16px
    }

    .f3 .desc_box, .f4 .desc_box {
        padding: 0
    }

    .bility_box {
        flex-wrap: wrap;
        justify-content: space-between
    }

    .bility_box .white_box {
        width: 100%;
        padding: .5em 1em 1em 1em;
        margin: 15px 0;
        margin-right: 0
    }

    #v_pop_box {
        width: 95%;
        height: auto
    }
}

.egt_logo {
    padding: 20px 80px;
    background-color: #00aaff;
}

.egt_logo img, .center_img {
    display: block;
    margin: 0 auto;
}

.egt_content {
    padding: 0 10px;
    max-width: 800px;
    margin: 0 auto;
    color: black;
}

.egt_content p {
    font-size: 14px;
    color: black;
    padding: 0;
}

.egt_content p span {
    color: #f75d05;
}

.egt_content p b {
    font-size: 18px;
    color: blue;
}

.egt_title {
    display: inline-block;
    background-color: #01a0fe;
    transform: skewX(-20deg);
    margin: 20px auto;
    font-size: 16px;
    color: white;
}

.egt_title span {
    display: block;
    padding: 10px 25px 10px 25px;
    transform: skewX(20deg);
}

@media screen and (min-width: 767px) and (max-width: 1920px) {
    .egt_title {
        font-size: 28px;
    }
}

.egt_font {
    margin: 60px 0;
}

.egt_map_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.egt_map_list li {
    width: 25%;
    padding-right: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.egt_content h3 {
    margin: 25px 0 10px 0;
    font-weight: bold;
    color: #e3581f;
    font-size: 18px;
    padding-bottom: 0;
}

.egt_content h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

.egt_content h3 b {
    font-size: 16px;
    color: #000;
}

.egt_nav {
    position: relative;
    height: 25px;
    margin-bottom: 40px;
    background: linear-gradient(to right, #0b87e7, #335dd5, #5831be, #6526b5);
}

.egt_nav img {
    position: absolute;
    left: 50%;
    top: 25px;
    margin-left: -17px;
    width: 50px;
    height: 34px;
}

.egt_maplist, .egt_man_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.egt_maplist > li {
    width: 50%;
    padding: 20px;
}

.maplist_func .functions {
    font-weight: 700;
    font-size: 12px;
}

.maplist_func .full_star {
    transform: scale(1.5);
    width: 10px;
    height: 10px;
    display: inline-block;
    background: url(../images/common/icon.png) no-repeat -23px -52px;
    background-size: 250px 250px;
}

.img_name {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
}

.img_desc {
    line-height: 15px;
    text-align: justify;
    font-size: 12px;
    padding: 10px 0;
}

.img_box img {
    border-radius: 30px;
}

.egt_map {
    margin: 20px auto;
    padding: 0 27%;
}

.effect_bg {
    line-height: 25px;
    font-size: 16px;
    background: linear-gradient(to right, #dbf6ff, #e4ebfe, #ecddfc, #eed7ff);
    padding: 10px;
    border-radius: 50px;
    text-align: center;
}

.effect_name {
    background-image: -webkit-gradient(linear, left 0, right 0, from(rgb(3, 150, 255)), to(rgb(111, 46, 188)));
    /*必需加前缀 -webkit- 才支持这个text值 */
    -webkit-background-clip: text;
    /*text-fill-color会覆盖color所定义的字体颜色： */
    -webkit-text-fill-color: transparent;
}

.color_red {
    color: red;
    font-size: 16px;
    text-align: center;
    display: block;
}

.bg_blue {
    background-color: #42a4fb;
}

.bg_orange {
    background-color: #da5a35;
}

.egt_man_list li {
    width: 50%;
}

.egt_man_list li img {
    display: block;
    width: 100%;
}

.egt_man_list li.li {
    padding: 0 5px;
    color: white;
    text-align: justify;
}

.egt_man_list li.li h1 {
    color: white;
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.egt_man_list li.li p {
    color: white;
}

.egt_nav_title {
    height: 50px;
    line-height: 50px;
    background: linear-gradient(to right, #0b87e7, #335dd5, #5831be, #6526b5);
    color: white;
    margin: 20px 0;
    text-align: center;
    font-size: 24px;
}

.egt_msg_title {
    text-align: center;
    font-weight: bold;
}

.egt_bei_list {
    display: table;
    text-align: center;
    width: 100%;
}

.egt_bei_list li {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    box-sizing: border-box;
    border: 2px solid #1daad7;
    border-right: 0;
    border-top: 0;
    padding: 10px 0;
    line-height: 15px;
    font-size: 12px;
}

.first_list {
    border-top: 2px solid #1daad7;
}

.egt_bei_list li:nth-of-type(4n) {
    border-right: 2px solid #1daad7;
}

.pd0 {
    padding: 0;
}

.egt_spec_title {
    background-color: #0083eb;
    border-radius: 50px;
    color: white;
    padding: 5px 20px;
    margin: 20px auto;
    text-align: center;
    width: 70%;
    font-size: 18px;
    font-weight: bold;
}

.egt_spec_msg {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.egt_spec_msg .left {
    width: 49%;
    border: 1px dashed #1ba5e6;
    border-radius: 10px;
    padding: 5px;
}
.egt_spec_msg .left h1{
    font-size: 16px;
    font-weight: bold;
}
.egt_table{
    width: 100%;
}
.egt_table td{
    border: 2px solid #a0a0a0;
    padding: 10px;
    color: #6a6a6a;
}
.egt_table td:first-child{
    width: 25%;
}
.egt_table .bg_blue td{
    color: white;
    font-size: 20px;

}

@media screen and (min-width: 767px) and (max-width: 1920px) {
    .egt_msg_title {
        font-size: 28px;
    }

    .egt_bei_list li {
        font-size: 18px;
        line-height: 25px;
    }

    .egt_man_list li.li h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .egt_man_list li p {
        font-size: 18px;
    }

    .egt_nav_title {
        font-size: 30px;
    }

    .maplist_func .functions {
        font-weight: 700;
        font-size: 14px;
    }

    .maplist_func .full_star {
        transform: scale(1.5);
        width: 20px;
        height: 20px;
        display: inline-block;
        background: url("../images/common/icon.png") no-repeat -47px -105px;
    }

    .img_desc {
        line-height: 20px;
        text-align: justify;
        font-size: 14px;
        padding: 10px 0;
    }
}

.mtb80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.m_b_30 {
    margin-bottom: 30px;
}