/* ----------FOOTER---------- */
footer {
    display: block;
    padding: 0;
    margin: 0 auto;
    max-width: none;
    width: 100%;
    background: #dcdddd;
}

.foot {
    padding: 80px 100px;
    margin: 0 auto;
    max-width: calc(2560px - 200px);
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
}

.fast-link-box {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.fast-link {
    float: left;
    width: 180px;
}

.fast-link h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #222222;
    margin-bottom: 30px;
}

.fast-link ul li a {
    font-size: 18px;
    line-height: 30px;
    display: block;
    transition: all .3s ease-in-out;
}

.fast-link ul li a:hover {
    color: #333333;
    transform: scale(1.1);
}

/*LINK ICON*/
.link-icons {
    /* float: right; */
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.link-icons h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #333333;
    text-align: right;
    padding-right: 10px;
}

.link-icons h3 a {
    color: #333333;
}

.link-icons .logo {
    position: relative;
    top: 0;
    width: 210px;
    min-width: 210px;
    height: 30px;
    margin: 0;
    /* float: right; */
    background-position: right center;
    background: url(../imgs/logo_grado.svg) no-repeat right center / auto 100%;
}

.link-icons .logo a {
    width: 100%;
}

.link-icons .logo-sub {
    width: 100%;
    height: 40px;
    margin: 0;
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;

    display: none;
}

.link-icons .logo-sub a{
    display: block;
    height: 40px;
    background-position: right center;
}

.link-icons .logo-sub a.logo-gradocontract{
    vertical-align: middle;
    width: 140px;
    margin-right: 30px;
    background: url(../imgs/logo_gradocontract.svg) no-repeat right center / 60%;
}

.link-icons .logo-sub a.logo-gewucasa{
    vertical-align: middle;
    width: 120px;
    background: url(../imgs/logo_gewucasa.svg) no-repeat right center / 100%;
}

/*LINK ICON - ICON*/
.link-icons ul {
    padding-top: 30px;
    display: flex;
    justify-content: flex-end;
}

.link-icons ul li {
    width: 40px;
    height: 40px;
    margin-left: 20px;
}

.link-icons ul li a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    border: 1px solid #333333;
    background: url(../imgs/ico_weixin.svg) no-repeat center center / 70%;
    transition: all .3s ease-in-out;
}

.link-icons ul li a.weixin {
    background-image: url(../imgs/ico_weixin.svg);
}

.link-icons ul li a.pinterest {
    background-image: url(../imgs/ico_pinterest.svg);
}

.link-icons ul li a.instagram {
    background-image: url(../imgs/ico_instagram.svg);
}

.link-icons ul li a.linkedin {
    background-image: url(../imgs/ico_linkedin.svg);
}

.link-icons ul li a.xiaohongshu {
    background-image: url(../imgs/ico_xiaohongshu.svg);
}

.link-icons ul li a:hover {
    background-color: #333333;
    border: 1px solid #333333;
    background-size: 80%;
}

.link-icons ul li a:hover.weixin {
    background-image: url(../imgs/ico_weixin_hover.svg);
}

.link-icons ul li a:hover.pinterest {
    background-image: url(../imgs/ico_pinterest_hover.svg);
}

.link-icons ul li a:hover.instagram {
    background-image: url(../imgs/ico_instagram_hover.svg);
}

.link-icons ul li a:hover.linkedin {
    background-image: url(../imgs/ico_linkedin_hover.svg);
}

.link-icons ul li a:hover.xiaohongshu {
    background-image: url(../imgs/ico_xiaohongshu_hover.svg);
}

/*LINK ICON - TEXT*/
.link-icons dl {
    display: block;
    clear: both;
    padding-top: 15px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}

.link-icons dl dd {
    text-align: right;
}

.link-icons dl dd a {
    display: block;
    line-height: 24px;
    color: #333333;
    transition: all .3s ease-in-out;
}

.link-icons dl dd a:hover {
    /* color: #000000; */
    transform: scale(1.1);
}



/*SUBSCRIPTION*/
.subscription {
    clear: both;
    padding-top: 90px;
    display: block;
    width: 100%;
}

.subscription h4 {
    font-weight: 400;
    line-height: 30px;
    color: #777777;
}

.subscription div {
    display: flex;
}

.subscription div input {
    width: 100%;
    height: 40px;
    border: 1px solid #999;
    border-radius: 4px 0 0 4px;
    /* outline: none; */
    font-size: 16px;
    line-height: 40px;
    text-indent: 10px;
}

.subscription div input::placeholder {
    color: #cccccc;
}

.subscription div button {
    width: 200px;
    min-width: 200px;
    height: 42px;
    line-height: 42px;
    background: #333333;
    border-radius: 0 4px 4px 0;
    border: none;
    color: #ffffff;
    font-size: 16px;
    padding: 0 20px;
    cursor: pointer;
    margin-left: -4px;
}

.subscription div button:hover {
    background: #666666;
}

.subscription p {
    line-height: 40px;
    color: #777777;
}

.subscription p a {
    border-bottom: 1px solid #777777;
}

.bottom {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.awards {
    display: flex;
}

.awards li {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.copyright {
    line-height: 40px;
    color: #777777;
}

.beian {
    flex-shrink: 0;
    color: #999999;
    margin-top: 40px;
    line-height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
}

.beian a {
    color: #999999;
    margin: 0 20px;
}

.beian img {
    vertical-align: middle;
    padding: 0 10px;
}

.beian span {
    margin: 0 20px;
}



/* ----------GOTO TOP---------- */
.gotop {
    display: none;
    position: fixed;
    right: 50px;
    bottom: 100px;
    opacity: 0;
    width: 100px;
    height: 100px;
    transition: all .5s ease-in-out;
}

.gotop a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: url(../imgs/ico_go_top.svg) no-repeat center center /90%;
    transition: background .3s ease-in-out;
}

.gotop a:hover {
    opacity: 1;
    background-position: top center;
}

.gotop-show {
    display: block;
    bottom: 300px;
    opacity: 1;
}



/* ----------LAYER QRCODE---------- */
.qrcode {
    visibility: hidden;
    position: fixed;
    z-index: 1001;
    left: calc(50% - 240px);
    top: calc(50% - 240px);
}

.qrcode .qrcode-box {
    width: 440px;
    height: 440px;
    margin: 0 auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0.9);
    opacity: 0;
    transition: all .3s ease-in-out;
}

.qrcode .qrcode-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.qrcode-show {
    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qrcode-show .qrcode-box {
    transform: scale(1);
    opacity: 1;
}

.login,
.notice {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    display: flex;
    align-content: center;
    align-items: center;
    visibility: hidden;
}

.login-show,
.notice-show {
    visibility: visible;
}

/* ----------MESSAGE---------- */
.btn-message {
    display: block;
    position: fixed;
    right: 50px;
    bottom: 100px;
    opacity: .7;
    width: 100px;
    height: 100px;
    cursor: pointer;
    background: url(../imgs/ico_message_open.svg) no-repeat center center /90%;
    transition: all .5s ease-in-out;
}

.btn-message:hover {
    opacity: 1;
    background-position: top center;
}

.btn-message-open {
    background: url(../imgs/ico_message_close.svg) no-repeat center center /90%;
}
.message {

}






/*-----------------------------------1250 pc------------------------------*/
@media screen and (max-width:1250px) {
    footer {
        padding: 0;
        margin: 0 auto;
        max-width: none;
        width: 100%;
    }

    .gotop {
        right: 10px;
    }

    .btn-message {
        right: 10px;
    }

    .foot {
        padding: 60px;
    }
}



/*-----------------------------------1000 mobile------------------------------*/
@media screen and (max-width:1000px) {

    /*FOOTER*/
    footer {
        padding: 0;
        margin: 0;
        max-width: none;
        width: 100%;
    }

    .foot {
        padding: 40px;
    }

    .fast-link-box {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        justify-content: flex-start;
    }

    .fast-link {
        margin-bottom: 40px;
        text-indent: 0;
        width: 25%;
    }

    .fast-link:last-child {
        width: 50%;
    }

    .fast-link h3 {}

    .fast-link ul li a {
        line-height: 40px;
    }

    .link-icons {
        clear: both;
        width: 100%;
        border-top: 1px solid #cccccc;
        margin-top: 50px;
        padding-top: 20px;
        align-items: flex-start;
    }

    .link-icons h3 {
        display: none;
    }

    .link-icons dl {
        align-items: flex-start;
    }

    .link-icons dl dd a {
        line-height: 40px;
        color: #777777;
    }

    .link-icons .logo {
        display: none;
    }
    
    .link-icons .logo-sub {
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        display: none;
    }

    .link-icons ul {
        clear: none;
        float: none;
        padding-top: 0;
        display: flex;
        justify-content: flex-end;
    }

    .link-icons ul li {
        width: 40px;
        height: 40px;
        margin-left: 20px;
    }

    .link-icons ul li:first-child {
        margin-left: 0;
    }

    .subscription div {
        margin: 10px 0;
    }

    .subscription div input {
        height: 40px;
        line-height: 40px;
        border-radius: 6px 0 0 6px;
        font-size: 24px;
        text-indent: 15px;
    }

    .subscription div input {
        font-size: 18px;
    }

    .subscription div button {
        width: 150px;
        min-width: 150px;
        height: 42px;
        line-height: 42px;
        border-radius: 0 6px 6px 0;
        font-size: 18px;
    }

    .bottom {
        display: flex;
        flex-direction: column;
    }

    .awards {
        width: 100%;
        justify-content: space-between;
    }

    .awards li {
        width: 60px;
        height: 60px;
        margin-right: 0;
    }

    .copyright {
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        margin-top: 30px;
        padding: 30px 0;
        border-top: 1px solid #cccccc;
    }

    .beian {
        font-size: 18px;
        margin: 0;
        line-height: 36px;
        text-align: center;
        padding: 0;
    }
}


/*-----------------------------------600 mobile------------------------------*/
@media screen and (max-width:600px) {

    /*FOOTER*/
    footer {
        margin-top: 0;
        padding: 0;
    }

    .foot {
        padding: 20px;
        margin: 0;
        width: calc(100% - 40px);
        max-width: none;
    }

    .fast-link-box {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        justify-content: space-between;
    }

    .fast-link {
        width: calc(50% - 10px);
        margin-bottom: 40px;
        text-indent: 0;
    }

    .fast-link h3 {
        font-size: 16px;
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px solid #dddddd;
        width: calc(100% - 0px);
    }

    .fast-link ul li a {
        line-height: 20px;
        padding: 5px 0;
        display: block;
        font-size: 16px;
    }

    .fast-link:last-child {
        width: 100%;
        min-width: 100%;
    }

    .fast-link:last-child ul {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .fast-link:last-child ul li {
        width: 50%;
        min-width: 50%;
    }

    .link-icons {
        margin-top: 0;
    }

    .link-icons ul {
        display: flex;
        justify-content: space-around;
    }

    .link-icons ul li {
        margin-left: 10px;
    }

    .awards li {
        height: auto;
        margin-right: 0;
    }

    .subscription {
        padding-top: 60px;
    }

    .subscription div input {
        font-size: 16px;
    }

    .subscription div button {
        width: auto;
        min-width: auto;
        font-size: 16px;
    }

    .bottom {
        width: 100%;
    }

    .copyright {
        font-size: 14px;
        line-height: 1;
    }

    .beian {
        font-size: 14px;
        line-height: 1;
        width: 100%;
    }

    .beian a {
        color: #999999;
        display: block;
    }

    /*LAYER*/
    .qrcode {
        left: 0;
        top: calc(50% - 240px);
    }

    .qrcode .qrcode-box {
        width: 100%;
        height: auto;
        padding: 20px;
    }

}