
.site-topbar {
    position: relative;
    z-index: 30;
    height: 40px;
    font-size: 12px;
    color: #b0b0b0;
    background: #333
}

.site-topbar a {
    color: #b0b0b0
}

.site-topbar a:hover {
    color: #fff
}

.site-topbar .sep {
    margin: 0 0.5em;
    color: #424242
}

.site-topbar .topbar-nav {
    float: left;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    _zoom: 1
}

.site-topbar .topbar-cart, .site-topbar .topbar-info {
    position: relative;
    float: right;
    _display: inline;
    height: 40px
}

.site-topbar .topbar-cart {
    width: 120px;
    margin-left: 15px
}

.site-topbar .topbar-cart-filled .cart-mini {
    color: #fff;
    background: #ff6700
}

.site-topbar .topbar-cart-active .cart-mini {
    color: #ff6700;
    background: #fff
}

.site-topbar .topbar-info {
    line-height: 40px
}

.site-topbar .topbar-info .link, .site-topbar .topbar-info .user, .site-topbar .topbar-info .sep {
    float: left
}

.site-topbar .topbar-info .link {
    padding: 0 5px;
    text-align: center
}

.site-topbar .topbar-info .link-order {
    width: 70px
}

.site-topbar .topbar-info .sep {
    margin: 0
}

.site-topbar .cart-mini {
    position: relative;
    z-index: 32;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #b0b0b0;
    background: #424242
}

.site-topbar .cart-mini i {
    margin-right: 4px;
    font-size: 20px;
    line-height: 20px;
    vertical-align: -4px
}

.site-topbar .cart-mini-num {
    margin-left: -4px
}

.site-topbar .cart-menu {
    display: none;
    position: absolute;
    right: 0;
    right: -1px \9;
    top: 40px;
    z-index: 31;
    width: 316px;
    padding: 15px 0 0;
    color: #424242;
    background: #fff;
    border: 1px solid #e0e0e0 \9;
    border-top: 0 \9;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15)
}

.site-topbar .cart-menu .loading {
    margin: 5px 20px 20px;
    text-align: center
}

.site-topbar .cart-menu .msg {
    margin: 5px 20px 20px;
    text-align: center
}

.site-topbar .cart-list {
    *position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.site-topbar .cart-list li {
    position: relative;
    height: 80px;
    padding: 0 20px
}

.site-topbar .cart-list li:first-child .cart-item, .site-topbar .cart-list li.first .cart-item {
    border-top: 0
}

.site-topbar .cart-item {
    position: relative;
    height: 60px;
    padding: 10px 0;
    border-top: 1px solid #e0e0e0;
    line-height: 20px
}

.site-topbar .cart-item:hover .btn-del {
    display: block
}

.site-topbar .cart-item .thumb {
    float: left;
    margin-right: 10px
}

.site-topbar .cart-item .thumb img {
    width: 60px;
    height: 60px
}

.site-topbar .cart-item .name {
    float: left;
    _display: inline;
    width: 95px;
    height: 40px;
    margin: 10px 0;
    color: #424242
}

.site-topbar .cart-item a.name:hover {
    color: #ff6700
}

.site-topbar .cart-item .price {
    float: right;
    _display: inline;
    margin: 10px 20px 0 5px
}

.site-topbar .cart-item .btn-del {
    display: none;
    _display: block;
    position: absolute;
    top: 21px;
    right: 0
}

.site-topbar .cart-item .btn-del:hover {
    color: #424242
}

.site-topbar .cart-item .btn-del i {
    font-size: 16px;
    line-height: 16px
}

.site-topbar .cart-total {
    padding: 15px 20px;
    background: #fafafa
}

.site-topbar .cart-total em {
    font-style: normal
}

.site-topbar .cart-total .total {
    float: left;
    width: 135px;
    color: #757575
}

.site-topbar .cart-total .price {
    display: block;
    font-weight: 400;
    color: #ff6700
}

.site-topbar .cart-total .price em {
    font-size: 24px;
    line-height: 1
}

.site-topbar .cart-total .btn-cart {
    float: right;
    width: 130px;
    padding: 0;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #f5f5f5;
    background: #ff6700
}

.site-topbar .user {
    position: relative;
    width: 110px;
    padding: 0;
    white-space: nowrap
}

.site-topbar .user-name {
    position: relative;
    z-index: 5;
    display: block;
    width: 120px;
    height: 40px;
    text-align: center
}

.site-topbar .user-name .name {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: auto;
    _width: 75px;
    max-width: 75px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    _zoom: 1;
    vertical-align: text-bottom
}

.site-topbar .user-name i {
    font-size: 24px;
    line-height: 24px;
    vertical-align: 9px
}

.site-topbar .user-menu {
    display: none;
    position: absolute;
    left: 0;
    left: -1px \9;
    top: 40px;
    z-index: 3;
    width: 120px;
    margin: 0;
    padding: 7px 0;
    border: 1px solid #e0e0e0 \9;
    border-top: 0 \9;
    list-style-type: none;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15)
}

.site-topbar .user-menu a {
    display: block;
    padding: 3px 30px;
    line-height: 2
}

.site-topbar .user-active a {
    color: #424242
}

.site-topbar .user-active a:hover {
    color: #ff6700
}

.site-topbar .user-active .user-name {
    background: #fff
}

.site-topbar .user-active .user-menu a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.site-topbar .user-active .user-menu a:hover {
    background-color: #f5f5f5
}

.site-header {
    position: relative;
    z-index: 20;
    height: 100px
}

.site-header .container {
    position: relative
}

.site-header .header-logo {
    float: left;
    width: 62px;
    margin-top: 22px
}

.site-header .header-nav {
    float: left;
    width: 850px
}

.site-header .header-search {
    float: right;
    width: 296px;
    margin-top: 25px
}

.site-header .logo {
    position: relative;
    display: block;
    width: 55px;
    height: 55px;
    overflow: hidden;
    _zoom: 1;
    background-color: #ff6700;
    *background: url(/i/logo.png) no-repeat 50% 50%
}

.site-header .logo:before, .site-header .logo:after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 55px;
    height: 55px;
    content: '';
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.site-header .logo:before {
    /*background: url() no-repeat 50% 50%;*/
    opacity: 1;
    filter: alpha(opacity=100) \9;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.site-header .logo:after {
    /*background: url() no-repeat 50% 50%;*/
    opacity: 0;
    filter: alpha(opacity=0) \9;
    margin-left: -55px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.site-header .logo:focus {
    outline: 0
}

.site-header .logo:hover:before {
    opacity: 0;
    filter: alpha(opacity=0) \9;
    -webkit-transform: translate3d(55px, 0, 0);
    transform: translate3d(55px, 0, 0)
}

.site-header .logo:hover:after {
    opacity: 1;
    filter: alpha(opacity=100) \9;
    -webkit-transform: translate3d(55px, 0, 0);
    transform: translate3d(55px, 0, 0)
}

.site-header .logo:active:after {
    -webkit-transform: translate3d(55px, 0, 0) scale(0.9);
    transform: translate3d(55px, 0, 0) scale(0.9)
}

.site-header .nav-list {
    position: relative;
    z-index: 10;
    float: left;
    width: 820px;
    height: 88px;
    margin: 0;
    padding: 12px 0 0 30px;
    list-style-type: none;
    font-size: 16px
}

.site-header .nav-item {
    float: left
}

.site-header .nav-item .link {
    display: block;
    padding: 26px 18px 38px;
    *padding: 26px 10px 38px;
    color: #333
}

.site-header .nav-item .link:focus {
    outline: 0
}

.site-header .nav-item .item-children {
    display: none
}

.site-header .nav-category {
    position: relative;
    float: left;
    width: 138px
}

.site-header .nav-category .link-category {
    display: block;
    padding: 26px 0 38px;
    text-align: center;
    color: #333
}

.site-header .nav-item-active {
    position: relative
}

.site-header .nav-item-active .link {
    color: #ff6700
}

.site-header .nav-item-active:after {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 600px;
    height: 40px;
    margin-left: -300px;
    content: '';
    background-color: transparent
}

.site-header .header-nav-menu {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 24;
    width: 100%;
    height: 229px;
    border-top: 1px solid #e0e0e0;
    background: #fff;
    overflow: hidden;
    _zoom: 1
}

.site-header .header-nav-menu .children-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 12px
}

.site-header .header-nav-menu .children-list li {
    position: relative;
    float: left;
    width: 180px;
    padding: 35px 12px 0;
    text-align: center
}

.site-header .header-nav-menu .children-list li:before {
    position: absolute;
    left: 0;
    top: 35px;
    z-index: 1;
    width: 1px;
    height: 100px;
    content: "";
    background-color: #e0e0e0
}

.site-header .header-nav-menu .children-list .first:before {
    display: none
}

.site-header .header-nav-menu .figure-thumb {
    width: 160px;
    height: 110px;
    margin: 0 auto 16px;
    text-align: center
}

.site-header .header-nav-menu .figure-thumb img {
    width: 160px;
    height: 110px
}

.site-header .header-nav-menu .figure-thumb a {
    display: block
}

.site-header .header-nav-menu .title {
    margin: 0;
    line-height: 20px;
    color: #333
}

.site-header .header-nav-menu .title, .site-header .header-nav-menu .title a {
    color: #333
}

.site-header .header-nav-menu .price {
    margin: 0;
    line-height: 20px;
    color: #ff6700
}

.site-header .header-nav-menu .flags {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    font-size: 12px;
    text-align: center
}

.site-header .header-nav-menu .flag {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 18px;
    padding: 1px 20px;
    background-color: #e53935;
    color: #fff
}

.site-header .header-nav-menu-active {
    border-bottom: 1px solid #e0e0e0 \9;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.18);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.18);
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s
}

.site-header .search-form {
    position: relative;
    width: 296px;
    height: 50px
}

.site-header .search-form .keyword-list {
    position: absolute;
    left: 0;
    top: 50px;
    _top: 51px;
    z-index: 20;
    width: 243px;
    border: 1px solid #ff6700;
    border-top: 0;
    background: #fff
}

.site-header .search-form .keyword-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.site-header .search-form .keyword-list li.active, .site-header .search-form .keyword-list li:hover {
    background: #fafafa
}

.site-header .search-form .keyword-list li a {
    position: relative;
    display: block;
    padding: 6px 15px;
    font-size: 12px;
    color: #424242
}

.site-header .search-form .keyword-list li .keyword {
    color: #ff6700
}

.site-header .search-form .keyword-list li .result {
    position: absolute;
    right: 15px;
    top: 6px;
    color: #b0b0b0
}

.site-header .search-form:hover .search-text {
    border-color: #b0b0b0
}

.site-header .search-form:hover .search-btn {
    border-color: #b0b0b0
}

.site-header .search-form:hover .search-btn:hover {
    border-color: #ff6700
}

.site-header .search-form-focus:hover .search-text {
    border-color: #ff6700
}

.site-header .search-form-focus:hover .search-btn {
    border-color: #ff6700
}

.site-header .search-form-focus .search-text {
    border-color: #ff6700
}

.site-header .search-form-focus .search-btn {
    border-color: #ff6700
}

.site-header .search-form-focus .search-btn:hover {
    background-color: #ff6700;
    color: #fff
}

.site-header .search-text {
    position: absolute;
    top: 0;
    right: 51px;
    z-index: 1;
    width: 220px;
    height: 48px;
    padding: 0 10px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    line-height: 48px;
    outline: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.site-header .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 52px;
    height: 50px;
    border: 1px solid #e0e0e0;
    font-size: 24px;
    line-height: 24px;
    background: #fff;
    color: #616161;
    outline: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.site-header .search-btn:hover {
    background: #ff6700;
    color: #fff
}

.site-header .search-hot-words {
    position: absolute;
    top: 14px;
    right: 62px;
    z-index: 2;
    text-align: right
}

.site-header .search-hot-words a {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-left: 5px;
    padding: 0 5px;
    font-size: 12px;
    background: #eee;
    color: #757575;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.site-header .search-hot-words a:hover {
    background: #ff6700;
    color: #fff
}

.site-category {
    display: none;
    position: absolute;
    top: 88px;
    left: -92px;
    /*z-index: 21;*/
    width: 234px;
    height: 460px;
    font-size: 14px
}

.site-category-list {
    height: 418px;
    margin: 0;
    padding: 20px 0;
    list-style-type: none;
    border: 1px solid #ff6700;
    color: #424242;
    background: #fff
}

.site-category-list .category-item-active .title {
    background: #ff6700;
    color: #fff
}

.site-category-list .category-item-active .title i {
    color: #fff;
    color: rgba(255, 255, 255, 0.5)
}

.site-category-list .category-item-active .children {
    display: block
}

.site-category-list .title {
    position: relative;
    display: block;
    padding-left: 30px;
    height: 42px;
    line-height: 42px;
    color: #424242
}

.site-category-list .title i {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 16px;
    line-height: 16px;
    color: #e0e0e0
}

.site-category-list .children-list {
    height: 458px;
    margin: 0;
    padding: 2px 0;
    list-style-type: none
}

.site-category-list .children-list li {
    position: relative;
    float: left;
    width: 265px;
    height: 76px
}

.site-category-list .children-list li.star-goods .link {
    width: 170px;
    padding-right: 0
}

.site-category-list .children-list .link {
    display: block;
    padding: 18px 20px;
    line-height: 40px;
    color: #333;
    -webkit-transition: color 0.2s;
    transition: color 0.2s
}

.site-category-list .children-list .link:hover {
    color: #ff6700
}

.site-category-list .children-list .thumb {
    margin-right: 12px;
    vertical-align: middle
}

.site-category-list .children-list .text {
    line-height: 40px
}

.site-category-list .children-list .btn-buy {
    position: absolute;
    right: 10px;
    top: 26px;
    width: 58px;
    height: 22px;
    line-height: 22px
}

.site-category-list .children-list-col {
    float: left;
    width: 265px
}

.site-category-list .children {
    display: none;
    position: absolute;
    left: 234px;
    top: 0;
    z-index: 24;
    height: 458px;
    border: 1px solid #e0e0e0;
    border-left: 0;
    background: #fff;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18)
}

.site-category-list .children-col-1 {
    width: 265px
}

.site-category-list .children-col-2 {
    width: 530px
}

.site-category-list .children-col-3 {
    width: 795px
}

.site-footer .footer-service {
    padding: 27px 0;
    border-bottom: 1px solid #e0e0e0
}

.site-footer .list-service {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.site-footer .list-service li {
    float: left;
    width: 19.8%;
    height: 25px;
    border-left: 1px solid #e0e0e0;
    font-size: 16px;
    line-height: 25px;
    text-align: center
}

.site-footer .list-service li:first-child {
    border-left: 0
}

.site-footer .list-service .iconfont {
    margin-right: 6px;
    font-size: 24px;
    line-height: 24px;
    vertical-align: -4px
}

.site-footer .list-service a {
    color: #616161;
    -webkit-transition: color 0.2s;
    transition: color 0.2s
}

.site-footer .list-service a:hover {
    color: #ff6700
}

.site-footer .footer-links {
    padding: 40px 0
}

.site-footer .footer-links .col-links {
    float: left;
    width: 165px;
    height: 112px;
    margin: 0
}

.site-footer .footer-links .col-links dt {
    margin: -1px 0 26px;
    font-size: 14px;
    line-height: 1.25;
    color: #424242
}

.site-footer .footer-links .col-links dd {
    margin: 10px 0 0;
    font-size: 12px
}

.site-footer .footer-links .col-links a {
    color: #757575
}

.site-footer .footer-links .col-links a:hover {
    color: #ff6700
}

.site-footer .footer-links .col-contact {
    float: right;
    width: 242px;
    height: 112px;
    border-left: 1px solid #e0e0e0;
    text-align: center;
    color: #616161
}

.site-footer .footer-links .col-contact p {
    margin: 0 0 16px;
    font-size: 12px
}

.site-footer .footer-links .col-contact .phone {
    margin: 0 0 5px;
    font-size: 22px;
    line-height: 1;
    color: #ff6700
}

.site-info {
    padding: 30px 0;
    font-size: 12px;
    background: #fafafa
}

.site-info .logo {
    float: left;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    /*background: url() no-repeat 50% 50%*/
}

.site-info .info-text {
    float: left;
    color: #b0b0b0
}

.site-info .info-text p {
    margin: 0;
    line-height: 18px
}

.site-info .info-text a {
    color: #b0b0b0
}

.site-info .info-text a:hover {
    color: #ff6700
}

.site-info .info-text .sites a {
    color: #757575
}

.site-info .info-text .sites a:hover {
    color: #ff6700
}

.site-info .info-links {
    float: right;
    _display: inline;
    height: 28px;
    margin: 4px 0 0
}

.site-info .info-links img {
    width: auto;
    height: 28px;
    margin-left: 7px
}

.site-mini-header {
    font-size: 12px;
    border-bottom: 2px solid #ff6700;
    background: #fff;
    color: #b0b0b0
}

.site-mini-header .header-logo {
    width: 93px;
    margin-top: 26px
}

.site-mini-header .logo {
    width: 48px;
    height: 48px
}

.site-mini-header .logo:before, .site-mini-header .logo:after {
    width: 48px;
    height: 48px
}

.site-mini-header .header-title {
    float: left;
    margin-top: 26px
}

.site-mini-header .header-title h2, .site-mini-header .header-title p {
    margin: 0
}

.site-mini-header .header-title h2 {
    font-size: 28px;
    line-height: 48px;
    font-weight: normal;
    color: #424242
}

.site-mini-header .header-title h2 span {
    margin-left: 10px;
    color: #ff6700
}

.site-mini-header .has-more h2 {
    margin-bottom: 6px;
    line-height: 1
}

.site-mini-header .has-more p {
    color: #757575;
    line-height: 1
}

.site-mini-header .topbar-nav {
    float: left;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    _zoom: 1
}

.site-mini-header .topbar-cart, .site-mini-header .topbar-info {
    position: relative;
    float: right;
    _display: inline;
    height: 40px
}

.site-mini-header .topbar-cart {
    width: 115px;
    margin-left: 15px
}

.site-mini-header .topbar-cart-filled .cart-mini {
    color: #fff;
    background: #ff6700
}

.site-mini-header .topbar-cart-active .cart-mini {
    color: #ff6700;
    background: #fff
}

.site-mini-header .topbar-info {
    line-height: 40px
}

.site-mini-header .topbar-info .link, .site-mini-header .topbar-info .user, .site-mini-header .topbar-info .sep {
    float: left
}

.site-mini-header .topbar-info .link {
    padding: 0 5px
}

.site-mini-header .topbar-info .sep {
    margin: 0
}

.site-mini-header .user {
    position: relative;
    width: 110px;
    padding: 0;
    white-space: nowrap
}

.site-mini-header .user-name {
    position: relative;
    z-index: 5;
    display: block;
    width: 120px;
    height: 40px;
    text-align: center
}

.site-mini-header .user-name .name {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: auto;
    _width: 75px;
    max-width: 75px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    _zoom: 1;
    vertical-align: text-bottom
}

.site-mini-header .user-name i {
    font-size: 24px;
    line-height: 24px;
    vertical-align: 9px
}

.site-mini-header .user-menu {
    display: none;
    position: absolute;
    left: 0;
    left: -1px \9;
    top: 40px;
    z-index: 3;
    width: 120px;
    margin: 0;
    padding: 7px 0;
    border: 1px solid #e0e0e0 \9;
    border-top: 0 \9;
    list-style-type: none;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15)
}

.site-mini-header .user-menu a {
    display: block;
    padding: 3px 30px;
    line-height: 2
}

.site-mini-header .user-active a {
    color: #424242
}

.site-mini-header .user-active a:hover {
    color: #ff6700
}

.site-mini-header .user-active .user-name {
    background: #fff
}

.site-mini-header .user-active .user-menu a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.site-mini-header .user-active .user-menu a:hover {
    background-color: #f5f5f5
}

.site-mini-header .topbar-info {
    margin-top: 30px
}

.site-mini-header .topbar-info .sep {
    color: #e0e0e0
}

.site-mini-header a {
    color: #757575
}

.modal-weixin .modal-bd {
    text-align: center
}

.modal-globalSites .modal-bd {
    text-align: center
}

.modal-globalSites .modal-bd h3 {
    color: #424242;
    font-size: 32px;
    margin: 0
}

.modal-globalSites .modal-bd .modal-globalSites-tips {
    margin: 0;
    font-size: 18px
}

.modal-globalSites .modal-bd .modal-globalSites-links {
    width: 480px;
    margin: 30px auto 0
}

.modal-globalSites .modal-bd .modal-globalSites-links a {
    display: block;
    float: left;
    _display: inline;
    margin: 0 20px 20px 0;
    width: 140px;
    height: 40px;
    line-height: 40px;
    background-color: #eee
}

.modal-globalSites .modal-bd .modal-globalSites-links a:hover {
    background-color: #ff6700;
    color: #fff
}

.xm-recommend ul, .xm-recommend li, .xm-recommend dl, .xm-recommend dt, .xm-recommend dd {
    padding: 0;
    margin-top: 0;
    list-style: none
}

.xm-recommend ul li {
    margin-bottom: 14px;
    height: 300px;
    background-color: #fff;
    text-align: center
}

.xm-recommend ul li:hover {
    z-index: 2
}

.xm-recommend ul li:hover .dot {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1)
}

.xm-recommend ul li .dot {
    -webkit-transition: -webkit-box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear
}

.xm-recommend ul li.pager {
    background-color: transparent
}

.xm-recommend ul.xm-carousel-list li {
    margin-right: 14px
}

.xm-recommend dl {
    padding: 0 20px;
    margin-bottom: 0
}

.xm-recommend dl dt {
    padding: 40px 0 15px;
    height: 145px
}

.xm-recommend dl dd {
    margin-left: 0
}

.xm-recommend .xm-recommend-name {
    margin-bottom: 10px;
    height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    _zoom: 1
}

.xm-recommend .xm-recommend-name a {
    color: #333
}

.xm-recommend .xm-recommend-price {
    margin-bottom: 10px;
    color: #ff6700
}

.xm-recommend .xm-recommend-tips {
    position: relative;
    color: #757575
}

.xm-recommend .xm-recommend-tips .btn {
    position: absolute;
    left: 37px;
    top: 0;
    width: 120px;
    display: none
}

.xm-recommend .xm-pagers-wrapper {
    margin-top: 35px
}

.xm-recommend-title {
    position: relative;
    margin: 0;
    height: 50px;
    font-size: 30px;
    font-weight: 400;
    color: #757575;
    border-top: 1px solid #e0e0e0;
    -webkit-font-smoothing: antialiased
}

.xm-recommend-title span {
    position: absolute;
    top: -20px;
    left: 372px;
    height: 40px;
    width: 482px;
    line-height: 40px;
    text-align: center;
    display: block;
    background-color: #f5f5f5
}

.get-dm-loading {
    width: 100px;
    margin-left: -50px;
    margin-top: -31px;
    text-align: center
}

.modal-bigtap-queue {
    width: 700px;
    height: 400px;
    margin-left: -350px;
    margin-top: -200px
}

.modal-bigtap-queue .modal-body {
    text-align: center;
    padding-top: 30px
}

.modal-bigtap-queue h3 {
    margin: 15px 0;
    color: #333;
    font-size: 40px;
    line-height: 1
}

.modal-bigtap-queue .queue-tip {
    color: #666;
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0 0
}

.modal-bigtap-queue .queue-animate {
    width: 450px;
    margin: 0 auto;
    position: relative
}

.modal-bigtap-queue .animate-mask {
    width: 100px;
    height: 200px;
    position: absolute;
    top: 0
}

.modal-bigtap-queue .animate-mask-left {
    left: 0;
    background-image: -webkit-linear-gradient(left, #fff 20%, rgba(255, 255, 255, 0));
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #fff), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, #fff 20%, rgba(255, 255, 255, 0))
}

.modal-bigtap-queue .animate-mask-right {
    right: 0;
    background-image: -webkit-linear-gradient(right, #fff 20%, rgba(255, 255, 255, 0));
    background-image: -webkit-gradient(linear, right top, left top, color-stop(20%, #fff), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to left, #fff 20%, rgba(255, 255, 255, 0))
}

.modal-bigtap-queue .mitu-walk {
    width: 450px;
    height: 200px;
    margin: 10px auto 0;
    background: url(http://s1.mi.com/open/131101/images/animate-mitu.png?4) repeat-x 0
}

.modal-bigtap-error {
    width: 900px;
    height: 500px;
    margin-left: -450px;
    margin-top: -250px
}

.modal-bigtap-error .modal-body {
    height: 360px;
    padding: 140px 50px 0 385px;
    background: url(http://s1.mi.com/open/131101/images/mitu-2.png) no-repeat 5px 0
}

.modal-bigtap-error h3 {
    color: #333;
    font-size: 32px;
    line-height: 1;
    padding: 0 0 20px;
    margin: 0
}

.modal-bigtap-error .error-tip {
    margin: 0;
    padding-bottom: 40px;
    line-height: 28px;
    font-size: 16px;
    color: #666
}
