@charset "utf-8";
/* CSS Document */

/*------------------------------全局------------------------------ */
.box-container-public{
	width: 1200px;
    margin: auto;
	line-height: 1.8;
	}
@media screen and (max-width:768px){
	.box-container-public{
		width: 95%;
	}
}
/*------------------------------全局------------------------------ */


/*------------------------------首页index240203------------------------------ */
.header {
	background-color: #eaf4fd;
	height: 25px;
	color: #014646;
}
.top-header-right {
	max-width: 1200px;
	margin:auto;
}
.top-header-right-content{
	float: right;
	line-height: 25px;
    font-size: 12px;
	}
.top-header-right-content li{
	display:inline-block;
	}
.main-box{
	float: left;
	width: 400px;
	display: inline-block;
	margin: 10px auto;
}
.result{
	width: 400px;
	display: inline-block;
	margin: 10px auto;
}

.result-title h2{
	display: inline-block;
}
.guide-who-it{
	width: 13%;
    height: 30px;
    display: inline-block;
    background-position: center;
	/*background-color:#3F9;*/
	}
.result-title{
	margin-bottom:10px;
	}
.guide-it {
	background-position: center;
    /*background-image: url(../myimage/guide.png);*/
    background-repeat: no-repeat;
	background-image: url(../myimage/bmi_img/guide_up.gif);
	transform: rotate(90deg);
    background-size: contain;
}
.guide-it-up{
	width: 13%;
	height: 30px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
    background-image: url(../myimage/bmi_img/guide_up.gif);
    background-repeat: no-repeat;
	background-size: contain;
	}
.bmiresult {
    animation:mybmiresultmove 1.5s infinite;
    -webkit-animation:mybmiresultmove 1.5s infinite;
}
@keyframes mybmiresultmove{
    0% {transform: translate(0px, 0px);}
    50% {transform: translate(0px, -10px);}
    100% {transform: translate(0px, 0px);}
   
}

.guide-cn-it {
    width: 18%;
    height: 35px;
    display: inline-block;
    background-position: center;
    /* background-color: #3F9; */
}
.guide-cn-it-up {
    width: 18%;
    height: 35px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../myimage/bmi_img/guide_up.gif);
    background-repeat: no-repeat;
    background-size: contain;
}


.guide-jpn-it {
    width: 23%;
    height: 35px;
    display: inline-block;
    background-position: center;
    /* background-color: #3F9; */
}
.guide-jpn-it-up {
    width: 23%;
    height: 35px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../myimage/bmi_img/guide_up.gif);
    background-repeat: no-repeat;
    background-size: contain;
}
.guide-sgp-it {
    width: 14%;
    height: 35px;
    display: inline-block;
    background-position: center;
    /* background-color: #3F9; */
}
.guide-sgp-it-up {
    width: 14%;
    height: 35px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../myimage/bmi_img/guide_up.gif);
    background-repeat: no-repeat;
    background-size: contain;
}
.content-mid{
	width:800px;
	float:left;
	}
	
.result-who-img {
	display: table-cell;
	width: 14%;
}
.result-who-img img, .result-cn-img img, .result-jpn-img img, .result-sgp-img img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
.result-img-box {
	margin: auto 1px;
	text-align: center;
	font-size: 13px;
	font-weight: 800;
	height: 95px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.result-cn-img {
	display: table-cell;
	width: 18%;
}
.result-jpn-img {
	display: table-cell;
	width: 18%;
}
.result-sgp-img {
	display: table-cell;
	width: 16%;
}

/*------------------------------laoboshicn------------------------------ */
.laoboshicn .laoboshicnimg {
    display: none;
}

@media screen and (max-width: 768px) {
    .laoboshicn .laoboshicnimg {
        display: block;
        width: 100%;
        margin: 10px;
    }
}
/*------------------------------laoboshicn------------------------------ */

/*------------------------------old------------------------------ */
.sidebar{
	width: 380px;
	display: inline-block;
	margin: 10px auto;
	background-color:aliceblue;
	float: right;
}
.main-box li{
	margin: 0 0 13px 0;
	height: 32px;
}
.bmi-t{
	display: inline-block;
	width: 100px;
}

.bmi-result span {
    color: #F00;
    font-size: 18px;
    font-weight: bold;
}
.bmi-num{
	height: 32px;
	line-height: 32px;
	    width: 200px;
	    padding: 0 5px;
	    box-sizing: border-box;
	    background: #FFF;
	    border-radius: 4px;
	    font-size: 14px;
	    border: 1px solid #d9d9d9;
}
.sex-box {
    display: inline-block;
}
.bmi-result{
	border: 1px solid rgba(136, 136, 136, 0.13);
    background-color: rgba(254, 211, 0, 0.13);
    padding: 15px;
}

#main {
    clear: both;
}
.old-bmi-jilu{
	clear: both;
}
.olddata {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	background-color: aqua;
	/* flex兼容代码下 */
	display: -moz-box; /* Firefox 17- */  
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
	display: -moz-flex; /* Firefox 18+ */  
	display: -ms-flexbox; /* IE 10 */ 
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-webkit-box-pack: justify;
	-ms-justify-content: space-around;
	-moz-justify-content: space-around;
	-o-justify-content: space-around;
	-webkit-justify-content: space-around;
	-webkit-justify-content: space-around;
	
}
.olddata div,.olddataB div {
	width: 16.6%;
	text-align: center;
	border: 1px solid #7CB5EC;
}
.olddataB {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.explain{
                margin: 10px auto;
	}
.explain h2{
               font-size:18px;
               font-weight: bold;
            }
.explain-box{
	padding:10px;
	display:inline-block;
	width:275px;
    margin: 10px auto;
	}
/*--index-------------------------------------------*/
@media screen and (max-width:768px){
	
	.main-box{
		width: 95%;
		margin: auto;
		padding: 10px;
	}
	.height-num,.weight-num,.tijiao{
		width: calc(100% - 175px);
	}
	.result{
		width: 100%;
	}
	.sidebar {
	    width: 100%;
		height: 100%;
		float: none;
	}
	.olddata div,
	.olddataB div {
		width: 16%;
		font-size: 13px;
	}
	.olddata div:nth-child(2),
	.olddataB div:nth-child(2) {
		width: 20%;
	}
	.explain-box{
		padding:0px;
		display:inline-block;
		width:90%;
	    margin: 10px 10px;
		border-bottom: 5px solid #e6e6e6;
	}
	.content-mid{
		width:100%;
		float:none;
		}

	}
	

/*------------------------------首页240203------------------------------ */

/*------------------------------ bfr------------------------------ */
.bfr-jisuanqi-box{
	width: 500px;
	float: left;
	margin: 10px 0px 20px 100px;
	display: inline-block;
}
.h1img{
	width: 30px;
	height: 30px;
}
.bfr-jisuanqi-box li {
    margin: 0 0 13px 0;
    height: 32px;
}
.top-right-yl1{
	width: 510px;
	height: 150px;
	margin-top: 5px;
	background-color: #e6e6e6;
	display: inline-block;
}
.old-bfr-data {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	background-color: aqua;
	/* flex兼容代码下 */
	display: -moz-box; /* Firefox 17- */  
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
	display: -moz-flex; /* Firefox 18+ */  
	display: -ms-flexbox; /* IE 10 */ 
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-webkit-box-pack: justify;
	-ms-justify-content: space-around;
	-moz-justify-content: space-around;
	-o-justify-content: space-around;
	-webkit-justify-content: space-around;
	-webkit-justify-content: space-around;
}
.old-bfr-data div,.old-bfr-dataB div {
	width: 14%;
	text-align: center;
	border: 1px solid #7CB5EC;
}
.old-bfr-dataB {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.bfr-bmi-contrast img{
	float: left;
}
.mid-right-yl2{
	height: 450px;
	width: 510px;
	display: inline-block;
	background-color: beige;
}
.bfr-result span {
    color: #F00;
    font-size: 18px;
    font-weight: bold;
}

@media screen and (max-width:768px){
	.bfr-jisuanqi-box{
		width: 95%;
		float: none;
		margin: 10px auto;
		display: block;
	}
	.bfr-refer{
		width: 100%;
		font-size: 12px;
	}
	.top-right-yl1{
		width: 95%;
		margin: 5px auto;
		display: block;
		height: auto;
	}
	.old-bfr-data div,
	.old-bfr-dataB div {
		width: 14%;
		font-size: 13px;
	}
	.old-bfr-data div:nth-child(2),
	.old-bfr-dataB div:nth-child(2) {
		width: 16%;
	}
	
	.bfr-bmi-contrast img{
		float: none;
	}
	.mid-right-yl2{
		height: auto;
		width: 95%;
		display: block;
		background-color: beige;
	}

}
/*------------------------------ bfr------------------------------ */

/*------------------------------ bmr------------------------------ */
.bmr-gongshi{
	width: 600px;
	float: right;
	
}
.bmr-result{
	padding-top: 10px;
	padding-bottom: 20px;
}
.bmr-result span {
    color: #F00;
    font-size: 18px;
    font-weight: bold;
}

@media screen and (max-width:768px){
	.bmr-gongshi{
		width: 95%;
		float: none;
		display: block;
		margin: auto;
	}
}

/*------------------------------详情页------------------------------ */
.consult{
	height: 60px;
	line-height: 25px;
}
.xqy{
	width: 44px;
	height: 44px;
	border-radius: 50%;
	margin-right: 10px;
}
.xqy-V{
	width: 15px;
	height: 15px;
}
.jkgls{
	height: 50px;
	display: inline-block;
}
.top-header{
	width: 750px;
	float: left;
}
.sidebar-right{
	float: right;
	width: 400px;
}
.yanse{
	color: #00c8c8;
	font-weight: 700;
}

@media screen and (max-width:768px){
	.top-header,.sidebar-right{
		width: 95%;
		float: none;
		margin: auto;
	}
}

