@charset "utf-8";

/* CSS Document */

body {
    font-family: "Î¢ÈíÑÅºÚ"
}

.top-dh-listbox {
    display: none;
}

.bottom-dh-box {
    margin-top: 0 !important;
}

.mail-index-box {
    background: url(/css/../images/first/mail-index-bg.jpg) no-repeat;
    background-size: cover;
    height: 680px;
    padding-top: 80px;
    box-sizing: border-box;
    overflow: hidden;
}

.mail-index-content {
    border-radius: 30px;
    overflow: hidden;
    -moz-box-shadow: 0px 0px 20px #bebebe;
    -webkit-box-shadow: 0px 0px 20px #bebebe;
    box-shadow: 0px 0px 20px #bebebe;
    background-color: #FFF;
}

.mail-index-content h1 {
    display: block;
    color: #2f5db8;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-top: 80px;
    margin-bottom: 35px;
}

.mail-btn {
    box-sizing: border-box;
    margin: 0 auto 30px auto;
    border: 1px #dee3fb solid;
    width: 440px;
    height: 104px;
    margin-bottom: 25px;
    border-radius: 5px;
    overflow: hidden;
}

.mail-btn div a {
    background-color: #FFF;
    display: block;
    border-radius: 5px;
    height: 104px;
    position: relative;
    overflow: hidden;
    display: block;
}

.mail-btn div a h1 {
    color: #282630;
    line-height: 28px;
    padding-left: 20px;
    font-size: 22px;
    margin-top: 20px;
    font-weight: normal;
}

.mail-btn div a h1 font {
    font-size: 18px;
    text-align: center;
    color: #2f5db8;
    display: block;
}

.mail-btn div a:hover {
    background-color: #2f5db8;
}

.mail-btn div a:hover * {
    color: #FFF;
}

.bottom_title {
    display: block;
    margin-top: 26px;
    color: #656565;
    font-size: 14px;
    text-align: center;
}

@media screen and (max-width:490px) {
    .mail-index-box {
        background-position: right bottom;
        height: auto;
        padding-top: 10px;
    }
    .mail-index-content {
        border-radius: 0;
    }
    .mail-index-content h1 {
        font-size: 1.5rem;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .mail-btn {
        width: 95%;
        margin: 0 auto 25px;
        padding: 15px;
        height: auto;
    }
    .mail-btn div h1 {
        font-size: 1.25rem;
    }
    .mail-btn div a {
        font-size: 1rem;
        height: auto;
    }
    .mail-btn div a h1 {
        margin: 0;
    }
    .mail-index-box h2 {
        width: 100%;
        font-size: 0.875rem;
        padding: 0 10px;
        box-sizing: border-box;
        margin-bottom: 15px;
    }
}