@charset"UTF-8";
a, body, div,footer, h1, h2, h3, h4, h5, h6, header, html, i, img, menu, nav,  p ,ul {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline
}
 *{ 
 	-webkit-tap-highlight-color: rgba(0,0,0,0);
 	-webkit-tap-highlight-color: transparent; /* For some Androids */ 
 }
*, :after, :before {
    box-sizing: border-box;
}
a{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-decoration:none;
	color:#666;
	-webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    transition: color .1s ease;
}
li {
    list-style: none;
}

html{
	overflow-x: hidden;
}
body {
	color: #333;
    font-size: 16px;
    font-family: "Arima Madurai",Microsoft JhengHei,Georgia,Times,serif;
    overflow-x: hidden;
}
/*loading*/
#main_loading { 
	position: fixed !important; 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 100px; 
	width: 200px; 
	z-index: 999; 
	background: url(../picture/loading.gif)
	no-repeat center; 
	opacity: 0.6; 
	filter: alpha(opacity=60); 
	font-size: 14px; 
	line-height: 20px; 
	top: 50%; 
	left: 50%; 
	margin-top: -50px; 
	margin-left: -100px; 
	border-radius: 5px; 
}
#loading-one { 
	color: #fff; 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	margin: 50px 0 0 -50px; 
	padding: 3px 10px; 
}
.iconfont {
    font-family:"iconfont" !important;
    font-size:35px!important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
header{
    width: 100%;
    height: 50px;
    /*
    background: #0F2027;
    background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027); 
    background: linear-gradient(to right, #2C5364, #203A43, #0F2027); 
    */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    box-shadow: 0 5px 13px rgba(0,0,0,.1);
}
.header{
    max-width: 800px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    height: 50px;
    display: table;
}
.header .logo{
    display: inline-block;
    width: 150px;
    height: 50px;
    margin: 0 auto;
}
.header .logo img{
    width: 100%;
    height: auto;
}
.header .info{
    display: inline-block;
    width: calc(100% - 160px);
    height: 50px;
    float: right;
    text-align: right;
}
.header .info .ad , .header .info .so{
    display: inline-block;
    width: 22px;
	margin-right: 5px;
}
.header .info .ad{
    margin-right: 10px;
}
.header .info .ad i , .header .info .so i{
    font-size: 22px!important;
    line-height: 50px;
}
.header .home i{
    display: inline-block;
    vertical-align: top;
    font-size: 22px!important;
    color: #333;
    line-height: 50px;
    margin-left: 10px ;
}
.header .title{
    width: calc(100% - 70px);
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.header .title span{
    font-size: 18px;
    color: #333;
}
/*search*/
.search_top{
    position: fixed;
	top: 0;
	left:100%;
	width: 100%;
    height: 50px;
    z-index: 1000;
    background: #fff;
    text-align: center;
}
.search_box{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.search_main{
	width: calc(100% - 50px);
	height: 50px;
	line-height: 50px;
    float: left;
    display: inline-block;
}
.search_main .search_field{
	height: 50px;
    width: 100%;
    padding-left: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #999;
    line-height: 50px;
    outline: 0;
    border: none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.search_main button.btn{
    height: 32px;
    padding: 0;
    line-height: 50px;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
    position: absolute;
    left: 8px;
    top: 0;
}
.search_box .close{
    width: 30px;
    height: 50px;
    display: inline-block;
}
.close i{
    font-size: 30px!important;
    color: #666!important;
    line-height: 50px;
}
/*index_Ad*/
.index_ad{
    width: 100%;
    padding: 0 10px;
}
.index_ad img{
    width:100%;
    height: auto;
}
/*index*/
.index , .single{
    max-width: 800px;
    /*width:calc(100% - 10px);*/
    width: 100%;
    height: auto;
    margin: 60px auto 20px;
    background: #fff;
}
.index .hot{
    width: 100%;
    padding: 10px 0;
    display: table;
}
.hot .tool , .post .tool{
    width: 100%;
    padding: 10px;
    display: table;
}
.hot .tool h2{
    display: inline-block;
    font-size: 20px;
    color: #666;
    font-weight: bold;
    line-height: 22px;
}
.hot .tool i{
    display: inline-block;
    font-size: 20px!important;
    color: #f95347!important;
    margin-right: 5px;
}
.hot .tool .more{
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    color:#f95347 ;
    float: right;
}
.hot .tool .more i{
    color: #6666!important;
}
.hot_list{
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 12px);
    margin: 20px 0 0 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    border: 1px solid #eee;
    text-align: center;
    position: relative;
}

.hot_list .hot_box_bit{
    position: absolute;
    top: -10px;
    left: 0;
}
.hot_list .hot_box_bit img{
    width: 100%;
    height: auto;
}
.hot_list a{
    display: inline-block;
}
.hot_list .hot_img , .single_img{
    width: 100px;
    height: 100px;
    margin: 20px 0 0;
    overflow: hidden;
    border-radius: 30%;
    border: 1px solid #eee;
    box-shadow: 0 5px 13px rgba(0,0,0,.1);
}
.hot_list .hot_img img , .post_content .app_img img , .single_img img , .single_mode_c .relate ul li .relate_img img{
    width: 100%;
    height: auto;
    border-radius: 30%;
}
.hot_list .hot_img img:hover , .post_content .app_img img:hover , .single_img img:hover , .single_mode_c .relate ul li .relate_img img:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.hot_list .hot_title{
    padding: 0 0 10px;
}

.post{
    width: calc(100% - 20px);
    padding: 10px;
    margin: 10px auto;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    border: 1px solid #eee;
}
/*
.post:hover{
    border-width: 1px;
    border-style: solid;
    border-color: rgb(2, 204, 245);
    background-color: #79918e6b;
}
*/
.post .tool h2{
    line-height: 22px;
    text-align: left;
	display: inline-block;
    color: #666;
    font-size: 20px;
    font-weight: bold;
    border-width: 0 0 0 3px;
    border-style: solid;
    /*border-color: #f95347;*/
    border-color: #000;
    letter-spacing: 1px;
    padding-left: 15px;
    text-transform: uppercase;
}
.post .tool .more{
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    float: right;
}
.post_content{
    font-size: 0;
    margin-top: 20px;
}
.post_content .app_img{
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 100px;
    border-radius: 30%;
    box-shadow: 0 5px 13px rgba(0,0,0,.1);
    border: 1px solid #eee;
    overflow: hidden;
}
.post_content .app_content{
    display: inline-block;
    vertical-align: top;
    height: 100px;
    margin: 0 10px;
}
.app_content h2{
    font-size: 20px;
    font-weight: bold;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.app_content .message span , .app_content .validity span{
    font-size: 14px;
    line-height: 26px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.app_content .message i{
    font-size: 16px!important;
    color: #1296DB!important;
    margin-right: 3px;
}
.post_content .app_down{
    display: inline-block;
    vertical-align: top;
    line-height: 100px;
    float: right;
    height: 100px;
}
.app_down .down{
    font-size: 16px;
    padding: 8px 20px;
    background: #f1404b;
    border-radius: 20px;
    color: #fff;
}
/*archive_search*/
.page_archive , .page_search ,.single{
    margin: 70px auto 20px;
}
/*pagination*/
#pagination{
	width: 100%;
	text-align: center;
	margin: 20px auto 10px;
	color: #ccc;
	font-size: 14px;
}
#pagination a{
	padding: 5px 10px;
	background: #ccc;
	font-size: 14px;
	border-radius: 5px;
	color: #fff;
}
.load{
	color:#6abe8d;
}
/*single*/
.single .content{
    padding: 10px;
}
.single .content .single_mode{
    text-align: center;
    padding: 20px;
}
.single_mode .single_img{
    margin: 0 auto;
}
.single_mode .single_source{
    padding: 20px 10px;
}
.single_mode .single_source h1{
    font-size: 18px;
    font-weight: 700;
}
.single_mode .single_source .safe{
    font-size: 14px;
    line-height: 2;
}
.single_mode .single_source .safe i{
    font-size: 14px!important;
    color: #1296DB!important;
    margin-right: 5px;
}
.single_mode .single_down{
    width: 100%;
    text-align: center;
}
.single_mode .single_down a{
    display: block;
    max-width: 300px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    background: #f1404b;
    color: #fff;
    border-radius: 20px;
    margin: 0 auto;
}
.single_mode .single_down a i{
    font-size: 20px!important;
    color: #fff!important;
    vertical-align: top;
    display: inline-block;
    margin-right: 5px;
}
.single_mode_b , .single_mode_c{
    width: 100%;
    padding: 10px 0;
    display: table;
}
.single_mode_b h2 , .single_mode_b i{
    display: inline-block;
}
.single_mode_b h2 , .single_mode_c .relate h2{
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    color: #666;
    border-width: 0 0 0 3px;
    border-style: solid;
    /* border-color: #f95347; */
    border-color: #000;
    letter-spacing: 1px;
    padding-left: 15px;
    text-transform: uppercase;
}
.single_mode_b i{
    float: right;
    font-size: 18px!important;
    line-height: 18px;
    color: #333;
}
.single_mode_b .ing{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.single_mode_b .open{
    max-height: 1200px!important;
}
.single_mode_b .single_suggest{
    width: 100%;
    min-height: 80px;
    max-height: 80px;
    overflow: hidden;
    margin-top: 10px;
    transition: max-height ease-out 1s;
}
.single_mode_b .single_suggest p{
    font-size: 14px;
    line-height: 20px;
}
.single_mode_c .relate ul{
    display: table;
    width: 100%;
}
.single_mode_c .relate ul li {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 12px);
    margin: 20px 0 0 10px;
    text-align: center;
}
.single_mode_c .relate ul li .relate_img{
    width: 100px;
    height: 100px;
    border-radius: 30%;
    box-shadow: 0 5px 13px rgba(0,0,0,.1);
    border: 1px solid #eee;
    overflow: hidden;
    margin: 0 auto;
}
.single_mode_c .relate ul li h3{
    font-size: 14px;
    line-height: 2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*footer*/
footer{
    width: 100%;
    background: -webkit-linear-gradient(to bottom, #ffffff, #434343);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #ffffff, #434343); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.footer{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
}
.footer .links{
	padding: 10px;
	height: auto;
	color: #666;
	font-size: 14px;
}
.footer .links li{
	display: inline-block;
    white-space:nowrap;
}
.footer .links li a , .footer p{
    font-size: 14px;
    line-height: 2;
}
@media (max-width:780px) {
.hot_list {
    width: calc(33.33% - 12.5px);
}
}
@media (max-width:580px) {

.hot .tool h2 {
    font-size: 18px;
    font-weight: normal;
}
.hot_list .hot_box_bit {
    width: 70px;
    height: auto;
    top: -8px;
}
.hot_list .hot_img {
    width: 80px;
    height: 80px;
}
.post .tool h2 {
    font-size: 18px;
    font-weight: normal;
}
.post_content .app_img {
    width: 80px;
    height: 80px;
}
.post_content .app_content {
    height: 80px;
}
.app_content h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 36px;
}
.app_content .message span, .app_content .validity span {
    font-size: 14px;
    line-height: 22px;
}
.post_content .app_down {
    line-height: 80px;
    height: 80px;
}
.app_down .down {
    font-size: 14px;
    padding: 6px 10px;
}
}
@media (max-width:460px) {
.hot_list .hot_img {
    width: 76px;
    height: 76px;
    margin: 10px 0 0;
}
.single_mode_c .relate ul li .relate_img {
    width: 80px;
    height: 80px;
}
}
@media (max-width:360px) {
.post .tool h2 {
    font-size: 16px;
    line-height: 20px;
}
.post .tool .more {
    font-size: 14px;
    line-height: 20px;
}
.post_content .app_img {
    width: 60px;
    height: 60px;
}
.post_content .app_content {
    height: 60px;
}
.app_content h2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}
.app_content .message span, .app_content .validity span {
    font-size: 12px;
    line-height: 15px;
}
.app_content .message i {
    font-size: 12px!important;
}
.post_content .app_down {
    line-height: 60px;
    height: 60px;
}
.app_down .down {
    padding: 4px 10px;
}
.single_mode_c .relate ul li .relate_img {
    width: 60px;
    height: 60px;
}
}