@charset "utf-8";

/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

* {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
    resize: none;
    border: none;
}

/* 取消链接高亮  */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* 图片自适应 */
img {
    width: 100%;
    height: auto;
    /* width: auto\9; */
    /* ie8 */
    /* display: block; */
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
}

/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font: 12px/1.5 'Microsoft YaHei', '宋体', Tahoma, Arial, sans-serif;
    color: #555;
    background-color: #fff;
}

em,
i {
    font-style: normal;
}

ul,
li {
    list-style-type: none;
}

strong {
    font-weight: normal;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
    color: #969696;
    font-family: '苹方-简 常规体', 'Microsoft YaHei', Tahoma, Arial, sans-serif;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
}

input {
    font-family: 'Microsoft YaHei';
}

/*单行溢出*/
.one-txt-cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*多行溢出 手机端使用*/
.txt-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
}

/* 移动端点击a链接出现蓝色背景问题解决 */
a:link,
a:active,
a:visited,
a:hover {
    background: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

.download-box {
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    /* background: url('https://cdntest.eiacloud.com/appPic/shareDownload/bg_all.png') no-repeat;
    background-size: 100% auto; */
}

.app-share-title {
    width: 100%;
    height: 380px;
    position: relative;
    background: url('../images/down-bg-new2.png') no-repeat;
    background-size: 100% auto;

}

.app-share-box {
    position: absolute;
    width: 100%;
    left: 16px;
    top: 20px;
    display: flex;
}

.app-logo {
    width: 55px;
    height: 61.35px;
    background: url('../images/download-logo.png') no-repeat center center;
    background-size: cover;
    margin: 0 10px 0 0;
}

.app-top-box {
    display: flex;
    flex-direction: column;
    height: 58px;
    overflow: hidden;
    padding-top: 4px;
}

.app-share-text {
    font-size: 30px;
    color: #fff;
    font-weight: inherit;
    font-family: PingFangSC-Regular, PingFang SC;
}

.app-share-label {
    width: 60px;
    height: 14px;
    margin-top: 16px;
}

.app-share-intro {
    margin-top: 80px;
    width: 100%;
    flex-direction: column;
    margin-left: 20px;
    /*padding-top: 1px;*/
}

.app-share-intro2 {
    margin-top: 16rem;
    width: 92%;
    flex-direction: column;
    margin-left: 4%;
    font-size: 14px;
    color: #333333;
    font-weight: 700;
    line-height: 23px;
}

.asi-1::before {
    content: '';
    margin-left: -5px;
}

.asi-cuboid {
    width: 20px;
    height: 3px;
    background-color: #1285F8;
    margin-bottom: 10px;
}

.app-share-explain {
    margin-top: 5rem;
    width: 92%;
    flex-direction: column;
    font-size: 12px;
    color: #888888;
    background-color: #F9FAFC;
    margin-left: 4%;
    line-height: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
}

.app-share-explain div {
    margin: 2px 0;
    display: flex;
    align-items: center;
    justify-content: start;
}

.app-share-point {
    font-size: 18px;
    color: #1787F6;
    padding: 0 5px;
}

.app-share-down {
    margin-top: 1.38rem;
    margin-bottom: 15px;
    width: 92%;
    margin-left: 4%;
    /* background: linear-gradient(135deg, rgba(104, 64, 252, .2) 0%, rgba(62, 166, 251, .2) 100%); */
    border-radius: 16px;
    padding: 0 20px;
    color: #333333;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.app-share-down>div {
    flex: 1;
}

.asd-app {
    padding: 0 10px 0 0;
}

.sad-pc {
    padding: 0 0 0 10px;
}

.app-share-down-pc {
    background: linear-gradient(135deg, rgba(51, 188, 251, .2) 0%, rgba(23, 135, 246, .2) 100%);
}

.app-share-down .asd-h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 37px;
    -webkit-background-clip: text;
    color: #333333;
    margin-bottom: 10px;
}

.app-share-down .asd-p {
    font-size: 14px;
    line-height: 20px;
}

.app-share-down .asd-btn {
    margin-top: 20px;
    background: #1678FF;
    border-radius: 8px;
    text-align: center;
    display: block;
    padding: 8px;
    zoom: 0.9;
}

.app-share-down .asd-btn.asd-btn-access {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px -4px rgb(0 0 0 / 10%);
    border-radius: 8px;
    border: 1px solid #E5E5E5;
}

.app-share-down-we {
    background: linear-gradient(133deg, rgba(54, 98, 236, .2) 0%, rgba(77, 116, 237, .2) 100%);
}

.app-share-down-we .asd-btn {
    width: 237px;
}

.app-share-down-we {
    margin-bottom: 20px;
}

.app-share-down .asd-btn img {
    width: 20px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
}

.app-share-down .asd-btn span {
    margin-left: 3px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    zoom: .8;
}

.app-share-down .asd-btn.asd-btn-access span {
    color: #333333;
}


.img-ios {
    /* margin-left: 60px; */
    height: 37px;
    width: auto;
}

.app-share-down-jg {
    margin-left: 10px;
}

.img-android {
    /* margin-right: 45px; */
    height: 37px;
    width: auto;
}

.app-share-down-web {
    margin-top: 10px;
    width: 100%;
    flex-direction: column;
    margin-left: 60px;
    margin-right: 45px;
}

.img-web {
    height: 41px;
    /* margin-left: 60px;
    margin-right: 45px; */
    width: auto;
}

.title1 {
    /* font-family: PingFang-SC-Bold, PingFang-SC; */
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #ffcd00;
}

.title2 {
    /* font-family: PingFang-SC-Bold, PingFang-SC; */
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #FFFFFF;
}

.title3 {
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #FFFFFF;
}

.down_btn {
    width: 17rem;
    margin: 0 auto;
    padding: 0.31rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1678FF;
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    font-size: 0.88rem;
    color: #FFFFFF;
    line-height: 1.25rem;
    cursor: pointer;
}

.down_btn .down_img {
    width: 1.88rem;
    height: 1.88rem;
}

.bottom_ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

.bottom_ul>li {
    margin: 7px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.bottom_ul>li .b_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



@media screen and (min-width: 1000px) {
    .download-box {
        width: 450px;
        margin: 0 34%;
    }

    .app-share-intro2 {
        margin-top: 220px;
    }

    .app-share-explain {
        margin-top: 56px;
    }

    .download-box::-webkit-scrollbar {
        width: 2px;
        height: 2px;
        scrollbar-arrow-color: #898989;
    }

    .download-box::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
        background: rgba(0, 0, 0, 0.1);
        scrollbar-arrow-color: #898989;
    }

    .download-box::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
        border-radius: 0;
        background: rgba(0, 0, 0, 0.1);
    }

    .app-share-down .asd-btn {
        zoom: 1;
    }
}