@charset "utf-8";
/* CSS Document */
html, body, div,  h1, h2, h3, h4, h5, h6, p, a, em, img, strong, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, footer, header, menu, nav, section, audio, video {margin: 0;padding: 0;border: none;outline: none;font: inherit;font-size: 14px;font-family:Helvetica,sans-serif;}

input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; } 
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.main {
    width: 100%;
	position: relative;
    margin: 0;
    padding: 0;
	margin-top: 20px;
}
.main_img {
    width: 30%;
	position: absolute;
	right:18px;
	top:35px;
}
.con_mengcheng_kuang {
    width: 95%;
    margin: 0 auto;
}
.con_mengcheng{
	display: inline-block;
    padding: 14px 0px 14px 0px;
    color: #656565;
	font-size:14px;
}
.con_mengcheng span{
    color: #f34256;
}
.con_mengcheng_inpu {
    display: inline-block;
    color: #969696;
    line-height: 30px;
    width: 62%;
}
.con_mengcheng_kuang select {
	-webkit-appearance: none; 
	border-radius:0;
	border:0;
    color: #f34256;
    line-height: 30px;
    font-size: 14px;
    width: 100%;
	border-bottom:1px solid #b2b2b2;
	background: url(../../img/dtCaculator/img_04.png) no-repeat right center;
	padding-right: 14px;
}
.con_time_inpu {
    display: inline-block;
    color: #969696;
    font-size: 14px;
    width: 32%;
}

.con_time_inpu  span{
    display: inline-block;
}
.con_time_inpu .bd_input {
    width: 60%;
    float: left;
    display: inline-block;
    padding: 6px 5px;
    background-color: #fff;
    color: #727171;
    font-size: 14px;
    border-radius: 0;
}
.con_time_inpu .bd_span{
	width: 40%;
	display: inline-block;
	padding:6px 5px;
	color:#ff0000;
	text-align: right;
	 font-size:11px; }
.con_mengcheng_kuang input {
	-webkit-appearance: none; 
	border-radius:0;
    border: 0;
    height: 30px;
    color: #656565;
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    width: 80%;
	border-bottom:1px solid #b2b2b2;
}
.con_fenghong1 {
    display: inline-block;
    font-size: 14px;
    border-radius: 10px;
    padding: 0px;
    margin: 0;
    clear: both;
}
.con_fenghong2 {
    display: inline-block;
    font-size: 14px;
    border-radius: 10px;
    padding: 0px;
    margin: 0;
    clear: both;
}
.con_fenghong1 .br_check_no{
	display: inline-block;
	border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
	background-color: #f34256;
    color: #fff;
	padding: 0 15px;
	line-height:30px;
	text-align:center;
}
.con_fenghong1 .br_check_ok{
	display: inline-block;
	border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
	background-color: #eeeeee;
    color: #656565;
	padding: 0 15px;
	line-height:30px;
	text-align:center;
}
.con_fenghong2 .br_check_no{
	display: inline-block;
	border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
	background-color: #eeeeee;
    color: #656565;
	padding: 0 15px;
	line-height:30px;
	text-align:center;
}
.con_fenghong2 .br_check_ok{
	display: inline-block;
	border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
	background-color: #f34256;
    color: #fff;
	padding: 0 15px;
	line-height:30px;
	text-align:center;
}
.dt_feilv{
	width:55%;
    display: inline-block;
    clear: both;
    position: relative;
}
.dt_feilv span{
	display: inline-block;
	height: 30px;
    color: #656565;
	line-height: 30px;
    font-size: 14px;
}
.input_fund {
    width: 95%;
    background-color: #fff;
    color: #727171;
    display: block;
    font-size: 14px;
    padding: 0px 5px;
    border-radius: 0;
}
.dt_box{
	width: 100%;
}
.dt_text {
    width: 100%;
    text-align: center;
    margin-top: -26px;
    clear: both;
    padding-bottom: 5px;
}
.dt_text .dt_value {
    display: inline-block;
    height: 32px;
    line-height: 30px;
}
.dt_text .dt_value span {
    display: inline-block;
    height: 32px;
    color: #656565;
    font-size: 14px;
}
.dt_text .dt_edit {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    -webkit-appearance: none;
    text-decoration: none;
}
.dt_text .dt_edit span {
    display: block;
    width: 30px;
    height: 32px;
    background: url(../../img/dtCaculator/img_02.png) no-repeat center center;
    background-size: 16px 16px;
}
.dt_item {
    width: 100%;
    list-style: none;
    border-radius: 3px;
    padding-bottom: 5px;
	display:table;
	
}
.dt_item li.dt_active {
    background-color: #f34256;
    color: #fff;
    border-color: #f34256;
}
#dt_lv1{
	
}
.dt_item li:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.dt_item li {
	
    text-align: center;
    padding: 7px 0px;
    color: #727171;
    border-top: 1px solid #f34256;
    border-bottom: 1px solid #f34256;
    border-left: 1px solid #f34256;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: none;
	display:table-cell;
	width:20%;
	
}
.wbdl {
    border-left: 1px solid #f34256;
}
.dt_item li:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-right: 1px solid #f34256;
}
.btt_viewbox .bv_slider {
    width: 95%;
    margin: 10px auto;
    height: 40px;
}
.dt_tijiao {
    width: 90%;
    margin: 0 auto;
	padding:20px 0;
}
.dt_tijiao a {
	text-decoration:none;
	display: inline-block;
}
.dt_tijiao_font {
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    background-color: #f34256;
    border: 0;
    border-radius: 20px;
    display: block;
	outline: none;
}

.dt_tijiao_font1 {
	display:inline-block;
    width: 45%;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    background-color: #f34256;
    border: 0;
    border-radius: 20px;
 	outline: none;
}
.dt_tijiao_font2 {
	display:inline-block;
    width: 45%;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    background-color: #f34256;
    border: 0;
    border-radius: 20px;
	outline: none;
}
.btt_viewbox{
	width:80%;
	margin:0 auto;
}
.btt_viewbox .bv_text.bt_edit {
    display: inline - block;
    height: 32px;
    line-height: 32px; 
	-webkit-appearance: none;
    text-decoration: none;
}





.mingxi_til{
	text-align:center;
	color:#f34256;
	font-size:18px;
	font-weight:bold;
	line-height:40px;
}
.mingxi_box {
    width: 95%;
    margin: 0 auto;
	display: -webkit-box; /* Safari */
	display: flex;
	line-height:35px;
	padding-bottom:5px;
}
.mingxi_biaoti1 {
    color: #656565;
    font-size: 14px;
	line-height:35px;
}
.mingxi_biaoti1 span {
    color: #f34256;
}
.mingxi_biaoti1_right {
	 -webkit-box-flex: 1;      
	-moz-box-flex: 1;         
	-ms-flex: 1; 
    flex: 1;
	border-bottom:1px solid #b3b3b3;
	text-align:center;
	color:#f34256;
	line-height:35px;
}
.mingxi_biaoti2_right {
	-webkit-box-flex: 1;      
	-moz-box-flex: 1;         
	-ms-flex: 1; 
    flex: 1;
	border-bottom:1px solid #b3b3b3;
	text-align:center;
	color:#666666;
	line-height:35px;
}
.mingxi_huitiao {
	width:100%;
	height:30px;
	background-color:#eeeeee;
	margin: 20px 0;
}



input.laydate-icon {
    background-image: url(../../img/dtCaculator/img_03.png);
}
.laydate-icon {
    height: 22px;
    line-height: 22px;
     padding-right: 20px;
    border: 1px solid #C6C6C6;
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #fff;
    outline: 0;
}
.dt_tijiao_font:focus{
　　border:0;
　　}



.fenghong_box{
	width:100%;
	margin:0 auto;
	padding-bottom:10px;
}
.bmt_theme_tbthree {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
	font-size:10px;
}
.bmt_theme_tbthree thead tr th:first-child {
    text-align: center;
}
.bmt_theme_tbthree thead tr th {
    text-align: center;
	border: 1px solid #b3b3b3;
    background-color: #f0f1f2;
    padding: 10px 0px;
    color: #656565;
    font-weight: bold;
    position: relative;
	font-size:10px;
}
.bmt_theme_tbthree tbody tr td:first-child {
    text-align: center;
}
.bmt_theme_tbthree tbody tr td {
    text-align: center;
	line-height:30px;
    color: #656565;
    position: relative;
	border: 1px solid #b3b3b3;
	font-size:10px;
}

