/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/*
 * A better looking default horizontal rule
 */

 .jianpan>hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
    overflow: hidden;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
.jianpan img{
    display:block;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.jianpan>.absolute-center{
    margin: auto;
    position:absolute;
    top:0; left:0; right:0; bottom:0;
}
.jianpan>.center-container {
    position: relative;
}

.jianpan>.cfca-keyboard {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    background: rgba(254, 254, 254, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    clear: both;
    margin: 0;
    padding: 0;
}

.jianpan .logo-border {
    border-top: 2px solid #CACACA;
    border-bottom: 2px solid #CACACA;
    width: 100%;
    box-sizing:border-box;
    
}

.jianpan .float-right {
    float:right;
    margin-top:-15px;
    margin-right:3px;
}

.jianpan .cfca-row {
    width: 100%;
    clear: both;
    margin: 0;
}

.jianpan .col {
    display: block;
    float: left;
    width: 8.75%;
    margin-top: 5px;
    margin-left: 0.625%;
    margin-right: 0.625%;
    line-height: 1;
}
.jianpan #imgLogo{
    margin-left:94px;
    margin-top:10px;
}
.jianpan .col-num {
    display: block;
    float: left;
    width: 33.33333%;
    line-height: 1;
}

.jianpan .cfca-btn {
    width: 100%;
    color: #464847;
    padding: 0;
    border: 1px solid #CACACA;
    display: inline-block;
    /* font-family: Microsoft YaHei, Arial, sans-serif; */
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.jianpan .cfca-down-btn {
    position: absolute;
    right: 2%;
    top: 4%;
    display: inline-block;
    padding: 13px 10px;
}

.jianpan .cfca-default,.jianpan  .cfca-space,.jianpan  .cfca-bubble {
    background-color: #F1F5F6;
    background-image: -webkit-linear-gradient(top, #F1F5F6 0%, #F1F5F6 100%);
    background-image: -moz-linear-gradient(top, #F1F5F6 0%, #F1F5F6 100%);
}

.jianpan .cfca-num-default {
    background-color: #FEFEFE;
    background-image: -webkit-linear-gradient(top, #FEFEFE 0%, #FEFEFE 100%);
    background-image: -moz-linear-gradient(top, #FEFEFE 0%, #FEFEFE 100%);
}

.jianpan .cfca-mod {
    background-color: #E3E7EA;
    background-image: -webkit-linear-gradient(top, #E3E7EA 0%, #E3E7EA 100%);
    background-image: -moz-linear-gradient(top, #E3E7EA 0%, #E3E7EA 100%);
}

.jianpan .cfca-click,.jianpan  .cfca-mod-click {
    background-color: #C9CFD4;
    background-image: -webkit-linear-gradient(top, #C9CFD4 0%, #C9CFD4 100%);
    background-image: -moz-linear-gradient(top, #C9CFD4 0%, #C9CFD4 100%);
}

