@font-face {
    font-family: 'yq-icon';  /* Project id 1816700 */
    src: url('https://at.alicdn.com/t/font_1816700_02ylpw0sx352.eot?t=1624930559461'); /* IE9 */
    src: url('https://at.alicdn.com/t/font_1816700_02ylpw0sx352.eot?t=1624930559461#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('https://at.alicdn.com/t/font_1816700_02ylpw0sx352.woff2?t=1624930559461') format('woff2'),
    url('https://at.alicdn.com/t/font_1816700_02ylpw0sx352.woff?t=1624930559461') format('woff'),
    url('https://at.alicdn.com/t/font_1816700_02ylpw0sx352.ttf?t=1624930559461') format('truetype'),
    url('https://at.alicdn.com/t/font_1816700_02ylpw0sx352.svg?t=1624930559461#yq-icon') format('svg');
}
.yq-icon {
    font-family: "yq-icon" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
body{
    margin: 0;
    background: #f4f4f4;
}
a{
    text-decoration:none;/*取消链接的下划线*/
}
.page{
    background: #f4f4f4;
}
.page-header{
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    background:#FFFFFF;
    border-bottom: 1px solid #e4e7ed;
    z-index: 200;
    font-size: 16px;
    color: #303133;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.page-header .bar-left{
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 10px;
    cursor: pointer;
    color: #333333;
}
.page-header .bar-center{
    position: absolute;
    top: 0;
    line-height: 44px;
    left: 50%;
    z-index: 198;
    transform: translateX(-50%);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.page-header .bar-right{
    position: absolute;
    height: 100%;
    top: 0;
    right: 5px;
    display: flex;
    align-items: center;
    width: 38px;
    transition: all .3s;
    z-index: 200;
    cursor: pointer;
    color: #333333;
}
.page-header .bar-right.is-search{
    width: calc(100% - 60px);
}
.right-bar{
    display: flex;
    align-items: center;
    width: 100%;
}
.bar-right .cancel,.bar-right .input,.bar-right.is-search .yq-icon{
    display: none;
}
.bar-right.is-search .cancel{
    width: 45px;
    padding: 0 0 0 10px;
    display: block;
}
.bar-right.is-search .input{
    display: block;
    font-size: 12px;
    flex: 1;
    height: 27px;
    background: #f4f4f4;
    border-radius: 33px;
    padding: 0 12px;
}
.input input{
    background: #f4f4f4;
    border: 0px;
    outline:none;
    width: 100%;
    height: 100%;
}

/*设置div样式的整体布局*/
.page-icon{
    margin:20px -15px 0;/*设置距离顶部20像素*/
    font-size:0;/*修复行内元素之间空隙间隔*/
    text-align:center;/*设置内容居中显示*/
    min-height: 30px;
}

/*设置共有的的样式布局，主要是进行代码优化，提高运行效率*/
.page-icon a,.page-disabled,.page-next{
    border:1px solid #ccc;
    border-radius:3px;
    padding:4px 10px 5px;
    font-size:14PX;/*修复行内元素之间空隙间隔*/
    margin-right:6px;
    margin-bottom: 10px;
    display: inline-block;
}

/*对 a 标签进行样式布局 */
.page-icon a{
    text-decoration:none;/*取消链接的下划线*/
    color:#666666;
}

.page-current{
    padding:5px 11px 6px;
    font-size:14PX;/*修复行内元素之间空隙间隔*/
    margin-right:6px;
}
.page-current.point{
    color:#ccc;
    padding:5px 5px 6px;
}

.page-next{
    margin: 0;
}

.page-current i.yq-icon,.page-next i.yq-icon,.page-disabled i.yq-icon{
    cursor:pointer;/*设置鼠标经过时的显示状态，这里设置的是显示状态为小手状态*/
    display:inline-block;/*设置显示的方式为行内块元素*/
    font-style: normal;
    font-size: 12px;
}

.out-link{
    position: relative;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.out-link a{
    font-size: 12px;
    color: #999999;
}
