body{padding-top:40px;background-color:#f1f1f1}.main{width:1200px;margin:20px auto;box-sizing:border-box;padding:20px;background:#FFFFFF;border-radius:10px}.main .gg{width:1160px;height:100px;border-radius:10px;padding-bottom:20px}.main .title{font-weight:bold;font-size:24px;color:#333333}.main .search-box{display:flex;justify-content:space-between;margin:20px 0}.main .search-input{width:340px;height:40px;background:#FFFFFF;border-radius:6px;border:1px solid #E0E0E0;display:flex;align-items:center;box-sizing:border-box;padding:1px 14px}.main .search-input input{width:100%;height:100%;border:none}.main .search-input input:focus{outline:none}.main .search-input .search-icon{width:18px;height:18px}.main .calendar{width:1160px;height:80px;background:#F8F8F8;border-radius:6px;position:relative}.main .calendar .day{float:left;width:52.8px;text-align:center;line-height:25px;margin:14px 12px}.main .calendar .dayBox{flex:1;width:1780px;height:80px}.main .button{width:70px;height:80px;display:none}.main .button img{width:12px;height:20px;margin-top:30px}.main .buttonBox{display:block;width:70px;height:80px;position:absolute;top:0;left:0}.main .buttonBoxRigth{display:block;width:70px;height:80px;position:absolute;top:0;right:0}.main .buttonBox:hover .button{display:block}.main .buttonBoxRigth:hover .button{display:block}.main .leftIcon{margin-left:5px;left:25%}.main .rightIcon{margin-right:5px;float:right}.main #preButton{position:absolute;top:0;left:0;background:url("images/leftBg.png");background-size:100%}.main #nextButton{position:absolute;top:0;right:0;background:url("images/rightBg.png");background-size:100%}.main .weekBox{font-weight:400;font-size:12px;color:#999999}.main .dateBox{font-weight:bold;font-size:16px;color:#333333}.main .day.active{background:#FFF8F1;border-radius:6px;border:1px solid #FF881E}.main .day.active .weekBox,.main .day.active .dateBox{color:#FF881E}.main .switchBox{width:100%;margin:30px 0;display:flex;justify-content:space-between}.main .breadBox span{font-weight:bold;font-size:18px;color:#999999}.main .breadBox span.active{font-weight:bold;font-size:18px;color:#333333;position:relative}.main .breadBox span.active::after{content:'';display:block;width:36px;height:5px;background:#FF881E;border-radius:3px;position:absolute;top:30px;left:0px}.main .tagsBox span{padding:6px 15px 7px 15px;font-size:15px;color:#999999;background:#FFFFFF;border-radius:6px;border:1px solid #E0E0E0;margin-right:5px}.main .tagsBox span.active{border:1px solid #FF881E;color:#FF881E}.main .listItem{display:flex}.main .listLeft{width:28px;display:block;position:relative}.main .listLeft .circle{display:block;width:22px;height:22px;background:#FFFFFF;border-radius:50%;border:3px solid #FF881E;position:relative}.main .listLeft .dot{display:block;width:8px;height:8px;background:#FF881E;border-radius:50%;position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%)}.main .listLeft .solid{width:2px;height:100%;position:absolute;left:50%;transform:translateX(-50%);background:#F5F5F5}.main .listRight{margin-left:18px}.main .listRight .time{font-weight:400;font-size:18px;color:#333333;margin-bottom:28px}.main .listRight .gameBox{display:flex;flex-wrap:wrap;justify-content:space-between}.main .listRight .gameItem{background:#F8F8F8;border-radius:6px;padding:20px;position:relative;margin-right:20px;margin-bottom:20px}.main .listRight .gameItem .gameTop{display:flex}.main .listRight .gameItem .gameImgBox{position:relative}.main .listRight .gameItem .gameImgBox .gameImg{width:176px;height:176px;border-radius:0 40px 40px 40px}.main .listRight .gameItem .gameImgBox .gameImg1{width:176px;height:236px;border-radius:0 6px 6px 6px}.main .listRight .gameItem .gameImgBox .flag{width:72px;height:26px;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:14px;color:#FFFFFF;background:#FF881E;border-radius:0px 0px 10px 0px;position:absolute;left:0;top:0}.main .listRight .gameItem .gameInfo{margin:0 0 40px 20px}.main .listRight .gameItem .gameInfo .gameTitle{font-weight:bold;font-size:24px;color:#333333;margin-bottom:16px;display:block;width:280px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.main .listRight .gameItem .gameInfo .gameContent{display:flex;margin-bottom:9px}.main .listRight .gameItem .gameInfo .gameContent .subTitle{font-size:14px;color:#B2B2B2}.main .listRight .gameItem .gameInfo .gameContent .subInfo{display:block;width:211px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;color:#444444}.main .listRight .gameItem .gameInfo .gameContent .subInfo .gameLink{color:#FF881E;display:block;width:211px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px}.main .listRight .gameItem .gameInfo>:last-child{margin-bottom:0px}.main .listRight .gameItem .moreBox{display:flex;align-items:center;position:absolute;right:20px;bottom:20px}.main .listRight .gameItem .moreBox .more{font-size:14px;color:#2E88EE}.main .listRight .gameItem .moreBox .moreIcon{width:10px;height:6px}