@charset "utf-8";
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.datepick .ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

.datepick .ui-widget .ui-widget {
    font-size: 1em;
}

.datepick .ui-widget input,
.datepick .ui-widget select,
.datepick .ui-widget textarea,
.datepick .ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
}

.datepick .ui-widget-content {
    border: 1px solid #aaa;
    background: #ffffff url("//static.funmily.com/js/jqueryui/1.10.4/theme/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
    color: #222222;
}

.datepick .ui-widget-content a {
    color: #222222;
}

.datepick .ui-widget-header {
    border: 1px solid #aaa;
    background: #cccccc url("//static.funmily.com/js/jqueryui/1.10.4/theme/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222;
    font-weight: bold;
}

.datepick .ui-widget-header a {
    color: #222222;
}

.datepick .ui-state-default,
.datepick .ui-widget-content .ui-state-default,
.datepick .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url("//static.funmily.com/js/jqueryui/1.10.4/theme/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}

.datepick .ui-state-default a,
.datepick .ui-state-default a:link,
.datepick .ui-state-default a:visited {
    color: #555;
    text-decoration: none;
}

.datepick .ui-state-hover,
.datepick .ui-widget-content .ui-state-hover,
.datepick .ui-widget-header .ui-state-hover,
.datepick .ui-state-focus,
.datepick .ui-widget-content .ui-state-focus,
.datepick .ui-widget-header .ui-state-focus {
    border: 1px solid #999;
    background: #dadada url("//static.funmily.com/js/jqueryui/1.10.4/theme/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.datepick .ui-state-hover a,
.datepick .ui-state-hover a:hover,
.datepick .ui-state-hover a:link,
.datepick .ui-state-hover a:visited,
.datepick .ui-state-focus a,
.datepick .ui-state-focus a:hover,
.datepick .ui-state-focus a:link,
.datepick .ui-state-focus a:visited {
    color: #212121;
    text-decoration: none;
}

.datepick .ui-state-active,
.datepick .ui-widget-content .ui-state-active,
.datepick .ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    background: #ffffff url("//static.funmily.com/js/jqueryui/1.10.4/theme/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.datepick .ui-state-active a,
.datepick .ui-state-active a:link,
.datepick .ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}

.datepick .ui-state-highlight,
.datepick .ui-widget-content .ui-state-highlight,
.datepick .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url("//static.funmily.com/js/jqueryui/1.10.4/theme/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
    color: #363636;
}

.datepick .ui-state-highlight a,
.datepick .ui-widget-content .ui-state-highlight a,
.datepick .ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.datepick .ui-state-error,
.datepick .ui-widget-content .ui-state-error,
.datepick .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url("//static.funmily.com/js/jqueryui/1.10.4/theme/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
    color: #cd0a0a;
}

.datepick .ui-state-error a,
.datepick .ui-widget-content .ui-state-error a,
.datepick .ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}

.datepick .ui-state-error-text,
.datepick .ui-widget-content .ui-state-error-text,
.datepick .ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}

.datepick .ui-priority-primary,
.datepick .ui-widget-content .ui-priority-primary,
.datepick .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.datepick .ui-priority-secondary,
.datepick .ui-widget-content .ui-priority-secondary,
.datepick .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: alpha(opacity=70);
    font-weight: normal;
}

.datepick .ui-state-disabled,
.datepick .ui-widget-content .ui-state-disabled,
.datepick .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: alpha(opacity=35);
    background-image: none;
}

.datepick .ui-state-disabled .ui-icon {
    filter: alpha(opacity=35);
}

.datepick .ui-icon {
    width: 16px;
    height: 16px;
}

.datepick .ui-icon,
.datepick .ui-widget-content .ui-icon {
    background-image: url("//static.funmily.com/js/jqueryui/1.10.4/theme/images/ui-icons_222222_256x240.png");
}

.datepick .ui-widget-header .ui-icon {
    background-image: url("//static.funmily.com/js/jqueryui/1.10.4/theme/images/ui-icons_222222_256x240.png");
}

.datepick .ui-state-default .ui-icon {
    background-image: url("//static.funmily.com/js/jqueryui/1.10.4/theme/images/ui-icons_888888_256x240.png");
}

.datepick .ui-state-hover .ui-icon,
.datepick .ui-state-focus .ui-icon {
    background-image: url("//static.funmily.com/js/jqueryui/1.10.4/theme/images/ui-icons_454545_256x240.png");
}

.datepick .ui-state-active .ui-icon {
    background-image: url("//static.funmily.com/js/jqueryui/1.10.4/theme/images/ui-icons_454545_256x240.png");
}

.datepick .ui-state-highlight .ui-icon {
    background-image: url("//static.funmily.com/js/jqueryui/1.10.4/theme/images/ui-icons_2e83ff_256x240.png");
}

.datepick .ui-state-error .ui-icon,
.datepick .ui-state-error-text .ui-icon {
    background-image: url("//static.funmily.com/js/jqueryui/1.10.4/theme/images/ui-icons_cd0a0a_256x240.png");
}

.datepick .ui-icon-blank {
    background-position: 16px 16px;
}

.datepick .ui-icon-carat-1-n {
    background-position: 0 0;
}

.datepick .ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.datepick .ui-icon-carat-1-e {
    background-position: -32px 0;
}

.datepick .ui-icon-carat-1-se {
    background-position: -48px 0;
}

.datepick .ui-icon-carat-1-s {
    background-position: -64px 0;
}

.datepick .ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.datepick .ui-icon-carat-1-w {
    background-position: -96px 0;
}

.datepick .ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.datepick .ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.datepick .ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.datepick .ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.datepick .ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.datepick .ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.datepick .ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.datepick .ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.datepick .ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.datepick .ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.datepick .ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.datepick .ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.datepick .ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.datepick .ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.datepick .ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.datepick .ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.datepick .ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.datepick .ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.datepick .ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.datepick .ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.datepick .ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.datepick .ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.datepick .ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.datepick .ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.datepick .ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.datepick .ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.datepick .ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.datepick .ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.datepick .ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.datepick .ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.datepick .ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.datepick .ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.datepick .ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.datepick .ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.datepick .ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.datepick .ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.datepick .ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.datepick .ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.datepick .ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.datepick .ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.datepick .ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.datepick .ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.datepick .ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.datepick .ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.datepick .ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.datepick .ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.datepick .ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.datepick .ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.datepick .ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.datepick .ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.datepick .ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.datepick .ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.datepick .ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.datepick .ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.datepick .ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.datepick .ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.datepick .ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.datepick .ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.datepick .ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.datepick .ui-icon-extlink {
    background-position: -32px -80px;
}

.datepick .ui-icon-newwin {
    background-position: -48px -80px;
}

.datepick .ui-icon-refresh {
    background-position: -64px -80px;
}

.datepick .ui-icon-shuffle {
    background-position: -80px -80px;
}

.datepick .ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.datepick .ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.datepick .ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.datepick .ui-icon-folder-open {
    background-position: -16px -96px;
}

.datepick .ui-icon-document {
    background-position: -32px -96px;
}

.datepick .ui-icon-document-b {
    background-position: -48px -96px;
}

.datepick .ui-icon-note {
    background-position: -64px -96px;
}

.datepick .ui-icon-mail-closed {
    background-position: -80px -96px;
}

.datepick .ui-icon-mail-open {
    background-position: -96px -96px;
}

.datepick .ui-icon-suitcase {
    background-position: -112px -96px;
}

.datepick .ui-icon-comment {
    background-position: -128px -96px;
}

.datepick .ui-icon-person {
    background-position: -144px -96px;
}

.datepick .ui-icon-print {
    background-position: -160px -96px;
}

.datepick .ui-icon-trash {
    background-position: -176px -96px;
}

.datepick .ui-icon-locked {
    background-position: -192px -96px;
}

.datepick .ui-icon-unlocked {
    background-position: -208px -96px;
}

.datepick .ui-icon-bookmark {
    background-position: -224px -96px;
}

.datepick .ui-icon-tag {
    background-position: -240px -96px;
}

.datepick .ui-icon-home {
    background-position: 0 -112px;
}

.datepick .ui-icon-flag {
    background-position: -16px -112px;
}

.datepick .ui-icon-calendar {
    background-position: -32px -112px;
}

.datepick .ui-icon-cart {
    background-position: -48px -112px;
}

.datepick .ui-icon-pencil {
    background-position: -64px -112px;
}

.datepick .ui-icon-clock {
    background-position: -80px -112px;
}

.datepick .ui-icon-disk {
    background-position: -96px -112px;
}

.datepick .ui-icon-calculator {
    background-position: -112px -112px;
}

.datepick .ui-icon-zoomin {
    background-position: -128px -112px;
}

.datepick .ui-icon-zoomout {
    background-position: -144px -112px;
}

.datepick .ui-icon-search {
    background-position: -160px -112px;
}

.datepick .ui-icon-wrench {
    background-position: -176px -112px;
}

.datepick .ui-icon-gear {
    background-position: -192px -112px;
}

.datepick .ui-icon-heart {
    background-position: -208px -112px;
}

.datepick .ui-icon-star {
    background-position: -224px -112px;
}

.datepick .ui-icon-link {
    background-position: -240px -112px;
}

.datepick .ui-icon-cancel {
    background-position: 0 -128px;
}

.datepick .ui-icon-plus {
    background-position: -16px -128px;
}

.datepick .ui-icon-plusthick {
    background-position: -32px -128px;
}

.datepick .ui-icon-minus {
    background-position: -48px -128px;
}

.datepick .ui-icon-minusthick {
    background-position: -64px -128px;
}

.datepick .ui-icon-close {
    background-position: -80px -128px;
}

.datepick .ui-icon-closethick {
    background-position: -96px -128px;
}

.datepick .ui-icon-key {
    background-position: -112px -128px;
}

.datepick .ui-icon-lightbulb {
    background-position: -128px -128px;
}

.datepick .ui-icon-scissors {
    background-position: -144px -128px;
}

.datepick .ui-icon-clipboard {
    background-position: -160px -128px;
}

.datepick .ui-icon-copy {
    background-position: -176px -128px;
}

.datepick .ui-icon-contact {
    background-position: -192px -128px;
}

.datepick .ui-icon-image {
    background-position: -208px -128px;
}

.datepick .ui-icon-video {
    background-position: -224px -128px;
}

.datepick .ui-icon-script {
    background-position: -240px -128px;
}

.datepick .ui-icon-alert {
    background-position: 0 -144px;
}

.datepick .ui-icon-info {
    background-position: -16px -144px;
}

.datepick .ui-icon-notice {
    background-position: -32px -144px;
}

.datepick .ui-icon-help {
    background-position: -48px -144px;
}

.datepick .ui-icon-check {
    background-position: -64px -144px;
}

.datepick .ui-icon-bullet {
    background-position: -80px -144px;
}

.datepick .ui-icon-radio-on {
    background-position: -96px -144px;
}

.datepick .ui-icon-radio-off {
    background-position: -112px -144px;
}

.datepick .ui-icon-pin-w {
    background-position: -128px -144px;
}

.datepick .ui-icon-pin-s {
    background-position: -144px -144px;
}

.datepick .ui-icon-play {
    background-position: 0 -160px;
}

.datepick .ui-icon-pause {
    background-position: -16px -160px;
}

.datepick .ui-icon-seek-next {
    background-position: -32px -160px;
}

.datepick .ui-icon-seek-prev {
    background-position: -48px -160px;
}

.datepick .ui-icon-seek-end {
    background-position: -64px -160px;
}

.datepick .ui-icon-seek-start {
    background-position: -80px -160px;
}

.datepick .ui-icon-seek-first {
    background-position: -80px -160px;
}

.datepick .ui-icon-stop {
    background-position: -96px -160px;
}

.datepick .ui-icon-eject {
    background-position: -112px -160px;
}

.datepick .ui-icon-volume-off {
    background-position: -128px -160px;
}

.datepick .ui-icon-volume-on {
    background-position: -144px -160px;
}

.datepick .ui-icon-power {
    background-position: 0 -176px;
}

.datepick .ui-icon-signal-diag {
    background-position: -16px -176px;
}

.datepick .ui-icon-signal {
    background-position: -32px -176px;
}

.datepick .ui-icon-battery-0 {
    background-position: -48px -176px;
}

.datepick .ui-icon-battery-1 {
    background-position: -64px -176px;
}

.datepick .ui-icon-battery-2 {
    background-position: -80px -176px;
}

.datepick .ui-icon-battery-3 {
    background-position: -96px -176px;
}

.datepick .ui-icon-circle-plus {
    background-position: 0 -192px;
}

.datepick .ui-icon-circle-minus {
    background-position: -16px -192px;
}

.datepick .ui-icon-circle-close {
    background-position: -32px -192px;
}

.datepick .ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.datepick .ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.datepick .ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.datepick .ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.datepick .ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.datepick .ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.datepick .ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.datepick .ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.datepick .ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.datepick .ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.datepick .ui-icon-circle-check {
    background-position: -208px -192px;
}

.datepick .ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.datepick .ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.datepick .ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.datepick .ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.datepick .ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.datepick .ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.datepick .ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.datepick .ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.datepick .ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.datepick .ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.datepick .ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.datepick .ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.datepick .ui-corner-all,
.datepick .ui-corner-top,
.datepick .ui-corner-left,
.datepick .ui-corner-tl {
    border-top-left-radius: 4px;
}

.datepick .ui-corner-all,
.datepick .ui-corner-top,
.datepick .ui-corner-right,
.datepick .ui-corner-tr {
    border-top-right-radius: 4px;
}

.datepick .ui-corner-all,
.datepick .ui-corner-bottom,
.datepick .ui-corner-left,
.datepick .ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.datepick .ui-corner-all,
.datepick .ui-corner-bottom,
.datepick .ui-corner-right,
.datepick .ui-corner-br {
    border-bottom-right-radius: 4px;
}

.datepick .ui-widget-overlay {
    background: #aaaaaa url("//static.funmily.com/js/jqueryui/1.10.4/theme/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: alpha(opacity=30);
}

.datepick .ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url("//static.funmily.com/js/jqueryui/1.10.4/theme/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: alpha(opacity=30);
    border-radius: 8px;
}

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

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

body {
    line-height: 1;
    font-family: Verdana, Geneva, sans-serif, "新細明體-ExtB", "細明體-ExtB";
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

body {
    font-family: "微軟正黑體";
    background-image: url("//verizonimage.funmily.com/funmily2/bg.jpg");
    font-size: 12px;
    color: #333;
    overflow-x: hidden;
}

@media screen and (max-width: 1250px) {
    body {
        overflow-x: auto;
    }
}

body a {
    text-decoration: none;
    color: #666;
    cursor: pointer;
}

body a:hover {
    color: #0099ff;
}

.ie7 {
    overflow-x: hidden;
}

.ie7 i,
.ie7 em {
    font-style: normal;
}

#wrap {
    width: 1200px;
    padding-top: 65px;
    padding-bottom: 105px;
    margin: 0 auto;
}

@media screen and (max-width: 1250px) {
    #wrap {
        width: 1000px;
    }
}

@media only screen and (max-width: 1024px) {
    #wrap {
        padding-top: 50px;
        padding-bottom: 15px;
    }
}

#wrap:after {
    content: "";
    clear: both;
    display: block;
}

html.funmily-box #wrap {
    padding-bottom: 20px;
}

#main {
    width: 945px;
    margin-left: 5px;
    float: left;
}

@media screen and (max-width: 1250px) {
    #main {
        width: 750px;
        margin-left: 0;
    }
}

.content {
    width: 100%;
    float: right;
}

body.landing {
    overflow-x: hidden;
}

body.landing #wrap {
    padding-bottom: 0;
}

@media screen and (max-width: 800px) {
    body.landing h1 {
        display: none;
    }
    body.landing #show {
        display: none;
    }
    body.landing #wrap {
        width: 100%;
    }
    body.landing #aside {
        float: none;
        margin: 0 auto;
        margin-top: 10px;
        padding-bottom: 10px;
    }
    body.landing #footer .copyright {
        left: 10px;
    }
}

body.landing #main {
    position: relative;
}

body.landing #main h1 {
    position: absolute;
    z-index: -1;
    top: 5px;
    right: 5px;
    width: 170px;
    font-size: 12px;
}

body.landing #footer {
    position: relative;
    display: block;
    background: none;
    border-top: 0;
    padding-top: 5px;
    bottom: 0;
}

html.funmily-box body:before {
    content: "";
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #cccccc;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, #cccccc 0%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(top, #cccccc 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, #cccccc 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, #cccccc 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, #cccccc 0%, rgba(0, 0, 0, 0) 100%);
    -pie-background: linear-gradient(#cccccc, rgba(0, 0, 0, 0));
}

html.funmily-box body.landing:before {
    display: none;
}

html.funmily-box #wrap {
    padding-top: 20px;
}

.game-icon img,
img.game-icon {
    border: solid #ccc 1px;
    margin: 2px;
}

a.button,
input.button,
a.confirm,
input.confirm {
    margin: 0 5px;
    line-height: 12px;
    cursor: pointer;
}

input {
    font-family: "微軟正黑體";
}

a.button,
input.button {
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
    background: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
    -pie-background: linear-gradient(#ffffff, #cccccc);
    white-space: nowrap;
    line-height: 15px;
    border-radius: 3px;
    padding: 5px 12px;
    border: #ccc solid 1px;
    color: #666;
}

a.button:hover,
input.button:hover {
    color: #333;
    background: #dddddd;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #dddddd 0%, #eeeeee 100%);
    background: -moz-linear-gradient(top, #dddddd 0%, #eeeeee 100%);
    background: -ms-linear-gradient(top, #dddddd 0%, #eeeeee 100%);
    background: -o-linear-gradient(top, #dddddd 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #dddddd 0%, #eeeeee 100%);
    -pie-background: linear-gradient(#dddddd, #eeeeee);
}

a.button.lighting,
input.button.lighting {
    color: #fff;
    border-color: #3e77e0;
    background: #0199ff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0199ff), color-stop(100%, #3d77e0));
    background: -webkit-linear-gradient(top, #0199ff 0%, #3d77e0 100%);
    background: -moz-linear-gradient(top, #0199ff 0%, #3d77e0 100%);
    background: -ms-linear-gradient(top, #0199ff 0%, #3d77e0 100%);
    background: -o-linear-gradient(top, #0199ff 0%, #3d77e0 100%);
    background: linear-gradient(to bottom, #0199ff 0%, #3d77e0 100%);
    -pie-background: linear-gradient(#0199ff, #3d77e0);
}

a.button.lighting:hover,
input.button.lighting:hover {
    background: #3d77e0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d77e0), color-stop(100%, #0199ff));
    background: -webkit-linear-gradient(top, #3d77e0 0%, #0199ff 100%);
    background: -moz-linear-gradient(top, #3d77e0 0%, #0199ff 100%);
    background: -ms-linear-gradient(top, #3d77e0 0%, #0199ff 100%);
    background: -o-linear-gradient(top, #3d77e0 0%, #0199ff 100%);
    background: linear-gradient(to bottom, #3d77e0 0%, #0199ff 100%);
    -pie-background: linear-gradient(#3d77e0, #0199ff);
}

a.confirm,
input.confirm {
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
    background: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
    -pie-background: linear-gradient(#ffffff, #cccccc);
    line-height: 15px;
    border-radius: 3px;
    padding: 5px 10px;
    border: #CCC solid 1px;
    color: #666;
    background: #fff2b2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff2b2), color-stop(100%, #f6c33c));
    background: -webkit-linear-gradient(top, #fff2b2 0%, #f6c33c 100%);
    background: -moz-linear-gradient(top, #fff2b2 0%, #f6c33c 100%);
    background: -ms-linear-gradient(top, #fff2b2 0%, #f6c33c 100%);
    background: -o-linear-gradient(top, #fff2b2 0%, #f6c33c 100%);
    background: linear-gradient(to bottom, #fff2b2 0%, #f6c33c 100%);
    -pie-background: linear-gradient(#fff2b2, #f6c33c);
}

a.confirm *,
input.confirm * {
    background: none;
}

a.confirm:hover,
input.confirm:hover {
    background: #f6c33c;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6c33c), color-stop(100%, #fff2b2));
    background: -webkit-linear-gradient(top, #f6c33c 0%, #fff2b2 100%);
    background: -moz-linear-gradient(top, #f6c33c 0%, #fff2b2 100%);
    background: -ms-linear-gradient(top, #f6c33c 0%, #fff2b2 100%);
    background: -o-linear-gradient(top, #f6c33c 0%, #fff2b2 100%);
    background: linear-gradient(to bottom, #f6c33c 0%, #fff2b2 100%);
    -pie-background: linear-gradient(#f6c33c, #fff2b2);
}

html.fixed,
body.fixed {
    overflow: hidden;
}

#scroll {
    visibility: hidden;
    position: fixed;
    height: 40px;
    width: 40px;
    line-height: 40px;
    z-index: 5;
    bottom: 63px;
    left: 50%;
    margin-left: 617px;
    color: #3e77e0;
    font-size: 50px;
    border-radius: 40px;
    background-color: #fff;
    opacity: 0;
    transition: all 1s ease;
}

#scroll:hover {
    color: #666666;
}

.ie7 #scroll {
    font-size: 43px;
}

#scroll.scroll-show {
    visibility: visible;
    opacity: 1;
    transition: all 1s ease;
}

@media screen and (max-width: 1350px) {
    #scroll {
        left: auto;
        right: 20px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 640px) {
    #scroll {
        bottom: 20px;
    }
}

a[name="title"] {
    position: absolute;
    top: 340px;
}

.loading {
    background: url("//verizonimage.funmily.com/funmily2/loader.gif") center no-repeat;
}

.funmily-loader {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background-image: url("//verizonimage.funmily.com/funmily2/loader.gif");
}

.mode-style-box {
    background-image: url("//verizonimage.funmily.com/funmily2/aside/bg.png?v5");
    background-repeat: repeat-x;
    background-position: 0 30px;
    background-color: #f5f5f5;
    box-sizing: border-box;
    margin-bottom: 15px;
    border: 1px solid #dbdbdb;
    overflow: hidden;
    box-shadow: #CCC 0px 3px 5px;
}

.mode-style-box .title {
    background: #dcdcdb;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dcdcdb), color-stop(100%, #c6c4c1));
    background: -webkit-linear-gradient(top, #dcdcdb 0%, #c6c4c1 100%);
    background: -moz-linear-gradient(top, #dcdcdb 0%, #c6c4c1 100%);
    background: -ms-linear-gradient(top, #dcdcdb 0%, #c6c4c1 100%);
    background: -o-linear-gradient(top, #dcdcdb 0%, #c6c4c1 100%);
    background: linear-gradient(to bottom, #dcdcdb 0%, #c6c4c1 100%);
    -pie-background: linear-gradient(#dcdcdb, #c6c4c1);
    border-top: solid 1px #eee;
    border-bottom: solid 1px #999;
}

.mode-style-box .title.icon {
    font-size: 15px;
    text-indent: 5px;
    font-weight: bold;
    text-shadow: 0 2px 2px #fff;
    line-height: 37px;
}

.mode-style-box .title.icon i {
    color: #666;
    font-size: 23px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

div.ui-dialog-container {
    padding: 0;
}

div.ui-dialog-message {
    margin-bottom: 0;
}

.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
    /* core styles should not be changed */
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.autocomplete-suggestion {
    position: relative;
    padding: 0 .6em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.02em;
    color: #333;
}

.autocomplete-suggestion b {
    font-weight: normal;
    color: #1f8dd6;
}

.autocomplete-suggestion.selected {
    background: #f0f0f0;
}

.popout-bg {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
}

.popout-wrap {
    display: none;
    position: fixed;
    z-index: 11;
    top: 30%;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    background-color: #fff;
    line-height: 1.7em;
}

.popout-wrap .popout-body {
    padding: 3% 2%;
}

.popout-wrap .popout-iframe {
    display: none;
}

.popout-wrap .popout-header {
    display: none;
    position: relative;
    height: 30px;
    line-height: 30px;
    border-bottom: solid 1px #ccc;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
    -pie-background: linear-gradient(#ffffff, #eeeeee);
}

.popout-wrap .popout-header .popout-title {
    padding-right: 30px;
}

.popout-wrap .popout-header .popout-close {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 31px;
    height: 31px;
    border-radius: 0 3px 0 0;
    color: #666;
    cursor: pointer;
    border-left: solid 1px #ccc;
}

.popout-wrap .popout-header .popout-close:hover {
    color: #fff;
    background-color: #3e77e0;
}

.popout-wrap.popout-type-web .popout-header {
    display: block;
}

.popout-wrap.popout-type-web .popout-iframe {
    width: 100%;
    display: block;
}

.popout-wrap.popout-type-web .popout-ok {
    display: none;
}

.popout-wrap.popout-type-web .popout-body {
    padding: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("//verizonimage.funmily.com/funmily2/loader.gif");
}

.popout-wrap .popout-ok {
    padding: 10px 0;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    background-color: #eee;
}

.popout-wrap .popout-ok:hover {
    background-color: #ccc;
}

input.text {
    width: 260px;
    height: 30px;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 3px;
    color: #666;
    border: solid 1px #ccc;
    background-color: #fff;
    box-shadow: inset 0 2px 5px #ddd;
}

.ie7 input.text {
    height: 18px;
}

.funmily-header {
    background-image: url("//verizonimage.funmily.com/funmily2/mode/header/bg.png?v5");
    width: 100%;
    height: 60px;
    position: fixed;
    margin: 0 auto;
    margin-bottom: 10px;
    z-index: 10;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 1024px) {
    .funmily-header {
        height: 40px;
        background: #fcfcfc;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #eeeeee));
        background: -webkit-linear-gradient(top, #fcfcfc 0%, #eeeeee 100%);
        background: -moz-linear-gradient(top, #fcfcfc 0%, #eeeeee 100%);
        background: -ms-linear-gradient(top, #fcfcfc 0%, #eeeeee 100%);
        background: -o-linear-gradient(top, #fcfcfc 0%, #eeeeee 100%);
        background: linear-gradient(to bottom, #fcfcfc 0%, #eeeeee 100%);
        -pie-background: linear-gradient(#fcfcfc, #eeeeee);
        border-bottom: solid 1px #ddd;
    }
}

.funmily-header .fh-wrap {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 1250px) {
    .funmily-header .fh-wrap {
        width: 1000px;
    }
}

@media only screen and (max-width: 1024px) {
    .funmily-header .fh-wrap {
        width: auto;
    }
}

.funmily-header .fh-wrap>* {
    float: left;
}

.funmily-header .fh-logo {
    height: 60px;
    width: 250px;
    background-image: url("//verizonimage.funmily.com/funmily2/mode/header/funmily.png?v5");
    background-repeat: no-repeat;
    text-align: center;
}

.funmily-header .fh-logo img {
    position: relative;
    height: 50px;
}

.funmily-header .fh-logo:hover {
    background-position: 0 50%;
}

.funmily-header .fh-logo:active {
    background-position: 0 100%;
}

.funmily-header .fh-logo:active img {
    top: 2px;
}

@media only screen and (max-width: 1024px) {
    .funmily-header .fh-logo {
        width: 140px;
        height: 45px;
        background-size: 100% auto;
        background-image: url("https://verizonimage.funmily.com/web/mobile/_mode/header/logo.png");
    }
    .funmily-header .fh-logo img {
        display: block;
        margin: 0 auto;
        height: 30px;
    }
}

.funmily-header .fh-my {
    display: none;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 40px;
    font-size: 150%;
    color: #aaa;
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
}

@media only screen and (max-width: 1024px) {
    .funmily-header .fh-my {
        display: block;
    }
}

.funmily-header .fh-sandwich {
    display: none;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
    .funmily-header .fh-sandwich {
        display: block;
    }
}

.funmily-header .fh-sandwich .fh-sandwich-top {
    transform-origin: 0 0;
}

.funmily-header .fh-sandwich .fh-sandwich-bottom {
    transform-origin: 0 100%;
}

.funmily-header .fh-sandwich .fh-sandwich-wrap {
    width: 18px;
    height: 20px;
    margin-top: 12px;
    margin-left: 10px;
    transition: margin-left 0.3s ease;
}

.funmily-header .fh-sandwich .fh-sandwich-wrap div {
    height: 3px;
    background-color: #ccc;
    margin-top: 3px;
    transition: transform .3s ease;
}

.funmily-header .fh-sandwich .fh-sandwich-wrap div:first-child {
    margin-top: 0;
}

.funmily-header .fh-sandwich .fh-sandwich-mid {
    margin-right: 0;
    opacity: 1;
}

.funmily-header .fh-fb {
    width: 200px;
    position: absolute;
    top: 0;
    right: -10px;
}

@media only screen and (max-width: 1024px) {
    .funmily-header .fh-fb {
        position: static;
        width: auto;
        margin-bottom: 10px;
    }
}

.funmily-header .fh-fb .fh-fb-fans {
    margin-top: 7px;
    float: left;
    padding: 4px 10px;
    transition: background-color 0.3s ease;
}

@media only screen and (max-width: 1024px) {
    .funmily-header .fh-fb .fh-fb-fans {
        display: block;
        width: 90px;
        margin: 0 auto;
        float: none;
    }
}

.funmily-header .fh-fb .fh-fb-fans:hover {
    transition: background-color 0.3s ease;
    border-radius: 5px;
    background-color: #3e77e0;
}

.funmily-header .fh-fb .fh-fb-fans:hover .fh-fb-title {
    color: #ffffff;
}

.funmily-header .fh-fb .fh-fb-icon {
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 37px;
    font-size: 26px;
    background: #6287cb;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6287cb), color-stop(100%, #324f88));
    background: -webkit-linear-gradient(top, #6287cb 0%, #324f88 100%);
    background: -moz-linear-gradient(top, #6287cb 0%, #324f88 100%);
    background: -ms-linear-gradient(top, #6287cb 0%, #324f88 100%);
    background: -o-linear-gradient(top, #6287cb 0%, #324f88 100%);
    background: linear-gradient(to bottom, #6287cb 0%, #324f88 100%);
    -pie-background: linear-gradient(#6287cb, #324f88);
    float: left;
    margin-right: 5px;
    margin-left: 1px;
    border-radius: 2px;
}

.funmily-header .fh-fb .fh-fb-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
}

.funmily-header .fh-fb .fh-fb-like {
    margin-top: 17px;
    margin-left: 5px;
    height: 20px;
    width: 85px;
    overflow: hidden;
    float: left;
}

@media only screen and (max-width: 1024px) {
    .funmily-header .fh-fb .fh-fb-like {
        display: block;
        float: none;
        width: 75px;
        margin: 5px auto;
    }
}

.fh-mobile-bg {
    position: fixed;
    visibility: hidden;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    background-color: #000000;
    transition: all .3s ease;
}

body.fh-mobile-active {
    overflow: hidden;
}

body.fh-mobile-active .fh-mobile-bg {
    visibility: visible;
    opacity: .5;
}

body.fh-mobile-active .fh-mobile {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: 0;
}

body.fh-mobile-active .funmily-header .fh-sandwich .fh-sandwich-wrap {
    margin-left: 15px;
}

body.fh-mobile-active .funmily-header .fh-sandwich .fh-sandwich-top {
    transform: rotate(45deg);
    transform-origin: 0 0;
}

body.fh-mobile-active .funmily-header .fh-sandwich .fh-sandwich-mid {
    opacity: 0;
    margin-right: -20px;
}

body.fh-mobile-active .funmily-header .fh-sandwich .fh-sandwich-bottom {
    transform: rotate(-45deg);
    transform-origin: 0 100%;
}

.funmily-header .fh-nav {
    margin-left: 5px;
    width: 650px;
}

.funmily-header .fh-nav li {
    display: block;
    float: left;
    width: 125px;
}

@media screen and (max-width: 1250px) {
    .funmily-header .fh-nav li {
        width: 110px;
    }
}

.funmily-header .fh-nav li i {
    color: #3e77e0;
    margin-right: 5px;
    border-radius: 20px;
    background-color: #fff;
    padding: 3px;
    border-top: solid 1px #999;
}

.funmily-header .fh-nav li a {
    margin: 5px 0;
    display: block;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background: #eeeeee;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #fefefe));
    background: -webkit-linear-gradient(top, #eeeeee 0%, #fefefe 100%);
    background: -moz-linear-gradient(top, #eeeeee 0%, #fefefe 100%);
    background: -ms-linear-gradient(top, #eeeeee 0%, #fefefe 100%);
    background: -o-linear-gradient(top, #eeeeee 0%, #fefefe 100%);
    background: linear-gradient(to bottom, #eeeeee 0%, #fefefe 100%);
    -pie-background: linear-gradient(#eeeeee, #fefefe);
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #999;
}

.funmily-header .fh-nav li a .icon-comment {
    position: relative;
    top: -1px;
    font-size: 13px;
}

.funmily-header .fh-nav li a:hover {
    background: #3e77e0;
    color: #fff;
    border-bottom: solid 1px #eee;
}

.funmily-header .fh-nav li a:hover i {
    color: #2a59b7;
}

.funmily-header .fh-nav li a:active {
    border: none;
    margin-top: 6px;
}

.funmily-header .fh-nav li:first-child a {
    border-radius: 5px 0 0 5px;
}

.funmily-header .fh-nav li:last-child a {
    border-radius: 0 5px 5px 0;
}

@media only screen and (max-width: 1024px) {
    .funmily-header .fh-nav {
        width: auto;
        margin: 5px;
    }
    .funmily-header .fh-nav li {
        float: none;
        width: auto;
    }
    .funmily-header .fh-nav li:first-child a,
    .funmily-header .fh-nav li:last-child a {
        border-radius: 0;
    }
    .funmily-header .fh-nav li a {
        margin: 0;
        margin-bottom: 5px;
        border-radius: 3px;
        overflow: hidden;
        border: solid 1px #ddd;
    }
    .funmily-header .fh-nav li a:active {
        border: solid 1px #ddd;
        margin-top: 0;
    }
}

.funmily-header .fh-menu {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .funmily-header .fh-menu {
        display: block;
    }
}

.funmily-header .fh-menu li {
    display: inline;
}

.funmily-header .fh-menu a {
    display: block;
    margin: 5px;
    text-align: center;
    font-size: 80%;
    height: 20px;
    line-height: 20px;
    border: solid 1px #ccc;
    background-color: #eee;
}

.funmily-header .fh-menu a:hover {
    color: #fff;
    background-color: #3e77e0;
}

@media only screen and (max-width: 1024px) {
    .fh-mobile {
        position: fixed;
        z-index: 11;
        top: 40px;
        right: 0;
        bottom: 0;
        width: 0;
        overflow: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        right: -125px;
        width: 125px;
        background-color: rgba(255, 255, 255, 0.9);
    }
}

#footer {
    background: #fcfcfc;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #efeff0));
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #efeff0 100%);
    background: -moz-linear-gradient(top, #fcfcfc 0%, #efeff0 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%, #efeff0 100%);
    background: -o-linear-gradient(top, #fcfcfc 0%, #efeff0 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #efeff0 100%);
    -pie-background: linear-gradient(#fcfcfc, #efeff0);
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 1;
    bottom: -80px;
    left: 0;
    border-top: solid 1px #CCC;
    clear: both;
    padding-top: 20px;
    transition: bottom .3s ease;
}

#footer.footer-show {
    transition: bottom .3s ease;
    bottom: 0;
}

@media only screen and (max-width: 1024px) {
    #footer {
        display: block;
        position: static;
    }
}

#footer img {
    position: relative;
}

#footer .funmily {
    top: 1px;
    left: 1px;
}

#footer .copyright {
    margin: 0 auto;
    position: relative;
}

#footer .copyright td {
    vertical-align: middle;
}

#footer .about {
    padding: 0 5px;
}

#footer .about ul {
    width: 410px;
    height: 15px;
    margin-bottom: 5px;
    float: none;
}

#footer .about ul li {
    float: left;
    width: 80px;
    text-align: center;
    border-left: solid 1px #CCC;
}

#footer .about ul li:first-child {
    border-left: 0;
}

#footer .about p {
    white-space: nowrap;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    margin: 2px -32px;
    text-align: left;
    float: none;
    color: #aaa;
}

.ie7 #footer .about p {
    margin: 0 10px;
}

body.page.mobile .content .nav {
    margin-left: 0;
}

body.page.mobile .content .nav a {
    height: 40px;
    line-height: 40px;
    margin: 0;
    border: 0;
    font-size: 12px;
    border-left: solid 1px #ccc;
    border-radius: 0;
}

body.page.mobile .content .nav li.nav-num-2 {
    width: 50%;
}

body.page.mobile .content .nav li.nav-num-3 {
    width: 33.33%;
}

body.page.mobile .content .nav li.nav-num-4 {
    width: 25%;
}

body.page.mobile .content .nav li.nav-num-5 {
    width: 20%;
}

body.page.mobile .content .nav li:first-child a {
    border-left: 0;
}

body.page.mobile .content .nav li.selected a {
    line-height: 42px;
}

body.page.mobile .content .detail .headline,
body.page.mobile .content .detail h3 {
    background: #fff;
}

body.page .content {
    float: left;
    background-color: #fff;
}

body.page .content.nav-no .detail>.mid {
    min-height: 1219px;
}

body.page .content .nav {
    overflow: hidden;
    display: block;
    margin-left: 3px;
}

body.page .content .nav li {
    width: 20%;
    float: left;
}

body.page .content .nav li.selected a {
    background: #eeeeee;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
    background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%);
    -pie-background: linear-gradient(#eeeeee, #ffffff);
    position: relative;
    color: #333;
    line-height: 32px;
    z-index: 5;
    text-shadow: 0 0 5px #fff;
}

body.page .content .nav li a {
    display: block;
    height: 30px;
    margin: 0 2px;
    color: #666;
    font-size: 14px;
    border-radius: 10px 10px 0 0;
    background: #fefefe;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
    background: -moz-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #eeeeee 100%);
    -pie-background: linear-gradient(#fefefe, #eeeeee);
    border: solid 1px #ccc;
    border-bottom-width: 0;
    text-align: center;
    line-height: 30px;
}

body.page .content .search {
    position: relative;
    background-color: #eee;
    margin: 25px 40px;
    overflow: hidden;
}

@media only screen and (max-width: 1024px) {
    body.page .content .search {
        margin: 15px 10px;
    }
}

body.page .content .search .hint {
    position: absolute;
    top: 20px;
    left: 5%;
    text-indent: 20px;
    color: #cccccc;
}

body.page .content .search.active .hint,
body.page .content .search:hover .hint,
body.page .content .search:focus .hint {
    display: none;
}

body.page .content .search input {
    display: block;
    width: 90%;
    text-indent: 10px;
    line-height: 20px;
    margin: 20px auto;
}

body.page .content .detail {
    position: relative;
    font-size: 13.5px;
    line-height: 25px;
}

.ie7 body.page .content .detail,
.ie8 body.page .content .detail {
    border: solid 1px #ccc;
}

body.page .content .detail>.mid {
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
    padding: 3px;
    min-height: 1188px;
    position: relative;
}

body.page .content .detail>.mid>p {
    margin: 20px 30px;
}

body.page .content .detail>.mid>p em {
    color: #66ccff;
}

body.page .content .detail>.mid>p strong {
    color: #c00;
    font-weight: bold;
}

body.page .content .detail .headline,
body.page .content .detail .headline-bg,
body.page .content .detail h3 {
    font-size: 16px;
    text-shadow: 0 0 1px #fff;
    line-height: 25px;
    font-weight: bold;
    background: #dfdfdf;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfdfdf), color-stop(100%, #fbfbfb));
    background: -webkit-linear-gradient(top, #dfdfdf 0%, #fbfbfb 100%);
    background: -moz-linear-gradient(top, #dfdfdf 0%, #fbfbfb 100%);
    background: -ms-linear-gradient(top, #dfdfdf 0%, #fbfbfb 100%);
    background: -o-linear-gradient(top, #dfdfdf 0%, #fbfbfb 100%);
    background: linear-gradient(to bottom, #dfdfdf 0%, #fbfbfb 100%);
    -pie-background: linear-gradient(#dfdfdf, #fbfbfb);
    padding: 5px 10px;
    color: #666;
    border-bottom: dashed 1px #ccc;
    margin-bottom: 10px;
}

body.page .content .detail .headline i,
body.page .content .detail .headline-bg i,
body.page .content .detail h3 i {
    margin-right: 10px;
}

body.page .content .detail .headline img,
body.page .content .detail .headline-bg img,
body.page .content .detail h3 img {
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 10px;
    float: left;
}

body.page .content .detail .headline-more {
    float: right;
    position: relative;
    top: -2px;
    text-align: center;
    width: 40px;
    line-height: 25px;
    background-color: #eee;
    border: solid 1px #ccc;
    border-radius: 5px;
    font-size: 80%;
    margin-right: -5px;
}

body.page .content .detail .headline-more:hover {
    color: #fff;
    background-color: #3e77e0;
}

body.page .content .detail.iframe .iframe-wrap {
    position: absolute;
    overflow: hidden;
    top: 50px;
    right: 5px;
    left: 5px;
    bottom: 45px;
}

body.page .content .detail.iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body.page .content .detail.iframe .mid {
    min-height: 1400px;
}

body.page.notice .content .notice-list>.mid {
    min-height: 1120px;
}

.notice-list a.bold {
    font-weight: bold;
}

.notice-list a.lighting {
    color: #cc0000;
}

.notice-list ul {
    display: block;
    overflow: hidden;
}

.notice-list li {
    display: block;
    height: 30px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    border-bottom: solid 1px #ddd;
}

.notice-list li img {
    position: absolute;
    top: 9px;
    left: 15px;
}

.notice-list li i {
    position: absolute;
    top: 5px;
    left: 45px;
    background-image: url("//verizonimage.funmily.com/funmily2/page/notice/type.png");
    width: 40px;
    height: 25px;
    line-height: 22px;
    text-align: center;
    color: #666;
}

.notice-list li b {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    height: 100%;
    margin-left: 90px;
    margin-right: 60px;
    line-height: 33px;
    font-size: 13px;
}

.notice-list li span {
    position: absolute;
    top: 5px;
    right: 0;
    text-align: center;
    line-height: 25px;
    width: 45px;
    margin-right: 5px;
    float: right;
    font-size: 12px;
    color: #999;
}

.notice-list li:hover {
    background-color: #0099ff;
}

.notice-list li:hover i,
.notice-list li:hover b {
    color: #ffffff;
}

.notice-list li:hover i,
.notice-list li:hover span {
    background-image: none;
    background-color: #fff;
    border-radius: 3px;
    color: #333;
}

.notice-list li:hover div {
    border-radius: 5px;
}

.notice-detail .notice-title {
    line-height: 35px;
    font-size: 25px;
    color: #c00;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 20px;
    border-bottom: dashed 1px #666;
}

.notice-detail .share {
    display: block;
    width: 90%;
    height: 45px;
    margin: 0 auto;
    margin-bottom: 20px;
    clear: both;
}

@media only screen and (max-width: 1024px) {
    .notice-detail .share {
        height: 40px;
        margin-bottom: 10px;
    }
}

.notice-detail .share span {
    line-height: 40px;
}

.notice-detail .share .addthis_toolbox {
    float: left;
    margin-right: 3px;
}

.notice-detail .share #___plusone_0 {
    top: 7px;
    position: relative;
}

.notice-detail .share .addthis_button_like_facebook>span {
    display: inline-block;
    background-color: #4267b2;
    position: relative;
    line-height: 32px;
    vertical-align: middle !important;
    padding: 0 5px;
}

.notice-detail .share .addthis_button_like_facebook>span span {
    position: relative;
    top: -5px;
}

.notice-detail .share .addthis_button_like_line>span {
    height: 32px;
    display: inline-block;
    background-color: #00b900;
}

.notice-detail .share .addthis_button_like_google>span {
    display: inline-block;
    background-color: #fff;
    vertical-align: middle;
    height: 32px;
    padding: 0 5px;
    text-align: center;
}

.notice-detail .share .addthis_button_like_google>span div {
    position: relative;
    top: 4px;
    left: 1px;
}

@media only screen and (max-width: 320px) {
    .notice-detail .share .addthis_button_compact {
        display: none;
    }
}

.notice-detail time {
    position: absolute;
    top: 11px;
    right: 15px;
    font-size: 12px;
    line-height: 15px;
    color: #999999;
}

.plugin-pager {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    padding: 5px 0;
    margin: 0 10px;
}

.plugin-pager .pager_first,
.plugin-pager .pager_prev,
.plugin-pager .pager_next,
.plugin-pager .pager_last {
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
    background: -webkit-linear-gradient(top, #ffffff 0%, #dddddd 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #dddddd 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #dddddd 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #dddddd 100%);
    -pie-background: linear-gradient(#ffffff, #dddddd);
    display: inline-block;
    line-height: 15px;
    padding: 5px 15px;
    margin: 0 5px;
    border: solid 1px #ccc;
    border-radius: 3px;
}

.plugin-pager .pager_first:hover,
.plugin-pager .pager_prev:hover,
.plugin-pager .pager_next:hover,
.plugin-pager .pager_last:hover {
    color: #fff;
    background: #3e77e0;
}

.plugin-pager .pager_nums>* {
    padding: 10px 7px;
}

.plugin-pager .pager_nums em {
    color: #c00;
    font-size: 16px;
    text-decoration: underline;
}

.plugin-pager span {
    opacity: 0.3;
}

.plugin-pager select {
    height: 26px;
    width: 70px;
    text-align: center;
    border-radius: 3px;
    border: solid 1px #ccc;
    box-shadow: inset 0 0 5px #ccc;
}

.plugin-pager input {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
    text-align: center;
    margin: 0 5px;
    border: solid 1px #666;
    color: #333;
}

body.mobile .plugin-pager {
    position: static;
    margin-bottom: 10px;
}

body.mobile .plugin-pager .pager_first,
body.mobile .plugin-pager .pager_prev,
body.mobile .plugin-pager .pager_next,
body.mobile .plugin-pager .pager_last {
    display: none;
}

body.mobile .plugin-pager .pager_nums {
    display: none;
}

body.mobile .plugin-pager select {
    display: block;
    width: 100%;
}

body.mobile .plugin-pager .pager_btn {
    display: inline-block;
}

.temp p>a {
    color: #0099ff;
    padding: 0 3px;
}

.temp blockquote {
    width: 90%;
    line-height: 23px;
    overflow: hidden;
    margin: 20px auto;
    padding: 10px;
    border: solid 1px #CCC;
}

.temp blockquote.no-border {
    border: 0;
}

.temp blockquote.round {
    border-radius: 5px;
    padding: 0;
}

.temp blockquote th {
    line-height: 15px;
}

.temp blockquote a {
    margin: 0 3px;
}

.temp blockquote article {
    width: auto;
}

.temp blockquote em,
.temp blockquote .link {
    color: #3e77e0;
    font-weight: bold;
    margin: 0 5px;
}

.temp p,
.temp ol,
.temp ul {
    margin: 10px;
}

.temp ol li {
    margin-left: 20px;
    list-style-type: decimal;
}

.temp .subnav-anchor {
    position: absolute;
    top: -50px;
}

.temp .subnav {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #CCC;
    text-align: center;
}

.ie7 .temp .subnav {
    padding-bottom: 40px;
}

.temp .subnav.minfy {
    width: 330px;
    float: left;
}

.temp .subnav li {
    text-align: center;
    width: 125px;
    height: 125px;
    border-radius: 10px;
    background: #eeeeee;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
    background: -webkit-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
    background: -moz-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
    background: -ms-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
    background: -o-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
    background: linear-gradient(to bottom, #eeeeee 0%, #dddddd 100%);
    -pie-background: linear-gradient(#eeeeee, #dddddd);
    border: solid 1px #ccc;
    display: inline-block;
    margin: 5px;
    position: relative;
}

.ie7 .temp .subnav li {
    float: left;
}

.temp .subnav li .check {
    display: none;
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    color: #fff;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    background-color: #3e77e0;
}

@media only screen and (max-width: 640px) {
    .temp .subnav li .check {
        right: auto;
        top: 11px;
        left: 8px;
    }
}

.temp .subnav li.inactive {
    background: #ffffff !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee)) !important;
    background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%) !important;
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%) !important;
    background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%) !important;
    background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%) !important;
    background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%) !important;
    -pie-background: linear-gradient(#ffffff, #eeeeee) !important;
}

.temp .subnav li.inactive:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 110%;
    z-index: 1;
    top: 0;
    left: 0;
}

.temp .subnav li.inactive .check {
    display: block;
}

.temp .subnav li a {
    display: block;
    height: 100%;
    position: relative;
    font-size: 100px;
}

.temp .subnav li a span {
    display: block;
    color: #fff;
    line-height: 130px;
    height: 123px;
    text-shadow: 0 0 2px #666;
}

.temp .subnav li p {
    margin-top: 5px;
    font-size: 15px;
    font-weight: bold;
}

.temp .subnav li:hover,
.temp .subnav li.hover {
    border-color: #3e77e0;
    background: #0099ff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0099ff), color-stop(100%, #3e77e0));
    background: -webkit-linear-gradient(top, #0099ff 0%, #3e77e0 100%);
    background: -moz-linear-gradient(top, #0099ff 0%, #3e77e0 100%);
    background: -ms-linear-gradient(top, #0099ff 0%, #3e77e0 100%);
    background: -o-linear-gradient(top, #0099ff 0%, #3e77e0 100%);
    background: linear-gradient(to bottom, #0099ff 0%, #3e77e0 100%);
    -pie-background: linear-gradient(#0099ff, #3e77e0);
}

@media only screen and (max-width: 640px) {
    .temp .subnav li {
        width: auto;
        padding: 0 10px;
        height: 50px;
        line-height: 50px;
        vertical-align: middle;
        border-radius: 3px;
    }
    .temp .subnav li a {
        font-size: 15px;
    }
    .temp .subnav li a span {
        background-color: #999;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: inline-block;
        line-height: 30px;
    }
    .temp .subnav li a .icon-mobile-phone {
        position: relative;
        top: 3px;
        font-size: 160%;
    }
    .temp .subnav li p {
        display: inline;
        margin-left: 5px;
    }
    .temp .subnav li:hover a,
    .temp .subnav li.hover a {
        background: #0099ff;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0099ff), color-stop(100%, #3e77e0));
        background: -webkit-linear-gradient(top, #0099ff 0%, #3e77e0 100%);
        background: -moz-linear-gradient(top, #0099ff 0%, #3e77e0 100%);
        background: -ms-linear-gradient(top, #0099ff 0%, #3e77e0 100%);
        background: -o-linear-gradient(top, #0099ff 0%, #3e77e0 100%);
        background: linear-gradient(to bottom, #0099ff 0%, #3e77e0 100%);
        -pie-background: linear-gradient(#0099ff, #3e77e0);
    }
    .temp .subnav li:hover a span,
    .temp .subnav li.hover a span {
        color: #3e77e0;
        background-color: #fff;
        text-shadow: none;
    }
    .temp .subnav li:hover a p,
    .temp .subnav li.hover a p {
        color: #fff;
    }
}

.temp.game>.mid {
    z-index: 3;
}

.temp.game>.mid>.wrap {
    margin: 0 15px 0 19px !important;
    padding: 2px 0 8px 0;
}

.temp.game .list {
    text-align: center;
    padding: 0;
}

@media only screen and (max-width: 420px) {
    .temp.game .list {
        margin: 0 15px;
    }
}

.temp.game .list:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.temp.game .list>li[title] {
    float: left;
    position: relative;
    width: 20%;
    text-align: center;
    padding-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
    .temp.game .list>li[title] {
        width: 25%;
    }
}

@media only screen and (max-width: 640px) {
    .temp.game .list>li[title] {
        width: 33.33%;
        font-size: 12px;
    }
}

@media only screen and (max-width: 420px) {
    .temp.game .list>li[title] {
        width: 50%;
    }
}

.temp.game .list>li[title].not-found {
    display: none;
    width: auto;
    float: none;
    line-height: 30px;
    margin: 0 30px;
    padding-bottom: 0;
    text-align: center;
}

.temp.game .list>li[title]:hover {
    background-color: #ddd;
}

.temp.game .list>li[title] img {
    display: block;
    width: 120px;
    margin: 10px auto 5px auto;
    border: solid 1px #ccc;
}

.temp.game .list>li[title] ul {
    margin: 5px 10px;
}

@media only screen and (max-width: 640px) {
    .temp.game .list>li[title] ul {
        margin: 0 10px;
    }
}

.temp.game .list>li[title] ul a {
    color: #888;
    display: inline;
}

.temp.game .list>li[title] ul a:hover {
    color: #3399ff;
}

.temp.game .list>li[title] em {
    display: block;
}

.temp.game .list>li[title] li {
    display: inline;
    text-align: center;
    border-left: solid 1px #ccc;
    padding-left: 6px;
    padding-bottom: 2px;
}

.temp.game .list>li[title] li:first-child {
    border: 0;
    padding-left: 0;
    padding-right: 5px;
}

.ui-icon {
    text-indent: -999px;
}

.datepick.datepick-ym .ui-datepicker-calendar {
    display: none;
}

.temp.table {
    position: relative;
}

.temp.table .inquiry {
    height: 25px;
    text-align: center;
}

@media only screen and (max-width: 640px) {
    .temp.table .inquiry {
        height: auto;
    }
}

.temp.table .inquiry .value {
    display: inline;
}

.temp.table .inquiry .value span,
.temp.table .inquiry .value li,
.temp.table .inquiry .value p {
    float: left;
}

.temp.table .inquiry .value li {
    width: 220px;
}

.temp.table .inquiry .value p {
    color: #09f;
    width: 100px;
    margin: 0;
    margin-right: 10px;
}

.temp.table .inquiry .value p i {
    padding-right: 5px;
}

.temp.table .inquiry .value span {
    background: #dddddd;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #dddddd 0%, #ffffff 100%);
    background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #dddddd 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #dddddd 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #dddddd 0%, #ffffff 100%);
    -pie-background: linear-gradient(#dddddd, #ffffff);
    border-radius: 5px;
    padding: 0 10px;
    border: #ccc 1px solid;
    color: #333;
}

.temp.table .inquiry .value.value-full {
    width: auto;
    float: none;
}

@media only screen and (max-width: 640px) {
    .temp.table .inquiry .value {
        display: block;
        text-align: center;
        margin-bottom: 10px;
        border-bottom: solid 1px #ccc;
        padding-bottom: 10px;
        width: 50%;
        float: left;
    }
    .temp.table .inquiry .value span,
    .temp.table .inquiry .value p {
        float: none;
        display: inline-block;
    }
}

@media only screen and (max-width: 420px) {
    .temp.table .inquiry .value {
        width: auto;
        float: none;
    }
}

@media only screen and (max-width: 640px) {
    .temp.table .inquiry .date {
        clear: both;
    }
}

.temp.table .inquiry .date form {
    float: right;
    margin-right: -7px;
}

.temp.table .inquiry .date .text {
    width: 90px;
    text-align: center;
}

.temp.table .inquiry .date select {
    width: 98px;
    box-sizing: border-box;
    height: 22px;
    text-align: center;
    border-radius: 3px;
    border: solid 1px #aaa;
    font-size: 12px;
    color: #666;
    box-shadow: inset 0 5px 5px #eee;
}

.temp.table .inquiry .date label {
    margin-right: 5px;
}

.temp.table .inquiry .date .button {
    position: relative;
    top: -3px;
    height: 20px;
    line-height: 20px;
    padding: 0;
}

.temp.table .inquiry .date .button span {
    padding-top: 5px;
}

@media only screen and (max-width: 640px) {
    .temp.table .inquiry .date {
        overflow: hidden;
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    .temp.table .inquiry .date form {
        float: none;
        margin-right: 0;
    }
    .temp.table .inquiry .date input {
        display: inline-block;
    }
    .temp.table .inquiry .date .submit {
        height: 30px;
        margin-left: 10px;
    }
}

.temp.table .inquiry .submit {
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
    background: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
    -pie-background: linear-gradient(#ffffff, #cccccc);
    line-height: 15px;
    border-radius: 3px;
    padding: 5px 10px;
    border: #CCC solid 1px;
    color: #666;
    box-sizing: border-box;
    height: 23px;
    padding: 0 20px;
    line-height: 10px;
    position: relative;
    cursor: pointer;
}

.temp.table .inquiry .submit * {
    background: none;
}

.ie7 .temp.table .inquiry .submit {
    position: relative;
    top: -1px;
    height: 30px;
}

@media only screen and (max-width: 640px) {
    .temp.table .table-wrap {
        overflow-y: hidden;
    }
}

.temp.table table {
    width: 98%;
    text-align: center;
    margin: 0 1%;
    color: #666;
    border: solid 1px #ccc;
}

@media only screen and (max-width: 640px) {
    .temp.table table {
        font-size: 12px;
    }
}

.temp.table table select {
    width: 150px;
    height: 30px;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 3px;
    color: #666;
    border: solid 1px #ccc;
    box-shadow: inset 0 2px 5px #ddd;
}

.temp.table table small {
    font-size: 80%;
    margin-left: 5px;
}

.temp.table table input {
    padding: 0 10px;
}

.temp.table table th {
    background: #fefefe;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
    background: -moz-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #eeeeee 100%);
    -pie-background: linear-gradient(#fefefe, #eeeeee);
    padding: 2px 5px;
    border: solid 1px #CCC;
    color: #333;
    white-space: nowrap;
}

.temp.table table td {
    padding: 10px 2px;
}

.temp.table table td [type="text"] {
    width: 200px;
    text-align: center;
}

@media only screen and (max-width: 640px) {
    .temp.table table td {
        padding: 5px 10px;
        white-space: nowrap;
    }
}

.temp.table table td.note {
    position: relative;
}

.temp.table table td.note span {
    display: none;
}

.temp.table table td.note:hover span {
    text-align: left;
    width: 200px;
    position: absolute;
    top: 3px;
    right: 3px;
    display: block;
    border: solid thin #999;
    background-color: #eee;
    color: #333;
    padding: 5px;
    line-height: 15px;
}

.temp.table table [rowspan] {
    border-bottom: solid 1px #ccc;
}

.temp.table table tr:nth-child(odd) {
    background-color: #eee;
}

.temp.table table tr:nth-child(odd) [rowspan] {
    color: #666;
    background-color: #eee;
}

.temp.table table tr:hover {
    background-color: #999;
    color: #fff;
    cursor: default;
}

.temp.table table tr:first-child:hover {
    background-color: inherit;
    color: inherit;
}

.temp.table table tr [rowspan] {
    color: #666;
    border-right: solid 1px #ccc;
    vertical-align: middle;
    background-color: #fff;
}

.temp.table table.no-alt tr:hover {
    background-color: inherit;
    color: inherit;
}

.temp.table table.no-alt tr:nth-child(odd) {
    background-color: transparent;
}

.temp.table table.center {
    width: 650px;
    margin: 0 auto;
}

.temp.table table.no-hover tr:hover {
    background-color: inherit;
    color: inherit;
}

.temp.table table.no-hover tr:nth-child(odd):hover {
    background-color: #eee;
}

.temp.table table.blockquote {
    width: 92.5%;
    border: solid 1px #ccc;
    margin: 0 auto;
}

.temp.table table.download td i {
    margin-right: 5px;
}

.temp.table table.download a {
    color: #3e77e0;
    height: 100%;
    display: block;
}

.temp.table table.download tr:hover a {
    color: #fff;
}

.temp.table table.download .game,
.temp.table table.download .file {
    color: #999;
    background-color: #fafafa;
}

.temp.user blockquote.minfy {
    width: 350px;
    float: left;
    margin: 10px;
}

.temp.user blockquote.minfy .text {
    width: 200px;
}

.temp.user form ul .note.full span {
    height: 60px;
}

@media only screen and (max-width: 640px) {
    .temp.user form ul .note.full span {
        height: 100%;
    }
}

.temp.user form ul .note span:first-child {
    padding-left: 20px;
    display: flex;
    align-items: center;
    line-height: 1.2em;
    color: #999;
}

.temp.user form ul .note b+span {
    display: flex;
    align-items: center;
    line-height: 1.2em;
}

.temp.user form ul.minfy>li {
    width: 50%;
    float: left;
}

@media only screen and (max-width: 640px) {
    .temp.user form ul.minfy>li {
        float: none;
        width: auto;
    }
}

.temp.user form ul.minfy>li.full,
.temp.user form ul.minfy>li.send,
.temp.user form ul.minfy>li.prompt {
    width: 100%;
    height: auto;
}

.temp.user form ul>li {
    border-bottom: solid 1px #eee;
    line-height: 60px;
    height: 60px;
    position: relative;
}

@media only screen and (max-width: 640px) {
    .temp.user form ul>li {
        height: auto;
        line-height: 1.7em;
        padding: 10px 0;
    }
}

.temp.user form ul>li>b,
.temp.user form ul>li>label {
    position: absolute;
    left: 20px;
    width: 100px;
    display: block;
    float: left;
    color: #999;
}

.temp.user form ul>li>b select,
.temp.user form ul>li>label select {
    position: relative;
    display: block;
    margin-top: 16px;
    margin-left: -7px;
    width: 110%;
    height: 30px;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 3px 0 0 3px;
    color: #666;
    border: solid 1px #ccc;
    box-shadow: inset 0 2px 5px #ddd;
}

.temp.user form ul>li>span {
    display: block;
    box-sizing: border-box;
    padding-left: 120px;
    padding-right: 10px;
    height: 100%;
}

.temp.user form ul>li>span input.text {
    width: 100%;
}

.ie7 .temp.user form ul>li>span input.text {
    margin-top: 15px;
}

.temp.user form ul>li>span select {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 3px;
    color: #666;
    border: solid 1px #ccc;
    box-shadow: inset 0 2px 5px #ddd;
}

@media only screen and (max-width: 1024px) {
    .temp.user form ul>li>b select,
    .temp.user form ul>li>label select {
        margin-top: 0;
    }
}

@media only screen and (max-width: 420px) {
    .temp.user form ul>li>b,
    .temp.user form ul>li>label {
        font-size: 12px;
        width: 100px;
    }
    .temp.user form ul>li>span {
        padding-left: 120px;
    }
}

.temp.user form ul>li .hint {
    display: none;
    position: absolute;
    line-height: 25px;
    top: 0;
    right: -270px;
    width: 300px;
    border-radius: 5px;
    color: #fff;
    background-color: #3e77e0;
    padding: 7px 15px;
    z-index: 1;
}

.temp.user form ul>li .hint::after {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: -14px;
    content: "";
    border-style: solid;
    border-color: transparent #3e77e0 transparent transparent;
    border-width: 7px;
}

.temp.user form ul>li:hover .hint {
    display: block;
}

@media only screen and (max-width: 640px) {
    .temp.user form ul>li.photo {
        height: 35px;
    }
}

.temp.user form ul>li.photo input {
    width: 100%;
    height: 35px;
    border-radius: 3px;
    padding: 5px;
    box-sizing: border-box;
    border: solid 1px #ccc;
}

.temp.user form ul>li.photo img {
    max-width: 50px;
    max-height: 50px;
    border: solid 1px #CCC;
    position: absolute;
    top: 4px;
    left: 3px;
}

@media only screen and (max-width: 640px) {
    .temp.user form ul>li.photo img {
        top: -7px;
        left: 0;
    }
}

.temp.user form ul>li.date select {
    display: inline-block;
    box-sizing: border-box;
    width: 33.33%;
    border-radius: 0;
    margin-right: -1px;
}

.temp.user form ul>li.date select:first-child {
    border-radius: 3px 0 0 3px;
}

.temp.user form ul>li.date select:last-child {
    border-radius: 0 3px 3px 0;
}

.temp.user form ul>li.captcha img {
    cursor: pointer;
    border: solid 1px #CCC;
    margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
    .temp.user form ul>li.captcha img {
        margin-top: 0;
    }
}

.temp.user form ul>li.lighting {
    background-color: #eee;
    border-bottom: solid 1px #ccc;
}

.temp.user form ul>li.lighting b {
    color: #000000;
}

.temp.user form ul>li.auto-height {
    height: auto;
}

.temp.user form ul>li .light {
    color: #fff;
    background-color: #3e77e0;
    border-radius: 5px;
    padding: 3px 5px;
    margin: 0 5px;
    cursor: default;
}

.temp.user form ul>li .count {
    width: 150px;
    height: 20px;
    border: solid 1px #ccc;
    border-radius: 3px;
    line-height: 20px;
    text-align: center;
    margin-top: 20px;
    margin-left: 3px;
}

.temp.user form ul>li select[multiple] {
    height: 100px;
    margin-top: 10px;
}

.temp.user form ul>li .button {
    position: relative;
    top: -2px;
}

.temp.user form ul>li [type=radio],
.temp.user form ul>li [type="checkbox"] {
    position: relative;
    top: 2px;
}

.temp.user .sms-text {
    width: 420px;
    height: 250px;
}

.temp.user .radio,
.temp.user .checker {
    position: relative;
    top: -1px;
    margin: 0 5px;
}

.temp.user .prompt {
    min-height: 0;
    color: #fff;
    border: 0;
}

.temp.user .prompt .alert {
    display: none;
    background-color: #3e77e0;
    height: 20px;
    line-height: 20px;
    margin: 0 10px;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
}

.temp.user .prompt .loader {
    display: none;
    max-width: 550px;
    width: 90%;
    height: 25px;
    line-height: 25px;
    padding: 2px;
    margin: 20px auto;
    position: relative;
    border: 2px solid #96b5ee;
    border-radius: 20px;
}

.temp.user .prompt .loader .loading-bar {
    background-color: #3e77e0;
    height: 25px;
    border-radius: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.temp.user .prompt .loader .loading-time {
    position: absolute;
    text-align: center;
    width: 100px;
    height: 20px;
    line-height: 20px;
    top: 5px;
    left: 50%;
    margin-left: -50px;
    color: #3e77e0;
    background-color: #fff;
    border-radius: 10px;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.temp.user .send {
    border: none;
    text-align: center;
}

.temp.user .send [type="submit"],
.temp.user .send [type="reset"],
.temp.user .send a {
    font-weight: bold;
    font-size: 15px;
    width: 100px;
    height: 40px;
    margin: 10px;
    color: #666;
    padding: 0;
    border-radius: 3px;
    cursor: pointer;
    border: solid 1px #ccc;
    line-height: 40px;
    display: inline-block;
    box-sizing: border-box;
}

.temp.user .send [type="submit"],
.temp.user .send .submit {
    background: #fff2b2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff2b2), color-stop(100%, #f6c33c));
    background: -webkit-linear-gradient(top, #fff2b2 0%, #f6c33c 100%);
    background: -moz-linear-gradient(top, #fff2b2 0%, #f6c33c 100%);
    background: -ms-linear-gradient(top, #fff2b2 0%, #f6c33c 100%);
    background: -o-linear-gradient(top, #fff2b2 0%, #f6c33c 100%);
    background: linear-gradient(to bottom, #fff2b2 0%, #f6c33c 100%);
    -pie-background: linear-gradient(#fff2b2, #f6c33c);
}

.temp.user .send [type="submit"]:hover,
.temp.user .send .submit:hover {
    background: #f6c33c;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6c33c), color-stop(100%, #fff2b2));
    background: -webkit-linear-gradient(top, #f6c33c 0%, #fff2b2 100%);
    background: -moz-linear-gradient(top, #f6c33c 0%, #fff2b2 100%);
    background: -ms-linear-gradient(top, #f6c33c 0%, #fff2b2 100%);
    background: -o-linear-gradient(top, #f6c33c 0%, #fff2b2 100%);
    background: linear-gradient(to bottom, #f6c33c 0%, #fff2b2 100%);
    -pie-background: linear-gradient(#f6c33c, #fff2b2);
}

.temp.user .send [type="reset"],
.temp.user .send a {
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
    background: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
    -pie-background: linear-gradient(#ffffff, #cccccc);
}

.temp.user .send [type="reset"]:hover,
.temp.user .send a:hover {
    background: #cccccc;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #cccccc 0%, #eeeeee 100%);
    background: -moz-linear-gradient(top, #cccccc 0%, #eeeeee 100%);
    background: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 100%);
    background: -o-linear-gradient(top, #cccccc 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #cccccc 0%, #eeeeee 100%);
    -pie-background: linear-gradient(#cccccc, #eeeeee);
}

.temp.user a.back-btn {
    background: #3e77e0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3e77e0), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #3e77e0 0, #fff 100%);
    background: -moz-linear-gradient(top, #3e77e0 0, #fff 100%);
    background: -ms-linear-gradient(top, #3e77e0 0, #fff 100%);
    background: -o-linear-gradient(top, #3e77e0 0, #fff 100%);
    background: linear-gradient(to bottom, #3e77e0 0, #fff 100%);
    -pie-background: linear-gradient(#3e77e0, #fff)
}

.temp.user a.back-btn:hover {
    background: #ccc;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #3e77e0));
    background: -webkit-linear-gradient(top, #fff 0, #3e77e0 100%);
    background: -moz-linear-gradient(top, #fff 0, #3e77e0 100%);
    background: -ms-linear-gradient(top, #fff 0, #3e77e0 100%);
    background: -o-linear-gradient(top, #fff 0, #3e77e0 100%);
    background: linear-gradient(to bottom, #fff 0, #3e77e0 100%);
    -pie-background: linear-gradient(#fff, #3e77e0)
}

.temp.deal .no-list {
    list-style: none !important;
}

.temp.deal .no-list>* {
    list-style: none !important;
    margin-left: 0;
}

.temp.deal p {
    text-indent: 2em;
    line-height: 25px;
}

.temp.deal a {
    color: #00f;
    text-decoration: underline;
}

.temp.deal strong {
    font-weight: bold;
}

.temp.deal dl {
    margin-left: 9px;
    margin-right: 10px;
}

.temp.deal dl dt {
    display: list-item;
    list-style-type: decimal;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 40px;
}

.temp.deal dl dd {
    line-height: 25px;
    margin-left: 40px;
    text-indent: 2em;
    margin-bottom: 20px;
}

.temp.deal ol,
.temp.deal ul {
    margin-top: 12px;
}

.temp.deal ol li,
.temp.deal ul li {
    line-height: 25px;
    font-size: 13px;
    margin-left: 33px;
    text-indent: 0;
    list-style-type: upper-latin;
}

.temp.deal ol li li,
.temp.deal ul li li {
    list-style-type: lower-alpha;
}

.temp.deal>ol,
.temp.deal ul {
    margin-left: 30px;
}

.temp.gift .list {
    margin: 0 30px;
    margin-top: 20px;
    padding-bottom: 50px;
    overflow: hidden;
}

@media only screen and (max-width: 640px) {
    .temp.gift .list {
        padding-bottom: 20px;
    }
}

.temp.gift .list.list-full>li {
    float: none;
    width: auto;
}

.ie7 .temp.gift .list.list-full>li {
    width: auto;
}

.temp.gift .list.list-full .border {
    width: auto;
}

.temp.gift .list>li {
    float: left;
    width: 50%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: dashed 1px #ccc;
}

.ie7 .temp.gift .list>li {
    width: 49%;
}

@media screen and (max-width: 1250px) {
    .temp.gift .list>li {
        float: none;
        width: auto;
    }
}

.temp.gift .list em {
    color: #cc0000;
}

.temp.gift .list img {
    float: left;
    margin-right: 10px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 640px) {
    .temp.gift .list img {
        float: none;
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
    }
}

.temp.gift .list ol {
    display: block;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.7em;
}

.temp.gift .list ol li {
    list-style-type: decimal;
}

.temp.gift .list .border {
    width: 420px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 1250px) {
    .temp.gift .list .border {
        width: 100%;
    }
}

.temp.gift .list h2 {
    font-size: 15px;
    font-weight: bold;
    padding: 10px 5px;
    padding-top: 0;
    border-bottom: solid 1px #C00;
    color: #C00;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.temp.gift .list p {
    display: block;
    font-size: 12px;
    line-height: 1.7em;
    overflow: hidden;
    height: 85px;
}

.temp.gift .list .date {
    display: block;
    margin: 10px;
    margin-top: 0;
    text-align: right;
    color: #999;
    font-size: 12px;
}

@media only screen and (max-width: 640px) {
    .temp.gift .list .date {
        text-align: center;
        border: solid 1px #ccc;
    }
}

.temp.gift .list .btn {
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
    background: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
    -pie-background: linear-gradient(#ffffff, #cccccc);
    line-height: 15px;
    border-radius: 3px;
    padding: 5px 10px;
    border: #CCC solid 1px;
    color: #666;
    background: #fff2b2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff2b2), color-stop(100%, #f6c33c));
    background: -webkit-linear-gradient(top, #fff2b2 0%, #f6c33c 100%);
    background: -moz-linear-gradient(top, #fff2b2 0%, #f6c33c 100%);
    background: -ms-linear-gradient(top, #fff2b2 0%, #f6c33c 100%);
    background: -o-linear-gradient(top, #fff2b2 0%, #f6c33c 100%);
    background: linear-gradient(to bottom, #fff2b2 0%, #f6c33c 100%);
    -pie-background: linear-gradient(#fff2b2, #f6c33c);
    float: right;
    margin-right: 10px;
    padding: 10px 20px;
    font-weight: bold;
}

.temp.gift .list .btn * {
    background: none;
}

@media only screen and (max-width: 640px) {
    .temp.gift .list .btn {
        float: none;
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
        text-align: center;
    }
}

.temp.gift .list .btn .num {
    font-weight: normal;
    padding: 3px 7px;
    box-shadow: inset 1px 1px 2px #999;
    border-radius: 3px;
    background-color: #fff;
    margin-right: 10px;
}

.temp.gift .list .btn:hover {
    background: #fff9e3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff9e3), color-stop(100%, #ffc64d));
    background: -webkit-linear-gradient(top, #fff9e3 0%, #ffc64d 100%);
    background: -moz-linear-gradient(top, #fff9e3 0%, #ffc64d 100%);
    background: -ms-linear-gradient(top, #fff9e3 0%, #ffc64d 100%);
    background: -o-linear-gradient(top, #fff9e3 0%, #ffc64d 100%);
    background: linear-gradient(to bottom, #fff9e3 0%, #ffc64d 100%);
    -pie-background: linear-gradient(#fff9e3, #ffc64d);
}

.temp.gift .plugin-pager {
    bottom: 20px;
}

.content article {
    position: relative;
    padding-bottom: 70px;
    color: #666;
    width: 90%;
    margin: 0 auto;
}

@media only screen and (max-width: 640px) {
    .content article {
        padding-bottom: 30px;
    }
}

.content article b,
.content article strong {
    font-weight: bold;
}

.content article em,
.content article i {
    color: #cc0000;
}

.content article u,
.content article h2 {
    position: relative;
    display: block;
    height: 27px;
    padding-left: 23px;
    margin: 15px 0;
    border-bottom: solid 1px #999;
    color: #333;
    font-size: 16px;
    line-height: 25px;
    text-decoration: none;
    font-weight: bold;
}

.content article u:before,
.content article h2:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #cce6f8;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cce6f8), color-stop(100%, #2b65dd));
    background: -webkit-linear-gradient(top, #cce6f8 0%, #2b65dd 100%);
    background: -moz-linear-gradient(top, #cce6f8 0%, #2b65dd 100%);
    background: -ms-linear-gradient(top, #cce6f8 0%, #2b65dd 100%);
    background: -o-linear-gradient(top, #cce6f8 0%, #2b65dd 100%);
    background: linear-gradient(to bottom, #cce6f8 0%, #2b65dd 100%);
    -pie-background: linear-gradient(#cce6f8, #2b65dd);
    border: solid 1px #3e77e0;
}

.content article a {
    color: #C00;
    text-decoration: none;
}

.content article a:hover {
    color: #F00;
    text-decoration: inherit;
}

.content article a.button {
    color: #666;
}

.content article a.button:hover {
    color: #3e77e0;
}

.content article p {
    text-align: left;
    margin-top: 5px;
}

.content article img {
    width: auto !important;
    height: auto !important;
    max-width: 840px;
    box-shadow: 0 0 5px #ccc;
    margin: 10px auto 0 auto;
    border: solid 1px #ccc;
    display: block;
}

@media only screen and (max-width: 1024px) {
    .content article img {
        max-width: 100%;
    }
}

.content article ul {
    padding-left: 20px;
    list-style: disc;
}

.content article .list-img img {
    max-width: 620px;
    position: relative;
    left: -10px;
    margin-bottom: 40px;
}

.content article table {
    margin: 10px 5px;
    border: 1px solid #CCC;
    padding: 5px;
    width: 100%;
    color: #333;
}

.content article table th,
.content article table tr:first-child td {
    padding: 5px;
    background: #fefefe;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
    background: -moz-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #eeeeee 100%);
    -pie-background: linear-gradient(#fefefe, #eeeeee);
}

.content article table td {
    border: 2px solid #CCC;
    line-height: 15px;
    padding: 5px;
    text-align: center;
    background-color: #fff;
}

@media only screen and (max-width: 640px) {
    .content article .table-wrap {
        overflow-y: hidden;
    }
}

body.mobile {
    padding-top: 54px;
}

@media only screen and (max-width: 1024px) {
    body.mobile {
        padding-top: 40px;
    }
}

body.mobile.hide-header {
    padding-top: 0;
}

body.mobile a[name="title"] {
    top: 0;
}

body.mobile .content.nav-no {
    margin-top: -54px;
}

@media only screen and (max-width: 1024px) {
    body.mobile .content.nav-no {
        margin-top: -40px;
    }
}

body.mobile .content.nav-no .detail>.mid {
    min-height: 0;
}

body.mobile .content .detail>.mid {
    padding: 0;
    box-shadow: none;
    min-height: 0;
}

body.mobile .content .detail.iframe .iframe-wrap {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

body.mobile .notice-detail h1 {
    margin-top: -10px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 15px;
    color: #333;
    background-color: #efefef;
    border-bottom-color: #ccc;
}

body.mobile #footer {
    display: block;
    position: static;
}

@media only screen and (max-width: 1024px) {
    body.mobile #footer {
        display: none;
    }
}

body.mobile.index .funmily-header {
    z-index: 11;
}

body.mobile.index .fh-mobile-bg {
    z-index: 11;
}

body.mobile.index .content {
    background-color: transparent;
}

body.mobile.index .content .detail .headline-bg {
    margin-bottom: 5px;
}

body.mobile.index h1 {
    height: 0;
    overflow: hidden;
}

body.mobile.index .notice-list {
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #ccc;
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 770px;
}

body.mobile.index .notice-list li:last-child {
    border-bottom: none;
}

body.mobile.index .notice-list li b {
    margin-left: 40px;
}

@media screen and (max-width: 850px) {
    body.mobile.index .notice-list {
        margin: 0 15px;
        margin-bottom: 10px;
    }
}

.mobile-banner {
    position: relative;
}

.mobile-banner img {
    width: 100%;
}

.mobile-banner>div img {
    display: none;
}

.mobile-banner>div:first-child img {
    display: block;
}

.mobile-banner .slidesjs-previous,
.mobile-banner .slidesjs-next {
    top: 0;
    position: absolute;
    z-index: 10;
    width: 10%;
    height: 100%;
    text-align: center;
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile-banner .slidesjs-previous:hover,
.mobile-banner .slidesjs-next:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: scale(1.1);
}

.mobile-banner .slidesjs-previous::before,
.mobile-banner .slidesjs-next::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mobile-banner .slidesjs-previous i,
.mobile-banner .slidesjs-next i {
    font-size: 7vw;
    text-shadow: 0 0 10px #aedbe4, 0 0 10px #aedbe4, 0 0 10px #aedbe4, 0 0 10px #aedbe4;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.mobile-banner .slidesjs-previous {
    left: 0;
}

.mobile-banner .slidesjs-next {
    right: 0;
}

.mobile-banner .slidesjs-pagination,
.mobile-banner .slidesjs-play,
.mobile-banner .slidesjs-stop {
    display: none !important;
}

.mobile-apps {
    text-align: center;
    margin: 10px;
    margin-bottom: 0;
    padding-top: 6px;
}

.mobile-apps.mobile-apps-center ul {
    margin: 0 auto;
    display: block;
}

.mobile-apps.mobile-apps-center li {
    display: block;
    float: none;
    width: 60%;
    margin: 0 auto;
}

.mobile-apps ul {
    display: inline-block;
    margin: 0 -2px;
    overflow: hidden;
    max-width: 850px;
}

.mobile-apps li {
    display: inline;
}

.mobile-apps a {
    max-width: 180px;
    width: 90%;
    display: inline-block;
    margin: 0 7px;
    margin-bottom: 15px;
    background-color: #eee;
    padding-top: 10px;
    border-radius: 5px;
    border: solid 1px #ccc;
    overflow: hidden;
}

.mobile-apps a:hover {
    color: #fff;
    background-color: #3e77e0;
    border-color: ;
}

.mobile-apps span {
    display: block;
    padding: 10px 0;
    font-size: 140%;
    font-weight: bold;
    margin: 0 12px;
    margin-top: 10px;
    margin-bottom: 3px;
    border-top: solid 1px #ccc;
    white-space: nowrap;
}

.mobile-apps img {
    max-width: 150px;
    width: 90%;
}

.mobile-apps .mobile-list-coming img {
    padding-top: 24%;
    padding-bottom: 24%;
    border: solid 1px #ccc;
    border-radius: 20%;
    background-color: #efefef;
    box-shadow: inset 0 0 20px #fff;
}

@media screen and (max-width: 850px) {
    .mobile-apps .mobile-list-coming img {
        padding-top: 26.5%;
        padding-bottom: 26.5%;
    }
}

.mobile-apps .mobile-list-coming span {
    color: #999;
}

.mobile-apps .mobile-list-coming a:hover {
    background-color: #ddd;
}

.mobile-apps .mobile-list-coming a:hover span {
    color: #fff;
    text-shadow: 0 0 5px #ccc;
}

@media screen and (max-width: 850px) {
    .mobile-apps li {
        width: 33.33%;
        float: left;
    }
    .mobile-apps a {
        max-width: 250px;
    }
    .mobile-apps span {
        font-size: 3vw;
    }
    .mobile-apps img {
        max-width: 220px;
    }
}

@media only screen and (max-width: 420px) {
    .mobile-apps li {
        width: 50%;
        float: left;
    }
    .mobile-apps a {
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .mobile-apps span {
        font-size: 4vw;
    }
}

@media screen and (min-width: 850px) {
    .mobile-apps .mobile-list-coming:nth-child(4n)~.mobile-list-coming {
        display: none;
    }
    .mobile-apps li:nth-child(4n)+.mobile-list-coming,
    .mobile-apps li:nth-child(4n)+.mobile-list-coming+.mobile-list-coming,
    .mobile-apps li:nth-child(4n)+.mobile-list-coming+.mobile-list-coming+.mobile-list-coming {
        display: none;
    }
}

@media screen and (max-width: 850px) and (min-width: 420px) {
    .mobile-apps .mobile-list-coming:nth-child(3n)~.mobile-list-coming {
        display: none;
    }
    .mobile-apps li:nth-child(3n)+.mobile-list-coming,
    .mobile-apps li:nth-child(3n)+.mobile-list-coming+.mobile-list-coming,
    .mobile-apps li:nth-child(3n)+.mobile-list-coming+.mobile-list-coming+.mobile-list-coming {
        display: none;
    }
}

@media screen and (max-width: 420px) {
    .mobile-apps .mobile-list-coming:nth-child(2n)~.mobile-list-coming {
        display: none;
    }
    .mobile-apps li:nth-child(2n)+.mobile-list-coming,
    .mobile-apps li:nth-child(2n)+.mobile-list-coming+.mobile-list-coming,
    .mobile-apps li:nth-child(2n)+.mobile-list-coming+.mobile-list-coming+.mobile-list-coming {
        display: none;
    }
}