html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Microsoft YaHei", "宋体", "黑体", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
em,
img,
strong,
sub,
sup,
tt,
dd,
dl,
dt,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
ul,
li,
p,
a,
section {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

input,
select,
textarea {
    vertical-align: middle;
    -ms-behavior: url(css/PIE.htc);
    behavior: url(css/PIE.htc);
    outline: none;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
}

ul li {
    list-style-type: none;
}

a {
    blr: expression(this.onFocus=this.blur());
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

div,
a {
    tap-highlight-color: rgba(0, 0, 0, 0);
    focus-ring-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-focus-ring-color: rgba(0, 0, 0, 0);
}

.show-pc {
    display: block;
}

.show-phone {
    display: none;
}


/* 头部 */

.cup-header {
    width: 100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.cup-header-wrap {
    width: 1200px;
    height: 80px;
    overflow: hidden;
    margin: 0 auto;
}

.cup-header-wrap-logo {
    width: 9%;
    float: left;
    margin-top: 19px;
}

.cup-header-wrap-logo img {
    width: 100%;
}

.cup-header-wrap-nav {
    width: 41%;
    float: right;
    overflow: hidden;
}

.cup-header-wrap-nav li {
    float: left;
    color: #333;
    font-size: 16px;
    padding: 7% 0% 4.3% 0%;
    margin-left: 10.8%;
    cursor: pointer;
}

.cup-header-wrap-nav li:first-child {
    /*margin-left: 35%;*/
    margin-left: 11%;
}

.cup-header-wrap-nav li.active {
    color: #e60012;
    border-bottom: 4px solid #e60012;
}

.cup-header.active {
    position: fixed;
    top: 0;
    bottom: auto;
    opacity: 1;
    z-index: 999;
    border-bottom: 1px solid #ddd;
}

.cup-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}


/* banner */

.cup-bannerbox {
    width: 100%;
    position: relative;
    height: 480px;
    margin: 0 auto;
    background: url(../images/cup-banner.jpg) no-repeat top center;
    background-size: cover;
    overflow: hidden;
}


/* 内容*/

.cup-contbox {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 2%;
    position: relative;
}

#m0.cup-contbox {
    margin-top: 3%;
}

.cup-contbox img {
    width: 100%;
}

.cup-main {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.cup-main img {
    width: 100%;
}

.cup-p0-txtbox {
    width: 66%;
    position: absolute;
    top: 34%;
    left: 31%;
    font-size: 16px;
    color: #333;
    line-height: 1.7em;
}

.cup-p0-txtbox p:last-child {
    margin-top: 0.8%;
}


/* 赛事日程 */

#m1.cup-contbox {
    width: 100%;
    position: relative;
    background: url(../images/cup-p1-bg.png) no-repeat top center;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 3%;
}

.cup-tit {
    width: 100%;
    overflow: hidden;
    margin-top: 0%;
}

.cup-tit1 {
    margin-top: 4%;
}

.cup-tit img {
    width: 100%;
}

.cup-p1-txt {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 2.5%;
}

.cup-p1-img1box {
    width: 78.8%;
    margin: 0 auto;
    margin-top: 3%;
    position: relative;
}

.cup-p1-img1box img {
    width: 100%;
}

.cup-p1-txtbox {
    font-size: 24px;
    color: #333;
    position: absolute;
    top: 46%;
    left: 4%;
    text-align: center;
}

.cup-p1-txtbox2 {
    left: 43.8%;
}

.cup-p1-txtbox3 {
    left: 79%;
}

.cup-p1-txtbox p {
    font-weight: 600;
}

.cup-p1-txtbox p:nth-child(1) {
    margin-bottom: 3%;
    font-weight: normal;
}

.cup-p1-tip {
    width: 41%;
    margin: 0 auto;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    margin-top: 3%;
}

.cup-p1-tip img {
    width: 3.6%;
    float: left;
    margin-right: 2%;
    margin-top: 0.4%;
}


/* 报名条件 */

.cup-itembox {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    /* padding-top:4%; */
    margin-top: 4%;
}

.cup-itembox img {
    width: 100%;
}

.cup-p2-txtbox {
    width: 33%;
    position: absolute;
    top: 19%;
    left: 14%;
    font-size: 16px;
    color: #333;
    line-height: 1.7em;
    text-align: justify;
}

.cup-p2-txtbox2 {
    left: 63%;
}

#m2.cup-contbox .cup-itembox {
    padding-top: 4%;
    margin-top: 0%;
}


/* 赛事介绍 */

#m3.cup-contbox {
    width: 100%;
    position: relative;
    background: url(../images/cup-p3-bg.png) no-repeat top center;
    background-size: cover;
    overflow: hidden;
    /* padding-bottom: 3%; */
}

.cup-p3-contbox {
    width: 96%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 5%;
}

.cup-p3-contbox img {
    width: 100%;
}

.cup-p3-txtbox {
    position: absolute;
    top: 37.5%;
    left: 23%;
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 1.5em;
}

.cup-p3-txtbox p:first-child {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4%;
}

.cup-p3-txtbox2 {
    left: 41%;
    top: 5%;
}

.cup-p3-txtbox3 {
    left: 61%;
}

.cup-p3-txtbox4 {
    left: 23.2%;
    top: 72%;
}

.cup-p3-txtbox5 {
    left: 41%;
    top: 55%;
}

.cup-p3-txtbox6 {
    left: 61%;
    top: 87.5%;
}

.cup-p3-contbox2 {
    padding-top: 3%;
    padding-bottom: 2%;
}

.cup-p3-pbox {
    position: absolute;
    top: 37.5%;
    left: 18.4%;
    color: #333;
    font-size: 18px;
    line-height: 1.4em;
}

.cup-p3-pbox2 {
    left: 66.2%;
}

.cup-p3-pbox p {
    font-weight: 900;
}

.cup-p3-pbox p:nth-child(2n) {
    font-size: 14px;
    font-weight: normal;
}

.cup-p3-pbox p:nth-child(2) {
    margin-bottom: 2%;
}

.cup-p3-contbox3 {
    margin-top: 3%;
    padding-top: 0%;
    padding-bottom: 4%;
}

.cup-p3-ultit {
    position: absolute;
    top: 8%;
    left: 5.2%;
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.cup-p3-ultit2 {
    left: 42.1%;
}

.cup-p3-ul {
    width: 29%;
    position: absolute;
    top: 21%;
    left: 5.2%;
}

.cup-p3-ul li {
    overflow: hidden;
    font-size: 14px;
    color: #333;
    margin-top: 0.5%;
}

.cup-p3-ul li img {
    width: 7px;
    float: left;
    margin-top: 2.2%;
}

.cup-p3-ul li p {
    width: 96%;
    float: right;
    line-height: 1.6em;
}

.cup-p3-ul2 {
    width: 58%;
    top: 20%;
    left: 41.3%;
}

.cup-p3-ul2 li img {
    margin-top: 1.1%;
}

.cup-p3-ul2 li p {
    margin-right: 2%;
}

.cup-p3-slide {
    width: 100%;
    overflow: hidden;
}


/* 奖项设置 */

.cup-p4-giftbox {
    width: 80%;
    position: absolute;
    left: 20%;
    top: 12%;
    overflow: hidden;
    /* display: flex; */
}

.cup-p4-itembox {
    width: 15.8%;
    text-align: center;
    margin-left: 5.5%;
    float: left;
}

.cup-p4-itembox3 {
    width: 25.7%;
}

.cup-p4-img {
    width: 100%;
}

.cup-p4-itembox3 .cup-p4-img {
    width: 61.8%;
    margin: 0 auto;
}

.cup-p4-txt1 {
    font-size: 20px;
    color: #333;
    font-weight: 900;
    margin-top: 18%;
}

.cup-p4-itembox3 .cup-p4-txt1 {
    margin-top: 11%;
}

.cup-p4-txt1 span {
    color: #e60012;
    font-weight: 900;
}

.cup-p4-txt2 {
    font-size: 16px;
    color: #333;
    margin-top: 5%;
}

.cup-p4-itembox3 .cup-p4-txt2 {
    margin-top: 3%;
}

.cup-p4-txt3 {
    font-size: 20px;
    color: #5C8EE6;
    margin-top: 5%;
    font-weight: 600;
}

.cup-p4-itembox3 .cup-p4-txt3 {
    margin-top: 3%;
}

.cup-itembox2 {
    padding-top: 0%;
    margin-top: 1%;
}

.cup-p4-giftbox2 {
    top: 7%;
}

.cup-p4-giftbox2 .cup-p4-itembox {
    width: 25.3%;
}

.cup-p4-giftbox2 .cup-p4-itembox .cup-p4-img {
    width: 60.4%;
    margin: 0 auto;
}

.cup-p4-giftbox2 .cup-p4-itembox .cup-p4-txt1 {
    margin-top: 7%;
}

.cup-p4-giftbox3 {
    top: 54%;
}

.cup-p4-giftbox3 .cup-p4-itembox {
    width: 17%;
}

.cup-p4-giftbox3 .cup-p4-itembox:nth-child(3) {
    width: 18%;
}

.cup-p4-giftbox3 .cup-p4-itembox:nth-child(3) .cup-p4-img {
    width: 92%;
}

.cup-p4-giftbox3 .cup-p4-itembox:nth-child(2) {
    width: 28.7%;
}

.cup-p4-giftbox3 .cup-p4-itembox:nth-child(2) .cup-p4-img {
    margin-top: 20%;
}

.cup-p4-giftbox3 .cup-p4-itembox .cup-p4-txt1 {
    margin-top: 11%;
}

.cup-p4-giftbox3 .cup-p4-itembox:nth-child(2) .cup-p4-txt1 {
    margin-top: 18.8%;
}

.cup-p4-giftbox3 .cup-p4-itembox:nth-child(2) .cup-p4-txt2 {
    margin-top: 3.8%;
}

.cup-p4-giftbox3 .cup-p4-itembox:nth-child(2) .cup-p4-txt3 {
    margin-top: 3%;
}

.cup-p4-giftbox3 .cup-p4-itembox {
    margin-left: 9%;
}

.cup-itembox3 {
    width: 87%;
    margin: 0 auto;
    padding-top: 2%;
}

.cup-p4-ul {
    width: 96%;
    position: absolute;
    top: 32%;
    left: 2%;
    overflow: hidden;
}

.cup-p4-ul li {
    overflow: hidden;
    font-size: 14px;
    color: #333;
    margin-top: 0.5%;
    float: left;
    width: 18.2%;
    margin-left: 3%;
}

.cup-p4-ul li:nth-child(2) {
    width: 30.3%;
}

.cup-p4-ul li:nth-child(3) {
    width: 41%;
}

.cup-p4-ul li img {
    width: 7px;
    float: left;
    margin-top: 2.2%;
}

.cup-p4-ul li p {
    width: 96%;
    float: right;
    line-height: 1.6em;
}

.cup-p4-ul li:first-child p {
    width: 92%;
}

.cup-p4-ul li:first-child img {
    margin-top: 4.5%;
}

.cup-p1-tip2 {
    width: 24%;
    margin-top: 1.5%;
}

.cup-p1-tip2 img {
    width: 5.6%;
    margin-top: 0.9%;
}

#m5.cup-contbox {
    width: 100%;
    position: relative;
    background: url(../images/cup-p5-bg.png) no-repeat top center;
    background-size: cover;
    overflow: hidden;
    /* padding-bottom: 3%; */
}

.cup-p5-txtbox {
    position: absolute;
    top: 18.5%;
    left: 17%;
    width: 100%;
}

.cup-p5-txt1 {
    width: 16%;
    float: left;
    font-weight: 600;
    font-size: 20px;
    color: #333;
    text-align: center;
}

.cup-p5-txt2 {
    float: left;
    font-size: 16px;
    margin-left: 6.5%;
    margin-top: 1%;
}

.cup-p5-txtbox2 {
    top: 57.5%;
}

.cup-p5-txtbox2 .cup-p5-txt2 {
    margin-top: 0%;
}

.cup-itembox5 {
    padding-bottom: 4%;
}


/* 报名 */

.cup-p6-imgbox {
    width: 15%;
    position: absolute;
    top: 12.5%;
    left: 33.6%;
}

.cup-p6-imgbox2 {
    position: absolute;
    top: 39%;
    left: 51.5%;
    font-size: 20px;
    color: #333;
    text-align: center;
}

.cup-p6-imgbox2 p:first-child {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 2%;
}

.cup-p7-imgbox {
    width: 48%;
    position: absolute;
    top: 22.4%;
    left: 3.7%;
    font-size: 18px;
    color: #333333;
}

.cup-p7-imgbox0 {
    top: 59%;
}

.cup-p7-imgbox img {
    width: 100%;
}

.cup-p7-imgbox2 {
    width: 38.8%;
    position: absolute;
    top: 27.7%;
    left: 6.6%;
    font-size: 18px;
    color: #333;
}

.cup-p7-name {
    position: absolute;
    left: 9%;
    top: 16%;
}

.cup-p7-tel {
    position: absolute;
    top: 16%;
    left: 31.5%;
}

.cup-p7-email {
    position: absolute;
    top: 16%;
    left: 66%;
}

.cup-p7-email a {
    color: #333;
}

.cup-p7-imgbox3 {
    position: absolute;
    left: 58.9%;
    top: 28.7%;
    font-size: 18px;
    color: #333;
}

.cup-p7-imgbox4 {
    width: 18.5%;
    position: absolute;
    left: 65.4%;
    top: 49.8%;
    cursor: pointer;
}

.cup-itembox4 {
    width: 50.3%;
    margin: 5% auto;
}

.cup-p7-imgbox4 img,
.cup-itembox4 img {
    width: 100%;
}

.bottom {
    width: 100%;
    height: 60px;
    background-color: #4d4d4d;
    text-align: center;
    font-size: 12px;
    line-height: 60px;
    color: #e5e5e5;
}

.bottom img {
    vertical-align: middle;
    display: inline-block;
    padding-left: 1%;
    padding-right: 0.5%;
}
.dagang-btn {
    width: 50%;
    margin: 3% auto;
    position: relative;
}
.dagang-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.dagang-img1 {
    width: 6.2%;
    margin-left: 20%;
    float: left;
    margin-top: 1.7%;
}
.dagang-txt {
    width: 50.1%;
    font-size: 20px;
    color: #000;
    text-align: center;
    float: left;
    margin-top: 2.5%;
}
.dagang-img2 {
    width: 4%;
    float: left;
    margin-top: 3%;
}
.dagang-btn:hover .dagang-txt {
    color:#e60012;
}
.dagang-bottom {
    position:fixed;
    bottom:0;
}
/*成绩页面*/
.chengji-btn{
    margin-top:-2%;
}
.dagang-imgz1{
    margin-left: 12%;
}
.dagang-txtz1{
    width: 80.1%;
    margin-left: 2%;
    margin-right: 2%;
}
.dagang-imgz1{
    margin-left:3% !important;
  
   
}
.dagang-img2z1{


}
@media(max-width:1200px) {
    .cup-main {
        width: 960px;
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }
    .cup-header-wrap {
        width: 960px;
        height: 80px;
        overflow: hidden;
        margin: 0 auto;
    }
    .bm-tit1 {
        width: 29.6%;
    }
    .bm-tit3 {
        width: 26.7%;
    }
    .cup-header-wrap-logo {
        margin-top: 26px;
    }
    .cup-header-wrap-nav li {
        padding: 5% 0% 4.3% 0%;
        margin-left: 11.8%;
    }
    .cup-header-wrap-nav {
        width: 60%;
    }
    .cup-p0-txtbox {
        width: 70%;
        top: 32%;
        left: 29%;
        font-size: 14px;
        line-height: 1.4em;
    }
    .cup-p1-txtbox {
        left: 2%;
    }
    .cup-p1-txtbox2 {
        left: 42%;
    }
    .cup-p1-txtbox3 {
        left: 77.5%;
    }
    .cup-p2-txtbox {
        font-size: 14px;
    }
    .cup-p3-txtbox2 {
        left: 39%;
        top: 2%;
    }
    .cup-p3-txtbox5 {
        left: 39%;
        top: 52%;
    }
    .cup-p3-txtbox4 {
        left: 20.2%;
        top: 72%;
    }
    .cup-p3-pbox {
        top: 37.5%;
        left: 16.4%;
        font-size: 14px;
    }
    .cup-p3-pbox2 {
        left: 64.2%;
    }
    .cup-p3-ul li {
        font-size: 11.5px;
    }
    .cup-p4-txt2 {
        font-size: 12px;
    }
    .cup-p4-txt1 {
        font-size: 16px;
    }
    .cup-p5-txt1 {
        font-size: 16px;
    }
    .cup-p5-txt2 {
        t;
        font-size: 13px;
    }
}

@media(max-width:768px) {
    .show-pc {
        display: none;
    }
    .show-phone {
        display: block;
    }
    .cup-main {
        width: 93.5%;
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }
    .cup-header.active {
        position: fixed;
        top: 0;
        bottom: auto;
        opacity: 1;
        z-index: 999;
        border-bottom: 1px solid #ddd;
    }
    .cup-bannerbox {
        height: auto;
        background: none;
    }
    .cup-header-wrap {
        width: 93%;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
    }
    .cup-header-wrap-logo {
        width: 16.8%;
        float: left;
        padding: 3% 0;
        margin-top: 0%;
    }
    .cup-header-menu-w {
        width: 100%;
        position: fixed;
        top: 7%;
        right: 0;
        z-index: 3;
        display: none;
        border-bottom: 1px solid #ddd;
        z-index: 11;
        background-color: #fff;
    }
    .cup-header-menu-w li {
        border-top: 1px solid #ddd;
    }
    .cup-header-menu-list {
        font-size: 3.6vw;
        width: 100%;
        padding: 2% 5%;
        background-color: #fff;
    }
    .cup-header-menu-list a {
        color: #333333;
    }
    .cup-header-menu-list.active a {
        color: #e60012;
    }
    .cup-menu-btn {
        width: 5.5%;
        position: absolute;
        top: 28%;
        right: 5%;
    }
    .cup-menu-btn img {
        width: 100%;
    }
    .cup-bannerbox img {
        width: 100%;
    }
    .cup-p0-txtbox {
        width: 89%;
        position: absolute;
        top: 11%;
        left: 5.5%;
        font-size: 3.2vw;
        line-height: 1.7em;
        text-align: justify;
    }
    #m1.cup-contbox {
        background: none;
        margin-top: 5%;
        padding-bottom: 0%;
    }
    .cup-tit1 {
        margin-top: 5%;
    }
    .cup-p1-txt {
        font-size: 3.47vw;
        text-align: center;
        margin-top: 4%;
    }
    .cup-p1-txtbox {
        font-size: 3.73vw;
        top: 2.5%;
        left: 27%;
    }
    .cup-p1-txtbox2 {
        top: 41%;
    }
    .cup-p1-txtbox3 {
        top: 79%;
    }
    .cup-p1-txtbox p span {
        font-weight: normal;
    }
    .cup-p1-img1box {
        margin-top: 5%;
    }
    .cup-p1-tip {
        width: 100%;
        ;
        font-size: 2.67vw;
    }
    .cup-main1 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .cup-p2-txtbox {
        width: 70%;
        top: 4.5%;
        left: 23%;
        font-size: 3.2vw;
    }
    .cup-p2-txtbox2 {
        top: 56.5%;
    }
    #m3.cup-contbox {
        background: none;
        margin-top: 5%;
    }
    .cup-p1-tip1 {
        width: 81%;
    }
    .cup-p1-tip1 img {
        width: 4.2%;
    }
    .cup-p4-giftbox {
        width: 100%;
        position: absolute;
        left: 0%;
        top: 15%;
        overflow: hidden;
    }
    .cup-p4-itembox {
        width: 27.3%;
        text-align: center;
        margin-left: 16%;
    }
    .cup-p4-txt1 {
        font-size: 3.2vw;
        margin-top: 8%;
    }
    .cup-p4-txt2 {
        font-size: 2.67vw;
        color: #333;
        margin-top: 5%;
    }
    .cup-p4-txt3 {
        font-size: 3.2vw;
        color: #5C8EE6;
        margin-top: 5%;
    }
    .cup-p4-itembox3 {
        width: 44%;
        margin-left: 10%;
        margin-top: 5%;
    }
    .cup-p4-itembox3 .cup-p4-img {
        width: 60%;
    }
    .cup-p4-itembox3 .cup-p4-txt1 {
        margin-top: 8%;
    }
    .cup-p4-itembox4 {
        margin-left: 6%;
        margin-top: 5%;
    }
    .cup-p4-giftbox3 {
        top: 61%;
    }
    .cup-p4-giftbox2 .cup-p4-itembox {
        width: 29.3%;
        margin-left: 3%;
    }
    .cup-p4-giftbox2 .cup-p4-itembox .cup-p4-img {
        width: 85%;
    }
    .cup-p4-giftbox2 {
        top: 18%;
    }
    .cup-p4-giftbox3 .cup-p4-itembox {
        width: 27%;
        margin-left: 4%;
    }
    .cup-p4-giftbox3 .cup-p4-itembox:nth-child(3) {
        width: 29%;
        margin-left: 0%;
    }
    .cup-p4-giftbox3 .cup-p4-itembox:nth-child(3) .cup-p4-img {
        width: 92%;
    }
    .cup-p4-giftbox3 .cup-p4-itembox:nth-child(2) {
        width: 37.7%;
        margin-left: 0%;
    }
    .cup-p4-giftbox3 .cup-p4-itembox:nth-child(2) .cup-p4-img {
        margin-top: 22%;
    }
    .cup-p4-giftbox3 .cup-p4-itembox:nth-child(2) .cup-p4-txt1 {
        margin-top: 30.8%;
    }
    .cup-itembox3 {
        width: 100%;
        margin: 0 auto;
        padding-top: 0%;
        margin-top: 5%;
    }
    .cup-p4-ul {
        width: 96%;
        position: absolute;
        top: 10%;
        left: 2%;
        overflow: hidden;
    }
    .cup-p4-ul li {
        overflow: hidden;
        font-size: 2.67vw;
        color: #333;
        margin-top: 0.5%;
        float: none;
        width: 50%;
        margin-left: 3%;
    }
    .cup-p4-ul li:nth-child(2) {
        width: 94%;
    }
    .cup-p4-ul li:nth-child(3) {
        width: 94%;
    }
    .cup-p4-ul li img {
        width: 1.6%;
        float: left;
        margin-top: 1.5%;
    }
    .cup-p4-ul li:first-child img {
        margin-top: 3.5%;
        width: 3.2%;
    }
    .cup-p1-tip2 {
        width: 59%;
        margin-top: 1.5%;
    }
    #m5.cup-contbox {
        background: none;
        margin-top: 5%;
    }
    .cup-p5-txtbox {
        top: 14.5%;
        left: 31%;
    }
    .cup-p5-txtbox2 {
        top: 56%;
        left: 31%;
    }
    .cup-p5-txt1 {
        width: 62%;
        float: none;
        font-weight: 600;
        font-size: 3.47vw;
        color: #333;
        text-align: left;
    }
    .cup-p5-txt2 {
        float: none;
        font-size: 2.67vw;
        margin-left: 0%;
        margin-top: 1%;
    }
    .cup-p5-txtbox2 .cup-p5-txt2 {
        margin-top: 1.5%;
    }
    .cup-p6-imgbox {
        width: 33.2%;
        position: absolute;
        top: 11.1%;
        left: 12.3%;
    }
    .cup-p6-imgbox2 {
        position: absolute;
        top: 39%;
        left: 51.5%;
        font-size: 3.47vw;
        color: #333;
        text-align: center;
    }
    .cup-p6-imgbox2 p:first-child {
        font-size: 4.27vw;
        margin-bottom: 2%;
    }
    .cup-p7-imgbox {
        width: 75%;
        position: absolute;
        top: 11.3%;
        left: 20%;
    }
    .cup-p7-imgbox2 {
        width: 100%;
        top: 0%;
        left: 0%;
        font-size: 3.47vw;
    }
    .cup-p7-imgbox0 {
        top: 38%;
    }
    .cup-p7-name {
        left: 13%;
        top: 3%;
    }
    .cup-p7-tel {
        top: 3%;
        left: 47%;
    }
    .cup-p7-email {
        left: 13%;
        top: 60%;
    }
    .cup-p7-imgbox3 {
        left: 13.9%;
        top: 69.7%;
        font-size: 3.2vw;
    }
    .cup-p7-imgbox4 {
        width: 40.8%;
        left: 29.6%;
        top: 79.8%;
    }
    .cup-contbox {
        margin-top: 5%;
    }
    #m0.cup-contbox {
        margin-top: 5%;
    }
    .cup-itembox4 {
        width: 100%;
        margin: 5% auto;
    }
    .cup-p3-slide {
        position: relative;
        overflow: auto;
    }
    .cup-p3-contslide {
        width: 218%;
        margin-top: 2%;
    }
    .cup-p3-txtbox {
        position: absolute;
        top: 35.5%;
        left: 23%;
        text-align: center;
        color: #333;
        font-size: 2.4vw;
    }
    .cup-p3-txtbox p:first-child {
        font-size: 3.2vw;
        margin-bottom: 4%;
        font-weight: 900;
    }
    .cup-p3-txtbox2 {
        top: 3%;
        left: 41%;
    }
    .cup-p3-txtbox3 {
        left: 61.5%;
    }
    .cup-p3-txtbox4 {
        top: 72%;
    }
    .cup-p3-txtbox5 {
        left: 41%;
        top: 53%;
    }
    .cup-p3-txtbox6 {
        left: 61.5%;
        top: 87.5%;
    }
    .cup-p3-tip {
        text-align: center;
    }
    .cup-p3-pbox {
        position: absolute;
        top: 13.5%;
        left: 23.4%;
        color: #333;
        font-size: 3.2vw;
        line-height: 1.4em;
    }
    .cup-p3-pbox2 {
        top: 66.5%;
        font-size: 3.2vw;
    }
    .cup-p3-pbox p:nth-child(2n) {
        font-size: 2.68vw;
    }
    .cup-p3-contbox2 {
        width: 100%;
        overflow: visible;
        margin-top: 5%;
        margin-bottom: 14%;
    }
    .cup-p3-ultit {
        top: 3.5%;
        left: 8.2%;
        font-size: 2.93vw;
    }
    .cup-p3-ultit2 {
        top: 42%;
    }
    .cup-p3-ul {
        width: 91%;
        position: absolute;
        top: 9.5%;
        left: 6.2%;
    }
    .cup-p3-ul2 {
        top: 47%;
    }
    .cup-p3-ul li {
        font-size: 2.67vw;
        margin-top: 0.5%;
    }
    .cup-p3-ul li p {
        width: 95%;
    }
    .cup-p3-ul li img {
        width: 1.8%;
        float: left;
        margin-top: 1.5%;
    }
    .cup-p3-ul2 li p {
        margin-right: 1%;
    }
    .cup-p1-txtbox p {
        margin-top: 8%;
    }
    /* 报名 */
    .bm-icon1 {
        width: 8%;
        position: absolute;
        top: 16.6%;
        left: 11.2%;
    }
    .bm-tit1 {
        width: 16.1%;
        font-size: 4vw;
        top: 59.9%;
        left: 9.1%;
    }
    .bm-tit2 {
        width: 57%;
        left: 39.7%;
        top: 18.7%;
    }
    .bm-tit3 {
        width: 57%;
        left: 39.7%;
        top: 58.5%;
    }
    .bm-icon2 {
        left: 30.9%;
        width: 7%;
        top: 16.6%;
    }
    .bm-icon3 {
        left: 30.9%;
        top: 59.9%;
        width: 6%;
    }
    .bm-bg-line {
        width: 62%;
        position: absolute;
        top: 44.8%;
        left: 30.9%;
    }
    .bm-bg-line1 {
        width: 14%;
        position: absolute;
        top: 52%;
        left: 8.8%;
    }
    .bm-box {
        margin-bottom: 5%;
    }
    .bottom {
        padding: 2.5% 0;
        height: auto;
        line-height: 1.75em;
        font-size: 3vw;
    }
    .bottom span {
        display: block;
    }
    .main {
        width: 93%;
    }
     /*大纲*/
    .dagang-title {
        font-size:5.2vw;
    }
    .dagang-btn {
        width:100%;
    }
    .dagang-img1 {
        margin-left:15%;
    }
    .dagang-txt {
        width:60%;
        font-size:3.2vw;
    }
    .dagang-txtz1{
        width: 66% !important;
    }
    .dagang-img1z1{
        margin-left: 12% !important;
        margin-top: 3.7%;
       
    }
    .dagang-img2z1{
    
        margin-top: 5%;
    }
}

.cup-header-wrap-nav li a {
    color: #333;
    width: 100%;
    height: 100%;
    display: block;
}



/*赛场安排*/
.sc2021-box1 .dagang-img1 {
    margin-left: 16%;
}
.sc2021-box1 .dagang-txt {
    width:58.1%;
}