html
{
/*   height:100%; */
  min-height:100%;
}

.ThumbImage
{
  max-height:200px;
}

.Wt-tabs
{
  margin:auto;
  overflow:hidden;
  width:1200px;
  text-align:center;
  position:relative;
  height:40px;
  background-color:#242424;
  z-index:2; /*显示在背景前面*/
  padding-top:0px;
}

.Wt-tabs li
{
  color:#ffffff;
  float:left;
  padding:0px;
  list-style-type:none;
  line-height:40px;
  height:40px;
  width:120px;
  text-align:center;
}

/*!
 * 内容页的标志。
 */
.ContentLogo
{
  height:28px;
  position:absolute;
  left:10px;
  top:5px;
  width:142px;
  z-index:2; /*显示在背景前面*/
  cursor:pointer;
}

/*!
 * 用户菜单。
 */
.UserMenu
{
  position:absolute;
  right:10px;
  top:0px;
  z-index:2; /*显示在背景前面*/
  color:#999999;
  margin:0;
  padding:0;
}

/*!
 * 用户菜单中的菜单项。
 */
.UserMenu li .item
{
/*   position:absolute; */
/*   right:10px; */
/*   top:0px; */
/*   z-index:2; /*显示在背景前面*/ /**/
  color:#999999;
  height:40px;
  font-size:14px;
  line-height:40px;
  text-decoration:none;
}

/*!
 * 用户菜单中的菜单项，VIP。
 */
.UserMenu li .VipItem
{
/*   position:absolute; */
/*   right:10px; */
/*   top:0px; */
/*   z-index:2; /*显示在背景前面*/ /**/
  color:#FFFDD5;
  height:40px;
  font-size:14px;
  line-height:40px;
  text-decoration:none;
}

/*!
 * 左侧区域。
 */
.LeftArea
{
  background:url("../Images/directory_bg.png") repeat scroll 0 0 #545765;
/*   position:absolute; */
/*   right:10px; */
/*   top:0px; */
/*   z-index:2; /*显示在背景前面*/ /**/
/*   color:#FFFDD5; */
  width:154px;
/*   font-size:14px; */
/*   line-height:40px; */
/*   text-decoration:none; */
}

/*!
 * 左侧区域列表整体。
 */
.LeftArea ul
{
/*   position:absolute; */
/*   right:10px; */
/*   top:0px; */
/*   z-index:2; /*显示在背景前面*/ /**/
/*   color:#FFFDD5; */
/*   width:154px; */
/*   font-size:14px; */
/*   line-height:40px; */
/*   text-decoration:none; */
  margin:0;
  padding:0;
}

/*!
 * LeftMenu左侧菜单。
 */
.LeftMenu
{
  background:url("../Images/directory_bg.png") repeat scroll 0 0 #545765;
}

/*!
 * 左侧区域的条目。
 */
.LeftArea ul li
{
/*   position:absolute; */
/*   right:10px; */
/*   top:0px; */
/*   z-index:2; /*显示在背景前面*/ /**/
  color:#CCCCCC;
/*   width:141px; */
/*   font-size:14px; */
/*   line-height:40px; */
/*   text-decoration:none; */
  height:50px;
  list-style:none outside none;
  margin:0;
  padding:0;
}

/*!
 * 左侧区域的条目中的链接。
 */
.LeftArea ul li a
{
  position:relative;
/*   right:10px; */
/*   top:0px; */
/*   z-index:2; /*显示在背景前面*/ /**/
  color:#CCCCCC;
/*   width:154px; */
  font-size:14px;
  line-height:30px;
  text-decoration:none;
  height:30px;
/*   list-style:none outside none; */
/*   margin:0; */
  padding:10px 10px 10px 10px;
  background-image:url("../Images/directory_tree_x.png");
  background-position:0 -175px;
  display:block;
}

/*!
 * 左侧区域的条目中的链接，选中项。
 */
.LeftArea ul li .itemselected
{
  background-position:0 -124px;
}


/*!
 * 左侧区域的条目中的链接，悬停。
 */
.LeftArea ul li a:hover
{
  background-position:0 -226px;
}

/*!
 * 用户菜单中的菜单项。
 */
.UserMenu li
{
/*   position:absolute; */
/*   right:10px; */
/*   top:0px; */
/*   z-index:2; /*显示在背景前面*/ /**/
/*   color:#999999; */
  float:left;
  list-style:none outside none;
  margin-left:10px;
}

/*!
 * 导航条的背景。
 */
.NavBg
{
/*   clear:both; */
  margin:auto;
  overflow:hidden;
  width:100%;
  text-align:center;

  height:40px;
  top:0;
  background-color:#242424;
  z-index:1; /*显示在后面。*/
/*   text-align:center; */
}

.Wt-tabs li a
{
    background-color:#242424;
/*   color:#00ff00; */
  height:40px;
  color:#999999;
  padding:0px;
  text-decoration:none;
}

/*导航条上的链接*/
.NavAnchor
{
/*   color:#00ff00; */
  height:40px;
  color:white;
  padding:0px;
  text-decoration:none;
  width:120px;
  text-align:center;
  position:absolute;
  line-height:40px;
  background:url("../Images/nav_shuxian.jpg") no-repeat scroll right top transparent;
}

/*导航条上的链接，鼠标悬停*/
.NavAnchor:hover
{
 color:white;
  width:120px;
  float:left;
  background:url("../Images/nav_te_di.jpg") repeat-x scroll 0 0 transparent;
  line-height:40px;
  height:39px;
}

/*“首页”*/
#IndexAnchor
{
  left:10px;
  top:0px;
}

/*“公司介绍”*/
#IntroAnchor
{
  left:490px;
  top:0px;
}

/*“产品介绍”*/
#ProductAnchor
{
  left:730px;
  top:0px;
}

/*“解决方案”*/
#SolutionAnchor
{
  left:850px;
  top:0px;
}

/*“联系我们”*/
#ContactAnchor
{
  left:970px;
  top:0px;
}

/*“最新动态”*/
#NewsAnchor
{
  left:610px;
  top:0px;
}

.Wt-tabs span.itemselected span
{
/*   background-color:#305B7C; */
  color:#1EA9F7;
  float:left;
  background:url("../Images/spr_x.png") repeat-x scroll 0 0 transparent;
  box-shadow:1px 0 1px rgba(255, 255, 255, 0.2) inset, -1px 0 1px rgba(255, 255, 255, 0.2) inset;
  background-position:0 -1198px;
  line-height:40px;
  width:120px;
  height:39px;
} /*.Wt-tabs span.itemselected span*/

.Wt-tabs li a:hover
{
  color:#dddddd;
  width:120px;
  float:left;
  line-height:40px;
  height:39px;
}


.Wt-tabs ul
{
  color:#ffffff;
  height:40px;
  padding:0px;
  margin:0px;
/*   text-align:middle; */
  vertical-align:middle;
  line-height:40px;
  overflow:hidden;
}

.Wt-span span span
{
  color:#ffffff;
}

body
{
  background-image:url("../Images/bbq-19.mono.1360.jpg");
  font-family:AR PL UKai CN ,"文鼎ＰＬ新中楷","文泉驿微米黑","WenQuanYi Zen Hei Mono",Tahoma,Geneva,"微软雅黑","宋体";
  margin:0;
  padding:20px;
}

/*
 * @brief 对话框的标题栏。
 */
.Wt-dialog .titlebar
{
  color:#515b65;
  background-color:#ffffff;
  font-variant:small-caps;
  font-weight:bold;
}

/*
 * @brief 文件管理器的左侧的背景。
 */
.LeftBgLbl
{
  position:absolute;
  left:0;
  width:154px;
}

/*
 * @brief 文件管理器的左侧的底部。
 */
.BottomArea
{
/*   color:#ffffff; */
/*   background-color:#ffffff; */
  background:none repeat scroll 0 0 #474A57;
  position:absolute;
  left:0;
  bottom:0;
  padding:0 0 5px 10px;
  right:0;
  width:144px;
}

.blogtitle
{
  font-size:34px;
} 

/*
 * @brief 文件管理器的左侧的底部的空标题。
 */
.BtaTitleLbl
{
  background-position:0 -692px;
  background-repeat:repeat-x;
  background-image:url("../Images/spr_x.png");
  height:9px;
  position:absolute;
  left:0;
  bottom:186px;
  right:0;
  width:154px;
}

/*
 * @brief 文件管理器的左侧的底部的图标组的表格。
 */
.IconTable
{
  height:186px;
  width:134px;
}

/*
 * @brief 文件管理器的左侧的底部的图标组的表格中的单元格 。
 */
.IconTable td
{
  margin-right:5px;
  width:62px;
  text-align:center;
}


/*
 * @brief 文件管理器的左侧的底部的图标组的表格中的文字。
 */
.IconTable span span
{
  color:#cccccc;
/*   background-color:#ffffff; */
/*   font-variant:small-caps; */
/*   font-weight:bold; */
  display:block;
  font-size:12px;
  height:20px;
  line-height:20px;
  width:62px;
}

/*
 * @brief 文件管理器的左侧的底部的图标组的表格中的图标。
 */
.IconTable span
{
  margin:auto;
}

/*
 * @brief 文件管理器的左侧的底部的图标组中的“我的最爱”。
 */
.MyFavIcon
{
/*   color:#ffffff; */
/*   background-color:#ffffff; */
/*   font-variant:small-caps; */
/*   font-weight:bold; */
/*   font-size:130%; */
  background-position:-165px 0;
  background-repeat:repeat-x;
  background-image:url("../Images/nav_personal.png");
  height:32px;
/*   position:absolute; */
/*   margin:auto; */
  left:0;
  bottom:0;
/*   padding:0 0 5px 10px; */
  right:0;
  display:block;
  width:32px;
}


/*
 * @brief 文件管理器的左侧的底部的图标组中的“我的最爱”，悬停。
 */
.MyFavIcon:hover
{
/*   color:#ffffff; */
/*   background-color:#ffffff; */
/*   font-variant:small-caps; */
/*   font-weight:bold; */
/*   font-size:130%; */
  background-position:-165px -33px;
}


/*
 * @brief 文件管理器的左侧的底部的图标组中的“我的分享”。
 */
.MyShaIcon
{
/*   color:#ffffff; */
/*   background-color:#ffffff; */
/*   font-variant:small-caps; */
/*   font-weight:bold; */
/*   font-size:130%; */
  background-position:-66px 0;
  background-repeat:repeat-x;
  background-image:url("../Images/nav_personal.png");
  height:32px;
/*   position:absolute; */
/*   margin-left:-10px; */
  left:0;
  bottom:0;
/*   padding:0 0 5px 10px; */
  right:0;
  display:block;
  width:32px;
}

/*
 * @brief 文件管理器的左侧的底部的图标组中的“我的分享”，悬停。
 */
.MyShaIcon:hover
{
/*   color:#ffffff; */
/*   background-color:#ffffff; */
/*   font-variant:small-caps; */
/*   font-weight:bold; */
/*   font-size:130%; */
  background-position:-66px -33px;
}

/*
 * @brief 文件管理器的左侧的底部的图标组中的“待续传文件”。
 */
.RetransIcon
{
/*   color:#ffffff; */
/*   background-color:#ffffff; */
/*   font-variant:small-caps; */
/*   font-weight:bold; */
/*   font-size:130%; */
  background-position:-99px 0;
  background-repeat:repeat-x;
  background-image:url("../Images/nav_personal.png");
  height:32px;
/*   position:absolute; */
/*   margin-left:-10px; */
  left:0;
  bottom:0;
/*   padding:0 0 5px 10px; */
  right:0;
  display:block;
  width:32px;
}

/*
 * @brief 文件管理器的左侧的底部的图标组中的“待续传文件”，悬停。
 */
.RetransIcon:hover
{
/*   color:#ffffff; */
/*   background-color:#ffffff; */
/*   font-variant:small-caps; */
/*   font-weight:bold; */
/*   font-size:130%; */
  background-position:-99px -33px;
}

/*
 * @brief 文件管理器的左侧的底部的图标组中的“最新上传”。
 */
.NewestIcon
{
/*   color:#ffffff; */
/*   background-color:#ffffff; */
/*   font-variant:small-caps; */
/*   font-weight:bold; */
/*   font-size:130%; */
  background-position:-33px 0;
  background-repeat:repeat-x;
  background-image:url("../Images/nav_personal.png");
  height:32px;
/*   position:absolute; */
/*   margin-left:-10px; */
  left:0;
  bottom:0;
/*   padding:0 0 5px 10px; */
  right:0;
  display:block;
  width:32px;
}

/*
 * @brief 文件管理器的左侧的底部的图标组中的“最新上传”，悬停。
 */
.NewestIcon:hover
{
/*   color:#ffffff; */
/*   background-color:#ffffff; */
/*   font-variant:small-caps; */
/*   font-weight:bold; */
/*   font-size:130%; */
  background-position:-33px -33px;
}

/*
 * @brief 文件管理器的左侧的底部的图标组中的“回收站”。
 */
.RecylIcon
{
/*   color:#ffffff; */
/*   background-color:#ffffff; */
/*   font-variant:small-caps; */
/*   font-weight:bold; */
/*   font-size:130%; */
  background-position:0 0;
  background-repeat:repeat-x;
  background-image:url("../Images/nav_personal.png");
  height:32px;
/*   position:absolute; */
/*   margin-left:-10px; */
  left:0;
  bottom:0;
/*   padding:0 0 5px 10px; */
  right:0;
  display:block;
  width:32px;
}

/*
 * @brief 文件管理器的左侧的底部的图标组中的“回收站”，悬停。
 */
.RecylIcon:hover
{
/*   color:#ffffff; */
/*   background-color:#ffffff; */
/*   font-variant:small-caps; */
/*   font-weight:bold; */
/*   font-size:130%; */
  background-position:0 -33px;
}

/*
 * @brief 文件管理器的左侧的底部的图标组中的“最近浏览”。
 */
.RecentIcon
{
/*   color:#ffffff; */
/*   background-color:#ffffff; */
/*   font-variant:small-caps; */
/*   font-weight:bold; */
/*   font-size:130%; */
  background-position:-132px 0;
  background-repeat:repeat-x;
  background-image:url("../Images/nav_personal.png");
  height:32px;
/*   position:absolute; */
/*   margin-left:-10px; */
  left:0;
  bottom:0;
/*   padding:0 0 5px 10px; */
  right:0;
  display:block;
  width:32px;
}

/*
 * @brief 文件管理器的左侧的底部的图标组中的“最近浏览”，悬停。
 */
.RecentIcon:hover
{
/*   color:#ffffff; */
/*   background-color:#ffffff; */
/*   font-variant:small-caps; */
/*   font-weight:bold; */
/*   font-size:130%; */
  background-position:-132px -33px;
}


.Wt-dialog
{
/*   border-width:1px; */
  border-color:#000000;
  border-style:solid;
  background-color:#ffffff;
  margin:8px;
  padding:8px;
}

input
{
/*   background-color:#00ff00; */
/*   color:#0000ff; */
  border:1px;
  border-style:solid;
  border-color:#AFAFAF;
}

.longLineEdit
{
  width:300px;
}

.Wt-btn
{
  box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
  width:162px;
  background-position:0 -185px;
  background-image:url("../Images/spr_x.png");
  background-repeat:repeat-x;
  text-shadow:0 1px #276DDD;
  background-color:#4C8FFC;
  height:28px;
  color:#ffffff;
  font-weight:bold;
  font-size:12px;
  border-radius:3px 3px 3px 3px;
  line-height:29px;
  border:1px;
  border-style:solid;
  border-color:#AFAFAF;
  cursor:pointer;
  outline:none;
  max-height:28px;
}

/*!
 * @brief 灰色按钮。
 */
.ButtonGrey
{
  font-weight:normal;
  text-shadow:0 1px #ffffff;
  color:#666666;
  box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
  border-color:#c5c5c5;
  background-image:url("../Images/spr_x.png");
  background-repeat:repeat-x;
  background-position:0 -605px;
  background-color:#ffffff;
}

.RecordTable td,.RecordTable th
{
  border-width:1px;
  border-style:solid;
}

/* 记录的分组框。 */
.RecordGroupBox
{
/*   min-height:300px; */
/*   height:400px; */
  border-style:solid;
  border-width:1px;
}

/*对话框之外的空白地方，遮罩*/
.Wt-dialogcover
{
  background-color:black;
  opacity:0.7;
}

/* 对话框之外的空白地方 */
div .Wt-dialogcover
{
  opacity:0.5;
}

/*警告文字*/
.WarningText span
{
  color:#ff0000;
}

/*域名列表*/
.DomainListTable td ,.DomainListTable th
{
  border-style:solid;
  border-width:1px;
  border-color:#E3E4E6;
}

/*竖直布局器的子部件之间的拖动柄*/
.Wt-hrh
{
  border-style:dashed;
  border-width:1px;
  border-color:white;
  cursor:row-resize;
}

/*导航条左边的封口*/
.NavLftEnd
{
  top:0px;
  position:absolute;
}

/*导航条右边的封口*/
.NavRtEnd
{
  top:0px;
  position:absolute;
  left:490px;
}

/*表格中的奇数行*/
.TableRowOdd
{
  background-color:#ddF2F6;
}

/*表格中的偶数行*/
.TableRowEven
{
  background-color:#FFFFFF;
}

.Wt-outset {
    border: 0px solid #888888;
}

.Wt-tabs span span {
    background: none;
    border-bottom: 0 none;
    color: #999999;
    padding: 0px;
    white-space: nowrap;
}

.Wt-tabs span a:hover span {
/*     background: none; */
/*     border-bottom: 0 none; */
    color: #dddddd;
/*     padding: 0px; */
/*     white-space: nowrap; */
}

.Wt-tabs span {
    background: none;
    border-bottom: 1px solid #84B0C7;
    cursor: pointer;
    display: block;
    float: left;
    font-size: small;
    font-weight: bold;
    width:120px;
}

select
{
   vertical-align:middle;

}

td
{
   vertical-align:middle;

}

.IconText
{
  overflow:hidden;
  text-align:center;
  height:40px;
  width:100%;
  display:block;
  font-size:12px;
}

.IconText span
{
  overflow:hidden;
  height:40px;
/*   word-wrap:none; */
  color:#151515;
  text-decoration:none;
}

.Icon a
{
/*   overflow:hidden; */
/*   height:40px; */
/*   word-wrap:none; */
/*   color:#151515; */
  text-decoration:none;
}

/*!
 * @brief 图标中的文字，悬停。
 */
.IconText span:hover
{
/*   overflow:hidden; */
/*   height:40px; */
/*   word-wrap:none; */
  color:#ff6633;
  text-decoration:underline;
}

.Icon
{
  overflow:hidden;
  width:128px;
	height:160px;
}

/*!
 * @brief 图标中的单元格。
 */
.Icon td
{
/*   overflow:hidden; */
/*   width:128px; */
/*   text-align:center; */
}

/*!
 * 文件管理器标签页中的左侧导航。
 */
.FileManageTabWidget td
{
  padding:0;
  text-align:center;
}

/*!
 * @brief 文件管理标签页，右侧的操作区域。
 */
.RightFileArea
{
/*   overflow:auto; */
  right:0;
  top:80px;
  left:155px;
  bottom:0;
	position:absolute;
}

/*!
 * Digest article title.
 */
.digestArticleTitle
{
  font-size:28px;
}

/*!
 * 摘要内容文字标签。
 */
.digestLabel
{
  position:relative;
  top:-160px;
}

/*!
 * 继续阅读按钮。
 */
.continueReadingBtn
{
  position:relative;
  left:-200px;
  top:-50px;
}

/*!
 * @brief 文件管理标签页，右侧的操作区域，其中的表格。
 */
.RightFileArea table
{
  height:100%;
  width:100%;
}

/*!
 * @brief Wt的根。
 */
.Wt-domRoot
{
  position:absolute;
  top:20;
  left:20;
  right:20;
  bottom:20;
  opacity:0.9;
  background-image:url("../Images/2110778139985131200039.1.jpg");
}

/*!
 * @brief 文章部件。
 */
.ArticleWidget
{
  background-image:url("../Images/16.1.jpg");
}


/*!
 * @brief 整个P2pWeb对象。
 */
.P2pWebContainer
{
  height:100%;
}

/*!
 * @brief P2pWeb容器中的标签组。
 */
.P2pWebTab
{
/*  height:100%;*/
  width: 1200px;
}

/*!
 * @brief P2pWeb容器中的标签组的栈。
 */
.P2pWebTabStack
{
  position:static;
  height:100%;
}

.FileManageTabWidget
{
  height:100%;
/*   padding-top:40px; */
}
.AdImage
{
  max-width:1024px;

}

.FileTabWidget
{
  overflow:hidden;
/*   padding-top:40px; */
}

/*!
 * @brief 常见操作，容器中的单元格。
 */
.CommonOperationContainer td
{
  height:30px;
}

/*!
 * @brief 常见操作，容器。
 */
.CommonOperationContainer
{
  background:none repeat scroll 0 0 #F2F2F2;
  border-bottom:1px solid #DDDDDD;
  height:52px;
  padding:10px;
  max-height:52px;
}

/*!
 * @brief 文件区域。
 */
.FilesArea
{
  height:100%;
}

/*!
 * @brief “分享”按钮组。
 */
.ShareButtonGroup
{
  height:32px;
  margin:0;
  vertical-align:center;
  padding:0;
  width:240px;
  max-height:32px;
}

/*!
 * @brief “分享”按钮组中的条目。
 */
.ShareButtonGroup li
{
  float:left;
  list-style:none outside none;
  background:none repeat scroll 0 0 #FFFFFF;
  color:#BABABA;
  height:32px;
  vertical-align:middle;
  border:1px solid #C5C5C5;
}

/*!
 * @brief “分享”按钮组中的条目，链接。
 */
.ShareButtonGroup li a
{
/*   float:left; */
/*   list-style:none outside none; */
/*   background:none repeat scroll 0 0 #FFFFFF; */
  height:32px;
  color:#BABABA;
  line-height:32px;
  text-decoration:none;
  padding-left:15px;
  padding-right:15px;
}

/*!
 * @brief “分享”按钮组中的条目，第一个。
 */
.ShareButtonGroup li:first-child
{
/*   float:left; */
/*   list-style:none outside none; */
  border-radius:3px 0 0 3px;
}

/*!
 * @brief “分享”按钮组中的条目，最后一个。
 */
.ShareButtonGroup li:last-child
{
/*   float:left; */
/*   list-style:none outside none; */
  border-radius:0 3px 3px 0;
}

/*!
 * @brief “列表模式”菜单。
 *
 */
.ListModeMenu
{
  height:32px;
  margin:0;
  max-height:32px;
}

/*!
 * @brief “列表模式”菜单中的条目。
 */
.ListModeMenu li
{
  float:left;
  list-style:none outside none;
  height:28px;
  width:3px;
  border:1px solid #C5C5C5;
  padding:0 15px;
  vertical-align:middle;
}

/*!
 * @brief “列表模式”菜单中的条目，链接。
 */
.ListModeMenu li a
{
/*   float:left; */
/*   list-style:none outside none; */
  height:11px;
  width:13px;
  background-repeat:no-repeat;
  margin:8px -5px;
  display:block;
}



/*!
 * @brief “列表模式”菜单中的条目，第一個。
 */
.ListModeMenu li:first-child
{
/*    float:left; */
/*   list-style:none outside none; */
  border-radius:3px 0 0 3px;
}

/*!
 * @brief “列表模式”菜单中的条目，最后一個。
 */
.ListModeMenu li:last-child
{
/*    float:left; */
/*   list-style:none outside none; */
  border-radius: 0 3px 3px 0;
}

/*!
 * @brief “列表模式”菜单中的条目，第一個，链接。
 */
.ListModeMenu li:first-child a
{
/*    float:left; */
/*   list-style:none outside none; */
/*   border-radius:3px 0 0 3px; */
  background-image:url("../Images/list_type.gif");
  margin:8px -5px;
  display:block;
}

/*!
 * @brief 搜索框。
 */
.SearchBox
{
  max-height:32px;
  border-color:#BFBFBF #D7D7D7 #D7D7D7 #BFBFBF;
  border-style:solid;
  border-width:1px;
}

/*!
 * @brief 搜索框，输入条。
 */
.SearchBox input
{
/*   border-color:#BFBFBF #D7D7D7 #D7D7D7 #BFBFBF; */
/*   border-style:solid; */
/*   border-width:1px; */
  height:14px;
  padding:7px 6px;
  width:195px;
}

/*!
 * @brief 搜索框，按钮。
 */
.SearchBox button
{
/*   border-color:#BFBFBF #D7D7D7 #D7D7D7 #BFBFBF; */
/*   border-style:solid; */
/*   border-width:1px; */
  border:0 none;
  position:relative;
  width:20px;
  background-image:url("../Images/page_handle.gif");
  background-position:-80px -20px;
  background-color:transparent;
  height:20px;
  top:4px;
/*   padding:7px 6px; */
  float:right;
}

/*!
 * @brief 刷新本页。
 */
.RefreshAnchor
{
  font-size:12px;
  color:#3366CC;
}

/*!
 * @brief 容量部件。
 */
.CapacityWidget
{
	position:absolute;
	right:0;
	bottom:0;
	width:149px;
	padding:5px 10px 5px 55px;
}

/*!
 * @brief 容量部件中的进度条。
 */
.SizeProgBar
{
	width:145px;
	border:1px solid #a7a7a7;
	border-radius:3px;
	height:11px;
	padding:1px;
}

/*!
 * @brief 进度条中的文字。
 */
.Wt-pgb-label
{
	color:transparent;
}

/*!
 * @brief 进度条中的条块。
 */
.Wt-pgb-bar
{
	background-color:#3374dc;
	height:11px;
}

/*!
 * @brief 容量部件中的容量说明文字。
 */
.SizeLabel
{
	font-size:12px;
}

/*!
 * @brief 容量部件中的硬盘图片。
 */
.SizeHardDisk
{
	position:absolute;
	left:6px;
}

/*!
 * @brief 分享对话框中的文件名输入框。
 */
.FlNmLnEdt
{
	width:564px;
	left:62px;
/* 	position:absolute; */
	top:40px;
}

/*!
 * @brief 分享对话框中的内容提示标签。
 */
.ContntLbl
{
	position:static;
	vertical-align:top;
	left:0px;
	top:65px;

}

/*!
 * @brief 分享对话框中的内容输入文本框。
 */
.ContntTxtAr
{
	position:static;
	left:42px;
	top:65px;
	width:464px;
	height:258px;
}

/*!
 * @brief 分享对话框。
 */
.ShareDialog
{
	background-color:white;
	width:700px;
	height:500px;
}

.WeiboImg
{
	position:static;
	left:25px;
	bottom:65px;
}

.FlPrmptLabl
{
/* 	position:absolute; */
	left:15px;
	top:40px;
}

.ShareBtn
{
	position:absolute;
	bottom:30px;
	right:30px;
	width:64px;
	height:34px;
	padding:0;
}

.CloseButton
{
	position:absolute;
	bottom:30px;
	height:32px;
	right:100px;
	width:100px;
}

.DownloadDialog
{
	height:400px;
	width:500px;
	background-color:white;
}


.UserManageTabWidget td,.UserManageTabWidget th
{
	border-style:solid;
	border-width:1px;
}

.NamePromptLabel
{
	position:absolute;
	left:10px;
	top:80px;
}

.NameInput
{
	position:absolute;
	top:80px;
	left:160px;
}

.PasswordPrompt
{
	position:absolute;
	left:10px;
	top:120px;

}

.PasswordInput
{
	position:absolute;
	left:160px;
	top:120px;
}

.PasswordPromptAgain
{
	position:absolute;
	left:10px;
	top:160px;
}

.PasswordInputAgain
{
	position:absolute;
	left:160px;
	top:160px;
}

.RolePrompt
{
	position:absolute;
	left:10px;
	top:200px;
}

.RoleCombo
{
	position:absolute;
	left:160px;
	top:200px;
}

.okButton
{
	position:absolute;
	left:480px;
	top:10px;
}

.CancelButton
{
	position:absolute;
	left:80px;
	top:240px;
}

.NewUserDialog
{
	width:350px;
	height:300px;
	border-style:solid;
	border-color:white;
	border-width:5px;
}

.NameLabel
{
	position:absolute;
	left:160px;
	top:80px;
}

.ShareTarget
{
/* 	position:absolute; */
	top:69px;
	left:20px;
}

.ChosenUserList
{
	width:444px;
	height:30px;
	border-color:#AFAFAF #D6D6D6 #D6D6D6 #AFAFAF;
	border-style:solid;
	border-width:1px;
	padding:2px;
}

.DescriptionTextArea
{
	width:430px;
	height:159px;
	padding:5px 9px;
	border-width:1px;
	margin:0;
}

.UserList
{
	height:159px;
	width:178px;
	border-width:1px;
	border-style:solid;
}

.UserListItem
{
	display:block;
}

.ShareTargetUser
{
	border-color:#598631;
	border-radius:2px;
	border-style:solid;
	border-width:1px;
	box-shadow:1px 1px 1px #489535;
	margin-left:4px;
}

.TimePromptLabel
{

}

.StartDatePicker
{
	width:211px;
}

.Wt-tabs a
{
    background:none;
} /*.Wt-tabs a*/

.GpsMap
{
    width:800px;
    height:600px;
}

.LongButton
{
    width:112px;
}

.InfoListTable tr:hover
{
  background-color:#c8d9e4;
} /*.InfoListTable tr:hover*/

.contentPrompt
{
  position:absolute;
  left:5px;
  top:40px;
} /*.contentPrompt*/

.contentTextArea
{
  position:absolute;
  left:5px;
  top:60px;
} /*.contentTextArea*/

.NewArticleDialog
{
  width:340px;
  height:160px;
  overflow:scroll;
} /*.NewArticleDialog*/

.categoryTree
{
  position:absolute;
  left:5px;
  top:130px;
} /*.categoryTree*/

.SideBarWidget
{
position: absolute;
left: 1200px;
top: 0px;
width: 400px;
}

.OpinionsLabel
{
    display: block;
    
  height:40px;
  font-size:28px;
  line-height:40px;
  background:url("../Images/5e24657fjw1e8qgp5bmzyj2050050aa8.2.jpg") repeat scroll 0 0 #545765;
}

.OpinionContent
{
    display: block;
    
  font-size:20px;
  line-height:24px;
  
  margin: 10px;

}

.QuotedOpinionContent
{
    display: block;
    
  font-size:12px;
  line-height:16px;
    color: #492949;
    margin: 3px;
}

.QuotedOpinionContent:before
{
    content: '→';
}

 .QuotedOpinionContent:after
 {
     content: '←';
}

.CommentWidget
{
    border-width:1px 0 0 0;
    border-color:#164904;
  border-style:solid;

  margin-top: 5px;
}

.CommentAuthorName
{
    font-size: 20px;
    color: red;
    margin-left: 5px;
}

.CommentArticleTitle
{
  font-size: 20px;
  color: green;
  margin-left: 5px;
  display: block;
}

.IssueOpinionWidget
{
        border-width:1px 0 0 0;
    border-color:#164904;
  border-style:solid;

  margin-top: 5px;

}

.IssueCommentLineEdit
{
  display: block;
    width: 333px;
}

.IssueCommentTextArea
{
    display: block;
    width: 342px;
}

.PaymentAccessCode
{
    display: block;
    color: #094208;
    font-size: 80px;
}

.BlindBoxApplicationName
{
  display: block;
  color: #094208;
  font-size: 70px;
  line-height: 1.1em;
  max-height: 2.2em;
}

.BlindBoxTabWidget
{
  overflow-wrap: anywhere;
}

.BlindBoxPrompt
{
  display: block;
}

.BlindBoxApkPrompt
{
  display: block;
  margin-top: 36px;
  color: #3D6F64;
  font-size: 32px;
  overflow-wrap: anywhere;
}

.BlindBoxApkPrompt span
{
  overflow-wrap: anywhere;
  white-space: normal;
}

.BlindBoxApplicationApkUrl
{
  font-size:28px;
  line-height: 1.1em;
  max-height: 2.2em;
  display: block;
  overflow: hidden;
  word-break: break-word;
}


@import "QueueMateWeb.400.700.css" screen and (min-width:400px) and (max-width:700px)

@import "QueueMateWeb.1080.css" screen and (max-width:1080px)

