﻿.tag {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 4px;
    text-align: center;
    margin: 0;
    color: #999;
    font-size: 12px;
    padding: 3px 5px;
    line-height: 12px;
}

.tag-big {
    font-size: 14px;
    padding: 7px;
}

.tag.tag-green {
    color: #06bf04;
    border-color: #00cc33;
}

.tag.tag-orange {
    color: #ff9900;
    border-color: #ff9900;
}

.tag.tag-orangef60 {
    color: #f60;
    border-color: #f60;
}

.tag.tag-blue {
    color: #00a0f8;
    border-color: #00a0f8;
}

.tag.tag-red {
    color: #ed5050;
    border-color: #ed5050;
}

.tag.tag-pink {
    color: #ee614b;
    border-color: #ee614b;
}

.tag.disabled {
    background-color: #ddd !important;
    background-image: none !important;
    border: 1px solid transparent !important;
    color: #fff !important;
}

.tag.tag-redf30 {
    color: #f30;
    border-color: #f30;
}

.goods-header {
    display: block;
    height: auto;
    padding: 8px 0 6px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
    border-top: 1px solid #f2f2f2;
    background-color: #fff;
}

.goods-header.restore {
    border-top-color: transparent;
    background-color: #fff;
}

.goods-header.restore .thumb {
    display: block;
}

.goods-header.restore .title {
    padding-right: 5px;
}

.goods-header .thumb {
    display: none;
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
    float: left;
    margin: 2px 0 0 10px;
}

.goods-header .thumb>img {
    max-width: 100%;
    max-height: 100%;
}

.goods-header .title {
    font-weight: normal;
    margin: 0;
    padding: 0 10px;
    font-size: 18px;
    line-height:180%;
    text-align: left;
}

.goods-header .wish-add {
    margin-top: 3px;
    margin-right: 11px;
    height: 15px;
    line-height: 16px;
    padding-left: 26px;
    background: url("../images/add_wish.png") no-repeat;
    background-position: 4px -25px;
    background-size: 21px 69px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.goods-header .wish-added {
    background-color: #f30;
    color: #fff;
    background-position: 4px -2px;
}

.wish-add-drop {
    width: 14px;
    height: 12px;
    background-image: url("../images/share_like@2x.png");
    background-size: cover;
    z-index: 1000;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min-device-pixel-ratio: 1.5) {
    .goods-header .wish-add {
        background-image: url("../images/add_wish@2x.png");
    }
}

.quantity {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    position: relative;
}

.quantity input[type=number]::-webkit-outer-spin-button {
    margin: 0;
}

.quantity button {
    border: 2px solid #eee;
    font-size: 16px;
    line-height: 10px;
    font-weight: bold;
    color: #666;
    margin: 0;
    padding: 5px;
    outline: none !important;
    text-align: center;
    width: 26px;
    height: 30px;
    vertical-align: middle;
    text-indent: -9999px;
    overflow: hidden;
}

.quantity .txt {
    margin: 0;
    font-size: 14px;
    width: 24px;
    height: 18px;
    text-align: center;
    vertical-align: middle;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-radius: 0;
}

.quantity .txt:focus {
    border-color: #eee;
}

.quantity .minus {
    border-radius: 4px 0 0 4px;
    border-right: none;
    background: #eee url("../images/ico_minus@2x.png") center center no-repeat;
    background-size: 8px 2px;
}

.quantity .plus {
    border-left: none;
    border-radius: 0 4px 4px 0;
    background: #eee url("../images/ico_plus@2x.png") center center no-repeat;
    background-size: 8px 8px;
}

.quantity .minus.disabled {
    background-image: url("../images/minus_disabled@2x.png");
}

.quantity .plus.disabled {
    background-image: url("../images/plus_disabled@2x.png");
}

.quantity .response-area {
    width: 42px;
    height: 42px;
    top: -7px;
    position: absolute;
}

.quantity .response-area-plus {
    right: -5px;
}

.quantity .response-area-minus {
    left: -5px;
}

.name-card {
    margin-left: 0px;
    width: auto;
    padding: 5px 0;	
    position: relative;
}

.name-card .thumb {
    width: 58px;
    height: 58px;
    float: left;
    position: relative;
    margin-left: auto;
    margin-right: auto;	
    background-size: cover;
}

.name-card .thumb img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.name-card a:hover,.name-card a:active {
    text-decoration: none;
}

.name-card .detail {
    margin-left: 65px;
    width: auto;
    position: relative;
}

.name-card .detail h3 {
    margin-top: 1px;
    color: #333;
    font-size: 12px;
    line-height: 16px;
    width: 80%;
}

.name-card .detail p {
    position: relative;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    margin: 0 0 2px;
    color: #ccc;
}

.name-card .detail a {
    display: block;
}

.name-card .btn-goods-link {
    bottom: 7px;
    right: 10px;
    position: absolute;
    line-height: 14px;
    font-size: 12px;
}

.name-card.name-card-3col {
    padding: 7px 0;
    padding-right: 85px;
}

.name-card.name-card-3col .right-col {
    position: absolute;
    right: 0px;
    top: 7px;
    width: 78px;
    padding-right: 10px;
    font-size: 12px;
}

.name-card.name-card-3col .right-col .price {
    font-weight: 500;
    font-size: 14px;
    color: #ff9900;
    text-align: right;
    line-height: 16px;
}

.name-card.name-card-3col .right-col .num {
    font-weight: 200;
    text-align: right;
    margin-top: 3px;
    padding: 0;
    color: #555;
}

.name-card.name-card-3col .right-col .num .num-txt {
    padding: 0;
    line-height: 22px;
    color: #515151;
}

.name-card.name-card-3col .right-col .order-state {
    font-size: 13px;
    text-align: right;
}

.sku-tag.tag {
    color: #000;
    border-color: #999;
}

.sku-tag.tag-orangef60 {
    color: #f60;
    border-color: #f60;
}

.sku-layout {
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
}

.sku-layout .vertical-middle {
    vertical-align: middle;
}

.sku-layout .line-through {
    display: inline-block;
    text-decoration: line-through;
    line-height: 23px;
}

.sku-layout .block-item {
    border: 0px none;
    -webkit-border-image: url("../images/border-line.png") 2 stretch;
    -moz-border-image: url("../images/border-line.png") 2 stretch;
    border-image: url("../images/border-line.png") 2 stretch;
    border-top: 2px solid #e5e5e5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min-device-pixel-ratio: 1.5) {
    .sku-layout .block-item {
        border-top-width: 1px;
    }
}

.sku-layout .block-item:first-child {
    border-top: 0px none;
}

.name-card.sku-name-card .thumb {
    width: 50px;
    height: 50px;
    margin: 2px 0 0 10px;
    top: -30px;
    border-radius: 4px;
    border: 2px solid #FFF;     
    background: #FFF;
}

.name-card.sku-name-card .thumb img {
    height: 50px;
}

.name-card.sku-name-card .detail {
    margin-left: 55px;
}

.sku-layout .model-title {
    padding-top: 3px;
    font-size: 13px;
}

.sku-layout .model-list {
    zoom: 1;
    padding-left: 0px;
    margin-bottom: 0px;
}

.sku-layout .model-list:after {
    content: "";
    display: table;
    clear: both;
}

.sku-layout .model-list li {
    position: relative;
    margin-right: 10px;
    min-width: 32px;
    max-width: 180px;
    line-height: 16px;
    padding: 6px 9px;
    margin-bottom: 10px;
}

.sku-layout .model-list li.active::after {
    content: ' ';
    position: absolute;
    bottom: -1px;
    right: -1px;
    background: bottom right;
    height: 12px;
    width: 12px;
    background-image: url("../images/showcase-1416814739063.png");
    background-repeat: no-repeat;
    background-position: 0 -108px;
}

.sku-layout .model-list li.unavailable {
    border-color: #eee;
    color: #eee;
    cursor: not-allowed;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min-device-pixel-ratio: 1.5) {
    .sku-layout .model-list li.active::after {
        background-image: url("../images/showcase2x-1416814739063.png");
        background-position: 0 -135px;
        background-size: 40px auto;
    }
}

.sku-layout .layout-content .goods-models>dl {
    padding: 7px 0 4px 0;
}

.sku-layout .layout-content .goods-models>dl .sku-num {
    width: 15%;
    line-height: 42px;
}

.sku-layout .layout-content .goods-models>dl .stock {
    line-height: 42px;
    padding-right: 7px;
}

.sku-layout .layout-content .goods-models>dl .stock .stock-num {
    padding-left: 3px;
    line-height: 48px;
    float: left;
}

.sku-layout .quantity {
    float: right;
    margin-top: 10px;
}

.sku-layout .quantity .minus {
    border-radius: 2px 0 0 2px;
}

.sku-layout .quantity .plus {
    border-radius: 0 2px 2px 0;
}

.sku-layout .quantity .txt {
    width: 33px;
    height: 25px;
    padding: 1px;
    border: 1px solid #999;
    border-width: 1px 0 1px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.sku-layout .quantity .txtCover {
    position: absolute;
    top: 0;
    left: 37px;
    bottom: 0;
    right: 37px;
}

.sku-layout .quantity .minus,.sku-layout .quantity .plus {
    width: 37px;
    height: 29px;
    background-color: white;
    border: 1px solid #999;
}

.block-list .block-item.block-item-messages {
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sku-messageView {
    padding-top: 10px;
}

.sku-messageView dl {
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #f8f8f8;
    margin-bottom: 10px;
}

.sku-messageView .model-title {
    width: 68px;
    padding: 11px 10px 8px;
    position: relative;
}

.sku-messageView .model-title .required {
    font-size: 17px;
    top: 8px;
    margin-left: -7px;
    position: absolute;
}

.sku-messageView .split {
    color: #ccc;
    margin-top: 11px;
}

.sku-messageView .comment-wrapper {
    margin-left: 100px;
    padding-right: 5px;
    position: relative;
}

.sku-messageView .comment-wrapper .txt,.sku-messageView .comment-wrapper .txta {
    display: inline-block;
    border: 2px solid #eee;
    padding: 5px;
    resize: none;
    border-radius: 4px;
    width: 94%;
    border: 0px none;
    background-color: #f8f8f8;
    margin-top: 7px;
    -webkit-appearance: none;
}

.sku-messageView .comment-wrapper .txt:focus,.sku-messageView .comment-wrapper .txta:focus {
    outline: none !important;
    border-color: #666;
}

.sku-messageView .comment-wrapper .txtCover {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.image-input-trigger {
    padding: 0px 10px 0px 40px!important;   
    height: 35px;
    line-height: 26px;
    margin: 12.5px 0px 12.5px 0px!important;   
    -webkit-tap-highlight-color: transparent;
    background-image: url("../images/camera.png");
    background-repeat: no-repeat;
    background-size: 15px 14px;
    background-position: 15px 49%;
}

.image-input-show {
    display: block;
    padding-top: 5px;
    margin-right: 120px;
}

.image-input-show img {
    margin: 0 auto;
    display: block;
}

.photo-input {
    position: absolute;
    opacity: 0;
    height: 60px;
    width: 143px;
    right: 0px;
    top: 0px;
}

.sku-layout .layout-title {
    -webkit-border-image: url("../images/border-line.png") 2 stretch;
    -moz-border-image: url("../images/border-line.png") 2 stretch;
    border-image: url("../images/border-line.png") 2 stretch;
    border-bottom: 2px solid #e5e5e5;
    border-top-width: 0px;
    position: static;
    padding: 8px 0 6px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min-device-pixel-ratio: 1.5) {
    .sku-layout .layout-title {
        border-bottom-width: 1px;
    }
}

.sku-layout .layout-title .goods-base-info .title {
    padding-right: 45px;
    line-height: 22px;
}

.sku-layout .layout-title .goods-base-info .goods-price {
    padding: 0 55px 0 0;
}

.sku-layout .layout-title .goods-base-info .goods-price .current-price {
    line-height: 20px;
}

.sku-layout .layout-title .goods-base-info .goods-price .current-price .price-name {
    padding-top: 1px;
}

.sku-layout .layout-title .goods-base-info .goods-price .current-price .price-tag {
    line-height: 20px;
    margin: 0 2px 0;
}

.sku-layout .layout-title .goods-base-info .goods-price .old-price,.sku-layout .layout-title .goods-base-info .goods-price .original-price {
    color: #999;
}

.sku-layout .layout-title .goods-base-info .goods-price .original-price {
    display: none;
}

.sku-layout .layout-content {
    overflow-y: scroll;
    border: 1px solid white;
    line-height: 20px;
    background-color: #fff;
}

.sku-layout .layout-content .goods-models {
    padding: 1px 10px 1px 10px;
}

.sku-layout .layout-content .content-foot {
    padding: 10px;
}

.sku-layout .layout-content .content-foot .cart {
    background-color: #f08f00;
    border-color: #f08f00;
}

.sku-layout .layout-content .content-foot .half-button {
    width: 49%;
    padding: 11px 14px;
}

.sku-layout .sku-cancel {
    position: absolute;
    right: 3px;
    top: 2px;
    padding: 10px;
}

.sku-layout .sku-cancel .cancel-img {
    height: 27px;
    width: 27px;
    background-image: url("../images/showcase-1416814739063.png");
    background-position: 0 -120px;
    background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min-device-pixel-ratio: 1.5) {
    .sku-layout .sku-cancel .cancel-img {
        background-image: url("../images/showcase2x-1416814739063.png");
        background-position: 0 -108px;
        background-size: 40px auto;
    }
}

.sku-box-shadow {
    -webkit-box-shadow: 0 -1px 14px rgba(0, 0, 0, 0.9);
    box-shadow: 0 -1px 14px rgba(0, 0, 0, 0.9);
}

.share-mp-info {
    position: relative;
    background: #eee;
    color: #fff;
    font-size: 0;
    line-height: 0;
    padding: 1px 105px 1px 1px;
}

.share-mp-info em,.share-mp-info i {
    vertical-align: middle;
    font-style: normal;
}

.share-mp-info em {
    color: #888;
}

.share-mp-info i {
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.share-mp-info a {
    color: #888;
}

.share-mp-info img.mp-image {
    vertical-align: middle;
    margin-right: 3px;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
}

.share-mp-info .page-mp-info,.share-mp-info .links {
    font-size: 14px;
    line-height: 24px;
    color: #888;
}

.share-mp-info .page-mp-info {
    display: block;
    padding: 4px 10px 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.share-mp-info .links {
    position: absolute;
    top: 6px;
    right: 10px;
    display: inline-block;
}

.share-mp-info .links a {
    margin-left: 8px;
}

em.required,sup.required {
    color: #f00 !important;
}

.content-body {
    position: relative;
    z-index: 10;
}

.more-wrap {
    padding: 0 10px;
}

.more-wrap .more {
    display: inline-block;
    background-color: #f2f2f2;
    height: 30px;
    width: 100%;
    margin: 10px 0;
    line-height: 30px;
    font-size: 14px;
    color: #09F;
    text-align: center;
    border: 0;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    cursor: pointer;
}

.custom-image {
    padding: 0 5px;
    list-style: none;
    margin: 0;
    font-size: 12px;
}

.custom-goods-price {
    font-size: 12px;
    background: rgba(0, 0, 0, 0) url(../images/88cd129a83f341868a0c41d1b7da2cb8.gif) no-repeat scroll 5px 50%;background-size: 18px;
    padding: 0 5px 0 25px;
    display: inline-block;
    line-height: 22px;
    height: 22px;
    float: right;
    max-width: 70px;
    overflow: hidden;
    font-style: normal;
}

.custom-goods-noprice {
    width: 200px;
}

.custom-title {
    background: url("../images/bottom_line.png") left top no-repeat;
    background-size: 100% 1px;
    background-position: left bottom;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    word-break: break-all;
}

.custom-title .title {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
}

.custom-title .sub_title {
    color: #8C8C8C;
    font-size: 11px;
    margin: 5px 0 0;
}

.custom-title .sub_title_date,.custom-title .sub_title_author {
    margin-right: 10px;
}

.custom-title .sub_title_date:empty {
    margin-right: 0;
}

.custom-title .sub_title_author:empty {
    margin-right: 0;
}

.custom-title .sub_title_link {
    color: #6191bf;
}

.custom-title.wx_template {
    padding-top: 17px;
    padding-bottom: 1px;
}

.custom-title.wx_template .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: black;
}

.custom-title.wx_template .sub_title {
    line-height: 1.6;
    font-size: 12px;
    font-weight: 400;
    margin-top: 3px;
}

.custom-title.wx_template .sub_title_link {
    color: #607fa6;
}

.custom-title-link {
    margin-left: 10px;
}

.custom-title-link a {
    font-size: 12px;
    color: #07d;
}

.custom-title-noline .custom-title {
    background: none;
}

.custom-nav,.custom-link {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-nav li,.custom-link li {
    height: 44px;
    background: url("../images/bottom_line.png") left top no-repeat;
    background-size: 100% 1px;
    background-position: left bottom;
    margin: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.custom-nav li:last-child,.custom-link li:last-child {
    background-image: none;
}

.custom-nav li:first-child,.custom-link li:first-child {
    background: url("../images/bottom_line.png") left top no-repeat;
    background-size: 100% 1px;
    background-position: left bottom;
}

.custom-nav a,.custom-link a {
    display: block;
    height: 100%;
    color: #333;
    line-height: 44px;
    font-size: 14px;
    font-weight: 700;
}

.custom-nav a:hover .right-arrow,.custom-link a:hover .right-arrow {
    background-position: 0 0;
}

.custom-nav a:hover,.custom-link a:hover {
    background-position: 0 15px;
}

.custom-nav .right-arrow,.custom-link .right-arrow {
    padding-right: 0;
}

.custom-nav-noicon a {
    padding-left: 0;
    background: transparent;
}

.custom-nav-title {
    overflow: hidden;
    display: inline-block;
    width: 227px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.custom-nav-two-col {
    float: left;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-right: 1px solid #F0F0F0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.custom-nav-two-col .custom-nav-title {
    width: 145px;
}

.custom-nav-two-col:nth-child(2n) {
    border-right: none;
}

.custom-image .title,.custom-image-swiper .title {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 15px;
    z-index: 10;
    background-color: rgba(51, 51, 51, 0.8);
    color: #FFF;
    font-size: 15px;
    line-height: 1.5;
}

.custom-image a[href="javascript:;"],.custom-image a[href="javascript:void(0);"],.custom-image-swiper a[href="javascript:;"],.custom-image-swiper a[href="javascript:void(0);"] {
    cursor: default;
}

.custom-image-swiper-single .swiper-slide {
    float: none;
}

.custom-image-swiper-single2 .swiper-container {
    margin-top: -1px;
}

.custom-image li {
    margin: 5px auto;
    position: relative;
    min-height: 40px;
}

.custom-image a {
    display: block;
}

.custom-image img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    display: block;
}

.custom-image .custom-image-small {
    width: 50%;
    height: 160px;
    float: left;
    overflow: hidden;
}

.custom-image .custom-image-small img {
    width: 100%;
    height: auto;
}

.custom-image .custom-image-small:nth-child(2n) img {
    padding-left: 5px;
}

.custom-image-swiper {
    width: 100%;
    position: relative;
}

.custom-image-swiper .swiper-slide a {
    display: block;
    position: relative;
}

.custom-image-swiper .swiper-slide a img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.custom-messages {
    margin: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c9c9c9;
    background-color: #fff;
}

.custom-messages>a {
    display: block;
    padding: 15px 9px;
}

.custom-messages:hover {
    border-color: #bbb;
}

.custom-messages .time {
    color: #999;
    margin: 0 0 6px;
    font-size: 12px;
}

.custom-messages.multiple .banner {
    position: relative;
    left: 0;
}

.custom-messages.multiple .banner .title {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    line-height: 22px;
    padding: 6px 0;
    width: 100%;
    font-size: 17px;
    background-color: #2b2b2b;
    opacity: 0.8;
}

.custom-messages.multiple .banner .title h4 {
    padding: 0 5px;
}

.custom-messages.multiple .banner .image {
    height: 150px;
    overflow: hidden;
}

.custom-messages.multiple .list {
    position: relative;
    left: 0;
    min-height: 50px;
    margin: 5px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.custom-messages.multiple .list .title {
    padding: 5px 60px 0 0;
    height: 100%;
    line-height: 1.5;
    font-size: 15px;
    word-break: break-all;
}

.custom-messages.multiple .list .image {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
}

.custom-messages.multiple .list .image img {
    width: 100%;
}

.custom-messages.multiple>a:last-child .list {
    border-bottom: 0px none;
}

.custom-messages.single .custom-messages-image {
    float: left;
}

.custom-messages.single .custom-messages-content {
    margin-left: 110px;
}

.custom-messages.single .image {
    display: table-cell;
    vertical-align: middle;
    width: 94px;
    height: 94px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #e5e5e5;
}

.custom-messages.single .image img {
    max-width: 100%;
    max-height: 94px;
    width: auto;
    height: auto;
    vertical-align: middle;
}

.custom-messages.single .title {
    font-size: 17px;
    line-height: 22px;
    color: #333;
    margin: 5px 0 10px;
}

.custom-messages.single .summary {
    font-size: 12px;
    line-height: 1.4;
    color: #666;
    margin: 10px 0;
    word-break: break-all;
}

.custom-messages.text .summary {
    font-size: 14px;
    margin: 10px 0;
    word-break: break-all;
    line-height: 1.6;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min-device-pixel-ratio: 1.5) {
    .custom-messages {
        -webkit-border-image: url("/v2/image/border-line-c9c9c9.png") 2 stretch;
        -moz-border-image: url("/v2/image/border-line-c9c9c9.png") 2 stretch;
        border-image: url("/v2/image/border-line-c9c9c9.png") 2 stretch;
    }

    .custom-messages.single .image {
        -webkit-border-image: url("/v2/image/border-line-c9c9c9-inner.png") 2 stretch;
        -moz-border-image: url("/v2/image/border-line-c9c9c9-inner.png") 2 stretch;
        border-image: url("/v2/image/border-line-c9c9c9-inner.png") 2 stretch;
    }
}

.custom-paginations-container {
    height: 30px;
    padding: 20px 0px 10px;
}

.custom-paginations {
    margin: 0 auto;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    width: 310px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.custom-paginations a {
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    float: left;
    text-align: center;
    color: #09F;
    border-right: 1px solid #ddd;
}

.custom-paginations a:active,.custom-paginations a:hover {
    background-color: #F9F9F9;
}

.custom-paginations .disabled {
    color: #999;
    cursor: default;
    background-color: rgba(0, 0, 0, 0);
}

.custom-paginations .custom-paginations-page {
    width: 100px;
}

.custom-paginations .custom-paginations-last {
    border-right-width: 0;
}

.custom-paginations .custom-paginations-next,.custom-paginations .custom-paginations-prev {
    width: 129px;
}

.custom-paginations .custom-paginations-next {
    border-right-width: 0;
}

.custom-category-list {
    list-style: inside decimal;
    font-size: 16px;
    margin: 0;
    padding: 0 15px;
}

.custom-category-list li {
    margin-bottom: 5px;
}

.custom-category-list a {
    color: #09F;
}

.container .homepage-footer {
    position: absolute;
    bottom: -80px;
    height: 80px;
    overflow: hidden;
    width: 100%;
    background-color: #2D3132;
}

.wx_mobile .qrcode-buy {
    display: none !important;
}

.content-sidebar {
    display: none;
    position: fixed;
    top: 0;
    width: 180px;
    padding-left: 19px;
    margin-left: 550px;
    margin-top: 200px;
}

.sidebar-section {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    margin-bottom: 20px;
}

.sidebar-section .sidebar-title {
    border-radius: 5px 5px 0 0;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #e4e4e4;
    padding: 8px 10px;
    background-color: #F2F2F2;
}

.sidebar-section .admin-opts {
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 5px;
}

.sidebar-section .admin-opts li a {
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #e4e4e4;
}

.sidebar-section .admin-opts li a:hover,.sidebar-section .admin-opts li .active {
    background-color: #F2F2F2;
}

.sidebar-section .admin-opts li:first-of-type {
    border-radius: 5px 5px 0 0;
}

.sidebar-section .admin-opts .last {
    border-radius: 0 0 5px 5px;
}

.sidebar-section .admin-opts .last>a {
    border-bottom: 0px none;
}

.headerbar {
    background-color: #efefef;
    border-bottom: 1px solid #c1c1c1;
}

.headerbar ul,.headerbar li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0;
    padding: 0;
    list-style: none;
}

.headerbar a {
    display: block;
    line-height: 28px;
    text-align: center;
    padding: 0 12px;
    border-radius: 2px;
}

.headerbar a.active {
    color: #fff;
    background: #798499;
}

.headerbar .headerbar-wrap {
    position: relative;
    width: 760px;
    margin: 0 auto;
    text-align: center;
}

.headerbar .headerbar-preview {
    padding: 6px;
}

.headerbar .headerbar-reedit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 11px 5px 0;
}

.headerbar .headerbar-reedit a {
    background: #fff;
    color: #414141;
    border: 1px solid #ccc;
    padding: 0 20px;
}

.shop-detail {
    margin: 0;
    margin: 10px;
    word-break: break-all;
    padding-bottom: 10px;
    font-size: 12px;
    color: #666666;
    border-bottom: 1px dashed #ccc;
}

.shop-info {
    background-color: #fff;
    margin-bottom: 0;
}

.qrcode-info {
    background-color: #fff;
}

.shop-card {
    border: 0px none;
    display: table;
    margin-bottom: 10px;
    padding: 0 10px;
}

.shop-name {
    margin: 0 0 0 10px;
    word-break: break-all;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.shop-img {
    border-radius: 30px;
    width: 60px;
    height: 60px;
}

.weixin-title,.weixin-no {
    font-size: 12px;
    color: #666;
    margin: 5px 0;
}

.weixin-no {
    word-break: break-all;
    color: #999;
    margin: 0 0 10px;
}

.qr-code {
    min-height: 162px;
    margin: 0;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform,left,top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform,left,top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);
    -ms-transition-property: -ms-transform,left,top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    -webkit-transition-property: -webkit-transform,left,top;
    -moz-transition-property: -moz-transform,left,top;
    transition-property: transform,left,top;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    float: left;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
}

.swiper-pagination {
    margin: 0;
    text-align: center;
    position: absolute;
    bottom: 5px;
    width: 100%;
    z-index: 1;
}

.swiper-pagination-switch {
    display: inline-block;
    margin: 7px 4px 0;
    width: 5px;
    height: 5px;
    background: url("../images/pagination.png") no-repeat scroll -1px -1px;
    cursor: pointer;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min-device-pixel-ratio: 1.5) {
    .swiper-pagination-switch {
        background-image: url("../images/pagination@2x.png");
        background-position: 0 0;
        background-size: 5px 10px;
    }
}

.swiper-active-switch {
    background-position: -1px -8px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min-device-pixel-ratio: 1.5) {
    .swiper-active-switch {
        background-image: url("../images/pagination@2x.png");
        background-position: 0px -5px;
        background-size: 5px 10px;
    }
}

.arrow-weixin {
    background: url("../images/textmenuicon1216@2x.png") no-repeat scroll 0 0;
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    vertical-align: text-bottom;
}

.home {
    display: inline-block;
    width: 45px;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    background: url("../images/ico_home@2x.png") no-repeat scroll center center;
    background-size: 24px 24px;
    text-indent: -10000px;
    height: 40px;
    vertical-align: top;
}

.home:hover {
    color: #333;
}

.left-submenu .submenu {
    left: 8px !important;
}

.right-submenu .submenu {
    left: auto !important;
    right: 8px !important;
}

.nav-menu {
    border: 0px none;
    cursor: default;
    font-size: 0;
    line-height: 0;
}

.nav-menu .arrow-caret {
    display: inline-block;
    vertical-align: text-bottom;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 6px 6px;
    border-color: transparent transparent #999 transparent;
    opacity: 0.3;
}

.nav-menu .mainmenu .arrow-weixin {
    margin-right: 0;
}

.nav-menu .mainmenu .arrow-weixin,.nav-menu .mainmenu .mainmenu-txt {
    font-size: 14px;
    line-height: 45px;
    display: inline-block;
    vertical-align: middle;
}

.nav-menu .submenu {
    display: none;
    position: absolute;
    padding: 5px 8px;
    background: #eaeaea;
    text-align: left;
    border-radius: 5px;
    font-size: 14px;
    line-height: 41px;
    z-index: 11;
}

.nav-menu .submenu .before-arrow {
    position: absolute;
    z-index: 11;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.nav-menu .submenu .after-arrow {
    position: absolute;
    z-index: 10;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.nav-menu .submenu ul>li {
    line-height: 20px;
    text-align: center;
}

.nav-menu .submenu ul>li a {
    min-width: 61px;
    max-width: 240px;
    display: block;
    padding: 10px 0;
    white-space: nowrap;
    overflow: hidden;
}

.nav-menu-4.nav-show .nav-special-item,.nav-menu-5.nav-show .nav-special-item {
    -webkit-transform: rotateZ(135deg);
    -moz-transform: rotateZ(135deg);
    transform: rotateZ(135deg);
}

@-webkit-keyframes icon_rotate_show {
    0% {
        -webkit-transform: rotateZ(135deg);
        transform: rotateZ(135deg);
    }

    60% {
        -webkit-transform: rotateZ(135deg);
        transform: rotateZ(135deg);
    }

    100% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

@-moz-keyframes icon_rotate_show {
    0% {
        -moz-transform: rotateZ(135deg);
        transform: rotateZ(135deg);
    }

    60% {
        -moz-transform: rotateZ(135deg);
        transform: rotateZ(135deg);
    }

    100% {
        -moz-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

@keyframes icon_rotate_show {
    0% {
        -webkit-transform: rotateZ(135deg);
        -moz-transform: rotateZ(135deg);
        transform: rotateZ(135deg);
    }

    60% {
        -webkit-transform: rotateZ(135deg);
        -moz-transform: rotateZ(135deg);
        transform: rotateZ(135deg);
    }

    100% {
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

@-webkit-keyframes icon_rotate_hide {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    40% {
        -webkit-transform: rotateZ(135deg);
        transform: rotateZ(135deg);
    }

    100% {
        -webkit-transform: rotateZ(135deg);
        transform: rotateZ(135deg);
    }
}

@-moz-keyframes icon_rotate_hide {
    0% {
        -moz-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    40% {
        -moz-transform: rotateZ(135deg);
        transform: rotateZ(135deg);
    }

    100% {
        -moz-transform: rotateZ(135deg);
        transform: rotateZ(135deg);
    }
}

@keyframes icon_rotate_hide {
    0% {
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    40% {
        -webkit-transform: rotateZ(135deg);
        -moz-transform: rotateZ(135deg);
        transform: rotateZ(135deg);
    }

    100% {
        -webkit-transform: rotateZ(135deg);
        -moz-transform: rotateZ(135deg);
        transform: rotateZ(135deg);
    }
}

.nav-menu-4.nav-show .nav-pop-sub .nav-pop-sub-item a,.nav-menu-5.nav-show .nav-pop-sub .nav-pop-sub-item a {
    -webkit-animation: icon_rotate_show 0.5s;
    -moz-animation: icon_rotate_show 0.5s;
    animation: icon_rotate_show 0.5s;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}

.nav-menu-4.nav-hide .nav-pop-sub .nav-pop-sub-item a,.nav-menu-5.nav-hide .nav-pop-sub .nav-pop-sub-item a {
    -webkit-animation: icon_rotate_hide 0.5s;
    -moz-animation: icon_rotate_hide 0.5s;
    animation: icon_rotate_hide 0.5s;
    -webkit-transform: rotateZ(135deg);
    -moz-transform: rotateZ(135deg);
    transform: rotateZ(135deg);
}

@-webkit-keyframes icon_show {
    0% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes icon_show {
    0% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes icon_show {
    0% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes icon_hide {
    0% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes icon_hide {
    0% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes icon_hide {
    0% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes icon_show_4_1_1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
    }

    100% {
        -webkit-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
    }
}

@-moz-keyframes icon_show_4_1_1 {
    0% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -moz-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
    }

    100% {
        -moz-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
    }
}

@keyframes icon_show_4_1_1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(50px, -50px, 0);
        -moz-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
    }

    100% {
        -webkit-transform: translate3d(50px, -50px, 0);
        -moz-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
    }
}

@-webkit-keyframes icon_hide_4_1_1 {
    0% {
        -webkit-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
    }

    40% {
        -webkit-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes icon_hide_4_1_1 {
    0% {
        -moz-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
    }

    40% {
        -moz-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes icon_hide_4_1_1 {
    0% {
        -webkit-transform: translate3d(50px, -50px, 0);
        -moz-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
    }

    40% {
        -webkit-transform: translate3d(50px, -50px, 0);
        -moz-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.nav-menu-4.nav-show .nav-pop-sub .nav-pop-sub-item-1-1 {
    -webkit-animation: icon_show_4_1_1 0.5s,icon_show 0.5s;
    -moz-animation: icon_show_4_1_1 0.5s,icon_show 0.5s;
    animation: icon_show_4_1_1 0.5s,icon_show 0.5s;
    -webkit-transform: translate3d(50px, -50px, 0);
    -moz-transform: translate3d(50px, -50px, 0);
    transform: translate3d(50px, -50px, 0);
    opacity: 1;
}

.nav-menu-4.nav-hide .nav-pop-sub .nav-pop-sub-item-1-1 {
    -webkit-animation: icon_hide_4_1_1 0.5s,icon_hide 0.5s;
    -moz-animation: icon_hide_4_1_1 0.5s,icon_hide 0.5s;
    animation: icon_hide_4_1_1 0.5s,icon_hide 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-webkit-keyframes icon_show_4_1_2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
    }

    100% {
        -webkit-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
    }
}

@-moz-keyframes icon_show_4_1_2 {
    0% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -moz-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
    }

    100% {
        -moz-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
    }
}

@keyframes icon_show_4_1_2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(50px, -50px, 0);
        -moz-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
    }

    100% {
        -webkit-transform: translate3d(50px, -50px, 0);
        -moz-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
    }
}

@-webkit-keyframes icon_hide_4_1_2 {
    0% {
        -webkit-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
    }

    40% {
        -webkit-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes icon_hide_4_1_2 {
    0% {
        -moz-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
    }

    40% {
        -moz-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes icon_hide_4_1_2 {
    0% {
        -webkit-transform: translate3d(50px, -50px, 0);
        -moz-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
    }

    40% {
        -webkit-transform: translate3d(50px, -50px, 0);
        -moz-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.nav-menu-4.nav-show .nav-pop-sub .nav-pop-sub-item-1-2 {
    -webkit-animation: icon_show_4_1_2 0.5s,icon_show 0.5s;
    -moz-animation: icon_show_4_1_2 0.5s,icon_show 0.5s;
    animation: icon_show_4_1_2 0.5s,icon_show 0.5s;
    -webkit-transform: translate3d(50px, -50px, 0);
    -moz-transform: translate3d(50px, -50px, 0);
    transform: translate3d(50px, -50px, 0);
    opacity: 1;
}

.nav-menu-4.nav-hide .nav-pop-sub .nav-pop-sub-item-1-2 {
    -webkit-animation: icon_hide_4_1_2 0.5s,icon_hide 0.5s;
    -moz-animation: icon_hide_4_1_2 0.5s,icon_hide 0.5s;
    animation: icon_hide_4_1_2 0.5s,icon_hide 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-webkit-keyframes icon_show_4_2_1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(3px, -60px, 0);
        transform: translate3d(3px, -60px, 0);
    }

    100% {
        -webkit-transform: translate3d(3px, -60px, 0);
        transform: translate3d(3px, -60px, 0);
    }
}

@-moz-keyframes icon_show_4_2_1 {
    0% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -moz-transform: translate3d(3px, -60px, 0);
        transform: translate3d(3px, -60px, 0);
    }

    100% {
        -moz-transform: translate3d(3px, -60px, 0);
        transform: translate3d(3px, -60px, 0);
    }
}

@keyframes icon_show_4_2_1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(3px, -60px, 0);
        -moz-transform: translate3d(3px, -60px, 0);
        transform: translate3d(3px, -60px, 0);
    }

    100% {
        -webkit-transform: translate3d(3px, -60px, 0);
        -moz-transform: translate3d(3px, -60px, 0);
        transform: translate3d(3px, -60px, 0);
    }
}

@-webkit-keyframes icon_hide_4_2_1 {
    0% {
        -webkit-transform: translate3d(3px, -60px, 0);
        transform: translate3d(3px, -60px, 0);
    }

    40% {
        -webkit-transform: translate3d(3px, -60px, 0);
        transform: translate3d(3px, -60px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes icon_hide_4_2_1 {
    0% {
        -moz-transform: translate3d(3px, -60px, 0);
        transform: translate3d(3px, -60px, 0);
    }

    40% {
        -moz-transform: translate3d(3px, -60px, 0);
        transform: translate3d(3px, -60px, 0);
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes icon_hide_4_2_1 {
    0% {
        -webkit-transform: translate3d(3px, -60px, 0);
        -moz-transform: translate3d(3px, -60px, 0);
        transform: translate3d(3px, -60px, 0);
    }

    40% {
        -webkit-transform: translate3d(3px, -60px, 0);
        -moz-transform: translate3d(3px, -60px, 0);
        transform: translate3d(3px, -60px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.nav-menu-4.nav-show .nav-pop-sub .nav-pop-sub-item-2-1 {
    -webkit-animation: icon_show_4_2_1 0.5s,icon_show 0.5s;
    -moz-animation: icon_show_4_2_1 0.5s,icon_show 0.5s;
    animation: icon_show_4_2_1 0.5s,icon_show 0.5s;
    -webkit-transform: translate3d(3px, -60px, 0);
    -moz-transform: translate3d(3px, -60px, 0);
    transform: translate3d(3px, -60px, 0);
    opacity: 1;
}

.nav-menu-4.nav-hide .nav-pop-sub .nav-pop-sub-item-2-1 {
    -webkit-animation: icon_hide_4_2_1 0.5s,icon_hide 0.5s;
    -moz-animation: icon_hide_4_2_1 0.5s,icon_hide 0.5s;
    animation: icon_hide_4_2_1 0.5s,icon_hide 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-webkit-keyframes icon_show_4_2_2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(60px, -3px, 0);
        transform: translate3d(60px, -3px, 0);
    }

    100% {
        -webkit-transform: translate3d(60px, -3px, 0);
        transform: translate3d(60px, -3px, 0);
    }
}

@-moz-keyframes icon_show_4_2_2 {
    0% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -moz-transform: translate3d(60px, -3px, 0);
        transform: translate3d(60px, -3px, 0);
    }

    100% {
        -moz-transform: translate3d(60px, -3px, 0);
        transform: translate3d(60px, -3px, 0);
    }
}

@keyframes icon_show_4_2_2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(60px, -3px, 0);
        -moz-transform: translate3d(60px, -3px, 0);
        transform: translate3d(60px, -3px, 0);
    }

    100% {
        -webkit-transform: translate3d(60px, -3px, 0);
        -moz-transform: translate3d(60px, -3px, 0);
        transform: translate3d(60px, -3px, 0);
    }
}

@-webkit-keyframes icon_hide_4_2_2 {
    0% {
        -webkit-transform: translate3d(60px, -3px, 0);
        transform: translate3d(60px, -3px, 0);
    }

    40% {
        -webkit-transform: translate3d(60px, -3px, 0);
        transform: translate3d(60px, -3px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes icon_hide_4_2_2 {
    0% {
        -moz-transform: translate3d(60px, -3px, 0);
        transform: translate3d(60px, -3px, 0);
    }

    40% {
        -moz-transform: translate3d(60px, -3px, 0);
        transform: translate3d(60px, -3px, 0);
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes icon_hide_4_2_2 {
    0% {
        -webkit-transform: translate3d(60px, -3px, 0);
        -moz-transform: translate3d(60px, -3px, 0);
        transform: translate3d(60px, -3px, 0);
    }

    40% {
        -webkit-transform: translate3d(60px, -3px, 0);
        -moz-transform: translate3d(60px, -3px, 0);
        transform: translate3d(60px, -3px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.nav-menu-4.nav-show .nav-pop-sub .nav-pop-sub-item-2-2 {
    -webkit-animation: icon_show_4_2_2 0.5s,icon_show 0.5s;
    -moz-animation: icon_show_4_2_2 0.5s,icon_show 0.5s;
    animation: icon_show_4_2_2 0.5s,icon_show 0.5s;
    -webkit-transform: translate3d(60px, -3px, 0);
    -moz-transform: translate3d(60px, -3px, 0);
    transform: translate3d(60px, -3px, 0);
    opacity: 1;
}

.nav-menu-4.nav-hide .nav-pop-sub .nav-pop-sub-item-2-2 {
    -webkit-animation: icon_hide_4_2_2 0.5s,icon_hide 0.5s;
    -moz-animation: icon_hide_4_2_2 0.5s,icon_hide 0.5s;
    animation: icon_hide_4_2_2 0.5s,icon_hide 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-webkit-keyframes icon_show_4_3_1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(3px, -100px, 0);
        transform: translate3d(3px, -100px, 0);
    }

    100% {
        -webkit-transform: translate3d(3px, -100px, 0);
        transform: translate3d(3px, -100px, 0);
    }
}

@-moz-keyframes icon_show_4_3_1 {
    0% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -moz-transform: translate3d(3px, -100px, 0);
        transform: translate3d(3px, -100px, 0);
    }

    100% {
        -moz-transform: translate3d(3px, -100px, 0);
        transform: translate3d(3px, -100px, 0);
    }
}

@keyframes icon_show_4_3_1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(3px, -100px, 0);
        -moz-transform: translate3d(3px, -100px, 0);
        transform: translate3d(3px, -100px, 0);
    }

    100% {
        -webkit-transform: translate3d(3px, -100px, 0);
        -moz-transform: translate3d(3px, -100px, 0);
        transform: translate3d(3px, -100px, 0);
    }
}

@-webkit-keyframes icon_hide_4_3_1 {
    0% {
        -webkit-transform: translate3d(3px, -100px, 0);
        transform: translate3d(3px, -100px, 0);
    }

    40% {
        -webkit-transform: translate3d(3px, -100px, 0);
        transform: translate3d(3px, -100px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes icon_hide_4_3_1 {
    0% {
        -moz-transform: translate3d(3px, -100px, 0);
        transform: translate3d(3px, -100px, 0);
    }

    40% {
        -moz-transform: translate3d(3px, -100px, 0);
        transform: translate3d(3px, -100px, 0);
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes icon_hide_4_3_1 {
    0% {
        -webkit-transform: translate3d(3px, -100px, 0);
        -moz-transform: translate3d(3px, -100px, 0);
        transform: translate3d(3px, -100px, 0);
    }

    40% {
        -webkit-transform: translate3d(3px, -100px, 0);
        -moz-transform: translate3d(3px, -100px, 0);
        transform: translate3d(3px, -100px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.nav-menu-4.nav-show .nav-pop-sub .nav-pop-sub-item-3-1 {
    -webkit-animation: icon_show_4_3_1 0.5s,icon_show 0.5s;
    -moz-animation: icon_show_4_3_1 0.5s,icon_show 0.5s;
    animation: icon_show_4_3_1 0.5s,icon_show 0.5s;
    -webkit-transform: translate3d(3px, -100px, 0);
    -moz-transform: translate3d(3px, -100px, 0);
    transform: translate3d(3px, -100px, 0);
    opacity: 1;
}

.nav-menu-4.nav-hide .nav-pop-sub .nav-pop-sub-item-3-1 {
    -webkit-animation: icon_hide_4_3_1 0.5s,icon_hide 0.5s;
    -moz-animation: icon_hide_4_3_1 0.5s,icon_hide 0.5s;
    animation: icon_hide_4_3_1 0.5s,icon_hide 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-webkit-keyframes icon_show_4_3_2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(72px, -72px, 0);
        transform: translate3d(72px, -72px, 0);
    }

    100% {
        -webkit-transform: translate3d(72px, -72px, 0);
        transform: translate3d(72px, -72px, 0);
    }
}

@-moz-keyframes icon_show_4_3_2 {
    0% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -moz-transform: translate3d(72px, -72px, 0);
        transform: translate3d(72px, -72px, 0);
    }

    100% {
        -moz-transform: translate3d(72px, -72px, 0);
        transform: translate3d(72px, -72px, 0);
    }
}

@keyframes icon_show_4_3_2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(72px, -72px, 0);
        -moz-transform: translate3d(72px, -72px, 0);
        transform: translate3d(72px, -72px, 0);
    }

    100% {
        -webkit-transform: translate3d(72px, -72px, 0);
        -moz-transform: translate3d(72px, -72px, 0);
        transform: translate3d(72px, -72px, 0);
    }
}

@-webkit-keyframes icon_hide_4_3_2 {
    0% {
        -webkit-transform: translate3d(72px, -72px, 0);
        transform: translate3d(72px, -72px, 0);
    }

    40% {
        -webkit-transform: translate3d(72px, -72px, 0);
        transform: translate3d(72px, -72px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes icon_hide_4_3_2 {
    0% {
        -moz-transform: translate3d(72px, -72px, 0);
        transform: translate3d(72px, -72px, 0);
    }

    40% {
        -moz-transform: translate3d(72px, -72px, 0);
        transform: translate3d(72px, -72px, 0);
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes icon_hide_4_3_2 {
    0% {
        -webkit-transform: translate3d(72px, -72px, 0);
        -moz-transform: translate3d(72px, -72px, 0);
        transform: translate3d(72px, -72px, 0);
    }

    40% {
        -webkit-transform: translate3d(72px, -72px, 0);
        -moz-transform: translate3d(72px, -72px, 0);
        transform: translate3d(72px, -72px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.nav-menu-4.nav-show .nav-pop-sub .nav-pop-sub-item-3-2 {
    -webkit-animation: icon_show_4_3_2 0.5s,icon_show 0.5s;
    -moz-animation: icon_show_4_3_2 0.5s,icon_show 0.5s;
    animation: icon_show_4_3_2 0.5s,icon_show 0.5s;
    -webkit-transform: translate3d(72px, -72px, 0);
    -moz-transform: translate3d(72px, -72px, 0);
    transform: translate3d(72px, -72px, 0);
    opacity: 1;
}

.nav-menu-4.nav-hide .nav-pop-sub .nav-pop-sub-item-3-2 {
    -webkit-animation: icon_hide_4_3_2 0.5s,icon_hide 0.5s;
    -moz-animation: icon_hide_4_3_2 0.5s,icon_hide 0.5s;
    animation: icon_hide_4_3_2 0.5s,icon_hide 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-webkit-keyframes icon_show_4_3_3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(100px, -3px, 0);
        transform: translate3d(100px, -3px, 0);
    }

    100% {
        -webkit-transform: translate3d(100px, -3px, 0);
        transform: translate3d(100px, -3px, 0);
    }
}

@-moz-keyframes icon_show_4_3_3 {
    0% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -moz-transform: translate3d(100px, -3px, 0);
        transform: translate3d(100px, -3px, 0);
    }

    100% {
        -moz-transform: translate3d(100px, -3px, 0);
        transform: translate3d(100px, -3px, 0);
    }
}

@keyframes icon_show_4_3_3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(100px, -3px, 0);
        -moz-transform: translate3d(100px, -3px, 0);
        transform: translate3d(100px, -3px, 0);
    }

    100% {
        -webkit-transform: translate3d(100px, -3px, 0);
        -moz-transform: translate3d(100px, -3px, 0);
        transform: translate3d(100px, -3px, 0);
    }
}

@-webkit-keyframes icon_hide_4_3_3 {
    0% {
        -webkit-transform: translate3d(100px, -3px, 0);
        transform: translate3d(100px, -3px, 0);
    }

    40% {
        -webkit-transform: translate3d(100px, -3px, 0);
        transform: translate3d(100px, -3px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes icon_hide_4_3_3 {
    0% {
        -moz-transform: translate3d(100px, -3px, 0);
        transform: translate3d(100px, -3px, 0);
    }

    40% {
        -moz-transform: translate3d(100px, -3px, 0);
        transform: translate3d(100px, -3px, 0);
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes icon_hide_4_3_3 {
    0% {
        -webkit-transform: translate3d(100px, -3px, 0);
        -moz-transform: translate3d(100px, -3px, 0);
        transform: translate3d(100px, -3px, 0);
    }

    40% {
        -webkit-transform: translate3d(100px, -3px, 0);
        -moz-transform: translate3d(100px, -3px, 0);
        transform: translate3d(100px, -3px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.nav-menu-4.nav-show .nav-pop-sub .nav-pop-sub-item-3-3 {
    -webkit-animation: icon_show_4_3_3 0.5s,icon_show 0.5s;
    -moz-animation: icon_show_4_3_3 0.5s,icon_show 0.5s;
    animation: icon_show_4_3_3 0.5s,icon_show 0.5s;
    -webkit-transform: translate3d(100px, -3px, 0);
    -moz-transform: translate3d(100px, -3px, 0);
    transform: translate3d(100px, -3px, 0);
    opacity: 1;
}

.nav-menu-4.nav-hide .nav-pop-sub .nav-pop-sub-item-3-3 {
    -webkit-animation: icon_hide_4_3_3 0.5s,icon_hide 0.5s;
    -moz-animation: icon_hide_4_3_3 0.5s,icon_hide 0.5s;
    animation: icon_hide_4_3_3 0.5s,icon_hide 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-webkit-keyframes icon_show_4_4_1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(3px, -136px, 0);
        transform: translate3d(3px, -136px, 0);
    }

    100% {
        -webkit-transform: translate3d(3px, -136px, 0);
        transform: translate3d(3px, -136px, 0);
    }
}

@-moz-keyframes icon_show_4_4_1 {
    0% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -moz-transform: translate3d(3px, -136px, 0);
        transform: translate3d(3px, -136px, 0);
    }

    100% {
        -moz-transform: translate3d(3px, -136px, 0);
        transform: translate3d(3px, -136px, 0);
    }
}

@keyframes icon_show_4_4_1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(3px, -136px, 0);
        -moz-transform: translate3d(3px, -136px, 0);
        transform: translate3d(3px, -136px, 0);
    }

    100% {
        -webkit-transform: translate3d(3px, -136px, 0);
        -moz-transform: translate3d(3px, -136px, 0);
        transform: translate3d(3px, -136px, 0);
    }
}

@-webkit-keyframes icon_hide_4_4_1 {
    0% {
        -webkit-transform: translate3d(3px, -136px, 0);
        transform: translate3d(3px, -136px, 0);
    }

    40% {
        -webkit-transform: translate3d(3px, -136px, 0);
        transform: translate3d(3px, -136px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes icon_hide_4_4_1 {
    0% {
        -moz-transform: translate3d(3px, -136px, 0);
        transform: translate3d(3px, -136px, 0);
    }

    40% {
        -moz-transform: translate3d(3px, -136px, 0);
        transform: translate3d(3px, -136px, 0);
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes icon_hide_4_4_1 {
    0% {
        -webkit-transform: translate3d(3px, -136px, 0);
        -moz-transform: translate3d(3px, -136px, 0);
        transform: translate3d(3px, -136px, 0);
    }

    40% {
        -webkit-transform: translate3d(3px, -136px, 0);
        -moz-transform: translate3d(3px, -136px, 0);
        transform: translate3d(3px, -136px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.nav-menu-4.nav-show .nav-pop-sub .nav-pop-sub-item-4-1 {
    -webkit-animation: icon_show_4_4_1 0.5s,icon_show 0.5s;
    -moz-animation: icon_show_4_4_1 0.5s,icon_show 0.5s;
    animation: icon_show_4_4_1 0.5s,icon_show 0.5s;
    -webkit-transform: translate3d(3px, -136px, 0);
    -moz-transform: translate3d(3px, -136px, 0);
    transform: translate3d(3px, -136px, 0);
    opacity: 1;
}

.nav-menu-4.nav-hide .nav-pop-sub .nav-pop-sub-item-4-1 {
    -webkit-animation: icon_hide_4_4_1 0.5s,icon_hide 0.5s;
    -moz-animation: icon_hide_4_4_1 0.5s,icon_hide 0.5s;
    animation: icon_hide_4_4_1 0.5s,icon_hide 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-webkit-keyframes icon_show_4_4_2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(119px, -71px, 0);
        transform: translate3d(119px, -71px, 0);
    }

    100% {
        -webkit-transform: translate3d(119px, -71px, 0);
        transform: translate3d(119px, -71px, 0);
    }
}

@-moz-keyframes icon_show_4_4_2 {
    0% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -moz-transform: translate3d(119px, -71px, 0);
        transform: translate3d(119px, -71px, 0);
    }

    100% {
        -moz-transform: translate3d(119px, -71px, 0);
        transform: translate3d(119px, -71px, 0);
    }
}

@keyframes icon_show_4_4_2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(119px, -71px, 0);
        -moz-transform: translate3d(119px, -71px, 0);
        transform: translate3d(119px, -71px, 0);
    }

    100% {
        -webkit-transform: translate3d(119px, -71px, 0);
        -moz-transform: translate3d(119px, -71px, 0);
        transform: translate3d(119px, -71px, 0);
    }
}

@-webkit-keyframes icon_hide_4_4_2 {
    0% {
        -webkit-transform: translate3d(119px, -71px, 0);
        transform: translate3d(119px, -71px, 0);
    }

    40% {
        -webkit-transform: translate3d(119px, -71px, 0);
        transform: translate3d(119px, -71px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes icon_hide_4_4_2 {
    0% {
        -moz-transform: translate3d(119px, -71px, 0);
        transform: translate3d(119px, -71px, 0);
    }

    40% {
        -moz-transform: translate3d(119px, -71px, 0);
        transform: translate3d(119px, -71px, 0);
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes icon_hide_4_4_2 {
    0% {
        -webkit-transform: translate3d(119px, -71px, 0);
        -moz-transform: translate3d(119px, -71px, 0);
        transform: translate3d(119px, -71px, 0);
    }

    40% {
        -webkit-transform: translate3d(119px, -71px, 0);
        -moz-transform: translate3d(119px, -71px, 0);
        transform: translate3d(119px, -71px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.nav-menu-4.nav-show .nav-pop-sub .nav-pop-sub-item-4-2 {
    -webkit-animation: icon_show_4_4_2 0.5s,icon_show 0.5s;
    -moz-animation: icon_show_4_4_2 0.5s,icon_show 0.5s;
    animation: icon_show_4_4_2 0.5s,icon_show 0.5s;
    -webkit-transform: translate3d(119px, -71px, 0);
    -moz-transform: translate3d(119px, -71px, 0);
    transform: translate3d(119px, -71px, 0);
    opacity: 1;
}

.nav-menu-4.nav-hide .nav-pop-sub .nav-pop-sub-item-4-2 {
    -webkit-animation: icon_hide_4_4_2 0.5s,icon_hide 0.5s;
    -moz-animation: icon_hide_4_4_2 0.5s,icon_hide 0.5s;
    animation: icon_hide_4_4_2 0.5s,icon_hide 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-webkit-keyframes icon_show_4_4_3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(71px, -119px, 0);
        transform: translate3d(71px, -119px, 0);
    }

    100% {
        -webkit-transform: translate3d(71px, -119px, 0);
        transform: translate3d(71px, -119px, 0);
    }
}

@-moz-keyframes icon_show_4_4_3 {
    0% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -moz-transform: translate3d(71px, -119px, 0);
        transform: translate3d(71px, -119px, 0);
    }

    100% {
        -moz-transform: translate3d(71px, -119px, 0);
        transform: translate3d(71px, -119px, 0);
    }
}

@keyframes icon_show_4_4_3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(71px, -119px, 0);
        -moz-transform: translate3d(71px, -119px, 0);
        transform: translate3d(71px, -119px, 0);
    }

    100% {
        -webkit-transform: translate3d(71px, -119px, 0);
        -moz-transform: translate3d(71px, -119px, 0);
        transform: translate3d(71px, -119px, 0);
    }
}

@-webkit-keyframes icon_hide_4_4_3 {
    0% {
        -webkit-transform: translate3d(71px, -119px, 0);
        transform: translate3d(71px, -119px, 0);
    }

    40% {
        -webkit-transform: translate3d(71px, -119px, 0);
        transform: translate3d(71px, -119px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes icon_hide_4_4_3 {
    0% {
        -moz-transform: translate3d(71px, -119px, 0);
        transform: translate3d(71px, -119px, 0);
    }

    40% {
        -moz-transform: translate3d(71px, -119px, 0);
        transform: translate3d(71px, -119px, 0);
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes icon_hide_4_4_3 {
    0% {
        -webkit-transform: translate3d(71px, -119px, 0);
        -moz-transform: translate3d(71px, -119px, 0);
        transform: translate3d(71px, -119px, 0);
    }

    40% {
        -webkit-transform: translate3d(71px, -119px, 0);
        -moz-transform: translate3d(71px, -119px, 0);
        transform: translate3d(71px, -119px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.nav-menu-4.nav-show .nav-pop-sub .nav-pop-sub-item-4-3 {
    -webkit-animation: icon_show_4_4_3 0.5s,icon_show 0.5s;
    -moz-animation: icon_show_4_4_3 0.5s,icon_show 0.5s;
    animation: icon_show_4_4_3 0.5s,icon_show 0.5s;
    -webkit-transform: translate3d(71px, -119px, 0);
    -moz-transform: translate3d(71px, -119px, 0);
    transform: translate3d(71px, -119px, 0);
    opacity: 1;
}

.nav-menu-4.nav-hide .nav-pop-sub .nav-pop-sub-item-4-3 {
    -webkit-animation: icon_hide_4_4_3 0.5s,icon_hide 0.5s;
    -moz-animation: icon_hide_4_4_3 0.5s,icon_hide 0.5s;
    animation: icon_hide_4_4_3 0.5s,icon_hide 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-webkit-keyframes icon_show_4_4_4 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(136px, -3px, 0);
        transform: translate3d(136px, -3px, 0);
    }

    100% {
        -webkit-transform: translate3d(136px, -3px, 0);
        transform: translate3d(136px, -3px, 0);
    }
}

@-moz-keyframes icon_show_4_4_4 {
    0% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -moz-transform: translate3d(136px, -3px, 0);
        transform: translate3d(136px, -3px, 0);
    }

    100% {
        -moz-transform: translate3d(136px, -3px, 0);
        transform: translate3d(136px, -3px, 0);
    }
}

@keyframes icon_show_4_4_4 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(136px, -3px, 0);
        -moz-transform: translate3d(136px, -3px, 0);
        transform: translate3d(136px, -3px, 0);
    }

    100% {
        -webkit-transform: translate3d(136px, -3px, 0);
        -moz-transform: translate3d(136px, -3px, 0);
        transform: translate3d(136px, -3px, 0);
    }
}

@-webkit-keyframes icon_hide_4_4_4 {
    0% {
        -webkit-transform: translate3d(136px, -3px, 0);
        transform: translate3d(136px, -3px, 0);
    }

    40% {
        -webkit-transform: translate3d(136px, -3px, 0);
        transform: translate3d(136px, -3px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes icon_hide_4_4_4 {
    0% {
        -moz-transform: translate3d(136px, -3px, 0);
        transform: translate3d(136px, -3px, 0);
    }

    40% {
        -moz-transform: translate3d(136px, -3px, 0);
        transform: translate3d(136px, -3px, 0);
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes icon_hide_4_4_4 {
    0% {
        -webkit-transform: translate3d(136px, -3px, 0);
        -moz-transform: translate3d(136px, -3px, 0);
        transform: translate3d(136px, -3px, 0);
    }

    40% {
        -webkit-transform: translate3d(136px, -3px, 0);
        -moz-transform: translate3d(136px, -3px, 0);
        transform: translate3d(136px, -3px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.nav-menu-4.nav-show .nav-pop-sub .nav-pop-sub-item-4-4 {
    -webkit-animation: icon_show_4_4_4 0.5s,icon_show 0.5s;
    -moz-animation: icon_show_4_4_4 0.5s,icon_show 0.5s;
    animation: icon_show_4_4_4 0.5s,icon_show 0.5s;
    -webkit-transform: translate3d(136px, -3px, 0);
    -moz-transform: translate3d(136px, -3px, 0);
    transform: translate3d(136px, -3px, 0);
    opacity: 1;
}

.nav-menu-4.nav-hide .nav-pop-sub .nav-pop-sub-item-4-4 {
    -webkit-animation: icon_hide_4_4_4 0.5s,icon_hide 0.5s;
    -moz-animation: icon_hide_4_4_4 0.5s,icon_hide 0.5s;
    animation: icon_hide_4_4_4 0.5s,icon_hide 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-webkit-keyframes icon_show_5_1_1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(0px, -60px, 0);
        transform: translate3d(0px, -60px, 0);
    }

    100% {
        -webkit-transform: translate3d(0px, -60px, 0);
        transform: translate3d(0px, -60px, 0);
    }
}

@-moz-keyframes icon_show_5_1_1 {
    0% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -moz-transform: translate3d(0px, -60px, 0);
        transform: translate3d(0px, -60px, 0);
    }

    100% {
        -moz-transform: translate3d(0px, -60px, 0);
        transform: translate3d(0px, -60px, 0);
    }
}

@keyframes icon_show_5_1_1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(0px, -60px, 0);
        -moz-transform: translate3d(0px, -60px, 0);
        transform: translate3d(0px, -60px, 0);
    }

    100% {
        -webkit-transform: translate3d(0px, -60px, 0);
        -moz-transform: translate3d(0px, -60px, 0);
        transform: translate3d(0px, -60px, 0);
    }
}

@-webkit-keyframes icon_hide_5_1_1 {
    0% {
        -webkit-transform: translate3d(0px, -60px, 0);
        transform: translate3d(0px, -60px, 0);
    }

    40% {
        -webkit-transform: translate3d(0px, -60px, 0);
        transform: translate3d(0px, -60px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes icon_hide_5_1_1 {
    0% {
        -moz-transform: translate3d(0px, -60px, 0);
        transform: translate3d(0px, -60px, 0);
    }

    40% {
        -moz-transform: translate3d(0px, -60px, 0);
        transform: translate3d(0px, -60px, 0);
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes icon_hide_5_1_1 {
    0% {
        -webkit-transform: translate3d(0px, -60px, 0);
        -moz-transform: translate3d(0px, -60px, 0);
        transform: translate3d(0px, -60px, 0);
    }

    40% {
        -webkit-transform: translate3d(0px, -60px, 0);
        -moz-transform: translate3d(0px, -60px, 0);
        transform: translate3d(0px, -60px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.nav-menu-5.nav-show .nav-pop-sub .nav-pop-sub-item-1-1 {
    -webkit-animation: icon_show_5_1_1 0.5s,icon_show 0.5s;
    -moz-animation: icon_show_5_1_1 0.5s,icon_show 0.5s;
    animation: icon_show_5_1_1 0.5s,icon_show 0.5s;
    -webkit-transform: translate3d(0px, -60px, 0);
    -moz-transform: translate3d(0px, -60px, 0);
    transform: translate3d(0px, -60px, 0);
    opacity: 1;
}

.nav-menu-5.nav-hide .nav-pop-sub .nav-pop-sub-item-1-1 {
    -webkit-animation: icon_hide_5_1_1 0.5s,icon_hide 0.5s;
    -moz-animation: icon_hide_5_1_1 0.5s,icon_hide 0.5s;
    animation: icon_hide_5_1_1 0.5s,icon_hide 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
}

@-webkit-keyframes icon_show_5_1_2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(0px, -60px, 0);
        transform: translate3d(0px, -60px, 0);
    }

    100% {
        -webkit-transform: translate3d(0px, -60px, 0);
        transform: translate3d(0px, -60px, 0);
    }
}

@-moz-keyframes icon_show_5_1_2 {
    0% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -moz-transform: translate3d(0px, -60px, 0);
        transform: translate3d(0px, -60px, 0);
    }

    100% {
        -moz-transform: translate3d(0px, -60px, 0);
        transform: translate3d(0px, -60px, 0);
    }
}

@keyframes icon_show_5_1_2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(0px, -60px, 0);
        -moz-transform: translate3d(0px, -60px, 0);
        transform: translate3d(0px, -60px, 0);
    }

    100% {
        -webkit-transform: translate3d(0px, -60px, 0);
        -moz-transform: translate3d(0px, -60px, 0);
        transform: translate3d(0px, -60px, 0);
    }
}

@-webkit-keyframes icon_hide_5_1_2 {
    0% {
        -webkit-transform: translate3d(0px, -60px, 0);
        transform: translate3d(0px, -60px, 0);
    }

    40% {
        -webkit-transform: translate3d(0px, -60px, 0);
        transform: translate3d(0px, -60px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes icon_hide_5_1_2 {
    0% {
        -moz-transform: translate3d(0px, -60px, 0);
        transform: translate3d(0px, -60px, 0);
    }

    40% {
        -moz-transform: translate3d(0px, -60px, 0);
        transform: translate3d(0px, -60px, 0);
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes icon_hide_5_1_2 {
    0% {
        -webkit-transform: translate3d(0px, -60px, 0);
        -moz-transform: translate3d(0px, -60px, 0);
        transform: translate3d(0px, -60px, 0);
    }

    40% {
        -webkit-transform: translate3d(0px, -60px, 0);
        -moz-transform: translate3d(0px, -60px, 0);
        transform: translate3d(0px, -60px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.nav-menu-5.nav-show .nav-pop-sub .nav-pop-sub-item-1-2 {
    -webkit-animation: icon_show_5_1_2 0.5s,icon_show 0.5s;
    -moz-animation: icon_show_5_1_2 0.5s,icon_show 0.5s;
    animation: icon_show_5_1_2 0.5s,icon_show 0.5s;
    -webkit-transform: translate3d(0px, -60px, 0);
    -moz-transform: translate3d(0px, -60px, 0);
    transform: translate3d(0px, -60px, 0);
    opacity: 1;
}

.nav-menu-5.nav-hide .nav-pop-sub .nav-pop-sub-item-1-2 {
    -webkit-animation: icon_hide_5_1_2 0.5s,icon_hide 0.5s;
    -moz-animation: icon_hide_5_1_2 0.5s,icon_hide 0.5s;
    animation: icon_hide_5_1_2 0.5s,icon_hide 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
}

@-webkit-keyframes icon_show_5_2_1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(-36px, -47px, 0);
        transform: translate3d(-36px, -47px, 0);
    }

    100% {
        -webkit-transform: translate3d(-36px, -47px, 0);
        transform: translate3d(-36px, -47px, 0);
    }
}

@-moz-keyframes icon_show_5_2_1 {
    0% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -moz-transform: translate3d(-36px, -47px, 0);
        transform: translate3d(-36px, -47px, 0);
    }

    100% {
        -moz-transform: translate3d(-36px, -47px, 0);
        transform: translate3d(-36px, -47px, 0);
    }
}

@keyframes icon_show_5_2_1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(-36px, -47px, 0);
        -moz-transform: translate3d(-36px, -47px, 0);
        transform: translate3d(-36px, -47px, 0);
    }

    100% {
        -webkit-transform: translate3d(-36px, -47px, 0);
        -moz-transform: translate3d(-36px, -47px, 0);
        transform: translate3d(-36px, -47px, 0);
    }
}

@-webkit-keyframes icon_hide_5_2_1 {
    0% {
        -webkit-transform: translate3d(-36px, -47px, 0);
        transform: translate3d(-36px, -47px, 0);
    }

    40% {
        -webkit-transform: translate3d(-36px, -47px, 0);
        transform: translate3d(-36px, -47px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes icon_hide_5_2_1 {
    0% {
        -moz-transform: translate3d(-36px, -47px, 0);
        transform: translate3d(-36px, -47px, 0);
    }

    40% {
        -moz-transform: translate3d(-36px, -47px, 0);
        transform: translate3d(-36px, -47px, 0);
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes icon_hide_5_2_1 {
    0% {
        -webkit-transform: translate3d(-36px, -47px, 0);
        -moz-transform: translate3d(-36px, -47px, 0);
        transform: translate3d(-36px, -47px, 0);
    }

    40% {
        -webkit-transform: translate3d(-36px, -47px, 0);
        -moz-transform: translate3d(-36px, -47px, 0);
        transform: translate3d(-36px, -47px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.nav-menu-5.nav-show .nav-pop-sub .nav-pop-sub-item-2-1 {
    -webkit-animation: icon_show_5_2_1 0.5s,icon_show 0.5s;
    -moz-animation: icon_show_5_2_1 0.5s,icon_show 0.5s;
    animation: icon_show_5_2_1 0.5s,icon_show 0.5s;
    -webkit-transform: translate3d(-36px, -47px, 0);
    -moz-transform: translate3d(-36px, -47px, 0);
    transform: translate3d(-36px, -47px, 0);
    opacity: 1;
}

.nav-menu-5.nav-hide .nav-pop-sub .nav-pop-sub-item-2-1 {
    -webkit-animation: icon_hide_5_2_1 0.5s,icon_hide 0.5s;
    -moz-animation: icon_hide_5_2_1 0.5s,icon_hide 0.5s;
    animation: icon_hide_5_2_1 0.5s,icon_hide 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
}

@-webkit-keyframes icon_show_5_2_2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(36px, -47px, 0);
        transform: translate3d(36px, -47px, 0);
    }

    100% {
        -webkit-transform: translate3d(36px, -47px, 0);
        transform: translate3d(36px, -47px, 0);
    }
}

@-moz-keyframes icon_show_5_2_2 {
    0% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -moz-transform: translate3d(36px, -47px, 0);
        transform: translate3d(36px, -47px, 0);
    }

    100% {
        -moz-transform: translate3d(36px, -47px, 0);
        transform: translate3d(36px, -47px, 0);
    }
}

@keyframes icon_show_5_2_2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(36px, -47px, 0);
        -moz-transform: translate3d(36px, -47px, 0);
        transform: translate3d(36px, -47px, 0);
    }

    100% {
        -webkit-transform: translate3d(36px, -47px, 0);
        -moz-transform: translate3d(36px, -47px, 0);
        transform: translate3d(36px, -47px, 0);
    }
}

@-webkit-keyframes icon_hide_5_2_2 {
    0% {
        -webkit-transform: translate3d(36px, -47px, 0);
        transform: translate3d(36px, -47px, 0);
    }

    40% {
        -webkit-transform: translate3d(36px, -47px, 0);
        transform: translate3d(36px, -47px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes icon_hide_5_2_2 {
    0% {
        -moz-transform: translate3d(36px, -47px, 0);
        transform: translate3d(36px, -47px, 0);
    }

    40% {
        -moz-transform: translate3d(36px, -47px, 0);
        transform: translate3d(36px, -47px, 0);
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes icon_hide_5_2_2 {
    0% {
        -webkit-transform: translate3d(36px, -47px, 0);
        -moz-transform: translate3d(36px, -47px, 0);
        transform: translate3d(36px, -47px, 0);
    }

    40% {
        -webkit-transform: translate3d(36px, -47px, 0);
        -moz-transform: translate3d(36px, -47px, 0);
        transform: translate3d(36px, -47px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.nav-menu-5.nav-show .nav-pop-sub .nav-pop-sub-item-2-2 {
    -webkit-animation: icon_show_5_2_2 0.5s,icon_show 0.5s;
    -moz-animation: icon_show_5_2_2 0.5s,icon_show 0.5s;
    animation: icon_show_5_2_2 0.5s,icon_show 0.5s;
    -webkit-transform: translate3d(36px, -47px, 0);
    -moz-transform: translate3d(36px, -47px, 0);
    transform: translate3d(36px, -47px, 0);
    opacity: 1;
}

.nav-menu-5.nav-hide .nav-pop-sub .nav-pop-sub-item-2-2 {
    -webkit-animation: icon_hide_5_2_2 0.5s,icon_hide 0.5s;
    -moz-animation: icon_hide_5_2_2 0.5s,icon_hide 0.5s;
    animation: icon_hide_5_2_2 0.5s,icon_hide 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
}

@-webkit-keyframes icon_show_5_3_1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(-54px, -47px, 0);
        transform: translate3d(-54px, -47px, 0);
    }

    100% {
        -webkit-transform: translate3d(-54px, -47px, 0);
        transform: translate3d(-54px, -47px, 0);
    }
}

@-moz-keyframes icon_show_5_3_1 {
    0% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -moz-transform: translate3d(-54px, -47px, 0);
        transform: translate3d(-54px, -47px, 0);
    }

    100% {
        -moz-transform: translate3d(-54px, -47px, 0);
        transform: translate3d(-54px, -47px, 0);
    }
}

@keyframes icon_show_5_3_1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(-54px, -47px, 0);
        -moz-transform: translate3d(-54px, -47px, 0);
        transform: translate3d(-54px, -47px, 0);
    }

    100% {
        -webkit-transform: translate3d(-54px, -47px, 0);
        -moz-transform: translate3d(-54px, -47px, 0);
        transform: translate3d(-54px, -47px, 0);
    }
}

@-webkit-keyframes icon_hide_5_3_1 {
    0% {
        -webkit-transform: translate3d(-54px, -47px, 0);
        transform: translate3d(-54px, -47px, 0);
    }

    40% {
        -webkit-transform: translate3d(-54px, -47px, 0);
        transform: translate3d(-54px, -47px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes icon_hide_5_3_1 {
    0% {
        -moz-transform: translate3d(-54px, -47px, 0);
        transform: translate3d(-54px, -47px, 0);
    }

    40% {
        -moz-transform: translate3d(-54px, -47px, 0);
        transform: translate3d(-54px, -47px, 0);
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes icon_hide_5_3_1 {
    0% {
        -webkit-transform: translate3d(-54px, -47px, 0);
        -moz-transform: translate3d(-54px, -47px, 0);
        transform: translate3d(-54px, -47px, 0);
    }

    40% {
        -webkit-transform: translate3d(-54px, -47px, 0);
        -moz-transform: translate3d(-54px, -47px, 0);
        transform: translate3d(-54px, -47px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.nav-menu-5.nav-show .nav-pop-sub .nav-pop-sub-item-3-1 {
    -webkit-animation: icon_show_5_3_1 0.5s,icon_show 0.5s;
    -moz-animation: icon_show_5_3_1 0.5s,icon_show 0.5s;
    animation: icon_show_5_3_1 0.5s,icon_show 0.5s;
    -webkit-transform: translate3d(-54px, -47px, 0);
    -moz-transform: translate3d(-54px, -47px, 0);
    transform: translate3d(-54px, -47px, 0);
    opacity: 1;
}

.nav-menu-5.nav-hide .nav-pop-sub .nav-pop-sub-item-3-1 {
    -webkit-animation: icon_hide_5_3_1 0.5s,icon_hide 0.5s;
    -moz-animation: icon_hide_5_3_1 0.5s,icon_hide 0.5s;
    animation: icon_hide_5_3_1 0.5s,icon_hide 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
}

@-webkit-keyframes icon_show_5_3_2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(0px, -70px, 0);
        transform: translate3d(0px, -70px, 0);
    }

    100% {
        -webkit-transform: translate3d(0px, -70px, 0);
        transform: translate3d(0px, -70px, 0);
    }
}

@-moz-keyframes icon_show_5_3_2 {
    0% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -moz-transform: translate3d(0px, -70px, 0);
        transform: translate3d(0px, -70px, 0);
    }

    100% {
        -moz-transform: translate3d(0px, -70px, 0);
        transform: translate3d(0px, -70px, 0);
    }
}

@keyframes icon_show_5_3_2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(0px, -70px, 0);
        -moz-transform: translate3d(0px, -70px, 0);
        transform: translate3d(0px, -70px, 0);
    }

    100% {
        -webkit-transform: translate3d(0px, -70px, 0);
        -moz-transform: translate3d(0px, -70px, 0);
        transform: translate3d(0px, -70px, 0);
    }
}

@-webkit-keyframes icon_hide_5_3_2 {
    0% {
        -webkit-transform: translate3d(0px, -70px, 0);
        transform: translate3d(0px, -70px, 0);
    }

    40% {
        -webkit-transform: translate3d(0px, -70px, 0);
        transform: translate3d(0px, -70px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes icon_hide_5_3_2 {
    0% {
        -moz-transform: translate3d(0px, -70px, 0);
        transform: translate3d(0px, -70px, 0);
    }

    40% {
        -moz-transform: translate3d(0px, -70px, 0);
        transform: translate3d(0px, -70px, 0);
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes icon_hide_5_3_2 {
    0% {
        -webkit-transform: translate3d(0px, -70px, 0);
        -moz-transform: translate3d(0px, -70px, 0);
        transform: translate3d(0px, -70px, 0);
    }

    40% {
        -webkit-transform: translate3d(0px, -70px, 0);
        -moz-transform: translate3d(0px, -70px, 0);
        transform: translate3d(0px, -70px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.nav-menu-5.nav-show .nav-pop-sub .nav-pop-sub-item-3-2 {
    -webkit-animation: icon_show_5_3_2 0.5s,icon_show 0.5s;
    -moz-animation: icon_show_5_3_2 0.5s,icon_show 0.5s;
    animation: icon_show_5_3_2 0.5s,icon_show 0.5s;
    -webkit-transform: translate3d(0px, -70px, 0);
    -moz-transform: translate3d(0px, -70px, 0);
    transform: translate3d(0px, -70px, 0);
    opacity: 1;
}

.nav-menu-5.nav-hide .nav-pop-sub .nav-pop-sub-item-3-2 {
    -webkit-animation: icon_hide_5_3_2 0.5s,icon_hide 0.5s;
    -moz-animation: icon_hide_5_3_2 0.5s,icon_hide 0.5s;
    animation: icon_hide_5_3_2 0.5s,icon_hide 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
}

@-webkit-keyframes icon_show_5_3_3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(54px, -47px, 0);
        transform: translate3d(54px, -47px, 0);
    }

    100% {
        -webkit-transform: translate3d(54px, -47px, 0);
        transform: translate3d(54px, -47px, 0);
    }
}

@-moz-keyframes icon_show_5_3_3 {
    0% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -moz-transform: translate3d(54px, -47px, 0);
        transform: translate3d(54px, -47px, 0);
    }

    100% {
        -moz-transform: translate3d(54px, -47px, 0);
        transform: translate3d(54px, -47px, 0);
    }
}

@keyframes icon_show_5_3_3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(54px, -47px, 0);
        -moz-transform: translate3d(54px, -47px, 0);
        transform: translate3d(54px, -47px, 0);
    }

    100% {
        -webkit-transform: translate3d(54px, -47px, 0);
        -moz-transform: translate3d(54px, -47px, 0);
        transform: translate3d(54px, -47px, 0);
    }
}

@-webkit-keyframes icon_hide_5_3_3 {
    0% {
        -webkit-transform: translate3d(54px, -47px, 0);
        transform: translate3d(54px, -47px, 0);
    }

    40% {
        -webkit-transform: translate3d(54px, -47px, 0);
        transform: translate3d(54px, -47px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes icon_hide_5_3_3 {
    0% {
        -moz-transform: translate3d(54px, -47px, 0);
        transform: translate3d(54px, -47px, 0);
    }

    40% {
        -moz-transform: translate3d(54px, -47px, 0);
        transform: translate3d(54px, -47px, 0);
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes icon_hide_5_3_3 {
    0% {
        -webkit-transform: translate3d(54px, -47px, 0);
        -moz-transform: translate3d(54px, -47px, 0);
        transform: translate3d(54px, -47px, 0);
    }

    40% {
        -webkit-transform: translate3d(54px, -47px, 0);
        -moz-transform: translate3d(54px, -47px, 0);
        transform: translate3d(54px, -47px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.nav-menu-5.nav-show .nav-pop-sub .nav-pop-sub-item-3-3 {
    -webkit-animation: icon_show_5_3_3 0.5s,icon_show 0.5s;
    -moz-animation: icon_show_5_3_3 0.5s,icon_show 0.5s;
    animation: icon_show_5_3_3 0.5s,icon_show 0.5s;
    -webkit-transform: translate3d(54px, -47px, 0);
    -moz-transform: translate3d(54px, -47px, 0);
    transform: translate3d(54px, -47px, 0);
    opacity: 1;
}

.nav-menu-5.nav-hide .nav-pop-sub .nav-pop-sub-item-3-3 {
    -webkit-animation: icon_hide_5_3_3 0.5s,icon_hide 0.5s;
    -moz-animation: icon_hide_5_3_3 0.5s,icon_hide 0.5s;
    animation: icon_hide_5_3_3 0.5s,icon_hide 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
}

@-webkit-keyframes icon_show_5_4_1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(-57px, -47px, 0);
        transform: translate3d(-57px, -47px, 0);
    }

    100% {
        -webkit-transform: translate3d(-57px, -47px, 0);
        transform: translate3d(-57px, -47px, 0);
    }
}

@-moz-keyframes icon_show_5_4_1 {
    0% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -moz-transform: translate3d(-57px, -47px, 0);
        transform: translate3d(-57px, -47px, 0);
    }

    100% {
        -moz-transform: translate3d(-57px, -47px, 0);
        transform: translate3d(-57px, -47px, 0);
    }
}

@keyframes icon_show_5_4_1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(-57px, -47px, 0);
        -moz-transform: translate3d(-57px, -47px, 0);
        transform: translate3d(-57px, -47px, 0);
    }

    100% {
        -webkit-transform: translate3d(-57px, -47px, 0);
        -moz-transform: translate3d(-57px, -47px, 0);
        transform: translate3d(-57px, -47px, 0);
    }
}

@-webkit-keyframes icon_hide_5_4_1 {
    0% {
        -webkit-transform: translate3d(-57px, -47px, 0);
        transform: translate3d(-57px, -47px, 0);
    }

    40% {
        -webkit-transform: translate3d(-57px, -47px, 0);
        transform: translate3d(-57px, -47px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes icon_hide_5_4_1 {
    0% {
        -moz-transform: translate3d(-57px, -47px, 0);
        transform: translate3d(-57px, -47px, 0);
    }

    40% {
        -moz-transform: translate3d(-57px, -47px, 0);
        transform: translate3d(-57px, -47px, 0);
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes icon_hide_5_4_1 {
    0% {
        -webkit-transform: translate3d(-57px, -47px, 0);
        -moz-transform: translate3d(-57px, -47px, 0);
        transform: translate3d(-57px, -47px, 0);
    }

    40% {
        -webkit-transform: translate3d(-57px, -47px, 0);
        -moz-transform: translate3d(-57px, -47px, 0);
        transform: translate3d(-57px, -47px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.nav-menu-5.nav-show .nav-pop-sub .nav-pop-sub-item-4-1 {
    -webkit-animation: icon_show_5_4_1 0.5s,icon_show 0.5s;
    -moz-animation: icon_show_5_4_1 0.5s,icon_show 0.5s;
    animation: icon_show_5_4_1 0.5s,icon_show 0.5s;
    -webkit-transform: translate3d(-57px, -47px, 0);
    -moz-transform: translate3d(-57px, -47px, 0);
    transform: translate3d(-57px, -47px, 0);
    opacity: 1;
}

.nav-menu-5.nav-hide .nav-pop-sub .nav-pop-sub-item-4-1 {
    -webkit-animation: icon_hide_5_4_1 0.5s,icon_hide 0.5s;
    -moz-animation: icon_hide_5_4_1 0.5s,icon_hide 0.5s;
    animation: icon_hide_5_4_1 0.5s,icon_hide 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
}

@-webkit-keyframes icon_show_5_4_2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(-26px, -94px, 0);
        transform: translate3d(-26px, -94px, 0);
    }

    100% {
        -webkit-transform: translate3d(-26px, -94px, 0);
        transform: translate3d(-26px, -94px, 0);
    }
}

@-moz-keyframes icon_show_5_4_2 {
    0% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -moz-transform: translate3d(-26px, -94px, 0);
        transform: translate3d(-26px, -94px, 0);
    }

    100% {
        -moz-transform: translate3d(-26px, -94px, 0);
        transform: translate3d(-26px, -94px, 0);
    }
}

@keyframes icon_show_5_4_2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(-26px, -94px, 0);
        -moz-transform: translate3d(-26px, -94px, 0);
        transform: translate3d(-26px, -94px, 0);
    }

    100% {
        -webkit-transform: translate3d(-26px, -94px, 0);
        -moz-transform: translate3d(-26px, -94px, 0);
        transform: translate3d(-26px, -94px, 0);
    }
}

@-webkit-keyframes icon_hide_5_4_2 {
    0% {
        -webkit-transform: translate3d(-26px, -94px, 0);
        transform: translate3d(-26px, -94px, 0);
    }

    40% {
        -webkit-transform: translate3d(-26px, -94px, 0);
        transform: translate3d(-26px, -94px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes icon_hide_5_4_2 {
    0% {
        -moz-transform: translate3d(-26px, -94px, 0);
        transform: translate3d(-26px, -94px, 0);
    }

    40% {
        -moz-transform: translate3d(-26px, -94px, 0);
        transform: translate3d(-26px, -94px, 0);
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes icon_hide_5_4_2 {
    0% {
        -webkit-transform: translate3d(-26px, -94px, 0);
        -moz-transform: translate3d(-26px, -94px, 0);
        transform: translate3d(-26px, -94px, 0);
    }

    40% {
        -webkit-transform: translate3d(-26px, -94px, 0);
        -moz-transform: translate3d(-26px, -94px, 0);
        transform: translate3d(-26px, -94px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.nav-menu-5.nav-show .nav-pop-sub .nav-pop-sub-item-4-2 {
    -webkit-animation: icon_show_5_4_2 0.5s,icon_show 0.5s;
    -moz-animation: icon_show_5_4_2 0.5s,icon_show 0.5s;
    animation: icon_show_5_4_2 0.5s,icon_show 0.5s;
    -webkit-transform: translate3d(-26px, -94px, 0);
    -moz-transform: translate3d(-26px, -94px, 0);
    transform: translate3d(-26px, -94px, 0);
    opacity: 1;
}

.nav-menu-5.nav-hide .nav-pop-sub .nav-pop-sub-item-4-2 {
    -webkit-animation: icon_hide_5_4_2 0.5s,icon_hide 0.5s;
    -moz-animation: icon_hide_5_4_2 0.5s,icon_hide 0.5s;
    animation: icon_hide_5_4_2 0.5s,icon_hide 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
}

@-webkit-keyframes icon_show_5_4_3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(26px, -94px, 0);
        transform: translate3d(26px, -94px, 0);
    }

    100% {
        -webkit-transform: translate3d(26px, -94px, 0);
        transform: translate3d(26px, -94px, 0);
    }
}

@-moz-keyframes icon_show_5_4_3 {
    0% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -moz-transform: translate3d(26px, -94px, 0);
        transform: translate3d(26px, -94px, 0);
    }

    100% {
        -moz-transform: translate3d(26px, -94px, 0);
        transform: translate3d(26px, -94px, 0);
    }
}

@keyframes icon_show_5_4_3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(26px, -94px, 0);
        -moz-transform: translate3d(26px, -94px, 0);
        transform: translate3d(26px, -94px, 0);
    }

    100% {
        -webkit-transform: translate3d(26px, -94px, 0);
        -moz-transform: translate3d(26px, -94px, 0);
        transform: translate3d(26px, -94px, 0);
    }
}

@-webkit-keyframes icon_hide_5_4_3 {
    0% {
        -webkit-transform: translate3d(26px, -94px, 0);
        transform: translate3d(26px, -94px, 0);
    }

    40% {
        -webkit-transform: translate3d(26px, -94px, 0);
        transform: translate3d(26px, -94px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes icon_hide_5_4_3 {
    0% {
        -moz-transform: translate3d(26px, -94px, 0);
        transform: translate3d(26px, -94px, 0);
    }

    40% {
        -moz-transform: translate3d(26px, -94px, 0);
        transform: translate3d(26px, -94px, 0);
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes icon_hide_5_4_3 {
    0% {
        -webkit-transform: translate3d(26px, -94px, 0);
        -moz-transform: translate3d(26px, -94px, 0);
        transform: translate3d(26px, -94px, 0);
    }

    40% {
        -webkit-transform: translate3d(26px, -94px, 0);
        -moz-transform: translate3d(26px, -94px, 0);
        transform: translate3d(26px, -94px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.nav-menu-5.nav-show .nav-pop-sub .nav-pop-sub-item-4-3 {
    -webkit-animation: icon_show_5_4_3 0.5s,icon_show 0.5s;
    -moz-animation: icon_show_5_4_3 0.5s,icon_show 0.5s;
    animation: icon_show_5_4_3 0.5s,icon_show 0.5s;
    -webkit-transform: translate3d(26px, -94px, 0);
    -moz-transform: translate3d(26px, -94px, 0);
    transform: translate3d(26px, -94px, 0);
    opacity: 1;
}

.nav-menu-5.nav-hide .nav-pop-sub .nav-pop-sub-item-4-3 {
    -webkit-animation: icon_hide_5_4_3 0.5s,icon_hide 0.5s;
    -moz-animation: icon_hide_5_4_3 0.5s,icon_hide 0.5s;
    animation: icon_hide_5_4_3 0.5s,icon_hide 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
}

@-webkit-keyframes icon_show_5_4_4 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(57px, -47px, 0);
        transform: translate3d(57px, -47px, 0);
    }

    100% {
        -webkit-transform: translate3d(57px, -47px, 0);
        transform: translate3d(57px, -47px, 0);
    }
}

@-moz-keyframes icon_show_5_4_4 {
    0% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -moz-transform: translate3d(57px, -47px, 0);
        transform: translate3d(57px, -47px, 0);
    }

    100% {
        -moz-transform: translate3d(57px, -47px, 0);
        transform: translate3d(57px, -47px, 0);
    }
}

@keyframes icon_show_5_4_4 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(57px, -47px, 0);
        -moz-transform: translate3d(57px, -47px, 0);
        transform: translate3d(57px, -47px, 0);
    }

    100% {
        -webkit-transform: translate3d(57px, -47px, 0);
        -moz-transform: translate3d(57px, -47px, 0);
        transform: translate3d(57px, -47px, 0);
    }
}

@-webkit-keyframes icon_hide_5_4_4 {
    0% {
        -webkit-transform: translate3d(57px, -47px, 0);
        transform: translate3d(57px, -47px, 0);
    }

    40% {
        -webkit-transform: translate3d(57px, -47px, 0);
        transform: translate3d(57px, -47px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes icon_hide_5_4_4 {
    0% {
        -moz-transform: translate3d(57px, -47px, 0);
        transform: translate3d(57px, -47px, 0);
    }

    40% {
        -moz-transform: translate3d(57px, -47px, 0);
        transform: translate3d(57px, -47px, 0);
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes icon_hide_5_4_4 {
    0% {
        -webkit-transform: translate3d(57px, -47px, 0);
        -moz-transform: translate3d(57px, -47px, 0);
        transform: translate3d(57px, -47px, 0);
    }

    40% {
        -webkit-transform: translate3d(57px, -47px, 0);
        -moz-transform: translate3d(57px, -47px, 0);
        transform: translate3d(57px, -47px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.nav-menu-5.nav-show .nav-pop-sub .nav-pop-sub-item-4-4 {
    -webkit-animation: icon_show_5_4_4 0.5s,icon_show 0.5s;
    -moz-animation: icon_show_5_4_4 0.5s,icon_show 0.5s;
    animation: icon_show_5_4_4 0.5s,icon_show 0.5s;
    -webkit-transform: translate3d(57px, -47px, 0);
    -moz-transform: translate3d(57px, -47px, 0);
    transform: translate3d(57px, -47px, 0);
    opacity: 1;
}

.nav-menu-5.nav-hide .nav-pop-sub .nav-pop-sub-item-4-4 {
    -webkit-animation: icon_hide_5_4_4 0.5s,icon_hide 0.5s;
    -moz-animation: icon_hide_5_4_4 0.5s,icon_hide 0.5s;
    animation: icon_hide_5_4_4 0.5s,icon_hide 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
}

.shop-nav {
    position: fixed;
    z-index: 99;
}

.nav-menu .nav-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav-menu a {
    display: block;
    height: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.nav-menu-1,.nav-menu-2,.nav-menu-3 {
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 40px;
    background: #eaeaea;
    color: #eee;
    text-align: center;
}

.nav-menu-4,.nav-menu-5 {
    left: 0px;
    bottom: 0px;
}

.nav-menu-4 .nav-pop-sub,.nav-menu-5 .nav-pop-sub {
    position: absolute;
    z-index: 90;
}

.nav-menu-4 .nav-pop-main,.nav-menu-5 .nav-pop-main {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.nav-menu-4 .nav-pop-main .nav-special-item,.nav-menu-5 .nav-pop-main .nav-special-item {
    height: 50px;
    width: 50px;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    position: absolute;
    z-index: 99;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.nav-menu-4 .nav-pop-sub .nav-pop-sub-item,.nav-menu-5 .nav-pop-sub .nav-pop-sub-item {
    height: 45px;
    width: 45px;
    position: absolute;
}

.nav-menu-4 .nav-pop-sub .nav-pop-sub-item a,.nav-menu-5 .nav-pop-sub .nav-pop-sub-item a {
    border-radius: 100%;
    -webkit-transform: rotateZ(150deg);
    -moz-transform: rotateZ(150deg);
    transform: rotateZ(150deg);
}

.nav-menu-1 {
    border: 0px none;	
    border-top: 2px solid #e5e5e5;
    background: no-repeat #fafafa;
    background-size: 100% 100px;
    height: 45px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min-device-pixel-ratio: 1.5) {
    .nav-menu-1 {
        border-top-width: 1px;
    }
}

.nav-menu-1 a {
    display: block;
    color: #333;
    text-shadow: 0 0 2px #f5f5f5;
}

.nav-menu-1 .nav-item {
    float: left;
    display: block;
    height: 45px;
}

.nav-menu-1 .nav-item+.nav-item {	
    border-left: 2px solid #e5e5e5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min-device-pixel-ratio: 1.5) {
    .nav-menu-1 .nav-item+.nav-item {
        border-left-width: 1px;
    }
}

.nav-menu-1 .nav-special-item a {
    background-size: 25px 25px;
    margin: 0 auto;
}

.nav-menu-1 .submenu {
    bottom: 54px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 3px #fff inset;
    box-shadow: 0 0 3px #fff inset;
    background-color: #fafafa;
}

.nav-menu-1 .submenu .before-arrow {
    border-top: 6px solid #fafafa;
    border-bottom: 0px none;
    bottom: -5px;
}

.nav-menu-1 .submenu .after-arrow {
    border-top: 6px solid #ccc;
    border-bottom: 0px none;
    bottom: -6px;
}

.nav-menu-1 .submenu a,.nav-menu-1 .submenu .arrow-caret {
    color: #333;
    font-weight: bold;
    text-shadow: 0 0 2px #f5f5f5;
}

.nav-menu-1 .submenu .arrow-caret {
    border-color: transparent transparent #333 transparent;
}

.nav-menu-1 .submenu ul>li.line-divide {	
    border-top: 2px solid #e5e5e5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min-device-pixel-ratio: 1.5) {
    .nav-menu-1 .submenu ul>li.line-divide {
        border-top-width: 1px;
    }
}

.nav-menu-1.has-menu-0 .nav-special-item {
    width: 100%;
}

.nav-menu-1.has-menu-1 .nav-item {
    width: 84%;
}

.nav-menu-1.has-menu-1 .submenu li a {
    min-width: 120px;
}

.nav-menu-1.has-menu-2 .nav-item {
    width: 42%;
}

.nav-menu-1.has-menu-2 .submenu li a {
    min-width: 120px;
}

.nav-menu-1.has-menu-3 .nav-item {
    width: 28%;
}

.nav-menu-1.has-menu-3 .submenu li a {
    min-width: 80px;
}

.nav-menu-1.has-menu-1 .nav-special-item,.nav-menu-1.has-menu-2 .nav-special-item,.nav-menu-1.has-menu-3 .nav-special-item {
    width: 16%;
}

.nav-menu-2 {
    height: 50px;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.nav-menu-2 li {
    float: left;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: red;
}

.nav-menu-2 a {
    display: block;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
}

.nav-menu-2.has-menu-1 li {
    width: 100%;
}

.nav-menu-2.has-menu-2 li {
    width: 50%;
}

.nav-menu-2.has-menu-3 li {
    width: 33.33333%;
}

.nav-menu-2.has-menu-4 li {
    width: 25%;
}

.nav-menu-2.has-menu-5 li {
    width: 20%;
}

.nav-menu-3 {
    background-color: #292929;
    padding: 0 10px;
}

.nav-menu-3.has-menu-2 .nav-item,.nav-menu-3.has-menu-1 .nav-item,.nav-menu-3.has-menu-0 .nav-item {
    width: 34%;
}

.nav-menu-3.has-menu-2 .nav-item.nav-special-item,.nav-menu-3.has-menu-1 .nav-item.nav-special-item,.nav-menu-3.has-menu-0 .nav-item.nav-special-item {
    width: 32%;
}

.nav-menu-3.has-menu-4 .nav-item,.nav-menu-3.has-menu-3 .nav-item {
    width: 17%;
}

.nav-menu-3.has-menu-4 .nav-item.nav-special-item,.nav-menu-3.has-menu-3 .nav-item.nav-special-item {
    width: 32%;
}

.nav-menu-3 .nav-item {
    height: 40px;
    float: left;
    display: block;
}

.nav-menu-3 .nav-special-item a {
    background-color: #f90;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    margin-top: -10px;
    border-radius: 100%;
    border: 5px solid #292929;
}

.nav-menu-4 {
    left: 10px;
    bottom: 52px;
}

.nav-menu-4 .nav-pop-main {
    height: 50px;
    width: 50px;
}

.nav-menu-4 .nav-pop-main .nav-item {
    display: none;
}

.nav-menu-4 .nav-pop-main .nav-special-item {
    display: block;
    background: url("../images/centerbtn.png") center center no-repeat;
    background-size: 50px 50px;
    border-radius: 100%;
    left: 0px;
    bottom: 0px;
}

.nav-menu-4 .nav-pop-sub {
    bottom: 0px;
    left: 0px;
}

.nav-menu-4 .nav-pop-sub .nav-pop-sub-item {
    background: rgba(51, 51, 51, 0.9);
    border-radius: 100%;
    opacity: 0;
    left: 3px;
    bottom: 3px;
}

.nav-menu-5 {
    left: 50%;
    bottom: 3px;
}

.nav-menu-5 .nav-pop-main {
    margin-left: -50%;
    padding: 10px 9px 0 9px;
    width: 132px;
    height: 45px;
    position: relative;
    background: url("../images/nav5back.png") center center no-repeat;
    background-size: 150px 50px;
}

.nav-menu-5 .nav-pop-main .nav-item {
    height: 43px;
    width: 41px;
}

.nav-menu-5 .nav-pop-main .nav-item a {
    background-size: 45px 45px;
}

.nav-menu-5 .nav-pop-main .nav-special-item {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    bottom: 8px;
    position: relative;
    left: 5px;
    bottom: -6px;
    float: left;
    margin-top: -10px;
    background: url("../images/centerbtn.png") center center no-repeat;
    background-size: 40px 40px;
}

.nav-menu-5 .nav-pop-sub {
    bottom: 0px;
}

.nav-menu-5 .nav-pop-sub .nav-pop-sub-item {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-origin: center left;
    -moz-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    left: 0px;
    bottom: 6px;
}

.nav-menu-5 .nav-pop-sub .nav-pop-sub-item a {
    margin-left: -50%;
    width: 100%;
    border-radius: 100%;
    background-color: rgba(41, 41, 41, 0.9);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min-device-pixel-ratio: 1.5) {
    .nav-menu-4 .nav-pop-main .nav-special-item {
        background-image: url("../images/centerbtn@2x.png");
    }

    .nav-menu-5 .nav-pop-main {
        background-image: url("../images/nav5back@2x.png");
    }

    .nav-menu-5 .nav-pop-main .nav-item-homepage {
        background-image: url("../images/home@2x.png");
    }

    .nav-menu-5 .nav-pop-main .nav-item-cart {
        background-image: url("../images/cart@2x.png");
    }

    .nav-menu-5 .nav-pop-main .nav-special-item {
        background-image: url("../images/centerbtn@2x.png");
    }
}

.full-screen .container {
    background: none;
}

.full-screen .header {
    display: none;
}

.custom-tag-list {
    background: #f9f9f9;
    overflow: hidden;
}

.custom-tag-list ul,.custom-tag-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.custom-tag-list .custom-tag-list-menu-block {
    position: relative;
    width: 90px;
    margin-right: 1px;
    float: left;
    border-right: 1px solid #ddd;
    background: #e6e6e6;
}

.custom-tag-list .custom-tag-list-menu-block .custom-tag-list-side-menu {
    padding-top: 25px;
    position: relative;
}

.custom-tag-list .custom-tag-list-menu-block li {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.custom-tag-list .custom-tag-list-menu-block li a {
    display: block;
    width: 80px;
    padding: 10px 5px;
    font-size: 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.custom-tag-list .custom-tag-list-menu-block li a span {
    display: block;
    max-height: 28px;
    overflow: hidden;
    line-height: 14px;
}

.custom-tag-list .custom-tag-list-menu-block li.current {
    background: #f9f9f9;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.custom-tag-list .custom-tag-list-menu-block li.current a {
    padding-right: 6px;
    background: #f9f9f9;
    color: #f60;
}

.custom-tag-list .custom-tag-list-menu-block .custom-tag-list-space {
    height: 24px;
    background: #e6e6e6;
}

.custom-tag-list .custom-tag-list-goods {
    overflow: hidden;
}

.custom-tag-list .custom-tag-list-goods .custom-tag-list-title {
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    background: #eee;
    padding: 0 0 0 10px;
    margin: 0;
}

.custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-list {
    margin-left: 5px;
}

.custom-tag-list .custom-tag-list-goods .custom-tag-list-single-goods {
    border-bottom: 1px solid #ddd;
}

.custom-tag-list .custom-tag-list-goods .custom-tag-list-single-goods:last-child {
    border-bottom: none;
}

.custom-tag-list .custom-tag-list-goods .no-goods-list {
    color: #999;
    padding: 0 5px;
    line-height: 40px;
    font-size: 14px;
}

.custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-img {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    padding: 10px 5px 10px 0;
}

.custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-img img {
    width: 60px;
    height: 60px;
}

.custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-detail {
    margin-left: 65px;
    position: relative;
    padding-bottom: 2px;
}

.custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-detail .custom-tag-list-goods-title {
    display: block;
    margin: 0;
    padding: 10px 0;
    line-height: 30px;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-detail .custom-tag-list-goods-price {
    color: #f60;
    padding: 0;
}

.custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-detail .custom-tag-list-goods-buy {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 60px;
    height: 50px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-detail .custom-tag-list-goods-buy span {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    background-image: url("../images/showcase-1416814739063.png");
    background-position: 0 -88px;
    background-repeat: no-repeat;
}

.custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-detail .custom-tag-list-goods-buy .ajax-error,.custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-detail .custom-tag-list-goods-buy .ajax-loading {
    display: none;
}

.custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-detail .custom-tag-list-goods-buy .ajax-loading {
    background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
    background-position: center center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min-device-pixel-ratio: 1.5) {
    .custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-detail .custom-tag-list-goods-buy .ajax-loading {
        background-image: url("../images/loading@2x.gif");
        background-size: 16px;
    }

    .custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-detail .custom-tag-list-goods-buy span {
        background-image: url("../images/showcase2x-1416814739063.png");
        background-size: 40px auto;
    }
}

.custom-store {
    position: relative;
    border: 1px solid #f2f2f2;
    border-left-width: 0;
    border-right-width: 0;
    background-color: #fff;
    margin: 10px 0;
}

.custom-store .custom-store-img {
    position: absolute;
    top: 13px;
    left: 10px;
    height: 18px;
    width: 18px;
    background-image: url("../images/showcase-1416814739063.png");
    background-repeat: no-repeat;
    background-position: 0 -50px;
}

.custom-store .custom-store-link {
    display: block;
}

.custom-store .custom-store-name {
    float: left;
    padding: 0 0 0 35px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #333;
    max-width: 214px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-store .custom-store-enter {
    float: right;
    height: 14px;
    line-height: 14px;
    margin: 15px 0;
    font-size: 12px;
    color: #999;
    border-left: 1px solid #dcdcdc;
    padding: 0 10px 0 7px;
}

.custom-store .custom-store-row {
    position: relative;
    border-top: 1px solid #e5e5e5;
    padding: 12px 20px;
    margin: 0 15px;
    font-size: 12px;
    line-height: 20px;
    height: 38px;
}

.custom-store .help-info {
    font-size: 12px;
    color: #999;
}

.custom-store .address-area {
    margin-right: 60px;
}

.custom-store .phone-area {
    position: absolute;
    right: 0;
    top: 15px;
    bottom: 15px;
    width: 50px;
    height: 30px;
    border-left: 1px solid #e5e5e5;
    cursor: pointer;
    background: url("../images/mobile.png") center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min-device-pixel-ratio: 1.5) {
    .custom-store {
        -webkit-border-image: url("../images/border-line-f2f2f2.png") 2 stretch;
        -moz-border-image: url("../images/border-line-f2f2f2.png") 2 stretch;
        border-image: url("../images/border-line-f2f2f2.png") 2 stretch;
    }

    .custom-store .phone-area {
        background: url("../images/mobile@2x.png") center;
        background-size: 58px 58px;
    }

    .custom-store .custom-store-img {
        background-image: url("../images/showcase2x-1416814739063.png");
        background-repeat: no-repeat;
        background-position: 0 -70px;
        background-size: 40px auto;
    }
}

.custom-cube-table {
    width: 100%;
}

.custom-cube {
    margin: 0;
    padding: 0;
}

.custom-cube td {
    width: 80px;
    padding: 0;
    vertical-align: top;
}

.custom-cube td a {
    display: inline;
}

.custom-cube td img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}

.custom-cube li {
    float: left;
    width: 80px;
    height: 80px;
    list-style-type: none;
}

.custom-cube li a {
    display: block;
}

.custom-cube li img {
    max-width: 80px;
    max-height: 80px;
    width: auto;
    height: auto;
    display: block;
}

.custom-cube2-table {
    width: 100%;
    height: auto;
}

.custom-cube2-table tr {
    margin: 0;
    padding: 0;
}

.custom-cube2-table td {
    width: 25%;
    margin: 0;
    padding: 0;
}

.custom-cube2-table td img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.custom-cube2-table td.cols-2 {
    width: 50%;
}

.custom-cube2-table td.cols-3 {
    width: 75%;
}

.custom-cube2-table td.cols-4 {
    width: 100%;
}

.cube2-edit table {
    width: 240px;
}

.cube2-edit table td {
    width: 60px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    color: #ccc;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cube2-edit table td.empty {
    background-color: rgba(0, 0, 0, 0);
}

.cube2-edit table td.empty:after {
    content: '+';
}

.cube2-edit table td.current {
    -webkit-box-shadow: 0 0 0 2px #858585 inset;
    box-shadow: 0 0 0 2px #858585 inset;
    padding: 2px;
}

.cube2-edit table td.rows-2 {
    height: 120px;
}

.cube2-edit table td.rows-3 {
    height: 180px;
}

.cube2-edit table td.rows-4 {
    height: 240px;
}

.cube2-edit table td.cols-2 {
    width: 60px;
}

.cube2-edit table td.cols-3 {
    width: 60px;
}

.cube2-edit table td.cols-4 {
    width: 60px;
}

.cube2-edit table td.index-0 {
    background-color: #BEEB9F;
}

.cube2-edit table td.index-1 {
    background-color: #FFFF9D;
}

.cube2-edit table td.index-2 {
    background-color: #DB9E36;
}

.cube2-edit table td.index-3 {
    background-color: #79BD8F;
}

.cube2-edit table td.index-4 {
    background-color: #00A388;
}

.cube2-edit table td.index-5 {
    background-color: #225378;
}

.cube2-edit table td.index-6 {
    background-color: #1695A3;
}

.cube2-edit table td.index-7 {
    background-color: #BEDB39;
}

.cube2-edit table td.index-8 {
    background-color: #F3FFE2;
}

.cube2-edit table td.index-9 {
    background-color: #EB7F00;
}

.cube2-edit table td.index-10 {
    background-color: #7D8A2E;
}

.cube2-edit table td.index-11 {
    background-color: #C9D787;
}

.cube2-edit table td.index-12 {
    background-color: #FFC0A9;
}

.cube2-edit table td.index-13 {
    background-color: #FF8598;
}

.cube2-edit table td.index-14 {
    background-color: #FFD34E;
}

.cube2-edit table td.index-15 {
    background-color: #ACF0F2;
}

.cube2-edit table img {
    max-height: 1000%;
}

.cube2-edit table span {
    color: #fff;
    text-shadow: 0 0 1px #000;
}

.cube2-edit .control-group .choices {
    margin: 0;
}

.cube2-edit .control-group .choice {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.cube2-edit .control-group .choice .actions {
    display: inline-block;
}

.cube2-edit .control-group .choice .actions .close-modal {
    position: absolute;
    top: 16px;
    right: 10px;
}

.layout-table {
    padding: 40px 195px;
}

.layout-cols {
    float: left;
}

.layout-cols li {
    margin: 1px;
    background: #f8f8f8;
    width: 60px;
    height: 60px;
    border: 1px solid #e9e9e9;
    border-right-width: 2px;
    border-bottom-width: 2px;
}

.layout-cols li.selected {
    background: #ddeafb;
    border-color: #c3d9ff;
}

.layout-cols input[type=radio] {
    display: none;
}

.app-design .app-sidebar .cube2-edit .choice {
    border-bottom: 0px none;
}

.custom-showcase-wrap-1 .custom-showcase-big,.custom-showcase-wrap-1 .custom-showcase-small {
    width: 33%;
    height: 106px;
    overflow: hidden;
    margin: 0;
}

.custom-showcase-wrap-1 .custom-showcase-big img,.custom-showcase-wrap-1 .custom-showcase-small img {
    width: 100%;
    height: auto;
}

.custom-showcase-wrap-1 .custom-showcase-small {
    margin-left: 1px;
}

.custom-showcase-wrap-title {
    padding: 10px;
    font-size: 14px;
}

.custom-showcase-body {
    background-color: #fff;
}

.custom-showcase-body-title {
    font-size: 14px;
    font-weight: 700;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0;
}

.custom-showcase-body-desc {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding-bottom: 10px;
    font-size: 12px;
    word-break: break-all;
}

.custom-showcase {
    margin: 0;
    padding: 1px 0 0;
    list-style: none;
}

.custom-showcase li {
    float: left;
    margin-bottom: 1px;
    text-align: center;
}

.custom-showcase li a {
    display: block;
}

.custom-showcase-big {
    width: 65%;
    height: 213px;
    overflow: hidden;
    margin-right: 1px;
    float: left;
}

.custom-showcase-big img {
    width: 100%;
    height: auto;
}

.custom-showcase-small {
    width: 34%;
    height: 106px;
    overflow: hidden;
}

.custom-showcase-small img {
    width: 100%;
    height: auto;
}

.custom-category {
    margin: 6px 8px;
}

.custom-category ul {
    margin: 0;
    padding: 0;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    font-size: 0;
}

.custom-category li {
    float: left;
    display: inline;
    vertical-align: top;
    width: 50%;
    margin-bottom: 4px;
    font-size: 0;
    text-align: center;
}

.custom-category li a {
    display: block;
    padding: 0 12px;
    line-height: 40px;
    height: 40px;
    width: auto;
    margin: 0 2px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #f2f2f2;
    color: #000;
}

.custom-recommend-goods {
    background: #fff;
    margin: 10px 0;
    border: 1px solid #f2f2f2;
    border-left-style: none;
    border-right-style: none;
}

.custom-recommend-goods-title {
    margin-left: 9px;
    padding-left: 2px;
    height: 37px;
    max-height: 37px;
    line-height: 37px;
    font-size: 14px;
    border-bottom: 1px solid #f2f2f2;
}

.custom-recommend-goods-title a {
    position: relative;
    display: block;
    color: #333;
}

.custom-recommend-goods-title a:after {
    position: absolute;
    content: '';
    right: 15px;
    top: 50%;
    width: 9px;
    height: 12px;
    margin-top: -6px;
    background: url("../images/ios7_arrow.png") left center no-repeat;
    background-size: 100% 100%;
}

.custom-recommend-goods-list {
    padding: 9px 8px;
    margin: 0 0 0 -8px;
    list-style: none;
}

.custom-recommend-goods-list li {
    float: left;
    margin-left: 9px;
    width: 93px;
    height: 93px;
    border: 1px solid #f2f2f2;
    background: #fcfcfc;
}

.custom-recommend-goods-list a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.custom-recommend-goods-list img {
    display: block;
    width: auto;
    height: auto;
    max-width: 93px;
    max-height: 93px;
    margin: auto;
}

.custom-line-wrap {
    height: 30px;
    position: relative;
}

.custom-line {
    border: 0 none;
    border-top: 1px dashed #bbb;
    margin: auto;
    padding: 0;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.custom-nav-4 {
    padding: 5px;
    margin: 0;
    text-align: center;
}

.custom-nav-4 li {
    display: inline-block;
    width: 23%;
    margin-right: 2px;
    text-align: center;
    vertical-align: top;
    list-style: none;
}

.custom-nav-4 li:child-last {
    padding-right: 0;
}

.custom-nav-4 li a {
    display: block;
}

.custom-nav-4 li img {
    display: block;
    width: 100%;
    height: auto;
}

.custom-nav-4 li span {
    color: #333;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
}

.custom-search {
    margin: 10px;
}

.custom-search form {
    margin: 0;
    position: relative;
    border: 1px solid #C0C0C0;
    background: #fff;
    border-radius: 5px;
}

.custom-search form .custom-search-input {
    margin: 0;
    padding: 0 10px 0 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    height: 35px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0px none;
    outline: none;
    font-size: 14px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

.custom-search-button {
    position: absolute;
    top: 0;
    left: 0;
    border: 0px none;
    height: 35px;
    line-height: 35px;
    width: 37px;
    padding: 0;
    color: #fff;
    font-size: 14px;
    text-indent: -9999px;
    background: #fff url("../images/search_icon.png") center center no-repeat;
    background-size: 16px 16px;
    border-radius: 5px 0 0 5px;
}

.custom-search-icon {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAABqUlEQVR42r3WzyvDcRzH8Y+vOHDkpBwpB46k3MwOfu0wLvgDyEEp/8DOrjat5MSJs7i4O7CaWClqshxELphf81QO65Vv7+++37ZXPVprfT7Py7e+c5VKxY+HMWSQwzMYn3xHBjF4cLXy+2ESFwiyC0xGDbdiE2G2idagYY0eIMoOJB4onMV/u0IKcQxgBIs4wjd02VrCE9C9YxXNcD6GcQPdRJCwh3M5WEYcLoBO6IN4Ds8Kx6BbM2KqB69yR8wKp+XANVrgarQu92xY4RM5kIILoVfuObXCJTkwChfSQ9U9j1b4U8L9EcL56ous8BOqNxQhXARj3GuFcxJeDhntwFfVPWdWOCPh45DhJbknbYXjYJEesHYU5Y64FfZwKYdu0RUw2oQdOX8Jzwr/moaugD4j2oZd6KZqeTttQVdGBoNogvvTjRWUoNsL8z4+hN/eUMQzrJWRtMIa30aY7UNfq0krrBIoIMgKSMDhM2jc+pc5jizyeAHjk+/IYlye3gWf+IwRjsKOa7ge5qHxD8xIuLFxCTc0nqhHTM1B46W6RjWu4UaZxR3uMfUDvUqknv4oBC4AAAAASUVORK5CYII=') no-repeat center center;
    background-size: 15px;
    height: 15px;
    width: 15px;
    display: inline-block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: rgba(0, 0, 0, 0);
}

.custom-link .right-arrow {
    margin-top: 14px;
}

.custom-link-link {
    height: 100%;
    line-height: 45px;
    display: block;
}

.custom-link-link .title {
    float: left;
    margin: 0;
    line-height: 45px;
    height: 100%;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 245px;
}

.custom-link-img {
    float: right;
    display: block;
    max-width: 40px;
    max-height: 40px;
}

.custom-link-img img {
    vertical-align: middle;
}

.custom-link .custom-link-two-col {
    width: 160px;
    float: left;
    border-bottom: 0 none;
    border-right: 1px solid #F0F0F0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #f0f0f0;
}

.custom-link .custom-link-two-col .custom-link-link {
    padding-right: 0;
    padding-left: 0;
}

.custom-link .custom-link-two-col .custom-link-link .title {
    width: 100%;
    float: none;
}

.custom-link .custom-link-two-col:nth-child(2n) {
    border-right: none;
}

.custom-richtext {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    overflow: hidden;
    text-align: left;
    word-wrap: break-word;
}

.custom-richtext img+br {
    display: block;
    padding: 4px 0;
    content: ' ';
}

.custom-richtext p {
    margin: 0 0 1em 0;
}

.custom-richtext a {
    color: #07d;
}

.custom-richtext img {
    background: none;
    max-width: 100% !important;
    min-height: 1px;
    width: auto !important;
    height: auto !important;
    vertical-align: middle;
}

.custom-richtext ul,.custom-richtext ol {
    list-style-position: inside;
    padding-left: 0;
}

.custom-richtext blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 18px;
    border-left: 5px solid #EEE;
}

.custom-richtext em,.custom-richtext i {
    font-style: italic;
}

.custom-richtext strong,.custom-richtext b {
    font-weight: bold;
}

.custom-richtext .selectTdClass {
    background-color: #edf5fa !important;
}

.custom-richtext table.noBorderTable td,.custom-richtext table.noBorderTable th,.custom-richtext table.noBorderTable caption {
    border: 1px dashed #ddd !important;
}

.custom-richtext table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
}

.custom-richtext td,.custom-richtext th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}

.custom-richtext caption {
    border: 1px dashed #DDD;
    border-bottom: 0;
    padding: 3px;
    text-align: center;
}

.custom-richtext th {
    border-top: 2px solid #BBB;
    background: #F7F7F7;
}

.custom-richtext .ue-table-interlace-color-single {
    background-color: #fcfcfc;
}

.custom-richtext .ue-table-interlace-color-double {
    background-color: #f7faff;
}

.custom-richtext td p {
    margin: 0;
    padding: 0;
}

.custom-richtext-fullscreen {
    padding: 0;
    margin-top: 0;
}

.custom-audio {
    padding: 10px;
}

.custom-audio-loading {
    display: none;
}

.custom-audio-weixin {
    position: relative;
}

.custom-audio-weixin-right .custom-audio-logo {
    float: right;
}

.custom-audio-weixin-right .custom-audio-animation-static {
    background-position: -180px -83px;
    right: 21px;
    left: auto;
}

.custom-audio-weixin-right .custom-audio-bar {
    background-position: -187px 0;
    left: auto;
    right: 50px;
}

.custom-audio-weixin-right .custom-audio-bar .custom-audio-loading {
    left: 20px;
    right: auto;
}

.custom-audio-weixin-right .custom-audio-bar .custom-audio-status {
    right: 43px;
    left: auto;
}

.custom-audio-weixin-right .custom-audio-bar img {
    right: 21px;
    left: auto;
}

.custom-audio-weixin-right .custom-audio-unread {
    left: auto;
    right: 245px;
}

.custom-audio-weixin-right .custom-audio-time {
    left: auto;
    right: 240px;
}

.custom-audio-logo {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.custom-audio-bar,.custom-audio-unread,.custom-audio-btn,.custom-audio-animation-static {
    background: url("../images/sprite_v5.png") no-repeat scroll 0 0;
    background-size: 400px 175px;
}

.custom-audio-animation-static {
    background-position: -180px -105px;
    width: 13px;
    height: 17px;
    display: block;
    position: absolute;
    left: 21px;
    top: 12px;
    z-index: 1;
}

.custom-audio-bar {
    width: 185px;
    height: 42px;
    display: inline-block;
    position: absolute;
    left: 50px;
    cursor: pointer;
}

.custom-audio-bar img {
    position: absolute;
    left: 21px;
    top: 12px;
    z-index: 2;
}

.custom-audio-bar .custom-audio-status {
    position: absolute;
    left: 43px;
    top: 15px;
}

.custom-audio-bar .custom-audio-loading {
    left: auto;
    right: 10px;
    top: 12px;
}

.custom-audio-status {
    font-size: 12px;
}

.custom-audio-unread {
    background-position: 0 -42px;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    left: 245px;
    top: -2px;
}

.custom-audio-time {
    color: #999999;
    font-size: 14px;
    position: absolute;
    left: 240px;
    bottom: 5px;
    display: none;
}

.custom-audio-music {
    position: relative;
    width: 100%;
    height: 38px;
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.custom-audio-music .custom-audio-status {
    position: absolute;
    left: 42px;
    top: 14px;
}

.custom-audio-music .custom-audio-loading {
    position: absolute;
    right: 10px;
    top: 10px;
}

.custom-audio-btn {
    background-position: 0 -56px;
    display: block;
    position: absolute;
    cursor: pointer;
    left: 10px;
    top: 8px;
    width: 22px;
    height: 22px;
}

.custom-audio-music .custom-audio-time {
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 14px;
    left: auto;
    bottom: auto;
}

.custom-audio-title {
    position: absolute;
    left: 42px;
    top: 12px;
    line-height: 1em;
    font-size: 14px;
    color: #333;
    width: 250px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-audio-music .custom-audio-timeline {
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #69aa2f;
    display: block;
    width: 0%;
}

.custom-audio-status-play .custom-audio-unread,.custom-audio-status-stop .custom-audio-unread,.custom-audio-status-pause .custom-audio-unread {
    display: none;
}

.custom-audio-status-play .custom-audio-title,.custom-audio-status-stop .custom-audio-title,.custom-audio-status-pause .custom-audio-title {
    width: 180px;
}

.custom-audio-status-play .custom-audio-music,.custom-audio-status-stop .custom-audio-music,.custom-audio-status-pause .custom-audio-music {
    height: 58px;
}

.custom-audio-status-play .custom-audio-time,.custom-audio-status-stop .custom-audio-time,.custom-audio-status-pause .custom-audio-time {
    display: block;
}

.custom-audio-status-play .rangeslider,.custom-audio-status-stop .rangeslider,.custom-audio-status-pause .rangeslider {
    visibility: visible;
}

.custom-audio-status-play .custom-audio-bar .custom-audio-animation {
    display: block !important;
    visibility: visible;
}

.custom-audio-status-play[data-reload="true"] .custom-audio-btn {
    background-position: 0 -100px;
}

.custom-audio-status-play .custom-audio-btn {
    background-position: 0 -78px;
}

.custom-audio-status-stop .custom-audio-btn {
    background-position: 0 -56px;
}

.custom-audio-status-pause .custom-audio-btn {
    background-position: 0 -56px;
}

.rangeslider,.rangeslider__fill {
    background: #e6e6e6;
    display: block;
    height: 19px;
    width: 100%;
    background-color: #f9f9f9;
}

.rangeslider {
    position: relative;
    top: 36px;
    visibility: hidden;
    border-top: 1px solid #ddd;
}

.rangeslider--disabled {
    opacity: 0.4;
}

.rangeslider__fill {
    position: absolute;
    top: 0;
    background: url("../images/progress.png") repeat-x scroll 0 0;
    background-size: 1px 19px;
}

.rangeslider__handle {
    cursor: pointer;
    display: inline-block;
    width: 46px;
    height: 21px;
    position: absolute;
    top: -1px;
    background: url("../images/button.png") no-repeat scroll 0 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min-device-pixel-ratio: 1.5) {
    .rangeslider__handle {
        background-image: url("../images/button@2x.png");
        background-size: 46px 21px;
    }
}

.block-item {
    position: relative;
    display: block;
    padding: 10px;
    line-height: 22px;
    border: 0px none;
    -webkit-border-image: url("../images/border-line.png") 2 stretch;
    -moz-border-image: url("../images/border-line.png") 2 stretch;
    border-image: url("../images/border-line.png") 2 stretch;
    border-bottom: 2px solid #e5e5e5;
    overflow: hidden;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min-device-pixel-ratio: 1.5) {
    .block-item {
        border-bottom-width: 1px;
    }
}

.block-item:last-child {
    border-bottom: 0px none;
}

.block-item .btn-auth-code {
    position: absolute;
    top: 6px;
    right: 10px;
    height: 30px;
    line-height: 30px;
    padding-left: 7px;
    padding-right: 7px;
    font-weight: bold;
}

.block-item.border-none {
    border-bottom: 0px none;
}

.block-item ul {
    padding-right: 50px;
}

.block-item ul em {
    color: #999;
}

.block-item h4.block-item-title {
    line-height: 22px;
    float: left;
    color: #999;
}

.block {
    overflow: hidden;
    -webkit-border-image: url("../images/border-line.png") 2 stretch;
    -moz-border-image: url("../images/border-line.png") 2 stretch;
    border-image: url("../images/border-line.png") 2 stretch;
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
    margin: 10px 0;
    background-color: #fff;
    display: block;
    position: relative;
    font-size: 14px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min-device-pixel-ratio: 1.5) {
    .block {
        border-top-width: 1px;
        border-bottom-width: 1px;
    }
}

.block.block-left-10 {
    padding-left: 10px;
}

.block.block-top-0 {
    margin-top: 0;
}

.block.block-bottom-0 {
    margin-bottom: 0;
}

.block.block-border-top-none {
    border-top: 0px none;
}

.block.block-border-bottom-none {
    border-bottom: 0px none;
}

.block.block-border-none {
    border-top: 0px none;
    border-bottom: 0px none;
}

.block:first-child {
    margin-top: 0;
}

.block .block-item-express-panel {
    padding: 10px 0 10px 10px;
    background-color: #fff;
    font-size: 15px;
    line-height: 22px;
    min-height: 22px;
    border: 0px none;
    position: relative;
}

.block .block-item-express-panel:last-of-type {
    border-bottom: 0px none;
}

.block .block-item-express-panel ul {
    padding-right: 50px;
}

.block .block-item-express-panel ul em {
    color: #999;
}

.block .bottom {
    padding: 10px;
    height: 18px;
    line-height: 18px;
    color: #999;
}

.block .bottom .price {
    float: right;
    color: #ff6600;
}

.block .opt-wrapper {
    position: absolute;
    top: 9px;
    right: 5px;
}

.block .opt-wrapper .btn {
    margin-right: 5px;
}

.block .opt-wrapper .opt-link {
    margin-right: 5px;
}

.block .opt-link {
    color: #09f;
    font-size: 12px;
    line-height: 24px;
}

.block p {
    overflow: hidden;
}

.block-item {
    position: relative;
    display: block;
    padding: 10px;
    line-height: 22px;
    border: 0px none;
    -webkit-border-image: url("../images/border-line.png") 2 stretch;
    -moz-border-image: url("../images/border-line.png") 2 stretch;
    border-image: url("../images/border-line.png") 2 stretch;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min-device-pixel-ratio: 1.5) {
    .block-item {
        border-bottom-width: 1px;
    }
}

.block-item:last-child {
    border-bottom: 0px none;
}

.block-item .btn-auth-code {
    position: absolute;
    top: 6px;
    right: 10px;
    height: 30px;
    line-height: 30px;
    padding-left: 7px;
    padding-right: 7px;
    font-weight: bold;
}

.block-item.border-none {
    border-bottom: 0px none;
}

.block-item ul {
    padding-right: 50px;
}

.block-item ul em {
    color: #999;
}

.block-item h4.block-item-title {
    line-height: 22px;
    float: left;
    color: #999;
}

.block.block-list {
    margin: 0;
    padding: 0;
    padding-left: 10px;
    list-style: none;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.block.block-list.margin-top-normal {
    margin-top: 20px;
}

.block-list>.block-item {
    padding: 10px 10px 10px 0;
}

.block.block-list a.hide,.block.block-list p.hide {
    display: none;
}

.block.block-list+.block.block-list {
    margin-top: 12px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min-device-pixel-ratio: 1.5) {
    .block.block-list li span.clear {
        background: url("../images/icon_clear@2x.png") center center no-repeat;
        background-size: 100%;
    }
}

.block-item {
    position: relative;
    display: block;
    padding: 10px;
    line-height: 22px;
    border: 0px none;
    -webkit-border-image: url("../images/border-line.png") 2 stretch;
    -moz-border-image: url("../images/border-line.png") 2 stretch;
    border-image: url("../images/border-line.png") 2 stretch;
    /*border-bottom: 1px solid #e5e5e5;*/
    overflow: hidden;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min-device-pixel-ratio: 1.5) {
    .block-item {
        border-bottom-width: 1px;
    }
}

.block-item:last-child {
    border-bottom: 0px none;
}

.block-item .btn-auth-code {
    position: absolute;
    top: 6px;
    right: 10px;
    height: 30px;
    line-height: 30px;
    padding-left: 7px;
    padding-right: 7px;
    font-weight: bold;
}

.block-item.border-none {
    border-bottom: 0px none;
}

.block-item ul {
    padding-right: 50px;
}

.block-item ul em {
    color: #999;
}

.block-item h4.block-item-title {
    line-height: 22px;
    float: left;
    color: #999;
}

.block.block-form {
    width: 100%;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    list-style: none;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.block.block-form.margin-top-normal {
    margin-top: 20px;
}

.block.block-form.margin-bottom-normal {
    margin-bottom: 20px;
}

.block.block-form .auth-hide {
    display: none !important;
}

.block.block-form .block-item {
    display: table;
    width: 100%;
    padding: 0;
}

.block.block-form .block-item label {
    display: table-cell;
    width: 90px;
    color: #999;
    padding: 10px 0;
}

.block.block-form .block-item textarea,.block.block-form .block-item input,.block.block-form .block-item a,.block.block-form .block-item span {
    display: table-cell;
    overflow: hidden;
    margin-left: 0;
    margin-right: 10px;
    padding: 10px 0;
    font-size: 14px;
    min-height: 22px;
    line-height: 22px;
}

.block.block-form .block-item textarea,.block.block-form .block-item input {
    width: 99%;
    background-color: #fff;
    border: 0px none;
    outline: none;
}

.block.block-form .block-item textarea {
    height: 50px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    resize: none;
}

.block.block-form .block-item span.message {
    line-height: 18px;
    min-height: 42px;
}

.block.block-form .block-item:last-child {
    border-bottom: none;
}

.order-related .other-shop {
    font-size: 12px;
}

.order-related .other-shop a {
    color: #07d;
}

.order-related {
    margin-bottom: 12px;
}

.order-related .uc-order {
    width: 100%;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

.order-related .uc-order p {
    line-height: 20px;
}

.order-related .uc-order.list-horizon {
    height: 60px;
}

.order-related .uc-order.list-horizon>li {
    display: inline-block;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.order-related .uc-order.list-horizon>li+li {
    -webkit-border-image: url("../images/border-line.png") 2 stretch;
    -moz-border-image: url("../images/border-line.png") 2 stretch;
    border-image: url("../images/border-line.png") 2 stretch;
    border-left: 2px solid #e5e5e5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min-device-pixel-ratio: 1.5) {
    .order-related .uc-order.list-horizon>li+li {
        border-left-width: 1px;
    }
}

.order-related .uc-order.list-horizon p {
    text-align: center;
    line-height: 20px;
}

.order-related .block.block-list.list-vertical>a.link {
    padding-left: 5px;
}

.custom-level {
    min-height: 100px;
    overflow: hidden;
    position: relative;
    background-image: url("../images/pic_bg@2x.png");
    background-size: 6px 6px;
}

.custom-level-img {
    max-width: 100%;
    max-height: 160px;
    display: block;
    margin: auto;
}

.custom-level-img-blur {
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
}

.custom-level-title-section {
    position: absolute;
    bottom: 0;
    left: 0;
    min-height: 26px;
    margin: 0 auto;
    width: 100%;
    z-index: 10;
    background-color: rgba(51, 51, 51, 0.8);
}

.custom-level-title {
    color: #FFF;
    font-size: 15px;
    padding: 5px 15px;
    line-height: 1.5;
    margin: 0;
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes bounceInLeft {
    0%,60%,75%,90%,100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-moz-keyframes bounceInLeft {
    0%,60%,75%,90%,100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        -moz-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        -moz-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -moz-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        -moz-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes bounceInLeft {
    0%,60%,75%,90%,100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        -moz-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        -moz-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -moz-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        -moz-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes bounceInLeftRotateLeft {
    0%,60%,75%,90%,100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: rotate(-15deg) skewX(-15deg) translate3d(-3000px, 0, 0);
        transform: rotate(-15deg) skewX(-15deg) translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: rotate(-15deg) skewX(-15deg) translate3d(25px, 0, 0);
        transform: rotate(-15deg) skewX(-15deg) translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: rotate(-15deg) skewX(-15deg) translate3d(-10px, 0, 0);
        transform: rotate(-15deg) skewX(-15deg) translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: rotate(-15deg) skewX(-15deg) translate3d(5px, 0, 0);
        transform: rotate(-15deg) skewX(-15deg) translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: rotate(-15deg) skewX(-15deg);
        transform: rotate(-15deg) skewX(-15deg);
        opacity: 1;
    }
}

@-moz-keyframes bounceInLeftRotateLeft {
    0%,60%,75%,90%,100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: rotate(-15deg) skewX(-15deg) translate3d(-3000px, 0, 0);
        -moz-transform: rotate(-15deg) skewX(-15deg) translate3d(-3000px, 0, 0);
        transform: rotate(-15deg) skewX(-15deg) translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: rotate(-15deg) skewX(-15deg) translate3d(25px, 0, 0);
        -moz-transform: rotate(-15deg) skewX(-15deg) translate3d(25px, 0, 0);
        transform: rotate(-15deg) skewX(-15deg) translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: rotate(-15deg) skewX(-15deg) translate3d(-10px, 0, 0);
        -moz-transform: rotate(-15deg) skewX(-15deg) translate3d(-10px, 0, 0);
        transform: rotate(-15deg) skewX(-15deg) translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: rotate(-15deg) skewX(-15deg) translate3d(5px, 0, 0);
        -moz-transform: rotate(-15deg) skewX(-15deg) translate3d(5px, 0, 0);
        transform: rotate(-15deg) skewX(-15deg) translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: rotate(-15deg) skewX(-15deg);
        -moz-transform: rotate(-15deg) skewX(-15deg);
        transform: rotate(-15deg) skewX(-15deg);
        opacity: 1;
    }
}

@keyframes bounceInLeftRotateLeft {
    0%,60%,75%,90%,100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: rotate(-15deg) skewX(-15deg) translate3d(-3000px, 0, 0);
        -moz-transform: rotate(-15deg) skewX(-15deg) translate3d(-3000px, 0, 0);
        transform: rotate(-15deg) skewX(-15deg) translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: rotate(-15deg) skewX(-15deg) translate3d(25px, 0, 0);
        -moz-transform: rotate(-15deg) skewX(-15deg) translate3d(25px, 0, 0);
        transform: rotate(-15deg) skewX(-15deg) translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: rotate(-15deg) skewX(-15deg) translate3d(-10px, 0, 0);
        -moz-transform: rotate(-15deg) skewX(-15deg) translate3d(-10px, 0, 0);
        transform: rotate(-15deg) skewX(-15deg) translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: rotate(-15deg) skewX(-15deg) translate3d(5px, 0, 0);
        -moz-transform: rotate(-15deg) skewX(-15deg) translate3d(5px, 0, 0);
        transform: rotate(-15deg) skewX(-15deg) translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: rotate(-15deg) skewX(-15deg);
        -moz-transform: rotate(-15deg) skewX(-15deg);
        transform: rotate(-15deg) skewX(-15deg);
        opacity: 1;
    }
}

@-webkit-keyframes bounceInLeftRotateRight {
    0%,60%,75%,90%,100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: rotate(15deg) skewX(15deg) translate3d(-3000px, 0, 0);
        transform: rotate(15deg) skewX(15deg) translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: rotate(15deg) skewX(15deg) translate3d(25px, 0, 0);
        transform: rotate(15deg) skewX(15deg) translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: rotate(15deg) skewX(15deg) translate3d(-10px, 0, 0);
        transform: rotate(15deg) skewX(15deg) translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: rotate(15deg) skewX(15deg) translate3d(5px, 0, 0);
        transform: rotate(15deg) skewX(15deg) translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: rotate(15deg) skewX(15deg);
        transform: rotate(15deg) skewX(15deg);
        opacity: 1;
    }
}

@-moz-keyframes bounceInLeftRotateRight {
    0%,60%,75%,90%,100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: rotate(15deg) skewX(15deg) translate3d(-3000px, 0, 0);
        -moz-transform: rotate(15deg) skewX(15deg) translate3d(-3000px, 0, 0);
        transform: rotate(15deg) skewX(15deg) translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: rotate(15deg) skewX(15deg) translate3d(25px, 0, 0);
        -moz-transform: rotate(15deg) skewX(15deg) translate3d(25px, 0, 0);
        transform: rotate(15deg) skewX(15deg) translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: rotate(15deg) skewX(15deg) translate3d(-10px, 0, 0);
        -moz-transform: rotate(15deg) skewX(15deg) translate3d(-10px, 0, 0);
        transform: rotate(15deg) skewX(15deg) translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: rotate(15deg) skewX(15deg) translate3d(5px, 0, 0);
        -moz-transform: rotate(15deg) skewX(15deg) translate3d(5px, 0, 0);
        transform: rotate(15deg) skewX(15deg) translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: rotate(15deg) skewX(15deg);
        -moz-transform: rotate(15deg) skewX(15deg);
        transform: rotate(15deg) skewX(15deg);
        opacity: 1;
    }
}

@keyframes bounceInLeftRotateRight {
    0%,60%,75%,90%,100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: rotate(15deg) skewX(15deg) translate3d(-3000px, 0, 0);
        -moz-transform: rotate(15deg) skewX(15deg) translate3d(-3000px, 0, 0);
        transform: rotate(15deg) skewX(15deg) translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: rotate(15deg) skewX(15deg) translate3d(25px, 0, 0);
        -moz-transform: rotate(15deg) skewX(15deg) translate3d(25px, 0, 0);
        transform: rotate(15deg) skewX(15deg) translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: rotate(15deg) skewX(15deg) translate3d(-10px, 0, 0);
        -moz-transform: rotate(15deg) skewX(15deg) translate3d(-10px, 0, 0);
        transform: rotate(15deg) skewX(15deg) translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: rotate(15deg) skewX(15deg) translate3d(5px, 0, 0);
        -moz-transform: rotate(15deg) skewX(15deg) translate3d(5px, 0, 0);
        transform: rotate(15deg) skewX(15deg) translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: rotate(15deg) skewX(15deg);
        -moz-transform: rotate(15deg) skewX(15deg);
        transform: rotate(15deg) skewX(15deg);
        opacity: 1;
    }
}

@-webkit-keyframes bounceInRight {
    0%,60%,75%,90%,100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-moz-keyframes bounceInRight {
    0%,60%,75%,90%,100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        -moz-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        -moz-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        -moz-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        -moz-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes bounceInRight {
    0%,60%,75%,90%,100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        -moz-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        -moz-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        -moz-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        -moz-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes bounceInRightRotateLeft {
    0%,60%,75%,90%,100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: rotate(-15deg) skewX(-15deg) translate3d(3000px, 0, 0);
        transform: rotate(-15deg) skewX(-15deg) translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: rotate(-15deg) skewX(-15deg) translate3d(-25px, 0, 0);
        transform: rotate(-15deg) skewX(-15deg) translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: rotate(-15deg) skewX(-15deg) translate3d(10px, 0, 0);
        transform: rotate(-15deg) skewX(-15deg) translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: rotate(-15deg) skewX(-15deg) translate3d(-5px, 0, 0);
        transform: rotate(-15deg) skewX(-15deg) translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: rotate(-15deg) skewX(-15deg);
        transform: rotate(-15deg) skewX(-15deg);
        opacity: 1;
    }
}

@-moz-keyframes bounceInRightRotateLeft {
    0%,60%,75%,90%,100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: rotate(-15deg) skewX(-15deg) translate3d(3000px, 0, 0);
        -moz-transform: rotate(-15deg) skewX(-15deg) translate3d(3000px, 0, 0);
        transform: rotate(-15deg) skewX(-15deg) translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: rotate(-15deg) skewX(-15deg) translate3d(-25px, 0, 0);
        -moz-transform: rotate(-15deg) skewX(-15deg) translate3d(-25px, 0, 0);
        transform: rotate(-15deg) skewX(-15deg) translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: rotate(-15deg) skewX(-15deg) translate3d(10px, 0, 0);
        -moz-transform: rotate(-15deg) skewX(-15deg) translate3d(10px, 0, 0);
        transform: rotate(-15deg) skewX(-15deg) translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: rotate(-15deg) skewX(-15deg) translate3d(-5px, 0, 0);
        -moz-transform: rotate(-15deg) skewX(-15deg) translate3d(-5px, 0, 0);
        transform: rotate(-15deg) skewX(-15deg) translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: rotate(-15deg) skewX(-15deg);
        -moz-transform: rotate(-15deg) skewX(-15deg);
        transform: rotate(-15deg) skewX(-15deg);
        opacity: 1;
    }
}

@keyframes bounceInRightRotateLeft {
    0%,60%,75%,90%,100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: rotate(-15deg) skewX(-15deg) translate3d(3000px, 0, 0);
        -moz-transform: rotate(-15deg) skewX(-15deg) translate3d(3000px, 0, 0);
        transform: rotate(-15deg) skewX(-15deg) translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: rotate(-15deg) skewX(-15deg) translate3d(-25px, 0, 0);
        -moz-transform: rotate(-15deg) skewX(-15deg) translate3d(-25px, 0, 0);
        transform: rotate(-15deg) skewX(-15deg) translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: rotate(-15deg) skewX(-15deg) translate3d(10px, 0, 0);
        -moz-transform: rotate(-15deg) skewX(-15deg) translate3d(10px, 0, 0);
        transform: rotate(-15deg) skewX(-15deg) translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: rotate(-15deg) skewX(-15deg) translate3d(-5px, 0, 0);
        -moz-transform: rotate(-15deg) skewX(-15deg) translate3d(-5px, 0, 0);
        transform: rotate(-15deg) skewX(-15deg) translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: rotate(-15deg) skewX(-15deg);
        -moz-transform: rotate(-15deg) skewX(-15deg);
        transform: rotate(-15deg) skewX(-15deg);
        opacity: 1;
    }
}

@-webkit-keyframes bounceInRightRotateRight {
    0%,60%,75%,90%,100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: rotate(15deg) skewX(15deg) translate3d(3000px, 0, 0);
        transform: rotate(15deg) skewX(15deg) translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: rotate(15deg) skewX(15deg) translate3d(-25px, 0, 0);
        transform: rotate(15deg) skewX(15deg) translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: rotate(15deg) skewX(15deg) translate3d(10px, 0, 0);
        transform: rotate(15deg) skewX(15deg) translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: rotate(15deg) skewX(15deg) translate3d(-5px, 0, 0);
        transform: rotate(15deg) skewX(15deg) translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: rotate(15deg) skewX(15deg);
        transform: rotate(15deg) skewX(15deg);
        opacity: 1;
    }
}

@-moz-keyframes bounceInRightRotateRight {
    0%,60%,75%,90%,100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: rotate(15deg) skewX(15deg) translate3d(3000px, 0, 0);
        -moz-transform: rotate(15deg) skewX(15deg) translate3d(3000px, 0, 0);
        transform: rotate(15deg) skewX(15deg) translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: rotate(15deg) skewX(15deg) translate3d(-25px, 0, 0);
        -moz-transform: rotate(15deg) skewX(15deg) translate3d(-25px, 0, 0);
        transform: rotate(15deg) skewX(15deg) translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: rotate(15deg) skewX(15deg) translate3d(10px, 0, 0);
        -moz-transform: rotate(15deg) skewX(15deg) translate3d(10px, 0, 0);
        transform: rotate(15deg) skewX(15deg) translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: rotate(15deg) skewX(15deg) translate3d(-5px, 0, 0);
        -moz-transform: rotate(15deg) skewX(15deg) translate3d(-5px, 0, 0);
        transform: rotate(15deg) skewX(15deg) translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: rotate(15deg) skewX(15deg);
        -moz-transform: rotate(15deg) skewX(15deg);
        transform: rotate(15deg) skewX(15deg);
        opacity: 1;
    }
}

@keyframes bounceInRightRotateRight {
    0%,60%,75%,90%,100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: rotate(15deg) skewX(15deg) translate3d(3000px, 0, 0);
        -moz-transform: rotate(15deg) skewX(15deg) translate3d(3000px, 0, 0);
        transform: rotate(15deg) skewX(15deg) translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: rotate(15deg) skewX(15deg) translate3d(-25px, 0, 0);
        -moz-transform: rotate(15deg) skewX(15deg) translate3d(-25px, 0, 0);
        transform: rotate(15deg) skewX(15deg) translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: rotate(15deg) skewX(15deg) translate3d(10px, 0, 0);
        -moz-transform: rotate(15deg) skewX(15deg) translate3d(10px, 0, 0);
        transform: rotate(15deg) skewX(15deg) translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: rotate(15deg) skewX(15deg) translate3d(-5px, 0, 0);
        -moz-transform: rotate(15deg) skewX(15deg) translate3d(-5px, 0, 0);
        transform: rotate(15deg) skewX(15deg) translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: rotate(15deg) skewX(15deg);
        -moz-transform: rotate(15deg) skewX(15deg);
        transform: rotate(15deg) skewX(15deg);
        opacity: 1;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

.bounceInLeftRotateLeft {
    -webkit-animation-name: bounceInLeftRotateLeft;
    -moz-animation-name: bounceInLeftRotateLeft;
    animation-name: bounceInLeftRotateLeft;
}

.bounceInLeftRotateRight {
    -webkit-animation-name: bounceInLeftRotateRight;
    -moz-animation-name: bounceInLeftRotateRight;
    animation-name: bounceInLeftRotateRight;
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

.bounceInRightRotateLeft {
    -webkit-animation-name: bounceInRightRotateLeft;
    -moz-animation-name: bounceInRightRotateLeft;
    animation-name: bounceInRightRotateLeft;
}

.bounceInRightRotateRight {
    -webkit-animation-name: bounceInRightRotateRight;
    -moz-animation-name: bounceInRightRotateRight;
    animation-name: bounceInRightRotateRight;
}

.custom-scroll-nav-bg {
    background: no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
}

.custom-scroll-nav-blur {
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -9;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    transition: background 0.5s;
}

.custom-scroll-nav-blur-show {
    background: rgba(0, 0, 0, 0.4);
}

.custom-scroll-nav {
    height: 100%;
    overflow: hidden;
}

.custom-scroll-nav a {
    color: #FFF;
    display: block;
}

.custom-scroll-nav .swiper-container {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    position: relative;
    left: 0;
}

.custom-scroll-nav .swiper-container .swiper-slide {
    height: 220px;
    margin-top: 30px;
    opacity: 0;
    float: none;
    width: 100%;
    -webkit-transform: rotate(0) skewX(0) translate3d(0, 64px, 0);
    -moz-transform: rotate(0) skewX(0) translate3d(0, 64px, 0);
    transform: rotate(0) skewX(0) translate3d(0, 64px, 0);
}

.custom-scroll-nav .swiper-container .swiper-slide.done {
    opacity: 1;
}

.custom-scroll-nav.custom-scroll-nav-left .swiper-item-name,.custom-scroll-nav.custom-scroll-nav-right .swiper-item-name {
    left: 50px;
    padding: 0;
}

.custom-scroll-nav.custom-scroll-nav-left .swiper-item-con,.custom-scroll-nav.custom-scroll-nav-right .swiper-item-con {
    left: 64px;
    padding: 0;
    width: 600px;
}

.custom-scroll-nav.custom-scroll-nav-left .swiper-container .swiper-slide,.custom-scroll-nav.custom-scroll-nav-left .swiper-container,.custom-scroll-nav.custom-scroll-nav-right .swiper-container .swiper-slide,.custom-scroll-nav.custom-scroll-nav-right .swiper-container {
    width: 104%;
}

.custom-scroll-nav.custom-scroll-nav-left .swiper-container,.custom-scroll-nav.custom-scroll-nav-right .swiper-container {
    left: -2%;
}

.custom-scroll-nav.custom-scroll-nav-right .swiper-slide {
    -webkit-transform: rotate(15deg) skewX(15deg) translate3d(0, 64px, 0);
    -moz-transform: rotate(15deg) skewX(15deg) translate3d(0, 64px, 0);
    transform: rotate(15deg) skewX(15deg) translate3d(0, 64px, 0);
}

.custom-scroll-nav.custom-scroll-nav-right .swiper-item-con .swiper-item-name {
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
}

.custom-scroll-nav.custom-scroll-nav-right .swiper-item.slide-bg {
    width: 108%;
    left: -4%;
    -webkit-transform: skewX(-15deg);
}

.custom-scroll-nav.custom-scroll-nav-left .swiper-slide {
    -webkit-transform: rotate(-15deg) skewX(-15deg) translate3d(0, 64px, 0);
    -moz-transform: rotate(-15deg) skewX(-15deg) translate3d(0, 64px, 0);
    transform: rotate(-15deg) skewX(-15deg) translate3d(0, 64px, 0);
}

.custom-scroll-nav.custom-scroll-nav-left .swiper-item-con,.custom-scroll-nav.custom-scroll-nav-left .swiper-item-name {
    -webkit-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg);
}

.custom-scroll-nav.custom-scroll-nav-left .swiper-item-name {
    left: 80px;
}

.custom-scroll-nav.custom-scroll-nav-left .swiper-item-con {
    left: 70px;
}

.custom-scroll-nav.custom-scroll-nav-left .swiper-item.slide-bg {
    width: 108%;
    left: -4%;
    -webkit-transform: skewX(15deg);
}

.custom-scroll-nav .swiper-container .swiper-item {
    width: 100%;
    height: 220px;
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
}

.custom-scroll-nav .swiper-container .swiper-item.slide-bg {
    background-size: cover;
    background-repeat: no-repeat;
}

.custom-scroll-nav .swiper-container .swiper-item .swiper-item-bg {
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.custom-scroll-nav .swiper-item-name {
    height: 52px;
    position: absolute;
    top: 40px;
    text-align: left;
    width: 100%;
    font-size: 46px;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 30px;
}

.custom-scroll-nav .swiper-item-con {
    position: absolute;
    top: 96px;
    text-align: left;
    line-height: 1.2;
    font-size: 30px;
    margin-top: 10px;
    height: 70px;
    overflow: hidden;
    padding: 0 30px;
    width: 100%;
}

@-webkit-keyframes start {
    0%,30% {
        opacity: 0;
        -webkit-transform: translate(0, 100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(0, -8px);
    }
}

@-moz-keyframes start {
    0%,30% {
        opacity: 0;
        -moz-transform: translate(0, 10px);
    }

    60% {
        opacity: 1;
        -moz-transform: translate(0, 0);
    }

    100% {
        opacity: 0;
        -moz-transform: translate(0, -8px);
    }
}

@keyframes start {
    0%,30% {
        opacity: 0;
        -webkit-transform: translate(0, 10px);
        -moz-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(0, -8px);
        -moz-transform: translate(0, -8px);
        transform: translate(0, -8px);
    }
}

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@-moz-keyframes rotateplane {
    0% {
        -moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@keyframes rotateplane {
    0% {
        -moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.ui-viewport-640 {
    height: 100%;
}

.ui-viewport-640 body,.ui-viewport-640 .container,.ui-viewport-640 .container .content,.ui-viewport-640 .content-body {
    height: 100%;
}

.ui-viewport-640 .content-sidebar {
    display: none;
    display: block;
    margin-left: 640px;
}

.ui-viewport-640 body {
    overflow: hidden;
}

.ui-viewport-640 body .content {
    width: 640px;
    margin: 0 auto;
    padding: 0;
}

.ui-viewport-640 body .content-body {
    width: 640px;
    padding: 0;
    border: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.ui-viewport-640 body .headerbar .headerbar-wrap {
    width: 920px;
}

.ui-viewport-640 body .ui-loading {
    background-color: #fff;
}

.ui-viewport-640 body .ui-loading .loading-animate {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background-color: #00aacf;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    -moz-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}

.tpl-scroll {
    position: relative;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-size: cover;
    visibility: hidden;
}

.tpl-scroll .swiper-slide {
    float: none;
    width: 100%;
    height: 100%;
    position: relative;
}

.tpl-scroll .swiper-slide a,.tpl-scroll .swiper-slide i {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-size: cover;
    display: block;
    height: 100%;
    width: 100%;
}

.tpl-scroll .swiper-container {
    height: 100%;
    overflow: hidden;
}

.tpl-scroll .ui-right-btns {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    padding: 40px;
}

.tpl-scroll .ui-music-btn {
    background: rgba(0, 0, 0, 0.3) url("../images/music@2x.png") no-repeat scroll 50% 50%;
    width: 44px;
    height: 44px;
    border-radius: 24px;
    border: 2px solid #fff;
    display: inline-block;
}

.tpl-scroll .ui-music-off {
    background-image: url("../images/music_off@2x.png");
}

.tpl-scroll .ui-up-arrow {
    position: absolute;
    bottom: 50px;
    right: 100px;
    z-index: 11;
    display: none;
}

.tpl-scroll .ui-up-arrow img {
    width: 230px;
    height: 280px;
    -webkit-animation: start 1.5s infinite ease-in-out;
    -moz-animation: start 1.5s infinite ease-in-out;
    animation: start 1.5s infinite ease-in-out;
}

.ui-left-btns {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    padding: 40px;
}

.ui-homepage-btn {
    background: rgba(0, 0, 0, 0.3) url("../images/homepage@2x.png") no-repeat scroll 50% 50%;
    width: 44px;
    height: 44px;
    border-radius: 24px;
    border: 2px solid #fff;
    display: inline-block;
}

.anm-wrap {
    position: absolute;
    width: 640px;
    height: 960px;
    top: 0;
    left: 0;
    overflow: hidden;
}

.anm-wrap img {
    border: 0;
}

.custom-shop-banner {
    position: relative;
    height: 170px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
}

.custom-shop-banner-inner {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    margin-top: -60px;
}

.custom-shop-banner-inner img {
    border: 2px solid #fff;
    background: #fff;
    width: 90px;
    height: 90px;
    vertical-align: bottom;
    border-radius: 50px;
}

.custom-shop-banner-inner h1 {
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 14px 0 0 0;
    font-size: 14px;
    font-weight: normal;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.list-finished,.loading-more {
    width: 100%;
    padding: 20px 10px;
    vertical-align: middle;
    text-align: center;
    color: #999;
    font-size: 12px;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.list-finished span,.loading-more span {
    display: inline-block;
    margin-top: 10px;
    width: 16px;
    height: 16px;
    background: url("../images/loader.gif") no-repeat center center;
}

.custom-tags {
    margin-bottom: 5px;
}

.custom-tags .sc-goods-list {
    padding: 0 5px;
}

.custom-tags .list-finished {
    color: #999;
    text-align: center;
    padding: 40px 0;
    font-size: 14px;
}

.custom-tags-nav {
    border-bottom: 1px solid #d0d4d6;
    border-top: 1px solid #d0d4d6;
    background: #fff;
    font-size: 0;
    line-height: 0;
}

.custom-tags-nav.nav-number-1 {
    display: none;
}

.custom-tags-nav.nav-number-1 li {
    width: 100%;
}

.custom-tags-nav.nav-number-2 li {
    width: 50%;
}

.custom-tags-nav.nav-number-3 li {
    width: 33.33333%;
}

.custom-tags-nav.nav-number-4 li {
    width: 25%;
}

.custom-tags-nav.nav-number-5 li {
    width: 20%;
}

.custom-tags-nav li {
    position: relative;
    display: inline-block;
    padding: 0 4px;
    width: 33.33333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.custom-tags-nav li a {
    display: inline-block;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 2px solid transparent;
    color: #333;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.custom-tags-nav li.active a {
    border-bottom-color: #d13600;
    color: #d13600;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min-device-pixel-ratio: 1.5) {
    .custom-tags-nav {
        -webkit-border-image: url("../images/border-line-d0d4d6.png") 2 stretch;
        -moz-border-image: url("../images/border-line-d0d4d6.png") 2 stretch;
        border-image: url("../images/border-line-d0d4d6.png") 2 stretch;
    }

    .custom-tags-nav li+li:before {
        -webkit-border-image: url("../images/border-line-d0d4d6.png") 2 stretch;
        -moz-border-image: url("../images/border-line-d0d4d6.png") 2 stretch;
        border-image: url("../images/border-line-d0d4d6.png") 2 stretch;
    }
}

.custom-notice {
    padding: 0 10px;
    height: 37px;
    line-height: 37px;
    color: #f90;
    background: #ffc;
    word-break: break-all;
    font-size: 12px;
}

.custom-notice-inner {
    overflow: hidden;
}

.custom-notice-scroll {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min-device-pixel-ratio: 1.5) {
    .custom-notice {
        -webkit-border-image: url("../images/border-line-f2f2f2.png") 2 stretch;
        -moz-border-image: url("../images/border-line-f2f2f2.png") 2 stretch;
        border-image: url("../images/border-line-f2f2f2.png") 2 stretch;
    }
}

.tpl-wxd {
    position: relative;
    margin-bottom: 30px;
}

.app-setting-content .tpl-wxd {
    width: 320px;
    margin-bottom: 0;
}

.tpl-wxd-header {
    height: 100px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
}

.tpl-wxd-title {
    position: absolute;
    z-index: 1;
    bottom: 7px;
    left: 95px;
    font-size: 18px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.tpl-wxd-avatar {
    position: absolute;
    z-index: 1;
    bottom: -20px;
    left: 10px;
    width: 68px;
    height: 68px;
    background-color: #fff;
    padding: 3px;
    border-radius: 50%;
    overflow: hidden;
}

.tpl-wxd-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #eee;
}

.tpl-shop-header {
    position: relative;
    height: 100px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
}

.tpl-shop-header:hover .close-modal {
    display: block;
}

.tpl-shop-title {
    position: absolute;
    bottom: 10px;
    left: 100px;
    font-size: 16px;
    color: #FFFFFF;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.tpl-shop-avatar {
    position: absolute;
    left: 10px;
    bottom: -40px;
    width: 80px;
    height: 80px;
}

.tpl-shop-avatar img {
    width: 80px;
    height: 80px;
    background-color: #E4E4E4;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
}

.tpl-shop-content {
    padding: 7px 0;
    border: 1px solid #E4E4E4;
    background: #fff;
}

.tpl-shop-content ul {
    margin: 0 0 0 86px;
    padding: 0;
}

.tpl-shop-content li {
    float: left;
    width: 33%;
    list-style: none;
    border-right: 1px solid #E4E4E4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 6px;
}

.tpl-shop-content li:last-child {
    border-right: none;
}

.tpl-shop-content li a {
    display: block;
    margin-top: -10px;
    margin-bottom: -6px;
}

.tpl-shop-content span {
    display: block;
    font-size: 12px;
    text-align: center;
    color: #999;
}

.tpl-shop-content .count {
    height: 21px;
    line-height: 21px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
}

.tpl-shop-content .count.l-5 {
    font-size: 16px;
}

.tpl-shop-content .count.l-6 {
    font-size: 14px;
}

.tpl-shop-content .count.l-7 {
    font-size: 12px;
}

.tpl-shop-content .count.l-8 {
    font-size: 12px;
}

.tpl-shop-content .count.l-9 {
    font-size: 12px;
}

.tpl-shop-content .user {
    height: 18px;
    line-height: 18px;
    margin-bottom: 3px;
    background: url("../images/me.png") no-repeat center center;
    background-size: contain;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min-device-pixel-ratio: 1.5) {
    .tpl-shop-content .user {
        background-image: url("../images/me@2x.png");
    }
}

.tpl-fbb {
    min-height: 300px;
}

.tpl-fbb .swiper-container {
    width: 100%;
    height: 188px;
    color: #FFF;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tpl-fbb a {
    color: #FFF;
    display: block;
}

.tpl-fbb .swiper-container .swiper-slide {
    padding-right: 1px;
    opacity: 0.2;
    -webkit-transform: translate3d(64px, 0, 0);
    -moz-transform: translate3d(64px, 0, 0);
    transform: translate3d(64px, 0, 0);
    -webkit-transition: -webkit-transform 0.5s ease-out 0.1s,opacity 0.5s ease-out 0.1s;
    -moz-transition: -moz-transform 0.5s ease-out 0.1s,opacity 0.5s ease-out 0.1s;
    transition: transform 0.5s ease-out 0.1s,opacity 0.5s ease-out 0.1s;
}

.tpl-fbb .swiper-container .swiper-slide.done {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.tpl-fbb .swiper-container .swiper-slide a.slide-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
}

.tpl-fbb .swiper-container .swiper-slide a {
    width: 85px;
    height: 188px;
    background-color: rgba(0, 0, 0, 0.6);
    float: left;
    position: relative;
}

.tpl-fbb .swiper-container .swiper-item-bg {
    background-color: #000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.tpl-course .swiper-container,.tpl-course .swiper-container .swiper-slide a {
    height: 100px;
}

.tpl-course .butn-section {
    margin: 0 auto;
    width: 150px;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    z-index: 10;
}

.tpl-course .btn.btn-course-buy {
    line-height: 24px;
    border-radius: 4px;
}

.tpl-course-title,.tpl-course-sub-title {
    margin: 0 auto;
    color: #FFF;
    font-size: 31px;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
}

.tpl-course-title {
    text-transform: uppercase;
    font-size: 30px;
    padding: 40px 0 0 0;
}

.tpl-course-sub-title {
    font-size: 18px;
    color: #CFCFCF;
    letter-spacing: 5px;
    margin: 15px 0;
}

.tpl-fbb-item-wrap {
    position: absolute;
    z-index: 10;
    width: 100%;
}

.tpl-fbb-item-name {
    font-size: 16px;
    margin: 12px auto 6px;
    height: 24px;
    overflow: hidden;
    width: 100%;
}

.tpl-fbb-item-line {
    border-bottom: 1px solid #4d4948;
    width: 60px;
    margin: 0 auto;
}

.tpl-fbb-item-icon {
    margin: 12px auto 6px;
    width: 30px;
    height: 30px;
}

.tpl-fbb-item-icon img {
    width: 30px;
    height: 30px;
}

.tpl-fbb-item-text {
    font-size: 12px;
    text-align: left;
    width: 73px;
    height: 54px;
    line-height: 18px;
    margin: 0 auto;
    padding-top: 7px;
    color: #F0F0F0;
    overflow: hidden;
    word-break: break-word;
}

.tpl-fbb-item-date {
    font-size: 16px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    color: #f0f0f0;
    overflow: hidden;
}

.tpl-weixin {
    position: relative;
    background: transparent no-repeat scroll center center;
    background-size: contain;
    overflow: hidden;
    text-align: center;
}

.tpl-weixin img {
    max-width: 320px;
    vertical-align: bottom;
}

.tpl-weixin-list {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -105px;
    padding: 0;
    list-style: none;
    height: 88px;
}

.tpl-weixin-list-item {
    position: absolute;
    width: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: rgba(244, 244, 244, 0.7);
    text-align: center;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.tpl-weixin-list-item a {
    color: #333;
    display: block;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.tpl-weixin-list-item-1 {
    left: -1000px;
    top: -1000px;
}

.tpl-weixin-list-item-1.done {
    left: 0;
    top: 0;
}

.tpl-weixin-list-item-2 {
    left: 1000px;
    top: -1000px;
}

.tpl-weixin-list-item-2.done {
    left: 110px;
    top: 0;
}

.tpl-weixin-list-item-3 {
    left: -1000px;
    top: 1000px;
}

.tpl-weixin-list-item-3.done {
    left: 0;
    top: 49px;
}

.tpl-weixin-list-item-4 {
    left: 1000px;
    top: 1000px;
}

.tpl-weixin-list-item-4.done {
    left: 110px;
    top: 49px;
}

.tpl-11-11 {
    background: #fff;
}

.tpl-11-11-banner {
    height: 100px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    background-color: #e4e4e4;
}

.tpl-11-11-title {
    margin-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #f2f2f2;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}

.tpl-11-11-title .tpl-11-11-team-name {
    color: #666;
}

.tpl-11-11-title .tpl-11-11-follow {
    color: #f90;
    padding: 2px 11px;
    border: 1px solid #f90;
    font-size: 12px;
    border-radius: 2px;
}

.tpl-11-11-coupon {
    padding: 5px;
    text-align: center;
}

.tpl-11-11-coupon li {
    display: inline-block;
    margin-left: 15px;
    width: 90px;
    height: 74px;
    background: #FF495B;
}

.tpl-11-11-coupon li:nth-child(1) {
    margin-left: 0;
}

.tpl-11-11-coupon li:nth-child(2) {
    background: #FFCC66;
}

.tpl-11-11-coupon li:nth-child(2) .tpl-11-11-coupon-meta-desc {
    color: #FF9900;
}

.tpl-11-11-coupon li:nth-child(2) .tpl-11-11-coupon-get {
    background: #FF9900;
}

.tpl-11-11-coupon li:nth-child(3) {
    background: #A5DA05;
}

.tpl-11-11-coupon li:nth-child(3) .tpl-11-11-coupon-meta-desc {
    color: #79A003;
}

.tpl-11-11-coupon li:nth-child(3) .tpl-11-11-coupon-get {
    background: #79A003;
}

.tpl-11-11-coupon-meta {
    height: 48px;
    text-align: center;
}

.tpl-11-11-coupon-meta-price {
    height: 24px;
    line-height: 24px;
    padding-top: 2px;
    font-size: 20px;
    color: #fff;
    overflow: hidden;
}

.tpl-11-11-coupon-meta-price span {
    font-size: 14px;
}

.tpl-11-11-coupon-meta-desc {
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    color: #D53A49;
    overflow: hidden;
}

.tpl-11-11-coupon-get {
    height: 26px;
    line-height: 26px;
    background: #D53A49;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.spring-banner {
    display: block;
}

.spring-banner img {
    width: 100%;
}

.channel-nav {
    display: block;
    line-height: 28px;
    background-color: transparent;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 15px;
}

.channel-nav ul {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 28px;
    display: box;
    display: -webkit-box;
}

.channel-nav ul>li {
    padding: 0 0 1px;
    height: 30px;
    -webkit-box-flex: 1;
    box-flex: 1;
    position: relative;
    overflow: hidden;
    width: 300px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.channel-nav ul>li a {
    line-height: 28px;
    color: #0079ff;
    font-size: 14px;
    text-align: center;
    border: #0079ff 1px solid;
    border-right: 0;
    overflow: hidden;
    display: block;
    position: relative;
    background: #fff;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.channel-nav ul>li:hover>a,.channel-nav ul>li:active>a {
    background: rgba(0, 121, 255, 0.2);
    color: #0079ff;
}

.channel-nav ul>li:first-of-type>a {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.channel-nav ul>li:last-of-type>a {
    border-right: 1px solid #0079ff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.channel-nav ul>li.active>a {
    background: #0079ff;
    color: #fff;
    padding: 1px;
    border: 0px none;
}

.ump-coupon {
    margin: 10px;
    border: 1px dashed #999;
    border-radius: 5px;
    padding: 10px 0;
}

.ump-coupon-wrap {
    margin: 15px 10px;
}

.ump-coupon-detail {
    border-radius: 4px 4px 0 0;
    color: #fff;
    background-color: #e33c77;
}

.ump-coupon-detail .inner {
    margin: 0 5px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}

.ump-coupon-header {
    line-height: 1.5em;
    font-size: 15px;
    text-align: center;
}

.ump-coupon-header .inner {
    position: relative;
    padding: 20px 0 10px;
    background: transparent url("../images/dot_line.png") top left repeat-x;
}

.ump-coupon-header .inner .share {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 23px;
    height: 23px;
    background: url("../images/share03.png") top left no-repeat;
}

.ump-coupon-header .inner .share-response {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
}

.ump-coupon-value {
    font-family: "Arial";
}

.ump-coupon-value>span {
    vertical-align: baseline;
}

.ump-coupon-value>i {
    font-style: normal;
    vertical-align: baseline;
}

.ump-coupon-body {
    text-align: center;
}

.ump-coupon-body .inner {
    padding: 19px 0 5px;
}

.ump-coupon-body .ump-coupon-value>span {
    font-size: 24px;
    line-height: 56px;
}

.ump-coupon-body .ump-coupon-value>i {
    font-size: 56px;
    line-height: 56px;
}

.ump-coupon-body .ump-coupon-condition {
    font-size: 13px;
    margin-top: -12px;
}

.ump-coupon-footer {
    font-size: 13px;
    line-height: 20px;
}

.ump-coupon-footer .inner {
    padding: 20px 10px 25px;
    border-bottom: 0px none;
}

.ump-coupon-footer .addition-desc {
    color: #e7a1ba;
}

.ump-coupon-footer .ump-coupon-desc {
    margin-bottom: 3px;
}

.ump-coupon-footer .ump-coupon-desc:last-of-type {
    margin-bottom: 0;
}

.ump-coupon-action {
    color: #fff;
    background-color: #32bbfa;
    border-radius: 0 0 3px 3px;
    text-align: center;
}

.ump-coupon-action a {
    color: #fff;
    font-size: 13px;
}

.ump-coupon-action a+a {
    margin-left: 20px;
}

.ump-coupon-action .inner {
    padding: 28px 0 20px;
    background: transparent url("../images/dot_line_red.png") top left repeat-x;
    border-bottom: 0px none;
}

.ump-coupon-action .coupon-msg {
    margin-bottom: 18px;
    font-size: 15px;
}

.ump-coupon-action .ump-coupon-item-button {
    display: inline-block;
    padding: 8px 24px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 3px;
    color: #fff;
    background-color: #ed203c;
    margin: 0;
}

.ump-coupon-action.take-coupon-success {
    background-color: #7dd668;
}

.ump-coupon-action.take-coupon-success .inner {
    background: none;
    border-top: 1px dashed rgba(255, 255, 255, 0.4);
}

.ump-coupon-action.take-coupon-failure {
    background-color: #eddbe2;
}

.ump-coupon-action.take-coupon-failure .coupon-msg {
    color: #706f6f;
}

.ump-coupon-action.take-coupon-failure .inner {
    background: none;
    border-top: 1px dashed rgba(255, 255, 255, 0.4);
}

.ump-coupon-action.take-coupon-failure a {
    color: #e33b77;
}

.ump-coupon-desc {
    margin: 0 0 10px;
}

.ump-coupon-desc:last-of-type {
    margin-bottom: 0;
}

.ump-coupon-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ump-coupon-item {
    position: relative;
    border-radius: 3px;
    margin-bottom: 10px;
    background-color: #b3aeb0;
    overflow: hidden;
}

.ump-coupon-item>a {
    display: block;
    overflow: hidden;
}

.ump-coupon-item .coupon-left-part {
    background-color: #b3aeb0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 70%;
    color: #fff;
    border-radius: 3px 0 0 3px;
    padding: 5px 0;
    border-right: 1px dashed rgba(255, 255, 255, 0.4);
}

.ump-coupon-item .coupon-left-part .inner {
    padding: 8px 15px 8px;
    background: transparent url("../images/dot_vline.png") center left repeat-y;
}

.ump-coupon-item .coupon-right-part {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 30%;
    text-align: center;
    color: #fff;
    border-radius: 0 3px 3px 0;
    padding: 12px 5px;
    font-size: 12px;
}

.ump-coupon-item .coupon-right-part p {
    margin: 0 0 5px;
}

.ump-coupon-item .coupon-shop-name {
    opacity: 0.7;
    color: #fff;
    font-size: 16px;
    margin: 0 0 10px;
}

.ump-coupon-item .ump-coupon-value>span {
    font-size: 24px;
    line-height: 45px;
}

.ump-coupon-item .ump-coupon-value>i {
    font-size: 45px;
    line-height: 45px;
}

.ump-coupon-item .ump-coupon-condition {
    font-size: 14px;
    margin-top: -5px;
}

.ump-coupon-item .coupon-use-state {
    position: absolute;
    right: 0px;
    bottom: 10px;
    display: block;
    width: 30%;
    color: #7e7a7c;
    font-size: 20px;
}

.ump-coupon-item.coupon-style-0 {
    background-color: #eb4e86;
}

.ump-coupon-item.coupon-style-0 .coupon-left-part {
    background-color: #e33c77;
}

.ump-coupon-item.coupon-style-0 .coupon-right-part,.ump-coupon-item.coupon-style-0 .coupon-use-state {
    color: #b42357;
}

.ump-coupon-item.coupon-style-1 {
    background-color: #2aa0d8;
}

.ump-coupon-item.coupon-style-1 .coupon-left-part {
    background-color: #32bafa;
}

.ump-coupon-item.coupon-style-1 .coupon-right-part,.ump-coupon-item.coupon-style-1 .coupon-use-state {
    color: #176489;
}

.ump-coupon-item.coupon-style-2 {
    background-color: #f5ab52;
}

.ump-coupon-item.coupon-style-2 .coupon-left-part {
    background-color: #fba223;
}

.ump-coupon-item.coupon-style-2 .coupon-right-part,.ump-coupon-item.coupon-style-2 .coupon-use-state {
    color: #a96515;
}

.ump-coupon-item.coupon-style-3 {
    background-color: #7caa53;
}

.ump-coupon-item.coupon-style-3 .coupon-left-part {
    background-color: #81d03b;
}

.ump-coupon-item.coupon-style-3 .coupon-right-part,.ump-coupon-item.coupon-style-3 .coupon-use-state {
    color: #437319;
}

.ump-coupon-item.coupon-used .coupon-use-state {
    opacity: 0.4;
}

.ump-coupon-item.coupon-expired {
    background-color: #b3aeb0 !important;
}

.ump-coupon-item.coupon-expired .coupon-left-part {
    background-color: #b3aeb0 !important;
}

.ump-coupon-item.coupon-expired .coupon-right-part,.ump-coupon-item.coupon-expired .coupon-use-state {
    color: #fff !important;
}

.ump-promocode {
    background: #fff;
}

.ump-promocode-wrap {
    background: #4b91cd;
    margin: 10px;
    padding: 4px 0;
    color: #f9f9f9;
    border-radius: 4px;
}

.ump-promocode-header {
    position: relative;
}

.ump-promocode-header h1 {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    text-align: center;
    margin: 0;
}

.ump-promocode-header .share {
    position: absolute;
    right: 11px;
    bottom: 11px;
    width: 23px;
    height: 23px;
    background: url("../images/share_blue.png") top left no-repeat;
}

.ump-promocode-header .share-response {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 46px;
    height: 46px;
}

.ump-promocode-content {
    padding: 0 20px;
}

.ump-promocode-value {
    text-align: center;
    color: #fcdd30;
    background: url("../images/line.png") repeat-x left bottom;
    padding: 15px 0;
}

.ump-promocode-value p {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 12px 0;
}

.ump-promocode-value span {
    font-size: 24px;
    vertical-align: baseline;
    letter-spacing: 3px;
}

.ump-promocode-value i {
    font-size: 56px;
    line-height: 56px;
    font-style: normal;
    vertical-align: baseline;
}

.ump-promocode-meta {
    font-size: 13px;
    line-height: 20px;
    padding: 20px;
}

.ump-promocode-meta p {
    margin: 0 0 10px;
}

.ump-promocode-meta .ump-promocode-desc {
    color: #ccc;
    margin: 0;
}

.ump-promocode-action {
    padding: 18px 0;
    color: #fcdd30;
    text-align: center;
}

.ump-promocode-action p {
    margin-top: 0;
    margin-bottom: 20px;
}

.ump-promocode-action a {
    display: inline-block;
    padding: 0 34px;
    line-height: 34px;
    border: 1px solid #fcdd30;
    color: #fcdd30;
    border-radius: 17px;
}

.ump-promocode-action .ump-promocode-action-primary {
    color: #503802;
    background: #fcdd30;
}

.ump-promocode-action .ump-promocode-action-group a {
    padding: 0 18px;
    margin-right: 44px;
}

.ump-promocode-action .ump-promocode-action-group a:last-child {
    margin-right: 0;
}

.ump-promocode-split {
    position: relative;
    height: 15px;
    background: url("../images/oval-detail.png") repeat-x center;
}

.ump-promocode-split:before,.ump-promocode-split:after {
    position: absolute;
    top: 0;
    width: 15px;
    height: 15px;
    content: '';
    background: #fff;
    border-radius: 15px;
}

.ump-promocode-split:before {
    left: -8px;
}

.ump-promocode-split:after {
    right: -8px;
}

.ump-promocode-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ump-promocode-list .item-even .item-content {
    background-color: #f1c40f;
}

.ump-promocode-list .item-even .item-name {
    color: #fce99f;
}

.ump-promocode-list .item-odd .item-content {
    background-color: #4b91cd;
}

.ump-promocode-list .item-odd .item-name {
    color: #a5c4de;
}

.ump-promocode-list .item-used .item-content,.ump-promocode-list .item-overdue .item-content {
    background-color: #ccc;
}

.ump-promocode-list .item-used .item-name,.ump-promocode-list .item-overdue .item-name {
    color: #eee;
}

.ump-promocode-list .item-used .item-meta,.ump-promocode-list .item-overdue .item-meta {
    color: #ccc;
}

.ump-promocode-list .item-to-expire .item-meta .item-state {
    font-size: 12px;
    padding: 2px 6px;
    background: #ea2c46;
    color: #fff;
}

.ump-promocode-item {
    list-style: none;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 9px 10px;
    margin: 12px 10px;
}

.ump-promocode-item>a {
    color: #fff;
    display: block;
    overflow: hidden;
}

.ump-promocode-item h4,.ump-promocode-item p {
    margin: 0;
    padding: 0;
}

.ump-promocode-item .item-inner {
    padding: 8px;
}

.ump-promocode-item .item-content {
    position: relative;
    float: left;
    width: 70%;
    height: 80px;
}

.ump-promocode-item .item-content:after {
    position: absolute;
    right: -3px;
    top: 0;
    content: '';
    width: 8px;
    height: 100%;
    background: url("../images/oval-list.png") repeat-y;
}

.ump-promocode-item .item-name {
    font-size: 16px;
}

.ump-promocode-item .item-value span {
    font-size: 19px;
    vertical-align: bottom;
    line-height: 24px;
}

.ump-promocode-item .item-value i {
    font-size: 29px;
    line-height: 30px;
    font-style: normal;
}

.ump-promocode-item .item-condition {
    font-size: 12px;
}

.ump-promocode-item .item-meta {
    float: left;
    width: 30%;
    height: 80px;
    color: #999;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
}

.ump-promocode-item .item-meta p {
    margin-bottom: 2px;
}

.ump-promocode-item .item-meta p:first-child {
    margin-bottom: 4px;
}

.ump-promocode-item .item-meta .item-state {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    margin-top: 4px;
    margin-bottom: 0px;
}

.ump-promocode-text-success {
    color: #009900;
    margin-right: 6px;
}

.ump-promocode-text-error {
    color: #b94a48;
    margin-right: 16px;
}

.ump-promocode-append .btn-toolbar>a {
    margin-right: 12px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min-device-pixel-ratio: 1.5) {
    .ump-coupon-header .inner {
        background-image: url("../images/dot_line@2x.png");
        background-size: 10px 3px;
    }

    .ump-coupon-header .inner .share {
        background-image: url("../images/share03@2x.png");
        background-size: 23px 23px;
    }

    .ump-coupon-action .inner {
        background-image: url("../images/dot_line_red@2x.png");
        background-size: 10px 3px;
    }

    .ump-coupon-item .coupon-left-part .inner {
        background-image: url("../images/dot_vline@2x.png");
        background-size: 3px 8px;
    }

    .ump-promocode-header .share {
        background-image: url("../images/share_blue@2x.png");
        background-size: 23px 23px;
    }

    .ump-promocode-value {
        background-size: 1px 1px;
    }

    .ump-promocode-split {
        background-image: url("../images/oval-detail@2x.png");
        background-size: 8px 4px;
    }

    .ump-promocode-item .item-content:after {
        background-image: url("../images/oval-list@2x.png");
        background-size: 8px 16px;
    }
}

@media (min-width: 360px) {
    .custom-shop-banner {
        height: 191.25px;
    }

    .wrapper {
        width: 360px;
        margin: 0 auto;
    }

    .content {
        width: 100%;
        margin: 0 auto;
    }

    .edui-faked-video {
        width: 100%;
        height: 255px;
    }

    .tpl-shop-header,.tpl-wxd-header,.tpl-11-11-banner {
        height: 112px;
    }

    .custom-goods,.custom-image {
        padding: 0 5px;
    }

    .custom-image img {
        width: auto;
    }

    .custom-image-swiper .swiper-slide a img {
        width: auto;
    }

    .sc-goods-list.pic .goods-card.small-pic .photo-block {
        height: 164px;
    }

    .sc-goods-list.pic .goods-card.small-pic.card {
        max-height: 240px;
    }

    .custom-goods-image {
        max-width: 340px;
        max-height: 340px;
    }

    .custom-goods-big {
        width: 340px;
    }

    .custom-goods-small {
        width: 165px;
        height: 165px;
    }

    .custom-goods-small .custom-goods-image {
        max-width: 165px;
        max-height: 165px;
    }

    .custom-goods-info,.custom-goods-info-notitle {
        width: 330px;
    }

    .custom-goods-info-notitle {
        width: auto;
    }

    .custom-goods-list .custom-goods-left {
        width: 80px;
        height: 80px;
    }

    .custom-goods-list .custom-goods-image {
        max-width: 80px;
        max-height: 80px;
    }

    .custom-goods-list .custom-goods-right {
        height: 80px;
    }

    .custom-goods-list .custom-goods-right .custom-goods-title {
        height: 48px;
    }

    .custom-level {
        width: 100%;
    }

    .custom-level-img {
        max-width: 100%;
        max-height: 180px;
    }

    .custom-nav-title {
        width: 280px;
    }

    .custom-cube td {
        width: 90px;
    }

    .custom-cube li {
        width: 90px;
        height: 90px;
    }

    .custom-cube li img {
        max-width: 90px;
        max-height: 90px;
    }

    .custom-paginations {
        width: 350px;
    }

    .custom-paginations .custom-paginations-page {
        width: 121px;
    }

    .custom-paginations .custom-paginations-next,.custom-paginations .custom-paginations-prev {
        width: 149px;
    }

    .tpl-weixin img {
        max-width: 100%;
    }

    .custom-store-name {
        max-width: 252px;
    }

    .custom-recommend-goods-list li {
        width: 106px;
        height: 106px;
    }

    .custom-recommend-goods-list img {
        max-width: 106px;
        max-height: 106px;
    }

    .tpl-11-11-coupon li {
        width: 103px;
    }
}

@media (min-width: 375px) {
    .custom-shop-banner {
        height: 199.21875px;
    }

    .sc-goods-list.pic .goods-card.small-pic .photo-block {
        height: 172px;
    }

    .sc-goods-list.pic .goods-card.small-pic.card {
        max-height: 250px;
    }

    .custom-cube2-table {
        width: 376px;
        margin: 0 auto;
    }
}

@media (min-width: 414px) {
    .custom-shop-banner {
        height: 219.9375px;
    }

    .sc-goods-list.pic .goods-card.small-pic .photo-block {
        height: 190px;
    }

    .sc-goods-list.pic .goods-card.small-pic.promotion {
        max-height: 240px;
    }

    .sc-goods-list.pic .goods-card.small-pic.card {
        max-height: 280px;
    }

    .custom-image .custom-image-small {
        height: 180px;
    }

    .custom-showcase-wrap-1 .custom-showcase-big,.custom-showcase-wrap-1 .custom-showcase-small {
        height: 140px;
    }

    .custom-cube2-table {
        width: 416px;
    }
}

@media (min-width: 540px) {
    .custom-shop-banner {
        height: 286.875px;
    }

    .wrapper {
        width: 540px;
        margin: 0 auto;
    }

    .content {
        width: 540px;
        margin: 0 auto;
    }

    .external-buy {
        display: block;
    }

    .bottom-opts {
        display: none;
    }

    .buy-guide {
        margin: 0 -10px;
    }

    .buy-guide .guide-cont {
        width: auto;
    }

    .buy-guide .pic-wrapper {
        float: right;
    }

    .nav-on-bottom {
        border-left-width: 1px;
        border-right-width: 1px;
    }

    .edui-faked-video {
        width: 520px;
        height: 300px;
    }

    .tpl-shop-header,.tpl-wxd-header,.tpl-11-11-banner {
        height: 168px;
    }

    .sc-goods-list.pic li.goods-card.small-pic.card,.sc-goods-list.pic li.goods-card.small-pic.promotion {
        max-height: 253px;
        width: 176px;
    }

    .sc-goods-list.pic li.goods-card.small-pic.card .photo-block,.sc-goods-list.pic li.goods-card.small-pic.promotion .photo-block {
        height: 176px;
    }

    .sc-goods-list.pic li.goods-card.small-pic.card .photo-block img,.sc-goods-list.pic li.goods-card.small-pic.promotion .photo-block img {
        max-height: 176px;
    }

    .sc-goods-list.pic.waterfall li.goods-card.small-pic {
        width: 176px;
    }

    .sc-goods-list.pic li.goods-card.big-pic.normal {
        float: left;
        margin: 2.5px;
        width: 345px;
    }

    .sc-goods-list.pic li.goods-card.big-pic.normal .photo-block {
        width: 345px;
        height: 345px;
    }

    .sc-goods-list.pic li.goods-card.big-pic.card,.sc-goods-list.pic li.goods-card.big-pic.promotion {
        float: left;
    }

    .sc-goods-list.pic li.goods-card.big-pic.card .photo-block,.sc-goods-list.pic li.goods-card.big-pic.promotion .photo-block {
        width: 352px;
        height: 298px;
    }

    .sc-goods-list.pic li.goods-card.big-pic.card .photo-block img,.sc-goods-list.pic li.goods-card.big-pic.promotion .photo-block img {
        max-height: 298px;
        max-width: 352px;
    }

    .sc-goods-list.pic li.goods-card.big-pic.card .info .goods-title,.sc-goods-list.pic li.goods-card.big-pic.promotion .info .goods-title {
        width: 240px;
    }

    .sc-goods-list.pic li.goods-card.small-pic.normal {
        margin: 2.5px;
        width: 171px;
    }

    .sc-goods-list.pic li.goods-card.small-pic.normal .link {
        margin: 0px;
    }

    .sc-goods-list.pic li.goods-card.small-pic.normal .photo-block {
        width: 171px;
        height: 171px;
    }

    .sc-goods-list.pic li.goods-card.small-pic.normal .photo-block img {
        max-height: 171px;
    }

    .sc-goods-list.pic.size-0 .goods-card.big-pic.normal {
        margin: 5px;
        width: 255px;
    }

    .sc-goods-list.pic.size-0 .goods-card.big-pic.normal .photo-block {
        width: 255px;
        height: 255px;
    }

    .sc-goods-list.pic.size-0 .goods-card.big-pic.normal .photo-block img {
        max-height: 255px;
        max-width: 255px;
    }

    .sc-goods-list.pic.size-0 .goods-card.big-pic.card {
        float: left;
        width: 263px;
    }

    .sc-goods-list.pic.size-0 .goods-card.big-pic.card .photo-block {
        width: 245px;
        height: 245px;
    }

    .sc-goods-list.pic.size-0 .goods-card.big-pic.card .photo-block img {
        max-height: 245px;
        max-width: 245px;
    }

    .sc-goods-list.pic.size-2 .goods-card.big-pic.card {
        width: 364px;
    }

    .sc-goods-list.pic.size-2 .goods-card.big-pic.card .photo-block {
        width: 346px;
        height: 346px;
    }

    .sc-goods-list.pic.size-2 .goods-card.big-pic.card .photo-block img {
        max-height: 346px;
        max-width: 346px;
    }

    .sc-goods-list.pic.size-2 .goods-card.big-pic.card .info.info-only-title {
        height: 114px;
    }

    .sc-goods-list.pic.size-2 .goods-card.big-pic.card .info.info-big-title {
        height: 112px;
    }

    .sc-goods-list.pic.size-2 .goods-card.big-pic.card .info.info-notitle {
        height: 38px;
    }

    .sc-goods-list.pic.size-2 .goods-card.small-pic.card {
        width: 156px;
        max-height: 244px;
    }

    .sc-goods-list.pic.size-2 .goods-card.small-pic.card .photo-block {
        height: 156px;
    }

    .sc-goods-list.pic.size-2 .goods-card.small-pic.card .photo-block img {
        max-height: 156px;
    }

    .sc-goods-list.pic.size-2 .goods-card.big-pic.normal .link {
        margin-left: 0px;
        margin-right: 0px;
    }

    .sc-goods-list.pic.size-2 .goods-card.small-pic.normal {
        margin: 2px;
        margin-left: 6px;
    }

    .custom-goods {
        width: 530px;
        padding: 0 5px;
    }

    .custom-goods-image {
        max-width: 345px;
        max-height: 345px;
    }

    .custom-goods-big,.custom-goods-small {
        width: 345px;
        height: 345px;
        margin: 2.5px;
    }

    .custom-goods-small {
        width: 170px;
        height: 170px;
    }

    .custom-goods-small .custom-goods-image {
        max-width: 170px;
        max-height: 170px;
    }

    .custom-goods-0 .custom-goods-big {
        width: 255px;
        height: 255px;
        margin: 5px;
    }

    .custom-goods-0 .custom-goods-image {
        max-width: 255px;
        max-height: 255px;
    }

    .custom-goods-0 .custom-goods-info {
        width: 245px;
    }

    .custom-goods-0 .custom-goods-noprice-noicon {
        width: 215px;
    }

    .custom-goods-1 {
        padding: 7.5px;
    }

    .custom-goods-1 .custom-goods-small {
        margin: 2.5px;
    }

    .custom-goods-2 {
        padding: 7.5px;
    }

    .custom-goods-2 .custom-goods-noprice-noicon {
        width: 305px;
    }

    .custom-goods-list {
        border-bottom: 1px solid #E5E5E5;
        overflow: hidden;
    }

    .custom-goods-list:last-child {
        border-bottom: 0px none;
    }

    .custom-goods-list .custom-goods-link {
        padding: 5px 0;
        margin: 5px 0;
        height: 80px;
        min-height: 0;
    }

    .custom-goods-list .custom-goods-left {
        float: left;
        width: 80px;
        height: 80px;
        position: relative;
        background-image: url("../images/pic_bg@2x.png");
        background-size: 6px 6px;
    }

    .custom-goods-list .custom-goods-image {
        max-width: 80px;
        max-height: 80px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .custom-goods-list .custom-goods-right {
        height: 80px;
    }

    .custom-goods-list .custom-goods-right .custom-goods-title {
        float: none;
        width: auto;
        color: #666;
        height: 48px;
    }

    .custom-goods-list .custom-goods-right .custom-goods-price-noicon {
        float: none;
        color: #000;
        margin-top: 8px;
        font-size: 14px;
    }

    .custom-goods-list .custom-goods-right .custom-goods-price-noicon em {
        font-weight: 700;
    }

    .custom-goods-list .custom-goods-right div {
        display: block;
    }

    .custom-goods-info {
        width: 335px;
    }

    .custom-goods-info-notitle {
        width: auto;
    }

    .custom-goods-title {
        width: 200px;
    }

    .custom-goods-noprice {
        width: 200px;
    }

    .custom-goods-noprice-noicon {
        width: 260px;
    }

    .custom-nav-title {
        width: 462px;
    }

    .custom-nav-two-col {
        width: 270px;
    }

    .custom-nav-two-col .custom-nav-title {
        width: 255px;
    }

    .custom-link-link .title {
        width: 480px;
    }

    .custom-link .custom-link-two-col {
        width: 270px;
    }

    .custom-level {
        width: 540px;
    }

    .custom-level-img {
        max-width: 540px;
        max-height: 270px;
    }

    .custom-image {
        width: 525px;
        padding: 0 7.5px;
    }

    .custom-image li {
        width: 520px;
        margin: 2.5px;
    }

    .custom-image a {
        display: block;
    }

    .custom-image img {
        max-width: 520px;
    }

    .custom-image .custom-image-small {
        width: 170px;
        height: 170px;
        margin: 2.5px;
    }

    .custom-image .custom-image-small img {
        max-width: 170px;
    }

    .custom-image .custom-image-small .title {
        width: 170px;
    }

    .custom-image-swiper {
        width: 540px;
    }

    .custom-image img {
        width: 100%;
    }

    .custom-image-swiper .swiper-slide a img {
        width: 100%;
    }

    .custom-paginations {
        width: 530px;
    }

    .custom-paginations .custom-paginations-page {
        width: 210px;
    }

    .custom-paginations .custom-paginations-last {
        border-right-width: 0;
    }

    .custom-paginations .custom-paginations-next,.custom-paginations .custom-paginations-prev {
        width: 239px;
    }

    .custom-paginations .custom-paginations-next {
        border-right-width: 0;
    }

    .custom-cube li {
        width: 130px;
        height: 130px;
    }

    .custom-cube li img {
        max-width: 130px;
        max-height: 130px;
    }

    .custom-cube td {
        width: 135px;
    }

    .custom-nav-4 {
        padding: 10px 0;
    }

    .custom-nav-4 li {
        width: 118px;
        margin-right: 16px;
    }

    .custom-nav-4 li:last-child {
        margin-right: 0;
    }

    .custom-nav-4 li img {
        width: 118px;
        height: 118px;
    }

    .custom-showcase-wrap-0 .custom-showcase .custom-showcase-big,.custom-showcase-wrap-0 .custom-showcase .custom-showcase-small,.custom-showcase-wrap-1 .custom-showcase .custom-showcase-big,.custom-showcase-wrap-1 .custom-showcase .custom-showcase-small {
        width: 178px;
        height: 178px;
        overflow: hidden;
        margin: 0;
    }

    .custom-showcase-wrap-0 .custom-showcase .custom-showcase-big img,.custom-showcase-wrap-0 .custom-showcase .custom-showcase-small img,.custom-showcase-wrap-1 .custom-showcase .custom-showcase-big img,.custom-showcase-wrap-1 .custom-showcase .custom-showcase-small img {
        max-width: 178px;
        max-height: 178px;
        width: auto;
        height: auto;
    }

    .custom-showcase-wrap-0 .custom-showcase .custom-showcase-small,.custom-showcase-wrap-1 .custom-showcase .custom-showcase-small {
        margin-left: 3px;
    }

    .tpl-weixin img {
        max-width: 540px;
    }

    .tpl-weixin-list {
        margin: 0 0 0 -155px;
    }

    .tpl-weixin-list-item {
        width: 150px;
    }

    .tpl-weixin-list-item-1 {
        left: -1000px;
        top: -1000px;
    }

    .tpl-weixin-list-item-1.done {
        left: 0;
        top: 0;
    }

    .tpl-weixin-list-item-2 {
        left: 1000px;
        top: -1000px;
    }

    .tpl-weixin-list-item-2.done {
        left: 160px;
        top: 0;
    }

    .tpl-weixin-list-item-3 {
        left: -1000px;
        top: 1000px;
    }

    .tpl-weixin-list-item-3.done {
        left: 0;
        top: 49px;
    }

    .tpl-weixin-list-item-4 {
        left: 1000px;
        top: 1000px;
    }

    .tpl-weixin-list-item-4.done {
        left: 160px;
        top: 49px;
    }

    .custom-store-name {
        max-width: 400px;
    }

    .custom-recommend-goods-list li {
        width: 166px;
        height: 166px;
    }

    .custom-recommend-goods-list img {
        max-width: 166px;
        max-height: 166px;
    }

    .custom-tag-list .custom-tag-list-menu-block {
        width: 120px;
    }

    .custom-tag-list .custom-tag-list-menu-block li a {
        width: 110px;
    }

    .custom-tag-list .custom-tag-list-goods {
        width: 418px;
    }

    .custom-tag-list .custom-tag-list-goods .custom-tag-list-title {
        width: 408px;
    }

    .custom-tag-list .custom-tag-list-goods .custom-tag-list-goods-detail .custom-tag-list-goods-title {
        width: 340px;
    }

    .tpl-11-11-coupon li {
        width: 163px;
    }

    .wuxi-center-body .content {
        max-width: 540px;
    }

    .wuxi-center-body .footer {
        width: 100%;
    }

    .wuxi-center-body .footer .copyright {
        width: 540px;
        margin: 0 auto;
    }
}

@media (min-width: 760px) {
    .wrapper {
        width: 760px;
        margin: 0 auto;
    }

    .content {
        width: 750px;
        margin: 30px auto 0;
    }

    .content-body {
        background-color: #fff;
        width: 540px;
        padding: 10px;
        border: 1px solid #ddd;
    }

    .content-sidebar {
        display: block;
        position: fixed;
        top: 0;
        width: 180px;
        padding-left: 19px;
        margin-left: 550px;
        margin-top: 60px;
    }

    .footer {
        width: 760px;
        margin: 20px auto 0;
    }

    .footer .copyright {
        width: 574px;
        margin: 0;
    }

    .sidebar-section {
        border: 1px solid #e4e4e4;
        border-radius: 5px;
        margin-bottom: 20px;
    }

    .sidebar-section .sidebar-title {
        border-radius: 5px 5px 0 0;
        margin: 0;
        font-size: 16px;
        font-weight: 700;
        border-bottom: 1px solid #e4e4e4;
        padding: 8px 10px;
        background-color: #F2F2F2;
    }

    .sidebar-section .admin-opts {
        background-color: #fff;
        list-style: none;
        margin: 0;
        padding: 0;
        border-radius: 5px;
    }

    .sidebar-section .admin-opts li a {
        display: block;
        padding: 5px 10px;
        border-bottom: 1px solid #e4e4e4;
    }

    .sidebar-section .admin-opts li a:hover,.sidebar-section .admin-opts li .active {
        background-color: #F2F2F2;
    }

    .sidebar-section .admin-opts li:first-of-type {
        border-radius: 5px 5px 0 0;
    }

    .sidebar-section .admin-opts .last {
        border-radius: 0 0 5px 5px;
    }

    .sidebar-section .admin-opts .last>a {
        border-bottom: 0px none;
    }

    .shop-detail {
        margin: 0;
        margin: 10px;
        padding-bottom: 10px;
        font-size: 12px;
        color: #666666;
        border-bottom: 1px dashed #ccc;
        line-height: 1.6;
    }

    .shop-info {
        background-color: #fff;
        margin-bottom: 0;
    }

    .shop-card {
        border: 0px none;
        display: table;
        margin-bottom: 10px;
        padding: 0 10px;
    }

    .shop-name {
        margin: 0 0 0 10px;
    }

    .table-cell {
        display: table-cell;
        vertical-align: middle;
    }

    .shop-img {
        border-radius: 30px;
        width: 60px;
        height: 60px;
    }

    .weixin-title,.weixin-no {
        font-size: 12px;
        color: #666;
        margin: 5px 0;
    }

    .weixin-no {
        color: #999;
        margin: 0 0 10px;
    }

    .qr-code {
        margin: 0;
    }

    .sku-detail .qrcode-buy {
        display: block;
    }

    .tpl-shop-header,.tpl-wxd-header,.tpl-11-11-banner {
        height: 168px;
    }

    .tpl-11-11-coupon li {
        width: 163px;
    }
}

@media (min-width: 800px) {
    .content {
        width: 760px;
        margin: 30px auto 20px;
    }

    .content-body {
        background-color: #fff;
        -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    }

    .content-sidebar {
        margin-left: 560px;
    }

    .footer .copyright {
        width: 562px;
    }

    .tpl-shop-header,.tpl-wxd-header {
        height: 168px;
    }
}

.sku-message {
    padding-top: 10px
}

.sku-message dl {
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    margin-bottom: 10px
}

.sku-message dt {
    width: 70px;
    padding: 0 15px;
    position: relative
}

.sku-message dt .required {
    font-size: 17px;
    margin-left: -7px;
    position: absolute;
    top:3px
}

.sku-message dt label {
    height: 40px;
    line-height: 40px
}

.sku-message .comment-wrapper {
    margin-left: 90px;
    padding-right: 5px;
    position: relative
}

.sku-message .comment-wrapper .txt,.sku-message .comment-wrapper .txta {
    display: inline-block;   
    padding: 7px;
    resize: none;
    border-radius: 4px;
    width: 94%;
    height:34px;
    border:1px solid #ccc;
    margin-top: 3px;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.sku-message .comment-wrapper .txt:focus,.sku-message .comment-wrapper .txta:focus {
    outline: none !important;
    border-color: #666
}

.sku-message .comment-wrapper .txtCover {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute
}