@charset "utf-8";@import "/style/iconfont.css";* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,body {
    padding: 0px;
    margin: 0px;
}

body {
    background: #f2f3f4;
    color: #333;
    font-size: 14px;
    font-family: "微软雅黑";
}

li {
    list-style-type: none;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #666;
}

a.active,a:focus {
    outline: none!important;
    text-decoration: none;
}

a:hover {
    color: #06c;
    text-decoration: none!important
}

input {
    outline: none;
}

.clearfix:after,.clearfix:before,.container:after,.container:before,.row:after,.row:before {
    display: table;
    content: " "
}

.clearfix:after,.container:after,.row:after {
    clear: both
}

.container {
    margin: 70px auto 16px;
    min-height: 300px;
    width: 100%;
    max-width: 1112px;
    box-sizing: border-box
}

.mybox {
    position: relative;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    border-radius: 3px;
    width: 100%;
    color: rgba(0,0,0,.8);
    background-color: #fff;
    padding: 16px;
    margin: 24px 0
}

.mybox p{
	text-indent:2em;
}
.mytitle {
    margin: 0 0 10px;
    border-bottom: 1px solid rgba(150,150,150,.2);
    padding-bottom: 5px;
    font-size: 16px;
}

.bread {
    font-size: 14px;
    font-weight: normal;
}

.bread a {
    color: #007ead;
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

header {
    background: #007ead;
    color: #fff;
    height: 75px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    transition: all .3s;
}

.menu1 ul {
    display: flex;
    height: 75px;
    align-items: center
}

.menu1 ul a {
    color: #fff;
    border-radius: 5px;
    line-height: 32px;
    display: block;
    font-size: 16px;
    padding: 0 15px
}

.menu1 ul a:hover {
    background: #fff;
    color: #007ead
}

.menubtn {
    line-height: 75px;
    display: none;
    padding: 0 15px
}

.menubtn i {
    font-size: 24px
}

.headbox {
    width: 100%;
    max-width: 1250px;
    padding: 0 15px;
    margin: 0 auto
}

.logo {
    display: flex;
    align-items: center;
    height: 75px
}

.logo a {
    font-size: 25px;
    color: #fff;
    font-weight: 700
}

.logoimg {
    margin-right: 10px
}

.search {
    padding: 19px 20px
}

.search input {
    width: 170px;
    height: 36px;
    background: 0 0;
    border: none;
    text-indent: 12px;
    color: #fff;
    font-size: 16px;
}

.search .inputbox {
    float: left
}

.search .inputbox i {
    display: none;
}

.search>i {
    display: block;
    border-left: 1px solid #fff;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    width: 50px;
    float: left
}

.lang {
    padding: 20px 0;
    position: relative;
    margin-left: 10px;
}

.lang>a:after {
    position: absolute;
    right: 5px;
    width: 7px;
    height: 7px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    content: "";
    top: 10px;
}

.lang>a {
    display: block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    line-height: 32px;
    display: block;
    padding: 0 20px 0 15px;
    position: relative;
}

.lang:hover>a {
    background-color: rgba(255,255,255,.2);
}

.lang ul {
    position: absolute;
    background: #fff;
    color: #000;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 12%),0 1px 2px rgb(0 0 0 / 24%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%),0 1px 2px rgb(0 0 0 / 24%);
    border-radius: 3px;
    padding: 5px 0;
    width: 100%;
    top: 54px;
    display: none
}

.lang ul li {
    text-align: center;
    cursor: pointer
}

.lang ul li:hover {
    background: #f5f5f5
}

.lang ul li a {
    display: block;
    padding: 5px 0;
}

.user1 {
    width: 36px;
    height: 36px;
    margin: 19px 0;
    margin-left: 15px;
    border-radius: 100px;
    overflow: hidden
}

@media (max-width: 1200px) {
    .container {
        margin:50px auto 16px;
    }

    .logo,.menubtn {
        height: 50px;
        line-height: 50px
    }

    .lang,.search {
        padding: 7px 0
    }

    .lang ul {
        top: 41px
    }

    .search>i {
        display: block;
        border: none;
        line-height: 36px;
        font-size: 24px;
        width: 48px;
        text-align: center
    }

    header {
        height: 50px;
        padding: 0
    }

    .headbox {
        padding: 0
    }

    .logoimg,.menu1,.user1 {
        display: none
    }

    .menubtn {
        display: block
    }

    .search {
        float: right!important
    }

    .inputbox {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: none
    }

    .inputbox {
        background: #007ead;
        z-index: 1000;
        padding: 7px 15px 7px 7px
    }

    .search .inputbox i {
        font-size: 24px;
        float: left;
        display: block;
        width: 36px;
        text-align: center;
        line-height: 36px;
    }

    .inputbox input {
        width: calc(100% - 36px);
        float: left;
        display: block;
        height: 36px;
        background: 0 0;
        border: 1px solid #fff
    }
}

.leftmenu {
    position: fixed;
    width: 300px;
    height: 100%;
    background: #f5f5f5;
    left: 0;
    top: 0;
    padding: 15px 20px;
    z-index: 100;
    left: -300px;
}

.modbg {
    background: rgba(20,20,20,.6);
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
}

.leftmenu .menu_close_btn {
    position: absolute;
    width: 64px;
    height: 64px;
    right: 0;
    top: 0;
    line-height: 64px;
    text-align: center;
}

.leftmenu .menu_close_btn i {
    font-size: 20px;
}

.leftmenu .register {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    margin-left: -5px;
}

.leftmenu .menu2 {
    border-bottom: 1px solid #ddd;
}

.leftmenu .menu2 li a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
    color: #333;
    padding: 15px 20px 15px 25px;
}

.menu2 li a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
    color: #333;
    padding: 15px 20px 15px 25px;
}

.leftmenu .menu2 li {
    margin-left: -20px;
    margin-right: -20px;
}

.leftmenu .menu2 li a i {
    font-size: 24px;
    padding-right: 10px;
    line-height: 1;
}

.menu2 li a i {
    font-size: 24px;
    padding-right: 10px;
    line-height: 1;
}

.headimg {
    width: 64px;
    margin-left: -10px;
    height: 64px;
    border: 2px solid #ddd;
    border-radius: 100px;
    overflow: hidden;
    margin-right: 10px;
}

.headimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.headuser {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.foot {
    text-align: center;
    background: #fff;
    padding: 20px 0;
}

.foot a {
    display: inline-block;
    padding: 0 10px;
    line-height: 200%;
}

.foot p {
    padding: 10px 0;
    color: #888;
    font-size: 12px;
}

@media (max-width: 990px) {
    .hide720 {
        display:none;
    }
}

.black {
    background: rgb(45,49,52);
}

.black .mybox {
    background: rgb(32,40,46)!important;
    color: #fff;
}

.black .mybox * {
    color: rgb(153,153,153);
}

.setbox {
    position: fixed;
    border-radius: 5px 5px 0 0;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    background: #fff;
    z-index: 1;
    bottom: -50%;
    animation: all .5s;
}

.setli {
    padding: 40px 80px 30px 80px;
}

.setli li {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.setli li>* {
    width: 100%;
}

.setli li>label {
    width: 50px;
    flex-shrink: 0;
    color: #888;
}

.setbg,.setfontf {
    display: flex;
    justify-content: space-between;
}

.setbg a {
    height: 36px;
    width: 36px;
    border-radius: 100%;
    margin-right: 10px;
    border: 1px solid #ddd;
}

.setbg a.active,.setfontf a.active {
    border-color: #ff0000;
    color: #ff0000;
}

.setfontf a {
    line-height: 30px;
    width: 100%;
    text-align: center;
    border-radius: 3px;
    margin-right: 10px;
    border: 1px solid #ddd;
}

.setfontsize {
    margin-right: 10px;
    position: relative;
}

.setfontsize input {
    width: 100%;
    text-align: center;
    border: 1px solid #eee;
    line-height: 30px;
}

.setfontsize a {
    position: absolute;
    line-height: 32px;
    width: 33%;
    text-align: center;
    top: 0;
}

.setfontsize a.cut {
    left: 0;
    border-right: 1px solid #eee;
}

.setfontsize a.add {
    right: 0;
    border-left: 1px solid #eee;
}

.modelbg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: none;
}

.setclose {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
}

.tools {
    padding: 10px 30px 0 0;
    margin-bottom: -15px;
}

.tools ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.tools li i {
    display: block;
    background: #4c5356;
    color: #fff;
    border-radius: 100px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    margin-left: 10px;
    font-size: 20px;
}

.tools li span {
    display: none;
    font-size: 16px!important;
}

.txtnav {
    padding: 0 30px;
    line-height: 2;
    word-wrap: break-word
}

.txtnav h1 {
    text-align: center;
    font-size: 20px;
    padding: 10px;
}

.txtinfo {
    text-align: center;
    font-size: 14px;
    padding-bottom: 15px;
}

@media (max-width: 720px) {
    .txtnav {
        padding:0;
    }

    .hide720 {
        display: none;
    }

    .tools li {
        line-height: 1;
        border-right: 1px solid rgba(255,255,255,.1);
        padding: 0 15px;
    }

    .tools li i {
        display: none;
    }

    .tools li span {
        display: block;
        color: #fff;
    }

    .tools li a {
        font-size: 17px;
        color: white;
    }

    .tools {
        width: 100%;
        background: #424e52;
        position: fixed;
        z-index: 1000;
        left: 0;
        bottom: -50px;
        max-width: inherit;
        border-radius: 3px 3px 0 0;
        padding: 15px 0 40px 0;
        transition: all .5s;
    }

    .tools.active {
        bottom: 15px
    }

    .tools ul {
        justify-content: center;
    }

    .setbox {
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    .setli {
        padding: 50px 30px;
    }
}

.page1 {
    background: #f2f3f4;
    border-radius: 3px;
    display: flex;
    align-items: center;
    margin: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #e4e4e4;
}

.page1 a {
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
    border-right: 1px solid rgb(191 191 191 / 24%);
}

.page1 a:hover {
    background: #f8f8f8;
}

.page1 a:last-child {
    border: none;
}

.black .foot {
    background: #242729;
}

.black .page1 a {
    background: #474b4e;
    color: #fff;
}

.black .page1 a:hover {
    background: #3a3e41;
}

@media (max-width: 720px) {
    .foot {
        text-align:center;
        background: #fff;
        padding: 20px 0;
    }

    .mybox {
        margin: 15px 0 0 0;
    }

    .page1 {
        background: #f2f3f4;
        border-radius: 3px;
        display: flex;
        align-items: center;
        margin: 15px -15px -15px -15px;
        position: relative;
        z-index: 1;
        overflow: hidden;
        border: 1px solid #e4e4e4;
    }
}

.bottom-ad {
    margin-bottom: 10px;
}

.bottom-ad2 {
    margin-top: 10px;
}

.yueduad1 {
    margin-top: 1px;
}

#txtright {
    clear: both;
    float: right;
    padding: 0;
    margin: 10px;
}

#txtright2 {
    float: right;
    clear: right;
    padding-top: 10px;
    margin-top: 5px;
    margin-left: 20px;
}

.bottom-ad,.head-ad-wap {
    margin: 0;
}

.hottext,a.hottext {
    color: #c60f13;
}

@media (max-width: 720px) {
    .yueduad1 {
        margin-top:-17px;
        min-width: 300px;
        min-height: 300px;
    }
}

.baocuo {
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
}

.baocuo a {
    font-size: 15px;
    line-height: 25px;
}

@media (max-width: 720px) {
    .baocuo li {
        display:none;
    }

    .baocuo a {
        font-size: 15px;
        line-height: 25px;
        display: black;
    }
}
