
.page-www-login .gy-top-wrap {
    width: 100%;
    background: #fff;
}

.page-www-login .gy-top-wrap .gy-top {
    max-width: 1280px;
    height: 100px;
    margin: 0 auto;
    padding-top: 15px;
}

.page-www-login .gy-top-wrap .gy-top-left {
    float: left;
    margin-right: 30px;
}

.page-www-login .gy-top-wrap .gy-top-right {
    float: right;
    margin-top: 16px;
}

.page-www-login .gy-top-wrap .gy-top-right a {
    width: 66px;
    height: 35px;
    font-family: 微软雅黑;
    font-size: 16px;
    color: #000;
    display: block;
    float: left;
    text-align: center;
    margin-left: 55px;
    cursor: pointer;
}

.page-www-login .gy-top-wrap .gy-top-right a:hover {
    color: #33a9eb;
    background: url(/public/zqdz/assets/web/common/images/about/gy_gywm09.gif) no-repeat bottom;
}

.page-www-login .wrapper{
    background: rgb(6, 21, 108);
    background: url(/public/zqdz/upload/public/login/1.png) no-repeat;
}
.page-www-login .wrapper .tab-content{he}

.wrapper-content{
    /* background: url(/public/zqdz/assets/web/page/www/contact/images/bg.jpg) no-repeat; */
}

.wrapper-left-ad {
    height:100%;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
.wrapper-left-ad img {
    width:100%;
    height:100%;
    /* max-height:560px; */
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
.wrapper-right-form{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    .wrapper-left-ad {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .wrapper-left-ad img {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .wrapper-right-form {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}

.copyright {
    /* position: absolute; */wd
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    line-height: 20px;
    text-align: center
}

.copyright .bottom {
    color: #8895a7
}

.copyright .bottom a {
    color: inherit;
    text-decoration: none
}

.copyright .bottom a:hover {
    text-decoration: underline
}

