@charset "utf-8";
/* CSS Document */

html {
    height: 100%;
    overflow: hidden;
    font-size: 100px;
}

body {
    color: #000;
    font-family:Microsoft Yahei;
    font-size: 14px;
    background-color: #fff;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

body, ul, p {
    margin: 0;
    padding: 0;
    text-align: left
}

a {
    color: #000;
    text-decoration: none;
}

html,body{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

div,span,h1, h2, h3, h4, h5, h6{
    -webkit-user-select: none;
}

.clear {
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: impact;
    src: url(../font/impact.ttf);
}

textarea, input, select{
	font-family:Microsoft Yahei, tahoma, arial, 宋体;
}

.outerwrap {
    padding: 0;
    min-width: 640px;
    /*    max-width: 640px; */
    margin: 0 auto;
}

.viewport-new {
    position: relative;
    /*min-width: 640px;*/
    /*    max-width: 640px; */
    margin: 0 auto;
}

body.hidden {
    overflow: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
.mt10{
    margin-top:20px;
}
.blank{
    padding-top:20px;
    background:#f5f5f5;
}
/*除了底部菜单栏的区域*/
.g_main{
  margin-bottom:100px;
  min-height: 1px;
}

/*除了底部菜单栏及顶部导航栏的区域*/
::-webkit-scrollbar{
    width:0;
    height:0;
}
.g_content{
    position:fixed;
    top:44px;
    bottom:59px;
    left:0;
    right:0;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling : touch;
}
.g_full_content{
    position:fixed;
    top:44px;
    bottom:0;
    left:0;
    right:0;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling : touch;
}
.g_full_content_no_scroll{
    position:fixed;
    top:44px;
    bottom:0;
    left:0;
    right:0;
    overflow: auto;
    overflow-x: hidden;
}


.vh-speed-list,.vh-definition-list{
    font-size: 12px;
}

.player-container .vh-player-left span{
    vertical-align: top;
}

