.m-scrolltab {
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.scrolltab-nav {
    height: 100%;
    background-color: #f7f7f7;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    /*z-index: 1;*/
}

.scrolltab-item {
    height: 3rem;
    position: relative;
    z-index: 1;
    width: 90px;
    display: block;
    line-height: 3rem;
    padding-left: 0.4rem;
    text-align: center;
}

.scrolltab-item:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #ffffff;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.scrolltab-item.crt:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    height: 100%;
    /*border-right: 1px solid #f2f2f2;*/
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.scrolltab-title {
    font-size: 0.8rem;
    color: #666;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scrolltab-content {
    height: 100%;
    background-color: #FFFFFF;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.4rem 0.4rem 0.8rem 0.4rem;
    position: relative;
}

.scrolltab-item.crt {
    background-color: #FFFFFF;
    position: relative;
}

.scrolltab-item.crt .scrolltab-title {
    color: #FF0036;
}

.scrolltab-item.crt:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0rem;
    left: 0;
    width: 0.25rem;
    height: 100%;
	background-color: #FF0036;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #FF0000), color-stop(100%, #FF0036));
	background-image:-webkit-linear-gradient(top, #FF0000, #FF0036);
	background-image:-moz-linear-gradient(top, #FF0000, #FF0036);
	background-image:-o-linear-gradient(top, #FF0000, #FF0036);
	background-image:linear-gradient(top, #FF0000, #FF0036);
}

.aui-ad-head a {
    width: 30%;
    display: block;
    float: left;
    margin-right: 5%;
}

.aui-ad-head a img {
    width: 100%;
    display: block;
}

.aui-ad-head {
    padding-bottom: 15px;
}

.scrolltab-content-item h2 {
    color: #4b4b4b;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 15px;
    padding-top: 10px;
}

.aui-flex-box {
    padding: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.aui-flex-box-bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 0.9rem;
    color: #444;
}

.aui-flex-box-fr {
    text-align: right;
    color: #ff8c01;
    padding-right: 15px;
    position: relative;
    font-size: 0.8rem;
}

.aui-flex-box-fr:after {
    content: " ";
    display: inline-block;
    height: 7px;
    width: 7px;
    border-width: 2px 2px 0 0;
    border-color: #ff8c01;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 2px;
}

.aui-flex-links {
    padding: 10px 8px;
    position: relative;
    overflow: hidden;
    background: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}

.aui-flex-links-item {
    position: relative;
    float: left;
    padding: 5px 0;
    width: 27.333333%;
    box-sizing: border-box;
    margin: 0 3%;
}

.aui-flex-links-img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.aui-flex-links-img img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}

.aui-flex-links-text {
    color: #444;
    font-size: 12px;
    text-align: center;
    padding-top: 5px;
}

.aui-class-ad-img a img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}
