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;
}

* {
    -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;
}

body {
    background: #fff;
    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 {
}

/* 必要布局样式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;
    margin-top: 44px;
    margin-bottom: 60px;
}

.aui-navBar {
    height: 44px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 516;
    /* background: #ffffff; */
}

.aui-navBar:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #f7f7f7;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.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: #a0a0a0;
    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: 1.95rem;
    color: #333;
    font-weight: 400;
}

/*.icon {
    width: 20px;
    height: 20px;
    display: block;
    border: none;
    float: left;
    background-size: 20px;
    background-repeat: no-repeat;
}
*/
.btn-block {
    text-align: center;
    position: relative;
    border: none;
    pointer-events: auto;
    width: 100%;
    display: block;
    font-size: 0.36rem;
    height: 1rem;
    line-height: 1rem;
    margin-top: 0.5rem;
    border-radius: 3px;
}

.m-actionsheet {
    text-align: center;
    position: fixed;
    bottom: 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;
    max-width: 650px;
    bottom: 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 {
    box-shadow: 0px 0px 5px 3px #cecece;
    -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;
}

/* footer */
.aui-footer-button {
    background-color: hsla(0,0%,100%,.95);
    position: relative;
    height: 55px;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom)
}

.aui-footer-button:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #B2B2B2;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.aui-footer-flex {
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.aui-footer-wrap {
    width: 20%;
    position: relative;
    text-align: center;
    display: block;
    -webkit-user-select: none
}

.aui-footer-wrap:active {
    background: #f1f1f1;
}

.aui-footer-wrap i {
    display: block;
    width: 20px;
    height: 20px;
    margin: 8px auto 0;
    position: relative;
    background-repeat: no-repeat;
}

.aui-footer-wrap span {
    font-size: 10px;
    color: #666;
    display: block;
    line-height: 20px;
}

.aui-footer-group {
    position: relative;
    height: 55px;
}

.aui-footer-flex1 {
    display: block;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.aui-btn {
    position: relative;
    z-index: 10;
    line-height: 55px;
    text-align: center;
    background: #e4393c;
    color: #fff;
    font-size: 14px;
    /* cursor: pointer; */
    -webkit-user-select: none;
    width: 100%;
    font-weight: bold;
}

.aui-btn-gray {
    background: #404040;
}

.aui-btn-red {
    background-image: -webkit-gradient(linear,left top,right top,from(#ff0102),to(#ff3162));
    background-image: -webkit-linear-gradient(left,#ff0102,#ff3162);
    background-image: -moz-linear-gradient(left,#ff0102,#ff3162);
    background-image: linear-gradient(to right, rgb(255, 119, 0), rgb(255, 73, 0));
    background-color: #ff0c17;
}

.main_img ul li img {
    width: 50%;
    height: 50%;
    display: block;
    border: none;
    margin: auto;
}

.img_font {
    position: absolute;
}

.img_gallery {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
    border-bottom: 1px solid #e9e9e9;
}

.aui-product-head {
    padding: 0.8rem;
}

.aui-product-head h2 i {
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 600;
}

.aui-product-head h2 {
    color: rgb(255, 80, 0);
    font-size: 1.6rem;
}

.aui-product-head span {
    color: #999;
    font-size: 0.9rem;
    padding: 0 0.4rem;
    line-height: 2.2rem;
    text-decoration: line-through;
}

.aui-product-head em {
    background: #fff0f0;
    color: #ff0000;
    font-size: 0.7rem;
    border-radius: 0.5rem;
    font-style: normal;
    padding: 0 0.6rem;
    height: 1.1rem;
    margin: 0.2rem 0.5rem 0 0;
}

.aui-product-title {
    padding: 0.1rem 0.8rem 0.8rem 0.8rem;
}

.aui-product-title h2 {
    color: #333;
    font-size: 1rem;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.aui-product-title-text h2 {
    font-weight: normal;
    font-size: 0.8rem;
    color: #666666;
}

.aui-tag-info {
    padding: 9px 0 9px 10px;
    margin: 0.8rem 0.8rem 0 0.8rem;
    background: #f7f7f7;
    zoom: 1; }

.aui-tag-info img {
    float: left;
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.aui-tag-info span {
    float: left;
    margin-right: 10px;
    font-size: 0.8rem;
    color: #666;
}

.aui-ad-img {
    padding: 0.8rem;
}

.aui-ad-img img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}

.aui-module-box ul li {
    position: relative;
    padding: 0.8rem 0.8rem;
    font-size: 0.8rem;
}

.aui-module-box ul li:after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.aui-module-hd {
    padding-right: 0.8rem;
    color: #7d7d7d;
}

.aui-module-bd {
    color: #333;
    font-size: 0.75rem;
}

.aui-module-fr {
    position: relative;
    width: 100%;
}

.aui-module-fr:after {
    content: " ";
    display: inline-block;
    height: 8px;
    width: 8px;
    border-width: 2px 2px 0 0;
    border-color: #9a9a9a;
    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);
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 0;
    border-radius: 1px;
}

.aui-show-box-title {
    position: relative;
    background: #fff;
    padding: 0.8rem;
    text-align: left;
    font-size: 0.8rem;
    color: #333;
}

.aui-show-box-title:after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.aui-show-box-img {
    margin-right: .8em;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.aui-show-box-img img {
    width: 100%;
    max-height: 100%;
    vertical-align: top;
}

.aui-show-box-cp {
    padding: 0.8rem;
}

.aui-show-box-text {
    text-align: left;
    font-size: 0.8rem;
}

.aui-show-box-text h2 {
    font-size: 1rem;
    color: rgb(255, 80, 0);
}

.aui-show-box-text h2 em {
    font-style: normal;
    background: #666666;
    color: #fff;
    font-size: 0.6rem;
    padding: 0rem 0.4rem;
}

.aui-show-box-text h3 {
    color: #333333;
    font-weight: normal;
    font-size: 0.8rem;
}

.aui-show-box-text h3 em {
    font-style: normal;
}

.aui-show-box-text p {
    font-size: 0.8rem;
    color: #ff0e0e;
    padding-top: 0.3rem;
}

.aui-show-box-text p em {
    font-style: normal;
}

.aui-category-box {
    padding: 0.8rem;
    text-align: left;
}

.aui-category-box p {
    color: #666;
    font-size: 0.8rem;
    padding-bottom: 0.8rem;
}

.aui-category-box-item {
    border-radius: 0.9rem;
    border: 1px solid #999999;
    font-size: 0.7rem;
    color: #333;
    padding: 0.25rem 1rem;
    display: inline-block;
    margin: 0 0.2rem 0.5rem 0.2rem;
}

.active {
    background: #ff1c3a;
    color: #fff;
    border: 1px solid #ff1c3a;
}

.aui-category-box-list {
    padding-bottom: 0.8rem;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.aui-category-box-list:after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.aui-category-box-item:active {
    background: #ff1c3a;
    color: #fff;
    border: 1px solid #ff1c3a;
}

.aui-module-bd span {
    color: #ff1c3a;
}

.aui-address-box-item .aui-address-box-item-img {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    padding-bottom: 0.3rem;
}

.aui-address-box-item-img img {
    width: 25px;
    height: 25px;
}

.aui-address-box-item span {
    width: 100%;
    color: #333;
    display: block;
    font-size: 0.7rem;
    padding-top: 0.4rem;
}

.aui-address-box-item {
    width: 37%;
    text-align: center;
}

.aui-address-box {
    padding-left: 1rem;
}

.aui-address-box-item-line-one {
    position: relative;
}

.aui-address-box-item-line-one:after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 34px;
    left: 80px;
    width: 55%;
    height: 1px;
    border-bottom: 1px solid #4c4c4c;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.aui-text-info {
    padding: 0.8rem;
    height: 14rem;
    text-align: left;
}

.aui-text-info p {
    font-size: 0.7rem;
    padding-bottom: 0.3rem;
}

.divHeight {
    width: 100%;
    height: 10px;
    background: #f2f0f0;
}

.aui-evaluate-hd {
    /* font-size: 1rem; */
    font-weight: bold;
    color: #333;
}

.aui-evaluate-box {
    padding: 0.8rem;
}

.aui-evaluate-fr {
    position: relative;
    text-align: right;
    color: #999999;
    font-size: 0.7rem;
    line-height: 1rem;
    padding-right: 14px;
}

.aui-evaluate-fr:after {
    content: " ";
    display: inline-block;
    height: 8px;
    width: 8px;
    border-width: 2px 2px 0 0;
    border-color: #9a9a9a;
    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);
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0;
    border-radius: 1px;
}

.aui-evaluate-item {
    padding-bottom: 0.8rem;
}

.aui-evaluate-box .aui-category-box-item {
    background: #fdeaea;
    border: 1px solid #fdeaea;
}

.aui-evaluate-box .aui-category-box-item:active {
    color: #333;
}

.aui-evaluate-box .aui-category-box-item em {
    font-style: normal;
}

.aui-slide-list {
    margin: 10px 0;
    padding-left: 0px;
    overflow: hidden;
    height: 8.2rem;
}

.aui-slide-item-list {
    width: auto;
    white-space: nowrap;
    overflow: auto;
    height: 9.3rem;
    font-size: 0;
    /* padding-right: 20px; */
    margin-left: 0;
}

.aui-slide-item-item {
    display: inline-block;
    margin-left: 12px;
    vertical-align: top;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.aui-link {
    display: block;
}

.aui-page-hd {
    position: relative;
    float: right;
}

.aui-slide-item-item a img {
    height: 8rem;
    display: block;
    border: none;
    /* border: 1px solid #f0f0f0; */
    border-radius: 0 5px 5px 0px;
    max-width: 160px;
}

.aui-page-hd span {
    background-color: rgba(0,0,0,0.4);
    padding: 1px 8px;
    border-radius: 21px;
    color: #ffffff;
    font-size: 0.6rem;
    position: absolute;
    right: 10px;
    /* border: 1px solid #ffe57a; */
    top: 10px;
}

.aui-page-bd {
    font-size: 0.8rem;
    color: #333333;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
    float: left;
    width: 150px;
}

.aui-page-bd h3 {
    font-weight: bold;
    font-size: 0.9rem;
}

.aui-page-bd p {
    color: #525252;
    font-size: 0.6rem;
    white-space: initial;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 0.5rem;
    padding-right: 12px;
}

.aui-price {
    color: #969696;
    font-size: 0.7rem;
}

.aui-original {
    color: #7f7f7f;
    position: relative;
    font-size: 0.65rem;
}

.aui-page-bd p em {
    font-style: normal;
    font-weight: bold;
}

.aui-user-img {
    width: 30px;
    height: 30px;
}

.aui-slide-item-item .aui-user-img img {
    width: 100%;
    height: auto;
    border: none;
    display: block;
    border-radius: 100%;
}

.aui-user-text {
    padding-left: 0.4rem;
}

.aui-user-text h4 {
    font-size: 0.8rem;
    /* font-weight:normal; */
}

.aui-user-item {
    padding-bottom: 0.4rem;
}

.aui-link-more {
    width: 8rem;
    height: 8rem;
    background: #f2f2f2;
    border-radius: 5px;
    text-align: center;
    padding-top: 3rem;
}

.aui-link-more p {
    color: #666;
    font-size: 0.7rem;
}

.aui-question {
    color: #383838;
    font-size: 0.75rem;
}

.aui-question a {
    padding-bottom: 0.4rem;
}

.aui-pp-box {
    padding: 1.1rem 0.8rem;
}

.aui-pp-box-img img {
    width: 70px;
}

.aui-pp-box-text {
    padding-left: 0.5rem;
    color: #565656;
    font-size: 0.9rem;
}

.aui-pp-box {
    position: relative;
}

.aui-pp-box:after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #d6d6d6;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.aui-box-all {
    position: relative;
    overflow: hidden;
    padding: 0.8rem 0;
    color: #333;
    font-size: 0.75rem;
}

.aui-box-all a {
    width: 50%;
    text-align: center;
    display: block;
    float: left;
}

.aui-box-all a div {
    font-size: 1rem;
    color: #333;
}

.aui-all-class {
    text-align: center;
    height: 2.5rem;
}

.aui-all-class a {
    border: 1px solid #ff0000;
    color: #ff0000;
    font-size: 0.8rem;
    border-radius: 2.5rem;
    padding: 0.3rem 0.8rem;
    margin: 0 0.5rem;
}

.aui-vertical .aui-page-hd {
    float: initial;
    /* width: 0%; */
}

.aui-vertical .aui-page-bd {
    width: auto;
    padding-left: 0;
    float: initial;
}

.aui-vertical .aui-slide-list {
    height: 13rem;
    margin-top: 15px;
}

.aui-vertical .aui-slide-item-list {
    height: 15rem;
}

.aui-vertical .aui-page-bd p {
    -webkit-line-clamp: 2;
    color: #000;
}

.aui-pp-box-text h2 {
    font-size: 0.9rem;
}

.aui-pp-box-text p {
    font-size: 0.8rem;
    color: #999;
    font-weight: normal;
}

.aui-pp-box-text p em {
    color: #333;
    font-style: normal;
}

.aui-vertical .aui-slide-item-item {
    width: 35%;
}

.aui-vertical .aui-slide-item-item a img {
    border-radius: 5px;
}

.aui-vertical .aui-price {
    color: #ff0102;
    font-size: 0.99rem;
}

.aui-vertical .aui-slide-item-item {
    border: none;
}

#scrollBg {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: rgba(255, 255, 255, 0.98);
    display: none;
    z-index: -1;
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 20px;
    color: #fff;
    z-index: 996;
}

.aui-link-me {
    position: fixed;
    z-index: 10042;
    width: 100px;
    margin: 0 auto;
    left: 50%;
    margin-left: -50px;
}

.aui-navBar-fixed {
    position: fixed;
    top: 0;
    z-index: 998;
    width: 100%;
    max-width: 650px;
}

#scrollBg a {
    font-size: 0.8rem;
    color: #333;
    z-index: 1002;
}

.tab-nav {
    /* background: #e2e2e2; */
    height: 45px;
    line-height: 45px;
    border-radius: 80px;
    display: block;
    position: relative;
}

.tab-nav:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #d4d4d4;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.tab-nav-item {
    height: 45px;
    line-height: 45px;
    position: relative;
    text-align: center;
    color: #585858;
    font-size: 0.9rem;
    display: block;
    float: left;
    padding: 0 15px;
    width: 50%;
    /* cursor: pointer; */
}

.tab-nav-item.tab-active {
    /* background-color: #51bd03; */
}

.tab-nav-item.tab-active a {
    color: #000000;
    font-weight: bold;
}

.tab-nav-item a {
    display: inherit;
    color: inherit;
    color: #999999;
}

.tab-panel {
    position: relative;
    overflow: hidden;
}

.tab-panel .tab-panel-item {
    width: 100%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.tab-nav-item.tab-active:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -50%;
    z-index: 4;
    background-color: #000000;
}

.tab-panel .tab-panel-item.tab-active ~ .tab-panel-item {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.tab-panel .tab-panel-item.tab-active {
    position: relative;
    -webkit-transition: -webkit-transform .15s;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.aui-introduce .tab-nav .tab-active {
    background: #404040;
    color: #fff;
    height: 35px;
    line-height: 35px;
}

.aui-introduce .tab-nav {
    border-radius: inherit;
    margin: 0.8rem;
    border: 1px solid #404040;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
}

.aui-introduce .tab-nav-item.tab-active:before {
    background-color: #404040;
    bottom: 1px;
    height: 0;
}

.aui-introduce .tab-nav-item.tab-active a {
    color: #fff;
}

.aui-introduce .tab-nav:after {
    border-bottom: none;
}

.aui-introduce .tab-nav-item {
    line-height: 35px;
    height: 35px;
}

.aui-page-img img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}

.aui-page-pig {
    padding: 0.8rem;
}

.aui-footer-fixed {
    position: fixed;
    bottom: 0;
    z-index: 998;
    width: 100%;
    max-width: 650px;
}

.aui-Written-text {
    width: 100%;
    padding: 0.8rem;
    color: #999;
    font-size: 0.75rem;
    background: #f8f8f8;
    text-align: center;
}

.aui-Written-text h3 {
    font-style: normal;
    font-weight: bold;
    color: #333;
    padding: 0.8rem 0;
}

.aui-Written-title {
    width: 100%;
    padding: 0.8rem;
    color: #999;
    font-size: 0.75rem;
    background: #fff;
    text-align: left;
}

.aui-Written-title h3 {
    font-style: normal;
    font-weight: bold;
    color: #333;
    padding: 0.8rem 0;
    text-align: center;
}

.aui-Written-title p {
    padding-bottom: 0.8rem;
    line-height: 20px;
}

.tab-item-faq {
    position: relative;
    margin: 0 0.99rem;
    text-align: center;
    padding-bottom: 30px;
}

.tab-item-faq h2 {
    color: #333;
    font-size: 0.9rem;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #ddd;
    height: 25px;
}

.tab-item-faq h2 span {
    display: block;
    position: absolute;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    top: 15px;
    background: #fff;
    text-align: center;
}

.tab-item-faq-text {
    padding: 0 0.8rem;
}

.tab-item-faq-text {
    color: #333;
    font-size: 0.8rem;
}

.tab-item-faq-text h3 {
    padding-bottom: 0.5rem;
}

.tab-item-faq-text ul li {
    padding-bottom: 0.8rem;
}

.main_img ul li {
    height: 100%;
}

.layui-form-label{
    color: #666;
    font-size: 0.8rem;
    padding-bottom: 0.8rem;
}

.layui-input{
    height: 38px;
    /*padding: 0.25rem 1rem;*/
    margin: 0.8rem 0.2rem 0.5rem 0.2rem;
    font-weight: 100;
    width: 80%;
}