﻿body, h1, h2, h3, h4, h5, h6, div, p, ul, li, dl, dt, dd, table, caption, th, td, form, fieldset, legend, hr, fieldset, legend, button, select, textarea, input, figure, figcaption {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

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

ul {
    list-style: none;
}

ol {
    margin: 0;
    padding-left: 20px;
}

img, iframe {
    border: 0;
    vertical-align: top;
}

textarea, select, button {
    vertical-align: top;
}

fieldset, input {
    border: 0;
}

img {
    -ms-interpolation-mode: bicubic;
}

legend, caption, .blind {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

#bbclose {
    float:right;
    display:inline-block;
    padding:2px 5px;
    background:#efefef;
}

.visible {
    visibility: visible;
    overflow: auto;
    width: auto;
    height: auto;
    font-size: 100%;
    line-height: normal;
}

.show {
    display: block !important;
}

.hide, .none {
    display: none !important;
}

body {
    font-family: Arial, "Microsoft Yahei", 'Simsun', 'Malgun Gothic', sans-serif;
    font-size: 0.875em;
    color: #333;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover, a:focus {
    text-decoration: none;
}

input[type=checkbox], input[type=radio], button {
    border: none;
}

label, button, input[type=submit], input[type=image], input[type=button], input[type=checkbox], input[type=radio], input[type=file] {
    cursor: pointer;
}

.fixed:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE/7/6*/
}


.font_c_orange {
    color: #ff6000;
}

.font_c_red {
    color: #f00;
}

.gra_blue {
    background: #0292dc;
    background: -moz-linear-gradient(top, #0292dc 0%, #0187cc 51%, #0079b8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0292dc), color-stop(51%, #0187cc), color-stop(100%, #0079b8));
    background: -webkit-linear-gradient(top, #0292dc 0%, #0187cc 51%, #0079b8 100%);
    background: -o-linear-gradient(top, #0292dc 0%, #0187cc 51%, #0079b8 100%);
    background: -ms-linear-gradient(top, #0292dc 0%, #0187cc 51%, #0079b8 100%);
    background: linear-gradient(to bottom, #0292dc 0%, #0187cc 51%, #0079b8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0292dc', endColorstr='#0079b8', GradientType=0);
}

input[type=radio], input[type=checkbox] {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    -webkit-appearance: none;
    background: url(../image/sp_input.png) no-repeat;
    vertical-align: top;
}

input[type=radio]:enabled {
    background-position: 0 0;
}

input[type=radio]:checked {
    background-position: -20px 0;
}

input[type=radio]:disabled {
    background-position: 0 -20px;
}

input[type=radio]:disabled:checked {
    background-position: -20px -20px;
}

input[type=checkbox]:enabled {
    background-position: -40px 0;
}

input[type=checkbox]:checked {
    background-position: -60px 0;
}

input[type=checkbox]:disabled {
    background-position: -40px -20px;
}

input[type=checkbox]:disabled:checked {
    background-position: -60px -20px;
}

input[type=text], input[type=password], input[type=submit], input[type=button], input[type=search], input[type=email], input[type=url], input[type=tel], input[type=number], textarea, select, button {
    font-family: Arial, "Simsun", 'Microsoft Yahei', 'Malgun Gothic', Dotum, sans-serif;
    font-size: 0.875em;
    color: #333;
    font-weight: 400;
    -webkit-appearance: none;
    appearance: none;
    font-size: 1em;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-slide-a {
    display: inline-block;
    width: 100%;
}

.swiper-slide-img {
    display: inline-block;
    width: 100%;
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 84px;
    margin-top: -42px;
    z-index: 10;
    cursor: pointer;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev {
    background: url(../image/arrow_left.png) no-repeat;
}
.swiper-button-next {
    right: 0;
    background: url(../image/arrow_right.png) no-repeat;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical > .swiper-pagination {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -moz-transform: translate3d(0px, -50%, 0);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal > .swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
    z-index: 0;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (min-width: 1025px) {
    #sign14_zipcode_body, #search, #sign18_zipcode_body {
        width: 420px;
    }

    #daum_addr_layer {
        width: 480px !important;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        margin: auto;
        height: 500px !important;
    }

    #wrap {
        position: relative;
        margin: 0 auto;
        width: 750px;
		height:100%;
    }

    .lv_title, ._title {
        width: 710px;
        margin: 0 auto;
    }

    .modal_wrap_reply, #level_modal2, #level_modal, #success_all_list, .modal_wrap_prize, .modal_wrap_lv, .page_modal {
        margin: 0 auto !important;
        width: 750px !important;
    }

    #head, #search, #wrap_tab, #foot, #styleup_wrap_tab, .shareWrap, .modal_wrap_reply, .event_info, #container, #event_sum_6, #event_sum_10, #event_sum_12, #event_sum_13, #event_sum_14, #event_sum_15, #event_sum_17 {
        margin: 0 auto;
        width: 750px;
    }

    #head {
        width: 734px;
    }

    #foot {
        width: 730px;
    }

    .shareWrap {
        width: 740px;
    }

    .event_info {
        width: 720px;
        margin: 0 auto;
    }

    #screen.landscape .main_hot_game {
        left: 0 !important;
        top: auto !important;
        width: auto !important;
        position: relative !important;
    }

    #screen.landscape .main_hot_game li {
        position: relative !important;
        float: left !important;
        width: 33.3333333333% !important;
        height: auto !important;
    }

    #screen.landscape .main_hot_game li a .thm {
        position: static !important;
    }

    #screen.landscape .main_hot_game li a .thm img {
        width: 100% !important;
        height: auto !important;
    }

    #screen.landscape .main_hot_game li a strong {
        position: relative !important;
        line-height: 24px !important;
        height: 24px !important;
        margin: 2px -4px !important;
        padding-right: 20px !important;
        padding-left: 3px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        font-size: 0.917em !important;
        letter-spacing: -1px !important;
        border-left: 1px solid #7e8085 !important;
        border-right: 1px solid #1e2024 !important;
        text-align: center !important;
    }

    #screen.landscape .main_game {
        width: auto !important;
    }

    .ms_playImgBox {
        display: block !important;
    }

    .game_lnb li, .rank_tabs_active li, .rank_tabs_active li, .login_nav li {
        width: auto !important;
    }

    .vs_ticket_box, .vs_use_info {
        max-width: 80%;
        margin: 0 auto 10px;
    }

    #side .side_wrap {
        width: 30%;
    }

    #head .msg_count_box .num_count {
        left: -28px !important;
    }

    .msg_count_box .num_count {
        font-size: 0.825em !important;
    }

    .game_mode_box .tip_playnow {
        padding: 6px 15px 10px !important;
    }

    .certify_modal .returncode_ip_b label {
        line-height: 38px !important;
    }

    .certify_modal .returncode_ip_b #btn_sendcode {
        line-height: 25px !important;
    }
}

body {
    background: #efefef;
}


#wrap {
    padding-top: 40px;
}

#wrap.login {
    padding-top: 0;
}

#container {
    position: relative;
    min-height: 430px;
    background: #fff;
    overflow: hidden;
}

#container::after {
    content: '';
    clear: both;
    display: block;
}

#proc {
    display: none;
}

.modalFix {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.home {
    background: #e0e0e0;
}

.home #container {
    background: #e9e9e9;
}

.bodyFix {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
}

.font_orange {
    color: #ff6000;
}

.event_content {
    background: #fff;
}

#event_sum_6, #event_sum_10, #event_sum_12, #event_sum_13, #event_sum_14, #event_sum_15 {
    background: #fff;
}

.event_gift_modal {
    z-index: 2100;
}

.event_gift_modal .img_b {
    margin: 5px;
}

.event_gift_modal .img_b img {
    width: 100%;
    height: auto;
}

.event_gift_modal .btns a {
    display: inline-block;
}

.event_gift_modal .modal_inner {
    max-width: 300px;
}

.modal_wrap_prize .level_modal_inner {
    border: 7px solid #ff6000;
    box-sizing: border-box;
    padding-bottom: 20px;
    min-height: 100%;
}

.modal_wrap_prize .font_c_orange {
    color: #ff6000;
    font-weight: bold;
}

.modal_wrap_prize .rank_list td:nth-child(3) p {
    font-weight: bold;
}

.btn_play {
    position: relative;
    overflow: hidden;
    height: 28px;
    line-height: 28px;
    padding-left: 18px;
    padding-right: 18px;
    color: #fff;
    text-transform: uppercase;
    background: #ff6000;
    background: -moz-linear-gradient(top, #f47c33 0%, #f47c33 50%, #ff6000 50%, #ff6000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f47c33), color-stop(50%, #f47c33), color-stop(50%, #ff6000), color-stop(100%, #ff6000));
    background: -webkit-linear-gradient(top, #f47c33 0%, #f47c33 50%, #ff6000 50%, #ff6000 100%);
    background: -o-linear-gradient(top, #f47c33 0%, #f47c33 50%, #ff6000 50%, #ff6000 100%);
    background: -ms-linear-gradient(top, #f47c33 0%, #f47c33 50%, #ff6000 50%, #ff6000 100%);
    background: linear-gradient(to bottom, #f47c33 0%, #f47c33 50%, #ff6000 50%, #ff6000 100%);
    border-radius: 97px;
    border: 1px solid #ff6000;
    height: 38px;
    line-height: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

.btn_play span {
    font-size: 1.2rem;
    position: relative;
    z-index: 2;
}

.btn_myset, .btn_close_def {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    text-align: center;
    background: transparent;
}

.btn_myset i, .btn_close_def i {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: 0 0;
    background-size: 200px;
    text-indent: -9999px;
    text-align: left;
}

.btn_close_def i {
    margin-top: -10px;
    margin-left: -9px;
    width: 18px;
    height: 19px;
    background-position: -160px -60px;
}

.btn_myset i {
    margin-top: -9px;
    margin-left: -9px;
    width: 18px;
    height: 18px;
    background-position: -95px -125px;
}

.side_btn_myset {
    display: inline-block;
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #b2b2b2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 auto;
    color: #333 !important;
}

.btn_normal {
    display: inline-block;
    box-sizing: border-box;
    min-width: 100px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #fff !important;
    background: #ff8929;
    background: -moz-linear-gradient(top, #ff8929 0%, #ff7403 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ff8929), color-stop(1, #ff7403));
    background: -webkit-linear-gradient(top, #ff8929 0%, #ff7403 100%);
    background: -o-linear-gradient(top, #ff8929 0%, #ff7403 100%);
    background: -ms-linear-gradient(top, #ff8929 0%, #ff7403 100%);
    background: linear-gradient(to bottom, #ff8929 0%, #ff7403 100%);
    border: 1px solid #f13e00;
    border-radius: 5px;
    box-shadow: inset 0 -1px 1px #ffab68;
    font-size: 14px !important;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.btn_normal[disabled],
.btn_normal[disabled=disabled],
.btn_normal._desat {
    border-color: #6a6975;
    box-shadow: inset 0 -1px 1px #b9b9b9;
    background: #a9a9a9;
    background: -moz-linear-gradient(top, #a9a9a9 0%, #9a9a9a 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #a9a9a9), color-stop(1, #9a9a9a));
    background: -webkit-linear-gradient(top, #a9a9a9 0%, #9a9a9a 100%);
    background: -o-linear-gradient(top, #a9a9a9 0%, #9a9a9a 100%);
    background: -ms-linear-gradient(top, #a9a9a9 0%, #9a9a9a 100%);
    background: linear-gradient(to bottom, #a9a9a9 0%, #9a9a9a 100%);
}

.btn_normal i {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 20px;
    height: 23px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: 0 0;
    background-size: 200px;
}

.btn_normal i.ico_home {
    top: 4px;
    background-position: -125px -195px;
}

.btn_silver {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 33px;
    line-height: 33px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    border: 1px solid #b2b2b2;
    border-radius: 3px;
    font-size: 12px;
    background: #f0f0f0;
    background: -moz-linear-gradient(top, #fff 0%, #fff 50%, #f0f0f0 50%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(50%, #fff), color-stop(50%, #f0f0f0), color-stop(100%, #f0f0f0));
    background: -webkit-linear-gradient(top, #fff 0%, #fff 50%, #f0f0f0 50%, #f0f0f0 100%);
    background: -o-linear-gradient(top, #fff 0%, #fff 50%, #f0f0f0 50%, #f0f0f0 100%);
    background: -ms-linear-gradient(top, #fff 0%, #fff 50%, #f0f0f0 50%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #fff 50%, #f0f0f0 50%, #f0f0f0 100%);
}

.btn_silver::after {
    content: '';
    clear: both;
    display: block;
}

.btn_silver .rgt {
    float: right;
}

.btn_silver .lft {
    float: left;
}

.tabs_container .tabs_content {
    display: none;
}

.tabs_container .tabs_content:first-of-type {
    display: block;
}

.ranking_time_box {
    text-align: right;
    margin-top: 10px;
}

.tabs {
    background: #fff;
}

.tabs ul {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.tabs li {
    display: table-cell;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #5f5e69;
}

.tabs li.on {
    border-bottom-color: #ff6000;
}

.tabs a, .tabs span {
    display: block;
    padding: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1em;
}

.sub_tabs {
    background: #f5f5f5;
}

.sub_tabs ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 1px solid #c9c9c9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sub_tabs li {
    display: table-cell;
    width: 100%;
    text-align: center;
}

.sub_tabs li.on a, .sub_tabs li.on span {
    color: #ff6000;
}

.sub_tabs li a {
    border-right: 1px solid #c9c9c9;
}

.sub_tabs li:last-child a {
    border-right: 0 none;
}

.sub_tabs a, .sub_tabs span {
    display: block;
    padding: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.125em;
}

.webtoon_cont {
    min-height: 194px;
}

.webtoon_cont .imgList {
    overflow: hidden;
}

.webtoon_cont .imgList li {
    padding: 10px;
}

.webtoon_cont .imgList li img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.sel_def {
    min-width: 60px;
    height: 34px;
    padding-right: 25px;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    background: url(../image/bg_sel_def.gif) no-repeat right center;
    background-size: 25px;
    font-size: 1em;
    color: #9a9ca1;
}

.sel_def:focus {
    outline: none;
    border-color: #ff6000;
}

.sel_def._size_full {
    width: 100%;
    padding-left: 5px;
}

.form_myp_box #hp2, .form_myp_box #group {
    height: 34px;
    line-height: normal;
}

.hp2_b {
    position: absolute;
    top: 0;
    left: 165px;
    right: 0;
    bottom: 0;
}

#group {
    height: 26px;
    line-height: normal;
    margin-top: 4px;
}

.tit_page {
    position: relative;
    padding-top: 20px;
    margin-left: 7px;
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 5px;
}

.card {
    padding: 12px 6px;
}

#head {
    position: fixed;
    z-index: 1100;
    top: 0;
    left: 0;
    right: 0;
    height: 24px;
    padding: 8px;
    background: #F15B00;
    color: #fff;
}

#head a {
    color: #fff;
}

#head .msg_count_box {
    float: none;
    cursor: context-menu;
    position: relative;
    display: inline-block;
}

#head .msg_count_box .msg_count {
    background: none;
}

#head .msg_count_box .num_count {
    position: absolute;
    left: -5px;
    top: 0px;
    left: -27px;
    top: -6px;
    z-index: 10;
}

.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 105px;
    height: 26px;
    margin-top: -12px;
    margin-left: -52.5px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: 0 0;
    background-size: 200px;
    text-indent: -9999px;
}

.btn_go_i7game {
    position: absolute;
    top: 8px;
    left: 35px;
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../image/sp_head.png);
    background-position: -60px 0;
    background-size: 250px;
    text-indent: -9999px;
}

.btn_side_open {
    float: left;
}

.btn_side_open i {
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
    background-image: url(../image/sp_head.png);
    background-position: 0 0;
    background-size: 250px;
    text-indent: -9999px;
}
.btn_search {
    float: right;
    width: 25px;
    height: 25px;
    background: url(../image/sp_i7game_v31.png) -187px -685px no-repeat;
    background-size: 250px;
    margin-right: 15px;
    cursor: pointer;
}

.btn_lang_sel {
    float: right;
    width: 25px;
    height: 25px;
    background: url(../image/sp_i7game_v31.png) -80px -515px no-repeat;
    background-size: 200px;
    position: relative;
    cursor: pointer;
}
.btn_lang_sel.en {
    background-position: -110px -515px;
}

.btn_lang_option {
    display: none;
    width: 70px;
    color: #ff6000;
    background: #fff;
    border: 1px solid #999;
    position: absolute;
    top: 30px;
    right: 0;
}
.btn_lang_option li {
    padding-bottom: 10px;
}
.btn_lang_option li:hover {
    background: #439DE2;
}
.lang_icon_en::before, .lang_icon_cn::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../image/sp_i7game_v31.png) -80px -515px no-repeat;
    background-size: 200px;
    margin: 0 6px;
    position: relative;
    top: 7px;
}

.lang_icon_en::before {
    background-position: -110px -515px;
}

.search {
    display: none;
    width: 100%;
    height: 40px;
    padding: 5px 50px 5px 40px;
    background: #ccc;
    box-sizing: border-box;
    position: fixed;
    z-index: 1099;
}
.search_up {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../image/sp_i7game_v31.png) -152px -780px no-repeat;
    -webkit-background-size: 200px;
    background-size: 200px;
    position: absolute;
    top: 8px;
    left: 7px;
    cursor: pointer;
}
.search_input {
    display: block;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    outline: none;
}

.search_key {
    display: inline-block;
    width: 40px;
    height: 30px;
    background: #FF680D;
    padding: 0 5px;
    border-radius: 4px;
    position: absolute;
    top: 5px;
    right: 5px;
	outline:none;
}

.search_key::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../image/sp_i7game_v31.png) -184px -682px no-repeat;
    background-size: 250px;
}


#foot {
    padding: 15px 10px;
    background: #494d52;
    text-align: center;
    color: #eee;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}

#foot a {
    color: #eee;
}

.fnb li {
    display: inline-block;
    margin: 4px;
}

.fnb li a {
    padding: 6px 13px;
    border: 1px solid #838383;
    background: #494d52;
}

.foot_logo {
    display: inline-block;
    width: 97px;
    height: 24px;
    margin: 15px auto;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: 0 -30px;
    background-size: 200px;
    text-indent: -9999px;
}

.foot_addr {
    line-height: 1.4;
    font-style: normal;
    font-size: 0.833em;
}

.foot_addr li {
    display: inline-block;
    margin: 0 3px;
}

.foot_addr li:before {
    content: '|';
    opacity: .5;
    margin-right: 3px;
}

.foot_addr li:first-child:before {
    display: none;
}

.foot_addr .foot_addr_menu2 li a {
    color: #ccc !important;
}

.foot_addr .cpy_info {
    border-top: 1px solid #000;
    margin: 8px 0 50px;
    padding: 8px 0;
}

#side {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1200;
}

#side.open {
    -webkit-animation: side-open .8s forwards ease;
    -moz-animation: side-open .8s forwards ease;
    -ms-animation: side-open .8s forwards ease;
    -o-animation: side-open .8s forwards ease;
    animation: side-open .8s forwards ease;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: background-color .3s linear .8s;
    -moz-transition: background-color .3s linear .8s;
    -ms-transition: background-color .3s linear .8s;
    -o-transition: background-color .3s linear .8s;
    transition: background-color .3s linear .8s;
    display: block;
}

#side.close {
    -webkit-animation: side-close .6s forwards ease;
    -moz-animation: side-close .6s forwards ease;
    -ms-animation: side-close .6s forwards ease;
    -o-animation: side-close .6s forwards ease;
    animation: side-close .6s forwards ease;
    background-color: rgba(0, 0, 0, 0);
}

@-webkit-keyframes side-open {
    0% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-o-keyframes side-open {
    0% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes side-open {
    0% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes side-open {
    0% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes side-close {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-o-keyframes side-close {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-moz-keyframes side-close {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes side-close {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.side_wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #54535d;
    width: 100%;
    overflow-y: auto;
}

.side_wrap .control {
    padding-top: 6px;
    padding-right: 6px;
}

.side_wrap .control::after {
    content: '';
    clear: both;
    display: block;
}

.side_wrap .control a, .side_wrap .control button, .side_wrap .control span {
    float: right;
    margin-left: 2px;
}

.side_btns_b {
    background: #fff;
    overflow: hidden;
    padding: 5px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.side_btns_b .side_mnu_list {
    overflow: hidden;
    padding: 10px 20px;
    border-bottom: 2px solid #54535d;
}

.side_btns_b .side_mnu_list li {
    float: left;
    width: 50%;
    overflow: hidden;
    border-bottom: 1px solid #bfbfc2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.side_btns_b .side_mnu_list li.border-none {
	border-bottom: none;
}

.side_btns_b .side_mnu_list li a {
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.side_btns_b .side_mnu_list li i {
    margin-top: 5px;
    display: inline-block;
    width: 27px;
    height: 26px;
    margin-right: 5px;
    vertical-align: top;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: 0 0;
    background-size: 200px;
}
.side_btns_b .side_mnu_list li i.ico_home {
    background-position: 0 -581px;
}

.side_btns_b .side_mnu_list li i.ico_all {
    background-position: -61px -642px;
}

.side_btns_b .side_mnu_list li i.ico_1 {
    background-position: -152px -581px;
}
.side_btns_b .side_mnu_list li i.ico_2 {
    background-position: -31px -581px;
}

.side_btns_b .side_mnu_list li i.ico_3 {
    background-position: -122px -581px;
}

.side_btns_b .side_mnu_list li i.ico_4 {
    background-position: 0 -611px;
}

.side_btns_b .side_mnu_list li i.ico_5 {
    background-position: -122px -611px;
}

.side_btns_b .side_mnu_list li i.ico_6 {
    background-position: -91px -642px;
}

.side_btns_b .side_mnu_list li i.ico_7 {
    background-position: -121px -642px;
}

.side_btns_b .side_mnu_list li i.ico_8 {
    background-position: -151px -611px;
}

.side_btns_b .side_mnu_list li i.ico_9 {
    background-position: -62px -581px;
}

.side_btns_b .side_mnu_list li i.ico_10 {
    background-position: -92px -581px;
}

.side_btns_b .side_mnu_list li i.ico_11 {
    background-position: -31px -611px;
}

.side_btns_b .side_mnu_list li i.ico_12 {
    top: 0;
    background-position: -62px -612px;
}

.side_btns_b .side_mnu_list li i.ico_13 {
    background-position: 0 -641px;
}

.side_btns_b .side_mnu_list li i.ico_14 {
    background-position: -31px -641px;
}

.side_btns_b .side_mnu_list li i.ico_collect {
    background-position: -151px -642px;
}

.side_btns_b .side_mnu_list li i.ico_help {
    background-position: -92px -611px;
}

.side_btns_b .side_mnu_list li.on a {
    color: #ff6000;
}

.side_btns_b .side_mnu_list li.on i.ico_home {
    background-position: 0 -671px;
}

.side_btns_b .side_mnu_list li.on i.ico_all {
    background-position: -61px -732px;
}

.side_btns_b .side_mnu_list li.on i.ico_1 {
    background-position: -152px -671px;
}

.side_btns_b .side_mnu_list li.on i.ico_2 {
    background-position: -31px -672px;
}

.side_btns_b .side_mnu_list li.on i.ico_3 {
    background-position: -121px -671px;
}

.side_btns_b .side_mnu_list li.on i.ico_4 {
    background-position: 0 -701px;
}

.side_btns_b .side_mnu_list li.on i.ico_5 {
    background-position: -120px -702px;
}

.side_btns_b .side_mnu_list li.on i.ico_6 {
    background-position: -91px -732px;
}

.side_btns_b .side_mnu_list li.on i.ico_7 {
    background-position: -121px -732px;
}

.side_btns_b .side_mnu_list li.on i.ico_8 {
    background-position: -151px -702px;
}

.side_btns_b .side_mnu_list li.on i.ico_9 {
    background-position: -62px -672px;
}

.side_btns_b .side_mnu_list li.on i.ico_10 {
    background-position: -91px -672px;
}

.side_btns_b .side_mnu_list li.on i.ico_11 {
    background-position: -31px -701px;
}

.side_btns_b .side_mnu_list li.on i.ico_12 {
    background-position: -62px -702px;
}

.side_btns_b .side_mnu_list li.on i.ico_13 {
    background-position: 0 -732px;
}

.side_btns_b .side_mnu_list li.on i.ico_14 {
    background-position: -31px -732px;
}

.side_btns_b .side_mnu_list li.on i.ico_collect {
    background-position: -151px -732px;
}

.side_btns_b .side_mnu_list li.on i.ico_help {
    background-position: -92px -702px;
}


.side_myinfo_in {
    padding-top: 15px;
}

.side_myinfo {
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.side_myinfo a {
    color: #fff;
}

.side_myinfo .thm {
    width: 110px;
    height: 110px;
    overflow: hidden;
    margin: auto;
    border-radius: 100%;
    background: #fff url(../image/guest_thm.png) no-repeat;
    background-size: 100%;
}

.side_myinfo .thm img {
    width: 100%;
}

.side_myinfo .thm .userImg {
    width: inherit;
    height: inherit;
    border-radius: 100%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.side_myinfo .txt {
    padding: 10px 0;
    line-height: 16px;
    height: 48px;
}

.side_myinfo .txt p {
    font-size: .895em;
}

.side_myinfo .txt strong, .side_myinfo .txt span {
    display: block;
}

.side_myinfo .txt strong {
    padding-top: 8px;
    font-size: 1.083em;
}

.side_myinfo .btns {
    overflow: hidden;
    margin: 5px 0 15px;
}

.side_myinfo .btns a {
    display: inline-block;
    overflow: hidden;
    min-width: 180px;
    line-height: 32px;
    height: 32px;
    margin: 0 2px;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    background-color: #F90;
    font-size: 16px;
}

.side_myinfo .mp_btns {
    display: none;
    background-color: #fff;
    overflow: hidden;
    margin: 0 -8px -15px;
    position: relative;
    padding: 0 20px;
    height: 58px;
}

.side_myinfo .mp_btns span.arrow_left, .side_myinfo .mp_btns span.arrow_right {
    display: none;
}

@media only screen and (min-device-width: 320px) and (orientation: landscape) {
    .side_myinfo .mp_btns {
        display: block;
        background: transparent;
        min-height: 300px;
    }
}

.side_myinfo .login_top_set {
    float: left;
    width: 50%;
    overflow: hidden;
}

.side_myinfo .login_top_set .mygame_btn_list {
    border-left: 1px solid #86868e;
    overflow: hidden;
}

.side_myinfo .login_top_set .mygame_btn_list li {
    position: relative;
    border-bottom: 1px solid #86868e;
}

.side_myinfo .login_top_set .mygame_btn_list li a {
    overflow: hidden;
    display: block;
    border: 1px solid #484750;
    padding: 14px 10px;
    text-align: left;
}

.side_myinfo .login_top_set .mygame_btn_list li a span {
    float: right;
    display: block;
    color: #ffd200;
    margin-right: 25px;
}

.side_myinfo .login_top_set .mygame_btn_list li:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 8px;
    height: 12px;
    margin-top: -6px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -166px -275px;
    background-size: 200px;
}

.side_myinfo .cash_b {
    display: none;
    clear: both;
    overflow: hidden;
    margin: 10px 15px;
}

.side_myinfo .cash_b .btn_cash, .side_myinfo .cash_b .btn_charge {
    float: left;
    display: block;
    width: 50%;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.side_myinfo .cash_b .btn_cash {
    background: #d9d9d9;
    color: #54535d;
}

.side_myinfo .cash_b .btn_charge {
    background: #ff6400;
    color: #fff;
}

.cash_b[lang="en"] .btn_cash, .cash_b[lang="en"] .btn_charge {
    line-height: normal;
    height: 64px;
    line-height: 1.8;
}

.cash_b[lang="en"] .btn_cash {
    padding-top: 10px;
    height: 54px;
}

.mygame_tab {
    min-height: 300px;
}

.mygame_tab ul.swiper-wrapper {
    display: block;
    width: auto !important;
    height: auto !important;
    position: static !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

.mygame_tab ul.swiper-wrapper li.swiper-slide {
    float: none !important;
    width: 100% !important;
    height: auto !important;
}

.mygame_tab ul.swiper-wrapper li a {
    clear: both;
    display: block;
    width: 35%;
    margin: 5px auto;
    overflow: hidden;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    min-width: 90px;
    background-color: #ababab;
    height: 26px;
    line-height: 26px;
    vertical-align: top;
    border-bottom: 0 none;
}

.mygame_tab ul.swiper-wrapper li a p {
    display: inline-block;
}

.mygame_tab ul.swiper-wrapper li a.on {
    background: #ff6000;
}

.userImg {
    width: inherit;
    height: inherit;
    border-radius: 100%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.top_myi7game {
    position: relative;
    padding: 10px;
    height: 20px;
    background: #2A2A2A;
    overflow: hidden;
}

.top_myi7game h2 {
    display: block;
    width: 140px;
    height: 23px;
    text-indent: -9999px;
    margin: 0 auto;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -1px -763px;
    background-size: 200px;
}

.top_myi7game .btn_myi7game {
    position: absolute;
    right: 0px;
    top: 5px;
    display: block;
    width: 45px;
    height: 30px;
    border-left: 1px solid #ccc;
    text-indent: -9999px;
    background-color: transparent;
}

.top_myi7game .btn_myi7game i {
    position: relative;
    top: -12px;
    left: 16px;
    display: block;
    width: 8px;
    height: 16px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -148px -763px;
    background-size: 200px;
}

.ico_notice {
    display: inline-block;
    line-height: 1;
    padding: 2px 3px;
    color: #fff;
    background: #ff7200;
    border-radius: 2px;
    border: 1px solid #f06b00;
    font-size: .917em;
    font-style: normal;
}

.side_notice {
    padding: 15px;
    clear: both;
}

.side_notice a {
    display: block;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mp_sub_btns {
    background-color: #f4f4f4;
    overflow: hidden;
}

.mp_sub_btns .mp_sub_list {
    width: 100%;
}

.mp_sub_btns .mp_sub_list li {
    float: left;
    width: 20%;
    padding: 8px 0;
}

.mp_sub_btns .mp_sub_list li a {
    display: block;
    color: #333;
    text-align: center;
    font-weight: bold;
}

.mp_sub_btns .mp_sub_list.list_two li {
    width: 33.3333333333%;
}

.myLv {
    display: inline-block !important;
    border-radius: 5px;
    padding: 2px 4px;
    line-height: 1;
    font-weight: 100;
    margin: 2px;
    margin-left: 0;
    color: #fff;
}

.myLv_1, .myLv_2 {
    background-color: #f60;
}

.myLv_3, .myLv_4, .myLv_5 {
    background-color: #78c924;
}

.myLv_6, .myLv_7, .myLv_8, .myLv_9 {
    background-color: #00b0f0;
}

.myLv_10, .myLv_11, .myLv_12, .myLv_13, .myLv_14, .myLv_15, .myLv_16, .myLv_17, .myLv_18, .myLv_19 {
    background-color: #f00;
}

.myLv_20, .myLv_21, .myLv_22, .myLv_23, .myLv_24, .myLv_25, .myLv_26, .myLv_27, .myLv_28, .myLv_29 {
    background-color: #6d2b9e;
}

.myLv_30, .myLv_31, .myLv_32, .myLv_33, .myLv_34, .myLv_35, .myLv_36, .myLv_37, .myLv_38, .myLv_39 {
    background-color: #22228b;
}

.myLv_40, .myLv_41, .myLv_42, .myLv_43, .myLv_44, .myLv_45, .myLv_46, .myLv_47, .myLv_48, .myLv_49 {
    background-color: #a6a6a6;
}

.myLv_50 {
    background-color: #ffc000;
}

.ad-game {
    padding-bottom:10px;
}

#wrap_tab, #wrap_tab_modal, #styleup_wrap_tab {
    height: 44px;
	background: #ff6600;
    padding: 10px 34px 10px 0;
    box-sizing: border-box;
}

#wrap_tab.move, #wrap_tab_modal.move, #styleup_wrap_tab.move {
    position: fixed;
    z-index: 50;
    top: 40px;
    width: 750px;
}

#wrap_tab.white, #wrap_tab_modal.white, #styleup_wrap_tab.white {
    padding: 7px 0;
    height: 16px;
    line-height: 16px;
    background: #ececec;
}
.wrap_Parmnu {
    width: 100%;
    box-sizing: border-box;
    padding: 0 7px;
    overflow: hidden;
    position: relative;
}
.wrap_mnu {
    color: #fff;
}

.wrap_mnu li {
    display: inline-block;
    width: auto;
    padding: 0 5px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	line-height:22px;
}
.wrap_mnu .cate_menu {
    width: 30px;
}

.wrap_mnu li a {
    display: inline-block;
    color: #fff;
	font-size:16px;
}

.wrap_mnu li.on a {
    color: #fff;
	border-bottom: 1px #e5e5e5 solid;
}
.wrap_more_mnu {
	width: 28px;
    height: 34px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 51;
}

.wrap_more_mnu::before{
    content: " ";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 11px;
    left: 11px;
}

.home_game_list {
    padding: 11px 6px 0px 6px;
}

.home_game_list::after {
    content: '';
    clear: both;
    display: block;
}

/*页面游戏 下面两栏*/
.home_game_list li {
    position: relative;
    float: left;
    width: 50%;
    margin-bottom: 11px;
}

/* 标题下面 三栏 */
.home_game_tit_small .home_game_list li {
    width: 33.3333333333%;
    margin-bottom: 10px;
    border-radius: 5px;
}

/* 标题下面 五栏 */
.home_game_tit_small .w20 li {
    width: 20%;
}

.home_game_list li .update_flagBox {
    position: absolute;
    left: 5%;
    top: -1.2%;
    width: 30%;
    height: 100%;
    background: url(../image/flag_update.png) 0 0 no-repeat;
    background-size: 100% auto;
    text-indent: -9999px;
}

.home_game_list li .update_flagBox2 {
    position: absolute;
    left: 35%;
    top: -1.2%;
    width: 30%;
    height: 100%;
    background: url(../image/flag_update.png) 0 0 no-repeat;
    background-size: 100% auto;
    text-indent: -9999px;
}

.home_game_list li .new_flagBox {
    position: absolute;
    left: 5%;
    top: -1.2%;
    width: 30%;
    height: 100%;
    background: url(../image/new_flag2.png) 0 0 no-repeat;
    background-size: 100% auto;
    text-indent: -9999px;
}

.home_game_list li .new_flagBox2 {
    position: absolute;
    left: 35%;
    top: -1.2%;
    width: 30%;
    height: 100%;
    background: url(../image/new_flag2.png) 0 0 no-repeat;
    background-size: 100% auto;
    text-indent: -9999px;
}

/*  两栏 */
.home_game_list a {
    display: block;
    width: 94%;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
/*三栏情况  去除 a 的margin 圆角 */
.home_game_tit_small .home_game_list a {
    display: block;
    margin: 0 1px;
    border-radius: 0;
    overflow: hidden;
    -webkit-box-shadow: 1px 0 #ccc;
    -moz-box-shadow: 1px 0 #ccc;
    box-shadow: 1px 0 #ccc;
}
.home_game_list .thm img {
    width: 100%;
}

.home_game_list .txt {
    display: block;
    height: 64px;
    padding-top: 10px;
    text-align: center;
}
.home_game_tit_small .txt {
    height: 30px;
    position: relative;
}
/*标题下 play小按钮*/
.home_game_tit_small .txt .subplay {
    width: 16px;
    height: 16px;
    background: url(img/subplay.png) no-repeat;
    -webkit-background-size: 16px;
    background-size: 16px;
    position: absolute;
    top: 10px;
    right: 6px;
    cursor: pointer;
}
.home_game_tit_small .txt strong {
    font-weight: bold;
    padding-right: 25px;
}
.w20 .txt strong {
    font-size: 0.75rem;
    font-weight: bold;
    padding-right: 0;
}
.home_game_list .txt strong, .home_game_list .txt span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 18px;
}

.home_game_list .txt strong {
    font-weight:normal;
}

.home_game_list .txt span {
    font-size: 0.917em;
	color: #999;
}

.home_game_list .txt_small {
    display: none;
}

.home_game_list .app_txt {
    padding: 5px 10px;
    height: 35px;
}

.home_game_list .app_txt strong, .home_game_list .app_txt span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home_game_list .rating, .home_game_list .cur_rating {
    height: 11px;
}

.home_game_list .rating {
    position: relative;
    width: 60px;
    margin: 4px auto 0;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: 0 -70px;
    background-size: 200px;
}

.home_game_list .cur_rating {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: 0 -55px;
    background-size: 200px;
}

.home_game_list_small .home_game_list li {
    width: 33.3333333333%;
    margin-bottom: 10px;
}

.home_game_list_small .home_game_list li a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 5px;
    margin: 0;
}

.home_game_list_small .home_game_list li .food_flagBox2, .home_game_list_small .home_game_list li .update_flagBox, .home_game_list_small .home_game_list li .update_flagBox2, .home_game_list_small .home_game_list li .new_flagBox, .home_game_list_small .home_game_list li .new_flagBox2, .home_game_list_small .home_game_list li .app_flagBox, .home_game_list_small .home_game_list li .app_flagBox2 {
    display: none;
}

.home_game_list_small .home_game_list .txt {
    display: none;
}

.home_game_list_small .home_game_list .txt_small {
    display: block;
    padding: 10px 5px;
    height: 40px;
}

.home_game_list_small .home_game_list .txt_small strong {
    display: block;
    white-space: nowrap;
    overflow: hidden;
	font-weight:normal;
    text-overflow: ellipsis;
}

.home_game_list_small .home_game_list .txt_small .txt_rate_cont {
    overflow: hidden;
}

.home_game_list_small .home_game_list .txt_small .rate_box {
    width: 12px;
    float: left;
    position: relative;
    top: 10px;
}

.home_game_list_small .home_game_list .txt_small .rate_box .rating {
    width: inherit;
    margin: 0;
}

.home_game_list_small .home_game_list .txt_small span {
    float: left;
    display: block;
    font-size: 0.825em;
    margin: 8px 0;
    color: #ff6000;
}

.home_game_list_small .home_game_list .txt_small .new_box {
    background: #6f07da;
    color: #fff;
    padding: 2px;
    margin-top: 6px;
    margin-left: 2px;
}

.home_game_list_small .home_game_list .txt_small .update_box {
    background: #175cba;
    color: #fff;
    padding: 2px;
    margin-top: 6px;
    margin-left: 2px;
}

.list_control {
    position: absolute;
    top: 5px;
    left: 8px;
}

.list_control::after {
    content: '';
    clear: both;
    display: block;
}

.list_control .btn_circle {
    display: inline-block;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #5f5e69;
    border-radius: 50%;
    overflow: hidden;
    color: yellow;
    text-align: center;
    vertical-align: top;
}

.list_control i {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: 0 0;
    background-size: 200px;
    text-indent: -9999px;
}

.list_control i.ico_like {
    top: 7px;
    width: 17px;
    height: 15px;
    background-position: -130px 0;
}

.list_control i.ico_share {
    top: 11px;
    width: 20px;
    height: 18px;
    background-position: -150px 0;
}

.list_control i.ico_fav {
    top: 9px;
    width: 21px;
    height: 20px;
    background-position: -149px -18px;
}

.list_control i.ico_fav.on {
    background-position: -128px -18px;
}

.main_game_swiper .swiper-slide {
    text-align: center;
    width: 100%;
}

.main_game_swiper .swiper-slide > a {
    display: block;
    width: 100%;
}

.main_game_swiper .swiper-slide > a img {
    max-width: 640px;
}

#screen {
    position: relative;
}

#screen.loading {
    background: url(../image/loading.gif) no-repeat center;
    background-size: 33px;
}

#screen.landscape {
    overflow: hidden;
}

#screen.landscape .main_game {
    background-color: #fff;
}

#screen.landscape .main_hot_game {
    left: auto;
    top: 0;
    width: 35%;
}

#screen.landscape .main_hot_list a {
    height: 100%;
}

#screen.landscape .main_hot_list li {
    position: relative;
    float: none;
    width: auto;
    height: 80px;
    overflow: hidden;
}

#screen.landscape .main_hot_list li::after {
    content: '';
    clear: both;
    display: block;
}

#screen.landscape .main_hot_list li:first-of-type:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #fff;
}

#screen.landscape .main_hot_list li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #fff;
}

#screen.landscape .main_hot_list .thm {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

#screen.landscape .main_hot_list .thm img {
    width: auto;
    height: 100%;
}

#screen.landscape .main_hot_list strong {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -12px;
    padding-left: 0;
    padding-right: 25px;
    border: none;
    text-align: right;
}

#screen.landscape .game_play_wrap {
    width: 73%;
}

#screen.landscape .gm_point_wrap {
    left: auto;
    top: 0;
    width: 27%;
}

.main_hot_game {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.btn_home_more_game {
    display: table;
    width: 100%;
    background: #333;
    color: #fff;
    overflow: hidden;
    height: 42px;
}

.btn_home_more_game i {
    display: inline-block;
    position: relative;
    top: 4px;
    vertical-align: top;
    width: 12px;
    height: 9px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -110px -15px;
    background-size: 200px;
}

@media only screen and (min-device-width: 320px) and (orientation: landscape) {
    .btn_home_more_game {
        padding: 5px 0;
    }
}

.btn_home_more_game .home_more_game_cont {
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    z-index: 10;
}

.btn_home_more_game .home_more_game_cont span {
    display: block;
    float: left;
    line-height: 25px;
	font-size: 16px;
}

.btn_home_more_game .home_more_game_cont ul {
    float: right;
    width: 52px;
}

.btn_home_more_game .home_more_game_cont ul li {
    float: left;
    width: 25px;
    height: 25px;
}

.btn_home_more_game .home_more_game_cont ul li button {
    display: block;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    background: transparent;
    margin: 0 auto;
    outline: 0 none;
}

.btn_home_more_game .home_more_game_cont ul li.btn_list_big button {
    position: relative;
    top: 2px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -150px -501px;
    background-size: 200px;
}

.btn_home_more_game .home_more_game_cont ul li.btn_list_big.on button {
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -150px -480px;
    background-size: 200px;
}

.btn_home_more_game .home_more_game_cont ul li.btn_list_small button {
    width: 20px;
    height: 20px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -172px -478px;
    background-size: 200px;
}

.btn_home_more_game .home_more_game_cont ul li.btn_list_small.on button {
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -172px -455px;
    background-size: 200px;
}

.home_hot_game .head_b {
    padding: 3px 0px 3px 8px;
    color: #333;
	border-bottom: 1px solid #e9e9e9;
    margin-bottom: 5px;
}

.home_hot_game .home_game_list {
    padding: 0;
    border-bottom: 1px solid #000;
}

.home_hot_game .home_game_list li {
    /*display: none;*/
}

.home_hot_game .home_game_list li:nth-of-type(-n+3) {
    display: block;
}

.btn_game_more {
    height: 38px;
    line-height: 38px;
    background: #494D51;
    text-align: center;
    color: #fff;
    border: 1px solid #c9c9c9;
    margin: 10px 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn_game_more i {
    display: inline-block;
    position: relative;
    top: 14px;
    vertical-align: top;
    width: 12px;
    height: 12px;
    margin-left: 6px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -159px -78px;
    background-size: 200px;
}

@media only screen and (min-device-width: 320px) and (orientation: landscape) {
    .btn_game_more {
        padding: 5px 0;
        cursor: pointer;
    }
}

.main_swipe_pg .swiper-pagination-switch {
    display: inline-block;
    vertical-align: top;
    width: 11px;
    height: 11px;
    margin: 0 2px;
    border-radius: 50%;
    background: #3d4149;
    border: 2px solid #fff;
}

.main_swipe_pg .swiper-active-switch {
    display: inline-block;
    position: relative;
    top: -2px;
    background: #ff6000;
    width: 15px;
    height: 15px;
}

.main_hot_swiper {
    background: #3d4149;
    color: #fff;
    text-shadow: 0 0 3px #26282d;
}

.main_hot_swiper a {
    color: #fff;
}

.main_hot_swiper header {
    padding: 10px 10px 6px;
}

.main_hot_swiper header::after {
    content: '';
    clear: both;
    display: block;
}

.main_hot_swiper h1 {
    float: left;
}

.main_hot_swiper .pagination {
    float: right;
}

.main_hot_swiper .swiper-wrapper {
    overflow: hidden;
}

.main_hot_swiper .swiper-slide {
    width: 100%;
    display: none;
}

.main_hot_swiper .swiper-slide:first-of-type {
    display: block;
}

@media only screen and (min-device-width: 320px) and (orientation: landscape) {
    .main_hot_swiper header {
        padding: 5px;
    }
}

.main_hot_list::after {
    content: '';
    clear: both;
    display: block;
}

.main_hot_list li {
    float: left;
    width: 33.3333333333%;
    text-align: center;
}

.main_hot_list .thm {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    background-color: #fff;
}

.main_hot_list .thm img {
    width: 100%;
}

@media only screen and (orientation: landscape) {
    .main_hot_list .thm {
        border-left: none;
    }
}

.main_hot_list a, .main_hot_list strong {
    display: block;
}

.main_hot_list a {
    margin: auto;
}

.main_hot_list strong {
    position: relative;
    line-height: 24px;
    height: 24px;
    margin: 2px 0;
    padding-right: 20px;
    padding-left: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.917em;
    letter-spacing: -1px;
    border-left: 1px solid #7e8085;
    border-right: 1px solid #1e2024;
}

.main_hot_list i {
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 2px;
    vertical-align: top;
    width: 16px;
    height: 15px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -110px -25px;
    background-size: 200px;
}

.main_game {
    position: relative;
}

.main_game .arrow_left, .main_game .arrow_right {
    position: absolute;
    display: block;
    z-index: 10;
    width: 60px;
    height: 70px;
}

@media screen and (max-width: 320px) {
    .main_game .arrow_left, .main_game .arrow_right {
        width: 40px;
        height: 50px;
    }
}

.main_game .arrow_left {
    left: 0;
    top: 50%;
    margin-top: -30px;
    background: url(../image/arrow_left.png) left no-repeat;
    background-size: contain;
    text-indent: -9999px;
}

.main_game .arrow_right {
    right: 0;
    top: 50%;
    margin-top: -30px;
    background: url(../image/arrow_right.png) right no-repeat;
    background-size: contain;
    text-indent: -9999px;
    text-shadow: -1px -1px 0 #d40000, 1px -1px 0 #d40000, -1px 1px 0 #d40000, 1px 1px 0 #d40000;
}

@media screen and (max-width: 400px) {
    .main_game .arrow_right {
        font-size: 1.467em;
    }
}

.main_game .flags {
    position: absolute;
    top: 0;
    right: 0;
}

.main_game .flags i {
    display: block;
    float: right;
    width: 40px;
    height: 47px;
    margin: 0 2px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -55px -195px;
    background-size: 200px;
    text-indent: -9999px;
}

.main_game .pagination {
    position: absolute;
    z-index: 10;
    right: 10px;
    bottom: 73px;
}

#quick {
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    position: fixed;
    right: 5px;
    background: #666e7b;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    overflow: hidden;
    color: #fff;
    text-align: center;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    float: right;
    min-width: 35px;
    height: 36px;
    bottom: 70px;
}

#quick.show {
    opacity: 1;
    z-index: 50;
}

.quick_nav {
    float: left;
    overflow: hidden;
    width: 0px;
    max-width: 0px;
}

.quick_nav._home {
    height: 36px;
    max-width: 320px;
}

.quick_nav._sub {
    height: 36px;
    max-width: 320px;
}

.quick_nav li {
    float: left;
    min-width: 55px;
    height: inherit;
}

.quick_nav li:first-of-type a {
    border-top: none;
    border-left: none;
}

.quick_nav li:last-of-type a {
    border-bottom: none;
    border-right: none;
}

.quick_nav li.on a {
    color: #ff7725;
}

.quick_nav li.on a.ico_new:before {
    background-position: 0 -535px;
}

.quick_nav li.on a.ico_hot:before {
    background-position: -20px -535px;
}

.quick_nav li.on a.ico_rec:before {
    background-position: -40px -535px;
}

.quick_nav li.on a.ico_up:before {
    background-position: -58px -535px;
}

.quick_nav li.on a.ico_inf:before {
    background-position: 0 -515px;
}

.quick_nav li.on a.ico_rat:before {
    background-position: -20px -515px;
}

.quick_nav li.on a.ico_rep:before {
    background-position: -40px -515px;
}

.quick_nav li.on a.ico_ran:before {
    background-position: -60px -515px;
}

.quick_nav a {
    min-width: 55px;
    height: inherit;
    font-size: 0.8em;
    letter-spacing: -1px;
    white-space: nowrap;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    border-left: 1px solid #767d88;
    border-right: 1px solid #545860;
    padding: 3px;
}

.quick_nav a:before {
    content: '';
    display: block;
    margin: 0 auto 2px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: 0 0;
    background-size: 200px;
}

.quick_nav a.ico_new:before {
    width: 17px;
    height: 17px;
    background-position: -85px -60px;
}

.quick_nav a.ico_hot:before {
    width: 19px;
    height: 17px;
    background-position: -105px -60px;
}

.quick_nav a.ico_rec:before {
    width: 18px;
    height: 16px;
    background-position: -125px -60px;
}

.quick_nav a.ico_up:before {
    width: 18px;
    height: 16px;
    background-position: -174px -514px;
}

.quick_nav a.ico_inf:before {
    width: 17px;
    height: 16px;
    background-position: -100px -40px;
}

.quick_nav a.ico_rat:before {
    width: 17px;
    height: 17px;
    background-position: -120px -40px;
}

.quick_nav a.ico_rep:before {
    width: 18px;
    height: 16px;
    background-position: -140px -40px;
}

.quick_nav a.ico_ran:before {
    width: 15px;
    height: 16px;
    background-position: -160px -40px;
}

.quick_nav, #quick_toggler {
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

#quick_toggler {
    float: right;
    width: 35px;
    height: 37px;
    overflow: hidden;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    outline: none;
    border: 0;
}

#quick_toggler i {
    display: inline-block;
    text-indent: -9999px;
}

#quick_toggler.quick_closer {
    background: #474d56;
}

#quick_toggler.quick_closer i {
    width: 13px;
    height: 14px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -145px -60px;
    background-size: 200px;
}

#quick_toggler.quick_opener {
    background: transparent;
}

#quick_toggler.quick_opener i {
    width: 19px;
    height: 19px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -65px -60px;
    background-size: 200px;
    background-size: 201px;
}

.tit_reply {
    padding: 8px 6px;
    background: #5f5e69;
    color: #fff;
    font-weight: bold;
    font-size: 1.250em;
}

.tit_reply i {
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: top;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -115px -80px;
    background-size: 200px;
}

.tit_reply .tit_reply_right {
    display: inline-block;
    float: right;
    font-size: 0.865em;
}

.tit_reply .tit_reply_right .btn_reply_info {
    display: inline-block;
    border-radius: 100%;
    background-color: #fff;
    color: #5f5e69;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-left: 5px;
    line-height: 20px;
}

.reply_wrap {
    padding: 16px 6px 30px;
    background: #ececec;
}

.reply_wrap .sns_btns, .reply_wrap .sns_icon {
    display: none;
}

.reply_text_box {
    position: relative;
    height: 62px;
    padding-right: 60px;
    border-radius: 7px;
    overflow: hidden;
}

.reply_text_box::after {
    content: '';
    clear: both;
    display: block;
}

.reply_text_box textarea {
    width: 100%;
    height: 62px;
    padding: 5px 0 0 6px;
    box-sizing: border-box;
    border: none;
    line-height: 1.4;
    color: #333;
    resize: none;
}

.reply_text_box .placeholder {
    color: #ccc;
}

.reply_text_box .btn_reply_submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 100%;
    background: #0291da;
    background: -moz-linear-gradient(top, #0291da 0%, #007bba 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0291da), color-stop(1, #007bba));
    background: -webkit-linear-gradient(top, #0291da 0%, #007bba 100%);
    background: -o-linear-gradient(top, #0291da 0%, #007bba 100%);
    background: -ms-linear-gradient(top, #0291da 0%, #007bba 100%);
    background: linear-gradient(to bottom, #0291da 0%, #007bba 100%);
    color: #fff;
    font-size: 1.667em;
    font-weight: bold;
}

.reply_list {
    padding-top: 12px;
}

.reply_list li {
    position: relative;
    min-height: 50px;
    margin: 5px 0;
    padding-left: 75px;
}

.reply_list li::after {
    content: '';
    clear: both;
    display: block;
}

.reply_list li.empty {
    margin-top: 20px;
    padding-left: 0;
    text-align: center;
    list-style: none;
}

.reply_list li.empty i {
    display: inline-block;
    position: relative;
    vertical-align: top;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: 0 0;
    background-size: 200px;
}

.reply_list li.empty i.ico_wri {
    width: 16px;
    height: 15px;
    background-position: -140px -225px;
}

.reply_list li .btn_reply_v2 {
    display: inline-block;
    text-align: center;
    border: 1px solid #b2b2b2;
    background: #fff;
    border-radius: 5px;
    line-height: 15px;
    padding: 2px;
    height: 15px;
    font-size: 0.825em;
    width: 40px;
    float: right;
    margin-top: -3px;
}

.reply_list .reply_roulette .title {
    color: #ff6000;
    font-weight: bold;
    padding-top: 0;
}

.reply_list .reply_roulette .cont_txt span {
    display: block;
}

.reply_list .reply_roulette .btn_roulette {
    display: inline-block;
    padding: 5px 14px;
    color: #fff;
    font-size: 0.825em;
    background: #ff6000;
    margin-top: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.reply_list .reply_text_box_v2 .reply_text_box input[type="button"] {
    background: linear-gradient(to bottom, #999 0%, #919191 100%);
}

.reply_list .reply_i7game_v2 {
    padding-left: 0;
}

.reply_list .reply_i7game_v2 .reply_shareBox {
    margin-top: 10px;
}

.reply_list .reply_i7game_v2 .reply_shareBox ul {
    float: left;
}

.reply_list .reply_i7game_v2 .reply_shareBox ul li {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../image/reply_share_bg.png);
    background-position: 0 0;
    background-size: 88px;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    min-height: 15px;
}

.reply_list .reply_i7game_v2 .reply_shareBox ul li a {
    width: 15px;
    height: 16px;
    display: block;
}

.reply_list .reply_i7game_v2 .reply_shareBox ul li:nth-child(2) {
    background-position: -22px 0;
}

.reply_list .reply_i7game_v2 .reply_shareBox ul li:nth-child(3) {
    background-position: -46px 0;
}

.reply_list .reply_i7game_v2 .reply_shareBox ul li:nth-child(4) {
    background-position: -68px 0;
}

.reply_list .reply_i7game_v2 .reply_shareBox .btn_reply_submit_v2 {
    float: right;
    display: inline-block;
    text-align: center;
    border: 1px solid #b2b2b2;
    background: #fff;
    border-radius: 5px;
    line-height: 15px;
    padding: 2px;
    height: 15px;
    font-size: 0.825em;
    width: 40px;
}

.reply_list .reply_i7game_v2 .reply_shareBox:after {
    clear: both;
    content: "";
    display: block;
}

.reply_list .reply_i7game_v2 .icon_reply {
    width: 15px;
    float: left;
    padding-left: 15px;
    height: 50px;
    line-height: 50px;
}

.reply_list .reply_i7game_v2 .icon_reply img {
    width: 100%;
    vertical-align: middle;
}

.reply_list .reply_i7game_v2 .reply_i7game {
    padding-left: 100px;
}

.reply_list .reply_i7game_v2 .reply_i7game .thm {
    left: 35px;
}

.reply_list .thm {
    position: absolute;
    top: 0;
    left: 6px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    background-color: #c8b6a8;
    border-radius: 100%;
}

.reply_list .thm img {
    width: 100%;
    border-radius: 100%;
}

.reply_list .thm div {
    width: inherit;
    height: inherit;
    border-radius: 100%;
}

.reply_list .mention {
    position: relative;
    padding: 8px 12px;
    border: 1px solid #c9c9c9;
    border-radius: 8px;
    background: #f8f8f8;
}

.reply_list .mention time {
    color: #afafaf;
}

.reply_list .mention .placeholder {
    color: #ccc;
}

.reply_list .mention p {
    padding-top: 5px;
    padding-bottom: 5px;
    word-break: break-all;
    word-break: keep-all;
    word-wrap: break-word;
}

.reply_list .mention:before {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: -10px;
    width: 10px;
    height: 8px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -35px -125px;
    background-size: 200px;
}

.reply_list .mention .mention_buttonBox {
    z-index: 2;
    position: absolute;
    right: 13px;
    top: 3px;
}

.reply_list .mention .mention_buttonBox .btn_reply_del_v2 {
    display: inline-block;
    text-align: center;
    border: 1px solid #b2b2b2;
    background: #fff;
    border-radius: 5px;
    line-height: 15px;
    padding: 2px;
    height: 15px;
    font-size: 0.825em;
    width: 40px;
}

.reply_list .mention > textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #efefef;
    outline: 0;
    resize: none;
    color: #333;
}

.reply_list .mention .mention_txt {
    clear: both;
    padding-bottom: 20px;
    overflow: hidden;
}

.reply_list .desc {
    position: relative;
}

.reply_list .desc b, .reply_list .desc time {
    display: inline-block;
    width: 150px;
    vertical-align: top;
    padding-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.reply_list .desc time {
    color: #afafaf;
    font-size: 0.917em;
    display: block;
    line-height: 1.5;
}

.reply_list .desc .btn_rpl {
    position: absolute;
    right: 0;
    top: 0;
}

.reply_list .desc .group_dateBox b {
    float: left;
    width: auto;
    margin-right: 5px;
    white-space: normal;
    overflow: auto;
    font-size: 0.917em;
    line-height: 1.5;
}

.reply_list .btn_police {
    display: inline-block;
    color: #afafaf;
    font-size: 0.874em;
}

.reply_list .btn_police:before {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #afafaf;
    margin: 0 4px;
}

.btn_reply_more {
    width: 100%;
    height: 30px;
    margin-top: 6px;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #ececec 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(1, #ececec));
    background: -webkit-linear-gradient(top, #fff 0%, #ececec 100%);
    background: -o-linear-gradient(top, #fff 0%, #ececec 100%);
    background: -ms-linear-gradient(top, #fff 0%, #ececec 100%);
    background: linear-gradient(to bottom, #fff 0%, #ececec 100%);
    text-align: center;
}

.btn_reply_more i {
    position: relative;
    top: 4px;
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 10px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -160px -80px;
    background-size: 200px;
}

.frameBox {
    background: url(../image/fame_bg_v2.gif) repeat;
    overflow: hidden;
    padding: 10px;
    position: relative;
}

.frameBox .fame_title {
    margin: 10px 0 20px;
    text-align: center;
}

.frameBox .fame_title img {
    width: 90%;
    height: auto;
}

.frameBox .user_king {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding-bottom: 10px;
    margin: auto;
    text-align: center;
}

.frameBox .user_king li {
    display: table-cell;
    vertical-align: middle;
}

.frameBox .user_king li .num {
    display: block;
    color: #ffea00;
    text-align: left;
}

.frameBox .thm {
    text-align: right !important;
}

.frameBox .thm > a {
    display: block;
    overflow: hidden;
    width: 88px !important;
    height: 88px !important;
    -webkit-border-radius: 88px;
    -moz-border-radius: 88px;
    border-radius: 88px;
    display: inline-block;
    border: 2px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.frameBox .nick {
    font-weight: bold;
    width: 150px;
    text-align: left;
}

.frameBox .nick .name {
    margin-bottom: 5px;
}

.frameBox .nick .name, .frameBox .nick .group {
    margin: 0 1em;
    color: #fff;
}

.rank_wrap {
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 35px;
    background-color: #fff;
}

.rank_wrap .txt_b {
    margin-top: 10px;
    background: #f4f4f4;
    padding: 15px;
}

.rank_wrap .txt_b p {
    position: relative;
    padding-left: 30px;
}

.rank_wrap .txt_b p:before {
    content: "";
    display: block;
    background: url(../image/ico_warning.png) 0 0 no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 0;
}

.tit_rank {
    padding: 8px 6px;
    background: #5f5e69;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.tit_rank strong {
    color: #ff6000;
}

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

.detail_nav ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #c9c9c9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.detail_nav li {
    display: table-cell;
    width: 100%;
}

.detail_nav li.on a {
    color: #fff;
    background: #ff6000;
}

.detail_nav a {
    display: block;
    height: 35px;
    line-height: 35px;
}

.navi_box, .vs_navi_box {
    padding: 10px 0;
    text-align: center;
}

.navi_box ul, .vs_navi_box ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #c9c9c9;
    background-color: #f4f4f4;
}

.navi_box li, .vs_navi_box li {
    display: table-cell;
    width: 100%;
}

.navi_box li.on a, .vs_navi_box li.on a {
    color: #fff;
    background: #ff6000;
}

.navi_box a, .vs_navi_box a {
    display: block;
    height: 35px;
    line-height: 35px;
}

.vs_navi_box {
    margin: 0 10px;
}

.rank_list, .vs_list {
    width: 100%;
}

.rank_list td, .vs_list td {
    padding: 10px 0;
    border-bottom: 1px solid #c9c9c9;
}

.rank_list tr:first-of-type .info div, .rank_list tr:nth-of-type(2) .info div, .rank_list tr:nth-of-type(3) .info div, .vs_list tr:first-of-type .info div, .vs_list tr:nth-of-type(2) .info div, .vs_list tr:nth-of-type(3) .info div {
    background-position: -145px -100px;
}

.rank_list .empty, .vs_list .empty {
    height: 100px;
    text-align: center;
    border-bottom: 0 none;
}

.rank_list .empty p, .vs_list .empty p {
    margin-bottom: 10px;
}

.rank_list .info, .vs_list .info {
    width: 38px;
}

.rank_list .info div, .vs_list .info div {
    width: 25px;
    height: 24px;
    line-height: 24px;
    margin: auto;
    color: #fff;
    text-align: center;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -175px -100px;
    background-size: 200px;
}

.rank_list .info .rank_txtBold, .vs_list .info .rank_txtBold {
    background: none;
    color: #777;
    font-weight: bold;
}

.rank_list .info .rank_txtOrange, .vs_list .info .rank_txtOrange {
    background: none;
    color: #ff6000;
    font-weight: bold;
}

.rank_list .thm_col, .vs_list .thm_col {
    width: 50px;
}

.rank_list .thm, .vs_list .thm {
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.rank_list .thm img, .vs_list .thm img {
    width: 100%;
}

.rank_list .nick, .vs_list .nick {
    padding-left: 2em;
    line-height: 1.5;
}

.rank_list .nick .name, .vs_list .nick .name {
    font-weight: bold;
}

.rank_list .nick > p, .vs_list .nick > p {
    width: 145px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rank_list .num, .vs_list .num {
    width: 73px;
    text-align: center;
    color: #ff6000;
}

.rank_list .arr_txt, .vs_list .arr_txt {
    color: #ff6000;
    display: block;
}

.rank_list .event_prizeName, .vs_list .event_prizeName {
    width: 73px;
    text-align: center;
    color: #ff6000;
}

.rank_list .arr, .vs_list .arr {
    text-align: center;
}

.rank_list .arr i, .vs_list .arr i {
    display: none;
    width: 12px;
    height: 8px;
    margin: auto;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: 0 0;
    background-size: 200px;
    text-indent: -9999px;
}

.rank_list .arr i.up, .vs_list .arr i.up {
    background-position: -187px -125px;
}

.rank_list .arr i.dn, .vs_list .arr i.dn {
    background-position: -187px -132px;
}

.btn_high_rank, .btn_rank_lower {
    border: 2px solid #f13f01;
    display: block;
    width: 100%;
    height: 33px;
    color: #ff6000;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.25em;
}

.btn_high_rank i {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #fb680d transparent;
}

.btn_rank_lower i {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #fb680d transparent transparent transparent;
}

.event_ing_box {
    padding: 0 0 10px;
    background: #fff url(../image/arrow_bottom_red.png) center bottom no-repeat;
}

.event_ing_box .event_ing_txt {
    background-color: #f00;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 8px 0;
    line-height: 28px;
}

.event_ing_box .event_ing_txt i {
    position: relative;
    display: inline-block;
    width: 23px;
    height: 35px;
    vertical-align: top;
    text-indent: -9999px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: 0 0;
    background-size: 200px;
    background-size: 180px;
}

.event_ing_box .event_ing_txt i.ico_event_vs {
    width: 65px;
    background: url(../image/eventfood.jpg) center no-repeat;
    background-size: contain;
}

.event_ing_box .event_ing_txt i.ico_event_new {
    width: 65px;
    background: url(../image/150225_eventfood_2.png) center no-repeat;
    background-size: contain;
}

.event_ing_box .event_ing_txt i.ico_event_gift {
    width: 62px;
    background-position: -71px -460px;
}

.event_ing_box .event_ing_txt .event_txt {
    display: inline-block;
    padding-top: 2px;
    font-size: 1.25em;
}

.event_ing_box .event_ing_txt .bnt_event_view {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0 7px;
    color: #fff;
    margin-left: 5px;
}

.detail_img_swiper {
    padding: 10px 0;
}

.detail_img_swiper .swiper-wrapper {
    width: 5000px !important;
}

.detail_img_swiper .swiper-slide {
    padding: 0 5px;
    height: 280px;
}

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

.info_wrap {
    padding-bottom: 15px;
    background: #5f5e69;
}

.font_c_white {
    color: #fff;
}

.play_desc {
    position: relative;
    padding: 0 7px;
    color: #fff;
    line-height: 18px;
    word-break: break-all;
    text-align: justify;
    height: 126px;
    overflow: hidden;
}

.play_desc.open {
    height: auto;
}

.play_desc > p {
    margin-right: 45px;
}

.play_desc .summary {
    /*padding-top: 15px;*/
}

.btn_desc_opener {
    position: absolute;
    bottom: 0;
    right: 7px;
    background: #5f5e69;
    color: #ffd200;
    font-size: 0.8333em;
}

.btn_desc_opener:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 2px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -100px -195px;
    background-size: 200px;
}

.rate_wrap {
    position: relative;
    padding: 25px 7px 30px 94px;
    height: 127px;
    background: #fff;
}

.rate_wrap::after {
    content: '';
    clear: both;
    display: block;
}

.rate_wrap .total_rate {
    position: absolute;
    top: 25px;
    left: 7px;
    width: 80px;
    height: 110px;
    padding-top: 25px;
    border: 1px solid #c9c9c9;
    text-align: center;
}

.rate_wrap .total_rate h1 {
    font-size: 2.1em;
    font-weight: normal;
}

.rate_wrap .rate_box {
    margin: 10px auto;
    width: 59px;
    height: 12px;
}

.rate_wrap .rating {
    position: relative;
    width: 100%;
    height: 12px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: 0 -70px;
    background-size: 200px;
}

.rate_wrap .cur_rating {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: 0 -55px;
    background-size: 200px;
}

.rate_wrap .rate_info_box {
    padding-top: 4px;
}

.rate_wrap .rate_form {
    height: 26px;
}

.rate_wrap .rate_form::after {
    content: '';
    clear: both;
    display: block;
}

.rate_wrap .rate_form h2 {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    font-size: 1.083em;
}

.rate_wrap .rate_form #rating_box {
    float: left;
}

.rate_wrap .rate_form .rate_star_chk {
    width: 24px;
    height: 23px;
    margin-right: 0;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -95px -100px;
    background-size: 200px;
}

.rate_wrap .rate_form .rate5 .rate_star_chk:nth-of-type(1), .rate_wrap .rate_form .rate5 .rate_star_chk:nth-of-type(2), .rate_wrap .rate_form .rate5 .rate_star_chk:nth-of-type(3), .rate_wrap .rate_form .rate5 .rate_star_chk:nth-of-type(4), .rate_wrap .rate_form .rate5 .rate_star_chk:nth-of-type(5) {
    background-position: -120px -100px;
}

.rate_wrap .rate_form .rate4 .rate_star_chk:nth-of-type(1), .rate_wrap .rate_form .rate4 .rate_star_chk:nth-of-type(2), .rate_wrap .rate_form .rate4 .rate_star_chk:nth-of-type(3), .rate_wrap .rate_form .rate4 .rate_star_chk:nth-of-type(4) {
    background-position: -120px -100px;
}

.rate_wrap .rate_form .rate3 .rate_star_chk:nth-of-type(1), .rate_wrap .rate_form .rate3 .rate_star_chk:nth-of-type(2), .rate_wrap .rate_form .rate3 .rate_star_chk:nth-of-type(3) {
    background-position: -120px -100px;
}

.rate_wrap .rate_form .rate2 .rate_star_chk:nth-of-type(1), .rate_wrap .rate_form .rate2 .rate_star_chk:nth-of-type(2) {
    background-position: -120px -100px;
}

.rate_wrap .rate_form .rate1 .rate_star_chk:nth-of-type(1) {
    background-position: -120px -100px;
}

.rate_wrap .star_count li {
    position: relative;
    height: 19px;
    margin: 1px 0;
    clear: both;
}

.rate_wrap .star_count li::after {
    content: '';
    clear: both;
    display: block;
}

.rate_wrap .star_count li:first-of-type .graph div {
    background-color: #e95f3a;
}

.rate_wrap .star_count li:nth-of-type(2) .graph div {
    background-color: #fe7d59;
}

.rate_wrap .star_count li:nth-of-type(3) .graph div {
    background-color: #f4be06;
}

.rate_wrap .star_count li:nth-of-type(4) .graph div {
    background-color: #bbcc28;
}

.rate_wrap .star_count li:last-of-type .graph div {
    background-color: #009faf;
}

.rate_wrap .star_count b, .rate_wrap .star_count span, .rate_wrap .star_count div {
    display: inline-block;
}

.rate_wrap .star_count b {
    float: left;
    width: 20px;
    height: 19px;
    line-height: 20px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -258px -121px;
    background-size: 200px;
    background-size: 300px;
    color: #fff;
    text-align: center;
    font-size: 0.833em;
}

.rate_wrap .star_count span {
    float: right;
}

.rate_wrap .star_count .graph {
    position: absolute;
    top: 3px;
    left: 25px;
    right: 40px;
    height: 14px;
}

.rate_wrap .star_count .graph div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 14px;
}

.rate_wrap .star_count .people {
    float: right;
}

.rate_wrap .star_count .people span {
    width: 12px;
    height: 12px;
    background: url(../image/ico_people2.png) no-repeat;
    background-size: contain;
    text-indent: -9999px;
    margin-left: 3px;
}

.gm_point_wrap {
    background-color: #5f5e69;
    color: #fff;
    position: relative;
    left: 0;
    right: 0;
}

.tit_point .tit_point-head {
    position: relative;
    width: 15px;
    height: 16px;
    top: 0px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -380px -306px;
    background-size: 200px;
}

.gm_point_wrap .tit_point .btn_brain {
    float: right;
    display: inline-block;
    border-radius: 100%;
    background-color: #fff;
    color: #5f5e69;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-left: 5px;
    line-height: 20px;
    font-style: normal;
    cursor: pointer;
}

.tit_point {
    padding: 8px 6px;
    font-weight: bold;
    font-size: 1.083em;
}

.tit_point i {
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 15px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -180px -60px;
    background-size: 200px;
}

.gm_points {
    box-sizing: border-box;
    padding: 0 5px;
    width: 100%;
    overflow: hidden;
}

.gm_points li {
    float: left;
    width: 33.33%;
    padding: 0 5px;
    margin: 0 auto 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.gm_points li span {
    height: 20px;
    font-size: 1rem;
    float: left;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
}

.gm_points li span.tit {
    width: 75%;
    background: #ffa800;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.gm_points li span.point {
    width: 25%;
    background: #fff;
    color: #ffa800;
    font-weight: bold;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.gm_points li span.point .point_num {
    font-style: normal;
}

.gm_points li br {
    display: none;
}

/*同类游戏推荐*/
.gm_wrap_recommend {
    position: relative;
    background-color: #F6F6F6;
    color: #333;
    padding: 10px auto 20px;
}
.gm_wrap_recommend .tit_point i {
    width: 15px;
    height: 15px;
    background-position: -171px -79px;
}
.w20 {
    text-align: center;
    padding: 6px 4px 20px;
}

.gm_wrap_recommend .home_game_list a {
    display: block;
    width: 95%;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.gm_wrap_recommend .thm img {
    border-radius: 5px;
}

/*谷歌广告*/
.adgoogle {
    background-color: #CCC;
    background-size: 0.437rem 0.437rem;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0.2) 50%, transparent 50%, transparent);
    padding: 10px 0;
}

.game_play_wrap {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.game_play_wrap .cover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.game_play_wrap .btn_back {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    text-indent: -9999px;
    width: 45px;
    height: 45px;
}

.game_play_wrap .btn_back:before {
    content: '';
    display: block;
    width: 13px;
    height: 20px;
    margin: auto;
    position: relative;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -80px -125px;
    background-size: 200px;
    width: 45px;
    height: 45px;
    background-position: -199px -510px;
    background-size: 264px;
}

.game_play_wrap.landscape {
    width: 75%;
}

.play_top {
    display: table;
    width: 100%;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.play_now {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-top: 10px;
}

.play_now .thm {
    width: 95px;
    height: 100px;
    border-radius: 55px;
    margin: auto;
}

.play_now .thm a {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    min-width: 95px;
    min-height: 95px;
}

.play_now .thm a img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: auto;
    height: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    opacity: 1;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-name: fadeIn;
    animation-duration: 1s;
}

.play_now h1 {
    padding: 5px 0 7px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
}

.play_now h1 a {
    color: #fff;
}

.play_now .btns {
    display: inline-block;
    background: #000;
    border-radius: 100px;
    overflow: hidden;
    height: 40px;
}

.play_now .btns::after {
    content: '';
    clear: both;
    display: block;
}

.play_now .btns .btn_play {
    float: left;
}

.play_now .btns .btn_join {
    position: relative;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    padding-left: 18px;
    padding-right: 18px;
    color: #fff;
    text-transform: uppercase;
    background: #ff6000;
    background: -moz-linear-gradient(top, #f47c33 0%, #f47c33 50%, #ff6000 50%, #ff6000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f47c33), color-stop(50%, #f47c33), color-stop(50%, #ff6000), color-stop(100%, #ff6000));
    background: -webkit-linear-gradient(top, #f47c33 0%, #f47c33 50%, #ff6000 50%, #ff6000 100%);
    background: -o-linear-gradient(top, #f47c33 0%, #f47c33 50%, #ff6000 50%, #ff6000 100%);
    background: -ms-linear-gradient(top, #f47c33 0%, #f47c33 50%, #ff6000 50%, #ff6000 100%);
    background: linear-gradient(to bottom, #f47c33 0%, #f47c33 50%, #ff6000 50%, #ff6000 100%);
    border-radius: 97px;
    border: 1px solid #ff6000;
    font-size: 1.25em;
}

.play_now .btns .btn_join i {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 30px;
    top: 2px;
    margin-right: 5px;
    vertical-align: top;
    text-indent: -9999px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: 0 0;
    background-size: 200px;
}

.play_now .btns .btn_join i.ico_event {
    background-position: -145px -448px;
}

@media screen and (max-height: 540px) {
    .play_now .thm img {
        border-radius: 100%;
        opacity: 1;
        -webkit-animation-name: fadeIn;
        -webkit-animation-duration: 1s;
        animation-name: fadeIn;
    }
}

@media screen and (max-height: 500px) {
    .play_now .thm img {
        border-radius: 100%;
        opacity: 1;
        -webkit-animation-name: fadeIn;
        -webkit-animation-duration: 1s;
        animation-name: fadeIn;
        animation-duration: 1s;
    }

    .play_now h1 {
        font-size: 1.5em;
    }
}

@media screen and (max-height: 500px) and (orientation: landscape) {
    .play_now .thm img {
        border-radius: 100%;
    }
}
/*游戏前页 检测图片与按钮是否并排*/
/*@media only screen and (min-device-width: 320px) and (orientation: landscape) {*/
    /*.play_now .thm, .play_now .desc, .play_now #play_mode {*/
        /*display: inline-block;*/
        /*vertical-align: middle;*/
    /*}*/

    /*.play_now .thm {*/
        /*margin-right: 10px;*/
    /*}*/

    /*.play_now #play_mode {*/
        /*width: 100%;*/
    /*}*/
/*}*/


.det_control {
    margin-top: 2px;
    margin-left: 5px;
    margin-right: 5px;
    display: table-row;
    text-align: right;
    position: absolute;
    right: 0;
    z-index: 1;
}

.det_control .det_controlBtn_box {
    display: inline-block;
    background: #000;
    border-radius: 100px;
    overflow: hidden;
    padding: 10px 20px;
    margin: 10px;
    background: rgba(50, 50, 50, 0.8);
}

.det_control .btn_control {
    position: relative;
    width: 32px;
    height: 24px;
    background-color: transparent;
    padding-right: 15px;
    outline: none;
}

.det_control .btn_control i {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: 0 0;
    background-size: 200px;
    background-size: 250px;
}

.det_control .btn_control i.ico_fav {
    width: 17px;
    height: 17px;
    background-position: -106px -60px;
    background-size: 200px;
}

.det_control .btn_control i.ico_fav.on {
    background-position: -21px -535px;
    background-size: 200px;
}

.det_control .btn_control i.ico_share {
    width: 17px;
    height: 17px;
    background-position: -226px -51px;
}

.det_control .btn_control:first-of-type:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    width: 1px;
    height: 16px;
    background: #666;
}

.det_control .btn_share {
    padding-left: 15px;
    outline: none;
}

.play_bot {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 10px;
}

.rotation {
    padding-top: 10px;
    color: #fff;
    line-height: 18px;
    font-size: 0.917em;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.rotation i {
    display: inline-block;
    vertical-align: top;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: 0 0;
    background-size: 200px;
}

.rotation i.ico_port {
    width: 12px;
    height: 18px;
    background-position: 0 -125px;
}

.rotation i.ico_land {
    position: relative;
    top: 3px;
    width: 18px;
    height: 12px;
    background-position: -15px -125px;
}

.game_lnb ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.game_lnb li {
    display: table-cell;
    width: 100%;
    height: 65px;
    vertical-align: top;
    text-align: center;
    border-left: 1px solid #ff6000;
    border-right: 1px solid #000;
}

.game_lnb li:first-of-type {
    border-left: none;
}

.game_lnb li:last-of-type {
    border-right: none;
}

.game_lnb i, .game_lnb strong, .game_lnb span {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.game_lnb strong {
    height: 25px;
    line-height: 25px;
    font-size: 1.167em;
    color: #fff;
}

.game_lnb span {
    font-size: 0.917em;
    color: #ff6000;
}

.game_lnb i {
    position: relative;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: 0 0;
    background-size: 200px;
}

.game_lnb i.ico_play {
    margin-top: 4px;
    margin-bottom: 2px;
    width: 19px;
    height: 19px;
    background-position: -95px -80px;
}

.game_lnb i.ico_star {
    margin-top: 7px;
    margin-bottom: 7px;
    width: 59px;
    height: 11px;
    background-position: 0 -55px;
}

.game_lnb i.ico_reply {
    margin-top: 3px;
    width: 22px;
    height: 22px;
    background-position: -115px -80px;
}

.game_lnb i.ico_size {
    margin-top: 4px;
    margin-bottom: 3px;
    width: 15px;
    height: 18px;
    background-position: -151px -522px;
}

.game_lnb i.ico_rank {
    margin-top: 4px;
    margin-bottom: 4px;
    width: 16px;
    height: 17px;
    background-position: -140px -80px;
}

#login_wrap {
    padding: 22px 10px;
}

#login_wrap header {
    padding-bottom: 10px;
    text-align: center;
}

.login_logo {
    width: 190px;
    margin: 10px auto 0;
}

.login_logo img {
    width: 100%;
}

.login_form input[type=text], .login_form input[type=email], .login_form input[type=password] {
    width: 100%;
    height: 44px;
    padding-left: 7px;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    box-sizing: border-box;
}

.login_form li {
    margin: 11px 0;
}

.btn_login {
    width: 100%;
    margin: 28px 0;
    line-height: 44px;
    background: #ff6000;
    text-align: center;
    border-radius: 2px;
    color: #fff !important;
}

.login_nav {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.login_nav li {
    display: table-cell;
    width: 100%;
    text-align: center;
}

.login_nav li:first-child {
    width: 50%;
}

.login_nav a {
    display: block;
    position: relative;
    letter-spacing: -1px;
    font-size: 13px;
}

.login_nav i {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: 0 0;
    background-size: 200px;
}

.login_nav i.find_id {
    top: 7px;
    width: 23px;
    height: 25px;
    background-position: -60px -335px;
}

.login_nav i.find_pw {
    top: 7px;
    width: 20px;
    height: 26px;
    background-position: -85px -335px;
}

.login_nav i.sign {
    top: 5px;
    width: 24px;
    height: 24px;
    background-position: -105px -335px;
}

.form_wrap {
    overflow: hidden;
    background: #fff !important;
}

.form_wrap h4 {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 7px;
    line-height: 1.8;
    font-size: 15px;
}

.form_wrap .row {
    margin: 5px 0;
}

.form_wrap_en .ip_text, .form_wrap_jp .ip_text {
    padding-left: 100px;
}

.form_top_tip {
    margin: 0px 0 10px;
    padding: 14px;
    background: #f7f7f7;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #d2d2d2;
}

.ip_thm {
    position: relative;
    margin: 5px 0 10px;
}

.ip_thm::after {
    content: '';
    clear: both;
    display: block;
}

.mythm {
    float: left;
    position: relative;
    width: 75px;
    height: 75px;
    line-height: 75px;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 100%;
}

.mythm img {
    width: inherit;
    height: inherit;
    vertical-align: middle;
}

.mythm .btn_myimg_del {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #ffc000;
}

.mythm .btn_myimg_del i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 14px;
    margin-top: -7px;
    margin-left: -6px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -145px -60px;
    background-size: 200px;
    text-indent: -9999px;
}

.btn_photo_file {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 80px;
}

.btn_photo_file input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
}

.ip_elem {
    position: relative;
    height: 54px;
    line-height: 54px;
    margin: 10px 0;
    overflow: hidden;
}

.ip_elem::after {
    content: '';
    clear: both;
    display: block;
}

.ip_elem.ip_tel {
    padding-left: 90px;
    margin-top: 10px;
}

.ip_elem.ip_tel .ip_text {
    padding-left: 5px;
}

.ip_elem.ip_has_side .ip_text {
    padding-right: 80px;
}

.ip_elem.ip_textarea {
    height: auto;
    line-height: normal;
}

.ip_elem.ip_sels .sel_def {
    float: left;
}

.ip_text_pd {
    padding-left: 115px !important;
}

.ip_label {
    display: block;
    line-height: 54px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    min-width: 53px;
    padding-left: 10px;
    white-space: nowrap;
    font-weight: bold;
    margin-right: 10px;
}

.ip_text, .sel_def {
    box-sizing: border-box;
    font-size: 1em;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    outline: none;
    -webkit-transition: border-color .3s ease, background .2s ease;
    -moz-transition: border-color .3s ease, background .2s ease;
    -ms-transition: border-color .3s ease, background .2s ease;
    -o-transition: border-color .3s ease, background .2s ease;
    transition: border-color .3s ease, background .2s ease;
}

.sel_def:focus {
    border-color: #ff6000;
}

.ip_text, .ip_body {
    padding-left: 100px;
    background: #fff;
}

.ip_text:focus, .ip_body:focus {
    background: #fff !important;
}

#strContent {
    padding-left: 10px;
}

.ip_text, .ip_text2 {
    width: 100%;
    height: 54px;
}

.ip_text2:focus, .ip_body:focus {
    outline: none;
}

.ip_body {
    width: 100%;
    height: 160px;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 1.5;
    border: none;
    -webkit-transition: height .3s ease;
    -moz-transition: height .3s ease;
    -ms-transition: height .3s ease;
    -o-transition: height .3s ease;
    transition: height .3s ease;
}

.ip_side {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 1px;
    padding-right: 5px;
}

.ip_side .btn_silver {
    height: 26px;
    line-height: 26px;
}

.sel_tel {
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
}

.ip_msg {
    padding: 5px 0;
    line-height: 16px;
    margin-bottom: 10px;
}

.returncode_msg {
    padding-right: 5px;
    text-align: right;
    color: red;
    font-size: .85em;
}

.ip_gender_label {
    display: block;
    float: left;
    position: relative;
    width: 50%;
    height: 30px;
    color: #fff;
}

.ip_gender_label input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 98%;
    height: 30px;
    margin: 0 auto;
    background: #afafaf;
    border-radius: 3px;
}

.ip_gender_label input[type=radio]:checked {
    background: #ff6000;
}

.ip_gender_label span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.sel_date1 {
    width: 38%;
    margin-right: 2%;
}

.sel_date2 {
    margin-right: 2%;
}

.sel_date2, .sel_date3 {
    width: 29%;
}

.btn_ip_sml {
    display: inline-block;
    position: relative;
    top: 4px;
    height: 24px;
    line-height: 24px;
    vertical-align: top;
    padding-left: 4px;
    padding-right: 4px;
    color: #fff;
    border-radius: 3px;
    background: #8c8b93;
}

.btn_ip_sml._ok {
    background: #ff6000;
}

.btn_ip_sml._ok:before, .btn_ip_sml._ok:after {
    content: '';
    display: block;
    position: absolute;
}

.btn_ip_sml._ok:before {
    top: 2px;
    left: -24px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #ff6000;
    border-radius: 100%;
    text-align: center;
}

.btn_ip_sml._ok:after {
    top: 6px;
    left: -22px;
    width: 15px;
    height: 11px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -160px -225px;
    background-size: 200px;
}

.btn_what {
    position: relative;
    top: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #8c8b93;
    text-align: center;
    vertical-align: top;
    border-radius: 100%;
}

.btn_what:before {
    content: '?';
    display: block;
    font-weight: bold;
    color: #fff;
    height: 24px;
}

.what_layer {
    display: none;
    z-index: 10;
    position: absolute;
    width: 240px;
    margin-top: -140px;
    right: 35px;
}

.form_box {
    padding: 5px 0;
    margin: 0 7px 10px;
}

.form_box._gray {
    padding: 15px 7px;
    border: none;
    background: #f4f4f4;
}

.form_box .find_btn li {
    border: 0 none;
    overflow: hidden;
}

.form_box .memBox {
    display: table;
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
}

.form_box .memBox .mythm_box, .form_box .memBox .mem_info_box {
    display: table-cell;
    vertical-align: middle;
}

.form_box .memBox .mythm_box {
    text-align: center;
    width: 45%;
}

.form_box .memBox .mythm_box .mythm {
    display: inline-block;
    float: none;
}

.form_box .memBox .mythm_box .mythm img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    vertical-align: top;
}

.form_box .ip_elem {
    position: relative;
    height: auto;
}

.form_box.mg_b_0 {
    margin-bottom: 0;
}

.form_btns, .ques_btns {
    margin: 25px 7px 40px;
}

.form_btns::after, .ques_btns::after {
    content: '';
    clear: both;
    display: block;
}

.form_btns ._size_half, .ques_btns ._size_half {
    float: left;
    width: 48%;
    margin: 0 1%;
}

.form_btns ._size_full, .ques_btns ._size_full {
    width: 100%;
}

.form_btns input, .ques_btns input {
    font-weight: bold;
}

.sign_done {
    margin-top: 10px;
    padding: 25px 0 15px;
    background: #f8f8f8;
    text-align: center;
}

.sign_done h1 {
    font-size: 1.250em;
    margin-bottom: 20px;
}

.sign_done span, .sign_done strong {
    display: block;
}

.sign_done strong {
    font-weight: normal;
    color: #ff6000;
    margin-bottom: 20px;
}

.sign_done .btn_normal {
    width: 120px;
}

.sign_done .sign_shame {
    padding: 15px 0;
    margin-bottom: 15px;
    text-align: center;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
}

.sign_done .sign_shame .font_c_orange {
    color: #ff6000;
}

.sign_done .sign_shame span {
    display: inline-block;
}

.sign_done_li {
    max-width: 400px;
    margin: 20px auto;
    padding-bottom: 50px;
    text-align: center;
}

.sign_done_li::after {
    content: '';
    clear: both;
    display: block;
}

.sign_done_li li {
    float: left;
    width: 33.33333%;
    vertical-align: top;
}

.sign_done_li li:before {
    content: '';
    display: block;
    margin: 0 auto 5px;
    width: 71px;
    height: 71px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: 0 0;
    background-size: 200px;
}

.sign_done_li li.ico_done1:before {
    background-position: 0 -365px;
}

.sign_done_li li.ico_done2:before {
    background-position: -75px -365px;
}

.sign_done_li li.ico_done3:before {
    background-position: 0 -440px;
}

.biz .tabs li {
    position: relative;
    height: 40px;
}

.biz .tabs li a, .biz .tabs li span {
    height: 38px;
    line-height: 40px;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.agreeBox {
    overflow: hidden;
    margin: 10px 6px 0px;
}

.agreeBox .agree_all {
    padding: 16px 7px 12px;
    text-align: right;
}

.agreeBox .agree_all .check_all_agree {
    margin-left: 5px;
}

.agreeBox .agree_in li {
    padding: 17px 7px;
}

.agreeBox .agree_in li .rule_w {
    height: 78px;
    overflow-y: auto;
    background-color: #fff;
    margin-top: 12px;
}

.agreeBox .agree_in label {
    font-weight: 600;
    display: block;
}

.agreeBox .agree_in label input[type="checkbox"] {
    float: right;
}

.agreeBox .agree_in .check {
    border-bottom: 1px solid #efefef;
}

.agreeBox .agree_list li {
    border: 1px solid #ced1d5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    padding: 8px;
    color: #ced1d5;
    height: 30px;
    line-height: 30px;
    border-bottom: 0 none;
    background: #fff;
}

.agreeBox .agree_list li.first_li {
    margin-bottom: 10px;
    border-bottom: 1px solid #ced1d5;
}

.agreeBox .agree_list li:nth-of-type(2) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.agreeBox .agree_list li:last-of-type {
    border: 1px solid #ced1d5;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.agreeBox .agree_list li label {
    color: #5e5f61;
}

.agreeBox .agree_list li input {
    vertical-align: middle;
}

.agreeBox .agree_list li a {
    float: right;
    display: inline-block;
    border: 1px solid #ced1d5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    padding: 6px 8px;
    color: #5e5f61;
    line-height: 1;
    background: #f1f1f1;
    height: 16px;
}

.form_btns {
    position: relative;
    margin: 15px 8px;
    text-align: center;
    overflow: hidden;
}

.form_btns a, .form_btns button {
    display: block;
    float: left;
    width: 48.5%;
    margin-left: 1%;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form_btns a._gray, .form_btns a.on, .form_btns button._gray, .form_btns button.on {
    display: block;
    background: #a9a9a9;
    background: -moz-linear-gradient(top, #a9a9a9 0%, #9a9a9a 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #a9a9a9), color-stop(1, #9a9a9a));
    background: -webkit-linear-gradient(top, #a9a9a9 0%, #9a9a9a 100%);
    background: -o-linear-gradient(top, #a9a9a9 0%, #9a9a9a 100%);
    background: -ms-linear-gradient(top, #a9a9a9 0%, #9a9a9a 100%);
    background: linear-gradient(to bottom, #a9a9a9 0%, #9a9a9a 100%);
    color: #fff;
    padding: 10px 0;
    font-weight: bold;
    font-size: 1.15em !important;
}

.form_btns a.on, .form_btns button.on {
    background: #ff8929;
    background: -moz-linear-gradient(top, #ff8929 0%, #ff7403 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ff8929), color-stop(1, #ff7403));
    background: -webkit-linear-gradient(top, #ff8929 0%, #ff7403 100%);
    background: -o-linear-gradient(top, #ff8929 0%, #ff7403 100%);
    background: -ms-linear-gradient(top, #ff8929 0%, #ff7403 100%);
    background: linear-gradient(to bottom, #ff8929 0%, #ff7403 100%);
    border: 1px solid #ff6000;
}

.form_btns a:first-child, .form_btns button:first-child {
    margin-left: 0;
}

.find_btn {
    margin: 15px 0px;
    text-align: center;
}

.find_btn input[type="button"], .find_btn input[type="submit"] {
    padding: 15px;
    font-weight: bold;
    font-size: 1.15em !important;
}

.find_btn li {
    display: inline-block;
    margin-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #cacaca;
    font-size: 14px !important;
    text-align: center;
}

.find_btn li ._gray, .find_btn li .on {
    display: block;
    background: #a9a9a9;
    background: -moz-linear-gradient(top, #a9a9a9 0%, #9a9a9a 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #a9a9a9), color-stop(1, #9a9a9a));
    background: -webkit-linear-gradient(top, #a9a9a9 0%, #9a9a9a 100%);
    background: -o-linear-gradient(top, #a9a9a9 0%, #9a9a9a 100%);
    background: -ms-linear-gradient(top, #a9a9a9 0%, #9a9a9a 100%);
    background: linear-gradient(to bottom, #a9a9a9 0%, #9a9a9a 100%);
    color: #fff;
    padding: 10px;
    font-weight: bold;
    font-size: 1.15em !important;
}

.find_btn li .on {
    background: #ff8929;
    background: -moz-linear-gradient(top, #ff8929 0%, #ff7403 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ff8929), color-stop(1, #ff7403));
    background: -webkit-linear-gradient(top, #ff8929 0%, #ff7403 100%);
    background: -o-linear-gradient(top, #ff8929 0%, #ff7403 100%);
    background: -ms-linear-gradient(top, #ff8929 0%, #ff7403 100%);
    background: linear-gradient(to bottom, #ff8929 0%, #ff7403 100%);
}

.ip_tit {
    font-weight: bold;
    display: block;
    white-space: nowrap;
    margin: 5px 0;
}

.group_ip_elem {
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    margin-bottom: 10px;
}

.group_ip_elem li {
    position: relative;
    height: 49px;
    line-height: 49px;
    overflow: hidden;
    border-bottom: 1px solid #c6c6c6;
}

.group_ip_elem li:last-child {
    border-bottom: 0 none;
}

.group_ip_elem li .ip_text {
    border: 0 none;
}

.group_ip_elem li > label {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 53px;
    padding-left: 10px;
    white-space: nowrap;
    font-weight: bold;
}

.group_ip_elem .pd_0 {
    padding-right: 10px;
    padding-left: 10px;
    background: #fff;
}

.group_ip_elem .ip_text.select_box {
    padding-right: 10px;
    overflow: hidden;
    display: block;
    width: auto;
}

.group_ip_elem .ip_text.select_box select {
    float: left;
    width: 32.3333%;
    height: 32px;
    padding: 0;
    margin: 8px 0;
    margin-right: 1%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-width: 20px;
}

.group_ip_elem .user_sexList {
    margin: 10px 0;
    padding-right: 10px;
    width: auto;
    display: block;
}

.group_ip_elem .user_sexList .ip_gender_label {
    float: left;
    width: 32.3333%;
    height: 32px;
    margin-right: 1%;
    padding: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.group_ip_elem .user_sexList .ip_gender_label input {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.group_ip_elem .user_sexList .ip_gender_label span {
    line-height: 32px !important;
}

.group_ip_elem .user_sexList .ip_gender_label:first-child {
    margin-left: 33.3333%;
}

.group_ip_elem .user_sexList .ip_gender_label:last-child {
    margin-right: 0;
}

.sign_step {
    padding: 20px 0 15px;
    background: #f5f5f5;
    text-align: center;
}

.sign_step ol {
    counter-reset: li;
    list-style: none;
    padding-left: 0;
    font-weight: bold;
}

.sign_step li {
    position: relative;
    display: inline-block;
}

.sign_step li:before {
    content: counter(li);
    counter-increment: li;
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 auto 5px;
    line-height: 45px;
    border-radius: 100%;
    font-size: 1.167em;
    font-weight: bold;
    color: #fff;
    background: #5f5e69;
}

.sign_step li:first-of-type, .sign_step li:nth-of-type(2) {
    padding-right: 50px;
}

.sign_step li:first-of-type:after, .sign_step li:nth-of-type(2):after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    right: 15px;
    width: 18px;
    height: 29px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -145px -195px;
    background-size: 200px;
}

.sign_step li.on {
    color: #ff6000;
}

.sign_step li.on:before {
    background: #ff6000;
}

.form_result_li {
    margin: 0 7px 10px;
    line-height: 33px;
    border-top: 1px solid #c9c9c9;
}

.form_result_li li {
    position: relative;
    min-height: 33px;
    border-bottom: 1px solid #c9c9c9;
    padding-left: 105px;
}

.form_result_li li.group_li span {
    float: left;
}

.form_result_li li.group_li input {
    width: auto;
    margin-left: 0;
}

.form_result_li._myp li {
    padding-left: 0;
}

.new_pw_inf_box {
    margin: 0 7px 10px;
    padding: 18px 7px;
    background: #f4f4f4;
    line-height: 16px;
}

.new_pw_inf_box .ico_exc {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 19px;
    height: 19px;
    margin-right: 4px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -170px -125px;
    background-size: 200px;
}

.new_pw_inf_box h2 {
    font-size: 1.083em;
}

.new_pw_inf_box ol, .new_pw_inf_box p {
    font-size: 0.917em;
}

.new_pw_inf_box ol {
    margin: 15px 0;
}

.new_pw_inf_box p {
    padding-left: 5px;
}

.my_email_id {
    font-size: 1.083em;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}

.my_email_id strong {
    color: #ff6000;
}

.my_email_id .ico_chk {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 13px;
    width: 16px;
    height: 13px;
    margin-right: 4px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -155px -125px;
    background-size: 200px;
}

.myp_confirm {
    padding-bottom: 10px;
    line-height: 1.4;
    font-size: 1.167em;
    text-align: center;
}

.tit_myp_confirm {
    margin: 25px 0;
    text-align: center;
    font-size: 1.333em;
}

.tit_myp_confirm:before {
    content: '';
    display: block;
    margin: 0 auto 5px;
    width: 62px;
    height: 62px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -75px -440px;
    background-size: 200px;
}

.form_myp_box {
    padding: 5px 0;
    margin: 0 7px 10px;
}

.ip_line {
    padding-bottom: 5px;
    border-bottom: 1px solid #c9c9c9;
}

.ip_line .ip_elem.ip_tel {
    padding-left: 0px;
    height: 34px;
    line-height: 34px;
}

.ip_line .ip_elem.ip_tel .ip_label {
    display: inline-block;
    position: static;
}

.ip_line .ip_elem.ip_myp {
    height: 22px;
    line-height: 22px;
}

.ip_line .ip_elem.ip_myp .ip_label {
    display: inline-block;
    position: static;
}

.ip_line .sel_tel {
    left: 70px;
}

.ip_line .ip_msg {
    padding-left: 10px;
}

.form_myp_top {
    padding: 10px 7px 0;
}

.form_myp_top::after {
    content: '';
    clear: both;
    display: block;
}

.form_myp_top .ip_thm {
    float: left;
    width: 75px;
}

.form_myp_top .mythm {
    float: none;
}

.form_myp_top .btn_photo_file {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    margin: 5px auto 0;
}

.form_myp_top .form_result_li {
    margin-top: 15px;
    margin-left: 90px;
}

.form_myp_top .ip_label {
    width: 60px;
}

.form_myp_top li {
    padding-left: 0px;
}

.form_myp_top li span {
    font-weight: bold;
    display: inline-block;
    min-width: 53px;
    margin-right: 10px;
}

.form_myp_top .ip_text {
    margin-left: -7px;
    padding-left: 5px;
    height: 26px;
}

.btn_out {
    font-weight: bold;
    margin: 0 15px;
}

.ico_gt {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 3px;
    width: 4px;
    height: 7px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -190px 0;
    background-size: 200px;
}

.btn_myp_set {
    display: block;
    position: absolute;
    top: 50%;
    right: 7px;
    width: 15px;
    height: 15px;
    margin-top: -8px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -180px -245px;
    background-size: 200px;
    text-indent: -9999px;
    overflow: hidden;
}

.submit_wrap {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
}

.submit_wrap p {
    padding-top: 6px;
    font-size: 16px;
    color: #fff;
}

.submit_inner {
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.submit_inner .circle {
    width: 24px;
    height: 24px;
    margin: auto;
    border-width: 7px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.8) rgba(255, 255, 255, 0.7) transparent transparent;
    border-radius: 50%;
    -webkit-animation: loading-animation .4s infinite linear;
    -moz-animation: loading-animation .4s infinite linear;
    -ms-animation: loading-animation .4s infinite linear;
    -o-animation: loading-animation .4s infinite linear;
    animation: loading-animation .4s infinite linear;
}

@-webkit-keyframes loading-animation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes loading-animation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes loading-animation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes loading-animation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading-animation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.mypage_head {
    padding: 8px 5px 30px;
    background: #5f5e69;
}

.mypage_head .control::after {
    content: '';
    clear: both;
    display: block;
}

.mypage_head .control a, .mypage_head .control span, .mypage_head .control button {
    float: right;
}

@media only screen and (min-device-width: 320px) and (orientation: landscape) {
    .mypage_head {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 40%;
        box-sizing: border-box;
    }
}

.myinfo {
    text-align: center;
    color: #fff;
}

.myinfo a {
    color: #fff;
}

.myinfo .thm {
    overflow: hidden;
    width: 110px;
    height: 110px;
    margin: auto;
    border-radius: 100%;
    background: #fff url(../image/guest_thm.gif) no-repeat;
    background-size: 100%;
}

.myinfo .thm img {
    width: 100%;
}

.myinfo .txt {
    line-height: 16px;
}

.myinfo .txt strong, .myinfo .txt span {
    display: block;
}

.myinfo .txt strong {
    padding-top: 8px;
    font-size: 1.083em;
}

.mypage_mnu {
    padding-top: 10px;
    text-align: center;
}

.mypage_mnu li {
    display: inline-block;
    margin: 0 3px;
}

.mypage_mnu li.on a {
    background: #ff6000;
}

.mypage_mnu a {
    display: block;
    background: #ababab;
    min-width: 100px;
    height: 26px;
    line-height: 26px;
    border-radius: 30px;
    color: #fff;
}

.mypage_mnu i {
    display: inline-block;
    position: relative;
    top: 5px;
    vertical-align: top;
    width: 16.5px;
    height: 16.5px;
    margin-right: 5px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: 0 0;
    background-size: 200px;
}

.mypage_mnu i.ico_fav {
    background-position: -115px -125px;
}

.mypage_mnu i.ico_play {
    background-position: -135px -125px;
}

.mypage_content {
    background: #fff;
}

.mypage_content .tabs_content {
    padding-top: 20px;
    padding-bottom: 30px;
}

@media only screen and (min-device-width: 320px) and (orientation: landscape) {
    .mypage_content {
        padding-left: 40%;
    }
}

.play_memory_li {
    max-width: 400px;
    margin: auto;
}

.play_memory_li::after {
    content: '';
    clear: both;
    display: block;
}

.play_memory_li li {
    position: relative;
    float: left;
    width: 33.333333%;
    margin-bottom: 15px;
    text-align: center;
}

.play_memory_li li.empty {
    height: 118px;
}

.play_memory_li li.empty .thm {
    position: relative;
    background: #ccc;
    border-radius: 100%;
}

.play_memory_li li.empty .thm:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -165px -195px;
    background-size: 200px;
}

.play_memory_li a {
    position: relative;
    display: block;
    height: 118px;
}

.play_memory_li .thm {
    position: relative;
    width: 80px;
    height: 80px;
    margin: auto;
}

.play_memory_li .thm img {
    width: 100%;
    border-radius: 100%;
}

.play_memory_li .txt {
    padding-top: 6px;
    line-height: 16px;
    height: 32px;
}

.play_memory_li .txt strong, .play_memory_li .txt span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.play_memory_li .ico_myfav {
	display: none;
}

.play_memory_li .ico_myfav.show {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: 15px;
    border-radius: 100%;
    background: #ffc000;
}

.play_memory_li .ico_myfav.show:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -8px;
    width: 17px;
    height: 17px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -106px -60px;
    background-size: 200px;
}

.myplay_msg {
    margin: 20px 10px 0;
    padding: 10px 0;
    background: #DCDCDC;
    text-align: center;
}

.myplay_msg .ico_chk {

}

.page_404_wrap {
    padding: 30px 0 45px;
    text-align: center;
    background: #fff;
}

.page_404_wrap .img_404 {
    width: 158px;
}

.page_404_wrap p {
    line-height: 16px;
    padding: 10px 0 35px;
}

.rule_w {
    padding: 20px 7px;
    background: #fff;
    line-height: 1.8;
    word-break: break-all;
}

.rule_w h4 {
    font-size: 15px;
    margin-bottom: 5px;
}

.rule_w h5 {
    margin-top: 20px;
}

.rule_w h5 h6 {
    margin-top: 5px;
}

.rule_w h6 {
    margin-top: 15px;
    margin-bottom: 5px;
    padding-left: 5px;
}

.rule_w ol, .rule_w p, .rule_w ul {
    padding: 0 5px 5px;
    font-weight: 400;
}

.rule_w ol {
    list-style: none;
}

.rule_w ol li, .rule_w ul li {
    margin-top: 4px;
}

.rule_inner {
    padding: 0 8px;
    border: 1px solid #c9c9c9;
}

.ico_agre, .ico_priv, .ico_lock, .ico_faq, .ico_qes, .ico_evt, .ico_not, .ico_qna {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 5px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: 0 0;
    background-size: 200px;
}

.ico_agre {
    width: 16px;
    height: 15px;
    background-position: -100px -225px;
}

.ico_priv {
    width: 15px;
    height: 16px;
    background-position: -120px -225px;
}

.ico_lock {
    width: 13px;
    height: 17px;
    background-position: -180px -225px;
}

.ico_faq {
    width: 20px;
    height: 16px;
    background-position: -60px -275px;
}

.ico_qes {
    width: 18px;
    height: 16px;
    background-position: -95px -275px;
}

.ico_evt {
    width: 16px;
    height: 17px;
    background-position: -115px -275px;
}

.ico_not {
    top: 6px;
    width: 16px;
    height: 14px;
    background-position: -135px -275px;
}

.ico_qna {
    width: 16px;
    height: 16px;
    background-position: -175px -275px;
}

.faq_sort {
    margin: 0 7px 20px;
}

.faq_sort .tit_page {
    margin-left: 0;
}

.help_nav {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.help_nav li {
    display: table-cell;
    width: 100%;
}

.help_nav li.on a {
    color: #fff;
    background: #a9a9a9;
    background: -moz-linear-gradient(top, #a9a9a9 0%, #9c9c9c 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #a9a9a9), color-stop(1, #9c9c9c));
    background: -webkit-linear-gradient(top, #a9a9a9 0%, #9c9c9c 100%);
    background: -o-linear-gradient(top, #a9a9a9 0%, #9c9c9c 100%);
    background: -ms-linear-gradient(top, #a9a9a9 0%, #9c9c9c 100%);
    background: linear-gradient(to bottom, #a9a9a9 0%, #9c9c9c 100%);
    border-color: #5f5e69;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
}

.help_nav a {
    display: block;
    margin: 0 2px;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    background: #ebebeb;
    background: -moz-linear-gradient(top, #fff 0%, #ebebeb 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(1, #ebebeb));
    background: -webkit-linear-gradient(top, #fff 0%, #ebebeb 100%);
    background: -o-linear-gradient(top, #fff 0%, #ebebeb 100%);
    background: -ms-linear-gradient(top, #fff 0%, #ebebeb 100%);
    background: linear-gradient(to bottom, #fff 0%, #ebebeb 100%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.help_list {
    margin: 20px 7px;
    border-bottom: 1px solid #c9c9c9;
}

.help_list .help_q {
    position: relative;
    min-height: 24px;
    line-height: 24px;
    padding: 4px 7px;
    border-top: 1px solid #c9c9c9;
}

.help_list .help_q a {
    display: block;
    position: relative;
    padding-left: 29px;
    padding-right: 20px;
}

.help_list .help_q a:before {
    content: 'Q';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 2px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    vertical-align: top;
    background: #ff6000;
    border-radius: 100%;
    text-align: center;
    color: #fff;
}

.help_list .help_body {
    position: relative;
    min-height: 40px;
    margin-bottom: 4px;
    padding: 7px 7px 7px 50px;
    background: #f8f8f8;
    line-height: 1.4;
    word-break: break-all;
}

.help_list .help_body p {
    padding-bottom: 10px;
}

.help_list .help_body:before, .help_list .help_body:after {
    display: block;
    position: absolute;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: 0 0;
    background-size: 200px;
}

.help_list .help_body:before {
    content: '';
    top: 14px;
    left: 10px;
    width: 10px;
    height: 11px;
    background-position: -85px -275px;
}

.help_list .help_body:after {
    content: 'A';
    top: 10px;
    left: 22px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background: #5f5e69;
}

.help_list .ico_arr_dn {
    position: absolute;
    top: 50%;
    left: auto;
    right: 7px;
    bottom: auto;
    width: 0;
    height: 0;
    border-top: 5px solid #757c88;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-top: -2px;
}

.help_list .ico_arr_up {
    position: absolute;
    top: 50%;
    left: auto;
    right: 7px;
    bottom: auto;
    width: 0;
    height: 0;
    border-bottom: 5px solid #ff6000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-top: -2px;
}

.help_write, .help_detail {
    overflow: hidden;
}

.help_write .dev_info, .help_detail .dev_info {
    margin: 0 7px;
}

.help_write .dev_info2, .help_detail .dev_info2 {
    margin: 0 7px 15px;
    padding-top: 5px;
    border-top: 1px solid #c9c9c9;
}

.help_write .tip, .help_detail .tip {
    margin-top: 20px;
    margin-bottom: 10px;
}

.help_write .chk_agree, .help_detail .chk_agree {
    font-weight: bold;
    line-height: 16px;
    display: inline-block;
    margin: 15px 0;
}

.help_write .done_msg, .help_write .done_box, .help_detail .done_msg, .help_detail .done_box {
    text-align: center;
}

.help_write .done_msg, .help_detail .done_msg {
    padding: 40px 0 30px;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.4;
}

.help_write .done_msg strong, .help_detail .done_msg strong {
    color: #ff6000;
}

.help_write .done_box, .help_detail .done_box {
    padding: 20px 30px;
    margin: 0 7px;
    background: #f8f8f8;
    line-height: 1.5;
}

.help_write .mymail, .help_detail .mymail {
    padding-top: 10px;
    font-weight: bold;
    color: #ff6000;
}

.help_write .form_box > .ip_elem:nth-of-type(1), .help_write .form_w > .ip_elem:nth-of-type(1), .help_detail .form_box > .ip_elem:nth-of-type(1), .help_detail .form_w > .ip_elem:nth-of-type(1) {
    line-height: normal;
    margin: 0 0 10px;
}

.help_write .form_box > .ip_elem .ip_text, .help_write .form_w > .ip_elem .ip_text, .help_detail .form_box > .ip_elem .ip_text, .help_detail .form_w > .ip_elem .ip_text {
    padding-left: 10px;
}

.help_write .form_w label, .help_detail .form_box label, .help_detail .form_w label {
    display: block;
    line-height: normal;
    padding: 0;
    margin: 10px 0 5px;
}

.qna_list, .event_list {
    margin: 0 7px;
    border-bottom: 1px solid #c9c9c9;
}

.qna_list a, .event_list a {
    display: block;
    position: relative;
    line-height: 16px;
    padding: 6px 40px 6px 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qna_list time, .event_list time {
    margin-top: 3px;
    font-size: 0.917em;
    color: #999;
}

.qna_list li, .event_list li {
    border-top: 1px solid #c9c9c9;
}

.qna_list .ico_arr_rgt, .event_list .ico_arr_rgt {
    position: absolute;
    top: 50%;
    left: auto;
    right: 5px;
    bottom: auto;
    width: 0;
    height: 0;
    border-left: 5px solid #757c88;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-top: -5px;
}

.event_list em {
    display: inline-block;
    border-radius: 3px;
    padding: 0 2px;
    background: #f05b5d;
    font-size: 0.917em;
    font-style: normal;
    color: #fff;
}

.qna_list a {
    padding-right: 75px;
}

.qna_list em {
    color: #ff6000;
    font-style: normal;
}

.qna_list strong {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
}

.qna_list strong.done {
    background: #ff6000;
    padding: 0 4px;
}

.qna_list strong.ing {
    padding: 0 4px;
    background: #999;
}

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

.board_list_page li {
    padding-left: 0;
    vertical-align: top;
    display: inline-block;
    margin: 0 2px;
}

.board_list_page li.on a {
    background: #ff6000;
    border-color: #ff6000;
    color: #fff;
}

.board_list_page li.pg_prev {
    margin-right: 3px;
}

.board_list_page li.pg_next {
    margin-left: 3px;
}

.board_list_page a {
    width: 24px;
    height: 25px;
    line-height: 25px;
    background: #f9f9f9;
    border: 1px solid #c9c9c9;
}

.board_list_page .ico_prv, .board_list_page .ico_nxt {
    vertical-align: top;
    display: inline-block;
    position: relative;
    top: 6px;
    width: 9px;
    height: 12px;
    overflow: hidden;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: 0 0;
    background-size: 200px;
    text-indent: -9999px;
}

.board_list_page .ico_prv {
    background-position: -155px -275px;
}

.board_list_page .ico_nxt {
    background-position: -165px -275px;
}

.board_list_wrap {
    padding-bottom: 50px;
}

.event_box {
    display: none;
}

.event_swiper {
    margin: 0 7px;
    border-radius: 6px;
    overflow: hidden;
}

.event_swiper a {
    display: block;
}

.event_swiper a img {
    width: 100%;
}

.event_swipe_pg {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: 5px;
    line-height: 19px;
}

.event_swipe_pg .swiper-pagination-switch {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}

.board_read_wrap {
    margin: 0 7px;
    word-break: break-all;
}

.board_read_wrap .title, .board_read_wrap .read_body {
    padding: 10px 5px;
    position: relative;
}

.board_read_wrap .title .btn_goGame, .board_read_wrap .read_body .btn_goGame {
    position: absolute;
    top: 60.01%;
    bottom: 68.92%;
    width: 100%;
}

.board_read_wrap .title {
    position: relative;
    line-height: 16px;
    border-top: 1px solid #c9c9c9;
}

.board_read_wrap .title time {
    display: block;
    margin-top: 3px;
    font-size: 0.917em;
    color: #999;
}

.board_read_wrap .title .category_tag {
    font-style: normal;
    color: #ff6000;
}

.board_read_wrap .title._qna {
    padding-right: 60px;
}

.board_read_wrap .title strong {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -10px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    padding: 0 4px;
}

.board_read_wrap .title strong.done {
    background: #ff6000;
}

.board_read_wrap .title strong.ing {
    background: #999;
}

.board_read_wrap .read_body, .board_read_wrap .read_question {
    line-height: 1.5;
}

.board_read_wrap .read_body p, .board_read_wrap .read_question p {
    padding-bottom: 10px;
}

.board_read_wrap .read_body {
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
}

.board_read_wrap .read_body .desc {
    padding-bottom: 10px;
}

.board_read_wrap .read_body .desc:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 2px;
    width: 10px;
    height: 11px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -85px -290px;
    background-size: 200px;
}

.board_read_wrap .read_body .desc em {
    color: #ff6000;
    font-style: normal;
    font-weight: bold;
}

.board_read_wrap .read_body .desc time {
    font-size: 0.917em;
    color: #999;
}

.board_read_wrap .read_body .answering {
    padding: 20px 0;
    text-align: center;
}

.board_read_wrap .read_body .empty {
    padding: 40px;
    text-align: center;
}

.board_read_wrap .read_body img {
    width: 100%;
    max-width: 480px;
    display: block;
    margin: auto;
}

.board_read_wrap .read_question {
    margin-bottom: 5px;
    padding: 10px 7px 0;
    background: #f8f8f8;
}

#modal_container, .modal_wrap {
    display: none;
    position: fixed;
    z-index: 1200;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
}

#modal_container.open, .modal_wrap.open {
    display: table;
    -webkit-animation: modal-open .4s forwards ease;
    -moz-animation: modal-open .4s forwards ease;
    -ms-animation: modal-open .4s forwards ease;
    -o-animation: modal-open .4s forwards ease;
    animation: modal-open .4s forwards ease;
}

#modal_container.close, .modal_wrap.close {
    display: table;
    -webkit-animation: modal-close .2s forwards ease;
    -moz-animation: modal-close .2s forwards ease;
    -ms-animation: modal-close .2s forwards ease;
    -o-animation: modal-close .2s forwards ease;
    animation: modal-close .2s forwards ease;
}

#modal_container._vertical_bot, .modal_wrap._vertical_bot {
    top: auto;
    height: auto;
}

#modal_container._vertical_bot .modal_box, .modal_wrap._vertical_bot .modal_box {
    vertical-align: bottom;
}

.modal_back {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

@-webkit-keyframes modal-open {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes modal-open {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes modal-open {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes modal-open {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes modal-close {
    0% {
        opacity: 1;
    }
    99% {
        opacity: 0;
    }
    100% {
        display: none;
        z-index: -1;
    }
}

@-o-keyframes modal-close {
    0% {
        opacity: 1;
    }
    99% {
        opacity: 0;
    }
    100% {
        display: none;
        z-index: -1;
    }
}

@-moz-keyframes modal-close {
    0% {
        opacity: 1;
    }
    99% {
        opacity: 0;
    }
    100% {
        display: none;
        z-index: -1;
    }
}

@keyframes modal-close {
    0% {
        opacity: 1;
    }
    99% {
        opacity: 0;
    }
    100% {
        display: none;
        z-index: -1;
    }
}

.modal_box {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.modal_inner {
    display: inline-block;
    position: relative;
}

.sns_modal {
    padding: 20px 20px 10px;
    border-radius: 10px;
    background: rgba(61, 65, 73, 0.9);
    color: #fff;
}

.sns_modal a {
    color: #fff;
}

.btn_modal_close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 26px;
    height: 26px;
    background: transparent;
    text-align: center;
}

.btn_modal_close i {
    display: inline-block;
    width: 18px;
    height: 19px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -160px -60px;
    background-size: 200px;
    text-indent: -9999px;
    text-align: left;
}

.sns_share_li {
    width: 240px;
    margin: auto;
}

.sns_share_li::after {
    content: '';
    clear: both;
    display: block;
}

.sns_share_li li {
    float: left;
    width: 80px;
    padding: 6px 0;
}

.sns_share_li i, .sns_share_li span {
    display: block;
}

.sns_share_li span {
    margin-top: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sns_share_li i {
    width: 49px;
    height: 49px;
    margin: auto;
    background-image: url(../image/sp_i7game_sns_v1.png);
    background-position: 0 0;
    background-size: 200px;
}

.sns_share_li i.ico_kt {
    background-position: 0 -145px;
}

.sns_share_li i.ico_wx {
    background-position: 0 -33px;
}

.sns_share_li i.ico_qq {
    background-position: -50px -33px;
}

.sns_share_li i.ico_ks {
    background-position: -150px -145px;
}

.sns_share_li i.ico_nt {
    background-position: 0 -195px;
}

.sns_share_li i.ico_wb {
    background-image: url(../image/sp_i7game_sns_v1.png);
    background-position: -100px -33px;
    background-size: 200px;
}

.photo_modal {
    overflow: hidden;
    margin: 20px;
    max-width: 480px;
    border: 2px solid #5f5e69;
    border-radius: 10px;
    background: #fff;
}

.photo_modal_head {
    position: relative;
    padding: 10px;
    min-height: 20px;
    background: #5f5e69;
    color: #fff;
    text-align: left;
    font-size: 1.167em;
}

.thm_choice_li {
    margin: 15px 10px;
}

.thm_choice_li::after {
    content: '';
    clear: both;
    display: block;
}

.thm_choice_li li {
    position: relative;
    float: left;
    width: 25%;
    margin-bottom: 9px;
}

.thm_choice_li .thm_file {
    background: #a9a9a9;
}

.thm_choice_li label, .thm_choice_li .thm_file {
    position: relative;
    display: block;
    max-width: 90px;
    margin: 0 5px;
}

.thm_choice_li #myimgfile {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.thm_choice_li input[type=radio] {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background: transparent;
    border-radius: 100%;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    opacity: 0;
}

.thm_choice_li input[type=radio]:checked {
    border: 2px solid #fe9729;
    -webkit-animation: photo-animation .2s 1 ease-out forwards;
    -moz-animation: photo-animation .2s 1 ease-out forwards;
    -ms-animation: photo-animation .2s 1 ease-out forwards;
    -o-animation: photo-animation .2s 1 ease-out forwards;
    animation: photo-animation .2s 1 ease-out forwards;
}

.thm_choice_li input[type=radio]:checked ~ img {
    -webkit-animation: photo-animation .2s 1 ease-out forwards;
    -moz-animation: photo-animation .2s 1 ease-out forwards;
    -ms-animation: photo-animation .2s 1 ease-out forwards;
    -o-animation: photo-animation .2s 1 ease-out forwards;
    animation: photo-animation .2s 1 ease-out forwards;
}

.thm_choice_li label img {
    width: 100%;
}

@-webkit-keyframes photo-animation {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@-moz-keyframes photo-animation {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@-ms-keyframes photo-animation {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@-o-keyframes photo-animation {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@keyframes photo-animation {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }
}

.event_modal {
    max-width: 270px;
    border-radius: 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    border: 1px solid #ff000c;
}

.event_modal img {
    width: 100%;
}

.event_modal._bottom {
    vertical-align: bottom;
}

.event_modal_btns {
    padding: 7px 0;
}

.event_modal_control {
    height: 16px;
    line-height: 16px;
    padding: 5px 7px;
    background-color: #444;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 0.75em;
}

.event_modal_control::after {
    content: '';
    clear: both;
    display: block;
}

.event_modal_control a, .event_modal_control button, .event_modal_control input {
    background: transparent;
}

.event_modal_control ._lft {
    float: left;
}

.event_modal_control ._rgt {
    float: right;
}

.event_modal_control .btn_today_stop {
    line-height: 16px;
    color: #fff;
    font-size: 1.25em;
}

.event_modal_control .btn_event_modal_close {
    line-height: 16px;
    color: #fff;
    font-size: 1.25em;
}

.event_141031 {
    width: 83%;
    max-width: none;
    margin-top: 20px;
    padding-top: 22px;
}

.event_141031 .event_modal_title {
    margin-top: -26px;
    padding-left: 8px;
    padding-right: 8px;
}

.event_141031 .event_modal_title img {
    width: 254px !important;
}

@media only screen and (min-device-width: 320px) and (orientation: landscape) {
    .event_141031 {
        max-width: 480px;
        margin-top: 15px;
    }

    .event_141031 img {
        width: 50%;
    }

    .event_141031 .event_modal_body::after {
        content: '';
        clear: both;
        display: block;
    }

    .event_141031 .event_modal_body p:nth-of-type(2), .event_141031 .event_modal_body p:nth-of-type(3) {
        float: left;
        width: 50%;
    }

    .event_141031 .event_modal_body p:nth-of-type(2) img, .event_141031 .event_modal_body p:nth-of-type(3) img {
        width: 100%;
    }

    .event_141031 .event_modal_body p:nth-of-type(3) {
        padding-top: 10px;
    }
}

.event_detail_modal_141031 {
    display: block;
}

.event_detail_modal_141031 .bottom_banner {
    position: relative;
    width: 100%;
    margin: auto;
}

.event_detail_modal_141031 img {
    width: 100%;
    max-width: 320px;
}

@media only screen and (min-device-width: 320px) and (orientation: landscape) {
    .event_detail_modal_141031 img {
        max-width: 240px;
    }
}

.event_detail_modal_141031 a {
    display: block;
}

.lv_exp_modal .font_orange {
    color: #ff6000;
}

.lv_exp_modal div strong {
    display: inline-block;
    font-size: 1.265em;
    margin-bottom: 10px;
}

.mission_modal .font_c_orange {
    color: #ff6000;
}

.mission_modal strong {
    display: block;
    font-size: 1.25em;
    margin-bottom: 20px;
}

.mission_modal .mission_txt {
    margin-bottom: 10px;
}

.mission_modal .mission_txt span {
    display: block;
    font-weight: bold;
}

.event_play_login_modal, .event_rank_modal, .myInfo_ability_modal, .lv_exp_modal, .shame_modal, .mission_modal, .evt_modal_in {
    padding-bottom: 20px;
    border: 2px solid #ff6000;
    border-radius: 5px;
    background-color: #fff;
}

.event_play_login_modal p, .event_rank_modal p, .myInfo_ability_modal p, .lv_exp_modal p, .shame_modal p, .mission_modal p, .evt_modal_in p {
    line-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.event_play_login_modal p strong, .event_rank_modal p strong, .myInfo_ability_modal p strong, .lv_exp_modal p strong, .shame_modal p strong, .mission_modal p strong, .evt_modal_in p strong {
    color: #ff6000;
}

.event_play_login_modal p img, .event_rank_modal p img, .myInfo_ability_modal p img, .lv_exp_modal p img, .shame_modal p img, .mission_modal p img, .evt_modal_in p img {
    max-width: 240px;
    height: auto;
}

.event_play_login_modal .titleBox, .event_rank_modal .titleBox, .myInfo_ability_modal .titleBox, .lv_exp_modal .titleBox, .shame_modal .titleBox, .mission_modal .titleBox, .evt_modal_in .titleBox {
    min-height: 35px;
    line-height: 35px;
    background-color: #ff6000;
    text-align: left;
    font-weight: bold;
    color: #fff;
    font-size: 1.25em;
    padding: 0 20px;
    margin-bottom: 20px;
}

.event_play_login_modal .modal_rankTxt, .event_rank_modal .modal_rankTxt, .myInfo_ability_modal .modal_rankTxt, .lv_exp_modal .modal_rankTxt, .shame_modal .modal_rankTxt, .mission_modal .modal_rankTxt, .evt_modal_in .modal_rankTxt {
    padding: 0 20px;
    padding-left: 40px;
}

.event_play_login_modal .modal_rankTxt li, .event_rank_modal .modal_rankTxt li, .myInfo_ability_modal .modal_rankTxt li, .lv_exp_modal .modal_rankTxt li, .shame_modal .modal_rankTxt li, .mission_modal .modal_rankTxt li, .evt_modal_in .modal_rankTxt li {
    list-style-type: disc;
    text-align: left;
}

.event_play_login_modal .btn_modal_close i, .event_rank_modal .btn_modal_close i, .myInfo_ability_modal .btn_modal_close i, .lv_exp_modal .btn_modal_close i, .shame_modal .btn_modal_close i, .mission_modal .btn_modal_close i, .evt_modal_in .btn_modal_close i {
    background-position: -160px -335px;
}

.event_play_login_modal .btns, .event_rank_modal .btns, .myInfo_ability_modal .btns, .lv_exp_modal .btns, .shame_modal .btns, .mission_modal .btns, .evt_modal_in .btns {
    padding-top: 15px;
}

.event_play_login_modal .btn_yes, .event_play_login_modal .btn_no, .event_play_login_modal .btn_ok, .event_play_login_modal .btn_goPlay, .event_rank_modal .btn_yes, .event_rank_modal .btn_no, .event_rank_modal .btn_ok, .event_rank_modal .btn_goPlay, .myInfo_ability_modal .btn_yes, .myInfo_ability_modal .btn_no, .myInfo_ability_modal .btn_ok, .myInfo_ability_modal .btn_goPlay, .lv_exp_modal .btn_yes, .lv_exp_modal .btn_no, .lv_exp_modal .btn_ok, .lv_exp_modal .btn_goPlay, .shame_modal .btn_yes, .shame_modal .btn_no, .shame_modal .btn_ok, .shame_modal .btn_goPlay, .mission_modal .btn_yes, .mission_modal .btn_no, .mission_modal .btn_ok, .mission_modal .btn_goPlay, .evt_modal_in .btn_yes, .evt_modal_in .btn_no, .evt_modal_in .btn_ok, .evt_modal_in .btn_goPlay {
    display: inline-block;
    min-width: 80px;
    height: 32px;
    line-height: 32px;
    margin: 0 2px;
    color: #fff !important;
    background: #ff6000;
    border-radius: 5px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    font-size: 1.25em;
    padding: 0 8px;
}

.event_play_login_modal .btn_yes, .event_rank_modal .btn_yes, .myInfo_ability_modal .btn_yes, .lv_exp_modal .btn_yes, .shame_modal .btn_yes, .mission_modal .btn_yes, .evt_modal_in .btn_yes {
    background: #0d79ff;
}

.event_play_login_modal .btn_b, .event_rank_modal .btn_b, .myInfo_ability_modal .btn_b, .lv_exp_modal .btn_b, .shame_modal .btn_b, .mission_modal .btn_b, .evt_modal_in .btn_b {
    overflow: hidden;
    padding-top: 20px;
}

.event_play_login_modal .btn_b .btn_ok, .event_rank_modal .btn_b .btn_ok, .myInfo_ability_modal .btn_b .btn_ok, .lv_exp_modal .btn_b .btn_ok, .shame_modal .btn_b .btn_ok, .mission_modal .btn_b .btn_ok, .evt_modal_in .btn_b .btn_ok {
    background: #ff6000;
    text-shadow: 0 0 0;
}

.event_play_login_modal .btn_b .btn_mybrain, .event_rank_modal .btn_b .btn_mybrain, .myInfo_ability_modal .btn_b .btn_mybrain, .lv_exp_modal .btn_b .btn_mybrain, .shame_modal .btn_b .btn_mybrain, .mission_modal .btn_b .btn_mybrain, .evt_modal_in .btn_b .btn_mybrain {
    display: inline-block;
    min-width: 80px;
    height: 32px;
    line-height: 32px;
    margin: 0 2px;
    color: #ff6000;
    background: #fff;
    border: 1px solid #ff6000;
    border-radius: 5px;
    font-size: 1.25em;
    padding: 0 8px;
}

.event_play_login_modal > div, .event_rank_modal > div, .myInfo_ability_modal > div, .lv_exp_modal > div, .shame_modal > div, .mission_modal > div, .evt_modal_in > div {
    padding: 0 20px;
}

.event_play_login_modal > div .ability_listBox, .event_rank_modal > div .ability_listBox, .myInfo_ability_modal > div .ability_listBox, .lv_exp_modal > div .ability_listBox, .shame_modal > div .ability_listBox, .mission_modal > div .ability_listBox, .evt_modal_in > div .ability_listBox {
    color: #ff6000;
    overflow: hidden;
}

.event_play_login_modal > div .ability_listBox li, .event_rank_modal > div .ability_listBox li, .myInfo_ability_modal > div .ability_listBox li, .lv_exp_modal > div .ability_listBox li, .shame_modal > div .ability_listBox li, .mission_modal > div .ability_listBox li, .evt_modal_in > div .ability_listBox li {
    display: inline-block;
}

.event_play_login_modal > div .ability_listBox li span, .event_rank_modal > div .ability_listBox li span, .myInfo_ability_modal > div .ability_listBox li span, .lv_exp_modal > div .ability_listBox li span, .shame_modal > div .ability_listBox li span, .mission_modal > div .ability_listBox li span, .evt_modal_in > div .ability_listBox li span {
    display: inline-block;
    margin-left: 2px;
}

.event_play_login_modal .box1 .txt_block, .event_rank_modal .box1 .txt_block, .myInfo_ability_modal .box1 .txt_block, .lv_exp_modal .box1 .txt_block, .shame_modal .box1 .txt_block, .mission_modal .box1 .txt_block, .evt_modal_in .box1 .txt_block {
    display: block;
}

.event_play_login_modal .box2 img, .event_rank_modal .box2 img, .myInfo_ability_modal .box2 img, .lv_exp_modal .box2 img, .shame_modal .box2 img, .mission_modal .box2 img, .evt_modal_in .box2 img {
    max-width: 160px;
    height: auto;
}

.event_play_login_modal .box3, .event_rank_modal .box3, .myInfo_ability_modal .box3, .lv_exp_modal .box3, .shame_modal .box3, .mission_modal .box3, .evt_modal_in .box3 {
    background-color: #f2f2f2;
    margin-top: 20px;
    margin-bottom: -20px;
    padding: 10px;
    border-top: 1px solid #e5e5e5;
}

@media only screen and (min-device-width: 320px) and (orientation: landscape) {
    .event_play_login_modal .box1 .txt_block, .event_rank_modal .box1 .txt_block, .myInfo_ability_modal .box1 .txt_block, .lv_exp_modal .box1 .txt_block, .shame_modal .box1 .txt_block, .mission_modal .box1 .txt_block, .evt_modal_in .box1 .txt_block {
        display: inline;
    }

    .event_play_login_modal .box2, .event_rank_modal .box2, .myInfo_ability_modal .box2, .lv_exp_modal .box2, .shame_modal .box2, .mission_modal .box2, .evt_modal_in .box2 {
        float: left;
        width: 42%;
        margin-top: 20px;
    }

    .event_play_login_modal .box3, .event_rank_modal .box3, .myInfo_ability_modal .box3, .lv_exp_modal .box3, .shame_modal .box3, .mission_modal .box3, .evt_modal_in .box3 {
        float: right;
        width: 44%;
        margin-top: 10px;
        margin-right: 20px;
        padding: 0;
        border: 0 none;
        overflow: hidden;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding: 15px 0;
        margin-bottom: 0;
    }

    .event_play_login_modal .box3 .font_s_italic, .event_rank_modal .box3 .font_s_italic, .myInfo_ability_modal .box3 .font_s_italic, .lv_exp_modal .box3 .font_s_italic, .shame_modal .box3 .font_s_italic, .mission_modal .box3 .font_s_italic, .evt_modal_in .box3 .font_s_italic {
        font-style: italic;
    }

    .event_play_login_modal .box3 .btn_ok, .event_rank_modal .box3 .btn_ok, .myInfo_ability_modal .box3 .btn_ok, .lv_exp_modal .box3 .btn_ok, .shame_modal .box3 .btn_ok, .mission_modal .box3 .btn_ok, .evt_modal_in .box3 .btn_ok {
        margin-top: 5px;
    }
}

.modal_table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.evt_modal_in {
    margin: 10px;
}

.evt_modal_in .font_c_orange {
    color: #ff6000;
}

.evt_modal_in .font_big {
    font-size: 1.2em;
    font-weight: bold;
}

.evt_modal_in .font_italic {
    font-style: italic;
}

.shame_modal .font_c_orange {
    color: #ff6000;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.25em;
}

.shame_modal .btns {
    padding-top: 0;
}

.event_rank_modal {
    margin: 7px;
}

.event_rank_modal .btn_view {
    display: inline-block;
    min-width: 80px;
    margin: 0 2px;
    color: #fff !important;
    background: #ff6000;
    border-radius: 5px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    padding: 0 20px;
    height: 40px;
    font-size: 1.25em;
}

.btn_close_circle {
    position: absolute;
    z-index: 10;
    top: 5px;
    right: 10px;
    width: 32px;
    height: 32px;
    background-color: transparent;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -189px -528px;
    background-size: 200px;
    background-size: 250px;
    text-indent: -9999px;
}

.btn_flat {
    display: inline-block;
    min-width: 90px;
    height: 31px;
    line-height: 31px;
    margin: 0 3px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 3px;
    box-sizing: border-box;
    text-align: center;
    color: #fff !important;
    font-size: 1em;
    font-weight: bold;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), inset 0 -1px 1px rgba(0, 0, 0, 0.7);
    background: gray;
}

.btn_flat._red {
    background: #ff101b;
}

.btn_flat._blue {
    background: #0f92ff;
}

.vs_ticket_modal_wrap {
    background: rgba(0, 0, 0, 0.5);
}

.vs_ticket_modal_wrap .modal_in {
    max-width: 300px;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #ff6000;
}

.vs_ticket_modal_wrap .modal_in header {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    background: #ff6000;
    text-align: left;
    position: relative;
}

.vs_ticket_modal_wrap .modal_in header .btn_modal_close {
    position: absolute;
    top: 0px;
    right: 5px;
    width: 26px;
    height: 26px;
    background: transparent;
    text-align: center;
}

.vs_ticket_modal_wrap .modal_in header .btn_modal_close i {
    display: inline-block;
    width: 18px;
    height: 19px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -160px -60px;
    background-size: 200px;
    text-indent: -9999px;
    text-align: left;
}

.vs_ticket_modal_wrap .modal_in .contents {
    padding: 20px 10px;
}

.vs_ticket_modal_wrap .modal_in .contents table {
    width: 100%;
    margin-bottom: 15px;
}

.vs_ticket_modal_wrap .modal_in .contents table tr:last-of-type td span {
    margin-bottom: 0;
}

.vs_ticket_modal_wrap .modal_in .contents table th, .vs_ticket_modal_wrap .modal_in .contents table td {
    width: 50%;
}

.vs_ticket_modal_wrap .modal_in .contents table th span, .vs_ticket_modal_wrap .modal_in .contents table td span {
    display: block;
    padding: 5px 0;
}

.vs_ticket_modal_wrap .modal_in .contents table th {
    background: #f49733;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #e48133;
    border-left: 2px solid #f9c996;
    border-top: 2px solid #f9c996;
    color: #fff;
    font-weight: bold;
    font-size: 1.25em;
    text-shadow: 2px 2px 1px #da7533;
    margin-bottom: 5px;
}

.vs_ticket_modal_wrap .modal_in .contents table th:nth-child(1) span {
    margin-right: 2px;
}

.vs_ticket_modal_wrap .modal_in .contents table th:nth-child(2) span {
    margin-left: 2px;
}

.vs_ticket_modal_wrap .modal_in .contents table td span {
    font-weight: bold;
    background: #fde6d9;
    margin: 5px 0;
}

.vs_ticket_modal_wrap .modal_in .contents table td:nth-child(odd) span {
    background: #fbd5bf;
}

.vs_ticket_modal_wrap .modal_in .contents p {
    text-align: left;
}

.pd_btm50 {
    padding-bottom: 50px;
}

.event_box_v2 li {
    padding: 10px 0;
    margin: 0 7px;
    border-bottom: 1px solid #c9c9c9;
}

.event_box_v2 li a {
    display: block;
    text-align: center;
}

.event_box_v2 li a .eventImg {
    height: 114px;
    border: 1px solid #c9c9c9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
}

.event_box_v2 li a .eventImg img {
    width: auto;
    height: 100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
}

.event_box_v2 li a .event_swiper {
    margin: 0;
}

.event_box_v2 li a .event_bottom_cont {
    margin-top: 10px;
    text-align: left;
}

.event_box_v2 li a .event_bottom_cont p {
    color: #666;
    line-height: 1.4;
    padding-left: 5px;
}

.event_box_v2 li a .event_bottom_cont .event_title {
    padding-left: 0;
}

.event_box_v2 li a .event_bottom_cont .event_title span {
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    padding: 2px 5px;
    margin-right: 5px;
    line-height: 1;
}

.event_box_v2 li a .event_bottom_cont .event_title .event_ing {
    background-color: #ff6000;
}

.event_box_v2 li a .event_bottom_cont .event_title .event_close {
    background-color: #999;
}

.event_box_v2 li:last-child {
    border-bottom: none;
}

.event_box_v2 .event_empty {
    padding: 100px 0;
    text-align: center;
}

.shareWrap {
    position: fixed;
    z-index: 50;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    background: rgba(0, 0, 0, 0.8);
    border-top: 3px solid #ff6000;
}
.shareWrap .btn_control {
    width: 19%;
    min-height: 28px;
    line-height: 2.25;
    padding: 5px 0;
    background-color: transparent;
    position: relative;
    outline: none;
    float: left;
}
.shareWrap .btn_share {
    float: right;
}
.shareWrap .bradius {
    padding: 10px;
    border: 1px solid #999;
    border-radius: 100%;
}
.shareWrap .btn_control i {
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    text-indent: -9999px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -106px -60px;
    background-size: 200px;
}
.shareWrap .btn_control .ico_share {
    background-position: -226px -51px;
    background-size: 250px;
}
.shareWrap .btn_control .ico_fav.on {
    background-position: -21px -535px;
}

.shareWrap .btn_goGame {
    min-height: 28px;
    position: relative;
    display: block;
    padding: 3px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ff6000;
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    width: 60%;
    float: right;
    line-height: 2.25;
}

.shareWrap .btn_goGame i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 30px;
    top: 2px;
    margin-right: 5px;
    vertical-align: top;
    text-indent: -9999px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: 0 0;
    background-size: 200px;
}

.shareWrap .btn_goGame i.ico_event {
    background-position: -145px -448px;
}

.daily_time, .weekly_time, .monthly_time, .total_time {
    text-align: center;
}

.daily_time a, .weekly_time a, .monthly_time a, .total_time a {
    color: #ff6000;
    font-weight: bold;
    font-size: 1.625em;
    height: 27px;
    line-height: 0.95;
    vertical-align: middle;
}

.daily_time span, .weekly_time span, .monthly_time span, .total_time span {
    display: inline-block;
    font-size: 1.2em;
    height: 27px;
    line-height: 1.65;
}

.daily_time .arrow_left, .weekly_time .arrow_left, .monthly_time .arrow_left, .total_time .arrow_left {
    margin-right: 5px;
}

.daily_time .arrow_right, .weekly_time .arrow_right, .monthly_time .arrow_right, .total_time .arrow_right {
    margin-left: 5px;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.mypage_wrap .maypage_top {
    text-align: right;
    background-color: #5f5e69;
    padding: 10px 8px 15px;
    overflow: hidden;
}

.mypage_wrap .maypage_top .btns a {
    min-width: 90px;
    background-color: #ababab;
    height: 26px;
    line-height: 26px;
    vertical-align: top;
}

.mypage_wrap .maypage_top .btns a span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: 5px;
    margin-right: 2px;
    background: url(../image/button_imgs_v2.png) no-repeat top center;
    background-size: 75px;
}

.mypage_wrap .maypage_top .btns .on {
    background-color: #fe680d;
}

.mypage_wrap .maypage_top .btns :nth-child(1) span {
    width: 16px;
    background-position: -56px 0;
}

.mypage_wrap .maypage_top .btns :nth-child(2) span {
    background-position: 2px 0;
}

.mypage_wrap .maypage_top .btns :nth-child(3) span {
    background-position: -18px 0;
}

@media only screen and (min-device-width: 320px) and (orientation: landscape) {
    .mypage_wrap .maypage_left {
        position: absolute;
        width: 30%;
        max-width: none;
        min-height: 100%;
        height: 100%;
        z-index: 40;
        padding: 0;
        top: 0;
        bottom: 0;
        left: 0;
    }

    .mypage_wrap .maypage_left .mypage_control {
        padding: 10px 0;
    }

    .mypage_wrap .maypage_left .side_myinfo {
        position: static;
        width: auto;
    }

    .mypage_wrap .maypage_left .side_myinfo .btns {
        text-align: center;
    }

    .mypage_wrap .maypage_left .side_myinfo .btns a {
        display: block;
        clear: both;
        width: 80px;
        margin: 5px auto;
    }

    .mypage_wrap .maypage_right {
        /*float: right;*/
        /*width: 70%;*/
    }
}

.mypage_wrap .mypage_exp_box {
    background-color: #f5f5f5;
    padding: 10px 8px 15px;
    overflow: hidden;
    padding: 25px 8px 12px;
}

.mypage_wrap .mypage_exp_box .lv_txtBox {
    overflow: hidden;
}

.mypage_wrap .mypage_exp_box .lv_txtBox p {
    height: 22px;
    padding-top: 4px;
}

.mypage_wrap .mypage_exp_box .lv_txtBox .lv_infoBtn {
    display: inline-block;
    text-align: center;
    border: 1px solid #b2b2b2;
    background: #f0f0f0;
    background: -moz-linear-gradient(top, #fff 0%, #fff 50%, #f0f0f0 50%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(50%, #fff), color-stop(50%, #f0f0f0), color-stop(100%, #f0f0f0));
    background: -webkit-linear-gradient(top, #fff 0%, #fff 50%, #f0f0f0 50%, #f0f0f0 100%);
    background: -o-linear-gradient(top, #fff 0%, #fff 50%, #f0f0f0 50%, #f0f0f0 100%);
    background: -ms-linear-gradient(top, #fff 0%, #fff 50%, #f0f0f0 50%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #fff 50%, #f0f0f0 50%, #f0f0f0 100%);
    border-radius: 5px;
    line-height: 20px;
    padding: 2px 4px;
    height: 20px;
    font-size: 0.825em;
}

.mypage_wrap .mypage_exp_box .gauge {
    width: 100%;
    height: 20px;
    background-color: #d7d7d7;
    margin: 5px 0;
}

.mypage_wrap .mypage_exp_box .gauge p {
    width: 90%;
    height: 20px;
    background-color: #fecb00;
    text-indent: -9999px;
}

.mypage_wrap .mypage_tab_nav ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.mypage_wrap .mypage_tab_nav ul li {
    display: table-cell;
    width: 100%;
    text-align: center;
}

.mypage_wrap .mypage_tab_nav ul li a {
    display: block;
    padding: 10px 0;
    border-bottom: 2px solid #5f5e69;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.125em;
}

.mypage_wrap .mypage_tab_nav ul .on a {
    border-bottom-color: #ff6000;
}

.mypage_wrap .tabs_container .tabs_content {
    padding: 15px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mypage_wrap .tabs_container .tabs_content table {
    width: 100%;
}

.mypage_wrap .tabs_container .tabs_content table thead {
    border: 1px solid #c5c5c5;
    background-color: #f4f4f4;
}

.mypage_wrap .tabs_container .tabs_content table thead th div {
    padding: 10px 0;
}

.mypage_wrap .tabs_container .tabs_content table tbody tr td {
    text-align: center;
    border-bottom: 1px solid #c9c9c9;
}

.mypage_wrap .tabs_container .tabs_content table tbody tr td .font_c_orange {
    color: #ff6000;
}

.mypage_wrap .tabs_container .tabs_content table tbody tr td div {
    padding: 10px 0;
}

.mypage_wrap .tabs_container .tabs_content table tbody tr td .empty_text {
    position: relative;
    display: table;
    width: 100%;
    height: 190px;
    text-align: center;
}

.mypage_wrap .tabs_container .tabs_content table tbody tr td .empty_text span {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 20px;
}

.mypage_wrap .tabs_container .tabs_content table tbody tr td .empty_text span img {
    width: 70%;
    height: auto;
}

.mypage_wrap .tabs_container .tabs_content table tbody tr td .empty_text .btns {
    position: absolute;
    bottom: 25%;
    left: 0;
    right: 0;
}

.mypage_wrap .tabs_container .tabs_content table tbody tr td .t_date {
    font-weight: 700;
}

.mypage_wrap .tabs_container .tabs_content .exp_history_table thead tr th {
    width: 33.3%;
}

.mypage_wrap .tabs_container .tabs_content.rank_tabs_cont table thead th div {
    padding: 0;
}

.mypage_wrap .tabs_container .tabs_content.rank_tabs_cont table tbody tr td div {
    padding: 0;
}

.mypage_wrap .tabs_container .tabs_content.rank_tabs_cont table tbody tr td .btns a {
    max-width: 40px;
    padding: 0 18px;
}

.mypage_wrap .tabs_container .tabs_content.rank_tabs_cont table tbody tr td .thm {
    width: 75px;
    height: 75px;
}

.mypage_wrap .tabs_container .tabs_content.rank_tabs_cont table tbody tr .nick {
    padding: 0 1em;
    text-align: left;
}

.mypage_wrap .tabs_container .tabs_content.rank_tabs_cont table tbody tr .nick .arr {
    text-align: left;
}

.mypage_wrap .tabs_container .tabs_content.rank_tabs_cont table tbody tr:last-child td {
    border-bottom: 0 none !important;
}

.mypage_wrap .tabs_container .exp_history_time, .mypage_wrap .mypage_history_tab .tabs_container .balance_history_time {
    margin-bottom: 15px;
    text-align: center;
}

.mypage_wrap .tabs_container .exp_history_time a, .mypage_wrap .mypage_history_tab .tabs_container .balance_history_time a {
    color: #ff6000;
    font-weight: bold;
    font-size: 1.625em;
    height: 27px;
    line-height: 0.95;
    vertical-align: middle;
}

.mypage_wrap .tabs_container .exp_history_time .daily_arrow_left, .mypage_wrap .mypage_history_tab .tabs_container .balance_history_time .daily_arrow_left {
    margin-right: 5px;
}

.mypage_wrap .tabs_container .exp_history_time .daily_arrow_right, .mypage_wrap .mypage_history_tab .tabs_container .balance_history_time .daily_arrow_right {
    margin-left: 5px;
}

.mypage_wrap .tabs_container .exp_history_time span, .mypage_wrap .mypage_history_tab .tabs_container .balance_history_time span {
    display: inline-block;
    font-size: 1.2em;
    height: 27px;
    line-height: 1.65;
}

#help_game_dev {
    padding-top: 50px;
}

.cooperate_write .btn_go_qna {
    display: block;
    margin: 0 15px;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 4px;
    text-align: center;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #e3e3e3 50%, #d8d8d8 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #e3e3e3 50%, #d8d8d8 100%);
    background: linear-gradient(to bottom, #fff 0%, #e3e3e3 50%, #d8d8d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d8d8d8', GradientType=0);
    min-width: 68px;
    height: 20px;
    line-height: 20px;
    font-weight: normal;
}

.cooperate_write .btn_go_qna::after {
    content: '';
    clear: both;
    display: block;
}

.mission_box {
    background-color: #f8f8f8;
}

.mission_txtBox {
    overflow: hidden;
    height: 30px;
    margin-bottom: 20px;
    color: #ff6000;
    padding: 4px 8px 0;
}

.mission_txtBox > p {
    height: 22px;
    padding-top: 2px;
    font-weight: bold;
    line-height: 22px;
}

.mission_txtBox .floatL {
    padding-top: 4px;
}

.mission_txtBox .mission_infoBtn {
    display: inline-block;
    text-align: center;
    border: 2px solid #ff6000;
    border-radius: 5px;
    line-height: 16px;
    width: 16px;
    height: 16px;
    font-size: 0.825em;
    position: relative;
    top: 2px;
    margin-left: 5px;
}

.mission_txtBox .mission_infoBtn a {
    display: block;
    color: #ff6000;
}

.missionListWrap {
    padding: 0 8px;
}

.missionListWrap .missionListBox li {
    position: relative;
    background: url(../image/missionbox_bg3.png) 0 0 no-repeat;
    background-size: 100% 100%;
    padding-bottom: 40px;
    border: 5px solid silver;
    border-radius: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.missionListWrap .missionListBox li .mission_titleBox {
    position: relative;
    top: -10px;
    width: 90%;
    margin: 0 auto;
    background-color: silver;
    color: #fff;
    border-radius: 20px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
}

.missionListWrap .missionListBox li .mission_titleBox span {
    float: left;
    width: 40%;
    background-color: #fb7617;
    border-radius: 20px;
    font-size: 0.96em;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.missionListWrap .missionListBox li .mission_titleBox span .icon_n {
    float: left;
    position: relative;
    top: 2px;
    left: 3px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #fff;
    text-align: center;
    line-height: 20px;
    color: #fb7617;
    font-style: normal;
    font-weight: bold;
    margin-right: 3px;
}

.missionListWrap .missionListBox li .mission_titleBox em {
    display: inline-block;
    float: right;
    width: 60%;
    font-style: normal;
}

.missionListWrap .missionListBox li .mission_cont {
    display: table;
    width: 100%;
    color: #fff;
    text-align: center;
}

.missionListWrap .missionListBox li .mission_cont p {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-align: center;
}

.missionListWrap .missionListBox li .mission_cont p button {
    width: 100%;
    color: #4b4b4b;
    font-weight: bold;
    min-height: 60px;
    background: url(../image/btn_mission_off.png) center no-repeat;
    background-size: auto 100%;
    outline: 0 none;
    font-size: 1.15em;
}

.missionListWrap .missionListBox li .mission_cont p:nth-child(1) {
    width: 45%;
}

.missionListWrap .missionListBox li .mission_cont p:nth-child(2) {
    width: 30%;
    text-transform: uppercase;
    color: #fe680d;
    font-weight: bold;
}

.missionListWrap .missionListBox li .mission_cont p:nth-child(3) {
    width: 25%;
}

.missionListWrap .missionListBox li .mission_cont .mission_on button {
    color: #fff;
    background: url(../image/btn_mission_on.png) center no-repeat;
    background-size: auto 100%;
}

.missionListWrap .missionListBox li .mission_cont .ms_playGameBox > a {
    display: table;
    color: #fff;
    height: 50px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.missionListWrap .missionListBox li .mission_cont .ms_playGameBox > a .ms_playImgBox {
    display: -webkit-box;
    width: 65px;
    height: 50px;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    background: url(../image/thum_1414556785.png) center no-repeat;
    background-size: cover;
    text-indent: -9999px;
    margin: 0 auto;
}

.missionListWrap .missionListBox li .mission_cont .ms_playGameBox > a .ms_playTxt {
    padding-left: 5px;
    line-height: 1.2;
    padding-top: 5px;
    display: inline-block;
}

.missionListWrap .missionListBox li .mission_cont .enjoy_gameBox {
    padding-top: 10px;
    height: 40px;
    line-height: 40px;
}

.missionListWrap .missionListBox li .mission_cont .enjoy_gameBox span {
    margin-left: 5px;
    color: #fe680d;
}

.missionListWrap .missionListBox li .mission_gauge {
    position: absolute;
    bottom: 10px;
    height: 20px;
    background-color: #111;
    width: 95%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
}

.missionListWrap .missionListBox li .mission_gauge .gauge_txt {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    padding: 0;
}

.missionListWrap .missionListBox li .mission_gauge .gauge_percent {
    width: 33.3333%;
    height: 20px;
    text-indent: -9999px;
    border-radius: 20px;
    overflow: hidden;
    background: #9fe238;
    background: -moz-linear-gradient(left, #9fe238 0%, #87dd46 33%, #37cd76 62%, #0ec58e 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #9fe238), color-stop(33%, #87dd46), color-stop(62%, #37cd76), color-stop(100%, #0ec58e));
    background: -webkit-linear-gradient(left, #9fe238 0%, #87dd46 33%, #37cd76 62%, #0ec58e 100%);
    background: -o-linear-gradient(left, #9fe238 0%, #87dd46 33%, #37cd76 62%, #0ec58e 100%);
    background: -ms-linear-gradient(left, #9fe238 0%, #87dd46 33%, #37cd76 62%, #0ec58e 100%);
    background: linear-gradient(to right, #9fe238 0%, #87dd46 33%, #37cd76 62%, #0ec58e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9fe238', endColorstr='#0ec58e', GradientType=1);
}

.missionListWrap .missionListBox .pd_btm30 {
    padding-bottom: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .ms_playImgBox, .ms_playTxt {
        display: block;
    }
}

.mission_listBox li {
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
}

.mission_listBox li > p {
    font-weight: bold;
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 8px 5px;
    margin-bottom: 10px;
}

.mission_listBox li > div {
    overflow: hidden;
    position: relative;
}

.mission_listBox li > div > p {
    float: left;
    width: 50%;
}

.mission_listBox li > div > p.mission_tip_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    background: url(../image/mission_tip.png) no-repeat;
    background-size: contain;
}

.mission_listBox li > div > p.mission_tip_bg .mission_txt {
    display: block;
    padding: 4% 6% 4% 12%;
    font-weight: bold;
}

.mission_listBox li > div > p.mission_tip_bg .mission_txt strong {
    display: block;
}

@media screen and (max-width: 500px) {
    .mission_listBox li > div > p.mission_tip_bg .mission_txt {
        font-size: 0.725em;
    }

    .mission_listBox li > div > p.mission_tip_bg .mission_txt strong {
        display: inline;
    }
}

.i7game_imgBanner {
    height: 55px;
    text-align: center;
    background-color: #fff;
}

.i7game_imgBanner a {
    display: block;
    width: 100%;
    height: inherit;
}

.i7game_imgBanner a img {
    height: inherit;
    width: 320px;
}

.btn_modal_close_read, .btn_modal_close_event, .event_play_login_modal .btn_modal_close, .btn_modal_close_mission {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 26px;
    height: 26px;
    background: transparent;
    text-align: center;
}

.btn_modal_close_read i, .btn_modal_close_event i, .event_play_login_modal .btn_modal_close i, .btn_modal_close_mission i {
    display: inline-block;
    width: 18px;
    height: 19px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -160px -60px;
    background-size: 200px;
    text-indent: -9999px;
    text-align: left;
}

.page_modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1200;
    background: #fff;
}

.page_modal > section {
    position: absolute;
    top: 35px;
    bottom: 0px;
    left: 0;
    right: 0;
    overflow: hidden;
}

.page_modal ._title {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 35px;
    line-height: 35px;
    background-color: #ff6000;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 1.25em;
    padding: 0 20px;
    z-index: 100;
}

.page_modal ._title .btn_modal_close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 26px;
    height: 26px;
    background: transparent;
    text-align: center;
}

.page_modal ._title .btn_modal_close i {
    display: inline-block;
    width: 18px;
    height: 19px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -160px -60px;
    background-size: 200px;
    text-indent: -9999px;
    text-align: left;
}

.page_modal ._title .btn_back {
    display: block;
    position: absolute;
    left: 0px;
    top: 2px;
    width: 45px;
    height: 30px;
    border-right: 1px solid #bc4701;
    text-indent: -9999px;
    background-color: transparent;
}

.page_modal ._title .btn_back i {
    display: block;
    position: relative;
    top: 0;
    left: 16px;
    width: 8px;
    height: 16px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -148px -763px;
    background-size: 200px;
}

.page_modal .inner {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.page_modal .inner .content {
    padding: 15px 10px 10px;
    line-height: 1.5;
}

.page_modal dl {
    overflow: hidden;
    margin: 15px 0;
}

.page_modal dl dt {
    color: #ff6000;
    font-weight: bold;
    font-size: 1.15em;
}

.page_modal dl dd.brain_graph_img {
    padding: 20px 15%;
    text-align: center;
    border-bottom: 1px solid #c5c5c5;
}

.page_modal dl dd.brain_graph_img img {
    width: 100%;
    height: auto;
}

.page_modal dl dd.brain_graph_img._en {
    padding: 20px 5%;
}

.page_modal dl:first-child {
    margin: 0;
}

.page_modal .silver_box {
    background: #f4f4f4;
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0;
}

.page_modal .silver_box > div {
    padding: 20px 10px;
}

.page_modal .silver_box > div p {
    display: table-cell;
    vertical-align: middle;
}

.page_modal .silver_box > div .btn_view {
    min-width: 95px;
    padding: 5px;
    color: #fff;
    font-size: 0.825em;
    background: #ff6000;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 10px;
}

.modal_wrap_lv, .modal_wrap_prize {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    overflow-y: auto;
    z-index: 1200;
    background: #fff;
}

.modal_wrap_lv .level_modal_inner, .modal_wrap_lv .mission_modal_inner, .modal_wrap_prize .level_modal_inner, .modal_wrap_prize .mission_modal_inner {
    background: #fff;
    width: 100%;
    overflow: hidden;
}

.modal_wrap_lv .level_modal_inner .lv_box .lv_title, .modal_wrap_lv .mission_modal_inner .lv_box .lv_title, .modal_wrap_prize .level_modal_inner .lv_box .lv_title, .modal_wrap_prize .mission_modal_inner .lv_box .lv_title {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 35px;
    line-height: 35px;
    background-color: #ff6000;
    text-align: left;
    font-weight: bold;
    color: #fff;
    font-size: 1.25em;
    padding: 0 20px;
    z-index: 100;
}

.modal_wrap_lv .level_modal_inner .lv_box .lv_title .btn_modal_close, .modal_wrap_lv .mission_modal_inner .lv_box .lv_title .btn_modal_close, .modal_wrap_prize .level_modal_inner .lv_box .lv_title .btn_modal_close, .modal_wrap_prize .mission_modal_inner .lv_box .lv_title .btn_modal_close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 26px;
    height: 26px;
    background: transparent;
    text-align: center;
}

.modal_wrap_lv .level_modal_inner .lv_box .lv_title .btn_modal_close i, .modal_wrap_lv .mission_modal_inner .lv_box .lv_title .btn_modal_close i, .modal_wrap_prize .level_modal_inner .lv_box .lv_title .btn_modal_close i, .modal_wrap_prize .mission_modal_inner .lv_box .lv_title .btn_modal_close i {
    display: inline-block;
    width: 18px;
    height: 19px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -160px -60px;
    background-size: 200px;
    text-indent: -9999px;
    text-align: left;
}

.modal_wrap_lv .level_modal_inner .lv_box .lv_boxCont, .modal_wrap_lv .mission_modal_inner .lv_box .lv_boxCont, .modal_wrap_prize .level_modal_inner .lv_box .lv_boxCont, .modal_wrap_prize .mission_modal_inner .lv_box .lv_boxCont {
    padding: 60px 10px 25px;
}

.modal_wrap_lv .level_modal_inner .lv_box .lv_boxCont > div, .modal_wrap_lv .mission_modal_inner .lv_box .lv_boxCont > div, .modal_wrap_prize .level_modal_inner .lv_box .lv_boxCont > div, .modal_wrap_prize .mission_modal_inner .lv_box .lv_boxCont > div {
    padding: 20px 10px;
}

.modal_wrap_lv .level_modal_inner .lv_box .lv_boxCont > div:first-child, .modal_wrap_lv .mission_modal_inner .lv_box .lv_boxCont > div:first-child, .modal_wrap_prize .level_modal_inner .lv_box .lv_boxCont > div:first-child, .modal_wrap_prize .mission_modal_inner .lv_box .lv_boxCont > div:first-child {
    padding-top: 0;
}

.modal_wrap_lv .level_modal_inner .lv_box .lv_boxCont > div dl dt, .modal_wrap_lv .mission_modal_inner .lv_box .lv_boxCont > div dl dt, .modal_wrap_prize .level_modal_inner .lv_box .lv_boxCont > div dl dt, .modal_wrap_prize .mission_modal_inner .lv_box .lv_boxCont > div dl dt {
    font-weight: bold;
    color: #ff6000;
    margin-bottom: 10px;
}

.modal_wrap_lv .level_modal_inner .lv_box .lv_boxCont > div dl dd, .modal_wrap_lv .mission_modal_inner .lv_box .lv_boxCont > div dl dd, .modal_wrap_prize .level_modal_inner .lv_box .lv_boxCont > div dl dd, .modal_wrap_prize .mission_modal_inner .lv_box .lv_boxCont > div dl dd {
    line-height: 1.5;
    margin-bottom: 5px;
}

.modal_wrap_lv .level_modal_inner .lv_box .lv_boxCont > div dl dd .icon_check, .modal_wrap_lv .mission_modal_inner .lv_box .lv_boxCont > div dl dd .icon_check, .modal_wrap_prize .level_modal_inner .lv_box .lv_boxCont > div dl dd .icon_check, .modal_wrap_prize .mission_modal_inner .lv_box .lv_boxCont > div dl dd .icon_check {
    float: left;
    margin-top: 3px;
}

.modal_wrap_lv .level_modal_inner .lv_box .lv_boxCont .lv_boxCont_line, .modal_wrap_lv .mission_modal_inner .lv_box .lv_boxCont .lv_boxCont_line, .modal_wrap_prize .level_modal_inner .lv_box .lv_boxCont .lv_boxCont_line, .modal_wrap_prize .mission_modal_inner .lv_box .lv_boxCont .lv_boxCont_line {
    height: 1px;
    border: 0 none;
    background-color: #c5c5c5;
}

.modal_wrap_lv .level_modal_inner .lv_box .lv_boxCont .exp_getBox dl dd .exp_getList li, .modal_wrap_lv .mission_modal_inner .lv_box .lv_boxCont .exp_getBox dl dd .exp_getList li, .modal_wrap_prize .level_modal_inner .lv_box .lv_boxCont .exp_getBox dl dd .exp_getList li, .modal_wrap_prize .mission_modal_inner .lv_box .lv_boxCont .exp_getBox dl dd .exp_getList li {
    float: left;
    width: 50%;
    margin-bottom: 10px;
}

.modal_wrap_lv .level_modal_inner .lv_box .lv_boxCont .exp_getBox dl dd img, .modal_wrap_lv .mission_modal_inner .lv_box .lv_boxCont .exp_getBox dl dd img, .modal_wrap_prize .level_modal_inner .lv_box .lv_boxCont .exp_getBox dl dd img, .modal_wrap_prize .mission_modal_inner .lv_box .lv_boxCont .exp_getBox dl dd img {
    width: 100%;
    height: auto;
}

.reply_modal ._title {
    text-align: left;
}

.reply_modal .inner .top_cont {
    background-color: #ececec;
    padding: 20px 10px;
}

.reply_modal .inner .btm_cont {
    padding: 20px 10px;
}

.reply_modal .inner .btm_cont h2 {
    font-size: 1em;
}

.reply_modal .inner .btm_cont .font_c_orange {
    color: #ff6000;
}

.reply_modal .inner .btm_cont .cont_listBox {
    margin-top: 5px;
}

.reply_modal .inner .btm_cont .cont_listBox li {
    margin-bottom: 15px;
}

.reply_modal .inner .btm_cont .cont_listBox li dl dt {
    margin-bottom: 5px;
    color: #333;
    font-size: inherit;
    font-weight: 100;
}

.m_modal_zipcode {
    display: none;
    position: fixed;
    z-index: 1100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #707070;
}

.m_modal_zipcode .modal_wrap_zipcode {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 95%;
    margin: auto;
    background: #fff;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
    border: 2px solid #ff6000;
    overflow: hidden;
}

.m_modal_zipcode .modal_wrap_zipcode .zipcode_title {
    min-height: 35px;
    line-height: 35px;
    background-color: #ff6000;
    text-align: left;
    font-weight: bold;
    color: #fff;
    font-size: 1.25em;
    padding: 0 20px;
    margin-bottom: 20px;
}

@media (min-width: 479px) {
    .m_modal_zipcode .modal_wrap {
        width: 470px;
    }
}

.m_modal_zipcode #zip_closed {
    width: 100%;
}

#modal_kt {
    background: rgba(61, 65, 73, 0.9);
}

.kt_check_modal {
    position: relative;
    border: 1px solid #cacaca;
    border-radius: 5px;
    padding: 40px 15px;
    margin: 10px;
    background-color: #fff;
}

.kt_check_modal .title {
    font-size: 25px;
}

.kt_check_modal .btn_kt_close {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 20px;
}

.kt_check_modal .kt_check_modal_cont {
    margin: 30px 0;
}

.kt_check_modal .btn_kt_modal_okBox .btn_kt_modal_ok {
    display: block;
    width: 230px;
    height: 48px;
    line-height: 48px;
    background-color: #e02828;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    border-radius: 5px;
}

.kt_check_modal .font_c_red {
    color: #e02828;
}

#event_join_modal .cont_list li {
    border-bottom: 1px dashed #7f7f7f;
    padding: 15px 0;
    overflow: hidden;
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 5px;
}

#event_join_modal .cont_list li::after {
    content: '';
    clear: both;
    display: block;
}

#event_join_modal .cont_list li p {
    position: relative;
    padding-left: 30px;
    padding-right: 5px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

#event_join_modal .cont_list li p .num {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
    background: #7f7f7f;
    color: #fff;
    text-align: center;
    line-height: 25px;
}

#event_join_modal .cont_list li p.img_b {
    width: 94px;
    overflow: hidden;
    text-align: right;
    padding: 0;
}

#event_join_modal .cont_list li p.img_b img {
    width: 100%;
    height: auto;
}

#event_join_modal .tit {
    font-weight: bold;
    color: #ff6000;
    font-size: 1.25em;
    padding: 5px 0;
}

#event_join_modal .txt_list {
    padding-left: 20px;
}

#event_join_modal .txt_list li {
    list-style-type: disc;
}

.hide {
    position: absolute;
    left: -9999px;
    line-height: 0;
    height: 0;
    visibility: hidden;
}

.cooperate_write .cpt_top {
    padding-bottom: 12px;
}

.cooperate_write .fileBox {
    margin-top: 10px;
    margin-bottom: 10px;
}

.cooperate_write .fileBox .custom-file-input-ko, .cooperate_write .fileBox .custom-file-input-en, .cooperate_write .fileBox .custom-file-input-jp, .cooperate_write .fileBox .custom-file-input-cn {
    padding-left: 30px;
}

.cooperate_write .fileBox .custom-file-input-ko::-webkit-file-upload-button, .cooperate_write .fileBox .custom-file-input-jp::-webkit-file-upload-button, .cooperate_write .fileBox .custom-file-input-en::-webkit-file-upload-button, .cooperate_write .fileBox .custom-file-input-cn::-webkit-file-upload-button {
    visibility: hidden;
}

.cooperate_write .fileBox .custom-file-input-ko::before, .cooperate_write .fileBox .custom-file-input-jp::before, .cooperate_write .fileBox .custom-file-input-en::before, .cooperate_write .fileBox .custom-file-input-cn::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    content: '파일선택';
    display: inline-block;
    background: #999;
    border-radius: 3px;
    padding: 3px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 10pt;
    color: #fff;
    width: 80px;
}

.cooperate_write .fileBox .custom-file-input-jp::before, .cooperate_write .fileBox .custom-file-input-en::before, .cooperate_write .fileBox .custom-file-input-cn::before {
    content: "Upload a file";
}

.cooperate_write .fileBox .custom-file-input-ko:hover::before, .cooperate_write .fileBox .custom-file-input-jp:hover::before, .cooperate_write .fileBox .custom-file-input-en:hover::before, .cooperate_write .fileBox .custom-file-input-cn:hover::before {
    border-color: black;
}

.cooperate_write .fileBox .custom-file-input-ko:active::before, .cooperate_write .fileBox .custom-file-input-jp:active::before, .cooperate_write .fileBox .custom-file-input-en:active::before, .cooperate_write .fileBox .custom-file-input-cn:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.cooperate_write .dev_info {
    margin: 0;
}

.cooperate_write .dev_info li:first-child {
    margin-top: 5px;
}

.cooperate_write #box_ad_detail {
    padding: 10px;
    position: relative;
    text-align: center;
}

.cooperate_write #box_ad_detail img {
    width: 100%;
    max-width: 640px;
}

.cooperate_write #box_ad_detail .close {
    position: absolute;
    background-color: red;
    top: 87%;
    left: 18%;
    width: 67.5%;
    height: 6.5%;
    opacity: 0;
}

.app_item {
    width: auto !important;
    margin-bottom: 15px;
}

.app_item header {
    padding: 15px 7px;
}

.app_item .sml_thm {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 3px;
}

.app_item h3 {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -1px;
}

.app_item h4 {
    padding-top: 5px;
    font-size: 13px;
    color: #777;
}

.app_item .txt {
    line-height: 18px;
    padding: 0 10px 15px;
    word-break: break-all;
    height: auto;
    padding-top: 0;
    text-align: left;
}

.app_item .big_thm {
    width: 100%;
    border-top: 1px solid #cacdd2;
    border-bottom: 1px solid #cacdd2;
}

.app_item .desc {
    background: #f0f0f0;
    padding: 10px 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.app_item .app_info {
    display: table-cell;
    vertical-align: middle;
    width: 48%;
    padding-left: 2%;
}

.app_item .app_info li {
    line-height: 20px;
    color: #888;
    width: auto !important;
    float: none !important;
    margin-bottom: 0 !important;
}

.app_item .download_app {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.app_item .download_app li {
    width: 100%;
    margin-bottom: 0;
}

.app_item .download_app span {
    display: block;
    height: 30px;
    padding: 5px 0;
    background: #e72220;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    letter-spacing: -1px;
}

.app_item .download_app b {
    display: block;
    height: 12px;
    margin-bottom: 4px;
    line-height: 1;
}

.app_item .download_app i {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    vertical-align: top;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: 0 0;
    background-size: 200px;
    background-position: 24px 12px;
}

.app_item header:after, .app_item .download_app:after, .app_item .desc:after {
    content: '';
    clear: both;
    display: block;
}

.exp_list_box > li {
    overflow: hidden;
    border: 1px solid #dedede;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 0.825em;
}

.exp_list_box > li .exp_li_cont_box {
    display: table;
    table-layout: fixed;
    padding: 10px;
}

.exp_list_box > li .exp_li_cont_box .left_img_box {
    display: table-cell;
    vertical-align: middle;
    width: 80px;
}

.exp_list_box > li .exp_li_cont_box > ul {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.exp_list_box > li .exp_li_cont_box > ul li .icon_check {
    width: 13px !important;
    height: auto;
    vertical-align: middle;
    margin-right: 5px;
}

.game_mode_box {
    overflow: hidden;
    display: inline-block;
    margin-top: 15px;
    width: 100%;
}

.game_mode_box .game_mode_list {
    width: 90%;
    margin: 0 auto;
}

.game_mode_box .game_mode_list li {
    position: relative;
    height: 54px;
    text-align: center;
    background: #fe680d;
    border: 3px solid #fff;
    border-radius: 10px;
    display: table;
    table-layout: fixed;
    width: 46%;
    margin: 0 2%;
    float: left;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.game_mode_box .game_mode_list li .curtain_white {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 50%;
    background: rgba(255, 255, 255, 0.3);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    text-indent: -9999px;
}

.game_mode_box .game_mode_list li > a {
    font-weight: bold;
    font-size: 2em;
    color: #fff;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-shadow: 0 1px 3px #333;
}

.game_mode_box .game_mode_list li > a span {
    display: inline-block;
    height: 34px;
    vertical-align: middle;
}

.game_mode_box .game_mode_list li .userImg {
    display: inline-block;
    width: 34px;
    height: 34px;
    border: 2px solid #fff;
    border-radius: 100%;
    overflow: hidden;
    background: #5f5e69;
    vertical-align: middle;
}

.game_mode_box .btn_b {
    margin-top: 40px;
    position: relative;
}

.game_mode_box .btn_def {
    position: relative;
    width: 48%;
    max-width: 194px;
    height: 54px;
    line-height: 50px;
    color: #fff;
    font-size: 1.65em;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 1px 3px #333;
    border: 3px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fe680d;
}

.game_mode_box .btn_def:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    height: 50%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    text-indent: -9999px;
    background: rgba(255, 255, 255, 0.3);
}

.game_mode_box .tip_playnow {
    position: absolute;
    right: 0;
    left: 0;
    top: -32px;
    z-index: 20;
    width: 164px;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 15px;
    text-align: center;
    text-shadow: 0 1px 3px #333;
    background: #fc0;
    box-shadow: 0 3px 10px #c3672f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.game_mode_box .tip_playnow:after {
    border-color: #fc0 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    bottom: -5px;
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0;
}

@media only screen and (max-width: 340px) {
    .game_mode_list li {
        width: 100% !important;
        float: none !important;
    }
}

.vs_ticket_box, .vs_ticket {
    margin-bottom: 10px;
}

.vs_ticket_box table, .vs_ticket table {
    border: 1px solid #ff6000;
    width: 100%;
}

.vs_ticket_box table tr th, .vs_ticket_box table tr td, .vs_ticket table tr th, .vs_ticket table tr td {
    border-bottom: 1px solid #ff6000;
    border-right: 1px solid #ff6000;
    background: #ffd9ab;
}

.vs_ticket_box table tr td, .vs_ticket table tr td {
    text-align: right;
}

.vs_ticket_box table tr td span, .vs_ticket table tr td span {
    display: inline-block;
    margin: 5px 10px;
}

.vs_ticket_box table tr:nth-child(odd) th, .vs_ticket_box table tr:nth-child(odd) td, .vs_ticket table tr:nth-child(odd) th, .vs_ticket table tr:nth-child(odd) td {
    background: #fff1e0;
}

.vs_ticket_box table tr th.vs_ticket_img_box, .vs_ticket table tr th.vs_ticket_img_box {
    text-align: center;
}

.vs_ticket_box table tr th.vs_ticket_img_box img, .vs_ticket table tr th.vs_ticket_img_box img {
    width: 23px;
    height: 12px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.vs_ticket_box table tr th.vs_ticket_img_box div, .vs_ticket table tr th.vs_ticket_img_box div {
    display: inline-block;
}

.vs_ticket_box table tr th.vs_ticket_img_box span, .vs_ticket table tr th.vs_ticket_img_box span {
    display: inline-block;
    text-align: center;
}

.vs_list_empty {
    background: #ececec;
    border-radius: 10px;
    overflow: hidden;
    padding: 55px 10px;
    text-align: center;
    margin: 15px 0;
}

.mg_10 {
    margin: 10px;
}

.mg_top10 {
    margin-top: 10px;
}

.mg_lrb10 {
    margin: 0 10px 10px;
}

.confrontation_modal > section {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    overflow: hidden;
}

.confrontation_modal > section .inner .content {
    padding: 45px 10px 10px;
}

.confrontation_modal .user_vs_boxWrap .content {
    background: #efefef;
    height: 100%;
}

.confrontation_modal .cont_01 > div, .confrontation_modal .cont_02 > div {
    margin: 7px;
}

.confrontation_modal .cont_01 .vs_title, .confrontation_modal .cont_02 .vs_title {
    font-weight: bold;
    background: #0291da;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 7px;
    font-size: 1.15em;
}

.confrontation_modal .cont_01 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #fff;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    margin-bottom: 7px;
}

.confrontation_modal .cont_01 .user_vs_score_box {
    display: table;
    table-layout: fixed;
    width: 100%;
    background: #ececec;
    position: relative;
}

.confrontation_modal .cont_01 .user_vs_score_box p {
    float: left;
    text-align: center;
    height: 50px;
    font-weight: bold;
}

.confrontation_modal .cont_01 .user_vs_score_box p img {
    height: inherit;
}

.confrontation_modal .cont_01 .user_vs_score_box p:nth-child(1) {
    padding-left: 10px;
}

.confrontation_modal .cont_01 .user_vs_score_box p:nth-child(2) {
    display: block;
    height: 50px;
    line-height: 50px;
}

.confrontation_modal .cont_01 .user_vs_score_box p:nth-child(2) span {
    margin-left: 5px;
}

.confrontation_modal .cont_01 .user_vs_score_box p:nth-child(3) {
    float: right;
    width: 25.1%;
    color: #fff;
    display: table;
    table-layout: fixed;
}

.confrontation_modal .cont_01 .user_vs_score_box p:nth-child(3) span {
    display: table-cell;
    vertical-align: middle;
}

.confrontation_modal .cont_01 .vs_score_txt {
    margin: 5px 0 20px;
}

.confrontation_modal .cont_01 .vs_use_info a {
    display: inline-block;
    border-radius: 100%;
    background-color: #ff6000;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-left: 5px;
    line-height: 20px;
}

.confrontation_modal .cont_01 .btn_box {
    text-align: center;
    margin: 20px 0;
}

.confrontation_modal .user_vs_score_list li {
    float: left;
    width: 42%;
    text-align: center;
}

.confrontation_modal .user_vs_score_list li.txt_vs {
    width: 16%;
    font-weight: bold;
    color: #4b340f;
    font-size: 2em;
    margin-top: 40px;
}

.confrontation_modal .user_vs_score_list li dl {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.confrontation_modal .user_vs_score_list li dl .thm {
    width: 76px;
    height: 76px;
    border-radius: 100%;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 3px 5px 10px #c9c9c9;
    margin: 10px auto 10px;
}

.confrontation_modal .user_vs_score_list li dl .thm a {
    width: inherit;
    height: inherit;
}

.confrontation_modal .user_vs_score_list li dl .thm a div {
    height: inherit;
    width: inherit;
}

.confrontation_modal .user_vs_score_list li dl .nick .name {
    color: #ff6000;
    font-weight: bold;
}

.confrontation_modal .user_vs_score_list li dl dd:nth-child(3) {
    font-size: 1.15em;
    letter-spacing: -1px;
}

.confrontation_modal .user_vs_score_list:after {
    display: block;
    clear: both;
    content: "";
}

.confrontation_modal .cont_02 {
    background: #fff;
    border: 1px solid #dfdfdf;
    margin-bottom: 7px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.confrontation_modal .cont_02 .btn_fight {
    display: block;
    background: #ff7200;
    max-width: 65px;
    margin: 0 auto;
    border-radius: 5px;
    padding: 5px 15px;
    border: 2px solid #d13c00;
    border-left: 2px solid #f8ab7c;
    border-top: 2px solid #f8ab7c;
    color: #fff;
    font-weight: bold;
    font-size: 1.25em;
    text-shadow: 2px 2px 1px #d13c00;
}

.confrontation_modal .cont_02 .rank_list tr:last-child td {
    border-bottom: 0;
}

.confrontation_modal .cont_02 .rank_list tr:nth-last-child(2) td {
    border-bottom: 0;
}

.confrontation_modal .cont_02 .rank_list tr .vs_score > div {
    float: left;
    width: 33.3333333333%;
    text-align: center;
    border-right: 1px solid #ff6000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.825em;
    font-weight: bold;
}

.confrontation_modal .cont_02 .rank_list tr .vs_score > div:last-child {
    border-right: 0 none;
}

.confrontation_modal .cont_02 .rank_list tr .vs_score > div > span {
    display: block;
}

.confrontation_modal .cont_02 .rank_list tr .vs_score > div > span.num {
    width: auto;
}

.confrontation_modal .info_txt {
    margin-top: 20px;
}

.confrontation_modal .info_txt > div {
    margin: 0 15px;
}

.confrontation_modal .info_txt .info_list_title {
    color: #ff7200;
    font-weight: bold;
    margin-bottom: 5px;
}

.confrontation_modal .info_txt .info_list li {
    list-style-type: disc;
    margin-left: 20px;
    font-size: 0.825em;
    margin-bottom: 0;
    line-height: 1.8;
}

.confrontation_modal .btn_box {
    text-align: center;
}

.confrontation_modal .btn_box ._orange {
    display: inline-block;
    background: #ff7200;
    border-radius: 5px;
    padding: 5px 15px;
    border: 2px solid #d13c00;
    border-left: 2px solid #f8ab7c;
    border-top: 2px solid #f8ab7c;
    color: #fff;
    font-weight: bold;
    font-size: 1.25em;
    text-shadow: 2px 2px 1px #d13c00;
}

.confrontation_modal .btn_box ._blue {
    display: inline-block;
    background: #0090ff;
    border-radius: 5px;
    padding: 5px 15px;
    border: 2px solid #0047ae;
    border-left: 2px solid #afdcff;
    border-top: 2px solid #afdcff;
    color: #fff;
    font-weight: bold;
    font-size: 1.25em;
    text-shadow: 2px 2px 1px #0047ae;
}

.confrontation_modal .content .rank_list td {
    border-bottom: none;
}

.confrontation_modal .content .rank_list td.btm_line {
    border-bottom: 1px solid rgba(223, 223, 223, 0.2);
}

.confrontation_modal .content .rank_list td.vs_score {
    padding-top: 0;
}

.confrontation_modal .content_01 {
    text-align: center;
    font-weight: bold;
    font-size: 1.25em;
    margin: 5px 0 15px;
}

.confrontation_modal .content_02, .confrontation_modal .content_03 {
    overflow: hidden;
    background: #f4f4f4;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}

.confrontation_modal .content_02 .personal_mode_box {
    background: #ede0c1;
    border-radius: 10px;
    overflow: hidden;
}

.confrontation_modal .content_02 .personal_mode_box .btn_box {
    margin: 8px 0;
}

.confrontation_modal .content_02 .personal_mode_box .personal_mode_box_list {
    overflow: hidden;
    background: url(../image/confrontation_bg.jpg) bottom center no-repeat;
    background-size: cover;
    text-align: center;
}

.confrontation_modal .content_02 .personal_mode_box .personal_mode_box_list li:first-child img {
    width: 100%;
    height: auto;
    max-width: 350px;
    margin: 0 auto;
}

.confrontation_modal .content_02 .personal_mode_box .personal_mode_box_list li:nth-child(2) dl {
    margin: 0 auto 20px;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
}

.confrontation_modal .content_02 .personal_mode_box .personal_mode_box_list li:nth-child(2) dl .thm {
    float: left;
    width: 50%;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.confrontation_modal .content_02 .personal_mode_box .personal_mode_box_list li:nth-child(2) dl .thm img {
    width: 100%;
    height: auto;
}

.confrontation_modal .content_02 .personal_mode_box .personal_mode_box_list li:nth-child(2) dl .thm a {
    width: inherit;
    height: inherit;
    border-radius: inherit;
    overflow: hidden;
}

.confrontation_modal .content_02 .personal_mode_box .personal_mode_box_list li:nth-child(2) dl .thm a div {
    width: inherit;
    height: inherit;
}

.confrontation_modal .content_02 .personal_mode_box .personal_mode_box_list li:nth-child(2) dl dd {
    width: 50%;
    float: right;
    text-align: left;
}

.confrontation_modal .content_02 .personal_mode_box .personal_mode_box_list li:nth-child(2) dl dd.user_info_box {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

.confrontation_modal .content_02 .personal_mode_box .personal_mode_box_list li:nth-child(2) dl dd.user_info_box .user_info {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.confrontation_modal .content_02 .personal_mode_box .personal_mode_box_list li:nth-child(2) dl dd.user_info_box .user_info a {
    display: table-cell;
    vertical-align: middle;
}

.confrontation_modal .content_02 .personal_mode_box .personal_mode_box_list li:nth-child(2) dl dd.user_info_box .user_info a p {
    margin-bottom: 5px;
}

.confrontation_modal .content_02 .personal_mode_box .personal_mode_box_list li:nth-child(2) dl dd.user_info_box .name {
    font-weight: bold;
}

.confrontation_modal .content_02 .personal_mode_box .personal_mode_box_list li:nth-child(2) dl .num {
    color: #ff6000;
    font-weight: bold;
}

.confrontation_modal .content_02 .personal_mode_box .personal_mode_box_list.top_score_list li:nth-child(2), .confrontation_modal .content_02 .personal_mode_box .personal_mode_box_list.top_score_list li:nth-child(3) {
    display: table;
    table-layout: fixed;
    width: 50%;
    float: left;
    margin: 15px 0;
}

.confrontation_modal .content_02 .personal_mode_box .personal_mode_box_list.top_score_list li:nth-child(2) .thm, .confrontation_modal .content_02 .personal_mode_box .personal_mode_box_list.top_score_list li:nth-child(3) .thm {
    display: block !important;
    width: 115px;
    height: 115px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.confrontation_modal .content_02 .personal_mode_box .personal_mode_box_list.top_score_list li:nth-child(2) .thm a, .confrontation_modal .content_02 .personal_mode_box .personal_mode_box_list.top_score_list li:nth-child(3) .thm a {
    width: inherit;
    height: inherit;
}

.confrontation_modal .content_02 .personal_mode_box .personal_mode_box_list.top_score_list li:nth-child(2) > div, .confrontation_modal .content_02 .personal_mode_box .personal_mode_box_list.top_score_list li:nth-child(3) > div {
    display: table-cell;
    vertical-align: middle;
    height: 115px;
}

.confrontation_modal .content_02 .personal_mode_box .personal_mode_box_list.top_score_list li:nth-child(2) > div p, .confrontation_modal .content_02 .personal_mode_box .personal_mode_box_list.top_score_list li:nth-child(3) > div p {
    margin-bottom: 5px;
}

.confrontation_modal .radio_box {
    overflow: hidden;
    padding: 0 0 25px;
    text-align: right;
}

.confrontation_modal .radio_box input {
    margin-left: 5px;
    vertical-align: middle;
}

.confrontation_modal .radio_box span i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #ff6000;
    border-radius: 14px;
    margin-right: 5px;
    vertical-align: middle;
}

.confrontation_modal .bottom_fight_game_box .fight_winner_wrap {
    border-bottom: 1px dashed #7a5555;
}

.confrontation_modal .bottom_fight_game_box .fight_winner_wrap .fight_winner_box {
    background: #f3e8ca;
    border-radius: 10px;
    border: 1px solid #dfcfa4;
    overflow: hidden;
    padding: 55px 10px 10px;
    margin: 15px 0;
}

.confrontation_modal .bottom_fight_game_box .fight_winner_wrap .fight_winner_box .vs_date {
    margin: 5px 10px;
}

.confrontation_modal .bottom_fight_game_box .fight_winner_wrap .fight_winner_box .user_vs_score_list li {
    position: relative;
    min-height: 180px;
}

.confrontation_modal .bottom_fight_game_box .fight_winner_wrap .fight_winner_box .user_vs_score_list li dl {
    border: 1px solid #66402f;
    padding-top: 15px;
    border-radius: 10px;
    background: #fef8e7;
    position: relative;
}

.confrontation_modal .bottom_fight_game_box .fight_winner_wrap .fight_winner_box .user_vs_score_list li dl .thm {
    box-shadow: none;
    background: #fff;
}

.confrontation_modal .bottom_fight_game_box .fight_winner_wrap .fight_winner_box .user_vs_score_list li dl .vs_view_point {
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    font-size: 1.25em;
}

.confrontation_modal .bottom_fight_game_box .fight_winner_wrap .fight_winner_box .user_vs_score_list li dl .vs_user_info {
    background: #ffd200 url(../image/score_list_yellow_bg.png);
    padding: 10px 0;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.confrontation_modal .bottom_fight_game_box .fight_winner_wrap .fight_winner_box .user_vs_score_list li dl .vs_user_info a {
    width: 95%;
}

.confrontation_modal .bottom_fight_game_box .fight_winner_wrap .fight_winner_box .user_vs_score_list li dl .vs_user_info a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.confrontation_modal .bottom_fight_game_box .fight_winner_wrap .fight_winner_box .user_vs_score_list li dl .vs_user_info .top_score span {
    color: #ff6000;
}

@media only screen and (max-width: 410px) {
    .confrontation_modal .bottom_fight_game_box .fight_winner_wrap .fight_winner_box .user_vs_score_list li dl .vs_user_info .num {
        display: block;
    }
}

.confrontation_modal .bottom_fight_game_box .fight_winner_wrap .fight_winner_box .user_vs_score_list li .img_winner {
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    width: 90%;
    height: 70px;
    margin: auto;
    text-indent: -9999px;
    background: url(../image/img_winner.png) bottom center no-repeat;
    background-size: contain;
}

.confrontation_modal .bottom_fight_game_box .fight_winner_wrap .fight_winner_box .user_vs_score_list li .img_loser {
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    width: 90%;
    height: 70px;
    margin: auto;
    text-indent: -9999px;
    background: url(../image/img_loser3.png) bottom center no-repeat;
    background-size: contain;
}

.confrontation_modal .bottom_fight_game_box .fight_winner_wrap .fight_winner_box .user_vs_score_list li.txt_vs {
    line-height: 250px;
    margin-top: 0;
}

.confrontation_modal .bottom_fight_game_box .fight_winner_wrap:last-child {
    border-bottom: none;
}

.confrontation_modal .get_exp_box {
    background: #fff;
    border-radius: 10px;
    padding: 8px 10px;
    overflow: hidden;
    margin: 0 0 10px;
}

.confrontation_modal .get_exp_box .get_exp {
    float: left;
    line-height: 2;
    font-weight: bold;
}

.confrontation_modal .get_exp_box .btn_box {
    float: right;
}

.confrontation_modal .get_exp_box .btn_box a {
    font-size: 0.875em;
}

.confrontation_modal .top_fight_game_box {
    padding: 10px;
}

.confrontation_modal .top_fight_game_box:after {
    display: block;
    content: "";
    clear: both;
}

.confrontation_modal .top_fight_game_box ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.confrontation_modal .top_fight_game_box ul li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.confrontation_modal .top_fight_game_box ul li:nth-child(2) {
    text-align: left;
    padding-left: 10px;
    width: 60%;
}

.confrontation_modal .top_fight_game_box ul li a {
    overflow: hidden;
    border-radius: 100%;
    width: 65%;
}

.confrontation_modal .top_fight_game_box ul li img {
    width: 100%;
    height: auto;
}

.confrontation_modal .top_fight_game_box ul li p {
    font-size: 1.25em;
    font-weight: bold;
}

.half_tab {
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.half_tab .tab_menu {
    overflow: hidden;
    margin: 10px 0 0;
}

.half_tab .tab_menu a {
    float: left;
    display: block;
    width: 50%;
    padding: 5px 0;
    border-bottom: 1px solid #d93538;
    box-sizing: border-box;
    font-weight: bold;
    color: #d93538;
}

.half_tab .tab_menu a.on {
    border: 1px solid #d93538;
    border-bottom: 0 none;
}

.read_confrontation_box {
    overflow: hidden;
    margin-right: 7px;
}

.read_confrontation_box .empty {
    text-align: center;
    padding: 25px 0;
}

.read_confrontation_box .rank_list .thm {
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.read_confrontation_box .rank_list .thm a {
    display: block;
    width: inherit;
    height: inherit;
}

.read_confrontation_box .rank_list .nick {
    width: 50%;
}

.read_confrontation_box .rank_list .victory {
    color: #ff6000;
    text-align: center;
}

.my_winning_average {
    overflow: hidden;
    background: #fff;
    padding-bottom: 20px;
}

.my_winning_average .rank_list tr td {
    padding: 10px;
    width: 20%;
}

.my_winning_average .rank_list tr td > span {
    display: block;
    text-align: center;
    font-weight: bold;
}

.my_winning_average .rank_list tr td.thm_col {
    width: 20%;
}

.my_winning_average .rank_list tr td.thm_col .thm {
    margin: 0 auto;
}

.my_winning_average .rank_list tr .btns {
    position: relative;
}

.my_winning_average .rank_list tr .btns .num_count {
    position: absolute;
    left: -10px;
    top: -7px;
    padding: 1px 5px;
    min-width: 16px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #b6101a;
    background: #ee3938;
    font-size: 0.825em;
    display: block;
    border-radius: 10px;
    z-index: 50;
}

.my_winning_average .rank_list tr .btns p {
    max-width: 60px;
    margin: 0 auto;
    position: relative;
}

.my_winning_average .rank_list tr .btns a {
    display: block;
    text-align: center;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;
    background: #ff6000;
    background: -moz-linear-gradient(top, #f47c33 0%, #f47c33 50%, #ff6000 50%, #ff6000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f47c33), color-stop(50%, #f47c33), color-stop(50%, #ff6000), color-stop(100%, #ff6000));
    background: -webkit-linear-gradient(top, #f47c33 0%, #f47c33 50%, #ff6000 50%, #ff6000 100%);
    background: -o-linear-gradient(top, #f47c33 0%, #f47c33 50%, #ff6000 50%, #ff6000 100%);
    background: -ms-linear-gradient(top, #f47c33 0%, #f47c33 50%, #ff6000 50%, #ff6000 100%);
    background: linear-gradient(to bottom, #f47c33 0%, #f47c33 50%, #ff6000 50%, #ff6000 100%);
    border-radius: 30px;
    border: 1px solid #ff6000;
    height: 30px;
    line-height: 32px;
}

.msg_count_box {
    float: right;
    position: relative;
    display: block;
}

.msg_count_box .msg_count {
    display: block;
    width: 25px;
    height: 20px;
    background: url(../image/img_message2.png) 0 0 no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: 5px;
}

.msg_count_box .num_count {
    position: absolute;
    left: -20px;
    top: 0px;
    padding: 1px 5px;
    min-width: 16px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #b6101a;
    background: #ee3938;
    font-size: 0.625em;
    display: block;
    border-radius: 10px;
}

.myp_tab_head {
    height: 20px;
}

.myp_tab_head p:first-child {
    font-weight: bold;
}

.myp_tab_head, .brain_box_cont_head {
    border-bottom: 2px solid #5f5e69;
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 10px 0 5px;
    position: relative;
}

.myp_tab_head p, .brain_box_cont_head p {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 0 10px;
}

.myp_tab_head p .btn_list, .brain_box_cont_head p .btn_list {
    float: right;
    display: inline-block;
    min-width: 64px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    border-radius: 30px;
    color: #fff;
    background: #ababab;
}

.myp_tab_head:after, .brain_box_cont_head:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 65%;
    height: 2px;
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .myp_tab_head:after, .brain_box_cont_head:after {
        display: block;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 65%;
        height: 2px;
        background: #ff6000;
    }

    .vs_navi_box ul {
        overflow: hidden;
    }

    .vs_navi_box li {
        float: left;
        width: 50%;
    }

    .vs_navi_box a {
        display: block;
        height: 35px;
        line-height: 35px;
    }
}

.brain_box_cont_head {
    border-bottom: 0 none;
}

.brain_box_cont_head:after {
    display: none;
}

.brain_box_cont_head .btn_brain {
    min-width: 90px;
    padding: 4px;
    border: 1px solid #b2b2b2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #fff 50%, #f0f0f0 51%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(50%, #fff), color-stop(51%, #f0f0f0), color-stop(100%, #f0f0f0));
    background: -webkit-linear-gradient(top, #fff 0%, #fff 50%, #f0f0f0 51%, #f0f0f0 100%);
    background: -o-linear-gradient(top, #fff 0%, #fff 50%, #f0f0f0 51%, #f0f0f0 100%);
    background: -ms-linear-gradient(top, #fff 0%, #fff 50%, #f0f0f0 51%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #fff 50%, #f0f0f0 51%, #f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0);
    float: right;
}

.brain_cont .silver_box {
    padding: 20px 10px;
    background: #f4f4f4;
    margin: 0 10px 15px;
}

.brain_cont .brain_game_box {
    overflow: hidden;
    padding: 10px 0 0;
    border-top: 1px solid #c5c5c5;
    margin: 0 10px;
}

.brain_cont .brain_game_box .brain_game_tit {
    display: block;
    margin-bottom: 12px;
}

.brain_cont .brain_game_box .titlebrain {
    font-size: 1.25em;
    color: #ff6000;
}

.brain_cont .brain_game_box ul {
    overflow: hidden;
}

.brain_cont .brain_game_box ul li {
    float: left;
    width: 50%;
    margin-bottom: 15px;
}

.brain_cont .brain_game_box ul li a {
    display: table;
    width: 100%;
    overflow: hidden;
}

.brain_cont .brain_game_box ul li a > div {
    display: table-cell;
    vertical-align: middle;
}

.brain_cont .brain_game_box ul li a .thm {
    width: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #ff6000;
}

.brain_cont .brain_game_box ul li a .thm img {
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.brain_cont .brain_game_box ul li a .txt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    color: #ff6000;
}

.mp_btns_list {
    margin: 10px;
    overflow: hidden;
}

.mp_btns_list li {
    margin-bottom: 10px;
    position: relative;
}

.mp_btns_list li a {
    display: block;
    padding: 0 40px;
    min-height: 38px;
    line-height: 38px;
    position: relative;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
}

.mp_btns_list li a i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.mp_btns_list li a i.icon_mission {
    width: 8px;
    left: 15px;
    height: 22px;
    top: 8px;
    background-image: url(../image/sp_mp_btn_v4.png);
    background-position: -5px -5px;
    background-size: 180px;
}

.mp_btns_list li a i.icon_level {
    width: 20px;
    left: 10px;
    height: 16px;
    top: 10px;
    background-image: url(../image/sp_mp_btn_v4.png);
    background-position: -22px -5px;
    background-size: 180px;
}

.mp_btns_list li a i.icon_brain {
    width: 22px;
    left: 11px;
    height: 22px;
    top: 7px;
    background-image: url(../image/sp_mp_btn_v4.png);
    background-position: -51px -5px;
    background-size: 180px;
}

.mp_btns_list li a i.icon_rank {
    width: 22px;
    left: 10px;
    height: 20px;
    top: 10px;
    background-image: url(../image/sp_mp_btn_v4.png);
    background-position: -80px -5px;
    background-size: 180px;
}

.mp_btns_list li a i.icon_favorite {
    width: 20px;
    left: 11px;
    height: 16px;
    top: 10px;
    background-image: url(../image/sp_mp_btn_v4.png);
    background-position: -108px -5px;
    background-size: 180px;
}

.mp_btns_list li a i.icon_vs {
    width: 22px;
    left: 11px;
    height: 12px;
    top: 13px;
    background-image: url(../image/sp_mp_btn_v4.png);
    background-position: -136px -5px;
    background-size: 180px;
}

.mp_btns_list li a i.icon_cash {
    width: 24px;
    left: 11px;
    height: 14px;
    top: 13px;
    background-image: url(../image/sp_mp_btn_v4.png);
    background-position: -5px -34px;
    background-size: 180px;
}

.mp_btns_list li:after {
    display: block;
    content: "";
    position: absolute;
    right: 10px;
    bottom: 0;
    top: 13px;
    width: 8px;
    height: 10px;
    background-image: url(../image/sp_mp_btn_v4.png);
    background-position: -167px -5px;
    background-size: 180px;
}

.vsevent_list .rank_list .info {
    padding: 0;
    border-bottom: 0;
}

.vsevent_list .rank_list .arr {
    border: 0 none;
    padding-top: 0;
}

.vsevent_list .rank_list .arr > div {
    overflow: hidden;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #c9c9c9;
    border-top: 0;
    background: #f4f4f4;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vsevent_list .rank_list .arr > div .num {
    color: #333;
}

.vsevent_list .rank_list .arr > div a {
    float: right;
}

.vsevent_list .rank_list .arr > div a i {
    display: inline-block;
    margin-left: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #fe690d;
}

#vsevent_msg_layer .box1 img {
    width: 80%;
    max-width: 250px;
    height: auto;
    margin: 0 auto;
}

#vsevent_msg_layer .btn_personalmode, #vsevent_msg_layer .btn_vsmode {
    display: inline-block;
    min-width: 80px;
    height: 32px;
    line-height: 32px;
    margin: 0 2px;
    color: #fff;
    background: #ff7200;
    border-radius: 5px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    font-size: 1.25em;
    padding: 0 8px;
    margin: 5px;
}

#vsevent_msg_layer .btn_vsmode {
    background: #fff;
    border: 1px solid #ff7200;
    text-shadow: 0 0 2px rgba(241, 91, 0, 0.4);
    color: #ff7200;
}

.private_info_b {
    overflow: hidden;
    color: #9a9ca1;
    margin: 10px 0 25px;
}

.private_info_b .tit {
    color: #333;
    font-size: 1.15em;
    padding-left: 10px;
    position: relative;
}

.private_info_b .tit:before {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background: #97baf0;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
}

.private_info_b .sub_tit {
    padding-left: 10px;
}

.private_info_b .info_list_b {
    margin-top: 5px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    padding: 10px;
}

.private_info_b .info_list_b li {
    border-bottom: 0 !important;
}

.private_info_b .info_list_b .txt {
    margin-top: 15px;
}

.private_info_b .agree_b {
    height: 20px;
    margin: 8px 0;
    overflow: hidden;
    text-align: center;
}

.private_info_b .agree_b label {
    display: inline-block;
    margin: 0 5px;
}

.private_info_b .agree_b label input {
    position: relative;
    top: 2px;
}

.private_info_b.mg_7 {
    margin: 0 7px;
}

#help_menu {
    height: 44px;
}

#help_menu li {
    width: auto;
}

.certify_modal ._title {
    text-align: center;
}

.certify_modal .top_txt {
    font-weight: bold;
    margin: 5px 0 10px;
    text-align: center;
}

.certify_modal .phone_certify {
    overflow: hidden;
}

.certify_modal .phone_certify li {
    margin: 10px 0;
}

.certify_modal .phone_certify li a {
    display: block;
    position: relative;
    font-weight: bold;
    padding: 10px 20px;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.certify_modal .phone_certify li a:after {
    content: ">";
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    color: #fe680d;
    font-weight: bold;
}

.certify_modal .phone_certify_ok {
    border-bottom: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
    font-size: 30px;
    margin: 20px 0;
    padding: 30px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.certify_modal .phone_certify_ok p:nth-of-type(2) {
    color: #fe680d;
}

.certify_modal .date_b {
    margin-bottom: 15px;
    text-align: center;
}

.certify_modal .btn_b, .certify_b .btn_b {
    position: relative;
    margin-bottom: 25px;
    margin-top: 40px;
    overflow: hidden;
    text-align: center;
}

.certify_modal .btn_b a, .certify_b .btn_b a {
    display: inline-block;
    width: 40%;
    max-width: 215px;
    height: 38px;
    color: #fff;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    background: #ff7200;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.certify_modal .btn_b button, .certify_b .btn_b button {
    display: inline-block;
    width: 40%;
    max-width: 215px;
    height: 38px;
    color: #fff;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    background: #ff7200;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.certify_modal .btn_b .btn_logout, .certify_b .btn_b .btn_logout {
    line-height: 1.3;
}

.certify_modal .btn_b .btn_close, .certify_b .btn_b .btn_close {
    line-height: 0.5;
}

.certify_modal .phone_input_b, .certify_b .phone_input_b {
    overflow: hidden;
    position: relative;
}

.certify_modal .phone_input_b .user_phone, .certify_b .phone_input_b .user_phone {
    float: left;
    display: block;
    width: 18px;
    height: 38px;
    text-indent: -9999px;
    margin-left: 8px;
    background: url(../image/img_phone.png) center no-repeat;
    background-size: contain;
}

.certify_modal .phone_input_b .user_phone_set, .certify_b .phone_input_b .user_phone_set {
    bottom: 0;
    left: 35px;
    position: absolute;
    right: 0;
    top: 0;
}

.certify_modal .phone_input_b .user_phone_set p, .certify_b .phone_input_b .user_phone_set p {
    float: left;
    position: relative;
    width: 31%;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.certify_modal .phone_input_b .user_phone_set .dash, .certify_b .phone_input_b .user_phone_set .dash {
    color: #bfbfbf;
    display: block;
    float: left;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 3.5%;
}

.certify_modal select, .certify_b select {
    border: 0 none;
    height: 36px;
    width: 100%;
}

.certify_modal input, .certify_b input {
    border: 0 none;
    height: 36px;
    width: 100%;
}

.certify_modal .returncode_b, .certify_b .returncode_b {
    overflow: hidden;
    margin: 10px 0;
    border: 0 none;
}

.certify_modal .returncode_b .returncode_ip_b, .certify_b .returncode_b .returncode_ip_b {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #c9c9c9;
    margin: 5px 0 20px;
    overflow: hidden;
    position: relative;
}

.certify_modal .returncode_b .returncode_ip_b label, .certify_b .returncode_b .returncode_ip_b label {
    display: block;
    float: left;
    font-weight: bold;
    height: 38px;
    line-height: 40px;
    text-align: center;
    width: 95px;
}

.certify_modal .returncode_b .returncode_ip_b #btn_sendcode, .certify_b .returncode_b .returncode_ip_b #btn_sendcode {
    float: right;
    width: 65px;
    height: 30px;
    line-height: 30px;
    color: #555;
    margin: 4px;
    text-align: center;
    border: 1px solid #b2b2b2;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.certify_modal .returncode_b .returncode_ip_b .focus_b, .certify_b .returncode_b .returncode_ip_b .focus_b {
    bottom: 0;
    left: 100px;
    position: absolute;
    right: 70px;
    top: 0;
}

.certify_modal .returncode_b .returncode_ip_b .focus_b #returncode, .certify_b .returncode_b .returncode_ip_b .focus_b #returncode {
    height: 38px;
}

.certify_modal .deadline_time, .certify_b .deadline_time {
    color: blue;
    text-align: right;
}

.certify_b {
    margin-top: 15px;
}

.certify_b .tit {
    display: block;
    font-weight: bold;
    height: 36px;
    line-height: 38px;
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .certify_modal .returncode_b .returncode_ip_b #btn_sendcode, .certify_b .returncode_b .returncode_ip_b #btn_sendcode {
        line-height: 27px;
    }

    .certify_modal .returncode_b .returncode_ip_b label, .certify_b .returncode_b .returncode_ip_b label {
        line-height: 37px;
    }
}

.my_cash {
    overflow: hidden;
    margin-bottom: 15px;
}

.my_cash .cash_tab_content {
    overflow: hidden;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.my_cash .cash_tab_content .exp_history_time {
    margin-bottom: 15px;
    text-align: center;
}

.my_cash .cash_tab_content .exp_history_time a {
    color: #ff7200;
    font-weight: bold;
    font-size: 1.625em;
    height: 27px;
    line-height: 0.95;
    vertical-align: middle;
}

.my_cash .cash_tab_content .exp_history_time .daily_arrow_left {
    margin-right: 5px;
}

.my_cash .cash_tab_content .exp_history_time .daily_arrow_right {
    margin-left: 5px;
}

.my_cash .cash_tab_content .exp_history_time span {
    display: inline-block;
    font-size: 1.2em;
    height: 27px;
    line-height: 1.65;
}

.my_cash .cash_tab_content table {
    width: 100%;
}

.my_cash .cash_tab_content table thead {
    border: 1px solid #c5c5c5;
    background-color: #f4f4f4;
}

.my_cash .cash_tab_content table thead th {
    padding: 10px 0;
}

.my_cash .cash_tab_content table td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #c5c5c5;
}

.my_cash .cash_tab_content table td time {
    display: block;
}

.my_cash .cash_tab_content table td:nth-of-type(2) {
    color: #ff7200;
}

.my_cash .cash_tab_content table td.empty {
    overflow: hidden;
    text-align: center;
    padding: 15px 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 0;
}

.my_cash .btn_go_qna {
    position: relative;
    display: inline-block;
    margin: 20px 10px 0;
    font-weight: bold;
}

.my_cash .btn_go_qna:after {
    content: ">";
    display: inline-block;
    color: #ff7200;
    margin-left: 5px;
}

.my_cash .empty_text {
    padding: 20px;
}

.cash_page_modal {
    display: block !important;
}

.cash_page_modal select, .cash_page_modal input[type="text"], .cash_page_modal input[type="email"] {
    width: 100%;
    height: 36px;
    border: 0 none;
}

.cash_page_modal input[type="checkbox"] {
    position: relative;
    top: 7px;
}

.cash_page_modal .ip_b {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #bfbfbf;
}

.cash_page_modal .btn_modal_close i {
    position: relative;
    top: 2px;
}

.cash_page_modal .agree_list {
    overflow: hidden;
}

.cash_page_modal .agree_list li {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    padding: 8px;
    margin-bottom: 10px;
    font-weight: bold;
    border: 1px solid #ced1d5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f5f5f5;
}

.cash_page_modal .agree_list li:last-of-type {
    margin-bottom: 0;
}

.cash_page_modal .agree_list li > a, .cash_page_modal .agree_list li > button {
    overflow: hidden;
    float: right;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 3px 8px;
    color: #5e5f61;
    border: 1px solid #ced1d5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}

.cash_page_modal .agree_list li > button {
    height: 30px;
}

.cash_page_modal .btn_b {
    margin-top: 20px;
    text-align: center;
}

.cash_page_modal .btn_b::after {
    content: '';
    clear: both;
    display: block;
}

.cash_page_modal .btn_b a, .cash_page_modal .btn_b button, .cash_page_modal .btn_b input {
    overflow: hidden;
    display: inline-block;
    width: 40%;
    max-width: 215px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ff8929;
}

.cash_page_modal .btn_b .btn_cancel {
    background: #818181;
}

.cash_page_modal .top_txt_b {
    overflow: hidden;
    padding: 5px 20px 20px;
    text-align: center;
}

.cash_page_modal .cont_b {
    border-top: 1px solid #c9c9c9;
    padding: 15px 0;
}

.cash_page_modal .cont_b .txt {
    text-align: center;
}

.cash_page_modal .cont_b.sv_txt_b {
    background: #f4f4f4;
    border-top: 0;
    text-align: center;
}

.cash_page_modal .identification_list {
    overflow: hidden;
    margin-top: 15px;
}

.cash_page_modal .identification_list li {
    position: relative;
    margin-bottom: 10px;
}

.cash_page_modal .identification_list li input {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    padding: 12px 15px;
    color: #333;
    font-weight: bold;
    text-align: left;
    border: 1px solid #b2b2b2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, #fff 0%, #ebebeb 100%);
    background: -ms-linear-gradient(top, #fff 0%, #ebebeb 100%);
    background: -o-linear-gradient(top, #fff 0%, #ebebeb 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(1, #ebebeb));
    background: -webkit-linear-gradient(top, #fff 0%, #ebebeb 100%);
    background: #fff;
    background: linear-gradient(to bottom, #fff 0%, #ebebeb 100%);
}

.cash_page_modal .identification_list li:after {
    content: ">";
    display: block;
    color: #ff7200;
    position: absolute;
    right: 15px;
    top: 0;
    padding: 15px 0;
}

.cash_page_modal .txt_bold {
    font-weight: bold;
}

.cash_page_modal .agree_cash_info_b {
    overflow: hidden;
    background: #f4f4f4;
    padding-top: 0;
}

.cash_page_modal .agree_cash_info_b .txt {
    margin: 0 0 15px;
    padding: 15px;
    background: #fff;
}

.cash_page_modal .agree_cash_info_b > div {
    overflow: hidden;
    padding: 5px 8px;
}

.cash_page_modal .agree_cash_info_b > div label {
    display: inline-block;
    font-weight: bold;
    line-height: 38px;
}

.cash_page_modal .agree_cash_info_b > div:after::after {
    content: '';
    clear: both;
    display: block;
}

.cash_page_modal .agree_cash_info_b > div.top_b {
    padding-bottom: 10px;
}

.cash_page_modal .agree_cash_info_b > div.top_b .chk_cash_b {
    overflow: hidden;
    position: relative;
    height: 38px;
    padding: 0 5px;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cash_page_modal .agree_cash_info_b > div.top_b .chk_cash_b input[type="checkbox"] {
    position: relative;
    top: 10px;
}

.cash_page_modal .agree_cash_info_b > div.top_b .chk_cash_b .btn_all_view {
    float: right;
    position: relative;
    top: 3px;
    right: 5px;
    width: 75px;
    height: 22px;
    padding: 3px 8px;
    color: #555;
    text-align: center;
    border: 1px solid #b2b2b2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}

.cash_page_modal .agree_cash_info_b > div.top_b .slt_agree_year .ip_slt_agree_year {
    float: right;
    width: 41.3%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #bfbfbf;
}

.cash_page_modal .agree_cash_info_b > div.top_b .info_b {
    color: #999;
}

.cash_page_modal .agree_cash_info_b .email_b {
    overflow: hidden;
    padding: 5px 8px;
    border-top: 1px solid #c9c9c9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cash_page_modal .agree_cash_info_b .email_b .tit {
    display: block;
    height: 28px;
    line-height: 30px;
    font-weight: bold;
}

.cash_page_modal .agree_cash_info_b .email_b .slt_email_b {
    overflow: hidden;
}

.cash_page_modal .agree_cash_info_b .email_b .slt_email_b > p {
    float: left;
    position: relative;
    width: 31%;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cash_page_modal .agree_cash_info_b .email_b .slt_email_b > p.ip_email {
    width: 55.2%;
}

.cash_page_modal .agree_cash_info_b .email_b .slt_email_b > p.ip_slt_email {
    float: right;
    width: 41.3%;
}

.cash_page_modal .agree_cash_info_b .email_b .slt_email_b input[type="email"], .cash_page_modal .agree_cash_info_b .email_b .slt_email_b select {
    width: 100%;
    height: 38px;
    border: 0 none;
}

.cash_page_modal .agree_cash_info_b .email_b .slt_email_b .dash {
    float: left;
    display: block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #999;
    width: 3.5%;
}

.cash_page_modal .agree_cash_info_b .email_b .info_b {
    margin-top: 10px;
}

.cash_page_modal .certify_b .btn_b button, .cash_page_modal .certify_b .btn_b a {
    line-height: normal;
}

.cash_page_modal .certify_b .identification_list {
    margin-top: 0;
}

.cash_page_modal .cash_info_b {
    background: #f4f4f4;
    overflow: hidden;
    padding: 5px 10px;
}

.cash_page_modal .cash_info_b > p {
    float: left;
    width: 50%;
}

.cash_page_modal .cash_info_b > p .icon_arrow {
    color: #9b9b9b;
    font-weight: bold;
    margin-right: 5px;
}

.cash_page_modal .cash_info_b[lang="en"] p {
    float: none;
    width: 100%;
}

.cash_page_modal .cash_info_b[lang="en"] p:before {
    position: relative;
    top: 0px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 7px;
    border-color: transparent transparent transparent #9b9b9b;
}

.cash_page_modal .payment_list {
    overflow: hidden;
    padding: 5px 0 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #c9c9c9;
}

.cash_page_modal .payment_list li {
    overflow: hidden;
    float: left;
    width: 33.3333%;
    color: #666;
    margin: 8px 0;
}

.cash_page_modal .payment_list li input[type="radio"] {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.cash_page_modal .payment_list li label {
    display: block;
    padding-left: 20px;
    position: relative;
}

.cash_page_modal .payment_list li label img {
    width: 95%;
    height: auto;
    margin: 0 auto;
}

.cash_page_modal .slt_cash_charge_b {
    overflow: hidden;
}

.cash_page_modal .slt_cash_charge_b .tit {
    display: block;
    font-weight: bold;
    height: 38px;
    line-height: 40px;
    text-indent: 10px;
}

.cash_page_modal .slt_cash_charge_b .slt_b {
    position: relative;
    margin: 0 0 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #bfbfbf;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cash_page_modal .slt_cash_charge_b .slt_b select {
    border: 0 none;
    height: 38px;
    width: 100%;
    background: url(../image/bg_sel_def.gif) no-repeat right center;
    background-size: 28px;
    font-size: 1em;
    color: #9a9ca1;
}

.cash_page_modal .slt_cash_charge_b .slt_b select:focus {
    outline: none;
    border-color: #ff7200;
}

.cash_page_modal .slt_cash_charge_b .slt_b select::-ms-expand {
    display: none;
}

.cash_page_modal .refund_info_b {
    display: none;
    margin: 0 0 10px;
    padding: 10px 8px;
    color: #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #c9c9c9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cash_page_modal .chk_agree_b {
    position: relative;
    color: #999;
    overflow: hidden;
    padding-left: 20px;
    line-height: 28px;
}

.cash_page_modal .chk_agree_b label {
    position: absolute;
    left: 0;
}

.cash_page_modal .btn_refund_info {
    display: block;
    float: right;
    color: #fff;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #999;
}

.cash_page_modal .charge_list {
    overflow: hidden;
    padding: 8px;
    background: #f4f4f4;
}

.cash_page_modal .charge_list li p {
    float: left;
    height: 38px;
    line-height: 38px;
    margin-bottom: 10px;
}

.cash_page_modal .charge_list li p:nth-of-type(1) {
    position: relative;
    width: 35%;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cash_page_modal .charge_list li p:nth-of-type(1):before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: 0 -791px;
    background-size: 200px;
}

.cash_page_modal .charge_list li p:nth-of-type(2) {
    width: 65%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #bfbfbf;
    line-height: 40px;
    background: #fff;
    text-indent: 8px;
}

.cash_page_modal .play_cont_b .tit {
    text-indent: 10px;
    height: 38px;
    line-height: 38px;
    font-weight: bold;
}

.cash_page_modal .play_cont_b .play_b {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.cash_page_modal .play_cont_b .play_b > div {
    display: table-cell;
    vertical-align: middle;
}

.cash_page_modal .play_cont_b .play_b > div.thm {
    overflow: hidden;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.cash_page_modal .play_cont_b .play_b > div.thm a {
    display: block;
}

.cash_page_modal .play_cont_b .play_b > div.thm a img {
    width: 100%;
    height: auto;
}

.cash_page_modal .play_cont_b .play_b > div.play_txt {
    margin-top: 10px;
    padding: 0 15px;
    max-width: 215px;
}

.cash_page_modal .play_cont_b .play_b > div.play_txt strong {
    display: block;
    font-size: 1.25em;
}

.cash_page_modal .play_cont_b .play_b > div.play_txt .sub {
    display: block;
    font-size: 1em;
    margin-bottom: 5px;
}

.cash_page_modal .play_cont_b .btn_playnow {
    display: block;
    padding: 8px 12px;
    border: 2px solid #ff7200;
    max-width: 150px;
    text-align: center;
    color: #ff7200;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    font-weight: bold;
    background: #fff;
    box-shadow: 3px 3px 3px #d6d6d6;
}

.cash_page_modal[lang="en"] .charge_list li p:nth-of-type(1) {
    line-height: normal;
}

.cash_page_modal[lang="en"] .charge_list li p:nth-of-type(1):before {
    top: 2px;
    margin-top: 0;
}

.daum_addr_layer {
    display: none;
    position: fixed;
    z-index: 1;
    z-index: 10000;
    min-width: 300px !important;
}

.daum_addr_layer .addr_layer_head {
    position: absolute;
    top: -40px;
    left: -5px;
    right: -5px;
    height: 40px;
    line-height: 40px;
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-indent: 15px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
    .daum_addr_layer {
        max-height: 400px;
    }

    .daum_addr_layer > div:nth-of-type(2) {
        overflow-y: auto;
        height: 400px !important;
        -webkit-overflow-scrolling: touch;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
    .daum_addr_layer {
        max-height: 400px;
    }

    .daum_addr_layer > div:nth-of-type(2) {
        overflow-y: auto;
        height: 294px !important;
        -webkit-overflow-scrolling: touch;
    }
}

@media only screen and (max-width: 379px) {
    .daum_addr_layer {
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto;
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .daum_addr_layer .addr_layer_head {
        line-height: 37px;
    }
}

#help_menu.tabs li {
    width: 110px;
}

#help_menu.tabs_ko li:nth-of-type(1), #help_menu.tabs_ko li:nth-of-type(2), #help_menu.tabs_ko li:nth-of-type(3), #help_menu.tabs_ko li:nth-of-type(6), #help_menu.tabs_ko li:nth-of-type(7) {
    width: 70px !important;
}

#help_menu.tabs_en li:nth-of-type(3), #help_menu.tabs_en li:nth-of-type(4), #help_menu.tabs_cn li:nth-of-type(3), #help_menu.tabs_cn li:nth-of-type(4), #help_menu.tabs_jp li:nth-of-type(3), #help_menu.tabs_jp li:nth-of-type(4) {
    width: 200px !important;
}

@media only screen and (min-width: 1025px)  and (-ms-high-contrast: active), only screen and (min-width: 1025px) and (-ms-high-contrast: none) {
    .cash_page_modal .btn_b a, .cash_page_modal .btn_b button, .cash_page_modal .btn_b input {
        line-height: 36px;
    }

    .cash_page_modal .agree_list li > a, .cash_page_modal .agree_list li > button {
        padding: 3px 8px 5px;
    }

    .cash_page_modal .agree_list li {
        line-height: 28px;
    }

    .cash_page_modal .btn_refund_info {
        padding: 2px 10px 5px;
    }

    .cash_page_modal .payment_list li input[type='radio'] {
        margin-top: -7px;
    }

    .cash_page_modal input[type='checkbox'] {
        top: 8px;
    }
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.text-hidden {
    color: transparent;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    text-indent: -9999px;
}

.styleup_btns {
    display: block;
    border: 1px solid #0087b5;
    background: #00a9e3;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.styleup_btns a, .styleup_btns input {
    display: block;
    padding: 12px 15px;
    color: #fff;
    text-align: center;
    font-size: 1.15em;
}

.styleup_btns input {
    width: 100%;
    font-weight: bold;
}

.styleup_btns.sml {
    max-width: 60px;
}

.styleup_btns.big {
    display: block;
}

.styleup_btns.gray {
    border: 1px solid #c4c4c4;
    background: #f3f3f3;
}

.styleup_btns.gray a {
    color: #333;
}

.btn_blue {
    display: block;
    min-width: 55px;
    padding: 6px 0;
    border: 1px solid #0087b5;
    background: #00a9e3;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.825em;
}

.btn_gray {
    display: block;
    min-width: 55px;
    padding: 6px 0;
    border: 1px solid #85868a;
    background: #9a9ca1;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.825em;
}

.btn_two::after {
    content: '';
    clear: both;
    display: block;
}

.btn_two a {
    float: left;
    width: 49%;
    display: block;
    text-align: center;
    padding: 12px 0;
    border: 1px solid #bfbfbf;
    background: #fff;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn_two a:last-child {
    float: right;
}

.btn_two a.on {
    border: 1px solid #0087b5;
    background: #00a9e3;
    color: #fff;
}

.btn_two.btn_different_size a {
    width: 70%;
}

.btn_two.btn_different_size a:last-child {
    width: 28%;
}

.table_box {
    display: table;
    table-layout: fixed;
    width: 100%;
}

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

input[type=radio]:enabled {
    background-position: 0 0;
}

input[type=radio]:checked {
    background-position: -20px 0;
}

input[type=radio]:disabled {
    background-position: 0 -20px;
}

input[type=checkbox]:enabled {
    background-position: -40px 0;
}

input[type=checkbox]:checked {
    background-position: -60px 0;
}

input[type=checkbox]:disabled {
    background-position: -40px -20px;
}

input[type=text], input[type=password], input[type=submit], input[type=button], input[type=search], input[type=email], input[type=url], input[type=tel], textarea, select, button {
    -webkit-appearance: none;
    appearance: none;
}

.modal {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 200;
}

.modal .mask {
    position: absolute;
    background: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.modal .message {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 80%;
    margin-left: -40%;
    text-align: center;
    color: #fff;
    z-index: 102;
}

.modal iframe {
    position: absolute;
    z-index: 101;
    background: #fff;
}

#html_copy .content {
    position: relative;
    text-align: center;
}

#html_copy .content textarea {
    min-height: 200px;
    border: 1px solid #d3d3d3;
    background: #f7f7f7;
    color: #333;
    font-size: 16px;
    padding: 22px;
    line-height: 22px;
    box-sizing: border-box;
    margin-top: 30px;
}

.info_txt_b {
    position: relative;
    border: 1px solid #c2d9e1;
    background: #dbecf2;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 10px;
}

.info_txt_b .info_txt_list {
    overflow: hidden;
    margin: 10px;
    padding: 0;
    width: 86%;
}

.info_txt_b .info_txt_list li {
    position: relative;
    list-style-type: none;
    margin-bottom: 5px;
    padding-left: 25px;
}

.info_txt_b .info_txt_list li:last-of-type {
    margin-bottom: 0;
}

.info_txt_b .info_txt_list li span {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
}

.info_txt_b .btn_info {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #5fc4d0;
    border: 1px solid #4fb4bf;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

#popup_info .info_list {
    padding: 0;
}

#popup_info .info_list li {
    list-style-type: none;
    position: relative;
    font-weight: bold;
    font-size: 1.25em;
    padding-left: 25px;
    margin-bottom: 15px;
}

#popup_info .info_list li span {
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    display: block;
    width: 20px;
}

#popup_info .info_list li .qna_b {
    color: #f55067;
    margin: 15px 0 10px;
    font-size: 0.925em;
}

#popup_info .info_list li .qna_b .tit_q {
    color: #5fc4d0;
}

#popup_info .info_list li .txt {
    font-weight: normal;
    font-size: 0.925em;
}

.table_modal {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.table_modal .table_cont {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
}

.table_modal .title {
    position: relative;
    min-height: 35px;
    line-height: 35px;
    background-color: #fa5e74;
    text-align: left;
    font-weight: bold;
    color: #fff;
    font-size: 1.25em;
    padding: 0 20px;
    z-index: 100;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.table_modal .title .btn_modal_close {
    position: absolute;
    top: 8px;
    right: 5px;
    width: 26px;
    height: 26px;
    background: transparent;
    text-align: center;
}

.table_modal .title .btn_modal_close i {
    display: inline-block;
    width: 18px;
    height: 19px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -160px -60px;
    background-size: 200px;
    text-indent: -9999px;
    text-align: left;
}

.table_modal .inner {
    border: 1px solid #fa5e74;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #fff;
    padding: 15px 10px 10px;
}

.table_modal .inner.text_center {
    text-align: center;
}

.table_modal .inner.text_center b {
    display: inline-block;
    margin-top: 5px;
}

.table_modal .inner.text_center .btn_b {
    overflow: hidden;
    padding: 10px 0;
}

.table_modal .inner.text_center .btn_b a {
    display: inline-block;
    font-weight: bold;
    min-width: 88px;
    padding: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 0 5px;
}

.table_modal .inner.text_center .btn_b .bg_white {
    color: #fa5e74;
    border: 1px solid #fa5e74;
    background: #fff;
}

.table_modal .inner.text_center .btn_b .bg_pink {
    color: #fff;
    border: 1px solid #fa5e74;
    background: #fa5e74;
}

.table_modal .inner .chk_day_close_b {
    text-align: right;
}

.table_modal .inner .chk_day_close_b input[type="checkbox"] {
    vertical-align: top;
    margin-right: 5px;
    margin-top: 8px;
}

.fix_share_b .share_in_b .share_in > div.btn_rec i.ico_styleup_event {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 30px;
    top: -3px;
    margin-right: 5px;
    vertical-align: top;
    text-indent: -9999px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -145px -448px;
    background-size: 200px;
}

.ico_styleup_event {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 30px;
    top: -2px;
    margin-right: 5px;
    vertical-align: top;
    text-indent: -9999px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -145px -448px;
    background-size: 200px;
}

.styleup_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 105px;
    height: 25px;
    margin-top: -12px;
    margin-left: -52.5px;
    background: url(../image/styleup_logo.png) center no-repeat;
    background-size: contain;
    text-indent: -9999px;
}

.s_result_box {
    overflow: hidden;
}

.s_result_box .s_resul_top {
    padding: 10px 15px;
    background: #fff;
    border-bottom: 1px solid #d2d2d2;
}

.s_result_box .s_resul_top strong {
    color: #fa5e74;
}

.s_result_box .empty {
    height: 122px;
    background: #fff;
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    border-bottom: 1px solid #c4c4c4;
}

.s_result_box .empty > p {
    display: table-cell;
    vertical-align: middle;
}

.s_result_box .empty .img_sch_empty {
    display: inline-block;
    width: 37px;
    height: 37px;
    text-indent: -9999px;
    position: relative;
    top: -7px;
    background-image: url(../image/sp_common.png);
    background-position: -196px -36px;
    background-size: 270px;
}

.s_result_box.w_style .s_resul_top strong {
    color: #fa5e74;
}

#container {
    overflow: hidden;
}

.tab_box {
    overflow: hidden;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.tab_box .tab {
    width: 100%;
    display: table;
    table-layout: fixed;
    background-color: #fff;
    border-bottom: 1px solid #c4c4c4;
}

.tab_box .tab::after {
    content: '';
    clear: both;
    display: block;
}

.tab_box .tab li {
    position: relative;
    display: table-cell;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.tab_box .tab li a {
    display: block;
    padding: 0 8px;
}

.tab_box.main_tab .tab li a, .tab_box.search_tab .tab li a {
    color: #babcc3;
}

.tab_box.main_tab .tab li a > i, .tab_box.search_tab .tab li a > i {
    background-image: url(../image/sp_navi.png);
    background-position: 0 0;
    background-size: 375px;
    display: block;
    width: 15px;
    height: 23px;
    margin: 10px auto 5px;
    text-indent: -9999px;
}

.tab_box.main_tab .tab li a > i.ico_home, .tab_box.search_tab .tab li a > i.ico_home {
    width: 25px;
    height: 23px;
    background-position: -5px -33px;
}

.tab_box.main_tab .tab li a > i.ico_w, .tab_box.search_tab .tab li a > i.ico_w {
    width: 29px;
    height: 23px;
    background-position: -75px -33px;
}

.tab_box.main_tab .tab li a > i.ico_m, .tab_box.search_tab .tab li a > i.ico_m {
    width: 30px;
    height: 23px;
    background-position: -152px -33px;
}

.tab_box.main_tab .tab li a > i.ico_contest, .tab_box.search_tab .tab li a > i.ico_contest {
    width: 29px;
    height: 23px;
    background-position: -228px -33px;
}

.tab_box.main_tab .tab li a > i.ico_community, .tab_box.search_tab .tab li a > i.ico_community {
    width: 24px;
    height: 23px;
    background-position: -304px -33px;
}

.tab_box.main_tab .tab li span, .tab_box.search_tab .tab li span {
    display: block;
    padding: 10px 0;
}

.tab_box.main_tab .tab li:before, .tab_box.search_tab .tab li:before {
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    top: 50%;
    right: 0;
    margin-top: -1px;
    content: "";
    background: #9a9ca1;
}

.tab_box.main_tab .tab li:last-of-type:before, .tab_box.search_tab .tab li:last-of-type:before {
    display: none;
}

.tab_box.main_tab .tab li.on span, .tab_box.search_tab .tab li.on span {
    color: #fa5e74;
}

.tab_box.main_tab .tab li.on:after, .tab_box.search_tab .tab li.on:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    content: "";
    display: block;
    height: 4px;
    background: #fa5e74;
}

.tab_box.main_tab .tab li.on a i.ico_home, .tab_box.search_tab .tab li.on a i.ico_home {
    background-position: -40px -33px;
}

.tab_box.main_tab .tab li.on a i.ico_w, .tab_box.search_tab .tab li.on a i.ico_w {
    background-position: -114px -33px;
}

.tab_box.main_tab .tab li.on a i.ico_m, .tab_box.search_tab .tab li.on a i.ico_m {
    background-position: -190px -33px;
}

.tab_box.main_tab .tab li.on a i.ico_contest, .tab_box.search_tab .tab li.on a i.ico_contest {
    background-position: -266px -33px;
}

.tab_box.main_tab .tab li.on a i.ico_community, .tab_box.search_tab .tab li.on a i.ico_community {
    background-position: -337px -33px;
}

.tab_box.main_tab .tab li a {
    letter-spacing: -1px;
    font-size: 0.825em;
}

.tab_slide_b {
    overflow: hidden;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    background: #fff;
    margin-bottom: 5px;
}

.tab_slide_b .tab_box .tab {
    border-bottom: none;
}

.tab_slide_b .tab_box .tab li a {
    color: #babcc3;
    padding: 8px;
}

.tab_slide_b .tab_box .tab li a:after {
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    top: 50%;
    right: 0;
    margin-top: -1px;
    content: "";
    background: #9a9ca1;
}

.tab_slide_b .tab_box .tab li:last-of-type a:after {
    display: none;
}

.tab_slide_b .tab_box .tab li.on span {
    color: #ff7200;
}

.tab_slide_b .tab_box .tab li.on a .ico_chk {
    display: inline-block;
    width: 9px;
    height: 9px;
    position: relative;
    margin-right: 3px;
    background-image: url(../image/sp_common.png);
    background-position: -96px -18px;
    background-size: 270px;
}

.tab_slide_b .tab_open_b {
    position: relative;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.tab_slide_b .tab_open_b > ul {
    overflow: hidden;
}

.tab_slide_b .tab_open_b > ul li {
    float: left;
    width: 25%;
    margin-bottom: 8px;
    height: 34px;
}

.tab_slide_b .tab_open_b > ul li a {
    display: block;
    padding: 8px 0;
    border: 1px solid #9a9ca1;
    border-radius: 70px;
    text-align: center;
    color: #9a9ca1;
    margin: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.825em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab_slide_b .tab_open_b > ul li.on a {
    color: #ff7200;
    border: 1px solid #ff7200;
}

.tab_slide_b .tab_open_b .open_more {
    display: block;
    position: absolute;
    height: 18px;
    line-height: 16px;
    padding-right: 5px;
    left: 0;
    right: 0;
    bottom: -18px;
    border-top: 1px solid #c4c4c4;
}

.tab_slide_b .tab_open_b .open_more span {
    position: relative;
    display: block;
    width: 73px;
    height: 18px;
    line-height: 16px;
    padding-right: 5px;
    text-align: center;
    font-size: 0.625em;
    background-image: url(../image/sp_common.png);
    background-position: -122px -17px;
    background-size: 270px;
    margin: 0 auto;
    top: -1px;
    color: #9a9ca1;
}

.tab_slide_b .tab_open_b .open_more span:after {
    position: absolute;
    right: 10px;
    top: 5px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #fa5e73 transparent transparent transparent;
}

.tab_slide_b #tab_sort_hit {
    margin-bottom: 0;
}

.tab_slide_b.contest_tab_b {
    padding-bottom: 0;
}

.tab_slide_b.contest_tab_b .btn_mystyle a {
    display: inline-block;
    border: 1px solid #9a9ca1;
    margin: 2px 10px;
    padding: 0px 4px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tab_slide_b.contest_tab_b .btn_mystyle.on a {
    border: 1px solid #ff7200;
    color: #ff7200;
}

.tab_slide_b.contest_tab_b .btn_mystyle.on .ico_chk {
    display: block;
}

.navi {
    position: relative;
    overflow: hidden;
    background: #fff;
    margin-bottom: 5px;
    border-bottom: 1px solid #d2d2d2;
}

.navi ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.navi ul li {
    display: table-cell;
    vertical-align: middle;
}

.navi ul li a {
    display: block;
    padding: 8px 0;
    position: relative;
    text-align: center;
}

.navi ul li a:after {
    display: block;
    position: absolute;
    width: 1px;
    height: 12px;
    top: 50%;
    right: 0;
    margin-top: -6px;
    content: "";
    background: #c4c4c4;
}

.navi ul li a span {
    display: block;
    padding-top: 8px;
    font-weight: bold;
    color: #9a9ca1;
}

.navi ul li.on a {
    color: #ff7200;
}

.navi ul li.on span {
    color: #ff7200;
}

.navi ul li:last-child a:after {
    display: none;
}

.nav_slide {
    position: relative;
    overflow: hidden;
    background: #fff;
    margin-bottom: 5px;
    border-bottom: 1px solid #d2d2d2;
    height: 34px;
    line-height: 34px;
}

.nav_slide ul.half_li li {
    width: 50%;
}

.nav_slide ul.three_li li {
    width: 33.3333333333%;
}

.nav_slide ul.four_li li {
    width: 25%;
}

.nav_slide ul.penta_li li {
    width: 20%;
}

.nav_slide .swiper-wrapper {
    position: relative;
    z-index: 20;
}

.nav_slide .swiper-wrapper .swiper-slide a {
    display: block;
    text-align: center;
    position: relative;
    padding: 0 8px;
    height: 34px;
}

.nav_slide .swiper-wrapper .swiper-slide a:after {
    display: block;
    position: absolute;
    width: 1px;
    height: 12px;
    top: 50%;
    right: 0;
    margin-top: -6px;
    content: "";
    background: #c4c4c4;
}

.nav_slide .swiper-wrapper .swiper-slide.on a {
    color: #fa5e74;
}

.nav_slide .swiper-wrapper .swiper-slide.on span {
    color: #fa5e74;
}

.nav_slide .swiper-wrapper .swiper-slide:last-child a:after {
    display: none;
}

.nav_slide .swiper-button-prev, .nav_slide .swiper-button-next {
    display: block;
    width: 25px;
    text-align: center;
    color: #9a9ca1;
    font-size: 1.5em;
    height: 30px;
    line-height: 27px;
    margin-top: -15px;
}

.board_list_page {
    padding: 15px 0;
    text-align: center;
}

.board_list_page li {
    padding-left: 0;
    vertical-align: top;
    display: inline-block;
    margin: 0 2px;
}

.board_list_page li.on a {
    background: #fa5e74;
    border-color: #fa5e74;
    color: #fff;
}

.board_list_page li.pg_prev {
    margin-right: 3px;
}

.board_list_page li.pg_next {
    margin-left: 3px;
}

.board_list_page a {
    display: block;
    width: 24px;
    height: 25px;
    line-height: 25px;
    background: #f9f9f9;
    border: 1px solid #c9c9c9;
}

.board_list_page .ico_prv, .board_list_page .ico_nxt {
    vertical-align: top;
    display: inline-block;
    position: relative;
    top: 4px;
    width: 8px;
    height: 15px;
    overflow: hidden;
    background-image: url(../image/sp_common.png);
    background-position: 0 0;
    background-size: 270px;
    text-indent: -9999px;
}

.board_list_page .ico_prv {
    background-position: -95px 0px;
}

.board_list_page .ico_nxt {
    background-position: -108px 0px;
}

.pagination {
    float: right;
}

.pagination span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    background: #fff;
    border: 1px solid #cfcfcf;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -9999px;
}

.pagination .swiper-active-switch {
    background: #fa5e74;
    border: 1px solid #fe680d;
}

.flag_new {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 4.6%;
    width: 18.12%;
    height: 16%;
    background: url(../image/flag_new.png) 0 0 no-repeat;
    background-size: contain;
}

.flag_new_m {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 4.6%;
    width: 18.12%;
    height: 16%;
    background: url(../image/flag_new_m.png) 0 0 no-repeat;
    background-size: contain;
}

.flag_best {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 4.6%;
    width: 18.12%;
    height: 16%;
    background: url(../image/flag_best.png) 0 0 no-repeat;
    background-size: contain;
}

.this_week_list_b .flag_best, .this_week_list_b .flag_new {
    height: 19%;
}

.this_week_list_b .head_b {
    padding-top: 0;
}

.event_img_box {
    margin-bottom: 10px;
    background-color: #fff;
    text-align: center;
}

.event_img_box img {
    width: 100%;
    height: auto;
}

.home .head_b {
    color: #333;
}

.head_b {
    overflow: hidden;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.head_b b{
	font-weight: normal;
    font-size: 16px;
    border-left: 5px solid #ff6600;
    padding-left: 10px;
    color: #ff6600;
}

.head_b::after {
    content: '';
    clear: both;
    display: block;
}

.head_b.head_b2 {
    padding: 10px 8px;
}

.head_b p {
    float: right;
}

.head_b p a {
    font-weight: bold;
}

.head_b p a i {
    font-style: normal;
    font-size: 0.825em;
    position: relative;
    top: -1px;
}

.head_b strong {
    position: relative;
    display: inline-block;
    padding-left: 25px;
}

.head_b strong i {
    position: absolute;
    top: -3px;
    left: -5px;
    display: inline-block;
    width: 25px;
    height: 25px;
}

.head_b strong i.ico_best {
    background-image: url(../image/sp_common.png);
    background-position: -5px -416px;
    background-size: 270px;
}

.head_b strong i.ico_new {
    background-image: url(../image/sp_common.png);
    background-position: -37px -416px;
    background-size: 270px;
}

.head_b strong i.ico_recomm {
    background-image: url(../image/sp_common.png);
    background-position: -67px -416px;
    background-size: 270px;
}

.head_b .pagination {
    position: static;
}

.table_b {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

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

.fixed {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 200;
}

.user_info_b .name, .user_info_b .group {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 8px;
    color: #fa5e74;
    height: 18px;
}

.btn_more a {
    display: block;
    padding: 12px 0;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #d0d0d0;
    position: relative;
}

.home_styleup_b {
    padding: 0 8px;
}

.home_styleup_b .cont_list_01 li .num_b {
    display: none;
}

.menu_b {
    overflow: hidden;
    margin: 5px 0 10px;
    background: #fff;
}

.menu_b .menu_list {
    display: table;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #cacaca;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.menu_b .menu_list li {
    display: table-cell;
    vertical-align: middle;
}

.menu_b .menu_list li a {
    display: block;
    padding: 8px 0;
    border-right: 1px solid #efefef;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu_b .menu_list li.on a {
    color: #ff7200;
}

.home_container > section, .home_container .contents > section, .m_container > section, .m_container .contents > section {
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.home_container > section.pd_0, .home_container .contents > section.pd_0, .m_container > section.pd_0, .m_container .contents > section.pd_0 {
    padding: 0;
}

.home_container > section.cont_list_b2, .home_container .contents > section.cont_list_b2, .m_container > section.cont_list_b2, .m_container .contents > section.cont_list_b2 {
    margin-bottom: 5px;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    background: #fff;
}

.home_container > section.cont_list_b2 .head_b, .home_container .contents > section.cont_list_b2 .head_b, .m_container > section.cont_list_b2 .head_b, .m_container .contents > section.cont_list_b2 .head_b {
    border-bottom: 1px solid #efefef;
}

.home_container > section .new_story_list, .home_container .contents > section .new_story_list, .m_container > section .new_story_list, .m_container .contents > section .new_story_list {
    overflow: hidden;
}

.home_container > section .new_story_list li, .home_container .contents > section .new_story_list li, .m_container > section .new_story_list li, .m_container .contents > section .new_story_list li {
    padding: 8px;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
}

.home_container > section .new_story_list li a, .home_container .contents > section .new_story_list li a, .m_container > section .new_story_list li a, .m_container .contents > section .new_story_list li a {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.home_container > section .new_story_list li a > div, .home_container .contents > section .new_story_list li a > div, .m_container > section .new_story_list li a > div, .m_container .contents > section .new_story_list li a > div {
    display: table-cell;
    vertical-align: middle;
}

.home_container > section .new_story_list li a > div.thm_b, .home_container .contents > section .new_story_list li a > div.thm_b, .m_container > section .new_story_list li a > div.thm_b, .m_container .contents > section .new_story_list li a > div.thm_b {
    width: 45px;
}

.home_container > section .new_story_list li a > div.thm_b > div, .home_container .contents > section .new_story_list li a > div.thm_b > div, .m_container > section .new_story_list li a > div.thm_b > div, .m_container .contents > section .new_story_list li a > div.thm_b > div {
    height: 32px;
    overflow: hidden;
}

.home_container > section .new_story_list li a > div.thm_b img, .home_container .contents > section .new_story_list li a > div.thm_b img, .m_container > section .new_story_list li a > div.thm_b img, .m_container .contents > section .new_story_list li a > div.thm_b img {
    width: 100%;
    height: auto;
}

.home_container > section .new_story_list li a > div p, .home_container .contents > section .new_story_list li a > div p, .m_container > section .new_story_list li a > div p, .m_container .contents > section .new_story_list li a > div p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
    font-size: 0.825em;
}

.home_container > section .new_story_list li a > div p.txt, .home_container .contents > section .new_story_list li a > div p.txt, .m_container > section .new_story_list li a > div p.txt, .m_container .contents > section .new_story_list li a > div p.txt {
    color: #333;
    margin-right: 5px;
    font-weight: bold;
    font-size: 1em;
}

.home_container > section .new_story_list li a > div p span, .home_container .contents > section .new_story_list li a > div p span, .m_container > section .new_story_list li a > div p span, .m_container .contents > section .new_story_list li a > div p span {
    float: left;
    display: inline-block;
    position: relative;
    padding-right: 8px;
    margin-right: 8px;
    overflow: hidden;
}

.home_container > section .new_story_list li a > div p span:after, .home_container .contents > section .new_story_list li a > div p span:after, .m_container > section .new_story_list li a > div p span:after, .m_container .contents > section .new_story_list li a > div p span:after {
    position: absolute;
    right: 0;
    top: 5px;
    content: "";
    width: 1px;
    height: 12px;
    background: #999;
}

.home_container > section .new_story_list li a > div p span:first-child, .home_container .contents > section .new_story_list li a > div p span:first-child, .m_container > section .new_story_list li a > div p span:first-child, .m_container .contents > section .new_story_list li a > div p span:first-child {
    padding: 0 8px 0 18px;
}

.home_container > section .new_story_list li a > div p span:first-child:before, .home_container .contents > section .new_story_list li a > div p span:first-child:before, .m_container > section .new_story_list li a > div p span:first-child:before, .m_container .contents > section .new_story_list li a > div p span:first-child:before {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    width: 14px;
    height: 12px;
    background-image: url(../image/sp_common.png);
    background-position: -106px -81px;
    background-size: 270px;
    background-size: 300px;
}

.home_container > section .new_story_list li:last-of-type, .home_container .contents > section .new_story_list li:last-of-type, .m_container > section .new_story_list li:last-of-type, .m_container .contents > section .new_story_list li:last-of-type {
    border-bottom: none;
}

.home_container > section .fashion_list, .home_container .contents > section .fashion_list, .m_container > section .fashion_list, .m_container .contents > section .fashion_list {
    overflow: hidden;
}

.home_container > section .fashion_list li, .home_container .contents > section .fashion_list li, .m_container > section .fashion_list li, .m_container .contents > section .fashion_list li {
    padding: 8px;
    border-bottom: 1px solid #efefef;
}

.home_container > section .fashion_list li a, .home_container .contents > section .fashion_list li a, .m_container > section .fashion_list li a, .m_container .contents > section .fashion_list li a {
    display: block;
}

.home_container > section .fashion_list li a p, .home_container .contents > section .fashion_list li a p, .m_container > section .fashion_list li a p, .m_container .contents > section .fashion_list li a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home_container > section .fashion_list li a p .ico_reply, .home_container .contents > section .fashion_list li a p .ico_reply, .m_container > section .fashion_list li a p .ico_reply, .m_container .contents > section .fashion_list li a p .ico_reply {
    float: left;
    padding: 0 2px;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    background: #fa5e74;
}

.home_container > section .fashion_list li a p.re_txt, .home_container .contents > section .fashion_list li a p.re_txt, .m_container > section .fashion_list li a p.re_txt, .m_container .contents > section .fashion_list li a p.re_txt {
    position: relative;
    color: #999;
    padding-left: 38px;
    font-size: 0.825em;
    margin-top: 5px;
}

.home_container > section .fashion_list li a p.re_txt:before, .home_container .contents > section .fashion_list li a p.re_txt:before, .m_container > section .fashion_list li a p.re_txt:before, .m_container .contents > section .fashion_list li a p.re_txt:before {
    position: absolute;
    left: 15px;
    top: 2px;
    content: "";
    width: 10px;
    height: 10px;
    border-left: 1px solid #fa5e74;
    border-bottom: 1px solid #fa5e74;
}

.home_container > section .fashion_list li:last-of-type, .home_container .contents > section .fashion_list li:last-of-type, .m_container > section .fashion_list li:last-of-type, .m_container .contents > section .fashion_list li:last-of-type {
    border-bottom: none;
}

.pd_08 {
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mg_08 {
    margin: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cont_list {
    overflow: hidden;
}

.cont_list li {
    float: left;
    width: 50%;
    overflow: hidden;
}

.cont_list li a {
    background: #fff;
}

.cont_list.cont_list_01 li a {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 4px 8px 0;
}

.cont_list.cont_list_01 li a .img_b {
    position: relative;
    overflow: hidden;
}

.cont_list.cont_list_01 li a .img_b img {
    width: 100%;
    height: auto;
}

.cont_list.cont_list_01 li a .txt_b {
    padding: 8px;
    height: 36px;
}

.cont_list.cont_list_01 li a .txt_b b {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cont_list.cont_list_01 li a .num_b {
    border-top: 1px solid #ddd;
    font-size: 0.825em;
}

.cont_list.cont_list_01 li a .num_b span {
    float: left;
    display: block;
    width: 50%;
    padding: 5px 8px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #757575;
}

.cont_list.cont_list_01 li a .num_b span:first-child {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cont_list.cont_list_01 li a .num_b span:first-child:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    content: "";
    background: #ddd;
    min-height: 100%;
}

.cont_list.cont_list_01 li a .num_b span i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.cont_list.cont_list_01 li a .num_b span i.ico_heart {
    background-image: url(../image/sp_common.png);
    background-position: -148px -35px;
    background-size: 270px;
}

.cont_list.cont_list_01 li a .num_b span i.ico_rep {
    background-image: url(../image/sp_common.png);
    background-position: -98px -35px;
    background-size: 270px;
}

.cont_list.cont_list_01 li:nth-child(even) a {
    margin: 0 0 8px 4px;
}

.cont_list.cont_list_01_v2 li .contents {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 4px 8px 0;
}

.cont_list.cont_list_01_v2 li .contents .img_b {
    position: relative;
    overflow: hidden;
}

.cont_list.cont_list_01_v2 li .contents .img_b img {
    width: 100%;
    height: auto;
}

.cont_list.cont_list_01_v2 li .contents .txt_b {
    padding: 8px;
}

.cont_list.cont_list_01_v2 li .contents .txt_b b, .cont_list.cont_list_01_v2 li .contents .txt_b strong {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cont_list.cont_list_01_v2 li .contents .num_b {
    overflow: hidden;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 0.825em;
}

.cont_list.cont_list_01_v2 li .contents .num_b span {
    float: left;
    display: block;
    width: 50%;
    padding: 5px 8px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #757575;
}

.cont_list.cont_list_01_v2 li .contents .num_b span:first-child {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cont_list.cont_list_01_v2 li .contents .num_b span:first-child:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    content: "";
    background: #ddd;
    min-height: 100%;
}

.cont_list.cont_list_01_v2 li .contents .num_b span i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.cont_list.cont_list_01_v2 li .contents .num_b span i.ico_heart {
    background-image: url(../image/sp_common.png);
    background-position: -148px -35px;
    background-size: 270px;
}

.cont_list.cont_list_01_v2 li .contents .num_b span i.ico_rep {
    background-image: url(../image/sp_common.png);
    background-position: -98px -35px;
    background-size: 270px;
}

.cont_list.cont_list_01_v2 li .contents .btn_styleup_play {
    display: block;
    width: 72%;
    max-width: 215px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fa5e74;
    color: #fff;
    padding: 5px 0;
    margin: 5px auto 0;
}

.cont_list.cont_list_01_v2 li:nth-child(even) a {
    margin: 0 0 8px 4px;
}

.cont_list.cont_list_02, .cont_list.cont_list_04 {
    padding: 8px;
}

.cont_list.cont_list_02 li a, .cont_list.cont_list_04 li a {
    display: block;
    position: relative;
    border: 1px solid #d0d0d0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    margin: 0 4px 8px 0;
}

.cont_list.cont_list_02 li a .curtain, .cont_list.cont_list_04 li a .curtain {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cont_list.cont_list_02 li a .curtain b, .cont_list.cont_list_04 li a .curtain b {
    display: block;
    color: #fa5e74;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cont_list.cont_list_02 li a .curtain span, .cont_list.cont_list_04 li a .curtain span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cont_list.cont_list_02 li a img, .cont_list.cont_list_04 li a img {
    width: 100%;
    height: auto;
}

.cont_list.cont_list_02 li.first_li, .cont_list.cont_list_04 li.first_li {
    width: 100%;
}

.cont_list.cont_list_02 li.first_li .styleup_list, .cont_list.cont_list_04 li.first_li .styleup_list {
    margin-bottom: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cont_list.cont_list_02 li.first_li .styleup_list li:nth-of-type(2), .cont_list.cont_list_04 li.first_li .styleup_list li:nth-of-type(2) {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.cont_list.cont_list_02 li.first_li .styleup_list li:nth-of-type(2) a, .cont_list.cont_list_04 li.first_li .styleup_list li:nth-of-type(2) a {
    height: 100%;
}

.cont_list.cont_list_02 li.first_li .styleup_list li:nth-of-type(2) .tb_cell_txt, .cont_list.cont_list_04 li.first_li .styleup_list li:nth-of-type(2) .tb_cell_txt {
    position: absolute;
    bottom: 35px;
    right: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 40px;
}

.cont_list.cont_list_02 li.first_li .styleup_list li:nth-of-type(2) .tb_cell_txt p, .cont_list.cont_list_04 li.first_li .styleup_list li:nth-of-type(2) .tb_cell_txt p {
    padding: 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.cont_list.cont_list_02 li.first_li .styleup_list li:nth-of-type(2) .tb_cell_txt p span, .cont_list.cont_list_04 li.first_li .styleup_list li:nth-of-type(2) .tb_cell_txt p span {
    display: block;
    font-weight: 100;
}

.cont_list.cont_list_02 li.first_li a, .cont_list.cont_list_04 li.first_li a {
    margin: 0 !important;
}

.cont_list.cont_list_02 li:nth-child(odd) a, .cont_list.cont_list_04 li:nth-child(odd) a {
    margin: 0 0 8px 4px;
}

.cont_list.cont_list_02 .styleup_list, .cont_list.cont_list_04 .styleup_list {
    position: relative;
    overflow: hidden;
    border: 1px solid #d0d0d0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cont_list.cont_list_02 .styleup_list li, .cont_list.cont_list_04 .styleup_list li {
    position: relative;
}

.cont_list.cont_list_02 .styleup_list li a, .cont_list.cont_list_04 .styleup_list li a {
    border: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.cont_list.cont_list_02 .styleup_list .num_b, .cont_list.cont_list_04 .styleup_list .num_b {
    overflow: hidden;
    border-top: 1px solid #ddd;
    font-size: 0.825em;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.cont_list.cont_list_02 .styleup_list .num_b span, .cont_list.cont_list_04 .styleup_list .num_b span {
    float: left;
    display: block;
    width: 50%;
    padding: 5px 8px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #757575;
}

.cont_list.cont_list_02 .styleup_list .num_b span:first-child, .cont_list.cont_list_04 .styleup_list .num_b span:first-child {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cont_list.cont_list_02 .styleup_list .num_b span:first-child:after, .cont_list.cont_list_04 .styleup_list .num_b span:first-child:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    content: "";
    background: #ddd;
    min-height: 100%;
}

.cont_list.cont_list_02 .styleup_list .num_b span i, .cont_list.cont_list_04 .styleup_list .num_b span i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.cont_list.cont_list_02 .styleup_list .num_b span i.ico_heart, .cont_list.cont_list_04 .styleup_list .num_b span i.ico_heart {
    background-image: url(../image/sp_common.png);
    background-position: -148px -35px;
    background-size: 270px;
}

.cont_list.cont_list_02 .styleup_list .num_b span i.ico_rep, .cont_list.cont_list_04 .styleup_list .num_b span i.ico_rep {
    background-image: url(../image/sp_common.png);
    background-position: -98px -35px;
    background-size: 270px;
}

.cont_list .game_tit {
    font-weight: bold;
}

.cont_list.cont_list_03 li {
    float: left;
    width: 33.3333333333%;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #efefef;
}

.cont_list.cont_list_03 li a .thm_b {
    float: left;
    max-width: 100%;
    max-height: 150px;
    overflow: hidden;
}

.cont_list.cont_list_03 li a .thm_b img {
    width: 100%;
    height: auto;
}

.cont_list.cont_list_03 li a .cont_info {
    clear: both;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cont_list.cont_list_03 li a .cont_info > p {
    margin: 0 8px;
}

.cont_list.cont_list_03 li a .cont_info > p.game_tit {
    padding: 5px 0 0;
}

.cont_list.cont_list_03 li a .cont_info > p:first-child b {
    display: block;
}

.cont_list.cont_list_03 li a .cont_info > p:first-child span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cont_list.cont_list_03 li a .cont_info > p:nth-of-type(2) {
    text-align: right;
    padding-right: 8px;
}

.cont_list.cont_list_03 li a .cont_info > p:nth-of-type(2) span {
    position: relative;
    display: inline-block;
    color: #fa5e74;
    float: left;
}

.cont_list.cont_list_03 li a .cont_info > p:nth-of-type(2) span:nth-of-type(2), .cont_list.cont_list_03 li a .cont_info > p:nth-of-type(2) span:nth-of-type(3) {
    float: none;
    padding-left: 25px;
}

.cont_list.cont_list_03 li a .cont_info > p:nth-of-type(2) span:nth-of-type(2):before, .cont_list.cont_list_03 li a .cont_info > p:nth-of-type(2) span:nth-of-type(3):before {
    width: 18px;
    height: 12px;
    content: "";
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
}

.cont_list.cont_list_03 li a .cont_info > p:nth-of-type(2) span:nth-of-type(2):before {
    width: 12px;
    background-image: url(../image/sp_common.png);
    background-position: -149px -54px;
    background-size: 270px;
}

.cont_list.cont_list_03 li a .cont_info > p:nth-of-type(2) span:nth-of-type(3):before {
    background-image: url(../image/sp_common.png);
    background-position: -172px -54px;
    background-size: 270px;
}

.cont_list.cont_list_03 li a .cont_info .user_info_b {
    margin-top: 5px;
    position: relative;
}

.cont_list.cont_list_03 li a .cont_info .ico_right_b {
    padding: 5px 8px;
    line-height: 1.5;
}

.cont_list.cont_list_03 li a .cont_info .ico_right_b span {
    position: relative;
    display: inline-block;
    color: #fa5e74;
    float: left;
}

.cont_list.cont_list_03 li a .cont_info .ico_right_b span:nth-of-type(1), .cont_list.cont_list_03 li a .cont_info .ico_right_b span:nth-of-type(2) {
    float: none;
    padding-left: 25px;
}

.cont_list.cont_list_03 li a .cont_info .ico_right_b span:nth-of-type(1):before, .cont_list.cont_list_03 li a .cont_info .ico_right_b span:nth-of-type(2):before {
    width: 18px;
    height: 12px;
    content: "";
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
}

.cont_list.cont_list_03 li a .cont_info .ico_right_b span:nth-of-type(1):before {
    width: 12px;
    background-image: url(../image/sp_common.png);
    background-position: -149px -54px;
    background-size: 270px;
}

.cont_list.cont_list_03 li a .cont_info .ico_right_b span:nth-of-type(2):before {
    background-image: url(../image/sp_common.png);
    background-position: -172px -54px;
    background-size: 270px;
}

.cont_list.cont_list_03 li:last-of-type {
    border-bottom: none;
}

.cont_list.cont_list_04 li a {
    margin: 0 4px 8px 0 !important;
}

.cont_list.cont_list_04 li a .thm {
    max-height: 246px;
    overflow: hidden;
}

.cont_list.cont_list_04 li a .curtain {
    padding: 5px 8px;
    line-height: 1.4;
}

.cont_list.cont_list_04 li a .curtain .info {
    font-size: 0.825em;
    line-height: 1.5;
}

.cont_list.cont_list_04 li a .curtain .info span {
    position: relative;
    display: inline-block;
    color: #b6b6b6;
}

.cont_list.cont_list_04 li a .curtain .info span:first-child {
    padding: 0 5px 0 15px;
}

.cont_list.cont_list_04 li a .curtain .info span:first-child:before {
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    width: 10px;
    height: 9px;
    background-image: url(../image/sp_common.png);
    background-position: -142px -84px;
    background-size: 270px;
    background-size: 300px;
}

.cont_list.cont_list_04 li a .curtain .info span:first-child:after {
    position: absolute;
    right: 0;
    top: 5px;
    content: "";
    width: 1px;
    height: 8px;
    background: #b6b6b6;
}

.cont_list.cont_list_04 li:nth-child(even) a {
    margin: 0 0 8px 4px !important;
}

.home_container #home_styleup_best .cont_list_02 {
    padding: 0;
}

.home_container #home_styleup_best .cont_list_02 > li .slide_mg {
    margin-right: 8px;
}

.home_container #home_styleup_best .cont_list_02 > li:nth-of-type(even) .slide_mg {
    margin-right: 0;
    margin-left: 8px;
}

.contest_tab_result_b3 {
    overflow: hidden;
}

.contest_tab_result_b3 ul {
    overflow: hidden;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

.contest_tab_result_b3 ul li .contest_info_b {
    display: block;
    text-align: center;
    overflow: hidden;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 4px 8px 0;
    background: #fff;
    position: relative;
}

.contest_tab_result_b3 ul li .contest_info_b a {
    display: block;
    text-align: center;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.contest_tab_result_b3 ul li .contest_info_b a p.img_b {
    position: relative;
    height: 150px;
    overflow: hidden;
}

.contest_tab_result_b3 ul li .contest_info_b a p.img_b .flipInY {
    display: block;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
}

.contest_tab_result_b3 ul li .contest_info_b a p.img_b img {
    width: 100%;
    height: auto;
}

.contest_tab_result_b3 ul li .contest_info_b a p.txt_b {
    text-align: left;
    padding: 8px;
}

.contest_tab_result_b3 ul li .contest_info_b a p.txt_b b {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contest_tab_result_b3 ul li .contest_info_b a p.recommend_b {
    padding: 8px 0;
    color: #bababa;
    border-top: 1px solid #ddd;
}

.contest_tab_result_b3 ul li .contest_info_b a p.recommend_b .img_chk {
    display: inline-block;
    width: 17px;
    height: 15px;
    margin-right: 5px;
    text-indent: -9999px;
    background-image: url(../image/sp_common.png);
    background-position: -122px -35px;
    background-size: 270px;
}

.contest_tab_result_b3 ul li .contest_info_b a p.recommend_b.on {
    color: #fa5e74;
}

.contest_tab_result_b3 ul li .contest_info_b a p.recommend_b.on .img_chk {
    background-image: url(../image/sp_common.png);
    background-position: -122px -53px;
    background-size: 270px;
}

.contest_tab_result_b3 ul li:nth-of-type(even) .contest_info_b {
    margin: 0 0 8px 4px;
}

.contest_tab_result_b3 .btn_more a {
    border-top: 1px solid #d0d0d0;
    border-bottom: 0 none;
}

.sub_container .style_result_b {
    position: relative;
    padding: 8px;
}

.sub_container .style_result_b .s_result_box {
    margin: -12px -8px 0;
}

.sub_container .best_look_b {
    text-align: center;
    padding: 0px 8px 15px;
    overflow: hidden;
}

.sub_container .best_look_b .tit_b {
    margin: 10px 40px;
    overflow: hidden;
}

.sub_container .best_look_b .tit_b img {
    width: 100%;
    height: auto;
}

.sub_container .best_look_b .info_txt {
    margin: 10px 0;
}

.sub_container .best_look_b .view_b {
    position: relative;
    min-height: 35px;
}

.sub_container .best_look_b .view_b .btn_view {
    display: block;
    background: #fff;
    width: 144px;
    padding: 8px 15px 8px 8px;
    border: 1px solid #cacaca;
    -webkit-border-radius: 144px;
    -moz-border-radius: 144px;
    border-radius: 144px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.sub_container .best_look_b .view_b .btn_view:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    background-image: url(../image/sp_common.png);
    background-position: -52px -14px;
    background-size: 270px;
}

.sub_container .best_look_b .view_b .view_cont {
    position: relative;
    top: -20px;
    z-index: 1;
    border: 1px solid #cacaca;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #fff;
}

.sub_container .best_look_b .view_b .view_cont ol {
    list-style-type: none;
    padding: 0 25px;
}

.sub_container .best_look_b .view_b .view_cont ol li {
    padding: 25px 0;
    border-bottom: 1px solid #ececec;
    text-align: left;
    font-size: 0.825em;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.sub_container .best_look_b .view_b .view_cont ol li p {
    display: table-cell;
    vertical-align: middle;
}

.sub_container .best_look_b .view_b .view_cont ol li p:nth-of-type(1) {
    width: 35px;
    font-size: 3em;
}

.sub_container .best_look_b .view_b .view_cont ol li p:nth-of-type(2) {
    padding-right: 30px;
}

.sub_container .best_look_b .view_b .view_cont ol li p:nth-of-type(3) {
    width: 59px;
}

.sub_container .best_look_b .view_b .view_cont ol li p:nth-of-type(3) i {
    display: block;
    width: 59px;
    height: 58px;
}

.sub_container .best_look_b .view_b .view_cont ol li p.img_01 i {
    background-image: url(../image/sp_common.png);
    background-position: -195px -208px;
    background-size: 270px;
}

.sub_container .best_look_b .view_b .view_cont ol li p.img_02 i {
    background-image: url(../image/sp_common.png);
    background-position: -5px -208px;
    background-size: 270px;
}

.sub_container .best_look_b .view_b .view_cont ol li p.img_03 i {
    background-image: url(../image/sp_common.png);
    background-position: -69px -208px;
    background-size: 270px;
}

.sub_container .best_look_b .view_b .view_cont ol li p.img_04 i {
    background-image: url(../image/sp_common.png);
    background-position: -132px -208px;
    background-size: 270px;
}

.sub_container .best_look_b .user_info_b .myLv {
    display: none !important;
}

.sub_container .contest_list {
    overflow: hidden;
    padding-bottom: 5px;
}

.sub_container .contest_list li {
    float: left;
    width: 33.3333333333%;
}

.sub_container .contest_list li a {
    display: block;
    text-align: center;
    overflow: hidden;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    position: relative;
    margin: 0 4px;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.sub_container .contest_list li a p.img_b {
    position: relative;
    height: 150px;
    overflow: hidden;
}

.sub_container .contest_list li a p.img_b .flipInY {
    display: block;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
}

.sub_container .contest_list li a p.img_b img {
    width: 100%;
    height: auto;
}

.sub_container .contest_list li a p.txt_b {
    text-align: left;
    padding: 8px;
}

.sub_container .contest_list li a p.txt_b b {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 18px;
}

.sub_container .contest_list li a p.txt_b span {
    display: block;
    min-height: 18px;
}

.sub_container .contest_list li a p.num_b {
    position: relative;
    border: 0 none;
    padding: 0;
    overflow: hidden;
    margin: 0 7px;
}

.sub_container .contest_list li a p.num_b::after {
    content: '';
    clear: both;
    display: block;
}

.sub_container .contest_list li a p.num_b span {
    float: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sub_container .contest_list li a p.num_b span:first-child {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-right: 25px;
    color: #757575;
    font-size: 0.825em;
    text-align: left;
}

.sub_container .contest_list li a p.num_b span:first-child:after {
    display: none;
}

.sub_container .contest_list li a p.num_b i {
    display: inline-block;
    margin: 0 5px;
    position: relative;
    top: 1px;
}

.sub_container .contest_list li a p.num_b i.ico_bal {
    width: 16px;
    height: 16px;
    background-image: url(../image/sp_common.png);
    background-position: -74px -35px;
    background-size: 270px;
}

.sub_container .contest_list li a p.num_b i.ico_arr {
    width: 14px;
    height: 11px;
    background-image: url(../image/sp_common.png);
    background-position: -173px -37px;
    background-size: 270px;
}

.sub_container .contest_list li a p.recommend_b {
    padding: 8px 0;
    color: #bababa;
    border-top: 1px solid #ddd;
}

.sub_container .contest_list li a p.recommend_b .img_chk {
    display: inline-block;
    width: 17px;
    height: 15px;
    margin-right: 5px;
    text-indent: -9999px;
    background-image: url(../image/sp_common.png);
    background-position: -122px -35px;
    background-size: 270px;
}

.sub_container .contest_list li a p.recommend_b.on {
    color: #fa5e74;
}

.sub_container .contest_list li a p.recommend_b.on .img_chk {
    background-image: url(../image/sp_common.png);
    background-position: -122px -53px;
    background-size: 270px;
}

.sub_container .contest_list.contest_list2 li {
    width: 50%;
}

.sub_container .contest_list.contest_list2 li .contest_info_b {
    display: block;
    text-align: center;
    overflow: hidden;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 4px 8px 0;
    background: #fff;
    position: relative;
}

.sub_container .contest_list.contest_list2 li .contest_info_b a {
    box-shadow: none;
    margin: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.sub_container .contest_list.contest_list2 li:nth-of-type(even) .contest_info_b {
    margin: 0 0 8px 4px;
}

.sub_container .contest_list .user_info_b {
    margin-bottom: 8px;
    text-align: left;
}

.read_container.m_contest .contest_b header {
    border-bottom: 2px solid #00a9e3;
}

.read_container.m_contest .contest_list_b {
    background: #badfec;
}

.read_container.m_contest .contest_info_b .tab_box {
    border-top: 1px solid #00a9e3;
    border-bottom: 1px solid #00a9e3;
}

.read_container.m_contest .contest_info_b .tab_box li {
    border-right: 1px solid #00a9e3;
}

.read_container.m_contest .contest_info_b .tab_box li a {
    color: #00a9e3;
}

.read_container.m_contest .contest_info_b .tab_box li.on {
    background: #00a9e3;
}

.read_container.m_contest .contest_info_b .contest_tab_result_b2 .btn_style_view, .read_container.m_contest .contest_info_b .contest_tab_result_b2 .btn_recom {
    color: #00a9e3;
    border: 1px solid #00a9e3;
}

.read_container.m_contest .contest_info_b .txt_b a {
    background: #00a9e3 !important;
    border-color: #00a9e3 !important;
}

.read_container.m_contest .reply_wrap .emo_box .swiper-pagination span.swiper-active-switch {
    background: #00a9e3;
    border: 1px solid #00a9e3;
}

.read_container.m_contest .reply_wrap .emo_box .emo_list li.on a {
    border: 1px solid #00a9e3;
}

.read_container.m_contest .fix_share_b .ico_grab {
    background-image: url(../image/sp_common.png);
    background-position: -5px -288px;
    background-size: 270px;
}

.read_container.m_contest .fix_share_b .share_in_b {
    border-top: 4px solid #ff7200;
}

.read_container.m_contest .fix_share_b .share_in_b .share_in > div.btn_rec {
    background: #00a9e3;
}

.read_container.m_contest .fix_share_b .share_in_b .share_in > div.btn_rec i.on {
    color: #00a9e3;
}

.read_container.m_contest .fix_share_b.open .ico_grab {
    background-image: url(../image/sp_common.png);
    background-position: -5px -303px;
    background-size: 270px;
}

.read_container .contest_b {
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #d7d7d7;
}

.read_container .contest_b header {
    overflow: hidden;
    padding: 15px 7px;
    border-bottom: 2px solid #fa5e74;
}

.read_container .contest_b header h2 {
    margin-bottom: 15px;
    font-size: 1.15em;
}

.read_container .contest_b header p {
    color: #999;
}

.read_container .contest_b header .btn_del {
    float: right;
    color: #999;
    display: inline-block;
    border: 1px solid #9a9ca1;
    width: 70px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
}

.read_container .contest_b .user_info_b .half_b {
    position: relative;
}

.read_container .contest_b .user_info_b .half_b .group {
    float: left;
}

.read_container .contest_b .user_info_b .half_b time {
    position: relative;
    top: 2px;
    color: #999;
}

.read_container .contest_list_b {
    position: relative;
    overflow: hidden;
    background: #feced4;
    padding: 32px 0;
}

.read_container .contest_list_b .slide_img_b {
    overflow: hidden;
    width: 207px;
    height: 455px;
    margin: 0 auto;
    position: relative;
    z-index: 20;
}

.read_container .contest_list_b .slide_img_b ul {
    width: 621px;
    height: 455px;
}

.read_container .contest_list_b .slide_img_b ul li {
    float: left;
    overflow: hidden;
    width: 207px;
    height: 455px;
}

.read_container .contest_list_b .slide_img_b ul li a {
    display: block;
    border: 5px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.read_container .contest_list_b .slide_img_b ul li a img {
    width: 100%;
    height: auto;
}

.read_container .contest_list_b .arrow_b {
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -20px;
    z-index: 10;
}

.read_container .contest_list_b .arrow_b a {
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
}

.read_container .contest_list_b .arrow_b a.btn_prev {
    float: left;
    margin-left: 7px;
    background-image: url(../image/sp_common.png);
    background-position: -5px -164px;
    background-size: 270px;
}

.read_container .contest_list_b .arrow_b a.btn_next {
    float: right;
    margin-right: 7px;
    background-image: url(../image/sp_common.png);
    background-position: -48px -164px;
    background-size: 270px;
}

.read_container .contest_list_b .flipInY {
    display: block;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
}

.read_container .contest_info_b .tab_box {
    overflow: hidden;
    background: #fff;
    border-top: 1px solid #fa5e74;
    border-bottom: 1px solid #fa5e74;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.read_container .contest_info_b .tab_box li {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #fa5e74;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}

.read_container .contest_info_b .tab_box li a {
    display: block;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
    color: #fa5e74;
}

.read_container .contest_info_b .tab_box li a span {
    display: block;
}

.read_container .contest_info_b .tab_box li:last-of-type {
    border: 0 none;
}

.read_container .contest_info_b .tab_box li.on {
    background: #fa5e74;
}

.read_container .contest_info_b .tab_box li.on a {
    color: #fff;
}

.read_container .contest_info_b .contest_tab_result_b2 li {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #ececec;
}

.read_container .contest_info_b .contest_tab_result_b2 li p {
    display: table-cell;
    vertical-align: middle;
    padding: 0 8px;
}

.read_container .contest_info_b .contest_tab_result_b2 li p.img_b {
    width: 50px;
}

.read_container .contest_info_b .contest_tab_result_b2 li p.img_b .thm {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border: 1px solid #cacaca;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
}

.read_container .contest_info_b .contest_tab_result_b2 li p.img_b .thm img {
    width: inherit;
    height: auto;
}

.read_container .contest_info_b .contest_tab_result_b2 li p.btn a {
    float: right;
}

.read_container .contest_info_b .contest_tab_result_b2 .btn_style_view, .read_container .contest_info_b .contest_tab_result_b2 .btn_recom {
    color: #fa5e74;
    border: 1px solid #fa5e74;
    padding: 8px;
    min-width: 95px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.read_container .contest_info_b .contest_tab_result_b2 .recom_empty_b {
    overflow: hidden;
    text-align: center;
    padding: 25px 7px;
}

.read_container .contest_info_b .contest_tab_result_b2 .recom_empty_b p {
    margin-bottom: 15px;
}

.read_container .contest_info_b .contest_tab_result_b2 .user_info_b {
    display: table-cell;
    vertical-align: middle;
}

.read_container .contest_info_b .contest_tab_result_b2 .user_info_b p {
    display: block;
}

.read_container .contest_tab_result_b {
    padding: 15px 8px;
}

.read_container .contest_tab_result_b .result_list {
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    font-size: 0.825em;
}

.read_container .contest_tab_result_b .result_list li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.read_container .contest_tab_result_b .result_list li:nth-child(2) {
    padding: 0 8px;
}

.read_container .contest_tab_result_b .result_list li .txt_b > div {
    margin: 8px 0;
}

.read_container .contest_tab_result_b .result_list li .txt_b > div p {
    font-weight: bold;
}

.read_container .contest_tab_result_b .result_list li .txt_b .btn_styleup_play {
    display: block;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fa5e74;
    color: #fff;
    padding: 5px 0;
    margin: 5px 0;
    line-height: 30px;
}

.read_container .contest_tab_result_b .result_list li .thm {
    height: 150px;
}

.read_container .contest_tab_result_b .result_list li .thm img {
    width: auto;
    height: 150px;
}

.read_container .new_styleup_contents {
    padding: 0px 8px 8px;
    overflow: hidden;
}

.read_container .new_styleup_contents .content_box .top {
    display: table;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
}

.read_container .new_styleup_contents .content_box .top > div {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    font-size: 14px;
}

.read_container .new_styleup_contents .content_box .top > div:nth-child(2) {
    padding: 0 8px;
}

.read_container .new_styleup_contents .content_box .top > div.txt_b > div {
    margin: 8px 0;
}

.read_container .new_styleup_contents .content_box .top > div.txt_b > div p {
    font-weight: bold;
}

.read_container .new_styleup_contents .content_box .top > div.txt_b .btn_styleup_play {
    display: block;
    max-width: 215px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fa5e74;
    color: #fff;
    padding: 5px 0;
    margin-top: 5px;
}

.read_container .new_styleup_contents .content_box .top > div.thm > a {
    display: block;
    padding-right: 4px;
}

.read_container .new_styleup_contents .content_box .top > div.thm img {
    width: 100%;
    height: auto;
}

.read_container .new_styleup_contents .content_box .result_list {
    overflow: hidden;
    margin-top: 8px;
}

.read_container .new_styleup_contents .content_box .result_list li {
    float: left;
    width: 50%;
}

.read_container .new_styleup_contents .content_box .result_list li .content {
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

.read_container .new_styleup_contents .content_box .result_list li img {
    width: 100%;
    height: auto;
}

.read_container .new_styleup_contents .content_box .result_list li .txt_b {
    padding: 8px;
}

.read_container .new_styleup_contents .content_box .result_list li .txt_b span, .read_container .new_styleup_contents .content_box .result_list li .txt_b strong {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.read_container .new_styleup_contents .content_box .result_list li .btn_styleup_play {
    display: block;
    width: 72%;
    max-width: 215px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fa5e74;
    color: #fff;
    padding: 5px 0;
    margin: 0 auto 10px;
}

.read_container .new_styleup_contents .content_box .result_list li:nth-of-type(even) .content {
    margin-left: 4px;
}

.read_container .new_styleup_contents .content_box .result_list li:nth-of-type(odd) .content {
    margin-right: 4px;
}

.read_container .contest_style_01 {
    overflow: hidden;
    padding: 0 8px;
    background: #fff;
    margin: 5px 0;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
}

.read_container .contest_style_01 li {
    float: left;
    width: 50%;
    overflow: hidden;
}

.read_container .contest_style_01 li a {
    display: block;
    position: relative;
    border: 1px solid #d0d0d0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    margin: 0 4px 8px 0;
    background: #fff;
}

.read_container .contest_style_01 li a .thm {
    max-height: 246px;
    overflow: hidden;
}

.read_container .contest_style_01 li a .curtain {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}

.read_container .contest_style_01 li a .curtain b {
    display: block;
    color: #fa5e74;
}

.read_container .contest_style_01 li a .info {
    font-size: 0.825em;
}

.read_container .contest_style_01 li a .info span {
    position: relative;
    display: inline-block;
    color: #b6b6b6;
}

.read_container .contest_style_01 li a .info span:first-child {
    padding: 0 5px 0 15px;
}

.read_container .contest_style_01 li a .info span:first-child:before {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    width: 10px;
    height: 9px;
    background-image: url(../image/sp_common.png);
    background-position: -142px -84px;
    background-size: 270px;
    background-size: 300px;
}

.read_container .contest_style_01 li a .info span:first-child:after {
    position: absolute;
    right: 0;
    top: 4px;
    content: "";
    width: 1px;
    height: 8px;
    background: #b6b6b6;
}

.read_container .contest_style_01 li a img {
    width: 100%;
    height: auto;
}

.read_container .contest_style_01 li:nth-child(even) a {
    margin: 0 0 8px 4px !important;
}

.read_container .contest_style_02 {
    overflow: hidden;
    padding: 0 8px;
    background: #fff;
    margin: 5px 0;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
}

.read_container .contest_style_02 li {
    float: left;
    width: 33.3333333333%;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #efefef;
}

.read_container .contest_style_02 li a .thm_b {
    float: left;
    max-width: 100%;
    max-height: 150px;
    overflow: hidden;
}

.read_container .contest_style_02 li a .thm_b img {
    width: 100%;
    height: auto;
}

.read_container .contest_style_02 li a .cont_info {
    clear: both;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.read_container .contest_style_02 li a .cont_info > p {
    margin: 0 8px;
}

.read_container .contest_style_02 li a .cont_info > p.game_tit {
    padding: 5px 0 0;
}

.read_container .contest_style_02 li a .cont_info > p:first-child b {
    display: block;
}

.read_container .contest_style_02 li a .cont_info > p:first-child span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.read_container .contest_style_02 li a .cont_info > p:nth-of-type(2) {
    text-align: right;
    padding-right: 8px;
}

.read_container .contest_style_02 li a .cont_info > p:nth-of-type(2) span {
    position: relative;
    display: inline-block;
    color: #fa5e74;
    float: left;
}

.read_container .contest_style_02 li a .cont_info > p:nth-of-type(2) span:nth-of-type(2), .read_container .contest_style_02 li a .cont_info > p:nth-of-type(2) span:nth-of-type(3) {
    float: none;
    padding-left: 25px;
}

.read_container .contest_style_02 li a .cont_info > p:nth-of-type(2) span:nth-of-type(2):before, .read_container .contest_style_02 li a .cont_info > p:nth-of-type(2) span:nth-of-type(3):before {
    width: 18px;
    height: 12px;
    content: "";
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
}

.read_container .contest_style_02 li a .cont_info > p:nth-of-type(2) span:nth-of-type(2):before {
    width: 12px;
    background-image: url(../image/sp_common.png);
    background-position: -149px -54px;
    background-size: 270px;
}

.read_container .contest_style_02 li a .cont_info > p:nth-of-type(2) span:nth-of-type(3):before {
    background-image: url(../image/sp_common.png);
    background-position: -172px -54px;
    background-size: 270px;
}

.read_container .contest_style_02 li a .cont_info .user_info_b {
    margin-top: 5px;
    position: relative;
}

.read_container .contest_style_02 li a .cont_info .ico_right_b {
    padding: 5px 8px;
    line-height: 1.5;
}

.read_container .contest_style_02 li a .cont_info .ico_right_b span {
    position: relative;
    display: inline-block;
    color: #fa5e74;
    float: left;
}

.read_container .contest_style_02 li a .cont_info .ico_right_b span:nth-of-type(1), .read_container .contest_style_02 li a .cont_info .ico_right_b span:nth-of-type(2) {
    float: none;
    padding-left: 25px;
}

.read_container .contest_style_02 li a .cont_info .ico_right_b span:nth-of-type(1):before, .read_container .contest_style_02 li a .cont_info .ico_right_b span:nth-of-type(2):before {
    width: 18px;
    height: 12px;
    content: "";
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
}

.read_container .contest_style_02 li a .cont_info .ico_right_b span:nth-of-type(1):before {
    width: 12px;
    background-image: url(../image/sp_common.png);
    background-position: -149px -54px;
    background-size: 270px;
}

.read_container .contest_style_02 li a .cont_info .ico_right_b span:nth-of-type(2):before {
    background-image: url(../image/sp_common.png);
    background-position: -172px -54px;
    background-size: 270px;
}

.read_container .contest_style_02 li:last-of-type {
    border-bottom: none;
}

.read_container .game_nav_b {
    border-bottom: 1px solid #c4c4c4;
    background: #fff;
}

.read_container .game_nav_b ul {
    overflow: hidden;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.read_container .game_nav_b ul li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.read_container .game_nav_b ul li a {
    display: block;
    width: 40px;
    height: 40px;
    font-weight: bold;
    color: #c4c4c4;
    font-size: 1.25em;
    border-right: 1px solid #c4c4c4;
}

.read_container .game_nav_b ul li a i {
    display: block;
    width: 10px;
    height: 24px;
    margin: 0 auto;
    position: relative;
    top: 8px;
    background: url(../image/arr_left.png) center no-repeat;
    background-size: contain;
    font-size: 0;
}

.read_container .game_nav_b ul li:nth-child(2) {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.read_container .game_nav_b ul li:nth-child(3) {
    text-align: right;
}

.read_container .game_nav_b ul li:nth-child(3) a {
    float: right;
    border-left: 1px solid #c4c4c4;
    border-right: none;
}

.read_container .game_nav_b ul li:nth-child(3) a i {
    display: block;
    width: 10px;
    height: 24px;
    margin: 0 auto;
    position: relative;
    top: 8px;
    background: url(../image/arr_right.png) center no-repeat;
    background-size: contain;
}

.read_container .soso_good_b {
    overflow: hidden;
}

.read_container .soso_good_b li {
    display: table;
    table-layout: fixed;
    width: 100%;
    width: 50%;
    float: left;
}

.read_container .soso_good_b li a, .read_container .soso_good_b li p {
    display: table-cell;
    vertical-align: middle;
}

.read_container .soso_good_b li p span {
    display: block;
    margin: 5px 0;
}

.read_container .soso_good_b li a {
    display: inline-block;
    height: 54px;
    width: 54px;
    margin: 0 10px;
    text-indent: -9999px;
}

.read_container .soso_good_b li a.good {
    background-image: url(../image/sp_common.png);
    background-position: -69px -105px;
    background-size: 270px;
}

.read_container .soso_good_b li a.soso {
    background-image: url(../image/sp_common.png);
    background-position: -10px -105px;
    background-size: 270px;
}

.read_container .theme_b {
    overflow: hidden;
    padding: 5px 0;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    background: #f9f9f9;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.read_container .theme_b p {
    width: 60px;
    padding-left: 7px;
}

.read_container .theme_b p, .read_container .theme_b ul {
    display: table-cell;
    vertical-align: middle;
}

.read_container .theme_b a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.read_container .theme_b strong {
    font-size: 0.825em;
}

.read_container .theme_b ul li {
    float: left;
    width: 33.3333333333%;
    margin: 5px 0;
}

.read_container .theme_b ul li a {
    display: block;
    padding: 8px 0;
    border: 1px solid #9a9ca1;
    border-radius: 70px;
    text-align: center;
    color: #9a9ca1;
    margin: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.825em;
    background: #fff;
}

.read_container .best_content_b {
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #d7d7d7;
}

.read_container .best_content_b .head_b {
    position: relative;
}

.read_container .best_content_b ul li {
    position: relative;
    float: left;
    width: 33.3333333333%;
}

.read_container .best_content_b ul li a {
    display: block;
    margin: 0 8px 8px;
    border: 1px solid #d2cecf;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.read_container .best_content_b ul li p {
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.read_container .best_content_b ul li p img {
    width: 100%;
    height: auto;
}

.read_container .best_content_b ul li p:first-child {
    min-height: 20px;
}

.read_container .best_content_b ul li p.name, .read_container .best_content_b ul li p.recom {
    margin: 8px;
}

.read_container .best_content_b ul li p.name {
    margin-bottom: 0;
    margin-left: 0;
}

.read_container .best_content_b ul li p.recom {
    margin-top: 0;
}

.read_container .best_content_b ul li:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -4px;
    left: 2px;
}

.read_container .best_content_b ul li:nth-of-type(1):before {
    background-image: url(../image/sp_common.png);
    background-position: -5px -449px;
    background-size: 270px;
}

.read_container .best_content_b ul li:nth-of-type(2):before {
    background-image: url(../image/sp_common.png);
    background-position: -37px -449px;
    background-size: 270px;
}

.read_container .best_content_b ul li:nth-of-type(3):before {
    background-image: url(../image/sp_common.png);
    background-position: -67px -449px;
    background-size: 270px;
}

.read_container #home_styleup_best, .read_container #home_styleup_good, .read_container .list_wrap {
    background: #fff;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    margin: 5px 0;
}

.read_container .cont_list {
    padding: 0 8px;
}

.fix_share_b {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.fix_share_b .ico_grab {
    display: block;
    width: 108px;
    height: 16px;
    background-image: url(../image/sp_common.png);
    background-position: -68px -319px;
    background-size: 270px;
    position: absolute;
    top: -13px;
    background-repeat: no-repeat;
    left: 50%;
    margin-left: -53px;
}

.fix_share_b .share_in_b {
    background: rgba(0, 0, 0, 0.8);
    border-top: 4px solid #ff7200;
    padding: 10px;
    z-index: 50;
}

.fix_share_b .share_in_b .share_in {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.fix_share_b .share_in_b .share_in > div {
    display: table-cell;
    vertical-align: middle;
    padding-right: 5px;
}

.fix_share_b .share_in_b .share_in > div ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 44px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffeb00;
}

.fix_share_b .share_in_b .share_in > div ul li {
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #fff361;
    border-right: 1px solid #ffd401;
    text-align: center;
}

.fix_share_b .share_in_b .share_in > div ul li a {
    display: block;
    text-indent: -9999px;
}

.fix_share_b .share_in_b .share_in > div ul li a i {
    display: block;
    height: 30px;
    margin: 0 auto;
}

.fix_share_b .share_in_b .share_in > div ul li a i.kt {
    width: 31px;
    background-image: url(../image/sp_common.png);
    background-position: -92px -170px;
    background-size: 270px;
}

.fix_share_b .share_in_b .share_in > div ul li a i.ks {
    width: 16px;
    background-image: url(../image/sp_common.png);
    background-position: -125px -170px;
    background-size: 270px;
}

.fix_share_b .share_in_b .share_in > div ul li a i.fb {
    width: 14px;
    background-image: url(../image/sp_common.png);
    background-position: -146px -170px;
    background-size: 270px;
}

.fix_share_b .share_in_b .share_in > div ul li a i.tw {
    width: 30px;
    height: 25px;
    background-image: url(../image/sp_common.png);
    background-position: -167px -170px;
    background-size: 270px;
}

.fix_share_b .share_in_b .share_in > div ul li.arrow {
    display: none;
    width: 14px;
    text-align: center;
    border-left: 0 none;
}

.fix_share_b .share_in_b .share_in > div ul li.arrow i {
    display: block;
    text-indent: -9999px;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 5px 7px 5px 0;
    border-color: transparent #ff3961 transparent transparent;
    text-align: center;
}

.fix_share_b .share_in_b .share_in > div ul li:first-of-type {
    border-left: 0 none;
}

.fix_share_b .share_in_b .share_in > div ul li:last-of-type {
    border-right: 0 none;
}

.fix_share_b .share_in_b .share_in > div.btn_rec {
    padding-right: 0;
    background: #fa5e74;
    width: 25%;
    height: 44px;
    padding: 0 10px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.fix_share_b .share_in_b .share_in > div.btn_rec a {
    display: block;
    text-align: center;
}

.fix_share_b .share_in_b .share_in > div.btn_rec i {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 0.8em;
    background-image: url(../image/sp_common.png);
    background-position: -201px -169px;
    background-size: 270px;
    font-style: normal;
    color: #fff;
}

.fix_share_b .share_in_b .share_in > div.btn_rec i.on {
    background-image: url(../image/sp_common.png);
    background-position: -232px -169px;
    background-size: 270px;
    color: #fa5e74;
}

.fix_share_b .share_in_b .share_in > div.btn_rec span {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    color: #fff;
    font-size: 0.825em;
}

.fix_share_b.open .ico_grab {
    display: block;
    content: "";
    width: 108px;
    height: 16px;
    background-image: url(../image/sp_common.png);
    background-position: -68px -335px;
    background-size: 270px;
    position: absolute;
    top: -13px;
    background-repeat: no-repeat;
    left: 50%;
    margin-left: -53px;
}

.fix_share_b.open .share_in_b {
    padding: 0;
}

.fix_share_b.open .share_in_b .share_in {
    display: none;
}

@media only screen and (min-width: 1025px) {
    .sub_container .contest_list li a p.img_b {
        position: relative;
        height: 799px;
        overflow: hidden;
    }

    .sub_container .contest_list.contest_list2 li {
        width: 33.3333%;
        height: 440px;
    }

    .sub_container .contest_list.contest_list2 li .contest_info_b {
        margin: 4px !important;
    }

    .sub_container .contest_list.contest_list2 li a p.img_b {
        height: 316px;
    }

    .sub_container .best_look_b .contest_list li a p.img_b {
        position: relative;
        height: 520px;
        overflow: hidden;
    }

    .sub_container .best_look_b .contest_list .user_info_b .myLv {
        display: inline-block !important;
    }

    .cont_list_03 li a .thm_b, .contest_style_02 li a .thm_b {
        max-height: 298px !important;
    }

    .cont_list_04 li a .thm {
        max-height: 480px !important;
    }

    .tab_slide_b .tab_open_b {
        margin-bottom: 30px;
    }

    .tab_slide_b .tab_open_b .open_more {
        height: 28px;
        line-height: 26px;
        bottom: -28px;
    }

    .tab_slide_b .tab_open_b .open_more span {
        width: 157px;
        height: 28px;
        line-height: 26px;
        font-size: 0.825em;
        margin: 0 auto;
        top: -2px;
        background: url(../image/img_open_more.png) top center no-repeat;
        background-size: contain;
    }

    .tab_slide_b .tab_open_b .open_more span:after {
        position: absolute;
        right: 30px;
        top: 50%;
        content: "";
        display: block;
        width: 0;
        height: 0;
        margin-top: -2px;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        border-color: #fa5e73 transparent transparent transparent;
    }

    .cont_list.cont_list_01 li a .num_b span {
        padding: 10px 8px;
        font-size: 1.5em;
    }

    .cont_list.cont_list_02 .styleup_list .num_b span, .cont_list.cont_list_04 .styleup_list .num_b span {
        padding: 10px 8px;
        font-size: 1.5em;
    }

    .contest_tab_result_b3 ul li .contest_info_b a p.img_b {
        position: relative;
        height: 800px;
        overflow: hidden;
    }

    .fix_share_b {
        margin: 0 auto;
        width: 750px;
    }

    #sub_category .swiper-wrapper .swiper-slide {
        width: 150px;
    }

    .read_container .best_content_b ul {
        height: 370px !important;
    }

    .read_container .best_content_b ul > li > a > p:first-child {
        height: 310px;
    }

    .read_container .contest_style_01 li a .thm {
        max-height: 480px;
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .read_container .contest_style_01 li a .info span:first-child {
        position: relative;
        top: 1px;
    }

    .cont_list.cont_list_04 li a .curtain .info span:first-child {
        position: relative;
        top: 1px;
    }

    .tab_slide_b .tab_box .tab li {
        float: left;
        display: block;
        width: 20%;
    }

    .tab_slide_b .tab_open_b > ul li a {
        padding: 9px 0;
    }

    .contest_tab_b .tab_box .tab li {
        width: 33.3333%;
        height: 34px;
    }

    .contest_tab_b .tab_box .tab li.btn_mystyle a {
        position: relative;
        top: 4px;
    }

    .read_container .contest_b header .btn_del {
        line-height: 1.5;
    }
}

#styleup_game_play_modal {
    background: rgba(0, 0, 0, 0.6);
}

#styleup_game_play_modal .table_modal {
    width: 300px;
    margin: 0 auto;
}

#styleup_game_play_modal .table_modal .table_cont {
    background: rgba(0, 0, 0, 0);
}

.styleup #i7game_play_layout #container {
    margin-top: 0 !important;
}

.styleup .game_play_wrap {
    position: relative;
    height: 490px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.styleup .game_play_wrap .cover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.styleup .game_play_wrap .play_top {
    display: table;
    width: 100%;
    height: 80%;
}

.styleup .game_play_wrap .play_now {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.styleup .game_play_wrap .play_now .thm #thm_box {
    margin: 0 auto;
}

.styleup .game_play_wrap .play_now .thm {
    overflow: hidden;
    margin: 0 auto;
}

.styleup .game_play_wrap .play_now .thm a {
    display: block;
    margin: 0 auto;
    width: inherit;
    height: inherit;
}

.styleup .game_play_wrap .play_now .thm a img {
    width: auto;
    height: 100%;
    opacity: 1;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-name: fadeIn;
    animation-duration: 1s;
}

.styleup .game_play_wrap .play_now .btns {
    display: inline-block;
    background: #000;
    border-radius: 100px;
    overflow: hidden;
    height: 40px;
    border: 0 none;
}

.styleup .game_play_wrap .play_now .btns .btn_play {
    display: inline-block;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;
    background: #fa5e74;
    background: -moz-linear-gradient(top, #fc8b9b 0%, #fc8b9b 50%, #fa5e74 50%, #fa5e74 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc8b9b), color-stop(50%, #fc8b9b), color-stop(50%, #fa5e74), color-stop(100%, #fa5e74));
    background: -webkit-linear-gradient(top, #fc8b9b 0%, #fc8b9b 50%, #fa5e74 50%, #fa5e74 100%);
    background: -o-linear-gradient(top, #fc8b9b 0%, #fc8b9b 50%, #fa5e74 50%, #fa5e74 100%);
    background: -ms-linear-gradient(top, #fc8b9b 0%, #fc8b9b 50%, #fa5e74 50%, #fa5e74 100%);
    background: linear-gradient(to bottom, #fc8b9b 0%, #fc8b9b 50%, #fa5e74 50%, #fa5e74 100%);
    border-radius: 97px;
    border: 1px solid #fa5e74;
    height: 38px;
    line-height: 40px;
    padding: 0 40px;
}

.styleup .game_play_wrap .play_now .btns:after {
    content: '';
    clear: both;
    display: block;
}

.styleup .game_play_wrap .play_now .desc h1 {
    margin: 8px;
}

.styleup .game_play_wrap .play_now .desc h1 a {
    font-weight: bold;
    color: #fff;
}

.styleup .game_play_wrap .btn_play {
    display: inline-block;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;
    background: #fa5e74;
    background: -moz-linear-gradient(top, #fc8b9b 0%, #fc8b9b 50%, #fa5e74 50%, #fa5e74 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc8b9b), color-stop(50%, #fc8b9b), color-stop(50%, #fa5e74), color-stop(100%, #fa5e74));
    background: -webkit-linear-gradient(top, #fc8b9b 0%, #fc8b9b 50%, #fa5e74 50%, #fa5e74 100%);
    background: -o-linear-gradient(top, #fc8b9b 0%, #fc8b9b 50%, #fa5e74 50%, #fa5e74 100%);
    background: -ms-linear-gradient(top, #fc8b9b 0%, #fc8b9b 50%, #fa5e74 50%, #fa5e74 100%);
    background: linear-gradient(to bottom, #fc8b9b 0%, #fc8b9b 50%, #fa5e74 50%, #fa5e74 100%);
    border-radius: 97px;
    border: 1px solid #fa5e74;
    height: 38px;
    line-height: 40px;
    padding: 0 40px;
}

.styleup .game_play_wrap .play_bot {
    height: 20%;
}

.styleup .game_play_wrap .game_lnb a {
    display: inline-block;
}

.styleup .game_play_wrap .game_lnb ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.styleup .game_play_wrap .game_lnb ul li {
    display: table-cell;
    width: 100%;
    height: 65px;
    vertical-align: top;
    text-align: center;
    border-left: 1px solid #fa5e74;
    border-right: 1px solid #000;
}

.styleup .game_play_wrap .game_lnb ul li:first-of-type {
    border-left: none;
}

.styleup .game_play_wrap .game_lnb ul li:last-of-type {
    border-right: none;
}

.styleup .game_play_wrap .game_lnb i, .styleup .game_play_wrap .game_lnb strong, .styleup .game_play_wrap .game_lnb span {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.styleup .game_play_wrap .game_lnb i {
    position: relative;
    height: 22px;
    background-image: url(../image/sp_common.png);
    background-position: 0 0;
    background-size: 270px;
}

.styleup .game_play_wrap .game_lnb i.ico_like {
    width: 23px;
    background-position: -5px -385px;
}

.styleup .game_play_wrap .game_lnb i.ico_play {
    width: 20px;
    background-position: -43px -385px;
}

.styleup .game_play_wrap .game_lnb i.ico_contest {
    width: 18px;
    background-position: -80px -385px;
}

.styleup .game_play_wrap .game_lnb i.ico_comments {
    width: 22px;
    background-position: -113px -385px;
}

.styleup .game_play_wrap .game_lnb strong {
    height: 25px;
    line-height: 25px;
    font-size: 1.167em;
    color: #fff;
}

.styleup .game_play_wrap .game_lnb span {
    font-size: 0.917em;
    color: #fa5e74;
}

.styleup .game_play_wrap .gm_point_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #5f5e69;
    color: #fff;
}

.styleup .game_play_wrap .tit_point {
    padding: 8px 6px;
    font-weight: bold;
    font-size: 1.083em;
}

.styleup .game_play_wrap .tit_point i {
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 15px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -180px -60px;
    background-size: 200px;
}

.styleup .game_play_wrap .gm_points {
    padding: 0 1.5%;
}

.styleup .game_play_wrap .gm_points li {
    display: table;
    float: left;
    width: 32%;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 0;
    margin-right: 2%;
    margin-bottom: 5px;
}

.styleup .game_play_wrap .gm_points li span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 40px;
}

.styleup .game_play_wrap .gm_points li span.tit {
    width: 70%;
    background: #ffa800;
}

.styleup .game_play_wrap .gm_points li span.point {
    width: 30%;
    background: #fff;
    color: #ffa800;
    font-size: 1.167em;
    font-weight: bold;
}

.styleup .game_play_wrap .font_c_white {
    color: #fff;
}

.styleup .game_play_wrap .info_wrap {
    padding-bottom: 15px;
    background: #5f5e69;
}

.styleup .game_play_wrap .play_desc {
    position: relative;
    padding: 0 7px;
    color: #fff;
    line-height: 18px;
    word-break: break-all;
    text-align: justify;
    height: 126px;
    overflow: hidden;
}

.styleup .game_play_wrap .play_desc .summary {
    padding-bottom: 22px;
}

.styleup .game_play_wrap .play_desc.open {
    height: auto;
}

.styleup .game_play_wrap .btn_desc_opener {
    position: absolute;
    bottom: 0;
    right: 7px;
    background: #5f5e69;
    color: #ffd200;
    font-size: 0.8333em;
}

.styleup .game_play_wrap .btn_desc_opener:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 2px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -100px -195px;
    background-size: 200px;
}

.styleup .game_play_wrap .rate_wrap {
    position: relative;
    padding: 25px 7px 35px 94px;
    height: 127px;
    background: #fff;
    border-bottom: 1px solid #d7d7d7;
}

.styleup .game_play_wrap .rate_wrap .total_rate {
    position: absolute;
    top: 25px;
    left: 7px;
    width: 80px;
    height: 105px;
    padding-top: 30px;
    border: 1px solid #c9c9c9;
    text-align: center;
}

.styleup .game_play_wrap .rate_wrap .total_rate h1 {
    font-size: 2.1em;
    font-weight: normal;
}

.styleup .game_play_wrap .rate_wrap .rate_box {
    margin: 10px auto;
    width: 59px;
    height: 12px;
}

.styleup .game_play_wrap .rate_wrap .rating {
    position: relative;
    width: 100%;
    height: 12px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: 0 -70px;
    background-size: 200px;
}

.styleup .game_play_wrap .rate_wrap .cur_rating {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: 0 -55px;
    background-size: 200px;
}

.styleup .game_play_wrap .rate_wrap .rate_info_box {
    padding-top: 4px;
}

.styleup .game_play_wrap .rate_wrap .rate_form {
    height: 26px;
}

.styleup .game_play_wrap .rate_wrap .rate_form h2 {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    font-size: 1.083em;
}

.styleup .game_play_wrap .rate_wrap .rate_form #rating_box {
    float: left;
}

.styleup .game_play_wrap .rate_wrap .rate_form .rate_star_chk {
    width: 24px;
    height: 23px;
    margin-right: 0;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -95px -100px;
    background-size: 200px;
}

.styleup .game_play_wrap .rate_wrap .rate_form:after {
    content: '';
    clear: both;
    display: block;
}

.styleup .game_play_wrap .rate_wrap .rate_form .rate5 .rate_star_chk:nth-of-type(1), .styleup .game_play_wrap .rate_wrap .rate_form .rate5 .rate_star_chk:nth-of-type(2), .styleup .game_play_wrap .rate_wrap .rate_form .rate5 .rate_star_chk:nth-of-type(3), .styleup .game_play_wrap .rate_wrap .rate_form .rate5 .rate_star_chk:nth-of-type(4), .styleup .game_play_wrap .rate_wrap .rate_form .rate5 .rate_star_chk:nth-of-type(5) {
    background-position: -120px -100px;
}

.styleup .game_play_wrap .rate_wrap .rate_form .rate4 .rate_star_chk:nth-of-type(1), .styleup .game_play_wrap .rate_wrap .rate_form .rate4 .rate_star_chk:nth-of-type(2), .styleup .game_play_wrap .rate_wrap .rate_form .rate4 .rate_star_chk:nth-of-type(3), .styleup .game_play_wrap .rate_wrap .rate_form .rate4 .rate_star_chk:nth-of-type(4) {
    background-position: -120px -100px;
}

.styleup .game_play_wrap .rate_wrap .rate_form .rate3 .rate_star_chk:nth-of-type(1), .styleup .game_play_wrap .rate_wrap .rate_form .rate3 .rate_star_chk:nth-of-type(2), .styleup .game_play_wrap .rate_wrap .rate_form .rate3 .rate_star_chk:nth-of-type(3) {
    background-position: -120px -100px;
}

.styleup .game_play_wrap .rate_wrap .rate_form .rate2 .rate_star_chk:nth-of-type(1), .styleup .game_play_wrap .rate_wrap .rate_form .rate2 .rate_star_chk:nth-of-type(2) {
    background-position: -120px -100px;
}

.styleup .game_play_wrap .rate_wrap .rate_form .rate1 .rate_star_chk:nth-of-type(1) {
    background-position: -120px -100px;
}

.rate_wrap .rate_form .rate_star_chk.on {
    background-position: -120px -100px;
}

.styleup .game_play_wrap .rate_wrap .star_count li {
    position: relative;
    height: 19px;
    margin: 1px 0;
    clear: both;
}

.styleup .game_play_wrap .rate_wrap .star_count li:first-of-type .graph div {
    background-color: #e95f3a;
}

.styleup .game_play_wrap .rate_wrap .star_count li:nth-of-type(2) .graph div {
    background-color: #fe7d59;
}

.styleup .game_play_wrap .rate_wrap .star_count li:nth-of-type(3) .graph div {
    background-color: #f4be06;
}

.styleup .game_play_wrap .rate_wrap .star_count li:nth-of-type(4) .graph div {
    background-color: #bbcc28;
}

.styleup .game_play_wrap .rate_wrap .star_count li:nth-of-type(5) .graph div {
    background-color: #009faf;
}

.styleup .game_play_wrap .rate_wrap .star_count li:after {
    content: '';
    clear: both;
    display: block;
}

.styleup .game_play_wrap .rate_wrap .star_count b {
    float: left;
    width: 20px;
    height: 19px;
    line-height: 20px;
    background-image: url(../image/sp_i7game_v31.png);
    background-position: -258px -121px;
    background-size: 200px;
    background-size: 300px;
    color: #fff;
    text-align: center;
    font-size: 0.833em;
}

.styleup .game_play_wrap .rate_wrap .star_count .graph {
    position: absolute;
    top: 3px;
    left: 25px;
    right: 40px;
    height: 14px;
}

.styleup .game_play_wrap .rate_wrap .star_count .graph div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 14px;
}

.styleup .game_play_wrap .rate_wrap .star_count div {
    display: inline-block;
}

.styleup .game_play_wrap .rate_wrap .star_count span {
    float: right;
}

.styleup .game_play_wrap .rate_wrap input[type=radio], .styleup .game_play_wrap .rate_wrap input[type=checkbox] {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    -webkit-appearance: none;
    background: url(../image/sp_input.png) no-repeat;
    vertical-align: top;
}

.styleup .game_play_wrap .rate_wrap label, .styleup .game_play_wrap .rate_wrap button, .styleup .game_play_wrap .rate_wrap input[type=submit], .styleup .game_play_wrap .rate_wrap input[type=image], .styleup .game_play_wrap .rate_wrap input[type=button], .styleup .game_play_wrap .rate_wrap input[type=checkbox], .styleup .game_play_wrap .rate_wrap input[type=radio], .styleup .game_play_wrap .rate_wrap input[type=file] {
    cursor: pointer;
}

.styleup .game_play_wrap .game_navi {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #000;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.styleup .game_play_wrap .game_navi a {
    display: block;
    width: 38px;
    text-align: center;
    color: #fff;
}

.styleup .game_play_wrap .game_navi a.btn_prev {
    float: left;
    border-right: 1px solid #000;
}

.styleup .game_play_wrap .game_navi a.btn_next {
    float: right;
    border-left: 1px solid #000;
}

.styleup .game_play_wrap .game_navi p {
    position: absolute;
    left: 40px;
    right: 40px;
    line-height: 38px;
    top: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
}

.event_top_b {
    background: #ecfcfc;
    padding: 15px;
}

.event_top_b p {
    font-weight: bold;
    font-size: 1.25em;
    text-align: center;
}

.event_top_b .btn_b {
    margin-top: 18px;
}

.event_top_b .btn_b .btn_event_join {
    display: inline-block;
    min-width: 80px;
    height: 32px;
    line-height: 32px;
    margin: 0 2px;
    color: #fff !important;
    background: #f15b00;
    border-radius: 5px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    font-size: 1.25em;
    padding: 0 8px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
}

.wm_contest_b {
    overflow: hidden;
    margin-bottom: 10px;
}

.wm_contest_b .event_join_btn {
    background-color: #fd7d02;
    color: #fff;
    border: 0 none !important;
    margin: 15px 15px 0 !important;
    height: 35px;
    line-height: 35px;
}

.wm_contest_b .wm_navi_box {
    border-bottom: 1px solid #fd7d02;
}

.wm_contest_b .wm_navi_box .navi_contest {
    overflow: hidden;
    position: relative;
}

.wm_contest_b .wm_navi_box .navi_contest li {
    width: 49.5%;
}

.wm_contest_b .wm_navi_box .navi_contest li:nth-of-type(1) {
    left: 0px;
    top: 0px;
}

.wm_contest_b .wm_navi_box .navi_contest li:nth-of-type(2) {
    position: absolute;
    right: 0px;
    top: 0px;
}

.wm_contest_b .wm_navi_box .navi_contest li a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fd7d02;
    font-weight: bold;
    background: #fff;
    border: 1px solid #fd7d02;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    border-bottom: 0px;
}

.wm_contest_b .wm_navi_box .navi_contest li.on a {
    color: #fff;
    background: #fd7d02;
}

.wm_contest_b .tab_container {
    border: 1px solid #fd7d02;
    border-top: 0 none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 8px;
}

.event_join {
    border: 1px solid #c3c3c3;
    box-sizing: border-box;
    padding: 8px;
}

.join_cnt {
    position: relative;
    background: url(../image/event_joincnt_bg02.gif) repeat;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.my_join_cnt {
    height: 42px;
    width: 135px;
    background: #454b57;
}

.event_joincnt_bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-left: 135px;
}

.event_winner {
    border: 1px solid #ccc;
    padding: 10px 0;
    margin-top: 10px;
}

.event_warning {
    text-align: left;
    color: #fff;
    background: url(../image/event_bg.gif) repeat;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top_ban {
    position: relative;
}

.top_ban .img_control {
    position: absolute;
    right: 10px;
    width: 34px;
    margin-top: 10px;
}

.top_ban .img_control li {
    width: 16px;
    height: 15px;
}

.top_ban .img_control li a {
    display: block;
    text-indent: -9999px;
}

.event_styleup_list {
    overflow: hidden;
}

.event_styleup_list.event_styleup_list_01 li {
    float: left;
    width: 50%;
    overflow: hidden;
}

.event_styleup_list.event_styleup_list_01 li a {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 4px 8px 0;
}

.event_styleup_list.event_styleup_list_01 li a .img_b {
    position: relative;
    overflow: hidden;
}

.event_styleup_list.event_styleup_list_01 li a .img_b img {
    width: 100%;
    height: auto;
}

.event_styleup_list.event_styleup_list_01 li a .txt_b {
    padding: 8px;
}

.event_styleup_list.event_styleup_list_01 li a .txt_b b {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event_styleup_list.event_styleup_list_01 li a .num_b {
    border-top: 1px solid #ddd;
    font-size: 0.825em;
}

.event_styleup_list.event_styleup_list_01 li a .num_b span {
    float: left;
    display: block;
    width: 50%;
    padding: 5px 8px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #757575;
}

.event_styleup_list.event_styleup_list_01 li a .num_b span:first-child {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event_styleup_list.event_styleup_list_01 li a .num_b span:first-child:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    content: "";
    background: #ddd;
    min-height: 100%;
}

.event_styleup_list.event_styleup_list_01 li a .num_b span i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.event_styleup_list.event_styleup_list_01 li a .num_b span i.ico_heart {
    background-image: url(../image/sp_common.png);
    background-position: -148px -35px;
    background-size: 270px;
}

.event_styleup_list.event_styleup_list_01 li a .num_b span i.ico_rep {
    background-image: url(../image/sp_common.png);
    background-position: -98px -35px;
    background-size: 270px;
}

.event_styleup_list.event_styleup_list_01 li:nth-child(even) a {
    margin: 0 0 8px 4px;
}

.event_styleup_list.event_styleup_list_02 li {
    float: left;
    width: 32%;
}

.event_styleup_list.event_styleup_list_02 li a {
    background: #fff;
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.event_styleup_list.event_styleup_list_02 li a .img_b {
    position: relative;
    overflow: hidden;
}

.event_styleup_list.event_styleup_list_02 li a .img_b img {
    width: 100%;
    height: auto;
}

.event_styleup_list.event_styleup_list_02 li a .txt_b {
    padding: 8px;
}

.event_styleup_list.event_styleup_list_02 li a .txt_b b {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event_styleup_list.event_styleup_list_02 li a .num_b {
    border-top: 1px solid #ddd;
    font-size: 0.825em;
}

.event_styleup_list.event_styleup_list_02 li a .num_b span {
    float: left;
    display: block;
    width: 50%;
    padding: 5px 8px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #757575;
}

.event_styleup_list.event_styleup_list_02 li a .num_b span:first-child {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event_styleup_list.event_styleup_list_02 li a .num_b span:first-child:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    content: "";
    background: #ddd;
    min-height: 100%;
}

.event_styleup_list.event_styleup_list_02 li a .num_b span i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.event_styleup_list.event_styleup_list_02 li a .num_b span i.ico_heart {
    background-image: url(../image/sp_common.png);
    background-position: -148px -35px;
    background-size: 270px;
}

.event_styleup_list.event_styleup_list_02 li a .num_b span i.ico_rep {
    background-image: url(../image/sp_common.png);
    background-position: -98px -35px;
    background-size: 270px;
}

.event_styleup_list.event_styleup_list_02 li:nth-child(1) {
    margin-right: 2%;
}

.event_styleup_list.event_styleup_list_02 li:nth-child(3) {
    margin-left: 2%;
}

.eventBox_border .sub_container .best_look_b .info_text_01 {
    font-size: 1.25em;
    font-weight: bold;
}

.eventBox_border .sub_container .best_look_b .info_text_02 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 10px;
}

.eventBox_border .sub_container .best_look_b .view_b .btn_view {
    background: #fd7d02;
    color: #fff;
    border: none;
}

.eventBox_border .sub_container .best_look_b .view_b .btn_view:after {
    right: 18px;
    background-image: url(../image/sp_common.png);
    background-position: -53px -23px;
}

.eventBox_border .sub_container .best_look_b .view_b .view_cont ol li p.img_02 i {
    background-image: url(../image/sp_common.png);
    background-position: -5px -323px;
}

/* 首页热门游戏样式调整 2016-9-27 17:18:00 */
.home_hot_game{
	background-color:#fff
}

.home_hot_game .home_game_list2{
	border-bottom:none;
	padding-left: 10px;
    padding-top: 5px;
}
.home_hot_game .home_game_list2  li{
	
}
.home_hot_game .home_game_list2 li a{
	width:90%;
	border:none;
	border-radius: 5px;
    background-color: #f0f0f0;
}

.home_hot_game .home_game_list2 li a .txt{
	border-bottom: 1px #ccc solid;
}

/* 侧边导航底部 2016-9-27 17:18:22*/
.side_btns_b .side_mnu_list #gamecoll,.side_btns_b .side_mnu_list #messgae{
	border:none;
}
#warnMsg{
    display: none;
    margin-top: -40px;
    padding-top: 20px;
    position: fixed;
    top: 50%;
    text-align: center;
    padding-bottom: 20px;
    background: white;
    width: 84%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 1px 0 white inset;
    left: 8%;
    z-index: 1050;
    outline: none;
    height: 100px;
}
#warnMsg .close{
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 18px 16px 18px;
    height: 16px;
    overflow: hidden;
    opacity: .8;
    cursor: pointer;
    text-decoration: none;
}
#warnMsg a i {
    background: url(../image/close.png) no-repeat center;
    background-size: 100% 100%;
    display: block;
    width: 20px;
    height: 20px;
}
#warnMsg h3 {
    font-size: 1.2em;
    color: #333;
    height: 40px;
    line-height: 40px;
}
.warnlogin .andiv {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}
.warnlogin .andiv a {
    width: 40%;
    border: 1px solid #f60;
    color: #f60;
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
}
.modal-backdrop {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1040;
    background-color: #000000;
    opacity: 0.6;
}
.iosapp {
    position: fixed;
    margin: auto;
    text-align: center;
    z-index: 10000;
    width: 100%;
    height: 100%;
}
/*.close {
    position: absolute;
    z-index: 10001;
    width: 100%;
    display: block;
    height: 30%;
    text-indent: -10009px;
    cursor: pointer;
}*/
.iosapp img {
    width: 100%;
    max-width: 640px;
    z-index: 1000;
    position: relative;
}
.bgco {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.fixed-down {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 66px;
    background: rgba(0,0,0,0.8);
    z-index: 999;
    display: none;
}
.fixed-downbox {
    padding: 15px 20px 15px 40px;
}
.fixed-icon {
    width: 36px;
    padding-right: 6px;
}
.fixed-icon img {
    width: 36px;
    height: 36px;
    border-radius: 6px;
}
.fl {
    float: left;
}
.fixed-info {
    color: #fff;
}
.fixed-info em {
    display: block;
    font-size: 16px;
    line-height: 22px;
}
.fixed-info span {
    display: block;
    line-height: 14px;
}
.fixed-btn {
    margin-top: 5px;
}
.fixed-btn a {
    display: block;
    width: 84px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    background: #F15B00;
    border-radius: 2px;
    font-size: 14px;
    border-bottom: 1px solid #D74200;
    text-align: center;
}
.fixed-close {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 56px;
}
.fixed-close a {
    display: block;
    color: #fff;
    font-size: 26px;
    line-height: 66px;
    text-align: center;
}
.fr {
    float: right;
}
.close1 {
    position: absolute;
    z-index: 10001;
    width: 100%;
    display: block;
    height: 30%;
    text-indent: -10009px;
    cursor: pointer;
}