header {
  width: 100%;
  height: 84px;
  background-color: #ffffff;
}

header a {
  height: 50px;
  margin: 17px 60px;
}

header a img {
  width: auto;
  height: 50px;
}

header p {
  font-size: 18px;
  letter-spacing: 2px;
  color: #333333;
  line-height: 84px;
  margin-right: 60px;
}

.banner {
  width: 100%;
  background: #cb222e;
}

.banner img {
  width: 1920px;
  margin: 0 auto;
}

.tab {
  width: 1030px;
  height: auto;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 5px #d83d48;
  margin: 0 auto;
  margin-top: 130px;
  position: relative;
}

.tab h1 {
  width: 463px;
  height: 88px;
  background: url(../../../images/news/piracy/title-bg.png) no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  line-height: 88px;
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 3px;
  margin: 0 auto;
  margin-top: -46.5px;
}

.tab .tab_nav {
  width: 100%;
  margin: 35px 0 25px 0;
}

.tab .tab_nav li {
  float: left;
  font-size: 22px;
  letter-spacing: 2px;
  color: #d83d48;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  width: 20%;
}

.tab .tab_nav li:nth-child(1) {
  width: 19%;
  margin-left: 1%;
}

.tab .tab_nav li:nth-child(3) {
  width: 40%;
}

.tab #moocBox {
  overflow: hidden;
  width: 100%;
  max-height: 450px;
  border-radius: 0 0 10px 10px;
}

.tab #moocBox ul li {
  width: 100%;
  height: 90px;
}

.tab #moocBox ul li p {
  float: left;
  width: 20%;
  text-align: center;
  height: 100%;
}

.tab #moocBox ul li p span,
.tab #moocBox ul li p a {
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #333333;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.tab #moocBox ul li p:nth-child(1) {
  width: 19%;
  margin-left: 1%;
}

.tab #moocBox ul li p:nth-child(3) {
  width: 40%;
}

.tab #moocBox ul li p:nth-child(3) a {
  max-height: 52px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
}

.tab #moocBox ul li:nth-child(odd) {
  background-color: #fffbfa;
}

.tab #moocBox .cont_hide {
  display: none;
}

.tab form {
  display: block;
  width: 780px;
  margin: 0 auto;
}

.tab form label {
  display: block;
  width: 100%;
  height: 80px;
  position: relative;
  margin-top: 30px;
}

.tab form label input {
  width: 778px;
  height: 78px;
  background-color: #fffbfa;
  border-radius: 14px;
  border: 1px solid #fffbfa;
  overflow: hidden;
  font-size: 20px;
  letter-spacing: 2px;
  text-indent: 28px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.tab form label span {
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
  color: #d83d48;
  line-height: 1;
  position: absolute;
  left: 29px;
  bottom: -22px;
  opacity: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.tab form label span.error {
  opacity: 1;
}

.tab form label input.error {
  border: 1px solid #d83d48;
}

.tab form label:nth-child(3) input,
.tab form label:nth-child(4) input {
  width: 500px;
  float: left;
}

.tab form label:nth-child(3) img,
.tab form label:nth-child(3) div,
.tab form label:nth-child(4) img,
.tab form label:nth-child(4) div {
  width: 256px;
  height: 80px;
  float: right;
}

.tab form label:nth-child(3) div button,
.tab form label:nth-child(4) div button {
  display: block;
  font-size: 22px;
  line-height: 1;
  margin: 29px auto;
  cursor: pointer;
  color: #d83d48;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.tab form label:nth-child(3) div button.checked,
.tab form label:nth-child(4) div button.checked {
  opacity: 0.5;
}

.tab form .tj {
  width: 780px;
  height: 80px;
  background-color: #d83d48;
  border-radius: 40px;
  font-size: 24px;
  letter-spacing: 3px;
  color: #ffffff;
  margin-top: 30px;
  cursor: pointer;
  margin-bottom: 60px;
}

.tab form .checked_no {
  opacity: 0.5;
}

.tab .userinfo {
  width: 850px;
  margin: 0 auto;
}

.tab .userinfo li {
  float: left;
  margin-top: 50px;
  font-size: 24px;
  letter-spacing: 3px;
  color: #999999;
  min-width: 155px;
  margin-right: 160px;
  line-height: 1;
}

.tab .userinfo li span {
  display: inline;
  color: #d83d48;
}

.tab .userinfo li:nth-child(4) {
  margin-right: 0;
}

.tab .userinfo li:last-child {
  min-width: auto;
  float: right;
  margin-right: 0;
}

.tab .user-btn {
  width: 650px;
  height: 60px;
  margin: 80px auto 60px auto;
}

.tab .user-btn button {
  display: block;
  width: 300px;
  height: 60px;
  border-radius: 30px;
  border: solid 2px #d83d48;
  font-size: 20px;
  letter-spacing: 3px;
  color: #d83d48;
  cursor: pointer;
}

.tab .user-btn button:last-child {
  background: #d83d48;
  color: #ffffff;
}

.tips_tab {
  width: 1030px;
  height: auto;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 5px #d83d48;
  margin: 0 auto;
  position: relative;
  margin-top: 72px;
  padding: 35px 0;
}

.tips_tab::after,
.tips_tab::before {
  display: block;
  content: '';
  width: 35px;
  height: 152px;
  background: url(../../../images/news/piracy/line.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: -117px;
  left: 120px;
}

.tips_tab::before {
  left: auto;
  right: 120px;
}

.tips_tab h2 {
  width: 910px;
  height: 32px;
  text-indent: 40px;
  margin: 30px auto 15px auto;
  line-height: 32px;
  font-size: 24px;
  color: #d83d48;
  background: url(../../../images/news/piracy/money.png) no-repeat left center;
  background-size: auto 100%;
  font-weight: normal;
}

.tips_tab h2:nth-child(4) {
  background: url(../../../images/news/piracy/msg.png) no-repeat left center;
  background-size: auto 100%;
}

.tips_tab p {
  width: 910px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #333333;
  margin-bottom: 10px;
}

.tips_tab p i {
  color: #d83d48;
}

.tips_tab p:last-child {
  margin-bottom: 0;
}

footer {
  width: 100%;
  font-size: 14px;
  letter-spacing: 2px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  padding: 20px 0;
  background-color: #d83d48;
  margin-top: 80px;
}

footer a {
  display: inline;
  color: #ffffff;
}

.layer {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  display: none;
}

.history {
  position: fixed;
  width: 1030px;
  height: auto;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 5px #d83d48;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  z-index: 3;
  opacity: 0;
}

.history h1 {
  width: 463px;
  height: 88px;
  background: url(../../../images/news/piracy/title-bg.png) no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  line-height: 88px;
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 3px;
  margin: 0 auto;
  margin-top: -46.5px;
}

.history .close {
  width: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.history .tab_nav {
  width: 100%;
  margin: 35px 0 25px 0;
}

.history .tab_nav li {
  float: left;
  font-size: 22px;
  letter-spacing: 2px;
  color: #d83d48;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  width: 20%;
}

.history .tab_nav li:nth-child(3) {
  width: 38%;
}

.history .tab_nav li:nth-child(4) {
  width: 22%;
}

.history .history_cont {
  overflow-y: auto;
  width: 100%;
  max-height: 450px;
  border-radius: 0 0 10px 10px;
}

.history .history_cont table {
  width: 100%;
  border-spacing: 0;
}

.history .history_cont table tbody {
  width: 100%;
}

.history .history_cont table tbody tr {
  width: 100%;
  height: 90px;
}

.history .history_cont table tbody tr td {
  width: 20%;
  word-break: break-all;
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 26px;
  padding: 18px 0;
}

.history .history_cont table tbody tr td span {
  display: inline;
}

.history .history_cont table tbody tr td:nth-child(1) {
  padding: 18px 15px;
}

.history .history_cont table tbody tr td:nth-child(3) {
  width: 38%;
  position: relative;
}

.history .history_cont table tbody tr td:nth-child(3) span {
  display: block;
  text-align: left;
  font-size: 16px;
  max-height: 52px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.history .history_cont table tbody tr td:nth-child(3) span.all_text {
  max-height: auto;
  height: auto;
  overflow: auto;
  text-overflow: ellipsis;
  -webkit-line-clamp: 50;
}

.history .history_cont table tbody tr td:nth-child(3) .close_text {
  color: #d83d48;
  cursor: pointer;
  font-size: 14px;
}

.history .history_cont table tbody tr td:nth-child(3) .open_text {
  position: absolute;
  line-height: 1;
  font-size: 14px;
  color: #d83d48;
  cursor: pointer;
  bottom: 25px;
  right: -32px;
}

.history .history_cont table tbody tr td:nth-child(4) {
  width: 22%;
}

.history .history_cont table tbody tr:nth-child(odd) {
  background-color: #fffbfa;
}

.history .tips {
  width: 100%;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px;
  color: #999999;
}

.sub_msg {
  position: fixed;
  width: 1030px;
  height: auto;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 5px #d83d48;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  z-index: 3;
  opacity: 0;
  padding-bottom: 60px;
}

.sub_msg h1 {
  width: 463px;
  height: 88px;
  background: url(../../../images/news/piracy/title-bg.png) no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  line-height: 88px;
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 3px;
  margin: 0 auto;
  margin-top: -46.5px;
}

.sub_msg .close {
  width: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.sub_msg .msg_form {
  overflow-y: auto;
  width: 100%;
  height: 502px;
  border-radius: 0 0 10px 10px;
  margin-top: 35px;
}


.sub_msg form {
  display: block;
  width: 780px;
  margin: 0 auto;
}

.sub_msg form label {
  display: block;
  width: 100%;
  height: 80px;
  position: relative;
  margin-top: 30px;
}

.sub_msg form label input {
  width: 778px;
  height: 78px;
  background-color: #fffbfa;
  border-radius: 14px;
  border: 1px solid #fffbfa;
  overflow: hidden;
  font-size: 20px;
  text-indent: 28px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.sub_msg form label select {
  width: 778px;
  height: 78px;
  background-color: #fffbfa;
  border-radius: 14px;
  font-size: 20px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  border: 1px solid #fffbfa;
  letter-spacing: 2px;
}

.sub_msg form label .layui-input {
  text-indent: 18px;
}

.sub_msg form label .layui-input:hover,
.sub_msg form label .layui-textarea:hover {
  border-color: #fffbfa !important;
}

.sub_msg form label .layui-form-select .layui-edge {
  right: 30px;
  border-width: 10px;
}

.sub_msg form label .layui-form-select dl {
  top: 78px;
  bottom: auto;
  border: solid 1px #d83d48;
}

.sub_msg form label .layui-form-select dl dd,
.sub_msg form label .layui-form-select dl dt {
  font-size: 18px;
  padding: 0 28px;
  letter-spacing: 2px;
  line-height: 60px;
}

.sub_msg form label .layui-form-select dl dd.layui-select-tips {
  padding: 0 28px !important;
}

.sub_msg form label .layui-form-select dl dd:hover {
  background-color: #fffbfa;
}

.sub_msg form label .layui-form-select dl dd.layui-this {
  background: #d83d48;
}

.sub_msg form label span {
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
  color: #d83d48;
  line-height: 1;
  position: absolute;
  left: 29px;
  bottom: -22px;
  opacity: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.sub_msg form label span.error {
  opacity: 1;
}

.sub_msg form label input.error {
  border: 1px solid #d83d48;
}

.sub_msg form label select.error {
  border: 1px solid #d83d48;
}

.sub_msg form label textarea.error {
  border: 1px solid #d83d48;
}

.sub_msg form label p {
  width: 100%;
  font-size: 20px;
  line-height: 1;
}

.sub_msg form label p i {
  color: #999999;
}

.sub_msg form label textarea {
  width: 722px;
  height: 168px;
  border: 1px solid #fffbfa;
  background-color: #fffbfa;
  border-radius: 14px;
  margin-top: 15px;
  font-size: 20px;
  line-height: 32px;
  padding: 15px 28px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.sub_msg form label:nth-child(4) {
  height: auto;
}

.sub_msg form .imglabel {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 30px;
}

.sub_msg form .imglabel p {
  width: 100%;
  font-size: 20px;
  line-height: 1;
  float: left;
}

.sub_msg form .imglabel p i {
  color: #d83d48;
}

.sub_msg form .imglabel .layui-upload-list {
  float: left;
  margin: 20px 0 0 0;
}

.sub_msg form .imglabel .layui-upload-list div {
  width: 176px;
  height: 176px;
  border-radius: 12px;
  border: solid 2px #fff9f7;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0 20px 20px 0;
}

.sub_msg form .imglabel .layui-upload-list div img {
  position: absolute;
  max-width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.sub_msg form .imglabel .layui-upload-list div:nth-child(4n) {
  margin-right: 0;
}

.sub_msg form .imglabel .upload {
  float: left;
  width: 176px;
  height: 176px;
  border: solid 2px #fff9f7;
  border-radius: 12px;
  background: url(../../../images/news/piracy/addimg.png) no-repeat center center;
  background-size: 50px 50px;
  cursor: pointer;
  margin: 20px 0;
}

.sub_msg form .tj {
  width: 780px;
  height: 80px;
  background-color: #d83d48;
  border-radius: 40px;
  font-size: 24px;
  letter-spacing: 3px;
  color: #ffffff;
  margin-top: 30px;
  cursor: pointer;
}

.sub_msg form .checked_no {
  opacity: 0.5;
}

.history_open {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
}