body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
table,
th,
td,
a,
img,
span,
strong,
var,
em,
input,
textarea,
select,
option {
    margin: 0;
    padding: 0;
}

html,
body {
    font-family: "Arail", "Tabhoma", sans-serif;
    font-size: 16px;
    color: #000000;
    text-align: left;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

img {
    border: none;
    vertical-align: top;
}

input,
select,
textarea {
    outline: 0;
}

th,
var,
em {
    font-weight: normal;
    font-style: normal;
}

.hidden {
    display: none;
    visibility: hidden;
}

.clear {
    display: block;
    *zoom: 1;
}

.clear:after {
    content: '';
    overflow: hidden;
    width: 100%;
    height: 0px;
    font-size: 0px;
    display: block;
    clear: both;
}

.text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.will-change {
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

.no-select {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flex-center {
    display: flex;
    align-items: center;
}

.font-mob {
    max-width: 100%;
    max-height: 100%;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

.img-cover {
    object-fit: cover;
    background-size: cover;
}

.g-wrap {
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
}

/*通用头*/
.public-header .g-lang {
    background: #f4f4f4;
}

.public-header .m-lang {
    width: 1200px;
    height: 60px;
    font-size: 14px;
    color: #8a8d90;
    line-height: 60px;
    text-align: right;
    margin: 0 auto;
}

.public-header .m-lang a {
    color: #8a8d90;
}

.public-header .m-lang .m-search-link {
    width: 17px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    background: url("https://cn.wicinternet.org/static/images/icon-public-search2.png") center center no-repeat;
    margin-left: 18px;
}

.public-header .g-nav {
    height: 229px;
    padding-top: 80px;
    position: relative;
    background: url("https://cn.wicinternet.org/static/images/header-bg.jpg") center center no-repeat;
}
.public-header .m-nav .u-nav-lang {
    display: none;
  
}
.public-header .m-nav {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.public-header .m-nav .m-logo-color {
    float: left;
    width: 271px;
    margin-left: 11px;
}

.public-header .m-nav .m-logo-color img {
    float: left;
    width: 271px;
    height: 102px;
}

.public-header .m-nav .m-nav-list {
    float: right;
    width: 816px;
    height: 102px;
    margin: 0 0 0 0;
}

.public-header .m-nav .m-nav-list .m-nav-ul {
    width: 878px;
    margin-left: -28px;
}
.public-header .m-nav .m-nav-list .m-nav-ul p{
    display: none;
}

.public-header .m-nav .m-nav-list li {
    float: left;
    height: 102px;
    line-height: 102px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    position: relative;
}
/* 20241226 */
.public-header .m-nav .m-nav-list li .nav {
    display: block;
    height: 100%;
    padding: 0 16px;
    color: #365189;
}

.public-header .m-nav .m-nav-list li ul {
    position: absolute;
    padding: 12px 10px;
    left: 50%;
    top: 80px;
    transform: translateX(-50%);
    z-index: 9;
    min-width: 100px;
    background: #D8EFFF;
    display: none;
}

.m-nav .m-nav-list li:nth-child(3) ul {
    min-width: 165px;
    transform: translateX(0);
    left: 10px;
}
/* 20250701 */
.m-nav .m-nav-list li:nth-child(4) ul {
    /* min-width: 380px; */
    transform: translateX(0px);
    left: 0px;
}
.m-nav .m-nav-list li:nth-child(5) ul {
    transform: translateX(0);
    left: 10px;
    min-width: 230px;
}
/* 20241226 */
.m-nav .m-nav-list li:nth-child(6) ul {
    transform: translateX(0);
    left: 0px;
    min-width: 230px;
}
/* 20250701 */
.m-nav .m-nav-list li:nth-child(7) ul {
    transform: translateX(0px);
    left: 0px;
    min-width: 290px;
}
/* 20250701 */
.m-nav .m-nav-list li:nth-child(8) ul {
    transform: translateX(0);
    left: 10px;
    min-width: 300px!important;
}
/* 20250701 */
.m-nav .m-nav-list li:nth-child(9) ul {
    transform: translateX(0);
    left: 10px;
    min-width: 170px!important;
}
/* 20241226 end*/
.public-header .m-nav .m-nav-list li:nth-child(3) ul li,
.public-header .m-nav .m-nav-list li:nth-child(5) ul li {
    text-align: left;
}

.public-header .m-nav .m-nav-list li ul li {
    width: 100%;
    height: auto;
    float: none;
    margin: 0;
    color: #0067d1;
    font-size: 16px;
    padding: 4px 10px;
    line-height: 24px;
    text-align: left;
    box-sizing: border-box;
}

.public-header .m-nav .m-nav-list li ul li:hover {
    background: #2240ad;
    color: #FFF;
}

.public-header .m-nav .m-nav-list li ul li:hover a {
    color: #FFF;
}

.public-header .m-nav .m-nav-list li ul a {
    color: #365189;
    display: block;
}

.public-header .m-nav .m-nav-list li a {
    color: #365189;
}

.public-header .g-crumbs {
    width: 1200px;
    height: 58px;
    line-height: 96px;
    padding: 0 25px;
    margin: -58px auto 0;
    font-size: 16px;
    color: #000;
    background: #FFF;
    overflow: hidden;
    text-indent: 50px;
    position: relative;
}

.public-header .g-crumbs a {
    color: #000;
}

/* 20240923 */
.public-header .m-search-lang {
    display: none;
}

/* 20240923 end*/


/*通用大会介绍*/
/* 20240923 */
.public-introduction {
    width: 100%;
    margin: 0 auto;
    background: url("https://cn.wicinternet.org/static/images/introduction-bg.jpg?v=1") repeat;
}

.public-introduction .m-introduction {
    width: 1200px;
    /* 20240923 */
    height: 280px;
    padding: 82px 0 0 0;
    box-sizing: border-box;
    margin: 0 auto;
}

.public-introduction .m-introduction .m-logo-default {
    float: left;
    width: 271px;
    height: 102px;
    margin: 10px 0 0 10px;
}

.public-introduction .m-introduction .m-logo-default img {
    width: 271px;
    height: 102px;
}

.public-introduction .m-introduction .m-introduction-abs {
    float: left;
    width: 856px;
    margin-left: 36px;
    text-align: justify;
}

.public-introduction .m-introduction .m-introduction-abs p {
    font-size: 18px;
    line-height: 26px;
    color: #29417e;
}

/*通用尾*/
.public-footer {
    background: #054899;
}

.public-footer .m-footer {
    width: 1200px;
    height: 240px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
}

.public-footer .m-footer .m-left {
    float: left;
    width: 600px;
    margin: 80px 0 0 15px;
}

/* 20240923 */
.public-footer .m-footer .m-left li {
    float: left;
    font-size: 18px;
    width: 170px;
    height: 70px;
    margin-right: 30px;
    line-height: 70px;
    text-align: center;
    background: #1b87d2;
    color: #FFF;
}

.public-footer .m-footer .m-left li a {
    color: #FFF;
}

.public-footer .m-footer .m-right {
    float: right;
    position: relative;
    width: 470px;
    height: 100px;
    margin: 70px 15px 0 0;
    overflow: hidden;
}

.public-footer .m-footer .m-right:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
    height: 70px;
    /* z-index: 1; */
    background: #1b87d2;
    /* 20240923 */
}

.public-footer .m-footer .m-right .m-follow-us {
    float: left;
    font-size: 18px;
    color: #FFF;
    position: relative;
    /* z-index: 9; */
    margin: 38px 0 0 36px;
}

.public-footer .m-footer .m-right .m-qr-code {
    float: left;
    width: 100px;
    height: 100px;
    position: relative;
    /* z-index: 9; */
    margin: 0 0 0 30px;
}

.public-footer .m-footer .m-right .m-icon {
    float: left;
    position: relative;
    /* z-index: 9; */
    margin: 33px 0 0 22px;
}

.public-footer .m-footer .m-icon a {
    float: left;
    margin-right: 14px;
}

.public-footer .m-footer .m-icon img {
    width: 36px;
    height: 36px;
    transition: .5s;
    -webkit-transition: .5s;
}

.public-footer .m-footer .m-icon img:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.public-footer .m-footer-code {
    color: #9d9e9e;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #FFF;
}

.public-footer .m-footer-code span {
    padding: 0 10px;
}
/* 20250702 */
/* PC */
@media (min-width:750px) {
    .PC_Show {
        display: block!important;
    }
    .Mobile_Show {
        display: none!important;
    }
}

/*M*/
@media only screen and (max-width: 750px) {
    /* 20250702 */
    .PC_Show {
        display: none!important;
    }
    /* 20250702 */
    .Mobile_Show {
        display: block!important;
    }


    * {
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        user-select: none;
    }
    /* 20230923 */
    /*通用头*/
    .public-header {
        padding-bottom: 0;
    }

    .public-header .g-lang {
        display: none;
        position: absolute;
        width: 60vw;
        margin-left: 40vw;
        margin-top: 3.6vw;
        height: 14vw;
        background: #001E8C;
        z-index: 2;
    }

    .public-header .mg-lang {
        margin: 0 !important;
        float: right !important;
        width: 60vw !important;
        height: 14vw;
        background: #001E8C;
    }

    .public-header .m-lang {
        display: none;
        float: left;
        width: 5rem;
        background: #f4f4f4;
        height: 0.9rem;
        line-height: 0.9rem;
        font-size: 0.3rem;
        text-align: left;
        padding: 0.2rem 0 0.3rem 0.875rem;
    }

    .public-header .m-search {
        float: left;
        display: block;

        width: 36vw;
        height: 5.6vw;
        line-height: 5.6vw;
        background: #001870;
        margin: 4.3vw 0;
        margin-left: 12vw;
    }

    .public-header .m-search input {
        padding: 0 0.3rem;
        width: 3rem;
        color: #FFF;
        height: 5.6vw;
        font-size: 2.6vw;
        box-sizing: border-box;
    }

    .public-header .m-Menu {
        display: block;
        float: right;
        width: 0.8rem;
        height: 0.8rem;
        margin-top: 4.3vw;
        margin-right: 0.825rem;
    }

    .public-header .m-Menu img {
        width: 0.8rem;
        height: 0.8rem;
    }

    #mobSearchBtn {
        float: right;
        margin-top: 0.8vw;
        width: 0.75rem;
        height: 0.6rem;
        background: url("https://cn.wicinternet.org/static/images/icon-public-search.png") 30% center no-repeat;
        background-size: 3.8vw 3.8vw;
    }

    .public-header .g-nav {
        padding: 3.6vw 0;
        margin: 0;
        height: 14vw;
        z-index: 1;
    }

    .public-header .g-nav:after {
        display: none;
    }

    .public-header .m-nav {
        width: 100%;
        height: 14vw;
        overflow: hidden;
    }

    .public-header .m-nav .m-logo-color {
        float: left;
        width: 5.25rem;
        margin: 0.35rem 0 0 0.825rem;
    }

    .public-header .m-nav .m-logo-color div {
        display: none;
    }

    .public-header .m-nav .m-logo-color img {
        float: none;
        width: 5.25rem;
        height: 1.95rem;
        padding: 0;
    }

    .public-header .m-nav .m-nav-list {
        display: none;
        /* display: block; */
        position: fixed;
        margin: 0;
        top: 0;
        padding: 0 5vw 0 10vw;
        width: 57vw;
        height: 100vh;
        margin-left: 28vw;
        background-color: rgba(0, 138, 217, 0.95);
        z-index: 10;
    }
    .public-header .m-nav .m-nav-list .m-nav-ul {
        width: auto;
        margin: 0;
    }
    .public-header .m-nav .m-nav-list p {
        display: block!important;
        padding-top: 10vw;
        padding-bottom: 12vw;
        
        width: 100%;
        height: 5vw;
        overflow: hidden;
    }

    .public-header .m-nav .m-nav-list p img {
        float: right;
        margin-right: 3vw;
        display: block;
        width: 5vw;
        height: 5vw;
    }

    .public-header .m-nav .m-nav-list li {
        float: left;
        width: 100%;
        font-size: 4vw;
        height: auto;
        line-height: 5vw;
        margin-bottom: 8vw;
        text-align: left;
    }

    .public-header .m-nav .m-nav-list li .nav {
        display: block;
        height: 100%;
        padding: 0 28px;
        color: #FFF;
    }
    .public-header .m-nav .m-nav-list li .nav a{
        color: #FFF;
    }
    .public-header .m-nav .m-nav-list li .nav {
        padding: 0;
    }

    .public-header .m-nav .u-nav-lang {
        display: block;
        color: #FFF;
    }

    .public-header .m-nav .u-nav-lang a {
        display: inline-block;
    }

    .public-header .m-nav .u-nav-lang .u-nav-lang1 {
        margin-right: 2vw;
        color: #FFF;
    }

    .public-header .m-nav .u-nav-lang .u-nav-lang2 {
        margin-left: 2vw;
        color: #FFF;
    }


    .m-nav .m-nav-list li:first-child {
        word-spacing: 0.9rem;
    }



    .public-header .g-crumbs {
        width: 100%;
        background: #FFF;
        font-size: 14px;
        line-height: 40px;
        text-indent: 0;
        height: 40px;
        padding: 0 0.85rem;
        box-sizing: border-box;
        margin: 0.4rem auto 0;
    }

    /*通用大会介绍*/
    .public-introduction {
        position: relative;
    }

    .public-introduction .m-introduction {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .public-introduction .m-introduction .m-logo-default {
        width: 4.7rem;
        height: 1.775rem;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0.8rem;
        margin: auto;
    }

    .public-introduction .m-introduction .m-logo-default img {
        width: 100%;
        height: 100%;
    }

    .public-introduction .m-introduction .m-introduction-abs {
        float: right;
        width: 11.67rem;
        margin: 1.0rem 0.85rem 1.0rem 0;
    }

    .public-introduction .m-introduction .m-introduction-abs p {
        font-size: 0.415rem;
        line-height: 0.6rem;
        text-align: left;
    }

    /*通用尾*/
    .public-footer .m-footer {
        width: 100%;
        height: 5.375rem;
    }

    .public-footer .m-footer .m-left {
        width: 10.35rem;
        margin: 1.75rem 0 0 0.4rem;
    }

    .public-footer .m-footer .m-left li {
        font-size: 0.4rem;
        width: 2.95rem;
        height: 1.2rem;
        line-height: 1.2rem;
        margin: 0 0 0 0.5rem;
    }

    .public-footer .m-footer .m-right {
        width: 6.4rem;
        height: auto;
        margin: 1.75rem 0.9rem 0 0;
        overflow: visible;
    }

    .public-footer .m-footer .m-right:before {
        height: 1.2rem;
        top: 0;
    }

    .public-footer .m-footer .m-right .m-follow-us {
        width: 2.95rem;
        font-size: 0.4rem;
        height: 1.2rem;
        line-height: 1.2rem;
        margin: 0;
        text-align: center;
    }

    .public-footer .m-footer .m-right .m-qr-code {
        width: 3.0rem;
        height: 3.0rem;
        margin: -0.9rem 0 0 0;
    }

    .public-footer .m-footer .m-right .m-icon {
        float: right;
        margin: 0 0.32rem 0 0;
    }

    .public-footer .m-footer .m-icon a {
        margin: 0.4rem 0.1rem 0;
    }

    .public-footer .m-footer .m-icon img {
        width: 0.625rem;
        height: 0.625rem;
    }

    .public-footer .m-footer-code {
        font-size: 0.4rem;
        height: 2.2rem;
        line-height: normal;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .public-footer .m-footer-code span {
        padding: 0;
        flex-basis: auto;
    }
    /* 20240923 */
    .public-header .m-search-lang {
        display: block;
        float: right;
        width: 7rem;
        margin: 0.5rem 0.5rem 0 0;
    }

    .public-header .m-Menu {
        display: block;
        float: right;
        width: 0.8rem;
        height: 0.8rem;
        margin-top: 0.5rem;
        margin-right: 0.2rem;
    }

    .public-header .m-Menu img {
        width: 0.8rem;
        height: 0.8rem;
    }

    .public-header .m-search {
        margin: 0;
        display: block;
        /* float: none; */
        background: #8DB5DA;
        height: 0.8rem;
        border-radius: 0.6rem;
        padding: 0.2rem;
        width: 4rem;
        margin-top: 0.3rem;
    }

    .public-header .m-search input {
        float: left;
        width: 2.6rem;
        height: 0.8rem;
        font-size: 0.4rem;
        line-height: 0.8rem;
        padding: 0 0.25rem;
        background-color: transparent;
        border: 0px;
        color: #FFF;
        /* border-radius: 2rem; */
        vertical-align: top;
    }
    .public-header .m-search input::-webkit-input-placeholder {
        color: #FFF;
    }

    /* Mozilla Firefox 19+ */
    .public-header .m-search input::-moz-placeholder {
        color: #FFF;
    }

    /* Mozilla Firefox 4 to 18 */
    .public-header .m-search input:-moz-placeholder {
        color: #FFF;
    }

    /* Internet Explorer 10-11 */
    .public-header .m-search input:-ms-input-placeholder {
        color: #FFF;
    }

    .public-header .m-search input::-webkit-input-placeholder {
        font-size: 0.4rem;
        color: #FFF;
    }

    .public-header .m-search #searchBtn {
        float: right;
        width: 0.6rem;
        height: 0.6rem;
        margin-right: 0.2rem;
        background-size: cover;
        margin-top: 0.1rem;
        background: url("https://cn.wicinternet.org/static/images/icon-search.png") center center;
        background-size: 0.6rem  0.6rem;
    }

    .public-header .m-lang {
        display: none;
        height: auto;
        line-height: normal;
        font-size: 0.3rem;
        width: 3.25rem;
        padding-left: 0.25rem;
    }

    .public-header .m-lang a {
        font-size: 0.35rem;
    }
.m-text iframe {
    max-width: 100%;
    aspect-ratio: 16 / 9;
}
    
    /* 20240923 end*/
}
#displaypagenum {
 font-size:14px;
 font-weight:bold;
 color:#a0a3a5;
    overflow: hidden;
 text-align: center;
 padding-top: 20px;
 padding-bottom: 20px;
 text-align: center;
 font-weight:normal;
 margin:20px 0 0;
    line-height: 35px;
}

#displaypagenum {
text-align: center;
}
#displaypagenum span {
 text-decoration:none;
 color:#a0a3a5;
 padding: 5px 10px;
 background-color:#123B8D;
 /*border-color:#ebebeb;*/
 color:#fff;
 /*border:1px solid #CCCCCC;*/
 font-size: 15px;
}
#displaypagenum a {
 text-decoration:none;
 padding: 5px 10px;
 /*background-color: #f3f3ed;
 border:1px solid #CCCCCC;*/
 display: inline;
 font-size: 15px;
 font-weight: normal;
 margin: 20px 0 0;
 line-height: 35px;
 color: #000;
 background: #e9ebee;
 }

#displaypagenum span:hover,#displaypagenum a:hover{background-color:#636566;border-color:#636566;color:#fff;cursor:pointer;}

.m-text iframe {
    aspect-ratio: 16 / 9;
}

