@charset "utf-8";
h1 {
	background-image: url(../../img/h1_mypage.png);
}
.container {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
dl, dt, dd {
	box-sizing: border-box;
}
.ma_b10 {
	margin: 0 0 10px 0!important;
}
.ma_b20 {
	margin: 0 0 20px 0!important;
}
.ma_b40 {
	margin: 0 0 40px 0!important;
}
.ma_tb30 {
	margin: 30px 0!important;
}
.ma_t10b0 {
	margin: 10px 0 0 0 !important;
}
.ma_r30 {
	margin: 0 30px 0 0;
}
.error {
	font-weight: bold;
	font-size: 14px;
	color: #ff0036;
	margin: 0 0 10px 0;
	width: 100%;
}
.caution_red {
	font-weight: bold;
	font-size: 14px;
	color: #ff0036;
	margin: 10px 0;
	width: 100%;
	display: block;
	clear: both;
	text-align: center;
}
input[type="text"], input[type="number"], input[type="email"], input[type="tel"], input[type="password"], textarea {
	margin: 0;
	padding: 10px 8px 10px 8px;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	-webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2) inset;
	box-sizing: border-box;
	vertical-align: initial;
	width: 300px;
}
select {
	background-size: 8px 7px!important;
	background-position: 95% center!important;
	border: none;
	margin: 0;
	padding: 5px 3px;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
	vertical-align: baseline;
}
.required {
	color: #F03;
	float: right;
}
input[type="checkbox"], input[type="radio"] {
	border: 1px solid #aaaaaa;
	vertical-align: middle;
	-webkit-appearance: none;
	position: relative;
	margin-right: 5px;
	-webkit-border-radius: 3px!important;
	border-radius: 3px!important;
	-webkit-box-sizing: border-box!important;
	width: 26px!important;
	height: 26px;
	background: #e2e2e2;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.00, #ffffff), color-stop(1.00, #e2e2e2) );
	background: linear-gradient( to bottom, #ffffff 0%, #e2e2e2 100% );
	cursor: pointer;
}
input[type="checkbox"]:checked, input[type="radio"]:checked {
	border: 1px solid #336600;
}
input[type="checkbox"]:checked:before, input[type="radio"]:checked:before {
	position: absolute;
	left: 1px;
	top: 16px;
	display: block;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
	content: "";
	width: 10px;
	height: 4px;
	background: #005fc0;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: right center;
}
input[type="checkbox"]:checked:after, input[type="radio"]:checked:after {
	display: block;
	position: absolute;
	left: 9px;
	top: 16px;
	content: "";
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
	width: 16px;
	height: 4px;
	background: #005fc0;
	-webkit-transform: rotate(-53deg);
	-webkit-transform-origin: left center;
}
.clear {
	clear: both;
	overflow: hidden;
}
.other_contact {
	width: 610px;
	float: left;
}
.other_contact h2 {
	font-weight: normal!important;
	font-size: 14px!important;
	border-bottom: 1px solid #666666!important;
}
.box_contact {
	width: 100%;
	margin: 5px 0px;
	border-radius: 5px;
	height: 120px;
}
.w600 {
	width: 600px!important;
}
.w50 {
	width: 50px!important;
}
.other_contact_in {
	background: #FFFFFF;
	border-radius: 5px;
	padding: 5px;
	min-height: 150px;
	font-size: 14px;
}
.text_c {
	text-align: center;
}
.text_l {
	text-align: left;
}
.accordion {
	margin: 0 auto;
}
.accordion .ac-content {
	margin: 0;
}
.accordion input.play_demand_input {
	display: none;
}
.accordion label.play_demand_btn {
	display: inline-block;
	border: 1px solid #B3B3B3;
	border-radius: 5px;
	padding: 5px;
	margin: 0px;
	cursor: pointer;
}
.accordion .ac-cont {
	transition: 0.2s;
	height: 0;
	overflow: hidden;
	padding: 0 10px;
}
.accordion input:checked + .ac-cont {
	height: auto;
	padding: 10px 10px 0 10px;
}
.float_l {
	float: left;
}
.login_col h2, .mypage_col h2, .review_col h2 {
	background: #ff1170;
	color: #FFFFFF;
	font-size: 20px;
	text-indent: inherit;
	width: 100%;
	margin: 20px 0 30px;
	padding: 5px 10px 3px;
	font-weight: normal;
}
.login_col .login_col_in h2.mypage_col .mypage_col_in h2 {
	background: none;
	color: #000000;
	font-size: 20px;
	text-indent: inherit;
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	font-weight: bold;
	border-bottom: 2px solid;
}
.login_col .login_col_in p, .reserve_col02 .reserve_col02_in p {
	font-size: 14px;
	margin: 0 0 10px 0;
}
.login_col, .mypage_col, .review_col {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
}
.login_col h2 {
	background: #ff1170;
	color: #FFFFFF;
	font-size: 20px;
	text-indent: inherit;
	width: 100%;
	margin: 20px 0 30px;
	padding: 5px 10px 3px;
	font-weight: normal;
}
.login_col_in {
	border-radius: 10px;
	border: 1px solid #DDDDDD;
	padding: 20px;
	overflow: hidden;
	background: #FFFFFF;
	width: 908px;
}
.login_col_in strong {
	font-weight: normal;
	margin: 0 0 10px 0;
	display: block;
	color: #ff5a9c;
}
.login_col h3 {
	font-weight: normal;
	margin: 0 0 25px 0;
}
.login_col_l {
	float: left;
	width: 52%;
}
.login_col_r {
	float: right;
	width: 42%;
}
ul.login {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.login li {
	margin: 0 0 10px 0;
}
ul.login input {
	display: inline-block;
	width: 100%;
	max-width: 470px;
	height: 44px;
	vertical-align: top;
	box-sizing: border-box;
	min-height: 24px;
	margin: 0 0 7px 0;
	padding: 4px 10px;
	border: solid 1px #CCC;
	border-radius: 4px;
	background-color: #FFF;
}
.save_ad {
	display: block;
	text-align: center;
	margin: 0 0 20px 0;
	font-size: 80%;
}
.login_btn input {
	display: block;
	width: 250px;
	padding: 15px;
	margin: 0 auto 10px;
	background: #ff1170;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 110%;
	color: #FFFFFF;
 -webkit-transition: all .3s;
 transition: all .3s;
}
.login_btn input:hover {
	border-radius: 5px;
	background: #CC0000;
	color: #FFFFFF;
	text-decoration: none;
}
.check_btn input {
	display: block;
	width: 250px;
	padding: 15px;
	margin: 20px auto 10px;
	background: #ffd800;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 110%;
	color: #000000;
 -webkit-transition: all .3s;
 transition: all .3s;
}
.check_btn input:hover {
	border-radius: 5px;
	background: #fdbd00;
	color: #FFFFFF;
	text-decoration: none;
}
.forget_pass {
	font-size: 75%;
	text-align: center;
	width: 100%;
	display: inline-block;
	margin: 0 0 10px 0;
}
.new_member {
	text-align: center;
	display: block;
	font-size: 90%;
}
.new_member a {
    display: block;
    width: 250px;
    padding: 15px;
    margin: 0 auto 10px;
    background: #03A9F4;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 110%;
    color: #FFFFFF;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
}
.new_member a:hover {
    opacity: 80%;
}
.err_col {
	margin: 10px 0;
	border: 1px solid #F06;
	border-radius: 10px;
	padding: 10px;
	background: #fff3f3;
}
.err {
	font-weight: bold;
	color: #F06;
	display: block;
}
.err_form {
	border: 1px solid #ff4747!important;
	background: #fff3f3!important;
}
.ikupon_btn a {
	display: block;
	background: url(../../img/ikupon_bnr01.png) no-repeat;
	margin: 60px auto;
	width: 419px;
	height: 67px;
}
.ikupon_btn_r a {
	display: block;
	background: url(../../img/ikupon_bnr02.png) no-repeat;
	margin: 20px auto 0;
	width: 240px;
	height: 152px;
}
.card_chk_col {
	background: #ffffc1;
	padding: 35px 10px;
	border-radius: 5px;
}
.card_chk_col span {
	font-size: 75%;
	display: block;
	margin: 0 0 20px 0;
}
.card_chk_col dl {
	font-size: 100%;
}
.card_chk_col dl dt {
	float: left;
	text-align: left;
	width: 135px;
	font-size: 90%;
}
.mypage_col h3, .review_col h3 {
	font-size: 125%;
	font-weight: normal;
	display: block;
	width: 100%;
	border-bottom: 1px solid #b1b1b1;
	margin: 0 0 20px 0;
}
.mypage_col_in {
	position: relative;
	width: 100%;
}

.mypage_col_r {
	position: absolute;
	top: 0;
	width: 100%;
	height: 250px;
	overflow: hidden;
	border: 1px solid #b9b9b9;
}
.mypage_col_r .right_col {
	width: 100%;
	padding: 10px;
	background: #f7f7f7;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.pattern_list_col {
	overflow: hidden;
	margin: 0 0 30px 0;
}
.bigtxt {
	font-size: 135%;
	margin: 0 0 25px;
	display: block;
}
.astlisk {
	font-size: 80%;
	color: #666666;
}
table.mypage_table {
	border: 3px solid #aaa;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 6px;
	font-size: 80%;
	width: 670px;
	background: #FFFFFF;
}
table.mypage_table thead th, table.mypage_table tbody th {
	padding: 10px 5px;
	border-bottom: 1px solid #aaa;
	text-align: center;
	font-weight: normal;
}
table.mypage_table tbody td {
	padding: 10px 5px;
	text-align: center;
	font-weight: normal;
	border-right: 1px solid #EDEDED;
}
table.mypage_table thead th {
	background-color: #ddd;
}
table.mypage_table tbody th {
	background-color: #eee;
	border-right: 1px solid #d8d8d8;
}
table.mypage_table thead th + th, table.mypage_table tbody td {
}
table.mypage_table tbody tr:last-child th, table.mypage_table tbody tr:last-child td {
	border-bottom: none;
}
table.mypage_table thead tr:first-child th:first-child {
	border-radius: 5px 0 0 0;
}
table.mypage_table thead tr:first-child th:last-child {
	border-radius: 0 5px 0 0;
}
table.mypage_table tbody tr:last-child th:first-child {
	border-radius: 0 0 0 5px;
}
table tbody tr:last-child th:last-child {
	border-radius: 0 0 5px 0;
}
table.mypage_table tbody th:nth-child(1) {
 width: 12%;
}
table.mypage_table tbody th:nth-child(2) {
 width: 20%;
}
 table.mypage_table tbody th:nth-child(3) {
 width: 15%;
}
table.mypage_table tbody th:nth-child(4) {
 width: 8%;
}
table.mypage_table tbody th:nth-child(5) {
 width: 10%;
}
table.mypage_table tbody th:nth-child(6) {
 width: 10%;
}
table.mypage_table tbody th:nth-child(7) {
 width: 10%;
}
table.daiichi_table tbody th:nth-child(1) {
 width: 5%!important;
}
table.daiichi_table tbody th:nth-child(2) {
 width: 25%!important;
}
table.daiichi_table tbody th:nth-child(3) {
 width: 15%!important;
}
table.daiichi_table tbody th:nth-child(4) {
 width: 40%!important;
}
table.daiichi_table tbody th:nth-child(5) {
 width: 15%!important;
}
.yet_txt {
	color:#CCCCCC;
}
.regist_a {
	border-radius: 5px;
	border: 3px solid #AAAAAA;
	background: #FFFFFF url(../../img/regist_a_bg.gif) repeat-y left top;
	overflow: hidden;
	margin: 0 0 30px 0;
}
.regist_a dl {
	padding: 20px 0;
	border-bottom: 1px solid #AAAAAA;
	box-shadow: 0px 1px 0px #FFFFFF;
	font-size: 14px;
}
.regist_a dl dt {
	width: 220px;
	padding: 0 0 0 20px;
	vertical-align: middle;
	display: table-cell;
}
.regist_a dl dd {
	display: table-cell;
	padding: 0 0px 0 20px;
}
.regist_a dl dd ul {
	list-style: none;
}
.txt_red {
	color: #FF0000;
}
.regist_btn ul li a {
	border-radius: 5px;
	background: #aaaaaa;
	padding: 20px;
	text-align: center;
	color: #000000;
	font-size: 100%;
	box-shadow: 1px 1px 0px #b9b9b9;
	line-height: 0.3;
	margin: 0 20px 10px 0;
	text-decoration: none;
	display: block;
	width: 100px;/* height: 21px; */
}
.regist_btn ul li a:hover {
	border-radius: 5px;
	background: #AAAAAA;
	color: #666666;
	text-decoration: none;
}
.boy_list li:first-child, .boy_list li:nth-child(5n+1) {
	float: left;
	width: 120px;
	padding: 0;
	margin: 0 0 20px 0px;
}
.boy_list {
	overflow: hidden;
}
.boy_list li {
	float: left;
	width: 120px;
	padding: 0;
	margin: 0 0px 20px 17px;
}
.boy_list li a img {
	width: 120px;
 -webkit-transition: all .3s;
 transition: all .3s;
}
.boy_list li a:hover img {
	opacity:0.7;
}
.boy_btns ul {
	border-radius: 5px!important;
	border: 1px solid #DDDDDD!important;
	overflow: hidden;
	background: #ffffff;
	margin: 5px 0 0 0;
}
.boy_btns ul li:first-child {
	float: left!important;
	font-size: 65%;
	display: inline-block;
	width: auto!important;
	padding: 5px 4px!important;
	margin: 0!important;
	border-left: none;
}
.boy_btns ul li {
	float: left!important;
	font-size: 65%;
	display: inline-block;
	width: auto!important;
	padding: 5px 7px!important;
	border-left: 1px solid #DDDDDD;
	margin: 0!important;
}
.boy_btns ul li a {
	text-decoration: none!important;
}
.boy_btns ul li a:hover {
	color: #ff1170;
}
.page_nav {
	display: block;
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.page_nav ol {
	float: right;
	list-style-type: none;
}
.page_nav ol li {
	width: inherit!important;
	height: inherit!important;
	padding: 0!important;
	margin: 0 0 0 10px!important;
	text-align: center!important;
	float: left;
}
.page_nav ol li a {
	min-width: 31px!important;
	padding: 0 2px 0 2px!important;
	display: block;
	height: 32px!important;
	font-size: 14px!important;
	line-height: 34px!important;
	text-decoration: none!important;
	border: solid 1px #d6d6d6!important;
	border-radius: 20px;
	background: #FFFFFF;
	background: #FFFFFFt;
}
.page_nav ol li a:hover {
	border-radius: 20px;
	background: #e4e4e4;
	color: #000000;
	text-decoration: none;
}
.page_nav ol li a::before, .page_nav ol li a::after {
 position: absolute;
 z-index: -1;
 display: block;
 content: '';
}
.page_nav ol li a, .page_nav ol li an::before, .page_nav ol li a::after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-transition: all .3s;
 transition: all .3s;
}
.page_nav ol li .current {
	display: block!important;
	min-width: 31px!important;
	height: 32px!important;
	padding: 0 2px 0 2px!important;
	color: #FFF!important;
	font-size: 14px!important;
	line-height: 34px!important;
	text-decoration: none!important;
	border: solid 1px #ffabab!important;
	border-radius: 20px!important;
	background-color: #ff66a3!important;
	color: #ffffff!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.option_col_in {
	margin: 0 0 20px 0;
	font-size: 85%;
}
.option_col_in p {
	display: inline-block;
}
.option_col_in_r {
	display: inline-block;
	float: right;
}
.review_list_col {
	margin: 0 0 40px 0;
}
.review_list_col dl {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #b1b1b1;
	width: 667px;
}
.review_list_col dl dt {
	width: 120px;
	float: left;
}
.review_list_col dl dt img {
	width: 100%;
}
.review_list_col dl dd {
	float: right;
	width: 535px;
}
.star_jadge_col, .star_jadge_col02 {
	display: inline-block;
	margin: 0 0 10px 0;
}
.star_jadge_col span.star_text, .star_jadge_col02 span.star_text {
	vertical-align: super;
}
.review_list_input {
	width: 100%!important;
	margin: 0 0 10px 0;
	clear: both;
}
.review_list_col button {
	background: #ffe400;
	box-shadow: none;
	border: 1px solid #a9a9a9;
	height: 37px;
	width: 88px;
	border-radius: 5px;
	box-shadow: 0px 0px 1px #999999;
	float: right;
	margin: 0 0 5px 0;
	cursor: pointer;
}
.bg_ddd {
	background: #DDDDDD!important;
	margin: 0 0 0 5px!important;
}
.review_fixed_txt01 {
	padding: 10px 8px 10px 8px;
	border-radius: 4px;
	vertical-align: initial;
	clear: both;
	background: #ffeba1;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.review_fixed_txt02 {
	padding: 10px 8px 10px 8px;
	border-radius: 4px;
	vertical-align: initial;
	clear: both;
	background: #ffeba1;
	margin: 0 0 10px 0;
	width: 300px;
}
.review_fixed_txt03 {
	padding: 10px 8px 10px 8px;
	border-radius: 4px;
	vertical-align: initial;
	clear: both;
	background: #ffeba1;
	margin: 0 0 10px 0;
}
.review_fixed_txt01_gray {
	padding: 10px 8px 10px 8px;
	border-radius: 4px;
	vertical-align: initial;
	clear: both;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.review_fixed_txt03_gray {
	padding: 10px 8px 10px 8px;
	border-radius: 4px;
	vertical-align: initial;
	clear: both;
	margin: 0 0 10px 0;
}
.review_day01 {
	color: #666666;
	font-size: 80%;
	text-align: right;
	margin: 0 0 10px 0;
}
.review_day02 {
	color: #ff1170;
	font-size: 120%;
	font-weight: bold;
	text-align: right;
	margin: 0 0 10px 0;
}
#boy_data #Lbox {
	height: auto!important;
}
#boy_data #photo {
	margin: 0 0 10px 0;
}
.review_caution {
	color: #008df9;
	font-size: 12px!important;
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
}
.review_col strong.pickup {
	font-size: 24px;
	margin: 0 0 20px 0;
}
.box_contact {
	width: 100%;
	margin: 5px 0px;
	border-radius: 5px;
	height: 120px;
}
.contact_area {
	width: 665px;
}
input.review_send_btn {
	border-radius: 5px;
	background: #ff1170;
	padding: 30px 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 100%;
	display: block;
	line-height: 0.5;
	margin: 0 auto 10px;
	width: 300px;
	text-decoration: none;
	border: none;
	cursor: pointer;
 -webkit-transition: all .3s;
 transition: all .3s;
}
input.review_send_btn:hover {
	border-radius: 5px;
	background: #CC0000;
	color: #FFFFFF;
	text-decoration: none;
}
.bg_white {
	background: #FFFFFF;
	width: 100%;
	padding: 25px 15px;
	border-radius: 10px;
}
.filter_review {
	background: #EDEDED; border-radius: 5px;
}
.filter_review dl {
	opacity:0.4;
	alpfa: 40%;
	border: none;
}
.txt_right {
	text-align: right;
}

/*202004livechat*/

.mypage_col_l {
	margin: 268px 20px 20px 0;
	background: #FFFFFF;
	padding: 20px 20px 10px!important;
	_:lang(x)::-moz-placeholder, padding: 20px 6px 10px!important;
	box-sizing: border-box;
	position: relative;
	border: 1px solid #b9b9b9;
	width: 100%;
}

.title_col01 {
	font-size: 180%;
	color: #444444;
	margin: 0 0 20px 0;
}
.title_col02 {
	font-size: 140%;
	color: #444444;
	margin: 0 0 15px 0;
}
.point_col  {
	border-top: 9px solid #DADADA;
}
.point_col dl {
	display:table;
	width: 100%;
	border-bottom: 9px solid #DADADA;
	z-index: 10;
	position: relative;
}
.point_col dl dt {
	display: table-cell;
	width: 35%;
	background: #EEEEEE;
	padding: 10px 20px;
	vertical-align: middle;
	font-size: 128%;
}
.point_col dl dd {
	display: table-cell;
	width: 50%;
	background: #FFFFFF;
	padding: 25px 10px;
	vertical-align: middle;
	text-align: right;
	height: 120px;
	font-size: 85%;
}
.point_col dl dt.point_icn01 {
	padding: 10px 5px 10px 9%;
	background: #EEEEEE url(../../img/livechat/point_icn01.png) no-repeat 5% 50%;
}
.point_col dl dt.point_icn02 {
	padding: 10px 5px 10px 9%;
	background: #EEEEEE url(../../img/livechat/point_icn02.png) no-repeat 5% 50%;
}
.point_col dl dt.point_icn03  {
	padding: 10px 5px 10px 9%;
}
.material-icons.replace_pt_icn {
	font-size: 220%;
	vertical-align: middle;
	color: #afafaf;
	margin: 0 10px 0 0px;
}
.point_num {
	font-size: 210%;
}
.point_col dl dd.charge_btn_col {
	width: 15%;
	text-align: center;
}
.point_col dl dd.charge_btn_col span a {
	text-decoration: none;
}
a i.material-icons {
	font-size: 42px;
	color: #ff1170;
	display: block;
	text-align: center;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
a:hover i.material-icons {
	opacity: 70%;
}
.exp_mypage {
	margin: 0 0 20px 0;
	line-height: 1.8em;
}
.point_col select {
	font-size: 200%;
	width: 180px;
	padding: 7px 0 7px 50px;
	border: 3px solid #c7c7c7;
	color: #666666;
}
.pt_txt {
	font-size: 180%;
	color: #666666;
}
.total_amount {
	background: #EEEEEE;
	border-bottom: 8px solid #DADADA;
	padding: 8px 10px;
	text-align: right;
	color: #666666;
	z-index: 100;
	position: relative;
}
.total_amount p {
	display: inline-block;
}
.total_amount strong {
	display: inline-block;
	font-size: 150%;
	font-weight: normal;
	margin: 0 0 0 20px;
}
.point_col .material-icons.rotate {
	 transform:  rotate(90deg);
	 margin: -41px 0px 0 -66px;
	 font-size: 900%;
	 color: #f2f2f2;
	 position: relative;
	 left: 50%;
	 z-index: 0;
}
.point_col .material-icons.rotate02 {
	 transform:  rotate(90deg);
	 margin: -45px 0px 0 -66px;
	 font-size: 900%;
	 color: #f2f2f2;
	 position: relative;
	 left: 50%;
	 z-index: 0;
}
input.charge_dgpt_total {
	border: none!important;
	box-shadow: none!important;
	background: #eeeeee;
	width: 85px!important;
	font-size: 120%;
	padding: 0!important;
	color: #555555;
}
.paybtn_col {
	background: #fff9c3;
	border-radius: 10px;
	padding: 20px;
}
.paybtn_col_in {
	background: #FFFFFF;
	padding: 10px;
	border-radius: 0;
}
.paybtn_col_in h4 {
	margin: 0;
	padding: 0;
	font-size: 110%;
	border-bottom: 1px solid #DDDDDD;
	color: #666666;
}
.paybtn_col ul {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin: 20px auto;
	text-align: center;
}
.paybtn_col li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 0 0 20px 0;
}
.paytype02_col {
	display: flex;
}
.paytype02_col_in {
	flex-basis: auto;
	margin: 0 5px;
}
.paytype02_col_in ul li {
	width: 100%;
	display: block;
}
.onecache_btn a {
    background: #ff9800;
    display: block;
    width: 85%;
    margin: 0 auto;
    padding: 2%;
    box-sizing: border-box;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 95%;
    border-radius: 5px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.paybtn_col li.pay_icn01 a {
	background: #ff6bad url(../../img/livechat/pay_icn01.png) no-repeat 3% 50%;
	display: block;
	width: 95%;
	margin: 0 auto;
	padding: 9% 0 9% 17%;
	box-sizing: border-box;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 120%;
	border-radius: 5px;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.paybtn_col li.pay_icn02 a {
	background: #ff6bad url(../../img/livechat/pay_icn02.png) no-repeat 13% 50%;
	display: block;
	width: 95%;
	margin: 0 auto;
	padding: 9% 0 9% 17%;
	box-sizing: border-box;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 120%;
	border-radius: 5px;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.paybtn_col li.pay_icn03 a {
	background: #ff6bad url(../../img/livechat/pay_icn03.png) no-repeat 13% 50%;
	display: block;
	width: 95%;
	margin: 0 auto;
	padding: 9% 0 9% 17%;
	box-sizing: border-box;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 120%;
	border-radius: 5px;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.paybtn_col li.pay_icn03 span {
	background: #666666 url(../../img/livechat/pay_icn03.png) no-repeat 13% 50%;
	opacity: 30%;
	display: block;
	width: 95%;
	margin: 0 auto;
	padding: 9% 0 9% 17%;
	box-sizing: border-box;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 120%;
	border-radius: 5px;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.paybtn_col li.pay_icn04 a {
	background: #ff6bad url(../../img/livechat/pay_icn04.png) no-repeat 13% 50%;
	display: block;
	width: 95%;
	margin: 0 auto;
	padding: 9% 0 9% 17%;
	box-sizing: border-box;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 120%;
	border-radius: 5px;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.paybtn_col li.pay_icn04 span {
	background: #666666 url(../../img/livechat/pay_icn04.png) no-repeat 13% 50%;
	opacity: 30%;
	display: block;
	width: 95%;
	margin: 0 auto;
	padding: 9% 0 9% 17%;
	box-sizing: border-box;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 120%;
	border-radius: 5px;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.paybtn_col li.pay_icn05 a {
	background: #ff6bad url(../../img/bitcash/bitcash-icon.png) no-repeat 13% 50%;
	display: block;
	width: 95%;
	margin: 0 auto;
	padding: 9% 0 9% 17%;
	box-sizing: border-box;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 120%;
	border-radius: 5px;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.paybtn_col li.pay_icn05 span {
	background: #666666 url(../../img/bitcash/bitcash-icon.png) no-repeat 13% 50%;
	opacity: 30%;
	display: block;
	width: 95%;
	margin: 0 auto;
	padding: 9% 0 9% 17%;
	box-sizing: border-box;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 120%;
	border-radius: 5px;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.paybtn_col li a:hover {
	opacity: 0.8;
}
.pay-wrap {
	display: flex;
	justify-content: space-around;
}
.pay-txt {
	width: 50%;
}
/*point*/
.wishtable_border {
	border: 5px solid #dadada;
}
.wish_list {
	margin: 0 auto 18px;
	padding: 0;
	background-color: #f9f9f9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-spacing: 0;
	width: 100%;
}
  .wish_list thead {
	 color: #666666;
	 border-bottom: 8px solid #DADADA;
}
.wish_list th {
	margin-bottom: 9px;
	padding: 9px 15px;
	border-left: 1px #FFFFFF solid;
	font-weight: normal;
}
.wish_list th:first-child {
	border-left-width: 0;
}
.wish_list tbody {
	vertical-align: top;
}
.wish_list tbody td {
	border-left: 1px #ddd solid;
}
.wish_list tbody td:first-child {
	border-left-width: 0;
}
.wish_list_mobile {
	display: none;
}
.wish_list th,.wish_list td {
	display: table-cell;
}
.wish_list td:before {
	display: none;
}
.wish_list tr:nth-child(even) {
	background-color: #eaeaea; 
}
.wish_list td {
	padding: 9px 15px;
}
.wish_list td:before {
	display: none;
}
.wish_list .date {
	width: 8em;
	text-align: center;
	vertical-align:middle;
}
.wish_list .content {
	width: 39em;
	vertical-align:middle;
}
.wish_list .point {
	text-align: center;
}
.wish_list .dgpoint01 {
	width: 8em;
	text-align: center;
	vertical-align: middle;
}
.wish_list th.dgpoint02 {
	text-align: center;
}
.wish_list .dgpoint02 {
	width: 21em;
	vertical-align: middle;
}
.wish_list .dgpoint03 {
	text-align: center;
	vertical-align: middle;
}
.point_cancel {
	display: block;
	width: 20%;
	background: #ff1212;
	padding: 2px;
	text-align: center;
	border-radius: 5px;
	color: #FFFFFF;
}
.content_time {
	font-size: 90%;
	color: #777777;
}
.bonuspt {
	font-weight: bold;
	color: #E91E63;
}
.dgpt_limit {
	font-size: 80%;
	display: block;
}
.p_charge {
	color: #f6006d;
	font-size: 120%;
}
.p_consume {
	color: #007aff;
	font-size: 120%;
}
.mypoint {
	display: block;
	line-height: 1.6em;
	font-size: 85%;
	color: #444444;
}
.required {
	color: #F03;
	margin: 0 80px 0 0;
}
.required02 {
	color: #F03;
	float:right;
}
.w350 {
	width: 350px!important;
}
.regist_btn_dgpt ul li:first-child a {
	border-radius: 5px;
	background: #aaaaaa;
	padding: 25px 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 100%;
	box-shadow: 1px 1px 0px #b9b9b9;
	line-height: 1;
	margin: 0 20px 10px 0;
	color: rgba(0, 0, 0, 0.7);
}
.regist_btn_dgpt ul li a {
	display: inline-block;
	width: 200px;
	border-radius: 5px;
	background: #ff1170;
	padding: 23px 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 100%;
	box-shadow: 1px 1px 0px #BB0009;
	line-height: 1;
	margin: 0 0 10px 20px;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.regist_btn_dgpt ul li a:hover {
	opacity: 80%;
}
.regist_btn_dgpt ul {
	list-style: none;
	padding: 0;
	text-align: center;
}
.regist_btn_dgpt ul li {
	display: inline-block;
}
.ma_tb20_lrat {
    margin: 20px auto!important;
}
.block {
    display: block!important;
}
.dgpt_regist {
	border: 3px solid #d2cfcf!important;
	margin: 0;
}
.credit_num {
	font-size: 230%;
	color: #ff1170;
}
.shift_set .inner {
	background-color: #FFFFFF;
//	background-image: url(../../img/box_mid_bk950.gif);
	height: auto;
	width: 950px;
	margin: 0px;
	position: relative;
	padding: 20px 10px;
	box-sizing:border-box
}
.schedule_list {
	text-align: center;
	padding-bottom: 0px;
	margin: 10px 10px 20px;
}
.schedule_list li {
	display: inline-block;
	margin-left: 12px;
}

.schedule_list li span {
	display: block;
	width: 56px;
	height: 48px;
	font-size: 15px;
	padding: 8px 5px 5px;
	color: #666666;
}
li.schedule_day a span {
	display: block;
	border-radius: 8px;
	background: #f6f6f6;
	-webkit-transition: all .3s;
	transition: all .3s;
	border: 1px solid #eeeeee;
}
li.schedule_day_this a span {
	border-radius: 8px;
	background: #ff0030;
	-webkit-transition: all .3s;
	transition: all .3s;
	border: 1px solid #ff0030;
	color: #FFFFFF;
}
li.schedule_day02 a span {
	border-radius: 8px;
	background: #e4f6ff;
	-webkit-transition: all .3s;
	transition: all .3s;
	border: 1px solid #c6e9fb;
}
li.schedule_day03 a span {
	border-radius: 8px;
	background: #ffe9e9;
	-webkit-transition: all .3s;
	transition: all .3s;
	border: 1px solid #f7d2d2;
}
.schedule_list li a:hover span {
	text-decoration: none;
	background: #ff0030;
	color: #FFFFFF;
}
.schedule_list li span i,.schedule_list li span a i{
	display: block;
	font-size: 12px;
	margin-top: 3px;
	text-decoration: none;	
}
.schedule_title {
	border-top: 2px solid #e0e0e0;
	border-bottom: 2px solid #e0e0e0;
	padding: 13px 0;
	margin: 0 0 30px 0;
}
.schedule_title h2 {
	font-size: 18px;
	color: #1a1a1a;
	text-indent: inherit;
	font-weight: normal;
	line-height: 1.8em;
}
.schedule_title h2 span {
	font-size: 21px;
	color: #ff0030;
}
.schedule_sub_title {
	background: #e0e0e0;
	padding: 7px 10px;
	margin: 0 0 20px 0;
}
.schedule_sub_title h3 {
	font-weight: normal;
	color: #393939;
}
.livechat_boy,.livechat_boy_off,.livechat_boy_off02 {
	margin: 0 0 20px 0;
	display: flex;
	flex-wrap: wrap;
}
.livechat_boy li:first-child {
	margin-left: 0px;
	width: 151px;
	min-height: 250px;
	flex-basis: auto;
}
.livechat_boy li {
    margin: 0 0 10px 0;
    padding: 2px;
    width: 151px;
    min-height: 250px;
    vertical-align: top;
    border: 3px solid #FFFFFF;
    box-sizing: border-box;
    background: #DADADA;
    flex-basis: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
}
.livechat_boy_off li:first-child {
	margin-left: 0px;
	width: 100%;
	flex-basis: 11.1%;
}
.livechat_boy_off li {
	margin: 0 0 10px 0;
	padding: 2px;
	width: 100%;
	vertical-align: top;
	border: 3px solid #FFFFFF;
	box-sizing: border-box;
	background: #DADADA;
	flex-basis: 11.1%;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative;
	height: 245px;
}
.livechat_boy_off02 li:first-child {
	margin-left: 0px;
	width: 100%;
	flex-basis: 11.1%;
}
.livechat_boy_off02 li {
	margin: 0 0 10px 0;
	padding: 2px;
	width: 100%;
	vertical-align: top;
	border: 3px solid #FFFFFF;
	box-sizing: border-box;
	background: #DADADA;
	flex-basis: 11.1%;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative;
	height: 245px;
}
.livechat_boy li a {
	color: #747474;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.livechat_boy li a:hover {
	color: #747474;
	display: inline-block;
	background: #3873ff;
}
.livechat_boy_off li a,.livechat_boy_off02 li a {
	color: #747474;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.livechat_boy_off li a:hover,.livechat_boy_off02 li a:hover {
	color: #747474;
	display: inline-block;
	background: #777777;
}
.livechat_boy li img,.livechat_boy_off li img,.livechat_boy li img,.livechat_boy_off02 li img {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.livechat_boy li a:hover img,.livechat_boy_off li a:hover img,.livechat_boy li a:hover img,.livechat_boy_off02 li a:hover img  {
	opacity:80%;
}
.livechat_boy .boy_data,.livechat_boy_off .boy_data,.livechat_boy .boy_data,.livechat_boy_off02 .boy_data {
	margin: 4px;
	background: #FFFFFF;
	border-radius: 5px;
	padding: 2px;
	color: #7d7d7d;
	min-height: 80px;
}
.livechat_boy .boy_data_name span {
	font-weight: bold;
	font-size: 15px;
}
.livechat_boy_off .boy_data_name span,.livechat_boy_off02 .boy_data_name span {
	font-weight: bold;
	font-size: 11px;
	display: block;
}
.livechat_boy .boy_data_name i {
	font-weight: normal;
	font-size: 11px;
}
.livechat_boy .boy_spec {
	display: block;
	font-size: 11px;
}
.livechat_boy .boy_data dd .boy_txt {
	font-size: 12px;
	margin: 0 0 5px 0;
	display: block;
	min-height: 25px;
	word-break: break-all;
}
.livechat_boy .boy_data dd .night {
	border-radius: 8px; 
	background: #AAAAAA; 
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	display: block;
}
.chat_status01 {
    border-radius: 0px;
    background: #3873ff;
    color: #FFFFFF;
    font-size: 11px;
    text-align: left;
    display: block;
    margin: 3px 0px;
    padding: 2px 1px 2px 6px;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    top: 122px;
    left: 0px;
}
.chat_status02 {
    border-radius: 0px;
    background: #f62343;
    color: #FFFFFF;
    font-size: 11px;
    text-align: left;
    display: block;
    margin: 3px 0px;
    padding: 2px 1px 2px 6px;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    top: 122px;
    left: 0px;
}
.bg-party{
    background: #ffa500;
}
.shop_name {
    border-radius: 5px;
    background: #FFFFFF;
    color: #000000;
    float: right;
    margin: 0 2px 0 0px;
    padding: 0 3px;
    font-size: 90%;
}
.chat_status03 {
	border-radius: 15px;
	background: #dadada;
	color: #999999;
	font-size: 11px;
	text-align: center;
	display: block;
	margin: 3px 1px;
	padding: 2px 1px;
}
/*livechat_main*/
.main_video {
	width: 100%;
	height:100%;
	background: #231816;
	border: 5px solid #d5d5d5;
	box-sizing: border-box;
}
.timer:before {
	content:"";
	background: url(../../img/livechat/time.png) no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	background-size: contain;
	float: left;
	margin: 0 5px 0 0;
}
.timer {
    position: absolute;
    bottom: 0px;
    left: 7px;
    color: #08b0fd;
    font-weight: bold;
    font-size: 110%;
}
.timer_red:before {
	content: "";
	background: url(../../img/livechat/time_red.png) no-repeat 50%;
	width: 25px;
	height: 25px;
	display: block;
	background-size: contain;
	float: left;
	margin: 0 5px 0 0;
	-webkit-animation: blink 0.7s ease-in-out infinite alternate;
	-moz-animation: blink 0.7s ease-in-out infinite alternate;
	animation: blink 0.7s ease-in-out infinite alternate;
}
.timer_red {
	color: #FF0000;
	font-weight: bold;
	font-size: 110%;
	display: inline-block;
	-webkit-animation: blink 0.7s ease-in-out infinite alternate;
	-moz-animation: blink 0.7s ease-in-out infinite alternate;
	animation: blink 0.7s ease-in-out infinite alternate;
}
.boy-streams {
    position: relative;
    height: 710px;
}
.livechat_col {
	background: #FFFFFF;
	overflow: hidden;
}

.livechat_play_col {
    border-top: 8px solid #DADADA;
    border-bottom: 8px solid #DADADA;
    margin: 10px 10px 20px;
    padding: 10px 0;
    overflow: hidden;
   
}
.livechat_play_col_l {
	width: 56%;
	display: inline-block;
}
.livechat_play_col_r {
	width: 403px;
	display: inline-block;
	float: right;
}
.chat_write {
	border: 2px solid #c5c5c5;
	overflow: hidden;
}
.chat_write textarea {
	border: none;
	box-shadow: none;
	width: 80%;
}
.chat_display_content {
	border-bottom: 1px solid #DADADA!important;
	width: 100%!important;
	height: 180px;
}
.chat_write_content {
	float: left;
	box-shadow: none!important;
	width: 79%!important;
	border-radius: 0!important;
}
.chat_post_btn a {
	float: left;
	border-radius: 5px;
	background: #231815;
	color: #FFFFFF;
	display: inline-block;
	width: 85px;
	padding: 6px 0;
	text-align: center;
	text-decoration: none;
	margin: 3px 0px 0 14px;
}
.myplace {
	overflow: hidden;
	margin: 0 0 5px 0;
	position: relative;
}
.myplace .avatar_place {
    position: relative;
    float: left;
    width: 194px;
    height: 149px;
    border: 2px solid #d5d5d5;
    background: #FFFFFF;
    box-sizing: border-box;
    margin: 0 4px 0 0;
}
.myplace .avatar_place img {
    height: 149px;
    display: block;
    margin: 0 auto;
}
.myplace .avata_self_img {
    position: absolute;
    border-radius: 50%;
    top: 17px;
    left: 32%;
    width: 72px;
    height: 72px;
}

.avatar_frame {
	position: absolute;
	width: 190px;
	height: 145px;
	background: #ffffff;
	border: 2px solid #d5d5d5;
}
.my_video {
	background: #444444;
	border: 2px solid #d5d5d5;
	width: 190px;
	height: 145px;
	float: left;
	margin: 0 4px 0 0;
}
#camera_btn {
    background: #e7e7e7;
    border: 1px solid #898989;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    vertical-align: middle;
    width: 205px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    margin: 0 0 8px 0;
    padding: 0px 0 0 0;
    line-height: 3.2em;
    overflow: hidden;
    color: #bebebe;
}
#camera_btn i.material-icons,#mic_btn i.material-icons {
	vertical-align: middle;
}
#camera_btn.active {
	background: #FFFFFF;
	color: #ff006f;
	font-weight: bold;
}
#mic_btn {
    background: #e7e7e7;
    border: 1px solid #898989;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    vertical-align: middle;
    width: 205px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    margin: 0 0 8px 0;
    padding: 0px 0 0 0;
    line-height: 3.2em;
    overflow: hidden;
    color: #bebebe;
}
#mic_btn.active {
	background: #FFFFFF;
	color: #ff006f;
	font-weight: bold;
}
#cut_btn a {
	background: #d8d7d7 url(../../img/livechat/cut_btn_bg.png);
	display: inline-block;
	width: 205px;
	height: 32px;
	margin: 0;
	border-radius: 5px;
	text-align: center;
	line-height: 2.3em;
	text-decoration: none;
	font-size: 90%;
	color: #FFFFFF;
}
.livechat_dgpt_l {
	width: 100%;
	font-size: 80%;
	margin: 0px 0 9px 0;
	padding: 2px 9px;
	background: #efefef;
	border-top: 3px double #c1c1c1;
	border-bottom: 3px double #c1c1c1;
}
.livechat_dgpt_r {
	display: inline-block;
	width: 100%;
	position: relative;
}
.livechat_dgpt_name {
	font-size: 60%;
	display: inline-block;
	margin: 0 10px 0 0;
}
.livechat_dgpt_select  {
	width: 120px;
}
/*.livechat_dgpt_btn  {
	cursor: pointer;
	padding: 7px 10px;
	background: #f6006d;
	color: #FFFFFF;
	border: none;
	border-radius: 15px;
	width: 88px;
	font-size: 8px;
}*/
.livechat_dgpt_btn {
    cursor: pointer;
    padding: 6px 10px;
    background: #f6006d url(../../img/livechat/pay_icn01.png) no-repeat 7px center;
    background-size: 16px;
    color: #FFFFFF;
    border: none;
    border-radius: 15px;
    width: 114px;
    margin: 0px 0px 0 8px;
    font-size: 8px;
    text-indent: 8px;
}
.pt_red {
	color: #FF0000;
}
.pt_red::after {
	content: "!";
	background: #FF0000;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	margin: 0 0 0 4px;
	-webkit-animation: blink 0.7s ease-in-out infinite alternate;
	-moz-animation: blink 0.7s ease-in-out infinite alternate;
	animation: blink 0.7s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@-moz-keyframes blink {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@keyframes blink {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
.boy_prof_col {
    margin: 0 10px;
    overflow: hidden;
    position: absolute;
    bottom: 2px;
    right: 0px;
    background: rgba(255,255,255,0.7);
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 95%;
}
.boy_prof_col .prof_col,.boy_prof_col_on .prof_col {
	font-size: 80%;
}
.boy_prof_col_on:before {
	content: "";
	background: url(../../img/livechat/birth.gif) no-repeat 7px center;
	background-size: contain;
	width: 100%;
	height: 80px;
	position: absolute;
	z-index: 100;
	top: -65px;
	left: 50%;
	margin: 0 0 0 -87px;
}
.boy_prof_col_on {
    margin: 0 10px;
    position: absolute;
    bottom: 2px;
    right: 0px;
    background: #ff5790;
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 95%;
}
.boy_prof_col_on h3 {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.boy_prof_col h3 {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.boy_birth {
	font-size: 80%;
}
.boy_birth_on {
	font-size: 80%;	
}
.prof_col_l {
	/* float: left; */
	width: 520px;
	display: inline-block;
}
.prof_col_l h3 {
	font-size: 140%;
	display: block;
	border-bottom:1px solid #DDDDDD;
	color: #444444;
	margin: 0 0 10px 0;
}
.prof_col_r {
	float: right;
	/* display: inline-block; */
	width: 400px;
	height: 280px;
	border: 1px solid #DADADA;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	overflow-y: scroll;
}
.bonus_point_col {
	margin: 7px 0 0 0;
	color: #E91E63;
	font-weight: bold;
}
.remodal {
    border-radius: 10px;
    border: 2px solid #404040;
    background: #000000!important;
    width: 350px!important;
    padding: 10px 10px!important;
    color: #FFFFFF!important;
    font-size: 75%;
    line-height: 2.8em;
}
.remodal_start {
    background: #000000 url(../../img/remodal_rogo.jpg) no-repeat 8% 39px!important;
}
.remodal .boy_img {
	width: 125px;
	border: 1px solid #404040;
	background-color: #555555;
	padding: 1px;
}
.remodal .webcam_btn {
	text-align: left;
	width: 180px;
	margin: 0 auto 7px;
	padding: 2px 3px;
	border: 1px solid #909090;
	border-radius: 4px;
}
.remodal .webcam_btn i,.remodal .mic_btn i {
	vertical-align: middle;
}
.remodal .webcam_btn span {
	width: 66px;
	display: inline-block;
	color: #f6006c;
}
.remodal .mic_btn {
	text-align: left;
	width: 180px;
	margin: 0 auto 7px;
	padding: 2px 3px;
	border: 1px solid #909090;
	border-radius: 4px;
}
.remodal .mic_btn span {
	width: 66px;
	display: inline-block;
	color: #f6006c;
}
.remodal-confirm {
    color: #fff;
    background: #81c784;
    padding: 20px;
    margin: 15px auto 10px;
}
.webcam_btn input,.mic_btn input {
	width: 20px!important;
	height: 20px!important;
}
.webcam_btn input.js-video-radio[type="radio"]:checked:before,.mic_btn input.js-audio-radio[type="radio"]:checked:before {
	box-shadow: none;
	background: #f6006c;
	left: 1px;
	top: 13px;
}
.webcam_btn input.js-video-radio[type="radio"]:checked:after,.mic_btn input.js-audio-radio[type="radio"]:checked:after {
	box-shadow: none!important;
	background: #f6006c;
	left: 9px;
	top: 12px;
}
.remodal-confirm {
    color: #fff;
    background: #00d282!important;
    border-radius: 50%;
    padding: 6%!important;
    min-width: 84px!important;
    min-height: 84px;
}
.remodal-back {
    color: #696969;
    background: #9E9E9E!important;
    border-radius: 50%;
    padding: 4%;
    min-width: 60px!important;
    min-height: 60px;
    border: none;
}
.remodal-confirm .material-icons {
	font-size: 50px!important;
}
.caution_remodal {
	font-size: 70%;
	text-align: right;
	line-height: 1;
	margin: 20px 0 0 0;
}
ul.remodal_btn {
	display: table;
	width: 100%;
}
ul.remodal_btn button.remodal-confirm {
	margin: 0!important;
}
ul.remodal_btn li {
	width: 50%;
	display: table-cell;
	text-align: center;
}

.p_charge_icon {
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	vertical-align: middle;
	font-size: 90%!important;
}
.dgpt_charge_remodal {
	margin: 0 0 10px 0;
}
#js-charge-trigger {
    background: #f6006c;
    border-radius: 3px;
    border: none;
    color: #FFFFFF;
    vertical-align: middle;
    font-size: 80%;
    padding: 5px 10px;
    line-height: 3em;
}
.rule_col {
	font-size: 90%;
	color: #444444;
}
.rule_col .red {
	color: #FF0000;
	font-weight: bold;
}
.rule_col_in {
	height: 340px;
	overflow-y: scroll;
	padding: 10px;
	border: 2px solid #b7b7b7;
	background: #fbfbfb;
	border-radius: 5px;
	box-shadow: inset 1px 1px 3px #999999;
}
.rule_col b {
	margin: 0 0 10px 0;
	display: block;
}
.rule_col p {
	margin: 0 0 20px 0;
	display: block;
	line-height: 1.8em;
}
.signature {
	margin: 40px auto 0;
}
.signature a {
	text-align: center;
	font-weight: bold;
	display: block;
	border-radius: 5px;
	border: 1px solid #999999;
	color: #0172ff;
	width: 50%;
	padding: 20px 0;
	text-decoration: none;
	background: #FAFAFA;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin: 0 auto;
}
.signature a:hover {
	opacity:80%;
	background: #efefef;
}

.replace_pt_btn a {
	text-align: center;
	font-weight: bold;
	display: block;
	border-radius: 5px;
	border: 1px solid #999999;
	color: #0172ff;
	width: 35%;
	padding: 25px 0;
	text-decoration: none;
	background: #FAFAFA;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin: 0 auto;
	font-size: 120%;
	cursor: pointer;
}
.replace_pt_btn a:hover {
	opacity:80%;
	background: #efefef;
}
.remodal .attention {
	font-size: 140%;
}
.livechat_howcol {
	border: 4px solid #231814;
	margin: 30px 0;
	border-radius: 5px;
}
.livechat_howcol strong {
	font-size: 140%;
}
.livechat_howcol_in {
	margin: 10px;
}
.livechat_boylist_btn a {
    background: #f6006c;
    display: block;
    width: 60%;
    text-align: center;
    margin: 20px auto;
    padding: 3%;
    box-sizing: border-box;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 100%;
    font-weight: bold;
    border-radius: 5px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.livechat_boylist_btn a:hover {
	opacity: 80%;
}
.how_livechat_btn a {
    background: #231814;
    display: block;
    width: 60%;
    text-align: center;
    margin: 20px auto;
    padding: 3%;
    box-sizing: border-box;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 100%;
    font-weight: bold;
    border-radius: 5px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.how_livechat_btn a:hover {
	opacity: 80%;
}

/*controler*/
.ghinda-video-player.simpledark {
    float: left!important;
    position: absolute!important;
    bottom: 10px;
    left: 10px;
    padding: 15px!important;
    box-sizing: border-box;
    width: 930px;
    border: none!important;
    font-family: Arial, Helvetica, sans-serif;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 3px;
    background: rgba(255,255,255,0.8)!important;
    background-image: -moz-linear-gradient(top, #313131, #000000);
    box-shadow: none!important;
}
/* volume button */

.acorn-player.access {
	float: none!important;
}
.acorn-player.access video {
	float: none!important;
}
.acorn-player.access .acorn-controls {
    position: absolute;
    float: left;
    clear: both;
    width: 100%;
    bottom: 0;
    padding-top: 0;
    background-image: none;
    background: #FFFFFF;
    background-position: bottom left;
    z-index: 10;
}
.twitter_link {
    position: absolute;
    z-index: 100;
    top: 71px;
    left: 8px;
    width: 81px;
    border-radius: 10px;
    padding: 3px 0;
    background: #00acee;
    color: #FFFFFF!important;
    text-align: center;
    text-decoration: underline;
}
.livechat_boy_off02 .twitter_link {
    position: absolute;
    z-index: 100;
    top: 71px;
    left: 8px;
    width: 81px;
    border-radius: 10px;
    padding: 3px 0;
    background: #00acee;
    color: #FFFFFF!important;
    text-align: center;
    text-decoration: underline;
}
.twitter_link a {
    color: #FFFFFF!important;
    text-decoration: underline!important;
    font-size: 80%;
}
.livechat_boy_off02 .twitter_link a {
    color: #FFFFFF!important;
    text-decoration: underline!important;
    font-size: 65%;
}
.twitter_link a:hover {
	background: inherit!important;
	text-decoration: none!important;
}
.twitter_link a i {
	color:#FFFFFF!important;
}
.livechat_catchbnr {
	text-align: center;
	margin: 0px auto 10px;
	width: 100%;
	position: relative;
	display: block;
	background-position: center;
}
.livechat_catchbnr strong {
	display: block;
	position: absolute;
	bottom: 8px;
	left: 24px;
	font-size: 140%;
	color: #fff700;
	letter-spacing: -0.07em;
}
.livechat_catchbnr .numImg span {
	display:inline-block;
	float: inherit;
	vertical-align: text-bottom;
}
.dgpoint_title {
	text-align: center;
	border: solid 1px #ffef63 !important;
	border-radius: 30px;
	background: #ffef63;
	padding: 10px;
	box-sizing: border-box;
	margin: 0 0 10px 0!important;
}
.slider_bg {
    background: rgba(228, 228, 228, 0.8);
    padding: 5px 3px;
    width: 97%;
    position: relative;
    height: 20px;
    bottom: 0;
    top: 20px;
    border-radius: 10px;
    z-index: 10;
    margin: 0 auto 31px;
}
.ui-slider-horizontal {
	height: .2em!important;
}
.ui-widget-content {
.ui-widget-content {
	border: 1px solid #aaaaaa/*{borderColorContent};; */;background: #2b2e38!important;/*{bgColorContent}; url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; */;color: #222222/*{fcContent}*/;}
}
.ui-widget-header {border: 1px solid #aaaaaa/*{borderColorHeader}*/;background: #ff1170!important;/*{bgColorHeader}; url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; */;color: #222222/*{fcHeader}; */;font-weight: bold;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {border: 1px solid #888888!important;/*{borderColorDefault}*/;background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;font-weight: normal/*{fwDefault}*/;color: #555555/*{fcDefault}*/;border-radius: 50%;}
.ui-slider-horizontal .ui-slider-handle {top: -.6em!important;margin-left: -.6em;}
.livechat_col .ui-slider {
    position: absolute;
    display: block;
    width: 20%;
    bottom: 11px;
    right: 20px;
    z-index: 100;
}
.soon_cut {
    position: absolute;
    top: 10px;
    font-weight: bold;
    color: #FF0000;
    font-size: 110%;
    left: 15px;
}
#paypal_form {
    top: -6px;
    right: 0;
    position: absolute;
}
.pt_charge,.chat_end {
	background: #000000!important;
}

.balloon2-top {
  position: relative;
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #f00;
  font-size: 95%;
  background: #FFF;
  border: solid 3px #f00;
  box-sizing: border-box;
  border-radius: 8px;
}

.balloon2-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 26%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.balloon2-top:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 26%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #F00;
  z-index: 1;
}

.balloon2-top p {
  margin: 0;
  padding: 0;
}
.bank_info {
    margin-top: 1em;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    width: 100%;
}
.bank_info tr {
    border-bottom: 1px solid #b5b5b5;
}
.bank_info th {
    font-size: 1.07em;
    font-weight: normal;
    padding: 10px 10px 7px;
    word-break: break-all;
    background-color: #fff9c3;
    overflow-wrap: break-word;
    width: 30%;
}
.bank_info td {
    background: transparent;
    text-align: left;
    vertical-align: top;
    padding: 10px 10px 7px;
}
.wish_list .deposit01 {
	width: 8em;
	text-align: center;
	vertical-align: middle;
}
.wish_list td.deposit01,.wish_list td.deposit02,.wish_list td.deposit04 {
	font-size: 85%;
	text-align: left;
}
.wish_list .deposit02 {
	width: 8em;
	vertical-align: middle;
}
.wish_list .deposit03 {
	text-align: center;
	vertical-align: middle;
}
.wish_list .deposit04 {
	width: 14em;
	text-align: center;
	vertical-align: middle;
}
.deposit_info_day {
	font-size: 80%;
	font-weight: bold;
}
.deposit_fback {
	font-size: 80%;
	font-weight: bold;
	color: #FF0000;
}
.deposit_num {
	font-size: 80%;
	color: #666666;
}
.deposit_p_charge {
	color: #f6006d;
	font-size: 120%;
	float: right;
}
.dgbg {
    background: #FFFFFF;
    padding: 10px 5px;
    margin: -30px 0 0 0;
}
/*livechat_rank*/
.livechat_rank_col {
	display: block;
	overflow: hidden;
	width: auto;
	margin: 0 3px 20px;
	box-sizing: border-box;
	padding: 10px;
	position: relative;
	font-size: 90%;
	background: linear-gradient(45deg, #666666, #dadada, #000000);
	background-size: 600% 600%;
	animation: AnimationName 10s ease infinite;
}
/*投げ銭*/
.tip_col h2 {
	font-family: "Sawarabi Mincho";
	text-align: center;
	text-indent: inherit;
	font-size: 120%;
	color: #111111;
	position: relative;
	text-align: center;
	margin: 1em 0;
	border: none;
}
.tip_col h2:before {
	border-top: 1px solid #404040;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}
.tip_col h2 span {
	background-color: #e7e7e7;
	display: inline-block;
	padding: 0 1em;
	position: relative;
}
.tip01 {
    background: url(../../img/livechat/gingin.gif) no-repeat 13% 50%;
    background-size: contain;
    display: block;
    width: 700px;
    height: 400px;
    position: absolute;
    top: 20px;
    left: 12%;
}
.tip02 {
    background: url(../../img/livechat/chirami.gif) no-repeat 13% 50%;
    background-size: contain;
    display: block;
    width: 276px;
    height: 270px;
    position: absolute;
    top: 5px;
    right: -10px;
}
.tip03 {
    background: url(../../img/livechat/dopyu.gif) no-repeat 13% 50%;
    background-size: contain;
    display: block;
    width: 950px;
    height: 700px;
    position: absolute;
    top: 0px;
    left: 1%;
}
.tip04 {
    background: url(../../img/livechat/dopyu01.png) no-repeat 13% 50%;
    background-size: contain;
    display: block;
    width: 950px;
    height: 700px;
    position: absolute;
    top: 0px;
    left: 1%;
}
.tip05 {
    background: url(../../img/livechat/dopyu02.png) no-repeat 13% 50%;
    background-size: contain;
    display: block;
    width: 950px;
    height: 700px;
    position: absolute;
    top: 0px;
    left: 1%;
}
.tip06 {
    background: url(../../img/livechat/dopyu03.png) no-repeat 13% 50%;
    background-size: contain;
    display: block;
    width: 950px;
    height: 700px;
    position: absolute;
    top: 0px;
    left: 1%;
}
.tip07 {
    background: url(../../img/livechat/koi.png) no-repeat;
    display: block;
    width: 950px;
    height: 720px;
    animation: koi 1.7s steps(11) infinite;
    position: absolute;
    top: 0px;
    right: 0;
}
@keyframes koi {
  to {
    background-position: -10450px 0;
  }
}
.tip08 {
    display: block;
    position: absolute;
    overflow: hidden;
    width: 950px;
    height: 720px;
    top: 0;
}
/*heart*/
.heart {
  position: absolute;
  width: 100px;
  height: 90px;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -50px;
}  
  .heart:before,
  .heart:after {
    content: '';
    position: absolute;
    top: 0;
    width: 50px;
    height: 80px;
    border-radius: 50px 50px 0 0;
  }
  
  .heart:before {
    left: 50px;
    transform: rotate(-45deg);
    transform-origin: 0 100%;
  }
  
  .heart:after {
    left: 0;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
  }
.heart-bg {
  animation: heart-anim 2.5s linear .4s infinite;
 } 
  .heart-bg:before,
  .heart-bg:after {
    background-color: #ff7693;
  }

.heart-main {
  animation: pounding .5s linear infinite alternate;
}

@keyframes pounding {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes heart-anim {
  46% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  52% {
    transform: scale(1.5);
  }
  55% {
    transform: scale(3);
  }
  100% {
    opacity: 0;
    transform: scale(50);
  }
}

.tip10 {
  background: #000000;
  animation: fadebg 1s, fadeoutbg 3s 4s forwards;
  z-index: 8;
  position: absolute;
  top: 0;
  width: 950px;
  height: 720px;
}

.tip10 div {
  background: url(../../img/livechat/smode.png) no-repeat center;
  background-size: contain;
  margin: 2vh 0;
  opacity: 0;
  position: relative;
  top: 30%;
  left: 0%;
  width: 950px;
  height: 300px;
  animation: switch 26s linear infinite;
  animation-iteration-count: 1;
  z-index: 100;
}
.tip11 {
  background: #000000;
  animation: fadebg 1s, fadeoutbg 3s 4s forwards;
  z-index: 8;
  position: absolute;
  top: 0;
  width: 950px;
  height: 720px;
}

.tip11 div {
  background: url(../../img/livechat/mmode.png) no-repeat center;
  background-size: contain;
  margin: 2vh 0;
  opacity: 0;
  position: relative;
  top: 30%;
  left: 0%;
  width: 950px;
  height: 300px;
  animation: switch 26s linear infinite;
  animation-iteration-count: 1;
  z-index: 100;
}
.tip10_a {
	background: url(../../img/livechat/chain01.png) no-repeat;
	background-size: contain;
	animation-name: chain01;
	animation-duration: 0.2s;
	width: 950px;
	height: 150px;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
}
.tip10_b {
	background: url(../../img/livechat/chain02.png) no-repeat bottom right;
	background-size: contain;
	animation-name: chain02;
	animation-duration: 0.2s;
	width: 950px;
	height: 150px;
	z-index: 9;
	position: absolute;
	bottom: 0;
	right: 0;
}
.tip10 div:nth-child(3),.tip11 div:nth-child(3) { animation-delay: 8s}
.tip10 div:nth-child(4),.tip11 div:nth-child(4) { animation-delay: 10s}
.tip10 div:nth-child(5),.tip11 div:nth-child(5) { animation-delay: 11s}
.tip10 div:nth-child(6),.tip11 div:nth-child(6) { animation-delay: 16s}
.tip10 div:nth-child(7),.tip11 div:nth-child(7) { animation-delay: 20s}
.tip10 div:nth-child(8),.tip11 div:nth-child(8) { animation-delay: 22s}

@keyframes switch {
    0% { opacity: 0;filter: blur(20px); transform:scale(12)}
    3% { opacity: 1;filter: blur(0); transform:scale(1)}
    10% { opacity: 1;filter: blur(0); transform:scale(.9)}
    13% { opacity: 0;filter: blur(10px); transform:scale(.1)}
    80% { opacity: 0}
    100% { opacity: 0}
}

@keyframes fadeinbg {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@keyframes fadeoutbg {
    from {
        opacity:1;
    }
    to {
        opacity:0;
    }
}
@keyframes chain01 {
0% {
    opacity: 0.3;/* 透明 */
    transform: translateX(-200px);
}
100% {
    opacity: 1;/* 不透明 */
    transform: translateX(0px);
}
}
@keyframes chain02 {
0% {
    opacity: 0.3;/* 透明 */
    transform: translateX(1200px);
}
100% {
    opacity: 1;/* 不透明 */
    transform: translateX(990px);
}
}

.tip09 {
     background: url(../../img/livechat/spin_banana.gif) no-repeat;
    background-size: contain;
    zoom: 20%;
    -webkit-animation-name: tip09-keyframes;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-delay: 0ms;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 0 0;
    animation-name: tip09-keyframes;
    animation-duration: 1000ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform-origin: 0 0;
    position: absolute;
    z-index: 100;
    top: 65%;
    left: 50%;
    width: 300px;
    height: 300px;
    margin: 0;
}

.tip12 {
     background: url(../../img/livechat/spin_banana.gif) no-repeat;
    background-size: contain;
    zoom: 60%;
    -webkit-animation-name: tip09-keyframes;
    -webkit-animation-duration: 2000ms;
    -webkit-animation-delay: 0ms;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 0 0;
    animation-name: tip09-keyframes;
    animation-duration: 2000ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform-origin: 0 0;
    position: absolute;
    z-index: 100;
    top: 55%;
    left: 55%;
    width: 300px;
    height: 300px;
    margin: 0;
}
.tip13 {
     background: url(../../img/livechat/spin_banana.gif) no-repeat;
    background-size: contain;
    -webkit-animation-name: tip09-keyframes;
    -webkit-animation-duration: 3000ms;
    -webkit-animation-delay: 0ms;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 0 0;
    animation-name: tip09-keyframes;
    animation-duration: 3000ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform-origin: 0 0;
    position: absolute;
    z-index: 100;
    top: 85%;
    left: 60%;
    width: 300px;
    height: 300px;
    margin: 0;
}
@-webkit-keyframes tip09-keyframes {
  0% {-webkit-transform:translate(0px, 0px) scale(3) rotateX(0deg) rotateY(2deg) rotateZ(200deg) translate(-50%, -50%);}
  1.67% {-webkit-transform:translate(-25.5106px, -13.1741px) scale(2.95) rotateX(0deg) rotateY(1.9986deg) rotateZ(200.1389deg) translate(-50%, -50%);}
  3.33% {-webkit-transform:translate(-30.3374px, -25.7492px) scale(2.9) rotateX(0deg) rotateY(1.9945deg) rotateZ(200.5556deg) translate(-50%, -50%);}
  5% {-webkit-transform:translate(-33.5738px, -37.7383px) scale(2.85) rotateX(0deg) rotateY(1.9877deg) rotateZ(201.25deg) translate(-50%, -50%);}
  6.67% {-webkit-transform:translate(-36.0774px, -49.1543px) scale(2.8) rotateX(0deg) rotateY(1.9781deg) rotateZ(202.2222deg) translate(-50%, -50%);}
  8.33% {-webkit-transform:translate(-38.1472px, -60.01px) scale(2.75) rotateX(0deg) rotateY(1.9659deg) rotateZ(203.4722deg) translate(-50%, -50%);}
  10% {-webkit-transform:translate(-39.9262px, -70.3184px) scale(2.7) rotateX(0deg) rotateY(1.9511deg) rotateZ(205deg) translate(-50%, -50%);}
  11.67% {-webkit-transform:translate(-41.4949px, -80.0924px) scale(2.65) rotateX(0deg) rotateY(1.9336deg) rotateZ(206.8056deg) translate(-50%, -50%);}
  13.33% {-webkit-transform:translate(-42.9035px, -89.3449px) scale(2.6) rotateX(0deg) rotateY(1.9135deg) rotateZ(208.8889deg) translate(-50%, -50%);}
  15% {-webkit-transform:translate(-44.1856px, -98.0888px) scale(2.55) rotateX(0deg) rotateY(1.891deg) rotateZ(211.25deg) translate(-50%, -50%);}
  16.67% {-webkit-transform:translate(-45.365px, -106.337px) scale(2.5) rotateX(0deg) rotateY(1.866deg) rotateZ(213.8889deg) translate(-50%, -50%);}
  18.33% {-webkit-transform:translate(-46.4589px, -114.1024px) scale(2.45) rotateX(0deg) rotateY(1.8387deg) rotateZ(216.8056deg) translate(-50%, -50%);}
  20% {-webkit-transform:translate(-47.4806px, -121.398px) scale(2.4) rotateX(0deg) rotateY(1.809deg) rotateZ(220deg) translate(-50%, -50%);}
  21.67% {-webkit-transform:translate(-48.4402px, -128.2366px) scale(2.35) rotateX(0deg) rotateY(1.7771deg) rotateZ(223.4722deg) translate(-50%, -50%);}
  23.33% {-webkit-transform:translate(-49.3461px, -134.6311px) scale(2.3) rotateX(0deg) rotateY(1.7431deg) rotateZ(227.2222deg) translate(-50%, -50%);}
  25% {-webkit-transform:translate(-50.2046px, -140.5945px) scale(2.25) rotateX(0deg) rotateY(1.7071deg) rotateZ(231.25deg) translate(-50%, -50%);}
  26.67% {-webkit-transform:translate(-51.0212px, -146.1396px) scale(2.2) rotateX(0deg) rotateY(1.6691deg) rotateZ(235.5556deg) translate(-50%, -50%);}
  28.33% {-webkit-transform:translate(-51.8004px, -151.2794px) scale(2.15) rotateX(0deg) rotateY(1.6293deg) rotateZ(240.1389deg) translate(-50%, -50%);}
  30% {-webkit-transform:translate(-52.5459px, -156.0267px) scale(2.1) rotateX(0deg) rotateY(1.5878deg) rotateZ(245deg) translate(-50%, -50%);}
  31.67% {-webkit-transform:translate(-53.261px, -160.3946px) scale(2.05) rotateX(0deg) rotateY(1.5446deg) rotateZ(250.1389deg) translate(-50%, -50%);}
  33.33% {-webkit-transform:translate(-53.9483px, -164.3958px) scale(2) rotateX(0deg) rotateY(1.5deg) rotateZ(255.5556deg) translate(-50%, -50%);}
  35% {-webkit-transform:translate(-54.6104px, -168.0433px) scale(1.95) rotateX(0deg) rotateY(1.454deg) rotateZ(261.25deg) translate(-50%, -50%);}
  36.67% {-webkit-transform:translate(-55.2492px, -171.3501px) scale(1.9) rotateX(0deg) rotateY(1.4067deg) rotateZ(267.2222deg) translate(-50%, -50%);}
  38.33% {-webkit-transform:translate(-55.8666px, -174.3289px) scale(1.85) rotateX(0deg) rotateY(1.3584deg) rotateZ(273.4722deg) translate(-50%, -50%);}
  40% {-webkit-transform:translate(-56.4642px, -176.9927px) scale(1.8) rotateX(0deg) rotateY(1.309deg) rotateZ(280deg) translate(-50%, -50%);}
  41.67% {-webkit-transform:translate(-57.0434px, -179.3545px) scale(1.75) rotateX(0deg) rotateY(1.2588deg) rotateZ(286.8056deg) translate(-50%, -50%);}
  43.33% {-webkit-transform:translate(-57.6055px, -181.4271px) scale(1.7) rotateX(0deg) rotateY(1.2079deg) rotateZ(293.8889deg) translate(-50%, -50%);}
  45% {-webkit-transform:translate(-58.1516px, -183.2234px) scale(1.65) rotateX(0deg) rotateY(1.1564deg) rotateZ(301.25deg) translate(-50%, -50%);}
  46.67% {-webkit-transform:translate(-58.6827px, -184.7564px) scale(1.6) rotateX(0deg) rotateY(1.1045deg) rotateZ(308.8889deg) translate(-50%, -50%);}
  48.33% {-webkit-transform:translate(-59.1998px, -186.039px) scale(1.55) rotateX(0deg) rotateY(1.0523deg) rotateZ(316.8056deg) translate(-50%, -50%);}
  50% {-webkit-transform:translate(-59.7036px, -187.084px) scale(1.5) rotateX(0deg) rotateY(1deg) rotateZ(325deg) translate(-50%, -50%);}
  51.67% {-webkit-transform:translate(-60.1951px, -187.9043px) scale(1.45) rotateX(0deg) rotateY(0.9477deg) rotateZ(333.4722deg) translate(-50%, -50%);}
  53.33% {-webkit-transform:translate(-60.6748px, -188.513px) scale(1.4) rotateX(0deg) rotateY(0.8955deg) rotateZ(342.2222deg) translate(-50%, -50%);}
  55% {-webkit-transform:translate(-61.1433px, -188.9228px) scale(1.35) rotateX(0deg) rotateY(0.8436deg) rotateZ(351.25deg) translate(-50%, -50%);}
  56.67% {-webkit-transform:translate(-61.6014px, -189.1467px) scale(1.3) rotateX(0deg) rotateY(0.7921deg) rotateZ(360.5556deg) translate(-50%, -50%);}
  58.33% {-webkit-transform:translate(-62.0494px, -189.1977px) scale(1.25) rotateX(0deg) rotateY(0.7412deg) rotateZ(370.1389deg) translate(-50%, -50%);}
  60% {-webkit-transform:translate(-62.4879px, -189.0885px) scale(1.2) rotateX(0deg) rotateY(0.691deg) rotateZ(380deg) translate(-50%, -50%);}
  61.67% {-webkit-transform:translate(-62.9174px, -188.8321px) scale(1.15) rotateX(0deg) rotateY(0.6416deg) rotateZ(390.1389deg) translate(-50%, -50%);}
  63.33% {-webkit-transform:translate(-63.3383px, -188.4415px) scale(1.1) rotateX(0deg) rotateY(0.5933deg) rotateZ(400.5556deg) translate(-50%, -50%);}
  65% {-webkit-transform:translate(-63.751px, -187.9295px) scale(1.05) rotateX(0deg) rotateY(0.546deg) rotateZ(411.25deg) translate(-50%, -50%);}
  66.67% {-webkit-transform:translate(-64.1557px, -187.309px) scale(1) rotateX(0deg) rotateY(0.5deg) rotateZ(422.2222deg) translate(-50%, -50%);}
  68.33% {-webkit-transform:translate(-64.553px, -186.593px) scale(0.95) rotateX(0deg) rotateY(0.4554deg) rotateZ(433.4722deg) translate(-50%, -50%);}
  70% {-webkit-transform:translate(-64.9431px, -185.7943px) scale(0.9) rotateX(0deg) rotateY(0.4122deg) rotateZ(445deg) translate(-50%, -50%);}
  71.67% {-webkit-transform:translate(-65.3262px, -184.9259px) scale(0.85) rotateX(0deg) rotateY(0.3707deg) rotateZ(456.8056deg) translate(-50%, -50%);}
  73.33% {-webkit-transform:translate(-65.7028px, -184.0007px) scale(0.8) rotateX(0deg) rotateY(0.3309deg) rotateZ(468.8889deg) translate(-50%, -50%);}
  75% {-webkit-transform:translate(-66.0729px, -183.0315px) scale(0.75) rotateX(0deg) rotateY(0.2929deg) rotateZ(481.25deg) translate(-50%, -50%);}
  76.67% {-webkit-transform:translate(-66.437px, -182.0313px) scale(0.7) rotateX(0deg) rotateY(0.2569deg) rotateZ(493.8889deg) translate(-50%, -50%);}
  78.33% {-webkit-transform:translate(-66.7952px, -181.013px) scale(0.65) rotateX(0deg) rotateY(0.2229deg) rotateZ(506.8056deg) translate(-50%, -50%);}
  80% {-webkit-transform:translate(-67.1477px, -179.9895px) scale(0.6) rotateX(0deg) rotateY(0.191deg) rotateZ(520deg) translate(-50%, -50%);}
  81.67% {-webkit-transform:translate(-67.4947px, -178.9737px) scale(0.55) rotateX(0deg) rotateY(0.1613deg) rotateZ(533.4722deg) translate(-50%, -50%);}
  83.33% {-webkit-transform:translate(-67.8364px, -177.9785px) scale(0.5) rotateX(0deg) rotateY(0.134deg) rotateZ(547.2222deg) translate(-50%, -50%);}
  85% {-webkit-transform:translate(-68.1731px, -177.0168px) scale(0.45) rotateX(0deg) rotateY(0.109deg) rotateZ(561.25deg) translate(-50%, -50%);}
  86.67% {-webkit-transform:translate(-68.5049px, -176.1016px) scale(0.4) rotateX(0deg) rotateY(0.0865deg) rotateZ(575.5556deg) translate(-50%, -50%);}
  88.33% {-webkit-transform:translate(-68.8319px, -175.2457px) scale(0.35) rotateX(0deg) rotateY(0.0664deg) rotateZ(590.1389deg) translate(-50%, -50%);}
  90% {-webkit-transform:translate(-69.1543px, -174.462px) scale(0.3) rotateX(0deg) rotateY(0.0489deg) rotateZ(605deg) translate(-50%, -50%);}
  91.67% {-webkit-transform:translate(-69.4722px, -173.7635px) scale(0.25) rotateX(0deg) rotateY(0.0341deg) rotateZ(620.1389deg) translate(-50%, -50%);}
  93.33% {-webkit-transform:translate(-69.7859px, -173.1631px) scale(0.2) rotateX(0deg) rotateY(0.0219deg) rotateZ(635.5556deg) translate(-50%, -50%);}
  95% {-webkit-transform:translate(-70.0954px, -172.6736px) scale(0.15) rotateX(0deg) rotateY(0.0123deg) rotateZ(651.25deg) translate(-50%, -50%);}
  96.67% {-webkit-transform:translate(-70.4008px, -172.308px) scale(0.1) rotateX(0deg) rotateY(0.0055deg) rotateZ(667.2222deg) translate(-50%, -50%);}
  98.33% {-webkit-transform:translate(-70.7023px, -172.0791px) scale(0.05) rotateX(0deg) rotateY(0.0014deg) rotateZ(683.4722deg) translate(-50%, -50%);}
  100% {-webkit-transform:translate(-71px, -172px) scale(0) rotateX(0deg) rotateY(0deg) rotateZ(700deg) translate(-50%, -50%);}
}
@keyframes tip09-keyframes {
  0% {transform:translate(0px, 0px) scale(3) rotateX(0deg) rotateY(2deg) rotateZ(200deg) translate(-50%, -50%);}
  1.67% {transform:translate(-25.5106px, -13.1741px) scale(2.95) rotateX(0deg) rotateY(1.9986deg) rotateZ(200.1389deg) translate(-50%, -50%);}
  3.33% {transform:translate(-30.3374px, -25.7492px) scale(2.9) rotateX(0deg) rotateY(1.9945deg) rotateZ(200.5556deg) translate(-50%, -50%);}
  5% {transform:translate(-33.5738px, -37.7383px) scale(2.85) rotateX(0deg) rotateY(1.9877deg) rotateZ(201.25deg) translate(-50%, -50%);}
  6.67% {transform:translate(-36.0774px, -49.1543px) scale(2.8) rotateX(0deg) rotateY(1.9781deg) rotateZ(202.2222deg) translate(-50%, -50%);}
  8.33% {transform:translate(-38.1472px, -60.01px) scale(2.75) rotateX(0deg) rotateY(1.9659deg) rotateZ(203.4722deg) translate(-50%, -50%);}
  10% {transform:translate(-39.9262px, -70.3184px) scale(2.7) rotateX(0deg) rotateY(1.9511deg) rotateZ(205deg) translate(-50%, -50%);}
  11.67% {transform:translate(-41.4949px, -80.0924px) scale(2.65) rotateX(0deg) rotateY(1.9336deg) rotateZ(206.8056deg) translate(-50%, -50%);}
  13.33% {transform:translate(-42.9035px, -89.3449px) scale(2.6) rotateX(0deg) rotateY(1.9135deg) rotateZ(208.8889deg) translate(-50%, -50%);}
  15% {transform:translate(-44.1856px, -98.0888px) scale(2.55) rotateX(0deg) rotateY(1.891deg) rotateZ(211.25deg) translate(-50%, -50%);}
  16.67% {transform:translate(-45.365px, -106.337px) scale(2.5) rotateX(0deg) rotateY(1.866deg) rotateZ(213.8889deg) translate(-50%, -50%);}
  18.33% {transform:translate(-46.4589px, -114.1024px) scale(2.45) rotateX(0deg) rotateY(1.8387deg) rotateZ(216.8056deg) translate(-50%, -50%);}
  20% {transform:translate(-47.4806px, -121.398px) scale(2.4) rotateX(0deg) rotateY(1.809deg) rotateZ(220deg) translate(-50%, -50%);}
  21.67% {transform:translate(-48.4402px, -128.2366px) scale(2.35) rotateX(0deg) rotateY(1.7771deg) rotateZ(223.4722deg) translate(-50%, -50%);}
  23.33% {transform:translate(-49.3461px, -134.6311px) scale(2.3) rotateX(0deg) rotateY(1.7431deg) rotateZ(227.2222deg) translate(-50%, -50%);}
  25% {transform:translate(-50.2046px, -140.5945px) scale(2.25) rotateX(0deg) rotateY(1.7071deg) rotateZ(231.25deg) translate(-50%, -50%);}
  26.67% {transform:translate(-51.0212px, -146.1396px) scale(2.2) rotateX(0deg) rotateY(1.6691deg) rotateZ(235.5556deg) translate(-50%, -50%);}
  28.33% {transform:translate(-51.8004px, -151.2794px) scale(2.15) rotateX(0deg) rotateY(1.6293deg) rotateZ(240.1389deg) translate(-50%, -50%);}
  30% {transform:translate(-52.5459px, -156.0267px) scale(2.1) rotateX(0deg) rotateY(1.5878deg) rotateZ(245deg) translate(-50%, -50%);}
  31.67% {transform:translate(-53.261px, -160.3946px) scale(2.05) rotateX(0deg) rotateY(1.5446deg) rotateZ(250.1389deg) translate(-50%, -50%);}
  33.33% {transform:translate(-53.9483px, -164.3958px) scale(2) rotateX(0deg) rotateY(1.5deg) rotateZ(255.5556deg) translate(-50%, -50%);}
  35% {transform:translate(-54.6104px, -168.0433px) scale(1.95) rotateX(0deg) rotateY(1.454deg) rotateZ(261.25deg) translate(-50%, -50%);}
  36.67% {transform:translate(-55.2492px, -171.3501px) scale(1.9) rotateX(0deg) rotateY(1.4067deg) rotateZ(267.2222deg) translate(-50%, -50%);}
  38.33% {transform:translate(-55.8666px, -174.3289px) scale(1.85) rotateX(0deg) rotateY(1.3584deg) rotateZ(273.4722deg) translate(-50%, -50%);}
  40% {transform:translate(-56.4642px, -176.9927px) scale(1.8) rotateX(0deg) rotateY(1.309deg) rotateZ(280deg) translate(-50%, -50%);}
  41.67% {transform:translate(-57.0434px, -179.3545px) scale(1.75) rotateX(0deg) rotateY(1.2588deg) rotateZ(286.8056deg) translate(-50%, -50%);}
  43.33% {transform:translate(-57.6055px, -181.4271px) scale(1.7) rotateX(0deg) rotateY(1.2079deg) rotateZ(293.8889deg) translate(-50%, -50%);}
  45% {transform:translate(-58.1516px, -183.2234px) scale(1.65) rotateX(0deg) rotateY(1.1564deg) rotateZ(301.25deg) translate(-50%, -50%);}
  46.67% {transform:translate(-58.6827px, -184.7564px) scale(1.6) rotateX(0deg) rotateY(1.1045deg) rotateZ(308.8889deg) translate(-50%, -50%);}
  48.33% {transform:translate(-59.1998px, -186.039px) scale(1.55) rotateX(0deg) rotateY(1.0523deg) rotateZ(316.8056deg) translate(-50%, -50%);}
  50% {transform:translate(-59.7036px, -187.084px) scale(1.5) rotateX(0deg) rotateY(1deg) rotateZ(325deg) translate(-50%, -50%);}
  51.67% {transform:translate(-60.1951px, -187.9043px) scale(1.45) rotateX(0deg) rotateY(0.9477deg) rotateZ(333.4722deg) translate(-50%, -50%);}
  53.33% {transform:translate(-60.6748px, -188.513px) scale(1.4) rotateX(0deg) rotateY(0.8955deg) rotateZ(342.2222deg) translate(-50%, -50%);}
  55% {transform:translate(-61.1433px, -188.9228px) scale(1.35) rotateX(0deg) rotateY(0.8436deg) rotateZ(351.25deg) translate(-50%, -50%);}
  56.67% {transform:translate(-61.6014px, -189.1467px) scale(1.3) rotateX(0deg) rotateY(0.7921deg) rotateZ(360.5556deg) translate(-50%, -50%);}
  58.33% {transform:translate(-62.0494px, -189.1977px) scale(1.25) rotateX(0deg) rotateY(0.7412deg) rotateZ(370.1389deg) translate(-50%, -50%);}
  60% {transform:translate(-62.4879px, -189.0885px) scale(1.2) rotateX(0deg) rotateY(0.691deg) rotateZ(380deg) translate(-50%, -50%);}
  61.67% {transform:translate(-62.9174px, -188.8321px) scale(1.15) rotateX(0deg) rotateY(0.6416deg) rotateZ(390.1389deg) translate(-50%, -50%);}
  63.33% {transform:translate(-63.3383px, -188.4415px) scale(1.1) rotateX(0deg) rotateY(0.5933deg) rotateZ(400.5556deg) translate(-50%, -50%);}
  65% {transform:translate(-63.751px, -187.9295px) scale(1.05) rotateX(0deg) rotateY(0.546deg) rotateZ(411.25deg) translate(-50%, -50%);}
  66.67% {transform:translate(-64.1557px, -187.309px) scale(1) rotateX(0deg) rotateY(0.5deg) rotateZ(422.2222deg) translate(-50%, -50%);}
  68.33% {transform:translate(-64.553px, -186.593px) scale(0.95) rotateX(0deg) rotateY(0.4554deg) rotateZ(433.4722deg) translate(-50%, -50%);}
  70% {transform:translate(-64.9431px, -185.7943px) scale(0.9) rotateX(0deg) rotateY(0.4122deg) rotateZ(445deg) translate(-50%, -50%);}
  71.67% {transform:translate(-65.3262px, -184.9259px) scale(0.85) rotateX(0deg) rotateY(0.3707deg) rotateZ(456.8056deg) translate(-50%, -50%);}
  73.33% {transform:translate(-65.7028px, -184.0007px) scale(0.8) rotateX(0deg) rotateY(0.3309deg) rotateZ(468.8889deg) translate(-50%, -50%);}
  75% {transform:translate(-66.0729px, -183.0315px) scale(0.75) rotateX(0deg) rotateY(0.2929deg) rotateZ(481.25deg) translate(-50%, -50%);}
  76.67% {transform:translate(-66.437px, -182.0313px) scale(0.7) rotateX(0deg) rotateY(0.2569deg) rotateZ(493.8889deg) translate(-50%, -50%);}
  78.33% {transform:translate(-66.7952px, -181.013px) scale(0.65) rotateX(0deg) rotateY(0.2229deg) rotateZ(506.8056deg) translate(-50%, -50%);}
  80% {transform:translate(-67.1477px, -179.9895px) scale(0.6) rotateX(0deg) rotateY(0.191deg) rotateZ(520deg) translate(-50%, -50%);}
  81.67% {transform:translate(-67.4947px, -178.9737px) scale(0.55) rotateX(0deg) rotateY(0.1613deg) rotateZ(533.4722deg) translate(-50%, -50%);}
  83.33% {transform:translate(-67.8364px, -177.9785px) scale(0.5) rotateX(0deg) rotateY(0.134deg) rotateZ(547.2222deg) translate(-50%, -50%);}
  85% {transform:translate(-68.1731px, -177.0168px) scale(0.45) rotateX(0deg) rotateY(0.109deg) rotateZ(561.25deg) translate(-50%, -50%);}
  86.67% {transform:translate(-68.5049px, -176.1016px) scale(0.4) rotateX(0deg) rotateY(0.0865deg) rotateZ(575.5556deg) translate(-50%, -50%);}
  88.33% {transform:translate(-68.8319px, -175.2457px) scale(0.35) rotateX(0deg) rotateY(0.0664deg) rotateZ(590.1389deg) translate(-50%, -50%);}
  90% {transform:translate(-69.1543px, -174.462px) scale(0.3) rotateX(0deg) rotateY(0.0489deg) rotateZ(605deg) translate(-50%, -50%);}
  91.67% {transform:translate(-69.4722px, -173.7635px) scale(0.25) rotateX(0deg) rotateY(0.0341deg) rotateZ(620.1389deg) translate(-50%, -50%);}
  93.33% {transform:translate(-69.7859px, -173.1631px) scale(0.2) rotateX(0deg) rotateY(0.0219deg) rotateZ(635.5556deg) translate(-50%, -50%);}
  95% {transform:translate(-70.0954px, -172.6736px) scale(0.15) rotateX(0deg) rotateY(0.0123deg) rotateZ(651.25deg) translate(-50%, -50%);}
  96.67% {transform:translate(-70.4008px, -172.308px) scale(0.1) rotateX(0deg) rotateY(0.0055deg) rotateZ(667.2222deg) translate(-50%, -50%);}
  98.33% {transform:translate(-70.7023px, -172.0791px) scale(0.05) rotateX(0deg) rotateY(0.0014deg) rotateZ(683.4722deg) translate(-50%, -50%);}
  100% {transform:translate(-71px, -172px) scale(0) rotateX(0deg) rotateY(0deg) rotateZ(700deg) translate(-50%, -50%);}
}

.tip14 {
  z-index: 8;
  position: absolute;
  top: 0;
  width: 950px;
  height: 720px;
}
.tip14_mask {
	position: absolute;
	top: 0;
	-webkit-mask-image: url('../../img/livechat/mask.png');
	mask-image: url('../../img/livechat/mask.png');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	z-index: 10;
	width: 950px;
	height: 720px;
}
.tip14 img {
	width: 15%;
	animation: anim 3s infinite;
	animation-timing-function:ease-in;
	animation-iteration-count:1;
}

@keyframes anim {
  0% {
  transform: translateX(950px);
  }

  100% {
  transform: translateX(-1800px);
  }
}
.tip_btn_banana a,.tip_btn_peach a {
	font-size: 100%;
	text-decoration: none !important;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	margin: 0px 10px 10px 0;
	padding: 0px;
	box-sizing: border-box;
	display: inlin0e-block;
	width: 15.5%;
	float: left;
}
.tip_btn_banana a:hover,.tip_btn_peach a:hover {
	opacity: 80%;
}
.tip_btn_banana img,.tip_btn_peach img {
    width: 48%;
    vertical-align: middle;
    margin: 0 12px 0 0px;
}
/*桃*/
.peach01 {
    background: url(../../img/livechat/momo03.gif) no-repeat;
    background-size: cover!important;
    width: 235px;
    height: 180px;
    display: none;
    position: absolute;
    bottom: 280px;
    right: 5px;
    z-index: 100;
    animation: peach_anim 3s;
    animation-timing-function: ease-out;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
}
.peach02 {
    background: url(../../img/livechat/momo03.gif) no-repeat;
    background-size: cover!important;
    width: 329px;
    height: 252px;
    display: none;
    position: absolute;
    bottom: 280px;
    right: 5px;
    z-index: 2;
    animation: peach_anim 4s;
    animation-timing-function: ease-out;
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -ms-transition: all 4s;
    -o-transition: all 4s;
    transition: all 4s;
}
.peach03 {
    background: url(../../img/livechat/momo03.gif) no-repeat;
    background-size: cover!important;
    width: 470px;
    height: 360px;
    display: none;
    position: absolute;
    bottom: 280px;
    right: 5px;
    z-index: 2;
    animation: peach_anim 6s;
    animation-timing-function: ease-out;
    -webkit-transition: all 6s;
    -moz-transition: all 6s;
    -ms-transition: all 6s;
    -o-transition: all 6s;
    transition: all 6s;
}
@keyframes peach_anim {
  0% {
  transform: translateX(0px) translateY(0px)  scale(2);
  }
  25% {
  transform: translateX(-250px) translateY(-100px) scale(0.7);
  }
  50% {
  transform: translateX(-500px) translateY(100px) scale(1.5);

  }
  75% {
  transform: translateX(-750px) translateY(-100px) scale(0.7);

  }
  100% {
  transform: translateX(-1000px) translateY(100px) scale(2);
  }
}
.tip15 {
    height: 720px;
    width: 950px;
    position: absolute;
    top: 0;
    left: 0;
}
/*パイ*/
.tip18 {
    width: 940px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 5px;
    left: 5px;
    display: none;
}
.tip18 .pye {
    background: url(../../img/livechat/pye.gif) no-repeat 46% 50%;
    background-size: contain!important;
    display: block;
    width: 950px;
    height: 707px;
    position: absolute;
    top: 0px;
    left: 0;
}
/*ケーキ*/
.tip19 {
    width: 950px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
.tip21 {
    width: 950px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
.cake-bg {
    background: url(../../img/livechat/shine_cake.png) no-repeat 46% 50%;
    background-size: cover;
    width: 950px;
    height: 720px;
    overflow: hidden;
    position: absolute;
    top: 5px;
    left: 0px;
    display: none;
}
.cake-bg02 {
    background: url(../../img/livechat/shine_cake02.png) no-repeat 46% 50%;
    background-size: cover;
    width: 950px;
    height: 720px;
    overflow: hidden;
    position: absolute;
    top: 5px;
    left: 0px;
    display: none;
}
.tip19 .cake {
    background: url(../../img/livechat/cake.png) no-repeat 46% 50%;
    background-size: contain;
    display: block;
    width: 850px;
    height: 600px;
    position: absolute;
    top: 60px;
    left: 8%;	
}
.tip21 .cake02 {
    background: url(../../img/livechat/cake02.png) no-repeat 46% 50%;
    background-size: contain;
    display: block;
    width: 850px;
    height: 600px;
    position: absolute;
    top: 60px;
    left: 8%;	
}
.tip20 {
    background: url(../../img/livechat/promise.gif) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0%;
    width: 950px;
    height: 710px;
    z-index: 100;
}
.kiss {
    background: url(../../img/livechat/boy_kiss.gif) no-repeat center;
    background-size: contain!important;
    position: absolute;
    top: 0;
    left: 0%;
    width: 950px;
    height: 710px;
    z-index: 100;
}
.favorite {
    background: url(../../img/livechat/boy_fav.gif) no-repeat center;
    background-size: contain!important;
    position: absolute;
    top: 0;
    left: 0%;
    width: 950px;
    height: 710px;
    z-index: 100;
}
.dildo {
    background: url(../../img/livechat/boy_dildo.gif) no-repeat center;
    background-size: contain!important;
    position: absolute;
    top: 0;
    left: 0%;
    width: 950px;
    height: 710px;
    z-index: 100;
}
.giftact_btn {
	width: 13%;
	display: inline-block;
	margin: 0 3px;
	text-align: center;
}
.giftact_btn a {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.giftact_btn a:hover {
	opacity: 80%;
}
.giftact_btn img {
	width: 100%;
	vertical-align: middle;
	margin: 10px 10px 0 0px;
}
.giftact_btn span {
	display:block;
	font-size: 80%;
}
.playing_gift {
    position: absolute;
    padding: 0;
    line-height: 2em;
    box-sizing: border-box;
    text-align: center;
    background: #000000;
    color: #ffe500;
    font-size: 85%;
    width: 955px;
    top: 0;
    left: 0;
    border-top: 4px double #ff009d;
    border-bottom: 4px double #ff009d;
}
.playing_gift span {
	margin: 0 10px
}
/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
.white_radius_col {
    background: #FFFFFF;
    border: 1px solid #999999;
    padding: 5px;
    text-align: left;
    line-height: 2em;
    margin: 10px;
    width: auto;
    box-sizing: border-box;
}
.gift_reset {
    border-radius: 46px;
    font-size: 100%;
    text-decoration: underline;
    color: #ffe500;
    padding: 10px 10px;
    line-height: 115%;
    z-index: 110;
    cursor: pointer;
    background: #ff009d;
    width: 280px;
    font-weight: bold;
    text-align: center;
    margin: 15px auto 0;
}
.btn_close {
    border-radius: 6px;
    border: 1px solid #999999;
    font-size: 190%;
    line-height: 115%;
    padding: 0px 1%;
    position: absolute;
    top: -30px;
    right: 5px;
}
#slide{
    display: none;
    position: fixed;
    z-index: 2000;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgb(255, 0, 157);
    border-top: 1px solid #ccc;
    height: 3;
    height: 170px;
}
.overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.tip_col {
    display: block;
    clear: both;
    overflow: hidden;
    padding: 4px 15px 5px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: #FFFFFF;
    border-radius: 5px;
    height: 95px;
    margin: 40px 10px 0;
}
.tip_col p,.giftact_col p {
	font-size: 80%;
	color: #ff009d
}
.giftact_col {
	display: block;
	clear: both;
	overflow: hidden;
	padding: 7px 15px 5px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background: #FFFFFF;
	border-radius: 5px;
	margin: 40px 10px;
	height: 95px;
}
.giftact_col .nego_col {overflow: hidden;}
.giftact_col .nego_col p {display: inline-block;float: left;}
.nego {display: inline-block;width: 45%;float: right;background: #ff009d;border-radius: 5px;}
.nego span {display: inline-block;font-size: 80%;color: #ffffff;padding: 2px 5px;line-height: 1.4em;}
.nego form {
	display: inline-block;
	float: left;
	width: 75%;
	margin: 0 0 0 4px;
}
.nego_write_content {
	float: left;
	box-shadow: none!important;
	width: 78%!important;
	border-radius: 0!important;
}
.nego_post_btn a {
    float: left;
    border-radius: 5px;
    background: #231815;
    color: #FFFFFF;
    display: inline-block;
    width: 85px;
    padding: 6px 0;
    text-align: center;
    text-decoration: none;
    margin: 3px 0px 0 8px;
}
ol.giftbox_tab {
	float: left;
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	margin: 0 0 -1px 0;
}
ol.giftbox_tab li {
	display: table-cell;
	width: 50%;
	background: #eaeaea;
	padding: 5px 10px;
	position: relative;
}
ol.giftbox_tab li.active {
	background: #ff009d;
	position: relative;
	top: 0px;
}
ol.giftbox_tab li.active a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
ol.giftbox_tab li a {
	text-decoration: none;
	color: #5a5a5a;
}
.giftbox_choice {
    text-align: center;
    position: absolute;
    bottom: 3px;
    left: 11px;
    z-index: 110;
    background: rgba(255,255,255,0.7);
    padding: 5px;
    border-radius: 20px;
}
.giftbox_choice p {
	font-size: 75%;
	text-align: center;
	color:#f6006d;
	text-shadow: 0px 0px 1px #ffffff;
	display: block;
	margin: 0 0 5px;
}
.stamp_btn_list {
	background: #FFFFFF url(../../img/livechat/stamp_gif_btn.gif) no-repeat 4px 1px;
	background-size: 85%;
	font-size: 70%;
	text-indent: 4em;
	display: inline-block;
	box-shadow: 2px 2px 1px #666666;
	width: 82px;
	height: 82px;
	border-radius: 66px;
	box-sizing: border-box;
	padding: 13px;
	margin: 0 0 10px 0;
	cursor: pointer;
	border: 4px solid #008aff;
}
.action_btn_list {
	background: #FFFFFF url(../../img/livechat/action_gif_btn.gif) no-repeat;
	background-size: 85%;
	font-size: 70%;
	text-indent: 4em;
	display: inline-block;
	box-shadow: 2px 2px 1px #666666;
	width: 82px;
	height: 82px;
	border-radius: 66px;
	box-sizing: border-box;
	padding: 13px;
	margin: 0 0 10px 0;
	cursor: pointer;
	border: 4px solid #ff0042;
}
.rank_tabcts {
	display: none;
}
.rank_tabcts.active {
	display: block;
}

#acMenu dt{
	display: inline-block;
	font-size: 75%;
	color: #2196F3;
	text-decoration: underline;
	text-align:center;
	cursor:pointer;
}
#acMenu dd{
	font-size: 75%;
	color: #4e4e4e;
	background: rgb(255, 251, 219);
	box-shadow: 1px 1px 6px #999999;
	width: 908px;
	text-align: left;
	border-radius: 4px;
	padding: 10px;
	box-sizing: border-box;
	display:none;
	margin: 3px 0 0px 20px;
	position: absolute;
}
.gift_none {
	text-align: center;
	color: #FFFFFF;
	margin: 110px 0 0 0;
}
.mosaic_ontxt {
	right: 10px;
	top: 5px;
	position: absolute;
	z-index: 100;
	color: #FF0000;
	font-weight: bold;
	font-size: 120%;
}
.boy_none {
	font-size: 90%;
	background: #fff8ba;
	color: #ff4040;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 5px;
}
.point_exp {
	font-size: 90%;
	color: #777777;
}
.action_playlist_col h4 {
	margin: 0 0 10px;
	font-size: 100%;
	color: #777777;
	border-bottom: 1px solid #cacaca;
}
.action_playlist_col img.action_icon01 {
	width: 120px;
	margin: 0 auto 10px;
	display: block;
}
.action_playlist_col img.action_icon02 {
	width: 180px;
	margin: 0 auto 10px;
	display: block;
}
.pointplay_exp {
	font-size: 90%;
	margin: 0 0 0 10px;
}

.icon_exp_fee {
	font-weight: bold;
	color: #E91E63;
}
.boy_chat_alert {
	float: right;
}

/*avatar*/
.right_col_gray {
    background: #f2f2f2;
    border: 2px solid #d4d4d4;
    border-radius: 4px;
    padding: 5px!important;
    margin: 0;
    overflow: hidden;
    float: left;
    width: 255px!important;
    line-height: 1.7em;
    height: 121px!important;
}
.avatar_col {
	display: inline-block;
    float: left;
    width: 109px;
    height: 121px;
    margin: 0 0px 0 0;
    padding: 12% 1% 0 0;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
    border: 3px solid #cccccc;
}
.avatar_col02 {
    display: inline-block;
    float: left;
    width: 109px;
    height: 121px;
    margin: 0 0px 0 0;
    padding: 0% 1% 0 0;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
    border: 3px solid #cccccc;
    background: #FFFFFF;
    position: relative;
}
.avatar_col02 img {
    width: 64%;
}
.avatar_col02 .avata_self_img {
    position: absolute;
    border-radius: 50%;
    top: 12.4px;
    left: 29.5%;
    width: 40%;
}
.avatar_col span a {
	text-decoration: none;
	padding: 0 0 15px 0;
	display: block;
}
.avatar_col p {
    font-size: 80%;
    color: #999999
}
.avatar_col_right {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0px 0 0 5px;
    vertical-align: top;
    float: left;
    font-size: 85%;
    position: absolute;
    height: 121px;
    overflow-y: scroll;
    width: 144px;
}
.right_col_menu {
    width: 68%;
    display: inline-block;
    margin: 0 0 0 15px;
}
.mypage_col_r ul {
    line-height: 2.4em;
    font-size: 90%;
    float: left;
    width: 100%;
    margin: 0 0 6px 0px;
    border-bottom: 1px solid #EDEDED;
}
.mypage_col_r ul:nth-child(4)  {
    border-bottom: none;
}
.mypage_col_r ul li {
    float: left;
    margin: 0 0 0 0px;
    width: 180px;
}
.mypage_col_r ul li:nth-child(3n+1) {
    float: left;
    margin: 0 0 0 0px;
    width: 245px!important;
}
.avatar_choice ul {
	display: flex;
	flex-wrap: wrap;
}
.avatar_choice li {
    width: 170px;
    text-align: center;
    margin: 0px 0 20px 0;
    border: 5px solid #FFFFFF;
    position: relative;
}
.avatar_choice li div {
	text-align: left;
	background: #EDEDED;
	padding: 5px;
	margin: 10px 0 0 0;
	font-size: 88%;
	min-height: 26px;
}
.avatar_choice li div label{
	line-height: 26px;
	
}
.avatar_choice li img {
	height: 157.5px;
	margin: 0 0 7px 0;
}
.abata_self_col {
	position: relative;
	background: none!important;
	text-align: center!important;
	padding: 0!important;
	margin: 0!important;
}
.avata_self_img {
    position: absolute;
    border-radius: 50%;
    top: 22px;
    left: 29%;
}
.abata_atten {
	font-size: 70%;
}
#file {
	display: none;
}
.avata_self_btn {
	font-size: 85%;
	background: none!important;
	text-align: center!important;
	color: #ff1170;
	margin: 0!important;
	padding: 0!important;
	text-decoration: underline;
	cursor: pointer;
	position: absolute;
	left: 23%;
	bottom: 33px;
}
.abatar_regist_btn ul li {
	width: 100%;
}
.abatar_regist_btn ul li a {
    display: inline-block;
    width: 250px;
    border-radius: 5px;
    background: #ff1170;
    padding: 30px 5px;
    text-align: center;
    color: #FFFFFF;
    font-size: 100%;
    box-shadow: 1px 1px 0px #BB0009;
    line-height: 0.5;
    margin: 0 0 10px 20px;
    color: #FFFFFF;
    text-decoration: none;
}
.sp_no_use {
	color: #a5a5a5;
	line-height: 2em;
	text-align: center!important;
}
.sp_avatar_col strong {
	display: block;
    font-size: 120%;
    border-bottom: 1px solid;
    color: #ff1170;
    margin: 0 0 20px 0;
}
.avatar_choice label {
	display: block;
}
.avatar_choice label:after {
	content: "";
	clear: both;
	display: block;
}
	.avatar_choice label input { float: left; }
	.avatar_choice label p {
		float: left;
		width: calc(100% - 34px);
   		line-height: 210%;
	}
.avata_sp {
	background: none !important;
	text-align: center !important;
	color: #ff1170;
	margin: 0 !important;
	padding: 0 !important;
}
.caution_avatar {
    background: #fffacb;
    margin: 10px 0;
    padding: 10px;
    font-size: 100%;
    font-weight: bold;
}