* {padding: 0; margin: 0;}
html, body {height: 100%;}
body {font-family: Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", SimSun, STXihei, sans-serif; font-size: 18px; position: relative;}
.wrapper img.banner {width: 100%; height: auto;}
.wrapper img.banner.mini {max-width: 440px; width: 100%; height: auto;}
.wrapper {width: 600px; background: #B7E0D5;}
h4 {line-height: 1.5; margin-bottom: 2%;}
p {margin-bottom: 1%;}
ul li {margin-left: 24px;}
.add-padding-sides {padding-left: 32px; padding-right: 32px;}
.remove-padding-top {padding-top: 0px;}
.yes-overflow {overflow: visible;}
.wrapper a, .wrapper a:hover, .wrapper a:active {color: #E36544;}
button:focus, input:focus { outline: none; }
input, button {font-family: 'Noto Sans SC', sans-serif;}

/* Table Border */
.border-top-left {-webkit-border-top-left-radius: 8px;
-moz-border-radius-topleft: 8px;
border-top-left-radius: 8px;}
.border-top-right {-webkit-border-top-right-radius: 8px;
-moz-border-radius-topright: 8px;
border-top-right-radius: 8px;}
.border-bottom-left {-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-left-radius: 8px;}
.border-bottom-right {-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-bottomright: 8px;
border-bottom-right-radius: 8px;}

/* Gaps */
.gap__4 {padding: 4px 0 0;}
.gap__8 {padding: 8px 0 0;}
.gap__16 {padding: 16px 0 0;}
.gap__24 {padding: 24px 0 0;}
.gap__32 {padding: 32px 0 0;}

/* Page HD */
.page-hd__8 {padding: 8px;}
.page-hd__16 {padding: 16px;}
.page-hd__24 {padding: 24px;}
.page-hd__32 {padding: 32px;}

/* Fonts Style */
.f-brandy {color: #7E3F3B;}
.f-deep-carmine-pink {color: #EF383E;}
.f-ebony {color: #5E5E5E;}
.f-body {color: rgba(51,51,51,0.95); font-size: 0.95em;}
.f-dark-slate-blue {color: #483B8C;}
.f-night-rider {color: #333333;}

/* Drop Shadow */
.shadow {
    -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    -moz-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}

/* Box Shadow */
.box-shadow {-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.24); -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.24); box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.24);}

/* iOS Safari Overwrite */
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

/* No Padding */
.page-bd-24 {padding: 24px;}
.page-bd-top {padding-top: 0!important;}
.page-bd-bottom {padding-bottom: 0!important;}
.page-bd-left {padding-left: 0!important;}
.page-bd-right {padding-right: 0!important;}

/* Responsive Images */
.resp-100 {width: 100%; height: auto;}
.resp-90 {width: 90%; height: auto;}
.resp-80 {width: 80%; height: auto; max-width: 350px;}

/* Flex Two */
.weui-flex__item.two {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    flex: 2;
    margin-left: 16px;
}
.weui-flex__item.right-padding {box-sizing: border-box; padding-right: 16px;}
.weui-flex__item.right-padding-8 {box-sizing: border-box; padding-right: 8px;}

hr {
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    border-bottom: 1px dashed #FCC360;
}

/* Btn Template */
a.btn {display: inline-block; padding: 0 20px; line-height: 34px; height: 34px; width: auto; background: #CCC; color: #2F2F2F; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; font-size: 0.84em;}
a.btn:hover {filter: brightness(105%); color: #585858;}
a.btn:active {filter: brightness(90%); color: #000;}
a.btn.large {padding: 0 32px; line-height: 44px; height: 44px; font-size: 0.94em;}

/* Template */
body {background-color: #24AFB8;}
.anchorTime.wrapper {background: #FEE6A0; min-height: 100%;}
/* Tabs */
ul.act-tabs, ul.act-tabs li {padding: 0; margin: 0; list-style: none;}
ul.act-tabs li {float: left; width: 50%;}
ul.act-tabs li a {
    display: inline-block;
    padding: 0 8px;
    background: rgb(231,25,11);
    background: -moz-linear-gradient(180deg, rgba(231,25,11,1) 0%, rgba(252,108,18,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(231,25,11,1) 0%, rgba(252,108,18,1) 100%);
    background: linear-gradient(180deg, rgba(231,25,11,1) 0%, rgba(252,108,18,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7190b",endColorstr="#fc6c12",GradientType=1);
    color: #FFF;
    -webkit-text-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.24);
    -moz-text-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.24);
    text-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.24);
    font-weight: bold;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 0.9em;
    box-sizing: border-box;
}
ul.act-tabs li:first-child a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
ul.act-tabs li:nth-child(2) a {
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
ul.act-tabs {position: relative; margin: 0 5%; border-radius: 8px; overflow: hidden; -webkit-box-shadow: 0px 4px 12px 0px rgba(255, 144, 21, 0.40), 0px 1px 3px 0px rgba(233, 31, 12, 0.24); -moz-box-shadow: 0px 4px 12px 0px rgba(255, 144, 21, 0.40), 0px 1px 3px 0px rgba(233, 31, 12, 0.24); box-shadow: 0px 4px 12px 0px rgba(255, 144, 21, 0.40), 0px 1px 3px 0px rgba(233, 31, 12, 0.24);}
ul.act-tabs li a:hover {filter: brightness(110%); color: #FFF;}
ul.act-tabs li a:active {filter: brightness(95%);}
ul.act-tabs li a.active {
    background: url(../images/anchorTime-btn.png) no-repeat center center;
    font-weight: bold;
    background-size: 100% 100%;
    cursor: default;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    position: relative;
    color: #D94100;
}
div.section div.inactive {display: none;}
div.section {color: #414141;}

/* User Rows */
.anchorTime .avatar {width: 100%; height: 100%; display: block; background-color: #CCC; background-repeat: no-repeat; background-size: cover; background-position: center center; border-radius: 100%; overflow: hidden;}
.anchorTime .weui-media-box_appmsg .weui-media-box__hd {
    width: 44px;
    height: 44px;
}
.anchorTime .weui-media-box:before {content: none;}
.anchorTime .weui-media-box {
    padding: 8px;
    background: url("../images/anchorTime-row-bg.png") no-repeat top left #FFF;
    background-size: 100% 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 0.5em;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(255, 144, 21, 0.24), 0px 1px 3px 0px rgba(233, 31, 12, 0.14);
    -moz-box-shadow: 0px 4px 12px 0px rgba(255, 144, 21, 0.24), 0px 1px 3px 0px rgba(233, 31, 12, 0.14);
    box-shadow: 0px 4px 12px 0px rgba(255, 144, 21, 0.24), 0px 1px 3px 0px rgba(233, 31, 12, 0.14);
}
.anchorTime .weui-media-box:first-child {
    margin-bottom: 0.2em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.anchorTime .weui-panel {background: #FEF5C5; padding: 6px 10px 2px; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; -webkit-box-shadow: 0px 4px 12px 0px rgba(255, 144, 21, 0.24), 0px 1px 3px 0px rgba(233, 31, 12, 0.14); -moz-box-shadow: 0px 4px 12px 0px rgba(255, 144, 21, 0.24), 0px 1px 3px 0px rgba(233, 31, 12, 0.14); box-shadow: 0px 4px 12px 0px rgba(255, 144, 21, 0.24), 0px 1px 3px 0px rgba(233, 31, 12, 0.14);}
.anchorTime .weui-panel:after, .anchorTime .weui-panel:before {content: none;}
.anchorTime .weui-media-box__title {font-size: 0.9em; color: #414141; display: inline-block; width: 100%; margin-bottom: -0.3em; font-weight: bold;}
.anchorTime .weui-media-box__desc {font-size: 0.75em; color: rgba(65, 65, 65, 0.6);}
.anchorTime .position {margin-right: 1em; width: 44px; height: 26px; text-align: center; font-size: 0.84em; font-weight: bold;}
.anchorTime .weui-media-box_appmsg .weui-media-box__bd {margin-right: 1em;}
.anchorTime .info {width: 24%; font-size: 0.84em;}
.anchorTime .weui-media-box:nth-child(2) .position, .anchorTime .weui-media-box:nth-child(3) .position, .anchorTime .weui-media-box:nth-child(4) .position {
    text-indent: -9999px;
    position: relative;
}
.anchorTime .weui-media-box:nth-child(2) .position:after, .anchorTime .weui-media-box:nth-child(3) .position:after, .anchorTime .weui-media-box:nth-child(4) .position:after {
    content: '';
    width: 100%;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/anchorTime-rank1.png") no-repeat center center;
    background-size: auto 26px;
}
.anchorTime .weui-media-box:nth-child(3) .position:after {background-image: url("../images/anchorTime-rank2.png");}
.anchorTime .weui-media-box:nth-child(4) .position:after {background-image: url("../images/anchorTime-rank3.png");}

/* Legend */
.anchorTime .weui-media-box.legend, .anchorTime .legend .position {background: none; color: #B2261A; font-size: 1em; line-height: 1.5;}
.anchorTime .legend .position {
    height: auto;
    line-height: normal;
    margin-bottom: 0;
    font-weight: normal;
}
.anchorTime .legend .sub-legend {font-size: 0.75em;}
	
@media all and (max-width: 600px) {
	body {background-color: #FEE6A0; font-size: 16px;}
    .anchorTime.wrapper {width: 100%; overflow: hidden;}
    .anchorTime .info {width: 33%;}
}

/* iPhone 5 */
@media all and (max-width: 320px) {body {background-color: #110825; font-size: 15px;}
}
/* iPhone 8, etc */
@media only screen and (device-width : 375px) and (device-height : 667px) and (-webkit-device-pixel-ratio : 2) {}
/* iPhone 8+, etc / iPhone X, etc */	
@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3),
only screen and (device-width : 414px) and (device-height : 736px) and (-webkit-device-pixel-ratio : 3) {}