body,html{
    font-family: "Helvetica Neue","Microsoft YaHei", Arial, Helvetica, Geneva, sans-serif;
}
body{
    margin: 0;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-text-size-adjust:none;
    background-color: #ffffff;
    overflow: hidden;
}
a {
    margin:0;
    text-decoration: none;
}
a:active{
    opacity: .6;
}

#toast {
    /*width: 100px;*/
    /*height: 37px;*/
    position: fixed;
    bottom: 20px;
    left: 50%;
    line-height: 37px;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    opacity: 0;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    padding: 0 10px;
    z-index: 9999;
    /*The good stuff */
    -webkit-transition: opacity 0.5s ease-out;
    /* Saf3.2+, Chrome */
    -moz-transition: opacity 0.5s ease-out;
    /* FF4+ */
    -ms-transition: opacity 0.5s ease-out;
    /* IE10? */
    -o-transition: opacity 0.5s ease-out;
    /* Opera 10.5+ */
    transition: opacity 0.5s ease-out;
}
#toast.lines {
    width: 200px;
    height: auto;
    line-height: 24px;
    margin-left: -100px !important;
    padding: 10px;
}
#toast.user_lines {
    height: auto;
    line-height: 24px;
    padding: 10px;
}
#toast1 {
    font-size: 16px;
    font-weight: 500;
    padding: 0 10px;
    visibility: hidden;
    white-space: nowrap;
}
.loadingHidden {
    visibility: hidden;
}
.hidden{
    display: none !important;
}
.main{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: auto;
}
.topBanner{
    width: 100%;
    height: 44px;
    background-color: #D93448;
}
.topNav{
    float: left;
    margin-left: 20px;
    height: 50px;
}
.topNav a{
    display: inline-block;
    height: 50px;
    line-height: 50px;
}
.spliteContent,.spliteContent1{
    display: inline-block;
    height: 44px;
    line-height: 44px;
    font-size: 12px;
    color: #ffe1e8;
    margin: 0 5px;
}
.wnlIcon{
    float: left;
    margin-left: 10px;
    width: 44px;
    height: 44px;
    background-image: url("../img_new/logo@3x.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}
.wnlIcon:after{
    content: '';
    position: absolute;
    margin-left: 45px;
    margin-top: 12px;
    font-size:15px;
    font-family:PingFangSC-Regular;
    color:#fff;
    line-height:21px;
}
.userContent{
    float: right;
    margin-right: 20px;
    height: 44px;
}
.userContent a{
    display: inline-block;
    height: 44px;
    line-height: 44px;
    font-size: 13px;
    color: #ffe1e8;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}
.userContent a:hover{
    text-decoration: underline;
}
.userContent a:active{
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
.username{
    display: inline-block;
    height: 44px;
    line-height: 44px;
    font-size: 12px;
    color: #ffe1e8;
    text-decoration: none;
}
.downloadBtn{
    float: right;
    margin: 8px 10px 8px 30px;
    width: 75px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #ffe1e8;
    background-image: url("../img_new/dwnl-normal-hover-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75px 24px;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}
.downloadBtn:hover,.downloadBtn:active{
    color: #D93448;
    background-image: url("../img_new/dwnl-active-bg.png");
}

.calendarContent{
    margin: 0 auto;
    padding: 0;
    letter-spacing: -4px;/*根据不同字体字号或许需要做一定的调整*/
    /*word-spacing: -4px;*/
    font-size: 0;
    overflow: hidden;
}
.dayView{
    width: 276px;
    font-size: 16px;
    letter-spacing: normal;
    word-spacing: normal;
    display:inline-block;
    *display: inline;
    zoom:1;
    vertical-align: top;
    /*border: 1px solid #e2e2e2;*/
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    border-left: 1px solid #eaeaea;
}
.dayView::-webkit-scrollbar{
    display: none;
}
.dayView::-moz-scrollbar{
    display: none !important;
    width: 0;
}
.dayView::-ms-scrollbar{
    display: none;
}
.dayInfoContent::-webkit-scrollbar{
    display: none;
}
.dayViewNav{
    width: 277px;
    line-height: 40px;
    text-align: center;
    /*background-color: #efeeea;*/
}
.dayViewNavContent{
    width: 120px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin: 18px auto 0;
    /*background-image: url("../img_new/left-multi01.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 120px 28px;*/
    border: 1px solid #D03F3F;
    border-radius: 6px;
}
.dayViewBtn{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.dayViewBtn:hover{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.dayViewBtn:active{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.dayViewNavContent a{
    font-size: 15px;
    width: 60px;
    float: left;
    color:#D03F3F;
    line-height: 28px;
}
.dayViewNavContent a.active{
    color: #FFF;
    background: #D03F3F;
}
.dayViewNavItem:hover{
    background-color: rgba(255,226,226,1);
}
.dayViewNavItem:active{
    background-color: rgba(246,187,187,1);
    opacity: 1;
}
.remindBtn{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.remindBtn:hover{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.remindBtn:active{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.dayInfoContent{
    overflow-y: auto;
    overflow-x: hidden;
}
.yearMonth{
    width: 100%;
    text-align: center;
}
.dayCount{
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-family: 'Android-number-Regular';
}
.lumarInfo1,.lumarInfo2{
    width: 100%;
    text-align: center;
    line-height:15px;
    font-size: 15px;
}
.yearMonth{
    margin: 17px auto 0px;
    font-size: 20px;
    color: #333;
    line-height: 28px;
}
.dayCount{
    font-size: 72px;
    color: #333;
}
.festivalInfo{
    width: 100%;
    text-align: center;
    margin: 1px auto 5px;
    font-size: 15px;
    color: #333;
    padding: 0 15px;
    word-break: keep-all;
    box-sizing: border-box;
}
.lumarInfo1{
    font-size: 15px;
    line-height: 15px;
    color: #333;
}
.lumarInfo2{
    margin: 13px auto 13px;
    font-size: 15px;
    line-height: 15px;
    color:#999;
}
.yiViewContent,.jiViewContent{
    margin-top: 20px;
    letter-spacing: -4px;/*根据不同字体字号或许需要做一定的调整*/
    word-spacing: -4px;
    font-size: 0;
}
.yiViewContent>div{
    /*display: inline-block;*/
}
.yiImg,.jiImg{
    width: 25px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    display:inline-block;
    *display: inline;
    zoom:1;
    vertical-align: top;
    font-size: 12px;
    color: #ffffff;
    margin: 4px 10px 2px 15px;
    border-radius: 7.5px;
    background-image: url("../img_new/yi-icon@1x.png");
    background-position: center;
    background-repeat: no-repeat;
}
.yiViewContent>div.dayViewYiDescContent,.jiViewContent>div.dayViewJiDescContent{
    width: 180px;
    font-size: 15px;
    color: #333;
    letter-spacing: normal;
    word-spacing: normal;
    display:inline-block;
    *display: inline;
    zoom:1;
    vertical-align: top;
    line-height: 22px;
    font-weight: bolder;
    white-space: pre-wrap;
    word-break: keep-all;
}
.jsyq{
    white-space: pre-wrap;
    word-break: keep-all;
}
.jiViewContent{
    margin-top: 20px;
}
.jiImg{
    background-image: url("../img_new/ji-icon@1x.png");
}
.jiViewContent>div.dayViewJiDescContent{
    /*color: #D93448;*/
}
.lunarImg{
    width: 60px;
    height: 20px;
    line-height: 20px;
    /* text-align: center; */
    /* background-image: url(../img_new/more-ll-box-bg.png); */
    background-size: 60px 20px;
    font-size: 15px;
    color: #fff;
    margin-top: 24px;
    margin-left: 15px;
    color: #D78100;
    line-height: 15px;
}
.lunatTxt{
    padding: 10px 10px 0 15px;
    font-size: 15px;
    color: #333333;
    line-height: 15px;
}
.wx{
    padding-bottom: 10px;
}
.searchContent{
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin-top: 18px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
input[type="search"].searchInput{
    float: left;
    padding: 0;
    margin:5px  10px;
    width: 168px;
    height: 30px;
    text-indent: 10px;
    -webkit-appearance: none;
    background-color: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
}
.searchConfirmBtn{
    float: right;
    height: 30px;
    line-height: 30px;
    margin: 5px 10px 5px 0;
    font-size: 15px;
    color: #D03F3F;
}
.preveMonthRemind,.nextMonthRemind{
    display: inline-block;
    width: 120px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 15px;
    color: #999999;
    margin: 10px 3px;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    background-image: url("../img_new/tx-button-normal-hover-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 120px 28px;
}
.preveMonthRemind:active,.nextMonthRemind:active{
    background-image: url("../img_new/tx-button-active-bg.png");
}
.remindList{
    width: 100%;
    clear: both;
    overflow-x: hidden;
    overflow-y: auto;
    /*border-bottom: 1px solid #eaeaea;*/
}
.remindList::-webkit-scrollbar{
    display: none;
}
.remindDate{
    width: 100%;
    text-align: center;
    padding-top: 15px;
    height: 15px;
    line-height: 15px;
    border-top: 1px solid #eaeaea;
    font-size: 15px;
}
.remindItem.today .remindDate{
    color: #D93448;
}
.remindItem.preveDay .remindDate{
    color: #999999;
}
.remindItem.nextDay .remindDate{
    color: #111111;
}
.remindDay{
    float: left;
    margin-left: 10px;
}
.remindYear{
    float: right;
    margin-right: 10px;
}
.dayRemindList{
    margin: 10px 0;
}
.dayRemindListPlus{
    position: relative;
    width: 100%;
}
.dayRemindListAfter{
    content: "";
    position: absolute;
    height: 20px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: url(../img_new/mask-nor@3x.png);
    background-size: cover;
}
.lt-ie9 .dayRemindListAfter:before{
    background-image: url(../img_new/mask-icon@1x.png);
}
.lt-ie9 .dayRemindListAfter.focus:before{
    background-image: url(../img_new/mask-hov@1x.png);
}
.dayRemindListAfter::before{
    content: "";
    position: absolute;
    bottom: 8px;
    left:50%;
    margin-left: -2.5px;
    height: 4px;
    width: 5px;
    background-image: url(../img_new/more-icon@3x.png);
    background-size: 5px 4px;
}
.dayRemindListAfter.focus{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 20px;
    background-image: url(../img_new/mask-hov@3x.png);
    background-size: cover;
}
.focus.dayRemindListAfter::before{
    content: "";
    position: absolute;
    bottom: 8px;
    left:50%;
    margin-left: -2.5px;
    height: 4px;
    width: 5px;
    background-image: url(../img_new/moredown-icon@3x.png);
    background-size: 5px 4px;
}
.remindLink{
    display: block;
    font-size: 15px;
    color: #111111;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 20px;
    background-image: url("../img_new/round-point-icon.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 5px 5px;
}
.remindLink+.remindLink{
    margin-top: 5px;
}
.topContent{
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    /*background-color: #efeeea;*/
    position: relative;
}
.cancelBtn:hover, .editBtn:hover, .moreEditLink:hover, .saveBtn:hover, .cancelBtn:hover, .deleteBtn:hover{
    background-color: #FFE2E2;
}
.todayBtn{
    float: left;
    margin-left: 15px;
    width: 28px;
    height: 28px;
    margin-top: 16px;
    margin-bottom: 16px;
    border-radius: 14px;
    background-image: url("../img_new/back-today-icon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px 28px;
}
.todayBtn:hover{
    background-color: #FFE2E2;
}
.monthNumTitle{
    display: inline-block;
    /*width: 152px;*/
    height: 60px;
    margin-left: -45px;
}
.prevBtn, .nextBtn {
    margin-top: 19px;
    width: 25px;
    height: 22px;
}
.prevBtn:hover, .nextBtn:hover{
    background-color: rgba(255,226,226,1);
    border-radius: 6px;
}
.prevBtn:active, .nextBtn:active{
    background-color:rgba(246,187,187,1);
    opacity: 1;
    border-radius: 6px;
}
.prevBtn {
    float: left;
    background-image: url("../img_new/lastmonth-icon@2x.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px 22px;
}
.dateTxt {
    font-size: 20px;
    color: #D93448;
    text-align: center;
    float: left;
    height: 60px;
    margin: 0 20px;
    line-height: 60px;
    font-weight: bolder;
}
.pzbjImg {
    margin-top: 30px;
}
.nextBtn {
    float: right;
    background-image: url("../img_new/nextmonth-icon@2x.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px 22px;
}
.fangjiaBtn,.jieqiBtn,.jieriBtn{
    top: 18px;
    position: absolute;
    width: 70px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    color: #D03F3F;
    /*background-image: url("../img_new/button-normal-bg.png");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70px 28px;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    box-sizing: border-box;
    border: 1px solid #D03F3F;
    border-radius: 4px;
}
.fangjiaBtn:hover,.jieqiBtn:hover,.jieriBtn:hover{
    background-color: rgba(255,226,226,1);
    /*background-image: url("../img_new/dwnl-active-bg.png");*/
}
.fangjiaBtn:active,.jieqiBtn:active,.jieriBtn:active{
    /*color: #ffffff;*/
    background-color: rgba(246,187,187,1);
    opacity: 1;
    /*background-image: url("../img_new/button-hover-bg.png");*/
}
.jieriBtn{
    right: 175px;
}
.jieqiBtn{
    right: 95px;
}
.fangjiaBtn{
    right: 15px;
}
.monthView{
    /*min-width: 1020px;*/
    position: relative;
    font-size: 16px;
    letter-spacing: normal;
    word-spacing: normal;
    display:inline-block;
    *display: inline;
    zoom:1;
    vertical-align: top;
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}
.weekList {
    box-sizing: border-box;
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #e2e2e2;
}
.week {
    box-sizing: border-box;
    float: left;
    font-size: 15px;
    color: #111111;
    width: 14.26%;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.week.weekKind {
    color: #D93448;
}
.monthDayList{
    letter-spacing: -4px;/*根据不同字体字号或许需要做一定的调整*/
    word-spacing: -4px;
    font-size: 0;
}
.expand.day:active{
    opacity: 1;
}
.expand.day .dayRemindListContent{
    overflow-y: scroll;
}
.expand.day .dayRemindListContent::-webkit-scrollbar{
    display: none;
}
.expand.day .dayRemindListAfter{
    display: none;
}
.expand.day{
    position: absolute;
    background-color: #FFF;
    border: 1px solid #eaeaea;
    z-index: 99;
}
.expand.day:focus{
    outline: none;
}
.day {
    box-sizing: content-box;
    display: inline-block;
    font-size: 18px;
    width: 14.28%;
    height: 90px;
    color: #848484;
    text-decoration: none;
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;

    letter-spacing: normal;
    word-spacing: normal;
    *display: inline;
    zoom:1;
    position: relative;
    vertical-align: top;
}
.lt-ie9 .day .dayContent{
    background: none;
    background-image: none !important;
}
.ie8Icon{
    display: none;
}
.next .ie8Icon{
    filter:alpha(opacity=20);
    -moz-opacity:0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}
.last .ie8Icon{
    filter:alpha(opacity=20);
    -moz-opacity:0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}
.lt-ie9 .day.rest .dayContent .ie8Icon{
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 5px;
    top: 5px;
    background-image: url("../img_new/xiu-icon.png");
    background-position: right top;
    background-position: top 5px right 5px;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-attachment: fixed fixed;
}
.lt-ie9 .day.work .dayContent .ie8Icon{
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 5px;
    top: 5px;
    background-image: url("../img_new/ban-icon.png");
    background-position: right top;
    background-position: top 5px right 5px;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-attachment: fixed fixed;
}
.day.rest .dayContent{
    background-image: url("../img_new/xiu-icon.png");
    background-position: right top;
    background-position: top 5px right 5px;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-attachment: fixed fixed;
}
.day.work .dayContent{
    background-image: url("../img_new/ban-icon.png");
    background-position: right top;
    background-position: right 5px top 5px ;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-attachment: fixed fixed;
}
.addRemindIcon{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 21px;
    height: 21px;
    background-image: url("../img_new/plus-icon-grey-normal.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 21px 21px;
    z-index: 99;
}
.addRemindDesc {
    position: relative;
    margin: 1px 0;
    top: 5px;
    height: 16px;
    padding-left: 10px;
    text-align: left;
    line-height: 16px;
    font-size: 12px;
    color: #999;
}
.addRemindDesc.active{
    color: #333;
    background-color: #FFE2E2;
}
.addRemindDesc:hover {
    color: #333;
    background-color: #FFE2E2;
}
.now.active .addRemindIcon{
    display: block;
    background-image: url("../img_new/plus-icon-red-normal.png");
}
.dayWrapper {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-right: 1px solid #e2e2e2;
}
.day.lastWeek .dayWrapper{
    border-right: none;
}
.day.today .dayContent {
    border-color: #FFC3C3;
}
.day.active .dayContent {
    border-color: #D03F3F;
}
.dayContent {
    overflow: hidden;
    box-sizing: border-box;
    height: 100%;
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
    position: relative;
}
.dayRemindListContent{
    position: relative;
    top: 5px;
    width: 100%;
    min-height: 0px;
    overflow: hidden;
}
.dayRemindContent{
    width: 100%;
    margin: 1px 0;
    line-height: 16px;
    height: 16px;
    font-size: 12px;
    color: #111111;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 15px;
    background-image: url("../img_new/round-point-icon.png");
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 5px 5px;
}
.dayRemindContent.active{
    background-color: #FFE2E2;
}
.dayRemindContent:hover{
    background-color: #FFE2E2;
}
.day.last .dayContent, .day.next .dayContent{
    filter:alpha(opacity=20);
    -moz-opacity:0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}
/*.day.last, .next.day{
    filter:alpha(opacity=20);
    -moz-opacity:0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}*/
.day .dayNum {
    font-size: 28px;
    line-height: 28px;
    color: #111111;
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-weight: bolder;
}
.day.weekind .dayNum {
    color: #D93448;
}
.dayNum{
    font-size: normal;
    font-weight: normal;
    font-family: 'Android-number-Regular';
}
.day .cnDate {
    font-size: 15px;
    color: #333;
    text-align: center;
    display: block;
    width: 100%;
}
.day.jieri .cnDate {
    color: #2ea9df;
}
.day.jieqi .cnDate {
    color: #D93448;
}




.modal{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.radiusImg{
    position: absolute;
    width: 20px;
    height: 20px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
.ltRadius{
    left: 0;
    top: 0;
    background-image: url("../img_new/main-box-lt.png");
}
.rtRadius{
    right: 0;
    top: 0;
    background-image: url("../img_new/main-box-rt.png");
}
.lfRadius{
    left: 0;
    bottom: 0;
    background-image: url("../img_new/main-box-lf.png");
}
.rfRadius{
    right: 0;
    bottom: 0;
    background-image: url("../img_new/main-box-rf.png");
}
.repeatImg{
    position: absolute;
}
.lRepeat{
    left: 0;
    top: 20px;
    bottom: 20px;
    width: 20px;
    background-image: url("../img_new/main-box-l.png");
    background-position: 0 0;
    background-repeat: repeat-y;
    background-size: 20px 1px;
}
.tRepeat{
    left: 20px;
    top: 0;
    right: 20px;
    height: 20px;
    background-image: url("../img_new/main-box-t.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size:  1px 20px;
}
.rRepeat{
    top: 20px;
    right: 0;
    bottom: 20px;
    width: 20px;
    background-image: url("../img_new/main-box-r.png");
    background-position: 0 0;
    background-repeat: repeat-y;
    background-size: 20px 1px ;
}
.bRepeat{
    left: 20px;
    bottom: 0;
    right: 20px;
    height: 20px;
    background-image: url("../img_new/main-box-f.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size:  1px 20px;
}
.boxArrowTop,.boxArrowLfet,.boxArrowRight{
    position: absolute;
    width: 39px;
    height: 28px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size:  39px 28px;
    z-index: 102;
}
.boxArrowTop{
    background-image: url("../img_new/main-box-arrow-t.png");
}
.boxArrowLfet{
    background-image: url("../img_new/main-box-arrow-l.png");
}
.boxArrowRight{
    background-image: url("../img_new/main-box-arrow-r.png");
}
.lt-ie9 .boxArrowLfet{
    width: 28px !important;
    height: 39px !important;
    background-image: url("../img_new/main-box-arrow-l.png");
    margin-left: 9px !important;
}
.lt-ie9 .boxArrowRight{
    width: 28px;
    height: 39px;
    background-size: 28px 39px; 
}
.panel{
    z-index: 101;
}

.modalPanel{
    padding: 20px;
}
.contentMask{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=5);
    opacity: 0.05;
    -moz-opacity: 0.05;
    background-color: #000;
    z-index: 100;
}
.addRemindContent{
    z-index: 101;
}
.initial.addRemindContent .initPanelContent{
    display: block;
}
.addRemindContent .initPanelContent{
    display: none;
}
.initial.addRemindContent .panelConent{
    display: none;
}
.initialTitle{
    padding-top: 15px;
    min-height:23px;
    max-height: 69px;
    font-size:17px;
    font-family:PingFangSC-Medium;
    font-weight: bold;
    color:rgba(51,51,51,1);
    color: #333;
    line-height:23px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.initialDate{
    height:13px; 
    font-size:13px;
    font-family:PingFangSC-Regular;
    color:rgba(51,51,51,1);
    color: #333;
    line-height:13px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.initialTime,.initialNote,.initialRepeat{
    height:13px; 
    font-size:13px;
    font-family:PingFangSC-Regular;
    color:rgba(51,51,51,1);
    color: #333;
    line-height:13px;
    padding-bottom: 15px;
}
.initialNote, .initialRepeat{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.initPanelContent{
    padding: 0 5px;
    box-sizing: border-box;
}
.panelConent,.initPanelContent{
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
}
.chooseTabs{
    height: 45px;
    box-sizing: border-box;
    padding: 10px 14px;
    font-size: 17px;
    line-height: 17px;
    color: #999;
    border-bottom: 1px solid #eaeaea;
}
.chooseTabs .active{
    color:rgba(208,63,63,1);
}
.chooseTab{
    float: left;
    width: 50%;
    text-align: center;
}
.chooseSpan{
    position: absolute;
    left: 49.5%;
    width: 1px;
    height: 21px;
    top: 30px;
    background: #eaeaea
}
.remindListPanel{
    position: absolute;
    left: 1350px;
    top: 115px;
    width: 210px;
}
.addRemindDiv{
    position: absolute;
    width: 360px;
}
.remindListDate{
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #e2e2e2;
}
.remindListDate span{
    display: inline-block;
    height: 30px;
    line-height: 30px;
}
.remindSDate{
    font-size: 18px;
    color: #111111;
    line-height: 100%;
}
.remindLDate{
    font-size: 12px;
    color: #111111;
    line-height: 105%;
}
.remindTitleItem{
    display: block;
    width: 170px;
    height: 25px;
}
.remindTitleItem:hover{
    background-color: #f2f2f2;
}
.roundPoint{
    float: left;
    width: 20px;
    height: 25px;
    background-image: url("../img_new/round-point-icon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 5px 5px;
}
.itemTitle{
    float: left;
    width: 120px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #111111;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.itemTime{
    float: right;
    width: 30px;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    color: #999999;
    text-align: right;
}
.remindInnerContent{
    width: 320px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}
.remindTxt{
    box-sizing: border-box;
    width: 318px;
    height: 40px;
    max-width: 318px;
    padding: 7px 10px 0;
    max-height: 98px;
    line-height: 23px;
    font-size: 18px;
    color: #111111;
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin: 0;
    resize: none;
}
.remindTxt:focus {
    outline-offset: 0;
    border: 1px solid #D03F3F;
    outline: none;
    margin: 0;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}
.remindTxt::-webkit-scrollbar{
    display: none;
}
.allDayContent{
    width: 100%;
    height: 30px;
}
.tipTxt{
    float: left;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    font-size: 12px;
    color: #333;
    margin-right: 15px;
}
.allDayRadio{
    float: left;
    width: 20px;
    height: 30px;
    background-image: url("../img_new/radio-no.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size:  20px 20px;
}
.lunarSelectContent{
    width: 100%;
    height: 30px;
    margin: 5px 0 10px;
}
.ui-select {
    position: relative;
    height: 30px;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.lunarUISselect{
    float: left;
    width: 50px;
}
.selectTxt {
    float: left;
    height: 30px;
    line-height: 30px;
    text-indent: 0.4em;
    text-overflow: ellipsis;
    overflow: hidden!important;
    white-space: nowrap;
    font-size: 10px;
    color: #111111;
    text-align: right;
}
.remindTimeContent .selectTxt.scale{
    -webkit-transform:scale(0.9,0.9);
    -o-transform: scale(1);
}
.lunarUISselect .selectTxt{
    text-indent: 0.8em;
}
.selectIcon {
    float: right;
    margin-right: 4px;
    width: 8px;
    height: 30px;
    background-image: url("../img_new/select-grey-arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 3px;
}
.ui-select select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    height: 3em;
    max-height: 100%;
    outline: 0;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    filter: Alpha(Opacity=0);
    opacity: 0;
    z-index: 2;
}
.remindTimeContent{
    width: 100%;
    height: 30px;
    margin: 10px 0;
}
.remindDateControl{
    float: left;
}
.remindDatePick{
    float: left;
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-indent: 1em;
    font-size: 11px;
    color: #111111;
}
.minuteUISselect,.hourUISselect{
    float: left;
    width: 43px;
}
.minuteUISselect .selectTxt, .hourUISselect .selectTxt{
    text-indent: .4em;
}
.timeUISelectBigger{
    width: 43px;
}
.hourUISselect,.lunarMonthUISselect,.sMonthUISselect{
    margin: 0 3px;
}
.lunarYearUISselect,.sYearUISselect{
    float: left;
    width: 58px;
    height: 30px;
}
.lunarMonthUISselect,.lunarDayUISselect,.sMonthUISselect,.sDayUISselect{
    float: left;
    width: 44px;
}
.moreEditLink{
    display: block;
    width: 120px;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    color: #999999;
    text-align: center;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    position: absolute;
    bottom: 22px;
}
.lunarDateContent{
    float: left;
}
.prevContent{
    clear: both;
    width: 100%;
    margin: 10px 0;
}
.preveTipContent{
    width: 100%;
    height: 30px;
    cursor: pointer;
}
.preveTip{
    float: right;
    width: 253px;
    height: 30px;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.preveTipTxt{
    float: left;
    height: 30px;
    line-height: 30px;
    text-indent: 1em;
    text-overflow: ellipsis;
    overflow: hidden!important;
    white-space: nowrap;
    font-size: 12px;
    color: #111111;
}
.preveTipTxt.multiple{
    color: #D93448;
}
.prevSlideNav{
    width: 300px;
    height: 45px;
    margin: 0 auto;
    display: none;
}
.prevSlideNav a{
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 10px 10px 5px;
    font-size: 10px;
    color: #111111;
    text-align: center;
    background-image: url("../img_new/round-box-normal.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}
.prevSlideNav a.active{
    color: #ffffff;
    background-image: url("../img_new/round-box-active.png");
}
.prevScaleLink{
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: -5px;
    -webkit-transform:scale(0.8,0.8);
    -o-transform: scale(1);
}
.prevSlidePanel{
    width: 176px;
    height: 30px;
    margin: 0 auto 10px;
    text-align: center;
    display: none;
}
.customerDayUISselect{
    width: 60px;
    float: left;
}
.customerHourUISselect,.customerMinUISselect{
    width: 50px;
    float: left;
    margin-left: 5px;
}
.prevSlidePanel .selectTxt{
    text-indent: 1em;
}
.repeatSlideNav{
    width: 240px;
    margin: 0 auto;
    height: 45px;
    display: none;
}
.repeatSlideNav a{
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 10px;
    color: #111111;
    text-align: center;
    background-image: url("../img_new/round-box-normal.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}
.repeatSlideNav a.disabled{
    background-color: #999999;
}
.repeatSlideNav a.active{
    color: #ffffff;
    background-image: url("../img_new/round-box-active.png");
}
.monthRepeatLnk,.weekRepeatLnk,.dayRepeatLnk{
    margin-left: 40px;
}
.repeatMonthUISselect,.repeatDayUISselect{
    float: left;
    width: 100px;
    margin: 5px 109px 0;
}
.repeatSecondContent .selectTxt{
    text-indent: 1em;
}
.repeatSecondItem{
    display: none;
    width: 294px;
    height: 37px;
    margin: 0 auto;
}
.repeatSecondItem a{
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 10px 6px 5px;
    font-size: 10px;
    color: #111111;
    text-align: center;
    background-image: url("../img_new/round-box-normal.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}
.repeatSecondItem a.active{
    color: #ffffff;
    background-image: url("../img_new/round-box-active.png");
}
.noteTxaContent{
    clear: both;
    margin-top: 10px;
    resize: none;
}
.noteTxaContent .tipTxt{
    height: 40px;
    line-height: 40px;
}
.noteTxa{
    width: 233px;
    height: 40px;
    max-width: 233px;
    max-height: 40px;
    font-size: 12px;
    color: #111111;
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin: 0;
    padding: 10px;
}
.userClientTip{
    font-size: 12px;
    color: #999999;
    line-height: 125%;
    text-align: center;
    margin: 15px 0;
}
.confirmBtnContent{
    width: 100%;
    height: 40px;
    margin-top: 5px;
    border-top: 1px solid #e2e2e2;
}
.loadingIcon{
    width: 16px;
    height: 16px;
    float: right;
    margin: 17px 10px 17px 0;
    background: url("../img_new/loading.gif") 0 0 no-repeat;
    background-size: 16px 16px;
}
.cancelBtn,.saveBtn,.deleteBtn,.editBtn{
    width: 50px;
    margin-top: 12px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    float: right;
    font-size: 13px;
    color: #333;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
}
.moreEditLink{
    width: 72px !important;
    color: #333 !important;
}
.saveBtn{
    border: 1px solid #D03F3F;
    color: #D03F3F;
}
.spliteColumn{
    float: right;
    width: 1px;
    height: 30px;
    margin: 7px;
    background-color: #e2e2e2;
    visibility: hidden;
}
.deleteBtn{
    float: left;
    border: 1px solid #D03F3F;
    color: #D03F3F;
}
.fangjiaContent .boxArrowTop{
    right: 30px;
    top: 52px;
}
.vacationContent .boxArrowTop{
    right: 190px !important;
    top: 52px;
}
.vacationListPanel{
    position: absolute;
    right: 0;
    top: 65px;
    width: 340px;
}
.vacationTitle{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
    font-size: 15px;
    color: #111111;
}
#fangjiaList{
    max-height: 360px;
    overflow-x: hidden;
    overflow-y: scroll;
}
#fangjiaList::-webkit-scrollbar{
    display: none;
}
.fangjiaItem{
    box-sizing: border-box;
    position: relative;
    height: 48px;
    widht: 100%;
    padding: 8px 15px;
    border-bottom: 1px solid #eaeaea;
}
.fangjiaItem:hover{
    background: #EFEFEF;
}
.fangjiaTitle{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 198px;
    position: relative;
    color: #D03F3F;
    font-size: 15px;
    font-weight: bolder;
    line-height: 15px;
}
.fangjiaTime{
    position: relative;
    font-size: 13px;
    color: #333;
    line-height: 13px;
    margin-top: 4px;
}
.fangjiaDays{
    position: absolute;
    right: 15px;
    top: 14px;
    font: 15px #333;
    line-height: 21px;
}
.jieriLine{
    height: 90px;
}
.jieriColumn{
    float: left;
    font-size: 12px;
    width: 50%;
    height: 90px;
    display: table;
    text-align: center;
}
.jieriColumn:hover{
    background-color: #e2e2e2;
}
.tableCellWrapper {
    display: table-cell;
    vertical-align: middle;
}
.jieriName{
    font-size: 16px;
    color: #D93448;
}
.jieriDay{
    font-size: 15px;
    color: #666666;
    margin-top: 5px;
}
.jieqiListPanel{
    position: absolute;
    right: 0;
    top: 65px;
    width: 340px;
}
.jieqiTitle{
    font-size: 15px;
    color: #111111;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
}
.jieqiLine{
    height: 90px;
}
.jieqiClumn{
    float: left;
    font-size: 12px;
    width: 25%;
    height: 90px;
    display: table;
    text-align: center;
}
.jieqiClumn:hover{
    background-color: #e2e2e2;
}
.jieqiName{
    font-size: 16px;
    color: #D93448;
}
.jieqiDay{
    font-size: 15px;
    color: #666666;
    margin-top: 5px;
}
.jieqiContent .boxArrowTop{
    right: 120px;
    top: 52px;
}
.loginContent .boxArrowTop{
    right: 128px;
    top: 22px;
}
.quickLoginContent .boxArrowTop {
    right: 128px;
    top: 22px;
}
.loginPanel {
    position: absolute;
    right: 100px;
    top: 35px;
    width: 340px;
}
.loginBtn {
    text-decoration: none;
}
.loginBtns{
    width: 100%;
    min-width: 246px;
    font-size: 12px;
    color: #333;
    line-height: 20px;
    box-sizing: border-box;
    background: #FFF;
    position: relative;
    bottom: 10px;
    padding: 20px 0 10px 15px;
}
.qqLoginBtn{
    background-image: url(../img_new/login_qq@3x.png);
}
.weiboLoginBtn{
    background-image: url(../img_new/login_weibo@3x.png);
}
.userCenterLoginBtn{
    background-image: url(../img_new/login_accounts@3x.png);
}
.LoginBtn{
    min-width: 82px;
    float: left;
    box-sizing: border-box;
    width: 33%;
    padding-left: 24px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-origin: top left;
    color:#333;
}
.oginBtn::hover{
    text-decoration: none;
}
#phoneTxt {
    -webkit-appearance:none; 
}
.usernameTxt,.pwdTxt,.forgetEmailTxt,.forgetValidateCodeTxt,.oldPwdTxt,.newPwdTxt
,.confirmNewPwdTxt,.changePwdValidateCodeTxt,.newEmailTxt,.newEmailValidateCodeTxt,.quickValidateCodeTxt{
    -webkit-appearance: none;
    display: block;
    width: 298px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    text-indent: 10px;
}
.pwdTxt{
    -webkit-appearance:none; 
    margin-top: 10px;
}
.loginErrorDesc,.forgetErrorDesc{
    height: 20px;
    font-size: 12px;
    color: #d93448;
}
.loginConfirmBtn,.forgetConfirmBtn{
    display: block;
    width: 298px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    background-color: #D93448;
    border: none;
    border-radius: 4px;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}
.forgetAccountBnt,.loginAccountBnt{
    display: block;
    text-align: center;
    font-size: 12px;
    color: #d93448;
    margin: 21px auto 0px;
}
.otherType{
    width: 300px;
    height: 24px;
    margin: 0 auto 18px;
    text-align: center;
}
.lineContent1,.lineContent2{
    float: left;
    width: 130px;
    margin: 13px 0;
    border-bottom: 1px solid #d8d8d8;
}
.lineContent2{
    float: right;
}
.otherTypeTxt{
    display: inline;
    font-size: 12px;
    color: #111111;
}
.otherLoginBtns{
    width: 300px;
    height: 40px;
    margin-bottom: 5px;
}
.otherLoginBtn{
    float: left;
    width: 145px;
    height: 40px;
    line-height: 40px;
    text-indent: 57px;
    color: #FFFFFF;
    background-color: #34a8D9;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    background-image: url("../img_new/sina-icon.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 30px 24px;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}
.qqBtn{
    float: right;
    background-image: url("../img_new/qq-icon.png");
    background-size: 24px 24px;
}
.registerPanel{
    width: 600px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    margin-top: -200px;
}
.registerMain{
    width: 300px;
    margin: 0 auto;
    padding: 10px 0;
}
.registerTitle{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #111111;
    margin-bottom: 20px;
}
.inputConent{
    position: relative;
    width: 300px;
    height: 40px;
    margin-bottom: 10px;
}
.inputConent .getMessageCode{
    position: absolute;
    color: #D03F3F;
    top: 15px;
    right: 15px;
    font-size: 15px;
    line-height: 15px;
}
.registerMain input[type="text"],.registerMain input[type="password"]{
    -webkit-appearance: none;
    display: block;
    width: 298px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    text-indent: 10px;
}
.registerBtnContent,.changePwdBtnContent{
    width: 300px;
    height: 40px;
    margin: 0 auto;
}
.registerBtnContent a,.changePwdBtnContent a{
    float: left;
    width: 145px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    background-color: #34a8D9;
    border-radius: 4px;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}
.registerBtnContent a.registerConfirmBtn{
    float: right;
    background-color: #d93448;
}
.errorTip{
    position: absolute;
    top: 0;
    right: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #d93448;
}
.validateImg,.forgetValidateImg,.registerValidateImg,.changePwdValidateImg,.newEmailValidateImg,.quickValidateImg{
    position: absolute;
    width: 120px;
    height: 30px;
    right: 10px;
    top: 7px;
}
.errorDesc{
    font-size: 12px;
    color: #d93448;
}
.validateCodeErrorDesc{
    height: 20px;
}
.settingPanel {
    position: absolute;
    right: 40px;
    top: 50px;
    width: 340px;
}
.settingContent .boxArrowTop {
    right: 170px;
    top: 37px;
}
.settingChooseContent{
    width: 204px;
    height: 40px;
    margin:0 auto 15px;
}
.settingChooseContent a{
    float: left;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    background-color: #FFFFFF;
    color: #d93448;
    text-align: center;
    border: 1px solid #d93448;
}
.settingChooseContent a.active{
    background-color: #d93448;
    color: #FFFFFF;
}
.changePwdBtn{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.changeEmailBtn{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.changePwdErrorDesc,.changeEmailErrorDesc{
    height: 20px;
    font-size: 12px;
    color: #d93448;
}
.changePwdBtnContent a.changePwdConfirmBtn{
    float: right;
    background-color: #d93448;
}
.oldEmailContent{
    width: 100%;
    height: 65px;
    line-height: 65px;
    text-align: center;
}
.oldEmailContent span{
    display: inline-block;
}
.oldEmailContent span.emailTitle{
    font-size: 15px;
    color: #999999;
}
.oldEmailContent span.oldEmail{
    font-size: 15px;
    color: #111111;
}
.changePwdBtnContent a.changeEmailConfirmBtn{
    float: right;
    background-color: #d93448;
}
.downloadPanel {
    position: absolute;
    top: 45px;
    right: 20px;
    width: 151px;
    height: 209px;
    display: none;
    background-image: url("../img_new/pop-download-wnl-QR-box.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 151px 209px;
    font-size: 0;
    z-index: 102;
}
.qrcodeImg {
    width: 140px;
    height: 140px;
    margin: 25px 5px 0;
}
.downloadTxt {
    font-size: 12px;
    text-align: center;
}
.downloadTxt+.downloadTxt {
    margin-top: 3px;
}
.footContent{
    /*overflow: hidden;*/
    clear: both;
    width: 100%;
    height: 44px;
    margin-top: -1px;
    border-top: 1px solid #e2e2e2;
    background: #FFF;
}
.footContent a{
    float: left;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}
.weiboContent{
    margin: 10px;
    width: 100px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #999999;
    text-indent: 28px;
    background-image: url("../img_new/weibo-normal-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px 25px;
}
.weiboContent:hover{
    color: #D93448;
    background-image: url("../img_new/weibo-hover-bg.png");
}
.weiboContent:active{
    color: #D93448;
    background-image: url("../img_new/weibo-active-bg.png");
}
.qqContent{
    margin: 10px 0;
    width: 90px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #999999;
    text-indent: 28px;
    background-image: url("../img_new/qq-normal-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90px 25px;
}
.qqContent:hover{
    color: #D93448;
    background-image: url("../img_new/qq-hover-bg.png");
}
.qqContent:active{
    color: #D93448;
    background-image: url("../img_new/qq-active-bg.png");
}
.contactLink{
    margin-left: 70px;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    color: #333333;
}
.contactLink:hover{
    text-decoration: underline;
}
.contactLink:active{
    color: #999999;
}
.spliteLine{
    margin: 0 5px;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    color: #333333;
}
.aboutLink{
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    color: #333333;
}
.aboutLink:hover{
    text-decoration: underline;
}
.aboutLink:active{
    color: #999999;
}
.beianContent{
    display: table;
    float: right;
    margin-right: 10px;
    height: 45px;
    line-height: 45px;
}
.tableWrapper{
    display: table-cell;
    vertical-align: middle;
}
.beian{
    text-align: right;
    font-size: 12px;
    color: #B7B7B7;
    line-height: 106%;
    margin-top: 10px;
}
.icp{
    text-align: right;
    font-size: 12px;
    color: #888888;
    line-height: 112%;
}
.friendLinkContent{
    float: right;
    height: 45px;
    line-height: 45px;
    margin-right: 50px;
    position: relative;
}
.linkTxt{
    float: left;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    color: #B7B7B7;
}
.friendLinkContent a{
    box-sizing: border-box;
    float: left;
    width: 25px;
    height: 25px;
    margin: 8px 0 10px 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    border: 1px solid #e2e2e2;
    position: relative;
}
.friendLinkContent a:active{
    border: 1px solid #D93448;
}
.friendLinkAfter{
    color:rgba(153,153,153,1);
    line-height: 20px;
    font-size: 12px;
    position: absolute;
    text-align: center;
    width: 60px;
    height: 26px;
    top: -27px;
    left: -19px;
    background-image: url('../img_new/link-explain-icon@3x.png');
    background-size: cover;
}
.friendLink1{
    background-image: url("../img_new/xia-normal-icon.png");
}
.friendLink1:hover{
    background-image: url("../img_new/xia-hover-active-icon.png");
}
.friendLink1:active{
    background-image: url("../img_new/xia-hover-active-icon.png");
}
.friendLink2{
    background-image: url("../img_new/pptv-normal-icon.png");
}
.friendLink2:hover{
    background-image: url("../img_new/pptv-hover-active-icon.png");
}
.friendLink2:active{
    background-image: url("../img_new/pptv-hover-active-icon.png");
}
.friendLink3{
    background-image: url("../img_new/hiapk-normal-icon.png");
}
.friendLink3:hover{
    background-image: url("../img_new/hiapk-hover-active-icon.png");
}
.friendLink3:active{
    background-image: url("../img_new/hiapk-hover-active-icon.png");
}
.friendLink4{
    background-image: url("../img_new/91-normal-icon.png");
}
.friendLink4:hover{
    background-image: url("../img_new/91-hover-active-icon.png");
}
.friendLink4:active{
    background-image: url("../img_new/91-hover-active-icon.png");
}
.contactPanel{
    width: 640px;
    height: 440px;
    position: absolute;
    left: 50%;
    margin-left: -320px;
    top: 50%;
    margin-top: -220px;
}
.contactPanel .modalPanel{
    width: 600px;
    height: 400px;
}
.contactImg{
    display: block;
    width: 503px;
    height: 198px;
    margin: 0 auto;
    background-color: #ffffff;
    padding-top: 75px;
}
.aboutPanel{
    width: 640px;
    height: 460px;
    position: absolute;
    left: 50%;
    margin-left: -320px;
    top: 50%;
    margin-top: -230px;
}
.aboutPanel .modalPanel{
    width: 600px;
    height: 420px;
}
.aboutTitle{
    text-align: center;
    font-size: 21px;
    color: #111111;
    font-weight: bold;
}
.aboutTxt{
    padding: 10px;
    font-size:13px;
    color: #666666;
    text-align:inherit;
    line-height: 22px;
    font-weight: normal;
}
.contactInfo1{
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin: 10px 25px;
}
.contactInfo2{
    font-size: 15px;
    color: #111111;
    text-align: center;
    margin-top: 25px;
}
.emailContact{
    display: inline-block;
    text-indent: 20px;
    background-image: url("../img_new/em-icon.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px 11px;
}
.telContact{
    display: inline-block;
    margin-left: 61px;
    text-indent: 20px;
    background-image: url("../img_new/tel-icon.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}
.addressContent{
    width: 450px;
    font-size: 15px;
    color: #111111;
    text-align: center;
    margin: 30px auto 10px;
    text-indent: 15px;
    background-image: url("../img_new/loc-icon.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 12px 16px;
}
#mymap{
    width: 100%;
    height: 230px;
}
@media only screen and (min-width:1025px) {
    .now:hover .addRemindIcon{
        display: block;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    .wnlIcon{
        background-image: url("../img_new/logo@3x.png");
    }
    .downloadBtn{
        background-image: url("../img_new/dwnl-normal-hover-bg@2x.png");
    }
    .downloadBtn:hover,.downloadBtn:active{
        background-image: url("../img_new/dwnl-active-bg@2x.png");
    }
    .dayViewNavContent{
        /*background-image: url("../img_new/left-multi01@2x.png");*/
    }
    .yiImg,.jiImg{
        background-image: url("../img_new/yi-icon@2x.png");
    }
    .jiImg{
        background-image: url("../img_new/ji-icon@2x.png");
    }
    .lunarImg{
        /*background-image: url("../img_new/more-ll-box-bg@2x.png");*/
    }
    .preveMonthRemind,.nextMonthRemind{
        background-image: url("../img_new/tx-button-normal-hover-bg@2x.png");
    }
    .preveMonthRemind:active,.nextMonthRemind:active{
        background-image: url("../img_new/tx-button-active-bg@2x.png");
    }
    .remindLink{
        background-image: url("../img_new/round-point-icon@2x.png");
    }
    .todayBtn{
        background-image: url("../img_new/back-today-icon@2x.png");
    }
    .prevBtn {
        background-image: url("../img_new/lastmonth-icon@2x.png");
    }
    .nextBtn {
        float: right;
        background-image: url("../img_new/nextmonth-icon@2x.png");
    }
    .jieqiBtn,.jieriBtn{
        background-image: url("../img_new/button-normal-bg@2x.png");
    }
    .jieqiBtn:active,.jieriBtn:active{
        background-image: url("../img_new/button-hover-bg@2x.png");
    }
    .day.rest .dayContent{
        background-image: url("../img_new/xiu-icon.png");
    }
    .day.work .dayContent{
        background-image: url("../img_new/ban-icon.png");
    }
    .addRemindIcon{
        background-image: url("../img_new/plus-icon-grey-normal@2x.png");
    }
    .now.active .addRemindIcon{
        background-image: url("../img_new/plus-icon-red-normal@2x.png");
    }
    .dayRemindContent{
        background-image: url("../img_new/round-point-icon@2x.png");
    }
    .ltRadius{
        background-image: url("../img_new/main-box-lt@2x.png");
    }
    .rtRadius{
        background-image: url("../img_new/main-box-rt@2x.png");
    }
    .lfRadius{
        background-image: url("../img_new/main-box-lf@2x.png");
    }
    .rfRadius{
        background-image: url("../img_new/main-box-rf@2x.png");
    }
    .lRepeat{
        background-image: url("../img_new/main-box-l@2x.png");
    }
    .tRepeat{
        background-image: url("../img_new/main-box-t@2x.png");
    }
    .rRepeat{
        background-image: url("../img_new/main-box-r@2x.png");
    }
    .bRepeat{
        background-image: url("../img_new/main-box-f@2x.png");
    }
    .boxArrowTop{
        background-image: url("../img_new/main-box-arrow-t@2x.png");
    }
    .boxArrowLfet{
        background-image: url("../img_new/main-box-arrow-l@2x.png");
    }
    .boxArrowRight{
        background-image: url("../img_new/main-box-arrow-r@2x.png");
    }
    .roundPoint{
        background-image: url("../img_new/round-point-icon@2x.png");
    }
    .allDayRadio{
        background-image: url("../img_new/radio-no@2x.png");
    }
    .selectIcon {
        background-image: url("../img_new/select-grey-arrow@2x.png");
    }
    .prevSlideNav a{
        background-image: url("../img_new/round-box-normal@2x.png");
    }
    .prevSlideNav a.active{
        background-image: url("../img_new/round-box-active@2x.png");
    }
    .repeatSlideNav a{
        background-image: url("../img_new/round-box-normal@2x.png");
    }
    .repeatSlideNav a.active{
        background-image: url("../img_new/round-box-active@2x.png");
    }
    .repeatSecondItem a{
        background-image: url("../img_new/round-box-normal@2x.png");
    }
    .repeatSecondItem a.active{
        background-image: url("../img_new/round-box-active@2x.png");
    }
    .otherLoginBtn{
        background-image: url("../img_new/sina-icon@2x.png");
    }
    .qqBtn{
        background-image: url("../img_new/qq-icon@2x.png");
    }
    .downloadPanel {
        background-image: url("../img_new/pop-download-wnl-QR-box.png");
    }
    .weiboContent{
        background-image: url("../img_new/weibo-normal-bg@2x.png");
    }
    .weiboContent:hover{
        background-image: url("../img_new/weibo-hover-bg@2x.png");
    }
    .weiboContent:active{
        background-image: url("../img_new/weibo-active-bg@2x.png");
    }
    .qqContent{
        background-image: url("../img_new/qq-normal-bg@2x.png");
    }
    .qqContent:hover{
        background-image: url("../img_new/qq-hover-bg@2x.png");
    }
    .qqContent:active{
        background-image: url("../img_new/qq-active-bg@2x.png");
    }
    .friendLink1{
        background-image: url("../img_new/xia-normal-icon@2x.png");
    }
    .friendLink1:hover{
        background-image: url("../img_new/xia-hover-active-icon@2x.png");
    }
    .friendLink1:active{
        background-image: url("../img_new/xia-hover-active-icon@2x.png");
    }
    .friendLink2{
        background-image: url("../img_new/pptv-normal-icon@2x.png");
    }
    .friendLink2:hover{
        background-image: url("../img_new/pptv-hover-active-icon@2x.png");
    }
    .friendLink2:active{
        background-image: url("../img_new/pptv-hover-active-icon@2x.png");
    }
    .friendLink3{
        background-image: url("../img_new/hiapk-normal-icon@2x.png");
    }
    .friendLink3:hover{
        background-image: url("../img_new/hiapk-hover-active-icon@2x.png");
    }
    .friendLink3:active{
        background-image: url("../img_new/hiapk-hover-active-icon@2x.png");
    }
    .friendLink4{
        background-image: url("../img_new/91-normal-icon@2x.png");
    }
    .friendLink4:hover{
        background-image: url("../img_new/91-hover-active-icon@2x.png");
    }
    .friendLink4:active{
        background-image: url("../img_new/91-hover-active-icon@2x.png");
    }
    .emailContact{
        background-image: url("../img_new/em-icon@2x.png");
    }
    .telContact{
        background-image: url("../img_new/tel-icon@2x.png");
    }
    .addressContent{
        background-image: url("../img_new/loc-icon@2x.png");
    }
    .loadingIcon{
        background: url("../img_new/loading@2x.gif") 0 0 no-repeat;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3),
only screen and (-o-min-device-pixel-ratio: 6/2),
only screen and (min--moz-device-pixel-ratio: 3),
only screen and (min-device-pixel-ratio: 3){
    .wnlIcon{
        background-image: url("../img_new/logo@3x.png");
    }
    .downloadBtn{
        background-image: url("../img_new/dwnl-normal-hover-bg@3x.png");
    }
    .downloadBtn:hover,.downloadBtn:active{
        background-image: url("../img_new/dwnl-active-bg@3x.png");
    }
    .dayViewNavContent{
        background-image: url("../img_new/left-multi01@3x.png");
    }
    .yiImg,.jiImg{
        background-image: url("../img_new/yi-icon@3x.png");
    }
    .jiImg{
        background-image: url("../img_new/ji-icon@3x.png");
    }
    .lunarImg{
        /*background-image: url("../img_new/more-ll-box-bg@3x.png");*/
    }
    .preveMonthRemind,.nextMonthRemind{
        background-image: url("../img_new/tx-button-normal-hover-bg@3x.png");
    }
    .preveMonthRemind:active,.nextMonthRemind:active{
        background-image: url("../img_new/tx-button-active-bg@3x.png");
    }
    .remindLink{
        background-image: url("../img_new/round-point-icon@3x.png");
    }
    .todayBtn{
        background-image: url("../img_new/back-today-icon@3x.png");
    }
    .prevBtn {
        background-image: url("../img_new/lastmonth-icon@3x.png");
    }
    .nextBtn {
        float: right;
        background-image: url("../img_new/nextmonth-icon@3x.png");
    }
    .jieqiBtn,.jieriBtn{
        background-image: url("../img_new/button-normal-bg@3x.png");
    }
    .jieqiBtn:active,.jieriBtn:active{
        background-image: url("../img_new/button-hover-bg@3x.png");
    }
    .day.rest .dayContent{
        background-image: url("../img_new/xiu-icon@3x.png");
    }
    .day.work .dayContent{
        background-image: url("../img_new/ban-icon@3x.png");
    }
    .addRemindIcon{
        background-image: url("../img_new/plus-icon-grey-normal@3x.png");
    }
    .now.active .addRemindIcon{
        background-image: url("../img_new/plus-icon-red-normal@3x.png");
    }
    .dayRemindContent{
        background-image: url("../img_new/round-point-icon@3x.png");
    }
    .ltRadius{
        background-image: url("../img_new/main-box-lt@3x.png");
    }
    .rtRadius{
        background-image: url("../img_new/main-box-rt@3x.png");
    }
    .lfRadius{
        background-image: url("../img_new/main-box-lf@3x.png");
    }
    .rfRadius{
        background-image: url("../img_new/main-box-rf@3x.png");
    }
    .lRepeat{
        background-image: url("../img_new/main-box-l@3x.png");
    }
    .tRepeat{
        background-image: url("../img_new/main-box-t@3x.png");
    }
    .rRepeat{
        background-image: url("../img_new/main-box-r@3x.png");
    }
    .bRepeat{
        background-image: url("../img_new/main-box-f@3x.png");
    }
    .boxArrowTop{
        background-image: url("../img_new/main-box-arrow-t@3x.png");
    }
    .boxArrowLfet{
        background-image: url("../img_new/main-box-arrow-l@3x.png");
    }
    .boxArrowRight{
        background-image: url("../img_new/main-box-arrow-r@3x.png");
    }
    .roundPoint{
        background-image: url("../img_new/round-point-icon@3x.png");
    }
    .allDayRadio{
        background-image: url("../img_new/radio-no@3x.png");
    }
    .selectIcon {
        background-image: url("../img_new/select-grey-arrow@3x.png");
    }
    .prevSlideNav a{
        background-image: url("../img_new/round-box-normal@3x.png");
    }
    .prevSlideNav a.active{
        background-image: url("../img_new/round-box-active@3x.png");
    }
    .repeatSlideNav a{
        background-image: url("../img_new/round-box-normal@3x.png");
    }
    .repeatSlideNav a.active{
        background-image: url("../img_new/round-box-active@3x.png");
    }
    .repeatSecondItem a{
        background-image: url("../img_new/round-box-normal@3x.png");
    }
    .repeatSecondItem a.active{
        background-image: url("../img_new/round-box-active@3x.png");
    }
    .otherLoginBtn{
        background-image: url("../img_new/sina-icon@3x.png");
    }
    .qqBtn{
        background-image: url("../img_new/qq-icon@3x.png");
    }
    .downloadPanel {
        background-image: url("../img_new/pop-download-wnl-QR-box.png");
    }
    .weiboContent{
        background-image: url("../img_new/weibo-normal-bg@3x.png");
    }
    .weiboContent:hover{
        background-image: url("../img_new/weibo-hover-bg@3x.png");
    }
    .weiboContent:active{
        background-image: url("../img_new/weibo-active-bg@3x.png");
    }
    .qqContent{
        background-image: url("../img_new/qq-normal-bg@3x.png");
    }
    .qqContent:hover{
        background-image: url("../img_new/qq-hover-bg@3x.png");
    }
    .qqContent:active{
        background-image: url("../img_new/qq-active-bg@3x.png");
    }
    .friendLink1{
        background-image: url("../img_new/xia-normal-icon@3x.png");
    }
    .friendLink1:hover{
        background-image: url("../img_new/xia-hover-active-icon@3x.png");
    }
    .friendLink1:active{
        background-image: url("../img_new/xia-hover-active-icon@3x.png");
    }
    .friendLink2{
        background-image: url("../img_new/pptv-normal-icon@3x.png");
    }
    .friendLink2:hover{
        background-image: url("../img_new/pptv-hover-active-icon@3x.png");
    }
    .friendLink2:active{
        background-image: url("../img_new/pptv-hover-active-icon@3x.png");
    }
    .friendLink3{
        background-image: url("../img_new/hiapk-normal-icon@3x.png");
    }
    .friendLink3:hover{
        background-image: url("../img_new/hiapk-hover-active-icon@3x.png");
    }
    .friendLink3:active{
        background-image: url("../img_new/hiapk-hover-active-icon@3x.png");
    }
    .friendLink4{
        background-image: url("../img_new/91-normal-icon@3x.png");
    }
    .friendLink4:hover{
        background-image: url("../img_new/91-hover-active-icon@3x.png");
    }
    .friendLink4:active{
        background-image: url("../img_new/91-hover-active-icon@3x.png");
    }
    .emailContact{
        background-image: url("../img_new/em-icon@3x.png");
    }
    .telContact{
        background-image: url("../img_new/tel-icon@3x.png");
    }
    .addressContent{
        background-image: url("../img_new/loc-icon@3x.png");
    }
}
.iframeContainer{
    height: 210px;
    width: 220px;
    margin: 0 auto;
}
.loginIframe {
    margin: 0 auto;
    padding: 0;
    outline: none;
    border: none;
    height: 220px;
    width: 220px;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.loginIframe .inpowerBox .waiting.qrcode{
    width: 240px !important;
}

.mainContainerTitle{
    position: relative;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
    color: #333;
    width: 100%;
    border-bottom:1px solid #eaeaea;
    margin-bottom: 20px;
}
.backToQuickLogin{
    position: absolute;
    color: #999;
    left: 0;
    font-size: 13px;
}