#auBanner {
    width: 100%;
    height: 120px;
    background: url(../img/topbc.png) no-repeat center top;
}

.tea-banner-l {
    float: left;
    height: 120px;
    font-size: 24px;
    color: #fff;
    padding-top: 10px;
    line-height: 110px;
    margin-left: 125px;
}

.tea-banner-r {
    float: right;
    color: #fff;
    padding-top: 24px;
}

.tea-banner-r dl {
    width: 160px;
    float: left;
    text-align: center;
    border-right: solid 1px #52759d;
    color: #fff;
}

.tea-banner-r dl dt {
    font-size: 36px;
    font-family: Arial;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 42px;
}

.container-div {
    background-color: #fff;
    padding: 20px;
}

.contentright .mypanel-default {
    padding: 20px 35px;
}

.contentright .mypanel-default .mypanel-heading {
    padding-bottom: 20px;
}

.mypanel-default>.mypanel-heading {
    color: #333;
    border-bottom: 1px solid #F4F4F4;
}

/* 标签页 */
.mytabheading {
    padding: 20px 0px;
}

.mytabheading li {
    color: #666666;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #F4F4F4;
    border-radius: 15px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: -1px;
}

.mytabheading li.active {
    background: #6EB5BC;
    color: #FFFFFF;
}

.mytabitem {
    display: none;
}

.mytabitem .flex {
    justify-content: start;
}

.primytab .mytabheading {
    border-bottom: 1px solid #DCDCDC;
    margin: 20px 0;
    padding: 0;
}

.primytab .mytabheading li {
    font-size: 18px;
    color: #999;
    height: 40px;
    border-radius: 0;
    background: none;
}

.primytab .mytabheading li.active {
    color: #fb770f;
    border-bottom: 2px solid #fb770f;
}

/* 表格列表 */
.curriculum {
    position: relative;
    width: 285px;
    /* height: 220px; */
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 24px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    text-decoration: none;
}
.curriculum:hover{
    text-decoration: none;
}
.curriculum:visited{
    text-decoration: none;
}
.curriculum:active{
    text-decoration: none;
}
.curriculum:focus {
    text-decoration: none;
}
.curriculum:nth-of-type(3n) {
    margin-right: 0;
}

.curriculum-tips {
    position: absolute;
    top: 10px;
    right: 0px;
    height: 24px;
    line-height: 24px;
    background: #EC7777;
    color: #FFFFFF;
    border-radius: 12px 0 0 12px;
    text-align: center;
    padding: 0 10px;
}

.curriculum img {
    width: 285px;
    height: 160px;
}

.curriculum-bottom {
    width: 100%;
    /*min-height: 155px;*/
     min-height: 90px;
    line-height: 45px;
    text-align: center;
    padding-bottom: 10px;
}

.curriculum-bottom p {
    width: 165px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
}

/* 右侧定位 */
.rightFixed {
    position: fixed;
    top: 200px;
    right: 10px;
    z-index: 100;
}

.rightFixed-top {
    width: 70px;
    height: 210px;
    margin: 0 auto;
    padding: 5px 4px 0;
    background: #FFFFFF;
    /* border: 1px solid #EEEEEE; */
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.06);
}

.rightFixed-top ul {
    width: 100%;
    margin: 0;
}

.rightFixed ul li {
    width: 100%;
    height: 60px;
    /* border-bottom: 1px solid #E4E4E4; */
    position: relative;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9598A3;
    line-height: 18px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.rightFixed ul li img {
    width: 24px;
    height: 24px;
    display: block;
    margin: 10px auto 7px;
}

.rightFixed ul li.back-top img {
    width: 38px;
    height: 38px;
    margin-top: 8px;
}

.rightFixed ul li .tipsi {
    position: absolute;
    top: -4px;
    right: 8px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: #FF8147;
    color: #FFFFFF;
    font-size: 10px;
    border-radius: 50%;
}

.rightFixed ul li .br {
    height: 1px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, rgba(228, 228, 228, 0.1), rgba(228, 228, 228, 1), rgba(228, 228, 228, 0.1));
}

.rightFixed-bottom {
    width: 70px;
    height: 68px;
    background: url(../img/mykefu.png) no-repeat center;
    background-size: 100%, 100%;
    margin-bottom: 12px;
    padding-top: 43px;
}

.rightFixed-bottom p {
    width: 100%;
    height: 24px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
}

/* 面包屑 */
#breadcrumb {
    width: 100%;
    /* height: 408px; */
    background: #FFFFFF;
    padding-bottom: 42px;
}

#breadcrumb .mybreadcrumb {
    height: 40px;
    line-height: 40px;
}

/* 弹窗 */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.popup>div {
    position: relative;
    height: 100%;
}

.popup-shade {
    _position: absolute;
    pointer-events: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
}

.popuppage {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: content;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 30%);
    z-index: 10001;

}

.popuphead {
    position: relative;
    font-size: 24px;
    height: 68px;
    line-height: 68px;
    text-align: center;
}

.popuphead .close {
    position: absolute;
    right: 20px;
    top: 0;
    height: 20px;
    display: inline-block;
    color: #9598A3;
}

.popupcontent {
    padding: 20px;
}

.popupbtngroup {
    text-align: center;
}

.popupbtngroup .button {
    width: 175px;
    height: 46px;
    line-height: 46px;
    background: #EC7777;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 16px;
    margin-right: 20px;
}

.popupbtngroup .button:last-child {
    margin-right: 0;
}

.popupbtngroup .button.ok-btn {
    background: #FFFFFF;
    color: #384049;
}



/* 优惠券 */
.yhqcontent {
    width: 368px;
    height: 118px;
    background: #FFFFFF;
    /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08); */
    margin: auto;
    filter: drop-shadow(0px 2px 4px 0px rgba(0, 0, 0, 0.08));
    ;
    -webkit-mask: radial-gradient(circle at 0, transparent 10px, red 0), radial-gradient(circle at right, transparent 10px, red 0);
    -webkit-mask-composite: source-in;
    background: linear-gradient(45deg, orange, red);
}

.yhqnum {
    position: relative;
    width: 120px;
    height: 100%;
    margin: auto;
    /* -webkit-mask: radial-gradient(circle at 10px, transparent 10px, red 0) -10px / 100% 30px; */
    background: linear-gradient(0deg, #E2BB78 0%, #F7CC83 100%);
    text-align: center;
}

.yhqnum::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0px;
    right: -2px;
    background-image: linear-gradient(to bottom, #F7CC83 2px, transparent 2px, transparent), radial-gradient(4px circle at 2px 4px, transparent 2px, #F7CC83 2px);
    background-size: 2px 6px;
}

.yhqnum .num {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    height: 44px;
    line-height: 44px;
}

.yhqnum .num span {
    font-size: 48px;
    font-family: Impact;
}

.yhqnum .majtj {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.yhqnum .titps {
    width: 50px;
    height: 22px;
    background-color: #fbe5c1;
    border-radius: 0 0 5px 0;
    transform: perspective(5px)scale(1.1, 1.3) rotateX(-3deg);
    transform-origin: top left;
    color: #E2BB78;
    text-align: center;
}

.yhqnum .titpstext {
    position: absolute;
    top: 3px;
    left: 10px;
    font-size: 12px;
    color: #E2BB78;
}

.yhqtips {
    width: 248px;
    height: 100%;
    background: #FFFFFF;
    padding: 20px;
}

.yhqtips .titile {
    font-size: 18px;
    color: #384049;
}

.yhqtips .text {
    color: #9598A3;
    line-height: 30px;
}

.redyhq .yhqnum {
    background: linear-gradient(0deg, #EC7777 0%, #EDA7A7 100%);
}

.yellowyhq .yhqnum {
    background: linear-gradient(0deg, #E2BB78 0%, #F7CC83 100%);
}

.blueyhq .yhqnum {
    background: linear-gradient(0deg, #74AAD8 0%, #A3D3FD 100%);
}

.redyhq .yhqnum::after {
    background-image: linear-gradient(to bottom, #EDA7A7 2px, transparent 2px, transparent), radial-gradient(4px circle at 2px 4px, transparent 2px, #EDA7A7 2px);
}

.blueyhq .yhqnum::after {
    background-image: linear-gradient(to bottom, #A3D3FD 2px, transparent 2px, transparent), radial-gradient(4px circle at 2px 4px, transparent 2px, #A3D3FD 2px);
}

.redyhq .yhqnum .titps {
    background-color: #f6d3d2;
    color: #EC7777;
}

.blueyhq .yhqnum .titps {
    background-color: #cfe8fd;
    color: #74AAD8;
}

.redyhq .yhqnum .titpstext {
    color: #EC7777;
}

.blueyhq .yhqnum .titpstext {
    color: #74AAD8;
}

.purpleyhq .yhqnum {
    /* background: linear-gradient(0deg, #EC7777 0%, #EDA7A7 100%); */

    background: linear-gradient(0deg, #AA89BD 0%, #DBB0F4 100%);
}

.purpleyhq .yhqnum::after {
    background-image: linear-gradient(to bottom, #DBB0F4 2px, transparent 2px, transparent), radial-gradient(4px circle at 2px 4px, transparent 2px, #DBB0F4 2px);
}

.purpleyhq .yhqnum .titps {
    background-color: #edd7f9;
    color: #AA89BD;
}

.purpleyhq .yhqnum .titpstext {
    color: #AA89BD;
}

/* 折叠框 */
.mycollapsebox .mycollapseboxicon {
    width: 20px;
    height: 20px;
}

.pagination {
    text-align: center;
}

.pagination ul li a {
    height: 37px !important;
    width: 37px !important;
    line-height: 27px;
    margin-right: 5px !important;
    border-left-width: 1px !important;
}

.pagination ul li:first-child a {
    height: 37px !important;
    /*width: 80px !important;*/
    line-height: 27px;
}

.pagination ul li:last-child a {
    height: 37px !important;
    /*width: 80px !important;*/
    line-height: 27px;
    margin: 0 !important;
}

.mypanel-heading .mypanel-title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: unset;
}