@charset "utf-8";
/*重置属性*/
body,h1,h2,h3,h4,h5,h6,p,form,ul,ol,li,dt,dl,dd,th,td,label,button,input,textarea,strong,b{ margin:0;padding:0;}
body{ font:0.24rem "Microsoft Yahei", Helvetica;line-height: 1.5;color:#000;-webkit-text-size-adjust:none; -webkit-tap-highlight-color: transparent; max-width: 640px; min-width:320px; margin: 0 auto;background-color:#f2f3f5;}
h1,h2,h3,h4,h5,h6,button,input,select,textarea{ font-family: "Microsoft Yahei", Helvetica;}
input{border:none;outline:none;-webkit-appearance: none;border-radius: 0;}
fieldset,img{border:0;}
img{vertical-align: top;border:0;}
ul{list-style:none;}
table{ border-collapse:collapse; border-spacing:0; width:100%;}
caption,dfn,em,strong,th,var{font-weight:inherit;font-style:inherit}
th,td{font-weight:400;}
em,i,strong,var{ font-style:normal;}
sup{ vertical-align:text-top;}
sub{ vertical-align:text-bottom;}
textarea{outline:none;-webkit-appearance: none;}
/*css3标签*/
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
::-webkit-input-placeholder{ color: #aeaeae;}
*{-webkit-tap-highlight-color:transparent}

/* css3媒体查询开发标准 */
html{font-size: 42.6px}
@media screen and (min-width:320px){html{font-size: 42.6px}}

@media screen and (min-width:330px){html{font-size: 44px}}
@media screen and (min-width:360px){html{font-size: 48px}}

@media screen and (min-width:375px){html{font-size: 50px}}
@media screen and (min-width:390px){html{font-size: 52px}}
@media screen and (min-width:414px){html{font-size: 55.2px}}

@media screen and (min-width:420px){html{font-size: 56px}}
@media screen and (min-width:450px){html{font-size: 60px}}
@media screen and (min-width:480px){html{font-size: 64px}}

@media screen and (min-width:750px){html{font-size: 100px} body{ max-width:750px;}}
@media screen and (min-width:850px){html{font-size: 64px} body{ max-width:640px;}}

/*常用样式*/
.clearfix:after{clear:both;display:block;height:0;content:"\200B"}
.content{ margin:auto; min-width:320px; max-width:640px;}

a{text-decoration:none; color:#333; -webkit-tap-highlight-color: transparent;}
a:active, a:focus { outline:none;}
a:active{ background-color:rgba(0,0,0,0.1);}

.cncn-calendar {
    position: fixed;
    height: 100%;
    overflow-y: auto
}

.cncn-calendar .hd {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #f8f8f8;
    z-index: 99
}

.cncn-calendar .hd b {
    line-height: .6rem;
    font-size: .3rem
}

.cncn-calendar .hd .week {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    line-height: .6rem
}

.cncn-calendar .hd .week span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cncn-calendar .hd .btn_con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: .6rem
}

.cncn-calendar .hd .btn_con b {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

.cncn-calendar .hd .btn_con .btns {
    position: absolute;
    top: 0;
    z-index: 0
}

.cncn-calendar .hd .btn_con .btns:after {
    font-size: 0.28rem;
    color: #666;
    margin-left: 0.1rem
}

.cncn-calendar .hd .btn_con .btns.pre {
    left: 0.14rem
}

.cncn-calendar .hd .btn_con .btns.pre:before {
    content: '';
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    margin: -0.1rem 0 0 0.1rem;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    vertical-align: middle;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin-top: -0.02rem
}

.cncn-calendar .hd .btn_con .btns.pre:after {
    content: '上个月'
}

.cncn-calendar .hd .btn_con .btns.pre.disable:before {
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    margin: -0.1rem 0 0 0.1rem;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin-top: -0.02rem
}

.cncn-calendar .hd .btn_con .btns.pre.disable:after {
    color: #aaa
}

.cncn-calendar .hd .btn_con .btns.next {
    right: 0.14rem;
    top: 0.08rem
}

.cncn-calendar .hd .btn_con .btns.next:before {
    content: '';
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    margin: -0.1rem 0 0 0.1rem;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}

.cncn-calendar .hd .btn_con .btns.next:after {
    content: '下个月';
    float: left
}

.cncn-calendar .hd .btn_con .btns.next.disable:before {
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    margin: -0.1rem 0 0 0.1rem;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}

.cncn-calendar .hd .btn_con .btns.next.disable:after {
    color: #aaa
}

.cncn-calendar .bd strong {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: .6rem;
    line-height: .6rem;
    text-align: center;
    background: #fff;
    z-index: 99
}

.cncn-calendar .bd ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff
}

.cncn-calendar .bd li {
    position: relative;
    width: 14.28%;
    height: 1rem;
    line-height: .6rem;
    font-size: .28rem;
    text-align: center;
    color: #333;
    cursor: pointer
}

.cncn-calendar .bd li p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: .24rem;
    color: #ff5722;
}

.cncn-calendar .bd li.disabled {
    color: #999
}
.cncn-calendar .bd li.disabled p{
    display: none;
}

.cncn-calendar .bd li.pass {
    position: relative;
    background: #fffce4;
    color: #555
}

.cncn-calendar .bd li.today {
    position: relative;
    background: #deeeff;
    border-radius: .1rem;
    color: #333
}

.cncn-calendar .bd li.today.disabled:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: .24rem;
    content: '今天'
}
.cncn-calendar .bd li.today:after {
    content: ''
}

.cncn-calendar .bd li.start {
    position: relative;
    background: #ff5722;
    color: #fff;
    border-radius: .5rem 0 0 .5rem;
}

.cncn-calendar .bd li.start:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: .24rem;
    content: '入住'
}

.cncn-calendar .bd li.end {
    position: relative;
    background: #2196f3;
    color: #fff;
    border-radius: 0 .5rem .5rem 0;
}

.cncn-calendar .bd li.end:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: .24rem;
    content: '离店'
}
.cncn-calendar .bd li.start p,.cncn-calendar .bd li.end p{
    display: none;
}

.cncn-calendar .bd li.on {
    position: relative;
    background: #10a6e2;
    color: #fff;
    border-radius: .1rem;
}
.cncn-calendar .bd li.on p{
    color: #aeaeae;
    border-radius: .1rem;
}