@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2018-11-01 14:48:28
 * @version $Id$
 */
.healthswiper  {
	height: 709px ;
	background: url("../img/health_bg.png") top center no-repeat;
	background-size: 100% 100%;
	min-width: 1200px;
	/*padding-top: 160px;*/
}
.fatswiper  {
	height: 709px ;
	background: url("../img/shuerjialunbo.png") top center no-repeat;
	background-size: 100% 100%;
	min-width: 1200px;
	/*padding-top: 160px;*/
}


.wraper .container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.img-wrapper {
	width: 99px;
	margin-top: 80px;
	margin-bottom: 30px;
}
.img-wrapper2 {
	width: 98px;
	margin: 130px auto 30px;
}
.input-wrapper {
	width: 100%;
	height: 45px;
	font-size: 20px;
	line-height: 45px;
	position: relative;
}
.input-wrapper2 {
	width: 856px;
	height: 58px;
	font-size: 20px;
	line-height: 58px;
	position: relative;
	margin-top: 60px
	
}
.input-wrapper2 input {
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 29px;
	border: 1px solid #ff3b84;
	padding-left: 80px;
	box-shadow: 0px 3px 3px 0px 
		rgba(0, 0, 0, 0.26);
}
.input-wrapper2 input::-webkit-input-placeholder {        
         color: #5c5c5c;    
         font-size: 24px;
         font-weight: 200;
}
.input-wrapper span {
	right: 0;
	top: 0;
	position: absolute;
}
.input-wrapper input {
	width: 612px;
	background-color: #eeeeee;
	border-radius: 23px;
	border: 0;
	padding-left: 80px;
	padding-right: 20px;
}
.input-wrapper input::-webkit-input-placeholder {        
         color: #b7b7b7;    
         font-size: 20px;
}

.art-content {
	margin-top: 50px
}
.art-content ul {
	display: flex;
	justify-content: space-around;
}
.art-content .item {
	width: 371px;
	height: 460px;
	box-shadow: 1px 3px 7px 0px 
		rgba(0, 0, 0, 0.35);
	/*box-shadow: 10px 10px 5px #d9d9d9;*/
	border: 1px solid #d0d0d0;
	border-radius: 20px;
	overflow: hidden;
}
.item-article {
	width:100%;
	height: 100%;
}
.item-img-wrapper img {
	height: 100%
}
.item-img-wrapper {
	height: 252px;
	border-top: 0px solid;
	border-left: 0px solid;
	border-right: 0px solid;
	border-bottom: 6px solid ;
	border-image: -webkit-linear-gradient(-90deg,
	#5cb3ff 3%,
	#b56cff 20%,
	#eb95ff 42%,
	#ff6bb0 72%,
	#ff7299 82%,
	#ff7a79 97%) 10 10 10 10;
	border-image: -ms-linear-gradient(-90deg,
	#5cb3ff 3%,
	#b56cff 20%,
	#eb95ff 42%,
	#ff6bb0 72%,
	#ff7299 82%,
	#ff7a79 97%) 10 10 10 10
}
.item-info {
	flex: 1;
	min-width: 0;
	padding: 14px;	
	border-top: transparent;
}
.item-info-title {
	font-size: 18px;
	    margin-top: 10px;
}
.item-info-desc {
	    margin-top: 15px;
	font-size: 15px;
	/*margin: 17px 0;*/

	height: 66px;
	color: #303042 !important;
	text-align: left;
}
.item-info-time {
	font-size: 12px;
	position: relative;
	margin-right: 160px;
}
.art-content .item a {
	color: #000;
	font-size: 17px;
}

.icon-dayuhao:after {
	color: #fc7ea1;
	/*margin-left: 8px*/
}
.item-info-det {
	margin-top: 10px;
	position: relative;
	top: 15px;
	line-height: 25px;
}
.item-info-det a {
	position: absolute;
	right: 0;
}
.text-wrapper textarea {
	width: 100%;
	height: 300px;
	margin-top: 40px;
	font-size: 20px;
	border-radius: 30px;
	border: 1px solid #ff3b84;
	box-shadow: 0px 3px 3px 0px 
		rgba(0, 0, 0, 0.26);
		padding: 20px;
}
textarea::-webkit-input-placeholder {
	color: #5c5c5c;
	font-size: 24px;
	font-weight: 200;
}
.button-wrapper {
	text-align: center;
	margin-top: 70px;
}
.submit {
	width: 266px;
	height: 58px;
	background-image: linear-gradient(-90deg, 
		#f64ed7 0%, 
		#fe3e91 50%, 
		#ff3b84 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, 
		normal;
	border-radius: 29px;
	font-size: 33px;
	color: #ffffff;
}
.input-wrapper3 {
	width: 133px;
	height: 28px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	margin-top: -8px;
}
.input-wrapper3 input {
	width: 100%;
	height: 100%;
	font-size: 20px;
	padding: 5px;
	text-align: center;
	background-color: #fff;
	border-radius: 14px;
	border: 1px solid #ff3b84;
	box-shadow: 0px 3px 3px 0px 
		rgba(0, 0, 0, 0.26);
	vertical-align: middle;

}
.answer-content {
	margin-top: 70px
}
.answer-content .item {
	width: 1200px;
	/*height: 147px;*/
		box-shadow: 0px 9px 5px 1px 
		rgba(199, 199, 199, 0.21);
	border-radius: 30px;
	border: solid 1px #bfbfbf;
}
.info-bar ul {
	float: right;
	text-align: right;
}
.info-bar li {
	/*float:left;*/
	margin-left: 35px;
	/*height: 44px;*/
	vertical-align: middle;
	display:inline-block;
	line-height: 30px;
}
.info-bar li:last-child,
.info-bar li:nth-child(3) {
	margin-top: 20px;
}
.info-bar label {
	font-size: 24px;
	color: #5c5c5c;
	vertical-align: middle;
}
.item-q {
	font-size: 23px;
	color: #252525;
}
.item-a {
	font-size: 18px;
	color: #757575;
}
.answer-content .item {
	padding: 30px 100px;
	margin-bottom: 40px;
}
.brand-button-wraper {
	width: 266px;
	height: 58px;
	margin: 110px auto;
}
.brand-button-wraper .brand-button {
	width: 100%;
	height: 100%;
	background-image: linear-gradient(121deg,
	rgba(255, 198, 144, 0.9) 0%,
	rgba(255, 162, 151, 0.9) 50%,
	rgba(255, 127, 157, 0.9) 100%),
	linear-gradient(
			#ffffff,
			#ffffff);
	border-radius: 29px;
}
.icon-new:before {
    /*background: linear-gradient(to bottom,#e52d8c 30%,#fca294 70%);
    color-stop: ;
    -webkit-background-clip: text;*/
    background: url("../img/newicon.png") center no-repeat;
	background-size:30px;
    color: transparent;   
    font-size: 40px;
    vertical-align: middle;
    position: absolute;
    margin-left: -60px;
    margin-top: -13px
    }
.icon-q:before {
   /* background-image: linear-gradient(0deg, 
    rgba(253, 122, 92, 0.9) 0%, 
    rgba(223, 0, 115, 0.9) 100%), 
  linear-gradient(
    #fd4792, 
    #fd4792);
  color-stop: ;
    -webkit-background-clip: text;*/
    color: transparent;   
    background: url("../img/Q.png") top center no-repeat;
    background-size: 20px;
    }
.icon-letter-a:before {
    /*background-image: linear-gradient(0deg, 
		rgba(43, 244, 164, 0.9) 0%, 
		rgba(42, 228, 207, 0.9) 16%, 
		rgba(42, 217, 234, 0.9) 46%, 
		rgba(91, 193, 255, 0.9) 66%, 
		rgba(206, 154, 254, 0.9) 100%), 
	linear-gradient(
		#fd4792, 
		#fd4792);
    -webkit-background-clip: text;*/
    color: transparent;   
    background: url("../img/A.png") center no-repeat;
    background-size: 20px;
    padding-right: 3px;
    }
.art-content .swiper-wrapper{
	height: 370px
}
.swiper-button-prev ,
.swiper-button-next {
	margin-top: 150px;
	width: 102px;
	height: 48px;
	outline: none;
}
.swiper-button-prev {
	background: url("../img/slideleft.png") no-repeat;
	background-size: cover
}
.swiper-button-next {
	background: url("../img/slideright.png") no-repeat;
}
.brand-button {
	color: #fff;
}
input {
	height: 45px;
}
textarea {
	overflow:hidden
}
.info-bar li > input {
	width: 0;
}

.input-wrapper button[type="submit"]{
	background: transparent;
	position: absolute;
	top: 50%;
	margin-top: -20px;
}
.input-wrapper button[type="submit"]>i{
	font-size: 24px;
	position: relative;
	margin-left: 2px;
}
.faker{
	width: 266px;
	height: 58px;
	background-image: linear-gradient(121deg,
	rgba(255, 198, 144, 0.9) 0%,
	rgba(255, 162, 151, 0.9) 50%,
	rgba(255, 127, 157, 0.9) 100%),
	linear-gradient(
			#ffffff,
			#ffffff);
	background-blend-mode: normal,
	normal;
	border-radius: 29px;
	font-size: 33px;
	color: #ffffff;
}
.fatswiper .swiper-slide input {
	width: 847px;
	height: 67px;
	background-color: #ffffff;
	border-radius: 51px;
	border: 0;
	font-size: 25px;
	color: #5c5c5c;
	padding-left: 40px;
	margin-left: 176px;
}
.fatswiper  input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #474747;
}
.fatswiper  input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #474747;
}
.fatswiper input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #474747;
}
.fatswiper input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #474747;
}
.fatswiper .icon-fangdajing:before {
	color: #FD739B;
	font-size: 40px;
	position: absolute;
	right: 200px;
	
}
.fatswiper .swiper-slide {
	position: relative;
	padding-top: 340px;
	    width: 1200px;
    margin: 0 auto;
}
.healthswiper .swiper-slide  {	
	position: relative;
	padding-top: 88px;
}
.loseWeight {
	box-shadow: 1px 6px 16px 0px 
		rgba(0, 0, 0, 0.35);
	border-radius: 20px;
	color: #323232;
	padding: 35px 80px 0 80px;
	margin-top: 50px !important;
}
.loseWeight .more {
	position: relative;
	top: -30px;
	font-size: 21px;
	height: 29px;
	color: #474747;
	float: right;
	line-height: 29px;
	text-align: center;
}
.loseWeight-menu {
	float: left;
	width: 300px;
}
.loseWeight-menu li {	
	width: 175px;
	height: 48px;
	font-size: 20px;
	border-radius: 19px;
	color: #5c5c5c;
	text-align: center;
	line-height: 48px;
	border: solid 1px #ff8ca7;

	cursor: pointer;
	margin-bottom: 78px;
}
.loseWeight-menu li a {
	color: #5c5c5c;
}
.loseWeight-menu li:last-child {
	margin-bottom: 60px;
}
.loseWeight-menu .active {
	background-image: linear-gradient(121deg,
	rgba(255, 198, 144, 0.9) 0%,
	rgba(255, 162, 151, 0.9) 50%,
	rgba(255, 127, 157, 0.9) 100%),
	linear-gradient(
			#f6add1,
			#f6add1);
	box-shadow: 0px 9px 16px 3px
	rgba(34, 34, 34, 0.17);
	border: none !important;
	
}
.loseWeight-menu .active a {
	color: #fff !important;
}
.loseWeight-title {
	float: left;
	font-size: 15px;
	width: 740px;
}
.loseWeight-title li {	
	float: left;
	width: 350px;
	margin-bottom: 45px;
}
.loseWeight-title li:nth-of-type(even) {
	margin-left: 30px;
}
.loseWeight-title li a {
	color: #303042 !important;
}
.loseWeight img {
	width: 99px;
}
.loseWeight-title li a:hover {
	color: #E3017F !important;
}
.loseWeight-header {
	padding-bottom: 10px;
	border-bottom:  2px dotted #e5e5e5;
	margin-bottom: 40px;
}


.article-show .item {
	/*display: flex;*/
	height: 237px;
	overflow:hidden;
	margin-bottom: 60px;
	box-shadow: 10px 10px 5px #d9d9d9;
}
.article-show .item-img-wraper {
	width: 504px;
	height: 237px;
	float: left;
}
.article-show .item-img-wraper img {
	width: 100%;
	height: 100%;
	display: block;
}
 .article-show .item-info {
	/*flex: 1;*/
	width: 696px;
	height: 295px;
	float: right;
	min-width: 0;
	padding: 20px;
	border: 1px solid #d0d0d0;
	border-left: transparent;
}
 .article-show .item-info-title {
	font-size: 22px;
	border-bottom: dashed 1px #999999;
 color: #ff3b84;
}
.article-show .item-info-title a {
	color: #ff3b84 !important;
	font-size: 25px;
}
.article-show .item-info-desc {
	font-size: 15px;
	height: 50px;
	overflow:hidden;
	margin: 15px 0;
	line-height: 25px;
}
.article-show .item-info-time {
	font-size: 12px;
}
.article-show .item-info a {
	color: #474747;
	font-size: 20px;
}
.article-show .icon-dayuhao:after {
	color: #e3017e;
	margin-left: 8px
}
.article-show .item-info-det a {
	font-size: 12px;
}
.article-show .item-info-det {
	/*border-bottom: 1px dashed #e3017e;*/
	padding-bottom: 15px;
	position: relative;
}
.article-show .item-info-det a {
	position: absolute;
	right: 0;
	bottom: 15px;
}
.article-show .brand-button-wraper {
	width: 296px;
	height: 58px;
	margin: 0 auto 100px;
}
.obesity-more {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 21px;
	color: #474747 !important;
}
.recommend .title,
.container-articleList .title{
	border-bottom: dotted 1px #b5b5b5;
	color: #e3017f;
	margin-bottom: 70px;
}
.container-articleList .title p {
	position: relative;
	top: 2px;
	display: inline-block;
	font-size: 33px;
	border-bottom: solid
	#e3017e;
}
.container-articleList .title {
	margin-top: 50px;
}
.article-list {
	background: #fcfcfc;
	font-size: 29px;
	color: #000;
	padding: 0 10px 50px;
	font-weight: 200;
}
.container-articleList .guid-bar a {
	font-size: 29px;
	color: #000;
}
.container-articleList .guid-bar .active {
	color: #e3017f;
}
.article-list .time {
	line-height: 55px;
	font-size: 22px;
	font-weight: 200;
	float: right;
	position: relative;
	top: -46px;
}
.article-list > li {
	margin-top: 20px;
	border-bottom: 1px  dotted #b5b5b5;
}
.article-list > li a {
	color: #333;
}
.pages {
	font-size: 25px;
	
	height: 32px;
	

}
.pages a {
	display: inline-block;
	line-height: 32px;
	padding: 0 8px;
	border-radius: 5px;
	color: #000000;
}
.pages .current {
	padding: 0 8px;
	border-radius: 5px;
	background: #e3017f;
	color: #fff;
}