@charset "utf-8";

/* base */
.left-0 {
  left: 0 !important;
  right: auto !important;
}

.top-0 {
  top: 0 !important;
  bottom: auto !important;
}

.top-5 {
  top: 5px !important;
  bottom: auto !important;
}

.right-0 {
  right: 0 !important;
  left: auto !important;
}

.side-fixed {
  position: fixed;
  top: 0;
  z-index: 99;
  background: #fff;
  width: 100%;
}

.top-fixed,
.side-fixed {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  animation: fade-in;
  animation-duration: 0.5s;
  -webkit-animation: fade-in 0.5s;
}

.fadeInDown,
#nav-signed {
  -webkit-animation: fadeInDown 0.5s 0.2s ease both;
  -moz-animation: fadeInDown 0.5s 0.2s ease both;
}

.fade-in {
  background: rgba(0, 0, 0, 0.2);
  animation: fade-in;
  animation-duration: 0.3s;
  -webkit-animation: fade-in 0.3s;
}

.scrollbar::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

/* container */
.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.row {
  position: relative;
  margin: 0;
  padding: 0;
}

.static {
  position: static !important;
}

.pointer {
  cursor: pointer;
}

.hidden {
  overflow: hidden !important;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

.show,
.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.hide,
.visible-inline-lg,
.visible-inline-md,
.visible-inline-mi,
.visible-inline-sm,
.visible-inline-xs,
.visible-lg,
.visible-md,
.visible-mi,
.visible-sm,
.visible-xs {
  display: none !important;
}

/* form */
select {
  cursor: pointer;
  border: none;
  outline: 0;
}

input,
textarea {
  outline: medium none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

input.btn,
input.form-control {
  outline: 0;
  -webkit-appearance: none;
}

input[type="checkbox"] {
  vertical-align: 20px;
}

.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-color: #f5f5f5;
  color: #999999;
  border: 1px solid #eee;
}

.input {
  height: 35px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-color: #f5f5f5;
  color: #999999;
  border: 1px solid #eee;
}

textarea.form-control {
  height: auto;
  padding: 10px;
}

.form-control.verify {
  width: 90px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
}

textarea {
  outline: none;
  -webkit-appearance: none;
}

.form-control:focus {
  border-color: #fa6567;
  -webkit-box-shadow: inset 0 1px 1px rgba(250, 101, 103, 0.075),
    0 0 8px rgba(250, 101, 103, 0.6);
}

/* text */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-overflow {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.txt-hidden {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.txt-hid1 {
  -webkit-line-clamp: 1;
}

.txt-hid2 {
  -webkit-line-clamp: 2;
}

.txt-hid3 {
  -webkit-line-clamp: 3;
}

.txt-hid4 {
  -webkit-line-clamp: 4;
}

.txt-line22 {
  line-height: 22px;
}

.txt-line25 {
  line-height: 25px;
}

.txt-line28 {
  line-height: 28px;
}

.txt-line32 {
  line-height: 32px;
}

/* font */
.font12 {
  font-size: 12px !important;
}

.font13 {
  font-size: 13px !important;
}

.font14 {
  font-size: 14px !important;
}

.font15 {
  font-size: 15px !important;
}

.font16 {
  font-size: 16px !important;
}

.font18 {
  font-size: 18px !important;
}

.font20 {
  font-size: 20px !important;
}

.font22 {
  font-size: 22px !important;
}

.font24 {
  font-size: 24px !important;
}

.font25 {
  font-size: 25px !important;
}

.font40 {
  font-size: 40px !important;
}

.font-bold {
  font-weight: 700 !important;
}

/* line */
.spot {
  display: inline-block;
  margin-right: 5px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid;
}

.split-line {
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
  width: 1px;
  height: 14px;
  vertical-align: -2px;
}

.top-line,
.top-line-dot,
.bottom-line,
.bottom-line-dot {
  position: relative;
}

.top-line:before,
.top-line-dot:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
}

.bottom-line:after,
.bottom-line-dot:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
}

.top-line:before {
  border-top: 1px solid;
}

.bottom-line:after {
  border-bottom: 1px solid;
}

.top-line-dot:before {
  border-top: 1px dotted;
}

.bottom-line-dot:before {
  border-bottom: 1px dotted;
}

/* border */
.border {
  border: 1px solid;
}

.border-0 {
  border: none;
}

.border-2 {
  border: 2px solid;
}

.border-3 {
  border: 3px solid;
}

.border-4 {
  border: 4px solid;
}

.border-5 {
  border: 5px solid;
}

/* radius */
.radius-0 {
  border-radius: 0px !important;
}

.radius-2 {
  border-radius: 2px;
}

.radius-4 {
  border-radius: 4px;
}

.radius-6 {
  border-radius: 6px;
}

.radius-20 {
  border-radius: 20px;
}

.radius-50 {
  border-radius: 50% !important;
}

.radius-80 {
  border-radius: 80% !important;
}

.radius-100 {
  border-radius: 100% !important;
}

/* btn */
.btn {
  display: inline-block;
  padding: 8px 30px;
  font-size: 12px;
}

.btn.btn-xs {
  padding: 4px 15px;
}

.btn.btn-sm {
  padding: 6px 20px;
}

.btn.btn-md {
  padding: 8px 25px;
}

.btn.btn-lg {
  padding: 12px 30px;
}

.btn.btn-block {
  display: block;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.btn.disabled {
  cursor: not-allowed;
}

/* padding margin*/

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.m-10 {
  margin: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-10 {
  padding-right: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.p-10 {
  padding: 10px;
}

/* flex */
.dfr {
  display: flex;
  flex-direction: row;
}

.dfr-X-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.dfr-Y-center {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.dfr-XY-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.dfc {
  display: flex;
  flex-direction: column;
}

.dfc-X-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dfc-Y-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dfc-XY-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex-1 {
  width: 0;
  flex: 1;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-jc-sb {
  justify-content: space-between;
}

/* col */
.col-lg-1,
.col-lg-10,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-pd,
.col-sm-1,
.col-sm-10,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding: 10px;
}

/*.col-xs-1, .col-xs-10, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-wide-1, .col-xs-wide-10, .col-xs-wide-15, .col-xs-wide-2, .col-xs-wide-25, .col-xs-wide-3, .col-xs-wide-35, .col-xs-wide-4, .col-xs-wide-45, .col-xs-wide-5, .col-xs-wide-55, .col-xs-wide-6, .col-xs-wide-65, .col-xs-wide-7, .col-xs-wide-75, .col-xs-wide-8, .col-xs-wide-85, .col-xs-wide-9, .col-xs-wide-95 {}*/

.col-xs-10 {
  width: 10%;
}

.col-xs-9 {
  width: 11.1111111%;
}

.col-xs-8 {
  width: 12.5%;
}

.col-xs-7 {
  width: 14.2857143%;
}

.col-xs-6 {
  width: 16.6666667%;
}

.col-xs-5 {
  width: 20%;
}

.col-xs-4 {
  width: 25%;
}

.col-xs-3 {
  width: 33.3333333%;
}

.col-xs-2 {
  width: 50%;
}

.col-xs-1 {
  width: 100%;
}

.col-xs-wide-10 {
  width: 10%;
}

.col-xs-wide-9 {
  width: 90%;
}

.col-xs-wide-8 {
  width: 80%;
}

.col-xs-wide-7 {
  width: 70%;
}

.col-xs-wide-6 {
  width: 60%;
}

.col-xs-wide-5 {
  width: 50%;
}

.col-xs-wide-4 {
  width: 40%;
}

.col-xs-wide-3 {
  width: 30%;
}

.col-xs-wide-2 {
  width: 20%;
}

.col-xs-wide-15 {
  width: 15%;
}

.col-xs-wide-95 {
  width: 95%;
}

.col-xs-wide-85 {
  width: 85%;
}

.col-xs-wide-75 {
  width: 75%;
}

.col-xs-wide-65 {
  width: 65%;
}

.col-xs-wide-55 {
  width: 55%;
}

.col-xs-wide-45 {
  width: 45%;
}

.col-xs-wide-35 {
  width: 35%;
}

.col-xs-wide-25 {
  width: 25%;
}

.p-xs-20 {
  padding: 20px !important;
}

.p-xs-10 {
  padding: 10px !important;
}

.p-xs-5 {
  padding: 5px !important;
}

.p-xs-0 {
  padding: 0 !important;
}

.pt-xs-20 {
  padding-top: 20px !important;
}

.pt-xs-10 {
  padding-top: 10px !important;
}

.pt-xs-5 {
  padding-top: 5px !important;
}

.pt-xs-0 {
  padding-top: 0 !important;
}

.pb-xs-20 {
  padding-bottom: 20px !important;
}

.pb-xs-10 {
  padding-bottom: 10px !important;
}

.pb-xs-5 {
  padding-bottom: 5px !important;
}

.pb-xs-0 {
  padding-bottom: 0 !important;
}

.pl-xs-20 {
  padding-left: 20px !important;
}

.pl-xs-10 {
  padding-left: 10px !important;
}

.pl-xs-5 {
  padding-left: 5px !important;
}

.pl-xs-0 {
  padding-left: 0 !important;
}

.pr-xs-20 {
  padding-right: 20px !important;
}

.pr-xs-10 {
  padding-right: 10px !important;
}

.pr-xs-5 {
  padding-right: 5px !important;
}

.pr-xs-0 {
  padding-right: 0 !important;
}

.m-xs-20 {
  margin: 20px !important;
}

.m-xs-10 {
  margin: 10px !important;
}

.m-xs-5 {
  margin: 5px !important;
}

.m-xs-0 {
  margin: 0 !important;
}

.mt-xs-20 {
  margin-top: 20px !important;
}

.mt-xs-10 {
  margin-top: 10px !important;
}

.mt-xs-5 {
  margin-top: 5px !important;
}

.mt-xs-0 {
  margin-top: 0 !important;
}

.mb-xs-20 {
  margin-bottom: 20px !important;
}

.mb-xs-10 {
  margin-bottom: 10px !important;
}

.mb-xs-5 {
  margin-bottom: 5px !important;
}

.mb-xs-0 {
  margin-bottom: 0 !important;
}

.ml-xs-20 {
  margin-left: 20px !important;
}

.ml-xs-10 {
  margin-left: 10px !important;
}

.ml-xs-5 {
  margin-left: 5px !important;
}

.ml-xs-0 {
  margin-left: 0 !important;
}

.mr-xs-20 {
  margin-right: 20px !important;
}

.mr-xs-10 {
  margin-right: 10px !important;
}

.mr-xs-5 {
  margin-right: 5px !important;
}

.mr-xs-0 {
  margin-right: 0 !important;
}

@media (min-width: 768px) {
  /*.col-sm-1, .col-sm-10, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-wide-1, .col-sm-wide-10, .col-sm-wide-15, .col-sm-wide-2, .col-sm-wide-25, .col-sm-wide-3, .col-sm-wide-35, .col-sm-wide-4, .col-sm-wide-45, .col-sm-wide-5, .col-sm-wide-55, .col-sm-wide-6, .col-sm-wide-65, .col-sm-wide-7, .col-sm-wide-75, .col-sm-wide-8, .col-sm-wide-85, .col-sm-wide-9, .col-sm-wide-95 {}*/

  .col-sm-10 {
    width: 10%;
  }

  .col-sm-9 {
    width: 11.1111111%;
  }

  .col-sm-8 {
    width: 12.5%;
  }

  .col-sm-7 {
    width: 14.2857143%;
  }

  .col-sm-6 {
    width: 16.6666667%;
  }

  .col-sm-5 {
    width: 20%;
  }

  .col-sm-4 {
    width: 25%;
  }

  .col-sm-3 {
    width: 33.3333333%;
  }

  .col-sm-2 {
    width: 50%;
  }

  .col-sm-1 {
    width: 100%;
  }

  .col-sm-wide-10 {
    width: 10%;
  }

  .col-sm-wide-9 {
    width: 90%;
  }

  .col-sm-wide-8 {
    width: 80%;
  }

  .col-sm-wide-7 {
    width: 70%;
  }

  .col-sm-wide-6 {
    width: 60%;
  }

  .col-sm-wide-5 {
    width: 50%;
  }

  .col-sm-wide-4 {
    width: 40%;
  }

  .col-sm-wide-3 {
    width: 30%;
  }

  .col-sm-wide-2 {
    width: 20%;
  }

  .col-sm-wide-15 {
    width: 15%;
  }

  .col-sm-wide-95 {
    width: 95%;
  }

  .col-sm-wide-85 {
    width: 85%;
  }

  .col-sm-wide-75 {
    width: 75%;
  }

  .col-sm-wide-65 {
    width: 65%;
  }

  .col-sm-wide-55 {
    width: 55%;
  }

  .col-sm-wide-45 {
    width: 45%;
  }

  .col-sm-wide-35 {
    width: 35%;
  }

  .col-sm-wide-25 {
    width: 25%;
  }

  .p-sm-20 {
    padding: 20px !important;
  }

  .p-sm-10 {
    padding: 10px !important;
  }

  .p-sm-5 {
    padding: 5px !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-20 {
    padding-top: 20px !important;
  }

  .pt-sm-10 {
    padding-top: 10px !important;
  }

  .pt-sm-5 {
    padding-top: 5px !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pb-sm-20 {
    padding-bottom: 20px !important;
  }

  .pb-sm-10 {
    padding-bottom: 10px !important;
  }

  .pb-sm-5 {
    padding-bottom: 5px !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-20 {
    padding-left: 20px !important;
  }

  .pl-sm-10 {
    padding-left: 10px !important;
  }

  .pl-sm-5 {
    padding-left: 5px !important;
  }

  .pl-sm-0 {
    padding-left: 0 !important;
  }

  .pr-sm-20 {
    padding-right: 20px !important;
  }

  .pr-sm-10 {
    padding-right: 10px !important;
  }

  .pr-sm-5 {
    padding-right: 5px !important;
  }

  .pr-sm-0 {
    padding-right: 0 !important;
  }

  .m-sm-20 {
    margin: 20px !important;
  }

  .m-sm-10 {
    margin: 10px !important;
  }

  .m-sm-5 {
    margin: 5px !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-20 {
    margin-top: 20px !important;
  }

  .mt-sm-10 {
    margin-top: 10px !important;
  }

  .mt-sm-5 {
    margin-top: 5px !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mb-sm-20 {
    margin-bottom: 20px !important;
  }

  .mb-sm-10 {
    margin-bottom: 10px !important;
  }

  .mb-sm-5 {
    margin-bottom: 5px !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-20 {
    margin-left: 20px !important;
  }

  .ml-sm-10 {
    margin-left: 10px !important;
  }

  .ml-sm-5 {
    margin-left: 5px !important;
  }

  .ml-sm-0 {
    margin-left: 0 !important;
  }

  .mr-sm-20 {
    margin-right: 20px !important;
  }

  .mr-sm-10 {
    margin-right: 10px !important;
  }

  .mr-sm-5 {
    margin-right: 5px !important;
  }

  .mr-sm-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 992px) {
  /*.col-md-1, .col-md-10, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-wide-1, .col-md-wide-10, .col-md-wide-15, .col-md-wide-2, .col-md-wide-25, .col-md-wide-3, .col-md-wide-35, .col-md-wide-4, .col-md-wide-45, .col-md-wide-5, .col-md-wide-55, .col-md-wide-6, .col-md-wide-65, .col-md-wide-7, .col-md-wide-75, .col-md-wide-8, .col-md-wide-85, .col-md-wide-9, .col-md-wide-95 {}*/

  .col-md-10 {
    width: 10%;
  }

  .col-md-9 {
    width: 11.1111111%;
  }

  .col-md-8 {
    width: 12.5%;
  }

  .col-md-7 {
    width: 14.2857143%;
  }

  .col-md-6 {
    width: 16.6666667%;
  }

  .col-md-5 {
    width: 20%;
  }

  .col-md-4 {
    width: 25%;
  }

  .col-md-3 {
    width: 33.3333333%;
  }

  .col-md-2 {
    width: 50%;
  }

  .col-md-1 {
    width: 100%;
  }

  .col-md-wide-10 {
    width: 10%;
  }

  .col-md-wide-9 {
    width: 90%;
  }

  .col-md-wide-8 {
    width: 80%;
  }

  .col-md-wide-7 {
    width: 70%;
  }

  .col-md-wide-6 {
    width: 60%;
  }

  .col-md-wide-5 {
    width: 50%;
  }

  .col-md-wide-4 {
    width: 40%;
  }

  .col-md-wide-3 {
    width: 30%;
  }

  .col-md-wide-2 {
    width: 20%;
  }

  .col-md-wide-15 {
    width: 15%;
  }

  .col-md-wide-95 {
    width: 95%;
  }

  .col-md-wide-85 {
    width: 85%;
  }

  .col-md-wide-75 {
    width: 75%;
  }

  .col-md-wide-65 {
    width: 65%;
  }

  .col-md-wide-55 {
    width: 55%;
  }

  .col-md-wide-45 {
    width: 45%;
  }

  .col-md-wide-35 {
    width: 35%;
  }

  .col-md-wide-25 {
    width: 25%;
  }

  .p-md-20 {
    padding: 20px !important;
  }

  .p-md-10 {
    padding: 10px !important;
  }

  .p-md-5 {
    padding: 5px !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-20 {
    padding-top: 20px !important;
  }

  .pt-md-10 {
    padding-top: 10px !important;
  }

  .pt-md-5 {
    padding-top: 5px !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pb-md-20 {
    padding-bottom: 20px !important;
  }

  .pb-md-10 {
    padding-bottom: 10px !important;
  }

  .pb-md-5 {
    padding-bottom: 5px !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-20 {
    padding-left: 20px !important;
  }

  .pl-md-10 {
    padding-left: 10px !important;
  }

  .pl-md-5 {
    padding-left: 5px !important;
  }

  .pl-md-0 {
    padding-left: 0 !important;
  }

  .pr-md-20 {
    padding-right: 20px !important;
  }

  .pr-md-10 {
    padding-right: 10px !important;
  }

  .pr-md-5 {
    padding-right: 5px !important;
  }

  .pr-md-0 {
    padding-right: 0 !important;
  }

  .m-md-20 {
    margin: 20px !important;
  }

  .m-md-10 {
    margin: 10px !important;
  }

  .m-md-5 {
    margin: 5px !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-20 {
    margin-top: 20px !important;
  }

  .mt-md-10 {
    margin-top: 10px !important;
  }

  .mt-md-5 {
    margin-top: 5px !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mb-md-20 {
    margin-bottom: 20px !important;
  }

  .mb-md-10 {
    margin-bottom: 10px !important;
  }

  .mb-md-5 {
    margin-bottom: 5px !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-20 {
    margin-left: 20px !important;
  }

  .ml-md-10 {
    margin-left: 10px !important;
  }

  .ml-md-5 {
    margin-left: 5px !important;
  }

  .ml-md-0 {
    margin-left: 0 !important;
  }

  .mr-md-20 {
    margin-right: 20px !important;
  }

  .mr-md-10 {
    margin-right: 10px !important;
  }

  .mr-md-5 {
    margin-right: 5px !important;
  }

  .mr-md-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  /*.col-lg-1, .col-lg-10, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-wide-1, .col-lg-wide-10, .col-lg-wide-15, .col-lg-wide-2, .col-lg-wide-25, .col-lg-wide-3, .col-lg-wide-35, .col-lg-wide-4, .col-lg-wide-45, .col-lg-wide-5, .col-lg-wide-55, .col-lg-wide-6, .col-lg-wide-65, .col-lg-wide-7, .col-lg-wide-75, .col-lg-wide-8, .col-lg-wide-85, .col-lg-wide-9, .col-lg-wide-95 {}*/

  .col-lg-10 {
    width: 10%;
  }

  .col-lg-9 {
    width: 11.1111111%;
  }

  .col-lg-8 {
    width: 12.5%;
  }

  .col-lg-7 {
    width: 14.2857143%;
  }

  .col-lg-6 {
    width: 16.6666667%;
  }

  .col-lg-5 {
    width: 20%;
  }

  .col-lg-4 {
    width: 25%;
  }

  .col-lg-3 {
    width: 33.3333333%;
  }

  .col-lg-2 {
    width: 50%;
  }

  .col-lg-1 {
    width: 100%;
  }

  .col-lg-wide-10 {
    width: 10%;
  }

  .col-lg-wide-9 {
    width: 90%;
  }

  .col-lg-wide-8 {
    width: 80%;
  }

  .col-lg-wide-7 {
    width: 70%;
  }

  .col-lg-wide-6 {
    width: 60%;
  }

  .col-lg-wide-5 {
    width: 50%;
  }

  .col-lg-wide-4 {
    width: 40%;
  }

  .col-lg-wide-3 {
    width: 30%;
  }

  .col-lg-wide-2 {
    width: 20%;
  }

  .col-lg-wide-15 {
    width: 15%;
  }

  .col-lg-wide-95 {
    width: 95%;
  }

  .col-lg-wide-85 {
    width: 85%;
  }

  .col-lg-wide-75 {
    width: 75%;
  }

  .col-lg-wide-65 {
    width: 65%;
  }

  .col-lg-wide-55 {
    width: 55%;
  }

  .col-lg-wide-45 {
    width: 45%;
  }

  .col-lg-wide-35 {
    width: 35%;
  }

  .col-lg-wide-25 {
    width: 25%;
  }

  .p-lg-20 {
    padding: 20px !important;
  }

  .p-lg-10 {
    padding: 10px !important;
  }

  .p-lg-5 {
    padding: 5px !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-20 {
    padding-top: 20px !important;
  }

  .pt-lg-10 {
    padding-top: 10px !important;
  }

  .pt-lg-5 {
    padding-top: 5px !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pb-lg-20 {
    padding-bottom: 20px !important;
  }

  .pb-lg-10 {
    padding-bottom: 10px !important;
  }

  .pb-lg-5 {
    padding-bottom: 5px !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-20 {
    padding-left: 20px !important;
  }

  .pl-lg-10 {
    padding-left: 10px !important;
  }

  .pl-lg-5 {
    padding-left: 5px !important;
  }

  .pl-lg-0 {
    padding-left: 0 !important;
  }

  .pr-lg-20 {
    padding-right: 20px !important;
  }

  .pr-lg-10 {
    padding-right: 10px !important;
  }

  .pr-lg-5 {
    padding-right: 5px !important;
  }

  .pr-lg-0 {
    padding-right: 0 !important;
  }

  .m-lg-20 {
    margin: 20px !important;
  }

  .m-lg-10 {
    margin: 10px !important;
  }

  .m-lg-5 {
    margin: 5px !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-20 {
    margin-top: 20px !important;
  }

  .mt-lg-10 {
    margin-top: 10px !important;
  }

  .mt-lg-5 {
    margin-top: 5px !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mb-lg-20 {
    margin-bottom: 20px !important;
  }

  .mb-lg-10 {
    margin-bottom: 10px !important;
  }

  .mb-lg-5 {
    margin-bottom: 5px !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-20 {
    margin-left: 20px !important;
  }

  .ml-lg-10 {
    margin-left: 10px !important;
  }

  .ml-lg-5 {
    margin-left: 5px !important;
  }

  .ml-lg-0 {
    margin-left: 0 !important;
  }

  .mr-lg-20 {
    margin-right: 20px !important;
  }

  .mr-lg-10 {
    margin-right: 10px !important;
  }

  .mr-lg-5 {
    margin-right: 5px !important;
  }

  .mr-lg-0 {
    margin-right: 0 !important;
  }

  .visible-lg {
    display: block !important;
  }

  .hidden-lg {
    display: none !important;
  }

  .container {
    width: 1200px;
    margin: 0 auto;
    /*padding-left: 100px;*/
    /*padding-right: 100px*/
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .visible-md {
    display: block !important;
  }

  .hidden-md {
    display: none !important;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .visible-sm {
    display: block !important;
  }

  .hidden-sm {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  .hidden-xs {
    display: none !important;
  }
}
/*base*/

.margin-top {
  margin-top: 15px;
}

.margin-left {
  margin-left: 5px;
}

.margin-right {
  margin-right: 15px;
}

.margin-bottom {
  margin-bottom: 5px;
}

.slide {
  display: none;
}

.logo {
  width: 100px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.header .layui-nav {
}

.component {
  width: 250px;
  border: 1px solid #ff5c38;
  border-radius: 19px;
  overflow: hidden;
}

.layui-wap-nav {
  display: none;
}

.component .layui-input {
  height: 30px;
  padding-left: 12px;
  background-color: #424652;
  background-color: rgba(255, 255, 255, 0.05);
  border: none 0;
  font-size: 12px;
  overflow: hidden;
}

.layui-form-select i.layui-icon {
  position: absolute;
  right: 10px;
  top: 24%;
  color: #8c8c8c;
}

.mac_input {
  float: left;
  width: 60%;
}

.mac_search {
  float: right;
  height: 30px;
  line-height: 29px;
  border-radius: 15px;
}

.layui-bg-black {
  display: none;
}

/*首页banner*/
.banner {
  width: 100%;
  height: 450px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.banner ul {
  z-index: 8;
}

.banner ul li img {
  width: 100%;
  height: 450px;
  margin-left: -50%;
  position: absolute;
  left: 50%;
  top: 0;
}

/*数字按钮样式*/
.banner .num {
  overflow: hidden;
  height: 12px;
  position: absolute;
  bottom: 16px;
  left: 50%;
  zoom: 1;
  z-index: 8;
  text-align: center;
  margin-left: -90px;
  width: 294px;
}

.banner .num li {
  width: 26px;
  height: 12px;
  line-height: 12px;
  background: #fff;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  float: left;
  text-indent: -9999px;
}

.banner .num li.on {
  background: #4c8fe8;
}

/*上一个  下一个*/
.banner .prev,
.banner .next {
  display: none;
  width: 42px;
  height: 100px;
  background: url(../images/btn.png) no-repeat;
  position: absolute;
  z-index: 99999;
  top: 175px;
}

.banner .prev {
  left: 0;
}

.banner .next {
  right: 0;
  background-position: right;
}

/*banner导航特效*/
#lbsub {
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.deansubdiv {
  width: 200px;
  height: 410px;
  position: absolute;
  padding-top: 10px;
  left: 0;
  z-index: 10;
  top: 18px;
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.7) 17%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0.7) 88%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.8) 17%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.8) 88%,
    rgba(255, 255, 255, 0) 100%
  );
}

.deansubdiv dd {
  height: 55px;
  position: relative;
  z-index: 2;
}

.deansubdiv dd h3 {
  height: 55px;
  line-height: 55px;
  font-weight: normal;
  padding: 0 20px 0 30px;
  cursor: pointer;
}

.deansubdiv dd:hover h3 {
  background: #f86400;
  color: aliceblue;
}

.deansubdiv dd:hover h3 a {
  color: aliceblue;
}

.deansubdiv dd h3 a {
  font-size: 16px;
  float: left;
}

.deansubdiv dd h3 a:hover {
  color: aliceblue;
}

.deansubdiv dd h3 span {
  float: right;
  display: block;
  height: 55px;
  width: 12px;
  background: url(../images/arrow.png) center center no-repeat;
}

.deansubpt {
  display: none;
  position: absolute;
  left: 200px;
  top: -10px;
  z-index: 3;
  width: 800px;
  height: 430px;
  padding: 10px 15px;
  background-color: #000000ab;
  text-align: left;
}

.deansubptpp {
  padding-bottom: 8px;
  border-bottom: 1px dashed #444;
  margin-top: 10px;
}

.deansubptpp h5 {
  color: #ff9900;
  font-size: 16px;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
  margin-left: 5px;
}

.deansubptc a {
  font-size: 14px;
  color: #ccc;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  line-height: 25px;
  border-radius: 2px;
  padding: 0 4px;
}

.deansubptc a:hover {
  background: #fff;
  color: #333;
}

.deanddt2 .deansubpt {
  top: -65px;
  width: 800px;
}

.deanddt3 .deansubpt {
  top: -120px;
  width: 800px;
}

.deanddt4 .deansubpt {
  top: -175px;
  width: 800px;
}

.deanddt5 .deansubpt {
  top: -240px;
  width: 800px;
}

.deanddt6 .deansubpt {
  top: -230px;
  width: 800px;
}

.deanddt7 .deansubpt {
  top: -370px;
  width: 800px;
}

.deanddt8 .deansubpt {
  top: -435px;
  width: 800px;
}

.qirebox-overlayBG {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.qirebox {
  z-index: 9999999;
  text-align: left;
  padding: 5px;
  position: fixed;
  top: 300px;
  left: 50%;
  margin: 0 0 0 -100px;
  background: url(../images/transparent.png);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px #333;
  -moz-box-shadow: 0 0 5px #333;
  box-shadow: 0 0 5px #333;
}

.ui-iframe {
  width: 100%;
  height: 100%;
  z-index: -3;
  position: absolute;
  background: 0 0;
  background-color: transparent;
}

.qirebox .ui-iframe {
  width: 155px;
  height: 72px;
}

.ui-dialog-tip {
  height: 50px;
  line-height: 48px;
  padding: 0 20px 0 53px;
  font-size: 14px;
  margin: 0 5px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.ui-dialog-cnt {
  padding: 10px;
  overflow: hidden;
  background: #fff;
}

.ui-dialog-close {
  position: absolute;
  top: 12px;
  right: 13px;
  display: block;
  width: 11px;
  height: 11px;
  overflow: hidden;
}

h2.title {
  display: block;
  float: left;
  margin-right: 30px;
  font-weight: bold;
}

.layui-remarks {
  z-index: 1;
  position: absolute;
  top: 5px;
  left: 5px;
}

.vodlist ul > li {
  margin: 0 10px 12px 0;
}

.vodlist .vodname {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
}

.vodpic {
  padding-top: 140%;
  overflow: hidden;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  transition: filter 0.2s;
  filter: brightness(0.88);
}

.vodpic:hover {
  filter: brightness(1);
}

.layui-elem-quote.height {
  height: 25px;
}

.layui-elem-quote.height a {
  float: right;
}

.vodlist2 > ul > li {
  width: 100%;
  height: 40px;
}

.vodlist2 .vodtiell {
  width: 100%;
  height: 40px;
  line-height: 43px;
  display: flex;
  align-items: center;
}

.vodlist2 .vodtiell-title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.vodlist2 .layui-btn-xs {
  font-style: normal;
  width: 20px;
  float: left;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  margin: 12px 10px 0 0;
  padding: 0;
}

.vodlist2 > ul > li > a {
  width: 89%;
  display: block;
  float: left;
}

/*友情链接*/
.link {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
}

.link .link_list {
  line-height: 30px;
  margin-bottom: 5px;
  box-sizing: border-box;
}

.link .link_list > ul {
  box-sizing: border-box;
}

.link .link_list > ul > li {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 10px;
}

/*网站底部*/
footer {
  background: #f8f8f8;
  color: #8f8f8f;
  text-align: center;
  padding-top: 20px;
}

footer p {
  color: #8f8f8f;
  line-height: 25px;
}

footer p.p1 {
  color: #8f8f8f;
  line-height: 25px;
}

.foot-nav {
  text-align: center;
  color: #333;
  height: 24px;
  overflow: hidden;
  padding: 15px 0 10px 0;
}

.foot-nav a {
  color: #8f8f8f;
  margin: 0 10px;
}

/*分类页*/
.type_class_div {
  height: 70px;
  margin-top: 10px;
  overflow: hidden;
}

.type_class {
  width: 29%;
  float: left;
  margin-right: 12px;
}

.type_class:last-child {
  margin-right: -1%;
  width: 31%;
}

/*筛选页*/
.fl_lists {
  width: auto;
  overflow: hidden;
}

.fl_lists .ui-title {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px dotted #ff5c38;
  text-align: center;
}

.fl_lists .ui-title h3 {
  color: #ff5c38;
  font-size: 16px;
}

.fl_lists .ui-title span {
  float: right;
}

.fl_lists .ui-title p em,
.fl_lists .ui-title span a {
  background-color: #e5e5e5;
  font-size: 12px;
  padding: 4px 7px;
  border-radius: 2px;
}

.fl_lists .ui-title span a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #e12160;
}

.fl_lists .ui-cnt {
  padding: 10px 0;
}

.filter-list {
  width: 100%;
  overflow: hidden;
  clear: both;
  padding: 10px 0;
  font-size: 14px;
  border-bottom: 1px dotted #ff5c38;
}

.filter-list h5 {
  color: #333;
  float: left;
  line-height: 30px;
  text-align: right;
  font-size: 14px;
}

.filter-list ul {
  width: 95%;
  float: left;
}

.filter-list li {
  float: left;
  height: 28px;
  margin: 0 5px 2px 0;
  list-style: none;
}

.filter-list a {
  display: block;
  padding: 0 8.5px;
  height: 28px;
  line-height: 28px;
  border-radius: 2px;
}

.filter-list a:hover {
  color: #fff;
  background-color: #ff5c38;
}

.filter-list a.current,
.filter-list a.current:hover {
  color: #fff;
  background-color: #ff5c38;
  cursor: default;
}

/*频道搜索页 影视部分*/
#list-focus {
  width: 998px;
  overflow: hidden;
  border-top: 2px solid #ff5c38;
}

#list-focus .qire-box {
  width: 1000px;
  min-height: 1000px;
  margin: 0 auto;
}

#list-focus #find-focus {
  width: 998px;
  border: 0 none;
  height: auto;
  min-height: inherit;
}

#list-focus .qire-bar {
  width: 256px;
  float: right;
  border: 0 none;
  margin-left: -1px;
  border-left: 1px solid #eee;
}

.fl01 {
  background: #ff5c38;
  color: aliceblue;
}

.fl_list .current {
  color: #ff5c38;
}

/*内容页*/
.detail_img {
  padding-top: 130%;
  background-image: url(../images/loading.gif);
  background-size: cover;
  background-position: center center;
  margin: 0 10px;
  border-radius: 10px;
  overflow: hidden;
}

#rating {
  width: 328px;
  height: 32px;
  overflow: hidden;
  color: #666;
  float: left;
  clear: both;
}

.layui-col-md9 .info {
  width: 100%;
  overflow: hidden;
  padding-top: 0px;
}

.layui-col-md9 .info dl {
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  color: #666;
  font-size: 14px;
}

.layui-col-md9 .info dt {
  width: 42px;
  float: left;
  color: #666;
  overflow: hidden;
}

.layui-col-md9 .info dd {
  color: #666;
  overflow: hidden;
}

.layui-col-md9 .info dd a,
.info dd span {
  margin: 0 5px 0 0;
  color: #666;
}

.layui-col-md9 .info dd a:hover {
  color: #4c8fe8;
}

.layui-col-md9 .info dd span.color {
  color: #3577ce;
}

.layui-col-md9 .info dl.nyzhuy dd {
  float: none;
}

.layui-col-md9 .info dl.juqing {
  line-height: 26px;
}

.layui-col-md9 .info dl.juqing dd {
  font-size: 14px;
  color: #666;
}

.layui-col-md9 .info dl.fenx {
  line-height: 26px;
  padding: 10px 0;
}

.layui-col-md9 .info dl.fn-left {
  width: 350px;
}

.layui-col-md9 .info dl.fn-left dd {
}

.layui-col-md9 .info dl.fn-right {
  width: 350px;
}

.layui-col-md9 .info dl.fn-right dd {
}

.layui-col-md9 .info dl.fn-right strong {
  margin-right: 2px;
}

.layui-col-md9 .info dl a.link {
  color: #4c8fe8;
  padding-right: 8px;
  background: url(../images/a3.gif) right 9px no-repeat;
}

.layui-col-md9 .info dl a.link:hover {
  color: #090;
}

.layui-col-md9 .info dl .link2 a {
  color: #090;
}

.layui-col-md9 .info dl .link2 a:hover {
  color: #4c8fe8;
}

.layui-col-md9 .info dl a:hover {
  color: #4c8fe8;
}

.layui-col-md9 .info dl #link-cmt a {
  display: inline-block;
  width: 100px;
  height: 24px;
  overflow: hidden;
  text-indent: -999px;
  float: left;
  background: url(../images/cmt-link.gif) 0 0 no-repeat;
}

.layui-col-md9 .info dl #link-cmt label {
  float: left;
  color: #4c8fe8;
}

.layui-col-md9 .info dl #link-cmt strong {
  color: #090;
  padding: 0 2px;
}

.fn-left {
  float: left;
}

.FenXiang {
  position: relative;
  float: right;
  margin-right: 205px;
  margin-top: 5px;
}

/*更新页*/
.layui-table th.key {
}

/*集数样式*/

.detaail_url .layui-btn {
  margin: 0 5px 10px 5px !important;
}

.detaail_url span {
  float: left;
  padding-left: 16px;
  font-size: 12px;
  width: 100%;
}

/*下载地址*/
.down-title {
  line-height: 40px;
  height: 40px;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px #ddd solid;
  background-color: #fcfcfc;
}

.down-title h2 {
  float: left;
  padding-left: 20px;
}

.down-title span {
  float: right;
  padding-right: 10px;
  font-size: 12px;
}

.down-title span i {
  color: #ff6c00;
  font-style: normal;
}

.down-title .zk {
  background-color: #178228;
}

.down-title .ss {
  background-color: #333;
}

.down_list {
  padding: 0 20px;
}

.down_list ul {
  overflow: hidden;
  zoom: 1;
}

.down_list ul li {
  height: 30px;
  *height: 60px;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
  vertical-align: middle;
}

.down_list ul li:hover {
  background: #eee;
}

.down_url {
  float: left;
  display: inline;
  margin: 8px 8px 0 0;
  margin: 8px 8px 0 0 \9;
  height: 14px;
  width: 14px;
}

.down_list ul {
}

.down_list li p {
  float: left;
  display: inline;
  overflow: hidden;
  line-height: 30px;
  *width: 660px;
  *height: 60px;
}

.down_part_name {
  font-size: 14px;
  color: #090;
  padding-right: 10px;
  float: left;
  display: inline;
}

.thunder_url {
  border: solid 1px #e4e4e4;
  background-color: #f9f9f9;
  color: #aaa;
  width: 560px;
  height: 28px;
  line-height: 28px;
  padding: 0 6px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.down_list ul li span {
  float: right;
  display: inline;
  overflow: hidden;
}

.down_list ul li span label {
  float: left;
  display: inline;
  margin-left: 10px;
  height: 30px;
  line-height: 30px;
  padding: 0 9px;
  color: #fff;
  cursor: pointer;
}

.down_list ul li .filename {
  float: left;
}

.down_list ul li .filesize {
  float: right;
  color: #999;
  padding-left: 10px;
  font-weight: normal;
}

.thunder_down {
  background-color: #249ff1;
}

.qqdl {
  background-color: #ff6c00;
}

.kk {
  background-color: #36c345;
}

.downtools {
  padding: 15px 0;
  overflow: hidden;
  zoom: 1;
  height: 30px;
  line-height: 30px;
  position: relative;
}

.downtools input {
  margin: 1px 0 0;
  margin: 1px 0 0 \9;
  padding: 0;
  float: left;
  display: inline;
  height: 30px;
  width: 14px;
}

.downtools em {
  padding-left: 7px;
  float: left;
  font-style: normal;
}

.downtools a {
  display: inline-block;
  margin-left: 20px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.downtools .xuanfu {
  position: absolute;
  color: #ff0000;
  right: 0;
  font-size: 16px;
}

/*评论*/
.mac_comment {
  margin-top: 5px;
  padding: 10px;
  padding-left: 10px;
  border: 1px solid #c6d9e7;
  background: #fff;
  font-family: "Microsoft YaHei";
}

.mac_comment .clearfix::after {
  height: 0px;
  clear: both;
  font-size: 0px;
  display: block;
  visibility: hidden;
  content: " ";
}

.mac_comment .cmt_form {
  margin-bottom: 10px;
}

.mac_comment .face_wrap img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.mac_comment .input_wrap {
  width: 98%;
  padding-left: 1%;
  position: relative;
}

.mac_comment .cmt_wrap .input_wrap {
  width: 98%;
}

.mac_comment .input_wrap textarea {
  background: #fff;
  border-width: 1px 1px medium;
  border-style: solid solid none;
  border-color: rgb(187, 187, 187) rgb(187, 187, 187) currentColor;
  border-radius: 3px 3px 0px 0px;
  width: 100%;
  height: 53px;
  line-height: 1.4;
  overflow: auto;
  padding-top: 8px;
  padding-left: 1%;
  color: #666;
  box-sizing: border-box;
}

.mac_comment .input_wrap .handle {
  position: relative;
  background: #fbfbfb;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(187, 187, 187);
  border-top-color: #e5e5e5;
  border-radius: 0px 0px 3px 3px;
  width: 100%;
  height: 46px;
  color: rgb(206, 206, 206);
  box-sizing: border-box;
  top: -4px;
}

.mac_comment .input_wrap .face {
  cursor: pointer;
  position: absolute;
  width: 42px;
  height: 45px;
  cursor: pointer;
  z-index: 2;
}

.mac_comment .input_wrap .face.curr {
  background: #fff;
}

.mac_comment .input_wrap .face-box {
  display: none;
  padding: 8px 0 3px 5px;
  width: 280px;
  position: absolute;
  top: 44px;
  background: #fff;
  border: 1px solid #bbb;
  border-top-color: #e5e5e5;
  margin-left: -1px;
  z-index: 1;
}

.mac_comment .input_wrap .face-box img {
  display: inline-block;
  margin: 2px;
}

.mac_comment .icon-face {
  display: block;
  width: 42px;
  height: 44px;
  background: url("../images/home/face.png") center no-repeat;
}

.mac_comment .icon-face:hover,
.mac_comment .input_wrap .face.curr .icon-face {
  background: url("../images/home/face-on.png") center no-repeat;
}

.mac_comment .expression {
  background: url("../images/home/emotion2.png") no-repeat 0px 0px;
  margin: 6px 0px 0px 6px;
  width: 18px;
  height: 16px;
  display: block;
  cursor: pointer;
}

.mac_comment .expression:hover {
  background: url("../images/home/emotion2.png") no-repeat 0px -16px;
}

.mac_comment .remaining-w {
  float: left;
  margin-left: 42px;
  padding-left: 20px;
  line-height: 44px;
  border-left: 1px solid #e5e5e5;
  font-size: 14px;
}

.mac_comment .smt_wrap {
  width: 100%;
  margin-top: 8px;
}

.mac_comment .smt_wrap span {
  color: rgb(66, 66, 66);
}

.mac_comment .smt_wrap .total {
  font-size: 16px;
  font-weight: bold;
}

.mac_comment .smt_wrap span span {
  margin: 0px;
  padding: 0px;
}

.mac_comment .smt_wrap span a {
  margin: 0px 0px 0px 8px;
  color: rgb(49, 139, 183);
}

.mac_comment .smt .cmt_post:hover {
  background: #17abff;
}

.mac_comment .smt .cmt_post {
  /*background:#169dea;*/
  border: currentColor;
  width: 81px;
  height: 30px;
  text-align: center;
  color: rgb(255, 255, 255);
  line-height: 30px;
  font-size: 14px;
  margin-left: 20px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 3px;
}

.mac_comment .smt .cmt_text {
  background: rgb(251, 251, 251);
  padding: 0px 8px;
  border-radius: 3px;
  border: 1px solid rgb(204, 204, 204);
  width: 50px;
  height: 30px;
  line-height: 30px;
  margin-left: 5px;
  margin-right: 2px;
  vertical-align: middle;
}

.mac_comment .smt .cmt_verify {
  width: 80px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}

.mac_comment .smt input:hover {
  background-position: -1px -603px;
}

.mac_comment .smt {
  margin-top: 6px;
  margin-right: 12px;
  color: #454545;
}

.mac_comment .sort_wrap {
  padding-bottom: 2px;
  border-bottom-color: rgb(215, 215, 215);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.mac_comment .sort_wrap a:hover {
  text-decoration: none;
}

.mac_comment .sort_wrap .current {
  color: rgb(49, 139, 183);
  font-weight: bold;
  border-bottom-color: rgb(43, 140, 230);
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.mac_comment .cmt_item {
  padding: 15px 0px 8px;
  width: 100%;
  color: rgb(153, 153, 153);
  border-bottom-color: rgb(215, 215, 215);
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  _zoom: 1;
}

.mac_comment .item_con {
  width: 93%;
  padding-left: 5%;
}

.mac_comment .item_con p.top {
  padding: 0;
  width: auto;
  margin-bottom: 8px;
}

.mac_comment .item_con a {
  color: rgb(153, 153, 153);
}

.mac_comment .item_con a:hover {
  color: rgb(153, 153, 153);
  text-decoration: none;
}

.mac_comment .item_con .name {
  color: rgb(43, 140, 230);
}

.mac_comment .item_con .name:hover {
  color: rgb(1, 106, 159);
  text-decoration: none;
}

.mac_comment .item_con .con {
  color: rgb(51, 51, 51);
  line-height: 20px;
  overflow: hidden;
  margin-top: 8px;
  -ms-word-wrap: break-word;
}

.mac_comment .item_con .bottom li {
  height: 16px;
  line-height: 15px;
  overflow: hidden;
  margin-right: 10px;
  float: left;
  _display: inline;
}

.mac_comment .item_con .bottom .reply {
  background: url("../images/home/rpy2.png") no-repeat 0px 0px;
  color: rgb(153, 153, 153);
  text-indent: 19px;
  font-size: 11px;
  display: block;
}

.mac_comment .item_con .bottom .reply:hover {
  color: rgb(1, 106, 159);
  text-decoration: none;
}

.mac_comment .item_con .bottom .bdshare_t {
  margin-top: -5px;
}

.mac_comment .item_con .bottom .bds_more {
  padding-top: 5px;
}

.mac_comment .inner {
  padding: 3px;
  border: 1px solid rgb(153, 153, 153);
  width: auto;
  background-color: rgb(254, 254, 241);
}

.mac_comment .inner .top {
  margin: 8px 0px 8px 3px;
}

.mac_comment .inner .con {
  margin: 5px 0px 5px 3px;
}

.mac_comment .inner .bottom {
  margin-bottom: 5px;
  visibility: hidden;
}

.mac_comment .mid_cmt_item {
  margin-top: 3px;
  border-top-color: currentColor;
  border-top-width: medium;
  border-top-style: none;
}

.mac_comment .pages {
  margin-top: 15px;
}

.mac_comment .item_con .gw-action {
  text-align: right;
}

.mac_comment .item_con .gw-action a {
  margin-left: 10px;
}

.mac_comment .item_con a:hover {
  color: #333;
}

.mac_comment .item_con .click-ding-gw {
  margin-right: 10px;
}

.mac_comment .item_con .click-ding-gw a,
.mac_digg .click-ding-gw a {
  color: #f29898;
}

.mac_comment .item_con .click-ding-gw a:hover,
.mac_digg .click-ding-gw a {
  color: #f29898;
}

.mac_comment .item_con .click-ding-gw a i,
.mac_digg a i {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

.mac_comment .cmt_wrap .item_con .input_wrap {
  width: 100%;
  margin: 10px 0;
  padding-left: 0;
}

.mac_comment .cmt_wrap .item_con .cmt_item {
  clear: left;
  border-bottom: none;
}

.mac_comment .cmt_wrap .item_con .cmt_item .gw-action {
  text-align: left;
  clear: left;
}

.mac_comment .cmt_wrap .item_con .cmt_item .gw-action a {
  margin-right: 10px;
  margin-left: 0;
}

i.xiao {
  display: block;
  font-size: 30px;
  text-align: center;
  padding: 5px;
}

/*登录页面*/
.mac_login {
  padding: 30px;
  width: 400px;
  height: 350px;
  background: #fff;
  box-sizing: border-box;
  font-family: "microsoft yahei";
}

.mac_login h3 {
  font-weight: normal;
  color: #333;
  margin: 0 0 30px;
}

.mac_login .mac_login_form .login_form_group {
  margin-top: 20px;
  position: relative;
}

.mac_login .mac_login_form .login_form_group input {
  padding: 4px 10px 4px 36px;
  width: 100%;
  height: 38px;
  line-height: 38px;
  border: 1px solid #cacaca;
  box-sizing: border-box;
}

.mac_login .mac_login_form .login_form_group input.mac_u_name {
  background: url("../images/home/u_name.png") no-repeat 7px 8px;
}

.mac_login .mac_login_form .login_form_group input.mac_u_pwd {
  background: url("../images/home/u_pwd.png") 8px 8px no-repeat;
}

.mac_login .mac_login_form .login_form_group input.mac_u_verify {
  float: left;
  width: 50%;
  background: url("../images/home/u_verify.png") 8px 9px no-repeat;
}

.mac_login .mac_login_form .login_form_group img.mac_verify_img {
  float: left;
  margin-left: 1%;
  width: 88px;
  height: 38px;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
}

.mac_login .mac_login_form .login_form_link {
  margin-top: 10px;
  text-align: right;
}

.mac_login .mac_login_form .login_form_link a {
  font-size: 12px;
  color: #333;
  margin-left: 15px;
}

.mac_login .mac_login_form .login_form_link a:hover {
  color: #2fa5ff;
}

.mac_login .mac_login_form input.login_form_submit {
  background: #2fa5ff;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  border: none;
  cursor: pointer;
}

.mac_login .mac_login_form input.login_form_submit:hover {
  background: #1d94ef;
}

/*弹出层*/
.mac_pop_bg {
  position: fixed;
  z-index: 99998;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.mac_pop {
  z-index: 99998;
  display: none;
  min-height: 20px;
  max-height: 750px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 25px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.5);
}

.mac_pop .pop_top {
  height: 40px;
  width: 100%;
  border-bottom: 1px #e5e5e5 solid;
}

.mac_pop .pop_top h2 {
  float: left;
  display: block;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  font-family: "microsoft yahei";
}

.mac_pop span.pop_close {
  float: right;
  width: 23px;
  height: 23px;
  font-size: 0;
  text-indent: 9999;
  cursor: pointer;
  font-weight: bold;
  display: block;
  background: url(../images/home/background.png) -10px 0 no-repeat;
}

.mac_pop .pop-foot {
  height: 50px;
  line-height: 50px;
  width: 100%;
  border-top: 1px #e5e5e5 solid;
  text-align: right;
}

.mac_pop .pop-cancel,
.pop-ok {
  padding: 8px 15px;
  margin: 15px 5px;
  border: none;
  border-radius: 5px;
  background-color: #337ab7;
  color: #fff;
  cursor: pointer;
}

.mac_pop .pop-cancel {
  background-color: #fff;
  border: 1px #cecece solid;
  color: #000;
}

.mac_pop .pop-content {
  height: 380px;
}

.mac_pop .pop-content-left {
  float: left;
}

.mac_pop .pop-content-right {
  width: 310px;
  float: left;
  padding-top: 20px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 35px;
}

.mac_pop .bgPop {
  display: none;
  position: absolute;
  z-index: 129;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.mac_pop .pop-msg {
  text-align: center;
  font-size: 14px;
}

.mac_pop_msg_bg {
  position: fixed;
  z-index: 129;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.mac_pop_msg {
  z-index: 99999;
  display: none;
  min-height: 20px;
  max-height: 750px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 25px;
  z-index: 130;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.5);
}

.mac_pop_msg .pop-msg {
  text-align: center;
  font-size: 14px;
}

/*提示¯*/
.mac_msg_jump {
  width: 90%;
  max-width: 624px;
  min-height: 60px;
  padding: 20px 50px 50px;
  margin: 20% auto 0;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #cdd5e0;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
}

.mac_msg_jump .title {
  margin-bottom: 11px;
}

.mac_msg_jump .text {
  padding-left: 29px;
  margin-bottom: 11px;
}

.mac_msg._jump .jump {
}

.msg_jump_tit {
  width: 100%;
  height: 35px;
  margin: 25px 0 10px;
  text-align: center;
  font-size: 25px;
  color: #23c319;
  font-family: "é»‘ä½“", "microsoft yahei";
  letter-spacing: 5px;
}

/*留言本*/
.reply_box .mac_msg_l {
  padding: 10px 1%;
  float: left;
  width: 70%;
}

.reply_box .mac_msg_l .mac_msg_item {
  width: 100%;
  float: left;
}

.reply_box .mac_msg_l .msg_tag {
  float: left;
  width: 60px;
  margin-right: 2%;
  margin-bottom: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.reply_box .mac_msg_l .count_bg {
  width: 60px;
  height: 5px;
  background: linear-gradient(
    90deg,
    #f25f4d 30%,
    #59b84b 20%,
    #30a1d9 65%,
    #fdcd34 10%
  );
}

.reply_box .mac_msg_l .msg_count {
  padding: 8px 0;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: -moz-linear-gradient(top, #444444 0%, #222222 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #444444),
    color-stop(100%, #222222)
  );
  background: -webkit-linear-gradient(top, #444444 0%, #222222 100%);
  background: -o-linear-gradient(top, #444444 0%, #222222 100%);
  background: -ms-linear-gradient(top, #444444 0%, #222222 100%);
  background: linear-gradient(to bottom, #444444 0%, #222222 100%);
}

.reply_box .mac_msg_l .msg_count strong {
  display: block;
}

.reply_box .mac_msg_l .msg_list {
  float: left;
  width: 90%;
  margin-bottom: 10px;
}

.reply_box .mac_msg_l .msg_list .msg_title {
  text-align: left;
  font-size: 16px;
  border-bottom: 1px #d3e9fb dotted;
  line-height: 26px;
}

.reply_box .mac_msg_l .msg_list .msg_title span.time {
  float: right;
  font-size: 12px;
}

.reply_box .mac_msg_l .msg_list .msg_reply {
  color: #666;
}

.reply_box .mac_msg_l .msg_list .reply_answer {
  color: #3c8f3f;
}

.reply_box .mac_msg_l .msg_list .reply_answer .msg_title {
  font-size: 13px;
}

.reply_box .mac_msg_l .msg_list .msg_cont {
  padding: 8px 0 0;
}

.reply_box .mac_msg_l .msg_list .msg_reply,
.reply_box .mac_msg_l .msg_list .reply_answer {
  position: relative;
  margin: 0 0 10px;
  padding: 6px 10px 8px;
  border: 1px solid #d3e9fb;
  border-radius: 0.2rem;
  background-color: #f5fbff;
}

.reply_box .mac_msg_l .msg_list .reply_answer:after {
  content: "";
  width: 0px;
  height: 0px;
  border-color: transparent transparent #f5fbff transparent;
  border-style: solid;
  border-width: 6px;
  position: absolute;
  top: -11px;
  border-radius: 3px;
  left: 18px;
  right: auto;
}

.reply_box .mac_msg_l .msg_list .reply_answer:before {
  content: "";
  width: 0px;
  height: 0px;
  border-color: transparent transparent #d3e9fb transparent;
  border-style: solid;
  border-width: 7px;
  position: absolute;
  top: -14px;
  border-radius: 3px;
  left: 17px;
  right: auto;
}

.reply_box .mac_msg_l .msg_list .msg_reply:after {
  content: "";
  width: 0px;
  height: 0px;
  border-color: transparent #f5fbff #f5fbff transparent;
  border-style: solid;
  border-width: 7px;
  position: absolute;
  top: 8px;
  border-radius: 3px;
  left: -12px;
  right: auto;
}

.reply_box .mac_msg_l .msg_list .msg_reply:before {
  content: "";
  width: 0px;
  height: 0px;
  border-color: transparent #d3e9fb #d3e9fb transparent;
  border-style: solid;
  border-width: 7px;
  position: absolute;
  top: 9px;
  border-radius: 3px;
  left: -14px;
  right: auto;
}

.reply_box .mac_msg_r {
  margin: 10px 1%;
  float: right;
  width: 25%;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #666;
}

.reply_box .mac_msg_r .msg_tit {
  background: #f1f1f1;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.reply_box .mac_msg_r form {
  padding: 15px;
}

.reply_box .mac_msg_r form .msg_cue {
  margin-bottom: 8px;
}

.reply_box .mac_msg_r form textarea {
  width: 100%;
  height: 106px;
  padding: 10px;
  overflow-y: auto;
  box-sizing: border-box;
  border-color: #ddd;
}

.reply_box .mac_msg_r .msg_code {
  margin: 10px 0;
}

.reply_box .mac_msg_r .msg_code input {
  border: 1px solid #ddd;
  padding: 4px;
  width: 65px;
}

.reply_box .mac_msg_r .msg_code .mac_verify_img {
  height: 30px;
  margin-left: 2px;
  vertical-align: top;
}

.reply_box .mac_msg_r .submit_btn {
  width: 100px;
  height: 32px;
  background: #4c8fe9;
  color: #fff;
  border: 1px solid #4c8fe9;
  margin: 20px auto0;
  display: block;
  cursor: pointer;
}

.mac_msg_r .submit_btn:hover {
  background: #619ff3;
}

.mac_msg_r .submit_btn:active {
  background: #3883e6;
}

.user-img {
  border-radius: 50%;
  width: 60px;
}

.playmian {
  width: 100%;
  height: 570px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2c2b2b),
    to(#0b0b0b)
  );
  background: -webkit-linear-gradient(top, #2c2b2b 0%, #0b0b0b 100%);
  background: -o-linear-gradient(top, #2c2b2b 0%, #0b0b0b 100%);
  background: linear-gradient(to bottom, #2c2b2b 0%, #0b0b0b 100%);
  position: absolute;
}

.vip {
  color: #ffc107;
}

.general {
  color: #ffc107;
}

.tourist {
}

.bints {
  color: #ffffff;
  display: block;
}

.mac_login .mac_verify_img {
  position: relative;
  top: 0;
  left: 0;
}

#bofang_box {
  position: relative;
  padding-top: 56.25% !important;
}

.MacPlayer {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1200px) {
  .none-pc {
    display: none;
  }
  .vod-detail .wi-other-btn {
    display: none;
  }
}

@media only screen and (min-width: 1023px) and (max-width: 1200px) {
  /*iPad pro 分辨率*/
  .vod-detail .wi-other-btn {
    display: none;
  }
}

/*1100分辨率（大于960px，小于1199px）*/
@media screen and (min-width: 960px) and (max-width: 1022px) {
  .vod-detail .wi-other-btn {
    display: none;
  }
}

/*880分辨率（大于768px，小于959px）*/
@media screen and (min-width: 768px) and (max-width: 959px) {
  .vod-detail .wi-other-btn {
    display: none;
  }
}

/*720分辨率（大于480px，小于767px）*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .vod-detail .wi-other-btn {
    display: none;
  }
  /*兼容WAP 评论*/
  .mac_comment .remaining-w {
    width: 80%;
    text-align: right;
  }

  .mac_comment .cmt_form {
    margin-bottom: 40px;
  }

  .mac_comment .input_wrap .handle {
    position: relative;
  }

  .mac_comment .smt {
    position: absolute;
    bottom: -40px;
    right: 0;
  }

  .mac_comment .smt .cmt_post {
  }

  /*登录框*/
  .mac_pop {
    width: 90% !important;
    padding: 25px 2% !important;
    margin-left: 3% !important;
  }

  .mac_login {
    width: 100% !important;
  }

  .mac_comment {
    height: auto;
  }

  .mac_comment .smt {
    margin-left: 11%;
  }

  .mac_comment .smt .cmt_post {
    margin-left: 0;
  }

  .mac_verify_img {
    position: absolute;
    top: -38px;
    left: 66px;
  }

  .mac_comment .remaining-w {
    display: none;
  }

  .mac_login {
    padding: 5px;
    width: 100%;
  }

  .mac_pop .pop_top {
    width: 100%;
  }

  .link .link_list > ul > li {
    width: 25%;
  }

  .margin-top {
    margin-top: 0px;
  }

  .logo {
    left: 10px;
  }

  .component {
    width: 50%;
    left: 30%;
    top: 16px;
  }

  .mac_search {
    float: right;
    height: 30px;
    line-height: 29px;
    width: 39%;
    padding: 0;
  }

  .layui-side {
    position: fixed;
    top: 0;
    left: -260px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 10000;
  }

  .site-mobile .layui-side {
    left: 0;
  }

  .site-tree-mobile {
    display: block !important;
    position: fixed;
    z-index: 100000;
    bottom: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 2px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
  }

  .site-mobile .site-mobile-shade {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1000;
  }

  .layui-wap-nav {
    display: block;
  }

  .layui-wap-nav .layui-wap-item {
    margin-right: 15px;
  }

  .layui-wap-nav .layui-wap-item span {
    font-size: 30px;
  }

  .layui-wap-nav .layui-nav-bar {
    display: none;
  }

  .layui-bg-black {
    display: block;
  }

  .wabnone {
    display: none;
  }

  .none-pc {
    display: block;
  }

  .margin-right {
    margin: 0;
  }

  .layui-main {
    width: 100%;
    height: 100%;
  }

  body .warpper {
    display: none;
  }

  .vodlist {
    padding-left: 10px;
  }

  /*手机端幻灯*/
  .slide {
    display: block;
  }

  .slide.layui-carousel .carousel_img {
    height: 200px;
  }

  .layui-carousel .carousel_pic {
    background: #000000;
    top: -1px;
  }

  .layui-carousel.slide > [carousel-item] {
    background: #000000;
  }

  .slide .carousel_slide a {
    display: block;
    height: 100%;
    width: 100%;
  }

  .slide .carousel_slide a img {
    width: 100%;
    height: 100%;
  }

  .slide .carousel_pic .div_pic {
    width: 32%;
    float: left;
    overflow: hidden;
    height: 90%;
    margin-left: 9px;
    margin-top: 10px;
  }

  .slide .carousel_pic .div_pic img {
    width: 100%;
    height: 100%;
  }

  .slide .carousel_pic .div_txt {
    width: 65%;
    float: right;
    height: 100%;
    background: #000000;
  }

  .slide .carousel_pic p {
    margin-left: 10px;
    color: aliceblue;
  }

  .slide .carousel_pic p.remarks {
    color: chocolate;
  }

  .slide .carousel_pic .div_txt h2 {
    margin-top: 5px;
    font-size: 18px;
    margin-left: 10px;
    color: aliceblue;
  }

  .slide .carousel_pic span {
    margin-left: 10px;
    margin-top: 10px;
  }

  .type_class {
    width: 100%;
  }

  .type_class:last-child {
    width: 100%;
  }

  .type_class .layui-elem-quote {
    padding: 5px;
  }

  .type_class_div {
    height: auto;
  }

  .filter-list {
    margin-left: 10px;
  }

  footer {
    height: auto;
  }

  .fl_list {
    margin-left: 10px;
  }

  .anto {
    width: 100%;
    overflow: hidden;
  }

  .layui-wap-md9 {
    padding: 5px;
  }

  .layui-t-md9 {
    width: 60%;
    float: left;
  }

  .grid-demo {
    width: 100%;
    overflow: hidden;
  }

  h2.wid {
    font-size: 15px;
  }

  .layui-wap-md12 {
    width: 100%;
  }

  .layui-col-md9 .info dl.fn-left {
    width: auto;
    float: left;
  }

  .layui-col-md9 .info dl {
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #666;
    font-size: 13px;
  }

  .layui-col-md9 .info dl.fn-right {
    width: auto;
  }

  #detail-rating {
    display: none;
  }

  .layui-col-md9 .info dl.fenx {
    line-height: 26px;
    padding: 10px 0;
    height: 30px;
  }

  .mac_ulog {
  }

  .xuanfu {
    display: none;
  }

  .hidden {
    overflow: hidden;
  }

  .down-title h2 {
    float: left;
    padding-left: 20px;
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
  }

  .ui-box {
    margin-top: 20px;
  }

  .down-title {
    height: 122px;
    line-height: 20px;
  }

  .tjuqing {
    padding: 0 10px 10px 10px;
  }

  .playmian {
    width: 100%;
    height: 250px;
  }
}

@media only screen and (max-width: 360px) {
  .layui-col-md9 .info dl.fenx {
    display: none;
  }
  /*兼容WAP 评论*/
  .mac_comment .remaining-w {
    width: 80%;
    text-align: right;
  }

  .mac_comment .cmt_form {
    margin-bottom: 40px;
  }

  .mac_comment .input_wrap .handle {
    position: relative;
  }

  .mac_comment .smt {
    position: absolute;
    bottom: -40px;
    right: 0;
  }

  .mac_comment .smt .cmt_post {
  }

  /*登录框*/
  .mac_pop {
    width: 90% !important;
    padding: 25px 2% !important;
    margin-left: 3% !important;
  }

  .mac_login {
    width: 100% !important;
  }

  .mac_comment {
    height: auto;
  }

  .mac_login {
    padding: 5px;
    width: 100%;
  }

  .mac_pop .pop_top {
    width: 100%;
  }

  .mac_comment .remaining-w {
    display: none;
  }

  .mac_comment .smt {
    margin-left: 11%;
  }

  .mac_comment .smt .cmt_post {
    margin-left: 0;
  }

  .mac_verify_img {
    position: absolute;
    top: -38px;
    left: 66px;
  }

  .margin-top {
    margin-top: 0px;
  }

  .logo {
    left: 10px;
  }

  .component {
    width: 50%;
    left: 30%;
    top: 16px;
  }

  .mac_search {
    float: right;
    height: 30px;
    line-height: 29px;
    width: 39%;
    padding: 0;
    border-radius: 15px;
  }

  .layui-side {
    position: fixed;
    top: 0;
    left: -260px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 10000;
  }

  .site-mobile .layui-side {
    left: 0;
  }

  .site-tree-mobile {
    display: block !important;
    position: fixed;
    z-index: 100000;
    bottom: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 2px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
  }

  .site-mobile .site-mobile-shade {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1000;
  }

  .layui-wap-nav {
    display: block;
  }

  .layui-wap-nav .layui-wap-item {
    margin-right: 15px;
  }

  .layui-wap-nav .layui-wap-item span {
    font-size: 30px;
  }

  .layui-wap-nav .layui-nav-bar {
    display: none;
  }

  .layui-bg-black {
    display: block;
  }

  .wabnone {
    display: none;
  }

  .none-pc {
    display: block;
  }

  .margin-right {
    margin: 0;
  }

  .layui-main {
    width: 100%;
  }

  body .warpper {
    display: none;
  }

  .vodlist {
    padding-left: 10px;
  }

  /*手机端幻灯*/
  .slide {
    display: block;
  }

  .slide.layui-carousel .carousel_img {
    height: 200px;
  }

  .layui-carousel .carousel_pic {
    background: #000000;
    top: -1px;
  }

  .layui-carousel.slide > [carousel-item] {
    background: #000000;
  }

  .slide .carousel_slide a {
    display: block;
    height: 100%;
    width: 100%;
  }

  .slide .carousel_slide a img {
    width: 100%;
    height: 100%;
  }

  .slide .carousel_pic .div_pic {
    width: 32%;
    float: left;
    overflow: hidden;
    height: 90%;
    margin-left: 9px;
    margin-top: 10px;
  }

  .slide .carousel_pic .div_pic img {
    width: 100%;
    height: 100%;
  }

  .slide .carousel_pic .div_txt {
    width: 65%;
    float: right;
    height: 100%;
    background: #000000;
  }

  .slide .carousel_pic p {
    margin-left: 10px;
    color: aliceblue;
  }

  .slide .carousel_pic p.remarks {
    color: chocolate;
  }

  .slide .carousel_pic .div_txt h2 {
    margin-top: 5px;
    font-size: 18px;
    margin-left: 10px;
    color: aliceblue;
  }

  .slide .carousel_pic span {
    margin-left: 10px;
    margin-top: 10px;
  }

  .type_class {
    width: 100%;
  }

  .type_class:last-child {
    width: 100%;
  }

  .type_class .layui-elem-quote {
    padding: 5px;
  }

  .type_class_div {
    height: auto;
  }

  .filter-list {
    margin-left: 10px;
  }

  footer {
    height: auto;
  }

  .fl_list {
    margin-left: 10px;
  }

  .anto {
    width: 100%;
    overflow: hidden;
  }

  .layui-wap-md9 {
    padding: 5px;
  }

  .layui-t-md9 {
    width: 60%;
    float: left;
  }

  .grid-demo {
    width: 100%;
    overflow: hidden;
  }

  h2.wid {
    font-size: 15px;
  }

  .layui-wap-md12 {
    width: 100%;
  }

  .layui-col-md9 .info dl.fn-left {
    width: auto;
    float: left;
  }

  .layui-col-md9 .info dl {
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #666;
    font-size: 13px;
  }

  .layui-col-md9 .info dl.fn-right {
    width: auto;
  }

  #detail-rating {
    display: none;
  }

  .layui-col-md9 .info dl.fenx {
    line-height: 26px;
    padding: 10px 0;
    height: 30px;
  }

  .mac_ulog {
  }

  .xuanfu {
    display: none;
  }

  .hidden {
    overflow: hidden;
  }

  .down-title h2 {
    float: left;
    padding-left: 20px;
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
  }

  .ui-box {
    margin-top: 20px;
  }

  .down-title {
    height: 122px;
    line-height: 20px;
  }

  .tjuqing {
    padding: 0 10px 10px 10px;
  }

  .playmian {
    width: 100%;
    height: 250px;
  }

  /*===========================*/
}

/*iphone6/7/8plus（大于413px，小于413px）*/
@media only screen and (min-width: 374px) and (max-width: 479px) {
  .layui-col-md9 .info dl.fenx {
    display: none;
  }
  /*兼容WAP 评论*/
  .mac_comment .remaining-w {
    width: 80%;
    text-align: right;
  }

  .mac_comment .cmt_form {
    margin-bottom: 40px;
  }

  .mac_comment .input_wrap .handle {
    position: relative;
  }

  .mac_comment .smt {
    position: absolute;
    bottom: -40px;
    right: 0;
  }

  .mac_comment .smt .cmt_post {
  }

  /*登录框*/
  .mac_pop {
    width: 90% !important;
    padding: 25px 2% !important;
    margin-left: 3% !important;
  }

  .mac_login {
    width: 100% !important;
  }

  .mac_comment {
    height: auto;
  }

  .mac_login {
    padding: 5px;
    width: 100%;
  }

  .mac_pop .pop_top {
    width: 100%;
  }

  .margin-top {
    margin-top: 0px;
  }

  .logo {
    left: 10px;
  }

  .component {
    width: 50%;
    left: 30%;
    top: 16px;
  }

  .mac_search {
    float: right;
    height: 30px;
    line-height: 29px;
    width: 39%;
    padding: 0;
    border-radius: 15px;
  }

  .layui-side {
    position: fixed;
    top: 0;
    left: -260px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 10000;
  }

  .site-mobile .layui-side {
    left: 0;
  }

  .site-tree-mobile {
    display: block !important;
    position: fixed;
    z-index: 100000;
    bottom: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 2px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
  }

  .site-mobile .site-mobile-shade {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1000;
  }

  .layui-wap-nav {
    display: block;
  }

  .layui-wap-nav .layui-wap-item {
    margin-right: 15px;
  }

  .layui-wap-nav .layui-wap-item span {
    font-size: 30px;
  }

  .layui-wap-nav .layui-nav-bar {
    display: none;
  }

  .layui-bg-black {
    display: block;
  }

  .wabnone {
    display: none;
  }

  .none-pc {
    display: block;
  }

  .margin-right {
    margin: 0;
  }

  .layui-main {
    width: 100%;
  }

  body .warpper {
    display: none;
  }

  .vodlist {
    padding-left: 10px;
  }

  /*手机端幻灯*/
  .slide {
    display: block;
  }

  .slide.layui-carousel .carousel_img {
    height: 200px;
  }

  .layui-carousel .carousel_pic {
    background: #000000;
    top: -1px;
  }

  .layui-carousel.slide > [carousel-item] {
    background: #000000;
  }

  .slide .carousel_slide a {
    display: block;
    height: 100%;
    width: 100%;
  }

  .slide .carousel_slide a img {
    width: 100%;
    height: 100%;
  }

  .slide .carousel_pic .div_pic {
    width: 32%;
    float: left;
    overflow: hidden;
    height: 90%;
    margin-left: 9px;
    margin-top: 10px;
  }

  .slide .carousel_pic .div_pic img {
    width: 100%;
    height: 100%;
  }

  .slide .carousel_pic .div_txt {
    width: 65%;
    float: right;
    height: 100%;
    background: #000000;
  }

  .slide .carousel_pic p {
    margin-left: 10px;
    color: aliceblue;
  }

  .slide .carousel_pic p.remarks {
    color: chocolate;
  }

  .slide .carousel_pic .div_txt h2 {
    margin-top: 5px;
    font-size: 18px;
    margin-left: 10px;
    color: aliceblue;
  }

  .slide .carousel_pic span {
    margin-left: 10px;
    margin-top: 10px;
  }

  .type_class {
    width: 100%;
  }

  .type_class:last-child {
    width: 100%;
  }

  .type_class .layui-elem-quote {
    padding: 5px;
  }

  .type_class_div {
    height: auto;
  }

  .filter-list {
    margin-left: 10px;
  }

  footer {
    height: auto;
  }

  .fl_list {
    margin-left: 10px;
  }

  .anto {
    width: 100%;
    overflow: hidden;
  }

  .layui-wap-md9 {
    padding: 5px;
  }

  .layui-t-md9 {
    width: 60%;
    float: left;
  }

  .grid-demo {
    width: 100%;
    overflow: hidden;
  }

  h2.wid {
    font-size: 15px;
  }

  .layui-wap-md12 {
    width: 100%;
  }

  .layui-col-md9 .info dl.fn-left {
    width: auto;
    float: left;
  }

  .layui-col-md9 .info dl {
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #666;
    font-size: 13px;
    margin-top: 10px;
  }

  .layui-col-md9 .info dl.fn-right {
    width: auto;
  }

  #detail-rating {
    display: none;
  }

  .layui-col-md9 .info dl.fenx {
    line-height: 26px;
    padding: 10px 0;
    height: 30px;
  }

  .xuanfu {
    display: none;
  }

  .hidden {
    overflow: hidden;
  }

  .down-title h2 {
    float: left;
    padding-left: 20px;
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
  }

  .ui-box {
    margin-top: 20px;
  }

  .down-title {
    height: 122px;
    line-height: 20px;
  }

  .tjuqing {
    padding: 0 10px 10px 10px;
  }

  .playmian {
    width: 100%;
    height: 250px;
  }

  .mac_comment .remaining-w {
    display: none;
  }

  .mac_comment .smt {
    margin-left: 11%;
  }

  .mac_comment .smt .cmt_post {
    margin-left: 0;
  }

  .mac_verify_img {
    position: absolute;
    top: -38px;
    left: 66px;
  }

  /*===========================*/
}

/*iphone6/7/8（大于374px，小于413px）*/
@media only screen and (min-width: 374px) and (max-width: 413px) {
  .layui-col-md9 .info dl.fenx {
    display: none;
  }
  /*兼容WAP 评论*/
  .mac_comment .remaining-w {
    width: 80%;
    text-align: right;
  }

  .mac_comment .cmt_form {
    margin-bottom: 40px;
  }

  .mac_comment .input_wrap .handle {
    position: relative;
  }

  .mac_comment .smt {
    position: absolute;
    bottom: -40px;
    right: 0;
  }

  .mac_comment .smt .cmt_post {
  }

  /*登录框*/
  .mac_pop {
    width: 90% !important;
    padding: 25px 2% !important;
    margin-left: 3% !important;
  }

  .mac_login {
    width: 100% !important;
  }

  .mac_comment {
    height: auto;
  }

  .mac_login {
    padding: 5px;
    width: 100%;
  }

  .mac_pop .pop_top {
    width: 100%;
  }

  .margin-top {
    margin-top: 0px;
  }

  .logo {
    left: 10px;
  }

  .component {
    width: 50%;
    left: 30%;
    top: 16px;
  }

  .mac_search {
    float: right;
    height: 30px;
    line-height: 29px;
    width: 39%;
    padding: 0;
    border-radius: 15px;
  }

  .layui-side {
    position: fixed;
    top: 0;
    left: -260px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 10000;
  }

  .site-mobile .layui-side {
    left: 0;
  }

  .site-tree-mobile {
    display: block !important;
    position: fixed;
    z-index: 100000;
    bottom: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 2px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
  }

  .site-mobile .site-mobile-shade {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1000;
  }

  .layui-wap-nav {
    display: block;
  }

  .layui-wap-nav .layui-wap-item {
    margin-right: 15px;
  }

  .layui-wap-nav .layui-wap-item span {
    font-size: 30px;
  }

  .layui-wap-nav .layui-nav-bar {
    display: none;
  }

  .layui-bg-black {
    display: block;
  }

  .wabnone {
    display: none;
  }

  .none-pc {
    display: block;
  }

  .margin-right {
    margin: 0;
  }

  .layui-main {
    width: 100%;
  }

  body .warpper {
    display: none;
  }

  .vodlist {
    padding-left: 10px;
  }

  /*手机端幻灯*/
  .slide {
    display: block;
  }

  .slide.layui-carousel .carousel_img {
    height: 200px;
  }

  .layui-carousel .carousel_pic {
    background: #000000;
    top: -1px;
  }

  .layui-carousel.slide > [carousel-item] {
    background: #000000;
  }

  .slide .carousel_slide a {
    display: block;
    height: 100%;
    width: 100%;
  }

  .slide .carousel_slide a img {
    width: 100%;
    height: 100%;
  }

  .slide .carousel_pic .div_pic {
    width: 32%;
    float: left;
    overflow: hidden;
    height: 90%;
    margin-left: 9px;
    margin-top: 10px;
  }

  .slide .carousel_pic .div_pic img {
    width: 100%;
    height: 100%;
  }

  .slide .carousel_pic .div_txt {
    width: 65%;
    float: right;
    height: 100%;
    background: #000000;
  }

  .slide .carousel_pic p {
    margin-left: 10px;
    color: aliceblue;
  }

  .slide .carousel_pic p.remarks {
    color: chocolate;
  }

  .slide .carousel_pic .div_txt h2 {
    margin-top: 5px;
    font-size: 18px;
    margin-left: 10px;
    color: aliceblue;
  }

  .slide .carousel_pic span {
    margin-left: 10px;
    margin-top: 10px;
  }

  .type_class {
    width: 100%;
  }

  .type_class:last-child {
    width: 100%;
  }

  .type_class .layui-elem-quote {
    padding: 5px;
  }

  .type_class_div {
    height: auto;
  }

  .filter-list {
    margin-left: 10px;
  }

  footer {
    height: auto;
  }

  .fl_list {
    margin-left: 10px;
  }

  .anto {
    width: 100%;
    overflow: hidden;
  }

  .layui-wap-md9 {
    padding: 5px;
  }

  .layui-t-md9 {
    width: 60%;
    float: left;
  }

  .grid-demo {
    width: 100%;
    overflow: hidden;
  }

  h2.wid {
    font-size: 15px;
  }

  .layui-wap-md12 {
    width: 100%;
  }

  .layui-col-md9 .info dl.fn-left {
    width: auto;
    float: left;
  }

  .layui-col-md9 .info dl {
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #666;
    font-size: 13px;
  }

  .layui-col-md9 .info dl.fn-right {
    width: auto;
  }

  #detail-rating {
    display: none;
  }

  .layui-col-md9 .info dl.fenx {
    line-height: 26px;
    padding: 10px 0;
    height: 30px;
  }

  .mac_ulog {
  }

  .xuanfu {
    display: none;
  }

  .hidden {
    overflow: hidden;
  }

  .down-title h2 {
    float: left;
    padding-left: 20px;
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
  }

  .ui-box {
    margin-top: 20px;
  }

  .down-title {
    height: 122px;
    line-height: 20px;
  }

  .tjuqing {
    padding: 0 10px 10px 10px;
  }

  .playmian {
    width: 100%;
    height: 250px;
  }

  .mac_comment .remaining-w {
    display: none;
  }

  .mac_comment .smt {
    margin-left: 11%;
  }

  .mac_comment .smt .cmt_post {
    margin-left: 0;
  }

  .mac_verify_img {
    position: absolute;
    top: -38px;
    left: 66px;
  }
}

/*iphone5（大于319px，小于357px）*/
@media only screen and (min-width: 219px) and (max-width: 375px) {
  .layui-col-md9 .info dl.fenx {
    display: none;
  }
  /*兼容WAP 评论*/
  .mac_comment .remaining-w {
    width: 80%;
    text-align: right;
  }

  .mac_comment .cmt_form {
    margin-bottom: 40px;
  }

  .mac_comment .input_wrap .handle {
    position: relative;
  }

  .mac_comment .smt {
    position: absolute;
    bottom: -40px;
    right: 0;
  }

  .mac_comment .smt .cmt_post {
  }

  /*登录框*/
  .mac_pop {
    width: 90% !important;
    padding: 25px 2% !important;
    margin-left: 3% !important;
  }

  .mac_login {
    width: 100% !important;
  }

  .mac_comment {
    height: auto;
  }

  .mac_login {
    padding: 5px;
    width: 100%;
  }

  .mac_pop .pop_top {
    width: 100%;
  }

  .margin-top {
    margin-top: 0px;
  }

  .logo {
    left: 10px;
  }

  .component {
    width: 50%;
    left: 30%;
    top: 16px;
  }

  .mac_search {
    float: right;
    height: 30px;
    line-height: 29px;
    width: 39%;
    padding: 0;
    border-radius: 15px;
  }

  .layui-side {
    position: fixed;
    top: 0;
    left: -260px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 10000;
  }

  .site-mobile .layui-side {
    left: 0;
  }

  .site-tree-mobile {
    display: block !important;
    position: fixed;
    z-index: 100000;
    bottom: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 2px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
  }

  .site-mobile .site-mobile-shade {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1000;
  }

  .layui-wap-nav {
    display: block;
  }

  .layui-wap-nav .layui-wap-item {
    margin-right: 15px;
  }

  .layui-wap-nav .layui-wap-item span {
    font-size: 30px;
  }

  .layui-wap-nav .layui-nav-bar {
    display: none;
  }

  .layui-bg-black {
    display: block;
  }

  .wabnone {
    display: none;
  }

  .none-pc {
    display: block;
  }

  .margin-right {
    margin: 0;
  }

  .layui-main {
    width: 100%;
  }

  body .warpper {
    display: none;
  }

  .vodlist {
    padding-left: 10px;
  }

  /*手机端幻灯*/
  .slide {
    display: block;
  }

  .slide.layui-carousel .carousel_img {
    height: 200px;
  }

  .layui-carousel .carousel_pic {
    background: #000000;
    top: -1px;
  }

  .layui-carousel.slide > [carousel-item] {
    background: #000000;
  }

  .slide .carousel_slide a {
    display: block;
    height: 100%;
    width: 100%;
  }

  .slide .carousel_slide a img {
    width: 100%;
    height: 100%;
  }

  .slide .carousel_pic .div_pic {
    width: 32%;
    float: left;
    overflow: hidden;
    height: 90%;
    margin-left: 9px;
    margin-top: 10px;
  }

  .slide .carousel_pic .div_pic img {
    width: 100%;
    height: 100%;
  }

  .slide .carousel_pic .div_txt {
    width: 65%;
    float: right;
    height: 100%;
    background: #000000;
  }

  .slide .carousel_pic p {
    margin-left: 10px;
    color: aliceblue;
  }

  .slide .carousel_pic p.remarks {
    color: chocolate;
  }

  .slide .carousel_pic .div_txt h2 {
    margin-top: 5px;
    font-size: 18px;
    margin-left: 10px;
    color: aliceblue;
  }

  .slide .carousel_pic span {
    margin-left: 10px;
    margin-top: 10px;
  }

  .type_class {
    width: 100%;
  }

  .type_class:last-child {
    width: 100%;
  }

  .type_class .layui-elem-quote {
    padding: 5px;
  }

  .type_class_div {
    height: auto;
  }

  .filter-list {
    margin-left: 10px;
  }

  footer {
    height: auto;
  }

  .fl_list {
    margin-left: 5px;
  }

  .layui-btn + .layui-btn {
    margin-left: 0px;
  }

  .layui-btn {
    font-size: 13px;
  }

  .anto {
    width: 100%;
    overflow: hidden;
  }

  .layui-wap-md9 {
    padding: 5px;
  }

  .layui-t-md9 {
    width: 60%;
    float: left;
  }

  .grid-demo {
    width: 100%;
    overflow: hidden;
  }

  h2.wid {
    font-size: 15px;
  }

  .layui-wap-md12 {
    width: 100%;
  }

  .layui-col-md9 .info dl.fn-left {
    width: auto;
    float: left;
  }

  .layui-col-md9 .info dl {
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #666;
    font-size: 13px;
  }

  .layui-col-md9 .info dl.fn-right {
    width: auto;
  }

  #detail-rating {
    display: none;
  }

  .layui-col-md9 .info dl.fenx {
    line-height: 26px;
    padding: 10px 0;
    height: 30px;
  }

  .mac_ulog {
  }

  .xuanfu {
    display: none;
  }

  .hidden {
    overflow: hidden;
  }

  .down-title h2 {
    float: left;
    padding-left: 20px;
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
  }

  .ui-box {
    margin-top: 20px;
  }

  .down-title {
    height: 122px;
    line-height: 20px;
  }

  .tjuqing {
    padding: 0 10px 10px 10px;
  }

  .playmian {
    width: 100%;
    height: 250px;
  }

  .mac_comment .remaining-w {
    display: none;
  }

  .mac_comment .smt {
    margin-left: 11%;
  }

  .mac_comment .smt .cmt_post {
    margin-left: 0;
  }

  .mac_verify_img {
    position: absolute;
    top: -38px;
    left: 66px;
  }
}

@media only screen and (max-width: 218px) {
  .layui-col-md9 .info dl.fenx {
    display: none;
  }
  /*兼容WAP 评论*/
  .mac_comment .remaining-w {
    width: 80%;
    text-align: right;
  }

  .mac_comment .cmt_form {
    margin-bottom: 40px;
  }

  .mac_comment .input_wrap .handle {
    position: relative;
  }

  .mac_comment .smt {
    position: absolute;
    bottom: -40px;
    right: 0;
  }

  .mac_comment .smt .cmt_post {
  }

  /*登录框*/
  .mac_pop {
    width: 90% !important;
    padding: 25px 2% !important;
    margin-left: 3% !important;
  }

  .mac_login {
    width: 100% !important;
  }

  .mac_comment {
    height: auto;
  }

  .mac_login {
    padding: 5px;
    width: 100%;
  }

  .mac_pop .pop_top {
    width: 100%;
  }

  .margin-top {
    margin-top: 0px;
  }

  .logo {
    left: 10px;
  }

  .component {
    width: 50%;
    left: 30%;
    top: 16px;
  }

  .mac_search {
    float: right;
    height: 30px;
    line-height: 29px;
    width: 39%;
    padding: 0;
    border-radius: 15px;
  }

  .layui-side {
    position: fixed;
    top: 0;
    left: -260px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 10000;
  }

  .site-mobile .layui-side {
    left: 0;
  }

  .site-tree-mobile {
    display: block !important;
    position: fixed;
    z-index: 100000;
    bottom: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 2px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
  }

  .site-mobile .site-mobile-shade {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1000;
  }

  .layui-wap-nav {
    display: block;
  }

  .layui-wap-nav .layui-wap-item {
    margin-right: 15px;
  }

  .layui-wap-nav .layui-wap-item span {
    font-size: 30px;
  }

  .layui-wap-nav .layui-nav-bar {
    display: none;
  }

  .layui-bg-black {
    display: block;
  }

  .wabnone {
    display: none;
  }

  .none-pc {
    display: block;
  }

  .margin-right {
    margin: 0;
  }

  .layui-main {
    width: 100%;
  }

  body .warpper {
    display: none;
  }

  .vodlist {
    padding-left: 10px;
  }
  /*手机端幻灯*/
  .slide {
    display: block;
  }

  .slide.layui-carousel .carousel_img {
    height: 200px;
  }

  .layui-carousel .carousel_pic {
    background: #000000;
    top: -1px;
  }

  .layui-carousel.slide > [carousel-item] {
    background: #000000;
  }

  .slide .carousel_slide a {
    display: block;
    height: 100%;
    width: 100%;
  }

  .slide .carousel_slide a img {
    width: 100%;
    height: 100%;
  }

  .slide .carousel_pic .div_pic {
    width: 32%;
    float: left;
    overflow: hidden;
    height: 90%;
    margin-left: 9px;
    margin-top: 10px;
  }

  .slide .carousel_pic .div_pic img {
    width: 100%;
    height: 100%;
  }

  .slide .carousel_pic .div_txt {
    width: 65%;
    float: right;
    height: 100%;
    background: #000000;
  }

  .slide .carousel_pic p {
    margin-left: 10px;
    color: aliceblue;
  }

  .slide .carousel_pic p.remarks {
    color: chocolate;
  }

  .slide .carousel_pic .div_txt h2 {
    margin-top: 5px;
    font-size: 18px;
    margin-left: 10px;
    color: aliceblue;
  }

  .slide .carousel_pic span {
    margin-left: 10px;
    margin-top: 10px;
  }

  .type_class {
    width: 100%;
  }

  .type_class:last-child {
    width: 100%;
  }

  .type_class .layui-elem-quote {
    padding: 5px;
  }

  .type_class_div {
    height: auto;
  }

  .filter-list {
    margin-left: 10px;
  }

  footer {
    height: auto;
  }

  .fl_list {
    margin-left: 10px;
  }

  .anto {
    width: 100%;
    overflow: hidden;
  }

  .layui-wap-md9 {
    padding: 5px;
  }

  .layui-t-md9 {
    width: 60%;
    float: left;
  }

  .grid-demo {
    width: 100%;
    overflow: hidden;
  }

  h2.wid {
    font-size: 15px;
  }

  .layui-wap-md12 {
    width: 100%;
  }

  .layui-col-md9 .info dl.fn-left {
    width: auto;
    float: left;
  }

  .layui-col-md9 .info dl {
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #666;
    font-size: 13px;
  }

  .layui-col-md9 .info dl.fn-right {
    width: auto;
  }

  #detail-rating {
    display: none;
  }

  .layui-col-md9 .info dl.fenx {
    width: 100%;
    line-height: 26px;
    padding: 10px 0;
    height: 30px;
  }

  .xuanfu {
    display: none;
  }

  .hidden {
    overflow: hidden;
  }

  .down-title h2 {
    float: left;
    padding-left: 20px;
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
  }

  .ui-box {
    margin-top: 20px;
  }

  .down-title {
    height: 122px;
    line-height: 20px;
  }

  .tjuqing {
    padding: 0 10px 10px 10px;
  }

  .playmian {
    width: 100%;
    height: 250px;
  }

  .mac_comment .remaining-w {
    display: none;
  }

  .mac_comment .smt {
    margin-left: 11%;
  }

  .mac_comment .smt .cmt_post {
    margin-left: 0;
  }

  .mac_verify_img {
    position: absolute;
    top: -38px;
    left: 66px;
  }
}

iframe {
  border: none;
}

iframe#buffer {
  display: none;
}

.slide .carousel_pic p {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.btn-jump:hover {
  color: #fff !important;
}

.actor-detail-blurb {
  line-height: 26px;
  margin-bottom: 10px;
}

.actor-detail > div,
.actor-detail {
  display: flex;
  flex-wrap: wrap;
}

.actor-detail dl {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}

.actor-detail dt {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.51);
  display: inline-block;
  width: 70px;
}

.actor-detail dd {
  width: calc(100% - 70px);
}

.actor-detail > p {
  line-height: 26px;
  width: 50%;
}

@media screen and (max-width: 750px) {
  .actor-detail dl,
  .actor-detail > p {
    width: 100%;
  }
}

.art-item-1 .thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 24%;
}
.art-item-1 .poster {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  background-image: url(../images/loading.gif);
}

.art-item-1 .title {
  font-size: 14px;
  line-height: 26px;
}

.art-item-1 .detail {
  padding: 0 10px;
}

.art-detail .page-title {
  font-size: 25px;
  line-height: 40px;
}

.art-detail p {
  line-height: 26px;
}

.article-content img,
.article-content iframe {
  max-width: 100%;
  margin-bottom: 10px;
}

a:hover {
  color: #ff5c38;
}

.layui-nav .layui-badge.max-width {
  max-width: 20px;
  overflow: hidden;
}

#rating li.one.active i.layui-icon-rate:before,
li.two.active i.layui-icon-rate:before,
li.three.active i.layui-icon-rate:before,
li.four.active i.layui-icon-rate:before,
li.five.active i.layui-icon-rate:before {
  content: "\e67a";
}

#rating li.current.active i.layui-icon-rate {
  font-size: 20px;
  color: #ffb800;
  margin-right: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

#rating .current.active i.layui-icon-rate:before {
  content: "\e67a";
}

/*-Pages-*/
.wrap {
  clear: both;
}

.wrap h1 {
  font-size: 20px;
}

.mac_pages {
  text-align: center;
  width: 100%;
  margin: 10px 0;
}

.mac_pages .page_tip {
  color: #7f7f7f;
  margin-bottom: 10px;
  text-align: center;
}

/*-/Page-*/

.tag-link a {
  display: inline-block;
  background-color: #03c8d4;
  color: #fff;
  line-height: 22px;
  padding: 0 10px;
  border-radius: 11px;
  margin-top: 5px;
}

.tag-link a:hover {
  color: #fff;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.art-item {
  display: flex;
  margin-bottom: 10px;
  padding: 0 5px;
}

.art-item .thumb {
  display: inline-block;
  width: 150px;
  height: 100px;
  background-position: center;
  background-size: cover;
  background-image: url("../images/loading.gif");
}

.art-item .detail {
  width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 5px;
}

.art-item .detail .title {
  font-size: 18px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.art-item .detail .desc {
  font-size: 14px;
  color: #666;
}

.art-item .detail .other-info {
  font-size: 12px;
  color: #999;
}

.split-line {
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
  width: 1px;
  height: 14px;
  vertical-align: -2px;
  background-color: #999;
}

.layui-elem-quote a.active {
  color: #ff5c38 !important;
}

.art-page-detail {
  padding: 0 5px;
  font-size: 16px;
}

.art-page-detail p {
  line-height: 30px;
}

.art-page-detail .art-content img,
.art-page-detail .art-content iframe {
  max-width: 100%;
}

.art-page-detail .art-info {
  font-size: 14px;
  color: #666666;
}

@media screen and (max-width: 750px) {
  .layui-elem-quote {
    padding-left: 10px;
  }
}

.art-play-btn {
  margin: 10px 0;
  display: flex;
  justify-content: center;
}

.art-play-btn a {
  margin: 0 5px;
}

.ui-box {
  margin-top: 10px;
}

.art-second-type {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.art-second-type li {
  box-sizing: border-box;
  padding: 2.5px;
  width: 20%;
  line-height: 32px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.art-second-type li a {
  display: inline-block;
  width: 100%;
  background-color: #f8f8f8;
  color: #666;
  font-size: 14px;
}

.art-second-type li a.active {
  background-color: #ff5c38;
  color: #fff;
}

.icon-nav span {
  width: 24px;
  height: 1px;
  background-color: #ff5c38;
  margin: 4px 0;
}

.module-head-nav {
  background-color: #f8f8f8;
  line-height: 32px;
  border-radius: 16px;
}

.module-head-nav a {
  padding: 0 15px;
  border-radius: 16px;
}

.module-head-nav a:hover {
  background-color: #ff5c38;
  color: #fff;
}

.second-nav-wrap {
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
  overflow-x: auto;
}

.second-nav {
  display: inline-block;
  margin: 10px 0;
  background-color: #f0f0f0;
  white-space: nowrap;
  line-height: 40px;
  border-radius: 20px;
}

.second-nav h3 {
  position: relative;
  font-size: 18px;
  display: inline-block;
  font-weight: bold;
  padding: 0 20px;
}

.second-nav h3 a {
  padding: 0;
}

.second-nav h3::before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #eee;
}

.second-nav a {
  display: inline-block;
  padding: 0 10px;
}

.second-nav a.active {
  font-weight: bold;
  color: #ff5c38;
}

.header-doc .layui-main {
  justify-content: space-between;
  height: 100%;
}

.layui-nav {
  padding: 0;
}
.index-tag-list {
  flex-wrap: wrap;
}

.index-tag-list li {
  box-sizing: border-box;
  width: 25%;
  padding: 5px;
}

.index-tag-list li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 34px;
  background-color: rgba(248, 248, 248, 0.98);
  border-radius: 17px;
}

.layui-icon-fire {
  padding-right: 5px;
  color: #ff6022;
}

.index-tag-list li a:hover {
  background-color: #ff6022;
  color: #fff !important;
}
