body,
html {
    color: #333;
    margin: 0;
    height: 100%;
    font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400
}

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

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

a,
button,
input,
label,
select {
    -webkit-tap-highlight-color: transparent
}

img {
    width: 100%;
    height: auto;
    display: block;
    border: 0
}

body {
    background: #fff;
    color: #666
}

body {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    -webkit-highlight: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

button {
    outline: 0
}

img {
    border: 0
}

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

li {
    list-style: none
}

a {
    color: #666
}

::-webkit-scrollbar {
    display: none;
}

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

.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(.5);
    transform: scaleX(.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(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.aui-arrow {
    position: relative;
    padding-right: .8rem
}

.aui-arrow span {
    font-size: .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(.71, .71, -.71, .71, 0, 0);
    transform: matrix(.71, .71, -.71, .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;
    height: 22px;
    overflow: hidden;
}

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

.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;
    /* padding-bottom: 55px */
}

.aui-navBar {
    height: 50px;
    overflow: hidden;
    width: 100%;
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 102;
    background: #fff;
    flex-direction: column;
    justify-content: center;
    box-shadow:  0 3px 6px rgb(195 195 195 / 60%);;
}
.searchbox{
    display: flex;
    flex-direction: row;
}
.logobox{height: 40px; overflow: hidden; display: flex; flex-direction: row; align-items:center;}
.logobox .logo{ 
    padding: 0 15px 0 0;
    width: 150px;}
.logobox .logo-r{float: right;flex: 1;}
.telblock img{width: 20px; height: 20px;margin-right:10px;}
.telblock{
display: flex;flex-direction: row; align-items: center; justify-content: flex-end; padding-right: 15px;
}
.telblock p{
    font-size: 14px;
    color: #333;
}
.topheight {
    padding-top: 50px;
}

.aui-navBar-item {
    height: 44px;
    min-width: 15%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    padding: 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: .7rem;
    white-space: nowrap;
    overflow: hidden;
    color: grey;
    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: .9rem;
    color: #444
}

.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;
    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: 50px;
    width: calc(100% - 65px);
    margin-left: 15px
}

.searchbtn {
    width: 50px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 12px
}

.aui-center-title {
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-size: .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%;
    margin: 0;
    position: relative
}

.slider-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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, .4)
}

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

.aui-palace {
    padding: .5rem 0;
    position: relative;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-around
}

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

.aui-palace-grid-icon {
    width: 60px;
    height: 60px;
    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: .85rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: .2rem
}

.aui-palace-grid-text h2 {
    font-size: .8rem;
    font-weight: 400;
    color: #333
}

.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, .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: .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: #fff;
    -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: .85rem;
    color: #555;
    height: 2rem;
    line-height: 2rem;
    background-color: #fff
}

.actionsheet-item {
    display: block;
    position: relative;
    font-size: .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: .8rem;
    padding: .2rem .6rem;
    color: #fff
}


.aui-search-box {
    background: #fff;
    border-radius: 22px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 36px
}

.aui-search-box input {
    width: 100%;
    background: 0 0;
    border: none;
    font-size: 14px;
    text-align: left;
    height: 36px;
    line-height: 26px;
    border-radius: 22px;
    padding: 2px 0 0 1.8rem
}

.icon-search {
    position: absolute;
    left: 8px;
    top: 10px;
    background-size: 19px
}

.aui-flex-color {
    height: 40px;
    margin-bottom: 10px;
    background: #fff
}

.box {
    height: 20px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all
}

.t_news {
    height: 20px;
    color: #fff;
    overflow: hidden;
    position: relative
}

.t_news b {
    line-height: 20px;
    font-weight: 700;
    display: inline-block
}

.news_li,
.swap {
    line-height: 20px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 1px
}

.news_li a,
.swap a {
    color: #333;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 14px
}

.news_li a em {
    font-style: normal
}

.news_li li {
    color: #676767;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
    height: 20px;
    padding-left: 5px;
    line-height: 20px
}

.swap {
    top: 20px
}

.aui-news-img img {
    width: 20px;
    height: auto;
    display: block;
    margin-left: -3px;
    float: left
}

.swap li {
    color: #676767;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
    height: 20px;
    padding-left: 5px;
    line-height: 20px
}

.swap li a {
    color: #666;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
    height: 20px;
    line-height: 20px
}

.aui-news-sml img {
    width: 120px;
    height: 18px;
    display: block;
    border: none
}

.aui-flex-box h2 {
    color: #323232;
    font-weight: 500;
    font-size: .95rem;
    position: relative;
    z-index: 2
}

.aui-flex-ad {
    padding: 0 .9rem 1rem 0
}

.aui-flex-ad .aui-flex-box {
    padding-left: .9rem
}

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

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

.aui-list-theme-img {
    width: 100%;
    position: relative;
    height: 30vw;
    overflow: hidden;
}

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

.aui-list-theme-message {
    background: #fff;
    padding: .2rem .5rem
}

.aui-list-theme-title {
    color: #333;
    font-size: 14px;
    line-height: 1.2;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: justify;
    font-weight: 400;
    margin-top: .2rem
}

.aui-list-theme-subtitle {
    color: #323232;
    font-size: .85rem;
    font-weight: 400;
    padding: 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: .95rem;
    font-weight: 400;
    line-height: 1.2;
    padding: .7rem .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: .65rem;
    font-weight: 400;
    font-style: normal;
    margin-right: .2rem;
    padding: .15rem .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: 2px 1px 1px 1px
}

.aui-flex-box h3 {
    color: #ff2150;
    font-size: 14px
}

.aui-flex-box h3 em {
    color: #f31e4e;
    font-style: normal;
    font-size: .65rem;
    font-weight: 400
}

.aui-flex-box h3 i {
    color: #7c7c7c;
    font-weight: 400;
    font-style: normal;
    font-size: 12px
}

.aui-coupon img {
    width: 25px;
    height: 25px;
    display: block;
    border: none
}

.aui-list-theme-message h4 .aui-infos {
    background: 0 0;
    border: 1px solid #f99bad;
    color: #f01442
}

.aui-flex-box-one h2:after {
    width: 10%
}

.aui-books-img {
    width: 88px;
    margin-left: .8rem
}

.aui-news-list .aui-flex-box h3 {
    color: #4a4a4a;
    font-weight: 400;
    font-size: .9rem;
    margin-bottom: .3rem
}

.aui-news-list .aui-flex-box p {
    color: #999;
    font-weight: 400;
    font-size: .82rem;
    margin-bottom: .8rem
}

.aui-footer {
    width: 100%;
    position: relative;
    z-index: 100;
    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;
    padding: 7px 5px 7px 5px;
    box-shadow: 0 1px 1px #9b9b9b;
    background: #fff
}

.aui-tabBar-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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;
    -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;
    color: #828282
}

.aui-tabBar-item-text {
    display: inline-block;
    font-size: .6rem;
    color: #bebdbd;
    padding-top: 2px
}

.aui-tabBar-item-active .aui-tabBar-item-text {
    color: #fd6c57
}

.aui-footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 49
}

.tab_nav {
    position: relative;
    padding-top: 0;
    box-shadow: 0 -4px 5px 0 rgba(0, 0, 0, .03);
    z-index: 1;
    width: 100%
}

.tab_nav .navs {
    background: #642a14;
    border-radius: .2rem;
    overflow: hidden
}

.tab_nav .navs ul {
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    over-flow: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.tab_nav .navs li {
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 0 12px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    color: #fff;
    height: 40px;
    line-height: 40px;
}

.tab_nav .navs .cur {
    color: #f7e5bd;
    border-bottom: 2px solid #f7e5bd
}

.tab_nav .navs li a {
    box-sizing: border-box;
    display: inline-block;
    color: #666;
    height: 40px;
    line-height: 40px
}


.style001 {
    width: 100%;
    text-align: center;
    color: #666;
    font-weight: 700;
    font-size: 18px
}

.style003 {
    background: #fff;
    width: 96%;
    margin: 0 2%;
    border-radius: 10px;
    padding: 10px 15px;
    box-sizing: border-box
}

.style007 {
    width: 100%;
    overflow: hidden
}

.style004 {
    width: 33.33%;
    float: left;
    overflow: hidden;
    position: relative;
    height: 34vw;
}

.style004 p {
    width: 100%;
    overflow: hidden
}

.style005 {
    font-size: 14px;
    font-weight: 700
}

.style006 {
    font-size: 12px;
    color: #727272;
    padding-top: 3px
}

.style0229001 {
    position: absolute;
    padding: 0 5px;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(to right, #ff7085, #ff2351);
    right: 0;
    top: 2px;
    font-size: 12px;
    color: #fff
}

.style0229002 {
    width: 50%;
    float: left;
    overflow: hidden;
    height: 44vw;
}

.product_block .style004 {
    width: 50%;
    height: 44vw;
}

.bgradius {
    width: 100%;
}

.product_block {
    width: 100%;
    overflow: hidden;
    border-bottom: solid 1px #f1f1f1;
    padding: 10px 15px;
    box-sizing: border-box
}

.product_class {
    background: #fff;
    width: 96%;
    margin: 0 2%;
    padding: 0;
    border-radius: 10px
}

.product_tip {
    width: 100%;
    clear: both;
    box-sizing: border-box;
    padding: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.product_tip span {
    font-size: .7rem;
    border: solid 1px #999;
    padding: 2px 5px;
    border-radius: 10px;
}

.tabCon {
    overflow: hidden
}

.tabBox {
    position: relative
}

.tabList {
    display: none;
    word-break: break-all;
    width: 100%;
    float: left;
    /* line-height:100px;  */
}

.gouwuchestyle {
    font-size: 14px !important;
}

.goods-list {
    width: 100%;
    padding-top: 2px;
}

.loading {
    line-height: 40px;
    border-top: #e5e5e5 solid 1px;
    text-align: center;
    font-size: 12px;
    color: #999;
}

.loading span {
    display: inline-block;
    padding-right: 5px;
}

/* swipe */
/*iphonex 系列 需增加样式
iphoneX、iphoneXs*/
/* @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .aui-navBar {
        height: 134px !important;
        padding-top: 44px !important;
    }

    .topheight {
        padding-top: 134px !important;
    }
} */

/*iphone Xs Max*/
/* @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio:3) {
    .aui-navBar {
        height: 134px !important;
        padding-top: 44px !important;
    }

    .topheight {
        padding-top: 134px !important;
    }
} */

/*iphone XR*/
/* @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio:2) {
    .aui-navBar {
        height: 134px !important;
        padding-top: 44px !important;
    }

    .topheight {
        padding-top: 134px !important;
    }
}

.attendimg {
    width: 100%
} */

.attendimg img {
    width: 100%
}

.attentintro {
    width: 100%;
    background: #d9eaf5;
    padding: 10px;
    box-sizing: border-box
}

.attentintroin {
    width: 100%;
    background: #fff;
    overflow: hidden
}

.attin-img,
.attin-text {
    float: left
}

.attin-img {
    width: 50%;
    padding: 15px;
    box-sizing: border-box
}

.attin-text {
    width: 50%;
    padding: 15px 15px 0 0;
    box-sizing: border-box
}


.attin-text .introducebox {
    width: 100%;
    clear: both;
    color: #9a5347
}

.attin-text .intrtop {
    width: 100%;
    clear: both;
    font-size: 12px;
    font-weight: 700;
    color: #673200
}

.attin-text .intrinner {
    width: 100%;
    clear: both;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.attendformbox {
    width: 100%;
    background: #dff0e0;
    padding: 0 10px 10px 10px;
    box-sizing: border-box
}

.attendformbox .attendform-in {
    background: #fff;
    box-sizing: border-box;
    width: 100%
}

.attendform-in {
    display: flex;
    flex-direction: column
}



.attendform-in .in-body {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column
}

.attendform-in .in-body .inputname {
    color: #333;
    font-size: 14px;
    line-height: 34px;
    padding-left: 10px
}

.attendform-in .in-body .n8-icon-bitian {
    color: #ff2150
}

.attendform-in .in-body .inputbox {
    width: 100%;
    margin-bottom: 15px;
    height: 40px;
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 20px;
    background: #f6f6f6
}

.in-body .inputbox input {
    width: 100%;
    height: 100%;
    border: none;
    background: 0 0;
    font-size: 16px;
    color: #333
}

.in-body .inputbox input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ccc;
    font-size: 16px
}

.in-btn {
    width: 200px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    margin: 30px auto;
    background: #20c3c7
}

:root {
    --swiper-theme-color: #642a14 !important;
}
.bigtitle{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;color: #000; font-size: 16px;
}
.bigtitle .line{
    width: 60px;
    height: 3px;
    border-radius: 3px;
    background: #0081CC;
    margin-top: 4px;
}
.textbox{
    font-size: 14px;
    padding:0 15px;line-height: 22px;
}
.img01box{
    width: 100%;
    text-align: center;
}
.img01box img{
    width: 80vw;margin: 0 auto;
}
.datebox{
    padding: 10px 15px 0 15px;box-sizing: border-box;width: 100%;
}
.dateblock{
    background: #F7FAFF;box-sizing: border-box; float: left;display: block;
    width:calc(50vw - 20px);padding: 10px; font-size:14px ;margin-bottom: 10px;height: 32vw;
}
.dateblock .date{
    color: #F68A1D;font-size: 14px;font-weight: bold;padding-bottom:5px;
}
.mr10{margin-right: 10px;}
.blocklinebg01{
    background: url(../img/img02.png) no-repeat;background-size: 100% 100%;
}
.blocklinebg02{
    background: url(../img/img03.png) no-repeat;background-size: 100% 100%;
}
.blocklinebg03{
    background: url(../img/img04.png) no-repeat;background-size: 100% 100%;
}
.blockline{
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 34vw;
    justify-content: center;
    font-size: 14px;
    margin-bottom: 8px;
}
.blockline p{ text-align: center;}
.blockline div:first-child{
    font-weight: bold;padding-bottom: 8px;
}
.servicebox{
    background: url(../img/img06.png) no-repeat;
    background-size: 100% 100%;padding: 15px 18px 0 18px; margin-top: 10px;margin-bottom: 10px;
}
.servicebox img{width: 12px !important;  margin: 4px 8px 0 0;}
.serviceblock{
    display: flex;
    flex-direction: row;width: 100%;
    margin-bottom: 15px;font-size: 14px;
}
.foot01{
    background: url(../img/img09.png) no-repeat;
    background-size: 100% 100%;padding: 20px 18px; margin-top: 10px;margin-bottom: -1px;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;color: #fff;
}
.foot01 img{width: 100px !important;}
.foot02{
    background: #373D41;    
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0 30px 0;
}
.foot02 .telblock{margin-bottom: 10px;}
.foot02 a{ color: #fff !important;  }
.foot2text{font-size: 12px;color: #CCCCCC;}
.foot02 .telblock img{
    width: 26px !important; height: 26px !important; margin-right: 15px !important;
}
.foot2text p{text-align: center;}

.aui-flexView::-webkit-scrollbar { display: none }
.scroll-to-top{
	position:fixed;
	bottom:80px;
	right:10px;
	width:50px;
	height:50px;
	color:#ffffff;
}










