* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
}
ul,li {
    margin: 0;
    padding: 0;
    list-style: none; /*去掉li左侧的点*/
}
a{
    text-decoration: none;
}
.electronicTicket{
    width: 100%;
    padding-top: 140px;
}
.electronicTicket-c{
    width: 1200px;
    margin: 0 auto;
    /*display: flex;*/
    position: relative;
    display: flex;
    /*background-color: #00a0e9;*/
}
.electronicTicket-c .leftMain .leftList{
    /*width: 240px;*/
    /*height: 637px;*/
    background: #FFFFFF;
    /*margin-right: 60px;*/
    /*position: fixed;*/
    /*margin-top: 0;*/
    /*margin-left: 0;*/
}
.electronicTicket-c .leftMain-wrap{
    width: 240px;
    /*height: 637px;*/
    /*background: #0000cc;*/
    margin-right: 60px;
    /*float: left;*/
    /*position: sticky;*/
    /*top: 140px !important;*/
}

.electronicTicket-c .rightMain{
    width: 900px;
    height: 100%;
    overflow-y: auto;
    /*float: right;*/
    /*background: #F5F5F5;*/
    /*height: 800px;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*background-color: #00b7dd;*/
}
.electronicTicket-c .rightMain .msg{
    margin-top: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #848C99;
    text-align: center;
}
.electronicTicket-c .leftList .leftList-nav{
    width: 240px;
    height: 38px;
    border-radius: 4px;
    /*background-color: #0c2f86;*/
    line-height: 150%;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.electronicTicket-c .leftList .leftList-nav:hover{
    /*background: #E7EEF7;*/
    /*color: #083A7E;*/
}
.electronicTicket-c .leftList .leftList-nav img{
    margin-left: 12px;
    /*margin-top: 10px;*/
    margin-right: 8px;
    vertical-align: bottom;
    /*margin: 12.75px auto 8.75px;*/
}
.electronicTicket-c .leftList .leftList-item{
    padding-left:30px;
    position: relative;
    height: 370px;
    overflow-y: auto;
    overflow-x: hidden;
}


    /*滚动条样式*/
.electronicTicket-c .leftList .leftList-item::-webkit-scrollbar {/*滚动条整体样式*/
    width:4px;/*高宽分别对应横竖滚动条的尺寸*/
    height:4px;
}
.electronicTicket-c .leftList .leftList-item::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius:5px;
    -webkit-box-shadow: inset005pxrgba(0,0,0,0.2);
    background:rgba(0,0,0,0.2);  /*设置滚动条颜色*/
}
.electronicTicket-c .leftList .leftList-item::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset005pxrgba(0,0,0,0.2);
    border-radius:0;
    background:rgba(0,0,0,0.1);
}
.electronicTicket-c .leftList .leftList-item:after{
    width: 1px;
    height: 100%;
    background: #EDEEF0;
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 19px;
}

.electronicTicket-c .leftList .leftList-item li{
    width: 210px;
    height: 37px;
    /*background-color: #00b7dd;*/
    line-height: 37px;
    font-weight: 400;
    font-size: 14px;
    color: #323C49;
    padding-left: 12px;
    cursor: pointer;
    display: none;
}

.electronicTicket-c .leftList .leftList-item li.more-btn{
    color: #AAB0B9;
}

.electronicTicket-c .leftList .leftList-item li a{
    color: #323C49;
    display: flex;
    align-items: center;
}

.electronicTicket-c .leftList .leftList-item li a>p{
    width: 145px;
}

.electronicTicket-c .leftList .leftList-item li a>span{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #039855;
    padding: 0 4px;
    background: #E6F5EE;
    border-radius: 2px;
    margin-left: 8px;
}

.electronicTicket-c .leftList .leftList-item li:hover,
.electronicTicket-c .leftList .leftList-item li.active{
    background: #E7EEF7;
    color: #083A7E;
}

.electronicTicket-c .leftList .leftList-item li.active a{
    color: #083A7E;
}
.electronicTicket-c .rightMain .topBox{
    display: flex;
    justify-content: space-between;
}
.electronicTicket-c .rightMain .topBox .TopTitle p:nth-child(1){
    font-weight: 600;
    font-size: 40px;
    line-height: 150%;
    color: #323C49;
}
.electronicTicket-c .rightMain .topBox .TopTitle p:nth-child(2){
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #848C99;
}
.electronicTicket-c .rightMain .topBox .orderButton button{
    padding: 8px 16px;
    /*width: 118px;*/
    /*height: 40px;*/
    background: #0B51B2;
    border-radius: 8px;
    color: #fff;
    border: 1px solid #0B51B2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
}

.electronicTicket-c .rightMain .topBox .orderButton button .iconfont{
    margin-left: 4px;
}

.electronicTicket-c .rightMain .contentBanner{
    width: 100%;
    margin-top: 32px;
}
.electronicTicket-c .rightMain .title{
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #323C49;
    margin-top: 32px;
}
.electronicTicket-c .rightMain .describe{
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #475467;
    margin-top: 4px;
}
.electronicTicket-c .rightMain .youshiNav{
    padding: 40px;
    background: radial-gradient(69.94% 59.74% at 0% 0%, #7494BE 0%, rgba(192, 204, 221, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #002F6B;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.electronicTicket-c .rightMain .youshiNav .youshiItem{
    padding: 24px;
    width: 406px;
    /*height: 196px;*/
    background: #05224B;
    border-radius: 8px;
    margin-bottom: 8px;
}
.electronicTicket-c .rightMain .youshiNav .youshiItem .p1{
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    margin-top: 16px;
    margin-bottom: 16px;
}
.electronicTicket-c .rightMain .youshiNav .youshiItem .p2{
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    /*width: 358px;*/
    color: #AAB0B9;
}
.electronicTicket-c .rightMain .titleContent{
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #475467;
    margin-top: 4px;
}
.electronicTicket-c .rightMain .describe span{
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    /*line-height: 21px;*/
    background-color:#475467 ;
    margin: auto 10px;
}
.electronicTicket-c .rightMain .ptssImg{
    width: 100%;
    margin-top: 4px;
}
.electronicTicket-c .rightMain .btn{
    display: flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #475467;
    margin: 32px 0;
    border: 1px solid #E7EEF7;
}

.electronicTicket-c .rightMain .btn .leftBtn{
    border-right: 1px solid #E7EEF7;
}

.electronicTicket-c .rightMain .btn .leftBtn,.rightBtn{
    width: 450px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.electronicTicket-c .rightMain .btn .leftBtn a,.rightBtn a{
    color: #475467;
}

.electronicTicket-c .rightMain .btn .leftBtn img{
    margin: 0;
    margin-right: 10px;
    height: 9.54px;
    width: 5.83px;
}
.electronicTicket-c .rightMain .btn .rightBtn img{
    margin: 0;
    height: 9.54px;
    width: 5.83px;
}
.electronicTicket-c .rightMain .BottomCase{
    width: 100%;
    height: 432px;
    background: radial-gradient(32.94% 33.61% at 0% 0%, #E3FDEC 0%, rgba(227, 253, 236, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, linear-gradient(90deg, #52CCBF 0%, #176C6A 100%);
    border-radius: 8px;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
}
.electronicTicket-c .rightMain .BottomCase .BottomCase_L,.BottomCase_R{
    margin: 40px 8px;
    padding: 8px;
    width: 406px;
    height: 352px;
    background: #001624;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
}
.electronicTicket-c .rightMain .BottomCase .BottomCase_img{
    width: 390px;
    height: 196px;
    border-radius: 4px;
    margin-bottom: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #efefef;
}
.electronicTicket-c .rightMain .BottomCase .BottomCase_L .CaseName{
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    text-align: left;
    color: #FFFFFF;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.electronicTicket-c .rightMain .BottomCase .BottomCase_L .CaseMsg{
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #848C99;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.electronicTicket-c .rightMain .BottomCase .BottomCase_L .GoDetail{
    padding: 4px 12px;
    gap: 4px;
    text-align: center;
    width: 88px;
    height: 32px;
    background: #B3C9E7;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #0B51B2;
    margin-left: 20px;
    margin-top: 12px;
    cursor: pointer;
}

.pin-wrapper{
    /*width: 300px;*/
    /*float: left;*/
}

.electronicTicket-c .rightMain .describe.circle{
    display: flex;
    align-items: center;
}

.electronicTicket-c .rightMain .describe.circle:before{
    /*content:"";*/
    /*display: inline-block;*/
    /*width: 5px;*/
    /*height: 5px;*/
    /*background: #475467;*/
    /*border-radius: 50%;*/
    /*margin: 0 8px;*/
}

.electronicTicket-c .rightMain .msg span{
    text-decoration-line: underline;
    color: #0071FF;
}