
.selectpage-game {text-align: right; display: inline-block; width: 40px;color: #f39c12;}

.selectpage-merchant {text-align: right; display: inline-block; width: 50px;color: #18bc9c;}

/*必填项，*号*/
form label.required:before {content: '* ';color: red;}


/* 为账号添加精准|模糊下拉框 */
input[name='account'] { width: calc( 100% - 65px ); position: relative; margin-left: 65px; }
#a_mode_select { width: 65px; position: absolute; top: 0; left: 15px; border-right: none; }
#a_mode_select option { color: #000000; cursor: pointer; }
#a_mode_select option:active { background-color: #53a4ea; }
#a_mode_select option:disabled { color: gray; background-color: #f5f5f5; cursor: not-allowed;}

.game-logo {border-radius: 5px;}
