<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.my-index-banner{
}

.my-index-banner .banner-item{
    width: 100%; height: 100%;
    background-repeat: no-repeat;
    /*background-size: contain;*/
    background-size: cover;
    background-position: center;
}

.swiper-container {
    width: 100%;
    height: 508px;
    /*min-height: 660px;*/
    /*min-height: 508px;
    max-height: 1000px;*/
}

.swiper-slide {
    text-align: center;
    font-size: 18px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet {
    border:1px solid #fff;
    opacity: 1;
    background: transparent;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.my-index-about-us {
    margin-top: 30px;
}

.my-index-about-us .fl{
    width: calc(100% - 39% - 50px);
}

.my-index-title {
}

.my-index-title .title-en {
    font-size: 18px;
    font-weight: bolder;
}

.my-index-title .title-zh {
    font-size: 15px;
}

.my-index-title .title-line {
    width: 2px;
    height: 20px;
    background: #3f75d1;
    border-radius: 1px;
    margin: 2px 0 2px 2px;
}

.my-index-content {
    margin-top: 10px;
    line-height: 22px;
}

.my-index-about-us .fr{
    width: 39%;
    margin-top: 25px;
    overflow: hidden;
}

.my-index-about-us .fr img{
    width: 100%;
    height: 230px;
}

.my-index-news {
    margin-top: 40px;
}

.my-index-imglist {
    margin-top: 25px;
}

.my-index-imglist .imglist-item {
    float: left;
    width: 39%;
    height: 400px;
    overflow: hidden;
    margin-right: calc(100% - 39% * 2);
}

.my-index-imglist .imglist-item.imglist-item-r {
    margin-right: 0;
}

.my-index-imglist .imglist-item-img {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.my-index-imglist .imglist-item-img img {
    width: 100%;
    height: 230px;
}

.my-index-imglist .imglist-item-title {
    font-size: 15px;
    padding: 15px 0 10px 0;
}

.my-index-imglist .imglist-item-info {
    color: #b2b2b2;
    padding: 2px 0 8px 0;
}






.my-about-banner {
    width: 100%;
    height: 500px;
    /*min-height: 400px;
    max-height: 500px;*/

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.my-about-info{
    padding: 50px;
    background-color: #2454ba;
    margin-top: -180px;
    min-height: 260px;
}

.my-about-info .title{
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.my-about-info .content{
    margin-top: 20px;
    color: #fff;
    line-height: 32px;
    text-indent: 2em;
}

.my-about-culture{
    padding: 50px;
    margin-top: 30px;
}

.my-about-culture .title{
    font-size: 20px;
    text-align: center;
}

.my-about-culture .content{
    margin-top: 20px;
    line-height: 32px;
    text-indent: 2em;
}








.my-news-imglist {
    margin-top: 45px;
    min-height: 600px;
}

.my-news-imglist .imglist-item {
    float: left;
    width: 30%;
    height: 340px;
    overflow: hidden;
    margin-right: 45px;
    background-color: #fff;
    margin-bottom: 45px;
    position: relative;
}

.my-news-imglist .imglist-item.imglist-item-r {
    margin-right: 0;
}

.my-news-imglist .imglist-item-img {
    width: 100%;
    height: 162px;
    overflow: hidden;
}

.my-news-imglist .imglist-item-img img {
    width: 100%;
    height: 162px;
}

.my-news-imglist .imglist-item-title {
    font-size: 15px;
    padding: 15px 13px 13px 15px;
    max-height: 66px;
}

.my-news-imglist .imglist-item-info {
    font-size: 13px;
    color: #666666;
    padding: 0 15px;
    height: 70px;
    overflow: hidden;
    line-height: 22px;
}

.my-news-imglist .imglist-item-time {
    font-size: 12px;
    position: absolute;
    line-height: 38px;
    width: calc(100% - 30px);
    left: 15px;
    bottom: 0;
    border-top: 1px solid #f0f0f0;
    color: #666666;
}





.my-news-content {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 35px;
    background-color: #fff;
}

.my-news-content .title {
    font-size: 20px;
}

.my-news-content .info {
    margin-top: 30px;
    font-size: 13px;
    color: #666666;
}

.my-news-content .info .source {
    padding-right: 50px;
}

.my-news-content .content {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #f0f0f0;
    min-height: 400px;
    overflow: hidden;
}

.my-news-content .bottom-btn {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #f0f0f0;
}

.my-news-content .bottom-btn div{
    height: 30px;
    width: 100px;
    color: #919191;
    border-radius: 15px;
    border: none;
    background-color: #eeeeee;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    margin-left: calc(50% - 50px);
}

.my-news-content .bottom-btn div:active{
    color: #fff;
    background-color: #919191;
}






.my-join {
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #fff;
}

.my-join .banner {
    width: 100%;
    height: 400px;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.my-join .title {
    font-size: 20px;
    text-align: center;
    margin-top: 50px;
}

.my-join .content {
    padding: 30px 50px;
    min-height: 300px;
}

.my-join .content .join-item {
    overflow: hidden;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.my-join .content .join-item .join-item-img {
    width: 150px;
    height: 150px;
    border-radius: 5px;
    margin-top: 6px;
    overflow: hidden;
}

.my-join .content .join-item .join-item-img img {
    width: 100%;
    height: 100%;
}

.my-join .join-item-content {
    width: calc(100% - 300px);
    margin-left: 30px;
}

.my-join .join-item-title{
    font-size: 18px;
    color: #fe7854;
    font-weight: bolder;
    margin-bottom: 20px;
}

.my-join .join-item-title a:link,
.my-join .join-item-title a:visited {
    color:#fe7854;
}
.my-join .join-item-title a:hover {
    color:#f8a088;
}


.my-join .join-item-row {
    overflow: hidden;
    padding: 2px 0;
    min-height: 22px;
}

.my-join .join-item-row-l {
    float: left;
    width: 70px;
}

.my-join .join-item-row-r {
    float: left;
    width: calc(80% - 100px);
}






.my-goods-banner {
    width: 100%;
    height: 350px;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.my-goods-banner .title{
    text-align: center;
    font-size: 23px;
    padding-top: 150px;
}

.my-goods-banner .title-en{
    text-align: center;
    font-size: 14px;
    padding-top: 8px;
    color: #7e97b0;
}

.my-goods-banner .line{
    width: 50px;
    height: 2px;
    border-radius: 1px;
    background-color: #3f75d1;
    margin-left: calc(50% - 25px);
    margin-top: 10px;

    /*animation: MyGoodsBannerLineAnimation .4s linear;
    -moz-animation: MyGoodsBannerLineAnimation .4s linear;
    -webkit-animation: MyGoodsBannerLineAnimation .4s linear;
    -o-animation: MyGoodsBannerLineAnimation .4s linear;*/
}

@-webkit-keyframes MyGoodsBannerLineAnimation {
    0% {
        width: 0;
        -webkit-transform: translateX(25px);
        -moz-transform: translateX(25px);
    }
    100% {
        width: 50px;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
    }
}

.my-goods-imglist {
    margin-top: 45px;
}

.my-goods-imglist .imglist-item {
    float: left;
    width: 18%;
    height: 360px;
    overflow: hidden;
    margin-right: 2.5%;
    background-color: #fff;
    margin-bottom: 45px;
    position: relative;
}

.my-goods-imglist .imglist-item.imglist-item-r {
    margin-right: 0;
}

.my-goods-imglist .imglist-item-img {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.my-goods-imglist .imglist-item-img img {
    width: 100%;
    height: 100%;
}

.my-goods-imglist .imglist-item-price {
    font-size: 18px;
    text-align: center;
    padding: 12px 12px 6px 12px;
    color: #ff2342;
}

.my-goods-imglist .imglist-item-name {
    font-size: 15px;
    text-align: center;
    padding: 0px 13px;
    min-height: 43px;
}

.my-goods-imglist .imglist-item-btn {
    margin-top:10px;
    height: 30px;
    width: 100px;
    color: #fff;
    border-radius: 15px;
    border: none;
    background-color: #538afe;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    margin-left: calc(50% - 50px);
    font-size: 13px;

    transition: all 0.2s;
    -moz-transition: all 0.2s; /* Firefox 4 */
    -webkit-transition: all 0.2s; /* Safari and Chrome */
    -o-transition: all 0.2s; /* Opera */
}

.my-goods-imglist .imglist-item-btn:active{
    color: #fff;
    background-color: #7aa3f9;
}







.my-goods-body {
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #fff;
    position: relative;
    padding: 50px;
}

.my-goods-body .goods-img {
    width: 15vw;
    height: 15vw;
    min-width: 200px;
    max-width: 300px;
    min-height: 200px;
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 30px;
}

.my-goods-body .goods-img img {
    width: 100%;
    height: 100%;
}


.my-goods-body .goods-info-row {
    overflow: hidden;
    padding: 2px 0;
    min-height: 22px;
}

.my-goods-body .goods-info-row-l {
    float: left;
    width: 70px;
}

.my-goods-body .goods-info-row-r {
    float: left;
    width: calc(80% - 100px);
}

.my-goods-body .qrcode {
    width: 150px;
    overflow: hidden;

    position: absolute;
    right: 40px;
    top: 40px;
}

.my-goods-body .qrcode .img {
    width: 110px;
    height: 110px;
    overflow: hidden;
    background-color: #fff;
    margin-left: 20px;
}

.my-goods-body .qrcode .img img {
    width: 100%;
    height: 100%;
    margin: 5px;
}

.my-goods-body .qrcode .text {
    margin-top: 15px;
    text-align: center;
    color: #828a92;
}


.body-download {
    background-image: linear-gradient(#e7f2fd, #f3f3f3);
    padding: 60px 0;
}

.my-download-title {
    text-align: center;
    font-size: 40px;
}

.my-download-slogan {
    text-align: center;
    font-size: 20px;
    color: #646f7b;
    margin-top: 10px;
}

.my-download-list {
    margin-top: 45px;
}

.my-download-list .list-item {
    float: left;
    width: 22%;
    height: 320px;
    overflow: hidden;
    margin-right: 4%;
    border-radius: 15px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: scale(.8);
    box-shadow: 0 7px 10px rgba(49, 117, 255, .4);

    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.my-download-list a:nth-child(4) .list-item {
    margin-right: unset;
}

.my-download-list .list-item:hover {
    transform: scale(.9);
}

.list-item.list-item-member {
    background-image: url(../images/download-card-member.png);
}

.list-item.list-item-station {
    background-image: url(../images/download-card-station.png);
}

.list-item.list-item-trans {
    background-image: url(../images/download-card-trans.png);
}

.list-item.list-item-oa {
    background-image: url(../images/download-card-oa.png);
}

.my-download-list .list-item .item-download {
    background-image: url(../images/download-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: rgba(0,0,0,.4);
    position: absolute;
    top: 20px;
    right: 20px;
}

.my-download-list .list-item .item-icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    width: 60px;
    height: 60px;
    border-radius: 1000px;
    border: 1px solid #fff;
    position: absolute;
    top: 90px;
    left: calc(50% - 30px);
}

.list-item.list-item-member .item-icon {
    background-image: url(../images/download-icon-member.png);
}

.list-item.list-item-station .item-icon {
    background-image: url(../images/download-icon-station.png);
}

.list-item.list-item-trans .item-icon {
    background-image: url(../images/download-icon-trans.png);
}

.list-item.list-item-oa .item-icon {
    background-image: url(../images/download-icon-oa.png);
}

.my-download-list .list-item .item-title,
.my-download-list .list-item .item-info-1,
.my-download-list .list-item .item-info-2,
.my-download-list .list-item .item-info-3 {
    color: #fff;
    text-align: center;
}

.my-download-list .list-item .item-title {
    font-size: 18px;
    margin-top: 154px;
}

.my-download-list .list-item .item-info-1 {
    font-size: 16px;
    margin-top: 23px;
}

.my-download-list .list-item .item-info-2 {
    font-size: 16px;
    margin-top: 4px;
}

.my-download-list .list-item .item-info-3 {
    font-size: 16px;
    margin-top: 4px;
}











</pre></body></html>