﻿/*css Document*/

body{
	margin: 0;
	background:#FFFFFF;
}

.ui-mobile-viewport ui-overlay-a{
	border:none;
}

#all{
    position: relative;
    overflow: hidden;
    min-height: 500px;
    min-width: 300px;
    max-width: 768px;
    margin: 0 auto;
	margin-bottom: 100px;
}

.header{
	position: relative;
    width: 100%;
    height: 40px;
    font-size: 17.2px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
	background-color: rgb(244, 45, 84);
	color: #FFFFFF;
}


#controlBar{
    position: fixed;
    min-width: 300px;
    max-width: 768px;
    width: 100%;
    height: 40px;
    bottom: 60px;
    z-index: 1;
}

.controlBarInner{
	position: relative;
    float: right;
    margin-right: 6.25%;
    width: 50px;
    height: 100%;
    border-radius: 5px;
    background-color: #fbfbfb;
    box-shadow: 0.6px -0.8px 4px 0 rgba(52, 52, 52, 0.39);
}

.audioPlayer{
    position: relative;
    float: right;
    width: 50px;
    height: 100%;
    background: no-repeat center;
    background-size: 50% auto;
	cursor: pointer;
	-webkit-user-select: none;
}

.nowRateTxt{
    position: absolute;
    width: 100%;
    bottom: -14px;
    height: 10px;
    text-align: center;
    font-size: 10px;
    line-height: 10px;	
}

.controlItem{
	display:none;
    position: relative;
    float: right;
    width: calc(100% - 50px);
    height: 26px;
    margin: 7px 0;
    background: no-repeat center;
    background-size: 70% auto;
}

.noTranslate{
    background-image: url(../images/translation_gray.png);	
}

.isTranslate{
    background-image: url(../images/translation.png);	
}

.noBillingual{
    background-image: url(../images/English.png);		
}

.isBillingual{
    background-image: url(../images/EnglishChinese.png);		
}

.isPause{
	background-image: url(../images/play.png);		
}

.isPlay{
	background-image: url(../images/pause_gray.png);		
}



.playbackRateBar{
    position: relative;
    width: 100%;
    height: 100%;
    color: rgba(0,0,0,0.5);
    font-size: 11px;
}

.rateItem{
    position: relative;
    width: 20%;
    float: left;
    line-height: 26px;
    text-align: center;
	cursor: pointer;
}

.nowRate{
	-webkit-touch-callout: none;
    color: #206cc4;
    font-weight: 700;
    letter-spacing: 0.5px;
	cursor: context-menu;
}

.titleBlock{
	position:relative;
	width:100%;
	overflow:hidden;
	margin: 10px 0;
}

.titleEn{
    position: relative;
	width: 87%;
	margin:0 auto;
	font-size: 20px;
	font-weight: bold;
	text-align: justify;
}

.titleTc{
    position: relative;
	width: 87%;
	margin:0 auto;
	 margin-top: 5px;
    color: #222;
    font-size: 15px;
    line-height: 1.27;
    letter-spacing: 0.4px;
    text-align: left;
}

.authorDiv{
	position: relative;
	margin:0 auto;
	overflow: hidden;
	width: 87%;
	margin-top: 25px;
}

.authorSpan{
	font-size: 13px;
	position: relative;
	float: left;
	color: #9b9b9b;
}


.authorDate{
	position: relative;
    float: right;
    color: #0d0d0d;
    margin-left: 10px;
}

.modeDiv{
    position: relative;
    height: 26px;
    width: 87%;
    margin: 0 auto;
    margin-top: 15px;
}

.playInitIcon{
    position: relative;
    float: right;
    margin-left: 8px;
    width: 26px;
    height: 100%;
    border-radius: 5px;
    background-color: #206cc4;
    background-image: url(../images/play_white.png);
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.modeBtn{
    position: relative;
    float: right;
    width: 60px;
    height: 100%;
    border-radius: 5px;
    background-color: #c6c6c6;
    box-shadow: 0.6px -0.8px 4px 0 rgba(52, 52, 52, 0.33);
    margin-left: 8px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 80%;
}

.modeChosen{
	background-color: #206cc4;
}

.modeTxt{
	position: absolute;
    left: 0;
    font-size: 13.3px;
    font-weight: 700;
    text-align: center;
    color: #222222;	
	top: 7px;
}

.titlePic{
	position: relative;
    width: 100%;
    padding-top: 90%;
    background: no-repeat center;
    background-size: auto 100%;
}

.content{
	position:relative;
	margin:0 auto;
	width: 87%;
	overflow:hidden;
	min-height:400px;
	padding-bottom:25px;
	border-bottom:1px solid #e0e0e0;
}

.paragraph{
	position:relative;
	overflow:hidden;
	cursor:pointer;
	-webkit-user-select: none;
}

.paragraphEn{
	position:relative;
	font-size: 15px;
    line-height: 1.9;
    letter-spacing: 0.1px;
    text-align: left;
    color: #222222;
	margin:10px 0;
	text-align: justify;
	font-family: 'Radley', serif; 
}

.paragraphTc{
	position:relative;
	margin-top:25px;
	font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.1px;
    text-align: left;
    color: #222222;
	margin:10px 0;
	text-align: justify;
}

.paraGraphPicLeft{
	position: relative;
    width: 100%;
	padding-top:65%;
	margin:10px 0;
	background: no-repeat center;
    background-size: auto 100%;
}

.paragraphPicMiddle{
	position: relative;
    width: 100%;
	padding-top:65%;
    margin:10px 0;
	background: no-repeat center;
    background-size: auto 100%;	
}

.preNextBlock{
    position: relative;
    margin: 0 auto;
    width: 87%;
}

.preNextBtnDiv{
    position: relative;
    margin-top: 20px;
    overflow: hidden;
	height:20px;
}

.preBtn{
    position: relative;
    float: left;
    height: 100%;
    font-size: 16px;
    color: #206cc4;
    text-align: center;
    font-weight: 700;
}

.nextBtn{
	position: relative;
    float: right;
    height: 100%;
	font-size: 16px;
    color: #206cc4;
    text-align: center;
    font-weight: 700;	
}


.preNextDivOuter{
	position: relative;
    margin-top: 10px;
    overflow: hidden;
    width: 100%;
}

.preNextDiv{
	position: relative;
    width: 46%;
    overflow: hidden;
    float: left;
    background-color: #fff;
}


.preNextDivInner{
    position: relative;
    overflow: hidden;
}

.preNextPic{
	position: relative;
	width:100%;
	padding-top:90%;
	background: no-repeat center;
	background-size: cover;
}

.preNextChannelDiv{
	position: absolute;
    width: 90%;
    bottom: 4%;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    font-size: 13px;	
}


.preNextCnt{
    position: relative;
    width: 100%;
    margin-top: 17px;
    overflow: hidden;
}


.preNextEn{
	position: relative;
    color: #222;
    font-size: 13px;
    font-weight: bold;
    max-height: 37px;
    text-align: left;
    overflow: hidden;
}

.preNextTc{
	position: relative;
    color: #222;
    font-size: 12px;
    font-weight: bold;
	margin-top: 2px;
    max-height: 36px;
    text-align: left;
    overflow: hidden;
}


.preNextDateDiv{
    position: relative;
    font-size: 13px;
	margin-top: 4px;
}

.preNextDate{
	position: relative;
	float: right;
}


.recommendBlock{
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
}

.recommendItem{
    position: relative;
    width: 87%;
    margin: 0 auto;
    background-color: #fff;
    height: 125px;
}



.recommendItemInner{
    position: relative;
    height: 115px;
    margin: 5px 0;
}


.recommendCnt{
    position: relative;
    width: calc(100% - 135px);
    float: right;
    height: 100%;
    text-align: left;
}

.recommendPic{
    position: relative;
    float: left;
    width: 115px;
    height: 100%;
    background: no-repeat center;
    background-size: auto 100%;
}


.recommendTxt{
	position: relative;
    color: #2d7ad3;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    width: 87%;
    margin: 0 auto;
    margin-top: 40px;
}

.recommendChannel{
    position: relative;
    color: #9b9b9b;
    font-size: 12px;
    font-weight: bold;
}

.recommendEn{
    position: relative;
    color: #222;
    font-size: 14px;
    font-weight: bold;
    max-height: 36px;
    overflow: hidden;
}

.recommendTc{
    position: relative;
    color: #222;
    font-size: 12px;
	max-height: 34px;
	overflow: hidden;
	margin-top:2px;
    font-weight: bold;
}

.recommendDateDiv{
	position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 13px;
    color: #222;
}

.recommendDate{
    position: relative;
    float: right;
	color: #9b9b9b;	
}


.grayscale100{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);	
}

.floatRight{
	float: right;
}


.margin0{
	margin: 0;
}

.ui-loader{
	display:none;
}

