<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'iconfont';  /* project id 951860 */
    src: url('//at.alicdn.com/t/font_951860_5xg25s28yl.eot');
    src: url('//at.alicdn.com/t/font_951860_5xg25s28yl.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_951860_5xg25s28yl.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_951860_5xg25s28yl.woff') format('woff'),
    url('//at.alicdn.com/t/font_951860_5xg25s28yl.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_951860_5xg25s28yl.svg#iconfont') format('svg');
}

.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-yulan:before { content: "\e647"; }
.icon-phone:before { content: "\e623"; }

.icon-computer_icon:before { content: "\e673"; }
.icon-shouji:before { content: "\e61a"; }



@font-face {
    font-family: 'iconfont';  /* project id 1104882 */
    src: url('//at.alicdn.com/t/font_1104882_ryxkx52u06.eot');
    src: url('//at.alicdn.com/t/font_1104882_ryxkx52u06.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_1104882_ryxkx52u06.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_1104882_ryxkx52u06.woff') format('woff'),
    url('//at.alicdn.com/t/font_1104882_ryxkx52u06.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_1104882_ryxkx52u06.svg#iconfont') format('svg');
}



.icon-shanchu:before {
    content: "\e75f";
}
#downloadZtImgs{
    position: fixed;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    overflow-y: auto;
    z-index: 500;
}
#downloadZtImgs #downloadZtImgsChild{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 24px 0px;
    display: flex;
    flex-direction: column;
    z-index: 99999999999999999;
    background-color: rgb(255, 255, 255);
    box-sizing: content-box;
    width: 1000px;
    height: 500px;
}

#downloadZtImgs .tab-header-down .item.active i{
    color: #0083e9;
}
#downloadZtImgs .tab-header-down .item i {
    font-size: 18px;
    position: relative;
    top: 1px;
    margin-right: 5px;
}



/*æ‰‹æœºä¸‹è½½*/
#downloadZtImgs #phone{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

#downloadZtImgs #phone .mobile-download{
    width: 100%;
    height: 60%;
    text-align: center;
    margin: auto;
    padding-top: 40px;
}
#downloadZtImgs #phone .mobile-download img{
    width: 200px;
    height: 200px;
}

#downloadZtImgs #phone .mobile-download span{
    color: #888;
}

#downloadZtImgs .dd{
    /*width: 1000px;*/
    height: 500px;
}
#downloadZtImgs .ant-modal-body{
    font-size: 14px;
    line-height: 1.5;
    word-wrap: break-word;
    border-radius: 5px;
}
#downloadZtImgs .tab-header-down{
    display: flex;
}

#downloadZtImgs .tab-header-down .item:hover{
    color: #0083e9;
}
#downloadZtImgs .item{
    flex: 1;
    text-align: center;
    padding: 10px;
    border-bottom: 2px solid #eee;
    cursor: pointer;
}
#downloadZtImgs .file-type-list{
    padding: 15px;
}
#downloadZtImgs .file-type-list .item{
    display: inline-block;
    width: 46.2%;
    background-color: #f5f5f5;
    margin: 6px;
    border-radius: 5px;
    padding: 15px;
    cursor: pointer;
    transition: .2s;
    border: 1px solid transparent;
    box-sizing: border-box;
    position: relative;
    text-align: left;
}

#downloadZtImgs .file-type-list .item:hover{
    border:1px solid #0083e9;
}


#downloadZtImgs .active{
    color: #0083e9;
    border-bottom-color: #0083e9;
}

#downloadZtImgs .file-type-list .item .type .corner{
    width: 16px;
    background: #fff;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 3px;
    border-radius: 50%;
    margin-right: 6px;
}

#downloadZtImgs .file-type-list .item .type .corner::after{
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0083e9;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: .2s;
}

#downloadZtImgs .file-type-list .item.active .type .corner::after{
    transform: scale(1)!important;
}

#downloadZtImgs .file-type-list .item.active .describe, .file-type-list .item.active.type .title, .file-type-list .item.active .vip-tip{
    color: #fff;
}
#downloadZtImgs .file-type-list .item .describe{
    font-size: 12px;
    color: #888;
    padding-left: 26px;
}


#downloadZtImgs .file-type-list .item .type .title{
    display: inline-block;
    font-size: 16px;
}
#downloadZtImgs .file-type-list .active{
    background-color: #0083e9;
    color: #fff;
}

/*æŒ‰é’®*/
#downloadZtImgs .btn-group{
    padding: 5px 22px;
    text-align: right;
    width: 100%;
}

#downloadZtImgs .btn-group .item {
    background: #fff;
    border: 2px solid #bfbfbf;
    padding: 9px 24px;
    color: #444;
    width: 126px;
    border-radius: 50px;
    margin: 0 2px;
    cursor: pointer;
}
#downloadZtImgs button{
    line-height: normal;
    overflow: visible;
    background: 0 0;
    border: none;
    -webkit-appearance: none;
    outline: 0!important;
}

#downloadZtImgs .btn-group .item.primary {
    border: 2px solid #0083e9;
    background: #0083e9;
    color: #fff;
}

#downloadZtImgs .file-type-list .item.disabled {
    opacity: .5;
    cursor: not-allowed;
}

#downloadZtImgs .width_auto{
    width:auto; display:inline-block !important;
}


#downloadZtImgs #uploadLmgLoad{
    position: absolute;
    background: rgba(255,255,255,0.97);
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;

}
#downloadZtImgs #uploadLmgLoad div{
    width: 100%;
    text-align: center;
    height: 80%;
    line-height: 80%;
}

#downloadZtImgs #uploadLmgLoad div img{
    margin-top: 42%;
}

#downloadZtImgs #uploadLmgLoad p{
    width: 100%;
    text-align: center;
    font-size: 17px;
    height: 20%;
    line-height: 20%;
}

/*æ–°å¢žé¢„è§ˆå›¾ç‰‡*/
#downloadZtImgs .content-top{
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}
#downloadZtImgs .content-top .ant-modal-body{
    flex: 1;
}
#downloadZtImgs .content-top .img-yulan{
    flex: 1;
}

#downloadZtImgs .content-top .img-yulan .item{
    padding: 9.6px;
}
#downloadZtImgs #multipleFbj input{
    height: 34px;
    margin-left: -7px;
    width: 100%;
}
#downloadZtImgs .content-top em.leftborder{
    width: 2px;
    height: 453px;
    background-color: #eee;
    position: relative;
    top: 47px;
}
#downloadZtImgs .content-top .img-yulan .imageLists{
    padding: 10px;
    width: 96%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    max-height: 427px;
    overflow-y: auto;
    overflow-x: hidden;
}
#downloadZtImgs .content-top .img-yulan .imageLists a{
    position: relative;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 151px;
    height: 151px;
    margin-right: 6px;
    background: rgba(255,255,255,1);
    transition: all 0.35s linear;
}
#downloadZtImgs .content-top .img-yulan .imageLists a span{
    position: absolute;
    right: 2px;
    font-size: 15px;
    color: #a0a0a0;
    margin-top: 2px;
    padding: 7px;
    background: #EEE;
    opacity: 0;
    top: 0;
}
#downloadZtImgs .content-top .img-yulan .imageLists a text.text-em{
    margin-left: 20px;
}
#downloadZtImgs .content-top .img-yulan .imageLists .view-a{
    display: inline-block;
}

#downloadZtImgs .content-top .img-yulan .imageLists img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    transition: all 0.35s linear;
    background-image: url('/images/ps-alpha.png');
}

#downloadZtImgs .content-top .img-yulan .imageLists .wenzi-shuming{
    font-size: 13px;
    color: #828282;
    margin-left: 2px;
    padding: 2px 0;
}
#downloadZtImgs .content-top .img-yulan .imageLists img:hover{
    cursor: pointer;
    transform: scale(1.1);
    transition: all 0.35s linear;
}
#downloadZtImgs .content-top .img-yulan .imageLists img:hover+ span{
    opacity: 1;
    transition: all 0.35s linear;
}
#downloadZtImgs .content-top .img-yulan .imageLists a:hover&gt;span{
    opacity: 1;
    transition: all 0.35s linear;
}
#downloadZtImgs .content-top .img-yulan .imageLists a span:hover{
    opacity: 1;
    color: red;
    transition: all 0.35s linear;
}</pre></body></html>