@charset "UTF-8";

mark {
	padding: 0 !important;
}

.of-h {
	overflow: hidden;
}

.lf {
	float: left;
}

.rf {
	float: right;
}

.clear {
	clear: both;
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #19a3ad;
}

.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}

.clearfix {
	zoom: 1;
}

html,
body,
#app {
	height: 100%;
	overflow-x: hidden;
}

#app>div {
	height: 100%;
}

.nav-menu {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 90px;
	background: #fff;
	box-shadow: 0 2px 20px rgba(0,0,0,.2);
}

.nav-menu .center-menu {
	width: 1600px;
	margin: 0 auto;
	position: relative;
}

.nav-menu .center-menu .logo {
	position: absolute;
	left: 5px;
	top: 15px;
	width: 180px;
	height: 80px;
	background-size: cover;
}

.nav-menu .center-menu .logo img{
	position: absolute;
	left: 5px;
	top: 0px;
	width: 180px;
	height: 50px;

}

.nav-menu .center-menu .menu-list {
	position: absolute;
	left: 15%;
/*	left: 50%;
    margin-left: -450px;*/
	width: 1000px;
}

.nav-menu .center-menu .menu-list .item {
	float: left;
	padding: 0 20px;
	line-height: 90px;
	font-size: 20px;
	color: #f66;
}

.nav-menu .center-menu .menu-list .item a {
	text-decoration: none;
	color: #000;
}

.nav-menu .center-menu .menu-list .item .icon {
	display: inline-block;
	width: 18px;
	height: 20px;
	text-align: center;
	margin-right: 1px;
}

.nav-menu .center-menu .menu-list .item .icon i {
	line-height: 20px;
}

.nav-menu .center-menu .menu-list .item label {
	display: inline-block;
	padding: 2px 5px;
	background: #db3247;
	border-radius: 6px;
	line-height: 18px;
	color: #fff;
}

.nav-menu .center-menu .right-area {
	position: absolute;
	right: 20px;
	top: 12px;
}

.nav-menu .center-menu .right-area i {
	float: left;
	margin-top: 21px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}

.nav-menu .center-menu .right-area .btn {
	display: inline-block;
	float: left;
	padding: 0 12px;
	margin-left: 15px;
	margin-top: 15px;
	border-radius: 4px;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
}

.nav-menu .center-menu .right-area .btn i {
	margin-top: 0;
	margin-right: 6px;
	line-height: 30px;
	font-size: 16px;
}

.nav-menu .center-menu .right-area .btn.blue {
	background: #007bfd;
}

.nav-menu .center-menu .right-area .btn.red {
	background: #dc3644;
}

.nav-menu .el-input__inner {
	display: none;
	opacity: 0;
	transition: all linear .5s;
	float: left;
	background: none;
	width: 120px;
	height: 20px;
	margin-top: 20px;
	margin-right: 10px;
	line-height: 20px;
	border: none;
	border-bottom: solid 1px #fff;
	border-radius: 0;
	font-size: 14px;
	color: #fff;
}

.nav-bottom {
	width: 100%;
	height: 60px;
	background: #202a34;
}

.nav-bottom .bottom-content {
	margin: 0 auto;
	width: 100%;
	max-width: 1600px;
	height: 100%;
	line-height: 60px;
	color: #999;
	font-size: 12px;
}

.nav-bottom .left-info {
	float: left;
	letter-spacing: 1px;
}

.nav-bottom .right-nav {
	float: right;
}


.nav-bottom .right-nav span {
	float: left;
	margin-left: 30px;
	letter-spacing: 1px;
}

.nav-bottom .right-nav span a {
	text-decoration: none;
    color: #19a3ad;
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.el-pagination {
	display: inline-block;
}

.detail-page .container .el-textarea {
	background: rgb(238, 239, 241) !important;
	border: none !important;
	font-size: 14px !important;
}

.detail-page .container .el-textarea textarea {
	background: rgb(238, 239, 241) !important;
	border: none !important;
	font-size: 14px !important;
}

.detail-page .container .el-textarea textarea::-webkit-input-placeholder {
	color: #666;
}

.detail-page .container .form-box .el-input {
	float: left;
	display: inline-block;
	width: calc(100% - 70px);
}

.detail-page .container .form-box .el-input input {
	border: none !important;
}

.detail-page .container .form-box .el-input .el-input__inner {
	height: 30px !important;
	line-height: 30px !important;
}

.right-part .tag .el-row {
	padding-right: 3px;
}

.right-part .tag .el-col-8 {
	height: 32px;
}

.color-scroll {
	overflow-y: scroll;
}

.color-scroll::-webkit-scrollbar {
  /* 高宽分别对应横竖滚动条的尺寸 */
	width: 5px;
	height: 1px;
}

.color-scroll::-webkit-scrollbar-thumb {
  /* 滚动条里面小方块 */
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.1);
}

.color-scroll::-webkit-scrollbar-track:hover {
  /* 滚动条里面轨道 */
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #f8f6f6;
}

/*.moveing-warp */
.moveing-warp {
    width: 100%;
    height: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: -1px;
}

.moveing-warp .warp1, .moveing-warp .warp2, .moveing-warp .warp3 {
    -webkit-mask: url(../images/move.svg);
    mask: url(../images/move.svg);
    background-color: #f0f4f5
}

.moveing-warp .move {
    width: 200%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 350px 100%;
    transform-origin: 0 100% 0;
    animation-name: move;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.moveing-warp .warp1 {
    animation-delay: -5s;
    animation-duration: 15s;
}

.moveing-warp .warp2 {
    animation-delay: -2s;
    animation-duration: 8s;
}

.moveing-warp .warp3 {
    animation-delay: -1s;
    animation-duration: 3s;
}

@keyframes move {
    0% {
        transform: translate(-175px,0px) scale(1,1)
    }

    50% {
        transform: translate(-87px,0px) scale(1,0.5)
    }

    100% {
        transform: translate(0px,0px) scale(1,1)
    }
}
.wave {
	width: 100%;
	height: 20px;
	position: relative;
	overflow: hidden;
    z-index: 1;
    margin-top: -19px;
}

.wave .wave1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/wave1.png") center center repeat-x;
}

.wave .wave2 {
	position: absolute;
	top: 0;
	left: -90px;
	width: calc(100% + 90px);
	height: 100%;
	background: url("../images/wave1.png") center center repeat-x;
}

.wave .wave3 {
	position: absolute;
	top: 0;
	left: -180px;
	width: calc(100% + 180px);
	height: 100%;
	background: url("../images/wave1.png") center center repeat-x;
}

@media (min-width: 1900px) {
	.photo-list .item {
		flex: 1 0 20% !important;
		max-width: 20% !important;
		height: 500px !important;
	}

	.photo-list .item .item-box {
		width: 305px !important;
	}
}

@media (max-width: 1400px) {
	.nav-menu .center-menu {
		width: 1300px !important;
	}

	.nav-menu .center-menu .menu-list .item {
		padding: 0 15px;
	}

	.page .page-inner {
		width: 1280px !important;
	}

	.page .flink {
		width: 1250px !important;
	}

	.photo-list {
		width: 1280px !important;
	}

	.photo-list .item {
		height: 445px !important;
	}

	.photo-list .item .item-box {
		width: 310px !important;
	}

	.detail-page .page .container {
		width: 1280px !important;
	}

	.detail-page .page .container .left-part {
		width: 70% !important;
	}

	.detail-page .page .container .left-part .little-photo-list .item {
		height: 370px !important;
	}

	.detail-page .page .container .left-part .little-photo-list .item .item-box {
		width: 210px !important;
	}

	.detail-page .page .container .right-part {
		width: calc(30% - 26px) !important;
	}

	.detail-page .page .container .right-part .recommend .list {
		height: 930px !important;
	}

	.list-page .choose-wrap .choose {
		width: 1280px !important;
	}

	.list-page .page-inner {
		width: 1280px !important;
	}

	.nav-bottom .bottom-content {
		max-width: 1280px !important;
	}
}
  
