*,
::before,
::after {
    margin: 0;
    padding: 0;
    /*清除浏览器点击默认高亮效果*/
    -webkit-tap-highlight-color: transparent;
    /*以border开始计算宽度*/
    -webkit-box-sizing: border-box;
    color: #333;
    -webkit-text-size-adjust: none;
}

html {
    height: 100%;
}

body {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 14px;
    /*sans-serif手机默认字体*/
    font: 14px/21px -apple-system-font, 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif;
    color: #000;
    /*//动画定义3D启用硬件加速*/
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /*某些Android手机圆角失效*/
    background-clip: padding-box;
}

a {
    text-decoration: none;
    color: #000;
}

ul {
    list-style: none;
}

input[type=text],
input[type=search],
input[type=button],
input[type=password],
input[type=tel],
input[type=number], textarea {
    border: none;
    resize: none;
    /*清除选中效果*/
    outline: none;
    /*清除浏览器input默认的样式*/
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

input::-webkit-search-cancel-button {
    display: none;
}

/*清除浮动*/
.clearfix::before,
.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}

::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.animated {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

[class ^="icon_"] {
    background: url("../images/sprites.png") no-repeat;
    background-size: 200px 200px;
}

[class ^="icon_"]:active,
img:active {
    opacity: 0.6;
}

.unselected {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.header {
    width: 100%;
    height: 44px;
    min-width: 300px;
    max-width: 640px;
    background-color: #D74F43;
}

.icon_back {
    background: url("../images/icon_actionbar_back_normal.png") no-repeat center center;
    background-size: contain;
}

#container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    min-width: 300px;
    max-width: 640px;
    position: relative;
}

.contentContainer {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

#contentContainer {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

/*头部区域结束*/
.auction_header {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    background-color: #D74F43;
    z-index: 1000;

}

.info_title {
    line-height: 16px;
    font-size: 16px;
    color: #000;
    padding: 0px 0px 0px 10px;
    vertical-align: middle;
}

.info_title::before {
    content: "";
    display: inline-block;
    height: 14px;
    width: 4px;
    background-color: #D74F43;
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: middle;
}

/*返回*/
.icon_back {
    background: url("../images/icon_actionbar_back_normal.png") no-repeat center center;
    background-size: contain;
}

header .icon_back {
    display: block;
    width: 26px;
    height: 26px;
    margin: 9px 9px;
    position: absolute;
    top: 0;
    left: 0;
}

.inputArea {
    padding: 0 10px;
}

.input {
    width: 100%;
    height: 54px;
    line-height: 56px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

.input > label {
    position: absolute;
    line-height: 54px;
    display: inline-block;
    width: 100px;
    height: 100%;
    margin-top: 1px;
}

.input input {
    width: 100%;
    padding-left: 80px;
    padding-right: 32px;
    margin: 0;
    font-size: 14px;
    outline-width: 0;
}

.input select {
    background-color: #fff;
    border: none;
    width: 100%;
    padding-left: 100px;
    padding-right: 32px;
    font-size: 16px;
    outline: none;
    text-decoration: none;
}

.input a {
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 2px;
    right: -4px;
    display: none;
}

.input a img {
    width: 14px;
    height: 14px;
}

.active {
    border-bottom: 1px solid #01CC77;
}

.submitBtn {
    margin-top: 30px;
    width: 100%;
    height: 44px;
    line-height: 46px;
    font-size: 18px;
    color: #fff;
    background-color: #01CC77;
    border-radius: 5px;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.submitBtn:active {
    background-color: #01B76B;
}

/*没有加载完成时 遮住内容*/
.div_mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 10;
}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #000;

    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("../images/icon_select_arrow.png") no-repeat scroll right center transparent;

    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}

.current_time_des {
    font-size: 12px;
    color: #999;
    font-weight: normal;
}

.current_time {
    font-size: 14px;
    font-weight: bold;
    color: #FF3E00;
}

.num {
    font-style: normal;
    color: #FF3E00;
}

.offer_number {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 1px 0;
    width: 36px;
    text-align: center;
    background: rgba(0, 0, 0, .1);
    font-weight: bold;
    color: #fff;
}

.offer_number > span {
    font-size: 10px;
    font-weight: normal;
    display: block;
    padding: 0;
    margin-top: -6px;
    color: #fff;
    margin-bottom: -3px
}

.go_top span {
    color: #999;
    font-size: 12px !important;
}

.tablayout-wrapper {
    position: absolute;
    left: 0;
    top: 44px;
    height: 44px;
    width: 100%;
    z-index: 102;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    display: none;
}

#tablayout_container {
    margin-right: 44px;

}

#tablayout_container::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 22px;
    height: 43px;
    background: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
    z-index: 1001;
}

#tablayout_container::after {
    position: absolute;
    top: 0;
    right: 44px;
    display: block;
    content: "";
    width: 11px;
    height: 43px;
    background: -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
}

.tablayout-wrapper .arrow {
    position: absolute;
    right: 0;
    top: 0;
    float: right;
    width: 44px;
    height: 44px;
    background: url("../images/icon_alow_arrow.png") no-repeat center;
    background-size: 20px 20px;
    transition: all 0.6s;
}

.fn-area {
    display: none;
    position: fixed;
    left: 0;
    top: 88px;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .98);
    z-index: 100;
}

.fn-area ul {
    width: 100%;
}

.fn-area ul li {
    width: 25%;
    float: left;
    line-height: 40px;
    text-align: center;
}

.fn-area ul li a {
    display: block;
}

.fn-area ul li a:active {
    background: #F7F7F7;
}

.fn-area ul li:nth-child(1),
.fn-area ul li:nth-child(2),
.fn-area ul li:nth-child(3),
.fn-area ul li:nth-child(4) {
    margin-top: 20px;
}

.article_menu_mask,
.shop_menu_mask,
.auction_menu_mask {
    z-index: 1003 !important;
}

.article_menu_panel,
.shop_menu_panel,
.acution_menu_panel {
    top: 51px !important;
    right: 5px !important;
    box-shadow: 0 0 8px #999 !important;
    border-radius: 3px !important;
}

.article_menu_panel::before,
.shop_menu_panel::before,
.acution_menu_panel::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 8px;
    border-bottom-color: #fff;
    position: absolute;
    right: 9px;
    top: -15px;
}

/*菜单项图标*/
.menu-pic {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 11px 11px 0 4px;
    vertical-align: top;
}

.publish {
    background: url("../images/icon_publish.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.menu-auction {
    background: url("../images/icon_auction.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.menu-auction-current {
    background: url("../images/icon_auction_current.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.menu-refresh,
.menu-auction,
.menu-auction-current {
    width: 21px;
    height: 21px;
    margin: 12px 10px 0 3px;
}

.menu-share,
.menu-qrcode {
    width: 18px;
    height: 18px;
    margin: 12px 12px 0 4px;
}

.menu-link {
    margin: 12px 11px 0 2px;
}

.menu-wallet,
.menu-auction-history,
.menu-auction-history-current,
.menu-client {
    width: 19px;
    height: 19px;
    margin: 12px 11px 0 4px;
}

.menu-auction-history {
    background: url("../images/icon_auction_history.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.menu-auction-history-current {
    background: url("../images/icon_auction_history_current.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.menu-auditing {
    margin: 12px 11px 0 4px;
    background: url("../images/icon_auditing.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.menu-qrcode {
    background: url("../images/icon_menu_qrcode.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.menu-share {
    background: url("../images/icon_menu_share.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.menu-client {
    background: url("../images/icon_client.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.menu-refresh {
    background: url("../images/icon_menu_refresh.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.menu-home {
    margin: 11px 11px 0 3px;
    background: url("../images/icon_home.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.menu-manager {
    margin: 12px 11px 0 3px;
    background: url("../images/icon_manager.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.menu-wallet {
    background: url("../images/icon_wallet.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.menu-font-size {
    background: url("../images/icon_font_size.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.menu-link {
    background: url("../images/icon_link.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
