body{
	min-width: 1290px;
}
.obesity-container{
	width: 100%;
}
/*top*/
.obesity-top{
	position: relative;
}
/*test*/
.obesity-test{
	width: 100%;
    z-index: 12;
    position: relative;
	margin-top: 70px;

}
.test-main{
	width: 1200px;
    margin: 0 auto;
	position: relative;
}
.test-main img{
	margin: 0 auto;
    text-align: center;
    width: 67%;
}
.test-question{
	width: 100%;
    position: absolute;
    top: 30%;
    color: #fff;
}
.question{
	width: 70%;
    display: flex;
    margin-left: 17%;
    flex-direction: column;
    align-items: center;
}
.question p{
	font-size: 46px;
	font-weight: 600;
}
.test-form{
	width: 65%;
    margin-left: 5%;
}
.main-con{
	display: flex;
    margin-top: 7%;
}
.input-view{
	height: 39px;
    width: 73%;
    border: 3px solid #fff;
    background: rgba(255, 255, 255, 0);
    border-radius: 13px;
    padding: 0 3px 0 10px;
    color: #fff;
    line-height: 32px;
}
.input-view option{
	background-color: rgb(242, 24, 108);
    border: 0;
    height: 25px;
}
.input-view option:hover{
	background: rgba(255,255,255,.8);
}
/* 取消上下箭头 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
input[type="number"]{
	-moz-appearance:textfield;
}
.feture,
.input-height,
.input-weight{
	flex: 1;
	display: flex;
    flex-direction: column;
}
.i-name{
	font-size: 25px;
    text-align: center;
    width: 73%;
}
.btn-submit{
	background: #ff98cf;
    border-radius: 24px;
    font-size: 30px;
    color: #fff;
    padding: 0 30px;
    margin-left: 32%;
    margin-top: 10%;
}
.test-result{
	width: 100%;
    position: absolute;
    top: 20%;
    color: #fff;
    display: none;
}
.result{
	width: 45%;
    display: flex;
    margin-left: 30%;
    flex-direction: column;
    align-items: center;
}
.result-thin, .result-normal, .result-over, .result-fat{
	display: none;
}
.result img{
   width: 540px;
}
.triangle{
    position: relative;
    top: -23.5px;
    left: 100px;
    height: 14px;
    width: 14px;
    border-width:10px 10px 0;
    border-style:solid;
    border-color:#fff transparent transparent;
}
.selectArea{
    display: none;
    position: absolute;
    top: 191px;
    left: 33%;
    z-index: 6;
    background-color: #F21A69;
    border: 1px solid #fff;
    width: 150px;
}
.selectArea li:hover{
    background-color: #fff;
    color: #F21A69;
}

/*misunder*/
.obesity-misunder{
	width: 100%;
	margin-top: 200px;
}
.misunder-title{
	width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.misunder-title img{
	width: 237px;
}
.misunder-nav{
	/*width: 100%;*/
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 65px;
}
.nav-box{
	width: 100%;
    flex: 1;
    /*display: flex;*/
}
.misunder-area{
	/*flex: 1;*/
    width: 240px;
    float: left;
	height: 540px;
}
.nav-title{
	height: 540px;
}
.title-img{
	width: 100%;
	height: 100%;
}
.nav-title p {
    font-size: 60px;
    margin-left: 80px;
    margin-top: 26px;
    text-align: center;
    color: #fff;
    line-height: 83px;
    position: relative;
    top: -540px;
    font-weight: 700;
    width: 62px;
     writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.nav-content{
	width:0;
	height: 540px;
}
.nav-content p{
	font-size: 17px;
    line-height: 21px;
    color: #fff;
    width: 420px;
}
.misunder-un{
    width: 150px;
    transition: .4s width linear;
}
.misunder-un .nav-title p{
    margin-left: 35px;
    transition: .4s margin-left linear;
}
.misunder-active{
    display: flex;
    width: 600px;
    background: url("../img/delete1.png") no-repeat 100%;
    background-size: cover;
    transition: .4s width linear;
}
.misunder-active .nav-title{
    width: 150px;
}
.misunder-active .nav-title p{
	top: 0;
}
.misunder-active .nav-content{
	/*display: block;*/	
	width: 500px;
	padding-top: 120px;
    padding-right: 20px;
    padding-left: 20px;
}
.misunder-active .nav-content p {
	display: inline-block
}
.nav-content p {
	display: none;
}

/*suggest*/
.obesity-suggest{
	margin-top: 270px;
}

/*doctor*/
.obesity-doctor{
	/*background: url("../img/plot1.png") no-repeat 100%;*/
    width: 100%;
    /*height: 1020px;*/
    display: flex;
    justify-content: center;
}
.doctor-message{
	height: 429px;
    margin-top: 40px;
    width: 1090px;
    background: url("../img/doctor-bg.png") no-repeat;
    background-size: cover;
    /*background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.58) 0%, rgba(255, 212, 235, 0.58) 0%, rgba(255, 168, 214, 0.58) 0%, rgba(255, 255, 255, 0.58) 100%), linear-gradient(#ffffff,#ffffff);*/
    border-radius: 60px;
    background-blend-mode: normal, normal;
}
.doctor-int{
	width: 100%;
    display: flex;
    margin-top: 25px;
    align-items: center;
    justify-content: center;
}
.doctor-icon{
	width: 195px;
	height: 195px;
}
.doctor-history{
	height: 195px;
}
.name{
	font-size: 51px;
	color: #e3017e;
}
.post{
	display: flex;
    font-size: 19px;
    line-height: 25px;
    color: #e3017e;
    flex-direction: column;
}
.post span{
	display: inline-block;
}
.doctor-research{
	font-size: 21px;
    line-height: 38px;
    color: #3a3a3a;
    margin: 0 56px;
}
