﻿.word-wrap {
  word-break: break-all;
  word-wrap: break-word;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
/* dx弹窗 */
.dxpopup {
  background: url(/images/dxpopup_bg.png) repeat 0 0;
  position: absolute;
  z-index: 900;
  -webkit-box-shadow: 0 0 1em #999999;
  -moz-box-shadow: 0 0 1em #999999;
  -o-box-shadow: 0 0 1em #999999;
  box-shadow: 0 0 1em #999999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size:7px;
}
.dxpopup-tb {
  background: #FFF;
  margin: 4px;
  width: auto;
}
.dxpopup-wp {
  padding: 20px 20px;
}
.dxalert-wp{
padding: 8px 20px;
  font-size: 15px;
font-family: "微软雅黑","宋体";
}
/* 确认弹窗 */
.popup-confirm {
  color: #999;
  width: 200px;
  overflow: hidden;
}
.popup-confirm .confirm-message {
  font-size: 14px;
  font-weight: bold;
  height: 1%;
  line-height: 25px;
  padding-left: 30px;
  position: relative;
}
.popup-confirm .confirm-message .icon-query {
  background: url(/images/popup_confirm_icons.png) no-repeat 0 0;
  display: block;
  height: 25px;
  width: 25px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.popup-confirm .confirm-buttons {
  height: 32px;
  margin-top: 20px;
  overflow: hidden;
  text-align: center;
}
.popup-confirm .confirm-buttons .confirm-cancel {
  margin-left: 5px;
}
.popup-confirm .confirm-submit {
  background: url(/images/popup_confirm_btns.png) no-repeat 0 0;
  border: none;
  color: #FFF;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  width: 88px;
  text-align: center;
}
.popup-confirm .confirm-submit:hover {
  background-position: -100px 0;
}
.popup-confirm .confirm-submit:active {
  background-position: -200px 0;
}
.popup-confirm .confirm-cancel {
  background: url(/images/popup_confirm_btns.png) no-repeat 0 -32px;
  border: none;
  color: #FFF;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  width: 88px;
  text-align: center;
}
.popup-confirm .confirm-cancel:hover {
  background-position: -100px -32px;
}
.popup-confirm .confirm-cancel:active {
  background-position: -200px -32px;
}
.popup-confirm a.confirm-submit,
.popup-confirm a.confirm-cancel {
  display: inline-block;
}