
/* * 閺傦拷 娴狅拷 閸氾拷: 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: #e1f5fe;
	font-size: 16px;
}
img
{
	width: 100%;
	height: 100%;
	display: block;
}
.vc-main
{
	height: auto;
	
}
.liu_title{
	width: 360px;
	height: 20px;
	background: url(img/zs.png) no-repeat;
	background-size: 100% 100%;
	margin: 14px auto;

}
div#versionFail{
	position: fixed;
	width: 100%;
}
.vc-banner{
	position: relative;
	width: 100%;
	max-width: 360px;
	max-height: 320px;
	background: url(img/couponSoutheastasia1.png) no-repeat;
	background-size: cover;
	bottom: 0;
	top: 180px;
	margin: 0 auto;
	z-index: 2;
}
.vc-reproduction-sub{
	z-index: -1;
	width: 100%;
	height:582px;
	background: url(img/bg.jpg) no-repeat;
	background-position: center center;
	background-size: auto 100%;
	margin-right: auto;
	margin-left: auto;
}

.vc-wrapper
{
	position: absolute;
	background-position: center;
}

.vc-dialog
{
	position: relative;
	width: 240px;
	height: 300px;
	left: 50%;
	text-align: center;
	top:50%;
	margin-left: -120px;
}
.vc-dialog-promt
{
	z-index: 51;
    position: relative;
    margin-top: -130px;
    text-align: center;
}
.vc-dialog-promt p
{
	font-size: 13px;
	color: #000000;
}
.vc-dialog-btn
{
	position: relative;
    width: 150px;
    height: 40px;
    margin: 40px auto 20px;
    text-align: center;
	z-index: 60;
}
.vc-pack
{
	width:100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.qq-bg4{
	width:100%;
}


.vc-pack-btn{
	position: relative;
}
.vc-title-sub{
	font-size:16px;
	color: #191919;
	margin: 0px 0px 8px 12px;
	padding-top:12px;
}
.country_list {
        list-style: none;
    }
 .country_list li {
 	float:left;
    height: 1.625rem;
    line-height:1.625rem;
    text-align: center;
    font-size: 0.75rem;
    border: 1px solid #191919;
    border-radius: 4px;
    display: inline-block;
    margin-left: 12px;
    margin-top: 12px;
    }
.country_list li.change {
       border-color:#191919;
    }
.country_list li.change a {
        color: #191919;
    }
.country_list li {
       border-color:#191919;
    }
.country_list li a {
        color: #191919;
    }
#toast
{
	z-index: 10000;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 136px;
    margin-left: -68px;
    border-radius: 5px;
    background-color: #434343;
    color: #ffffff;
    padding: 8px 2px 8px 2px;
    font-size: 10px;
    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;
}
.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;
}
.clickBtn{
	width: 360px;
	height: 94px;
}

/*规则介绍页css*/
 .box{
    background: #FFFFFF;
    margin-right: 24px;
    margin-left: 24px;
}
.error-icon img{
    position: relative;
    width: 48px;
    height: 48px;
    margin: 64px auto 12px auto;
}
.title{
    font-size: 22px;
    font-weight: bold;
    color: #1A1A1A;
    text-align: center;
    margin-bottom: 64px
}
.title-sub{
    font-size: 18px;
    font-weight: bold;
    color: #1A1A1A;
}
 .title-sub img{
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-right: 12px;
    vertical-align:middle; 
 }
.text-des{
    font-size: 13px;
    color: #808080;
}
/*错误页css*/