﻿body {
    font-family:'Microsoft YaHei';
}

span.label {
    font-size: 12px;
    font-weight: 400;
    padding: 3px 7px;
}

a.btn-lg {
    font-size: 18px;
    padding: 10px 25px;
}

.alert small{
    color:black;
}

.alert h5{
    font-weight:bold;
}

a small{
    color: #1abc9c;
}

.download_card {
    width: 1200px;
    padding: 0px 160px;
    background: #fff;
    padding-top: 64px;
    overflow: hidden;
    padding-bottom: 64px;
    margin: auto;
}

.download_card .phone {
    width: 240px;
    height: 486px;
    border-radius: 30px;
    border: 1px solid #e4e4e4;
    padding-top: 55px;
    float: left;
}

.download_card .phone .screen {
    width: 215px;
    height: 377px;
    border: 1px solid #e4e4e4;
    margin: auto;
}

.download_card .phone #side_code {
    margin: auto;
    margin-top: 82px;
    width: 150px;
    height: 150px;
}

.download {
    background: #fff;
}

.download_card .phone p {
    text-align: center;
    font-size: 12px;
    color: #666;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.download_card .content {
    float: right;
}

.title {
    font-size: 30px;
    margin-top: 90px;
    color: #333;
}

.desc {
    font-size: 18px;
    color: #999;
    margin-top: 10px;
}

.list {
    margin-top: 26px;
    overflow: hidden;
}

.list .item {
    float: left;
    width: 168px;
    height: 168px;
    border: 1px solid #e4e4e4;
    text-align: center;
    /*padding-top: 30px;*/
    display: block;
    position: relative;
    cursor: pointer;
    color: #999;
    font-size: 70px;
}

.list .item a{
    color: #999;
}

.list .item + .item{
    float: left;
    width: 168px;
    height: 168px;
    border: 1px solid #e4e4e4;
    text-align: center;
    /*padding-top: 30px;*/
    display: block;
    position: relative;
    cursor: pointer;
    color: #999;
    font-size: 70px;
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;

}

#android_version p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-size: 16px;
}

#ios_version p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-size: 16px;
}

.list .item .modal {
    width: 166px;
    height: 166px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #f8f8f8;
    display: none;
}

.list .item .modal .qr_code {
    width: 100px;
    height: 100px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 12px;
}

#android_version .modal p {
    text-align: center;
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    margin-bottom: 5px;
}

#ios_version .modal p {
    text-align: center;
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    margin-bottom: 5px;
}

 .list .item + .item {
    margin-left: 9px;

}