
/* * 閺傦拷 娴狅拷 閸氾拷: global.css * 閻楋拷 閺夛拷: Huawei Technologies Co., Ltd. Copyright 2009-2019, All rights reserved * 閹伙拷 鏉╋拷: 閸忋劌鐪い鐢告桨閺嶅嘲绱＄�规矮绠� * 娣囷拷 閺�锟� 娴滐拷: z00198697 * 娣囶喗鏁奸弮鍫曟？: 2016楠烇拷08閺堬拷02閺冿拷 * 娣囶喗鏁奸崘鍛啇: 閺傛澘顤�*/
@CHARSET "UTF-8";
/*主页面css*/
*
{
	margin: 0;
	padding: 0;
}
body
{
	width: 100%;
	height: 100%;
	background: #1F1F1F;
	font-size: 16px;
}
img
{
	width: 100%;
	height: 100%;
	display: block;
}
.page{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.hide{ 
	display: none;
}
.judge{
	background-color: rgba(0,0,0,.8);
	text-align: right;
	padding-top: 50px;
	padding-right: 35px;
}
.judge img{
	width: 238px;
	height:155px; 
	display: inline-block
}
.bbox{
	-webkit-box-sizing:border-box;
	 box-sizing:border-box;
}
#toast
{
	z-index: 10000;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 150px;
    margin-left: -68px;
    border-radius: 5px;
    background-color: #e9f8ff;
    color: #ffffff;
    padding: 8px 2px 8px 2px;
    font-size: 16px;
    text-align: center;
    font-family:SimHei;
    opacity: .7;
    letter-spacing: 1px;
    /*The good stuff*/
    -webkit-transition: opacity 0.5s ease-out;
    /* Saf3.2+, Chrome*/
    -moz-transition: opacity 0.5s ease-out;
    /* FF4+*/
    -ms-transition: opacity 0.5s ease-out;
    /* IE10?*/
    -o-transition: opacity 0.5s ease-out;
    /* Opera 10.5+*/
    transition: opacity 0.5s ease-out;
}
#toastImage{
	z-index: 10000;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90px;
    margin-left: -45px;
}


.vc-main
{
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #e9f8ff;
}

.vc-rule{
	position: absolute;
	width: 15%;
	top: 8px;
	right: 7px;
}
.vc-reproduction
{
	position: relative;
	z-index: 0;
	width: 100%;
	height: 360px;
	background: url(img/banner.jpg) no-repeat;
	background-position: center center;
	background-size: auto 100%;
	margin-right: auto;
	margin-left: auto;
}
.vc-reproduction img{
	position: absolute;
    width: 54px;
    height: 18px;
    top: 14px;
    left: 50%;
    margin-left: 93px
}
.vc-open{
	width: 100%;
	margin: 0 auto;
	height: auto;
}
.vc-pack
{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
	overflow: auto;
}
.qq-bg{
	width: 100%;
	height:auto;
	margin: 0 auto;
	border-radius: 6px;
}
.vc-knowMore{
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.knowMorePic{
	width: 67%;
}

