body {
    font-family: 'MI-LANTING--GBK1-Bold'
}

a {
    cursor: pointer
}

.hidden {
    display: none
}

.hidden-child {
    display: none
}

.search-filter {
    background: #fff
}

.search-filter .filter-wrap {
    margin: auto;
    width: 1226px;
    padding: 18px 0;
    display: none
}

.search-filter .filter-wrap .no-result {
    padding: 15px 0 23px
}

.search-filter .filter-wrap .no-result .title {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 400
}

.search-filter .filter-wrap .no-result .tip {
    margin: 0 0 20px
}

.search-filter .filter-wrap .no-result a, .search-filter .filter-wrap .no-result .keyword {
    color: #26d5d0
}

.search-filter .filter-wrap .no-result .sep {
    color: #b0b0b0
}

.search-filter .filter-list {
    position: relative
}

.search-filter .filter-list .item.choose-item {
    padding-bottom: 14px
}

.search-filter .filter-list .label, .search-filter .filter-list .more-btn {
    position: absolute;
    height: 20px;
    line-height: 20px;
    padding: 14px 0;
    font-size: 14px
}

.search-filter .filter-list .label {
    top: 0;
    left: 0;
    color: #b0b0b0
}

.search-filter .filter-list .more-btn {
    cursor: pointer;
    color: #757575;
    right: 0;
    top: 0
}

.search-filter .filter-list .item.show-less {
    height: 48px
}

.search-filter .filter-list .item:first-child {
    border-top: none
}

.search-filter .filter-list .item {
    position: relative;
    overflow: hidden;
    _zoom: 1;
    border-top: 1px solid #ededed;
    padding: 0 60px 0 124px;
    margin: 0;
    list-style: none;
    font-size: 0
}

.search-filter .filter-list .item .level-menu {
    text-align: center
}

.search-filter .filter-list .item li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    _zoom: 1;
    color: #424242;
    font-size: 14px;
    width: 148px;
    padding: 14px 0;
    height: 20px;
    line-height: 20px
}

.search-filter .filter-list .item .iconfont {
    color: #cccccc;
    margin-left: 4px
}

.search-filter .filter-list .item a {
    color: #424242
}

.search-filter .filter-list .item a:hover {
    color: #f60
}

.search-filter .filter-list .item .selected-item {
    height: auto;
    width: auto;
    margin: 6px 14px 6px 0;
    padding: 0
}

.search-filter .filter-list .item .selected-item a {
    position: relative;
    border: 1px solid #b0b0b0;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    padding: 5px 58px 5px 20px
}

.search-filter .filter-list .item .selected-item a:hover {
    color: #e53935;
    border: 1px solid #e53935
}

.search-filter .filter-list .item .selected-item a:hover .iconfont {
    background-color: #e53935
}

.search-filter .filter-list .item .selected-item a .iconfont {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    background-color: #b0b0b0;
    color: #fff
}

.search-filter .filter-list .item .active a {
    color: #f60
}

.search-filter .filter-list .item .show-child {
    -webkit-box-shadow: -1px -4px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -1px -4px 4px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    background: #fff;
    z-index: 100
}

.search-filter .filter-list .item.level-item {
    padding-left: 86px
}

.search-filter .filter-list .item.level-item .label {
    width: 80px
}

.search-filter .filter-list .item-child {
    position: absolute;
    background: #fff;
    -webkit-box-shadow: -1px 4px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -1px 4px 10px 0 rgba(0, 0, 0, 0.1);
    width: 1224px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 36px;
    z-index: 99
}

.search-filter .filter-list .item-child span {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-right: 78px
}

.order-list-box {
    height: 20px;
    margin: 20px 0;
    overflow: hidden;
    position: relative;
    zoom: 1
}

.order-list-box .order-list {
    float: left;
    height: 20px;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.order-list-box .order-list li {
    float: left;
    padding: 0 30px;
    border-left: 1px solid #e0e0e0;
    line-height: 20px
}

.order-list-box .order-list li.first {
    padding-left: 0;
    border-left: 0
}

.order-list-box .order-list li.active a {
    color: #26d5d0
}

.order-list-box .order-list li a {
    color: #424242;
    -webkit-transition: color .2s;
    transition: color .2s
}

.order-list-box .order-list li a:hover {
    color: #26d5d0
}

.order-list-box .order-list i {
    font-size: 16px;
    line-height: 16px;
    vertical-align: -1px
}

.order-list-box .type-list {
    float: right;
    height: 20px;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.order-list-box .type-list li {
    float: left;
    margin-left: 30px
}

.order-list-box .type-list a {
    color: #424242;
    -webkit-transition: color .2s;
    transition: color .2s
}

.order-list-box .type-list a:hover {
    color: #26d5d0
}

.order-list-box .type-list .checkbox {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    vertical-align: -2px;
    font-size: 16px;
    line-height: 18px;
    text-align: center
}

.order-list-box .type-list .checkbox i {
    visibility: hidden
}

.order-list-box .type-list .checkbox-checked {
    background-color: #26d5d0;
    border-color: #26d5d0;
    color: #fff
}

.order-list-box .type-list .checkbox-checked i {
    visibility: visible
}

.goods-list-box {
    width: 1226px
}

.goods-list {
    width: 1240px;
    margin: 0;
    list-style-type: none
}

.goods-item {
    position: relative;
    float: left;
    width: 296px;
    height: 383px;
    padding-top: 47px;
    margin-right: 14px;
    margin-bottom: 14px;
    text-align: center;
    background: #fff;
    -webkit-transition: -webkit-box-shadow .5s linear;
    transition: box-shadow .5s linear
}

.goods-item:hover {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2)
}

.goods-item:hover .actions .btn-like, .goods-item:hover .actions .btn-buy {
    opacity: 1;
    filter: alpha(opacity=100) \9
}

.goods-item .figure-img {
    width: 200px;
    height: 200px;
    margin: 0 auto 16px
}

.goods-item .figure-img a {
    display: block
}

.goods-item .figure-img img {
    width: 200px;
    height: 200px
}

.goods-item .desc {
    margin: 0 0 3px;
    height: 18px;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    _zoom: 1;
    color: #b0b0b0
}

.goods-item .title {
    margin: 0 0 3px;
    font-size: 14px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    _zoom: 1
}

.goods-item .title a {
    color: #424242
}

.goods-item .price {
    margin: 0 0 15px;
    color: #26d5d0
}

.goods-item .price del {
    color: #b0b0b0
}

.goods-item .price .num {
    margin-right: .25em
}

.goods-item .thumbs {
    width: 100%;
    height: 36px;
    overflow: hidden;
    _zoom: 1
}

.goods-item .thumb-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0
}

.goods-item .thumb-list li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 34px;
    height: 34px;
    margin: 0 4px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    -webkit-transition: border-color .2s linear;
    transition: border-color .2s linear
}

.goods-item .thumb-list li.active, .goods-item .thumb-list li:hover {
    border-color: #26d5d0
}

.goods-item .thumb-list img {
    width: 34px;
    height: 34px
}

.goods-item .xm-carousel-container {
    position: relative
}

.goods-item .xm-carousel-container .control {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    font-size: 16px;
    line-height: 24px
}

.goods-item .xm-carousel-container .control-prev {
    left: 10px
}

.goods-item .xm-carousel-container .control-next {
    right: 10px
}

.goods-item .xm-carousel-wrapper {
    width: 212px;
    margin: 0 auto
}

.goods-item .xm-carousel-wrapper .thumb-list li {
    float: left;
    _display: inline;
    margin: 0 8px 0 0
}

.goods-item .actions .btn-like, .goods-item .actions .btn-buy {
    position: absolute;
    top: 20px;
    z-index: 3;
    height: 24px;
    padding: 3px 4px;
    font-size: 12px;
    color: #424242;
    opacity: 0;
    filter: alpha(opacity=0) \9;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.goods-item .actions .btn-like:hover, .goods-item .actions .btn-buy:hover {
    color: #424242
}

.goods-item .actions .btn-like:hover span, .goods-item .actions .btn-buy:hover span {
    opacity: 1;
    filter: alpha(opacity=100) \9
}

.goods-item .actions .btn-like:focus, .goods-item .actions .btn-buy:focus {
    outline: 0
}

.goods-item .actions .btn-like {
    left: 20px
}

.goods-item .actions .btn-liked i {
    color: #e53935
}

.goods-item .actions .btn-buy {
    right: 20px
}

.goods-item .actions i {
    font-size: 24px;
    line-height: 24px;
    vertical-align: -5px;
    color: #424242
}

.goods-item .actions span {
    opacity: 0;
    filter: alpha(opacity=0) \9;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.goods-item .flags {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    max-height: 40px;
    font-size: 12px;
    text-align: left;
    overflow: hidden;
    _zoom: 1
}

.goods-item .flags .flag {
    height: 18px;
    padding: 1px 20px;
    color: #fff
}

.goods-item .flags .flag-new {
    background-color: #83c44e
}

.goods-item .flags .flag-saleoff {
    background-color: #e53935
}

.goods-item .flags .flag-postfree {
    background-color: #ffac13
}

.goods-item .flags .flag-gift {
    background-color: #2196f3
}

.goods-item .notice {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
    width: 276px;
    opacity: 0;
    filter: alpha(opacity=0) \9;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.goods-item .notice .btn {
    opacity: .95;
    filter: alpha(opacity=95) \9
}

.goods-detail-item {
    position: relative;
    float: left;
    width: 606px;
    height: 320px;
    margin-right: 14px;
    margin-bottom: 14px;
    background-color: #fafafa;
    -webkit-transition: -webkit-box-shadow .5s linear;
    transition: box-shadow .5s linear
}

.goods-detail-item:hover {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2)
}

.goods-detail-item:hover .actions .btn-like, .goods-detail-item:hover .actions .btn-buy {
    opacity: 1;
    filter: alpha(opacity=100) \9
}

.goods-detail-item .item-main {
    position: relative;
    float: right;
    width: 236px;
    height: 250px;
    padding: 40px 30px 30px
}

.goods-detail-item .item-sub {
    position: relative;
    float: left;
    width: 310px;
    height: 320px;
    background-color: #fff
}

.goods-detail-item .title {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    _zoom: 1
}

.goods-detail-item .title a {
    color: #333
}

.goods-detail-item .price {
    margin: 0 0 15px;
    font-size: 18px;
    color: #26d5d0
}

.goods-detail-item .price del {
    color: #b0b0b0
}

.goods-detail-item .price .num {
    margin-right: .25em
}

.goods-detail-item .thumbs {
    width: 100%;
    height: 36px;
    overflow: hidden;
    _zoom: 1
}

.goods-detail-item .thumb-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0
}

.goods-detail-item .thumb-list li {
    float: left;
    margin-right: 8px;
    width: 34px;
    height: 34px;
    border: 1px solid #e0e0e0;
    -webkit-transition: border-color .2s linear;
    transition: border-color .2s linear;
    cursor: pointer
}

.goods-detail-item .thumb-list li.active, .goods-detail-item .thumb-list li:hover {
    border-color: #26d5d0
}

.goods-detail-item .thumb-list img {
    width: 34px;
    height: 34px
}

.goods-detail-item .xm-carousel-container {
    position: relative;
    overflow: visible
}

.goods-detail-item .xm-carousel-container .control {
    position: absolute;
    top: 50%;
    margin-top: -20px
}

.goods-detail-item .xm-carousel-container .control-prev {
    left: -15px
}

.goods-detail-item .xm-carousel-container .control-next {
    right: -15px
}

.goods-detail-item .xm-carousel-wrapper {
    width: 212px;
    margin: 0 auto
}

.goods-detail-item .xm-carousel-wrapper .thumb-list li {
    float: left;
    _display: inline;
    margin: 0 8px 0 0
}

.goods-detail-item .reviews {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 236px;
    padding: 0 30px
}

.goods-detail-item .btn-add {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 72px;
    padding: 0 20px 0 8px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #79909b;
    border-radius: 20px;
    -webkit-font-smoothing: antialiased
}

.goods-detail-item .review {
    font-size: 14px;
    color: #757575
}

.goods-detail-item .meta {
    font-size: 12px;
    color: #b0b0b0
}

.goods-detail-item .meta a {
    color: #b0b0b0
}

.goods-detail-item .author {
    position: relative;
    float: left;
    height: 18px;
    margin: 0;
    padding-left: 30px
}

.goods-detail-item .avatar {
    position: absolute;
    left: 0;
    top: -4px;
    width: 20px;
    height: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 20px
}

.goods-detail-item .more {
    float: right;
    height: 18px
}

.goods-detail-item .figure-img {
    width: 200px;
    height: 200px;
    padding: 60px 0;
    margin: 0 auto
}

.goods-detail-item .figure-img a {
    display: block
}

.goods-detail-item .figure-img img {
    width: 200px;
    height: 200px
}

.goods-detail-item .actions .btn-like, .goods-detail-item .actions .btn-buy {
    position: absolute;
    top: 24px;
    z-index: 3;
    padding: 3px 10px;
    font-size: 12px;
    color: #424242;
    opacity: 0;
    filter: alpha(opacity=0) \9;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.goods-detail-item .actions .btn-like:hover, .goods-detail-item .actions .btn-buy:hover {
    color: #424242
}

.goods-detail-item .actions .btn-like:hover span, .goods-detail-item .actions .btn-buy:hover span {
    opacity: 1;
    filter: alpha(opacity=100) \9
}

.goods-detail-item .actions .btn-like:focus, .goods-detail-item .actions .btn-buy:focus {
    outline: 0
}

.goods-detail-item .actions .btn-like {
    left: 20px
}

.goods-detail-item .actions .btn-liked i {
    color: #e53935
}

.goods-detail-item .actions .btn-buy {
    right: 20px
}

.goods-detail-item .actions i {
    font-size: 24px;
    line-height: 24px;
    vertical-align: -5px;
    color: #424242
}

.goods-detail-item .actions span {
    opacity: 0;
    filter: alpha(opacity=0) \9;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.goods-detail-item .flags {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 310px;
    max-height: 40px;
    font-size: 12px;
    text-align: left;
    overflow: hidden;
    _zoom: 1
}

.goods-detail-item .flags .flag {
    height: 18px;
    padding: 1px 20px;
    color: #fff
}

.goods-detail-item .flags .flag-new {
    background-color: #83c44e
}

.goods-detail-item .flags .flag-saleoff {
    background-color: #e53935
}

.goods-detail-item .flags .flag-postfree {
    background-color: #ffac13
}

.goods-detail-item .flags .flag-gift {
    background-color: #2196f3
}

.goods-detail-item .notice {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
    width: 290px;
    opacity: 0;
    filter: alpha(opacity=0) \9;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.goods-detail-item .notice .btn {
    opacity: .95;
    filter: alpha(opacity=95) \9
}

.goods-item-notice .notice {
    opacity: 1;
    filter: alpha(opacity=100) \9;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.search-reuslt {
    padding: 20px 0 100px;
    background: #f5f5f5
}

.search-reuslt .empty {
    margin: 0 auto;
    width: 1226px
}

.search-reuslt .recommend-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1226px;
    margin: 20px auto 0;
    background: #fff;
    padding: 20px 42px
}

.search-reuslt .recommend-wrap .title {
    margin: 0;
    color: #b0b0b0;
    width: 210px
}

.search-reuslt .recommend-wrap .key-word {
    width: 108px
}

.search-reuslt .recommend-wrap .key-word a {
    color: #424242
}

.search-reuslt .recommend-wrap .title, .search-reuslt .recommend-wrap .key-word {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 42px;
    line-height: 42px;
    font-size: 14px
}

.reuslt-order {
    width: 1226px;
    position: relative;
    margin: 0 auto
}

.reuslt-order .order-list-box {
    height: 30px
}

.reuslt-order .order-list-box .type-list a {
    color: #424242
}

.reuslt-order .order-list-box .type-list a:hover {
    color: #f60
}

.reuslt-order .order-list-box .order-list, .reuslt-order .order-list-box .type-list {
    height: 30px;
    line-height: 30px
}

.reuslt-order .order-list-box .order-list li:first-child {
    border-left: none
}

.reuslt-order .order-list-box .address-choose {
    color: #424242
}

.reuslt-order .order-list-box .address-choose .label {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-right: 8px;
    height: 30px
}

.reuslt-order .order-list-box .address-choose .address-show {
    position: relative;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    background: #ffffff;
    border: 1px solid #E3E3E3;
    height: 14px;
    line-height: 14px;
    padding: 7px 14px;
    cursor: pointer
}

.reuslt-order .order-list-box .address-choose .address-show:after {
    width: 0;
    height: 0;
    overflow: hidden;
    _zoom: 1;
    font-size: 0;
    line-height: 0;
    border-width: 6px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #a9a9a9;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -4px;
    bottom: -4px;
    content: ' '
}

.goods-item .title {
    margin: 0 auto;
    width: 230px
}

.goods-item .flags {
    bottom: 36px;
    font-size: 0;
    max-height: 18px;
    text-align: center
}

.goods-item .flags .sale-icon {
    margin-left: 4px
}

.goods-item .flags .sale-icon:first-child {
    margin: 0
}

.goods-item .flags .new-label {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #83c44e;
    border-radius: 2px;
    text-align: center;
    font-weight: 300;
    font-size: 13px;
    margin-right: 4px;
    color: #fff;
    height: 18px;
    width: 42px;
    vertical-align: top
}

.user-default-address {
    padding: 30px 40px 30px 32px;
    border-top: 1px solid #e0e0e0;
    position: relative
}

.user-default-address .iconfont-location {
    position: absolute;
    left: 0;
    top: 26px;
    font-size: 20px;
    color: #999
}

.user-default-address .address-info {
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.user-default-address .address-info .item {
    margin-right: 14px
}

.user-default-address .product-status {
    color: #b0b0b0
}

.user-default-address .product-status .sale, .user-default-address .product-status .no, .user-default-address .product-status .pre, .user-default-address .product-status .book, .user-default-address .product-status .over {
    display: none
}

.user-default-address .product-status .sale, .user-default-address .product-status .over {
    color: #26d5d00
}

.user-default-address .active .sale {
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.user-default-address .active .over, .user-default-address .active .no, .user-default-address .active .pre, .user-default-address .active .book, .user-default-address .active .init {
    display: none
}

.user-default-address .presales .pre {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    color: #26d5d0
}

.user-default-address .presales .over, .user-default-address .presales .sale .no, .user-default-address .presales .book, .user-default-address .presales .init {
    display: none
}

.user-default-address .booking .book {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    color: #26d5d0
}

.user-default-address .booking .over, .user-default-address .booking .sale .no, .user-default-address .booking .pre, .user-default-address .booking .init {
    display: none
}

.user-default-address .soldout .over {
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.user-default-address .soldout .sale, .user-default-address .soldout .pre, .user-default-address .soldout .no, .user-default-address .soldout .book, .user-default-address .soldout .init {
    display: none
}

.user-default-address .noserver .no {
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.user-default-address .noserver .sale, .user-default-address .noserver .over, .user-default-address .noserver .pre, .user-default-address .noserver .book, .user-default-address .noserver .init {
    display: none
}

.user-default-address .nohas .nohasAddress {
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.user-default-address .nohas .no, .user-default-address .nohas .sale, .user-default-address .nohas .over, .user-default-address .nohas .pre, .user-default-address .nohas .book, .user-default-address .nohas .init {
    display: none
}

.user-default-address .switch-choose-regions {
    line-height: 1;
    color: #26d5d0;
    cursor: pointer
}

.address-wrap {
    margin-top: 40px;
    margin-bottom: 40px
}

.address-wrap .user-default-address {
    background: #fafafa;
    border: 1px solid #e0e0e0;
    padding-left: 50px
}

.address-wrap .user-default-address .iconfont-location {
    left: 20px
}

.modal-choose-regions {
    background: #fff;
    position: absolute !important;
    z-index: 99;
    width: 582px;
    border: 1px solid #E3E3E3;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.15);
    margin: 0
}

.modal-choose-regions.fade {
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.modal-choose-regions .close {
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #b0b0b0
}

.modal-choose-regions .close .iconfont {
    font-size: 18px
}

.modal-choose-regions .modal-body {
    padding: 42px 40px;
    max-height: none
}

.pro-choose-regions .switch-type {
    height: 48px;
    line-height: 48px
}

.search-address-wrapper {
    position: relative
}

.search-address-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.search-address-wrapper .search-section {
    width: 500px;
    height: 48px;
    border: 1px solid #e0e0e0;
    position: relative
}

.search-address-wrapper .search-section .icon {
    position: absolute;
    top: 50%;
    color: #616161;
    font-size: 24px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center
}

.search-address-wrapper .search-section .icon-search {
    left: 15px;
    color: #616161
}

.search-address-wrapper .search-section .icon-del {
    right: 15px;
    cursor: pointer;
    color: #fff;
    background-color: #e0e0e0;
    border-radius: 50%
}

.search-address-wrapper .search-input {
    width: 356px;
    height: 48px;
    padding: 0 48px;
    line-height: 48px;
    border: none
}

.search-address-wrapper .search-input:focus {
    outline: none
}

.search-address-wrapper .switch-type {
    border-bottom: 1px solid #e0e0e0
}

.search-address-wrapper .my-address {
    margin-top: 20px
}

.search-address-wrapper .my-address .title {
    margin-bottom: 10px;
    color: #333
}

.search-address-wrapper .my-address li:nth-child(2n) {
    margin-left: 10px
}

.search-address-wrapper .my-address li {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 245px;
    height: 78px;
    margin-bottom: 10px;
    padding: 14px 20px;
    border: 1px solid #E0E0E0;
    line-height: 20px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.search-address-wrapper .my-address li:hover {
    background-color: #f0f0f0
}

.search-address-wrapper .my-address li .address-title, .search-address-wrapper .my-address li .address-desc {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    _zoom: 1
}

.search-address-wrapper .my-address li .address-title {
    margin-bottom: 8px
}

.search-address-wrapper .my-address li .address-title .item {
    margin-right: 6px
}

.search-address-wrapper .my-address li .address-desc {
    font-size: 12px;
    color: #b0b0b0
}

.search-address-wrapper .my-address .page-controller {
    margin-top: 20px;
    text-align: center;
    line-height: 20px
}

.search-address-wrapper .my-address .page-controller i {
    font-style: normal
}

.search-address-wrapper .my-address .page-controller .page-num {
    margin: 0 14px;
    color: #B5B5B5
}

.search-address-wrapper .my-address .page-controller .curr {
    color: #26d5d0
}

.search-address-wrapper .nearby-address, .search-address-wrapper .search-address {
    width: 100%;
    background-color: #fff
}

.search-address-wrapper .nearby-address li, .search-address-wrapper .search-address li {
    padding: 14px 30px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    _zoom: 1
}

.search-address-wrapper .nearby-address li:hover, .search-address-wrapper .search-address li:hover {
    background-color: #f0f0f0
}

.search-address-wrapper .nearby-address li:hover .btn, .search-address-wrapper .search-address li:hover .btn {
    right: 30px;
    opacity: 1;
    filter: alpha(opacity=100) \9
}

.search-address-wrapper .nearby-address li .btn, .search-address-wrapper .search-address li .btn {
    position: absolute;
    top: 50%;
    right: -110px;
    width: 100px;
    height: 32px;
    line-height: 32px;
    margin-top: -17px;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    filter: alpha(opacity=0) \9;
    z-index: 1
}

.search-address-wrapper .nearby-address .address-title, .search-address-wrapper .nearby-address .address-desc, .search-address-wrapper .search-address .address-title, .search-address-wrapper .search-address .address-desc {
    margin-right: 120px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    _zoom: 1
}

.search-address-wrapper .nearby-address .address-desc, .search-address-wrapper .search-address .address-desc {
    font-size: 12px;
    color: #b0b0b0
}

.search-address-wrapper .nearby-address .title {
    margin-bottom: 10px;
    padding-top: 30px;
    color: #b0b0b0
}

.search-address-wrapper .no-login, .search-address-wrapper .no-result {
    margin: 20px 0;
    text-align: center;
    color: #757575
}

.search-address-wrapper .no-login a, .search-address-wrapper .no-result a {
    color: #26d5d0
}

.select-address-wrapper .select-box {
    padding: 6px 0;
    border-bottom: 1px solid #e0e0e0
}

.select-address-wrapper .select-item {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 5%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    _zoom: 1;
    color: #26d5d0
}

.select-address-wrapper .select-item.active {
    cursor: pointer;
    color: #424242
}

.select-address-wrapper .options-box ul {
    margin: 0;
    padding: 20px 0;
    list-style: none
}

.select-address-wrapper .options-box li {
    float: left;
    margin-right: 14px;
    margin-bottom: 14px
}

.select-address-wrapper .options-box li:hover {
    color: #26d5d0;
    text-decoration: underline;
    cursor: pointer
}

.text-center {
    text-align: center
}

.search-favourite {
    padding: 20px 0 100px;
    background: #f5f5f5
}

.xm-recommend-container {
    margin-top: 60px
}


.text:hover {
    color: #26d5d0;
}

.site-header {
    width: 100%;
    background-color: rgba(250, 250, 250, 1);
    border-top: 1px solid #505050;
    box-sizing: border-box;
    position: relative;
    z-index: 20;
    height: 130px;

}



.site-category {
    position: absolute;
    top: 38px;
    left: -104px;
    z-index: 21;
    width: 234px;
    height: 504px;
    font-size: 14px
}

.site-category-list {
    height: 504px;
    margin: 0;
    padding: 20px 0;
    list-style-type: none;
    border: 1px solid #26d5d0;
    color: #424242;
    background: #fff
}

/*
.s-header{ width:100%; background-color:rgba(250,250,250,1);border-bottom: 1px solid #000; border-top:1px solid #505050;box-sizing:border-box;position:relative;z-index:20;height:100px;display: none;}
.s-header .container{position:relative}
.s-header .header-logo{float:left;width:62px;margin-top:22px}
.s-header .header-nav{float:left;width:1200px}
.s-header .header-search{float:right;width:296px;margin-top:25px}
.s-header .logo{position:relative;display:block;width:55px;height:55px;overflow:hidden;_zoom:1;background-color:#26d5d0;*background:url(/i/logo.png) no-repeat 50% 50%}
.s-header .logo:before,.s-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 .2s;transition:all .2s}
.s-header .logo:before{background:url(../i/mi-logo.png) no-repeat 50% 50%;opacity:1;filter:alpha(opacity=100)\9;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}
.s-header .logo:after{background:url(../i/mi-home.png) 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)}
.s-header .logo:focus{outline:0}
.s-header .logo:hover:before{opacity:0;filter:alpha(opacity=0)\9;-webkit-transform:translate3d(55px, 0, 0);transform:translate3d(55px, 0, 0)}
.s-header .logo:hover:after{opacity:1;filter:alpha(opacity=100)\9;-webkit-transform:translate3d(55px, 0, 0);transform:translate3d(55px, 0, 0)}
.s-header .logo:active:after{-webkit-transform:translate3d(55px, 0, 0) scale(0.9);transform:translate3d(55px, 0, 0) scale(0.9)}
.s-header .nav-list{position:relative;z-index:10;float:left;width:1200px;height:88px;margin:0;padding:12px 0 0 30px;list-style-type:none;font-size:16px}
.s-header .nav-item{ width:150px;float:left}
.s-header .nav-item .link{display:block;padding:26px 10px 38px;*padding:26px 8px 38px;color:#333}
.s-header .nav-item .link:focus{outline:0}
.s-header .nav-item .item-children{display:none}
.s-header .nav-category{position:relative;float:left;width:127px;padding-right:15px}
.s-header .nav-category .link-category{display:block;padding:26px 0 38px;text-align:center;color:#333}
.s-header .nav-item-active{position:relative}
.s-header .nav-item-active .link{color:#26d5d0}
.s-header .nav-item-active:after{position:absolute;top:50px;left:50%;width:600px;height:40px;margin-left:-300px;content:'';background-color:transparent}
.s-header .header-nav-menu{position:absolute;top:100px;left:0;z-index:24;width:100%;height:229px;border-top:1px solid #e0e0e0;background:#fff}
.s-header .header-nav-menu .children-list{margin:0;padding:0;list-style-type:none;font-size:12px}
.s-header .header-nav-menu .children-list li{position:relative;float:left;width:180px;padding:35px 12px 0;text-align:center}
.s-header .header-nav-menu .children-list li:before{position:absolute;left:0;top:35px;z-index:1;width:1px;height:100px;content:"";}
.s-header .header-nav-menu .children-list .first:before{display:none}
.s-header .header-nav-menu .figure-thumb{width:160px;height:110px;margin:0 auto 16px;text-align:center}
.s-header .header-nav-menu .figure-thumb img{width:160px;height:110px}
.s-header .header-nav-menu .figure-thumb a{display:block}
.s-header .header-nav-menu .title{margin:0;line-height:20px;color:#333}
.s-header .header-nav-menu .title,.s-header .header-nav-menu .title a{color:#333}
.s-header .header-nav-menu .price{margin:0;line-height:20px;color:#26d5d0}
.s-header .header-nav-menu .flags{position:absolute;top:-1px;left:0;z-index:1;width:100%;font-size:12px;text-align:center}
.s-header .header-nav-menu .flag{display:inline-block;*zoom:1;*display:inline;height:18px;padding:1px 20px;border:1px solid #26d5d0;color:#26d5d0}
.s-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 .2s;transition:box-shadow .2s}
.s-header .search-form{position:relative;width:296px;height:50px}
.s-header .search-form .keyword-list{position:absolute;left:0;top:50px;_top:51px;z-index:20;width:243px;border:1px solid #26d5d0;border-top:0;background:#fff}
.s-header .search-form .keyword-list ul{margin:0;padding:0;list-style-type:none}
.s-header .search-form .keyword-list li.active,.s-header .search-form .keyword-list li:hover{background:#fafafa}
.s-header .search-form .keyword-list li a{position:relative;display:block;padding:6px 15px;font-size:12px;color:#424242}
.s-header .search-form .keyword-list li .keyword{color:#26d5d0}
.s-header .search-form .keyword-list li .result{position:absolute;right:15px;top:6px;color:#b0b0b0}
.s-header .search-form:hover .search-text{border-color:#b0b0b0}
.s-header .search-form:hover .search-btn{border-color:#b0b0b0}
.s-header .search-form:hover .search-btn:hover{border-color:#26d5d0}
.s-header .search-form-focus:hover .search-text{border-color:#26d5d0}
.s-header .search-form-focus:hover .search-btn{border-color:#26d5d0}
.s-header .search-form-focus .search-text{border-color:#26d5d0}
.s-header .search-form-focus .search-btn{border-color:#26d5d0}
.s-header .search-form-focus .search-btn:hover{background-color:#26d5d0;color:#fff}
.s-header .search-text{position:absolute;top:0;right:51px;z-index:1;width:223px;height:48px;padding:0 10px;border:1px solid #e0e0e0;font-size:14px;line-height:48px;outline:0;-webkit-transition:all .2s;transition:all .2s}
.s-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 .2s;transition:all .2s}
.s-header .search-btn:hover{background:#26d5d0;color:#fff}
.s-header .search-hot-words{position:absolute;top:14px;right:62px;z-index:2;text-align:right}
.s-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 .2s;transition:all .2s}
.s-header .search-hot-words a:hover{background:#26d5d0;color:#fff}.site-category{position:absolute;top:88px;left:-92px;z-index:21;width:234px;height:504px;font-size:14px}.site-category-list{height:504px;margin:0;padding:20px 0;list-style-type:none;border:1px solid #26d5d0;color:#424242;background:#fff}.site-category-list .category-item-active .title{background:#26d5d0;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;float: left;}.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 .2s;transition:color .2s}.site-category-list .children-list .link:hover{color:#26d5d0}.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-category-list .children-col-4{}.site-category-list .children-col-4 .children-list-col{width:248px}.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 .2s;transition:color .2s}.site-footer .list-service a:hover{color:#26d5d0}.site-footer .footer-links{padding:40px 0}.site-footer .footer-links .col-links{float:left;width:160px;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:#26d5d0}.site-footer .footer-links .col-contact{float:right;width:251px;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:#26d5d0}.site-info{padding:30px 0;font-size:12px;background:#fafafa}.site-info .container{position:relative}.site-info .logo{width:57px;height:57px;margin-right:10px;background:url(../i/logo-footer.png?v2) no-repeat 50% 50%;position:absolute;top:0;left:0}.site-info .info-text{color:#b0b0b0;padding-left:67px}.site-info .info-text p{margin:0;line-height:18px}.site-info .info-text a{color:#b0b0b0}.site-info .info-text a:hover{color:#26d5d0}.site-info .info-text .sites a{color:#757575}.site-info .info-text .sites a:hover{color:#26d5d0}.site-info .info-links{height:28px;margin:4px 0 0;padding-left:67px}.site-info .info-links img{width:auto;height:28px;margin-left:0px;margin-bottom:15px}.site-info .slogan{clear:both;margin:30px auto 0;width:267px;height:19px;background:url(../i/slogan2016.png) no-repeat center 0}.site-mini-header{font-size:12px;border-bottom:2px solid #26d5d0;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:#26d5d0}.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:#26d5d0}.site-mini-header .topbar-cart-active .cart-mini{color:#26d5d0;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 .message,.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:#26d5d0}.site-mini-header .user-active .user-name{background:#fff}.site-mini-header .user-active .user-menu a{-webkit-transition:all .2s;transition:all .2s}.site-mini-header .user-active .user-menu a:hover{background-color:#f5f5f5}.site-mini-header .message{padding:0 10px}.site-mini-header .message i{margin-left:5px;font-style:normal;color:#e53935}.site-mini-header .topbar-info{margin-top:30px}.site-mini-header .topbar-info .sep{color:#e0e0e0}.site-mini-header a{color:#757575}.modal-weixin{width:680px;margin-left:-340px}.modal-weixin .modal-bd{height:340px;padding:0}.modal-globalSites{width:880px;margin-left:-380px}.modal-globalSites .modal-bd{text-align:center;padding:20px 40px;max-height:none}.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{margin:30px auto 0}.modal-globalSites .modal-bd .modal-globalSites-links a{display:block;float:left;_display:inline;margin:0 10px 20px;width:140px;height:40px;line-height:40px;background-color:#eee}.modal-globalSites .modal-bd .modal-globalSites-links a:hover{background-color:#26d5d0;color:#fff}.xm-recommend{*width:1226px;*overflow:hidden;*_zoom:1;*position:relative}.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;position:relative}.xm-recommend ul li:hover{z-index:2;*z-index:auto}.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 .2s linear;transition:box-shadow .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 dt img{width:140px;height:140px}.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-ad{display:block;width:100%;margin:0 auto}.xm-recommend .xm-recommend-price{margin-bottom:10px;color:#26d5d0}.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-recommend-notice{position:absolute;top:0;left:0;z-index:5;width:100%;opacity:0;filter:alpha(opacity=0)\9;-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0);-webkit-transition:all .2s linear;transition:all .2s linear}.xm-recommend .xm-recommend-notice .btn{border-width:0}.xm-recommend .xm-recommend-notice-active{opacity:1;filter:alpha(opacity=100)\9;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.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}.modal-bigtap-queue{width:800px;height:600px;margin-left:-400px;margin-top:-300px}.modal-bigtap-queue .close{width:auto;padding:0 8px;font-size:12px}.modal-bigtap-queue .modal-body{text-align:center;padding:0}.modal-bigtap-queue .con{height:141px;overflow:hidden;_zoom:1}.modal-bigtap-queue .title{margin:30px 0 0;color:#424242;font-size:38px;font-weight:normal}.modal-bigtap-queue .queue-tip-box{margin:0 0 55px;overflow:hidden;_zoom:1}.modal-bigtap-queue .queue-tip{display:none;color:#666;margin:0;font-size:16px}.modal-bigtap-queue .queue-posters{height:459px;position:relative;overflow:hidden;_zoom:1}.modal-bigtap-queue .queue-posters .poster{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background-repeat:no-repeat;opacity:0;filter:alpha(opacity=0)\9;-webkit-transition:opacity 1s ease, -webkit-transform 20s linear;transition:opacity 1s ease, transform 20s linear}.modal-bigtap-queue .queue-posters .poster-1{background-image:url("//c1.mifile.cn/f/i/17/bigtap/poster-1.jpg")}.modal-bigtap-queue .queue-posters .poster-2{background-image:url("//c1.mifile.cn/f/i/17/bigtap/poster-2.jpg")}.modal-bigtap-queue .queue-posters .poster-3{background-image:url("//c1.mifile.cn/f/i/17/bigtap/poster-3.jpg")}.modal-bigtap-queue .queue-posters .poster-4{background-image:url("//c1.mifile.cn/f/i/17/bigtap/poster-4.jpg")}.modal-bigtap-queue .queue-posters .poster-5{background-image:url("//c1.mifile.cn/f/i/17/bigtap/poster-5.jpg")}.modal-bigtap-queue .queue-posters .active{opacity:1;filter:alpha(opacity=100)\9;-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.modal-bigtap-queue .queue-animate{position:relative}.modal-bigtap-queue .animate-mask{width:200px;height:100%;position:absolute;top:0}.modal-bigtap-queue .animate-mask-left{left: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-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:594px;height:270px;margin:0 auto;background:url("//c1.mifile.cn/f/i/16/base/bigtap-mitu-queue-big.png") 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("//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}.modal-bigtap-mode{width:700px;height:460px;margin-left:-350px;margin-top:-230px}.modal-bigtap-mode .close{display:none}.modal-bigtap-mode .modal-body{padding-bottom:0;text-align:center}.modal-bigtap-mode .modal-body .title{margin:0 0 20px;color:#333;font-size:32px;line-height:1}.modal-bigtap-mode .modal-body .desc{margin:0;color:#666}.modal-bigtap-mode .modal-body .reload{color:#C70F0F;text-decoration:underline}.modal-bigtap-mode .modal-body .mode-loading{margin:20px 0}.modal-bigtap-mode .modal-body .input-text{display:block;margin:0 auto 20px}.modal-bigtap-mode .modal-body .mode-action{margin:20px 0 20px}.modal-bigtap-mode .modal-body .mode-con{margin-bottom:20px;font-size:16px}.modal-bigtap-mode .modal-body .mode-con .q{margin-bottom:10px}.modal-bigtap-mode .modal-body .mode-con .d{height:40px}.modal-bigtap-mode .modal-body .mode-con .refresh{font-size:12px}.modal-bigtap-mode .modal-body .mode-con .img-q span{display:inline-block;*zoom:1;*display:inline;margin:0 5px;vertical-align:middle}.modal-bigtap-mode .modal-body .mode-con .img-d{margin:10px auto}.modal-bigtap-mode .modal-body .tip{color:#C70F0F}.modal-bigtap-soldout{width:800px;height:600px;margin-left:-400px;margin-top:-300px}.modal-bigtap-soldout .modal-body{padding:0}.modal-bigtap-soldout .modal-body .content{padding:60px 0}.modal-bigtap-soldout .modal-body .content .mitu{float:left;width:240px;height:240px;margin-left:30px;background:url("//c1.mifile.cn/f/i/16/base/bigtap-mitu-faild.png") no-repeat}.modal-bigtap-soldout .modal-body .content .title{float:left;_display:inline;width:500px;margin:40px 0 0;font-size:36px;line-height:48px}.modal-bigtap-soldout .modal-body .content .subtitle{float:left;width:500px;color:#757575;font-size:16px}.modal-bigtap-soldout .modal-body .content .desc{float:left;width:500px;color:#757575}.modal-bigtap-soldout .bigtap-recomment-goods .hd{margin-bottom:34px;border-top:1px solid #e0e0e0;text-align:center}.modal-bigtap-soldout .bigtap-recomment-goods .hd span{display:inline-block;*zoom:1;*display:inline;padding:0 24px;font-size:18px;line-height:24px;position:relative;top:-12px;color:#757575;background-color:#fff}.modal-bigtap-soldout .bigtap-recomment-goods ul{margin:0;padding:0;list-style:none}.modal-bigtap-soldout .bigtap-recomment-goods li{float:left;width:50%}.modal-bigtap-soldout .bigtap-recomment-goods li .pic{float:left;width:130px;height:130px;margin-right:12px;margin-left:44px;background-color:#eee}.modal-bigtap-soldout .bigtap-recomment-goods li .pic img{width:130px;height:130px}.modal-bigtap-soldout .bigtap-recomment-goods li .info{float:left;color:#333}.modal-bigtap-soldout .bigtap-recomment-goods li .info .title{margin:5px 0 8px;font-size:18px;font-weight:normal}.modal-bigtap-soldout .bigtap-recomment-goods li .info .desc{width:170px;height:40px;line-height:20px;margin:0 0 15px;overflow:hidden;_zoom:1}.modal-bigtap-soldout .bigtap-recomment-goods li .info .link{color:#26d5d0}.modal-bigtap-soldout-norec{height:480px;margin-top:-240px}.modal-bigtap-soldout-norec .modal-body .bigtap-recomment-goods{display:none}.modal-bigtap-soldout-norec .modal-body .content{margin-top:60px}.modal-user-risk .modal-bd{text-align:center}.modal-user-risk .modal-bd .title{margin:0 0 5px;color:#757575;font-size:20px;font-weight:normal}.modal-user-risk .modal-bd .desc{margin:0 0 8px;color:#757575}.modal-user-risk .modal-bd .link{color:#26d5d0}.modal-user-risk .modal-bd .form-section{width:310px;margin:20px auto}.modal-user-risk .modal-bd .form-section .input-text{width:276px}.modal-user-risk .modal-bd .form-section .btn{width:auto;height:40px;line-height:40px;padding:0 8px;position:absolute;top:0;right:0;border:none}.modal-user-risk .modal-bd .form-section .btn-get{color:#26d5d0}.modal-user-risk .modal-bd .form-section .btn-coutdown{color:#b0b0b0}.modal-user-risk .modal-bd .tip-msg{color:#e53935}.drag-captcha-box{border-radius:5px;overflow:hidden;_zoom:1}.drag-captcha-piece{position:absolute;left:0;background-repeat:no-repeat}.drag-captcha-bg-box{position:absolute;left:0;top:0;z-index:1}.drag-captcha-refresh{position:absolute;right:10px;top:100px;z-index:2;cursor:pointer;color:#fff;font-size:16px}.drag-captcha-control{margin-top:24px;margin-bottom:5px;height:30px;line-height:30px;border-radius:15px;position:relative;background-image:-webkit-gradient(linear, left top, right top, from(#bababa), to(#959595));background-image:linear-gradient(to right, #bababa, #959595)}.drag-captcha-control .handle{position:absolute;top:-5px;left:0;width:40px;height:40px;background:#eee url("//c1.mifile.cn/f/i/16/base/drag-captcha-handle.png") no-repeat;cursor:pointer;-webkit-box-shadow:0 20px 20px rgba(0,0,0,0.19);box-shadow:0 20px 20px rgba(0,0,0,0.19)}.drag-captcha-control .handle-active{background-position:0 -40px}.drag-captcha-msg{text-align:center;color:#fff;opacity:.63;filter:alpha(opacity=63)\9}.drag-captcha-loading{display:none;position:absolute;top:25px;left:50%;z-index:4;width:80px;height:80px;margin-left:-40px;border-radius:5px;background-color:#fff;background-color:rgba(255,255,255,0.8);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ccffffff", endColorstr="#ccffffff")\9;text-align:center}.drag-captcha-loading .iconfont{display:block;margin:15px auto 5px;font-size:20px;color:#424242}.drag-captcha-loading-backdrop{display:none;position:absolute;top:0;left:0;z-index:3;width:100%;height:130px;background-color:rgba(0,0,0,0.4);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#66000000", endColorstr="#66000000")\9}.modal-addcart-captcha-drag{width:280px;height:264px;margin-top:-132px;margin-left:-140px;border-radius:5px}.modal-addcart-captcha-drag .modal-header{padding:8px 15px}.modal-addcart-captcha-drag .close{top:8px}.modal-addcart-captcha-drag .modal-body{padding:15px;text-align:center}.modal-addcart-captcha-drag .drag-captcha-wrapper{margin:0 auto}.modal-message-pop{width:930px;height:530px;margin-top:-265px;margin-left:-465px;background:none}.modal-message-pop .close{width:26px;height:26px;border:2px solid #fff;line-height:26px;color:#fff}.modal-message-pop .close:hover{background:none}.modal-message-pop .message-countdown{position:absolute;top:50px;right:14px;color:#fff;opacity:.5;filter:alpha(opacity=50)\9;z-index:10}.modal-message-pop .message-countdown em{font-style:normal}.modal-message-pop .message-link{display:block;height:530px;background-repeat:no-repeat;background-position:center bottom}body.lt-IE8{height:100%;overflow:hidden;_zoom:1}.modal-update-browser{width:730px;height:570px;margin-top:-285px;_margin-top:15%;margin-left:-365px;border-radius:10px}.modal-update-browser .modal-body{height:570px;max-height:570px;padding:0;text-align:center;overflow:hidden;_zoom:1}.modal-update-browser .modal-body .tip{margin:70px 0 30px;font-size:18px;line-height:2}.modal-update-browser .modal-body .app-code{display:block;margin:0 auto 40px}.modal-update-browser .modal-body .download{width:370px;margin:0 auto}.modal-update-browser .modal-body .download dt{margin:0 0 20px;padding:0;color:#999}.modal-update-browser .modal-body .download dd{float:left;_display:inline;width:160px;margin:0 8px;list-style:none;border-radius:10px;border:1px solid  #e6e6e6}.modal-update-browser .modal-body .download dd a{display:block;height:60px;background-image:url("//c1.mifile.cn/f/i/17/update-browser/icons.png");background-repeat:no-repeat;text-indent:-9999em;border-radius:10px}.modal-update-browser .modal-body .download dd a:hover{background-color:#f2f2f2}.modal-update-browser .modal-body .download dd .chrome{background-position:center 0}.modal-update-browser .modal-body .download dd .firefox{background-position:center -60px}.modal-agree .modal-body{padding:20px}.modal-agree .con{max-height:300px;overflow:auto;font-size:14px;line-height:24px;text-align:left}.modal-agree iframe{border:none}.modal-agree .desc{margin-left:20px;margin-bottom:20px}.modal-agree .desc span{color:#26d5d0;cursor:pointer}

*/



