
@media screen and (max-width:768px) {
    .modal-content{
        width: 300px;
        margin: auto;
    }
    .ass-banner {
        height: 300px !important;
    }
    .ass-banner .banner-info {
        width: 70% !important;
    }
    .banner-info h1{
        font-size: 20px;
    }
    .ass-banner p{
        font-size: 12px;
    }
    .ass-nav.row>a{
        height: 120px;
        border-radius: 10px;
    }
    .ass-nav p{
        font-size: 12px;
    }
    .ass-nav img {
        width: 30px;
    }
    .text {
        margin-top: 30px !important;
    }
    .text h3{
        font-size: 15px !important;
    }
    .text p{
        font-size: 12px !important;
    }
}

body{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
* {
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
img {
    border: none;
}

i,
em {
    font-style: normal;
}
a:hover,
a {
    text-decoration: none;
    color: #333;
}



body {
    background-color: rgba(242,249,255,74%);
    font-family: PingFangSC-Medium;
}

.ass-banner {
    width: 100%;
    height: 400px;
    background: url("../images/pic_banner_资产通.png") no-repeat center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ccc;
    text-align: center;
}
.ass-banner .banner-info {
    width: 40%;
}
.ass-banner .banner-info span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #009;
    margin: 15px auto;
}
.ass-nav {
    padding: 0 30px;
}

.ass-nav>a {
    /* width: 500px; */
    margin-top: 80px;
    /*height: 240px;*/
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    text-align: center;
    color: #122345;
    font-size: 22px;
}
.ass-nav>a p {
    margin-top: 10px;
}
.text {
    margin-top: 80px;
    padding: 0 30px;
    /* width: 100%; */
}
.text h3{
    font-size: 24px;
    color: #122345;

}
.text p {
    color: #4C5566;
    font-size: 17px;
}
#myModal, #findPwdModal {
    top: 200px;
}
.bottom {
    height: 50px;
}
.inner a:hover{
    color: #122345 !important;
}


.thumbnail {
    border: 0;
}

.thumbnail:hover {
        transform: translateY(-10px);
        transition: 0.3s linear;
        border: 1px solid #3287FF;
}

