/*通用样式*/
* {
    margin:0;
    padding:0;
    border: 0;
}
ol, ul {
    margin-bottom: 0;
}
/*全局样式设置*/
html {
    font-size: 100px;
    color: #545F66;
    font-family: Helvetica, Arial, sans-serif;
    max-width: 640px;
    margin: 0 auto;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    height:100%;
}
/*body消除外边距*/
body {
    background-color: #fff;
    height: 100%;
}

input,button,select,textarea {
    outline:none
}
ul,li,p,a {
    list-style:none; text-decoration:none;
}
.book-cover-shadow  {
    box-shadow: 1px 1px 3px #99A3A9;
}

.clearfix:after,.clearfix:before {
    display:table;content:" "
}
.clearfix:after {
    clear:both;
}
:after,:before {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}

/*分割线*/
/*分割线-粗*/
.cutline-thick {
    width: 100%;
    height: 10px;
    background-color: #F0F3F5;
}
/*分割线-细*/
.cutline-thin {
    width: 100%;
    height: 1px;
    background-color: #F0F3F5;
}

/*文本多行省略*/
.line-ellipsis {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/*流动弹性布局通用样式*/
.flow-layout {
    display: -webkit-flex;
    display: flex;
}

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

/*11/28*/
.flex1 {
    flex:1;
}


/*12.13*/
.bg-blue-white {
    background-color: #009eff;
    border: solid 1px #009eff;
    color: #ffffff;
}
.bg-white-grey {
    background-color: #ffffff;
    border: solid 1px #ced7db;
    color: #ced7db;
}
.bg-white-blue {
    background-color: #ffffff;
    border: solid 1px #009eff;
    color: #009eff;
}
.bgc009eff {
    background-color: #009eff;
}
.bgcced7db{
    background-color: #ced7db;
}
/*12.20*/
.bg-grey-no {
    background-color: #ced7db;
    border: solid 1px #ced7db;
    color: #99a3a9;
}

.fl {
    float:left;
}
.fr {
    float:right;
}

.bdb {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.imgw {
    display: block;
    width: 100%;
}
.imgwh {
    display: block;
    width: 100%;
    height: 100%;
}

.por {
    position: relative;
}
.aic {
    align-items: center;
}
.tal {
    text-align: left;
}
.tac {
    text-align: center;
}
.bgwhite {
    background-color: white;
}
.last-padding {
    padding-bottom: 3rem;
}
.mask {
    width: 100%;
    background: rgba(84,95,102,0.8);
    position: fixed;
    top: 0;
    min-height: 100%;
    z-index: 99;
    align-items: center;
    max-width: 640px;
}
.hide {
    display: none;
}
.box {
    display: -webkit-box;
}
.list-cover-img {
    width: 4.5rem;
    height: 6.45rem;
    box-shadow: 1px 1px 3px 0 #99A3A9;
    margin: 0 auto;
    position: relative;
}
/*=========base==============*/
.slider {
    overflow: hidden;
    position: relative;
}

.swipe-wrap {
    overflow: hidden;
    position: relative;
    height: 153px;
    padding: 0;
    margin: 0;
}

.swipe-wrap li {
    float: left;
    width: 100%;
    position: relative;
}

.swipe-wrap li a {
    display: block;
}

.swipe-wrap img {
    width: 100%;
    height: 153px;
    /*background: url() no-repeat center center;*/
    background-size: 100% auto;
}

.background-white {
    background-color: #fff;
}

.background-gray {
    background-color: #f0f0f0;
}

.copyright {
    border: 1px solid #e0e0e0;
    position: fixed;
    display: block;
    z-index: 997;
    bottom: 0;
    background-color: #FFFFFF;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    max-width: 640px;
    font-size: 12px;
    color: #414141;
}

.copyright .app-download {
    color: #009eff;
    float: right;
    margin-right: 20px;
    text-decoration: underline;
}

/*"prompt-message"*/
.prompt-wrap {
    font-size: 12px;
    padding: 0;
    height: 0;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.prompt-wrapper {
    position: relative;
}

.prompt-message {
    position: fixed;
    top: 50%;
    margin-left: 4%;
    z-index: 99999;
    width: 90%;
    max-width: 576px;
    min-height: 40px;
    line-height: normal;
    padding: 10px 15px;
    font-size: 15px;
    background: #333333;
    opacity: 0.8;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
    border-radius: 8px;
    text-align: center;
}

.prompt-wrap-title {
    padding: 0;
    height: 0;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.prompt-wrapper-title {
    position: relative;
}

.prompt-title {
    position: absolute;
    width: 80%;
    margin: 0 auto;
    z-index: 99998;
    max-width: 576px;
    line-height: 30px;
    padding: 0 5px;
    background: #fff;
    opacity: 0.8;
    color: #000;
    border: 1px solid #333;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
    border-radius: 8px;
    text-align: left;
}

.prompt-titlepos {
    position: absolute;
    z-index: 99999;
}

.prompt-titlepos img {
    height: 10px;
    width: 8px;
}

.go-top {
    width: 40px;
    height: 40px;
    /*background: url(../../images/page/go-top.png?v=2) no-repeat center center;*/
    background-size: 40px 40px;
    position: fixed;
    right: 10px;
    bottom: 80px;
    z-index: 100;
    -webkit-transform-origin: 0px 0px 0px;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    display: none;
}

.ajs-header {
    font-size: 12px !important;
}

.ajs-content {
    font-size: 12px !important;
}

/*=========base==============*/


/*2018/08/30*/
.ItemTitle {
    color: #545F66;
    font-size: 0.75rem;
    font-weight: 600;
    padding-left: 0.75rem;
}
.fixfloat {
    position: fixed;
    width: 100%;
    height: 100%;
    max-width: 640px;
    z-index: 50;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.lineClamp {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.shListAuthor {
    font-size: 0.5rem;
    line-height: 0.6rem;
    height: 0.6rem;
    margin-top: 0.15rem;
    color: #99a3a9;
}
.shListDiv {
    width: 4.5rem;
    margin: 0 auto;
}
.lineClamp1 {
    -webkit-line-clamp:1;
}
.lineClamp5 {
    -webkit-line-clamp:5;
}

@media (max-width: 320px){
    .list-cover-img {
        width: 3.6rem;
        height: 5.16rem;
    }
    .PerSellAuthor{
        width: 3.6rem;
        font-size: 0.6rem;
    }
    .shListDiv {
        width: 3.6rem;
    }
}



