* {
  margin: 0;
  padding: 0;
}
input, button,textarea {
  background: none;
  outline: none;
  border: 0px;
}
body {
  background-color: #f8f8f8 !important;
}
.hw_header {

  width: 100%;
  height: 70px;
  position:fixed;
  top:0;
  z-index:999;
  background-color: #fff;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.header-left {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  left: 20px;
  cursor:pointer;
}
.logo_tips{color:#EB5353;}
.header-left-logo {
  display: flex;
  height: 60px;
  width: 60px;
}
.header-left-logo img {
  width: auto;
  min-width: 39px;
}
.header-left span{
	font-size:16px;
	font-weight:700;
	margin-left:10px;
}
.header-right {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  right: 50px;
}

._pp-header-avatar-box._pp-header-avatar-hover {
  height: 44px;
  padding: 0 8px;
  border-radius: 4px;
}
._pp-header-avatar-box {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

._pp-header-avatar-box ._pp-header-avatar img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.hw_header {

}
@media screen and (max-width:1300px) {
  .page_content{
	margin:8% auto !important;
}
.main_content{
	margin:12% auto !important;
	margin-bottom:10px !important;
}
}
@media screen and (min-width:1400px) {
  .page_content{
	margin:10% auto !important;
}
.history_content{
	margin:6% auto !important;
}
.main_content{
	margin:12% auto !important;
	margin-bottom:10px !important;
}
.work .dialog-body {
  max-height:550px !important;
  min-height:500px !important;
}
.login .dialog-body{
	padding:60px !important;
}
}
.page_content{
	width:60%;
	margin:5% auto;
	text-align:center;
}
._pp-product-container {

    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
	margin-right:10px;
	color:#15133C;
	padding: 0 20px;
	font-weight:500;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	text-decoration:none;
}
._pp-product-container:hover,.nav_active {
    background-color: rgba(31,35,41,.1);
	color:#F73D93;
}
.wx_xiao:hover .xiaochengxu{
	display:block;
}
.xiaochengxu{
	width: 110px;
	position:absolute;
	top:60px;
	background: #fff;
	padding: 12px 20px !important;
	box-shadow: 2px 2px 4px rgba(51,51,51,.5) !important;
	text-align: justify;
	border-radius: 2px;
	transform-origin: center top 0px;
	z-index:66;
	line-height: 22px;
	border: none;
	display:none;
}
.xiaochengxu img {
  width: 110px;
  height: 110px;
}
.xiaochengxu p {
  font-family: -apple-system,Noto Sans,Helvetica Neue,Helvetica,PingFang SC,Noto Sans CJK SC,Source Han Sans SC,Source Han Sans CN,Microsoft YaHei,Wenquanyi Micro Hei,WenQuanYi Zen Hei,sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #333;
}
._pp-header-content{padding:10px 20px;border-radius: 4px;}
.no_login{background:#F73D93;color:#fff;}
.yijian_text{padding:20px 0px;}
.yijian_text textarea{
	height:150px;
	width:75%;
	resize:none;
	background-color:#fff;
	border-radius:8px;
	font-size:16px;
	color:#222;
	padding:8px;
	border:1px solid #764AF1;
}
.qutu_button{
	margin-top:30px;
}
.error_show{display:none;}
.help_img{margin:20px 0px;width:70%;display:block;border-radius:4px;}
.help_remark{color: #3370ff;}
.highlight {
  border-radius: 4px;
  display: block;
  padding: 16px;
  background-color: rgb(240, 251, 239);
}
.el-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
  padding: 40px 0;
}
.el-empty__image {
  width: 160px;
}
.history{
  background-color: #A84448 !important;
  font-weight: 600;
  display: inline-block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #fff;
  border-radius: 6px;
	padding:10px 45px;
  text-decoration: none;
}
.qutu_button button{
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #fff;
	background: #8479E1;
	border-radius: 6px;
	padding:10px 45px;
	margin-right:15px;
	cursor:pointer;
}

.qutu_button button.tiqu{
	background: #3ABC96;
}
.dialog{display:none;}
.qutu_dialog {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 100%;
  overflow-y: auto;
}
.qutu_dialog .qutu_modal {
  z-index: 1000;
  position: fixed;
  top: 0;
  bottom: 0;
  left:0;
  width: 100%;
  opacity: .5;
  background: #333;
}
.dialog .qutu_content {
  position: relative;
  width:80%;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px #333;
  -moz-box-shadow: 0 0 5px #333;
  box-shadow: 0 0 5px #333;
  margin: 0 auto 40px;
  overflow: hidden;
  top:5%;
  z-index: 1002;
}

.dialog .qutu-dialog {
  width: 75%;
  background: #edf2f7;
  box-shadow: 0 10px 50px rgba(0,0,0,.05);
  border-radius: 8px;
  padding: 18px;
}
.dialog-header {
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #e8e8e8;
}

.tag_dis span {
  margin-bottom: 8px;
  line-height: 32px;
  border: 1px solid #338aff;
  color: #338aff;
  margin-right: 8px;
  font-size: 14px;
}
.tag_dis span {
  font-weight: 500;
  cursor: pointer;
}
.link-tag:hover, .link-tag-active {
  background-color: #e2e8f0;
  border: 1px solid #338aff;
}
.link-tag {
  display: inline-block;
  line-height: 22px;
  padding: 0 12px;
  border: 1px solid #A760FF;
  border-radius: 4px;
  cursor: pointer;
  transition: all .3s;
}
.fl_float{float:right;}
.download{
	background-color: #F73D93 !important;
	border: 1px solid #F73D93 !important;
	color:#fff !important;
}
.all_priview{
	background-color: #764AF1 !important;
	border: 1px solid #764AF1 !important;
	color:#fff !important;
}
.video_center,.wenan{text-align:center;display:none;}
.wenan{width:50%;margin:0 auto;}
.video_center video{
	width:200px;
	background-color:#222;
	height:300px;
}
.copy{
	background-color: #2F8F9D !important;
}
.dialog-footer {

  text-align: center;
  padding: 20px 0;
}
.dialog-footer button{
  background-color: #A85CF9;
  color: #fff;
  border-color: #A85CF9;
  font-size: 16px;
  padding:10px 30px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 0;
  border-radius:4px;
}
.dialog-body {
  max-height:350px;
  overflow-y: auto;
  background-color:#f8f8f8;
  padding:20px;
  min-height:300px;
}
.grid-list{
  grid-template-columns: repeat(4,23%);
}
.grid-list{
  display: grid;
  grid-gap: 32px 16px;
}
.grid-list .list-item {
  position: relative;
  cursor: pointer;
}
.grid-list .poster-box{
  border-radius:8px;
  overflow: hidden;
  position: relative;
  height:150px;
}
.grid-list .poster-box > div{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.poster-box img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;

}
img {
  border-style: none;
}
.poster-box .item-footer {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  font-size: 14px;
}
.card-item-info-tags{
	text-align:center;
}
.preview{
	background-color:#3BACB6 !important;
	color: #fff;
}
.card-item-info-tags__item.blue {
  color: #fff;
  background-color:#FF6FB5;
  cursor:pointer;
}
.card-item-info-tags__item.blue,.card-item-info-tags__item.green {
  display: inline-block;
  border-radius: 1px;
  padding: 0 5px;
  line-height: 19px;
  margin-right: 8px;
  margin-top: 6px;
  font-size: 12px;
  height: 20px;
  white-space: nowrap;
}

.item-footer{
  display: flex;
  flex-direction: column;
  text-align:center;
  padding: 4px 0;
  font-size: 14px;
}

/*********************我的记录*********/
.article-card {
  width: 100%;

  padding: 0 0 24px;
  margin-bottom: 24px;

  transform: none;
  display: flex;
//height: 160px;
padding: 20px;
overflow: hidden;
border-radius: 4px;
transition: transform .3s;
background-color:#fff;
text-decoration: none;
}
.article-card .article-card__cover {
  position: relative;
  //width: 188px;
  height: 120px;
  border: 4px;
  overflow: hidden;
  flex-shrink: 0;
  background: #fff;
  border-radius: 4px;
}
.article-card .article-card__cover > img {

  height: 100%;
   border-radius:6px;
  transition: all 1.5s cubic-bezier(.2,.8,.2,1);
}
.article-card:hover .article-card__cover > img {
  transform: scale(1.1);
}
.article-card .article-card__content{
  flex: 1;
  display: flex;
  width: 0;
  flex-direction: column;
  padding-left: 24px;
  text-align:left;
}
.article-card .article-card__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 25px;
  font-size: 18px;
  font-weight: 500;
  color:#333;
  text-decoration:none;
  line-height: 25px;
  margin: 4px 0;
}
.article-card .article-card__desc {
  height: 44px;
  font-size: 14px;
  font-weight: 400;
  color:#666;
  line-height: 22px;
  margin: 8px 0 12px;
  overflow: hidden;
}
.article-card .article-card__footer {
  color:#999;
  height: 20px;
  display: flex;
  justify-content: space-between;
}
.article-card .article-card__foote-left{
  display: flex;
  align-items: center;
}
.article-card .article-card__author{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  max-width: 100px;
}
.article-card .article-card__divider {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: var(--primary-color-light,#666);
  line-height: 22px;
}
.article-stats {
  display: flex;
}
.el-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dee4f5;
  border-color: #dee4f5;
  color: #333;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  -webkit-transition: .1s;
  transition: .1s;
  font-weight: 400;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}
.el-button--mini {
  padding: 7px 15px;
  font-size: 12px;
  border-radius: 3px;
}
.follow-button__button {
  min-width: 68px;
  min-height: 26px;
 background: linear-gradient(90deg,rgba(255,87,108,1),rgba(252,139,153,1));
  border-color:#FF576B;
  border-radius: 15px;
}
.el-button.el-button--primary{color:#fff;}
.card-item-info-tags__item {
  display: inline-block;
  font-size: 12px;
  color: #939ca8;
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  background: #f2f4f7;
  border-radius: 1px;
}


.el-input {
  position: relative;
  font-size: 14px;
  display: inline-block;
}
.mb-15{
  margin-bottom:25px;
}
.el-input__inner {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  width: 100%;
}
input, textarea {
  outline: none;
}
.a-i {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dxzz .el-button{

}
.el-button--primary {
  color: #fff;
  background-color: #FF06B7;
  border-radius:4px;
  border:none;
  margin-left:5px;
}
.cancel{background-color:#f3f3f3 !important;color:#222 !important;margin-right:10px;}
.login_button{background-color:#764AF1 !important;}

footer p{font-size:12px;text-align:center;position:absolute;bottom:10px;left:0;right:0;}

.phone_bg{
	max-width:650px;
	margin:0 auto;
	background:#f6f6f6;
	text-align:center;
}
.phone_bg h3{margin-top:40%;color:#222;width:100%;}


.page_home .nav_title{
  padding-top:20px;
  font-weight: 700;
  font-size: 15px;
}
.video_tiqu{
  height:500px;
  width:40%;
  background:#222;
  border-radius: 10px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.image_zengq{

  width:40%;
  padding-top: 80px;
}
.image_save{
  margin-top: 10px;
}
.image_save button{
background-color: #6a7bff;
padding:6px 20px;
cursor: pointer;
border-radius: 5px;
color: #fff;
}
.video_tiqu video{
  width:100%;
  max-height:500px;
}
.image_zengq img{
  border-radius:10px;
  height: 100%;
}
.zengqiang_left{

  height:320px;
}
.zengqiang_cate{margin-top:20px;display: flex;justify-content: center;}
.zengqiang_cate button{
  border-radius:10px;
  padding:15px 40px;
  cursor: pointer;
  font-size:18px;
  margin-right: 15px;
}
.upload{
  background-color: #f8f8f8;
}
.zengqiang_btn{
  background-color: #ff2e4d;
  color:#fff;
}
.video_right_content{
  margin: 20px auto;
  width: 55%;
}
.video_cate{
  margin-top:30px;
}
.video_cate button{
  background-color: #f8f8f8;
border-radius:10px;
padding: 20px 30px;
cursor: pointer;
font-size: 20px;
}
.video_cate input{
  width: 100px;
  border: 1px solid #fbfcfc;
  padding:20px 10px;
  text-align: center;
  font-size: 20px;
}
.video_operate{
  margin-top: 20px;
}
.video_operate button{
  background-color: #ff2e4d;
color: #fff;
border-radius: 10px;
padding: 12px 35px;
cursor:pointer;
font-size: 18px;
}
.video_image{

  display: flex;
}
.video_image img{
  width:110px;
  height: 130px;
  border-radius: 10px;
  margin-left: 15px;
  cursor: pointer;
}
.zengq_image img{
  height:400px;
  border-radius: 10px;
}
.video_search{
  display: flex;
  margin: 0px auto;
  padding: 20px 0px;
  width:80%;
}
.video_search .clear{
  border: : 1px solid #ccc;
  background: #ccc;
  color: #000;
}
.video_search input{
  width:400px;
  background-color: #fff;
  padding:15px 20px;
  border-radius: 10px;
}
.video_search button{
  padding:15px 40px;
  color: #fff;
background-color: #5175ea;
border-color: #5175ea;
margin-left: 10px;
border-radius: 10px;
cursor: pointer;
}
.item_bdt{
  padding: 10px 15px;
  border-radius: 10px;
  margin-right:10px;
  cursor: pointer;
  background-color: #F0F0F0;
}
.item_bdt:hover,.bdt_active{
  color:#fff;
  background-color: #D14D72;
}

.item_color {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height:36px;
  width:36px;
  border: 1px solid #e6e6e6;
  padding:2px;
  border-radius: 4px;
  font-size: 0;
  margin-right: 10px;
  cursor: pointer;
}
.color_active{
  border: 1px solid red;
}
