* {
  box-sizing: border-box;
  /* 在X5新内核Blink中，在排版页面的时候，会主动对字体进行放大，会检测页面中的主字体，当某一块字体在我们的判定规则中，认为字号较小，并且是页面中的主要字体，就会采取主动放大的操作。然而这不是我们想要的，可以采取给最大高度解决 */
  max-height: 100000px;
}
*:before, *:after {
    box-sizing: border-box;
  max-height: 100000px;
}
*, *:before, *:after {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input::-webkit-input-placeholder{
    font-size:.26rem;
}
input{
-webkit-appearance: none;
}
input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; cursor:pointer}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th,textarea, td {
  border: 0 none;
  font-size: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
em, strong {
  font-style: normal;
}
ul, ol, li {
  list-style: none;
}
body {
    line-height: 1.5;
    color: #333;
    font-family:"微软雅黑";
    background: #f5f5f5;
    font-size: 0.2rem;
}
a {
  text-decoration: none;
}
::-webkit-scrollbar {width:0rem;}
::-webkit-scrollbar-track {
-webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
border-radius:.1rem;
}
::-webkit-scrollbar-thumb {
border-radius:.1rem;
background:rgba(0,0,0,0.1);
-webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
background:rgba(255,0,0,0.4);
}
video::-webkit-media-controls{
  display:none !important;
}
.jdb_big{min-height:15rem}
.jdb_head{
	width: 7.5rem;
	height: .8rem;
    line-height: .8rem;
    text-align: center;
    position: relative;
    box-shadow: 0 .04rem .08rem #ddd;
    margin-bottom: .03rem;
    z-index: 2;
    position: fixed;
    top: 0;
    background: #fff;
}
.jdb_head img{
	height: .7rem;
	vertical-align: middle;
}
.jdb_head a{
    position: absolute;
    right: .1rem;
    top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 2.2rem;
    display: block;
    font-size: .25rem;
}
.jdb_head_height{
	margin-top: .8rem;
}
.jdb_banner{width: 100%;margin:.8rem auto 0;}
.swiper-slide{overflow: hidden;}
/*.jdb_banner_simg{padding:.6rem .4rem 0 .4rem}*/
.swiper-slide img{/*border-radius: .1rem;*/overflow: hidden;position: relative;z-index: 2222;/*box-shadow: 0 -.1rem .45rem -.3rem #000000;*/width: 100%;}
.swiper-slide .jdb_banner_bimg{position: absolute;top:-2.8rem;padding: inherit;border-radius:0;z-index: 111;/* filter: blur(1.2rem);*/}
 
.jdb_banner .swiper-container {
      width: 100%;
      height: 100%;
}
.jdb_banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.jdb_nav{width: 100%;	background: #fff;}
.jdb_nav ul {
	width: 100%;
	padding-top: .2rem;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:space-around;
	overflow: hidden;
}
.jdb_nav ul li{
	padding-bottom: .2rem;
	text-align: center;
	width: 1.8rem;
}
.jdb_nav ul li a p{
	font-size: .2rem;
	color: #8a8a8a;
}
.jdb_nav ul li a img{
	width: 45%;
}
.index-nav p {
	font-size: .16rem;
}
.jdb_left_wd{padding: 0 .1rem;overflow: hidden;background: #fff;}
.jdb_left_img{float: left;background: url(/thems/img/gg.png) no-repeat left top/contain;width: .8rem;height: .4rem;}
.jdb_left{width:6.5rem;height:.4rem;position:relative;overflow: hidden;margin: 0 auto;float: right;}
.jdb_left_ul{position:absolute;left:.4rem;top:0}
.jdb_left_ul p{float: left;white-space:nowrap;line-height: .35rem;color:#827f7f;font-size: .25rem;}
.jdb_video{width:100%;background: #eee;position: relative;}
.jdb_video video{width: 100%;object-fit:fill;  }
.jdb_newbox{
	background: #fff;
	padding: .05rem;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    border-radius: .03rem;
    margin-bottom: .3rem;
    font-size: .22rem}
.jdb_newbox_hed{
    padding: .1rem 0px;
    font-size: .35rem;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jdb_newbox_hed span{
    background: #54a500;
    width: .7rem;
    height: .7rem;
    display: inline-block;
    text-align: center;
    line-height: .7rem;
    color: white;
    border-radius: .7rem;
    margin: 0 .1rem 0 .2rem;
}
.jdb_newbox_cen{
	display: flex;
	justify-content: space-between;
	text-align: center;
	padding: 0 .3rem;
}
.jdb_newbox_cen_1{
	padding: .1rem 0;
}
.jdb_newbox_cen_1 span{
    color: #dc4c43;
    font-size: .4rem;
}
.jdb_newbox_fot{
	  padding: 0 .3rem;
    display: flex;
    justify-content: space-between;
}
.jdb_newbox_fot_text p{
	  margin: .05rem 0;
    font-size: .3rem;
}

.jdb_newbox_fot_button a{
margin-top: 1vw;
    background: #3485ff;
    color: white;
    display: block;
    text-align: center;
    font-size: .3rem;
    width: 2rem;
    height: .6rem;
    line-height: .6rem;
    border-radius: .1rem;
  }
  .jdb_newbox_fot_button{position: relative;}
  .jdb_newbox_fot_button img{display: block;position: absolute;right: 0;bottom: .05rem;}
.jdb_newbox_fot_button  .jdb_newbox_fot_style {background-color: #888;}
.jdb_newbox_plan{    
	   display: flex;
    font-size: .3rem;
    padding: 0 .3rem;
    align-items: center;
    color: #666666c9;
    justify-content: space-between;
    } 
    
   .jdb_newbox_plan_tol{ 
    width: 4rem;
    height: .1rem;
    border-radius: .2rem;
    background: #e7e7e7;
    
    }
    .jdb_newbox_plan_tol_wd{
	    height: 100%;
	    border-radius: .2rem;
	    background: #3485ff;
        }
    .jdb_newbox_plan_tol_num{margin-left: .1rem;
    font-size: .32rem;}
    .jdb_newbox_img img{width: 100%;}
.jdb_gg{
	   width: 98%;
	   margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #d7d7d7;
    background: #fff;
}
    
.jdb_gg a{display: block;border-bottom: 1px solid #d7d7d7;padding: .2rem;    
background: #fff url(../img/rightnav.png) no-repeat 98% center;
    padding-right: .5rem;
    background-size: 13px;}
.jdb_gg a span{font-size: .28rem;}    
.jdb_gg_first{font-weight:bold; color:#900;font-size: .3rem;}
.jdb_fot{text-align: center;padding-top: .4rem;}
.jdb_fot_1 {padding-bottom: .2rem;}
.jdb_fot_2 {padding-bottom: .2rem;}
.jdb_fot_3 img{height: .6rem;}
.jdb_fot_1 p{font-size: .25rem;color: red;line-height: .4rem;}
.jdb_fot_2 p{font-size: .25rem;color: #333;line-height: .4rem;}


.jdb_fix{
	position: fixed;
    bottom: 0;
    z-index: 99999;
    width: 7.5rem;
    background: #fff;
    height: 1rem;
    padding: .1rem 0 0 0;
}
.jdb_fix a {
    width: 25%;
    display: block;
    float: left;
    text-align: center;
    color:#a0a0a0;
    box-sizing: border-box;
    padding-top: .52rem;
    font-size: .25rem;
}
.jdb_fix_1{
	  background: url(../img/navHome.png) no-repeat top center;
    background-size: .6rem;
}
.jdb_fix_2{
	  background: url(../img/navinvest.png) no-repeat top center;
    background-size: .6rem;
}
.jdb_fix_3{
	  background: url(../img/navacc.png) no-repeat top center;
    background-size: .6rem;
}
.jdb_fix_4{
	  background: url(../img/navnews.png) no-repeat top center;
    background-size: .6rem;
}
.jdb_fix_5{
	  background: url(../img/navborrow.png) no-repeat top center;
    background-size: .6rem;
}

.jdb_app{
	background: rgba(0,0,0,0.5) url(../img/log.png) no-repeat .2rem center;
    background-size: .8rem;
    width: 7.5rem;
    height: .9rem;
    position: fixed;
    bottom: 1rem;
    left: 0;
    z-index: 8888888;
    color: #fff;
    padding-left: 1.2rem;
    font-size: .2rem;
}
.jdb_app a{
	background: #D8232C;
    padding: .04rem .1rem;
    color: #fff;
    border-radius: .1rem;
    margin-top: .3rem;
    margin-right: .3rem;
    float: right;
}
.jdb_app_xz{
	  float: left;
    margin: .12rem 0 0 0;
}
.jdb_app_clos{
	font-size: .7rem;
    font-weight: bold;
    line-height: .9rem;
    padding: 0 .1rem 0 0;
    cursor: pointer;
    float: right;
}
.jdb_fot_height{height: 2rem;}
.jdb_head_list{font-size: .33rem}
.jdb_head_list a{background: url(../img/back.png) no-repeat center;display: block;width: .7rem;height: .8rem;background-size: .5rem;position: absolute;top: 0;left: 0;}
.jdb_newbox_height{height: .6rem;background: #fff;}


.jdb_list_top{background: #fa661e;padding: .14rem;text-align: center;color: #fff;position: relative;}
.jdb_list_top a{display: block;width: 1rem;height: 1rem;margin: 0 auto .05rem;}
.jdb_list_top a img{border-radius: 50%;width: 1rem;height: 1rem;}
.jdb_list_top span{font-size: .32rem;line-height: .6rem;}
.jdb_list_assets{text-align: center;background: #fff;border: 1px #ddd solid;padding: .4rem .2rem;margin: .4rem auto;width: 98%;}
.jdb_list_assets font{font-size:.26rem;display: block;color: #9A9A9A;}
.jdb_list_assets span{font-size:.6rem;display: block;color: #E24E4C;}
.jdb_list_tol ul{overflow: hidden;}
.jdb_list_tol ul li{float: left;width: 50%;text-align: center;}
.jdb_list_tol ul li span{color:#E24E4C;font-size: .32rem;display: block;}
.jdb_list_tol ul li font{color: #9A9A9A;font-size:.26rem;display: block;line-height: .5rem;}

.jdb_list_nav{width: 100%;overflow: hidden;background: #fff;margin: .4rem 0 .4rem;}
.jdb_list_nav_ul{width: 7.60rem;}
.jdb_list_nav a{width: 33.3%;float: left; border-bottom: 1px solid #d7d7d7;border-right: 1px solid #d7d7d7;text-align: center;padding: .2rem 0;}
.jdb_list_nav a img{width: 30%;}
.jdb_list_nav a span{display: block;color: #333;font-size: .26rem;}

.jdb_logout a{
		width: 100%;
    box-shadow: inset 0 0 0.02rem #d7d7d7, inset 0 0.02rem 0 #d7d7d7, 0 0.02rem 0.02rem -.02rem rgba(0, 0, 0, 0.4);
    display: block;
    background-color: #fff;
    line-height: .8rem;
    overflow: hidden;
    text-align: center;
    font-size: .3rem;
}
    
.jdb_head_user{background: #fb661e;color: #fff;}
.jdb_head_user a{background: url(../img/whiteBack.png) no-repeat center;background-size: .6rem;}

.jdb_user_red{background: #fff;padding: .3rem 0 .2rem;}
.jdb_user_red ul{width: 96%;margin: 0 auto;overflow: hidden;}
.jdb_user_red ul li{float: left;width: 50%;text-align: center;}
.jdb_user_red ul li font{font-size: .3rem;}
.jdb_user_red ul li span{font-size: .5rem;display: block;color: #fb661e;line-height: .8rem;}
.jdb_user_red h6{font-size: .3rem;padding: .15rem 0;background: #fb661e;color: #fff;border-radius: .05rem;display: block;width: 2.3rem;margin:.2rem auto 0;cursor: pointer;}
.jdb_user_table{
	border-collapse: collapse;
    width: 100%;
    text-align: center;
    margin-top: .2rem;
    font-size: .26rem;
    background: #fff;
    color: #333;
}
.jdb_user_tit{
    background-color: #f6f4f5;
    }
.jdb_user_tr img{width: 0.45rem;}  
.jdb_user_table td, .jdb_user_table th {
    border: 1px #ddd solid;
    padding: .1rem;
    vertical-align: middle;
    line-height: 1.6;
}
.jdb_user_tr{text-align: center;
    width: 100%;
    padding-top: .2rem;
    line-height: .6rem;
}
.jdb_user_tr_red td{color: #e75744;}
.jdb_user_textcent{text-align: center;}
.jdb_user_textcent p{text-align: center;font-size: .28rem;line-height: .45rem;}
.jdb_user_input{
		border-top: 0px;
    overflow: hidden;
    padding: .2rem;
    display: block;
    background: #fff;
    box-shadow: inset 0 0px .02rem #aaa/*,inset 0 1px 0 #cacaca,0 1px 1px -1px rgba(0, 0, 0, 0.0)*/;
    line-height: .52rem;}
.jdb_user_input span{float: left;display: inline;font-size: .26rem;}
.jdb_user_input font{font-size: .26rem;}
.jdb_user_input select, .jdb_user_input input {
    width: 25%;
    height: .52rem;
    border: 0px;
    padding-right:.1rem;
    font-size: .3rem;
    text-align: right;
}
.jdb_user_input_tiao{float: right;}
.jdb_user_submit{
	background-color: #fb661e;
    border: 0px;
    cursor: pointer;
    display: block;
    text-align: center;
    border-radius: .12rem;
    font-size: .32rem;
    padding: .2rem;
    width: 90%;
    color: #fff;
    margin: 0 auto;
    margin-top: .2rem;}
 input[type="radio"] + label::before { 
            content: "\a0"; /*不换行空格*/ 
            display: inline-block;
            vertical-align: middle; 
            font-size: 15px; width: 1em; height: 1em;
            margin-right: .4em;
            border-radius: 50%; 
            border: 1px solid #01cd78; 
            text-indent: .8em; 
            line-height: 1; 
        }
        input[type="radio"]:checked + label::before {
            background-color: #01cd78;
            background-clip: content-box;
            padding: .2em;
            font-size: 12px;
        }
        input[type="radio"] {
            position: absolute;
            clip: rect(0, 0, 0, 0);
        }
        .jdb_user_tip{
        	padding:10px;margin:6px;border:1px solid #fb661e;
   font-size: .25rem;
        }
.jdb_user_rechage{background: #29a03a;padding: .1rem 0 ;}
.jdb_user_rechage h1{text-align: center;font-size: .6rem;color: #ffec56;font-weight: bold;}
.jdb_user_rechage p{font-size: .3rem;color: #ffec56;font-weight: bold;line-height: .4rem;margin-left: .3rem;}
.jdb_user_rechage h2{font-size: .35rem;color: #ffec56;font-weight: bold;text-align: center;margin-top: .2rem;}
.jdb_user_rechage h3{font-size: .45rem;color: #fff;font-weight: bold;text-align: center;margin: .2rem 0;}
.jdb_user_weixin{width: 100%;margin: .2rem auto 0;border-radius: .1rem;text-align: center;}
.jdb_user_weixin img{max-width: 100%;}
.jdb_user_weixin h1{font-size: .35rem;color: #000;font-weight: normal;text-align: left;padding: 0 .1rem;line-height: 1.6;}
.jdb_user_rechage h4{text-align: center;background: #fff;padding: .4rem 0;}
.jdb_user_rechage h4 img{width: 3rem;}

.jdb_page_box1{
		width: 98%;
    background: #FFF none repeat scroll 0% 0%;
    border: 1px solid #DDD;
    margin: .15rem auto;
    clear: both;
    padding: 0 0 .2rem;
    }
    .jdb_page_box1_img img{width: 100%;}
.jdb_page_height{height: .05rem;}
.jdb_page_box1_tit{    
	  margin: 0px auto;
    width: 98%;
    height: .8rem;
    border-bottom: 1px solid #DDD;
    font-size: .26rem;
    line-height: .8rem;
    text-indent: .16rem;
    color: #333;}
.jdb_page_box1_line {
    width: 96%;
    margin: auto 2%;
    color: #555;

}
.jdb_page_box1_line ul{
margin: .1rem 0px;
    padding: .2rem 0;
    overflow: hidden;
    background: #f5f5f5;
    
}
.jdb_page_box1_line ul li{
	float: left;
	width: 33.33%;
	text-align: center;
}
.jdb_page_box1_line ul li p{
color: #999;
font-size: .28rem;
}
.jdb_page_box1_line ul li h2{font-size: .28rem;color: #333;margin-top: .1rem;}
.jdb_page_box1_line ul li h2 span{font-size: .4rem;color: #fb661e;}
.jdb_page_box1_line2 {
		border-top:1px solid #DDD;
    padding: .2rem 0;
    font-size: .28rem;
}
.jdb_page_box1_num{text-align: right;width: 96%; margin:0 auto;font-size: .28rem;}
.jdb_page_box1_num span{color: #fb661e;}
.jdb_page_box1_plan{   
	 width: 96%; margin:1px auto;
    height: .52rem;
    border: 1px #CCC solid;
    border-radius: .1rem;
    overflow: hidden;
    }
    
    
    .jdb_page_box1_tol_wd{
    background: #fb661e;
    display: block;
    height: .52rem;
    }
.jdb_page_box2{
	width: 98%;
    background: #FFF none repeat scroll 0% 0%;
    border: 1px solid #DDD;
    margin: .15rem auto;
    clear: both;
    padding:0 2% .2rem;
}
.jdb_page_box2 h1{
	font-size: .3rem;
	  width: 98%;
    height: .8rem;
    line-height: .8rem;
    border-bottom: 1px solid #DDD;
}

.jdb_page_box2 p,.jdb_page_box2 span{font-size:.3rem !important;}
.jdb_page_box2 table{
	color: rgb(51, 51, 51); font-size: .3rem !important; line-height: .56rem; border-collapse: collapse;width: 100%;
}
.jdb_page_box2 tr td:first-child{vertical-align: middle;white-space:nowrap;}
.jdb_page_box2 tr td:last-child{vertical-align: middle;padding-top: .1rem;padding-bottom: .1rem;}
.jdb_page_box2 tr td{border: 1px solid #000000;padding: 0 .08rem;}
.jdb_page_box2 tr td p{line-height: .5rem;}
.jdb_page_box2 h2 img{width: 100%;margin-top: .2rem;}
.jdb_page_box2 img{width: 100%;}
.jdb_fix_detailBtn{padding: 0px 0px 10px;
    width: 7.5rem;
    position: fixed;
    bottom: 0;
    border-top: 1px #CCC solid;
    background: #fff;}
    .jdb_fix_detailBtn a{
        background-color: #fb661e;
    border: 0px;
    cursor: pointer;
    display: block;
    text-align: center;
    border-radius: .12rem;
    font-size: .32rem;
    padding: .2rem;
    width: 90%;
    color: #fff;
    margin: 0 auto;
    margin-top: .2rem;}
.jdb_page_true_box1 {
    background-color: #fb661e;
    color: #fff;
    width: 98%;
    border-radius: 5px;
    margin: .2rem auto 0px;
    overflow: hidden;
}
.jdb_page_true_box1 p{
    width: 50%;
    float: left;
    margin: .3rem 0px;
    font-size: .28rem;
    padding-left: .15rem;
    }
.jdb_page_true_box1 p span{
    display: block;
font-size: .4rem;
    line-height: .8rem;
    padding-right: .2rem;
    }

.jdb_user_login{    font-size: .28rem;
    width: 98%;
    margin: 0 auto;
    padding-top: .6rem;} 
    
 .jdb_user_login_user{
 	    position: relative;
 	    background: #FFF;
 	    border-radius: .12rem;
    overflow: hidden;
    margin-bottom: .2rem;
 }      
 .jdb_user_login_user img{
 	position: absolute;
    z-index: 0;
    width: 1rem;
    left: 0;
    top: .08rem;
 }
.jdb_user_login_user input{
	border: 1px #eeeeee solid;
    height: .88rem;
    padding-left:1rem;
    width: 100%;
    border-radius:0.12rem;
        line-height: .56rem;
            outline: none;
    font-size: .3rem;
}.jdb_user_login_user_pass {text-align: right;}
.jdb_user_login_user_pass a{color: #fb661e;}
.jdb_user_login_wj{text-align: right;width: 98%;margin: 0 auto;}
.jdb_user_login_wj a{font-size: .3rem;}
.jdb_user_login_submit{
background-color: #fb661e;
    border: 0px;
    cursor: pointer;
    display: block;
    text-align: center;
    border-radius: .12rem;
    font-size: .32rem;
    padding: .2rem;
    width: 100%;
    color: #fff;
    margin: 0 auto;
    margin-top: .2rem;
}
.jdb_user_login_user_zc{
	background: #f8b62c;
    border: 1px #f8b62c solid;
    color: #FFF;
        display: block;
            cursor: pointer;
            text-align: center;
    border-radius: .12rem;
    font-size: .32rem;
    padding: .2rem;
        margin: 0 auto;
    margin-top: .2rem;
}
.jdb_user_login_sl{
		font-size: .28rem;
    width: 98%;
    margin: 0 auto;
    padding-bottom: .2rem;
    overflow: hidden;
}
.jdb_user_login_sl input{
    width: 100%;
    border-radius: .1rem;
    border: 1px solid #eeeeee;
    font-size: .28rem;
    padding:.28rem 0px;
    background: #FFF none repeat scroll 0% 0%;
    text-indent: .2rem;
    
}
.catchCode{}
.jdb_user_login_user_zc_wz{
	text-align: right;
	margin-top: .1rem;
}
.jdb_user_login_user_zc_wz a{
	    color: #fb661e;
}
		/*计算器输入框*/
.c_calculatorCpmBox{display:block;width:7rem;margin:1.1rem auto 0;background: #fff;overflow: hidden;}
.c_calculatorCpmLeft{padding:.2rem .25rem;display:block;}
.c_calculatorCpmLeft .img_box{width:3.5rem;height:1rem;margin:0 auto;}
.c_calculatorCpmLeft .img_box img{width:100%;height:100%;}
.c_calculator_all{margin-top:.2rem;width:100%;height:1rem;position:relative;}
.c_calculator_all span{position:absolute;top:.15rem;right:.15rem;font-size:.3rem;color:#444;line-height:.7rem;}
.c_calculator_all label{line-height:1rem;float:left;color:#333;font-size:.3rem;}
.c_calculator_all .c_nullinput{width:4.1rem;height:.7rem;float:right;padding-left:.15rem;border:1px solid #d9d9d9;background:#fff;color:#777;font-size:.3rem;margin:.15rem 0 0 .4rem;}
.select_showbox{border:1px solid #ccc;float:right;color:#777;width:4.1rem;height:.7rem;padding-left:.15rem;line-height:.7rem;font-size:.3rem;margin:.15rem 0 0 .4rem;background: #fff;}
.c_buttons{border:0;width:2rem;height:.8rem;border-radius:.03rem;color:#fff;line-height:.8rem;text-align:center;font-size:.3rem;margin:.2rem 0 0 .8rem;}
.c_cpmbuttons{background:#4f79bc;}
.c_cpmresets{background:#bebfc0;}
#calculErr{text-align:center;margin-top:.6rem;color:rgb(255, 120, 0);font-size:.3rem;}
/*计算器显示框*/
.c_calculatorCpmRight{width:100%;margin-top:.2rem;display:none;}
.c_calculatorCpmRight #calculatorList{display: table;padding-bottom: 1.6rem;padding-left: .05rem;}
.c_calculatorCpmRight #calculatorList dd{width:1.38rem;height:.8rem;border-bottom:1px solid #dadada;border-left:1px solid #dadada;text-align:center;line-height:.8rem;font-size:.3rem;color:#555;float:left;}
.c_calculatorCpmRight #calculatorList dl.c_dd_titlecpm dd {background:#ffffff;border-top:1px solid #dadada;}
.c_calculatorCpmRight .c_cpmlastdd{border-right:1px solid #dadada;}
.c_calculatorCpmRight .c_bottomcpm{position:fixed;bottom:1rem;width: 7rem;height:1.62rem;margin:auto;z-index:9999;}
.c_calculatorCpmRight .c_bottomcpm dl{width: 7rem;height:.8rem;background:#fff;border-top:1px solid #dadada;/* padding:0 .25rem; */}
.c_calculatorCpmRight .c_bottomcpm dd{width:1.38rem;float:left;height:.8rem;line-height:.8rem;text-align:center;font-size:.28rem;border-right:1px solid #dadada;}
.c_calculatorCpmRight .c_bottomcpm .c_lastdd{border-right:0;}
.c_calculatorCpmRight .c_libottomcpm{background:#eee;height:.8rem;padding-left:.25rem;line-height:.8rem;border-top:1px solid #dbdad8;color:#333;font-size:.3rem;}
.c_calculatorCpmRight .c_libottomcpm span{color:#ff7800;}
.c_calculatorCpmRight .c_show_left{display:block;width:4rem;height:.8rem;border-radius:.05rem;color:#fff;line-height:.8rem;text-align:center;font-size:.3rem;margin:.5rem auto;background:#4f79bc;}

	
.jdb_center_height{height: .15rem;}
		.jdb_center_tit{padding-bottom: .2rem;}
		.jdb_center_tit p{text-align: center;font-size: .25rem;line-height: 1.5;font-weight: bold;}
		.jdb_center_cent{margin:0 .1rem;padding:.2rem;line-height: 1.6;font-size: .2rem;background: #fff;}
		.jdb_center_cent p,.jdb_center_cent span,.jdb_center_cent i,.jdb_center_cent font{font-size: .2rem;}
		.jdb_center_cent img{max-width:100%;}
		.jdb_list_top p font{color: #ffee06;font-weight: bold;font-size: .16rem;}
		.jdb_spread{margin: 0 auto;padding-left: 1%;padding-right: 1%;box-sizing: border-box; height: auto;overflow: hidden;}
		.jdb_spread_tit {padding: .4rem 0;}
		.jdb_spread_tit p{line-height: .4rem;  font-weight: 700;color:#FF0000;font-size: .28rem;}
		.jdb_spread_box1_tit {padding: .4rem 0;}
		.jdb_spread_box1_tit p{line-height: .4rem; color:#333;font-size: .28rem;text-align: center;}
		.jdb_spread_box1_img{border:1px #ddd solid;background: #fff;overflow: hidden;text-align: center;padding: .25rem 0;}
		.jdb_spread_box1_img img{width: 3rem;}
		.jdb_spread_box2 { border-collapse:collapse; width:100%; text-align:center;font-size:.25rem; background:#fff;}
		.jdb_spread_box2 td,.jdb_spread_box2 th { border:1px #ddd solid; padding:.1rem;}
		.jdb_spread_box2_title { background-color:#f6f4f5;}
		.jdb_pages{text-align: center;margin: .4rem 0 0;}
		.jdb_pages span{font-size: .2rem;color: #fff;padding: .1rem .18rem;border:#fb661e 1px solid;background: #fb661e;margin: 0 .06rem;}
		.jdb_pages a{padding: .1rem .18rem;background: #f6f4f5;border:#dddddd 1px solid;margin: 0 .06rem;font-size: .2rem;color: #333;}

/*站内信*/		
.jdb_lettel_bj{position: fixed;background: rgba(0,0,0,.2);width: 100%;height: 100%;top: 0;left: 0;z-index: 99;display: none;}
		.jdb_lettel_re{position: absolute;background: #fff;left:0;top:1.4rem;right: 0;margin:0 auto; z-index: 999;width: 7.1rem;height:auto;padding: .2rem;text-align: center;border-radius: .1rem;display: none;}
		.jdb_lettel_re_tit{text-align: center;font-size: .4rem;color: #674f4f;font-weight: bold;}
		.jdb_lettel_lin tr td:nth-child(1){width: .85rem;}
		.jdb_lettel_table .jdb_lettel_table_f3{background: #f3f3f3;}
		.jdb_lettel_table .jdb_lettel_table_input{text-align: left;padding-left: .2rem;}
		.jdb_lettel_table .jdb_lettel_table_input input{padding: .1rem .1rem;border:1px solid #d0cece}
		.jdb_lettel_table .jdb_lettel_table_input textarea{border:1px solid #d0cece;width: 100%;height: 5rem;padding: .1rem;line-height: 1.5;}
		.jdb_lettel_submit{border: none;padding: .2rem .4rem;color: #fff;background: #BB0000;margin-top: .3rem;border-radius: .1rem;} 
		.jdb_lettel_re_cole {position: absolute;right: .15rem;top: .15rem;font-size: .35rem;border-radius: 50%;border: #e2e2e2 1px solid;width: .5rem;height: .5rem;text-align: center;line-height: .5rem;background: #e2e2e2;color: #fff;cursor: pointer;}
.jdb_lettel_pages td{padding: .2rem .1rem;}
.jdb_lettel_pages .jdb_lettel_pages_f3{background: #f3f3f3;word-break: keep-all;white-space:nowrap;text-align: left;}
.jdb_lettel_pages .jdb_lettel_pages_input{text-align: left;padding-left: .2rem;}
.jdb_lettel_pages_red{color: #e75744;}		
.jdb_lettel_new{position: absolute;background: url(../img/lettel3.png) no-repeat left bottom;top: .1rem;right: .1rem;width: .65rem;height: .55rem;background-size: .5rem;}
		.jdb_lettel_new p{background:#c53636;border-radius: 50%;font-size: .2rem;width: .3rem;height: .3rem;text-align: center;line-height: .3rem;float: right;}
		.jdb_lettel_new a{display: inherit;height: inherit;width: inherit;margin: inherit;}
/*设置*/
#textcode{width: 58%;text-align: left;float: left;padding: .28rem 0;}
#obtaincode{width:40%;background: #fb661e;color: #fff;border-radius: .05rem;padding: .28rem 0;cursor: pointer;float: right;font-size: .2rem;}
.jdb_safe{width: 100%;overflow: hidden;box-shadow: inset 0 0px 1px #d7d7d7, inset 0 1px 0 #d7d7d7, 0 1px 1px -1px rgba(0, 0, 0, 0.4);padding: .1rem;display: block;background-color: #fff;line-height: .7rem;overflow: hidden;}
.jdb_safe font{float: right;margin-right: .1rem;font-size: .3rem;}	
.jdb_safe span{float: left;padding-left: .7rem;font-size: .3rem;background: url(../img/userrealname.jpg) no-repeat center left/.55rem;}
.jdb_safe_pas span{background: url(../img/userloginpwd.jpg) no-repeat left center/.55rem;}	
.jdb_safe_pas{background: url(../img/rightnav.png) no-repeat 98% center/.35rem #fff;}	
.jdb_safe_out{background-color: #fb661e;border: 0px;cursor: pointer;display: block;text-align: center;border-radius: 6px;font-size: 16px;padding: .2rem;width: 90%;color: #fff;margin:.4rem auto 0;}
.jdb_safe_pys span{background: url(../img/userloginpwd2.png) no-repeat .1rem center/.4rem;}

/*推广*/
.jdb_user_spread{background: initial;padding: .3rem 0 0;}
.jdb_spread_href{display: flex;justify-content:space-between;align-items:center;}
#textAreas{border: #ddd 1px solid;padding: .2rem;background: #fff;font-size: .2rem;text-align: center;overflow: hidden;width: 88%;outline: none;}
#copy{border: #ddd 1px solid;padding: .2rem .15rem;background: #FF0000;font-size: .2rem;text-align: center;overflow: hidden;color: #fff;}

.jdb_invest{position: absolute;top:0;left: 0;bottom:0;right:0;width: 7.3rem;margin:auto;overflow:hidden ;background: #fff;border-radius:.05rem;padding: .3rem .1rem;height: 80%;z-index: 999999;overflow-y: auto;display: none;}
		.jdb_invest table{margin-bottom: .2rem;}
		.jdb_invest h1{font-size: .4rem;font-weight: bold;text-align: center;}
		.jdb_invest h2{font-size: .3rem;font-weight: bold;}
		.jdb_invest p{font-size: .28rem;color: #444;line-height: 1.7;margin: .2rem 0;}
		.jdb_invest h3 p,.jdb_invest h4 p{font-size: .2rem;color: #444;line-height: 1.7;margin: .2rem 0;}
		.jdb_invest h3 {width:60%; float: left;margin:.3rem 0 .6rem;position: relative;}
		.jdb_invest h4 {width:38%;float: right;clear: right;margin:.3rem 0 .6rem;}
		.jdb_invest h5 {width:100%; margin:2.6rem 0 .6rem;position: relative;clear:both;}
		#canvas,#canvas2{transform:scale(0.5,0.5);position: absolute;top: -1.4rem;left:-.5rem;}
		.jdb_invest_bj{display: block;z-index: 999998;position: fixed;background: rgba(0,0,0,.2);width: 100%;height: 100%;top: 0;left: 0;display: none;}
		.jdb_invest_cole{position: fixed;margin-left: 6.5rem;top: 12%;font-size: .35rem;border-radius: 50%;border: #e2e2e2 1px solid;width: .5rem;height: .5rem;text-align: center;line-height: .5rem;background: #e2e2e2; color: #fff;cursor: pointer;}
		.jdb_user_table td, .jdb_user_table th{min-width: .8rem;}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .jdb_fix { height: 1.3rem !important; }
  .jdb_app{bottom: 1rem !important;}
/*.jdb_head{height: 1.6rem !important;line-height: 2.2rem !important;}*/
/*.jdb_head_list a{height: 2.2rem !important;}*/
/*.jdb_banner{margin:1.6rem auto 0 !important;}*/
/*.jdb_head_height {margin-top: 1.6rem !important;}*/
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio:3) {
  .jdb_fix { height: 1.3rem !important; }
  .jdb_app{bottom: 1rem !important;}
/*.jdb_head{height: 1.6rem !important;line-height: 2.2rem !important;}*/
/*.jdb_head_list a{height: 2.2rem !important;}*/
/*.jdb_banner{margin:1.6rem auto 0 !important;}*/
/*.jdb_head_height {margin-top: 1.6rem !important;}*/
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio:2) {
  .jdb_fix { height: 1.3rem !important; }
  .jdb_app{bottom: 1rem !important;}
/*.jdb_head{height: 1.6rem !important;line-height: 2.2rem !important;}*/
/*.jdb_head_list a{height: 2.2rem !important;}*/
/*.jdb_banner{margin:1.6rem auto 0 !important;}*/
/*.jdb_head_height {margin-top: 1.6rem !important;}*/
}		
@media (min-width: 750px) {
body{background: #4e5444;}	
.jdb_big{width: 7.5rem;margin: 0 auto;overflow: hidden;background: #f5f5f5;}
#canvas,#canvas2{transform:scale(0.5,0.5);position: absolute;top: -.6rem;left:0;}
}
