.click-btn{
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}
.index-title {
	min-width: 1200px;
	padding-top: 40px;
	padding-bottom: 55px;
	color: #333333;
}
.index-title p{
	font-size: 34px;
	font-weight: 500;
	line-height: 34px;
	margin-bottom: 21px;
}
.index-title span{
	font-size: 18px;
	font-weight: 400;
	color: #666;
	line-height: 16px;
}
.list{

    padding-bottom: 80px;
}
.list-main{
    width: 1200px;
}
.each-download{
    width: 350px;
    height: 121px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.06);
    border-radius: 4px;
    padding: 20px 24px;
    padding-right: 15px;
    margin: 6px;
    float:left;
}
.each-download .name{
   font-size: 18px;
   color: #333333;
   line-height: 25px;
   word-break: break-all;
   margin-top: 6px;
   margin-left: 10px;
}
.each-download .img img{
    max-height: 100px;
    max-width: 70px;
}
.each-download .msg{
    width: 250px;
    word-break: break-all;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-top: 10px;
    text-align: left;
    margin-left: 10px;
}
.each-download .btns{
   margin: auto;
   /*width: 250px;*/
   padding-top: 20px;
}
.each-btn{
    /*min-width: 115px;*/
    height: 32px;
    background: #1188EF;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    cursor: pointer;
    margin:0px 6px;
}
.each-btn .btutton {
    padding: 0px 10px;
}
.tool-box{
    background-color: #F8F9FE;
    min-height: calc(100vh - 409px);
}
.show-img-box{
    width: 100%;
    /*height: 300px;*/
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top:0;
    left: 0;
    background: rgba(0 ,0,0, 0.6);
    z-index: 10;
    padding: 10px;
    box-sizing: border-box;
}
.show-img-box img{
    width: 70% !important;
}




.each-download-first{
    width: 390px;
    height: 335px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.06);
    border-radius: 4px;
    margin-right: 6px;
    margin-top: 6px;
    float:left;
}
.each-download-first .img img{
    max-height:82px;
    max-width: 200px;
    margin-top: 50px;
}
.each-download-first .name{
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    text-align: center;
    margin-top: 18px;
    font-weight: 500;
    word-break: break-all;
}
.each-download-first .msg{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align:center;
    padding: 10px 30px;
    height: 34px;
    margin-top: 10px;
    word-break: break-all;
}
.each-download-first .btns{
    margin: auto;
    padding-top: 25px;
}
.each-download-first .each-btn{
    margin: 0px 10px;
    height: 32px;
    background: #1188EF;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
}
.each-download-first .btutton{
    /*min-width: 115px;*/
}
.each-download-first .btn-one{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
}
.right-box{
    width: 795px;
}
.windows{
    background: #1188EF !important;
}
.mac{
    background: #000000 !important;
}
.android{
    background: #3CDA84 !important;
}
.ios{
    background: #000000 !important;
}
.each-btn:hover{
    opacity:0.85;
}
.each-btn img{
    margin-right:5px;
}
.each-list .each-list{
    display:none;
}
.each-list .each-btn{
    display:none;
}
.each-list .each-btn:first-child{
    display:flex !important;
}
.more-icon{
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    padding-left: 10px;
    padding-right: 5px;
}
.more-list{
   /* min-width: calc(100% - 10px);*/
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    background: #fff;
    margin-top: 8px;
    margin-left: 6px;
    display:none;
    position: relative;
}
.more-list .click-btn{
    padding-left: 27px !important;
}
.each-download .img{
    width:70px;
}
.each-download-first .more-list{
    margin-left: 10px;
}
.more-list .box{
    line-height: 22px;
    padding: 5px 0px;
    cursor: pointer;
}
.more-list .box:hover{
    background:rgba(199, 199, 199, 0.12)
}
.show-look{
    display:block !important;
}
#box-pop {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
}
#box-pop .block{
    background:#fff
}
#box-pop .div-box {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
#box-pop .cur-p {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    cursor: pointer;
    margin-right: 15px;
    padding-bottom: 10px;
}
#box-pop img{
    max-width: 500px;
    max-height: 90vh;
}
.pagination-box{
    margin-top:0px;
    margin-bottom:20px;
}