/* v1.0.0.3*/
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,input,a{margin:0; padding:0; box-sizing:border-box;}
body,button,input,select,textarea{font-family:"PingFang SC","Microsoft YaHei",微软雅黑,tahoma,arial,'Hiragino Sans GB',\5b8b\4f53,sans-serif; line-height: 1.5; color: #2e2e2e; -webkit-font-smoothing: antialiased;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
em,b{font-style:normal;}
a{text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0); color: #333333;}
a:hover{text-decoration:none; color: #333333;}
a:active{text-decoration:none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
img{border:0;}
button,input,select,textarea{font-size:100%;outline:none; -webkit-appearance: none; background: none;}
table{border-collapse:collapse;border-spacing:0;}
td,th,ul,ol{padding:0;}
ul,ol,li{list-style: none;}
html,body{height: 100%;-webkit-overflow-scrolling: touch; overflow-scrolling: touch;}
.bg{
    background: #efefef;
}
.bg-f{
    background: #ffffff;
}
.main{
    width: 100%;
    height: auto;
    min-height: 100%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}
.pad-top{
    padding-top: 30px;
}
.pad-top-nav{
    padding-top: 49px;
}
.pad-bottom{
    padding-bottom: 49px;
}
.pad-top-search{
    padding-top: 46px;
}
.container{
    width: 100%;
    height: auto;
    overflow: hidden;
}

/* 左右栏通用样式 */
/* 左右栏通用样式 */
.bar{
    width: 100%;
    height: auto; /* 自动高度 */
    border-bottom: 1px solid #dedede;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.bar-height{
    min-height: 44px; /* 添加最小高度*/
    align-items: center;
}
.bar:last-child{
    border-bottom: none;
}
.bar-left.max-width{
    max-width: 160px;
    min-width: 105px;
}
.bar-right{
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding-right: 0;
}
.bar-price{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}
.left-condition {
    min-width: 100px;
    height: 44px;
    line-height: 44px;
}
/* 搜索 */
.searchbar-wrap{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1200;
}
.search-bar{
    width: 100%;
    padding: 8px 10px;
    box-sizing: border-box;
    background-color: #efeff4;
}
.search-outer {
    width: 100%;
    height: 28px;
    padding:2px 0;
    box-sizing: border-box;
    background-color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    border-radius: 2px;
}
.search-outer i{
    padding: 0 4px;
}
.search-outer input{
    padding-right: 4px;
}
/* 搜索 结束 */

/* 九宫格 */
.grids{
    position: relative;
}
.grids a{
    display: block;
}
.grids:before {
    content: '';
    position: absolute;
    box-sizing: border-box;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0;
    border: 1px solid #d9d9d9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}
.xp-grid{
    position: relative;
    float: left;
    padding: 10px;
    width: 33.33333333%;
    box-sizing: border-box;
    text-align: center;
}
.xp-grid:before {
    content: '';
    position: absolute;
    box-sizing: border-box;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}
.xp-grid img{
    width: 50%;
    max-width: 50px;
}
.xp-grid p{
    font-size: 14px;
}
.grids-small .xp-grid{
    width: 25%;
    padding: 10px 4px;
}
.grids-small .xp-grid p{
}
@media screen and (max-width: 370px){
    .grids-small .xp-grid p{
        font-size: 12px;
    }
}
/* 九宫格 结束*/

/* 时间线 */
.timeline {
    width: 100%;
    height: auto;
}
.timeline p {
    color: #888;
    font-size: 0.8rem;
}
.timeline h4 {
    color: #666;
    font-weight: 400;
}
.timeline .recent {
    color: #017aed;
}
.timeline ul li {
    list-style: outside none none;
}
.timeline-item {
    position: relative;
}
.timeline-item-content {
    padding: 0 0 1.5rem 1.5rem;
}
.timeline-item-head, .timeline-item-head-first {
    border-radius: 99px;
    content: "";
    position: absolute;
    z-index: 99;
    background-color:#017aed;
}
.timeline-item-head {
    height: 10px;
    left: 1px;
    top: 4px;
    width: 10px;
}
.timeline-item-head-first {
    height: 20px;
    left: -4px;
    top: 5px;
    width: 20px;
}
.timeline-item-tail {
    content: "";
    background-color:#017aed;
    height: 100%;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 2px;
}
.timeline-item-checked {
    left: 0;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 100%;
}
.timeline-item-checked::before {
    color: #fff;
    font-size: 12px;
    width: 20px;
}
.hide {
    display: none;
}
/* 时间结束 */

/* 分割线 */
.line{
    border-bottom: 1px solid #dedede;
}
.line-loadmore{
    width: 100%;
    height: 16px;
    line-height: 16px;
    border-bottom: 1px solid #dedede;
    text-align: center;
}
.line-loadmore span{
    display: inline-block;
    width: auto;
    margin: 0 auto;
    margin-top: 8px;
    padding: 0 16px;
}
/* 分割线 结束 */

/* 加载中 */
.loading{
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    -webkit-animation: xp-Loading 1s steps(12, end) infinite;
    animation: xp-Loading 1s steps(12, end) infinite;
}
@-webkit-keyframes xp-Loading {/* 旋转动画 */
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
    }
}
@keyframes xp-Loading {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
    }
}
/* 加载中 结束 */

/* 导航 */
.nav-position{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1099;
}
.nav{
    width: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    min-height: 30px;
    line-height: 1;
    position: relative;
}
.nav-center{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 20%;
}
.nav-left,.nav-right{
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 16px;
    width: 64px;
    position: absolute;
    z-index: 10;
    height: 20px;
    top: 50%;
    margin-top: -10px;
}
.nav-left{
    left: 0;
}
.nav-right{
    right: 0;
    justify-content:flex-end;
}
@media screen and (max-width: 370px){
    .nav-center{
        font-size: 16px;
    }
    .nav-left,.nav-right{
        font-size: 14px;
    }
}
.nav-left{
    margin-left: 12px;
    text-align: left;
}
.nav-right{
    margin-right: 12px;
    text-align: right;
    max-width: 64px;
}
.nav-height{
    height: 48px;
}
/* 导航 结束 */

/* 小红点、徽标 */
.reddot,.reddot-s {
    position: relative;
    display: inline-block;
    line-height: 22px;
    padding: 0 6px;
}
.reddot:after,.reddot-s:after {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #f74c31;
    border-radius: 5px;
    right: -3px;
    top: -3px;
    background-clip: padding-box;
}
.reddot-s:after {
    width: 6px;
    height: 6px;
    top: -5px;
    right: -5px;
}
.badge{
    display: inline-block;
    padding: .15em .4em;
    min-width: 8px;
    border-radius: 18px;
    background-color: #E64340;
    color: #FFFFFF;
    line-height: 1.2;
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
}
.badge-position{
    position: absolute;
    top: -.4em;
    right: -.4em;
}
/* 小红点、徽标 结束 */

/* 标签,图片,产品图片和头像 */
.label{
    display: inline-block;
    position: relative;
    padding: 2px 4px;
    border: 1px solid #cacccd;
    border-radius: 5px;
    font-size: 10px;
    text-align: center;
    margin-right: 4px;
}
.label.min-width{
    min-width: 60px;
}
.img-box{
    position: relative;
    display: block;
}
.img-box img{
    width: 100%;
    max-width: 100%;
    display: block;
}
.img-box-itle{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.img-border{
    box-sizing: border-box;
    padding: 3px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
}
.img-mask{
    background: rgba(0,0,0,.3)
}
.img-no-color{
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}
.product-img{
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    overflow: hidden;
    max-height: 120px;
    max-width: 160px;
    min-width: 45%;
    position: relative;
}
@media screen and (max-width: 370px){
    .product-img{
        max-width: 50%;
        max-height: 100px;
    }
}
@media screen and (min-width: 500px){
    .product-img{
        min-width: inherit;
        max-width: 160px;
    }
}
.position-left-top{
    position: absolute;
    left: 0;
    top:0;
}
.position-right-top{
    position: absolute;
    right: 0;
    top:0;
    z-index: 10;
}
.position-left-bottom{
    position: fixed;
    left: 0;
    bottom:0;
    z-index: 800;
}
.photo{
    width: 30px;
    height: 30px;
    position: relative;
}
.photo-sm{
    width: 40px;
    height: 40px;
    position: relative;
}
.photo-md{
    width: 50px;
    height: 50px;
    position: relative;
}
.photo-lg{
    width: 60px;
    height: 60px;
    position: relative;
}
.photo img,.photo-sm img,.photo-md img,.photo-lg img{
    width: 100%;
}
/* 图片和头像 结束 */

/* 底部导航菜单 */
.menu-nav{
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 48px;
    text-align: center;
}
.menu-nav a{
    border-right: 1px solid #ffffff;
}
.menu-nav a:last-child{
    border-right: none;
}
/* 底部导航菜单 结束 */

/* 列表 */
.product-title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 500;
}
@media screen and (max-width: 370px){
    .product-title{
        -webkit-line-clamp: 1;
    }
}
/* 列表 结束 */

/* 折叠 */
.fold{
    overflow: hidden;
}
.fold.active{
    display: block;
    height: auto;
    position: relative;
}
.fold-icon i{
    display: block;
    -webkit-transition: .15s;
    transition: .15s;
}
.fold-icon.active i{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); /* Internet Explorer */
    -moz-transform:rotate(180deg); /* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg); /* Opera */
    -webkit-transition:.15s;
    transition:.15s
}
.fold-text{ /* 文字折叠 */
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
    transition: max-height ease-in .5s;
}
.fold-text.active {
    max-height: 5000px;
    transition: max-height ease-in .5s;
}
.hotel-battalions{/* 设施折叠显示 */
    min-height: 50px;
    max-height: 50px;
    transition: max-height ease-out 0.2s;
}
.hotel-battalions.active{
    max-height: 2000px;
    transition: max-height ease-in 0.5s;
}
.hotel-battalions li{
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    margin-right: 6px;
    margin-bottom: 10px;
}
.hotel-battalions li i{
    line-height: 30px;
    font-size: 26px;
}
.hotel-battalions li p{
    font-size: 12px;
    line-height: 12px;
    margin-top: 4px;
}
/* 折叠 结束 */

/* 分页 */
.pager {
    font-size: 14px;
}
.pager-left {
    width: 40%;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    float: left;
}
.pager-cen {
    float: left;
    width: 19%;
    text-align: center;
    padding: 7px 0;
}
.pager-right {
    width: 40%;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    float: right;
}
.pager-first {
    width: 44%;
    padding: 7px 0;
    float: left;
    border-right: 1px solid #EFEFEF;
}
.pager-pre {
    width: 55%;
    padding: 7px 0;
    float: right;
}
.pager-next {
    width: 55%;
    padding: 7px 0;
    float: left;
    border-right: 1px solid #EFEFEF;
}
.pager-end {
    width: 44%;
    padding: 7px 0;
    float: right;
}
a.pager-nav,a:hover.pager-nav{
    color: #017aed;
}
/* 分页 结束 */

/* 预订成功 */
.reserve,.error{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    flex-direction:column;
    align-items: center;
    background-color: #ffffff;
    padding: 0 4%;
}
.reserve{
    padding: 0 10%;
}
/* 预订成功 结束*/

/* 错误页 */
.error-t{
    width: 100%;
    display: flex;
}
.error-l{
    width: 50%;
    padding: 0 5% 0 12%;
}
.error-l img{
    width: 100%;
}
.error-r{
    width: 50%;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    flex-direction:column;
    padding-left: 12px;;
    padding-top: 5%;
    font-size: 16px;
}
.error-p1{
    color: #ff9000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;;
}
.error-p2{
    color: #575757;
    font-size: 15px;
}
.error-r h1{
    font-size: 30px;
    color: #cacaca;
}
/* 错误页 结束 */

/* navbar */
.navbar{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    z-index: 500;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #dedede;
}
.navbar_item{
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-size: 15px;
    padding: 0 4px;
    -webkit-tap-highlight-color: transparent;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
@media screen and (max-width: 370px){
    .navbar_item{
        font-size: 14px;
    }
}
.navbar_item.active{
    border-bottom: 2px solid #017aed;
    color: #017aed;
}
.tab-red>.navbar_item.active{
    border-bottom: 2px solid #ff393a;
    color: #ff393a;
}
.tab-orange>.navbar_item.active{
    border-bottom: 2px solid var(--pub-color);
    color: var(--pub-color);
}

.navbar-menu-list{
    display: none;
}
/* navbar 结束 */

/* tabnav */
.tabnav{
    padding: 6px 8%;
    height: 44px;
}
.tabnav>.navbar{
    border-bottom: none;
    border: 5px;
}
.tabnav>.navbar>.navbar_item{
    height: 32px;
    line-height: 32px;
}

.tabnav>.navbar>.navbar_item{
    color: #017aed;
    border: 1px solid #017aed;
    border-width: 1px 1px 1px 0;
}
.tabnav>.navbar>.navbar_item.active{
    background-color: #017aed;
    color: #ffffff;
}
.tabnav>.navbar.tab-red>.navbar_item{
    color: #ff393a;
    border: 1px solid #ff393a;
    border-width: 1px 1px 1px 0;
}
.tabnav>.navbar.tab-red>.navbar_item.active{
    background-color: #ff393a;
    color: #ffffff;
}
.tabnav>.navbar.tab-orange>.navbar_item{
    color: var(--pub-color);
    border: 1px solid var(--pub-color);
    border-width: 1px 1px 1px 0;
}
.tabnav>.navbar.tab-orange>.navbar_item.active{
    background-color: var(--pub-color);
    color: #ffffff;
}
.tabnav>.navbar>.navbar_item:first-child {
    border-width: 1px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-clip: padding-box;
}
.tabnav>.navbar>.navbar_item:last-child {
    border-width: 1px 1px 1px 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-clip: padding-box;
}
/* tabnav 结束 */

/* 分享 */
.motai{
    background: rgba(0,0,0,.6);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    display: none;
}
.motai.active{
    opacity: 1;
    visibility: visible;
}
.wechat{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: right;
    padding: 10px 10px 0 0;
    display: none;
    z-index: 1000;
}
.wechat.active{
    display: block;
}
.wechat img{
    width: 72%;
}
.share{
    position: fixed;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 5000;
    width: 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    background: #ffffff;
}
.share.active{
    -webkit-transform: translate(0);
    transform: translate(0);
    z-index: 1000;
}

/* 分享 结束*/

/* 按钮样式 */
.btn{
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    overflow: hidden;
    border: 0;
}
.btn-height{
    height: 42px;
    line-height: 42px;
}
.btn-height-bar{
    height: 49px;
    line-height: 49px;
}
.btn:hover{
    -moz-box-shadow:0 5px 15px rgba(0,0,0,.15) inset;               /* For Firefox3.6+ */
    -webkit-box-shadow:0 5px 15px rgba(0,0,0,.15) inset;            /* For Chrome5+, Safari5+ */
    box-shadow:0 5px 15px rgba(0,0,0,.15) inset;
}
.btn-mini{
    height: 1.9em;
    line-height: 1.9em;
    font-size: 14px;
    padding: 0 .75em;
    display: inline-block;
}
.bg-blue,.bg-blue:hover{
    background: #017aed;
    color: #ffffff;
}
.bg-white,.bg-white:hover{
    background: #ffffff;
    color: #017aed;
}
.bg-red,.bg-red:hover{
    background: #ff393a;
    color: #ffffff;
}
.bg-orange,.bg-orange:hover{
    background: var(--pub-color);
    color: #ffffff;
}
.border-blue,.border-blue:hover{
    border: 1px solid #017aed;
    color: #017aed;
}
.border-red,.border-red:hover{
    border: 1px solid #ff393a;
    color: #ff393a;
}
.border-orange,.border-orange:hover{
    border: 1px solid var(--pub-color);
    color: var(--pub-color);
}
.disable,.disable:hover{
    background: #cecece;
    color: #666666;
}
/* 按钮位置控制 */
.btn-width{
    padding: 0 20%;
}
.btn-area{
    margin: 1.17647059em 15px .3em;
}
.btn-footbar{
    position: fixed;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 49px;
    line-height: 49px;
    z-index: 1010;
    background: #ffffff;
    box-shadow: 0 -3px 5px rgba(0,0,0,.05);
}
/* 收藏按钮 */
.collection-post{
    position: absolute;
    right: 12px;
    top:12px;
    z-index: 101;
}
/* swiper图标加数字分页 */
.swiper-pagination-num{
    background: rgba(0,0,0,.5);
    color: #ffffff;
    border-radius: 6px;
    width: auto;
    left: auto;
    right: 10px;
    padding: 2px 6px;
    font-size: 14px;
    min-width: 45px;
}
/* swiper图标加数字分页 结束 */

/* input样式 */
input{
    width: 100%;
    border: none;
}
/* input[type="search"]去掉默认样式 */
input[type="search"]::-webkit-search-cancel-button{
    display: none;
    -webkit-appearance: none;
}
/* input[type="search"] 清空按钮 */
.empty-btn{
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

/* input带朝下箭头选择样式 */
.input-choice{
    background: url(../images/select-bottom.png) right no-repeat;
    background-size: 12px;
    padding-right: 18px;
}
/* 验证码 */
.vcode-btn{
    width: 80px;
    text-align: center;
}
.vcode-btn .btn{
    height: 36px;
    line-height: 36px;
}
.vcode-btn img{
    display: block;
    width: 100%;
}
/* checkbox/radio样式修改 */
input[type=checkbox], input[type=radio]{
    margin: 0;
}
input.radio-dx[type="radio"],input.check[type="checkbox"]{/* 圆形checkbox */
    -webkit-appearance:none;
    outline: none;
    margin: 0;
    border: 0;
}
input.radio-dx,input.check{
    background:url(../images/checkbox-n.png) no-repeat center left;
    background-size:18px 18px;
    width:18px;
    height:18px;
    border-radius: 18px;
    border: 0;
}
input.radio-dx:checked,input.check:checked{
    background:url(../images/checkbox.png) no-repeat center left;
    background-size:18px 18px;
    border-radius: 18px;
    border: 0;
}
input.choice[type="checkbox"]{/* 方形checkbox */
    -webkit-appearance:none;
    outline: none;
    margin: 0;
}
input.choice{
    width:18px;
    height:18px;
    border: 1px solid #007bed;
    border-radius: 0;
}
input.choice:checked{
    background:#fff url(../images/radio.png) no-repeat center left;
    background-size:14px;
}

input.radio-round[type="radio"]{/* 圆形checkbox */
    -webkit-appearance:none;
    outline: none;
    margin: 0;
    box-sizing: border-box;
}
input.radio-round{
    width:16px;
    height:16px;
    border-radius: 20px;
    border: 1px solid #9b9b9b;
}
input.radio-round:checked{
    width:16px;
    height:16px;
    border-radius: 20px;
    border: 5px solid #0265cb;
    background-color: #ffffff;
}
.city-choice{
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.city-choice label{
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #999999;
}
.city-choice label.active{
    color: #0167cb;
}
.eye{
    width: 20px;
    margin-left: 6px;
    background: url(../images/eye-a.png) center no-repeat;
    background-size: 20px;
}
.eye.active{
    background: url(../images/eye-b.png) center no-repeat;
    background-size: 20px;
}
/* checkbox样式修改 结束 */

/* textarea样式 */
.textarea{
    display: block;
    border: 0;
    resize: none;
    width: 100%;
    color: inherit;
    font-size: 1em;
    line-height: inherit;
    outline: 0;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding:4px;
}
.textarea-add{
    border: 1px solid #dedede;
}

/* select样式修改 */
.screen-select{
    background: url("../images/select-bottom.png") right center no-repeat;
    background-size: 14px;
    /* the width and the height of your image */
    width: 100%;
    height: 36px;
    overflow: hidden;
    border: none;
}
.screen-select select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background:transparent;
    border:none;
    width: 100%;
    height:100%;
    padding-right: 18px;
    color: #666666;
}
.screen-select select.rtl{
    direction: rtl;
}
.screen-select option{
    direction: ltr;
}
/* select样式修改 结束 */

/* 小浦layer-skin */
.layui-m-layer0 .layui-m-layer-xpui {
    width: 76% !important;
    max-width: 480px !important;
    border-radius: 8px;
    padding-top: 60px;
}
.layui-m-layer0 .layui-m-layer-xpui:before {
    content: url(../images/gmqx.png);
    display: block;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -50px;
}
.layui-m-layer-xpui h3{
    height: auto !important;
    line-height: 30px !important;
    font-size: 16px !important;
    font-weight: bold !important;
}
.layui-m-layer-xpui .layui-m-layercont{
    padding: 5% !important;
    min-height: 60px;
    font-size: 16px;
}
.layui-m-layer-xpui .layui-m-layercont p{
    line-height: 1.5;
}
.layui-m-layer-xpui .layui-m-layerbtn{
    background: #fff;
    border-radius: 0 0 8px 8px !important;
}
.layui-m-layer-xpui .layui-m-layerbtn span{
    font-size: 16px;
    width: 50%;
}

/* 小浦layer-skin 结束 */

/*浦发规范样式弹窗*/
.layui-m-layer0 .layui-m-layerchild.layui-m-layer-ios{
    width: 72.18%;
    max-width: 300px;
    border-radius: 12px;
    padding-top: 15px;
}
.layui-m-layerchild.layui-m-layer-ios h3{
    padding-top: 5px;
    height: auto;
    line-height: 1;
    color: #000000;
    font-size: 17px;
    font-weight: bold;
}
.layui-m-layer-ios .layui-m-layercont{
    font-size: 13px;
    padding: 3px 20px 18px 20px;
    line-height: 1.4;
    color: #000000;
}
.layui-m-layer-ios .layui-m-layerbtn{
    border-top: 1px solid #cccccc;
    height: 44px;
    line-height: 44px;
    background: #ffffff;
    border-radius: 0 0 12px 12px;
}
.layui-m-layer-ios .layui-m-layerbtn span{
    width: 50%;
    font-size: 17px;
    border-radius: 0 0 12px 0;
}
.layui-m-layer-ios .layui-m-layerbtn span[no]{
    color: #0091f0;
    border-right: 1px solid #cccccc;
    border-radius: 0 0 0 12px ;
}
.layui-m-layer-ios .layui-m-layerbtn span[yes]{
    color: #0091f0;
    font-weight: bold;
}
/*浦发规范样式弹窗*/



/* 价格加减按钮组样式 */
.order-but{
    height: auto;
    overflow: hidden;
}
.order-but .min,.order-but .add{
    width: 24px;
    height: 24px;
    font-size: 20px;
    line-height:20px;
    vertical-align:middle ;
    background: none;
    border: 1px solid #a0a0a0;
    text-align: center;
    padding-bottom: 4px;
    box-sizing: border-box;
}
.order-but input{
    float: left;
    border-radius: 0;
}
.order-but .text_box{
    width: 50px;
    height: 24px;
    line-height: 24px;
    border: none;
    text-align: center;
    color: #333333;
    background: #fff;
}
.order-but .min.active,.order-but .add.active{
    border: 1px solid #bbbbbb;
    background: #f7f7f7;
    color: #bbbbbb;
}
.order-but-text{
    display: flex;
    align-items: center;
    padding-left: 12px;
    font-size: 14px;
}
/* 价格加减按钮组样式 结束 */

/* 评分 */
.rater {
    width: 100%;
    text-align: center;
    display: inline-block;
    line-height: normal;
}
.rater a {
    display: inline-block;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    color: #ccc;
}
.rater-box {
    position: relative;
    margin-right: 2px;
    width: auto;
    color: rgb(255, 204, 102);
}
.rater a.checked {
    color: #ffdd99 !important;
    cursor: not-allowed;
}
/* 评分 结束 */

/* 操作表 */
.mask.mask_visible {
    opacity: 1;
    visibility: visible;
}
.mask{
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    visibility: hidden;
    z-index: 10;
}
.mask, .mask_transition, .mask_transparent {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.mask {
    background: rgba(0,0,0,.6);
}
.actionsheet{
    position:fixed;
    left:0;
    bottom:0;
    -webkit-transform:translateY(100%);
    transform:translateY(100%);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    z-index:5000;
    width:100%;
    background-color:#efeff4;
    -webkit-transition:-webkit-transform .3s;
    transition:-webkit-transform .3s;
    transition:transform .3s;
    transition:transform .3s,
    -webkit-transform .3s
}
.actionsheet_menu{
    background-color:#fff;
}
.actionsheet_action{
    margin-top:6px;
    background-color:#fff;
}
.actionsheet_cell{
    position:relative;
    padding:10px 0;
    text-align:center;
    font-size:18px;
}
.actionsheet_cell:before{
    content:" ";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:1px;
    border-top:1px solid #d9d9d9;
    color:#d9d9d9;
    -webkit-transform-origin:0 0;
    transform-origin:0 0;
    -webkit-transform:scaleY(.5);
    transform:scaleY(.5);
}
.actionsheet_cell:active{
    background-color:#ececec;
}
.actionsheet_cell:first-child:before{
    display:none;
}
.actionsheet_toggle{
    -webkit-transform:translate(0);
    transform:translate(0)
}
.actionsheet .actionsheet_title {
    background-color: #f4f4f4;
    color: #999;
    font-size: 16px;
    padding: 8px 0;
    position: relative;
    text-align: center;
}
/*图片比列显示*/
.zfx,.cfx32,.cfx43{
    width:100%;
    position:relative;
    display: table;
    background-size: cover;
    background-position: center center;
}
.zfx:after,.cfx32:after,.cfx43:after{
    content:'';
    display: block;
    width: 100%;
    background: #CCCCCC;
}
.zfx:after{
    margin-top: 100%;
}
.cfx32:after{
    margin-top: 66.66%;
}
.cfx43:after{
    margin-top: 75%;
}

/* 操作表 结束 */





.dis-block{
    display: block;
}
.dis-flex{
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.alt-cen{
    align-items: center;
}
.column{
    flex-direction:column;
}
.flex-1{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.flex-2{
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -ms-flex: 2;
    -webkit-flex: 2;
    flex: 2;
}
.flex-3{
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -ms-flex: 3;
    -webkit-flex: 3;
    flex: 3;
}
.flex-5{
    -webkit-box-flex: 5;
    -moz-box-flex: 5;
    -ms-flex: 5;
    -webkit-flex: 5;
    flex: 5;
}
.flex-7{
    -webkit-box-flex: 7;
    -moz-box-flex: 7;
    -ms-flex: 7;
    -webkit-flex: 7;
    flex: 7;
}
/* 圆角样式 */
.radius-4{
    border-radius: 4px;
}
.radius-8{
    border-radius: 8px;
}
.radius-12{
    border-radius: 12px;
}
.radius-round{/* 椭圆 */
    border-radius: 1000px;
}
.radius-circle{/* 圆形 */
    border-radius: 50%;
}
/* 边框样式 */
.bor-top-1{
    border: 0;
    border-top: 1px solid #dedede;
}
.bor-right-1{
    border: 0;
    border-right: 1px solid #dedede;
}
.bor-bottom-1{
    border: 0;
    border-bottom: 1px solid #dedede;
}
.bor-left-1{
    border: 0;
    border-left: 1px solid #dedede;
}
.border-1{
    border:1px solid #dedede;
}
.bor-tb-1{
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.bor-none{
    border: none !important;
}
.bor-dashed{
    border-style: dashed;
}
.bor-dotted{
    border-style: dotted;
}
/* 文本溢出省略 */
.one-line{/* 一行 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.two-line{/* 二行 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.2;
}

.position-r{
    position: relative;
}
.clearfix:after{content:".";display:block;height:0;clear: both;visibility:hidden;}
.clearfix{*zoom:1;}
.wrap{min-width: 320px;max-width:768px;margin:0 auto;overflow:hidden;position:relative;}
.htit{line-height:1rem;padding:0 .3rem;color:#ff8e2e;font-size: .4rem;margin:1rem 0 .4rem 0}
.wrapper03 {position:relative;height: 1rem;width: 100%;overflow: hidden;margin:0 auto;border-bottom:1px solid #ccc}
.wrapper03 .scroller {position:absolute}
.wrapper03 .scroller li {height: 1rem;color:#333;float: left;line-height: 1rem;font-size: .4rem;text-align: center}
.wrapper03 .scroller li a{color:#333;display:block;margin:0 .3rem;padding:0 .1rem}
.wrapper03 .scroller li.cur a{color:#1cbb9b;height:.9rem;border-bottom:.1rem solid #1cbb9b}

.f-c-3{ color: #333333;}
.f-c-6{ color: #666666;}
.f-c-9{ color: #999999;}
.f-c-fcb{ color: var(--pub-color);}
.f-c-017{color: #017aed;}
.f-c-93a{ color: #ff393a;}
.f-c-828{ color:#82829a}
.f-c-f{ color: #fff;}
a.f-c-f:hover{ color: #fff;}
.f-s-10{font-size: 10px;}
.f-s-12{font-size: 12px;}
.f-s-14{font-size: 14px;}
.f-s-16{font-size: 16px;}
.f-s-18{font-size: 18px;}
.f-s-20{font-size: 20px;}
.f-s-22{font-size: 22px;}
.f-s-24{font-size: 24px;}
.f-s-30{font-size: 30px;}
.text-l{text-align: left;}
.text-r{text-align: right;}
.text-c{text-align: center;}
.mg-t-1{margin-top: 1px;}
.mg-t-4{margin-top: 4px;}
.mg-t-6{margin-top: 6px;}
.mg-t-8{margin-top: 8px;}
.mg-t-12{margin-top: 12px;}
.mg-t-16{margin-top: 16px;}
.mg-b-6{margin-bottom: 6px;}
.mg-b-8{margin-bottom: 8px;}
.mg-b-12{margin-bottom: 12px;}
.mg-b-16{margin-bottom: 16px;}
.mg-l-4{margin-left: 4%;}
.mg-l-10{margin-left: 10px;}
.mg-l-16{margin-left: 16px;}
.pad-lr-0{padding-left: 0; padding-right: 0;}
.pad-lr-4{padding-left: 4%;padding-right: 4%;}
.pad-l-4{padding-left: 4%;}
.pad-r-4{padding-right: 4%;}
.pad-tb-0{padding-top: 0; padding-bottom: 0;}
.pad-tb-4{padding-top: 4px; padding-bottom: 4px;}
.pad-tb-8{padding-top: 8px; padding-bottom: 8px;}
.pad-tb-12{padding-top: 12px; padding-bottom: 12px;}
.f-wei{font-weight: 700;}

/* 定位 */
.f-l{float: left;}
.f-r{float: right;}

.box-shadow{box-shadow: 0 3px 5px rgba(0,0,0,.15)}

