.index .product-2d {
	background: url(../img/all-banner.jpg) ;
	width:100%;
	height: 470px;
	padding-top:10px;
}
.index .product-iTunes{
	background: url(../img/all-banner.jpg) ;
	width:100%;
	height: 470px;
	padding-top:10px;
}
.index .product-TunesGo {
	background: url(../img/all-banner.jpg) ;
	width:100%;
	height: 470px;
	padding-top:10px;
}
.index .product-apple {
	background: url(../img/all-banner.jpg) ;
	width:100%;
	height: 470px;
	padding-top:10px;
}
.index .product-all {
	background: url(../img/all-banner.jpg) ;
	width:100%;
	height: 470px;
	padding-top:10px;
}

.index .banner .banner-left .banner-title{
	margin-top: 80px;
	font-size: 44px;
	margin-bottom: 20px;
	color: #0067F6;
}
.index .banner .banner-left .banner-down{
	margin-top:40px;
}
.index .banner .banner-left .banner-down a{
	width:194px;
	height: 48px;
	display: inline-block;
	border-radius: 4px;
	color: #fff;
	line-height: 48px;
	text-indent: 72px;
	font-size: 18px;
}
.index .banner .banner-left .banner-down a.win-down{
	background: url('../img/win.png') no-repeat 26px center #5b65fd;
}
.index .banner .banner-left .banner-down a.mac-down{
	background: url('../img/mac.png') no-repeat 26px center #5b65fd;
	margin-left: 32px;
}
.index .product_list{
	margin:40px 0 100px;
}
.index .product_list .pro-box{
	position: relative;
}
.index .product_list .pro-box img{
	max-width: 100%;
}
.index .product_list .pro-box .pro-center{
	position: absolute;
	top: 0;
	padding-top:90px;
}
.index .product_list .pro-box .pro-center .title{
	color: #fff;
	text-align: center;
	font-size: 32px;
}
.index .product_list .pro-box .pro-center .text{
	width:90%;
	margin:30px auto 40px;
	color: #fff;
	text-align: center;
	height: 63px;
	text-shadow: 0 0 30px #000;
}
.index .product_list .pro-box .pro-center .down{
	display: block;
	margin:0 auto;
	width:220px;
	height: 50px;
	line-height: 50px;
	border-radius: 8px;
	color:#fff;
	text-align: center;
	font-size: 22px;
	border: 1px solid #fff;
}
.index .banner-right.col-md-6{
	padding:32px 0 0;
}
.index .product_list .pro-box .pro-center .down:hover{
   background: #fff;
	color:#404af6;
}
.index .product_list .pro-box .pro-center .learm-more{
	position: relative;
	top:52px;
	color:#fff;
	left: 76%;
	display: none;
}
.index .what .top-title{
	text-align: center;
	font-size: 46px;
	padding-bottom: 80px;
}
.index .what .title{
	font-size: 22px;
	padding-bottom: 20px;
}
.index .what .wha-text{
	margin-bottom: 30px;
}
.index .hot_posts{
	background: #ececec;
}
.index .hot_posts img{
	max-width:100%;
}
.arrow-right {
	display: inline-block;
    width:0; 
    height:0; 
    border-top:4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
}
.index .hot_posts .hot-title{
	text-align: center;
	font-size: 46px;
	margin:60px 0; 
}
.index .hot_posts .hot-box{
	background: #fff;
	padding:20px;
	min-height: 208px;
	margin-bottom: 20px;
}
.index .hot_posts .hot-box .hot-box-title{
	color: #404af6;
	font-size: 16px;
	margin-bottom: 20px;
}
.index .hot_posts  .more{
	border-radius:30px;
	border:1px solid #404af6;
	height: 30px;
	width:138px;
	color:#404af6;
	display: block;
	margin:20px auto 100px;
	text-align: center;
	line-height: 30px;
}
.more a:hover{
	color: #1B6D85;
}
.arrow-right2 {
	display: inline-block;
    width:0; 
    height:0; 
    border-top:4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #404af6;
}

@media (max-width: 1200px){
	.index .product_list .pro-box .pro-center{
		padding-top:50px;
	}
}

@media (max-width: 1079px){
	.index .banner-right {
		display: none;
	}
	
}
@media (max-width: 981px){
	.index .product_list .pro-box .pro-center{
		padding-top: 20px;
	}
	.index .product_list .pro-box .pro-center .title{
		font-size: 20px;
	}
	.index .product_list .pro-box .pro-center .down{
		width:100px;
		height: 26px;
		line-height: 26px;
		font-size: 14px;
	}
	.index .product_list .pro-box .pro-center .learm-more{
		top:30px;
		left:64%;
	}
}

@media (max-width: 768px){
	.index .product_list .pro-box{
		width:100%;
		margin:0 auto 20px;
		text-align: center;
	}
	.index .product_list .pro-box .pro-center{
		padding-top:120px;
	}
	.index .product_list .pro-box .pro-center .title{
		font-size: 32px;
	}
	.index .product_list .pro-box .pro-center .text{
		width:60%;
	}
	.index .product_list .pro-box .pro-center .down{
		width:200px;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
	.index .product_list .pro-box .pro-center .learm-more{
		left: 25%;
	}
}
@media (max-width: 550px){
	.index .product_list .container{
		width:100%;
		padding:0;
	}
	.index .product_list .container .row{
		margin:0;
	}
	.index .product_list .pro-box{
		padding:0;
		overflow: hidden;
		height: 460px;
	}
	.index .product_list .pro-box img{
		width:520px;
		height: 460px;
	}
	.index .product_list .pro-box .pro-center{
		padding-top:60px;
	}
	.index .product_list .pro-box .pro-center .text{
		width:90%;
	}
	.index .product_list{
		margin:40px 0 60px;
	}
	.index .what .top-title{
		font-size:32px;
		padding-bottom: 40px;
	}
	.index .what .left-img{
		margin-top: 20px;
		text-align: center;
		padding-bottom: 20px;
	}
	.index .what .title{
		padding-bottom: 10px;
	}
	.index .hot_posts .hot-box{
		margin-bottom: 10px;
	}
	.index .banner .banner-left .banner-down a.mac-down{
		margin-left: 0px;
	}
}
@media (max-width: 468px){
	.index .banner .banner-left .banner-title{
		margin-top:30px;
		margin-bottom: 10px;
	}
	.index .banner .banner-left .banner-down a.win-down{
		margin-bottom: 10px;
	}
}
.support .tabcon ul{
  font-size:12px;
}
.support .tabcon ul li {
    padding-bottom: 15px;
}
.support .c_mail li {
    margin-bottom: 15px;
}

.support p {
    font-weight:700;
    margin-bottom: 15px;
    font-size:12px;
}
.support_title{
  padding-left:250px;
  padding-top:56px;
  font-size:36px;
 }
@media (max-width: 1440px){
  .support_title{
  padding-left:100px;
  padding-top:56px;
  font-size:36px;
 }
}
#one2 a{
color:#000;
}

#one2 a:hover{
color:grey;
text-decoration: underline;
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	/*background-color: #f5f5f5;*/
	border-radius: 4px
}

.breadcrumb>li {
	display: inline-block;
}

.breadcrumb>li+li:before {
	font-family: 'myicon';
	padding: 0 30px 0 10px;
	color: #ccc;
	content: '\f105';
}

.breadcrumb>.active {
	color: #777
}
.go-top{
	position: fixed;
	width: 34px;height: 34px;
	right: 30px;bottom: 40px;
	color: #fff;
	border-radius: 3px;
	background-color:rgba(44,44,44,.4);
	font-family: 'myicon';
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
}
.go-top-show{
	bottom: 30px;
	visibility: visible;
	opacity: 1;
}
.go-top:before{ 
	content: '\f106';
	position: absolute;
	width: 34px;height: 34px;line-height: 34px;
	text-align: center;
	font-size: 0.875rem;
}
#footer a:hover {
	color:#9d9d9d;
}
.top-download {
    position: fixed;
    top: 0;
    left:0;
    background: #5e66eb;
    color: #fff;
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 28px;
    z-index: 99999;
    display:none;
}
.top-download .top-download-left{  
   width:50%;
   float:left;
   padding-left:5%
}
.top-download .top-download-right{ 
   width:45%;
   float:right;

}
.top-download-show{
display:block;
}

.top-download .top-download-right .win-down{
    margin-left:200px;
    background: url(../img/win.png) no-repeat 26px center #45ceb3;
}
@media screen and (max-width: 1440px) {
    .top-download .top-download-right .win-down{
    margin-left:50px;
    background: url(../img/win.png) no-repeat 26px center #45ceb3;
  }
}
.top-download .top-download-right .win-down:hover{
     background: url(../img/win.png) no-repeat 26px center #458b74;
}
.top-download .top-download-right .mac-down{
    background: url(../img/mac.png) no-repeat 26px center #45ceb3;
}
.top-download .top-download-right .mac-down:hover{
     background: url(../img/mac.png) no-repeat 26px center #458b74;
}

.top-download a{
    width: 184px;
    height: 48px;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    line-height: 48px;
    text-indent: 64px;
    font-size: 18px;
}

.top-download a+a{
    margin-left:20px;
}


.more {
    display: block;
    width: 140px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #1e96ec;
    color: #1e96ec;
    font-size: 14px;
    border-radius: 4px;
}
.more::after {
    content: ">>";
    font-size: 14px;
    display: inline;
    margin-left: 5px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.more:hover {
    background-color: #1e96ec;
    color: #fff;
    border: 1px solid #1e96ec !important;
}
.more:hover::after {
    margin-left: 10px;
}

#watch{
    text-align: center;
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    background-size: cover;
    z-index: 1001;
}
#watch iframe{
    margin:10% 0 0 0;
}
#close{
    cursor: pointer;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1002;
    opacity: .6;
}
#close:hover{
    opacity: 1;
}

