* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: 'Helvetica Neue','Hiragino Sans GB','WenQuanYi Micro Hei','\9ED1\4F53',sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #383838;
    background-color: #fff;
}
.main{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

/*头部信息*/
.header{
    margin-top: 120px;
    margin-bottom: 55px;
}
.header h2{
	margin-bottom: .7rem;
    font-size: 48px;
    margin-top: 70px;
    text-align: center;
    font-weight: 500;
}
.header p{
	text-align: center;
    font-size: 16px;
    color: #a6a6a6;
}

/*内容*/
.content{
	list-style-type: none;
}
.content:after{
	content: '';
	display: block;
	clear: both;
}
.content .item{
	width: 33.33333333333333%;
	float: left;
}
.mt{
	margin-top: 100px;
}
.item figure{
	height: 150px;
    width: 100%;
    margin: 30px 0;
    background-repeat: no-repeat;
    background-position: center;
}
.item p.title{
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
.item figure.web{
	background-image: url(/images/download/qinsilk.png);
    background-size: auto 120px;
}
.item figure.ios{
	background-image: url(/images/download/iphone.png);
    background-size: auto 120px;
}
.item figure.android{
	background-image: url(/images/download/android.png);
    background-size: auto 120px;
}
.item figure.qr{
	background-image: url(/images/download/download.png);
    background-size: auto 120px;
}
.item figure.wechat{
	background-image: url(/images/download/wechat.png);
    background-size: auto 120px;
}
.item figure.more{
	background-image: url(/images/download/more.png);
    background-size: auto 120px;
}
.handler-wrapper{
	text-align: center;
}
.handler-wrapper a{
	width: 210px;
    height: 60px;
    line-height: 58px;
    border-radius: 4px;
    color: #4d4d4d;
    border: 1px solid #c2c2c2;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    transition: .3s;
}
.handler-wrapper a:hover{
	background-color: #ededed;
}
.handler-wrapper p{
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.1;
}

/* 下载新页面 */
.download-banner{
    background: url(https://cdn.qinsilk.com/img/PCHome/download/banner.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-size: auto;
    background-size: cover;
    height: 300px;
}

#download-mian{
    background-color: #f8faff;
}

.download-tabs{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 75px;
    margin-bottom: 21px;
}
.download-tabs .download-tab{
    width:240px;
    height:50px;
    text-align: center;
    font-family: PingFangSC-Medium;
    font-size: 26px;
    color: #333;
    text-align: center;
    cursor: pointer;
}

.download-tabs .tab-active{
  border-bottom: 4px solid #0099FF;
  color: #0099FF;
}


.main .product-tile{
    width: 100%;
    font-family: PingFangSC-Semibold;
    font-size: 38px;
    color: #333333;
    text-align: center;
    margin: 84px 0 60px 0;
}

.product-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-container .product-item{
    width: 578px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 18px 18px 30px 0 rgba(0,0,0,0.06);
    border-radius: 10px;
    margin-bottom: 44px;
    padding: 20px;
}

.product-item .product-info{
    position: relative;
    display: flex;
    align-items: center;
    height: 121px;
}

.product-info .product-logo{
    width: 80px;
    height: 80px;
}

.product-info .product-content{
    display: flex;
    width: 0;
    flex: 1;
    flex-direction: column;
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #333333;
    margin-left: 20px;
}

.product-content .product-tags{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
}
.product-content .tag{
    border-radius: 20px;
    min-width: 45px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-right: 5px;
    font-family: PingFangSC-Regular;
    padding: 0 5px;
}

.product-tags .andriod{
    background-color: #e6ffeb;
    color: #1B9E2C;
}
.andriod::before{
    content: '安卓';
}

.product-tags .IOS{
    color: #0099FF;
    background-color: #eff9ff;
}
.IOS::before{
    content: "IOS";
}

.product-tags .miniprogram{
    background-color: #FFF4ED;
    color: #FF7929;
}
.miniprogram::before{
    content: '微信小程序';
}

.product-tags .wechatAccount{
    background-color: #e6ffeb;
    color: #1B9E2C;
}
.wechatAccount::before{
    content: '微信公众号';
}

.product-info .product-img{
    max-width: 138px;
    height: 68px;
}
.product-info .topRigth-button{
    width: 200px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    border-radius: 4px;
    font-size: 20px;
    cursor: pointer;
}

.product-info .divider{
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f1f1f1;
}

.product-item .product-description{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #666666;
    margin: 22px 0;
}

.product-item .product-button-container{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
}

.product-button-container .download-button{
    width: 50%;
    background-color: #0099FF;
    border-radius: 4px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.product-button-container .unabled{
    background-color: #C1C1C1;
}

.product-button-container .webUrl{
    width: 50%;
    height: 60px;
    line-height: 60px;
    color:#0099FF ;
    text-align: center;
}

.download-modal{
    position: absolute;
    z-index: 9;
    background: #fff;
    padding: 54px 29px;
    box-shadow: 18px 18px 30px 0 rgba(0,0,0,0.06);
    border-radius: 10px;
}

.download-modal .triangle{ 
    width: 0px;
    height: 0px;
    border-style: solid;
   
}
.download-modal .triangle-top{
    border-color: transparent transparent rgba(0,0,0,0.1);
    border-width: 0 8px 8px;
    position: absolute;
    top: -6px;
    left: 25%;
}

.download-modal .triangle-bottom {
    border-color: rgba(0,0,0,0.06) transparent transparent;
    border-width: 8px 8px 0;
    position: absolute;
    bottom: -6px;
    left: 25%;
}
.download-modal .download-container{
    max-height: 320px;
    display: flex;
    align-items: center;
}

.download-container .download-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #333333;
}
.download-item > img{
    width: 200px;
    height: 200px;
}
.download-item .tips{
    font-size: 20px;
}
.download-item .modal-download-button{
    height: 43px;
    width: 170px;
    line-height: 43px;
    text-align: center;
    color: #0099FF;
    background: #FFFFFF;
    border: 1px solid #0099FF;
    border-radius: 4px;
    margin-top: 15px;
    cursor: pointer;
}