.width1220 {
    width: 1200px;
    margin: 0 auto;
}

body {
    min-width: 1200px;
}
.hover-wrap {
    /* display: inline-block; */
    position: relative;
}

.hover-wrap .hover {
    height: 145px;
    display: none;
    padding: 10px;
    position: absolute;
    left: 10px;
    bottom: 25px;
    background: #fff;
    border-radius: 5px;
    color: #666;
}

.hover-wrap:hover .hover {
    display: block;
}

.hover-wrap .hover img {
    height: 100px;
}
header .wrap {
    max-width: 1440px;
    min-width: 1200px;
    padding: 0 60px;
    margin: 0 auto;
}

.swiper-wrapper {
    align-items: stretch;
}

.apply-btn {
    display: none;
}

.close,
.navimg {
    display: none;
}

.fontB {
    font-weight: 600;
}

.title-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    font-weight: 500;
    color: #333333;
    line-height: 50px;
    position: relative;
    z-index: 10;
}

.title-wrap::before,
.title-wrap::after {
    display: block;
    content: '';
    height: 40px;
    width: 120px;
}

.title-wrap::before {
    margin-right: 20px;
    background: url(../img/title-bg-l.png) no-repeat center center/contain;
}

.title-wrap::after {
    margin-left: 20px;
    background: url(../img/title-bg-r.png) no-repeat center center/contain;
}

.font70 {
    font-size: 70px;
}

.marginB15 {
    margin-bottom: 15px;
}

header {
    position: relative;
}

.top-logo {
    height: 96px;
    position: absolute;
    top: 40px;
    left: 60px;
    cursor: pointer;
}

header .wrap {
    height: 100%;
    position: relative;
}

nav {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-top: 40px;
}

nav>a,
nav .history {
    height: 40px;
    display: inline-block;
    margin-right: 50px;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    color: #FFFFFF;
}

nav>a:hover,
nav>a.active {
    color: #5fe8ff;
    border-bottom: 4px solid #5fe8ff;
}

nav .history {
    position: relative;
    display: block;
    z-index: 10;
}

nav .history:hover {
    border: none;
    color: #5fe8ff;
}

nav .history:hover ul {
    display: block;
}

nav .history ul {
    display: none;
    width: 148px;
    padding: 10px 0;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -74px;
    text-align: center;
    font-size: 16px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(230, 230, 230, 0.5);
    border-radius: 1px;
}

nav .history ul li {
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
}

nav .history ul li:hover {
    background: #5fe8ff;
}

nav .history ul li a {
    color: #333;
}

nav .translate img {
    vertical-align: middle;
}

nav .translate .pc {
    width: 70px;
    font-size: 16px;
}

nav .translate .pc .line {
    margin: 0 5px;
    cursor: auto;
}

nav .translate .pc li {
    display: inline-block;
    cursor: pointer;
    line-height: 36px;
}

nav .translate .pc li:not(.active) {
    color: #999
}

.apply {
    position: relative;
}

.flowAdd {
    position: absolute;
    top: -34px;
    left: 0px;
    height: 37px;
    cursor: pointer;
}

.head-des-bg {
    display: none;
}
.index-top{
    width: 100%;
    height: 1080px;
    padding: 0 .56rem;
    background:#020921 url(../img/head-bg.jpg) no-repeat center/contain;
}
.secLine p {
    display: inline-block;
}

.secLine p:nth-child(2) {
    height: 70px;
    font-size: 30px;
    color: #cacaca;
    vertical-align: top;
}

.secLine p span {
    display: block;
}

.notice {
    padding: 42px 0 100px;
}

.notice-inner {
    position: relative;
}

.splider {
    display: flex;
    margin-top: 45px;
}

.left,
.right {
    flex-grow: 1;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.left {
    background: url(../img/jiant_l.png) no-repeat center center/20%;
    z-index: 10;
}

.left.gray {
    background-image: url(../img/arrow-left-gray.svg);
}

.right {
    background: url(../img/jiant_r.png) no-repeat center center/20%;
}

.right.gray {
    background-image: url(../img/arrow-right-gray.svg);
}

.splider .splider-content {
    min-height: 255px;
    width: 75%;
    position: relative;
    border-radius: 2px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 4px 60px 0px rgba(224, 224, 224, 0.5);
}

.splider-content ul {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    transition: all 0.5s;
}

.splider-content ul li {
    width: 0;
    flex-grow: 1;
    padding: 40px 105px 65px;
    color: #666;
    font-size: 16px;
    line-height: 30px;
    word-wrap: break-word;
    position: relative;
}

.splider-content ul li .time {
    position: absolute;
    right: 105px;
    bottom: 65px;
}

.splider-content ul li .notice {
    position: absolute;
    right: 105px;
    bottom: 0;
}

.splider-content .center {
    text-align: center;
}

.splider-content .title {
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}

.in-content {
    color: #666;
    font-size: 16px;
    line-height: 30px;
}

.in-content .content {
    display: flex;
}

.in-content .content>div {
    width: 0;
    flex-grow: 1;
    display: inline-block;
    padding: 40px 135px 0 0;
}

.in-content .content>div:first-child {
    width: 525px;
    flex-grow: 0;
}

.in-content .introducebg {
    height: 372px;
    background: url(../img/introducebg.png) no-repeat center/contain;
    position: relative;
    top: -50px;
    left: -51px;
    z-index: 0;
}

.in-title {
    margin: 30px 0 20px;
    font-size: 21px;
    color: #333;
    font-weight: 600;
}

.activity {
    padding-top: 200px;
}

.activity-content {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.data {
    position: relative;
    padding: 110px 0 100px;
    background: #F5F7FF;
    overflow: hidden;
}

.data-bg {
    position: absolute;
    right: -80px;
    top: 0;
}

.data-title1 {
    margin: 50px 0;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.data-title1 p {
    margin-bottom: 10px;
}

.data-title2,
.data-title1 p {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
}

.data-content {
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

.data-content>div {
    width: 0;
    flex-grow: 1;
}

.data-content p:nth-of-type(2) {
    margin-top: 14px;
    line-height: 30px;
    font-size: 15px;
    color: #666;
}

.data-content p:nth-of-type(3) {
    margin: 14px 0;
}

.data-list {
    font-size: 15px;
    color: #666;
    line-height: 30px;
}

.data-list li {
    margin-bottom: 20px;
}

.data-list li:last-child {
    margin-bottom: 0;
}

.data-list .name {
    font-weight: 600;
    color: #333;
    font-size: 15px;
}

.data-list .name,
.data-list li>div {
    position: relative;
}

.data-list li>div .mail .code,
.mail1 .code1 {
    background: #FFFFFF;
    /* box-shadow: 5px #333; */
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
    display: none;
    position: absolute;
    right: 50px;
    bottom: 26px;
}

.data-list li>div .mail1 {
    cursor: pointer;
}

.data-list li>div .mail1:hover .code1 {
    display: block;
}

.data-list li>div .mail:hover .code {
    display: block;
}

.data-list li>div .mail {
    cursor: pointer;
}

.ac-text {
    width: 0;
    flex-grow: 1;
    display: flex;
    font-size: 15px;
}

.ac-text>div {
    width: 0;
    padding-top: 84px;
    flex-grow: 1;
}

.ac-text img {
    margin: 0 25px;
}

.ac-time {
    text-align: right;
}

.ac-text p {
    margin-bottom: 42px;
}

.ac-text p:nth-child(2) {
    margin-bottom: 48px;
}

.ac-text p:nth-child(5) {
    margin-top: 47px;
}

.ac-text p:nth-child(6) {
    margin-top: 47px;
}

.match {
    position: relative;
    padding: 90px 0 110px;
    background: #E7F5FF;
    overflow: hidden;
    margin-top: 90px;
}

.match-bg {
    width: 275px;
    height: 335px;
    background: url(../img/match-bg.png) no-repeat center/cover;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}

.match-content {
    width: 835px;
    margin: 0 auto;
    color: #666;
    line-height: 30px;
    font-size: 16px;
}

.match-text {
    margin: 40px 0;
    /* font-size: ; */
}

.match-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    line-height: 28px;
}

.match-text2 p {
    padding-left: 20px;
    font-size: 16px;
    position: relative;
}

.atch-text2 p {
    color: #0024D6;
}

.match-text2 p:before {
    display: block;
    position: absolute;
    left: 0;
    line-height: 30px;
}

.match-text2 p:nth-child(1):before {
    content: '1.';
}

.match-text2 p:nth-child(2):before {
    content: '2.';
}

.match-text2 p:nth-child(3):before {
    content: '3.';
}

.match-text2 p:nth-child(4):before {
    content: '4.';
}

.match-text2 p:nth-child(5):before {
    content: '5.';
}

.match-text2 p:nth-child(6):before {
    content: '6.';
}

.match-text2 p:nth-child(7):before {
    content: '7.';
}

.match-text2 p:nth-child(8):before {
    content: '8.';
}
.match-text2 p:nth-child(9):before {
    content: '9.';
}
.match-text2 p:nth-child(10):before {
    content: '10.';
}
.match-text2 p:nth-child(11):before {
    content: '11.';
}
.match-text2 p:nth-child(10){
    padding-left: 30px;
}
.match-text2 p:nth-child(11){
    padding-left: 30px;
}
.special {
    padding: 90px 0 100px;
}

.special .swiper-container {
    overflow: visible;
}

.special-wrap {
    margin-top: 50px;
}

.special-list {
    display: flex;
    justify-content: space-around;
}

.special-list li {
    width: 380px;
    height: 500px;
    flex-grow: 0;
    padding: 20px 20px 30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgba(202, 202, 202, 0.5);
    border-radius: 1px;
    cursor: pointer;
}

.en .special-list li {
    height: 660px;
}

.special-list li img {
    width: 100%;
    height: 235px;
}

.special-list li p {
    margin: 20px 0 10px;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
}

.special-list li .text {
    font-size: 16px;
    color: #666;
    line-height: 22px;
}

.plan {
    position: relative;
    padding: 100px 0;
    background: #E7F5FF;
    overflow: hidden;
}

.plan-bg {
    width: 205px;
    height: 311px;
    position: absolute;
    top: 0;
    background: url(../img/plan-bg.png) no-repeat center/cover;
    display: none;
}

.plan-list {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 60px auto 0;
}

.plan-list li {
    display: inline-block;
    height: 260px;
    width: 170px;
    position: relative;
    vertical-align: top;
    text-align: center;
    color: #3e3e3e;
    font-size: 14px;
}

.plan-list img {
    width: 160px;
    display: block;
    margin: 0 auto;
}

.plan-list .arrow {
    width: 147px;
      background: url(../img/jiant_r.png) no-repeat center 64px/20px auto;
    /* background: url(../img/arrow-right.png) no-repeat center 64px/20px auto; */
}

.plan-list li p:nth-of-type(1) {
    position: absolute;
    width: 300px;
    left: 50%;
    bottom: 30px;
    margin-left: -150px;
    font-size: 30px;
    font-weight: 500;
    color: #333;
    line-height: 42px;
}

.plan-list li p:nth-of-type(2) {
    position: absolute;
    width: 280px;
    left: 50%;
    bottom: 0;
    margin-left: -140px;
    text-align: center;
    font-size: 20px;
    color: #666;
}

.en .plan-list li:last-child p:nth-of-type(2) {
    /* bottom: -20px; */
}

.prize {
    margin-top: 140px;
}

.prize-content {
    margin-top: 60px;
}

/* .prize-in {
    width: 400px;
    padding-top: 30px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
} */

.prize-table {
    width: 100%;
}

.prize-title {
    margin: 30px 0 20px;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: 28px;
}

.prize-text p {
    position: relative;
    padding-left: 20px;
}

.prize-text p::before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.prize-text p:nth-child(1):before {
    content: '1.';
}

.prize-text p:nth-child(2):before {
    content: '2.';
}

.prize-text p:nth-child(3):before {
    content: '3.';
}

.prize-table table {
    width: 100%;
    box-shadow: 0px 0px 12px 0px rgba(217, 217, 217, 0.5);
    border-radius: 1px;
}

table tr {
    font-size: 12px;
    text-align: center;
    color: #666;
}

table thead tr {
    background: #41B2FA;
    color: #fff;
    font-size: 15px;
    line-height: 45px;
}

table thead th {
    font-weight: normal;
    vertical-align: middle;
}

table tbody tr {
    background-color: #fff;
}

table tbody td {
    line-height: 30px;
    vertical-align: middle;
}

table tbody tr:nth-child(2n) {
    background: #E7F5FF;
}

.white-bg {
    font-size: 15px;
    background: #fff;
    border: 1px solid #E7F5FF;
}
.judges-top{
    margin-top: 100px;
    position: relative;
    /* height: 360px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .judges-top img{
    width: 100%;
    height: 100%;
} */

.judges {
    margin-top: 100px;
    position: relative;
}

.first-itemJ {
    margin: 50px 15px 0;
}

.judges-wrap {
    margin: 60px auto 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.itemJ {
    width: 275px;
    height: 360px;
    padding-top: 30px;
    position: relative;
    background: #fff;
    text-align: center;
    box-shadow: 0px 2px 20px 0px rgba(202, 202, 202, 0.5);
}

.en .itemJ {
    height: 375px;
}

.en .itemJ p:nth-of-type(2) {
    height: auto;
}

.judges-wrap .itemJ {
    margin: 0 30px 30px 0;
}

.judges-wrap .itemJ:nth-child(4n) {
    margin-right: 0;
}

.judges-img {
    position: absolute;
}

.judges1 {
    top: 100px;
    right: 0;
    /* right: 110px; */
    width: 365px;
    height: 365px;
}

.judges2 {
    top: 160px;
    left: 0;
    /* width: 525px; */
    height: 372px;
}

.judges3 {
    right: 0;
    bottom: 0;
    display: none;
}

@media screen and (max-width:1000px) {
    .judges-wrap {
        justify-content: space-around;
    }

    .judges-wrap .itemJ {
        margin-right: 0;
    }
}

.judges-wrap .itemJ:nth-child(4n) {
    margin-right: 0;
}

.itemJ {
    overflow: hidden;
}

.itemJ img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
}

.itemJ p {
    padding: 0 16px;
}

.itemJ p:nth-of-type(1) {
    margin: 20px 0 10px;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
}

.itemJ p:nth-of-type(2) {
    height: 85px;
    line-height: 22px;
    color: #666;
    text-align: left;
    font-size: 16px;
    overflow: hidden;
}

.itemJ .panel {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    padding: 30px 18px;
    line-height: 22px;
    color: #fff;
    overflow: auto;
    transition: all .3s;
    opacity: 0;
    font-size: 16px;
    text-align: left;
    transition: all 0.4s;
}

.itemJ .panel::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

.itemJ .panel::-webkit-scrollbar-track-piece {
    background-color: #fff;
    border-radius: 6px;
}

.itemJ .panel::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: #E9E9F1;
    border-radius: 6px;
}

.itemJ .panel::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: #E9E9F1;
    border-radius: 6px;
}

.itemJ:hover .panel {
    top: 0;
    opacity: 1;
}

.itemJ:nth-child(2n-1) .panel {
    background: #41B2FA;
}

.itemJ:nth-child(2n) .panel {
    background: #41B2FA;
}

.rule {
    margin-top: 100px;
}

.rule-content {
    display: flex;
}

.rule-content>div:nth-child(2) {
    padding: 70px 0 110px 60px;
}

.rule .rulebg img {
    position: relative;
    left: -40px;
}

.rule-content p {
    position: relative;
    margin-bottom: 10px;
    line-height: 30px;
    color: #666;
    font-size: 16px;
}


/* .rule-content p:before {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 30px;
    top: 11px;
    border-radius: 50%;
    background: #46abe3;
} */

.support {
    padding: 100px 0;
    text-align: center;
}

.support .s-title {
    margin: 60px 0 14px;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
}

.support-wrap {
    padding: 0 60px;
}

.support-wrap p {
    font-size: 15px;
    color: #808080;
    line-height: 30px;
}
.support-wrap .s-desc{
    font-size: 18px;
}
.computer {
    width: 205px;
    height: 30px;
}

.dataviz2 {
    height: 60px;
    margin: 0 12px;
}

.dataviz3 {
    height: 95px;
    margin: 0 12px;
}

.dataviz {
    height: 60px;
}

.hanabi {
    height: 60px;
}

.sunning {
    height: 30px;
    width: 205px;
    margin: 0 30px;
}

.tenxun {
    height: 30px;
    width: 145px;
}

.special2 {
    margin-top: 30px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.special2.create {
    position: relative;
    top: -20px;
}
.support-wrap .tips{
    font-size: 14px;
    color: #666;
    text-align: left;
}
.aidipu {
    height: 30px;
    width: 104px;
}

footer {
    height: 340px;
    position: relative;
    /* background: #FFFFFF; */
    /* background: #F5F7FF  url('../img/introducebg.png') no-repeat left center/contain; */
}

footer>.width1220 {
    position: relative;
    z-index: 10;
}

footer>img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 194px;
}

.footerW {
    display: flex;
    padding-top: 85px;
    justify-content: center;
}

.footerL {
    height: 66px;
    margin-top: 20px;
}

.footer-l1 {
    width: 170px;
    height: 293px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}

.about {
    margin-left: 130px;
}

.connact {
    margin: 0 100px 0 170px;
}

.connact p,
.about p {
    color: #666;
    margin-top: 14px;
}

.about a {
    color: #666;
}

.about p:nth-child(1),
.connact p:nth-child(1) {
    margin: 0 0 32px;
    font-weight: 600;
    font-size: 20px;
    color: #333;
}

.code-wrap {
    text-align: center;
}

.code-wrap p {
    margin-top: 10px;
    padding-left: 30px;
    background: url('../img/weixin-logo.svg') no-repeat left center/contain;
    font-size: 14px;
    color: #333;
    line-height: 20px;
}

.weixin {
    height: 120px;
    width: 120px;
}

.copyRight {
    margin-top: 80px;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.copyRight a {
    color: #666;
}

.user {
    display: inline-block;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    display: none;
}

.user .loginOut {
    background: transparent;
    border: none;
    /* color: #252525; */
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

.circle {
    margin-top: 35px;
    text-align: center;
}

.circle.page {
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 40px;
    z-index: 10;
}

.circle span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    background: #ced6d9;
    border-radius: 50%;
    cursor: pointer;
}

.circle span.swiper-pagination-bullet-active {
    background: #41B2FA;
}

.br {
    display: block;
}

.phone {
    display: none;
}

.circle.prograss {
    display: none;
}

.overflow {
    overflow: visible;
}

.overflow .right,
.overflow .left {
    display: none;
}

.judges .width1220 {
    position: relative;
    z-index: 10;
    background: transparent;
}

.paiming {
    font-size: 14px;
    color: #d7d8d9;
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.beizhu{
    font-size: 14px;
    color: #d7d8d9;
    display: inline-block;
    margin-top: 20px;
    text-align: right;
    /* position: absolute;
    bottom: 0;
    right: 0; */
}
.zd {
    height: 70px;
    margin-bottom: 10px !important;
}

.zd.pc {
    display: inline-block;
}

.xinlang {
    height: 70px;
}

.fontBlod {
    font-weight: bold;
}

.textLeft {
    text-align: left !important;
}

.textLeft1 {
    text-align: center;
    margin-top: 10px;
}

.topHead {
    display: none;
}

.hover-wrap {
    /* display: inline-block; */
    position: relative;
}

.hover-wrap .hover {
    height: 145px;
    display: none;
    padding: 10px;
    position: absolute;
    left: 10px;
    bottom: 25px;
    background: #fff;
    border-radius: 5px;
    color: #666;
}

.hover-wrap:hover .hover {
    display: block;
}

.hover-wrap .hover img {
    height: 100px;
}

@media screen and (max-width:600px) {
    .index-top{
        height: auto;
        width: 100%;
        /* margin-top: 2rem; */
        background: #FFFFFF;
        padding: 0;
    }
    .special-list {
        display: flex;
        justify-content: space-between;
    }
    .special-list li img {
        width: 4rem;
        height: 2.4rem;
    }
    .beizhu{
        text-align: left;
        font-size: .3467rem;
        padding: 0 .48rem;
    }

    .introduce {
        position: relative;
    }

    .in-content .introducebg {
        height: auto;
        top: 0;
        background: none;
    }

    .introduce .active-l {
        width: 2.2533rem;
        height: 3.7867rem;
        background: url(../img/active-l.png) no-repeat center/cover;
        position: absolute;
        left: 0;
        bottom: .4133rem;
    }

    .introduce .active-r {
        width: 2.8rem;
        height: 4.08rem;
        background: url(../img/active-r.png) no-repeat center/cover;
        position: absolute;
        right: 0;
        top: 0.5333333rem;
        z-index: 0;
    }

    header .wrap {
        max-width: 100%;
        min-width: 100%;
    }

    body {
        min-width: 100%;
        width: 100%;
    }

    .pc {
        display: none;
    }

    .width1220 {
        width: 100%;
        position: relative;
        z-index: 10;
    }

    .phone {
        display: block;
    }

    header {
        height: 2rem;
        background: #FFFFFF;
        box-shadow: 0px 10px 10px 0px rgba(220, 220, 220, 0.5);
        z-index: 11;
    }

    .top-logo {
        height: 1.06rem;
        top: .53333rem;
        left: .4rem;
        cursor: pointer;
    }

    .topHead {
        display: flex;
        width: .6rem;
        height: 100%;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: .61rem;
    }

    .topHead img {
        height: .426rem;
        vertical-align: middle;
    }

    .topHead .navimg {
        display: block;
    }

    .topHead.open .close {
        display: block;
    }

    .topHead.open .navimg {
        display: none;
    }

    nav {
        display: none;
        width: 100%;
        padding-top: 0;
        position: absolute;
        top: 2rem;
        left: 0;
        flex-wrap: wrap;
        background: #112049;
        box-shadow: 0px .266667rem .266667rem 0px rgba(220, 220, 220, 0.5);
    }

    nav>a,
    nav .history,
    nav>a,
    nav .translate {
        width: 100%;
        height: auto;
        padding: 0 0 .186667rem .4rem;
        margin-right: 0;
        line-height: 1.44rem;
        text-align: left;
        font-size: .4rem;
        border-bottom: .013333rem solid #EDEDED;
    }

    .nav .active {
        border: none;
    }

    .flowAdd {
        display: none;
    }

    nav>a.active,
    nav>a:hover {
        color: #fff;
        border: none;
        background: #41B2FA;
    }

    nav .history ul {
        display: block;
        width: 100%;
        padding: 0 1.06666rem;
        margin-left: 0;
        position: static;
        box-shadow: none;
        text-align: left;
        background: transparent;
    }

    nav .history ul li {
        font-size: .4rem;
        line-height: .826667rem;
    }

    nav .history ul li a {
        color: #999;
    }

    nav .translate {
        padding-bottom: .186667rem;
    }

    nav .translate img {
        display: none;
    }

    nav .translate ul {
        padding: 0;
    }

    nav .translate ul .active {
        display: none;
    }

    nav .translate ul li {
        line-height: 1.44rem;
    }

    .user {
        width: 100%;
        padding: 0 0.4rem;
        display: flex;
        justify-content: space-between;
        line-height: 1.44rem;
        
    }
    .user .loginOut{
        color: #fff;
    }
    .head-des {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin: 0;
        /* padding: 0 .56rem; */
    }

    .top-text {
        width: 8.666667rem;
        position: relative;
        z-index: 2;
        margin: 6rem .266667rem 0;
    }

    .head-des .head-des-bg {
        display: block;
        width: 100%;
        height: 12.3333rem;
        background: url(../img/head-bg-mobile.png) no-repeat center/cover;
    }

    .title-wrap {
        font-size: .48rem;
        line-height: .666667rem;
        position: relative;
        z-index: 10;
    }

    .title-wrap::before,
    .title-wrap::after {
        height: .7867rem;
        width: 1.6133rem;
        background-size: contain;
    }

    .title-wrap::before {
        margin-right: .266667rem;
    }

    .title-wrap::after {
        margin-left: .266667rem;
    }

    .notice {
        padding: 1.333333rem 0;
    }

    .splider {
        margin-top: .533333rem;
    }

    .splider .splider-content {
        border-radius: .013333rem;
    }

    .splider-content ul li {
        padding: .8rem .533333rem 0.88rem;
        font-size: .346667rem;
        line-height: .586667rem;
        color: #333;
        position: relative;
    }

    .splider-content ul li .notice {
        right: .533333rem;
        bottom: 0;
    }

    .splider-content ul li .time {
        right: .533333rem;
        bottom: 0.88rem;
    }

    .circle.page {
        bottom: .4rem;
    }

    .circle span {
        width: .2rem;
        height: .2rem;
    }

    .in-content .content {
        display: block;
        position: relative;
        z-index: 10;
    }

    .in-content .content>div {
        width: 100%;
        padding: .533333rem .853333rem 1.413333rem !important;
        font-size: .346667rem;
        line-height: .586667rem;
    }

    .in-content .content>.introducebg:first-child {
        width: 100%;
        padding: 0;
        position: absolute;
        left: -2.133333rem;
        bottom: .266667rem;
    }

    .match {
        padding: .8rem 1rem;
        margin-top: 0;
    }

    .match .match-bg {
        width: 1.5067rem;
        height: 3.7733rem;
        background: url(../img/mobilematch.png) no-repeat center/contain;
        position: absolute;
        top: 1.88rem;
        right: 0;
        display: none;
    }

    .match-content {
        width: 100%;
        color: #666;
        font-size: .346667rem;
        line-height: .48rem;
    }

    .match-text {
        margin: .533333rem 0 .4rem;
        font-size: .3467rem;
    }

    .match-title {
        margin-bottom: .266667rem;
        font-size: .346667rem;
        line-height: .48rem;
    }

    .match-text2 p{
        font-size: .3467rem;
    }

    .match-text2 p:before {
        line-height: .506667rem;
    }

    .special-wrap {
        width: 100%;
        overflow: hidden;
        box-shadow: 0px 2px 20px 0px rgb(202 202 202 / 50%);
    }

    .special {
        padding: 1.333333rem .4rem;
    }

    .special .swiper-container {
        overflow: hidden;
    }

    .special-list {
        width: 300%;
    }

    .special-list li {
        /* width: 4.48rem; */
        height: auto;
        max-width: 400px;
        width: 100%;
        padding: .24rem .24rem .533333rem;
        box-shadow: none;
    }

    .en .special-list li {
        height: auto;
    }

    .special-list li p {
        margin: .3rem 0 .1rem;
        font-size: .346667rem;
        line-height: .48rem;
    }

    .special-list li .text {
        font-size: .32rem !important;
        line-height: .44rem !important;
        margin-top: .2533rem;
    }

    .plan {
        padding: .8rem .533333rem .733333rem;
    }

    .plan-bg {
        width: 2.88rem;
        height: 2.88rem;
        left: -0.48rem;
        z-index: 0;
        background: url(/img/mobile-plan-bg.png) no-repeat center/cover;
    }

    .plan-list {
        display: block;
        margin-top: 0;
        text-align: center;
    }

    .plan-list li {
        width: 1.533333rem;
        height: 3.2rem;
        margin-top: .72rem;
    }

    .plan-list img {
        width: 100%;
    }

    .plan-list li p:nth-of-type(1) {
        position: absolute;
        width: 4rem;
        top: 2rem;
        left: 50%;
        font-weight: 500;
        margin: 0 0 0 -2rem;
        font-size: .4267rem;
        line-height: .586667rem;
        text-align: center;
    }

    .en .plan-list li:last-child p:nth-of-type(2) {
        bottom: 0;
    }

    .plan-list li p:nth-of-type(2) {
        font-size: .3467rem;
        line-height: .6rem;
    }

    .plan-list .arrow {
        width: 1.8rem;
    }

    .plan-list .arrow {
        background-position: center .48rem;
        background-size: .4rem auto;
    }

    .prize {
        margin-top: 1.333333rem;
    }

    .prize-content {
        display: block;
        margin-top: .533333rem;
        padding: 0 .4rem;
    }

    .prize-in {
        width: 100%;
        padding-top: 0;
        font-size: .346667rem;
        line-height: .586667rem;
    }

    .prize-title {
        margin: .506667rem 0 .266667rem;
        font-size: .346667rem;
        line-height: .48rem;
    }

    .prize-table {
        margin-top: .533333rem;
        width: 9.2rem;
        overflow-x: scroll;
    }

    table tbody td {
        line-height: .5rem;
    }

    table thead tr {
        line-height: .56rem;
        font-size: .213333rem;
    }

    table tr {
        font-size: .213333rem;
    }

    .white-bg {
        font-size: .3rem;
    }

    .judges {
        margin-top: 1.333333rem;
        position: relative;
    }

    .judges1 {
        height: 3.066667rem;
        top: 2.533333rem;
        left: 4.8rem;
        width: 4.8667rem;
    }

    .judges2 {
        height: 2.826667rem;
        left: 0.4rem;
        top: 3.6rem;
        width: 3.2rem;
    }

    .judges3 {
        display: none;
    }

    .itemJ {
        width: 2.8rem;
        height: 5.2rem;
        padding-top: .2rem;
    }

    .counselor {
        width: 3.6rem;
        height: 4.8rem !important;
    }

    .en .judges .right,
    .en .judges .left,
    .en .itemJ {
        height: 6.8rem;
    }

    .en .itemJ {
        height: 5.8rem;
    }

    .en .first-itemJ {
        height: 4.5rem;
    }

    .first-itemJ {
        margin-top: .533333rem;
    }

    .itemJ img {
        height: 1.933333rem;
        width: 1.933333rem;
    }

    .itemJ p {
        padding: 0 .186667rem;
    }

    .itemJ p:nth-of-type(1) {
        margin: .16rem 0 .08rem;
        font-size: 12px;
        line-height: 0.5rem;
        font-weight: 600;
    }

    .itemJ p:nth-of-type(2) {
        font-size: 10px;
        line-height: 0.32rem;
        font-weight: 300;
    }

    .itemJ .panel {
        display: none;
    }

    .judges-wrap {
        margin-top: 0;
        transition: all 0.5s;
        flex-wrap: nowrap;
        justify-content: start;
    }

    .judges .overflow {
        width: calc(100% - 1.333333rem);
    }

    .overflow {
        width: 100%;
        overflow: hidden;
        position: relative;
        margin: .48rem auto;
        padding: 0;
        box-shadow: 0px 2px 20px 0px rgb(202 202 202 / 50%);
    }

    .judges .right,
    .judges .left {
        display: block;
        position: absolute;
        bottom: .0;
        height: 4.2rem;
        width: .666667rem;
        background-size: 50%;
    }

    .judges .right {
        right: 0;
    }

    .judges-wrap .itemJ {
        margin: 0;
    }

    .paiming {
        display: none;
    }

    .rule {
        margin-top: 1.333333rem;
    }

    .rule-content {
        display: block;
    }

    .rulebg {
        display: none;
    }

    .rule-content>div:nth-child(2) {
        padding: .533333rem .4rem 1.333333rem;
    }

    .rule-content p {
        font-size: .346667rem;
        line-height: .586667rem;
    }

    .data {
        padding: .8rem .4rem;
    }

    .data-bg {
        width: 1.9467rem;
        height: 3.7333rem;
        position: absolute;
        right: 0;
        top: 0;
        background: url(../img/mobiledata.png) no-repeat center/cover;
        z-index: 0;
    }

    .data-title1 {
        margin: .506667rem 0 .533333rem;
        font-size: .346667rem;
        line-height: .586667rem;
    }

    .data-title2,
    .data-title1 p {
        font-size: .426667rem;
        line-height: .586667rem;
    }

    .data-content {
        display: block;
    }

    .data-content>div {
        width: 100%;
    }

    .data-content>div:nth-child(1) {
        margin-bottom: 20px;
    }

    .data-list {
        font-size: .346667rem;
        line-height: .586667rem;
    }

    .support {
        padding: 1.333333rem 0 .88rem;
    }

    .support-wrap {
        padding: 0 .4rem;
    }

    .support .s-title {
        margin-top: .8rem;
        font-size: .4rem;
    }

    .dataviz2,
    .dataviz,
    .hanabi {
        height: .96rem;
    }

    .dataviz3 {
        height: 1.2667rem;
    }

    .support-wrap .special2 {
        margin-top: .266667rem;
        font-size: .346667rem;
        line-height: .586667rem;
    }
    .support-wrap .s-desc{
        font-size: .4rem;
    }
    .special2.create{
         top: -.2667rem;
    }
    footer {
        height: 7rem;
        background-size: auto 4rem;
        background-position: -2rem top;
        overflow: hidden;
    }

    footer>img {
        height: 2.4rem;
    }

    .footerW {
        display: block;
        padding-top: .773333rem;
        text-align: center;
        font-size: .32rem;
    }

    .code-wrap,
    .footerL {
        display: none;
    }

    .about {
        margin: 0 0 .56rem;
    }

    .about p:nth-child(1) {
        margin: 0 0 .24rem;
        font-size: .32rem;
        font-weight: normal;
    }

    .about p:not(:first-child) {
        display: inline-block;
        margin: 0 .293333rem;
    }

    .connact {
        margin: 0
    }

    .connact p:nth-child(1) {
        margin: 0 0 .133333rem;
        font-size: .32rem;
        font-weight: normal;
    }

    .copyRight {
        margin-top: .533333rem;
        font-size: .213333rem;
    }

    .footer-l1 {
        top: -6px;
        width: 1.6133rem;
        height: 3.2267rem;
    }
}