﻿/* 通用超链接样式*/
a:link{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:hover{
    text-decoration: none;
    color:firebrick;
}

/* 公司官网链接样式 */
.hzgryscorp a:link{
	text-decoration: none;
    color:#ffffff;
}
.hzgryscorp a:visited{
	text-decoration: none;
    color:#ffeeba;
}
.hzgryscorp a:hover{
    text-decoration: none;
    color:#ffc107;
}


.grysbgcolor {
    background-color: #fcf8e3;
}

/* 修改主菜单中当前激活项的阴影 */
.main-navbar .nav-item.active .nav-link {
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.5);
}

/*.container { min-width: 570px;}*/
/* 极小屏幕 xm */
@media (max-width: 575px) {
    .grysfontset {
        font-size: 0.875rem;
    }
    .messagewidth {
        width: 100%;
    }
    .messagetabwidth50 {
        width: 100%;
    }
    .messagetabwidth75 {
        width: 100%;
    }
    .messageimg {
        width: 60px;
        height: 45px;
    }
    .choiseclass {
        font-size: 0.80em;
        font-weight: lighter;
        cursor: pointer;
    }
    .buttonclass {
        font-size: 0.80em;
    }
    .choisewidth {
        width: 100%;
    }
    .choisewidth_input {
        width: 100%;
    }
    .choisewidthless {
        width: 100%;
    }
    .logosize {
        width: 22px;
        height: 22px;
    }
    .logosizelist {
        width: 16px;
        height: 16px;
    }
    .sublogosizelist {
        width: 10px;
        height: 10px;
    }
    .hisenrborder {

    }
    .subject_maxheight{
    }
    .subjectmenu_maxheight{
        max-height: 20rem;
    }
    .enr_add_delfont {
        font-size: 1em;
    }
    .collbaseinfo {
        width: 100%;
    }
    .rankfont {
        font-size: 0.80em;
    }
    .collbasefont {
        font-size: 0.925em;
    }
    .serialfont {
        font-size: 0.75em;
    }
    .qrcode {
        width: 60px;
        height: 60px;
    }
    .firstsubimg {
        max-width: 60px;
    }
    .navimg {
        width: 70px;
        height: auto;
    }
    .corpfont {
        font-size: 0.525em;
    }
    .corpimg {
        width: 100%;
        height: auto;
    }
    .corpblank {
        height: 40px;
    }
}
/* 小屏幕 sm */
@media (min-width: 576px) and (max-width: 767px) {
    .grysfontset {
        font-size: 0.90rem;
    }
    .messagewidth {
        width: 100%;
    }
    .messagetabwidth50 {
        width: 80%;
    }
    .messagetabwidth75 {
        width: 100%;
    }
    .messageimg {
        width: 70px;
        height: 53px;
    }
    .choiseclass {
        font-size: 0.825em;
        font-weight: lighter;
        cursor: pointer;
    }
    .buttonclass {
        font-size: 0.825em;
    }
    .choisewidth {
        width: 100%;
    }
    .choisewidth_input {
        width: 100%;
    }
    .choisewidthless {
        width: 100%;
    }
    .logosize {
        width: 26px;
        height: 26px;
    }
    .logosizelist {
        width: 20px;
        height: 20px;
    }
    .sublogosizelist {
        width: 12px;
        height: 12px;
    }
    .hisenrborder {

    }
    .subject_maxheight{
    }
    .subjectmenu_maxheight{
        max-height: 20rem;
    }
    .enr_add_delfont {
        font-size: 1em;
    }
    .collbaseinfo {
        width: 100%;
    }
    .rankfont {
        font-size: 0.825em;
    }
    .collbasefont {
        font-size: 0.925em;
    }
    .serialfont {
        font-size: 0.80em;
    }
    .qrcode {
        width: 80px;
        height: 80px;
    }
    .firstsubimg {
        max-width: 80px;
    }
    .navimg {
        width: 80px;
        height: auto;
    }
    .corpfont {
        font-size: 0.625em;
    }
    .corpimg {
        width: 100%;
        height: auto;
    }
    .corpblank {
        height: 60px;
    }
}
/* 中屏幕 md */
@media (min-width: 768px) and (max-width: 991px) {
    .grysfontset {
        font-size: 0.95rem;
    }
    .messagewidth {
        width: 100%;
    }
    .messagetabwidth50 {
        width: 75%;
    }
    .messagetabwidth75 {
        width: 90%;
    }
    .messageimg {
        width: 80px;
        height: 60px;
    }
    .choiseclass {
        font-size: 0.85em;
        cursor: pointer;
    }
    .buttonclass {
        font-size: 0.85em;
    }
    .choisewidth {
        width: 100%;
    }
    .choisewidth_input {
        width: 100%;
    }
    .choisewidthless {
        width: 50%;
    }
    .logosize {
        width: 32px;
        height: 32px;
    }
    .logosizelist {
        width: 24px;
        height: 24px;
    }
    .sublogosizelist {
        width: 16px;
        height: 16px;
    }
    .hisenrborder {

    }
    .subject_maxheight{
        max-height: 75vh;
    }
    .subjectmenu_maxheight{
        max-height: 75vh;
    }
    .enr_add_delfont {
        font-size: 1em;
    }
    .collbaseinfo {

    }
    .rankfont {
        font-size: 0.90em;
        font-weight: bold;
    }
    .collbasefont {
        font-size: 0.90em;
        font-weight: bold;
    }
    .serialfont {
        font-size: 0.875em;
    }
    .qrcode {
        width: 70px;
        height: 70px;
    }
    .firstsubimg {
        max-width: 120px;
    }
    .navimg {
        width: 90px;
        height: auto;
    }
    .corpfont {
        font-size: 0.8em;
    }
    .corpimg {
        width: 75%;
        height: auto;
    }
    .corpblank {
        height: 80px;
    }
}
/* 大屏 lg */
@media (min-width: 992px) and (max-width: 1199px) {
    .grysfontset {
        font-size: 1.0rem;
    }
    .messagewidth {
        width: 50%;
    }
    .messagetabwidth50 {
        width: 60%;
    }
    .messagetabwidth75 {
        width: 80%;
    }
    .messageimg {
        width: 90px;
        height: 67px;
    }
    .choiseclass {
        font-size: 0.875em;
        cursor: pointer;
    }
    .buttonclass {
        font-size: 0.875em;
    }
    .choisewidth {
        width: 100%;
    }
    .choisewidth_input {
        width: 50%;
    }
    .choisewidthless {
        width: 25%;
    }
    .logosize {
        width: 36px;
        height: 36px;
    }
    .logosizelist {
        width: 30px;
        height: 30px;
    }
    .sublogosizelist {
        width: 20px;
        height: 20px;
    }
    .hisenrborder {
        border-left: 1px solid;
        border-color: #c5c5c5;
    }
    .subject_maxheight{
        max-height: 75vh;
    }
    .subjectmenu_maxheight{
        max-height: 75vh;
    }
    .enr_add_delfont {
        font-size: 0.90em;
    }
    .collbaseinfo {

    }
    .rankfont {
        font-size: 1.0em;
        font-weight: bold;
    }
    .collbasefont {
        font-size: 1.0em;
        font-weight: bold;
    }
    .serialfont {
        font-size: 0.925em;
    }
    .qrcode {
        width: 120px;
        height: 120px;
    }
    .firstsubimg {
        max-width: 160px;
    }
    .navimg {
        width: 100px;
        height: auto;
    }
    .corpfont {
        font-size: 0.925em;
    }
    .corpimg {
        width: 75%;
        height: auto;
    }
    .corpblank {
        height: 100px;
    }
}
/* 超大屏 xl */
@media (min-width: 1200px) {
    .grysfontset {
        font-size: 1.05rem;
    }
    .messagewidth {
        width: 50%;
    }
    .messagetabwidth50 {
        width: 50%;
    }
    .messagetabwidth75 {
        width: 75%;
    }
    .messageimg {
        width: 100px;
        height: 75px;
    }
    .choiseclass {
        font-size: 0.90em;
        cursor: pointer;
    }
    .buttonclass {
        font-size: 0.90em;
    }
    .choisewidth {
        width: 50%;
    }
    .choisewidth_input {
        width: 50%;
    }
    .choisewidthless {
        width: 25%;
    }
    .logosize {
        width: 42px;
        height: 42px;
    }
    .logosizelist {
        width: 36px;
        height: 36px;
    }
    .sublogosizelist {
        width: 24px;
        height: 24px;
    }
    .hisenrborder {
        border-left: 1px solid;
        border-color: #c5c5c5;
    }
    .subject_maxheight{
        max-height: 75vh;
    }
    .subjectmenu_maxheight{
        max-height: 75vh;
    }
    .enr_add_delfont {
        font-size: 0.90em;
    }
    .collbaseinfo {

    }
    .rankfont {
        font-size: 1.05em;
        font-weight: bold;
    }
    .collbasefont {
        font-size: 1.05em;
        font-weight: bold;
    }
    .serialfont {
        font-size: 1.0em;
    }
    .qrcode {
        width: 120px;
        height: 120px;
    }
    .firstsubimg {
        max-width: 200px;
    }
    .navimg {
        width: 110px;
        height: auto;
    }
    .corpfont {
        font-size: 1em;
    }
    .corpimg {
        width: 50%;
        height: auto;
    }
    .corpblank {
        height: 100px;
    }
}
