@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, a {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    line-height: 150%;
    font: normal 16px 'Microsoft Yahei';
    /* font: normal 16px 'Microsoft Yahei', 'Tahoma', 'Simsun'; */
    color: #434343;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

input, button, textarea, select {
    *font-size: 100%
}

ul, ol, li {
    list-style: none;
}

:focus {
    outline: 0;
}

a:active {
    outline: none;
}

a, a:link {
    text-decoration: none;
    color: #434343;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: #0e78c7;
}

img {
    border: none;
}

table {
    border-collapse: collapse
}

table td {
    padding: 8px;
}

.hide {
    display: none;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
}

.bg-gray {
    background-color: #eeeeee;
}

.block-color {
    background-color: white;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}
.mt20{
    margin-top: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.h-pic {
    height: 156px;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.h-pic img {
    width: 100%;
    height: 100%;
}

.l {
    float: left
}

.r {
    float: right
}

.both, .clear {
    clear: both
}

.clear {
    font-size: 1px;
    height: 0px;
    overflow: hidden
}

.hr10, .hr101, .hr20, .hr5 {
    clear: both;
    font-size: 1px;
    line-height: 100px;
    height: 10px;
    overflow: hidden
}

.hr101 {
    border-bottom: 1px dotted #ccc;
    height: 10px;
    margin-bottom: 10px
}

.hr20 {
    height: 13px
}

.hr5 {
    height: 5px;
}

.w1200 {
    width: 1200px;
}

/*溢出省略号*/

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*轮播图样式*/

.swiper-container {
    --swiper-navigation-color: #fff;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 25px;
    /* 设置按钮大小 */
}

.swiper-button-next {
    right: 1px;
}

.swiper-button-prev {
    left: 1px;
}

/*头部2边的图*/

.xb_ad {
    position: absolute;
    top: 30px;
    overflow: hidden;
    z-index: 1;
}

.xb_ad ul {
    padding: 0px;
    margin: 0px;
}

.xb_ad li {
    float: left;
    width: 112px;
    height: 145px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.xb_ad li .img, .xb_ad li .word {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.xb_ad li .img {
    background: url(../../imgs/mall.png) no-repeat 0 10px;
}

.xb_ad li .img:hover {
    background: url(../../imgs/mall.png) no-repeat 0 -117px;
}

.xb_ad li .word {
    background: url(../../imgs/mall.png) no-repeat 0 -253px;
    opacity: 0.3;
}

.xb_ad li .word:hover {
    background: url(../../imgs/mall.png) no-repeat 0 -372px;
    opacity: 1.0;
}

/* header */

.header {
    height: 120px;
    margin: auto;
}

.header .logo {
    width: 597px;
    height: 92px;
    margin-top: 10px;
    float: left;
}

.header .logo a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.header .sous {
    float: right;
    width: 440px;
    margin-top: 30px;
}

.header .search {
    width: 436px;
    height: 42px;
    border: 2px solid #17A2E7;
}

.search .icon {
    float: left;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../../imgs/sprites.png) -10px -10px;
    margin: 10px 11px 0 10px;
    overflow: hidden;
}

.search .text {
    height: 19px;
    width: 320px;
    float: left;
    outline: none;
    color: #999;
    font-size: 14px;
    border: none;
    margin: 9.5px 5px 9.5px 0;
}

.search .button {
    width: 68px;
    height: 38px;
    background: #17A2E7 url(../../imgs/sprites.png) no-repeat -72px top;
    border: none;
    outline: none;
    float: right;
    cursor: pointer;
}

.hot_word {
    width: 464px;
    height: 25px;
    line-height: 25px;
    margin: 5px 0 0 -24px;
    overflow: hidden;
}

.hot_word a {
	font-size: 12px;
    color: #999;
    margin-left: 24px;
}

.hot_word a:hover {
    color: #17A2E7;
}

.hTop {
    font-size: 12px;
    background: #f5f5f5;
    height: 29px;
    line-height: 29px;
    border-bottom: 1px solid #e8e8e8;
}

.hTop .wrap {
    width: 1100px;
    margin: 0 auto;
}

.hTop .wrap a {
    color: #666;
    margin: 0 15px;
}

.hTop .wrap a:hover {
    color: #00a3af;
}

/* nav */

.nav {
    background: #17A2E7;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.nav .nav_content {
    margin: 0 auto;
}

.nav_content h2 {
    font-weight: normal;
}

.nav_content a {
    float: left;
    width: 12.5%;
    text-align: center;
    color: #fff;
    font-size: 17px;
    line-height: 55px;
}

.nav_content a.atv {
    background: #0e78c7;
}

.nav_content a:hover {
    text-decoration: none;
    background: #0e78c7;
}

/*big-pic start*/

.big-pic {
    height: 350px;
    background: url(../../imgs/banner-bg.png) no-repeat;
}

.big-pic div {
    margin-left: 22.5%;
}

.big-pic p, .big-pic a {
    color: #fff;
}

.big-pic p:first-child {
    font-size: 40px;
    padding: 50px 0 30px;
    font-weight: bold;
}

.big-pic p:not(:first-child) {
    font-size: 20px;
}

.big-pic p:last-of-type {
    padding: 12px 0 62px;
}

.big-pic .big-pic-a {
    width: 266px;
    height: 55px;
    background-color: #80c269;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    line-height: 55px;
    font-size: 30px;
}


.big-pic-win7 {
	width: 100%;
    background: url(https://www.win7qjb.net/static/imgs/win7.jpg) no-repeat center;
}

.big-pic-win7 .big-div {
    width: 1200px;
    margin: 0 auto;
}

.big-pic-win7 p, .big-pic a {
    color: #fff;
}

.big-pic-win7 p:first-child {
    font-size: 28px;
    padding: 20px 0 20px;
    font-weight: bold;
}

.big-pic-win7 p:not(:first-child) {
    font-size: 18px;
}

.big-pic-win7 p:last-of-type {
    padding: 12px 0 20px;
}

.big-pic-win7 .big-div-a {
	font-size: 18px;
    float: left;
    position: relative;
    left: 710px;
	top: -95px;
}
.big-pic-win7 .big-div-a  a{
	background-color: #80c269;
	border-radius: 2px;
	color: #fff;
	padding:6px 8px;
}
.big-pic-win7 .big-div-a span a{
	font-size: 14px;
	background-color: unset;
}



.classify li {
    float: left;
}

.classify .cur a {
    color: white;
    background: #0e78c7;
}

.classify a {
    height: 30px;
    border: 1px solid #eeeeee;
    line-height: 30px;
    padding: 0 10px;
    display: inline-block;
    margin-right: 16px;
}

/*软件下载列表*/

.yy-down-list li {
    margin-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.yy-down-list li::after {
    content: "";
    height: 1px;
    width: 100%;
    background: url(../../imgs/Dotted_line.png);
    position: absolute;
    bottom: 0;
}

.yy-down-list .float-wrap>* {
    float: left;
    margin-right: 14px;
}

.yy-down-list img {
    width: 84px;
    height: 84px;
    border-radius: 10px;
}

.yy-down-list .title {
    font-size: 20px;
    padding-bottom: 20px;
    float: unset;
    margin-right: unset;
}

.yy-down-list .desc {
    color: #b5b5b5;
    width: 580px;
}

.yy-down-list .desc p:first-of-type {
    line-height: 25px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.yy-down-list .down-btn {
    margin-right: 0;
    padding-top: 20px;
    position: absolute;
    right: 0;
    top: 40px;
}

.yy-down-list .down-btn span {
    width: 99px;
    height: 31px;
    background-color: #0e78c7;
    border-radius: 5px;
    color: white;
    display: inline-block;
    text-align: center;
    line-height: 31px;
    margin-bottom: 6px;
    cursor: pointer;
}

/*big-pic end*/

/*一些通用样式start*/

.main {
    margin: 0 auto;
}

.main-item {
    padding: 15px 0;
}

.fu-title {
    font-size: 20px;
    font-weight: bold;
}

.more-btn {
    height: 35px;
    line-height: 35px;
    color: #b5b5b5 !important;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 15px;
}

.tab-nav {
    height: 35px;
    padding-bottom: 10px;
    border-bottom: 3px solid #0e78c7;
    position: relative
}

.tab-nav .slash {
    float: left;
    margin-right: 25px;
    font-style: unset;
    color: #b5b5b5;
    margin-top: 3px;
}

.tab-nav a:not(.more-btn) {
    height: 30px;
    position: relative;
    float: left;
    font-size: 18px;
}

.tab-nav a.cur {
    color: #0e78c7;
}

.tab-nav .tab-a:hover::after, .tab-nav .cur::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 50%;
    bottom: -10px;
    border-bottom: 2px solid #0e78c7;
    border-right: 2px solid #0e78c7;
    background-color: white;
    border-radius: 3px;
    transform: translateX(-50%) rotate(45deg);
}

.two-column {
    position: relative;
    height: 450px;
}

.two-column .item-r {
    width: 320px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.two-column .item-l {
    height: 100%;
    padding-right: 340px;
}

.number-list span {
    width: 22px;
    height: 21px;
    background-color: #e5e5e5;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    line-height: 21px;
    color: #a0a0a0;
}

.number-list li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}

.number-list li:last-of-type {
    margin-bottom: 0;
}

.number-list li:first-of-type span {
    background-color: #eb6100;
    color: white;
}

.number-list li:nth-of-type(2) span {
    background-color: #ff9e1e;
    color: white;
}

.number-list li:nth-of-type(3) span {
    background-color: #f6b37f;
    color: white;
}

.number-list2 li {
    margin-bottom: 16px;
}

.number-list2 li:first-of-type>* {
    height: 55px;
}

.number-list2 li>* {
    float: left;
    margin-right: 10px;
}

.number-list2 li:first-of-type>span {
    line-height: 55px;
    border-radius: 3px;
}

.number-list2 li p {
    font-size: 14px;
    color: #b5b5b5;
}

.number-list2 .star-box img {
    float: left;
    width: 11px;
    height: 11px;
    margin-right: 5px;
}

.pic-title {
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    font-weight: bold;
}

.pic-title span {
    color: #0e78c7;
}

.pic-word .title {
    display: block;
    line-height: 30px;
    margin: 15px 0;
}

.pic-word li {
    width: 420px;
    float: left;
    margin: 0 10px 17px 0;
}

.pic-word .left-pic {
    float: left;
    width: 182px;
    height: 136px;
}

.pic-word li>*:not(img) {
    padding-left: 190px;
}

.menu>*:not(.more-btn) {
    float: left;
}

.menu .tab-a {
    margin-right: 25px;
}

.menu .fu-title {
    margin-right: 60px;
}

.logo-title {
    background-position: left top;
    padding-left: 40px;
    height: 35px;
    background-repeat: no-repeat;
    display: inline-block;
}

.logo-title img {
    vertical-align: top;
}

.tab-nav2 {
    border-bottom: 3px solid #0e78c7;
    position: relative;
}

.layout-1+.layout-1 {
    margin-top: 16px;
}

.layout-1 li {
    float: left;
    width: 170px;
}

.layout-1 a {
    display: block;
    margin-top: 15px;
    font-size: 14px;
}

.layout-1 img {
    vertical-align: middle;
    margin-right: 10px;
}

.layout-1 div {
    padding-left: 12px;
    position: relative;
    height: 22px;
    line-height: 22px;
    font-weight: bold;
}

.layout-1 div::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 22px;
    background-color: hotpink;
    left: 0;
    top: 0;
    border-radius: 4px;
}

.layout-1 .video::before {
    background-color: #7ecef4;
}

.layout-1 .brower::before {
    background-color: #80c269;
}

.layout-1 .down::before {
    background-color: #f8b551;
}

.layout-1 .live::before {
    background-color: #aa89bd;
}

.layout-1 .music::before {
    background-color: #f19ec2;
}

.layout-1 .talk::before {
    background-color: #ea68a2;
}

.layout-1 .safe::before {
    background-color: #0e78c7;
}

.layout-1 .work::before {
    background-color: #cfa972;
}

.layout-1 .game::before {
    background-color: #13b5b1;
}

.layout-1 .input-m::before {
    background-color: #e5004f;
}

/*第一种轮播图*/

.swiper-box {
    overflow: hidden;
    position: relative;
    height: 140px;
}

.swiper-box p {
    height: 28px;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 2;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px;
}

.swiper-box::before, .swiper-box::after {
    position: absolute;
    content: "";
    left: 0;
    width: 23px;
    height: 45px;
    background-color: black;
    z-index: 9;
    opacity: 0.5;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-box::after {
    right: 0;
    left: unset;
}

.swiper-box img {
    width: 100%;
    height: 100%;
}

.swiper-box .swiper-slide::after {
    width: 100%;
    height: 28px;
    content: '';
    position: absolute;
    bottom: 0;
    background-color: black;
    opacity: 0.5;
    left: 0;
}

.swiper-box a {
    display: inline-block;
    width: 100%;
    height: 140px;
}

.swiper-box a:hover+p {
    color: #ff9e1e;
}

/*第二种轮播图*/

.swiper-sec {
    height: 320px;
}

.swiper-sec a {
    height: 320px;
}

.swiper-sec p {
    height: 56px;
    line-height: 56px;
    font-size: 24px;
}

.swiper-sec .swiper-slide::after {
    height: 56px;
}

/*第三种轮播图*/

.swiper-thr {
    height: 300px;
}

.swiper-thr a {
    width: 290px;
}

.swiper-thr .swiper-slide {
    text-align: center;
    /* font-size: 18px; */
    background: #fff;
    height: calc((100% - 20px) / 2);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.tab-nav3 {
    /* border-color: #ff9e1e; */
}

.tab-nav3 a:hover {
    color: #ff9e1e;
}

.tab-nav3 a::after {
    /* border-color: #ff9e1e !important; */
}

.tab-nav3 .logo-title {
    margin-right: 60px;
}

.layout-2 a {
    color: #ff9e1e;
}

.layout-2 a:hover {
    background-color: #ff9e1e;
    color: white;
}

.bottom-text .tip {
    height: 28px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 28px;
    z-index: 2;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bottom-text li {
    position: relative;
    width: 100%;
}

.bottom-text li::after {
    content: '';
    width: 100%;
    height: 28px;
    background-color: black;
    opacity: 0.5;
    position: absolute;
    left: 0;
    bottom: 0;
}

.bottom-text a:hover+p {
    color: #ff9e1e;
}

.down-app-list {
    margin-right: -40px;
}

.down-app-list img {
    width: 80px;
    height: 80px;
    vertical-align: bottom;
}

.down-app-list li {
    float: left;
    text-align: center;
    margin-right: 48px;
    margin-bottom: 20px;
}

.down-app-list .hover-area a {
    width: 52px;
    height: 20px;
    border-radius: 8px;
    background-color: #ff9e1e;
    color: white;
    font-size: 14px;
    display: inline-block;
    display: none;
}

.down-app-list .app-size {
    display: block;
    font-style: normal;
    font-size: 14px;
}

.down-app-list span {
    padding: 6px 0 4px;
    display: block;
    max-width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.down-app-list .hover-area {
    height: 55px;
    overflow: hidden;
}

.down-app-list .hover-area:hover>a {
    display: inline-block;
}

.down-app-list .hover-area:hover>em {
    display: none;
}

/*面包屑*/

.bread-link {
    padding: 15px 0 15px 0;
}

.bread-link span {
    color: #959595;
}

.bread-link em {
    font-style: normal;
}

/*专题列表*/

.theme-list {
    padding-top: 34px;
    padding-bottom: 60px;
}

.theme-list li {
    float: left;
    margin-bottom: 30px;
    width: 370px;
    height: 214px;
}

.theme-list li:hover .desc-sec {
    display: -webkit-box;
}

.theme-list li:hover .name-sec {
    display: block;
}

.theme-list li:hover .hover-hide {
    display: none;
}

.theme-list li:not(:nth-of-type(3n+3)) {
    margin-right: 45px;
}

.theme-list .pic {
    display: inline-block;
    width: 100%;
    height: 186px;
}

.theme-list .name {
    height: 29px;
    line-height: 29px;
    text-align: center;
    border: 1px solid #eeeeee;
    border-top: unset;
}

.theme-list img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}

.theme-list .hover-show {
    display: none;
}

.theme-list .name-sec {
    height: 43px;
    background-color: #0e78c7;
    text-align: center;
    line-height: 43px;
    color: white;
    display: none;
}

.theme-list .desc-sec {
    height: 171px;
    border: 1px solid #eeeeee;
    border-top: unset;
    padding: 14px 5px;
    text-indent: 2em;
    line-height: 30px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

/*分页*/

.pagging {
    text-align: center;
    font-size: 20px;
}

.pagging .page-items {
    width: fit-content;
    margin: 0 auto;
}

.pagging .page-items>* {
    /* display: inline-block; */
    float: left;
    margin-right: 20px;
}

.pagging a {
    font-size: 20px;
}

.pagging a.cur {
    color: white;
    border-radius: 50%;
    width: 28px;
    height: 27px;
    background-color: #17a2e7;
    line-height: 27px;
    text-align: center;
}

.pagging .fast-go {
    width: 83px;
    background-color: #17a2e7;
    border: 2px solid #17a2e7;
}

.pagging .fast-go a {
    color: white;
}

.pagging input {
    width: 40px;
    border: none;
    padding-left: 3px;
}

/*推荐软件*/

.bb-app-list {
    border: 1px solid #eeeeee;
    height: 166px;
    padding-top: 26px;
    padding-left: 20px;
    background: url(../../imgs/necessary.png) no-repeat -5px -5px;
}

.bb-app-list li {
    float: left;
}

.bb-app-list li:not(:last-of-type) {
    margin-right: 54px;
}

.bb-app-list a {
    display: inline-block;
    width: 81px;
    height: 118px;
    border-radius: 10px;
}

.bb-app-list img {
    display: block;
    margin-bottom: 15px;
}

.sec-title {
    height: 30px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
}

.sec-title .name {
    display: inline-block;
    height: 100%;
    border-bottom: 3px solid #0e78c7;
    font-size: 20px;
    font-weight: bold;
    padding-left: 3px;
}

/*视频遮罩*/

.video-shade {
    width: 100%;
    height: 265px;
    position: relative;
}

.video-shade::after {
    content: '';
    width: 100%;
    height: 265px;
    background-color: black;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
}

.video-shade a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.video-shade .fm {
    width: 100%;
    height: 100%;
}

.video-shade .play-icon {
    width: 140px;
    height: 140px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.time-tab {
    padding: 4px 0;
}

.time-tab span {
    cursor: pointer;
    /* width: 32px; */
    height: 20px;
    background-color: #eeeeee;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    padding: 0 5px;
}

.time-tab .cur {
    background-color: #0e78c7;
    color: white;
}

.hot-search-title {
    padding-left: 30px;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    background: url(../../imgs/dialogue.png) no-repeat left center;
}

.layout-3 {
    height: 30px;
    background-color: #eeeeee;
    padding: 0 10px;
}

.layout-3 a {
    display: inline-block;
    height: 100%;
    line-height: 30px;
}

.layout-3 a:not(:last-of-type) {
    margin-right: 42px;
}

.layout-4 {
    padding-left: 5px;
}

.layout-4 ul {
    border-left: 1px dashed #eeeeee;
}

.layout-4 span a {
    color: #b5b5b5;
}

.layout-4 li {
    padding-left: 10px;
    position: relative;
}

.layout-4 li::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: -6px;
    top: 8px;
    border: 2px solid #eeeeee;
}

.layout-4 li:not(:last-of-type) {
    margin-bottom: 12px;
}

.layout-4 li>* {
    float: left;
}

.layout-4 ul li span a {
	width: auto;
}

.layout-4 ul li a {
    width: 250px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.layout-4 img {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    vertical-align: bottom;
}

.layout-4 em {
    float: right;
    font-style: normal;
    font-size: 14px;
}

.layout-5 li:not(:last-of-type) {
    margin-bottom: 15px;
}

.layout-5 li {
    padding-left: 10px;
    position: relative;
}

.layout-5 li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: black;
}

.layout-5 li:hover::after {
    background: #0e78c7;
}

.down-rank {
    height: 30px;
    border-bottom: 1px solid #eeeeee;
}

.down-rank span {
    font-size: 20px;
    font-weight: bold;
    color: #b5b5b5;
    padding-left: 26px;
    background: url(../../imgs/rank-gray.png) no-repeat left center;
}

.down-rank span:last-of-type {
    float: right;
}

.down-rank .cur {
    color: #0e78c7;
    background: url(../../imgs/rank-icon2.png) no-repeat left center;
    border-bottom: 3px solid #0e78c7;
    padding-bottom: 4px;
}

.wyrs li {
    margin-top: 12px;
    float: left;
    margin-right: 14px;
    width: auto;
}

.wyrs a {
    border-radius: 5px;
    padding: 6px 10px;
    width: 100%;
    height: auto;
    background-color: #b7b9fd;
    display: inline-block;
    line-height: 18px;
	/* white-space: nowrap; */
}

.wyrs li:nth-of-type(2n+2) a {
    background-color: #f2db71;
}

.wyrs li:nth-of-type(3n+3) a {
    background-color: #ace2e4;
}

.wyrs li:nth-of-type(4n+4) a {
    background-color: #d1c0a5;
}

.wyrs a {
    color: white;
}

/*一些通用样式end*/

/*首页main start*/

/* 安卓游戏/安卓应用/电脑软件 */

.app-type * {
    float: left;
}

.app-type a {
    width: 145px;
    color: #b5b5b5;
    font-size: 19px;
    position: relative;
    padding-left: 40px;
    background-repeat: no-repeat;
}

.app-type a:first-of-type {
    background-image: url(../../imgs/game-default.png);
}

.app-type a:nth-of-type(2) {
    background-image: url(../../imgs/android-default.png);
}

.app-type a:last-of-type {
    background-image: url(../../imgs/computer-default.png);
}

.app-type a.cur {
    color: #0e78c7;
}

.app-type a.cur:first-of-type {
    background-image: url(../../imgs/game-blue.png);
}

.app-type a.cur:nth-of-type(2) {
    background-image: url(../../imgs/Android-blue.png);
}

.app-type a.cur:last-of-type {
    background-image: url(../../imgs/Computer-blue.png);
}

.app-type a:not(:last-child) {
    margin-right: 12px;
}

.app-type a:not(:last-child)::after {
    width: 2.5px;
    height: 18px;
    content: '';
    position: absolute;
    background-color: #b5b5b5;
    transform: rotate(20deg);
    right: 2.5px;
    top: 5.5px;
}

.app-list a {
    float: left;
}

.app-list a img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    vertical-align: top;
}

.app-list a:hover {
    color: #0e78c7;
}

.app-list p {
    font-size: 15px;
    padding-top: 10px;
    width: 100%;
    max-width: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.app-list a:not(:last-child) {
    margin-right: 58px;
}

/* 合集/教程 */

.collection p * {
    margin-right: 10px;
}

.collection p:not(:last-of-type) {
    margin-bottom: 10px;
}

.collection span {
    font-size: 19px;
    font-weight: bold;
}

.collection a {
    font-size: 15px;
}

.collection a.cur {
    color: #0e78c7;
}

.collection-sec span {
    padding: 0 18px;
    font-size: 16px;
    color: white;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    font-weight: normal;
    position: relative;
    margin-right: 33px;
}

.collection-sec .blue-item span {
    background: #17a2e7;
}

.collection-sec .blue-item span::after {
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 13px solid #17a2e7;
    right: -13px;
    top: 0;
    content: '';
    position: absolute;
}

.collection-sec .orange-item span {
    background: #ff9e1e;
}

.collection-sec .orange-item span::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 13px solid #ff9e1e;
    right: -13px;
    top: 0;
    position: absolute;
}

.collection-column{
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

/*最新系统 系统资讯 文章教程*/

.video-box .l {
    width: 400px;
    margin-right: 20px;
}

.video-box .layout-2 a {
    display: block;
    width: 60px;
    height: 22px;
    border-radius: 9px;
    border: solid 1px #ff9e1e;
    text-align: center;
    line-height: 18px;
}

.video-box .layout-2 .xpsf-title a {
    display: block;
    width: 60px;
    height: 22px;
    border-radius: 9px;
    border: none;
    text-align: left;
    line-height: 18px;
	color: #434343;
}

.video-box .layout-2 .xpsf-title a:hover {
    background-color: #fff;
    color: #434343;
}
.video-box .layout-2 .xpsf-title
{
   background-color: #fff;
}
.video-box .l li {
    float: left;
    width: 50%;
    margin-top: 20px;
}

.video-box .l li p:nth-of-type(2) {
    color: #b5b5b5;
    padding-bottom: 10px;
}

.video-box .l li *:not(:first-child) {
    padding-left: 85px;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}

.video-box .layout-2 img {
    float: left;
    width: 80px;
    height: 80px;
}

.video-box .middle {
    float: left;
    width: 442px;
}

.video-box>div {
    height: 540px;
    overflow: hidden;
}

.video-box .tab-nav {
    padding: 0 20px 10px;
}

.video-box .tab-nav a:not(:last-of-type) {
    margin-right: 80px;
}

.video-box .tab-nav a:last-of-type {
    float: right;
}

.link-list li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 15px;
}

.video-box .link-list {
    border-left: 1px dashed gray;
}

.video-box .link-list li::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 2px solid #d2d2d2;
    left: -6px;
    top: 6px;
    background-color: white;
}

.video-box .link-list li.spe::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #32b16c;
    line-height: 24px;
    left: -15px;
    top: 0px;
    text-align: center;
    font-size: #32b16c;
    color: #32b16c;
    background-color: white;
}

.video-box .link-list li.spe::before {
    position: absolute;
    content: "";
    width: 30px;
    background-color: white;
    height: 3px;
    left: -15px;
    top: 10px;
    z-index: 1;
}

.video-box .list-wrap {
    padding: 10px 15px;
}

.video-box .link-list span {
    position: absolute;
    left: -9px;
    top: 2px;
    z-index: 2;
}

.video-box .link-list .xin span {
    color: #0e78c7;
}

.video-box .link-list li.xin::after {
    border-color: #0e78c7;
}

.video-box .link-list .re span {
    color: #e60012;
}

.video-box .link-list li.re::after {
    border-color: #e60012;
}

.video-box .link-list .jian span {
    color: #32b16c;
}

.video-box .link-list li.jian::after {
    border-color: #32b16c;
}

.video-box .r {
    width: 320px;
}

.video-box .r li {
    height: 62px;
    position: relative;
    border: solid 1px #eeeeee;
}

.video-box .r li .tip {
    display: none;
}

.video-box .r li:hover .tip {
    display: block;
}

.video-box .r li:not(:last-of-type) {
    margin-bottom: 17.5px;
}

.video-box .r span {
    width: 120px;
    float: right;
    height: 62px;
    line-height: 62px;
    background-color: #eeeeee;
    border-right: 2px solid #ff9e1e;
    text-align: center;
    font-size: 20px;
    color: #ff9e1e;
}

.video-box .r a {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 30px;
    color: #fff;
    background-color: #2fabe3;
    display: inline-block;
    transform: translate(-50%, -50%);
    line-height: 30px;
    border-radius: 5px;
    text-align: center;
}

.video-box .r p {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 62px;
    background-color: black;
    opacity: 0.5;
}

.hover-down .lbjy span {
    color: #d50c12;
    border-color: #d50c12;
}

.hover-down .dngs span {
    color: #ff9e1e;
    border-color: #ff9e1e;
}

.hover-down .ddxt span {
    color: #0e78c7;
    border-color: #0e78c7;
}

.hover-down .fjfy span {
    color: #ff9e1e;
    border-color: #ff9e1e;
}

.hover-down .ylmf span {
    color: #3b9539;
    border-color: #3b9539;
}

.hover-down .sdjs span {
    color: #009e96;
    border-color: #009e96;
}

.hover-down .xtzj span {
    color: #0e78c7;
    border-color: #0e78c7;
}

.hover-down img {
    width: 140px;
    height: 50px;
    margin-top: 5px;
    margin-left: 24px;
}

/*系统分类*/

.sy-xtfl .pic-title {
    background-image: url(../../imgs/rank-icon2.png);
}

/*电脑软件*/

.sy-pc-soft .logo-title {
    background-image: url(../../imgs/Computer-blue.png);
}

.sy-pc-soft .pic-title {
    background-image: url(../../imgs/rank-icon2.png);
}

/*安卓应用*/

.sy-android .logo-title {
    background-image: url(../../imgs/Android-blue.png);
    padding-left: 35px;
}

/* .app-list2 a:not(:last-child) { */

.app-list2 {
    margin-right: -60px;
}

.app-list2 a {
    margin-right: 48px !important;
    margin-bottom: 30px !important;
}

.app-list2:not(:first-of-type) {
    margin-top: 34px;
}

.app-list2 a p:last-of-type {
    font-size: 14px;
}

.app-list2 p {
    padding-top: 5px;
}

.sy-android .pic-title {
    background-image: url(../../imgs/rank-icon2.png);
}

/*安卓应用*/

.sy-game .logo-title {
    background-image: url(../../imgs/game-blue.png);
    padding-left: 26px;
}

.sy-game .pic-title {
    background-image: url(../../imgs/rank-icon2.png);
}

/*教程*/

.sy-course .pic-title {
    background-image: url(../../imgs/phb.png);
}

.sy-course .imgs {
    width: 276px;
}

.sy-course .bottom-text li::after {
    width: 276px;
}

.sy-course .imgs img {
    display: block;
    width: 100%;
    height: 210px;
}

.sy-course .imgs img:first-of-type {
    margin-bottom: 20px;
}

.sy-course .item-l>div {
    float: left;
}

.sy-course .desc {
    padding-left: 20px;
    width: 566px;
}

.sy-course .desc .title {
    font-size: 20px;
    color: #0e78c7;
    margin-bottom: 9px;
}

.sy-course .desc p:not(.title) {
    line-height: 22px;
    color: #b5b5b5;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.sy-course .desc ul {
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
    height: 350px;
}

.sy-course .desc li {
    padding-top: 15px;
}

.sy-course .desc li a {
    position: relative;
    padding-left: 10px;
}

.sy-course .desc a::after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 3px;
    height: 3px;
    background: black;
}

.sy-course .desc a:hover::after {
    background: #0e78c7;
}

.sy-course .desc span {
    float: right;
    font-size: 14px;
    color: #b5b5b5;
}

/*网友热搜*/

.sy-wyrs .fu-title {
    margin-bottom: 4px;
}

.sy-wyrs li {
    margin-top: 20px;
}

/*友情链接*/

.sy-yqlj li {
    float: left;
    margin-top: 12px;
    margin-right: 20px;
}

/*底部*/

footer {
    box-sizing: border-box;
    font-size: 14px;
    height: 175px;
    background-color: #434343;
    padding-top: 47px;
    color: #e5e5e5!important;
    text-align: center;
}

footer p:first-of-type {
    padding-bottom: 5px;
}

footer p:nth-of-type(2) {
    padding-bottom: 15px;
}

footer a{
	 color: #e5e5e5!important;
}

/*首页main end*/

/*必备软件start*/

.necessary-menu .more-btn {
    padding-top: 5px;
}

.necessary-menu .more-btn .page-i {
    float: right;
    margin-left: 12px;
}

.necessary-menu .more-btn a.page-i {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #dcdcdc;
    color: #dcdcdc;
    line-height: 20px;
    text-align: center;
    font-size: 25px;
}

.necessary-menu .more-btn span.page-i {
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    color: #b5b5b5;
}

/*必备软件end*/

/*软件下载列表页start*/

.pc-soft-down-list .content {
    height: auto;
    margin-bottom: 60px;
}


.pc-soft-down-list .item-l {
    float: left;
}

.pc-soft-down-list .item-r {
    width: 302px;
    float: right;
}




.pc-soft-down-list .time-tab {
    float: right;
}

.pc-soft-down-list .pagging {
   padding-top: 74px;
}

/*软件下载列表页end*/

.pcsoft-down .section-fir {
    height: auto;
}

.pcsoft-down .section-fir .item-l>div {
    width: 420px;
}

.pcsoft-down .two-pic a {
    display: block;
    height: 148px;
    width: 100%;
}

.pcsoft-down .two-pic img {
    width: 100%;
    height: 100%;
}

.pcsoft-down .zi-xun .name {
    width: 62px;
    height: 24px;
    background-color: #0e78c7;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    color: white;
    position: relative;
}

.pcsoft-down .zi-xun .name::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -5px;
    left: 17px;
    border-right: 10px solid #0e78c7;
    border-top: 0px solid transparent;
    border-bottom: 7px solid transparent;
}

.pcsoft-down .zi-xun .layout-5 {
    padding-top: 12px;
}

/*软件下载详情页start*/

/* .soft-down-d-left{

}
.soft-down-d-right{
    width: 300px;
} */

/*软件下载详情页end*/
.andr-d .az-down-page-l .az-soft-list li a{
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bb-app-list a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.active{
	color: rgb(14, 120, 199)!important;
}

.page{margin: 55px 0 0 0;width: 1200px;text-align: center;}
.page a{padding:5px 10px;border: 1px solid #999;margin-right: 7px;font-size: 14px;}
.page a:hover,.page .page_cur{background: #17A2E7;border: 1px solid #17A2E7;color:#fff;text-decoration: none;}
.page_in_left{width: 100%;height: auto;}

.version_title{
	width: 100%;
    height: 40px;
    font-weight: bold;
    font-size: 16px;
    border-left: 6px solid #ff9e1e;
}

.position {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	display: inline-block;
	line-height: 30px;
	font-size: 16px;
}
.position a {
	color: #17A2E7;
	font-size: 16px;
	display: inline;
}
.position h1{display:inline}

.layout-1 a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* win7 article */
.sys-detail
{
	font-size: 16px;
}
.sys-detail p{
	text-indent: 2rem;
	line-height: 40px;
}
.sys-detail p strong {
	/* display: block; */
	height: 40px!important;
	line-height:40px!important;
    display: block;
    text-indent: unset;
    margin: 10px auto;
	padding-left:0!important;
}
.sys-detail img{
	padding-top: 10px;
	padding-bottom: 10px;
}

/* 系统页 安卓游戏 */
.azyx-list{
	width: 100%;
	overflow: hidden;
	list-style: none;
}
.azyx-list li{
	float: left;
    width: 81px;
    height: 130px;
    margin: 0px 10px 0 10px;
}

.azyx-list li .img, .azyx-list li .img img{
	width: 81px;
	height: 81px;
}

.azyx-list li .name{
	display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
    color: #555;
    text-align: center;
	text-overflow: ellipsis
	white-space: nowrap;
}

.gotoTop{
	cursor: pointer;
	position: fixed;
	right: 50px;
	bottom: 50px;
	width: 54px;
	height: 54px;
	color: #fff;
	z-index: 10000;
}

#gotoTop{display: none;}
.toolbar-item{background:url(/static/images/toolbar.png) no-repeat;}
.toolbar{position:fixed;right:0px;bottom:50px;z-index: 100;}
.toolbar-item{display:block;width:70px;height:70px;margin-top:1px;position:relative;-moz-transition:background-position 1s;-ms-transition:background-position 1s;-o-moz-transition:background-position 1s;-webkit-moz-transition:background-position 1s;transition:background-position 1s;}
.toolbar-item:hover .toolbar-layer{opacity:1;filter:alpha(opacity=100);transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);}
.toolbar-item-app{background-position:0 -24px;}
.toolbar-item-app img{display: none;}
.hover_on img{display: block;}
.toolbar-item-app:hover img {display: block;}
.toolbar-item-app:hover{background-position:0 -111px;}
.toolbar-item-app .toolbar-layer{display: block;width: 200px;opacity:0;}
.toolbar-item-top{background-position:0 -198px;}
.toolbar-item-top:hover{background-position:0 -287px;}
.toolbar-layer{position:absolute;right:70px;bottom:0px;width:172px;opacity:0;filter:alpha(opacity=0);
    transform-origin: 95% 95%;-moz-transform-origin: 95% 95%;-ms-transform-origin: 95% 95%;-o-transform-origin: 95% 95%;-webkit-transform-origin: 95% 95%;transform:scale(0.01);
    -moz-transform:scale(0.01);-ms-transform:scale(0.01);-o-transform:scale(0.01);-webkit-transform:scale(0.01);transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;-webkit-transition:all 1s;}
