@charset "UTF-8";

/* CSS Document */

* {
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "Flaticon";
  src: url("flaticon.eot");
  src: url("flaticon.eot#iefix") format("embedded-opentype"),
    url("flaticon.ttf") format("truetype"), url("flaticon.svg") format("svg");
  /*url("flaticon.woff") format("woff"),*/
  font-weight: normal;
  font-style: normal;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}

.flaticon-coins61:before {
  content: "\e000";
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

a {
  text-decoration: none;
}

a img {
  outline: none;
}

a:focus,
input:focus,
button:focus {
  outline: none;
}

body {
  background-color: #141414;
  font-family: 微軟正黑體, "Helvetica", "Arial", sans-serif;
}

.verification {
  position: relative;
  padding: 15px 0 0;
}

.verification .lb_input2 {
  display: table;
  width: 100%;
  background: #ece9e6;
  border: #d1d1d1 1px solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 50px;
  font-size: 17px;
}

.verification img {
  width: 100%;
}

.verification_text {
  text-align: right;
  font-size: 14px;
  color: #3c3b3a;
  font-weight: bold;
}

#siimage_click {
  position: absolute;
  right: 0;
  top: -20px;
}

.verification object {
  position: absolute;
  right: 48px;
  top: -20px;
}

.form_btn_pay--2 {
  display: block;
  /* width: 260px; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  border: #77776e 1px solid;
  font-weight: bold;
  font-size: 16px;
  color: #535353;
  background: #fafafa;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}

#example_code {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
}

/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
  display: none;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/status.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

#WRAPPER {
  float: left;
  width: 100%;
  position: relative;
}

#EXPAND_MENU {
  position: absolute;
  z-index: 999;
  width: 240px;
  background: #e3007f;
  left: -240px;
  top: 0px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  /* padding: 10px; */
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

#EXPAND_MENU.reveal {
  left: 0px;
}

#EXPAND_MENU_BTN {
  position: absolute;
  width: 25px;
  height: 25px;
  cursor: pointer;
  top: 10px;
  right: -35px;
}

#EXPAND_MENU .list_menu {
  float: left;
  width: 100%;
  /* margin-bottom: 15px; */
  /* border-bottom: #FFF 1px solid; */
  padding: 10px;
}

#EXPAND_MENU .list_menu:last-child {
  border-bottom: none;
}

#EXPAND_MENU .list_menu li {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

#EXPAND_MENU .list_menu li.logout {
  background-color: #ffffff;
  /* font-size: 20px; */
}

#EXPAND_MENU .list_menu li a {
  display: block;
  width: 100%;
  text-align: left;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 10px 5px 10px 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#EXPAND_MENU .list_menu .logout a {
  display: block;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 10px 5px 10px 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#EXPAND_MENU .list_menu li a:hover {
  background-color: #ffddf0;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

#EXPAND_MENU .list_menu li a:hover > span {
  color: #000;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

#EXPAND_MENU .list_menu li a:hover .icon {
  background-position: bottom;
}

#EXPAND_MENU .list_menu li a .icon {
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  margin-right: 10px;
  background-position: top;
  background-repeat: no-repeat;
}

#EXPAND_MENU .list_menu li a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
}

#EXPAND_MENU .list_menu .logout a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #e3007f;
  font-weight: bold;
  text-align: center;
}

#EXPAND_MENU .list_menu .logout a span i {
  margin: 0 5px;
}

#EXPAND_MENU .list_menu li a .ic_setting {
  width: 15px;
  background-image: url(../images/mem_nav_icon2.png);
  background-size: 15px 30px;
}

#EXPAND_MENU .list_menu li a .ic_fav {
  width: 16px;
  background-image: url(../images/mem_nav_icon1.png);
  background-size: 16px 30px;
}

#EXPAND_MENU .list_menu li a .ic_purchase {
  width: 15px;
  background-image: url(../images/mem_nav_icon5.png);
  background-size: 15px 30px;
}

#EXPAND_MENU .list_menu li a .ic_tag {
  width: 16px;
  background-image: url(../images/label_icon.png);
  background-size: 16px 30px;
}

#HEADER {
  float: left;
  width: 100%;
  height: 45px;
  /* background: #000; */
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  /* border-bottom: #e3007f 2px solid; */
  text-align: center;
  /* position: fixed; */
  z-index: 999;
  top: 0;
  left: 0;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+11,0.01+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 11%,
    rgba(0, 0, 0, 0.01) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 11%,
    rgba(0, 0, 0, 0.01) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 11%,
    rgba(0, 0, 0, 0.01) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#03000000', GradientType=0);
  /* IE6-9 */
}

#HEADER #logo {
  display: inline-block;
  width: 145px;
  height: 26px;
  margin-top: 8px;
}

#HEADER #logo img {
  width: 100%;
}

#HEADER .SEARCH_BTN {
  float: right;
  margin-right: 10px;
  margin-top: 8px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

#HEADER .SEARCH_BTN img {
  width: 100%;
}

#HEADER #SEARCH_BOX {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #e3007f;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 10px;
  z-index: 20;
  display: none;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

#HEADER #SEARCH_BOX .search_box_wrap {
  width: 100%;
  display: table;
  height: 24px;
}

#HEADER #SEARCH_BOX .search_box_wrap .input_field {
  display: table-cell;
  vertical-align: top;
  height: 24px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding-right: 20px;
}

#HEADER #SEARCH_BOX .search_box_wrap .input_field input {
  width: 100%;
  height: 24px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background: #b40065;
  border: none;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding-left: 10px;
  padding-right: 10xp;
  color: #fff;
}

#HEADER #SEARCH_BOX .search_box_wrap .close_btn {
  display: table-cell;
  vertical-align: top;
  width: 70px;
  height: 24px;
}

#HEADER #SEARCH_BOX .search_box_wrap .close_btn #close_btn {
  display: block;
  width: 100%;
  height: 24px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  color: #e3007f;
  font-size: 14px;
  font-weight: bold;
  border: none;
  background: #fff;
  cursor: pointer;
  line-height: 24px;
}

#HEADER #SEARCH_BOX .search_box_wrap .close_btn #close_btn:active {
  background: #ccc;
}

#CONTENT {
  float: left;
  width: 100%;
  min-height: 600px;
}

.collspan_content {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 10px 0;
}

.flip_img {
  float: left;
  width: 100%;
  position: relative;
  z-index: 0;
}

.flip_img ul li img {
  width: 100%;
}

.film_hover_cover {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #333 url(../images/play_cover_icon.png) center no-repeat;
  background-size: 25px 30px;
  filter: Alpha(opacity=50);
  opacity: 0.5;
}

.section {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.section_title {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 10px;
}

.white_sec {
  float: left;
  width: 100%;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.75);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(119, 119box, 119, 0.75);
}

.two_colmn {
  float: left;
  width: 100%;
}

.two_colmn li {
  display: inline-block;
  width: 46%;
  margin-right: 4%;
  position: relative;
  margin-bottom: 10px;
}

.two_colmn li:nth-child(2n) {
  margin-right: 0%;
}

.three_colmn {
  float: left;
  width: 100%;
}

.three_colmn li {
  float: left;
  width: 30%;
  margin-right: 5%;
  position: relative;
  margin-bottom: 15px;
}

.three_colmn li:nth-child(2n) {
  margin-right: 5%;
}

.three_colmn li:nth-child(3n) {
  margin-right: 0%;
}

.cover_thumb {
  float: left;
  width: 100%;
  position: relative;
  z-index: 0;
}

.av_thumb {
  float: left;
  width: 100%;
  position: relative;
  z-index: 0;
}

.av_thumb:hover > p {
  text-decoration: underline;
}

.round_head_clip {
  width: 100%;
  position: relative;

  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.film_clip {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}

.HD_icon {
  position: absolute;
  z-index: 2;
  width: 45px;
  height: 30px;
  top: 5px;
  right: -5px;
}

.vip_icon {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 30px;
  bottom: 0px;
  right: -5px;
}

.time {
  position: absolute;
  z-index: 2;
  bottom: 5px;
  left: 5px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 5px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: url(../images/black_40_opacity.png) repeat;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.ranking_icon {
  position: absolute;
  width: 33px;
  height: 24px;
  top: -5px;
  right: -5px;
  z-index: 2;
}

.filmClipName {
  float: left;
  width: 100%;
  height: 28px;
  font-size: 12px;
  overflow: hidden;
  line-height: 14px;
  color: #e3007f;
  text-align: left;
  margin-top: 5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.filmActor {
  float: left;
  width: 100%;
  height: 14px;
  font-size: 12px;
  color: #272727;
  text-align: left;
  margin-top: 5px;
}

.filmActor .a_title {
  display: inline-block;
  vertical-align: middle;
}

.filmActor .a_name {
  display: inline-block;
  vertical-align: middle;
  color: #e3007f;
}

.filmActor .a_name:hover,
.filmClipName:hover {
  text-decoration: underline;
}

.av_name {
  float: left;
  width: 100%;
  display: block;
  color: #e3007f;
  text-align: center;
  font-size: 12px;
  color: #e3007f;
  margin-top: 5px;
}

.section_more_btn {
  float: left;
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding-top: 10px;
  padding-bottom: 10px;
  background: #e41589;
}

.section_more_btn:hover {
  background: #c61076;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

/**film**/

.film_play_content {
  float: left;
  width: 100%;
  position: relative;
  background: #000000;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  /*padding: 10px;*/
  z-index: 0;
}

.video_player_set {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
}

.video_name {
  float: left;
  width: 100%;
  /*font-size: 14px;*/
  font-size: 1em;
  /*color: #fefefe;*/
  color: #3c3c3c;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
}

.quality_switch {
  float: left;
  display: table;
  width: 100%;
  margin-top: 10px;
}

.quality_switch .normal_quality {
  float: left;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  border: #444444 1px solid;
  text-align: center;
  background: #232323;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  line-height: 40px;
  cursor: pointer;
  height: 40px;
}

.quality_switch .normal_quality:hover,
.quality_switch .normal_quality.actived {
  background: #363636;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.quality_switch .normal_quality .status_icon {
  position: absolute;
  width: 33px;
  height: 15px;
  top: 0px;
  right: 0px;
}

.quality_switch .hd_quality {
  float: left;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  height: 40px;
  border-top: #444444 1px solid;
  border-right: #444444 1px solid;
  border-bottom: #444444 1px solid;
  text-align: center;
  background: #232323;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  cursor: pointer;
  overflow: hidden;
  background: url(../images/vip_purchase_big.png) no-repeat center;
  background-size: 100%;
}

.quality_switch .hd_quality:hover,
.quality_switch .hd_quality.actived {
  -webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, 0.5);
  -moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, 0.5);
  box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, 0.5);
}

.video_collection_btn {
  float: left;
  vertical-align: middle;
  width: 100%;
  border-left: #444444 1px solid;
  border-right: #444444 1px solid;
  border-bottom: #444444 1px solid;
  text-align: center;
  background: #232323;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
}

.video_collection_btn .icon {
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  margin-right: 5px;
}

.video_collection_btn span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  position: relative;
}

.video_collection_btn:hover {
  background: #363636;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.video_tag_function {
  float: left;
  width: 100%;
  display: table;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding: 10px;
  border-left: #444444 1px solid;
  border-right: #444444 1px solid;
  border-bottom: #444444 1px solid;
  background: #232323;
  text-align: left;
}

.video_tag_function .display_icon {
  display: table-cell;
  height: 12px;
  width: 12px;
  margin-right: 10px;
  vertical-align: middle;
}

.video_tag_function .video_tag_display {
  display: table-cell;
  vertical-align: middle;
}

.video_tag_function .video_tag_display li {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin-right: 3px;
}

.video_tag_function .video_tag_display li:last-child {
  margin-right: 0px;
}

.video_tag_function .video_tag_display li a {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #f1adad;
}

.video_tag_function .video_tag_display li a:hover {
  text-decoration: underline;
}

.film_case {
  float: left;
  width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding: 10px;
}

.target_actor {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: table;
}

.target_actor .actor_head {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  border: #e8e8e8 2px solid;
}

.target_actor .actor_table {
  display: table-cell;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: 0px;
}

.target_actor .actor_table th {
  font-size: 14px;
  color: #4c4c4c;
  font-weight: bold;
  width: 70px;
}

.target_actor .actor_table td {
  font-size: 14px;
  color: #4c4c4c;
  height: 20px;
}

.target_actor .actor_table td a {
  font-size: 14px;
  color: #e3007f;
  font-weight: bold;
}

.target_actor .actor_table td a:hover {
  text-decoration: underline;
}

/**actor**/

.actor_top {
  float: left;
  width: 100%;
  position: relative;
  background: #ec8894;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}

.actor_top .actor_head_wrap {
  float: left;
  width: 100%;
  text-align: center;
}

.actor_top .actor_head_wrap .arrow_actor_btn {
  display: inline-block;
  width: 11px;
  height: 150px;
}

.actor_top .actor_head_wrap .arrow_actor_btn .prev_btn {
  display: block;
  width: 11px;
  height: 18px;
  background: url(../images/actors_arrow.png) no-repeat;
  background-size: 22px 36px;
  background-position: 0px 0px;
  margin-top: 66px;
}

.actor_top .actor_head_wrap .arrow_actor_btn .prev_btn:hover {
  background-position: 0 -18px;
}

.actor_top .actor_head_wrap .arrow_actor_btn .next_btn {
  display: block;
  width: 11px;
  height: 18px;
  background: url(../images/actors_arrow.png) no-repeat;
  background-size: 22px 36px;
  background-position: -11px 0px;
  margin-top: 66px;
}

.actor_top .actor_head_wrap .arrow_actor_btn .next_btn:hover {
  background-position: -11px -18px;
}

.actor_top .actor_head_wrap .actor_head {
  display: inline-block;
  width: 150px;
  height: 150px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  border: #f6bdc4 2px solid;
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
  border-radius: 75px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
}

.actor_top .actor_head_wrap .actor_head .head_thumb {
  float: left;
  margin-top: 8px;
  margin-left: 8px;
  width: 130px;
  height: 130px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  border: #fff 2px solid;
  -moz-border-radius: 65px;
  -webkit-border-radius: 65px;
  border-radius: 65px;
}

.actor_top .actor_head_wrap .actor_name {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.3;
}

.gen_offcial_txt {
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding: 20px;
}

.gen_offcial_txt h1 {
  font-size: 24px;
  color: #646464;
  font-weight: bold;
  line-height: 1.4;
}

.gen_offcial_txt p {
  font-size: 14px;
  color: #646464;
  line-height: 1.4;
  margin-top: 10px;
}

/**members&login**/

.form_wrap {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding: 20px;
}

.registor_ad_wrap {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding: 30px;
}

.registor_ad {
  float: left;
  width: 100%;
}

.user_form_title {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #3c3b3a;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}

.user_form {
  /*float: left;*/
  display: table;
  width: 100%;
  background: #ece9e6;
  border: #d1d1d1 1px solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.txt {
  font-size: 14px;
  color: #3c3b3a;
  font-weight: bold;
  text-align: center;
  text-align: left;
  margin: 15px 0px;
}

.user_form .input_field_wrap {
  display: table-cell;
  vertical-align: middle;
  height: 30px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.user_form .input_field_wrap .certify_icon {
  position: absolute;
  width: 30px;
  height: 39px;
  right: 3px;
  top: -3px;
}

.user_form .input_field_wrap .input_field {
  width: 100%;
  height: 30px;
  background: none;
  border: none;
  font-size: 14px;
  color: #3c3b3a;
}

.user_form .input_field .input_field:focus {
  outline: none;
}

.form_btn_wrap {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
}

.form_btn {
  display: inline-block;
  width: 260px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  border: #ce0274 1px solid;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  background: #e3007f;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}

.form_btn:hover {
  background: #d10678;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.form_mid_txt_wrap {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #363636;
}

.form_mid_txt_wrap a {
  font-size: 14px;
  font-weight: bold;
  color: #e3007f;
  text-decoration: underline;
}

.form_mid_txt_wrap a:hover {
  color: #d10678;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.form_left_txt_wrap {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 14px;
  font-size: 14px;
  font-weight: bold;
  color: #363636;
}

.form_left_txt_wrap .check_box {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.form_left_txt_wrap span {
  display: inline-block;
  vertical-align: middle;
}

.form_left_txt_wrap a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  color: #e3007f;
  text-decoration: underline;
}

.form_left_txt_wrap a:hover {
  color: #d10678;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.form_certify_txt_wrap {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  font-size: 13px;
  font-weight: bold;
  color: #363636;
  position: relative;
  margin-bottom: 10px;
}

.form_certify_txt_wrap span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
}

.form_certify_txt_wrap .red {
  color: #ff1751;
}

.certify_btn_wrap {
  float: left;
  width: 100%;
  text-align: center;
}

.certify_btn {
  display: inline-block;
  background: #ef547b;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  padding: 10px;
}

.certify_btn:hover {
  background: #cd4b6c;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.registor_status_title {
  float: left;
  width: 100%;
  font-size: 24px;
  color: #e3007f;
  font-weight: bold;
  text-align: center;
}

.registor_status_error {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 1.3;
  color: #666;
  margin-top: 20px;
  text-align: center;
}

.registor_status_members {
  float: left;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.registor_status_members .status_head {
  display: inline-block;
  vertical-align: middle;
  width: 130px;
  height: 130px;
  margin-right: 20px;
}

.registor_status_members .status_head img {
  width: 130px;
  height: 130px;
  -moz-border-radius: 65px;
  -webkit-border-radius: 65px;
  border-radius: 65px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}

.registor_status_members .status_info {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.registor_status_members .status_info .note {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  font-size: 14px;
  color: #363636;
  font-weight: bold;
  margin-top: 20px;
}

.registor_status_members .status_info .note a {
  font-size: 14px;
  color: #e3007f;
  font-weight: bold;
  margin-top: 20px;
}

.registor_status_members .status_info .note a:hover {
  text-decoration: underline;
}

.vip_poster {
  width: 100%;
}

.members_header {
  float: left;
  width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding: 20px;
}

.members_header .profile_zone {
  float: left;
  width: 100%;
  display: table;
}

.members_header .profile_zone .member_thumb {
  display: inline-block;
  vertical-align: middle;
  display: table-cell;
  width: 80px;
  height: 80px;
}

.members_header .profile_zone .member_thumb img {
  width: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.members_header .profile_zone .members_profile {
  display: inline-block;
  vertical-align: middle;
  display: table-cell;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding-left: 20px;
}

.members_header .profile_zone .members_profile .member_status {
  float: left;
  width: 100%;
}

.members_header .profile_zone .members_profile .member_status .member_type {
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #ff9a12;
  padding-top: 5px;
  padding-bottom: 5px;
}

.member_type .icon {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  margin-right: 10px;
}

.members_header .profile_zone .members_profile .member_status .member_coins {
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
}

.members_header
  .profile_zone
  .members_profile
  .member_status
  .member_coins
  .icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.members_header
  .profile_zone
  .members_profile
  .member_status
  .member_coins
  span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  color: #ff9a12;
  text-decoration: underline;
}

.members_header .profile_zone .members_profile .members_setting_btn {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #e3007f;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 10px;
}

.members_header .profile_zone .members_profile .members_setting_btn:hover {
  background: #b30365;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.members_header .member_name {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #595959;
  font-weight: bold;
  text-align: left;
  margin-top: 20px;
}

.members_label {
  float: left;
  width: 100%;
  border-top: #e1e1e1 1px solid;
  border-bottom: #e1e1e1 1px solid;
  background: #fff;
}

.members_label a {
  float: left;
  width: 50%;
  border-right: #e1e1e1 1px solid;
  background: #fff;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.members_label a:last-child {
  border-right: none;
}

.members_label a .icon {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background-size: 15px 28px;
  background-position: top;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.members_label a .icon.set1 {
  background-image: url(../images/mem_nav_pink_icon1.png);
}

.members_label a .icon.set2 {
  background-image: url(../images/mem_nav_pink_icon2.png);
}

.members_label a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  color: #7e787b;
}

.members_label a:hover > span,
.members_label a.current span {
  color: #e3007f;
}

.members_label a:hover > .icon,
.members_label a.current .icon {
  background-position: bottom;
}

.toggle_box {
  float: left;
  width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding: 0px 10px;
  margin: 10px 0;
}

.toggle_box .title {
  line-height: 2;
  float: left;
  width: 100%;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding: 10px;
  color: #333;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

.toggle_box .title .arrow {
  /* position: absolute; */
  /* right: 10px; */
  /* top: 10px; */
  /* width: 20px; */
  /* height: 14px; */
  /* background: url(../images/toggle_arrow.png) top no-repeat; */
  /* background-size: 20px 28px; */
  color: #e2097f;
  font-size: 30px;
  float: right;
}

.toggle_box .title .arrow.reverse {
  background: url(../images/toggle_arrow.png) bottom no-repeat;
  background-size: 20px 28px;
}

.toggle_box .toggle_box_content {
  float: left;
  width: 100%;
}

.recording_table {
  width: 100%;
  border: #ccc 1px solid;
}

.recording_table th {
  padding: 5px;
  background: #e3007f;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  /*  border-right: #CCC 1px solid;*/
}

.recording_table td {
  padding: 5px;
  /*  border-right: #CCC 1px solid;*/
  font-size: 14px;
  color: #666;
}

.recording_table tr {
  background: #fff;
  /*  border-bottom: #CCC 1px solid;*/
}

.recording_table tr:nth-child(odd) {
  background: #f6f6f6;
}

.members_current_id {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: center;
}

.members_current_id .title {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #3c3b3a;
  font-weight: bold;
}

.members_current_id .m_ID {
  float: left;
  width: 100%;
  font-size: 25px;
  color: #3c3b3a;
  font-weight: bold;
  margin-top: 10px;
}

.members_head_display {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 20px;
  text-align: center;
  z-index: 0;
}

.members_head_display .head_img {
  display: inline-block;
  width: 130px;
  height: 130px;
  -moz-border-radius: 65px;
  -webkit-border-radius: 65px;
  border-radius: 65px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.head_upload_wrap {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.head_upload {
  display: inline-block;
  margin: 0 auto;
}

/**vip**/

.vip_banner {
  float: left;
  width: 100%;
  position: relative;
}

.vip_banner .banner_cover {
  float: left;
  width: 100%;
  position: relative;
  z-index: 0;
}

.vip_banner .banner_slogan {
  position: absolute;
  width: 100%;
  z-index: 3;
  left: 0px;
  bottom: 0px;
  background: url(../images/bk_27.png) repeat;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
}

.vip_banner .banner_slogan .txt {
  display: inline-block;
  vertical-align: middle;
  width: 280px;
  height: 89px;
}

.vip_banner .banner_slogan .vip_upgrade {
  display: inline-block;
  vertical-align: middle;
  width: 280px;
  box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.75);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(119, 119box, 119, 0.75);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding: 13px 16px 13px 16px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #ffde03;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffde03 2%, #f8bf00 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffde03 2%, #f8bf00 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffde03 2%, #f8bf00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffde03', endColorstr='#f8bf00', GradientType=0);
  /* IE6-9 */
  margin-top: 10px;
}

.vip_banner .banner_slogan .vip_upgrade .icon {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 24px;
  margin-right: 10px;
}

.vip_banner .banner_slogan .vip_upgrade span {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(150, 150, 150, 1);
}

.vip_banner .banner_slogan .vip_upgrade:hover {
  background: #ffde03;
}

.vip_promo_txt {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #171717;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
}

.page_nav {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.page_nav ul {
  width: 100%;
}

.page_nav ul li {
  display: inline-block;
  width: 26px;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  color: #717171;
  font-weight: bold;
}

.page_nav ul li a {
  display: block;
  width: 26px;
  height: 26px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  text-align: center;
  border: #cacaca 1px solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ebebeb+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
  /* IE6-9 */
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  line-height: 26px;
  color: #717171;
  font-weight: bold;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.1);
}

.page_nav ul li a.current {
  background: #606060;
  /* Old browsers */
  color: #fff;
}

.page_nav ul li a:hover {
  background: #ffffff;
  /* Old browsers */
  color: #717171;
}

/**tags**/

.tags_wall {
  float: left;
  width: 100%;
  border-top: #acacac 1px solid;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}

.tags_wall li {
  float: left;
  width: 50%;
  border-right: #acacac 1px solid;
  border-bottom: #acacac 1px solid;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  background: #fff;
}

.tags_wall li:nth-child(2n) {
  border-right: none;
}

.tags_wall li a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #e3007f;
  font-weight: bold;
  background: #fff;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding-top: 18px;
  padding-bottom: 18px;
}

.tags_wall li a:hover {
  color: #fff;
  background: #e3007f;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

/**landing**/

.landing_wrap {
  float: left;
  width: 100%;
  text-align: center;
  background: #fff;
}

.landing_content {
  display: inline-block;
  width: 100%;
}

.landing_head {
  display: inline-block;
  width: 100%;
  position: relative;
}

.landing_head .landing_visual {
  float: left;
  width: 100%;
  position: relative;
  z-index: 0;
}

.landing_head .landing_logo {
  position: absolute;
  z-index: 1;
  width: 120px;
  height: 26px;
  top: 20px;
  right: 20px;
}

.landing_head .landing_bottom_group {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 20px;
  left: 0px;
  text-align: center;
}

.landing_head .landing_bottom_group .adult_btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  width: 40%;
  height: 80px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.75);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(119, 119box, 119, 0.75);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f42e9d+1,e3007f+100 */
  background: #f42e9d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f42e9d 1%, #e3007f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f42e9d 1%, #e3007f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f42e9d 1%, #e3007f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f42e9d', endColorstr='#e3007f', GradientType=0);
  /* IE6-9 */
  cursor: pointer;
  margin-right: 4%;
}

.landing_head .landing_bottom_group .adult_btn .center {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 94%;
  height: 70px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 5px 3% 5px 3%;
  border: #ffeaea 1px solid;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  line-height: 70px;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.1);
}

.landing_head .landing_bottom_group .unadult_btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  width: 40%;
  height: 80px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.75);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(119, 119box, 119, 0.75);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d7d5d6+1,898989+100 */
  background: #d7d5d6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d7d5d6 1%, #898989 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d7d5d6 1%, #898989 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d7d5d6 1%, #898989 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d5d6', endColorstr='#898989', GradientType=0);
  /* IE6-9 */
  cursor: pointer;
}

.landing_head .landing_bottom_group .unadult_btn .center {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 94%;
  height: 70px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 5px;
  border: #ffeaea 1px solid;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  line-height: 70px;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.1);
}

.landing_head .landing_bottom_group .slogan {
  display: inline-block;
  vertical-align: middle;
  width: 84%;
  margin-bottom: 10px;
}

.landing_warning {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
}

.landing_warning .landing_table {
  width: 100%;
  display: table;
  text-align: left;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding: 10px;
}

.landing_warning .landing_table .adult_icon {
  display: table-cell;
  vertical-align: top;
  width: 50px;
  height: 50px;
}

.landing_warning .landing_table .adult_icon img {
  width: 100%;
}

.landing_warning .landing_table .adult_txt {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding-left: 20px;
}

.landing_warning .landing_table .adult_txt .a_title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

.landing_warning .landing_table .adult_txt .a_des {
  font-size: 12px;
  color: #080808;
  line-height: 1.4;
  margin-bottom: 20px;
}

.landing_warning .landing_table .adult_txt .a_des a {
  font-size: 12px;
  color: #e3007f;
}

.landing_warning .landing_table .adult_txt .a_des a:hover {
  text-decoration: underline;
}

.landing_warning .copy_right_footer {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  font-size: 12px;
  color: #333;
  text-align: center;
  line-height: 1.4;
}

/**footer**/

#FOOTER {
  float: left;
  width: 100%;
  background: #000;
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#FOOTER .Map_links {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 15px 15px 10px 15px;
}

#FOOTER .Map_links li {
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
  border-right: #3d3a3a 1px solid;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding-right: 10px;
  margin-bottom: 5px;
}

#FOOTER .Map_links li:last-child {
  border-right: none;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding-right: 0px;
  margin-right: 0px;
}

#FOOTER .Map_links li a {
  display: block;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}

#FOOTER .Map_links li a:hover {
  text-decoration: underline;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

#FOOTER .bottom_bar {
  float: left;
  width: 100%;
  background: #3c3e40;
  font-size: 12px;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding: 14px;
  line-height: 1.4;
}

#FOOTER .bottom_bar .copyright {
  float: left;
  width: 100%;
  text-align: center;
}

#FOOTER .bottom_bar .warnings {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

/*    */

.pink_bar {
  background-color: #f087a9;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}

.eye_icon {
  color: #fff;
  box-sizing: border-box;
  float: left;
}

.clear {
  clear: both;
}

.clear::before {
  clear: both;
  content: " ";
  display: table;
}

.clear::after {
  clear: both;
  content: " ";
  display: table;
}

.icon_size {
  font-size: 1.5em;
}

.browse {
  line-height: 1.8em;
  color: #fff;
  margin-left: 5px;
}

.share_icon {
  color: #fff;
  float: right;
  box-sizing: border-box;
  font-size: 1.5em;
  margin-right: 10px;
}

.share_icon a {
  color: #fff;
}

.share_icon a:active {
  color: #ff0;
}

.star_icon {
  color: #fff;
  float: right;
  box-sizing: border-box;
  font-size: 1.5em;
}

.star_icon a:active {
  color: #ff0;
}

.star_yellow {
  color: #ff0;
  float: right;
  box-sizing: border-box;
  font-size: 1.5em;
}

.star_yellow a {
  color: #fff;
  padding-top: 3px;
  display: block;
}

.albums {
  display: table-cell;
  vertical-align: middle;
  width: 127px;
  box-sizing: border-box;
}

.video_data {
  display: table-cell;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: 0px;
  font-size: 14px;
  color: #4c4c4c;
  padding-left: 0.7em;
  line-height: 1.4em;
}

.video_text_data {
  font-size: 14px;
  color: #4c4c4c;
  text-align: justify;
  line-height: 1.4em;
}

.pay_btn {
  float: left;
  /* width: 48%; */
  margin: 10px 1%;
}

.pay_btn_vip {
  width: 90%;
  margin: 15px auto;
}

.count_btn {
  color: #fff;
  background-color: #e31489;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  text-align: center;
}

.count_btn img {
  width: 20%;
  float: left;
}

.count_btn span {
  line-height: 1.9em;
  margin-left: 5px;
}

.preview_btn {
  color: #fff;
  background-color: rgb(133 133 133 / 80%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 15px;
  text-align: center;
}

.preview_btn span {
  line-height: 1.9em;
  margin-left: 5px;
}

.vip_btn {
  color: #fff;
  background-color: #2370ee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  text-align: center;
  width: 95%;
  display: block;
  margin: 0 auto;
}

.vip_btn img {
  width: 20%;
  float: left;
}

.vip_btn span {
  line-height: 1.9em;
  margin-left: 5px;
}
.preview_btn{
  color: #fff;
  background-color: #FF9800;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  text-align: center;
  width: 95%;
  display: block;
  margin: 0 auto;
}
.preview_btn span {
  line-height: 1.9em;
  margin-left: 5px;
}
.btn_row{
  display: flex;
  padding: 0 0 15px;
}
.btn_row a{
 margin: 0 2.5%;
}
.video_head {
  background-color: #141414;
  box-sizing: border-box;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  margin: 10px 0 0;
}

.video_head .more {
  float: right;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #cccccc;
  padding-left: 7px;
  color: #e4007f;
  font-size: 1em;
  line-height: 26px;
}

.video_head .more a {
  color: #fff;
}

.video_head_text {
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: #fff;
  padding-left: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  float: left;
}

.single_box:nth-child(odd) {
  width: 49.5%;
  float: right;
  border-left-width: 0.1em;
  border-left-style: solid;
  border-left-color: #fff;
  border-bottom-width: 0.2em;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  position: relative;
}

.single_box:nth-child(even) {
  width: 49.5%;
  float: left;
  border-right-width: 0.1em;
  border-right-style: solid;
  border-right-color: #fff;
  border-bottom-width: 0.2em;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  position: relative;
}

.single_img {
  width: 100%;
  position: relative;
  height: 105px;
  overflow: hidden;
}

.single_img img {
  width: 100%;
}
.video-text{
  font-size: 13px;
  color: #fff;
  padding: 15px 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.single_texe {
  width: 100%;
  height: auto;
  background-color: #000;
  position: absolute;
  bottom: 0px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+38,0.78+69,0.85+100 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjY5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 38%,
    rgba(0, 0, 0, 0.78) 69%,
    rgba(0, 0, 0, 0.85) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 38%,
    rgba(0, 0, 0, 0.78) 69%,
    rgba(0, 0, 0, 0.85) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 38%,
    rgba(0, 0, 0, 0.78) 69%,
    rgba(0, 0, 0, 0.85) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d9000000', GradientType=0);
  /* IE6-8 */
}

.single_texe p {
  color: #fff;
  font-size: 0.6em;
  padding: 0.3em;
  text-align: justify;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.single_time {
  float: right;
}

.single_hd {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 3em;
}

.albums_box {
  width: 32.5%;
  float: left;
  margin-bottom: 5px;
}

.albums_box:nth-child(even) {
  width: 32.5%;
  margin-right: 1.25%;
  margin-left: 1.25%;
}

.albums_img {
  width: 100%;
  position: relative;
}

.albums_img img {
  width: 100%;
}

.help {
  width: 100%;
  color: #fff;
  width: 320px;
  height: 480px;
}

.help_box {
  width: 100%;
  color: #fff;
  background-color: #ef547b;
}

.top_box {
  padding: 5px;
}

.top_box h2 {
  padding-top: 15px;
  text-align: center;
}

.img_box {
  width: 50%;
  margin: 0px auto;
  padding-top: 10px;
}

.img_box img {
  width: 100%;
}

a {
  text-decoration: none;
}

.icon_font {
  width: 1.1em;
  text-align: center;
  color: #fff;
}

.like_text {
  font-size: 0.7em;
  font-weight: lighter;
}

.price {
  color: #e3007f;
}

.price_head {
  font-size: 1.3em;
  color: #e3007f;
}

.btn_word {
  text-align: center;
  font-size: 0.9em;
  color: #666;
}

.input_field_select select {
  border: #d1d1d1 1px solid !important;
  /*Removes border*/
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  appearance: none;
  background: url(../images/pay_arrow.png) no-repeat 95% center;
  width: 100%;
  /*Width of select dropdown to give space for arrow image*/
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
  /*My custom style for fonts*/
  color: #000;
  border-radius: 5px;
  padding: 5px;
  height: 40px;
  background-color: #ece9e6;
  background-size: 10px 15px;
  margin-bottom: 1em;
}

.input_field_radio input[type="radio"] {
  display: none;
}

.input_field_radio input[type="radio"] + label {
  display: inline-block;
  background-color: #ccc;
  cursor: pointer;
  padding: 15px 15px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  float: right;
}

.input_field_radio input[type="radio"]:checked + label {
  background: url(../images/pay_radio.png) no-repeat center;
  background-size: 15px 15px;
  background-color: #ccc;
}

.input_field_radio p {
  margin-bottom: 1em;
}

.input_field_radio img {
  float: left;
}

.up_text {
  line-height: 2em;
  margin-left: 0.5em;
  float: right;
  margin-right: 10px;
}

.pay_head {
  font-size: 1.3em;
  line-height: 2em;
}

.pay_status {
  font-size: 1.3em;
  line-height: 2em;
  text-align: center;
}

.pay_status_text {
  line-height: 2em;
}

.vip_img {
  width: 100%;
  margin: 1em auto;
}

.vip_img img {
  width: 100%;
}

.pay_ol {
  margin: 1em;
}

.pay_ol li {
  text-align: justify;
  line-height: 1.5em;
  margin: 0.5em 0;
}

/**av_news**/

.av_news {
  width: 96%;
  padding: 2%;
  margin: 0 auto;
}

.av_head {
  font-size: 21px;
  text-align: left;
  margin: 0.5em 0;
  color: #4a4a4a;
  margin-left: 10px;
}

.av_head span {
  font-size: 16px;
  color: #8c8c8c;
  margin-left: 10px;
}

.av_news_bottom_list {
  width: 100%;
  float: left;
  margin: 10px 0;
}

.av_news_bottom_list_img {
  width: 100%;
  position: relative;
}

.av_news_bottom_list_img img {
  width: 100%;
  overflow: hidden;
}

.av_news_bottom_list a p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 30px;
}

.av_news_bottom_list a {
  color: #4a4a4a;
  text-align: justify;
  text-decoration: none;
}

.av_news_bottom_list a:hover {
  color: #4a4a4a;
  text-align: justify;
  text-decoration: underline;
}

.bought_tab {
}

.bought_tab li {
  float: left;
  padding: 5px;
  margin: 5px 0px 10px 0px;
  width: 50%;
  text-align: center;
}

.bought_tab li:nth-child(1) {
  border-top: 1px #e3007f solid;
  border-bottom: 1px #e3007f solid;
  border-left: 1px #e3007f solid;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}

.bought_tab li:nth-child(2) {
  border-top: 1px #e3007f solid;
  border-bottom: 1px #e3007f solid;
  border-right: 1px #e3007f solid;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pay_tab li:nth-child(1) {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  background-color: #f9f9f9;
}

.pay_tab li:nth-child(2) {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #f9f9f9;
}

.pay_tab li {
  float: left;
  padding: 10px;
  margin: 5px 0px 10px 0px;
  width: 50%;
  text-align: center;
}

.pay_tab li a {
  color: #585858;
}

.pay_tab_icon {
  height: 40px;

  float: left;
}

.pay_tab_icon img {
  height: 100%;
}

.form_btn_wrap p {
  color: #616161;
  line-height: 1.5;
  font-size: 14px;
}

.bought_btn a {
  color: #e3007f;
  padding: 5px 15px;
  display: block;
}

.bought_btn a:hover {
  color: #fff;
  padding: 5px 15px;
  background: #e3007f;
  display: block;
}

.bought_btn .active_btn {
  color: #fff;
  padding: 5px 15px;
  background: #e3007f;
  display: block;
}

.expired {
  color: #f00;
  margin-left: 5px;
}

.recording_table .name_a {
  color: #e3007f;
}

.remove {
  position: absolute;
  z-index: 10;
}

.pay_name {
  display: none;
}

.input_field_radio table {
  width: 100%;
}

.input_field_radio table td {
  line-height: 2;
  padding: 10px;
}

.input_field_radio table tr {
  border: 1px #000;
  border-bottom-style: ;
}

.input_field_radio h3 {
  font-size: 1.3em;
  line-height: 2em;
  text-align: center;
}

.form_btn_pay {
  display: block;
  /* width: 260px; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  border: #ce0274 1px solid;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  background: #e3007f;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}

.night_icon {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
}

.night_icon:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.night_icon i {
  display: inline-block;
  font-size: 60px;
  vertical-align: middle;
}

.per_month {
  font-size: 15px;
  color: #656565;
}

.coin_box {
  background: #fff;
  width: 90%;
  padding: 5%;
  margin: 5% auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.75);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(119, 119box, 119, 0.75);
}

.coin_img {
  width: 50px;
  margin: 10px auto;
}

.coin_img img {
  width: 100%;
}

.coin_text {
  font-size: 45px;
  margin: 10px 0px;
  color: #ff547f;
  text-align: center;
}

.coin_unit {
  color: #6b6b6b;
  font-size: 19px;
  font-weight: lighter;
  margin-left: 3px;
  text-align: center;
}

.coin_nt {
  font-size: 16px;
  margin: 5px 0px;
  font-weight: lighter;
  text-align: center;
}

.ibiza_coin_line {
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #999;
  margin: 10px 0px;
}

.coin_btn_pt {
  width: 100%;
  line-height: 52px;
  text-align: right;
  margin: 12px auto;
}

.coin_btn_pt a {
  color: #525252;
  font-size: 15px;
  background-color: #fdfdfd;
  padding: 10px 15px 10px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  /* border: 1px solid #9e9e9e; */
  box-shadow: 0px 0px 3px 0px rgba(119, 119, 119, 0.75);
  -moz-box-shadow: 0px 0px 3px 0px rgba(119, 119, 119, 0.75);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(119, 119box, 119, 0.75);
}

.coin_btn_pt a:hover {
  color: #525252;
  font-size: 15px;
  background-color: #fdfdfd;
  padding: 10px 15px 10px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  /* border: 1px solid #9e9e9e; */
  box-shadow: 0px 0px 1px 0px rgba(119, 119, 119, 0.75);
  -moz-box-shadow: 0px 0px 1px 0px rgba(119, 119, 119, 0.75);
  -webkit-box-shadow: 0px 0px 1px 0px rgba(119, 119box, 119, 0.75);
}

.coin_btn_pt_icon {
  height: 40px;
  float: left;
  margin: 5px 0px 0 15px;
}

.coin_btn_pt_icon img {
  height: 100%;
}

.ibiza_title {
  font-size: 35px;
  margin: 29px 0px 25px 0px;
  text-align: center;
}

.coin_word {
  margin: 15px 0;
  text-align: justify;
  width: 90%;
  padding: 5%;
  margin: 5% auto;
}

.reward_btn {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #e3007f;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 20px;
  line-height: 2;
  margin-bottom: 20px;
}

.av_table {
  width: 296px;
  margin: 30px auto 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.av_table li {
  float: left;
}

.av_table li .av_table_1 {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #e3007f;
  padding: 10px 40px;
  color: #e3007f;
}

.av_table li .av_table_2 {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #e3007f;
  padding: 10px 40px;
  color: #e3007f;
}

.av_table li .active {
  background: #e3007f;
  color: #fff;
}

.exchange_card {
  display: block;
  text-align: center;
  padding: 10px 0px 10px 10px;
  background: #ffffff;
  color: #5d5d5d;
  border: solid 1px #cecece;
  margin: 10px 0;
}

.exchange_card span {
  font-size: 15px;
}

.exchange_card i {
  margin-right: 10px;
}

.app_dw {
  width: 100%;
  height: auto;
  background: url(../images/av_1280.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
  text-align: center;
}

.app_dw_title {
  font-size: 23px;
  line-height: 1.5;
  color: #fff;
}

.app_dw_head {
  font-size: 33px;
  line-height: 1.5;
  color: #fff;
}

.app_dw_text {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

.app_dw_img img {
  width: 100%;
}

.app_dw_icon {
  width: 100px;
  margin: 0 auto 20px;
}

.app_dw_icon img {
  width: 100%;
}

.form_btn_app {
  display: block;
  /* width: 260px; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  border: #ce0274 1px solid;
  font-weight: 500;
  font-size: 21px;
  color: #ffffff;
  background: #e3007f;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}

.app_dw_des {
  padding: 15px;
  background: #fff;
}

.app_dw_des h3 {
  font-size: 21px;
  text-align: center;
  margin-top: 20px;
  color: #464646;
}

.app_dw_des h4 {
  font-size: 19px;
  line-height: 2;
}

.menu_app_img {
  width: 50px;
  float: left;
}

.menu_app_img img {
  width: 100%;
}

.menu_app_text {
  width: 155px;
  float: left;
  color: #fff;
  text-align: center;
}

.menu_app_text p {
  line-height: 1.5;
}

.add_points {
  color: forestgreen;
}

.minus_points {
  color: firebrick;
}

.patch_ad {
  width: 100%;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  display: none;
}

.patch_ad ul li {
  background: #fafafa;
  position: relative;
  float: left;
}

.patch_ad_box_1 {
  width: 200px;
}

.patch_ad_head {
  font-size: 18px;
  padding: 5px;
  color: #404040;
}

.patch_ad_text {
  font-size: 15px;
  padding: 15px 0 0 0;
  color: #404040;
  text-align: justify;
  line-height: 1.5;
  padding: 6px;
}

.patch_ad_btn {
  width: 90%;
  margin: 5px auto;
}

.patch_ad_btn a {
  padding: 10px 0;
  background: #e3007f;
  color: #fff;
  display: block;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.patch_ad_box {
  background: #fafafa;
  position: relative;
  float: left;
  width: calc(100% - 200px);
  height: 200px;
  overflow: hidden;
}

.patch_ad_close {
  position: absolute;
  display: none;
  z-index: 100;
}

.patch_ad_content {
  width: 200px;
  margin: 10px auto;
}

.play_er {
  width: 100%;
  position: absolute;
  z-index: 9;
  top: 0;
}

.play_er img {
  width: 100%;
}

.reciprocal {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  padding: 15px;
  color: #e3007f;
  text-align: center;
  font-size: 1.7em;
}

.copywriter {
  background: #fff;
  padding: 10px;
}

.copywriter_box {
  width: 100%;
  margin: 0 auto;
  font-size: 17px;
  text-align: justify;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #3c3b3b;
}

.copywriter_box h2 {
  text-align: left;
  line-height: 2;
  font-size: 27px;
  font-weight: 900;
}

.copywriter_box h3 {
  text-align: left;
  line-height: 2;
  font-size: 21px;
  font-weight: 900;
  margin-top: 10px;
}

.copywriter_box p {
  margin: 15px 0;
}

.copywriter_box a {
  color: #e3007f;
}

.copywriter_box ul {
  margin-left: 35px;
}

.copywriter_box ul li {
  list-style: disc;
  padding: 5px 0;
}

.faq {
  width: 100%;
}

.faq .title {
  color: #eb3232;
  font-size: 16px;
  line-height: 1.5;
  cursor: default;
  margin: 10px 0;
}

.faq .title i {
  color: #000;
  margin-right: 5px;
}

.faq .title a {
  margin-left: 10px;
  float: right;
}

.faq .con {
  display: none;
}

.faq_box {
  position: relative;
  font-size: 16px;
  padding: 10px;
  background-color: #f5f5f5;
  text-indent: 10px;
  line-height: 1.5;
  text-align: justify;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #f5f5f5 transparent;
  position: relative;
  left: 15px;
}

.faq_title {
  font-size: 25px;
}

.footer_btn {
  background: #fafafa;
  margin: 10px 0;
}

.footer_btn a {
  display: block;
  padding: 10px;
  text-align: center;
  color: #5f5f5f;
}

.footer_btn a i {
  margin-left: 5px;
}

.footer_btn a span {
  float: left;
}

.app_dw_des p img {
  width: 100%;
}

.app_dw_des p {
  margin: 10px 0;
}

.app_dw_des .step_img {
  padding: 15px 0;
}

.album {
  width: 100%;
}

.album li {
  width: 100%;
  padding: 5px 0 0 0;
  position: relative;
}

.album li img {
  width: 100%;
}

.album .single_texe {
  padding: 5px 0 0 0;
}

.album .single_texe p {
  font-size: 1em;
}

.album_min {
  font-size: 0;
}

.album_min li {
  display: inline-block;
  width: 30%;
  margin: 0 1.66% 15px;
}

.album_min li a {
  width: 100%;
  position: relative;
  display: block;
}

.album_min li a img {
  width: 100%;
}

.album_tag {
  margin: 0;
  padding: 0 0 10px;
}

.album_tag li {
  display: inline-block;
}

.album_tag li a {
  background-color: #fff;
  font-size: 13px;
  padding: 3px 5px;
  border-radius: 3px;
  color: #e3007f;
}

.bought {
  width: 100%;
  border-bottom: solid 1px #efefef;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.bought_img {
  width: 70px;
  float: left;
}

.bought_img img {
  width: 100%;
}

.bought_text {
  display: table;
  padding: 0 5px;
  color: #696969;
}

.bought_name {
}

.bought_buy {
  margin-top: 5px;
}

.bought_maturity {
  margin-top: 5px;
}

.order {
  width: 100%;
  border-bottom: solid 1px #efefef;
  padding-bottom: 5px;
  padding-top: 10px;
}

.order a {
  display: block;
  color: #676767;
}

.order_date {
  line-height: 1.5;
}

.order_text {
  line-height: 1.5;
}

.order_check {
  float: right;
  color: #4caf50;
  font-size: 21px;
}

.order_circle {
  float: right;
  color: #e91e63;
  font-size: 21px;
}

.fb_logo {
  width: 260px;
  text-align: center;
  margin: 20px auto;
}

.fb_logo img {
  width: 100%;
}

.logo_head {
  text-align: left;
  border-bottom: 1px solid #e3007f;
  padding-bottom: 10px;
  width: 100%;
  margin: 30px auto 0;
}

.logo_head h2 {
  color: #e3007f;
  font-size: 21px;
}

.logo_form_wrap {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 20px;
}

.linky_id {
  width: 200px;
  margin: 30px auto 20px;
}

.linky_id img {
  width: 100%;
}

.form_btn_wrap_reg {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.form_btn_reg {
  display: inline-block;
  width: 260px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  border: #ce0274 1px solid;
  font-weight: bold;
  font-size: 16px;
  color: #ce0274;
  background: #fafafa;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}

.current {
  background-color: #22a7f0;
}

.swiper-container {
  width: 100%;
  height: 300px;
  margin: 20px auto;
  background: #fafafa;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 100%;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  height: 100%;
}

.search {
  padding: 10px;
}

.search input[type="text"] {
  width: 80%;
  height: 45px;
  margin: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #ccc;
  padding: 0 10px;
  font-size: 15px;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.search_btn {
  float: left;
  width: 20%;
  height: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  border: #ce0274 1px solid;
  font-weight: bold;
  font-size: 23px;
  color: #ffffff;
  background: #e3007f;
  cursor: pointer;
}

.ban {
  width: 100%;
  margin: 10px 0px;
}

.ban img {
  width: 100%;
}

.dl_ban {
  width: 100%;
}

.dl_ban img {
  width: 100%;
}

.loading {
  width: 200px;
  margin: 0px auto;
  position: relative;
  padding: 15px 0;
  text-align: center;
}

.loading_text {
  padding: 5px 0;
  color: #e3007f;
}

.loading .bullet {
  left: 100px;
  position: absolute;
  padding: 4px;
  border-radius: 50%;
  background: #e3007f;
  -webkit-animation: animIn 1s ease-in-out 0s infinite;
  animation: animIn 1s ease-in-out 0s infinite;
}

.loading .bullet:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.loading .bullet:nth-child(2) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.loading .bullet:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.loading .bullet:nth-child(4) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

@-webkit-keyframes animIn {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
}

@keyframes animIn {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
}

.video_box {
  margin: 10px 0 30px;
}

.video_box p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 30px;
  color: #6b6b6b;
}

.video_box--2 {
  width: 100%;
  margin: 10px 0 30px;
}

.video_box--2 img {
  width: 100%;
}

.video_box--2 p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 30px;
  color: #6b6b6b;
}

.popup {
  position: fixed;
  z-index: 999;
  background: #222;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  overflow: auto;
}

.popup_close {
  float: right;
}

.popup_close a {
  display: block;
}

.field {
  max-width: 300px;
  margin: 0 auto;
}

.field_top {
  max-width: 300px;
  margin: 30px auto;
}

#mdOverlay {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  z-index: 999;
  background: #000;
  display: none;
}

#mdWindow {
  /*top: 0%; 
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: #fff; 
    display: none;*/
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  /* background: #fff; */
  display: none;
  height: 100%;
  overflow: auto;
}

#mdWindow > .mdClose {
  top: 15px;
  right: 35px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 1em;
  background: #757575;
  border-radius: 30px;
  position: absolute;
  z-index: 99;
  cursor: pointer;
  box-shadow: 0 0 3px 0 #000;
  text-align: center;
}

#modalInclude {
  display: none;
}

#contWrap {
  margin: 30px auto;
  padding: 0px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  overflow-y: auto;
}

#contWrap h2 {
  margin-bottom: 20px;
  padding: 20px 0;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  border-bottom: #333 1px dotted;
}

#contWrap p {
  padding-bottom: 2em;
  font-size: 1em;
}

.view_on {
  display: block;
  -webkit-animation: ani1 2s;
  animation: ani1 2s;
}

.view_off {
  display: none;
  -webkit-animation: ani2 2s;
  animation: ani2 2s;
}

@-webkit-keyframes ani1 {
  0% {
    top: 100%;
  }

  50% {
    top: 0px;
  }

  100% {
    top: 0%;
  }
}

@-webkit-keyframes ani2 {
  0% {
    bottom: 100%;
  }

  50% {
    bottom: 0px;
  }

  100% {
    bottom: 0px;
  }
}

.pay_btn_icon {
  height: 40px;
  padding: 0 0 10px;
  position: absolute;
  top: 15%;
  left: 5%;
}

.pay_btn_icon img {
  height: 100%;
}

.field_text {
  text-align: center;
  font-size: 0.9em;
  color: #fff;
  line-height: 2;
}

.nonage {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  background: url("../images/adults_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15px;
}

.nonage p {
  text-align: center;
  position: relative;
  width: 100%;
  line-height: 2;
  color: #585858;
  font-size: 14px;
  padding: 90% 5px 0;
}

.nonage .btn {
  width: 100%;
  margin: 0px auto;
  border: 1px solid #f1527a;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  margin-top: 10px;
}

.nonage .btn_text {
  font-size: 15px;
  color: #f1527a;
  text-align: center;
  line-height: 45px;
}

.nonage .btn_text:active {
  background-color: #f1527a;
  color: #fff;
}

.user_menu {
}

.user_menu_img {
  width: 40px;
  float: left;
}

.user_menu_img img {
  width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.user_menu_text {
  float: right;
  color: #fff;
  padding: 10px 0px;
}

.user_menu_name {
  float: left;
  padding: 10px 0px 10px 10px;
  color: #fff;
  font-size: 13px;
}

.members_header .member_nb {
  float: left;
  width: 100%;
  font-size: 15px;
  color: #595959;
  font-weight: bold;
  text-align: left;
}

.members_nav {
  background: #fff;
  margin-bottom: 100px;
}

.members_nav ul {
  width: 100%;
}

.members_nav ul li {
  border-bottom: 1px solid #e8e8e8;
  /* border-top: 1px solid #e8e8e8; */
}

/* :nth-child(2) */
.members_nav ul li a {
  width: 100%;
  padding: 20px 10px;
  display: block;
  color: #6d6d6d;
  position: relative;
  font-size: 18px;
}

.members_nav ul li a .fa-angle-right {
  position: absolute;
  right: 5%;
  top: 35%;
  font-size: 23px;
}

.members_nav_font {
  margin-right: 10px;
}

.members_nav ul li a .certify_text {
  float: right;
  margin-right: 45px;
  font-size: 15px;
  padding: 5px 0 0 0;
  color: #4caf50;
}

.members_nav ul li a .certify_text_no {
  float: right;
  margin-right: 45px;
  font-size: 15px;
  padding: 5px 0 0 0;
  color: #f00;
}

.members_nav_title {
  float: left;
  width: 100%;
  font-size: 21px;
  color: #3c3b3a;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.center_page {
  width: 100%;
  min-height: 400px;
  padding-top: 100px;
}

.center_page p {
  color: #cacaca;
  font-size: 21px;
  text-align: center;
  line-height: 2;
}

.center_page p i {
  font-size: 100px;
}

.single_vip {
  position: absolute;
  width: 70px;
  right: 0;
  z-index: 1;
}

.single_vip img {
  width: 100%;
}

.field_dm {
  max-width: 300px;
  margin: 10px auto;
}

.field_dm img {
  width: 100%;
}

.mo_br {
  height: 60px;
  background-color: #ccc;
  clear: both;
}

.patch {
  height: 60px;
  background-color: #ccc;
  clear: both;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
}

.view_show {
  display: block;
}

.union {
  width: 70px;
  margin: 0 0 15px 0;
}

.union img {
  width: 100%;
}

.wechat_pay_icon {
  width: 100%;
  margin: 0 0 15px 0;
  line-height: 45px;
  font-size: 21px;
}

.wechat_pay_icon img {
  width: 50px;
  float: left;
  margin-right: 10px;
}

.payup_head {
  font-size: 1.1em;
  line-height: 2em;
}

.payup_text {
  line-height: 2;
  text-align: justify;
}

.payup_text span {
  color: #f00;
  display: block;
}

.payup_text span ul li {
  font-size: 15px;
  line-height: 1.5;
}

.price_up {
  color: #f00;
  text-align: center;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.uppay_row {
  background-color: #fff;
  display: block;
}

.form_btn_up {
  display: inline-block;
  width: 260px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  border: #e3007f 1px solid;
  font-weight: bold;
  font-size: 16px;
  color: #e3007f;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}

.free_text {
  line-height: 2;
  margin: 15px 0;
  color: #4e4e4e;
}

.free_title {
  font-size: 23px;
}

.wall {
  padding: 15px;
  background: #e6e6e6;
  margin: 10px 0;
}

.wall li {
  line-height: 2;
  color: #e3007f;
}

.spread_link {
  padding: 15px;
  background: #e6e6e6;
  margin: 10px 0;
}

.spread_link p {
  line-height: 2;
  color: #4e4e4e;
}

.copy_link {
  float: right;
  color: #0076b5;
  text-decoration: underline;
  font-size: 19px;
}

.spread_amount {
  text-align: center;
  margin: 15px 0 25px;
  color: #4e4e4e;
  font-size: 18px;
}

.spread_link_text {
}

.spread_link_text li {
  line-height: 2;
  color: #4e4e4e;
  text-align: justify;
}

.spread_btn {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  border: #ce0274 1px solid;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  background: #e3007f;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
  margin: 15px 0;
}

.spread_btn {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  border: #ce0274 1px solid;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  background: #e3007f;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
  margin: 15px 0;
}

.spread_btn_s {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  /* border: #ce0274 1px solid; */
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  background: #adadad;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
  margin: 15px 0;
}

.spread_nb {
  font-size: 23px;
  line-height: 2;
  text-align: center;
  color: #4e4e4e;
}

.spread_nb span {
  margin: 0 5px;
  font-size: 25px;
  color: #e3007f;
}

.spread_nb_text {
  font-size: 23px;
  line-height: 2;
  text-align: center;
  margin: 0 0 25px;
  color: #2196f3;
}

.spread_gift {
  background: #fff;
  padding: 10px;
}

.gift_img {
  width: 100%;
}

.spread_gift {
  text-align: center;
  line-height: 2;
  font-size: 19px;
  color: #4e4e4e;
}

.spread_gift span {
  color: #e3007f;
  margin: 0 5px;
  font-size: 23px;
}

.coupon_row {
  background: #fff;
  padding: 10px;
  min-height: 500px;
}

.coupon_row .txet {
  background: #fff;
  padding: 10px 0;
  font-size: 21px;
}

.cd-popup-container .cd-buttons .coupon_btn {
  width: 100%;
}

header {
  position: relative;
  width: 100%;
  /* height: 200px;
    line-height: 200px;
    text-align: center;
    background-color: #5e6e8d;
    color: #FFF; */
}

header img {
  width: 100%;
}

header h1 {
  font-size: 20px;
  font-size: 1.25rem;
}

.pay_vip_row {
}

.pay_vip_row li {
  width: 100%;
  margin: 20px 0;
}

.pay_vip_row li a {
  width: 100%;
  display: block;
  border: 1px solid #c3c3c3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
}

.pay_tab_text {
  float: right;
  line-height: 40px;
  color: #353535;
}

.pay_tab_text i {
  padding: 0 5px;
}

.subscription {
  background: #fff;
  width: 90%;
  padding: 5%;
  margin: 5% auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(119, 119, 119, 0.1);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(119, 119box, 119, 0.1);
}

.subscription h2 {
  border-bottom: 1px dashed #000;
  padding: 10px 0;
  font-size: 21px;
  font-weight: bold;
  color: #e3007f;
  text-align: center;
}

.subscription_text {
  padding: 10px 0;
  line-height: 1.8;
  text-align: center;
}

.subscription_cancel {
  display: block;
  width: 260px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  border: #ce0274 1px solid;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  background: #e3007f;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
  margin: 10px auto;
}

@media only screen and (min-width: 1170px) {
  .cd-popup-trigger {
    margin: 6em auto;
  }
}

/* -------------------------------- 

xpopup 

-------------------------------- */

.cd-popup {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(154, 154, 154, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: #fff;
  border-radius: 0.25em 0.25em 0.4em 0.4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.cd-popup-container p {
  padding: 3em 1em;
}

.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}

.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
}

.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.cd-popup-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 0.25em;
}

.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}

.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 0.25em 0;
}

.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
}

.cd-popup-close i {
  font-size: 21px;
  padding: 5px;
  color: #848484;
}

.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 8em auto;
  }
}

.btn_bar {
  list-style: none;
  padding: 0;
  font-size: 0;
  float: left;
  width: 100%;
  border-bottom: solid 1px #eaeaea;
  border-top: solid 1px #eaeaea;
  margin-bottom: 15px;
}

.btn_bar li {
  float: left;
  font-size: 17px;
  width: 50%;
}

.btn_bar li:nth-child(2) {
  float: right;
  font-size: 18px;
  width: 50%;
  border-left: solid 1px #f086a9;
}

.btn_bar li a {
  background-color: #fff;
  color: #e3007f;
  text-align: center;
  display: block;
  padding: 15px;
}

.btn_bar li a i {
  margin: 0 3px;
}

.live_fix {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.live_fix_page {
  padding: 20px;
}

.live_fix_page h2 {
  padding: 20px 0 10px;
  font-size: 23px;
  color: #e4007f;
  text-align: center;
}

.live_fix_page h2 span {
  font-size: 15px;
  color: #999999;
  text-align: center;
  display: block;
}

.ive_fix_tg {
  padding: 10px 0;
  text-align: center;
}

.ive_fix_tg a {
  color: #e4007f;
}

.live_fix_close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.live_fix_row {
  margin: 10px 0 0;
  display: block;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  font-size: 21px;
  background-color: #e4007f;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
}

.live_fix_row i {
  margin: 0 5px;
}

.live_row {
  display: inline-block;
  width: 100%;
  /*text-align: justify;*/
}

.live_row li {
  /* display: inline-block;*/
  width: 49.5%;
}

.live_row li:nth-child(even) {
  float: left;
  margin-left: 0.5%;
}

.live_row li:nth-child(odd) {
  float: left;
  margin-right: 0.5%;
}

.live_row li a {
  display: block;
}

.live_box {
  position: relative;
  margin: 0 0 10px;
}

.live_box_title {
  font-size: 0.6em;
  padding: 0.3em;
  text-align: justify;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.live_box_tag {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 2px;
  background-color: rgba(0, 0, 0, 0.3);
  border: #ffdc00 1px solid;
  color: #ffdc00;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.live_box_img {
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.live_box_img img {
  width: 100%;
  display: block;
}

.live_box_tag_vip {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  border: #00bad6 1px solid;
  color: #00bad6;
  font-weight: bold;
  font-size: 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.live_info {
  display: inline-block;
  width: 100%;
}

.stream {
  padding: 10px;
  display: inline-block;
}

.stream li {
  display: inline-block;
  padding: 10px;
  background-color: #e4007f;
  color: #fff;
  font-size: 14px;
}

.stream li a {
  color: #fff;
}

.live_info_ad {
  max-width: 300px;
  margin: 20px auto;
}

.live_play {
  width: 100%;
  position: relative;
}

.live_play img {
  width: 100%;
  display: block;
}

.live_play h2 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c1c1c+92,ffffff+100&1+6,0+100 */
  background: -moz-linear-gradient(
    top,
    rgba(28, 28, 28, 1) 6%,
    rgba(28, 28, 28, 0.09) 92%,
    rgba(255, 255, 255, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(28, 28, 28, 1) 6%,
    rgba(28, 28, 28, 0.09) 92%,
    rgba(255, 255, 255, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(28, 28, 28, 1) 6%,
    rgba(28, 28, 28, 0.09) 92%,
    rgba(255, 255, 255, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1c1c', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}

.live_more {
  width: 90%;
  display: block;
  padding: 5px 0;
  border: #e4007f 1px solid;
  text-align: center;
  color: #e4007f;
  margin: 5px auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.video_tag {
  list-style: none;
  padding: 0px 10px 10px;
}

.video_tag li {
  display: inline-block;
  margin: 5px 5px 0 0;
}

.video_tag li a {
  padding: 5px;
  text-align: center;
  display: block;
  background-color: #fff;
  border-radius: 4px;
  font-size: 13px;
  color: #e4007f;
  border: #eee 1px solid;
}

.search_new {
  padding: 10px;
}

.search_new input {
  width: 100%;
  height: 45px;
  margin: 0;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 0 10px;
  font-size: 15px;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.search_new_btn {
  font-size: 0;
  margin: 10px 0;
}

.search_new_btn a {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  width: 49%;
  margin: 0 0.5%;
  padding: 10px;
}

.search_new_btn .search_av {
  background-color: #e4007f;
  color: #fff;
}

.search_new_btn .search_amateur {
  color: #e4007f;
  border: #e4007f 1px solid;
}

.video_tag_title {
  padding: 10px 10px 0;
}

/*  */

.support_row {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.contact_qa {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 3px 0px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
  width: 100px;
  margin: 0 auto;
  border-radius: 8px;
  padding: 9px 18px 12px;
  background: 0;
  display: block;
  text-align: center;
  background-color: #e3007f;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
}

.qa_box {
  height: 100%;
  /* padding-top: 65px; */
}

.launcher_btn {
  width: 60px;
  height: 60px;
  background-color: #e3007f;
  display: block;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 50px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 50px;
  -moz-border-radius-topright: 0;
  border-radius: 50px;
  border-top-right-radius: 0;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1;
  background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
}

.launcher_btn .material-icons {
  font-size: 40px;
  line-height: 60px;
}

.launcher_box {
  width: 380px;
  height: 640px;
  overflow: hidden;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  z-index: 5;
  background-color: rgb(245, 247, 249);
}

.support_header {
  position: relative;
  color: white;
  background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
}

.support_header h2 {
  color: #fff;
  padding: 15px;
  font-size: 23px;
  font-weight: bold;
}

.launcher_box_clear {
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  z-index: 99;
}

.launcher_box_clear .material-icons {
  text-align: center;
  line-height: 30px;
  color: #fff;
}

.list_qa_font {
  width: 94%;
  text-align: justify;
  display: inline-block;
}

.support_main {
  /* padding: 10px; */
  height: 100%;
  overflow: auto;
}

.support_list_row {
  box-shadow: rgba(18, 52, 77, 0.16) 0px 0px 2px 0px,
    rgba(18, 52, 77, 0.1) 0px 2px 12px 0px;
  width: 100%;
  border-radius: 3px;
  background-color: #fff;
  overflow: hidden;
  /* padding: 10px; */
  margin: 10px 0;
  display: block;
  /*  cursor: pointer; */
}

.support_list_row h2 {
  padding: 15px;
  font-size: 16px;
  border-bottom: 1px solid rgb(211, 211, 211);
  background-color: #f5f5f5;
  /*  margin: -15px -15px 0; */
  display: block;
}

.support_list_row h2 .material-icons {
  float: right;
  font-size: 20px;
}

.support_list {
  display: block;
  list-style: none;
  width: 100%;
  /*     position: relative; */
  margin: 5px 0;
  padding: 5px 10px;
  /*  display: none; */
}

.support_list li {
  width: 100%;
  /* position: relative; */
  margin: 10px 0;
}

.support_list li .support_list_qa {
  width: 100%;
  position: relative;
  display: block;
  background-color: rgb(243, 245, 247);
  padding: 10px;
  color: rgb(18, 52, 71);
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  border-radius: 5px;
}

.support_list_qa i {
  float: right;
}

.chevron {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.support_list li .support_list_qa:hover {
  box-shadow: rgba(18, 52, 77, 0.16) 0px 0px 2px 0px,
    rgba(18, 52, 77, 0.1) 0px 2px 12px 0px;
}

.support_article {
  position: relative;
  width: 100%;
  /* height: 100%; */
  top: 0;
  left: 0;
  z-index: 5;
  /* padding: 10px; */
  display: none;
}

.support_article_text {
  box-shadow: rgba(18, 52, 77, 0.16) 0px 0px 2px 0px,
    rgba(18, 52, 77, 0.1) 0px 2px 12px 0px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  padding: 20px;
  overflow: auto;
  margin: 10px 0;
}

.support_article_text h3 {
  font-size: 19px;
  margin: 0 0 15px;
  font-weight: bold;
}

.support_article_back {
  display: block;
  width: 60px;
  height: 30px;
  /* background-color: rgba(0, 0, 0, .5); */
  background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
  z-index: 2;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  position: absolute;
  top: 15px;
  left: 15px;
}

.support_article_back .material-icons {
  text-align: center;
  line-height: 30px;
  color: #fff;
}

.edit {
  font-size: 16px;
  line-height: 1.8;
  overflow: auto;
  height: 100%;
}

.edit img {
  max-width: 100%;
}

.contact_btn {
  width: 100%;
  border-radius: 3px;
  background-color: #fff;
  padding: 15px;
  display: block;
  margin: 20px 0;
  cursor: pointer;
  font-weight: bold;
}

.contact_btn .material-icons {
  text-align: right;
  float: right;
  font-size: 18px;
}

.contact_btn:hover {
  box-shadow: rgba(18, 52, 77, 0.16) 0px 0px 2px 0px,
    rgba(18, 52, 77, 0.1) 0px 2px 12px 0px;
}

.contact_box {
  position: relative;
  width: 100%;
  height: 100%;

  padding: 10px;
  /* display: none; */
}

.contact_form {
  box-shadow: rgba(18, 52, 77, 0.16) 0px 0px 2px 0px,
    rgba(18, 52, 77, 0.1) 0px 2px 12px 0px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  padding: 40px 15px 15px;
  overflow: auto;
}

.contact_form h3 {
  font-size: 19px;
  margin: 0 0 15px;
  font-weight: bold；;
}

.input_form {
  margin: 10px 0;
  position: relative;
}

.input_form label {
  text-align: left;
  display: block;
  font-size: 16px;
  padding: 5px 0;
}

.input_form label span {
  color: red;
}

.input_form input {
  display: block;
  width: 100%;
  box-shadow: rgba(18, 52, 77, 0.05) 0px 1px 2px 0px inset;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 11px 8px 10px 12px;
  margin: 5px 0px 3px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(207, 215, 223);
  border-image: initial;
}

.input_form textarea {
  box-sizing: border-box;
  resize: none;
  box-shadow: rgba(18, 52, 77, 0.05) 0px 1px 2px 0px inset;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  padding: 11px 8px 10px 12px;
  margin: 5px 0px 3px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(207, 215, 223);
  border-image: initial;
  overflow: auto;
  outline: none;
}

.contact_send {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px 0px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
  width: 100%;
  min-width: 140px;
  margin-right: 0px;
  border-radius: 8px;
  padding: 9px 18px 12px;
  background: 0;
  border-width: 0;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  transition: all 0.2s ease-in-out 0s;
  outline: none;
  background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
  display: block;
  text-align: center;
}

.red_text {
  color: red;
  padding: 5px 0;
}

.email_status {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  height: 100%;
  text-align: center;
  background-color: #fff;
  background-color: rgb(245, 247, 249);
  display: none;
}

.email_status_text {
  padding: 60px 20px;
  width: 100%;
  text-align: center;
}

.email_status .email_status_text .material-icons {
  text-align: center;
  font-size: 100px;
  width: 100%;
  display: block;
  color: #24c4b5;
}

.email_status .email_status_text p {
  font-size: 20px;
  padding: 10px 0;
}

.email_status_clear {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px 0px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
  width: 200px;
  margin: 0 auto;
  border-radius: 8px;
  padding: 9px 18px 12px;
  background: 0;
  transition: all 0.2s ease-in-out 0s;
  background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
  display: block;
  text-align: center;
}

.contact_qa {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 3px 0px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
  width: 100px;
  margin: 0 auto;
  border-radius: 8px;
  padding: 9px 18px 12px;
  background: 0;
  display: block;
  text-align: center;
  background-color: #e3007f;
  position: absolute;
  top: 15px;
  right: 15px;
}

.loading_box {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 90;
  display: none;
  top: 0;
  left: 0;
}

/* .loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
} */

.loading-pulse {
  left: 50%;
  top: 50%;
  position: absolute;
  width: 6px;
  height: 24px;
  background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
  -webkit-animation: pulse 750ms infinite;
  animation: pulse 750ms infinite;
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}

.loading-pulse:before,
.loading-pulse:after {
  content: "";
  position: absolute;
  display: block;
  height: 16px;
  width: 6px;
  background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: pulse 750ms infinite;
  animation: pulse 750ms infinite;
}

.loading-pulse:before {
  left: -12px;
}

.loading-pulse:after {
  left: 12px;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

@-webkit-keyframes pulse {
  50% {
    background: white;
  }
}

@keyframes pulse {
  50% {
    background: white;
  }
}

.album_row {
  padding: 0 10px;
}

.album_title {
  color: #fff;
  font-size: 21px;
  padding: 5px 0;
}

.album_row small {
  color: #fff;
  font-size: 12px;
}

.album_introduction {
  line-height: 1.5;
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
}

.fav_tab {
  padding: 10px;
}

.fav_tab ul {
  margin: 0;
  padding: 0;
  width: 100%;
  border: 1px solid #e3007f;
  border-radius: 3px;
}

.fav_tab ul li {
  width: 50%;
  float: left;
}

.fav_tab ul li a {
  color: #e3007f;
  width: 100%;
  display: block;
  padding: 15px;
  text-align: center;
}

.fav_tab ul .fav_tab_active {
  background-color: #e3007f;
}

.fav_tab ul .fav_tab_active a {
  color: #fff;
}

.play_btn {
  color: #fff;
  background-color: #e3007f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  text-align: center;
  width: 95%;
  display: block;
  margin: 0 auto;
}

.play_btn span {
  line-height: 1.9em;
  margin-left: 5px;
}

.icon_bar {
  padding: 10px 0;
  text-align: center;
}

.icon_bar li {
  display: inline-block;
  padding: 5px 0;
}

.film_favourite {
  color: #fff;
  font-size: 30px;
  padding: 6px 10px;
  text-align: center;
  display: block;
}

.film_favourite p {
  font-size: 12px;
  padding: 2px 0;
}

.album_min_list {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.album_min_list li {
  width: 50%;
  padding: 10px 5px;
  display: inline-block;
}

.album_min_list li a {
  position: relative;
  display: block;
  width: 100%;
}

.album_min_list li a img {
  width: 100%;
}

.age_row {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(20, 20, 20, 0.9);
  z-index: 99999;
}

.declare_row {
  width: 100%;
  margin: 80px auto 0;
  background-color: #141414;
  padding: 20px;
}

.declare_icon {
  text-align: center;
  font-size: 180px;
  color: #e1137f;
  letter-spacing: -5px;
}

.declare_row h3 {
  text-align: center;
  line-height: 1.5;
  font-size: 21px;
  font-weight: bold;
  color: #ffffff;
}

.declare_text {
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  padding: 5px 0;
  color: #ffffff;
}

.declare_btn {
  font-size: 0;
  text-align: center;
  margin: 20px 0;
  padding: 0;
}

.declare_btn li {
  font-size: initial;
  display: inline-block;
  width: 200px;
  margin: 0 auto;
}

.declare_link_a {
  color: #e1137f;
  text-decoration: underline;
  text-align: center;
  display: block;
}

.declare_link_a a {
  color: #fff;
  text-decoration: underline;
  text-align: center;
  display: block;
}

.declare_btn li .declare_btn_a {
  display: block;
  padding: 15px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  background: #e1137f;
  cursor: pointer;
  border: #e1137f solid 1px;
}

.sort_tag_title {
  padding-left: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
}

.coupon_title {
  font-size: 16px;
}

.or_text {
  padding: 10px;
  width: 100%;
  text-align: center;
  font-size: 23px;
}

.language_nav {
  float: right;
  margin-right: 10px;
  margin-top: 8px;
  height: 25px;
  cursor: pointer;
  color: #fff;
  border: 1px solid #fff;
  padding: 3px;
  border-radius: 3px;
  line-height: 1;
  font-size: 15px;
  position: relative;
}

.language_list {
  display: none;
  position: absolute;
  width: 140px;
  background-color: #141414;
  z-index: 9;
  right: 0;
  top: 45px;
  -moz-box-shadow: 0px 0px 5px #000000;
  -webkit-box-shadow: 0px 0px 5px #000000;
  box-shadow: 0px 0px 5px #000000;
  padding: 10px 0;
}

.language_list li {
  padding: 5px 0;
  color: #fff;
}

.language_list .active {
  background-color: #d21577;
}

.actors_row {
  padding: 0 15px;
}

.rank_icon {
  color: #fff;
  text-align: center;
  font-size: 13px;
}

.rank_icon .rank_up {
  color: #e1137f;
  margin: 0 2px 0 0;
}

.rank_icon .rank_down {
  color: #858585;
  margin: 0 2px 0 0;
}

.rank_constant {
  margin: 0 2px 0 0;
  font-weight: bold;
}

.actress_rank {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
}

.actress_rank_nb {
  background-color: #e3007f;
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  margin: 5px;
  border-radius: 100px;
  font-weight: bold;
  font-size: 13px;
}

.album_name {
  color: #e3007f;
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
}

.thumbnail_btn {
  text-align: center;
  background-color: rgb(133 133 133 / 80%);
  color: #fff;
  font-size: 18px;
  padding: 10px 35px;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  margin: 0 auto 15px;
  vertical-align: text-top;
  width: 95%;
}

.actor_tab {
  width: 100%;
  font-size: 0;
  margin: 15px auto 25px;
  overflow: hidden;
  border-radius: 5px;
}

.actor_tab li {
  width: 50%;
  display: inline-block;
  background-color: #fff;
}

.actor_tab li a {
  width: 100%;
  padding: 12px 0;
  display: block;
  text-align: center;
  color: #e3007f;
  font-size: 16px;
}

.actor_tab .actor_active {
  background-color: #e3007f;
}

.actor_tab .actor_active a {
  color: #fff;
  font-weight: bold;
}

.back {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  font-size: 30px;
  padding: 0 10px;
}
.back span {
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  padding: 0 10px;
  vertical-align: sub;
}
.back i {
  color: #fff;
  vertical-align: sub;
}

.thumbnail_title {
  padding: 15px 0 5px;
  color: #fff;
  font-size: 19px;
}

.thumbnail_text {
  color: #fff;
  font-size: 14px;
}

.thumbnail_list {
  font-size: 0;
  margin: 10px 0;
}

.thumbnail_item {
  width: 50%;
  display: inline-block;
  padding: 5px;
}

.thumbnail_item a {
}

.thumbnail_item a img {
  width: 100%;
}

.thumbnail_img {
  width: 100%;
  padding: 10px 0;
}

.thumbnail_img img {
  width: 100%;
}

.thumbnail_page {
  font-size: 0;
}

.thumbnail_page {
  font-size: 0;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.thumbnail_page a {
  width: 50%;
  font-size: 19px;
  padding: 10px 0;
  text-align: center;
  background-color: #e3007f;
  display: inline-block;
  color: #fff;
}
.thumbnail_page a i {
  margin: 0 5px;
}
.thumbnail_page_r {
  border-left: 1px solid #fff;
}
.title_rank {
  width: 100%;
  padding: 0 0 10px;
}
.title_rank_data {
  color: #fff;
  font-size: 13px;
  margin-bottom: 20px;
}
.av_thumb_img {
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: #d2d2d2 1px solid;
  overflow: hidden;
  height: 100px;
}
.channel_tag {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
.channel_tag_item {
  background-color: #e3007f;
  color: #fff;
  padding: 2px 5px;
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  margin-right: 2px;
  border-radius: 3px;
}

.age_overflow {
  overflow: hidden;
}
.rank_number {
  font-size: 11px;
}
.rank_number .fa-eye {
  margin-right: 3px;
}

.video-hover {
  position: relative;
}
.video-hover-img {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.video-hover video {
  width: 100%;
}
.ppv-points{
    background-color: #e3007f;
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    position: absolute;
    border-radius: 2px;
    z-index: 10;
    bottom: 5px;
    right: 5px;
}
.ppv-points-free{
  background-color: #2196F3;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  position: absolute;
  border-radius: 2px;
  z-index: 10;
  bottom: 5px;
  right: 5px;
}
.date-fix{
  background-color:#ff2424;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  position: absolute;
  border-radius: 2px;
  z-index: 10;
  bottom: 5px;
  right: 5px;
}
.btn_content {
  padding:0px 0 10px;
  float: left;
  width: 100%;
}