﻿@charset "utf-8";

h1 {font-size:28px;color:red;text-align:center}
body {
	font-size: 12px;
	line-height: 150%;


}
#top {  
	margin: auto;
         width:460px;
        height: 30px;
        font-size: 30px;
	text-align:center
}
.box {
	margin:0 auto;
	width:560px;
text-align:left;
	position: relative;
}
.chess_left {
	

	text-align:center
}
.chess_right {
    
	display:none;
	
               font-size: 14px;
              
}


.bn_RbJqDr_b{

	display:none;
      	justify-content:center;
}

.bn_RbJqDr_r{

	display:none;
       	justify-content:center;

}

.bn_RbJqDr_r button{
margin-right:-28px;


}
.bn_RbJqDr_b button{
margin-right:-28px;

}


.container{
width:580px;
    margin-top:10px;
display:flex;
}
.move_info ,.move_infosz,.move_infojiu {
flex:1;

}

.move_infozm {
	width:120px;


	margin-top:0px;
        margin-left:80px;
        font-size: 14px;

}
.move_info {

	width:60px;
	margin-top:0px;
        margin-left:0px;
        font-size: 14px;

}


.move_infosz {
   
	width:60px;
 	 margin-top:0px;      
        margin-left:0px;
        font-size: 14px;
     
}

.move_infojiu {
   
	width:60px;
 	 margin-top:0px;      
        margin-left:0px;
        font-size: 14px;
     
}
.move_infobm {
	width:500px;
 word-wrap: break-word;
	margin-top:20px;
        margin-left:80px;
        font-size: 14px;
}

.rb {
	width:500px;
 word-wrap: break-word;
	margin-top:20px;
        margin-left:80px;
        font-size: 14px;
}
/* 
#number-overlay_b {
	margin-top:630px;
        margin-left:-30px;
      font-size: 10px;
      color: white;
	pointer-events:none;
    }
#number-overlay_B{
	margin-top:70px;
        margin-left:-30px;
      font-size: 10px;
      color: white;
	pointer-events:none;
    }
*/
.number-overlay {
margin-top:-50px;
        margin-left:-30px;

      font-size: 10px;
      color: white;
	pointer-events:none;
    }

.pu{
display:flex;
width:650px;
align-items:flex-start;
justify-content:space-between;

}
.bill_box ,.qipubz {
margin-right:10px;

}
.bill_box {
	height: 350px;
        margin-left:70px;
	width:170px;
	overflow:auto;

}
.qipubz {
margin-top:10px;  
	height: 350px;
        margin-left:10px;
	width: 330px;
        word-wrap: break-word;
	overflow:auto;

}
.bill_box li {
	cursor:pointer;
	text-align:left
}
.bill_box li:hover {
	cursor:pointer;
	background: #C6A577;
}
.bill_box li:active {
	cursor:pointer;
	background: #fff;
}
.puselect {
       width: 500px;
	margin-top:20px;
     
       margin-left:220px;
}

.select {
       width: 500px;
	margin-top:20px;
     
       margin-left:220px;
}
.bn_box {
          margin-top:-290px;
	display:none
}

.bn_boxBaiQi {
    
          margin-top:-890px;
	display:none
}
.bn_boxBaiQiwc {
 padding:10px;
      margin-left:70px;      
          margin-top:-295px;


	display:none
}
.qipusm {
 padding:0px;
     margin-left:60px;      
          margin-top:-295px;
          white-space: nowrap;}
}
button,div {
disply:flex;

}

input[type="button"] {
width: 85px;
height: 40px;
font-size: 18px;

}
button{
width: 85px;
height: 40px;
font-size: 18px;


}


/*棋谱菜单样式*/
  #dropdown1 {
            position: relative;
            top:630px;
             margin-left:220px; 
            display: none;
        }
 #dropdown2 {
            position: relative;
            top:630px;
             margin-left:220px; 
            display: none;
        }
/*棋谱列表菜单样式*/
 #puselect {
            position: relative;
            margin-left:80px; 
           
        }

.hidden-list{
display:block;}
/*插入棋谱备注样式*/
 #textBoxContainer {
    display: none;
    position: fixed;
    top: 360px;
    left: 460px;
    transform: translate(-50%, -50%);
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 1000;
  }

/*设置菜单样式*/
   .dropdown-content {
            display: none;
 msrgin-left:600px;
            position: absolute;
            min-width: 160px;
            z-index: 1;
        }
        .dropdown-content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }
        .dropdown-content a:hover {background-color: #f1f1f1}
        .show {display: block;}
        