﻿body {
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 12px;
    background-color: #3598db
}

a {
    color: #fff
}

a:hover, a:focus {
    color: #d3e5f1;
    text-decoration: none
}
/*begin 图层蒙版效果*/
.shadow{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    z-index:99;
    overflow: hidden;
}
.top_prompt{
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    float: right;
    margin-right: 1rem;
    position: relative;
}
.top_prompt>p{
    padding-top: 10px;
    width: 10.5rem;
    white-space: normal;
    display: inline-block;
    vertical-align: top;
}
.top_prompt>img{
    position: relative;
    top:0;
    width: 4rem;
}
/*end*/
#page-container {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    overflow-x: hidden;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out
}

#main-container {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

#page-content {
    padding: 20px 5px 1px;
}

footer {
    text-align: right;
    padding: 10px;
    font-size: 12px;
    color: #fff
}

.text-white {
    color: #fff
}

.box-radius {
    vertical-align: middle;
    padding: 2px 5px;
    box-shadow: none;
    border: 0;
    background: transparent;
    color: #333;
    font-weight: 300;
    transition: none
}

.box-radius > i {
    text-align: center;
    color: #fff;
    width: 60px;
    height: 60px;
    padding: 18px 0;
    border-radius: 20%;
    display: block;
    margin-bottom: 6px;
    line-height: normal;
    transition: all .3s ease-in-out 0
}

.bg-blue {
    background: #217cba
}

.img-mobile img {
    margin-top: 20px
}
.img-mobile-yth img {
    margin-top: 20px
}


.list-unstyled > li {
    padding-top: 5px;
    margin-left: 20px
}

.text-sm {
    font-size: 14px;
}

@media screen and (min-width: 160px) {
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-size: 12px
    }

    h3 {
        margin-top: 0
    }

    strong {
        font-size: 12px
    }

    .list-unstyled > li {
        font-size: 12px
    }

    .box-radius.box-lg > i {
        width: 30px;
        height: 30px;
        padding: 8px 0;
        font-size: 15px
    }
    .img-mobile {
        background: none;
    }
    #slogan {
        font-size: 12px
    }
}

@media screen and (min-width: 320px) {
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-size: 14px
    }

    h3 {
        margin-top: 0
    }

    strong {
        font-size: 18px
    }

    .list-unstyled > li {
        font-size: 16px
    }

    .box-radius.box-lg > i {
        width: 50px;
        height: 50px;
        padding: 10px 0;
        font-size: 30px
    }
    .img-mobile {
        background: none;
    }
    #slogan {
        font-size: 16px
    }
}

@media screen and (min-width: 500px) {
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-size: 25px
    }

    h3 {
        margin-top: 0
    }

    strong {
        font-size: 18px
    }

    .list-unstyled > li {
        font-size: 16px
    }

    .box-radius.box-lg > i {
        width: 70px;
        height: 70px;
        padding: 15px 0;
        font-size: 40px
    }
    .img-mobile {
        background: none;
    }
   .img-mobile-yth {
        background: none;
    }

    #slogan {
        font-size: 20px
    }
}

@media screen and (min-width: 640px) {
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-size: 32px
    }

    h3 {
        margin-top: 20px
    }

    strong {
        font-size: 18px
    }

    .list-unstyled > li {
        font-size: 16px
    }

    .box-radius.box-lg > i {
        width: 100px;
        height: 100px;
        padding: 15px 0;
        font-size: 70px
    }
    .img-mobile {
        width: 267px;
        height: 485px;
        background: url(../image/mobile.png) no-repeat;
    }
    .img-mobile-yth {
        width: 267px;
        height: 485px;
        background: url(../image/mobile_yth.png) no-repeat;
    }

    #slogan {
        font-size: 40px
    }
}
