﻿@charset "utf-8";
/*UserArea Home Index*/

.main {
    position: relative;
    /**/
    padding-top: 120px;
    margin-bottom: 50px;
}

.main-frame{
    margin: auto;
    /**/
    width: 90%;
    max-width: 1200px;
}

.main-sub{
    color: #303030;
    /**/
    font-size: 24px;
    margin-bottom: 20px;
}

.main-txt {
    color: #808080;
    /**/
    text-indent: 40px;
    font-size: 20px;
}

.intro {
    position: relative;
    /**/
    margin-bottom: 50px;
}

.intro-frame {
    margin: auto;
    text-align: center;
    /**/
    width: 90%;
    max-width: 1200px;
}

.intro-cont {
    display: inline-block;
    background: #f5f5f5;
    vertical-align: top;
    text-align: left;
    /**/
    width: 45%;
    margin-left: 20px;
    margin-right: 20px;
    height: 160px;
    padding: 15px;
    border-radius: 15px; 
}

.intro-sub{
    color: #2080ff;
    /**/
}

.intro-txt{
    color: #505050;
    /**/
    text-indent: 32px;
}

.guide {
    position: relative;
    /**/
}

.guide-frame {
    margin: auto;
    text-align: center;
    /**/
    width: 90%;
    max-width: 1200px;
}

.guide-cont{
    background: #f0f8ff;
    /**/
    border-radius: 15px;
    margin-bottom: 50px;
}

.guide-sub {
    color: #50a0ff;
    font-weight: bold;
    /**/
    font-size: 24px;
    line-height: 64px;
}

.guide-item {
    background: rgba(255,255,255,0);
    color: #2080ff;
    display: inline-block;
    /**/
    border-radius: 10px;
    font-size: 16px;
    line-height: 50px;
    width: 220px;
    margin-left: 15px;
    margin-right: 15px;
}

.guide-links{
    /**/
    line-height: 48px;
    padding-bottom: 10px;
}

.guide-links a{
    color: #ffffff;
    display: inline-block;
    background: #ff60b0;
    /**/
    margin-left: 15px;
    margin-right: 15px;
    width: 80px;
    line-height: 32px;
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.3);
    border-radius: 5px;
}



/* 响应式 屏幕分辨率 1600~ */
@media screen and (min-width : 1600px ) {
}

/* 响应式 屏幕分辨率 1200~1599 */
@media screen and (min-width: 1200px ) and (max-width: 1599px) {
    .main {
        padding-top: 100px;
        margin-bottom: 40px;
    }

    .main-frame {
        width: 90%;
        max-width: 1000px;
    }

    .main-sub {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .main-txt {
        text-indent: 40px;
        font-size: 18px;
    }

    .intro {
        margin-bottom: 50px;
    }

    .intro-frame {
        width: 90%;
        max-width: 1000px;
    }

    .intro-cont {
        width: 46%;
        margin-left: 18px;
        margin-right: 18px;
        height: 160px;
        padding: 15px;
        border-radius: 15px;
    }

    .intro-sub {
    }

    .intro-txt {
        text-indent: 32px;
    }

    .guide {
    }

    .guide-frame {
        width: 90%;
        max-width: 1200px;
    }

    .guide-cont {
        border-radius: 15px;
        margin-bottom: 50px;
    }

    .guide-sub {
        font-size: 24px;
        line-height: 64px;
    }

    .guide-item {
        border-radius: 10px;
        font-size: 16px;
        line-height: 50px;
        width: 200px;
        margin-left: 12px;
        margin-right: 12px;
    }

    .guide-links {
        line-height: 48px;
    }

        .guide-links a {
            margin-left: 15px;
            margin-right: 15px;
        }

}

/* 响应式 屏幕分辨率 992~1199 */
@media screen and (min-width: 992px ) and (max-width: 1199px) {
    .main {
        padding-top: 100px;
        margin-bottom: 40px;
    }

    .main-frame {
        width: 90%;
        max-width: 1000px;
    }

    .main-sub {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .main-txt {
        text-indent: 40px;
        font-size: 18px;
    }

    .intro {
        margin-bottom: 40px;
    }

    .intro-frame {
        width: 95%;
        max-width: 900px;
    }

    .intro-cont {
        width: 46%;
        margin-left: 15px;
        margin-right: 15px;
        height: 170px;
        padding: 15px;
        border-radius: 15px;
    }

    .intro-sub {
    }

    .intro-txt {
        text-indent: 32px;
    }

    .guide {
    }

    .guide-frame {
        width: 90%;
        max-width: 960px;
    }

    .guide-cont {
        border-radius: 15px;
        margin-bottom: 50px;
    }

    .guide-sub {
        font-size: 24px;
        line-height: 64px;
    }

    .guide-item {
        border-radius: 10px;
        font-size: 16px;
        line-height: 45px;
        width: 180px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .guide-links {
        line-height: 48px;
    }

        .guide-links a {
            margin-left: 15px;
            margin-right: 15px;
        }

}

/* 响应式 屏幕分辨率 576~991 */
@media screen and (min-width: 576px ) and (max-width: 991px) {
    .main {
        padding-top: 15px;
        margin-bottom: 20px;
    }

    .main-frame {
        width: 90%;
        max-width: 1000px;
    }

    .main-sub {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .main-txt {
        text-indent: 40px;
        font-size: 16px;
    }

    .intro {
        margin-bottom: 10px;
    }

    .intro-frame {
        width: 100%;
        max-width: 700px;
    }

    .intro-cont {
        width: 45%;
        min-width: 330px;
        margin-left: 8px;
        margin-right: 8px;
        height: 152px;
        padding: 12px;
        border-radius: 15px;
        margin-bottom: 20px;
    }

    .intro-sub {
    }

    .intro-txt {
        font-size: 14px;
        text-indent: 28px;
    }

    .guide {
    }

    .guide-frame {
        width: 95%;
        max-width: 1200px;
    }

    .guide-cont {
        border-radius: 15px;
        margin-bottom: 30px;
    }

    .guide-sub {
        font-size: 18px;
        line-height: 48px;
    }

    .guide-item {
        border-radius: 5px;
        font-size: 16px;
        line-height: 40px;
        width: 120px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .guide-links {
        line-height: 48px;
    }

        .guide-links a {
            margin-left: 15px;
            margin-right: 15px;
        }
}

/* 响应式 屏幕分辨率 360~575 */
@media screen and (min-width: 360px ) and (max-width: 575px) {
    .main {
        padding-top: 10px;
        margin-bottom: 15px;
    }

    .main-frame {
        width: 90%;
        max-width: 1000px;
    }

    .main-sub {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .main-txt {
        text-indent: 40px;
        font-size: 14px;
    }

    .intro {
        margin-bottom: 0px;
    }

    .intro-frame {
        width: 100%;
        max-width: 700px;
    }

    .intro-cont {
        width: 330px;
        margin-left: 8px;
        margin-right: 8px;
        height: auto;
        padding: 12px;
        border-radius: 15px;
        margin-bottom: 20px;
    }

    .intro-sub {
    }

    .intro-txt {
        font-size: 14px;
        text-indent: 28px;
    }

    .guide {
    }

    .guide-frame {
        width: 95%;
        max-width: 1200px;
    }

    .guide-cont {
        border-radius: 15px;
        margin: auto;
        margin-bottom: 20px;
        max-width: 380px;
    }

    .guide-sub {
        font-size: 18px;
        line-height: 48px;
    }

    .guide-item {
        border-radius: 5px;
        font-size: 16px;
        line-height: 30px;
        width: 120px;
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 6px;
    }

    .guide-links {
        line-height: 24px;
        padding-bottom: 10px;
        margin-top: 5px;
    }

        .guide-links a {
            margin-left: 10px;
            margin-right: 10px;
        }
}

/* 响应式 屏幕分辨率 ~359 */
@media screen and (max-width: 359px) {
    .main {
        padding-top: 10px;
        margin-bottom: 15px;
    }

    .main-frame {
        width: 90%;
        max-width: 1000px;
    }

    .main-sub {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .main-txt {
        text-indent: 40px;
        font-size: 14px;
    }

    .intro {
        margin-bottom: 0px;
    }

    .intro-frame {
        width: 100%;
        max-width: 700px;
    }

    .intro-cont {
        width: 300px;
        margin-left: 8px;
        margin-right: 8px;
        height: auto;
        padding: 12px;
        border-radius: 15px;
        margin-bottom: 20px;
    }

    .intro-sub {
    }

    .intro-txt {
        font-size: 14px;
        text-indent: 28px;
    }

    .guide {
    }

    .guide-frame {
        width: 95%;
        max-width: 1200px;
    }

    .guide-cont {
        border-radius: 15px;
        margin: auto;
        margin-bottom: 20px;
        max-width: 340px;
    }

    .guide-sub {
        font-size: 16px;
        line-height: 44px;
    }

    .guide-item {
        border-radius: 5px;
        font-size: 15px;
        line-height: 30px;
        width: 120px;
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 6px;
    }

    .guide-links {
        line-height: 24px;
        padding-bottom: 10px;
        margin-top: 5px;
    }

        .guide-links a {
            margin-left: 8px;
            margin-right: 8px;
        }
}

/*NJVD*/
