* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: calc(100vw / 7.5);
    min-font-size: 32px;
    max-font-size: 100px;
}

body {
    background: url(../images/csrl_bg.png) top center no-repeat;
    background-size: contain;
}

.content_mobile {
    margin-bottom: 0.0;
    border-radius: 0.3rem;
    margin-top: -0.2rem;
    background-color: #f0f7ff;
    width: 100%;
}

.csrl_header {
    height: 4rem;
}

.csrl-box {
    margin-top: 0.5rem;
}

.csrl_rl {
    width: 100%;
    background-color: #f0f7ff;
}

.calendar {
    width: 100%;
}

.dateSelector {
    width: 100%;
}

.dateSelector .choice {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.3rem;
    padding: 0.1rem 0;
}

.dateSelector .choice .month {
    font-size: 0.32rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.dateSelector .choice .year {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 0.1rem;
    pointer-events: none;
}

.dateSelector .choice .year .button {
    pointer-events: all;
    display: inline-block;
    width: 0.44rem;
    height: 0.44rem;
    background-color: #035fa5;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    touch-action: manipulation;
}

.button.prev::after {
    content: "";
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 0.14rem;
    height: 0.14rem;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.button.next::after {
    content: "";
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 0.14rem;
    height: 0.14rem;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.data_table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.data_table thead th {
    padding: 0.15rem 0;
    font-size: 0.28rem;
    color: #666;
    font-weight: normal;
    text-align: center;
}

.data_table tbody tr {
    margin-top: 0 !important;
}

.data_table tbody td {
    height: 0.8rem;
    text-align: center;
    font-size: 0.28rem;
    vertical-align: middle;
    position: relative;
}

.riqi {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bgHover_t {
    font-weight: bold;
    color: #035ea5;
    border: 1px solid #035ea5;
}

.unselected_month {
    color: #ccc;
}

.calendar table tr td .riqi.yesData {
    color: #ffffff !important;
    background-color: #035ea5;
    border-radius: 50%;
    opacity: .6;
    cursor: pointer;
}

.calendar table tr .active,
.calendar table tr .active .riqi.yesData {
    opacity: 1;
}

.usual_day_dy {
    cursor: pointer;
    touch-action: manipulation;
}

.usual_day_dy:active .riqi {
    background-color: #f0f0f0;
}

@media screen and (max-width: 320px) {
    html {
        font-size: calc(100vw / 6.4);
    }
    .data_table tbody td {
        height: 0.7rem;
    }
    .riqi {
        width: 0.5rem;
        height: 0.5rem;
        line-height: 0.5rem;
    }
}

.list_mobile {
    margin-top: 0.3rem;
    padding: 0.3rem;
}

.list_mobile .tabs {
    background: url(../images/hd_mobile.png) no-repeat left top;
    background-size: 0.08rem;
    box-sizing: border-box;
    padding-left: 0.3rem;
}

.list_mobile .tabs span {
    font-weight: bold;
    color: #035ea5;
}

.list_mobile ul li {
    border-bottom: 0.01rem solid #d3d3d3;
}

.list_mobile ul li a {
    height: 0.9rem;
    line-height: .46rem;
}

.csrl_list {
    margin-top: 0;
    padding: 0.3rem;
}

.csrl_cshd {
    margin-top: 0.5rem;
}

.chn_list {
    margin-top: 0;
}

.chn_list a {
    color: #035ea5;
    background-image: -webkit-linear-gradient( 270deg, #dbeafd 0%, #ccdef5 100%);
    border-radius: 0.15rem;
}

.chn_list a:hover,
.chn_list a.on {
    background-color: #035fa4;
    color: #035fa4;
}

.chn_list a.active {
    background-color: #035fa4;
    color: #fff;
    background-image: -webkit-linear-gradient( 90deg, #0360a4 0%, #0360a4 100%);
}

.csrl_list ul li {
    padding: 0.3rem;
    min-height: 1rem;
    box-sizing: border-box;
    border-bottom: .01rem solid #eeeeee;
    background-color: #fff;
    margin-top: 0.3rem;
    border-radius: 0.25rem;
}

.csrl_list ul li a {
    font-size: .3rem;
    line-height: .45rem;
    float: left;
    width: 100%;
    text-align: justify;
    box-sizing: border-box;
    position: relative;
    padding: 0.2rem 0;
}

.csrl_list ul li span {
    display: block;
    font-size: .26rem;
    color: #999999;
    line-height: .38rem;
}

.tag {
    height: 0.6rem;
    background-color: #4A90E2;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
    position: relative;
    border-radius: 0;
    color: #fff;
    line-height: 0.6rem;
    font-size: 0.26rem;
    padding-left: 0.18rem;
    float: left;
    padding-right: 0.5rem;
}

.tag::after {
    content: '';
    width: 0.1rem;
    height: 0.1rem;
    background-color: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
}

.tag.tyss {
    background-color: #7d85f2;
}

.tag.zhhd {
    background-color: #f4b55e;
}

.a3 {
    width: 2.3rem;
    height: 0.65rem;
    display: block;
    font-size: .28rem;
    text-align: center;
    line-height: .65rem;
    border: 1px solid #035fa4;
    border-radius: 0.4rem;
    margin: auto;
    margin-top: 0.4rem;
    color: #035fa4;
}

.csrl_header a.logo img {
    width: 5rem;
    padding: 0.3rem;
}

.csrl_header .back {
    float: right;
}

.csrl_header a.back img {
    width: 1.2rem;
    padding: 0.3rem;
}