@charset "utf-8";

body,
html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    background-image: url(../images/2023/bg.png);
    -webkit-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

input::input-placeholder,
textarea::input-placeholder {
    color: #363635;
    font-size: 18px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #363635;
    font-size: 18px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #363635;
    font-size: 18px;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #363635;
    font-size: 18px;
}

.wrap {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.content {
    /*width: 1000px;
    height: 100%;
    margin: 0 auto;*/
    position: relative;
    width: 100%;
    height: 100%;
}

.content-box {
/*    padding: 220px 0 50px 0;*/
    position: relative;
/*    margin-left: 80px;*/
    width: 1000px;
    margin: 0 auto;
}

.content-nav {
    width: 201px;
    position: absolute;
    top: 324px;
    left: -240px;
}

.content-nav li {
    height: 74px;
    font-size: 0;
    color: #ffffff;
}

.content-nav li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff;
}

.content-nav li+li {
    margin-top: 30px;
}

.content-nav li.zpsc {
    background-image: url(../images/new/t30.png);
    background-repeat: no-repeat;
}

.content-nav li.zpsc.on {
    background-image: url(../images/new/t30-1.png);
    background-repeat: no-repeat;
}

.content-nav li.ckzp {
    background-image: url(../images/new/t31.png);
    background-repeat: no-repeat;
}

.content-nav li.ckzp.on {
    background-image: url(../images/new/t31-1.png);
    background-repeat: no-repeat;
}

.content-nav li.dsxq {
    background-image: url(../images/new/t32.png);
    background-repeat: no-repeat;
}

.content-nav li.dsxq.on {
    background-image: url(../images/new/t32-1.png);
    background-repeat: no-repeat;
}

.content-zpsc {
    width: 1000px;
}

.logo {
    width: 184px;
    padding: 20px 0 0 20px;
    /*height: 61px;
    position: absolute;
    top: 129px;
    left: -182px;
    overflow: hidden;*/
}

.logo img {
    width: 100%;
}

.page {
    width: 400px;
    padding: 20px 0 0 20px;
}
.page img {
    width: 100%;
}
.content-table {
    background-color: #ffffff;
    border-top: 1px solid #9a7c1c;
    border-left: 1px solid #9a7c1c;
}

.content-table-50 {
    width: 50%;
    height: 60px;
    float: left;
}

.content-table-50-xs {
    width: 100%;
}

.content-table-50 .content-table-title {
    width: 164px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid #9a7c1c;
    border-right: 1px solid #9a7c1c;
    float: left;
}

.content-table-50 .content-table-input {
    width: 332px;
    height: 60px;
    float: right;
    border-bottom: 1px solid #9a7c1c;
    border-right: 1px solid #9a7c1c;
    /* overflow: hidden; */
}

.content-table-50-xs .content-table-input {
    width: 832px;
}

.content-table-50 .content-table-input input {
    width: 293px;
    padding: 20px;
    font-size: 18px;
    color: #9a7c1c;
}

.content-table-50-xs .content-table-input input {
    width: 793px;
}

.content-table-input .layui-form-item {
    line-height: 60px;
    text-align: center;
    margin-left: 10px;
}

.layui-form-item .layui-form-radio {
    padding-right: 0;
}

.layui-form-item .layui-form-radio>i {
    color: #64e8ff;
}

.layui-form-radio * {
    color: #FFF;
    font-size: 16px;
}
.layui-form-radio>i{
    margin-right: 4px;
    font-size: 16px;
}
.layui-form-radio:hover *,
.layui-form-radioed,
.layui-form-radioed>i {
    color: #FFF;
}

.content-table-100 .content-table-title {
    width: 164px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    border-bottom: 1px solid #9a7c1c;
    border-right: 1px solid #9a7c1c;
    float: left;
}

.content-table-100 .content-table-input {
    width: 832px;
    height: 160px;
    float: right;
    border-bottom: 1px solid #9a7c1c;
    border-right: 1px solid #9a7c1c;
    position: relative;
    overflow: hidden;
}

.content-table-100 .content-table-input .content-table-num {
    font-size: 16px;
    color: #363635;
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.content-table-100 .content-table-input textarea {
    width: 793px;
    height: 119px;
    padding: 20px;
    font-size: 18px;
    color: #9a7c1c;
    outline: none;
    border: none;
    resize: none;
    margin-top: 1px;
}

.content-table-100 .content-table-input textarea::-webkit-scrollbar,
.content-dsxq::-webkit-scrollbar {
    width: 16px;
    height: 16px;
}

.content-table-100 .content-table-input textarea::-webkit-scrollbar-track,
.content-dsxq::-webkit-scrollbar-track {
    width: 16px;
    background-color: none;
    border-left: none;
}

.content-table-100 .content-table-input textarea::-webkit-scrollbar-thumb,
.content-dsxq::-webkit-scrollbar-thumb {
    background-color: #64e8ff;
    background-clip: padding-box;
    min-height: 28px;
}

.content-table-100 .content-table-input textarea::-webkit-scrollbar-thumb:hover,
.content-dsxq::-webkit-scrollbar-thumb:hover {
    background-color: #9a7c1c;
}

.content-table-up {
    line-height: 160px;
}

.content-table-up img {
    margin-left: 80px;
    cursor: pointer;
}


.content-list {
    padding: 20px 0 0 20px;
}

.content-list li {
    float: left;
    position: relative;
}

.content-list-pic {
    width: 380px;
    height: 210px;
    line-height: 120px;
    float: left;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    align-items: center;
/*    border: 1px solid #9a7c1c;*/
    overflow: hidden;
}

.content-list-pic img {
    width: 225px;
    height: auto;
    cursor: pointer;
    object-fit: contain;
}

.content-list-pic video {
    width: 225px;
    height: 120px;
    background-color: #000000;
}

.content-list-pic audio {
    width: 225px;
}

.content-list-intro {
    margin: 40px 0 0 30px;
    float: left;
}

.content-list-intro img {
    width: 119px !important;
    cursor: pointer;
}

.content-list-intro p {
    font-size: 16px;
    color: #363635;
}

.content-list-intro p:first-child {
    height: 41px;
}

.content-table-lbts {
    width: 314px;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #9a7c1c;
    font-size: 16px;
    color: #363635;
    position: absolute;
    top: -130px;
    right: -1px;
    display: none;
}

#secType {
    position: relative;
}

#secType:hover .content-table-lbts {
    display: block;
}

.layui-layer-content {
    text-align: center;
}

.content-dsxq {
    width: 1000px;
    height: 578px;
    border: 1px solid #64e8ff;
    background-color: #021f7b;;
    overflow-x: hidden;
    overflow-y: auto;
}

.content-dsxq-inner {
    padding: 20px;
    line-height: 34px;
    font-size: 16px;
    color: #FFF;
}
.content-dsxq-inner p{
    margin: 0;
}
.content-dsxq-inner p a{
    color: #64e8ff;
    text-decoration: underline;
}

.content-dsxq-inner p.bt {
    margin-top: 10px;
}

.content-ckzp {
    width: 1000px;
}

.content-ckzp .content-table {
    height: 577px;
    border-bottom: 1px solid #9a7c1c;
    border-right: 1px solid #9a7c1c;
}

.content-table-w184 {
    text-align: center;
    width: 184px;
    float: left;
    border-bottom: 1px solid #9a7c1c;
    border-left: 1px solid #9a7c1c;
}

.content-table-w91 {
    text-align: center;
    width: 91px;
    float: left;
    border-bottom: 1px solid #9a7c1c;
    border-left: 1px solid #9a7c1c;
}

.content-table-w161 {
    text-align: center;
    width: 161px;
    float: left;
    border-bottom: 1px solid #9a7c1c;
    border-left: 1px solid #9a7c1c;
}

.content-table-w118 {
    text-align: center;
    width: 138px;
    float: left;
    border-bottom: 1px solid #9a7c1c;
    border-left: 1px solid #9a7c1c;
}

.content-table-w331 {
    text-align: center;
    width: 311px;
    float: left;
    border-bottom: 1px solid #9a7c1c;
    border-left: 1px solid #9a7c1c;
}

.content-table-w108 {
    text-align: center;
    width: 112px;
    float: left;
    border-bottom: 1px solid #9a7c1c;
    border-left: 1px solid #9a7c1c;
}
.content-table-w244 {
    text-align: center;
    width: 243px;
    float: left;
    border-bottom: 1px solid #9a7c1c;
    border-left: 1px solid #9a7c1c;
}
.content-table-w388 {
    text-align: center;
    width: 388px;
    float: left;
    border-bottom: 1px solid #9a7c1c;
    border-left: 1px solid #9a7c1c;
}

.content-table-list li .content-table-w184 {
    border-left: none;
}

.content-table-list li:first-child .content-table-h60 {
    border-top: none;
}

.content-table-h60 {
    height: 60px;
    line-height: 60px;
}

.content-table-h60 img {
    height: 18px;
}

.content-table-h100 {
    height: 172px;
}

.content-table-h100 p {
    display: block;
    height: 144px;
    margin: 10px;
    font-size: 18px;
    color: #9a7c1c;
}

.content-table-3 p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.content-table-scoll {
    overflow-x: hidden;
    overflow-y: auto;
}

.content-table-scoll::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.content-table-scoll::-webkit-scrollbar-track {
    width: 10px;
    background-color: #f1f1f1;
    border-left: 1px solid #9a7c1c;
}

.content-table-scoll::-webkit-scrollbar-thumb {
    background-color: #9a7c1c;
    background-clip: padding-box;
    min-height: 28px;
}

.content-table-scoll::-webkit-scrollbar-thumb:hover {
    background-color: #9a7c1c;
}

.content-table-xg a {
    display: inline-block;
    width: 64px;
    height: 27px;
    margin-top: 74px;
    background-image: url(../images/new/t29.png);
    background-repeat: no-repeat;
    font-size: 0;
    color: #ffffff;
}

.loading-num {
    font-size: 16px;
    color: #9a7c1c;
    padding-top: 29px;
    text-align: center;
}

.pagination {
    text-align: center;
    display: inherit;
    margin-top: 15px;
}

.pagination li.page-item {
    display: inline-block;
}

.pagination li.page-item+li.page-item {
    margin-left: 10px;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 8px;
}

.page-link {
    border: none;
    font-size: 16px;
    color: #64e8ff;
    padding: 0;
    border-radius: 8px;
    background-color: inherit;
    width: 30px;
    height: 26px;
    line-height: 26px;
    outline: 0;
}

.page-item.disabled .page-link {
    color: #64e8ff85;
    background-color: inherit;
}
.page-item:first-child .page-link{
    background-image: url(../images/2023/page-left.png);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0;
    padding: 0;
    width: 16px;
    height: 26px;
    color: transparent;
    background-position: center;
}
.page-item:last-child .page-link{
    background-image: url(../images/2023/page-right.png);
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0;
    padding: 0;
    width: 16px;
    height: 26px;
    color: transparent;
    background-position: center;
}
.page-item.active .page-link {
    background-color: transparent;
    color: #012a95;
    background-image: url(../images/2023/pagebg.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

a.page-link:hover {
    color: #64e8ff;
    background-color: transparent;
}
.contentNew{
    width: 700px;
    margin: 0 auto;
}

.contentNew .tab ul{
    overflow: hidden;
}
.contentNew .tab li {
    width: 138px;
    height: 44px;
    font-size: 0;
    color: #ffffff;
    float: left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.contentNew .tab li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff;
}

.contentNew .tab li+li {
    margin-left: 20px;
}

.contentNew .tab li.upload {
    background-image: url(../images/2023/btn-upload.png?v=2);
}

.contentNew .tab li.upload.on {
    background-image: url(../images/2023/btn-upload-on.png);
}

.contentNew .tab li.show {
    background-image: url(../images/2023/btn-show.png);
}

.contentNew .tab li.show.on {
    background-image: url(../images/2023/btn-show-on.png);
}
.contentNew .form{
    padding-top: 20px;
}
.contentNew .login-form-input{
    width: 600px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.contentNew .login-form-input .layui-form-item{
    margin-bottom: 0;
}
.contentNew .uploadBox{
    width: 380px;
    height: 210px;
    background-color: #FFF;
    position: relative;
    margin: 0 auto;
}
.contentNew .uploadBox img#Uploadagain{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    margin: auto;
}
.contentNew .login-form-left {
    width: 68px;
    float: left;
}
.contentNew .login-form-left img{
    width: 100%;
    padding-top: 8px;
}
.contentNew .login-form-right{
    float: left;
    padding-left: 14px;
}
.contentNew .login-form-right input{
    width: 430px;
    height: 34px;
    float: right;
    background-image: url(../images/2023/from-inputbg.png);
    background-repeat: no-repeat;
    position: relative;
    background-size: 100% 100%;
    padding: 0 10px;
}
.contentNew .login-form-right input::placeholder{
    color: #CCC;
    font-size: 12px;
}
.contentNew .formtips{
    width: 400px;
}
.contentNew  .content-submit {
    width: 104px;
    height: 42px;
    margin: 0 auto;
    margin-top: 20px;
    background-image: url(../images/2023/from-submit.png);
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 100%;
}
.workList{
/*    padding-top: 20px;*/
}
.workList li{
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 2px solid #64e8ff;
    padding-top: 20px;
}
.workList li .num{
    float: left;
    width: 30px;
    height: 26px;
    background-image: url(../images/2023/numbg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    color: #FFF;
    text-align: center;
    line-height: 26px;
    margin-top: 66px;
}
.workList li:last-child{
    border-bottom: none;
}
.workList li .num span{
    color: #fff;
    font-size: 16px;
}
.workList li .pic{
    float: left;
    margin-left: 30px;
    margin-right: 20px;
}
.workList li .pic img,
.workList li .pic video{
    width: 270px;
    height: 170px;
    border: 1px solid #64e8ff;
}
/**/
.workList li .text{
    width: 300px;
    float: left;
}
.workList li .text p{
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
}

.controlBoxPc{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.controlBoxPc .btn_pic,
.controlBoxPc .btn_video{
    width: 100px;
    height: 32px;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.controlBoxPc .btn_pic{
    background-image: url('../images/2023/btn_pic.png');
}
.controlBoxPc .btn_video{
    background-image: url('../images/2023/btn_video.png');
}
.controlBoxPc .btn_pic.on{
    background-image: url('../images/2023/btn_pic_on.png');
}
.controlBoxPc .btn_video.on{
    background-image: url('../images/2023/btn_video_on.png');
}
.controlBoxPc .searchBox{
    width:240px;
    height: 30px;
    position: relative;
    display: inline-block;
    float: right;
    margin-right: 8px;
}
.controlBoxPc .searchBox input{    
    position: absolute;
    top: 0;
    left: 0;
    width: 244px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 20px;
    background-image: url(../images/2023/search_inputbg.png);
    background-size: 100%;
    font-size: 14px;
}
.controlBoxPc .searchBox input::placeholder {   
    color: #ccc;
    font-size: 14px;
}
.controlBoxPc .searchBox .icon-search{
    width: 24px;
    height: 20px;
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../images/2023/icon-search.png);
    background-size: 100%;
    border: none;
}
.controlBoxPc .worksListArea{
    width: 1000px;
    height: auto;
    margin-top: 30px;
}
.controlBoxPc .worksListArea .listul{
    width: auto;
    overflow: hidden;
}
.controlBoxPc .worksListArea .listul li{
    width: 210px;
    height: 270px;
    border: 2px solid #6ac0ce;
    border-radius: 20px;
    margin-right: 20px;
    text-align: center;
    float: left;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #012a95;
}
.controlBoxPc .worksListArea .listul li:nth-child(4n){
    margin-right: 0;
}
.controlBoxPc .worksListArea .listul li .cover{
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.controlBoxPc .worksListArea .listul li p{
    font-size: 14px;
    color: #fff;
}
.controlBoxPc .worksListArea .listul li p.title{
    padding-top: 10px;
    margin: 0;
}
.controlBoxPc .worksListArea .listul li p.num{
    text-align: left;
    padding-top: 10px;
    margin: 0;
}
.controlBoxPc .worksListArea .listul li p.sum{
    text-align: left;
    margin: 0;
}
.controlBoxPc .worksListArea .listul li .btn-voting{
    width: 100px;
    height: auto;
    margin: 10px auto 0 auto;
}
.voteBox{
    width: 600px;
    margin: 0 auto;
}
.voteBox .coverBox{
    width: 600px;
    height: 360px;
    margin: 0 auto;
    border: 2px solid #64e8ff;
    border-radius: 10px;
    padding: 10px;
}
.voteBox .coverBox img,
.voteBox .coverBox video{
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}
.voteBox .infoBox{
    width: 100%;
}
.voteBox .infoBox li{
    color: #fff;
    font-size: 14px;
}
.voteBox .infoBox li:nth-child(1){
    padding-top: 10px;
}
.voteBox .infoBox li:nth-child(4){
    padding-top: 20px;
}
.voteBox .toMobile {
    position: relative;
    width: 320px;
    margin: 0 auto;
}
.voteBox .toMobile img.qrcode,
.voteBox .toMobile svg{
    position: absolute;
    top: 21px;
    left: 32px;
    width: 100px;
    height: 100px;
    z-index: 2;
    object-fit: cover;
}
.voteBox .toMobile img.bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 142px;
    z-index: 1;
}
.pageul{
    width: 400px;
    height: 26px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}
.pagination-btn{
    border: none;
    font-size: 16px;
    color: #64e8ff;
    padding: 0;
    border-radius: 8px;
    background-color: inherit;
    width: 30px;
    height: 26px;
    line-height: 26px;
    outline: 0;
    text-align: center;
    float: left;
    cursor: pointer;
}
.pagination-current{
    color: #012a95;
    background-image: url(../images/2023/pagebg.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.pagination-wrap{
    float: left;
    width: auto;
    overflow: hidden;
}
#pagination-prev,
#pagination-next{
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0;
    padding: 0;
    width: 16px;
    height: 26px;
    color: transparent;
    background-position: center;
    float: left;
    margin: 0 10px;
}
#pagination-prev{
    background-image: url(../images/2023/page-left.png);
}

#pagination-next{
    background-image: url(../images/2023/page-right.png);
}
.page-jump{
/*    display: inline-block;*/
    width: 26px;
    height: 26px;
    background: #fff;
    border: 1px solid #64e8ff;
    float: left;
    padding: 0 4px;
    text-align: center;
}
.page-jump-text{
    float: left;
    color: #64e8ff;
    padding-left: 4px;
}
.pagenumClick{
    width: 50px;
    text-decoration: underline;
}
.showqrcode{
    position: relative;
    width: 400px;
    margin: 0 auto;
    height: 128px;
    margin-top: 100px;
}
.showqrcode .qrcodebg{
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
}
.showqrcode .qrcode{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 14px;
    width: 100px;
    height: 100px;
}
.inaline {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.intwoline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.picDialog{
    width: 40%;
    height: 80%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow-y: scroll;
    z-index: 10;
}
.picDialog .icon-close{
    position: fixed;
    /*right: 0;
    top: 0;*/
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    background: #fff;
    border-color: #ccc;
    display: block;
}
.picDialog img{
    width: 100%
}
.tabBox{
    overflow: hidden;
}
.tabBox .leftPart{
    width: 160px;
    float: left;}
.tabBox .leftPart .team{
    width: 160px;
}
.tabBox .leftPart .team li:first-child{
    margin-bottom: 30px;
}
.tabBox .leftPart .team li{
    width: 160px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
}
.tabBox .leftPart .team li.unitAwards{
    background-image: url('../images/2023/unitaward.png');
}
.tabBox .leftPart .team li.unitAwards.active{
    background-image: url('../images/2023/unitaward-active.png');
}
.tabBox .leftPart .team li.ownAwards{
    background-image: url('../images/2023/ownaward.png');
}
.tabBox .leftPart .team li.ownAwards.active{
    background-image: url('../images/2023/ownaward-active.png');
}
.tabBox .rightPart{
    width: 800px;
    height: 140px;
    float: left;
    margin-left: 40px;
    border: 1px solid #64e8ff;
    border-radius: 10px;
}
.tabBox .rightPart .awardBox{
    width: 800px;
    height: 140px;
    display: none;
}
.tabBox .rightPart .unitawardBox.active{
    display: block;
}
.tabBox .rightPart .ownawardBox.active{
    display: block;
}
.tabBox .rightPart .awardBox .award{
    width: 800px;
    overflow: hidden;
    display: flex;
    height: 34px;
    margin-top: 8px;
    justify-content: space-evenly;
    margin-bottom: -1px;
}
.tabBox .rightPart .awardBox .award li{
    width: 140px;
    float: left;
    padding: 0 30px;
    line-height: 34px;
    cursor: pointer;
    border: 1px solid transparent;
}
.tabBox .rightPart .awardBox .award li.active{
    border-bottom: 1px solid #0137b4;
    border-top: 1px solid #64e8ff;
    border-top-left-radius: 10px;
    border-left: 1px solid #64e8ff;
    border-right: 1px solid #64e8ff;
    border-top-right-radius: 10px;
    background: #0137b4;
}

.tabBox .rightPart .awardBox .award li img{
    width: 100%;
}
.tabBox .rightPart .awardContent{
    width: 750px;
    height: 88px;
    border: 1px solid #64e8ff;
    margin: 0 auto;
    border-radius: 10px;
    background: #0137b4;
}
.tabBox .rightPart .awardContent li{
    display: none;
    cursor: pointer;
    text-align: center;
}
.tabBox .rightPart .awardContent li.active{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-evenly;
}
.tabBox .rightPart .awardContent li img{
    width: 152px;
}
.tabBox .rightPart .awardContent li:first-child img{
    width: 200px;
}
.unitawardBox .award{
    width: 646px;
    overflow: hidden;
    display: flex;
    height: 140px;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 auto;
}
.unitawardBox .award li{
    width: 260px;
    cursor: pointer;
}
.unitawardBox .award li img{
    width: 100%;
}
.qrcodeBox{
    width: 140px;
    height: 314px;
    position: fixed;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.qrcodeBox .qrcode{
        width: 118px;
    height: 118px;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 2;
    right: 0;
    margin: auto;
}
.qrcodeBox .qrcodebg{
        width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}