@charset "utf-8";
/*Unicode編碼*/
/*微軟雅黑*/
/*宋體*/
/*定義主體寬度*/
/*定義主體填充*/
/*定義圖片位置*/
/*定義間距*/
.clearfix {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
/*清除浮動*/
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
/*樣式控製字符長度，需指定寬度*/
._com_location {
  /*當前位置 公用樣式*/
  font-size: 12px;
  color: #666;
  display: block;
}
._com_a_hover {
  /*鏈接hover 公用樣式*/
  color: #2c8bea;
  text-decoration: underline;
}
._com_circle {
  /*圓圈 公用樣式*/
  background: url("../images/circle.jpg") no-repeat left center;
}
/*內頁公用變量*/
/*主要間距*/
/*定義[ 左邊 ]的寬度*/
.ui-pop-wrap {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
}
.ui-pop-layer {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ui-pop-container {
  position: absolute;
  left: 50%;
  margin-left: -300px;
  width: 860px;
  border: 1px solid #e5e5e5;
  background: #FFF;
  z-index: 1020;
}
.ui-pop-top {
  width: 100%;
  background-color: #ebebeb;
}
.ui-pop-top:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.ui-pop-title {
  float: left;
  color: #666;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  text-indent: 12px;
}
.ui-pop-close {
  float: right;
  width: 36px;
  height: 36px;
  display: block;
  background: url("../images/close.png") no-repeat center center;
  cursor: pointer;
}
.ui-pop-close:hover {
  background: url("../images/close_1.png") no-repeat center center;
}
.ui-pop-contect {
  padding: 30px 12px 56px 12px;
  overflow: auto;
}
.ui-pop-button {
  width: 100%;
  background-color: #f5f5f5;
  text-align: center;
  display: inline-block;
  padding: 16px 0;
}
.ui-pop-save,
.ui-pop-cancel {
  width: 120px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  background-color: #36A6B7;
  margin-right: 20px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.ui-pop-cancel {
  background-color: #D4D4D4;
  color: #555;
}
.ui-pop-message {
  font-size: 16px;
  color: #333;
  text-align: center;
}
