body {
    background-color: #37261e;
}

body.ItemProductInitCart-Page {
    background-color: #fff;
}

.page {
    background-color: #886955;
}

.no_scroll {
    overflow: hidden;
}

.hidden {
    display: none;
}

.header_img {
    width: 100%;
    height: auto;
    border: none;
    display: block;
}

.title {
    font-size: 25px;
    font-weight: 700;
    font-family: Chiller, "Microsoft YaHei", sans-serif, "Microsoft Sans Serif", "Microsoft JhengHei UI";
}

.border {
    border: #bababa solid 1px;
}

.border-left {
    border-left: #bababa solid 1px;
}

.border-right {
    border-right: #bababa solid 1px;
}

.border-top {
    border-top: #bababa solid 1px;
}

.border-bottom {
    border-bottom: #bababa solid 1px;
}

.btn {
    height: 45px;
    width: 95px;
    line-height: 42px;
    text-align: center;
    border: none;
    background: url(/images/mysterious_castle/btn_bg.png) center no-repeat;
    color: #3e1d00;
    font-weight: 700;
    padding: 0;
}

.btn:hover {
    color: #3e1d00;
}

.icon {
    width: 25px;
    height: 25px;
    display: block;
    float: left;
    background: url("/images/mysterious_castle/icon_list.png") no-repeat;
}

.icon_fax {
    background-position: 0 -50px;
}

.icon_phone {
    background-position: 0 -25px;
}

.icon_category {
    background-position: 0 -102px;
}

.icon_website {
    background-position: 0 0;
}

.icon_email {
    background-position: 0 -152px;
}

.icon_email {
    background-position: 0 -152px;
}

.icon_facebook {
    background-position: 0 -75px;
}

.icon_address {
    background-position: 0 -125px;
}

.breadcrumb {
    margin: 10px 30px;
    color: #fff;
    font-size: 13px;
}

.breadcrumb a {
    color: #fff;
}

/*-----------------modal start--------------------*/
#modal, #modal_cart {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5555;
}

#modal .modal, #modal_cart .modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 991;
}

#modal .message-box, #modal_cart .message-box {
    width: 500px;
    height: 200px;
    border: none;
    background: #fff;
    margin: -100px 0 0 -250px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 992;
    border-radius: 4px;
}

#modal_cart .message-box {
    height: auto;
}

#modal .box-content {
    width: 100%;
    height: 100%;
}

#modal .title {
    background: #403228;
    height: 40px;
    line-height: 34px;
    border-radius: 4px 4px 0 0;
    font-size: 14px;
    font-weight: normal;
    color: #dec8af;
}

#modal .close {
    color: #dec8af;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 34px;
    font-size: 20px;
}

#modal .message {
    padding: 10px;
    height: 100px;
}

#modal .message-action {
    text-align: center;
}

#modal .btn {
    margin: 0 5px;
}

#modal .cancel {
    width: 95px;
    height: 45px;
    background: url("/images/mysterious_castle/btn_cancel.png") center no-repeat;
    cursor: pointer;
}

@media screen and (max-width: 500px) {
    #modal .message-box {
        width: auto;
        background: #fff;
        left: 10px;
        right: 10px;
        top: 50px;
        margin: 0px;
        position: absolute;
        z-index: 992;
        border-radius: 4px;
    }
}
/*-----------------modal end----------------------*/

/*-----------------list strat----------------------*/
.list {
    margin: 0 20px;
    padding-bottom: 20px;
    color: #fff;
}

.list .list_title {
    color: #fff;
    font-size: 20px;
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.list .list_message {
    text-align: center;
    padding: 10px;
}

.list .list_item {
    min-height: 120px;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
}

.list .list_item.image {
    padding-left: 160px;
}

.list .list_item_content {
    margin-top: 5px;
}

.list a {
    color: #fff;
}

.list .list_item_message {
    position: relative;
}

.list .list_item_time {
    height: 20px;
    font-size: 12px;
    top: 0px;
    right: 0px;
    position: absolute;
}

.list .list_item_buy, .list .list_item_receive {
    width: 95px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    color: #3e1d00;
    font-weight: 700;
    top: 40px;
    right: 10px;
    position: absolute;
    display: block;
    background: url(/images/mysterious_castle/btn_bg.png) center no-repeat;
    cursor: pointer;
}

.list .list_item_image {
    position: absolute;
    left: 0px;
}

.list .list_item_image_border {
    width: 150px;
    height: 100px;
    background: url("/images/mysterious_castle/list_border.png");
    position: absolute;
    z-index: 101;
}

.list .list_item_image img {
    width: 140px;
    height: 90px;
    position: absolute;
    top: 4px;
    left: 7px;
    z-index: 100;
}
/*-----------------list end----------------------*/

/*-----------------detail start----------------------*/
.detail {
    margin: 0 30px;
    padding-bottom: 30px;
}

.detail .detail_content {
    color: #fff;
    position: relative;
    min-height: 260px;
}

.detail .detail_message {
}

.detail .detail_description {
    margin: 10px 0;
}

.detail .deatil_buybtn {
    position: absolute;
    right: 0;
    bottom: 55px;
}

.detail .detail_time {
    position: absolute;
    bottom: 20px;
    right: 0px;
    left: 0px;
    text-align: right;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 5px 0;
}

.detail .image .detail_time {
    left: 380px;
}

.detail .detail_content.image {
    padding-left: 380px;
}

.detail .detail_image {
    left: 0;
    position: absolute;
}

.detail .detail_image .detail_image_border {
    width: 365px;
    height: 250px;
    background: url("/images/mysterious_castle/theme_border.png");
    position: absolute;
    z-index: 101;
}

.detail .detail_image img {
    width: 340px;
    height: 225px;
    top: 10px;
    left: 15px;
    position: absolute;
    z-index: 100;
}
/*-----------------detail end----------------------*/

/*-----------------navigate strat----------------------*/
.navigate {
    height: 60px;
    width: 960px;
    padding-left: 15px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 799;
}

body.ItemDetail-Page .navigate {
    position: absolute;
    top: 60px;
}

body.ItemDetail-Page .navigate.scroll, .navigate.scroll {
    position: fixed;
    top: 0px;
}

.navigate .navigate_list {
    margin-right: 20px;
    display: block;
    font-family: Chiller, "Microsoft YaHei", sans-serif, "Microsoft Sans Serif", "Microsoft JhengHei UI";
    font-size: 14px;
    list-style: none;
}

.navigate a {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    line-height: 0;
    font-size: 0;
}

.navigate .navigate_list .navigate_item {
    margin: 0 10px;
    width: 55px;
    height: 60px;
    line-height: 60px;
    float: right;
    text-align: center;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.navigate .navigate_list .navigate_item.hover {
    width: 150px;
}

.navigate .navigate_item.icon_item_detail {
    width: 150px;
    margin-right: 50px;
    background-image: url(/images/mysterious_castle/menu/img_logo_thecell.png);
}

.navigate .navigate_item.icon_item_desc {
    width: 70px;
    background-image: url(/images/mysterious_castle/menu/btn_about-us.png);
}

.navigate .navigate_item.icon_item_desc.hover {
    background-image: url(/images/mysterious_castle/menu/btn_about-us_hlt.png);
}

.navigate .navigate_item.icon_item_news {
    background-image: url(/images/mysterious_castle/menu/btn_news.png);
}

.navigate .navigate_item.icon_item_news.hover {
    background-image: url(/images/mysterious_castle/menu/btn_news_hlt.png);
}

.navigate .navigate_item.icon_item_product {
    background-image: url(/images/mysterious_castle/menu/bth_theme.png);
}

.navigate .navigate_item.icon_item_product.hover {
    background-image: url(/images/mysterious_castle/menu/bth_theme_hlt.png);
}

.navigate .navigate_item.icon_item_time {
    background-image: url(/images/mysterious_castle/menu/btn_booking.png);
}

.navigate .navigate_item.icon_item_time.hover {
    background-image: url(/images/mysterious_castle/menu/btn_booking_hlt.png);
}

.navigate .navigate_item.icon_item_offer {
    background-image: url(/images/mysterious_castle/menu/btn_promotion.png);
}

.navigate .navigate_item.icon_item_offer.hover {
    background-image: url(/images/mysterious_castle/menu/btn_promotion_hlt.png);
}

.navigate .navigate_item.icon_item_location {
    background-image: url(/images/mysterious_castle/menu/btn_location.png);
}

.navigate .navigate_item.icon_item_location.hover {
    background-image: url(/images/mysterious_castle/menu/btn_location_hlt.png);
}

.navigate .navigate_item.icon_item_contact {
    width: 85px;
    background-image: url(/images/mysterious_castle/menu/btn_comment.png);
}

.navigate .navigate_item.icon_item_contact.hover {
    background-image: url(/images/mysterious_castle/menu/btn_comment_hlt.png);
}

.navigate .navigate_item:last-child {
    float:left;
}
.navigate .btn_menu {
    display: none;
}
/*-----------------navigate end----------------------*/

.about {
    width: 100%;
    padding: 30px 50px;
    background-color: #f5efdf;
    display: table;
    position: relative;
}

.about .about_title {
    height: 68px;
    width: 220px;
    padding-left: 30px;
    text-align: left;
    line-height: 84px;
    background: url("/images/mysterious_castle/about_bg.png") no-repeat center;
    color: #3d2719;
}

.about .about_content {
    display: table;
    width: 100%;
}

.about .about_content div {
    padding: 10px 15px;
    min-height: 102px;
}

.about .about_content .about_qrcode {
    padding-right: 170px;
    position: relative;
    display: table;
}

.about .about_content .qrcode_content {
    width: 180px;
    height: 180px;
    padding: 0;
    position: absolute;
    background: url("/images/mysterious_castle/qrcode.png") no-repeat center;
    z-index: 788;
    top: 59px;
    right: 45px;
}

.about .about_content .qrcode_content img {
    position: absolute;
    top: 44px;
    right: 43px;
}

.about .about_content .title {
    font-family: "Microsoft YaHei", sans-serif, "Microsoft Sans Serif", "Microsoft JhengHei UI";
    font-size: 15px;
    font-weight: 700;
}

.news {
    padding-bottom: 20px;
    background-color: #c9b59c;
    position: relative;
}

.news .news_title {
    height: 75px;
    width: 960px;
    padding: 0 50px 0 80px;
    line-height: 100px;
    color: #351d10;
    background: url("/images/mysterious_castle/news_bg.png") #f5efdf no-repeat center;
}

.news .news_btn_more {
    position: absolute;
    top: 40px;
    right: 70px;
    float: right;
    width: 65px;
    height: 25px;
    background: url("/images/mysterious_castle/btn_news_more.png") center repeat;
}

.news .news_list {
    width: 100%;
    display: table;
    list-style: none;
}

.news .news_list .news_item {
    float: left;
}

.theme {
    height: 450px;
    padding: 40px 0;
    background: url("/images/mysterious_castle/theme_bg.jpg") center repeat;
}

.theme .theme_title {
    padding: 0 0 0 80px;
    margin: 0 0 20px 0;
    color: #ded0ab;
}

.theme .theme_btn_more {
    position: relative;
    bottom: 45px;
    right: 10%;
    float: right;
    width: 65px;
    height: 25px;
    background: url("/images/mysterious_castle/btn_theme_more.png") center repeat;
}

.theme .theme_list {
    width: 100%;
    display: table;
    list-style: none;
}

.theme .theme_list .theme_item {
    width: 365px;
    height: 250px;
    margin: 0 57px;
    position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.theme .theme_list .theme_img {
    height: 220px;
    width: 340px;
}

.theme .theme_list .theme_border {
    width: 365px;
    height: 250px;
    background: url("/images/mysterious_castle/theme_border.png") no-repeat center;
    position: absolute;
    top: -15px;
    left: 0;
}

.theme .theme_item_title {
    color: #fff;
    padding: 0 0 0 10px;
    margin: 15px 0 10px 0;
    text-align: left;
}

.theme .theme_money {
    color: #fe9900;
    padding: 0 20px;
    font-family: Chiller, sans-serif, "Microsoft Sans Serif", "Microsoft JhengHei UI";
    font-size: 32px;
    text-align: left;
}

.theme .btn-cart, .detail .deatil_buybtn {
    float: right;
    font-size: 13px;
    cursor: pointer;
}

.time {
    width: 960px;
    height: 394px;
    padding: 45px 50px 40px 50px;
    background: url("/images/mysterious_castle/timelist_bg.jpg") center no-repeat;
    color: #fff;
}

.time .time_title {
    padding-left: 50px;
    position: relative;
}

.time .title_content {
    width: 100%;
    margin: 20px 0 0 0;
}

.time .title_content td:first-child, .time .title_content th:first-child {
    padding-left: 20px;
}

.time .title_content th {
    background: #4a382c;
    font-weight: 400;
    font-size: 24px;
    font-family: Chiller, sans-serif, "Microsoft Sans Serif", "Microsoft JhengHei UI";
    text-align: left;
}

.time .title_content td {
    height: 50px;
    text-align: left;
    font-size: 12px;
    padding-left: 5px;
}

.time .title_content tr:nth-child(2n+1) {
    background: #886955;
}

.time .title_content tr:nth-child(2n) {
    background-color: rgba(0, 0, 0, 0.1);
}

.location {
    padding: 30px 40px;
    background: #dec9ae;
    color: #442918;
}

.location .location_title {
    padding: 0 0 0 40px;
    margin: 0 0 5px 0;
}

.location .location_address {
    padding: 0 0 0 40px;
}

.location .location_map {
    width: 880px;
    height: 540px;
    margin: 10px auto;
    background: url("/images/mysterious_castle/lcoation_border.png") center no-repeat;
    position: relative;
}

.location .location_map .loaction_map_content {
    width: 835px;
    height: 485px;
    position: absolute;
    top: 25px;
    left: 28px;
}

.des {
    width: 100%;
    padding: 0 0 30px 0;
    background: #403229;
    display: table;
}

.des .des_line {
    height: 80px;
    background: url("/images/mysterious_castle/comment_bg.png") top center no-repeat #dec9ae;
}

.des .des_title {
    color: #fff;
    margin: 0 0 15px 0;
    padding-left: 80px;
}

.des .des_list {
    width: 100%;
    padding: 0 50px;
    list-style: none;
    color: #6f5846;
    font-size: 12px;
    display: table;
}

.des .des_list .des_item {
    width: 33.33333%;
    height: 50px;
    line-height: 50px;
    float: left;
    background: url(/images/mysterious_castle/icon_bg.png) left top no-repeat;
}

.des .des_list .des_item a {
    color: #6f5846;
}

.des .des_list .des_item .icon {
    margin: 12px 15px 15px 13px;
}

.des .des_text {
    margin-top: 30px;
    padding: 209px 50px 0 50px;
    position: relative;
}

.des .des_text .des_border {
    width: 860px;
    height: 209px;
    background: url("/images/mysterious_castle/comment_border.png") center no-repeat;
    position: absolute;
    top: -15px;
    left: 45px;
}

.des .des_text .des_bg {
    width: 835px;
    height: 180px;
    border-radius: 5px;
    background-color: #6f5846;
    position: absolute;
    top: 0px;
    left: 60px;
}

.des .des_text .des_content {
    width: 835px;
    height: 180px;
    background-color: transparent;
    position: absolute;
    top: 0px;
    left: 60px;
    color: #fff;
    border: none;
}

.des .des_text .btn {
    float: right;
}

.welcome {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #150011;
    z-index: 899;
}

.welcome .welcome_img {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -300px 0 0 -512px;
}

.animate-zoom {
    -webkit-animation: animate-zoom 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
    -moz-animation: animate-zoom 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
    -ms-animation: animate-zoom 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
    -o-animation: animate-zoom 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
    animation: animate-zoom 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
    z-index: 1;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.animate-zoom.running {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes animate-zoom {
	0% {
		-webkit-transform: scale(.5,.5);
		-moz-transform: scale(.5,.5);
		-ms-transform: scale(.5,.5);
		-o-transform: scale(.5,.5);
		transform: scale(.5,.5);
		opacity: 0;
		bottom: auto
	}

	100% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 1;
		bottom: auto
	}
}

@-moz-keyframes animate-zoom {
	0% {
		-webkit-transform: scale(.5,.5);
		-moz-transform: scale(.5,.5);
		-ms-transform: scale(.5,.5);
		-o-transform: scale(.5,.5);
		transform: scale(.5,.5);
		opacity: 0;
		bottom: auto
	}

	100% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 1;
		bottom: auto
	}
}

@-ms-keyframes animate-zoom {
	0% {
		-webkit-transform: scale(.5,.5);
		-moz-transform: scale(.5,.5);
		-ms-transform: scale(.5,.5);
		-o-transform: scale(.5,.5);
		transform: scale(.5,.5);
		opacity: 0;
		bottom: auto
	}

	100% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 1;
		bottom: auto
	}
}

@-o-keyframes animate-zoom {
	0% {
		-webkit-transform: scale(.5,.5);
		-moz-transform: scale(.5,.5);
		-ms-transform: scale(.5,.5);
		-o-transform: scale(.5,.5);
		transform: scale(.5,.5);
		opacity: 0;
		bottom: auto
	}

	100% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 1;
		bottom: auto
	}
}

@keyframes animate-zoom {
	0% {
		-webkit-transform: scale(.5,.5);
		-moz-transform: scale(.5,.5);
		-ms-transform: scale(.5,.5);
		-o-transform: scale(.5,.5);
		transform: scale(.5,.5);
		opacity: 0;
		bottom: auto
	}

	100% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 1;
		bottom: auto
	}
}
