/*
<!--

* 17素材vip建站专区模块代码
* 详尽信息请看官网：http://www.17sucai.com/pins/vip
*
* Copyright , 温州易站网络科技有限公司版权所有
*
* 请尊重原创，未经允许请勿转载。
* 在保留版权的前提下可应用于个人或商业用途

-->
*/
::-webkit-scrollbar {
    display: none;
}

::-moz-placeholder {
    color: #333333;
}

::-webkit-input-placeholder {
    color: #333333;
}

:-ms-input-placeholder {
    color: #333333;
}

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 {
    width: 100%;
    height: auto;
    display: block;
    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 {
}

.divHeight {
    width: 100%;
    height: 10px;
    background: #f5f5f5;
    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-arrow {
    position: relative;
    padding-right: 0.8rem;
    color: #363636;
    font-size: 0.85rem;
}

.aui-arrow span {
    font-size: 0.8rem;
    color: #9b9b9b;
}

.aui-arrow:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #848484;
    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;
    border-radius: 1px;
}

.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: 102;
    background: #fff;
}

.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.85rem;
    white-space: nowrap;
    overflow: hidden;
    color: #1490e9;
    position: relative;
}

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

.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;
}

.icon-return {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAABn0lEQVRoQ+3awVHDMBAF0C8fcsW54COUEDqADqADOmAc+iC0QAd0ACU4HYQbwwVVEDEOA0MI9jDJrvZblu/a0dsvH9aWw8geNzIvMjj1xHPCOeHEOpCPdGKB7nAoEy4X76e+nq40mk8FLhdvM4TwBKAEwgquuPL1cSMJpwFvY7+JjZ9XZ8mBO7Abp59XoqGIFtsniT4sgAc/r673qdu1xhTciw1Yopic+3rqkwBbYNvGmSRshTUBW2Kjg62xUcEM2GhgFmwUMBNWHcyGVQUzYtXArFgVMDNWHMyOFQUPASsGHgpWDnz3eg+4m50xTmnEO2RcFJmWyi4w0MBNLqRnWntw+/FtHZ7hcPTHZqjQIgm3yM17PAC0GHgoaFHwENDiYHa0CpgZrQZmRauCGdHqYDZ0FDATOhqYBR0VzICODrZGm4At0WZgK7Qp+B/otH6If83OfaNlclceetEBS39bzQ75wvF7rfmR/rmhz6TXj3DuBCG8oCguk722tA0fycU0yaPbVYvqSGewQgdywgpNpSqZE6aKQ2EzOWGFplKV/ABQ8FBMBO0s5gAAAABJRU5ErkJggg==');
}

.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;
    background: #f6f6f6;
}

.slider-item img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}

.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%;
}

.aui-palace {
    padding: 0.5rem 0;
    position: relative;
    overflow: hidden;
}

.aui-palace-grid {
    position: relative;
    float: left;
    padding: 1px;
    width: 20%;
    box-sizing: border-box;
    margin: 5px 0;
}

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

.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: #666666;
}

.m-actionsheet {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(255,255,255,0.9);
    -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.3);
    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-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: 1.8rem 0 1rem 0;
}

.aui-coll-cancel a {
    background: #108ee9;
    color: #ffffff;
    font-size: 0.9rem;
    border-radius: 3px;
    border: none;
    width: 100%;
    height: 2.7rem;
    line-height: 2.7rem;
    display: block;
}

.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;
}

.aui-user-img {
    width: 75px;
    height: 75px;
    margin: 1rem auto 0.5rem;
    position: relative;
}

.aui-user-img img {
    border-radius: 3px;
}

.aui-user-img span {
    position: absolute;
    right: -0.5rem;
    bottom: -0.5rem;
    width: 25px;
    height: 25px;
}

.aui-user-head {
    text-align: center;
    margin-bottom: 0.5rem;
}

.aui-user-head h2 {
    color: #000000;
    font-weight: normal;
    font-size: 1.1rem;
}

.aui-user-head p {
    color: #999999;
    font-weight: normal;
    font-size: 0.9rem;
}

.aui-flex-box h2 {
    color: #000000;
    font-weight: normal;
    font-size: 1rem;
}

.aui-input-head {
    position: relative;
    padding: 0.3rem 0;
}

.aui-input-head i {
    font-style: normal;
    position: absolute;
    color: #000000;
    font-size: 1.8rem;
    left: 0;
    top: 0.75rem;
}

.aui-input-head input {
    background: none;
    border: none;
    font-size: 2.5rem;
    width: 100%;
    color: #333333;
    padding-left: 1.2rem;
}

.aui-input-text {
    padding: 0.5rem 0;
}

.aui-input-text input {
    background: none;
    border: none;
    font-size: 0.9rem;
    width: 100%;
    color: #333333;
}

.aui-button-get {
    padding-top: 0.8rem;
}

.aui-button-get button {
    background: #108ee9;
    color: #ffffff;
    font-size: 0.9rem;
    border-radius: 3px;
    border: none;
    width: 100%;
    height: 2.7rem;
    line-height: 2.7rem;
}

.icon-doubt {
    background-image: url('data:image/png;base64,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');
}

.icon-close {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAB/0lEQVRoQ+3aTW7DIBAFYHOz9CRNl5yIZdOTtDcjojKSmxLmh3kQ22QbB+bzGyPbwS0n+7iTeZcJPnriM+GZ8MHOwGzpUqAhhItz7j19F2P88t7/vELwmrrIhNdBv7fAGOOH9/42Eh1CuDrnPh/qeqPC4IBvOd1XQZewm+671oJQg9cJuif9DGsJTtfvn5YelXQNu4LbWzoNxJgInrRVDWRL5zStJtQsdJZzs8GjkrbEJoMI3BttjVWBe6ERWDUYjUZhm8AoNBLbDLZGo7EmYCt0D6wZuBXdC2sK1qJ7Ys3BUnRvLATMRf9O/vA82+OhRHynxb0XptKrjYN8wQADc5IuoZFYWEtvIZKk0dguYG7SPbATzF2QJMedqqUl2HwS0a0NW6U12B5oCJjCphQPc+PBweZ/LSTHStaN2rGmCWsAmt+04M3ALYW3/FaKNwFbFGwxBgffDLYs1HKsZ/gmMKJAxJhbvBqMLAw5tgqMLCingZpDDEYVUrrmEHOJwIgCqJXVek422HpiCip5iSB54GCBR2Ktr2kSXNrF0+PtovKabt/yEEIo7uJJBUlaSdLCtWNr3bbuIcPs4hmBpdrbCvxvF89IbA0dY2xv6fWt42VZltwqN2q3m1X7UuOk9UVaF7loUZPu7fsJ3lti0npnwtIztrfjZ8J7S0xa7+kSvgMcXXJb5Dh3xwAAAABJRU5ErkJggg==');
}

.aui-flex-box h4 {
    color: #050505;
    font-weight: normal;
    font-size: 1rem;
}

.aui-coll-share-box h1 {
    color: #363636;
    font-size: 2.5rem;
    font-weight: normal;
}

.aui-coll-share-box h1 i {
    font-style: normal;
    color: #000000;
    font-size: 1.5rem;
}

.aui-info-line {
    margin-bottom: 9rem;
}

.aui-info-line .b-line:after {
    left: 15px;
}

.aui-flex-box h5 {
    text-align: left;
    color: #989898;
    font-weight: normal;
    font-size: 0.9rem;
}

.aui-text {
    color: #363636;
    font-size: 0.85rem;
}

.aui-coll-cancel {
    padding: 1rem;
}
