body {
 margin: 0;
 padding: 0;
 }

 .wrapper {
 position: absolute;
 width: 320px;
 height: 480px;
 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,
 .gl_cn,
 .win_gl,
 .lose_bg,
 .ls_fn,
 .ls_lp,
 .ls_or,
 .cp_3 {
 position: absolute;
 width: 320px;
 height: 480px;
 top: 0;
 left: 0;
 pointer-events: none;

 }

 .wb_4 {
 z-index: 15;
 }

 .bg {
 background-color: #ff9000;
 }

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

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

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

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

 .fanhit {
 position: absolute;
 width: 42px;
 height: 40px;
 bottom: 7px;
 left: 20px;
 }

 .fanta {
 position: absolute;
 width: 64px;
 height: 233px;
 bottom: 0;
 left: -10px;
 right: -10px;
 margin: 0 auto;
 background-repeat: no-repeat;
 background-position: center bottom;
 }

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

 .spl {
 position: absolute;
 width: 116px;
 height: 90px;
 bottom: 20px;
 left: -10px;
 }

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

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

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

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