body{
 margin: 0;
 padding: 0;
 }

 .wrapper{
 position: absolute;
 width: 300px;
 height: 250px;
 top: 0;
 left: 0;
 overflow: hidden;
 cursor: pointer;
 opacity: 0;
 }

 @font-face {
 font-family: 'Fanta';
 src: url('assets/Fanta.woff') format('woff');
 }

 .bg, .border, .in_sc, .cp_1, .instr, .wb_1, .wb_2, .wb_3, .wb_4, .cp_2, .lose_bg, .ls_fn, .ls_lp, .ls_or, .cp_3{
 position: absolute;
 width: 300px;
 height: 250px;
 top: 0;
 left: 0;
 pointer-events: none;

 }

 .bg{
 background-color: #f8911e;
 }

 /* .border{
 border: 1px solid #000;
 } */

 .sunbg{
 position: absolute;
 width: 300px;
 height: 43px;
 left: 0;
 top: 0;
 background-position: 50% 0;
 background-size: cover;
 overflow: hidden;
 }

 .game_cn, .track{
 position: absolute;
 width: 300px;
 height: 214px;
 bottom: 0;
 left: 0;
 right: 0;
 margin: 0 auto;
 }

 .game_cn{
 overflow: hidden;
 background-color: #f8911e;
 }

 .fanhit{
 position: absolute;
 width: 32px;
 height: 32px;
 bottom: 7px;
 left: 20px;

 /* background-color: #000; */
 }

 .fanta{
 position: absolute;
 width: 37px;
 height: 122px;
 bottom: 0;
 left: -10px;
 right: -10px;
 margin: 0 auto;
 }

 .pn_1_inst, .pn_2_inst, .pc_inst, .em_inst, .bn_inst{
 position: absolute;
 width: 47px;
 height: 62px;
 top: 0;
 left: 0; 
 }

 .spl{
 position: absolute;
 background-size: cover;
 width: 87px;
 height: 66px;
 bottom: 20px;
 left: 0;
 }

 .score{
 position: absolute;
 width: 34px;
 height: 22px;
 left: 0;
 right: 0;
 margin: 0 auto;
 top: 15px;

 font-family: Fanta, Arial;
 font-size: 24px;
 text-align: center;
 line-height: 20px;
 color: #74bc1f;

 /* background-color: #ccc; */
 }

/*=============================================================================*/