/*****mobile css******/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .m-logo {
    background-image: url("/img/mobile/mlogo@2x.png");
  }
}
/************thirdshare****************/
body{
	background-color: rgb(230,230,230);
}

body.mindex{
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	background-color: #f6f7f7;
	margin-bottom: 2rem;
	font-family: '微软雅黑',Microsoft Yahei,Arial,Helvetica,sans-serif;;
}

.mindex > .header{
	margin-top: 3.75rem;
}

.ts-body{
	margin-top: 1rem;
	margin-bottom: 3rem;
}
.ts-header{
	margin: auto;
	width: 75%;
	height: 2.625rem;
}
.tsh-logo{
	width: 12.75rem;
	height: 2.625rem;
	background-repeat: no-repeat;
	display: block;
	margin: auto;
}
.tsh-descrip{
	font-size: 0.75rem;
	line-height: 2rem;
	text-align: center;
	vertical-align: middle;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	color: #656d72;
	white-space: nowrap;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
.tsh-descrip p{
	margin: 0;
	line-height: 0.9rem;
	color: #656d72;
}
.ts-content{
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	width: 50%;
	height: 8rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	position: relative;
	overflow: hidden;
}
.playCon{
	width: 7rem;
	height: 7rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3.5rem;
	margin-top: -3.5rem;
	cursor: pointer;
	z-index: 2;
}
.ts-content img.tplay-icon{
	width: 7rem;
	height: 7rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3.5rem;
	margin-top: -3.5rem;
	cursor: pointer;
	z-index: 2;
}

.btn-xxlarge {
	padding: 0.7rem 1rem;
	font-size: 1rem;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.ts-layer{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	z-index: 1;
	border: 1px solid rgba(0,0,0,0.1);
}
.ts-img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	z-index: 0;
}
html{
	font-size: 16px;
}
.ts-info{
	text-align: center;
	font-size: 1rem;
	line-height: 1.2rem;
	margin-bottom: 1rem;
}
.ts-info > .tsi-pname{
	color: #525252;
	font-size: 0.8rem;
}
.ts-info > .tsi-djname{
	color: #656d72;
	font-size: 0.8rem;
}
.download-btn{
	position: relative;
	left: 50%;
	margin-left: -68px;
}
.ts-content img{
	width: 100%;
	height: 100%;
	margin: auto;
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
}
/*===================================mindex=====================================*/
.mob-btn{
	display: inline-block;
	font-size: 1.625rem;
	line-height: 2rem;
	padding: 1rem 3rem;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #76a6e9, #497dc2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#76a6e9), to(#497dc2));
  background-image: -webkit-linear-gradient(top, #76a6e9, #497dc2);
  background-image: -o-linear-gradient(top, #76a6e9, #497dc2);
  background-image: linear-gradient(to bottom, #76a6e9, #497dc2);

	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 1px #3d8fe5;
	text-decoration: none;
	color: #fff;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.mob-btn:hover,
.mob-btn:focus,
.mob-btn:active {
	text-decoration: none;
	color: #fff;
	background-image: -moz-linear-gradient(top, #497dc2, #76a6e9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#497dc2), to(#76a6e9));
  background-image: -webkit-linear-gradient(top, #497dc2, #76a6e9);
  background-image: -o-linear-gradient(top, #497dc2, #76a6e9);
  background-image: linear-gradient(to bottom, #497dc2, #76a6e9);
}

.m-btn-style{
	float: left;
}
.m-btn-style1.btn1{
	color: #929fa6;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.m-logo{
	display: block;
	width: 22.8124rem;
	height: 4.5rem;
	background-image: url("/img/mobile/mlogo@2x.png");
	background-repeat: no-repeat;
}
.Mbody{
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 10rem;
	margin-top: 2rem;
	padding-bottom: 2rem;
}
.Mbody .slogan{
	display: block;
	font-size: 20px;
	line-height: 24px;
	color: #b5b5b6;
	font-family: helvetica;
	margin-bottom: 0;
}
.Mbody .Mdiscription{
	padding-bottom: 0rem;
	font-size: 0.8rem;
	line-height: 1.2rem;
	color: #777676;
	margin-top: 2rem;
	border-bottom: 1px solid #ccc;
}

.Mbody .Mdiscription{
	box-shadow: 0 0 0,0 0 0,0 0 0 ,0 1px 1px #fff;
}

.Mbody .Mdiscription .MD1{
	display: block;
	margin-top: 0.5rem;
	margin-bottom: 2rem;
}
.Mbody .Mdiscription .MD1 .micon{
	float: left;
	width: 28px;
	height: 26px;
	background-repeat: no-repeat;
	display: block;
	margin-top: 8px;
}

.Mbody .Mdiscription .MD1 .icon1{
	background-image: url("../img/mobile/icon1.png");
}

.Mbody .Mdiscription .MD1 .icon2{
	background-image: url("../img/mobile/icon2.png");
}

.Mbody .Mdiscription .MD1 .icon3{
	background-image: url("../img/mobile/icon3.png");
}

.Mbody .Mdiscription .MD1 .Mintro{
	margin-left: 0.5rem;
	float: left;
}

.Mbody .Mdiscription .MD1 .Mintro .Mintro1{
	font-size: 1.625rem;
	line-height: 2rem;
	margin-top: 0.2rem;
}

.Mbody .Mdiscription .MD1 .Mintro .Mintro2{
	font-size: 1.25rem;
	line-height: 1.875rem;
	color: #b5b5b6;
	margin-bottom: 0;
}

.btn-xxlarge2 {
	padding: 0.5rem 0.8rem;
	font-size: 1.2rem;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.m-campaign1{
	display: none;
}

.m-campaign1 .camp-foggy{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	background-color: #000;
	opacity: 0.6;
}

.m-campaign1 .camp-vip{
	width: 70%;
	height: 600px;
	position: absolute;
	background-color: #000;
	opacity: 0.8;
	z-index: 15;
	left: 15%;
	top: 50%;
	border-radius: 15px;
	margin-top: -300px;
}

.camp-innerContent{
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 10px;
}

.camp-innerContent h3{
	color: white;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

.camp-innerContent p{
	color: white;
	font-size: 24px;
	line-height: 30px;
}

.mdivided{
	height: 1px;
	width: 100%;
	background-color: #676767;
}

.mcamp-descript{
	margin-top: 60px;
	margin-bottom: 60px;
}

.activity-btn{
	position: relative;
}

.mob-btn.mactive{
	margin-top: 30px;
	margin-bottom: 30px;
	border: none;
	width: 160px;
	position: relative;
	left: 50%;
	margin-left: -130px;
	display: block;
}

.mactivity-cancel{
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -15px;
	margin-top: -15px;
	background-image: url('/img/activity/delete.png');
	background-size: 40px 40px;
}










.clearfix{
	*zoom: 1;
}
.clearfix:after,
.content-style:after{
	clear: both;
	content: "20";
	visibility: hidden;
	height: 0;
	display: block;
}