input[disabled],select[disabled]{
	background: #dcdcdc;
	cursor: no-drop;
}
.baseInfo{
	padding: 25px 30px;
	background-color: #10569a;
}
.baseRow{
	font-size: 0;
}
.baseRow + .baseRow{
	margin-top: 20px;
}
.baseCol{
	display: inline-block;
	vertical-align: middle;
}
.baseCol + .baseCol{
	padding-left: 30px;
}
.inputLabel{
    min-width: 120px;
	margin-right: 10px;
	font-size: 14px;
	line-height: 1.2;
	color: #fff;
}
.inputWrap{
	font-size: 14px;
}
.inputWrap input,
.inputWrap select{
	width: 190px;
	height: 32px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 32px;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.inputWrap select{
	padding-top: 6px;
	padding-bottom: 6px;
}
.nextBirth{
	color: #fff;
}
.sectionItem{
	border-top:1px solid #5a8fd3;
}
.itemPanel{
	padding: 18px 0 18px 30px;
	background: url('/static/images/desktop/top_cover/bg.png') no-repeat;
	background-color: #2d72b5;
	color: #fff;
	font-size: 0;
}
.sectionSwitch,
.description{
	display: inline-block;
}
.description{
	width: 1000px;
	position: relative;
}
.sectionSwitch{
	width: 22px;
	height: 22px;
	margin-right: 10px;
	margin-top: 7px;
	background: url('/static/images/desktop/top_cover/sprint.png') no-repeat;
	background-position: -95px -95px;
	vertical-align: top;
	cursor: pointer;
}
.active .sectionSwitch{
	background-position: -24px -95px;
}
.sectionSwitch.disabled{
	background-position: -164px -95px;
	cursor: no-drop;
}
.expansionTable td{
	padding-top: 15px;
	padding-bottom: 15px;
	border-right: 1px solid #ced7df;
}
.expansionTable tr + tr{
	border-top: 1px solid #ced7df;
}
.expansionTable tr + tr.rele{
	border-top: 1px dashed #ced7df;
}
.borderStyle_top_dashed{
	border-style: dashed;
}
.yesOrNo .yes,
.yesOrNo .no{
	width: 64px;
}
.yesOrNo .no{
	text-align: right;
}
.description h2{
	font-family: "Arial Black";
	font-size: 20px;
	margin-bottom: 5px;
}
.description p{
	font-size: 14px;
	width: 80%;
	line-height: 1.3;
}
.premium{
	visibility: hidden;
	width: 225px;
	font-size: 18px;
	position: absolute;
	right: -35px;
	top: 50%;
	margin-top: -13.5px;
	text-align: center;
}
.active .premium{
	visibility: visible;
}
.expansion{
	height: 0;
	overflow: hidden;
	background: #fff;
	border-left: 1px solid #ced7df;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.active .expansion{
	height:auto;
}
.firstCol{
	width: 675px;
	padding-left: 66px;
}
.secondCol{
	width: 200px;
}
.thirdCol{
	width: 225px;
}
.secondCol,
.thirdCol{
	text-align: center;
	color: #00305E;
}
.secondCol{
	font-size: 16px;
}
.thirdCol{
	font-size: 18px;
	font-weight: bold;
}
.expansionDes h4{
	font-size: 18px;
	color: #3B526A;
}
.expansionDes p{
	width: 80%;
	color: #657382;
	line-height: 1.2;
}
.tableInput input,
.tableInput select,
.numAddMin{
	width: 128px;
	height: 32px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
	border:1px solid #9BBBDB;
	background: #c0d2e4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.tableInput select{
	padding-top: 4px;
	padding-bottom: 4px;
}
.tableInput select[disabled]{
	background: #dcdcdc;
}
.tableInput .numAddMin input{
	width: 58px;
	height: 28px;
	border-top: 0;
	border-bottom: 0;
	text-align: center;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.numAddMin{
	width:auto;
	padding-left: 0;
	padding-right: 0;
	font-size: 0;
}
.numMin,
.numAdd{
	display: inline-block;
	width: 35px;
	height: 28px;
	vertical-align: middle;
	cursor: pointer;
	background: url('/static/images/desktop/top_cover/sprint.png') no-repeat;
}
.numMin{
	background-position: -18px -234px;
}
.numMin.disabled{
	cursor: no-drop;
	background-position: -89px -234px;
}
.numAdd{
	background-position: -16px -303px;
}
.numAdd.disabled{
	background-position: -88px -303px;
}
.numAddMin.cannot,
.tableInput .cannot input{
	color: #9ea4a9;
    background: #d4d5d7;
    border-color: #b7b7b7;
}
.numAddMin.cannot .numMin{
	cursor: no-drop;
	background-position: -159px -234px;
}
.numAddMin.cannot .numAdd{
	cursor: no-drop;
	background-position: -159px -303px;
}
.moneyPanel{
	display: none;
	text-align: right;
	background: #fff;
	border-top: 1px solid #ced7df;
	padding: 15px 10px 30px 10px;
}
.moneyPanel.active{
	display: block;
}
.sectionBox .moneyInfo{
	margin-bottom: 20px;
	border-left: none;
	border-right: none;
	background: #fff;
	font-size: 16px;
}
.moneyInfo table{
	display: inline-table;
	margin-top: 0;
	text-align: right;
	color: #00305E;
	font-weight: bold;
}
.moneyInfo td + td{
	text-align: left;
	text-indent: 5px;
}
.moneyInfo:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	display: inline-block;
	width: 70%;
	height: 1px;
	background: -webkit-linear-gradient(to right,#fff 80%,transparent 100%);
	background: -moz-linear-gradient(to right,#fff 80%,transparent 100%);
	background: -o-linear-gradient(to right,#fff 80%,transparent 100%);
	background: linear-gradient(to right,#fff 80%,transparent 100%);
}
.quote{
	width: 208px;
    height: 47px;
    line-height: 45px;
    padding: 0;
    background-color: #fff;
    font-size: 20px;
    font-weight: bold;
    color: #00305e;
    border:1px solid #00305e;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
}
.tishi{
	text-align: left;
	margin: 0 15px;
	font-size: 14px;
	color: red;
	line-height: 18px;
}
.Red-box{
	border: 2px solid red!important;
	border-radius: 3px !important;
}
.Red-bor{
	border: 2px solid red!important;
	border-radius:50% !important;
}
