@charset "utf-8";

body {
    color: #333;
}

a {
    touch-action: manipulation;
}

b {
    color: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.u-btn, .u-icon {
    display: block;
}
.u-btn_il, .u-icon_il {
    display: inline-block;
}
.u-btn, .u-btn_il {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 6px;
    border: 0;
    text-align: center;
    font-size: 16px;
    user-select: none;
    touch-action: manipulation;
}
.btn_red {
    background-color: #f63639;
    color: #fff;
    border: 0;
}


.f_black {
    color: #080808;
}
.f_gray {
    color: #6a6a6a;
}
.f_lgray {
    color: #a1a1a1;
}

.f_s0 {
    font-size: 0;
}
.f_s20 {
    font-size: .26rem;
    -webkit-transform: scale(.77, .77);
    -ms-transform: scale(.77, .77);
    -o-transform: scale(.77, .77);
    transform: scale(.77, .77);
}
.f_s24 {
    font-size: .24rem;
}
.f_s26 {
    font-size: .26rem;
}
.f_s28 {
    font-size: .28rem;
}
.f_s30 {
    font-size: .30rem;
}
.f_s32 {
    font-size: .32rem;
}
.f_s34 {
    font-size: .34rem;
}

.f-bold {
    font-weight: bolder;
}
.f-tl {
    text-align: left;
}
.f-tc {
    text-align: center;
}
.f-tr {
    text-align: right;
}
.f_lh2 {
    line-height: 2em;
}

.f-fl {
    float: left;
}
.f-fr {
    float: right;
}
.f-clearil {
    font-size: 0;
}
.f-clearil > * {
    display: inline-block;
    vertical-align: middle;
}
.f-clearfix{ 
    zoom:1; 
}
.f-clearfix:after { 
    clear: both; 
    content: "."; 
    display: block; 
    height: 0; 
    visibility: hidden;
    zoom: 1;
    overflow: hidden;
}

.f-line1 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.f-linemu {
    display: -webkit-box;
    -o-box-orient: vertical;
    -ms-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.f-line2 {
    -webkit-line-clamp: 2;
}
.f-line3 {
    -webkit-line-clamp: 3;
}

.g-vm {
    display: inline-block;
    vertical-align: middle;
}
.g-center {
    margin-left: auto;
    margin-right: auto;
}
.g-db {
    display: block;
}
.g-di {
    display: inline-block;
}
.g-mt10 {
    margin-top: .1rem;
}
.g-mt20 {
    margin-top: .2rem;
}
.g-mt30 {
    margin-top: .3rem;
}
.g-ml10 {
    margin-left: .1rem;
}
.g-mr10 {
    margin-right: .1rem;
}
.g-mr20 {
    margin-right: .2rem;
}
.g-ml_mbr{
    text-indent: -0.5em;
}

.f-boder-t_gray {
    border-top: 1px solid #ddd;
}
.f-boder-b_gray {
    border-bottom: 1px solid #ddd;
}
.f-border-t_gray, 
.f-border-l_gray {
    position: relative;
}
.f-border-t_gray:before,
.f-border-l_gray:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ddd;
}
.f-border-t_gray:before {
    top: 0;
    height: 1px;
    width: 100%;
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    -o-transform: scaleY(.5);
    transform: scaleY(.5);
}
.f-border-l_gray:before {
    height: 100%;
    width: 1px;
    -webkit-transform: scaleX(.5);
    -ms-transform: scaleX(.5);
    -o-transform: scaleX(.5);
    transform: scaleX(.5);
}

.hidden {
    display: none !important;
}
.container {
    width: 100%;
}
.notice {
    position: fixed;
    left: 50%;
    top: 30%;
    width: 160px;
    border-radius: 10px;
    margin-left: -80px;
    background-color: #c8c8cd;
    text-align: center;
    line-height: 1.5em;
    padding: 14px 20px;
    color: #333;
    z-index: 9999;
}
.header {
    width: 100%;
    border-bottom: 1px solid #eee;
    height: 2.6rem;
    position: relative;
    background-color: #f63639;
} 
.header_pre {
    font-weight: bold;
    position: absolute;
    left: 1rem;
    top: .54rem;
    text-align: left;
    font-size: 0;
}
.header_pre img {
    display: inline-block;
    vertical-align: middle;
    height: 1.2rem;
    margin-right: .4rem;
}
.header_pre span {
    font-size: 1.2rem;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

[icon-sprite] {
    background-repeat: no-repeat;
    background-size: 4rem auto;
    background-image: url(../images/icon_sprite.png);
}
.icon_select {
    width: .5rem;
    height: .5rem;
}
.icon_select-un {
    background-position: 0 0;   
}
.icon_select-ed {
    background-position: -.8rem 0;
}
.icon_check {
    width: .46rem;
    height: .46rem;
}
.icon_check-txt {
    background-position: 0 -.8rem;
}
.icon_check-view {
    background-position: -.8rem -.8rem;
}
.icon_check-img {
    background-position: -1.6rem -.8rem;
}
.icon_check-file {
    background-position: -2.4rem -.8rem;
}
.icon_arr_t {
    width: .34rem;
    height: .22rem;
    background-position: 0 -1.5rem;
}
.icon_arr_b {
    width: .34rem;
    height: .22rem;
    background-position: -.8rem -1.5rem;
}
.icon_warn {
    width: .32rem;
    height: .28rem;
    background-position: 0 -2rem;
}

/* footer */
.footer-fixed {
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
}

.footer-group {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #ddd;
    padding: .2rem .34rem;
    background-color: #f5f5f5;
}
.footer-group .u-btn {
    width: 1.2rem;
    height: .6rem;
    line-height: .6rem;
}

.footer_menu {
    width: 100%;
    overflow: hidden;
}
.footer_menu-col-2 .footer_menu_item {
    width: 50%;
    float: left;
}

.footer_menu .footer_menu_items {
    display: block;
    overflow: hidden;
    list-style: none;
}
.footer_menu_item {
    float: left;
    cursor: pointer;
    text-align: center;
}

.layer {
    position: fixed;
}
.layer_container {
    width: 5.2rem;
    margin-left: -2.6rem;
}
.layer-msg .layer_btnarea {
    display: none;
}