.mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
	display: none;
}
.cantmask{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
	display: none;
}
.ant-modal-centered {
	text-align: center;
}
#phoneSever {
  cursor: pointer;
  width: 60px;
  color: #0099ff !important;
  background: rgba(242, 242, 242, 1) !important;
  color: #0099ff;
  position: absolute;
  right: -60px;
  top: 150px;
  text-align: center;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-top: 8px;
  box-shadow: 2px 2px 5px #888888;
  height: 150px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-color: rgba(242, 242, 242, 1) !important;
  font-size: 16px;
}
.ant-modal {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, 0.65);
	font-size: 0.4375rem;
	font-variant: tabular-nums;
	line-height: 1.5;
	list-style: none;
	font-feature-settings: 'tnum';
	position: relative;
	top: 3.125rem;
	width: auto;
	margin: 0 auto;
	padding-bottom: 0.75rem;
	position: relative;
}

.ant-modal-wrap {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	overflow: auto;
	outline: 0;
	-webkit-overflow-scrolling: touch;
}

.ant-modal-centered .ant-modal {
	top: 0;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.ant-modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.15);
}

.ant-modal-body {
	font-size: 0.4375rem;
	line-height: 1.5;
	word-wrap: break-word;
	padding-bottom: 0px;
}

.ant-modal-body p {
	margin-bottom: 1em;
}

.ant-modal-footer {
	padding: 0.3125rem 0.5rem;
	text-align: center;
	border-radius: 0 0 0.125rem 0.125rem;
}

.modal-tip .ant-btn {
	width: 2.8125rem;
}

.alertTitle {
	color: #000;
	font-size: 0.625rem;
	text-align: center;
}

.alertText {
	font-size: 0.5625rem;
	text-align: center;
}

.pdf-box {
	text-align: center;
	position: relative;
}

.pdf-box img {
	display: block;
	margin: 0 auto;
}

.ant-modal-header {
	padding: 0.5rem 0.75rem;
	color: rgba(0, 0, 0, 0.65);
	background: #fff;
	border-radius: 0.125rem 0.125rem 0 0;
	background: #CD0400 !important;
	color: #fff;
}
.ant-modal-title {
	margin: 0;
	color:#fff;
	font-weight: 500;
	font-size: 0.5rem;
	height: 20px;
	line-height: 20px;
	text-align: left;
}
.ant-modal-title img{
	height: 100%
	position:
}
.ant-modal-body-title {
	line-height: 50px;
	text-align: left;
}

.pdf-box-content {
	overflow: auto;
}

.disabled {
	background: #c9c9c9 !important;
	color: #fff !important;
	border: .03125rem solid #c9c9c9 !important;
	line-height: 1.499;
	position: relative;
	display: inline-block;
	font-weight: 400;
	white-space: nowrap;
	text-align: center;
	background-image: none;
	border: 0.03125rem solid transparent;
	box-shadow: 0 0.0625rem 0 rgba(0, 0, 0, 0.015);
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: manipulation;
	height: 1rem;
	padding: 0 0.46875rem;
	font-size: 0.4375rem;
	border-radius: 0.125rem;
	color: #fff !important;
}
.ant-modal-close {
    position: absolute;
    top: 8px;
    right: 0;
    z-index: 10;
    padding: 0;
    color: rgba(0, 0, 0, 0.45);
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    background: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: color 0.3s;
}
.ant-modal-close-x {
    display: block;
    width: 2rem;
    height: 2rem;
    font-size: 0.571429rem;
    font-style: normal;
    line-height: 2rem;
    text-align: center;
    text-transform: none;
    text-rendering: auto;
}
.close-icon {
    width: 1.071429rem;
}