@font-face {
  font-family: "douyu";
  src: url("../font/douyu.woff") format("woff"),
       url("../font/douyu.ttf") format("truetype"),
       url("../font/douyu.eot") format("embedded-opentype"),
       url("../font/douyu.svg") format("svg");
}
/* mian */
.mian{
    position: relative;
    z-index: 999;
}
.mian .max{
	width: 100%;
	height: 146px;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top: -146px;
	left: 0;
}
.mian .wrap{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mian .wrap .list{
    width: calc((100% - 100px) / 3);
    display: flex;
    align-items: center;
}
.mian .wrap .list + .list{
    margin-left: 50px;
}
.mian .wrap .list .icon{
    margin-right: 15px;
}
.mian .wrap .list .text{}
.mian .wrap .list .text .tit{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 100%;
}
.mian .wrap .list .text .txt{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-top: 15px;
}

/* explo */
.explo{
    padding: 100px 0;
    background: url(../images/taste/explo_bg.png) no-repeat center;
}
.explo .wrap{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.explo .wrap .list{
    position: relative;
    margin-right: 42px;
}
.explo .wrap .list:nth-child(3n){
    margin-right: 0;
}
.explo .wrap .list:nth-child(n + 4){
    margin-top: 42px;
}
.explo .wrap .list .con{
    display: flex;
}
.explo .wrap .list .con .left{
    padding: 15px 0 70px 15px;
    background-color: #ffffff;
    box-shadow: 4px 3px 25px 0px 
  rgba(0, 0, 0, 0.05);
    border-radius: 10px 0px 0px 10px;
}
.explo .wrap .list .con .right{
    padding: 15px 15px 70px 0;
    background-color: #f5f5f5;
    box-shadow: 4px 3px 25px 0px 
  rgba(0, 0, 0, 0.05);
    border-radius: 0px 10px 10px 0px;
}
.explo .wrap .list .tit{
    width: 102px;
    height: 30px;
    background-color: #de586d;
    border-radius: 15px;
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}
.explo .wrap .list .tit:hover{
    width: 122px;
}
.explo .wrap .list .tit a{
    width: 100%;
    height: 100%;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
/* head */
.wrap .head{
	text-align: center;
}
.wrap .head .tit{
	position: relative;
	display: flex;
	justify-content: center;
}
.wrap .head .tit h6{
	font-size: 36px;
    font-weight: bold;
    line-height: 100%;
    position: relative;
}
.wrap .head .tit h6::before,
.wrap .head .tit h6::after{
	content: '';
	width: 35px;
	height: 28px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.wrap .head .tit h6::before{
    left: -50px;
    background: url(../images/taste/stop_trile.png) no-repeat center;
}
.wrap .head .tit h6::after{
    right: -50px;
    background: url(../images/taste/stop_triri.png) no-repeat center;
}
.wrap .head .para{
    font-size: 18px;
    line-height: 100%;
    margin-top: 15px;
}
/* mode */
.mode{
    padding: 100px 0 0;
    background: url(../images/taste/mode_bg.png) no-repeat center;
    overflow: hidden;
    position: relative;
}
.mode .wrap{
    width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0px -21px 16px 0px 
  rgba(0, 0, 0, 0.07);
    border-radius: 50px 50px 0px 0px;
}
.mode .wrap .head {
    height: 162px;
    background: url(../images/taste/old_topbg.png) no-repeat;
    padding-top: 46px;
}
.mode .wrap .head .tit h6{
    color: #fff;
    position: relative;
}
.mode .wrap .head .para{
    color: rgba(255,255,255,0.8);
}
.mode .wrap .con{
    background: url(../images/taste/old_conbg.png) no-repeat;
    padding: 68px 60px;
}
.mode .wrap .con .online{
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 9;
}
.mode .wrap .con .list{}
.mode .wrap .con .list .para{
    width: 141px;
    height: 34px;
    background-color: #c25c6c;
    border-radius: 17px;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    color: #fff;
}
.mode .wrap .con .list .txt{
    width: 132px;
    height: 82px;
    background-color: #ffffff;
    border: solid 1px #c25c6c;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #c25c6c;
    line-height: 100%;
    margin: 0 auto;
}
.mode .wrap .con .list .txt span{
    display: block;
    font-size: 36px;
    line-height: 100%;
    margin-top: 5px;
}
.mode .wrap .con .list .txt span.mal{
	font-size: 24px;
}
.mode .wrap .con .btn{
    width: 127px;
    height: 50px;
    background-color: #4e4e4e;
    border-radius: 10px;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #fff;
    margin: 0 50px;
}
.mode .wrap .con .online .btn{
    background-color: #c25c6c;
}
.mode .wrap .con .online .list{
    margin-bottom: -34px;
}
.mode .wrap .con .online .para{
    position: relative;
}
.mode .wrap .con .online .para::before{
	content: '';
	width: 7px;
	height: 7px;
	background-color: #ffffff;
	border: solid 2px #edc79b;
	border-radius: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
}
.mode .wrap .con .online .txt{
    margin-top: 57px;
    position: relative;
}
.mode .wrap .con .online .txt::before,
.mode .wrap .con .online .txt::after{
	content: '';
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.mode .wrap .con .online .txt::before{
    border-color: transparent transparent #c25c6c transparent;
    top: -20px;
}
.mode .wrap .con .online .txt::after{
    border-color: transparent transparent #ffffff transparent;
    top: -19px;
}
.mode .wrap .con .online .btn{
    margin-top: 34px;
}
.mode .wrap .con .pic{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.mode .wrap .con .pic::before{
	content: '';
	width: 1057px;
	height: 317px;
	background: url(../images/taste/old_back.png) no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.mode .wrap .con .pic .left{
    width: 162px;
    height: 162px;
    background-color: #fe3b2f;
    border: solid 3px #ffffff;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.mode .wrap .con .pic .right{
    width: 162px;
    height: 162px;
    background-color: #fe3b2f;
    border: solid 3px #ffffff;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.mode .wrap .con .pic .para{
    width: 76px;
    height: 76px;
    background-color: #e5563d;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    z-index: 9;
}
.mode .wrap .con .pic .para::after{
	content: '';
	width: 96px;
	height: 96px;
	background-color: #e5563d;
	opacity: 0.27;
	border-radius: 100%;
	position: absolute;
	z-index: -1;
}
.mode .wrap .con .offline{
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 9;
}
.mode .wrap .con .offline .list{
    margin-top: -27px;
}
.mode .wrap .con .offline .btn{
    margin-top: 54px;
}
.mode .wrap .con .offline .para{
    position: relative;
}
.mode .wrap .con .offline .para::before{
	content: '';
	width: 7px;
	height: 7px;
	background-color: #ffffff;
	border: solid 2px #edc79b;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}
.mode .wrap .con .offline .txt{
    margin-bottom: 50px;
    position: relative;
}
.mode .wrap .con .offline .txt::before,
.mode .wrap .con .offline .txt::after{
	content: '';
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.mode .wrap .con .offline .txt::before{
    border-color: #c25c6c transparent transparent transparent;
    bottom: -20px;
}
.mode .wrap .con .offline .txt::after{
    border-color: #ffffff  transparent transparent transparent;
    bottom: -19px;
}
/* con_wrap */
.con_wrap{
	width: 1200px;
	margin: 0 auto 100px;
	background-color: #ffffff;
	box-shadow: 0px -21px 16px 0px rgba(0, 0, 0, 0.07);
}
.new .head{
	height: 162px;
	background: url(../images/taste/new_topbg.png) no-repeat center;
	padding-top: 46px;
}
.new .head .tit h6{
	color: #fff;
}
.new .head .tit h6::before{
    left: -50px;
    background: url(../images/taste/new__trile.png) no-repeat center;
}
.new .head .tit h6::after{
    right: -50px;
    background: url(../images/taste/new__triri.png) no-repeat center;
}
.new .head .para{
	color: #fff;
}


.new .con{
    padding: 148px 60px;
}
.new .con .online{
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 9;
}
.new .con .btn{
    width: 127px;
    height: 50px;
    background-color: #4e4e4e;
    border-radius: 10px;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #fff;
}
.new .con .online .btn{
    background-color: #c25c6c;
    transform: translateY(-54px);
}
.new .con .pic{
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.new .con .pic::before{
	content: '';
	width: 1057px;
	height: 322px;
	background: url(../images/taste/new_back.png) no-repeat center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.new .con .pic .left{
    width: 162px;
    height: 162px;
    background-color: #fe3b2f;
    border: solid 3px #ffffff;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.new .con .pic .right{
    width: 162px;
    height: 162px;
    background-color: #fe3b2f;
    border: solid 3px #ffffff;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.new .con .pic .left .para,
.new .con .pic .right .para{
    width: 76px;
    height: 76px;
    background-color: #e5563d;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    z-index: 9;
}
.new .con .pic .left .para::after,
.new .con .pic .right .para::after{
	content: '';
	width: 96px;
	height: 96px;
	background-color: #e5563d;
	opacity: 0.27;
	border-radius: 100%;
	position: absolute;
	z-index: -1;
}
.new .con .pic .trans{
	font-size: 18px;
	font-weight: bold;
	position: relative;
	color: #c25c6c;
	padding-top: 56px;
}
.new .con .pic .trans::before,
.new .con .pic .trans::after{
	content: '';
	position: absolute;
}
.new .con .pic .trans::before{
    width: 106px;
    height: 16px;
    background-color: #c25c6c;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}
.new .con .pic .trans::after{
    width: 0;
    height: 0;
    border-width: 18px 28px;
    border-style: solid;
    border-color: transparent transparent transparent #c25c6c;
    top: 71px;
    right: -73px;
}
.new .con .pic .list {position: relative;}
.new .con .pic .list .para{
    width: 74px;
    height: 30px;
    background-color: #c25c6c;
    border-radius: 6px;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.new .con .offline{
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 9;
}
.new .con .offline .list{
    margin-top: -27px;
}
.new .con .offline .btn{transform: translateY(54px);}

/* age */
.age{}
.age .head{
	height: 278px;
	background: url(../images/taste/age_bg.png) no-repeat center;
	padding-top: 65px;
}
.age .head .tit{
    font-family: douyu;
    font-size: 72px;
    color: #fff;
    line-height: 100%;
    transform: translateX(-184px);
}
.age .head .para{
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 12px;
    transform: translateX(203px);
    line-height: 100%;
}
.age .con{
    padding: 60px;
    background: #f4f6f8 url(../images/taste/age_guid.png) no-repeat center 145px;
}
.age .con .top{
    width: 616px;
    height: 178px;
    background-color: #c25c6c;
    border-radius: 20px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.age .con .top .pic{
    margin-right: 20px;
}
.age .con .top .text{
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    line-height: 52px;
}
.age .con .item{
    display: flex;
    justify-content: space-between;
    margin-top: 88px;
    position: relative;
}
.age .con .item .list{
    width: 332px;
    background-color: #ffffff;
    box-shadow: 0px 8px 21px 0px 
  rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    border: solid 1px #ffffff;
    padding: 28px;
    text-align: center;
    transition: all 0.3s;
}
.age .con .item .list:hover{
    transform: translateY(-20px);
}
.age .con .item .list ul{
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.age .con .item .list ul li{
    width: 76px;
    height: 76px;
    border-radius: 100%;
    font-size: 18px;
    color: #676767;
    padding: 15px;
    text-align: center;
}
.age .con .item .list ul li + li{
    margin-left: 26px;
}
.age .con .item .list ul li:nth-child(1){
	  background-color: #dbe4fc;
	  box-shadow: 4px 5px 13px 0px rgba(165, 189, 255, 0.53);
}
.age .con .item .list ul li:nth-child(2){
	background-color: #fcebd8;
	box-shadow: 4px 5px 13px 0px rgba(255, 204, 148, 0.53);
}
.age .con .item .list ul li:nth-child(3){
	background-color: #ffe2e0;
	box-shadow: 4px 5px 13px 0px rgba(255, 170, 164, 0.53);
}
.age .con .item .list .pic{}
.age .con .item .list .para{
    font-size: 24px;
    color: #c25c6c;
    font-weight: bold;
    margin-top: 20px;
}

/* course */
.course{
    padding: 60px 0;
}
.course .head{
    width: 288px;
    height: 60px;
    background-color: #c25c6c;
    border-radius: 9px 9px 51px 0px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 60px;
    text-align: inherit;
    padding-left: 84px;
}
.course .head::before,
.course .head::after{
	content: '';
	width: 0;
	height: 0;
	border-width: 11px 19px;
	border-style: solid;
	position: absolute;
	top: calc(50% - 11px);
}
.course .head::before{
    border-color: transparent transparent transparent rgba(255,255,255,0.2);
    left: 20px;
}
.course .head::after{
    border-color: transparent transparent transparent #fff;
    left: 32px;
}
.course .con{
    display: flex;
    padding: 34px;
}
.course .con .text{
    margin-right: 58px;
}
.course .con .text .item{
    display: flex;
    justify-content: space-between;
}
.course .con .text .item .list{
	position: relative;
}
.course .con .text .item .list + .list::before{
	content: '';
	width: 38px;
	height: 18px;
	background:
	url(../images/taste/course_jt.png) no-repeat center;
	position: absolute;
	left: -62px;
	top: 21px;
}
.course .con .text .item .list .icon{
    width: 60px;
    height: 60px;
    background-color: #c25c6c;
    border-radius: 100%;
    text-align: center;
    padding-top: 5px;
    margin: 0 auto;
}
.course .con .text .item .list .icon span{
    width: 60px;
    height: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px 
  rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 3px;
}
.course .con .text .item .list .para{
    margin-top: 15px;
    font-size: 14px;
    line-height: 100%;
    color: #434343;
}
.course .con .text .btm{
    margin-top: 50px;
    background-image: linear-gradient(180deg, 
  #f4f6f8 0%, 
  #ffffff 100%);
    box-shadow: 0px 0px 32px 0px 
  rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    border: solid 1px #f4f6f8;
    padding: 35px 30px;
}
.course .con .text .btm .para{
    line-height: 30px;
    color: #434343;
    margin-bottom: 35px;
}
.course .con .text .btm ul{}
.course .con .text .btm ul li{
    width: 297px;
    height: 55px;
    background-image: linear-gradient(180deg, 
  #f3dee2 0%, 
  #ffffff 100%);
    box-shadow: 0px 0px 10px 0px 
  rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    border: solid 1px #ffffff;
    text-align: center;
    line-height: 52px;
    font-weight: bold;
}
.course .con .text .btm ul li + li{
	margin-top: 20px;
}
.course .con .text .btm ul li span{
    color: #c25c6c;
}
.course .con .pic{margin-top: -78px;}

/* stop */
.stop{}
.stop .item{}
.stop .item .top{
    height: 90px;
    margin-left: 8px;
    background-color: #c25c6c;
    border-radius: 10px 0px 0px 10px;
    display: flex;
    position: relative;
    margin-bottom: 60px;
}
.stop .item .top::after{
	content: '';
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: #c25c6c transparent transparent transparent;
	position: absolute;
	bottom: -20px;
	right: 60px;
}
.stop .item .top .num{
    width: 68px;
    height: 56px;
    background: url(../images/taste/stop_num.png) no-repeat;
    border-radius: 8px 0px 0px 8px;
    font-family: arial;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -8px;
    margin-top: 17px;
}
.stop .item .top .para{
    font-size: 36px;
    font-weight: bold;
    line-height: 84px;
    color: #fff;
    margin-left: 22px;
}
.stop .item .top .arro{
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.stop .item .top .arro span{
    font-family: arial;
    font-size: 60px;
    font-weight: bold;
    color: rgba(255,255,255,0.2);
    margin-left: 30px;
}
.stop .item .con{
    padding: 40px 60px 60px;
    display: flex;
    flex-wrap: wrap;
}
.stop .item .con .list{
    width: 324px;
    height: 110px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #c25c6c;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 25px;
    margin-right: 54px;
    transition: all 0.3s;
}
.stop .item .con .list:nth-child(3n){
    margin-right: 0;
}
.stop .item .con .list:nth-child(n+4){
    margin-top: 40px;
}
.stop .item .con .list:hover{
    transform: translateX(20px);
}
.stop .item .con .list .icon{
    margin-right: 20px;
}
.stop .item .con .list .txt{
    font-size: 14px;
    line-height: 24px;
}
.stop .item .article{
    padding-top: 60px;
    background: url(../images/taste/stop_two_bg.png) no-repeat center bottom;
    transform: translateY(-60px);
}
.stop .item .article .drop{
    width: 374px;
    height: 54px;
    background-color: #c25c6c;
    border-radius: 27px;
    margin: 120px auto 0;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 54px;
    text-align: center;
}
.stop .item .article .sale{
    padding: 0 170px 0 200px;
    display: flex;
    padding-bottom: 28px;
}
.stop .item .article .sale .list{
    text-align: center;
}
.stop .item .article .sale .list:nth-child(1){
    margin-top: 223px;
    margin-right: 140px;
}
.stop .item .article .sale .list:nth-child(2){
    margin-top: 163px;
    margin-right: 100px;
}
.stop .item .article .sale .list:nth-child(3){
    margin-top: 103px;
    margin-right: 70px;
}
.stop .item .article .sale .list:nth-child(4){}
.stop .item .article .sale .list .icon{
    width: 130px;
    height: 44px;
    background-color: #ffffff;
    border-radius: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stop .item .article .sale .list .icon span{
    font-size: 24px;
    font-weight: bold;
    color: #c25c6c;
    margin-left: 10px;
}
.stop .item .article .sale .list .para{
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
    margin-top: 22px;
    margin-bottom: 10px;
}
.stop .item .article .sale .list .txt{
	white-space: nowrap;
	font-size: 14px;
	line-height: 100%;
	color: #444;
}
.stop .item .supply{
    display: flex;
    padding: 0 22px 60px;
}
.stop .item .supply .tab{
    width: 204px;
    box-shadow: 4px 5px 27px 0px rgb(194 92 108 / 10%);
    border-radius: 10px;
}
.stop .item .supply .tab .td{
    width: 100%;
    height: 243px;
    padding: 10px;
}
.stop .item .supply .tab .td.on{
	background-color: #c25c6c;
}
.stop .item .supply .tab .td span{
    font-size: 92px;
    font-family: rob;
    font-weight: bold;
    color: rgba(0,0,0,0.1);
    line-height: 100%;
    transform: translateY(-10px);
    display: block;
}
.stop .item .supply .tab .td.on span{
	color: rgba(255,255,255,0.1);
}
.stop .item .supply .tab .td .pa{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 100%;
}
.stop .item .supply .tab .td.on .pa{
	color: #fff;
}
.stop .item .supply .tab .td i{
    width: 28px;
    height: 4px;
    background-color: #c25c6c;
    border-radius: 2px;
    display: block;
    margin: 36px auto 0;
}
.stop .item .supply .tab .td.on i{
	background-color: #fff;
}
.stop .item .supply .cut .over{
    margin-top: 80px;
}
.stop .item .supply .cut .over .list + .list{
	display: none;
}

/* ment */
.ment{
}
.ment .tab{
    width: 890px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 40px;
}
.ment .tab li{
    border: solid 1px #efefef;
}
.ment .tab li.on{
	border: solid 1px #b75464;
}
.ment .tanc{
    width: 1200px;
    height: 560px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 5px #b75463;
}
.ment .tanc .list{
    display: flex;
}
.ment .tanc .list + .list{
	display: none;
}
.ment .tanc .list .pic{
    padding: 60px 55px;
}
.ment .tanc .list .text{
    width: 470px;
    height: 550px;
    background-color: #b75464;
    padding: 60px;
    position: relative;
}
.ment .tanc .list .text .tit{
    font-size: 30px;
    font-weight: bold;
    line-height: 100%;
    color: #fff;
    margin-bottom: 50px;
}
.ment .tanc .list .text .txt{
    font-size: 16px;
    line-height: 30px;
    color: rgba(255,255,255,0.8);
}
.ment .tanc .list .text .img{
    width: 180px;
    position: absolute;
    bottom: 60px;
    left: 60px;
}
.ment .tanc .list .text .img img{
	width: 100%;
}