/*前缀兼容样式 start*/
/*单行省略*/
/*多行省略*/
/*背景线性渐变*/
/*opacity*/
/*gray*/
.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
/*前缀兼容样式 end*/
.container {
  font-family: SourceHanSansCN-Regular;
}
.container .banner {
  height: 331px;
  background: url("../../img/vip/bg_01.png") no-repeat;
  text-align: center;
}
.container .banner .title {
  padding-top: 94px;
  font-family: SourceHanSerifCN-Bold;
  font-size: 40px;
  color: #ffffff;
}
.container .banner .text {
  margin-top: 20px;
  font-size: 16px;
  color: #ffffff;
}
.container .box-1 .detail {
  width: 1200px;
  margin: 120px auto 0;
}
.container .box-1 .layui-table {
  margin: 0 auto;
  width: 955px;
  background: #fff;
}
.container .box-1 .layui-table thead td {
  font-weight: bold;
}
.container .box-1 .layui-table .tbody {
  box-shadow: 0px 0px 98px 0px rgba(197, 197, 197, 0.5);
}
.container .box-1 .layui-table .tbody tr:hover {
  border-color: #fff;
}
.container .box-1 .layui-table .tbody td {
  height: 60px;
  border-style: solid;
  text-align: center;
  border-color: #cfcfcf;
  background: #fff;
}
.container .box-1 .layui-table .tbody .select1 {
  background-color: #eaeaea;
}
.container .box-1 .btn {
  display: block;
  margin: 80px auto 0;
  width: 216px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  background-image: linear-gradient(45deg, #daa12e 0%, #e6b046 100%);
  box-shadow: 0px 3px 7px 0px rgba(220, 164, 50, 0.43);
  border-radius: 25px;
}
.container .box-2 {
  margin-top: 80px;
  width: 100%;
  height: 224px;
  padding-top: 70px;
  background: url("../../img/newCopyrightAuth/bg_04.png") center no-repeat;
  background-size: 100%;
  text-align: center;
}
.container .box-2 .title {
  font-family: SourceHanSansCN-Medium;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
.container .box-2 .btn {
  width: 166px;
  height: 44px;
  margin-top: 25px;
  border: solid 1px #ffffff;
  line-height: 44px;
  font-size: 16px;
  color: #ffffff;
}
.container .box-3 {
  width: 1200px;
  margin: 50px auto 0;
}
.container .box-3 .top {
  text-align: center;
}
.container .box-3 .top .bg-1 {
  width: 450px;
  height: 1px;
  background: url("../../img/newCopyrightAuth/bg_07.png") center no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}
.container .box-3 .top .bg-2 {
  width: 450px;
  height: 1px;
  background: url("../../img/newCopyrightAuth/bg_08.png") center no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}
.container .box-3 .top .title {
  margin: 0 97px;
  font-family: SourceHanSansCN-Medium;
  font-size: 16px;
  color: #333333;
  display: inline-block;
  vertical-align: middle;
}
.container .box-3 .list-3 {
  margin-top: 58px;
}
.container .box-3 .list-3 .item3 {
  width: 553px;
  float: left;
  margin-right: 94px;
  margin-bottom: 40px;
}
.container .box-3 .list-3 .item3 .title {
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.container .box-3 .list-3 .item3 .text {
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #888888;
  text-align: justify;
}
.container .box-3 .list-3 .item3:nth-of-type(2n) {
  margin-right: 0px;
}
/*# sourceMappingURL=publicity.css.map */