#gobangContent .desc{display:inline-block;height:95px;width:99%;vertical-align:top}#gobangContent .score{display:inline-block;width:200px;vertical-align:top}#gobangContent .score h1{font-size:30px}#gobangContent .score i{font-size:54px;display:inline-block}#gobangContent .menu{display:inline-block;width:100%;vertical-align:top;margin:8px 0}#gobangContent .menu a{padding:5px 6px;margin-top:5px;display:inline-block;border:1px solid #adff2f;background-color:green;cursor:pointer;color:#fff;font-size:14px;box-shadow:1px 1px 5px 0 black;text-decoration:none;margin-right:8px}#gobangContent .menu a:hover{background-color:#008b8b}#player1,#player2{height:48px;vertical-align:middle;padding-left:5px}#gobangContent span{border-radius:50%;display:inline-block;width:30px;height:30px;margin-top:10px}#gobangContent em{display:inline-block;height:30px;vertical-align:50%;margin-left:5px}#player1 span{background-color:red}#player2 span{background-color:blue}#player1 img,#player2 img{width:30px;height:30px;margin-top:10px;display:inline-block}#player1.curr,#player2.curr{background-color:#006cbf}#player1.other,#player2.other{background-color:#b3d3ec}#player1.curr em,#player2.curr em{font-weight:bold;color:#ffa500}#gobangContent canvas,#gobangContent .nosupport{background-color:#f0f0f0;margin:0 auto;display:block;cursor:pointer;z-index:10}#gobangContent .bb{position:relative}#gobangContent .pnl{position:absolute;width:600px;height:600px;z-index:99;top:0;left:50%;margin-left:-300px;border-radius:8px;box-shadow:2px 2px 15px 0 black;background-color:#f0f0f0}#gobangContent input[type=button]{display:block;border:2px solid #8bc3ee;cursor:pointer;width:200px;height:60px;margin:0 auto;font-size:24px}#gobangContent input[type=text]{border:1px solid green;outline:none;height:18px;width:120px}