body{
        padding-bottom: env(safe-area-inset-bottom);
        padding-bottom: constant(safe-area-inset-bottom);
}
input{
	display: block;
	
}
.calculator{
	height: 100%;
	display: flex;
	flex-direction: column;
}
.calcul_top{
	flex: 1;
	overflow: auto;
}
.calcul_text,.calcul_number{
	color: #333333;
	font-size: 0.32rem;
}
.calcul_num{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.4rem 0.3rem;
}
.calcul_gu{
	width: 2.5rem;
	color: #333333;
    font-size: 0.34rem;
}
.calcul_ul{
	font-size: 0.36rem;
	color: #282828;
	display: flex;
	justify-content: space-around;
	padding: 0.4rem 0 0.1rem;
}
.ul_bot{
	width: 0.5rem;
	height: 2px;
	border-radius: 1px;
	background-color: #ffffff;
	margin-top: 0.15rem;
}
.ul_boto{
	background-color: #007CFF;
}
.ul_text{
	color: #007CFF;
}
.calcul_ul li{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.calcul_foo{
	display: flex;
	padding: 0.3rem 0;
	border-top: 1px solid #F6F5F5;
	justify-content: space-between;
	flex-shrink: 0;
	width: 100%;
	transition: left 0.5s;
	position: relative;
	    left: 0%;
}
a.foo_a{
	color: #007CFF;
	font-size: 0.32rem;
	margin-left: 0.3rem;
}
.foo_img{
	width: 0.34rem;
	margin-right: 0.06rem;
}
.foo_one,.foo_ones{
	display: flex;
	align-items: center;
}
.foo_one{
	margin-right: 0.4rem;
}
.foo_ones{
	margin-right: 0.3rem;
}
.foo_right{
	font-size: 0.26rem;
	color: #717171;
	display: flex;
	align-items: center;
}
a.foo_luna{
	color: #717171;
}
.ul_jisu input::-webkit-input-placeholder {
	text-align: right;
}

.ul_jisu input::-moz-placeholder {
	text-align: right;
}

.ul_jisu input:-moz-placeholder {
	text-align: right;
}
.ul_jisu input,.ul_new input{
	text-align: right;
	color: #333333;
	width: 3rem;
    font-size: 0.34rem;
}
.ul_jisu ul,.ul_date ul,.printing_to ul,.ul_new ul{
	margin-left: 0.3rem;
}
.ul_jisu li,.ul_date li,.printing_to li,.ul_new li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0.4rem 0.3rem 0.2rem 0;
	border-bottom: 1px solid #f8f8f8;
}
.text_right{
	color: #333333;
	font-size: 0.28rem;
}
.add_detail{
	display: flex;
	justify-content: flex-end;
	padding: 0.38rem 0.3rem;
}
.add_cycle{
	background-color: #007CFF;
	font-size: 0.28rem;
	color: #ffffff;
	padding: 0.08rem 0.16rem;
	border-radius: 0.4rem;
	border: 1px solid #007CFF;
}
.detail_cycle{
	background-color: #ffffff;
	font-size: 0.28rem;
	color: #007CFF;
	padding: 0.08rem 0.16rem;
	border-radius: 0.4rem;
	border: 1px solid #007CFF;
	margin-left: 0.22rem;
}
.prop_to {
    color: #A3A2A7;
    font-size: 0.28rem;
    display: flex;
    align-items: center;
    padding: 0.3rem 0.25rem;
    border-bottom: 1px solid #F0F0F0;
    justify-content: center;
}
.prop_too {
    color: #222222;
    font-size: 0.28rem;
    display: flex;
    align-items: center;
    padding: 0.3rem 0.25rem;
    border-bottom: 1px solid #F0F0F0;
    justify-content: center;
}
.prop_color {
    color: #226EEC;
}
.calcul_blo{
	display: block;
}
.calcul_none,.detail_cycle{
	display: none;
}
.foo_left{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.foo_inpu{
	width: 100%;
	display: flex;
	align-items: center;
}
.foo_inpu input{
	width: 100%;
	text-align: left;
	height: 0.6rem;
	background-color: #f0f0f0;
	color: #c7c7c7;
}
.foo_inputs{
	background-color: #f0f0f0;
	border-radius: 0.32rem;
	margin: 0 0.3rem;
	padding: 0 0.3rem;
	flex: 1;
}
.reference{
	font-size: 0.28rem;
	color: #333333;
}
.reference_red{
	font-size: 0.28rem;
	color: #dc2d2d;
}
.calcul_val{
	color: #B2B2B2;
	font-size: 0.22rem;
	line-height: 0.5rem;
	/* padding: 1rem 0.3rem 0.1rem; */
	padding: 0.5rem 0.3rem 0.4rem;
	text-align: justify;
}
.calcul_gene{
	color: #ffffff;
	font-size: 0.32rem;
	margin: 0 auto 0.3rem;
	text-align: center;
	display: flex;
	justify-content: space-evenly;
	padding-top: 0.6rem;
}
.calcul_results{
	width: 2.5rem;
	height: 0.8rem;
	background-color: #007CFF;
	line-height: 0.8rem;
	border-radius: 0.42rem;
}
.calcul_gimg{
	width: 2.5rem;
	height: 0.8rem;
	background-color: #007CFF;
	line-height: 0.8rem;
	border-radius: 0.42rem;
	display: none;
}
.results{
	color: #333333;
	font-size: 0.28rem;
	font-weight: bold;
}
.hot_text{
	padding-top: 0.5rem;
}
.hot_nav{
	font-size: 0.4rem;
	padding-bottom: 0.15rem;
}
.ul_date{
	display: none;
}
.foo_cent{
	color: #666666;
	font-size: 0.32rem;
	margin-right: 0.3rem;
}

.popup_time{
	/*display: none;*/
    font-size: 0.32rem;
    padding:0.3rem;
}
.year_time{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
}
.year_times{
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 0.4rem;
	color: #222222;
	width: 100%;
	height: 3rem;
	background-color: #d9d7d4;
	margin: auto;
	overflow: auto;
	/* padding: 0 0.3rem; */
	border-radius: 0.2rem 0.2rem 0 0;
}
.year_gun{
	background-color: #d9d7d4;
	    margin: 0.3rem;
	    overflow: auto;
	    height: 2.4rem;
}
.gun_top{
	height: 0.7rem;
	    position: absolute;
	    width: 92%;
	    top: 1rem;
	    opacity: .5;
	    background-color: #ffffff;
}
.gun_z{
	position: relative;
	z-index: 4;
}
.year_times ul{
	/* margin: 0.3rem 0; */
}
.year_times li {
    text-align: center;
    line-height: 0.7rem;
}
.offset_tishi{
	color: #8E8E8E;
	font-size: 0.24rem;
	padding: 0.3rem;
	word-break: break-all;
}
.difference{
	font-size: 0.24rem;
	color: #333333;
	padding: 0.3rem 0.3rem;
	border-bottom: 2px solid #F6F5F5;
}
.printing{	
	border: 6px solid #007DFE;
	border-radius: 10px;
	margin: 0.1rem 0.1rem 0.6rem;
}
.printing_to{
        display: none;
        border: 5px solid #007DFE;
        border-radius: 10px;
        margin: -2.2rem 0.45rem 0.6rem;
        position: relative;
        /*background: url(//i.ssimg.cn/images/info/sy.png) repeat;*/
        background-size: 90%;
        background-position: center;
        background-color: #ffffff;
}
.printer{
	padding: 0.3rem 0.1rem 0.63rem;
	display: none;
}
.result_sto{
	font-size: 0.4rem;
	color: #333333;
	font-weight: bold;
	font-weight: bold;
	padding: 0.56rem 0.3rem 0;
}
.emph{
	font-size: 0.34rem;
}
.calcul_emph{
	font-weight: bold;
}
.printing_to li{
	border: none;
}
.fen_cal{
	height: 0.3rem;
	background-color: #F4F5F6;
}

/* 生成图片 */
.rtyi{
	position: fixed;
	opacity: 0;
	z-index: -12;
	width: 100%;
}
.uy_none{
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	display: none;
	z-index: 2;
}
.footer_uy{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,.5);
}
#uy{
	width: 80%;
}
.uy_text{
	font-size: 0.4rem;
	color: #ffffff;
}

/*弹窗*/
.mantle{
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,.5);
        display: none;
}
.mantle_cen{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
}
.mantle_wite{
        width: 70%;
        font-size: 0.32rem;
        background-color: #ffffff;
        border-radius: 0.2rem;
        padding: 0.2rem 5%;
        line-height: 0.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
}
.checkbtn {
background-color: #007CFF;
    font-size: 0.28rem;
    color: #ffffff;
    padding: 0.08rem 0.16rem;
    border-radius: 0.4rem;
    border: 1px solid #007CFF;
    width: 50%;
    text-align: center;
    margin: 0.2rem 0;
}

/*新增*/
input::-webkit-input-placeholder {
        color:rgba(199, 199, 199, 1);
        font-size: 0.32rem;
}

input::-moz-placeholder {
        color:rgba(199, 199, 199, 1);
        font-size: 0.32rem;
}

input:-moz-placeholder {
        color:rgba(199, 199, 199, 1);
        font-size: 0.32rem;
}
/* 2022.3.28新增参考数据表格 */
.forecast{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.3rem;
	color: #333333;
	padding: .3rem;
}
.table_xm{
	color: #666666;
	font-size: 0.3rem;
	text-align: center;
	padding: 0 0.04rem;
	margin-left: 0 !important;
}
.table_xm li{
	display: flex;
	align-items: center;
	padding: 0;
}
.table_xm li:nth-of-type(2n - 1){
	background-color: rgba(78, 166, 255, .5);
}
.table_xm li:first-child {
    color: #333333;
    font-weight: bold;
    background-color: #f8f8f8;
}
.xm, .zhi,.tb,.ys{
    flex: 1;
}
.table_xm li:first-child .ys{
	color: #333333;
}
.ys{
	flex: 0.8;
	font-size: 0.28rem;
	color: rgba(0, 132, 255, 1);
}
.table_xm li:first-child div{
	    border: 1px solid #ededed;
			padding: 0.2rem 0;
}
/* .xm{
	flex: 1.5;
} */
.xm_min{
	font-size: 0.24rem;
	margin-top: 0.04rem;
}
/* .ys{
	border-left: 1px solid #333333;
} */
.ul_new{
	display: none;
}
.calcul_number{
	flex: 1;
}

.calcul_new {
    width: 2.5rem;
    height: 0.8rem;
    background-color: #007CFF;
    line-height: 0.8rem;
    border-radius: 0.42rem;
}
.gimg_new {
    width: 2.5rem;
    height: 0.8rem;
    background-color: #007CFF;
    line-height: 0.8rem;
    border-radius: 0.42rem;
    display: none;
}
.printing_tonew{
	display: none;
	border: 5px solid #007DFE;
	border-radius: 10px;
	margin: -2.2rem 0.45rem 0.6rem;
	position: relative;
	/*background: url(//i.ssimg.cn/images/info/sy.png) repeat;*/
	background-size: 90%;
	background-position: center;
	background-color: #ffffff;
}
.printernew {
    padding: 0.3rem 0.1rem 0.63rem;
    display: none;
}
.printing_tonew .calcul_text{
	padding: 0.1rem .3rem 0;
}
.calcul_detail,.calcul_newa{
	font-size: .24rem;
	color: #333333;
	padding: 0.1rem 0.3rem;
}
.calcula{
	display: flex;
	justify-content: flex-end;
}
a.calcul_newa{
	display: block;
	color: #007DFE;
}

.wite_trends_to {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.wite_trends_to .wite_text {
    width: 25%;
    margin-top: 0.2rem;
}

/* 新增表格 */
ul.table_title {
    color: #5f5f5f;
    font-size: 0.24rem;
    background-color: #ffffff;
    padding: 0 0.04rem;
    margin: 0;
}
ul.table_title li{
	padding: 0;
	border-bottom: none;
}

.table_title li {
display: flex;
align-items: normal;
}

.table_title li div {
	flex: 1;
	padding: 0.2rem;
	text-align: center;
	border: 1px solid #ededed;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.table_title li:nth-of-type(2n - 1) div {
	background-color: rgb(248 248 248);
}

.table_title li:nth-of-type(2n) div {
	background-color: #ffffff;
}

.table_title li:first-child div {
	background-color: #f8f8f8;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333333;
	border: 1px solid #ededed;
	font-weight: bold;
}

.tab_xjl{
	display: flex;
	justify-content:flex-end;
	font-size: 0.24rem;
	padding: 0 0.3rem;
}
.xjl{
	width: 1.12rem;
	height: 0.5rem;
	color: #007DFE;
	border-radius: 0.08rem 0 0 0.08rem;
	border: 1px solid #007DFE;
	border-right: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gx{
	width: 1.12rem;
	height: 0.5rem;
	color: #007DFE;
	border-radius: 0 0.08rem 0.08rem 0;
	border: 1px solid #007DFE;
	border-left: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tab_checked{
	background-color: #007CFF;
	color: #ffffff;
}