﻿body, div, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

ul, li {
    list-style: none;
    list-style-type: none;
}
.page {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#datescroll div {
    float: left;
    margin-left: 10%;
    margin-top: 15px;
    padding-right: 22px;
}

#datescroll_datetime div {
    float: left;
    margin-left: 10%;
    padding-right: 22px;
}

#yearwrapper {
    position: absolute;
    left: 0;
    top: 45px;
    bottom: 60px;
    width: 80%;
}

#monthwrapper {
    position: absolute;
    left: 26%;
    top: 45px;
    bottom: 60px;
    width: 80%;
}

#daywrapper {
    position: absolute;
    left: 50%;
    top: 45px;
    bottom: 60px;
    width: 80%;
}

#Hourwrapper {
    position: absolute;
    left: 0;
    top: 195px;
    bottom: 68px;
    width: 80%;
}

#Minutewrapper {
    position: absolute;
    left: 26%;
    top: 195px;
    bottom: 68px;
    width: 80%;
}

#Secondwrapper {
    position: absolute;
    left: 50%;
    top: 195px;
    bottom: 68px;
    width: 80%;
}

#Hourwrapper ul li {
    color: #898989;
    font-size: 1.2rem;
}

#Minutewrapper ul li {
    color: #898989;
    font-size: 1.2rem;
}

#Secondwrapper ul li {
    color: #898989;
    font-size: 1.2rem;
}

#yearwrapper ul li {
    color: #898989;
    font-size: 1.2rem;
}

#monthwrapper ul li {
    color: #898989;
    font-size: 1.2rem;
}

#daywrapper ul li {
    color: #898989;
    font-size: 1.2rem;
}

#markyear {
    position: relative;
    margin-left: 76px;
    top: -2px;
}

#markmonth {
    position: relative;
    margin-left: 40px;
    top: -2px;
}

#markday {
    position: relative;
    margin-left: 42px;
    top: -2px;
}

#markhour {
    position: relative;
    margin-left: 62px;
    top: -2px;
}

#markminut {
    position: relative;
    margin-left: 58px;
    top: -2px;
}

#marksecond {
    position: relative;
    margin-left: 68px;
    top: -2px;
}

#dateheader {
    width: 100%;
    height: 50px;
    background: #79C12F;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 20px;
}

#setcancle ul {
    width: 100%;
    height: 40px;
    overflow: hidden;
}

#setcancle ul li {
    border-radius: 3px;
    float: left;
    width: 40%;
    height: 40px;
    text-align: center;
    list-style-type: none;
    font-family: 'microsoft yahei';
    font-size: 1.4rem;
}

#dateconfirm {
    background: #0F3D42;
    color: #2FE4FA;
    position: absolute;
    right: 20px;
}

#datecancle {
    background: #0F3D42;
    width: 40%;
    color: #2FE4FA;
    position: absolute;
    left: 20px;
}

#dateshadow {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    filter: alpha(Opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.7;
}

#datePage {
    font-size: 22px;
    border-radius: 3px;
    position: absolute;
    bottom: 20%;
    MARGIN-RIGHT: auto;
    vertical-align: middle;
    MARGIN-LEFT: auto;
    width: 80%;;
    height: 240px;
    background: #FFFFFF;
    z-index: 9999999;
}

#datetitle {
    width: 100%;
    height: 50px;
    background: #0F3D42;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 20px;
    font-family: 'microsoft yahei';
}

#datetitle h1 {
    font-weight: normal;
}

#datemark {
    font-size: 18px;
    left: 5%;
    width: 90%;
    height: 22px;
    position: absolute;
    top: 108px;
    background: #F8F8F8;
}

#timemark {
    font-size: 18px;
    left: 5%;
    width: 90%;
    height: 20px;
    position: absolute;
    top: 242px;
    background: #eee;
    border: 1px solid #eee;
}

#datescroll {
    width: 94%;
    margin: 10px 3%;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    height: 120px;
    text-align: center;
    line-height: 40px;
    background: #F8F8F8;
    background: -webkit-linear-gradient(#C6C6C6, #F8F8F8,#C6C6C6);
    background: -o-linear-gradient(#C6C6C6, #F8F8F8,#C6C6C6);
    background: -moz-linear-gradient(#C6C6C6, #F8F8F8,#C6C6C6);
    background: linear-gradient(#C6C6C6, #F8F8F8,#C6C6C6);
}

#datescroll_datetime {
    display: none;
    background: #F8F8F8;
    width: 94%;
    margin: 10px 3%;
    margin-top: 10px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    height: 120px;
    text-align: center;
    line-height: 40px;
}

#yearwrapper ul, #monthwrapper ul, #daywrapper ul {
    width: 40%;
}

#Hourwrapper ul, #Minutewrapper ul, #Secondwrapper ul {
    width: 40%;
}

#dateFooter {
    width: 100%;
    background: #fff;
    height: 50px;
    bottom: 0px;
    position: absolute;
}
