﻿.vip-sick{
	position: fixed;
	z-index: 99999;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.vip-wrap{
	width: 800px;
	background-color: #fff;
	position: absolute;
	left: 40%;
	top: 35%;
	margin-left: -266px;
	margin-top: -190px;
	overflow: hidden;
}
.vip-content{
	padding: 0 40px;
	height: 100%;
}
.vip-content-title{
	font-size: 20px;
	font-family: 'Microsoft Yahei';
	font-weight: 500;
	color: #59607B;
	text-align: center;
	margin-bottom: 29px;
	padding: 20px 0;
	border-bottom: 1px solid #D5D5DE;
}
.vip-content-title .close{
	width: 18px;
	height: 18px;
	margin-right: 20px;
  float: right;
	color: #8A8A8A;
	cursor: pointer;
}
.vip-content-title .close img{
	width: 100%;
	height: 100%;
}
.vip-content-from{
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 25px;
	overflow: hidden;
}
.vip-content-from label{
	color: #303445;
	font-size: 14px;
	padding-right: 10px;
	vertical-align: middle;
}
.vip-content-from input{
	width: 150px;
	height: 30px;
}
.vip-intention-type{
	height: 145px;
	overflow: hidden;
	margin-top: 13px;
	margin-bottom: 24px;
}
.vip-intention-type .intention-type{
	position: relative;
	border: 1px solid #D5D5DE;
	width: 136px;
	height: 142px;
	display: inline-block;
	text-align: center;
	margin-right: 22px;
	cursor: pointer;
}
.vip-intention-type .active{
	border: 1px solid #3091F2;
}
.vip-intention-type .intention-type div:nth-child(1){
	font-size: 14px;
	color: #313445;
	margin-top: 30px;
	margin-bottom: 5px;
}
.vip-intention-type .intention-type div:nth-child(2){
	font-size: 20px;
	color: #313445;
	font-weight: 500;
	line-height: 28px;
	padding-bottom: 21px;
}
.vip-intention-type .unit,
.vip-increment-from .unit{
	font-size: 14px;
	line-height: 20px;
	color: #969696;
	margin-left: 5px;
}
.vip-intention-type .intention-type div:nth-child(3){
	line-height: 38px;
	width: 100px;
	margin-left: 18px;
	border-top: 1px dashed #E8EAF5;
}
.vip-intention-type .intention-type .checked-img{
	display: none;
	position: absolute;
	top: -1px;
	right: -1px;
	width: 27px;
	height: 25px;
}
.intention-type .checked-img img{
	width: 100%;
	height: 100%;
}
.vip-intention-type .active .checked-img{
	display: block;
}
.vip-increment-from {
	width: 100%;
	height: 152px;
}
.vip-content-type{
	margin-top: 19px;
}
.vip-content-type .content-type{
	position: relative;
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #313445;
	border: 1px solid #D5D5D5;
	margin-right: 22px;
	margin-bottom: 9px;
	cursor: pointer;
	font-size: 14px;
}
.vip-content-type .active{
	border: 1px solid #3091F2;
}
.vip-content-type .content-type .checked-img{
	display: none;
	position: absolute;
	top: -5px;
	right: -1px;
	width: 22px;
	height: 21px;
	display: none;
}
.vip-content-type .content-type .checked-img img{
	width: 100%;
	height: 100%;
}
.vip-content-type .active .checked-img{
	display: block;
}
.operation{
	width: 270px;
	height: 40px;
	float: right;
	margin-top: 17px;
	margin-bottom:30px;
}
.operation .vip-submit,
.operation .vip-cancel{
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #3091F2;
	font-size: 12px;
	cursor: pointer;
	border-radius: 2px;
}
.operation .vip-cancel{
	border-radius: 2px;
	color: #313445;
	background: #fff;
	border: 1px solid #d5d5d5;
	margin-right: 22px;
}
.success-sick{
	position: fixed;
	z-index: 99999;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.success-wrap{
	width: 420px;
	height:170px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -210px;
	margin-top: -85px;
	overflow: hidden;
}
.success-con{
	padding: 30px;
}
.success-title{
	color: #303445;
	font-size: 14px;
	padding-left: 18px;
}
.success-info{
	color: #59607B;
	font-size: 12px;
	margin-top: 20px;
	padding-left: 47px;
}
.success-sure{
	width: 60px;
	height: 30px;
	background: #3091F2;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin-top: 27px;
	float: right;
	cursor: pointer;
}
.success-right{
	padding-right: 10px;
	vertical-align: middle;
	display: inline-block;
}