html, body {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
*:focus {
  outline: none;
}

ul, li {
  list-style: none;
}
ul {
  margin: 0;
  padding: 0;
}
 body ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

body ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px hsla(0,0%,85.9%,.3);
  border-radius: 5px;
}

body ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  box-shadow: inset 0 0 6px hsla(0,0%,85.9%,.1);
  background-color: rgba(144,147,153,.3)
}

::-webkit-input-placeholder { /* Edge */
  color: #C0C4CC;
}

::placeholder {
  color: #C0C4CC;
}


*{
  box-sizing: border-box;
}
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
body {
  position: relative;
  background: #fff;
  color: #333;
  font-size: 14px;
  line-height: 1.43;
  width: 100%;
  font-family: "微软雅黑","Microsoft YaHei","Arial","serif"!important;
  overflow-x: hidden;
}
body,div,h1, h2, h3, h4, h5, h6,dd,dl,dt,p{
  margin: 0;
}
a{
  color: inherit;
  text-decoration: none;
}
h1, h2, h3, h4 {
  font-weight: normal;
}
.footer{
	background-color: #040404;
	text-align: center;
	padding: 10px 15px;
	color: #fff;
}

.copyrighted_picture_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  padding: 40px 0;
  max-width: 1500px;
  min-width: 1200px;
  width: 62.5%;
}
.copyrighted_picture_detail {
  width: 100%;
  height: auto;
  min-height: calc(100vh - 40px);
  background-color: #f7f8fa;
  padding: 2.8vh 2.5%;
}
.cp_back {
  background: linear-gradient(90deg, #FF5582 0%, #FF2889 100%);
  padding: 9px 18px;
  height: 38px;
  border-radius: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cp_back_text {
  font-family: "OpenSans-Semibold";
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
}
.cp_picture_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 19px;
}
.cp_picture_list {
  width: 22.4vw;
  height: 25vh;
  background-color: #ffffff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 4.7vh;
  margin-right: 1.25vw;
}
.cp_picture_list:nth-child(4n) {
  margin-right: 0;
}
.cp_picture_list img {
  max-width: 52%;
  max-height: 21vh;
  display: block;
}

.cp_original_dialog {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.cp_original_dialog.active {
  display: block;
}
.cp_original_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cp_original_box {
  width: 54vw;
  height: 68vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  padding: 3.5vh 3.5vh 3.5vh 3.5vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.cp_original_img {
  width: 100%;
  height: 61vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cp_original_img img {
  max-width: 100%;
  max-height: 100%;
}
.cp_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 18px;
  height: 18px;
  display: block;
  background: url("../images/x.png") no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}


@media screen and (max-width: 1024px) {
  .copyrighted_picture_wrap {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: column;
      margin: 0 auto;
      padding: 0 0 0 15px;
      max-width: 100%;
      min-width: 100%;
      width:100%;
  }
  .copyrighted_picture_detail {
      width: 100%;
      height: auto;
      min-height: calc(100vh - 60px);
      background-color: #f7f8fa;
      padding: 12px 15px;
  }
  .cp_picture_wrap {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap;
      flex-direction: column;
  }
  .cp_picture_list {
      width: 100%;
      height: 230px;
      border-radius: 8px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 0;
      margin-bottom: 20px;
  }
  .cp_picture_list:nth-child(4n) {
      margin-right: 0;
  }
  .cp_picture_list img {
      max-width: 185px;
      max-height: 185px;
      display: block;
  }

  .cp_original_dialog {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 999;
      display: none;
  }
  .cp_original_dialog.active {
      display: block;
  }
  .cp_original_bg {
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
  }
  .cp_original_box {
      width: 96%;
      height: auto;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background-color: rgba(255, 255, 255, 1);
      border-radius: 8px;
      padding: 15px 30px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: column;
  }
  .cp_original_img {
      width: 100%;
      height: 80vh;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .cp_original_img img {
      max-width: 100%;
      max-height: 100%;
  }
  .cp_close {
      position: absolute;
      top: 15px;
      right:15px;
      width: 20px;
      height:20px;
      display: block;
      background: url("../images/x.png") no-repeat;
      background-size: 100% auto;
      cursor: pointer;
  }
}



