.header{
    position: fixed;
    left: 0px;
    top: 30px;
    z-index: 2;
    width: 100%;
    height: 68px;
    background: #001943;
    z-index: 5;
}
.header>div{
    height: 68px;
}
.header img{
    width: 112px;
    height: 45px;
}
.header ul li{
    line-height: 68px;
   margin-left: 40px; 
}
.header ul a{
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    line-height: 20px;
}
.header ul .applyBtn{
    line-height: 40px;
}
.applyBtn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(224deg, #01c6c7 7%, #39bdd4 84%);
    border-radius: 6px;
    text-align: center;
}
.header li.active a {
    color: #33BED3;
    cursor: pointer;
}
.banner{
    position: relative;
    margin-top: 98px;
    height: 360px;
    background: url(../images/awards01/index.png?v=20230718) left top no-repeat;
    background-size: 100% 100%;
}
.banner img{
    position: absolute;
    left: 18.75%;
    top:121px ;
    width:805px ;
    height: 118px;
}
.share{
   position: relative;
   height: 0px;
}
.share>div{
    position: absolute;
    right: 0px;
    top: 30px;
    height: 34px;
    justify-content: flex-end;
}
.partTitle{
    margin-top: 85px;
    margin-bottom: 40px;
    position: relative;
    padding-left:50px ;
    justify-content: flex-start;
}
.partTitle h3{
    font-size: 40px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    line-height: 56px;
}
.partTitle span{
    line-height: 40px;
    font-size: 28px;
    font-family: "PingFang SC", "Arial", "Microsoft YaHei", "Helvetica", "Helvetica Neue", "Tahoma", "sans-serif";
    font-weight: 400;
    text-align: left;
    color: #1b426d;
    margin-left: 16px;
}
.partTitle::before{
    position: absolute;
    left: 0px;
    top: 10px;
    content:"";
    width: 37px;
    height: 47px;
    background: url(../images/awards01/td.png) left top no-repeat;
    background-size: 100% 100%;
}
.partContent1{
    position: relative;
    height: 220px;
    background: rgba(9, 48, 82,0.2);
    border-radius: 10px;
    font-size: 15px;
    font-family: "PingFang SC", "Arial", "Microsoft YaHei", "Helvetica", "Helvetica Neue", "Tahoma", "sans-serif";
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 34px;
    letter-spacing: 1.5px;
}
.partContent1  .mdBtn{
    position: absolute;
    right: 320px;
    bottom: 33px;
    width: 85px;
    height: 28px;
}
.partc1_left{
    flex: 1;
    padding: 0 30px ;
}
.partContent1 img{
    width: 420px;
}
.timeLine{
    width: 100%;
}
.partcontent3 li{
    width: 386px;
    height:520px;
    background: #082d54;
    border-radius: 10px; 
}
.prizeIcon{
    display: block;
    width: 140px;
    height: 122px;
    margin:24px auto ;
}
.prizeName{
    font-size: 18px;
    font-family: "PingFang SC", "Arial", "Microsoft YaHei", "Helvetica", "Helvetica Neue", "Tahoma", "sans-serif";
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    line-height: 25px;
    margin-bottom: 3px;
}
.tmName{
    font-size: 14px;
    font-family: "PingFang SC", "Arial", "Microsoft YaHei", "Helvetica", "Helvetica Neue", "Tahoma", "sans-serif";
    font-weight: 400;
    text-align: center;
    color: #a7b7bf;
    line-height: 13px;
    letter-spacing: 0.7px;
    margin-bottom: 12px;
}
.pItemCenter{
    padding:20px 10px 0 20px;
    height: 210px;
    background: #0a365b; 
    box-sizing: border-box;
}
.pItemCenter dt{
    font-size: 16px;
    font-family: "PingFang SC", "Arial", "Microsoft YaHei", "Helvetica", "Helvetica Neue", "Tahoma", "sans-serif";
    font-weight: 500;
    text-align: left;
    color: #f8f8ff;
    line-height: 22px;
    margin-bottom: 11px;
}
.pItemCenter dd{
    font-size: 12px;
    font-family: "PingFang SC", "Arial", "Microsoft YaHei", "Helvetica", "Helvetica Neue", "Tahoma", "sans-serif";
    font-weight: 400;
    text-align: left;
    color: #f9f9ff;
    line-height: 24px;
}
.tmPrize{
    display: block;
    width: 160px;
    background: linear-gradient(90deg,#f3c99c, #d5a36e);
    border-radius: 20px;
    font-size: 15px;
    font-family: "PingFang SC", "Arial", "Microsoft YaHei", "Helvetica", "Helvetica Neue", "Tahoma", "sans-serif";
    font-weight: 700;
    text-align: center;
    color: #683b09;
    line-height: 40px;
    letter-spacing: 1.5px;
    margin: 20px auto 0;
}
.partContent4{
    height: 300px;
    background: rgba(8, 45, 84,0.5);
    border-radius: 10px;
    padding: 48px 48px 0;
    box-sizing: border-box;
    font-size: 16px;
    font-family: "PingFang SC", "Arial", "Microsoft YaHei", "Helvetica", "Helvetica Neue", "Tahoma", "sans-serif";
    font-weight: 400;
    text-align: left;
    color: #cecece;
    line-height: 34px;
}
.btnGroup{
    margin-top: 40px;
    justify-content: flex-start;
}
.btnGroup a{
    position: relative;
    width: 180px;
    height: 40px;
    border-radius: 20px;
    font-size: 16px;
}
.btnGroup a:first-child{
    position: relative;
    font-size: 16px;
    font-family: "PingFang SC", "Arial", "Microsoft YaHei", "Helvetica", "Helvetica Neue", "Tahoma", "sans-serif";
    font-weight: 700;
    text-align: left;
    padding-left:54px;       
    color: #000000;
    line-height: 40px;
    background: linear-gradient(253deg,#0eafb5 9%, #0097b1 83%);
    box-sizing: border-box;
}
.btnGroup a:first-child::before{
    content:"";
    position: absolute;
    left:31px;
    top: 11px;
    width: 15px;
    height: 17px;
    background:url(../images/awards01/down.png) left top no-repeat ;   
    background-size: 100% 100%;
}
.btnGroup a:first-child:hover{
    background: linear-gradient(253deg,#00bbb5 9%, #00b6d5 83%);
}
.btnGroup a:nth-child(2){
    background: #29455d;
    border-radius: 20px;
    font-size: 16px;
    font-family: "PingFang SC", "Arial", "Microsoft YaHei", "Helvetica", "Helvetica Neue", "Tahoma", "sans-serif";
    font-weight: 500;
    text-align: center;
    color: #abb1b9;
    line-height: 40px;
    margin-left: 20px;
}
.btnGroup a:nth-child(2):hover{
    background: #1a586b;
}
.partContent5{
    padding: 18px 46px;
    background: #082d54;
    border-radius: 10px;
    margin-bottom: 80px;
}
