html,body {
    color: #333;
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-size: 16px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

a, label, button, input, select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    border: 0;
    width: 100%;
    height: auto;
}
.aui-ass-img img {
    width: 100%;
    height: auto;
    display: block;
    border: 0;
}
body {
    background: #f8f8f8;
    color: #666;
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #08acee;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #666;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

.divHeight {
    width: 100%;
    height: 10px;
    background: #e6e3ea;
    position: relative;
    overflow: hidden;
}

.r-line {
    position: relative;
}

.r-line:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #D9D9D9;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.b-line {
    position: relative;
}

.b-line:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e2e2e2;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.aui-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px;
    position: relative;
}

.aui-flex-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    color: #333;
}

/* 必要布局样式css */
.aui-flexView {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.aui-scrollView {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

.aui-navBar {
    height: 44px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1002;
    background: none;
}

.aui-navBar-item {
    height: 44px;
    min-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 0.9rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.7rem;
    white-space: nowrap;
    overflow: hidden;
    color: #808080;
    position: relative;
}

.aui-navBar-item:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: -25%;
    font-size: 0.9rem;
    font-weight: bold;
}

.aui-navBar-item:last-child {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.aui-center {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    width: 50%;
    margin-left: 25%;
}

.aui-center-title {
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-size: 0.95rem;
    color: #333;
}

.icon {
    width: 20px;
    height: 20px;
    display: block;
    border: none;
    float: left;
    background-size: 20px;
    background-repeat: no-repeat;
}

.m-slider {
    overflow-x: hidden;
    width: 100%;
    position: relative;
    
}

.slider-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    position: relative;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.slider-item {
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0px 10px;
}

.slider-item img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
    
}
.slider-item a {
    width: 100%;
    height: auto;
    display: block;
    border: none;
    
    border-radius: 10px;
    overflow: hidden;
}

.slider-pagination {
    text-align: right;
    position: absolute;
    width: 100%;
    z-index: 2;
    right: 0;
    bottom: 10px;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider-pagination > .slider-pagination-item {
    margin: 0 .25rem;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background-color: rgba(255,255,255,0.4);
}

.slider-pagination > .slider-pagination-item.slider-pagination-item-active {
    background-color: #fff;
    border-radius: 100%;
}

.tab-nav-over {
    width: 100%;
    overflow: hidden;
    height: 44px;
}

.tab-nav {
   /* -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
   */
    position: relative;
    top: 0;
    left: 0;
    padding-left: 0px;
    height: 44px;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    padding-right: 10px;
    line-height: 44px;
    
}

.tab-nav-item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    padding: 0 10px;
    margin: 0 5px;
    width:auto;
}

.tab-nav-item.tab-active {
    border-radius: 3px;
    border: none;
}

.tab-nav-item.tab-active:before {
    content: '';
    width: 20%;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -10%;
    z-index: 4;
    background-color: #DF1540;
    border-radius: 3px;
}

.tab-nav-item a {
    display: inherit;
    font-size: 0.85rem;
    color: #333;
}

.tab-nav-item.tab-active a {
    color: #DF1540;
    font-weight: bold;
}

.aui-palace {
    padding: 0px 10px;
    position: relative;
    overflow: hidden;
    margin-top:10px;
    z-index: 2;
}
.nav-title{
    background: #ffffff;
    overflow: hidden;
    padding: 10px 0px;
    border-radius: 6px;
}
.aui-palace-grid {
    position: relative;
    float: left;
    padding: 1px;
    width: 20%;
    box-sizing: border-box;
    margin-bottom: 5px;
    margin-top: 5px;
}

.aui-palace-grid-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    position: relative;
}

.aui-palace-grid-icon .aui-tag {
    background: #fc8020;
    color: #fff;
    font-size: 0.6rem;
    border-radius: 15px 15px 15px 0;
    position: absolute;
    right: -18px;
    top: -5px;
    padding: 0 0.3rem;
}

.aui-palace-grid-icon img {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

.aui-palace-grid-text {
    display: block;
    text-align: center;
    color: #333;
    font-size: 0.85rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 0.2rem;
}

.aui-palace-grid-text h2 {
    font-size: 0.8rem;
    font-weight: normal;
    color: #7e7e7e;
}



.aui-flex-box button {
    background-image: -webkit-gradient(linear,left top,bottom top,from(#f36758),to(#d42828));
    background-image: -webkit-linear-gradient(left,#f36758,#d42828);
    background-image: -moz-linear-gradient(left,#f36758,#d42828);
    background-image: linear-gradient(to bottom,#f36758,#d42828);
    background-color: #d42828;
    color: #fff;
    border-radius: 50px;
    border: none;
    font-size: 0.8rem;
    padding: 0.21rem 10px;
    float: right;
    width: 100%;
}

.aui-flex-box button i {
    font-style: normal;
    font-size: 1rem;
    font-weight: bold;
}

.aui-flex-box button em {
    font-style: normal;
}

.aui-list-img-tag {
    position: absolute;
    left: -5px;
    top: 10px;
}

.aui-list-img-tag img {
    width: 50px;
    height: auto;
    display: block;
    border: none;
}


.aui-flexView {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


.aui-navBar-item {
    height: 44px;
    min-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 0.9rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.7rem;
    white-space: nowrap;
    overflow: hidden;
    color: #808080;
    position: relative;
}

.aui-navBar-item:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: -25%;
    font-size: 0.9rem;
    font-weight: bold;
}

.aui-navBar-item:last-child {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.aui-center {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    width: 50%;
    margin-left: 25%;
}

.aui-center-title {
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-size: 0.95rem;
    color: #fff;
}


.slider-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    position: relative;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}



.m-actionsheet {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #EFEFF4;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.mask-black {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 500;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 998;
}

.actionsheet-action {
    display: block;
    margin-top: .15rem;
    font-size: 0.28rem;
    color: #555;
    height: 1rem;
    line-height: 1rem;
    background-color: #FFF;
}

.m-actionsheet {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10005;
    background-color: #ffffff;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.actionsheet-toggle {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.actionsheet-item {
    display: block;
    position: relative;
    font-size: 0.85rem;
    color: #555;
    height: 2rem;
    line-height: 2rem;
    background-color: #FFF;
}

.actionsheet-item {
    display: block;
    position: relative;
    font-size: 0.85rem;
    color: #555;
    height: 2rem;
    line-height: 2rem;
    background-color: #FFF;
}

.aui-coll-cancel a {
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    background: #f9f9f9;
    display: block;
    text-align: center;
    width: 100%;
}

.aui-coll-share-img {
    width: 38px;
    height: 38px;
    margin: 0 auto;
}

.aui-coll-share-img img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}

.aui-coll-share-box {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
}

.aui-coll-cancel a {
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    background: #f9f9f9;
    display: block;
    text-align: center;
    width: 100%;
}

.aui-coll-share-item {
    position: relative;
    float: left;
    padding: 8px 10px;
    width: 33.333%;
    box-sizing: border-box;
    font-size: 12px;
    height: 85px;
}

.aui-rule {
    position: absolute;
    right: 0;
    top: 1rem;
    background: #54ca9a;
    border-radius: 50px 0 0 50px;
    font-size: 0.8rem;
    padding: 0.2rem 0.6rem;
    color: #fff;
}

#navHead .aui-navBar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 100;
    font-family: lato,Arial,sans-serif;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: none;
}

#navHead .aui-navBar.aui-flex {
    background-color: #fff;
    background-size: cover;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    height: 44px;
    z-index: 100;
    padding: 0;
}

#navHead .aui-navBar.aui-flex .aui-center-title {
    color: #333;
}


.aui-title-one{
    width:100%;
    margin:10px  auto 0px;
}



.aui-ass-img{
    width:100px;
    height:100px;
    margin-right: 10px;
}
.aui-ass-img img{width:100%;height:100%}
.aui-ass-link{
    padding:10px;
}
.aui-ass-link .aui-flex{
    background:#fff;
    border-radius:6px;
    margin-bottom:0.8rem;
}

.aui-flex-box h2{
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.9);
    width: auto;
    overflow: hidden;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.aui-flex-box p{
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.9);
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
    color:#818181;
    margin-bottom:0.2rem;
}

.aui-flex-box span{
    color:#DF1540;
    border:1px solid #DF1540;
    font-size:0.7rem;
    border-radius:3px;
    overflow:hidden;
    padding-right: 5px;
}

.aui-flex-box span em{
    background: #DF1540;
    color:#fff;
    font-style:normal;
    padding:0.1rem 0.3rem;
    border-radius:3px;
    font-size:0.7rem;
    margin-right: 5px;
}

.aui-flex-one h2{
    color:#818181;
    font-size:0.7rem;
}

.aui-flex-one h2 em{
    color:#DF1540;
    font-size:1rem;
    font-style:normal;
}

.aui-flex-one h2 em i{
    font-size:0.7rem;
    font-style:normal;
}

.aui-button-get button{
    color:#fff;
    border:none;
    padding:0.15rem 0.5rem;
    font-size:0.75rem;
}

.aui-ass-link .aui-flex-one{
    padding:0.4rem 0 0 0;
    margin-bottom:0;
}

.aui-ad-img{
    padding:1rem 1.5rem;
}



.aui-list-theme-box {
    padding: 0 10px;
    overflow: hidden;
    position: relative;
}

.aui-list-item {
    width: 48%;
    float: left;
    margin: 0 1% 2% 1%;
    border-radius:5px;
    background:#fff;
    display:block;
    overflow:hidden;
}

.aui-list-theme-img {
    height: auto;
    width: 100%;
    position:relative;
}

.aui-list-theme-img img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}

.aui-list-theme-message {
    background: #fff;
}

.aui-list-theme-title {
    color: #333333;
    font-size: 0.92rem;
    line-height: 1.2;
    padding: 0.3rem 0.4rem;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: justify;
}
.aui-list-theme-subtitle{
    color: #323232;
    font-size: 0.85rem;
    font-weight: normal;
    padding:0 0.4rem;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: justify;
}


.aui-list-theme-message h4 {
    color: #343434;
    font-size: 0.95rem;
    font-weight: normal;
    line-height: 1.2;
    padding: 0.7rem 0.4rem;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: justify;
}

.aui-list-theme-message h4 em {
    background: #f10e3c;
    color: #fff;
    border-radius: 2px;
    font-size: 0.65rem;
    font-weight: normal;
    font-style: normal;
    margin-right: 0.2rem;
    padding: 0.15rem 0.22rem;
    float: left;
}

.aui-list-theme-message h4 i img {
    width: 20px;
    height: 19px;
    display: block;
    border: none;
    float: left;
}

.aui-list-theme-message .aui-flex {
    padding: 5px 10px 3px 10px;
}

.aui-button-get-one{
    padding:2px 10px 10px 10px;
}


.aui-button-get-one button{
    border-radius:3px;
    width:100%;
    font-size:0.7rem;
}

.type_two {
    width: 100%;
    
    padding: 5px 6px 10px 6px;
    position: relative;
    background-color: #fff;
    display: none;
}

.type_two_nav {
    width: 100%;
    height: 100%
}

.type_two_nav_li {
    display: inline-block;
    height: 73px;
    position: relative
}

.type_two_nav_li:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 3px;
    margin-left: -24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fafafa
}


.type_two_nav_li[data-active=after-white]:after {
    background-color: #fff
}

.type_two_nav_li[data-active=after-white]:active:after {
    opacity: .6
}

.type_two_nav_img,.type_all_img {
    display: block;
    margin: 0 auto;
    width: 54px;
    height: 54px;
    position: relative
}

.type_all_img {
    width: 22px;
    height: 22px;
    margin-top: 16px
}

.type_two_nav_text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 14px;
    color: #666
}

.type_two_nav_1 .type_two_nav_li {
    width: 75px;
    float: left;
    margin-top: 8px
}
a[data-active=after-white]:after,a[data-active=before-white]:before,button[data-active=after-white]:after,button[data-active=before-white]:before,div[data-active=after-white]:after,div[data-active=before-white]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #000;
    pointer-events: none;
    border-radius: inherit
}
.aui-ass-link .tg_big_goods{display:block; padding:0px 0px 10px; background:#fff; box-sizing:border-box;margin-bottom: 0.8rem;border-radius: 6px;}
.aui-ass-link .tg_big_goods .tg_big_goods__hd{ position:relative;width:100%;height: calc((100vw - 30px) * 0.6);max-width: 750px;max-height: 450px; border-radius:5px 5px 0px 0px; overflow:hidden;}
.aui-ass-link .tg_big_goods .tg_big_goods__hd img{ width:100%;height: 100%; display:block;object-fit:cover;}
.aui-ass-link .tg_big_goods .tg_big_goods__hd .tg_sold{ height: 25px;line-height:25px;text-align: center;position:absolute; top:0; left:0px; color:#fff; background-color:rgba(254, 76, 86, 0.6); padding:0 6px; border-bottom-right-radius:5px; font-size:0.9em; }
.aui-ass-link .tg_big_goods .tg_big_goods__hd .tg_times{ box-sizing:border-box; padding:0 10px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; position:absolute; bottom:0; height:30px; line-height:30px; color:#fff; width:100%; font-size:0.9em; background: -webkit-linear-gradient(bottom, rgba(0,0,0,.6), transparent); background: linear-gradient(to top, rgba(0,0,0,.6), transparent);}
.aui-ass-link .tg_big_goods .tg_big_goods__hd .tg_times .tg_view{ float:right; color:#fff;}
.aui-ass-link .tg_big_goods .tg_big_goods__hd .tg_times .tg_view em{color:#f60;}
.aui-ass-link .tg_big_goods .tg_big_goods__hd .tg_times .tg_view::before{ content:''; vertical-align: middle; display:inline-block; width:25px; height:30px;}
.aui-ass-link .tg_big_goods .tg_big_goods__bd{padding:0px 10px}
.aui-ass-link .tg_big_goods .tg_big_goods__bd .tg_bd_content {position: relative;}
.aui-ass-link .tg_big_goods .tg_big_goods__bd .tg_bd_content h5{ font-size: 1.05em; margin:10px 0 5px; min-height: 20px; font-weight: 500; color: #333; line-height: 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2;  -webkit-box-orient: vertical;}
.aui-ass-link .tg_big_goods .tg_big_goods__bd .tg_bd_content h5 a{color: #000;font-weight: 400;}
.aui-ass-link .tg_big_goods .tg_big_goods__bd .tg_bd_content h5 a span{ background-color: #f60; color: #fff; border-radius: 5px;padding: 0 3px; font-size: 0.8em;}
.aui-ass-link .tg_big_goods .tg_big_goods__bd .tg_bd_content .vip_price a{ display:inline-block; font-size:0.8em; height:16px; line-height:16px; border-radius:8px; background:#DCC37D; color:#353535; overflow:hidden;}
.aui-ass-link .tg_big_goods .tg_big_goods__bd .tg_bd_content .vip_price a .vip{position:relative; display:inline-block; padding:0px 1px 0 6px;}
.aui-ass-link .tg_big_goods .tg_big_goods__bd .tg_bd_content .vip_price a .vip:after{content: ''; position: absolute; bottom: 0px; right: -3px;border-top: 18px solid #DCC37D; border-right: 3px solid transparent; border-bottom: 0px solid transparent;  border-left: 2px solid transparent;}
.aui-ass-link .tg_big_goods .tg_big_goods__bd .tg_bd_content .vip_price a .lijian{display:inline-block;  padding-left:2px; background:#353535; padding:0px 6px; color:#DCC37D;}
.aui-ass-link .tg_big_goods .tg_big_goods__bd .tg_bd_content p.price{ height:36px; line-height:36px; font-size:0.9em;margin-top: 0px;}
.aui-ass-link .tg_big_goods .tg_big_goods__bd .tg_bd_content p.price .now_price{ color:#ff1d1d;}
.aui-ass-link .tg_big_goods .tg_big_goods__bd .tg_bd_content p.price .now_price span{ font-size:1.8em; font-weight:600; margin-right: 2px;}
.aui-ass-link .tg_big_goods .tg_big_goods__bd .tg_bd_content p.price .old_price{ text-decoration: line-through; color:#999999; }
.aui-ass-link .tg_big_goods .tg_big_goods__bd .tg_bd_content p.price .old_price:after{ content:''; display:inline-block; height:15px; border-left:0px solid #999999; position:relative; top:2px; margin-left:5px;}
.aui-ass-link .tg_big_goods .tg_big_goods__bd .tg_bd_content .button{ position:absolute; right:0; bottom:2px; width:80px; height:32px; line-height:32px; text-align:center; color:#fff; background:#FF2741; border-radius:18px; font-size:0.9em}
.aui-ass-link .tg_big_goods .tg_big_goods__bd .tg_bd_content .button a{ display:block; color:#fff;}
