* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

body {
    font-family: Montserrat, 'Arial Black', 'Arial-BoldMT', 'Arial Bold', Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 20px;
    background-color: #f4f4f4;
    color: #333;
}

#main {
    width: 100%;
    z-index: 1;
    position: relative;
    background: #fff;
    transition: margin .3s ease-out;
}

#time_section {
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 0px;
    position: relative;
}

section {
    clear: both;
    float: left;
    display: block;
    width: 100%;
    padding: 60px 5%;
    position: relative;
    background: #222;
    color: #fff;
}

section h2,
q {
    color: #665e5e;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 2px;
    float: left;
    margin-bottom: 20px;
}


#time_zone div,
#time_zone li {
    color: #000;
}

#time_zone span span {
    font-weight: 900;
}

span a,
#clock {
    white-space: nowrap;
}
#time_section h1 {
    color: black;
    font-size: 30px;
    position: absolute;
    font-weight: 400;
    top: 0px;
}

#time_section h1 span {
    font-weight: 900;
}

#clock {
    color: #333;
    font-size: 180px;
    line-height: 0px;
    margin: 0 auto;
    font-weight: bolder;
    font-family: TimeTraveler, Arial, Helvetica, sans-serif;
}


.city-time {
    display: inline-block;
    margin: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: white;
}

.city-name {
    font-weight: bold;
    display: block;
}

.time-difference-visual {
    display: inline-block;
    width: 40px;
    height: 25px;
    line-height: 20px;
    background-color: #4CAF50;
    border-radius: 10px;
    margin-left: 5px;
    padding: 2px;
}

#clock0_bg {
    width: 100%;
}

@media only screen and (max-width: 1280px) {
    #clock0_bg {
        margin: 60px 0;
    }
}

#clock0_bg {
    margin-top: 120px;
    margin-bottom: 20px;
}

.lg {
    margin-bottom: 20px;
    z-index: 9;
    position: relative;
    font-weight: 900;
    font-style: normal;
}

a:link,
div.lg a:visited {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    padding: 20px 30px;
    letter-spacing: 3px;
}

.lg a:link,
.lg a:visited {
    background: #c35;
    float: left;
    display: block;
    color: #fff;
    border: 0;
    padding: 20px;
    font: 26px/20px Montserrat, Arial, sans-serif;
    font-weight: 900;
    letter-spacing: 2px;
}

a:link,
a:visited {
    color: #333;
    text-decoration: none;
}

.clockdate {
    letter-spacing: 0;
    font-family: Montserrat, 'Arial Black', 'Arial-BoldMT', 'Arial Bold', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: xxx-large;
}

ul {
    list-style-type: none;
}

li {
    margin-bottom: 10px;
    float: left;
}

h3 {
    color: #665e5e;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 2px;
    float: right;
    margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {

    /* æ‰‹æœºç«¯æ ·å¼ */
    #clock {
        font-size: 4rem;
    }
    .huangli {
        width: inherit !important;
    }
    .xishen {
        left: 100px!important;
    }
    .fushen {
        left: 150px!important;
    }
    .caishen {
        left: 200px!important;
    }
    .clockdate {
        font-size: xx-large!important;
    }
    .xishen, .fushen, .caishen {
        display: grid;
        font-size: smaller;
    }
}

.huangli{
    position: relative;
    border: 2px solid #000;
    background: #fff;
    width: 380px;
    color: #000;
    font-size: 14px;
    zoom: 1;
    overflow: hidden;
    margin: 0 auto;
}
.huangli:before {
    top: 0;
    width: 0;
    height: 300px;
    border-right: 1px solid #BBB;
}

.huangli:before, .huangli:after, .yiji:before {
    content: '';
    position: absolute;
    left: 90px;
    font-size: 0;
}
#md {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 30px;
    font-size: 20px;
    color: #000;
}
#ymd {
    position: absolute;
    left: 60px;
    top: 0;
    width: 13px;
    font-size: 14px;
}

.markdown-body * {
    box-sizing: border-box;
}
#ymd i {
    display: block;
    margin-top: 10px;
}
.nayin {
    top: 30px;
}

.nayin, .chongsha, .pengzu {
    position: absolute;
    left: 100px;
}
.chongsha {
    top: 90px;
}

.pengzu {
    top: 160px;
}
.xishen {
    left: 130px;
}

.xishen, .fushen, .caishen {
    position: absolute;
    top: 240px;
}
.fushen {
    left: 215px;
}
.caishen {
    left: 300px;
}
.yiji.ji {
    margin-top: 20px;
}

.yiji {
    margin-left: 25px;
    margin-top: 320px;
    display: flex;
}
.yiji:before {
    top: 220px;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #BBB;
}
.yiji b {
    margin-right: 4px;
    padding: 2px 4px;
    color: #fff;
    background: green;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.huangli b {
    font-weight: normal;
}
.yiji i {
    line-height: 1.5em;
    margin-right: 10px;
}

.huangli i {
    font-style: normal;
    color: #999;
    margin-right: 5px;
}
.yiji.ji b {
    background: red;
}
.shen {
    margin-left: 22px;
    margin-top: 20px;
    display: flex;
}
.shen.xiong {
    margin-bottom: 20px;
}
.huangli:after {
    left: 0;
    top: 300px;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #BBB;
}
.pengzu i {
    position: absolute;
    left: 30px;
    top: -1em;
    width: 120px;
}
#box_shadow {
    position: relative;
    background: #fafafa;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 2em 1.5em;
    color: rgba(0,0,0, .8);
    text-shadow: 0 1px 0 #ddd;
    font-size: 16px;
    line-height: 1.5;
    margin: 5px auto;
    box-shadow: 0 1px 3px rgba(18,18,18,.1);
}
input.ips {
    font: 1.2em "Courier New", Microsoft YaHei, Courier, monospace;
    font-weight: lighter;
    line-height: 1.5em;
    text-align: center;
    width: 100%;
}
.wikitable {
    background-color: #f8f9fa;
    color: #202122;
    margin: 0 auto;
    border: 1px solid #a2a9b1;
    border-collapse: collapse;
}

table {
    font-size: 100%;
}
table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: gray;
}