* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.referral{
    width: 100%;
    /* height: 1080px; */
    background-color: #f1f2f3;
    padding-bottom: 100px;
}
.referral input{
	border: 0; 
	margin-bottom: 8px;
}
.referral input[type = "text"]{
	height: 22px;
}
.referral ul{
	position: relative;
	height: 100%;
}
.referral li{
	margin-bottom: 10px;
	list-style-type:none;
}
.referral form{
	width: 340px;
	/* height: 100%; */
	margin: 12px auto;
}
.referral_header {
	margin: auto;
	width: 100%;
	height: 40px;
	background-color: #fff;
	text-align: center;
	line-height: 40px;
}
.referral_header .referral_title {
	position: absolute;
	top: 0;
	right: 40px;
	width: calc(100% - 80px);
	height: 40px;
	line-height: 40px;
	font-size: 1.2em;
}
.referral_header .referral_back {
	position: absolute;
	top: 0;
	left: 10px;
	color: #a3a3a3;
	cursor:pointer;
	/* margin: 15px; */
	/* width: 10px;
	height: 10px; */
	/* background: url("../img/button/zoom.png") no-repeat center;
	background-size: 100% 100%; */
  }
  
  .referral_header .referral_close {
	position: absolute;
	top: 0;
	right: 0;
	margin: 15px;
	width: 10px;
	height: 10px;
	background: url("../img/button/close-0.png") no-repeat center;
	background-size: 100% 100%;
	cursor:pointer;
}
  .referral_content{
	  width: 380px;
	  padding: 0 20px;
	  margin: 0 auto;
	  /* height: 89%; */
  }
  .referral .left{
	  width: 150px;
	  float: left;
  }
  .referral .right{
	margin-left: 160px;
}
.next_page{
	width: 109px;
	/* height: 35px; */
	text-align: center;
	line-height: 35px;
	border-radius: 10px;
	color: #fff;
	/* background: url(../img/button/load.png) no-repeat; */
	background: #c7242e;
	position: absolute;
	bottom: -100px;
	left: 120px;
	cursor:pointer;
}
.referral_cancel{
	width: 130px;
	/* height: 35px; */
	text-align: center;
	line-height: 35px;
	border-radius: 10px;
	color: #C6242E;
	/* background: url(../img/button/refuse.png) no-repeat; */
	background: #cccccc;
	display: inline-block;
	margin-right: 20px;
	cursor:pointer;
}
.referral_confirm{
	width: 130px;
	/* height: 35px; */
	text-align: center;
	line-height: 35px;
	border-radius: 10px;
	color: #fff;
	/* background: url(../img/button/load.png) no-repeat; */
	background: #c7242e;
	display: inline-block;
	cursor:pointer;
}
.solveClass{
	width: 210px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
    position: absolute;
    top: 20px;
    right: calc(50vw - 105px);
	background:rgb(164, 200, 229);
	z-index: 1;
	border-radius: 5px;
}
#entrustId,#warrantId,#declareInfoId{
	color: red;
	font-size: 12px;
}
.timeTips{
	font-size: 12px;
	color: rgb(166, 170, 173);
	display: inline-block;
}
.butExport{
	display: none;
	/* float: right; */
	position: absolute;
	top: 40px;
	right: 0px;
	padding: 0 5px;
	margin: 10px;
	background-color: #c1c1c1;
	border: 0;
	border-radius: 3px;
	z-index: 99;
}
#today{
	display: none;
	font-size: 12px;
	/* float: right; */
	color: rgb(166, 170, 173);
	position: relative;
	top: 16px;
	left: 225px;
}

/* modalAlert */
.modalAlert {
	border-radius: 10px;
	overflow: hidden;
	border: none !important;
	background-color: #FFFFFF !important;
	width: 300px !important;
	left: 50% !important;
	top: 50% !important;
	margin-left: -150px;
	margin-top: -64px;
}

@media screen and (min-width: 640px) {
	.modalAlert {
		width: 400px !important;
		left: 50% !important;
		margin-left: -200px;
	}
}

.modalAlert .lobibox-header {
	background-color: #FFFFFF !important;
	padding: 0 !important;
}

.modalAlert img {
	display: none;
}

.modalAlert .lobibox-body-text-wrapper {
	width: 100% !important;
}

.modalAlert .lobibox-footer {
	background-color: #F00000 !important;
}

.modalAlert .lobibox-btn {
	color: #FFFFFF !important;
	background-color: #F00000 !important;
	border-color: #F00000 !important;
	cursor: pointer;
}

.modalAlert .lobibox-btn:hover,
.modalAlert .lobibox-btn:focus,
.modalAlert .lobibox-btn.focus,
.modalAlert .lobibox-btn:active,
.modalAlert .lobibox-btn.active,
.open>.dropdown-toggle.modalAlert .lobibox-btn {
	color: #FFFFFF !important;
	background-color: #F00000 !important;
	border-color: #F00000 !important;
}

#Email{
	margin-bottom: 8px;
	background: #fff;
	font-size: 12px;
	line-height: 22px;
	white-space:normal;
	word-break:break-all;
	word-wrap:break-word; 
}