body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
fieldset,
img {
  border: none;
}
input,
button,
select {
  vertical-align: middle;
  color: #333;
  outline: none;
  border: 0;
}
div {
  outline: none;
}
caption,
th {
  text-align: left;
}
a {
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  color: #e97868;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
body,
html {
  width: 100%;
  overflow-x: hidden;
}
body {
  width: 100vw;
  font: 14px 'Microsoft YaHei', Arial, Helvetica, sans-serif;
  color: #333;
  background: #f0eae9;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fz18 {
  font-size: 18px;
}
.fcbase {
  color: #d38070;
}
.fcred {
  color: red;
}
.yellowbg {
  background-color: #e7a513 !important;
}
.clearfloat {
  *zoom: 1;
}
.clearfloat:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
::-webkit-input-placeholder {
  color: #ad9c99;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #ad9c99;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #ad9c99;
}
:-ms-input-placeholder {
  color: #ad9c99;
}
ul.tabletolist ul > li .row_data {
  max-width: 70% !important;
}
.layui-layer-btn .layui-layer-btn0 {
  border-color: #d38070 !important;
  background-color: #d38070 !important;
}
.layui-layer-dialog .layui-layer-content,
.layui-layer-hui .layui-layer-content {
  word-break: normal !important;
  white-space: normal;
  word-wrap: break-word !important;
}
button[disabled] {
  background-color: #ddd !important;
  border-color: #ddd !important;
}
button[disabled]:hover {
  background-color: #ddd !important;
  border-color: #ddd !important;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: transparent url(../images/select-ico.png) no-repeat right 10px center;
}
select::-ms-expand {
  display: none;
}
input[type="checkbox"] {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  margin-right: 5px;
  border-radius: 3px;
  margin-top: 1px;
}
input[type="checkbox"]:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 18px;
  height: 18px;
  border: 1px solid #dcd3d5;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 3px;
}
input[type="checkbox"]:checked:before {
  border-color: #ad6253;
}
input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 1px;
  right: -2px;
  content: url(../images/gou.png);
}
input[type="radio"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
input[type="radio"]:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 16px;
  height: 16px;
  border: 1px solid #7d7d7d;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
}
input[type="radio"]:after {
  display: none;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  background-color: #d38070;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
input[type="radio"]:checked:before {
  border-color: #d38070;
}
input[type="radio"]:checked:after {
  display: block;
}
.pagebox {
  margin-top: 100px;
}
.pagecon {
  padding: 20px 0;
}
.wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.no-data {
  text-align: center;
  padding: 30px 0;
  color: #7d7d7d;
  font-size: 15px;
}
.no-data img {
  width: 100px;
  margin-top: 10px;
}
.btn {
  display: inline-block;
  background-color: #d38070;
  padding: 5px 15px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.btn.hover:hover {
  background-color: #e7a513;
  color: #fff;
  opacity: 1;
}
.btn:hover {
  opacity: 0.8;
}
.btn.btn-yellow {
  background-color: #e7a513;
}
.btn.btn-yellow:hover {
  background-color: #f08200;
  color: #fff;
  opacity: 1;
}
.btn.btn-orange {
  background-color: #f08200;
}
.btn.btn-orange:hover {
  background-color: #e7a513;
  color: #fff;
  opacity: 1;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header .menu-btn {
  display: none;
}
.header .logo {
  float: left;
  font-size: 0;
  height: 100%;
  line-height: 100px;
  width: 170px;
}
.header .logo img {
  vertical-align: middle;
  max-height: 80%;
  max-width: 80%;
}
.header .header-con {
  float: left;
  width: calc(100% - 170px);
  padding-left: 5%;
}
.header .navbox {
  float: left;
  *zoom: 1;
}
.header .navbox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.header .navbox ul {
  *zoom: 1;
  padding: 20px 0;
}
.header .navbox ul:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.header .navbox .closeNav {
  display: none;
}
.header .navbox .nav-li {
  float: left;
  position: relative;
  padding: 10px 0;
}
.header .navbox .nav-li:last-of-type > a:after {
  display: none;
}
.header .navbox .nav-li > a {
  display: block;
  position: relative;
  height: 42px;
  line-height: 42px;
  text-align: center;
  padding: 0 25px;
}
.header .navbox .nav-li > a.curr,
.header .navbox .nav-li > a:hover {
  background-color: #d38070;
  color: #fff;
  border-radius: 25px;
}
.header .navbox .nav-li > a.curr:after,
.header .navbox .nav-li > a:hover:after {
  display: none;
}
.header .navbox .nav-li > a:after {
  content: "";
  display: block;
  height: 12px;
  width: 1px;
  background-color: #e4e4e4;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
}
.header .navbox .nav-li:hover .nav-sub {
  display: block;
}
.header .navbox .nav-li .nav-sub {
  display: none;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  min-width: 120px;
  padding: 10px 20px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.header .navbox .nav-li .nav-sub:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -13px;
  width: 0;
  height: 0;
  border-width: 6px 6px 8px 6px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.header .navbox .nav-li .nav-sub a {
  display: block;
  padding: 8px 0;
  color: #c1aca8;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.header .navbox .nav-li .nav-sub a:hover,
.header .navbox .nav-li .nav-sub a.curr {
  color: #d38070;
}
.header .navbox .nav-li .nav-sub i {
  display: inline-block;
  width: 16px;
}
.header .sysdembtn {
  float: right;
  padding: 29px 0;
}
.header .sysdembtn .loginbtn {
  display: inline-block;
  line-height: 35px;
  background-color: #d38070;
  color: #fff;
  border-radius: 25px;
  margin-right: 5px;
  padding: 0 20px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.header .sysdembtn .loginbtn i {
  font-size: 16px;
}
.header .sysdembtn .loginbtn:hover {
  background-color: #ad6253;
}
.header .sysdembtn .logout {
  display: inline-block;
  line-height: 35px;
  height: 35px;
  width: 35px;
  background-color: #d38070;
  color: #fff;
  border-radius: 50%;
  margin-right: 5px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.header .sysdembtn .logout:hover {
  background-color: #ad6253;
}
.header .sysdembtn .homebtn {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #e7a513;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  margin-right: 5px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.header .sysdembtn .homebtn:hover {
  opacity: 0.8;
}
.header .sysdembtn .p {
  display: inline-block;
  margin-right: 5px;
}
.header .sysdembtn .lang-box {
  display: inline-block;
  background: #D38070;
  padding: 0 15px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
}
.header .sysdembtn .lang-box a {
  color: #fff;
}
.header .sysdembtn .lang-box a.curr {
  font-size: 16px;
}
.header .sysdembtn .lang-box:hover {
  /*opacity: 0.8;*/
}
.footer .copyright {
  color: #b7a39f;
  text-align: center;
  padding: 20px 0;
}
.footer .copyright a {
  color: #b7a39f;
}
.footer .copyright a:hover {
  color: #d38070;
}
.pagetop {
  background-color: #d38070;
}
.pagetop.index {
  padding: 30px 0;
}
.swiper-button-next,
.swiper-button-prev {
  width: 35px;
  height: 35px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  color: #fff;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
}
.livetop {
  background-color: #e9c0b8;
  border-radius: 5px;
  height: 468px;
  *zoom: 1;
}
.livetop:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.livetop .showbox {
  float: left;
  width: 70%;
  height: 100%;
  border-radius: 5px;
  font-size: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.livetop .showbox a {
  display: block;
  width: 100%;
  height: 100%;
}
.livetop .showbox a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.livetop .showbox a:after {
  content: "";
  display: block;
  width: 47px;
  height: 47px;
  background: url(../images/video-ico.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.livetop .showbox a:hover:before {
  display: none;
}
.livetop .showbox a:hover img {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  transform: scale(1.1);
}
.livetop .showbox img {
  width: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.livetop .live-right {
  float: left;
  width: 30%;
  height: 100%;
  padding: 10px;
}
.livetop .live-right .swiper-button {
  text-align: center;
  margin-top: 12px;
}
.livetop .live-right .swiper-button-next,
.livetop .live-right .swiper-button-prev {
  position: static;
  display: inline-block;
  margin: 0 10px;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.livetop .live-right .swiper-button-next:after,
.livetop .live-right .swiper-button-prev:after {
  display: none;
}
.livetop .live-swiper {
  width: 100%;
  height: calc(100% - 50px);
}
.livetop .live-swiper .swiper-wrapper {
  height: 100%;
}
.livetop .live-swiper .swiper-slide {
  border-radius: 5px;
  background-color: #fff;
  height: auto;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
}
.livetop .live-swiper .swiper-slide.swiper-slide-active {
  background-color: #d38070;
}
.livetop .live-swiper .swiper-slide.swiper-slide-active .tit {
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.livetop .live-swiper .swiper-slide.swiper-slide-active .p {
  color: rgba(255, 255, 255, 0.5);
}
.livetop .live-swiper .swiper-slide.swiper-slide-active:before {
  content: '';
  position: absolute;
  left: -12px;
  margin-top: -6px;
  top: 50%;
  width: 0;
  height: 0;
  border-width: 6px 6px 6px 6px;
  border-style: solid;
  border-color: transparent #d38070 transparent transparent;
}
.livetop .live-swiper .swiper-slide:hover {
  background-color: #d38070;
}
.livetop .live-swiper .con {
  padding: 15px 20px;
}
.livetop .live-swiper .tit {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.livetop .live-swiper .p {
  color: #666666;
}
.livetop .live-swiper .p img {
  vertical-align: middle;
  margin-right: 5px;
}
.livetop .live-swiper .info {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.5);
  display: none;
}
.conwrap {
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 20px;
}
.conwrap.index {
  margin-top: 20px;
}
.mainwrap {
  margin-top: -44px;
}
.titbox {
  *zoom: 1;
}
.titbox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.titbox .searchbox {
  padding: 6px 10px 0 20px;
}
.maintit {
  font-size: 28px;
  margin-bottom: 20px;
}
.maintit .index {
  margin-bottom: 30px;
}
.maintit.borbottom {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 5px;
}
.pagetit {
  font-size: 26px;
  margin-bottom: 20px;
}
.pagetit:after {
  content: "";
  display: block;
  width: 52px;
  height: 5px;
  border-radius: 5px;
  background-color: #d38070;
  margin-top: 5px;
}
.searchbox .inptxt {
  background-color: #e9c0b8;
  border-radius: 3px;
  padding: 0 10px;
  height: 30px;
  width: 150px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
}
.searchbox .search-btn {
  border-radius: 3px;
  background-color: #d38070;
  color: #fff;
  height: 30px;
  text-align: center;
  cursor: pointer;
  padding: 0 10px;
}
.searchbox .search-btn:hover {
  background-color: #ad6253;
}
.searchbox .searchkw {
  vertical-align: top;
  display: inline-block;
  *zoom: 1;
}
.searchbox .searchkw:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.searchbox .searchkw .inptxt {
  float: left;
  width: 260px;
  border-radius: 3px 0 0 3px;
  margin-right: 0;
}
.searchbox .searchkw .search-btn {
  float: left;
  border-radius: 0 3px 3px 0;
}
/*分页器*/
.pagging {
  margin: 30px auto 20px;
  text-align: center;
}
.pagging li {
  display: inline-block;
  margin: 0 4px;
}
.pagging li:first-of-type {
  display: none !important;
}
.pagging li:nth-of-type(2) a,
.pagging li:last-of-type a {
  background-color: #d38070;
  border-color: #d38070;
  color: #fff;
  font-family: '宋体';
}
.pagging li:nth-of-type(2) span,
.pagging li:last-of-type span {
  background-color: #ddd;
  border-color: #ddd;
  color: #fff;
  font-family: '宋体';
}
.pagging li.active span {
  background: #d38070;
  border-color: #d38070;
  color: #fff;
}
.pagging a,
.pagging span {
  display: inline-block;
  width: 32px;
  background: #fff;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  border: 1px solid #a5918d;
  color: #a5918d;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.pagging a:hover,
.pagging span:hover {
  background: #d38070;
  border-color: #d38070;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.livelist {
  display: flex;
  flex-wrap: wrap;
}
.livelist li {
  width: calc(100%/3 - 1.7%);
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.livelist li:nth-of-type(3n) {
  margin-right: 0;
}
.livelist li .imgbox {
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.livelist li .imgbox:before {
  display: block;
  content: "";
  padding-top: 56%;
}
.livelist li .imgbox > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.livelist li .imgbox a {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.livelist li .imgbox a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.livelist li .imgbox a:after {
  content: "";
  display: block;
  width: 47px;
  height: 47px;
  background: url(../images/video-ico.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.livelist li .imgbox a:hover:before {
  display: none;
}
.livelist li .imgbox a:hover img {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  transform: scale(1.1);
}
.livelist li .imgbox img {
  width: 100%;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.livelist li .txtbox {
  background-color: #fff;
}
.livelist li .info {
  padding: 20px 12px;
}
.livelist li .tit {
  font-weight: bold;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
}
.livelist li .p {
  color: #b5aeac;
  margin: 6px 0;
  line-height: 1.6;
}
.livelist li .p i {
  font-size: 16px;
}
.livelist li .p img {
  vertical-align: middle;
}
.livelist li .date {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
}
.livelist li .btnbox {
  display: flex;
}
.livelist li .btnbox .btn {
  flex: 1;
  display: block;
  background-color: #e7a513;
  color: #fff;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.livelist li .btnbox .btn:nth-of-type(2) {
  background-color: #d38070;
}
.livelist li .btnbox .btn:hover {
  opacity: 0.8;
}
.livelist li .btnbox .btn.watching {
  background-color: #93756a;
}
.livelist li .viewtime {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(211, 128, 112, 0.8);
  color: #fff;
  padding: 2px 10px;
  border-radius: 0 0 5px 0;
  z-index: 2;
}
.liveone li {
  float: none;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.liveone li .imgbox {
  height: 446px;
}
.liveone li .content {
  color: #b5aeac;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 1.6;
  height: 90px;
}
.speech-list li {
  position: relative;
  width: calc(100%/4 - 1.5%);
  margin-right: 2%;
}
.speech-list li:nth-child(3n) {
  margin-right: 2%;
}
.speech-list li:nth-child(4n) {
  margin-right: 0;
}
.speech-list li .tit {
  display: block;
  height: auto;
}
.speech-list li .imgbox:before {
  padding-top: 100%;
}
.speech-list li .info {
  margin-bottom: 45px;
}
.speech-list li .btnbox {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.speech-item {
  margin-bottom: 40px;
}
.infowrap {
  *zoom: 1;
  padding: 20px 0 64px;
}
.infowrap:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.infowrap li {
  float: left;
  width: calc(100%/3 - 2%);
  margin-right: 3%;
  border-radius: 8px;
  background-color: #e3f2ed;
  padding: 20px 0;
  *zoom: 1;
}
.infowrap li:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.infowrap li:nth-of-type(2) {
  background-color: #f6e6e3;
}
.infowrap li:nth-of-type(2) .tit {
  background-image: url(../images/topicon02.png);
  color: #ad6253;
}
.infowrap li:nth-of-type(2) .num {
  color: #ad6253;
}
.infowrap li:nth-of-type(2) .btn {
  background-color: #ad6253;
}
.infowrap li:nth-of-type(3) {
  background-color: #efe7e5;
  margin-right: 0;
}
.infowrap li:nth-of-type(3) .tit {
  background-image: url(../images/topicon03.png);
  color: #93756a;
}
.infowrap li:nth-of-type(3) .num {
  color: #93756a;
}
.infowrap li:nth-of-type(3) .btn {
  display: block;
  background-color: #93756a;
  width: 100%;
  line-height: 44px;
  border-radius: 25px;
  margin-top: 20px;
}
.infowrap li .tit {
  float: left;
  background-color: #fff;
  text-align: center;
  width: 33%;
  height: 115px;
  border-radius: 0 20px 20px 0;
  color: #518473;
  font-size: 22px;
  font-weight: bold;
  padding-top: 70px;
  background-image: url(../images/topicon01.png);
  background-repeat: no-repeat;
  background-position: center top 16px;
}
.infowrap li .txtbox {
  width: 67%;
  float: left;
  text-align: center;
  padding: 0 20px;
}
.infowrap li .txtbox .inlinebox {
  display: inline-block;
  text-align: left;
}
.infowrap li .row {
  margin-bottom: 10px;
}
.infowrap li .row:last-of-type {
  margin-bottom: 0;
}
.infowrap li .num {
  color: #518473;
  font-size: 34px;
  line-height: 1;
}
.infowrap li .btn {
  background-color: #518473;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 2px 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.infowrap li .btn:hover {
  opacity: 0.8;
}
.formbox {
  padding-bottom: 40px;
}
.formbox .formwrap {
  *zoom: 1;
}
.formbox .formwrap:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.formbox .formitem {
  float: left;
  width: calc(100%/2 - 1.5%);
  margin-right: 3%;
  margin-bottom: 15px;
}
.formbox .formitem:nth-of-type(2n) {
  margin-right: 0;
}
.formbox .formitem.formitemAll {
  width: 100%;
  margin-right: 0;
}
.formbox .formitem .inptxt {
  width: 100%;
  border: 1px solid #d7cecb;
  border-radius: 5px;
  padding: 0 10px;
  height: 44px;
}
.formbox .formitem .name {
  font-weight: bold;
  margin-bottom: 5px;
}
.formbox .formblock {
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
.formbox .formblock:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
.formbox .tit {
  font-size: 16px;
  margin-bottom: 10px;
}
.formbox .btnbox {
  margin-top: 20px;
  text-align: center;
}
.formbox .btnbox .btn {
  display: inline-block;
  line-height: 44px;
  height: 44px;
  border-radius: 5px;
  background-color: #d38070;
  color: #fff;
  width: 150px;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.formbox .btnbox .btn:hover {
  background-color: #ad6253;
}
.formbox .btnbox .btn[display] {
  background-color: #ddd;
}
.first-select {
  font-weight: bold;
}
.formAll {
  max-width: 780px;
  margin: 40px auto;
}
.formAll .formitem {
  float: none;
  width: 100%;
  *zoom: 1;
}
.formAll .formitem:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.formAll .formitem .name {
  float: left;
  text-align: right;
  width: 140px;
  font-weight: normal;
  line-height: 44px;
}
.formAll .formitem .inptxt {
  float: left;
  width: calc(100% - 140px);
}
.formAll .btnbox {
  padding-left: 140px;
  text-align: left;
}
.formAll .btnbox .btn {
  margin: 0 4px;
}
.formAll .mleft {
  margin-left: 140px;
}
.myLayui {
  border-radius: 10px !important;
}
.myLayui .layui-layer-setwin .layui-layer-close2 {
  top: -45px;
  right: -45px;
  background: url(../images/close.png) no-repeat center center;
  background-position: 0 0;
}
.myLayui .layui-layer-setwin .layui-layer-close2:hover {
  background-position: -30px 0;
}
.has-error {
  border: 1px solid #ff0000 !important;
  box-shadow: 0 0 5px #ff0000;
}
.popbox {
  display: none;
  border-radius: 10px;
  background-color: #fff;
  max-height: 90vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 45px 50px;
  width: 670px;
}
.popbox .poptit {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}
.popbox .popform .formitem {
  margin-bottom: 20px;
}
.popbox .popform .inptxt {
  border-radius: 5px;
  background-color: #f5eded;
  width: 100%;
  height: 50px;
  padding: 0 10px;
}
.popbox .popform .account {
  background-image: url(../images/form-ico01.png);
  background-repeat: no-repeat;
  background-position: left 5px center;
  padding-left: 30px;
}
.popbox .popform .codebox {
  *zoom: 1;
}
.popbox .popform .codebox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.popbox .popform .codebox .inptxt {
  float: left;
  width: calc(70% - 10px);
  margin-right: 10px;
}
.popbox .popform.loginform .codetxt {
  background-image: url(../images/form-ico02.png);
  background-repeat: no-repeat;
  background-position: left 5px center;
  padding-left: 30px;
}
.popbox .popform.loginform .forget {
  color: #d38070;
}
.popbox .popform.loginform .forget:hover {
  color: #ad6253;
}
.popbox .popform .codebtn {
  float: left;
  width: 30%;
  border-radius: 5px;
  background-color: #95786a;
  text-align: center;
  line-height: 50px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.popbox .popform .codebtn:hover {
  opacity: 0.8;
}
.popbox .popform .btnbox {
  margin-top: 30px;
}
.popbox .popform .btnbox .btn {
  display: block;
  width: 100%;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
  background-color: #d38070;
  color: #fff;
  border: 1px solid #d38070;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.popbox .popform .btnbox .btn:hover {
  color: #d38070;
  background-color: #fff;
}
.popbox .popform .btnbox .btn2 {
  color: #d38070;
  background-color: #fff;
}
.popbox .popform .btnbox .btn2:hover {
  background-color: #d38070;
  color: #fff;
}
.paybox {
  width: 570px;
  padding: 30px;
}
.paybox .poptit {
  text-align: left;
}
.paybox .p {
  margin-bottom: 10px;
}
.paybox .p span {
  color: #d38070;
}
.paybox .p .paytxt {
  display: inline-block;
  color: #ff0000;
  font-size: 24px;
}
.paybox .p .paytxt span {
  color: #ff0000;
}
.paybox .price {
  margin: 30px 0;
}
.paybox .price p {
  margin-bottom: 5px;
}
.paybox .paymethod {
  margin-top: 5px;
  *zoom: 1;
}
.paybox .paymethod:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.paybox .paymethod .item {
  float: left;
  width: calc(100%/2 - 1.5%);
  margin-right: 3%;
  border-radius: 8px;
  border: 1px solid #d5c3c0;
  padding: 0 10px;
  height: 75px;
  line-height: 75px;
  font-size: 0;
  margin-bottom: 10px;
}
.paybox .paymethod .item:nth-of-type(2) {
  margin-right: 0;
}
.paybox .paymethod .item[checked] {
  border-color: #d38070;
  box-shadow: 0 0 10px #000;
}
.paybox .paymethod .item .txt {
  font-size: 14px;
  vertical-align: middle;
  margin-left: 5px;
}
.paybox .paymethod .item img {
  vertical-align: middle;
  max-height: 90%;
  margin-left: 5px;
}
.paybox .paymethod .item.ticket {
  width: 100%;
  height: auto;
  min-height: 75px;
}
.paybox .paymethod .item.ticket img {
  height: 65px;
}
.paybox .paymethod .item .inptxt {
  display: inline-block;
  font-size: 14px;
  border: 1px solid #bbb;
  height: 32px;
  width: 200px;
  max-width: 100%;
  border-radius: 5px;
  padding: 0 10px;
  margin-left: 10px;
}
.paybox .btn {
  margin-top: 40px;
  display: block;
  width: 100%;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
  background-color: #d38070;
  color: #fff;
  border: 1px solid #d38070;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.paybox .btn:hover {
  color: #d38070;
  background-color: #fff;
}
.successbox {
  width: 430px;
  text-align: center;
}
.successbox a {
  color: #d38070;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.successbox a:hover {
  text-decoration: underline;
}
.successbox .btn {
  display: block;
  width: 180px;
  line-height: 45px;
  border-radius: 5px;
  text-align: center;
  background-color: #d38070;
  color: #fff;
  border: 1px solid #d38070;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.successbox .btn:hover {
  color: #d38070;
  background-color: #fff;
  text-decoration: none;
}
.successbox.successbox2 {
  width: 800px;
  max-width: 82vw;
  max-height: 85vh;
}
.successbox .box {
  border: 1px solid #e38c76;
  padding: 20px;
  margin-top: 20px;
  line-height: 1.8;
  border-radius: 5px;
  text-align: left;
}
.successbox .box .info {
  color: #666;
}
.successbox .box .txt {
  color: #d38070;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.successbox .box .left {
  color: #666;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 12px;
}
.successbox .box .right {
  color: #d38070;
}
.table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #edd7da;
  border-radius: 5px;
  background-color: #fff;
  border-style: hidden;
  box-shadow: 0 0 0 1px #edd7da;
}
.table .center {
  text-align: center;
}
.table th {
  background-color: #f3eae5;
  font-weight: bold;
}
.table th,
.table td {
  padding: 15px 10px;
}
.table td {
  border-bottom: 1px solid #edd7da;
}
.table-btn {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  background-color: #d1605a;
  color: #fff;
  vertical-align: top;
  margin: 2px;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.table-btn:hover {
  opacity: 0.8;
  color: #fff;
}
.table-btn.del-btn {
  border: 1px solid #d1605a;
  color: #d1605a;
  background-color: #fff;
}
.liveinfobox {
  padding-top: 50px;
}
.liveinfobox .liveinfo-top {
  margin-bottom: 30px;
}
.liveinfobox .liveinfo-top .tit {
  font-size: 24px;
  margin-bottom: 5px;
}
.liveinfobox .liveinfo-top .p img {
  vertical-align: middle;
}
.liveinfobox .liveinfo-top .backbtn {
  float: right;
  width: 100px;
  height: 44px;
  line-height: 44px;
  border-radius: 5px;
  background-color: #d38070;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.liveinfobox .liveinfo-top .backbtn:hover {
  background-color: #ad6253;
}
.liveinfobox .liveinfo-con .live-info {
  margin-top: 30px;
  color: #666;
}
.liveinfobox .liveinfo-con .live-info .tit {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.WeChat-pay {
  padding: 0 20px 20px !important;
  border-radius: 8px !important;
  background: #f0eae9 !important;
}
.WeChat-pay-tit {
  color: #d38070;
  font-size: 16px;
  background: #f0eae9;
  padding: 20px 0 14px;
}
.WeChat-pay-tit .fa {
  margin-right: 6px;
}
.WeChat-pay img {
  background: #fff;
  border-radius: 4px;
  border: 15px solid #fff;
}
.orderinfoBox {
  width: 500px;
  max-height: 85vh;
  padding: 20px;
}
.orderinfoBox.orderinfoBox2 {
  width: 800px;
  max-width: 82vw;
  max-height: 80vh;
}
.orderinfoBox table {
  border: 1px solid #edd7da;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.orderinfoBox table th {
  font-weight: bold;
  text-align: right;
}
.orderinfoBox table th,
.orderinfoBox table td {
  border: 1px solid #edd7da;
  padding: 15px 10px;
}
.topbanner {
  border-radius: 5px;
  margin-bottom: 20px;
}
.topbanner img {
  width: 100%;
  display: block;
}
.livereg {
  background: rgba(239, 221, 217, 0.8) url(../images/bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.regcon {
  padding: 40px 0;
  *zoom: 1;
}
.regcon:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.regcon .con {
  float: left;
  width: 62%;
  margin-right: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  padding: 30px;
}
.regcon .con .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
.regcon .con .date {
  color: #666;
  margin-bottom: 10px;
}
.regcon .con .img img {
  width: 100%;
}
.regcon .con .detail {
  margin: 30px 0;
  color: #666;
  line-height: 1.5;
}
.regcon .con .detail .p1 {
  font-size: 16px;
  font-weight: bold;
}
.regcon .regform {
  float: left;
  position: relative;
  width: calc(38% - 10px);
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
}
.regcon .regform .formitem {
  margin-bottom: 15px;
}
.regcon .regform .formitem .name {
  margin-bottom: 5px;
}
.regcon .regform .formitem .name span {
  color: red;
}
.regcon .regform .formitem .inptxt {
  background-color: #f8f2f0;
  border-radius: 5px;
  padding: 0 10px;
  height: 38px;
  width: 100%;
}
.regcon .regform .formitem .codebox {
  *zoom: 1;
}
.regcon .regform .formitem .codebox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.regcon .regform .formitem .codebox .inptxt {
  float: left;
  width: calc(100% - 115px);
  border-radius: 5px 0 0 5px;
}
.regcon .regform .formitem .codebox .codebtn {
  float: left;
  width: 115px;
  background-color: #ee8683;
  color: #fff;
  text-align: center;
  border-radius: 0 5px 5px 0;
  height: 38px;
  cursor: pointer;
}
.regcon .regform .formitem .codebox .codebtn:hover {
  background-color: #d38070;
}
.regcon .regform .btnbox {
  margin: 20px 0 40px;
}
.regcon .regform .btnbox .btn {
  width: 160px;
  height: 48px;
  line-height: 48px;
  background-color: #ee8683;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.regcon .regform .btnbox .btn:hover {
  background-color: #d38070;
}
.term-box {
  padding: 30px;
  line-height: 28px;
  font-size: 12px;
}
.term-box .title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.term-box .tit {
  margin-top: 15px;
}
.term-box ul {
  padding: 10px 0;
}
.term-box ul li {
  list-style: disc;
  margin-left: 20px;
}
.clause-box {
  margin-top: 40px;
  text-align: center;
  font-size: 12px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.clause-box b,
.clause-box strong {
  color: #d38070;
  cursor: pointer;
}
.clause-box.has-error {
  padding-top: 5px;
  border-radius: 5px;
  box-shadow: 0 0 5px #cf8071;
  border: 1px solid #cf8071;
  color: #721c24;
  background: #f8d7da !important;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.swiper-box {
  position: relative;
}
.live-box {
  border-radius: 5px;
  background: linear-gradient(135deg, #f6e6e2, #fff);
  padding: 20px;
  margin: 35px 0;
}
.live-titbox {
  margin-bottom: 20px;
  *zoom: 1;
}
.live-titbox:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.live-titbox .tit {
  position: relative;
  float: left;
  font-size: 24px;
  color: #d38070;
  padding-left: 15px;
}
.live-titbox .tit span {
  color: #e7a513;
}
.live-titbox .tit:before {
  content: "";
  display: block;
  width: 6px;
  height: 30px;
  border-radius: 30px;
  background-color: #d38070;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
}
.live-titbox .right {
  float: right;
}
.live-titbox .right > * {
  margin-left: 10px;
}
.live-titbox .swiper-box {
  width: 100%;
  max-width: 500px;
  padding: 0 40px;
  box-sizing: border-box;
}
.live-titbox .swiper-box .swiper-button-prev,
.live-titbox .swiper-box .swiper-container-rtl .swiper-button-next {
  left: 0;
}
.live-titbox .swiper-box .swiper-button-next,
.live-titbox .swiper-box .swiper-button-prev {
  right: 0;
}
.live-titbox .swiper-box .swiper-button-next,
.live-titbox .swiper-box .swiper-button-prev {
  border-radius: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
}
.live-titbox .swiper-box .swiper-button-next:after,
.live-titbox .swiper-box .swiper-button-prev:after {
  font-size: 18px;
}
.live-titbox .tab-swiper .tab {
  width: auto !important;
  background-color: #fff;
  border: 1px solid #d38070;
  padding: 0 20px;
  line-height: 30px;
  border-radius: 30px;
  color: #d38070;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.live-titbox .tab-swiper .tab.curr,
.live-titbox .tab-swiper .tab:hover {
  background-color: #d38070;
  color: #fff;
}
.live-titbox .tab-box {
  display: flex;
  flex-wrap: wrap;
}
.live-titbox .tab-box .tab {
  background-color: #fff;
  border: 1px solid #d38070;
  padding: 0 20px;
  line-height: 30px;
  border-radius: 30px;
  color: #d38070;
  margin-left: 10px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.live-titbox .tab-box .tab.curr,
.live-titbox .tab-box .tab:hover {
  background-color: #d38070;
  color: #fff;
}
.page-tab {
  margin-bottom: 20px;
}
.page-tab .tab {
  display: inline-block;
  vertical-align: top;
  background-color: #f9edea;
  border: 1px solid #d38070;
  padding: 0 20px;
  line-height: 30px;
  border-radius: 30px;
  color: #d38070;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.page-tab .tab.curr,
.page-tab .tab:hover {
  background-color: #d38070;
  color: #fff;
}
.forum-list {
  display: flex;
  flex-wrap: wrap;
}
.forum-list li {
  width: calc(100%/3 - 16px);
  margin-right: 24px;
  margin-bottom: 24px;
}
.forum-list li:nth-child(3n) {
  margin-right: 0;
}
.forum-list li .imgbox {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.forum-list li .imgbox:before {
  content: "";
  display: block;
  padding-top: 55%;
}
.forum-list li .imgbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
}
.forum-list li .txtbox {
  margin-top: 15px;
}
.forum-list li .txtbox .tit {
  font-size: 18px;
  margin-bottom: 10px;
}
.forum-list li .txtbox .info {
  line-height: 1.8;
  color: #666;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.forum-list li .txtbox .date {
  color: #999;
  margin-bottom: 15px;
  line-height: 1.8;
}
.forum-list li .txtbox .date i {
  font-size: 16px;
}
.forum-list li .txtbox .btn {
  padding: 8px 12px;
}
.master-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.master-list li {
  width: calc(100%/4 - 18px);
  margin-right: 24px;
  margin-bottom: 24px;
}
.master-list li:nth-child(4n) {
  margin-right: 0;
}
.master-list li .head {
  position: relative;
  background: url(../images/headbg.png) no-repeat center center;
  background-size: 100% 100%;
  max-width: 240px;
}
.master-list li .head:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.master-list li .head .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 84%;
  height: 84%;
  border: 1px solid #f18a10;
  background-color: #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.master-list li .head .img img {
  width: 100%;
}
.master-list li .txtbox {
  margin-top: 20px;
  text-align: center;
}
.master-list li .txtbox .p2 {
  color: #999;
  margin-top: 5px;
}
.master-list li .txtbox .btn {
  margin-top: 25px;
  padding: 10px 20px;
}
.forum-detail {
  *zoom: 1;
}
.forum-detail:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.forum-detail .imgbox {
  float: left;
  width: 30%;
  margin-right: 20px;
  border-radius: 5px;
  overflow: hidden;
}
.forum-detail .imgbox img {
  display: block;
  width: 100%;
}
.forum-detail .txtbox {
  line-height: 1.8;
  color: #999;
  float: left;
  width: calc(70% - 20px);
}
.linehr {
  width: 100%;
  height: 1px;
  background-color: #e1dbd9;
  margin: 40px 0;
}
.ticket-box {
  background: linear-gradient(155deg, #f6e6e2, #fff 50%);
  padding: 20px;
}
.ticket-box .title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
  color: #d38070;
}
.ticket-box .subtit .left {
  color: #d38070;
}
.ticket-detail .p {
  margin-bottom: 10px;
}
.ticket-detail .p .name {
  display: inline-block;
  text-align: right;
  line-height: 30px;
  width: 70px;
}
.ticket-detail .numbox {
  display: inline-block;
}
.ticket-detail .numbox .numbtn-group {
  display: flex;
}
.ticket-detail .numbox span {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #d38070;
  color: #d38070;
  text-align: center;
  line-height: 30px;
}
.ticket-detail .numbox span.num {
  min-width: 30px;
  width: auto;
}
.ticket-detail .numbox span.numbtn {
  cursor: pointer;
}
.ticket-detail .numbox span:first-child {
  border-right: 0;
}
.ticket-detail .numbox span:last-child {
  border-left: 0;
}
.ticket-detail .promotion {
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
}
.ticket-detail .promotion:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
}
.ticket-detail .promotion .promotion-con {
  float: left;
}
.ticket-detail .promotion .btn {
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  margin-left: 10px;
}
.ticket-detail .promotion .btn2 {
  background-color: #ffa932;
}
.ticket-detail .promotion .row .input-box {
  display: inline-block;
  height: 30px;
  border: 1px solid #dddddd;
  width: 360px;
  background-color: #fff;
}
.ticket-detail .promotion .row .input-box input {
  float: left;
  width: calc(100% - 30px);
  height: 100%;
  padding: 0 10px;
}
.ticket-detail .promotion .row .input-box .del {
  float: left;
  width: 30px;
  font-size: 24px;
  color: #e2e2e2;
  line-height: 28px;
  height: 30px;
  text-align: center;
  cursor: pointer;
}
.ticket-detail .promotion .row .input-box .del:hover {
  color: #999;
}
.ticket-detail .promotion .row .btn {
  background-color: #e4412d;
}
.ticket-detail .paymthod {
  display: inline-block;
  vertical-align: top;
}
.ticket-detail .paymthod .item {
  display: inline-block;
  text-align: center;
  margin-right: 30px;
}
.ticket-detail .paymthod .item:last-child {
  margin-right: 0;
}
.ticket-detail .paymthod .item .p2 {
  font-size: 12px;
}
.ticket-detail .paymthod .item .img {
  width: 44px;
  height: 44px;
  text-align: center;
  margin: 0 auto;
  font-size: 0;
  line-height: 44px;
}
.ticket-detail .paymthod .item .img img {
  max-width: 100%;
  max-height: 100%;
}
.ticket-result {
  display: flex;
  justify-content: space-between;
}
.ticket-result .right {
  align-self: flex-end;
}
.ticket-result .paybtn {
  padding: 12px 20px;
  background-color: #ec664e;
  min-width: 130px;
  font-size: 16px;
}
.ticket-result .txt {
  margin-bottom: 10px;
}
.ticket-result .txt .name {
  display: inline-block;
  width: 165px;
  text-align: right;
}
.ticket-result .txt .name .num {
  font-size: 24px;
  color: red;
}
.ticket-result .txt .amount {
  font-size: 18px;
  color: red;
  font-weight: bold;
}
@media screen and (max-width: 1300px) {
  .header .header-con {
    padding-left: 0;
  }
}
@media screen and (max-width: 1300px) {
  .header .navbox .nav-li > a {
    padding: 0 16px;
  }
}
