* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: black;
}

li {
    list-style: none;
}

.de_iv_adv {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    background-color: #F8F8F8;
    margin: 90px 0 10px;
}

.postionFixed {
    width: 100%;
    min-height: 60px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F8F8F8;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    margin: auto;
}

body {
    font: 62.5% 'Lucida Grande', Verdana, Arial, sans-serif;
}




header {
    width: 100%;
    height: 80px;
    background-color: #FFFFFF;
    background-color: #900;
    box-shadow: 0px 0px 10px 0px gray;
    font-family: Verdana, Arial, sans-serif;
    position: fixed;
    top: 0px;
    z-index: 9999;
}

.header_con {
    width: 1200px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.header_logo {
    height: 100%;
    text-align: left;
}

.header_logo a {
    color: #FFFFFF;
    font-weight: 900;
    font-size: 50px;
    line-height: 80px;
    font-family: 'Times New Roman', Times, serif;
}

.logo a {
    color: #FFFFFF;
    font-weight: 900;
    font-size: 30px;
    line-height: 60px;
    font-family: 'Times New Roman', Times, serif;
}

.header_nav {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_nav a {
    display: block;
    height: 30px;
    padding: 1px 5px;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    background: #710000;
    cursor: pointer;
    display: block;
    font: 600 14px/30px 'Source Sans Pro', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 30px;
    padding: 0 12px 0 16px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    -webkit-transition: background-color .02s ease-in-out, color .02s ease-in-out;
    transition: background-color .02s ease-in-out, color .02s ease-in-out;
    -webkit-transition-delay: .1s, .1s;
    transition-delay: .1s, .1s;
}



.header_serch {
    width: 10%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.header_serch img {
    width: 26px;
}

footer {
    width: 100%;
    height: 60px;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
    padding: 10px 0 10px 0;
    position: relative;
    bottom: 60px;
    margin-top: 80px;
}

footer a {
    color: #fff;
}



.seachdiv {
    width: 20%;
    height: 50px;
    border-radius: 10px;
    margin: auto;
    position: relative;
    top: 80px;
    left: 29.5%;
    align-items: center;
    display: none;
    padding-left: 1%;
    margin-top: 10px;
    display: flex;
    border: 3px solid #000;
    display: none;
    background-color: #FFFFFF;
}

#seach {
    border: none;
    outline: 0;
    cursor: pointer;
    height: 100%;
    width: 90%;
    font-size: 13px;
    color: black;
    margin-right: 20px;
    background-color: #FFFFFF;
}

#seach::-webkit-input-placeholder {
    color: #FFFFFF;
}

.seach-img {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 10px;
    left: 92%;
}

.seach-img img {
    width: 100%;
    height: 100%;
    background-color: #333;
    border-radius: 20%;
}

#header_mobel_nav {
    display: none;
}

.headerMobel {
    display: none;
}



@media screen and (max-width:1080px) {
    .seachdiv {
        width: 90%;
        height: 50px;
        top: 60px;
        left: 0px;
        border: 3px solid black;
    }

    .de_iv_adv {
        margin: 70px auto 10px;
    }

    #header_mobel_nav {
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        align-items: center;
        justify-content: space-between;
        margin: auto;
        font-weight: 600;
        margin-top: 70px;
    }

    #header_mobel_nav a {
        display: block;
        width: 100%;
        border-bottom: 1px dashed gray;
        line-height: 2;
        color: black;
        margin-top: 10px;
    }

    #header_mobel_nav {
        display: none;
    }

    .header_con {
        display: none;
    }

    header {
        width: 100%;
        height: 60px;
        box-shadow: none;
    }

    .headerMobel {
        width: 100%;
        height: 100%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .guanbi {
        display: none;
    }

    .candan {
        width: 20%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .candan img {
        width: 24px;
        height: 24px;
    }

    .logo {
        width: 60%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        display: block !important;
        text-align: center;
    }

    .logo img {
        width: 95%;
        height: 100%;
    }

    .sousuo {
        width: 20%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sousuo img {
        width: 20px;
        height: 20px;
    }

    .seach-img {
        left: 92%;
    }
}


/* ===game2模板全局新增样式=== */
.listSmallBox:hover{border-color: #ea6a6a;}
.gameTxt{padding:5px;}
.listTxt{height:50px;}
.gotop img{cursor: pointer;}
.header_nav a{border-radius: 2px;}
.listTitle h2{border-radius: 2px 2px 0 0;}
.header_serch img{width: 30px !important;}
.footer{margin-bottom: 55px !important;}
.listTitle{margin-top:25px !important;}
.listBox{padding-bottom: 25px !important;}
.header_nav a:hover,.gotop:hover{opacity: 0.85 !important;}
.listDetail{justify-content: flex-start !important;margin-left: 6px !important;}
.listDetail .listSmallBox{height:auto;margin-right: 12px !important;margin-top: 20px !important;border-radius: 5px;}
@media screen and (max-width: 768px) {
  .logo a{font-size: 25px !important;}
  .listTitle{margin-top:20px !important;}
  .listBox{padding-bottom: 20px !important;}
  .listDetail{margin-left: 3px !important;}
  .listDetail .listSmallBox{margin-right: 6px !important;margin-top: 15px !important;}
}
@media screen and (max-width: 345px) {
  .logo a{font-size: 20px !important;}
  .listTitle{margin-top:15px !important;}
  .listBox{padding-bottom: 15px !important;}
  .listDetail{margin-left: 2px !important;}
  .listDetail .listSmallBox{margin-right: 4px !important;margin-top: 10px !important;}
}
