/* *
* iTouch App webview common css
* author: zhuhuishao
* 主要功能: 实现全局通用样式抽取
* */

@charset "utf-8";

html,
body{
	height:100%;
	/* font-family: '微软雅黑'; */
	font-family: 'PingFang SC','Microsoft YaHei',Helvetica,Arial,sans-serif; 
	-webkit-overflow-scrolling: touch;
	color:#282828;
    -webkit-tap-highlight-color: transparent;
    font-weight: normal;
    background: #fafafa;
}
.bottomSpace{
		padding-bottom: 1rem;
}

/* * 边距 * */
*{ margin:0;padding:0; }

/* * img * */
img { border:none; }

/* * margin * */
.m0{ margin: 0; }
.ml10{ margin-left: 10px; }

/* * padding * */

/* * 字体大小 * */

/* * 浮动 * */
.fl{ float: left; }
.fr{ float: right; }
.clear-both{ clear: both; }

/* * display * */
.d-none{display: none;}

/* * ul * */
ul{padding: 0;list-style-type: none;}

/* * 浮动 * */
p{margin: 0;}

/*input,button,textarea{ font-family: STHeiti,'Microsoft YaHei',Helvetica,Arial,sans-serif; -webkit-appearance: none;}*/
input,button,textarea{ font-family: 'PingFang SC','Microsoft YaHei',Helvetica,Arial,sans-serif; -webkit-appearance: none;}

/* * iconfont * */

@font-face {
  font-family: 'iconfont';  /* project id 118836 */
  src: url('https://at.alicdn.com/t/font_913szsp5bs54s4i.eot');
  src: url('https://at.alicdn.com/t/font_913szsp5bs54s4i.eot?#iefix') format('embedded-opentype'),
  url('https://at.alicdn.com/t/font_913szsp5bs54s4i.woff') format('woff'),
  url('https://at.alicdn.com/t/font_913szsp5bs54s4i.ttf') format('truetype'),
  url('https://at.alicdn.com/t/font_913szsp5bs54s4i.svg#iconfont') format('svg');
}

.iconfont{ font-family:"iconfont";font-size:0.16rem;font-style:normal; }
                    

/* * 去除滚动条 * */
::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}
::-webkit-search-cancel-button { display: none; }


::-webkit-input-placeholder { 
    color: #ccc;  
} 

/*去除表格*/
object, param{
	display: none!important;
}
/*表格样式*/
table{
	font-size: 0.24rem!important;
}
table th, table thead{
	font-size: 0.24rem!important;
	background: #f1f1f1!important;
}
.v-play-content table tr, .v-play-content table td{
	border: 1px solid #e8e8e8;
}
body{
	word-wrap:break-word; 
	/*word-break:break-all;*/ 
	word-break:normal; 
}

/*提示框样式*/

.common_loading{ 
	position: fixed;
	width: 100%;
	top:0;
	bottom:0;
	display: block;
	z-index: 1000;
	text-align: center;
}
.common_loading_msg{ 
	display:inline-block;
	margin: 70% auto; 
	padding: 0.15rem 0.22rem;
	text-align: center;
	min-width: 1.2rem;
	font-size:0.26rem;
	background: rgba(0, 0, 0, 0.6);
	color:#fff;
	border-radius: 0.06rem;
	-webkit-border-radius:0.06rem;
	-moz--border-radius:0.06rem;
}

.common_loading2{
}

/*相关推荐*/
.lineImg{
	height: 0.4rem;
	display: block;
	float: left;
	margin-right: 0.04rem;
}
.relative{
	padding-top: 0.4rem;
	margin: 0 0.3rem;
	padding-bottom: 0.16rem;
	height: 0.4rem;
	overflow: hidden;
	/*border-bottom: 1px solid #e8e8e8;*/
	line-height: 0.4rem;
}


/*免责声明*/
.statement{
	margin:0.5rem 0 0.7rem 0;
	position: relative;
	text-align: center;
	/*display:none;*/
}
.text-newbottom{
	font-size: 0.24rem;
    color: #bfbfbf;
    padding: 0 0.18rem;
    letter-spacing: 0.01rem;
    position: absolute;
    left: 1.55rem;
    top: -0.18rem;
    background: #fafafa;
}
.line-newbottom{
	display: block;
	width: 100%;
	height: 1px;
	background: #e8e8e8;
}

/*专题*/
.newsSpecial{
	font-size: 0.3rem;
	color: #282828;
	padding:0.3rem 0;
	border-bottom: 1px solid #e8e8e8;
}
.newsSpecial a{
	padding:0 0.1rem;
}
.newsSpecial span{
	font-size: 0.28rem;
	color: #64b6ff;
}
/*专题*/

/*下架提示*/
.soldOut{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #FFFFFF;
}
.soldOut img{
	width: 2.5rem;
	position: absolute;
	top: 4.7rem;
	left: 2.4rem;;
}
.soldOut div{
	font-size: 0.28rem;
	color: #b3b3b3;
	position: absolute;
	top: 7.75rem;
	width: 100%;
	text-align: center;
}


/*阅读原文*/
.redOriginal{
	font-size: 0.28rem;
	color: #bfbfbf;
	padding: 0.3rem 0rem;
}

@media all and (min-width: 750px){
    body{
        width: 750px;
        margin: 0 auto;
    }
}

@media all and (max-width: 320px){
    body{
        width: 320px;
        margin: 0 auto;
        overflow-x: hidden;
    }
}

@media all and (min-width: 375px){
    .bottomSpace{
		padding-bottom: 50px;
	}
	
	/*提示框样式*/
	#common_loading{
		position: fixed;
		width: 100px;
		height:35px;
		margin-left:-50px;
		margin-top:-100px;
		font-size:13px;
		line-height:35px;
		border-radius: 3px;
		-webkit-border-radius:3px;
		-moz--border-radius:3px;
	}

	
	/*专题*/
	.newsSpecial{
		font-size: 15px;
		padding:15px 0;
	}
	.newsSpecial a{
		padding:0 5px;
	}
	.newsSpecial span{
		font-size: 14px;
	}
	/*专题*/
	
	/*下架提示*/
	.soldOut{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: #FFFFFF;
	}
	.soldOut img{
		width: 2.5rem;
		position: absolute;
		top: 4.7rem;
		left: 2.4rem;;
	}
	.soldOut div{
		font-size: 0.28rem;
		color: #b3b3b3;
		position: absolute;
		top: 7.75rem;
		width: 100%;
		text-align: center;
	}
	
	.more{
		padding: 50px 0 65px 0;	
	}
	.more p{
		font-size: 14px;
	}
	.more img{
		width: 44px;
		height: 44px;
		margin-top: 20px;
	}
	.bottomImg{
		height: 110px;
	}
	/*阅读原文*/
	.redOriginal{
		font-size: 14px;
		padding: 15px 0rem;
	}
	/*相关推荐*/
	.relative{
		padding-top: 20px;
		margin: 0 15px;
		padding-bottom: 8px;
		height: 20px;
		line-height: 20px;

	}
	.lineImg{
		height: 20px;
		margin-right: 2px;
	}
	table{
		font-size: 12px!important;
	}
	table th, table thead{
		font-size: 0.12px!important;
	}
}
/*视频字体*/
video{
	font-size: 12px!important;
}
body,html {
	background: #eeeeee;
}

.container {
	position: relative;
}

.activity img {
	width: 7.5rem;
	display: block;
}

.apply-btn {
	border: 0;
	background: none;
	background-image: url('http://img2-cloud.itouchtv.cn/upload/20170810/HB5WMWkw7J1502361857.png');
	background-repeat: no-repeat;
	background-size: 6.12rem 0.66rem;
	width: 6.12rem;
	height: 0.66rem;
	position: absolute;
	top: 14.5rem;
	left: 50%;
	margin-left: -3.06rem;
	outline: none;
	cursor: pointer;
}

.dialog-modal {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 7.5rem;
	background: rgba(0,0,0,0.6);
}

.dialog {
	position: absolute;
	top: 1.7rem;
	left: 50%;
	margin-left: -3.44rem;
	background-image: url('http://img2-cloud.itouchtv.cn/upload/20170810/XZmKZiX2zi1502361864.png');
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 6.88rem 6.73rem;
	border-radius: 0.37rem;
	height: 6.73rem; 
	width: 6.88rem;
}

.close-btn {
	position: absolute;
	right: 0.25rem;
	top: 0.25rem;
	width: 0.5rem;
}

.dialog label {
	font-size: 0.3rem;
	display: block;
	color: #ff0600;
	font-weight: bold;
	width: 5.5rem;
	margin: 0 auto;
	margin-top: 0.5rem
}

.name,
.address,
.mobileNumber,
.age,
.gender {
	position: relative;
	height: 0.68rem;
	border: 1px solid #e8e8e8;
}

.name {
	width: 5.5rem;
	margin: 0 auto;
	margin-bottom: 0.3rem;
	margin-top:0.2rem
}

.age-gender-area {
	width: 5.5rem;
	margin: 0 auto;
	margin-bottom: 0.3rem;
	height: 0.68rem;
}

.age {
	width: 2.5rem;
	float: left;
}

.gender {
	width: 2.5rem;
	float: right;
}

.address {
	width: 5.5rem;
	margin: 0 auto;
	margin-bottom: 0.3rem;
}

.mobileNumber {
	width: 5.5rem;
	margin: 0 auto;
	margin-bottom: 0.6rem;
}

.name span,
.address span,
.mobileNumber span,
.age span,
.gender span {
	font-size: 0.26rem;
	color: #888;
	position: absolute;
	line-height: 0.68rem;
	margin-left: 0.2rem;
}

.name input,
.address input,
.mobileNumber input,
.age input,
.gender input {
	display: block;	
	height: 0.55rem;
	border: 0;
	margin-top: 0.07rem;	
	outline: none;
	background: none;
	font-size: 0.26rem;
}

.name input,
.mobileNumber input {
	width: 4rem;
	margin-left: 1rem;
}

.address input {
	width: 3.7rem;
	margin-left: 1.3rem;
}

.age input,
.gender input {
	width: 1.3rem;
	margin-left: 1rem;
}

.down-up-btn {
	position: absolute;
	top: 0.3rem;
	right: 0.2rem;
	width: 0.18rem;
}

.gender ul {
	position: absolute;
	top: 0.68rem;
	background: #fff;
	z-index: 10;
	border: 1px solid #e8e8e8;
	font-size: 0.26rem;
	width: 2.5rem;
	left: -1px;
	text-align: center;
}

.gender ul li {
	padding: 0.1rem 0;
	position: relative;
}

.gender ul li img {
	position: absolute;
	right: 0.1rem;
	top: 0.13rem;
	width: 0.27rem;
	display: none;
}

.gender-active {
	background: #fafafa;
}

.gender-active img {
	display: block !important;
}

.submit-btn {
	border: 0;
	background: none;
	background-image: url('http://img2-cloud.itouchtv.cn/upload/20170810/Az2Qxmjpi51502361855.png');
	background-repeat: no-repeat;
	background-size: 5.5rem 0.66rem;
	width: 5.5rem;
	height: 0.66rem;
	margin: 0 auto;
	display: block;
	outline: none;
	cursor: pointer;
}

a[title="站长统计"]{
	display: none;
}


