.hl {
    color: #67cfff;
}

#week li {
    list-style: none;
    display: table-cell;
    width: 1.4%;
    text-align: center;
    vertical-align: middle;
}

#time dt,
#time dd {
    display: inline-block;
}

.channel,
.timePos {
    margin: 3.8% 0;
    height: 4.7%;
    font-size: 25px;
}

.name,
.channel,
.timePos {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.timePos {
    height: auto;
}

.ipad #timeContainer {
    margin-top: -130px;
}

.channelData {
    padding-top: 20px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

#wrap {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    bottom: 0;
    /* background-color: rgba(255, 255, 255, 0.3); */
    display: none;
}

#loading {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;
    display: none;
}

#loading img {
    width: 36px;
    height: 36px;
    -webkit-animation: rotate 0.8s 0s infinite linear;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

#week {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    margin: 0 auto 1px auto;
    position: relative;
    -webkit-tap-highlight-color: transparent;
}

#week li {
    padding: 10px 0;
}

#week li.hl {
    font-weight: bold;
}

#week li#pre,
#week li#next {
    position: absolute;
    width: 42px;
    height: 42px;
    padding: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

#week li#pre {
    background: url('../../../Images/webting/arrLeft.png') 0 0 no-repeat;
    background-size: 21px 21px;
    left: 10px;
}

#week li#next {
    background: url('../../../Images/webting/arrRight.png') 0 0 no-repeat;
    background-size: 21px 21px;
    right: -5px;
    background-position: 0 0;
}

#time {
    border-radius: 0 0 5px 5px;
    margin: 0 auto;
}

#time.noList {
    text-align: center;
    height: 54px;
    line-height: 54px;
}

#time dt,
#time dd {
    width: 25%;
    text-align: center;
    height: 25px;
    line-height: 25px;
    padding: 3.3% 0;
}

#time dl {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#time dl#curPro {
    color: #67cfff;
    background-color: rgba(255, 255, 255, 0.2);
}

#time dd {
    width: 75%;
    border-left: 1px solid #B1B1B1;
    margin-left: -1px;
    margin-right: -1px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#time dt {
    border-right: 1px solid #B1B1B1;
    margin-left: -1px;
}

#time dd.prefix {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #fff;
    padding: 0;
    top: 50%;
    margin-left: -5px;
    margin-top: -4px;
}

#reset {
    background: url('../../../Images/webting/cup.png') 0 0 no-repeat;
    width: 44px;
    height: 50px;
    margin: 0 auto;
    display: none;
}

@media screen and (max-width:480px) {
    .name {
        font-size: 25px;
    }

    .channel,
    .timePos {
        font-size: 20px;
    }

    #week,
    #time {
        font-size: 14px;
    }
}

@media screen and (max-width:620px) {
    .channelData {
        width: 96%;
    }

    #time dt {
        width: 33%;
    }

    #time dd {
        padding: 3.3% 10px;
        width: 69%;
        margin-right: -20px;
    }
}

@media screen and (max-width:320px) {
    #time dt {
        width: 42%;
    }

    #time dd {
        padding: 3.3% 0 3.3% 10px;
        width: 55%;
        margin-right: -10px;
    }
}

@media screen and (max-height:380px) {
    .play {
        height: 150%;
        background-clip: border-box;
    }

    #timeContainer {
        margin-top: 0;
    }
}

/* new fm start */
.fmPlayInfo .fix {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

.fmPlayInfo .name {
    margin-top: 18px;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    text-shadow: none;
}

.fmPlayInfo .logo {
    width: 62%;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 7px 17px 0 rgba(34, 36, 43, 0.16);
}

.fmPlayInfo .center {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}



.fmPlayInfo .fmDescrip {
    font-size: 14px;
    color: #8f8f8f;
    padding: 12px 0;
    text-align: center;
}

.fmChannelData {
    padding-top: 0;
    width: 100%;
    border: 0.5px solid rgba(222, 222, 222, 1);
    box-sizing: border-box;
    border-radius: 5px;
}


#partLine {
    width: auto;
    height: 0.5px;
    background: rgba(222, 222, 222, 1);
    margin: 0 15px;
}

#partLine.noList {
    display: none;
}

.fmChannelData #week {
    margin: 0;
    height: 54px;
    display: flex;
    align-items: center;
}


.fmChannelData #week .hl {
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.fmChannelData #time.noList {
    font-size: 14px;
    color: #333333;
    margin-bottom: 40px;
}

.fmPlayInfo .channel {
    font-size: 12px;
    color: #8f8f8f;
    text-shadow: none;
    margin: 0;
    padding: 4px 12px;
    width: fit-content;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    border: 1px solid rgba(222, 222, 222, 1);
    box-sizing: border-box;
    margin-top: 12px;
    border-radius: 30px
}

.fmPlayInfo .channel.noneTitle {
    border: none !important;
    margin: 0;
    padding: 0;
}

.fmChannelData #time dt,
.fmChannelData #time dd {
    border: none;
    margin-left: 0;
}

.fmChannelData #time dd.prefix {
    display: none;
    left: 14px;
    background-color: #666666;
}

.fmChannelData #time dd.fmName {
    text-align: left;
    padding: 8px 10px 8px 15px;
    overflow: hidden;
}

.fmChannelData #time dt.sTime {
    padding: 8px 0 8px 10px;
    width: 30%;
    color: #999999;
}

.fmChannelData #time dt.strTime {
    padding: 8px 15px 8px 10px;
    color: #999999;
    font-size: 12px;
    display: flex;
    justify-content: flex-end;
}

.fmChannelData #time dl#curPro .prefix {
    background-color: #67cfff;
}

.fmChannelData #week li {
    flex: 1;
}

.fmChannelData #week li#pre {
    background: url(https://static.eudic.net/web/ting/defaultLeft.png) 0 0 no-repeat;
    background-size: 24px 24px;
    background-position: center;
    left: 7px;
}

.fmChannelData #week li#next {
    background: url(https://static.eudic.net/web/ting/defaultRight.png) 0 0 no-repeat;
    background-size: 24px 24px;
    background-position: center;
    right: 7px;
}

.fmChannelData #week li#pre,
.fmChannelData #week li#next {
    /* margin-top: -7px; */
}

.fmChannelData #time dl {
    display: flex;
}

.fmChannelData #week.noList {
    border-radius: 5px;
}

.fmadsbox {
    overflow: hidden;
}

.fmadsbox {
    padding: 14px;
    background: #f5f5f5;
    border-radius: 5px;
}

.fmadsbox .fmadslink {
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: center;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fmadsbox .fmadslink .adsImg img {
    width: 77px;
    height: 55px;
    border-radius: 5px;
}

.androidHeight {
    height: 80px;
}

.fmadsbox .fmadslink .adsInfo {
    margin-left: 14px;
    flex: 1;
    display: flex;
    align-items: center;
}

.fmadsbox .fmadslink .adsInfo p {
    color: #8f8f8f;
    font-size: 12px;
}

.fmadsbox .fmadslink .adsInfo .tit {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    color: #333;
    line-height: 1.3;
}

.fmadsbox .fmadslink .adsInfo>div {
    width: 100%;
    position: relative;
}

.fmadsbox .fmadslink .adsInfo .export {
    display: flex;
    color: #8F8F8F;
    width: 100%;
    opacity: 0.5;
}

.fmadsbox .fmadslink .adsInfo .ldetail {
    flex: 1;
    font-size: 11px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

.fmadsbox .fmadslink .adsInfo .tg {
    font-size: 10px;
    background: #ECECEC;
    border-radius: 2px;
    padding: 0 2px;
    position: absolute;
    right: 0;
}

.iosHeight {
    height: 30px;
}

/* new fm end */
/* fm */
#radio_recognize_info {
    font-size: 9px;
}

.subtitleBox {
    display: none;
    background: #F5F5F5;
    border-radius: 5px;
    margin-top: 13px;
}

.subtitleMenu {
    display: flex;
    /* padding: 18px 15px; */
}

.subtitleMenu .menuL {
    flex: 1;
    padding: 18px 0 18px 15px;
    display: flex;
    align-items: center;
}

.subtitleMenu .btnBox {
    padding: 18px 15px;
    -webkit-tap-highlight-color: transparent;
}

.subtitleMenu .title {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-right: 3px;
}

.subtitleMenu .detail {
    color: #B4B4B4;
    font-size: 12px;
}

.subtitleMsg {
    display: none;
    font-size: 15px;
    color: #333333;
    padding: 0 15px 0 15px;
    height: 82px;
    overflow-y: auto;
    line-height: 1.4;
    position: relative;
    font-family: Menlo, Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;
    text-align: left;

}

.subtitleMsg .load {
    font-size: 15px;
    color: rgba(181, 181, 181, 1);
}

.expandSubtitleMsg {
    display: flex;
    justify-content: center;
    width: 100%;
}

.expandSubtitleMsg .icon.down {
    background: url(https://static.eudic.net/web/ting/defaultDown.png) 0 0 no-repeat;
    display: block;
    background-size: 24px 24px;
    background-position: center;
}

.expandSubtitleMsg .icon.up {
    display: none;
    background: url(https://static.eudic.net/web/ting/defaultUp.png) 0 0 no-repeat;
    background-size: 24px 24px;
    background-position: center;
}

.expandSubtitleMsg .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 5px 0;
}
#newSubtitleDiv1,
#subtitleDiv1 {
    width: 50px;
    height: 30px;
    border-radius: 50px;
    position: relative;

}
#newSubtitleDiv2,
#subtitleDiv2 {
    width: 26px;
    height: 26px;
    border-radius: 48px;
    position: absolute;
    background: #ffffff;
}

.open1 {
    background: #4B63FF;
}

.open2 {
    top: 2px;
    right: 2px;
    animation-name: example1;
    animation-duration: 0.3s;
}

.open2NoAnimation {
    top: 2px;
    right: 2px;
    animation-duration: 0.3s;
}



.close1 {
    background: #e0e0e0;
    border-left: transparent;
}

.close2 {
    left: 2px;
    top: 1px;
    border: 1px solid #D9D9D9;
    animation-name: example;
    animation-duration: 0.3s;
}

/* 动画代码 */
@keyframes example {
    from {
        right: 1px;
        left: 43%;

    }

    to {
        left: 2px;
        right: 1px;
    }
}

@keyframes example1 {
    from {
        left: 2px;
        right: 100%;

    }

    to {
        left: 43%;
        right: 1px;
    }
}

body.level80 .subtitleMsg {
    font-size: 12px;
}

body.level85 .subtitleMsg {
    font-size: 13px;
}

body.level90 .subtitleMsg {
    font-size: 14px;
}

body.level100 .subtitleMsg {
    font-size: 15px;
}

body.level115 .subtitleMsg {
    font-size: 16px;
}

body.level140 .subtitleMsg {
    font-size: 18px;
}

body.level180 .subtitleMsg {
    font-size: 20px;
}
#timeContainer {
    overflow-x: hidden;
    margin-top: 20px;
    margin-bottom: 50px;
}
.fmPlayInfo ul {
    padding-left: 0;
}
.fmPlayInfo h1,
.fmPlayInfo p,
.fmPlayInfo ul,
.fmPlayInfo dl,
.fmPlayInfo li,
.fmPlayInfo dt,
.fmPlayInfo dd {
    margin: 0;
}
.fmTagMenu{
    display: none;
    margin-top: -30px;
}
.fmTagMenu li{
    list-style: none;
    margin:2px;
}
.fmPlayInfo .fmTagUl{
    display:flex;
    font-size: 13px;
    background-color: #f2f2f2;
    border-radius: 18px;
    width: fit-content;
    margin:10px auto 20px auto;
    position: relative;
    z-index: 99;
}
.fmTagLi{
    padding:5px 24px;
    color:rgba(32,33,36,0.3);


}
.fmDescrip,
.fmTagMenu,
.fmTagUl,
.fmTagLi{
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-touch-callout: none;
    user-select: none
}
.fmTagLi.active{
    color:#202124;
    background-color: #fff;
    border-radius: 18px;
}
.chinese{
   text-align: left;
}
.fmSubtitleBox{
     display: none;
}
/* .fmPlayBox{
    display: none;
} */
.fmPlayBox{
    padding-top: 40px;
}

.fmPlayInfo{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;

}
.fmSubtitleBox{
    height:100%;
    padding-bottom: 60px;
}
#article{
    overflow-x: hidden;
    overflow-y: scroll;
}
#article p.paragraph:first-child{
    margin:0 0 0 0;
}
#extraContent{
    display: none;
}
.loadingText{
    margin:20px 0;
    width:100%;
    min-height: 50px;
}
.chinese.hideChinese{
    display: none;
}
.channelTinfo{
display: flex;
margin-bottom: 16px;
}
.channelTinfo .logo{
    width:90px;
    height: 72px;
    box-shadow: none;
}
.channelRInfo{
    margin-left: 12px;
    display: flex;
    flex-direction: column;
}
.channelRInfo .fmDescrip,
.channelRInfo{
    text-align: left;
}
.channelRInfo .name{
    font-weight: bold;
    margin-top:0;
    font-size: 17px;
}
.channelRInfo .fmDescrip{
    padding:2px 0;
    font-size: 13px;
}
.lineTwo {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-word;
}
.fmChannelBox{
    padding-top: 16px;
    margin-bottom: 6px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
    padding-bottom: 8px;
    /* padding-left: 15px;
    padding-right: 15px; */
}
#live-article{
    /* padding-bottom: 20px; */
}
.oldFMPlayBox .subtitleBox,
.oldFMPlayBox .fmPlayBox{
    display: block;
}
.oldFMPlayBox .fmSubtitleBox{
    display: none;
}
.fmSubtitleBox #article .paragraph{
    text-align: left;
}
#cached-article{
    margin-bottom: 1.4em;
}
.showAIBox{
    display: flex;
    flex: 1;
}
.hideAIBox{
    display: none;
    flex:1;
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
.newBtnBox{
    margin-right: 10px;
}
.machineTransTip{
    height: 42px !important;
}
.newBtnBox #newSubtitleDiv1{
    width: 45px;
    height: 25px;
}
.newBtnBox  #newSubtitleDiv2 {
    width: 21px;
    height: 21px;
}
.custom-classname .weui-toast {
    width: 122px;
    height: 122px;
    font-size: 16px;
}
.custom-classname .weui-dialog__btn_default{
    font-size: 15px;
}
.custom-classname .weui-dialog__btn_danger{
 color:#007AFF;
 font-size: 15px;
 font-family: initial;
}
.custom-classname .weui-dialog__bd:first-child{
    padding: 2.1em 20px 0.5em;
}
.needVipBtn{
    display: none;
}