* {
  box-sizing: border-box;
}
img,
input,
button {
  outline-color: #fff;
}
.global-messageZindex {
  z-index: 6000 !important;
}
.pointer {
  cursor: pointer;
}
.right_menu {
  position: fixed;
  top: 115px;
  right: 0;
}
.right_menu .menu {
  float: right;
  width: 68px;
  background: #ff630b;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px 0px 0px 20px;
  overflow: hidden;
  text-align: center;
}
.right_menu .menu div {
  padding: 8px;
  border-bottom: 1px solid #fed2d2;
}
.right_menu .menu div:last-child {
  border-bottom: none;
}
.right_menu .menu div:hover {
  background-color: #fba53c;
}
.right_menu .menu div img {
  width: 30px;
}
.right_menu .menu div p {
  padding: 2px;
  margin: 5px 0;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  line-height: 24px;
}
.right_menu .user_info {
  margin-top: 420px;
  margin-right: 20px;
  float: right;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
}
.right_menu .user_info div {
  padding: 20px;
  display: flex;
  align-items: center;
}
.right_menu .user_info div:hover {
  background-color: #f5c8ae;
  color: #ff630b;
}
.right_menu .user_info div img,
.right_menu .user_info div i {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  font-size: 20px;
}
.main-content {
  max-width: 1920px;
  margin: 0 auto;
}
.main-content img {
  width: 100%;
}
.psbz ul {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.psbz ul li {
  display: flex;
  align-items: center;
  margin: 10px;
}
.psbz ul li .id {
  width: 58px;
  height: 58px;
  border-radius: 40px;
  border: 9px solid #fff;
  background: #f2f2f2;
  z-index: 99;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.psbz ul li .title {
  width: 1134px;
  height: 58px;
  background: #f2f2f2;
  margin-left: -20px;
  padding-left: 35px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.psbz ul li:hover {
  color: #fff;
}
.psbz ul li:hover .id {
  background: #ed7016;
}
.psbz ul li:hover .title {
  background: linear-gradient(90deg, #ed6e16 0%, #fbce3c 100%);
}
.category {
  width: 1200px;
  margin: 0 auto;
  overflow-x: overlay;
}
.category::-webkit-scrollbar {
  width: 0;
}
.category ul {
  display: flex;
  justify-content: flex-start;
}
.category ul li {
  display: flex;
  align-items: center;
  margin: 10px;
}
.category ul li .on {
  display: none;
  transform: scale(1.1);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.4);
}
.category ul li:hover .on,
.category ul li.selected .on {
  display: inline;
}
.category ul li:hover .off,
.category ul li.selected .off {
  display: none;
}
.file_list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.file_list .el-image {
  width: 270px;
  height: 390px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}
.contact_part {
  width: 1200px;
  width: 63%;
  padding: 50px;
  background: rgba(231, 70, 35, 0.04);
  border: 2px solid #fe5a47;
  margin: 0 auto;
}
.contact_part .info {
  display: flex;
  justify-content: space-around;
}
.contact_part .info p {
  line-height: 30px;
}
.contact_part .notice {
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  color: #e52316;
  line-height: 36px;
  text-align: center;
}
.search_part {
  padding: 13px 0;
  max-width: 1920px;
  height: 78px;
  background: linear-gradient(180deg, #ffffff 0%, #f0f0f0 83%, #f0f0f0 100%);
  border: 1px solid #dcdcdc;
}
.search_part .wrap {
  display: flex;
  align-items: center;
}
.search_part .option {
  display: flex;
}
.search_part .option li {
  width: 160px;
  height: 52px;
  background: #e6e6e6;
  border-radius: 27px;
  margin-right: 30px;
  text-align: center;
  padding: 9px;
  font-size: 18px;
  font-weight: 600;
  color: #666;
  line-height: 33px;
}
.search_part .option li:hover,
.search_part .option li.selected {
  background: #ee6039;
  color: #fff;
}
.search_part .search {
  padding: 10px 20px;
  width: 820px;
  height: 52px;
  background: #e6e6e6;
  border-radius: 27px;
}
.search_part .search img {
  width: 24px;
  height: 24px;
}
.search_part .search input {
  width: 92%;
  height: 30px;
  margin-left: 20px;
  margin-top: 3px;
  border: none;
  background: transparent;
  font-size: 20px;
  font-weight: 400;
  color: #999999;
}
.work_list ul {
  display: flex;
  flex-wrap: wrap;
}
.work_list ul li {
  margin: 10px 7px;
  border: 1px solid #e4e4e4;
  width: 285px;
  background: #fff;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
}
.work_list ul li .video_box {
  width: 100%;
  height: 150px;
  text-align: center;
  padding: 50px;
}
.work_list ul li .intro {
  padding: 0 20px 10px 20px;
}
.work_list ul li .intro p {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}
.work_list ul li .intro .comment {
  height: 33px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}
.work_list ul li .intro .btn_part {
  display: flex;
  justify-content: space-between;
}
.work_list ul li .intro .btn_part .bianhao {
  width: 130px;
  text-align: center;
  height: 36px;
  padding: 3px;
  border-radius: 22px;
  border: 1px solid #959595;
  font-size: 15px;
  font-weight: 600;
  color: #959595;
  line-height: 28px;
}
.work_list ul li .intro .btn_part .shanchu {
  width: 90px;
  height: 36px;
  background: linear-gradient(180deg, #fb933e 0%, #fa5819 100%);
  border-radius: 34px;
  font-size: 16px;
  font-weight: 500;
  color: #fffffe;
  line-height: 35px;
  text-align: center;
}
.login_part {
  width: 450px;
  text-align: center;
}
.login_part img {
  width: 101px;
  height: 100px;
  margin-bottom: 20px;
}
.login_part > div {
  margin: 18px 0;
}
.login_part .tip1 {
  font-size: 14px;
  font-weight: 400;
  color: #c5c5c5;
  line-height: 22px;
}
.login_part .tip2 {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  line-height: 22px;
}
.login_part .denglu {
  width: 430px;
  height: 62px;
  background: linear-gradient(90deg, #ed6e16 0%, #fbce3c 100%);
  border-radius: 37px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  line-height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login_part ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eaeaea;
  height: 75px;
}
.login_part ul li > div {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}
.login_part ul li .code.el-button {
  width: 137px;
  height: 42px;
  background: linear-gradient(90deg, #ed6e16 0%, #fbce3c 100%);
  border-radius: 21px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.login_part ul li input {
  border: none;
  height: 33px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 33px;
}
.login_part ul li input::placeholder {
  color: #c5c5c5;
}
.btn_baoming {
  width: 260px;
  height: 57px;
  background: linear-gradient(90deg, #ed6e16 0%, #fbce3c 100%);
  border-radius: 37px;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  line-height: 33px;
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.baoming_part .bread {
  margin: 30px 0;
  width: 1200px;
  height: 56px;
  background: linear-gradient(180deg, #ffffff 0%, #f0f0f0 83%, #f0f0f0 100%);
  border: 1px solid #e6e6e6;
  position: relative;
  line-height: 54px;
  font-size: 18px;
}
.baoming_part .bread a {
  color: #666666;
}
.baoming_part .bread::after {
  content: '';
  width: 4px;
  height: 20px;
  background: #cf0102;
  position: absolute;
  top: 18px;
  left: 0;
}
.baoming_part .bread a:first-child {
  padding-left: 20px;
}
.baoming_part .step_0 {
  margin: 0 auto;
  text-align: center;
}
.baoming_part .step_0 img {
  width: 150px;
  margin: 30px;
}
.baoming_part .step_0 .title {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 40px;
}
.baoming_part .step_0 .part2 {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.baoming_part .step_0 .contact {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 33px;
  margin: 16px 55px;
  background: #fce8e8;
  padding: 30px;
  border-radius: 12px;
  text-align: left;
}
.baoming_part .step_0 hr {
  border: 1px dashed #666666;
}
.baoming_part .step_1 .sub_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d8d8d8;
  height: 70px;
  margin-bottom: 30px;
}
.baoming_part .step_1 .sub_title h3 {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
}
.baoming_part .step_1 .sub_title p {
  font-size: 14px;
  font-weight: 400;
  color: #afafaf;
}
.baoming_part .step_1 .form_field {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  border-bottom: 1px solid #d8d8d8;
}
.baoming_part .step_1 .form_field .field {
  margin: 10px auto;
  width: 580px;
}
.baoming_part .step_1 .form_field .text {
  width: 1180px;
  height: 100px;
  margin: 10px auto;
}
.baoming_part .step_2 {
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.baoming_part .step_2 div {
  margin: 20px auto;
}
.input-with-title .el-input__inner {
  border-left: none;
  height: 48px;
}
.input-with-title .el-input__inner:focus {
  border-color: lightgray;
}
.input-with-title .el-input-group__prepend {
  font-size: 16px;
  font-weight: 500;
  color: #757574;
  background: #fff;
}
.select-with-title .el-input--prefix .el-input__inner {
  height: 48px;
  padding-left: 92px;
}
.select-with-title .el-input__prefix {
  font-size: 16px;
  font-weight: 500;
  color: #757574;
  line-height: 46px;
  left: 22px;
}
.select-with-title1 .el-input--prefix .el-input__inner {
  height: 48px;
  padding-left: 121px;
}
.select-with-title1 .el-input__prefix {
  font-size: 16px;
  font-weight: 500;
  color: #757574;
  line-height: 46px;
  left: 22px;
}
.cascader-with-title {
  position: relative;
  display: flex;
  align-items: center;
}
.cascader-with-title .el-cascader {
  margin-left: 10px;
}
.cascader-with-title .title {
  position: absolute;
  top: 10px;
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
  color: #757574;
  line-height: 46px;
  left: 32px;
}
.cascader-with-title .el-input__inner {
  width: 581px;
  height: 48px;
  padding-left: 93px;
}
.detail-dialog .el-dialog {
  width: 1000px;
}
.detail-dialog .info {
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  color: #999999;
  height: 45px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 16px;
}
.detail-dialog .info div {
  margin: 0 10px;
}
.detail-dialog .info .num {
  border-radius: 22px;
  border: 1px solid #959595;
  padding: 0 10px;
}
.detail-dialog .info .sourceName {
  border-radius: 22px;
  border: 1px solid #ff503b;
  padding: 0 10px;
  color: #ff503b;
}
.detail-dialog .detail {
  display: flex;
  padding: 20px 0;
}
.detail-dialog .detail .play-part {
  margin-right: 20px;
  width: 550px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}
.detail-dialog .detail .play-part img {
  width: 100%;
}
.detail-dialog .detail .comment {
  width: 600px;
}
.detail-dialog .detail .comment .t1 {
  font-size: 24px;
  font-weight: 600;
  color: #4e4e4e;
  line-height: 33px;
}
.detail-dialog .detail .comment .t2 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 22px;
}
.batch .title .s1 {
  display: flex;
  align-items: center;
}
.batch .title .s1 .t1 {
  margin-right: 50px;
}
.batch .title .s1 .tip {
  font-size: 15px;
  line-height: 18px;
  color: #ed7117;
}
