,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1;
	margin: 0
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.el-select-dropdown__item {
	padding: 0 10px
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.ellipsis-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.text-center {
	text-align: center
}

.el-input__inner {
	border-radius: 24px;
	line-height: 46px;
	height: 46px
}

.el-button {
	height: 46px;
	border-radius: 24px
}

a {
	text-decoration: none;
	cursor: pointer
}

.yt-button {
	outline: 0;
	border-radius: 24px;
	height: 46px;
	line-height: 46px;
	padding: 4px;
	width: 200px;
	margin: 0 auto;
	background: #ffc934;
	color: #fff;
	border: 0
}

.yt-button>div {
	width: 100%;
	height: 100%
}

.yt-button img {
	width: 14px
}

.yt-button span {
	display: inline-block;
	font-size: 14px;
	line-height: 38px;
	position: relative;
	top: -2px;
	margin-left: 10px
}

.btn-group {
	width: 210px;
	margin: 0 auto;
	margin-top: 20px
}

.btn-group .el-button {
	width: 100px
}

.btn-group .el-button:nth-child(2) {
	background: linear-gradient(152deg, #ffaa51, #ffc934);
	border: 0;
	color: #fff
}

.info-left .watch-num {
	height: 21px;
	margin-left: 15px
}

.info-left .watch-num img {
	width: 19px;
	position: relative;
	top: 2px
}

.info-left .watch-num span {
	display: inline-block;
	font-size: 14px;
	color: #222;
	line-height: 22px
}

.info-left .watch-num-vip {
	height: 21px;
	margin-left: 15px
}

.info-left .watch-num-vip img {
	width: 19px;
	position: relative;
	top: 2px
}

.info-left .watch-num-vip span {
	display: inline-block;
	font-size: 14px;
	color: #d9b073;
	line-height: 22px
}

.el-tooltip__popper.light-tip {
	background: #fff;
	border: 0;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
}

.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow,
.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow:after {
	border-bottom-color: #fff
}

.slide-fade-enter-active {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.slide-fade-leave-active {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.slide-fade-enter,
.slide-fade-leave-to {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0
}

.el-message-box {
	width: 500px
}

.el-message-box .el-message-box__btns,
.el-message-box .el-message-box__message,
.el-message-box .el-message-box__title {
	text-align: center
}

.el-message-box .el-message-box__content {
	margin-top: 40px
}

.el-message-box .el-message-box__btns {
	margin-top: 30px
}

.el-message-box .el-message-box__btns .el-button {
	height: 40px;
	min-width: 100px
}

#nprogress .bar {
	background: #ffc562 !important
}

#nprogress .spinner-icon {
	border-color: #ffc562 !important
}

#nprogress .peg {
	-webkit-box-shadow: 0 0 10px #ffc562, 0 0 5px #ffc562 !important;
	box-shadow: 0 0 10px #ffc562, 0 0 5px #ffc562 !important
}

.background-loading,
[lazy=loading] {
	background-size: 30px auto !important;
	background-position: 50%;
	background-repeat: no-repeat
}

img[lazy=error],
img[lazy=loading] {
	-o-object-fit: scale-down;
	object-fit: scale-down
}

[lazy=loaded] {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

[data-src="/img/error.jpg"],
[lazy=error] {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: auto 50% !important
}

.contact-wrap {
	width: 100%;
	height: 650px;
	background: url(../img/bg.png);
	background-size: cover;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.contact-wrap .top-wrap,
.contact-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.contact-wrap .top-wrap {
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 488px
}

.contact-wrap .top-wrap img {
	width: 244px;
	height: 87px;
	margin-bottom: 35px
}

.contact-wrap .list-wrap {
	width: 488px
}

.contact-wrap .list-wrap .list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 13px 0;
	position: relative
}

.contact-wrap .list-wrap .list-item:after {
	content: " ";
	position: absolute;
	bottom: 0;
	right: 0;
	height: 1px;
	border-bottom: 1px solid silver;
	color: silver;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.3);
	transform: scaleY(.3);
	left: 0;
	z-index: 2
}

.contact-wrap .list-wrap .list-item .list-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.contact-wrap .list-wrap .list-item .list-left img {
	width: 48px;
	height: 48px;
	margin-right: 20px
}

.contact-wrap .list-wrap .list-item .list-left div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.contact-wrap .list-wrap .list-item .list-left span {
	color: #fff;
	font-weight: 700;
	font-size: 16px
}

.contact-wrap .list-wrap .list-item .list-left span.label {
	font-weight: 400;
	font-size: 14px;
	margin-top: 5px
}

.contact-wrap .list-wrap .list-item .list-right {
	color: #000;
	width: 90px;
	height: 30px;
	border-radius: 15px;
	text-align: center;
	font-size: 13px;
	line-height: 30px;
	background: -webkit-gradient(linear, left top, right top, from(#ffc730), to(#ffc94e));
	background: linear-gradient(90deg, #ffc730, #ffc94e);
	cursor: pointer
}

.contact-wrap .list-wrap .list-item:nth-child(2) .list-right,
.contact-wrap .list-wrap .list-item:nth-child(3) .list-right,
.contact-wrap .list-wrap .list-item:nth-child(4) .list-right,
.contact-wrap .list-wrap .list-item:nth-child(5) .list-right {
	background: hsla(0, 0%, 100%, .4);
	color: #fff
}
