 body {
     font-family: Arial, sans-serif;

 }


 .container {
     max-width: 1550px;
     height: 1000px;
     margin: 0 auto;
     background-color: rgb(255, 253, 240);
 }

 .zhibo {
     width: 100%;
     height: 650px;
     background-color: rgb(207, 202, 202);
     position: relative;
 }

 .zhibo_right {
     position: absolute;
     left: 0;
     bottom: 0;
     border-radius: 16px;
     z-index: 5;
 }

 .easy-player {
     width: 100%;
     height: 450px;
 }

 .zhibo_jieguozuo {
     width: 150px;
     height: 350px;
     display: flex;
     flex-direction: column;
     align-items: center;
     background-color: rgb(255, 253, 240);
     gap: 13px;
 }

 .zong,
 .a,
 .b,
 .c,
 .d,
 .e {
     width: 148px;
     height: 47px;
     border: 1px solid #ca992f;
     box-sizing: border-box;
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .zongshu,
 .xian_dui,
 .zhuang_dui,
 .he,
 .xian,
 .zhuang {
     display: flex;
     width: 90px;
     height: 38px;
     align-items: center;
     justify-content: center;
     color: #fff;
     border-radius: 12px;
     letter-spacing: 2px;
     text-align: center;
 }

 .zongshu_ju,
 .xian_dui_ju,
 .zhuang_dui_ju,
 .he_ju,
 .xian_ju,
 .zhuang_ju {
     display: inline-block;
     font-size: 32px;
     vertical-align: middle;
     letter-spacing: 2px;
 }

 .zhuang_dui,
 .zhuang {
     background-color: #d9001b;
 }

 .zhuang_dui_ju,
 .zhuang_ju {
     color: #d9001b;
 }

 .xian_dui,
 .xian {
     background-color: #161ae0;
 }

 .xian_dui_ju,
 .xian_ju {
     color: #161ae0;
 }

 .he {
     background-color: #13a10e;
 }

 .he_ju {
     color: #13a10e;
 }

 .zongshu {
     background-color: rgb(49, 51, 49);
 }


 .pailuliang {
     width: 400px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     height: 40px;
     box-sizing: border-box;
 }

 .pailuliang_A,
 .pailuliang_B {
     width: 190px;
     height: 40px;
     box-sizing: border-box;
     border-radius: 8px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 0 16px;
     font-weight: bold;
     cursor: pointer;
 }

 .zi {
     font-size: 24px;
     line-height: 1;
     display: flex;
     align-items: center;
     height: 23px;
     cursor: pointer;
 }

 .kongxin_yuan,
 .shixin_yuan,
 .xiegang {
     height: 23px;
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
 }

 .kongxin_yuan {
     width: 23px;
     border-radius: 50%;
     background: transparent;
     box-sizing: border-box;
 }

 .shixin_yuan {
     width: 23px;
     border-radius: 50%;
     box-sizing: border-box;
 }

 .xiegang {
     width: 10px;
     transform: rotate(25deg);
     margin: 0 2px;
     box-sizing: border-box;
 }

 .pailuliang_A {
     border: 1px solid #d9001b;
 }

 .pailuliang_B {
     border: 1px solid #161ae0;
 }


 .zhibo_jieguo {
     width: 1550px;
     background-color: rgb(255, 253, 240);
     height: 350px;
     display: flex;
 }

 .zhibo_jieguoyou {
     width: 1400px;
     height: 350px;
     text-align: center;
     display: flex;
     font-size: 24px;
     background-color: rgb(255, 253, 240);
 }

 .zhibo_jieguoyou_zuo {
     width: 200px;
     height: 350px;
     position: relative;
     overflow: hidden;
     background-color: rgb(255, 253, 240);
 }



 .zhibo_jieguoyou_you {
     width: 1200px;
     height: 350px;
     display: flex;
     flex-direction: column;
 }

 .zhibo_jieguoyou_you_top {
     width: 1200px;
     height: 215px;
     position: relative;
     overflow-x: auto;
     background-color: rgb(255, 253, 240);
 }



 .zhibo_jieguoyou_you_bottom {
     width: 1200px;
     height: 135px;
     display: flex;
     background-color: rgb(255, 253, 240);
 }


 .zhibo_jieguoC {
     width: 600px;
     height: 135px;
     overflow-x: auto;
     background-color: rgb(255, 253, 240);
 }

 .zhibo_jieguoD {
     width: 300px;
     height: 135px;
     overflow-x: auto;
     background-color: rgb(255, 253, 240);
 }

 .zhibo_jieguoE {
     width: 300px;
     height: 135px;
     position: relative;
     overflow-x: auto;
 }

 .zhibo_jieguoyou_you_top,
 .zhibo_jieguoC,
 .zhibo_jieguoD,
 .zhibo_jieguoE {
     overflow-y: hidden;
 }

 .zhibo_jieguoyou_you_top,
 .zhibo_jieguoC,
 .zhibo_jieguoD,
 .zhibo_jieguoE {
     scrollbar-width: none;
     -ms-overflow-style: none;
 }

 .zhibo_jieguoyou_you_top::-webkit-scrollbar,
 .zhibo_jieguoC::-webkit-scrollbar,
 .zhibo_jieguoD::-webkit-scrollbar,
 .zhibo_jieguoE::-webkit-scrollbar {
     display: none;
 }

 /* 田字格 canvas 方案，无需 .jieguo-cell 样式 */