.mainCotent .col-md-12 {
    text-align: center;
}

.holidayContent {
    width: 100%;
    overflow: hidden;
    margin-bottom: 100px;
}

#myTabContent {
    margin-top: 60px;
}

#top-title-lg {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
}

#top-title-lg h1 {
    display: inline-block;
    color: green;
    font-size: 60px;
    font-weight: normal;
    background-image: -webkit-gradient(linear, left top, right top, from(#0daddd), to(#70e0e0));
    background-image: -webkit-linear-gradient(left, #0daddd, #70e0e0);
    background-image: -o-linear-gradient(left, #0daddd, #70e0e0);
    background-image: linear-gradient(to right, #0daddd, #70e0e0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#top-title-lg p {
    color: #999;
    font-size: 20px;
}

/*假期公告*/

#myTab li {
    margin-left: 15%;
}

#myTab li a {
    display: inline-block;
    font-size: 30px;
    color: #666;
    padding: 14px 0;
    margin-right: 116px;
    text-decoration: none;
}

.nav_con {
    position: relative;
    left: 9%;
}

#myTab li:nth-child(1) {
    margin-left: 15%
}

.nav_con .line {
    height: 3px;
    background: -webkit-gradient(linear, left top, right top, from(#0daddd), to(#70e0e0));
    background: -webkit-linear-gradient(left, #0daddd, #70e0e0);
    background: -o-linear-gradient(left, #0daddd, #70e0e0);
    background: linear-gradient(to right, #0daddd, #70e0e0);
    position: absolute;
    bottom: 0;
    left: 0;
}

/*small*/

.nav_con_small {
    text-align: center
}

#myTab-small {
    border-bottom: 2px solid #EEE;
    position: relative;
}

#myTab-small li:nth-child(2) {
    margin-left: 54px;
}

#myTab-small li a {
    font-size: 20px;
    color: #666;
    font-weight: normal;
    text-decoration: none;
    display: block;
    margin-bottom: -3px;
    padding-bottom: 10px;
}

#myTab-small li a.on {
    color: black;
    font-weight: bold;
    border-bottom: 3px solid;
    -o-border-image: -o-linear-gradient(#0daddd, #70e0e0) 0 0 30 0;
    -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#0daddd), to(#70e0e0)) 0 0 30 0;
    border-image: -webkit-gradient(linear, left top, left bottom, from(#0daddd), to(#70e0e0)) 0 0 30 0;
    border-image: linear-gradient(#0daddd, #70e0e0) 0 0 30 0;
}

#maco-holiday-small,
#china-holiday-small {
    margin-top: 60px;
}

/*表格样式大*/
.maco-txt-lg h3, .maco-txt-lg p {
    margin-right: 150px;
}

.china-txt-lg h4, .china-txt-lg p {
    margin-right: 134px;
}

.maco-txt-lg h3, .china-txt-lg h4 {
    font-size: 30px;
}

.table-lg {
    font-size: 16px;
    overflow-x: hidden;
}

.table-lg .reason {
    font-weight: bold;
}

.table-lg h3 {
    font-size: 30px;
    position: relative;
}

.table-lg thead tr h3 {
    text-align: center;
}

.table-lg tr > td {
    padding: 20px 0 !important;
}

.table-lg .fis-date {
    position: relative;
    left: 20px;
}

.th1:last-child {
    border-left: 2px solid #eee;
}

.reason {
    border-left: 2px solid #eee;
    position: relative;
    left: 40px;
}

.china-txt-holiday p {
    font-size: 28px;
}

/*表格样式小*/

.table-sm {
    overflow-x: hidden !important;
}

#myTabContent-small .table-sm,
#myTabContent-small table td,
#myTabContent-small tr,
#myTabContent-small caption,
#myTabContent-small th,
#myTabContent-small tbody {
    border: none !important;
}

.table-sm table {
    position: relative;
    left: 3%;
    padding: 8px 0 !important;
}

.table-sm .fis-date {
    text-align: left;
}

.disc {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 10px;
    width: 5px;
    height: 5px;
    background: black;
}

#myTabContent-small tr > td {
    font-size: 12px;
    padding: 8px 0 !important;
}

.table-sm .dateTitle {
    position: relative;
    left: 3%;
}

.table-sm .reasonTitle {
    position: relative;
    left: 10%;
}

.table-sm .grayTxt, .table-lg .grayTxt {
    color: #999;
    position: relative;
}

.table-sm .reason {
    font-weight: bold;
    text-align: left;
    position: relative;
    left: 7%;
}

.table-sm tr th h3 {
    font-size: 20px;
    font-weight: bold;
}

/**/

#maco-holiday {
    margin-top: 80px;
    margin-left: 9%;
}

#china-holiday {
    margin-top: 80px;
    margin-left: 7%;
}

/**/

#china-holiday-small .blue-text, #china-holiday .blue-text {
    color: #0daddd;
}

.china-txt-holiday {
    margin-top: 50px;
}

.china-txt-holiday p {
    text-indent: 10%;
    font-size: 16px;
    margin-bottom: 20px;
}

#myTab {
    margin-bottom: 60px;
}

#myTabContent p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    text-indent: 2em;
    padding-bottom: 20px;
}

#myTab {
    border-bottom: 2px solid #EEE;
}

.just-hr {
    display: none;
}

#china-holiday .tips {
    margin-top: 50px;
    font-size: 20px;
    color: #000;
}

#china-holiday .tag {
    text-align: right;
}

#china-holiday .tag p {
    padding-bottom: 0;
    font-size: 20px;
    color: #000000;
}

.holidayContent-small .announce_tips {
    color: #000000;
    text-indent: 32px;
    margin-bottom: 10px;
    font-size: 16px;
}

.holidayContent-small .tips {
    margin-top: 50px;
    color: #000000;
    font-size: 16px;
    width: 80%;
    text-indent: 32px;
    margin-left: 10%;
}

.holidayContent-small .tag {
    margin-top: 30px;
    text-align: right;
}

.holidayContent-small .tag p {
    margin: 0 10% 0 0;
    color: #000000;
    font-size: 16px;
}

/**/

@media screen and (max-width: 1199px) {
    .holidayContent {
        display: none;
    }
}

@media screen and (max-width: 780px) {
    .just-hr {
        display: block;
        margin-top: 30px;
    }

    #top-title-lg {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    #top-title-lg h1 {
        font-size: 40px;
    }

    #top-title-lg p {
        font-size: 14px;
    }
}

@media screen and (max-width: 450px) {
    .line-sm {
        width: 24%;
        margin-left: 6%;
    }

    .aboutUepay-sm-box p,
    .aboutUepay-sm-box h4 {

        margin-left: 6%;

    }

    .aboutUepayContent-sm {
        font-size: 16px;
        margin-top: 1%;
    }
}

@media screen and (max-width: 321px) {
    .nav_con_small .line {
        width: 37%;
        bottom: -2px;
        left: 16px;
    }

    #myTab-small li a {
        font-size: 16px;
    }

    #myTabContent-small tr > td {
        font-size: 10px;
    }
}

@media screen and (min-width: 1199px) {
    .holidayContent-small {
        display: none;
    }
}