@charset "UTF-8";
/**
 * 
 * @authors sunjb (you@example.org)
 * @date    2018-05-18 08:41:13
 * @version $Id$
 */
 .content {
 	/*position: relative;*/
 	/*height: 100vh;*/
 }
 .content .page {
 	width: 100%;
 	position: relative;
 	top: -1rem;  /*1.59*/
 	z-index: 2;
 /*	background: url(../img/header3.png) no-repeat;*/
 	background-size: contain;
 }
 .reduce .tittle {
 	position: relative;
 	top: 3rem;
 	left: 1.5rem;
 	width: 4.5rem;

 }
.bmi-logo {
	position: absolute;
	top: 5.1rem;
  /*  left: 1.25rem;
	width: 4.99rem;*/
	height: 6.3rem;
	  left: .75rem;
	width: 6rem;
	background: url(../img/bmi-bg.png) no-repeat;
	background-size: 100%;
	color: #fff;
	padding: .2rem;
	z-index: 2
}
.bmi-logo-delete {
	content: "";
	background: url(../img/error.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: .2rem;
	right: .2rem;
	width: .28rem;
	height: .28rem;
}
.bmi .tittle {
	position: relative;
	top: 3rem;
	left: 1rem;
	width: 5.5rem;
}
.notest {
	margin-top: .3rem;
}
.bmi .notest p {
	font-size: .27rem;
	text-align: center;
	position: relative;
	top: .2rem;
}
.emotion {
	width: .58rem;
	height: .54rem;
	margin: 0 auto;
}
.result {
	margin-top: .5rem;
}
.result p {
	width: 100%;
	text-align: center;
}
.emotion-notice {
	margin-top: .1rem;
	font-size: .26rem;
}
.emotion-result {
	font-size: .31rem;
	font-weight: bold;
}
.emotion-result span {
	font-size: .59rem;
	line-height: .59rem;
}
.emotion-situation {
	font-size: .25rem;
}
.emotion-suggest {
	margin-top: .1rem;
	font-size: .22rem;
}
.notest img {
	width: 1.8rem;
	height: 1.86rem;
	margin: 0 auto;
}
.bmi form > div {
	width: 3.11rem;
	height: 1.33rem;
	background-color: #fff;
	border-radius: 15px;
	box-shadow:  .05em .05rem .03rem #e1e1e1;
	position: relative;
	margin-top: .4rem;
	border: 1px solid #f3f3f3;
}
.bmi form {
	font-size: .2rem;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 3.8rem auto .5rem;
	position: relative;
}
.bmi span {
	margin-top: .22rem;
	margin-left: .18rem;
}
.bmi select
{
	color: #757575;
	padding-left: .2rem;
	border: none;
	border-radius: .08rem;
	width: 1.6rem;
	height: .6rem;
	position: absolute;
	right: .1rem;
	bottom: .1rem;
	text-align: center;
	font-size: .2rem;
	background: #ebebeb url(../img/select-logo.png) no-repeat;
	background-position: 90% center;
	background-size: 20%;
}
.wSelect-option-icon {
	margin: 0 auto !important;
	width: 1rem !important;
}
.wSelect-theme-classic {
	width: 1.51rem !important;
	height: .5rem;
	border: none !important;
	background-color: #ebebeb !important;
	font-size: .2rem !important;
	margin: 0 auto;
}
.bmi input {
	background-color: #ebebeb;
	border: none;
	border-radius: .08rem;
	width: 1.6rem;
	height: .6rem;
	position: absolute;
	right: .1rem;
	bottom: .1rem;
	text-align: center;
	font-size: .2rem;
}
.bmi .submit {
	width: 2rem;
	height: .68rem;
	position: absolute;
	left: 2.7rem;
	top: 4rem;
	background: url(../img/submit.png);
	background-size: cover;
}
 /*pagetwo*/
 .fault {
 	color: #fff;
 	text-align: center;
 	position: relative;
 	top: 5rem;
 }
 .fault-num {
 	margin-top: 3.8rem;
 }
 .fault .title{
 	position: relative;
 	top: 3rem;
 	left: 1rem;
 	width: 5.5rem;

 }
 .fault .fault-title {
 	height: 3.3rem;
 	margin-top: .2rem
 }

 .fault1 {
 	background: url(../img/fault1.png) no-repeat;
 	background-size: cover;
 }
 .fault2 {
 	background: url(../img/fault2.png) no-repeat;
 	background-size: cover;
 }
 .fault3 {
 	background: url(../img/fault3.png) no-repeat;
 	background-size: cover;
 }
 .fault4 {
 	background: url(../img/fault4.png) no-repeat;
 	background-size: cover;
 }
 .fault5 {
 	background: url(../img/fault5.png) no-repeat;
 	background-size: cover;
 }
 .fault h2 {
 	font-size: .77rem;
 }
 .fault p {
 	font-size: .27rem;
 	position: relative;
    top: 1.4rem;
    width: 5.57rem;
    margin: 0 auto;
 }
  .swiper-container {
  	position:relative;
 	top: 4.0rem;	
 	width: 100%;
 	height: 325px;
 }
 .imgList {
  	height: 6.5rem; 
 	text-align: center;
 }
 .imgList  p {
 	margin-top: .3rem;
 	font-size: 12px;
 }
  .imgList img {
 	width: 4rem;
 	height: 4rem;
 	margin: 0 auto .3rem;
 }
 .arrow {
 	width: .41rem;
 	height: .71rem;
 	position: relative;
 	top: 1.3rem;
 } 
 #right {
 	margin-right: .5rem;
 	float: right;
 }
 #left {
 	margin-left: .5rem;
 	float: left;
 }
.pagethree-doctor {
	width: 100%; 	
 	background: url(../img/halo.png) no-repeat;
 	background-size: contain;
}
 .doctor {
 	width: 7.1rem;
 	height: 6.51rem;
 	margin: 4.5rem auto 0;
 	/*background: linear-gradient(to bottom, #fff7fc, #ffcae5);*/
	 background: url(../img/fat-bg.png) no-repeat;
	 background-size: contain;
 	position: relative;
 	padding-top: .4rem;
 	border-radius: .4rem;
 }
 .doctor .doctor-photo {
 	background: url(../img/doctor.png) no-repeat;
 	background-size: cover;
 	width: 1.92rem;
 	height: 1.92rem;
 	margin-left: .1rem;
 }
 .doctor-name {
 	font-size: .5rem;
 	color: #df0073;
 	position: absolute;
 	left: 2.1rem;
 	top: .56rem;
 }
 .doctor-name p {
 	font-size: .26rem;
 }
 .doctor-result {
 	font-size: .26rem;
 	color: #333333;
 	width: 5.6rem;
 	margin: .3rem auto 0;
 }
 .check-video {
 	width: 2.7rem;
 	height: .46rem;
 	margin: 5.1rem auto 0;
 	background: url(../img/check-video.png) no-repeat;
 	background-size: cover;
 }
 /*修改swipper 默认样式*/
  .swiper-button-next {
  	background-image: url(../img/right.png) !important;
  }
   .swiper-button-prev {
  	background-image: url(../img/left.png) !important;
  }
 .swiper-pagination-bullet-active {
 	background: #df0073 !important;
 }
 .swiper-button-next, .swiper-button-prev {
  margin-top: -90px !important;
 }
  .swiper-container {
  height: 6.8rem !important;
 }
 footer {
    /*margin-bottom: 2rem;*/
}

.fa-caret-down:before {
    content: "\f0d7";
}
.swiper-button-next,.swiper-button-prev {
	outline: none !important;
}
.header-info {
	    background: url(../img/header2-bg1.png) no-repeat;
	        background-size: 100% 100%;
}
