fieldset,
iframe,
img,
input {
    border: 0
}

.slide img,
.slider .slide_group .slide {
    vertical-align: top;
    width: 100%
}

.box-sizing {
    box-sizing: border-box
}

abbr,
article,
aside,
blockquote,
body,
button,
command,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
input,
li,
mark,
meter,
nav,
ol,
output,
p,
pre,
progress,
section,
summary,
time,
ul {
    margin: 0;
    padding: 0;
    font-size: 12px
}

address,
caption,
cite,
code,
em,
figcaption,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
strong,
th {
    font-weight: 400;
    font-style: normal;
    word-wrap: break-word
}

dd,
dl,
dt,
li,
ul {
    list-style: none
}

address,
cite,
em,
i,
var {
    font-style: normal
}

caption,
th {
    text-align: left
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
video {
    display: block
}

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

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

input {
    outline: 0
}

/*清浮动*/
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

.common-time,
.common-title {
    border-bottom: 1px solid #f0f0f0
}

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #fff;
    line-height: 18px;
    -webkit-user-select: none;
    word-break: break-all;
    word-wrap: break-word;
    font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.blank10 {
    height: 10px;
    background-color: #f5f5f5
}

.gap_10 {
    height: 10px;
    width: 100%
}

.gap_5 {
    height: 5px;
    width: 100%
}

.gap_12 {
    height: 12px;
    width: 100%
}

.blank_180 {
    height: 180px
}

.blank_160 {
    height: 160px
}

.blank_158 {
    height: 158px
}

.blank_130 {
    height: 130px
}

.blank_100 {
    height: 100px
}

.blank_80 {
    height: 80px
}

.blank_79 {
    height: 79px
}

.blank_75 {
    height: 75px
}

.blank_65 {
    height: 65px
}

.blank_93 {
    height: 93px
}

.loading_div {
    background: url(img/bookzw.png) center center no-repeat #fff;
    background-size: 37px 37px
}

.hide {
    display: none;
}

/* 公共提示tips */
.tipsCon {
    text-align: center;
    position: fixed;
    bottom: 3.2rem;
    left: 0;
    z-index: 999999;
    width: 100%;
    opacity: 0;
    animation: tipsCon 3s;
    -moz-animation: tipsCon 3s;
    -webkit-animation: tipsCon 3s;
    -o-animation: tipsCon 3s
}

.tipsCon .tips {
    display: inline-block;
    z-index: 999999;
    border-radius: .26666667rem;
    background: #000;
    padding: .18666667rem .26666667rem;
    font-size: .37333333rem;
    line-height: .48rem;
    color: #fff
}

.tipsCon .night .tips {
    background: #fff !important;
    color: #1f2330 !important
}

@keyframes tipsCon {

    0%,
    100% {
        opacity: 0;
        bottom: 2.93333333rem
    }

    30%,
    70% {
        opacity: .9;
        bottom: 3.2rem
    }
}

@-moz-keyframes tipsCon {

    0%,
    100% {
        opacity: 0;
        bottom: 2.93333333rem
    }

    30%,
    70% {
        opacity: .9;
        bottom: 3.2rem
    }
}

@-webkit-keyframes tipsCon {

    0%,
    100% {
        opacity: 0;
        bottom: 2.93333333rem
    }

    30%,
    70% {
        opacity: .9;
        bottom: 3.2rem
    }
}

@-o-keyframes tipsCon {

    0%,
    100% {
        opacity: 0;
        bottom: 2.93333333rem
    }

    30%,
    70% {
        opacity: .9;
        bottom: 3.2rem
    }
}

/*各模块标题样式控制*/
.common-title {
    height: 43px;
    line-height: 43px;
    width: 100%;
    display: -moz-box;
    display: -webkit-box;
    display: -o-box;
    display: box
}

.common-title em {
    font-size: 16px;
    color: #333;
    padding-left: 10px;
    display: block;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1
}

/*处理3*n模块的标题栏高度问题*/
.three-colBooks-module .common-title {
    height: auto;
    min-height: 21px;
}

.three-colBooks-module .common-title em {
    line-height: 43px;
}

.common-title .more {
    display: block;
    width: 100px;
    text-align: right;
    font-size: 12px;
    color: #999;
    padding-right: 10px
}

.common-title .more .change-icon,
.common-title .more .more-icon {
    background: url(img/recommend-icons.png) 0 14px no-repeat;
    background-size: 50px 50px;
    display: inline-block;
    width: 13px;
    height: 43px;
    vertical-align: top;
    margin-left: 3px
}

.common-title .more .change-icon {
    background-position: -20px 15px
}

.common-more .more {
    border-top: 1px solid #e6e6e6;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #666;
    display: block
}

.common-time {
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #666;
    margin: 0 10px
}

.common-time i {
    color: #ff4e4e;
    margin: 0 4px
}

.common-time img {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-top: -3px
}

.common-title .common-time em,
.common-title .common-time i {
    display: inline-block;
    height: 14px;
    line-height: 14px;
    vertical-align: middle
}

.common-title .common-time {
    border-bottom: 0;
    padding-top: 5px;
    color: #999
}

.common-title .common-time span {
    color: #ff5a55
}

.common-title .common-time i {
    width: 11px;
    background: #ff5a55;
    color: #fff;
    text-align: center;
    margin: -2px 1px 0 0;
    border-radius: 2px
}

.common-title .common-time em {
    background: url(img/time.png) center center no-repeat;
    background-size: 2px 6px;
    margin-left: -1px;
    width: 6px;
    padding: 0;
    margin-top: -2px
}

body .common-title {
    border-bottom: 0;
    margin-bottom: -7px;
    padding-top: 1px
}

/*各模块标题样式控制——完成*/

/*馆页面顶部导航条 start*/
.nav_links {
    width: 100%;
    display: box;
    display: -moz-box;
    display: -webkit-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
}

.nav_links i {
    display: block;
    width: 34px;
    height: 21px;
    background: url(img/nav_link_icon.png) no-repeat top center;
    background-size: 34px auto;
}

.nav_links .cart_icon {
    width: 47px;
}

.nav_links .cart_icon a {
    display: block;
    padding: 12px 10px;
}

.nav_links .nav_links_area {
    display: box;
    display: -moz-box;
    display: -webkit-box;
    box-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    border-top: 1px solid #dedede;
}

.nav_links .nav_links_area a {
    display: block;
    box-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.nav_links .nav_links_area a.current {
    color: #ff4e4e;
}

.nav_links a span {
    height: 44px;
    /* width: 52px; */
    /* overflow: hidden; */
    box-sizing: border-box;
    border-bottom: 2px solid transparent;
    display: inline-block;
}

.nav_links a.current span {
    border-bottom: 2px solid #ff4e4e;
}

.nav_links .search_icon {
    width: 47px;
}

.nav_links .search_icon i {
    background-position: 0 -25px;
}

.nav_links .search_icon a {
    display: block;
    padding: 12px 10px;
}

/*馆页面顶部导航条 end*/

/*公共头部 start*/
body {
    /*padding-top: 45px!important;*/
}

.public-head-block .public-head-bar {
    display: none;
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 8600
}

.public-head-block .head-block {
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    /* padding: 0 13px;*/
    background-color: #fbfbfb;
}

.public-head-block .title-text {
    color: #595959;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    width: 156px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: -42px;
}

.public-head-block .index-text-icon {
    background: url(../img/head_title@2x.png?123) center no-repeat;
    background-size: contain;
    display: inline-block;
    width: 89px;
    height: 19px;
    vertical-align: middle;
    margin-right: -74px;
}

.public-head-block .close-icon,
.public-head-block .history-icon,
.public-head-block .search-icon,
.public-head-block .switch-icon {
    width: 22px;
    height: 22px;
    vertical-align: middle
}

.public-head-block .history-btn {
    display: inline-block;
    float: left;
    padding-left: 13px;
}

.public-head-block .search-btn,
.public-head-block .switch-btn {
    float: right;
    display: inline-block;
    padding-left: 10px;
    padding-right: 13px;
}

.public-head-block .history-icon {
    display: inline-block;
    background: url(../img/head_btn_back@2x.png) center left no-repeat;
    background-size: contain
}

.public-head-block .switch-icon {
    display: inline-block;
    background: url(../img/head_btn_more@2x.png) center left no-repeat;
    background-size: contain
}

.public-head-block .close-icon {
    display: inline-block;
    background: url(../img/head_Mask@2x.png) center left no-repeat;
    background-size: contain
}

.public-head-block .search-btn {
    padding-right: 10px
}

.public-head-block .search-icon {
    display: inline-block;
    background: url(../img/head_btn_search@2x.png) center left no-repeat;
    background-size: contain
}

.public-head-block .more-block {
    display: none;
    position: absolute;
    top: 44px;
    left: 0;
    width: 100%;
    padding: 8px 50px 18px;
    box-sizing: border-box;
    background-color: #fbfbfb;
    z-index: 99999
}

.public-head-block .nav-list {
    overflow: hidden
}

.public-head-block .nav-list li {
    float: left;
    display: block;
    text-align: center;
    width: 33.3%;
    padding: 12px 0
}

.public-head-block .nav-list li span {
    display: block;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    padding-top: 4px;
}

.public-head-block li:nth-child(3n+1) {
    text-align: left;
}

.public-head-block li:nth-child(3n) {
    text-align: right;
}

.public-head-block .nav-list a {
    display: inline-block;
    width: 48px;
    text-align: center;
    text-decoration: none;
    color: #333;
}

.public-head-block .nav-list .index-icon {
    width: 28px;
    height: 28px;
    display: block;
    margin: 0 auto;
    background: url(../img/head_icon_index@2x.png) no-repeat;
    background-size: contain
}

.public-head-block .nav-list .bookshelf-icon {
    width: 28px;
    height: 28px;
    display: block;
    margin: 0 auto;
    background: url(../img/head_icon_bookshelf@2x.png) no-repeat;
    background-size: contain
}

.public-head-block .nav-list .account-icon {
    width: 28px;
    height: 28px;
    display: block;
    margin: 0 auto;
    background: url(../img/head_icon_account@2x.png) no-repeat;
    background-size: contain
}

.public-head-block .nav-list .shoppingcar-icon {
    width: 28px;
    height: 28px;
    display: block;
    margin: 0 auto;
    background: url(../img/head_icon_car@2x.png) no-repeat;
    background-size: contain
}

.public-head-block .nav-list .share-icon {
    width: 28px;
    height: 28px;
    display: block;
    margin: 0 auto;
    background: url(../img/head_icon_share@2x.png) no-repeat;
    background-size: contain
}

.public-head-block .nav-list .dangdang-icon {
    width: 28px;
    height: 28px;
    display: block;
    margin: 0 auto;
    background: url('../img/head_icon_dangdang.png') no-repeat;
    background-size: contain;
}

.public-head-block .public-head-bar-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6666;
    background-color: #000;
    filter: alpha(opacity=30);
    opacity: .3
}

.public-head-block .hide {
    display: none
}

.public-head-block .nav-list .dangdang-btn {
    display: none;
}

.public-head-block .share_box {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 7777
}

.public-head-block .share_box .cover_div {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.public-head-block .share_box .share_div {
    position: absolute;
    bottom: -209px;
    width: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, .95);
    color: #fff;
    text-align: center;
    padding-bottom: 16px;
    -webkit-transition: bottom .3s;
    -o-transition: bottom .3s;
    transition: bottom .3s
}

.public-head-block .share_init .share_div {
    bottom: 0
}

.public-head-block .share_box .share_div a {
    color: #fff
}

.public-head-block .share_box .share_div h2 {
    font-size: 14px;
    line-height: 60px
}

.public-head-block .share_box .share_div ul {
    display: -moz-box;
    display: -webkit-box;
    display: box;
    width: 85%;
    margin: 0 auto 15px
}

.public-head-block .share_box .share_div ul li {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1
}

.public-head-block .share_box .share_div ul li a {
    display: inline-block;
    width: 60px
}

.public-head-block .share_box .share_div ul li a span {
    display: block;
    margin: 0 auto;
    width: 54px;
    height: 54px;
    background: url(../img/share_icon.png) 1px 2px no-repeat;
    background-size: 105px 105px
}

.public-head-block .share_box .share_div ul li a.sina span {
    background-position: 1px 2px
}

.public-head-block .share_box .share_div ul li a.qqweibo span {
    background-position: -53px 2px
}

.public-head-block .share_box .share_div ul li a.qq span {
    background-position: 1px -51px
}

.public-head-block .share_box .share_div ul li a.qzone span {
    background-position: -53px -51px
}

.public-head-block .share_box .share_div ul li a i {
    display: block;
    line-height: 20px;
    padding-top: 3px
}

.public-head-block .share_box .share_div .cancel_btn {
    background-color: #4e4e4e;
    display: inline-block;
    width: 72%;
    height: 30px;
    border-radius: 4px;
    line-height: 30px;
    font-size: 16px
}

/* 大当的导航样式*/
#navMenuCon {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
}

#navMenuCon .nav-menu-block {
    position: fixed;
    right: 14px;
    top: 8px;
    width: 142px;
    background: #fff;
    border-radius: 5px;
}

#navMenuCon .nav-menu-block .square-block {
    height: 0;
}

#navMenuCon .nav-menu-block .square-block:after {
    content: '';
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

#navMenuCon .nav-menu-block .square {
    width: 12px;
    height: 12px;
    background: #fff;
    display: block;
    transform: rotate(45deg);
    float: right;
    margin-right: 12px;
    margin-top: -4px;
}

#navMenuCon .nav-menu-block .nav-menu-list li {
    text-indent: 53px;
    line-height: 50px;
    color: #393939;
    font-size: 15px;
    border-bottom: solid 1px #ececec;
}

#navMenuCon .nav-menu-block .nav-menu-list li:last-child {
    border: none;
}

#navMenuCon .nav-menu-block .nav-menu-list .nav-shopping-car-btn {
    background: url(//img62.ddimg.cn/ddreader/dangdang/app_nav_cart.png) 20px center no-repeat;
    background-size: 17px auto;
}

#navMenuCon .nav-menu-block .nav-menu-list .nav-ebook-btn {
    background: url(//img60.ddimg.cn/ddreader/dangdang/app_nav_home.png) 20px center no-repeat;
    background-size: 17px auto;
}

#navMenuCon .nav-menu-block .nav-menu-list .nav-dangdang-btn {
    background: url(//img60.ddimg.cn/ddreader/dangdang/app_nav_buy.png) 20px center no-repeat;
    background-size: 17px auto;
}

#navMenuCon .nav-menu-block .nav-menu-list .nav-share-btn {
    background: url(//img60.ddimg.cn/ddreader/dangdang/app_nav_share.png) 20px center no-repeat;
    background-size: 17px auto;
}

.book-list-module li,
.book-list-module ul,
.carousel,
.carousel img {
    width: 100%
}

.public-head-block .share_box .share_div .cancel_btn:active {
    background-color: #ff4e4e
}

/*公共头部 end*/
/*听书*/
.radioTag {
    position: absolute;
    left: 0;
    top: 95px;
    width: 16px;
    height: 16px;
    background: url(//img62.ddimg.cn/ddreader/images/audioBtn.png?1) no-repeat;
    background-size: 100% auto;
}

/* 大当app跳转当读app 弹框*/
.to-native-win {
    position: fixed;
    background-color: gray;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.95;
    filter: opacity(95);
}

.to-native-win .to-native-block {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -135px;
    margin-top: -75px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    width: 270px;
    border-radius: 12px;
    color: #000;
    font-size: 17px;
}

.to-native-win .win-txt {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    padding: 30px 18px 26px 18px;
    color: #000;
    border-bottom: 1px solid #dfdfdf;
}

.to-native-win .btn-block {
    height: 44px;
}

.to-native-win .no-btn {
    float: left;
    width: 134px;
    height: 100%;
    line-height: 44px;
    text-align: center;
    border-right: 1px solid #dfdfdf;
    font-size: 17px;
}

.to-native-win .yes-btn {
    display: block;
    text-align: center;
    line-height: 44px;
    font-size: 17px;
    color: #00c29a;
}



/* 阅读打卡 弹窗（用户升级app后首次进入app，弹窗展示阅读打卡的相关流程） */
#readingClockDialog.dialog-box {
    width: 100%;
    height: 100%;
    font-size: 50px;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
}

#readingClockDialog .dialog-mask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

#readingClockDialog .dialog-wrap {
    position: fixed;
    z-index: 2000;
    margin: 0;
    padding: 0;
    color: #333;
    width: 300px;
    background-color: #fff;
    left: 50%;
    top: 50%;
    border-radius: 12px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#readingClockDialog .dialog-wrap .dialog-header {
    position: relative;
    background: #27B0F3;
    text-align: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

#readingClockDialog .dialog-wrap .dialog-header:before {
    content: '';
    position: absolute;
    width: 28px;
    height: 58px;
    left: -27px;
    top: 20px;
    background: url(img/readingclock_tanchuangzuo@2x.png) no-repeat center;
    background-size: 100%;
}

#readingClockDialog .dialog-wrap .dialog-header:after {
    content: '';
    position: absolute;
    width: 28px;
    height: 58px;
    right: -28px;
    top: 20px;
    background: url(img/readingclock_tanchuangyou@2x.png) no-repeat center;
    background-size: 100%;
}

#readingClockDialog .dialog-wrap .dialog-header .dialog-header-icon {
    display: inline-block;
    width: 50%;
    position: absolute;
    left: 50%;
    bottom: 40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
}

#readingClockDialog .dialog-wrap .dialog-header img.dialog-header-icon {
    display: inline-block;
    width: 120px;
    bottom: 35px;
}

#readingClockDialog .dialog-wrap .dialog-header .dialog-title {
    font-size: 20px;
    height: 70px;
    line-height: 80px;
    padding: 0 50px;
    overflow: hidden;
    color: #fff;
    font-weight: bold;
    position: relative;
}

#readingClockDialog .dialog-wrap .dialog-header .dialog-close {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 29px;
    height: 29px;
    background: url(img/readingclock_model_close.png) no-repeat center;
    background-size: 100%;
    z-index: 9;
}

#readingClockDialog .dialog-wrap .dialog-body {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

#readingClockDialog .dialog-content {
    font-size: 15px;
    line-height: 26px;
    padding-bottom: 30px;
    color: #666;
}

#readingClockDialog .dialog-content.read-dialog .first-read .content-text {
    font-size: 14px;
    color: #FF6D02;
    padding-top: 0;
    padding-right: 44px;
    padding-bottom: 0;
    padding-left: 31px;
    line-height: 20px;
    position: relative;
}

#readingClockDialog .dialog-content.read-dialog .first-read .content-text:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #FF6D02;
    border-radius: 50%;
    left: 19.5px;
    top: 7.5px;
}

#readingClockDialog .process-detail-small {
    line-height: 16px;
    height: 80px;
    padding-top: 29px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    background: #FFF;
    border-radius: 6px;
    display: flex;
    /*新版本语法:opera 12.1,Firefox 22+*/
    display: -webkit-box;
    display: -webkit-flex;
    /*新版本语法：chrome 21+*/
}

#readingClockDialog .process-detail-small li {
    flex: 1;
    /* NEW ,Spec - Opera 12.1,Firefox 20+*/
    -webkit-box-flex: 1;
    /*OLD -iOS 6-,Safari 3.1-6*/
    -moz-box-flex: 1;
    /*OLD - Firefox 19-*/
    -webkit-flex: 1;
    /*Chrome*/
    -ms-flex: 1;
    /*IE 10*/
    text-align: center;
}

#readingClockDialog .process-detail-small li .date-box {
    position: relative;
}

#readingClockDialog .process-detail-small li .date-box.date-nextday:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #27B0F3;
    position: absolute;
    top: 50%;
    left: -40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#readingClockDialog .process-detail-small li .date-box.date-nextday:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #27B0F3;
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#readingClockDialog .process-detail-small li .date-box span {
    display: inline-block;
    width: 40px;
    padding-top: 2px;
    padding-right: 0;
    padding-bottom: 2px;
    padding-left: 0;
    font-size: 14px;
    background: #27B0F3;
    border-radius: 6px;
    position: relative;
    color: #FFF;
    z-index: 1;
}

#readingClockDialog .process-detail-small li .date-box span:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 4px 4px 0 4px;
    border-style: solid;
    border-color: #27B0F3 transparent transparent transparent;
    position: absolute;
    bottom: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#readingClockDialog .process-detail-small li .process-tips {
    color: #666;
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
}

#readingClockDialog .process-detail-small li .success {
    padding-left: 0;
    padding-right: 0;
}

#readingClockDialog .process-detail-small li .success span {
    background: #FEA00A;
    border-radius: 3px;
    color: #FFF;
    font-size: 12px;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
}

#readingClockDialog .dialog-content .footer-box {
    text-align: center;
    margin-top: 15px;
}

#readingClockDialog .footer-box .btn {
    outline: none;
    text-align: center;
    font-weight: normal;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: none;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-font-smoothing: subpixel-antialiased;
    background: linear-gradient(-133deg, #FF9F0A 0%, #FABC10 100%);
    box-shadow: 0 2px 0 0 #E69800;
    color: #fff;
    width: 236px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    border-radius: 6px;
}

.gray-filter { filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); -webkit-filter: grayscale(1); }