﻿.article-box{
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f9f9f9;
}
.article-box .container{
    flex-wrap: wrap;
}
.article-box .article-item{
    cursor: pointer;
    margin-bottom: 50px;
    margin-right: 60px;
    width: calc(calc(100% - 180px) / 3);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(38, 50, 56, 0.07);
    transition: all .3s ease;
}

@media (max-width: 576px) {
    .article-box .article-item{
        cursor: pointer;
        margin-bottom: 50px;
        margin-right: 30px;
        margin-left: 30px;
        width: calc(100% - 60px);
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(38, 50, 56, 0.07);
        transition: all .3s ease;
    }
}
.article-box .article-item.position-0{
    margin-right: 0px;
}
.article-box .article-item:hover{
    box-shadow: 0 2px 10px rgba(38, 50, 56, 0.25);
    transition: all .3s ease;
}
.article-box .article-item .image{
    height: 200px;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .3s ease;
}
.article-box .article-item:hover .image{
    background-size: 120%;
    transition: all .3s ease;
}
.article-box .article-item .article-info{
    padding: 20px;
}
.article-box .article-item .article-info .category{
    font-size: 0.75rem;
    color: #6f8590;
}
.article-box .article-item .article-info .article-title{
    font-size: 1.3em;
    margin: 0 0 8px;
    word-wrap: break-word;
    color: #0f161a;
    line-height: 1.25;
    clear: both;
    font-weight: bold;
    padding: 5px 0;
    height: 2.7em;
    overflow: hidden;
}
.article-box .article-item .article-info .intro{
    margin: 0 0 1.6em;
    height: 6em;
    overflow: hidden;
}
.article-box .article-item .article-info .user-info .avatar img{
    width: 24px;
    height: 24px;
    border-radius: 12px;
    backgound: red;
}
.article-box .article-item .article-info .user-info .name{
    color: #6f8590;
    font-size: 0.75rem;
    padding-left: 5px;
}
.article-box .article-item .article-info .user-info .time{
    color: #6f8590;
    font-size: 0.75rem;
    padding-left: 5px;
}
.article-detail{
    padding: 50px 0;
    background: #f9f9f9;
}
.article-detail .container{
    flex-wrap: wrap;
}
.article-detail .article-info{
    flex: 1;
}
@media (max-width: 567px) {
    .article-detail .article-info{
        width: calc(100% - 40px);
        padding: 0 20px;
    }
}
.article-detail .article-info .base-info{
    padding: 10px 0 30px 0;
}

.article-detail .article-info .base-info .avatar img{
    width: 24px;
    height: 24px;
    border-radius: 12px;
}
.article-detail .article-info .base-info .sender{
    font-size: 0.75em;
    padding-left: 5px;
    padding-right: 20px;
}
.article-detail .article-info .base-info .time{
    font-size: 0.75em;
}
.article-detail .article-info .content{
    background: #fff;
    padding: 30px;
	word-break: break-word;
}


.article-detail .recommend{
    margin-left: 50px;
}
@media (max-width: 567px) {
    .article-detail .recommend{
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-top: 50px;
    }
}
.article-detail .recommend h3{
    padding-bottom: 10px;
}
.article-detail .recommend .intro-text{
    margin-bottom: 38px;
    color: #999;
}
.article-detail .recommend .article-item{
    cursor: pointer;
    margin-bottom: 50px;
    width: 300px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(38, 50, 56, 0.07);
    transition: all .3s ease;
}
@media (max-width: 567px) {
    .article-detail .recommend .article-item{
        width: calc(100%)!important;
    }
}

.article-detail .recommend .article-item.position-0{
    margin-right: 0px;
}
.article-detail .recommend .article-item:hover{
    box-shadow: 0 2px 10px rgba(38, 50, 56, 0.25);
    transition: all .3s ease;
}
.article-detail .recommend .article-item .image{
    height: 200px;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .3s ease;
}
.article-detail .recommend .article-item:hover .image{
    background-size: 120%;
    transition: all .3s ease;
}
.article-detail .recommend .article-item .article-info{
    padding: 20px;
}
.article-detail .recommend .article-item .article-info .category{
    font-size: 0.75rem;
    color: #6f8590;
}
.article-detail .recommend .article-item .article-info .article-title{
    font-size: 1.3em;
    margin: 0 0 8px;
    word-wrap: break-word;
    color: #0f161a;
    line-height: 1.25;
    clear: both;
    font-weight: bold;
    padding: 5px 0;
    height: 2.7em;
    overflow: hidden;
}
.article-detail .recommend .article-item .article-info .intro{
    margin: 0 0 1.6em;
    height: 6em;
    overflow: hidden;
}
.article-detail .recommend .article-item .article-info .user-info .avatar img{
    width: 24px;
    height: 24px;
    border-radius: 12px;
    backgound: red;
}
.article-detail .recommend .article-item .article-info .user-info .name{
    color: #6f8590;
    font-size: 0.75rem;
    padding-left: 5px;
}
.article-detail .recommend .article-item .article-info .user-info .time{
    color: #6f8590;
    font-size: 0.75rem;
    padding-left: 5px;
}
.pagination-box .pagination{
    justify-content: center;
}
.pagination-box .page-item{
    width: 30px;
    height: 30px;
    background: #fff;
    line-height: 30px;
    margin: 0 10px;
}
.pagination-box .page-item a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 10px;
}
.pagination-box .page-item.disabled{
    width: 30px;
    height: 30px;
    background: #f9f9f9;
    color: #999;
    line-height: 30px;
    margin: 0 10px;
}
.pagination-box .page-item.active{
    width: 30px;
    height: 30px;
    background: #f9f9f9;
    font-weight: bold;
    line-height: 30px;
    margin: 0 10px;
}
.tabs{
    width: 570px;
    height: 40px;
    background: #eee;
    border-radius: 20px;
    margin: 50px auto;
    box-sizing: border-box;
    padding: 3px;
}
.tabs .tab img{
    width: 25px;
    margin-right: 5px;
}
.tabs .tab{
    width: 188px;
    height: 34px;
    font-size: 16px;
    cursor: pointer;
}
.tabs .tab.active{
    background: #fff;
    border-radius: 17px;
    color: #4975e8;
    font-weight: bold;
}
.download-box{
    padding-bottom: 120px;
}
.download-box .image-box img{
    width: 350px;
}
.download-box .windows .image-box img{
    width: 800px;
}
.download-box .android .image-box img{
    width: 270px;
}
.download-box .ios .image-box img{
    width: 270px;
}
.download-box .windows{
    margin-top: 60px;
    display: flex;
}
.download-box .android{
    padding: 0 180px;
    margin-top: 60px;
    display: none;
}
.download-box .ios{
    padding: 0 180px;
    margin-top: 60px;
    display: none;
}
.download-box .info{
    padding-left: 100px;
}

.download-box .windows .info {
    padding-left: 70px;
}

.download-box .btns{
    margin-top: 30px;
}

.download-box .btns .qrcode{
    height: 56px;
    width: 56px;
}
.download-box .btns .qrcode img{
    height: 56px;
    width: 56px;
}
.download-box .btns a img{
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.download-box .btns a .text-1{
    font-size: 10px;
    color: #fff;
}
.download-box .btns a .text-2{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.bread-box{
    padding-top: 30px;
}



.download-box .windows .info .image-box{
    text-align: center; /* 这将使子元素（包括图片）水平居中 */  
    /* 您还可以添加其他样式，如宽度、高度、边框等 */  
    width: 100%; /* 或者您可以设置一个具体的宽度值 */  
    box-sizing: border-box; /* 这将确保内边距和边框不会增加容器的总宽度 */  
}

.download-box .windows .info .image-box{
    width: 100%; /* 或者您可以设置一个具体的宽度值 */  
    box-sizing: border-box; /* 这将确保内边距和边框不会增加容器的总宽度 */  
}


.download-box .windows .info .image-box,.download-box .windows .info .title,.download-box .windows .info .intro{
    text-align: center; /* 这将使子元素（包括图片）水平居中 */  
}


@media (max-width: 567px) {
   .download-box .android{
		padding: 0 10px;
		margin-top: 60px;
		display: none;
	}

	.download-box .ios{
		padding: 0 10px;
		margin-top: 60px;
		display: none;
	}

	.download-box .info{
		padding-left: 10px;
	}

	.download-box .windows .info {
		padding-left: 10px;
	}

	

	.download-box .windows .info .image-box {
		padding-left:10px;
		text-align: left; 
		width: 100%;
		box-sizing: border-box;
	}

	.download-box .android .image-box {
		text-align: center; 
		width: 100%;
		box-sizing: border-box;
	}

	.download-box .info .title,.download-box .info .intro {
		white-space: normal;
		width: 330px;
	}

	.tabs .tab {
		width: 120px;
	}

	.bread-box {
		padding-left: 10px;
	}


	



}


.pagination {
    display: flex;
    justify-content: left;
    font-size: 20px;
    color: #3c7cf3;
}

.pagination .btn {
    padding: 5px 10px;
    margin-left: 0.2rem;
    cursor: pointer;
}


.pagination .btn-pre {
  margin-left: 0;
}
.pagination .btn-not-allowed {
  cursor: not-allowed;
}
.pagination .btn-active {
  color: #fff;
  background-color: #3c7cf3;
}


.more-btn {
  margin-top: 0.24rem;
  text-align: center;
  font-size: 0.1867rem;
  display: flex;
  justify-content: center;
}

.more-btn .button-more {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  font-family: inherit;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
  -webkit-user-select: none;
  font-size: 14px;
  color: #fff;
  background-color: #409eff;
  border-color: #409eff;
  border-radius: 20px;
  padding: 12px 23px;
}

.more-btn .button-more-disabled {
  pointer-events: none;
  color: #000;
  background-color: #999;
  border-color: #999;
}