html, body{ background: black;position:fixed;width: 100%;height:100%;}
body{margin:0;padding: 0;width:100%;height:100%;overflow: hidden;position: fixed;transform-origin:top left;-ms-transform-origin:top left;
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    display: none;
}
.wrap{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;transform-origin:top left;overflow: hidden;margin:0 auto;-ms-transform-origin:top left;}
.content{position:absolute;width:100%;height: 100%;margin:0 ;overflow: hidden;background-size: 100% 100%}
.contentWrap{position: absolute;width:0px;height:0px;-webkit-transform-origin: left top;-moz-transform-origin: left top;-ms-transform-origin: left top;-o-transform-origin: left top;transform-origin: left top;}
.gameContent{width:0;height: 0;position: absolute;top:0;left:0;z-index: 2;}
:fullscreen .contentWrap,:-webkit-full-screen .contentWrap,:-moz-full-screen .contentWrap,:-ms-fullscreen .contentWrap{width:100%;height:100%;margin:0;}
:-webkit-full-screen {width:100%;height: 100%;margin:0;}

*{font-size: 30px;position: absolute;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-size: 100% 100%;}

/**  ********* uploading status display********* **/
.uploading_backdrop, .progressing_area {display: none;background-color: #000;opacity: 0.85;width: 100%;height: 100%;z-index: 12000;position: absolute;}
.progressing_area{background: transparent;opacity: 1;}
#wait_ajax_loader {top: 41%;left: 50%;z-index: 15000;position: absolute;}
#progress_label{top: 43%;left: 38%;font-size:18px;color: #fff;z-index: 16000;position: absolute;}
#progress_percent {top: 43%;left: 60%;font-size: 18px;color: #fff;z-index: 17000;position: absolute;}

.dragLayer{z-index:100000;left:0;top:0;width:1280px;height:720px;background:transparent;display:none;position: fixed;}

.mediaPlayer{top:18%;left:50%;width:740px;height:457px;z-index:20000;display:none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
}
/*.mediaPlayer .btnCtrl{right:41px;top:0px;width:41px;height:38px;background:url(../images/qd_1/18.png);}*/
/*.mediaPlayer .btnCtrl:hover{background: url(../images/qd_1/18-.png);}*/
/*.mediaPlayer .btnCtrl[data-type="plus"]{background: url(../images/qd_1/17.png);right:82px;}*/
/*.mediaPlayer .btnCtrl[data-type="plus"]:hover{background: url(../images/qd_1/17-.png);}*/
/*.mediaPlayer .btnCtrl[data-type="close"]{background: url(../images/qd_1/19.png);right:0px;}*/
/*.mediaPlayer .btnCtrl[data-type="close"]:hover{background: url(../images/qd_1/19-.png);}*/
/*iframe{top:39px;left:2px;width:735px;height:415px;border:none;outline:none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}*/

/*.deleteDlg{top:150px;left:100px;width:319px;height:115px;z-index: 20000;display: none;}*/
/*.deleteDlg .btnCtrl{left: 100px;top: 85px;width:36px;height:19px;background: url(../images/qd_1/13.png);}*/
/*.deleteDlg .btnCtrl:hover{background: url(../images/qd_1/13-.png);}*/
/*.deleteDlg .btnCtrl[data-type="no"]{left: 190px;background: url(../images/qd_1/14.png);}*/
/*.deleteDlg .btnCtrl[data-type="no"]:hover{background: url(../images/qd_1/14-.png);}*/

.selectorContainer{padding: 0 10px;color:white;font-weight:400;
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
    background: url(../images/qd_1/6.png);
    -webkit-background-size: 100% 100%!important;background-size: 100% 100%!important;cursor:pointer;}
.selectorList{overflow-y:auto; background: url(../images/qd_1/6.png);overflow-x:hidden;height: auto;
    z-index: 15000;padding:15px 0;margin:0;display:none;
    -webkit-background-size: 100% 100%!important;
    background-size: 100% 100%!important;}
.selectorList .select-item{padding:0 10px;color:black;font-weight:400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;width:100%;margin:0;position: relative;
    -webkit-background-size: 100% 100%!important;
    background-size: 100% 100%!important;}
.selectorList .select-item:hover{background: url(../images/qd_1/6.png);color:white;}

input{ padding:0 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}

.numberPanel .numPanelBg, .numberPanel>div>img{position: relative;padding:0;margin:0;top:0;left:0;}
.numberPanel .close{right:2px;top:-2px;}

div[data-tag-type="button"][data-status="0"]{
    cursor:default!important;
}