﻿@charset "utf-8";

/*common*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, blockquote, pre, form, input, textarea, fieldset, table, th, td{margin:0;padding:0;}
html{height:100%;}
body, button, input, select, textarea{font:12px/1.5 "宋体", sans-serif;}
body{background:url(../images/body1.jpg) no-repeat 50% 50% #fff;color:#000;}
ul, ol{list-style:none;}
img{border:none;vertical-align:top;}
:focus{outline:0;}

/*float*/
.f-l{float:left;}
.f-r{float:right;}
.c-b{clear:both;}
.clear{clear:both;height:0;font-size:0;overflow:hidden;}
.clearfix:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{clear:both;zoom:1;}
.v-a-m{vertical-align:middle;}

/*font*/
h1{font-size:18px;}
h2{font-size:16px;}
h3{font-size:14px;}
h4, h5, h6{font-size:100%;}
.f-w-b{font-weight:bold;}
.f-w-n{font-weight:bold;}
.black{color:#000;}
.red{color:#f00;}
.gray{color:#999;}
.blue{color:#1A8DCE;}
.t-a-l{text-align:left;}
.t-a-c{text-align:center;}
.t-a-r{text-align:right;}
.t-d-u{text-decoration:underline;}
.f-s-12{font-size:12px;}
.f-s-14{font-size:14px;}

/*link*/
a{color:#000;text-decoration:none;}
a:hover{text-decoration:underline;}

/*table*/
table{border-collapse:collapse;border-spacing:0;}

/*layout*/
.m-b-10{margin-bottom:10px;}
.m-a{margin:0 auto;}

/*box*/
.box{width:380px;height:100px;position:absolute;left:50%;top:40%;margin:-200px 0 0 -190px;display:none;}
.box .loading{width:370px;height:11px;border:1px solid #62AAE5;background:#fff;margin:249px 0 0 0;}
.box .loading .in{height:11px;background:url(../images/loading.gif) repeat 100% 0;}
.box .percent{font-family:Tahoma;font-size:14px;color:#0066b8;text-align:center;}

.info{width:390px;height:30px;position:absolute;left:50%;top:40%;margin:0px 0 0 -190px;text-align:center;font-size:14px;}
.btn {position:absolute;left:44%;top:55%;_left:44%;_top:70%;width:126px;height:37px;margin:auto;margin-top:0px;text-align:center;background:url(../images/button.gif);cursor:pointer;}
.btn-install{background-position:0 0;}
.btn-cancel{background-position:0 -37px;}
.btn-installing{background-position:0 -74px;}
.btn-retry{background-position:0 -111px;}