@import "anlvtong-global.css";
@import "anlvtong-header.css";

.anlvtong-notice {
	width: 100%;
	height: auto;
	background: url("../images/anlvtong-notice-bg.png") no-repeat center top;
	background-size: cover;
	box-sizing: border-box;
	padding: 45px 0 0;
}

.anlvtong-notice-layout {
	display: flex;
	justify-content: space-between;
}

.anlvtong-notice-left {
	max-width: 829px;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-top: 15px;
}

.anlvtong-notice-right {
	display: flex;
	align-items: flex-end;
	width: 504px;
	height: 742px;
	box-sizing: border-box;
	padding: 0 150px 103px 140px;
	background: url('../images/iPhoneXUI.png') no-repeat;
}

.anlvtong-notice-right .nt_b {
	display: none;
}

.anlvtong-notice-right img {
	width: 100%;
}

.anlvtong-notice-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.notice-more {
	font-size: 18px;
	color: #00834D;
}

.anlvtong-notice-list {
	box-sizing: border-box;
	padding: 36.85px 0 0;
}

.anlvtong-notice-list li {
	width: 100%;
	height: 118.54px;
	background: rgba(255, 255, 255, 0.36);
	margin-bottom: 21.28px;
	transition: all 0.3s ease-in-out 0s;
}

.anlvtong-notice-list li:last-child {
	margin-bottom: 47px;
}

.anlvtong-notice-list li:hover {
	background: rgba(255, 255, 255, 0.74);
}

.anlvtong-notice-list li:hover span {
	color: #00834D;
}

.anlvtong-notice-list li:hover p {
	color: #00834D;
	font-weight: bold;
}

.anlvtong-notice-list span {
	display: flex;
	align-items: center;
	position: relative;
	line-height: 24px;
	box-sizing: border-box;
	font-size: 16px;
	color: #666;
}

.anlvtong-notice-list span i {
	margin-right: 5px;
	font-size: 23px;
}

.anlvtong-notice-list li:hover span i {
	color: #00834D;
}

.anlvtong-notice-list p {
	font-size: 18px;
	color: #333333;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 5px 0 10px 0;
}

.anlvtong-notice-list a {
	box-sizing: border-box;
	padding: 28px 47px;
	width: 100%;
}

.anlvtong-swim {
	box-sizing: border-box;
	padding: 80px 0 58px;
	background: url("../images/anlvtong-swim-bg.png") no-repeat center bottom;
}

.anlvtong-swim-card {
	text-align: center;
}

.anlvtong-swim-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 36px;
}

.anlvtong-swim-list li {
	width: 434px;
	height: 495px;
	position: relative;
	margin-bottom: 25px;
	overflow: hidden;
}

.anlvtong-swim-list li:first-child {
	width: 892px;
}

.anlvtong-swim-list li:hover img {
	transform: scale(1.1);
}

.anlvtong-swim-list a {
	width: 100%;
	height: 100%;
}

.anlvtong-swim-list img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s ease-in-out 0s;
}

.anlvtong-swim-list .anlvtong-swim-text {
	width: 100%;
	height: 82px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.57) 49%, rgba(0, 0, 0, 0.72) 100%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #FFFFFF;
	box-sizing: border-box;
	padding: 0 20px 0 30px;
}

.anlvtong-swim-list .anlvtong-swim-text p {
	font-size: 24px;
	font-weight: bold;
}

.anlvtong-swim-list .anlvtong-swim-text span {
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.anlvtong-swim-list .anlvtong-swim-text i {
	font-size: 22px;
	margin-left: 13px;
}

.swim-more {
	display: block;
	margin: 27px auto 0;
	width: 150px;
	height: 50px;
	border-radius: 60px;
	background: #00834D;
	text-align: center;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 18px;
}

.anlvtong-live {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	background: url("../images/anlvtong-live-bg.png") no-repeat center top;
	padding: 58px 0 57px;
	background-size: cover;
}

.anlvtong-live-card {
	text-align: center;
}

.anlvtong-live-layout {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 73px;
}

.alvtong-live-left {
	width: 434px;
	height: 565px;
	border-radius: 0 66px 0 0;
	background: url("../images/alvtong-live-left-bg.png") no-repeat center center;
	box-sizing: border-box;
	padding: 93px 0 53px;
	transition: all 0.3s ease-in-out 0s;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-size: cover;
	cursor: pointer;
}

/* .alvtong-live-left:after {
  content: "";
  width: 100%;
  height: 0;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.59) 100%);
} */

.alvtong-live-left:hover:after {
	height: 100%;
}

.alvtong-live-left:hover .alvtong-live-left-list {
	opacity: 1;
}

.alvtong-live-left:hover h2 {
	opacity: 1;
}

/* .alvtong-live-left:hover .anlvtong-live-left-more {
  justify-content: center;
} */

/* .alvtong-live-left:hover .anlvtong-live-left-more p {
  display: none;
} */

.alvtong-live-left h2 {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 47px;
	transition: all 0.3s ease-in-out 0s;
	opacity: 0;
}

.alvtong-live-left-list {
	max-width: 229px;
	width: 100%;
	margin: 0 auto;
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
}

.alvtong-live-left-list li {
	width: 100%;
	height: 62px;
	background: rgba(255, 255, 255, 0.09);
	margin-bottom: 22px;
}

.alvtong-live-left-list a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	font-size: 18px;
}

.alvtong-live-left-list i {
	font-size: 28px;
	margin-right: 14px;
}

.anlvtong-live-left-more {
	width: 100%;
	height: 82px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.57) 49%, rgba(0, 0, 0, 0.72) 100%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #FFFFFF;
	box-sizing: border-box;
	padding: 0 20px 0 30px;
}

.anlvtong-live-left-more p {
	font-size: 24px;
	font-weight: bold;
}

.anlvtong-live-left-more span {
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.anlvtong-live-left-more i {
	font-size: 22px;
	margin-left: 13px;
}

.alvtong-live-right {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(100% - 434px - 24px);
	height: 565px;
	align-content: space-between;
}

.alvtong-live-right li {
	position: relative;
	overflow: hidden;
	width: calc(50% - 12px);
	height: 237px;
}

.alvtong-live-right li:first-child {
	width: 100%;
	height: 303px;
}

.alvtong-live-right li:hover img {
	transform: scale(1.1);
}

.alvtong-live-right a {
	width: 100%;
	height: 100%;
}

.alvtong-live-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s ease-in-out 0s;
}

.alvtong-live-right .anlvtong-live-text {
	width: 100%;
	height: 82px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.57) 49%, rgba(0, 0, 0, 0.72) 100%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #FFFFFF;
	box-sizing: border-box;
	padding: 0 20px 0 30px;
}

.alvtong-live-right .anlvtong-live-text p {
	font-size: 24px;
	font-weight: bold;
}

.alvtong-live-right .anlvtong-live-text span {
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.alvtong-live-right .anlvtong-live-text i {
	font-size: 22px;
	margin-left: 13px;
}

.live-more {
	margin-top: 49px;
}

.anlvtong-eat {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 61px 0 49px;
	background: url("../images/anlvtong-eat-bg1.png") no-repeat center top;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.anlvtong-eat:after {
	content: "";
	width: 100%;
	height: 316px;
	background: url("../images/anlvtong-eat-bg2.png") no-repeat center bottom;
	left: 0;
	bottom: 0;
	display: inline-block;
	position: absolute;
	z-index: -1;
}

.anlvtong-eat-card {
	text-align: center;
}

.anlvtong-eat-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 112px 0 28px;
}

.anlvtong-eat-list li {
	max-width: 237px;
	width: 100%;
	height: 308px;
	box-shadow: 0 4px 21px 0 rgba(0, 102, 60, 0.15);
	transition: all 0.3s ease-in-out 0s;
}

.anlvtong-eat-list li:hover {
	transform: translateY(-49px);
}

.anlvtong-eat-list a {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.anlvtong-eat-list a:after {
	content: "";
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, #503300 99%);
	box-shadow: 0 4px 21px 0 rgba(0, 102, 60, 0.15);
	z-index: 0;
}

.anlvtong-eat-list img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.anlvtong-eat-list p {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 40px;
	z-index: 1;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.eat-more {
	background: #FFFFFF;
	color: #00834D;
}

.anvltong-swim-heart {
	box-sizing: border-box;
	padding: 72px 0 53px;
	background: url("../images/anlvtong-swim-heart-bg.png") no-repeat center top;
	background-size: cover;
}

.anlvtong-swim-heart-card {
	text-align: center;
}

.swim-heart-more {
	margin-top: 37px;
}

.anlvtong-swim-heart-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	height: 508px;
	box-sizing: border-box;
	margin: 55px auto 0;
}

.anlvtong-swim-heart-list li {
	width: calc(50% - 13.5px);
	height: 248px;
	box-sizing: border-box;
	padding: 24px 21px 20px;
	background: #FFFFFF;
}

.anlvtong-swim-heart-list a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.anlvtong-swim-heart-list .to-form {
	width: 59%;
	height: auto;
	text-align: left;
}

.anlvtong-swim-heart-list .to-form h4 {
	width: 100%;
	height: 68px;
	line-height: 34px;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.anlvtong-swim-heart-list .to-form span {
	position: relative;
	display: inline-block;
	width: 116.18px;
	height: 39px;
	line-height: 39px;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 0 15px;
	border: 1px solid rgba(0, 118, 70, 0.06);
	color: #009557;
	font-size: 16px;
}

.anlvtong-swim-heart-list .to-form span::after {
	position: absolute;
	content: '';
	top: 17px;
	right: 15px;
	width: 13px;
	height: 6px;
	background: url('../images/getIntoMore.png') no-repeat;
}

.anlvtong-swim-heart-list .swim-heart-col {
	width: 36.5%;
	height: 196px;
	background: #FFFFFF;
	box-sizing: border-box;
}

.anlvtong-swim-heart-list .swim-heart-col img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.anlvtong-lines {
	box-sizing: border-box;
	padding: 67px 0 54px;
	background: url("../images/anlvtong-lines-bg.png") no-repeat center top;
	background-size: cover;
}

.anlvtong-lines .anvltong-lines-card {
	text-align: center;
}

.anlvtong-lines .anlvtong-lines-layout {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 57px auto 32px;
}

.anlvtong-lines .anlvtong-lines-left {
	width: 444px;
	height: 629px;
	background: linear-gradient(180deg, #009B5C 0%, #C8F6C2 100%);
	box-sizing: border-box;
	padding: 31px 31px 48px;
	position: relative;
}

.anlvtong-lines .lines-left-top {
	display: flex;
	align-items: center;
	color: #FFFFFF;
}

.anlvtong-lines .lines-left-top span {
	font-size: 24px;
	font-weight: bold;
	margin: 0 23px 0 16px;
}

.anlvtong-lines .lines-left-top .icon-yewutuijian {
	font-size: 38px;
}

.anlvtong-lines .lines-left-top .icon-jiantou_xiangyou_o {
	font-size: 29px;
}

.anlvtong-lines .swiper-lines {
	margin-top: 28px;
}

.anlvtong-lines .swiper-lines a {
	position: relative;
	height: 484px;
}

.anlvtong-lines .swiper-lines img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.anlvtong-lines .swiper-lines p {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 82px;
	line-height: 41px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.57) 46%, rgba(0, 0, 0, 0.72) 100%);
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.anlvtong-lines .lines-pagination {
	position: relative;
	margin-top: 17px;
}

.anlvtong-lines .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #FFFFFF;
	margin: 0 5px;
}

.anlvtong-lines .swiper-pagination-bullet-active {
	background: #00834D;
}

.anlvtong-lines .anlvtong-lines-right {
	display: flex;
	width: calc(100% - 444px - 22px);
	height: 553px;
	justify-content: space-around;
}

.anlvtong-lines .anlvtong-lines-right li {
	width: calc(33.3333333333% - 11px);
	overflow: hidden;
}
.anlvtong-lines .anlvtong-lines-right li:after{

}
.anlvtong-lines .anlvtong-lines-right li:hover a:after {
	width: 100%;
	height: 100%;
}

.anlvtong-lines .anlvtong-lines-right a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

.anlvtong-lines .anlvtong-lines-right p {
	width: 76px;
	height: 193px;
	/*background: rgba(0, 0, 0, 0.37);*/
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease-in-out 0s;
	z-index: 1;
}
.anlvtong-lines .anlvtong-lines-right a:after{
	content: "";
	width: 76px;
	height: 193px;
	background: rgba(0, 0, 0, 0.37);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s ease-in-out 0s;
	z-index: 0;
}
.anlvtong-lines .anlvtong-lines-right p span {
	width: 1em;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

.anlvtong-lines .anlvtong-lines-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.anlvtong-purchase {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 69px 0 52px;
	background: url("../images/anlvtong-purchase-bg.png") no-repeat center top;
}

.anlvtong-purchase .anlvtong-purchase-card {
	text-align: center;
}

.anlvtong-purchase .anlvtong-purchase-layout {
	display: flex;
	justify-content: space-between;
	margin-top: 62px;
}

.anlvtong-purchase .anlvtong-purchase-left,
.anlvtong-purchase .anlvtong-purchase-right {
	width: 325px;
	height: 484px;
}

.anlvtong-purchase .single-info {
	position: relative;
	overflow: hidden;
}

.anlvtong-purchase .single-info:hover img {
	transform: scale(1.1);
}

.anlvtong-purchase .single-info img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s ease-in-out 0s;
}

.anlvtong-purchase .single-info p {
	position: absolute;
	width: 100%;
	height: 82px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.57) 46%, rgba(0, 0, 0, 0.72) 100%);
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

.anlvtong-purchase .anlvtong-purchase-center {
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	flex-wrap: wrap;
	width: calc(100% - 650px - 46px);
}

.anlvtong-purchase .anlvtong-purchase-center li {
	width: calc(50% - 11px);
}

.anlvtong-purchase .anlvtong-purchase-center li:first-child,
.anlvtong-purchase .anlvtong-purchase-center li:nth-child(2) {
	height: 260px;
}

.anlvtong-purchase .anlvtong-purchase-center li:nth-child(3),
.anlvtong-purchase .anlvtong-purchase-center li:last-child {
	height: 202px;
}

.anlvtong-purchase .anlvtong-purchase-center a {
	width: 100%;
	height: 100%;
}

.anchor-point-card {
	width: 239px;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: -250px;
	z-index: 10;
	transition: all 0.8s ease-in-out 0s;
}

.anchor-point-card.show {
	right: 33px;
}

.anchor-point-card .anchor-point-col {
	width: 100%;
	height: 566px;
	background: url("../images/anchor-point-bg.png") no-repeat center center;
	background-size: contain;
	box-sizing: border-box;
	padding: 44px 40px;
}

.anchor-point-card h4 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding-right: 10px;
}

.anchor-point-card h4 img {
	margin-right: 10px;
}

.anchor-point-card .re-home {
	width: 100%;
	height: 42px;
	background: #00834D;
	font-size: 16px;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	cursor: pointer;
}

.anchor-point-card .re-home i {
	font-size: 25px;
	margin-right: 8px;
	cursor: pointer;
}

.anchor-point-card .anchor-point-menu {
	width: 100%;
	height: calc(100% - 34px - 42px);
	box-sizing: border-box;
	padding: 24px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.anchor-point-card .anchor-point-menu li {
	position: relative;
	height: 32px;
	background: rgba(0, 149, 87, 0.16);
	transition: all 0.3s ease-in-out 0s;
}

.anchor-point-card .anchor-point-menu li:after {
	content: "";
	width: calc(100% + 7px);
	height: 1px;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: -2px;
	background: #00834D;
}

.anchor-point-card .anchor-point-menu li:before {
	content: "";
	width: 4px;
	height: 4px;
	display: inline-block;
	position: absolute;
	background: #00834D;
	left: -11px;
	bottom: -3.5px;
	transform: rotate(45deg);
}

.anchor-point-card .anchor-point-menu li:hover,
.anchor-point-card .anchor-point-menu li.active {
	background: #00834D;
}

.anchor-point-card .anchor-point-menu li:hover a,
.anchor-point-card .anchor-point-menu li.active a {
	color: #FFFFFF;
}

.anchor-point-card .anchor-point-menu a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #00834D;
}

.anchor-point-card .point-close {
	text-align: right;
	cursor: pointer;
	font-size: 16px;
	box-sizing: border-box;
	padding-right: 2em;
}

@media screen and (max-width: 1366px) {
	.anlvtong-swim-list li {
		max-width: calc(33.3333333333% - 15px);
		width: 100%;
	}

	.anlvtong-swim-list li:first-child {
		max-width: 791px;
		width: 100%;
	}

	.anlvtong-eat-list li {
		max-width: calc(20% - 10px);
		width: 100%;
	}

	.anlvtong-swim-list li:first-child {
		max-width: 760px;
	}

	.anlvtong-notice-right {
		width: 620px;
		padding: 0 120px 103px 140px;
	}
}

@media screen and (max-width: 1280px) {
	.anlvtong-swim-heart-list li {
		margin-bottom: 20px;
	}

	.anlvtong-swim-heart-list li:last-child {
		margin-bottom: 0;
	}


	.anlvtong-notice-right {
		width: 670px;
		padding: 0px 130px 102px 140px;
	}
}

@media screen and (max-width: 1176px) {
	.anlvtong-swim-list li {
		max-width: calc(50% - 15px);
	}

	.anlvtong-swim-list li:first-child {
		max-width: 100%;
	}

	.anlvtong-live-layout {
		flex-direction: column;
	}

	.alvtong-live-left {
		width: 100%;
		height: auto;
		padding: 50px 0;
	}

	.alvtong-live-left-list {
		display: flex;
		max-width: 100%;
		box-sizing: border-box;
		padding: 0 20px 0 30px;
		justify-content: space-between;
	}

	.alvtong-live-left-list li {
		width: calc(33.3333333333% - 10px);
	}

	.alvtong-live-right {
		width: 100%;
		margin-top: 20px;
	}

	.anlvtong-purchase .anlvtong-purchase-layout {
		flex-direction: column;
	}

	.anlvtong-purchase .single-info {
		width: 100%;
	}

	.anlvtong-purchase .anlvtong-purchase-center {
		width: 100%;
		margin: 20px 0 0;
	}

	.anlvtong-purchase .anlvtong-purchase-center li {
		margin-bottom: 20px;
	}

	.anlvtong-notice-layout > div {
		width: 50%;
	}

	.anlvtong-notice-right {
		padding: 0px 142px 102px 140px;
	}
}

@media screen and (max-width: 1024px) {
	.anlvtong-notice-layout {
		flex-direction: column;
	}

	.anlvtong-notice-left {
		max-width: 100%;
	}

	.anlvtong-notice-layout .anlvtong-notice-left {
		width: 100%;
	}

	.anlvtong-notice-layout .anlvtong-notice-right {
		justify-content: center;
		width: 504px;
		padding: 0px 145px 98px 136px;
		margin: 0 auto;
	}


	.anlvtong-swim-heart-list {
		height: auto;
	}

	.anlvtong-swim-heart-list li {
		width: 100%;
	}

	.anlvtong-eat-list {
		flex-wrap: wrap;
		margin: 28px 0;
	}

	.anlvtong-eat-list li {
		max-width: 100%;
		margin-bottom: 20px;
		overflow: hidden;
	}

	.anlvtong-eat-list li:last-child {
		margin-bottom: 0;
	}

	.anlvtong-eat-list li img {
		transition: all 0.5s ease-in-out 0s;
	}

	.anlvtong-eat-list li:hover {
		transform: translateY(0);
	}

	.anlvtong-eat-list li:hover img {
		transform: scale(1.1);
	}

	.anlvtong-lines .anlvtong-lines-layout {
		flex-direction: column;
	}

	.anlvtong-lines .anlvtong-lines-left {
		width: 100%;
	}

	.anlvtong-lines .swiper-lines {
		height: calc(100% - 38px - 28px);
	}

	.anlvtong-lines .anlvtong-lines-right {
		width: 100%;
		margin-top: 20px;
	}
}

@media screen and (max-width: 710px) {
	.anlvtong-swim-list li {
		max-width: 100%;
	}

	.anlvtong-swim-heart-list li {
		height: auto;
	}
}

@media screen and (max-width: 616px) {
	.anlvtong-swim-list li {
		height: 320px;
	}

	.anlvtong-swim-heart-list .swim-heart-col,
	.anlvtong-swim-heart-list .to-form {
		width: 50%;
	}

	.anlvtong-swim-heart-list .swim-heart-col {
		height: 155px;
		padding: 0;
		margin-right: 15px;
	}

	.anlvtong-purchase .anlvtong-purchase-left,
	.anlvtong-purchase .anlvtong-purchase-right {
		height: 430px;
	}

	.anlvtong-notice-list a {
		padding: 35px 20px;
	}

	.alvtong-live-right {
		height: auto;
	}

	.alvtong-live-right li {
		width: 100%;
		height: 303px;
		margin-bottom: 20px;
	}

	.alvtong-live-right li:last-child {
		margin-bottom: 0;
	}

	.anchor-point-card {
		width: 210px;
	}

	.anchor-point-card.show {
		right: 20px;
	}

	.anchor-point-card .anchor-point-col {
		height: 490px;
		padding: 44px 28px;
	}

	.anchor-point-card .anchor-point-menu {
		padding: 14px 0;
	}
}

@media screen and (max-width: 515px) {
	.anlvtong-notice-top {
		flex-direction: column;
	}

	.anlvtong-notice-top .plate-title {
		align-self: flex-start;
	}

	.anlvtong-notice-top .notice-more {
		margin-top: 10px;
	}

	.alvtong-live-left-list {
		padding: 0 20px;
	}

	.alvtong-live-left-list i {
		margin-right: 6px;
		font-size: 24px;
	}

	.anlvtong-swim-heart-list li {
		padding: 10px;
	}

	.anlvtong-notice-layout .anlvtong-notice-right {
		width: 100%;
		height: auto;
		background: none;
		padding: 0;
	}

	.anlvtong-notice-right .nt_a {
		display: none;
	}

	.anlvtong-notice-right .nt_b {
		display: block;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 110px 75px 115px 75px;
		background: url('../images/iPhoneXUI_b_bg.png') no-repeat;
		background-size: 100%;
		object-fit: cover;
	}
}