﻿* {
    -webkit-overflow-scrolling: touch;
}

body {
    background-color: #edf9fc;
    cursor: pointer;
    margin:auto;
}

.x-panel-top{
    right:0;
    margin: 0 auto;
}
.x-panel-bottom {
    height: 60px !important;
    margin: 0 auto;
    right:0;
    max-width: 650px;
}

.btn-group {
    border-top: 1px solid #333 !important;
    font-family: "雅黑",Arial;
}

.x-panel-bottom .btn {
    height: 60px !important;
    border-top: none !important;
}

    .x-panel-bottom .btn i {
        width: 32px;
        height: 32px;
        display: block;
        margin: auto;
    } 
  
.x-panel-bottom .btn span {
    font-weight: normal;padding-top: 39px;
}

.x-panel .x-panel-top {
    max-width: 650px;
}

.x-panel .x-panel-content {
    top: 48px;
    -webkit-overflow-scrolling: touch;
    bottom: 60px;
    overflow: overlay !important;
    margin: 0 auto;
    max-width: 650px;
}
.x-panel .nobottom {
    bottom: 0px;
}

.glyphicon-chevron-right.green, .glyphicon-chevron-righ.green {
    color: green;
}

.glyphicon-chevron-right.blue, .glyphicon-chevron-righ.blue {
    color: blue;
}

a {
    color: #080;
    text-decoration: none;
}

    a:hover {
        color: #F60;
        text-decoration: none;
    }

    a.x-row {
        color: #333;
    }


/*å¼¹çª—*/
.dialog {
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: none;
    color: #000;
}

.dialog-cnt {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    pointer-events: auto;
    position: relative;
    margin: 0 auto;
    top: 8%;
    text-align: center;
}

.dialog-bd {
    min-height: 71px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    display: -webkit-box;
    display: block;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
}

#tip.dialog, .tip.dialog {
    background: rgba(0, 0, 0, 0.4);
}

#tip .dialog-cnt, .tip .dialog-cnt {
    background: #ffffff;
    text-align: center;
    border-radius: 8px;
    width: 80%;
    top: 30%;
    box-shadow: 0 8px 4px rgba(0, 0, 0, 0.2);
    border: 1.5px solid #f60;
    max-width: 30em;
}

#tip p, .tip p {
    margin: 10px 0;
}
#tip .text {
    padding:20px 0;
}



.x-titlebar {
    height: 100%;
    line-height: 100%;
    z-index: 1000;
    margin: 0 auto;
    background: -webkit-linear-gradient(right, #00dbde, #fc00ff);
    background: -o-linear-gradient(right, #00dbde, #fc00ff);
    background: -moz-linear-gradient(right, #00dbde, #fc00ff);
    background: linear-gradient(right, #00dbde, #fc00ff);
    box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
    -moz-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
    -webkit-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
    -o-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
    -ms-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
}

    .x-titlebar div {
        height: 100%;
        line-height: 100%;
    }

    .x-titlebar a {
        color: #FFF;
    }


.banner {
    text-align: center;
}

    .banner img {
        border: 0 none;
        width: 100%;
        height: auto;
        max-width: 100%;
        vertical-align: top;
        letter-spacing: 0;
    }

.x-orange {
    color: #ffffff;
    background-color: #F60 !important;
    border-color: #F60 !important;
    height: 35px;
    margin: auto;
}

#uploading_pic {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
    #uploading_pic .dialog-cnt {
        background: #ffffff;
        text-align: center;
        border-radius: 8px;
        position: fixed;
        width: 120px;
        top: 40%;
        left: 0;
        right:0;
        margin: auto;
        box-shadow: 0 8px 4px rgba(0, 0, 0, 0.2);
        border: 1px solid #fff;
    }

        #uploading_pic .dialog-cnt div {
            margin: 10px 0;
        }
        #uploading_pic .dialog-cnt p {
            margin-top:15px;
        } 


/*导航栏开始*/

.footer-nav {
    /*position: absolute;
    bottom: 0;*/
    width: 100%;
    height: 60px;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin:auto;
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #666;
    transition: all 0.3s;
}

    .nav-item i {
        font-size: 20px;
        margin-bottom: 3px;
        text-align:center;
    }
    .nav-item i img{
        width:24px;
        height:24px;
        margin:auto;
    }

    .nav-item span {
        font-size: 12px;
        transform: scale(0.9);
    }

    /* 激活状态 */
    .nav-item.active {
        color: #007bff;
    }
/*导航栏结束*/