﻿body {
    width: 100%;
}

.webLeft {
    position: fixed;
    left: 0;
    display: block;
    width: calc(50% - 10rem);
    height: 100%;
    top: 0;
    z-index: 999;
    background: #282828;
}

.webRight {
    position: fixed;
    right: 0;
    display: block;
    width: calc(50% - 10rem);
    height: 100%;
    top: 0;
    z-index: 999;
    background: #282828;
}

#g_web {
    overflow-x: hidden;
    margin: 0 auto;
    max-width: 640px;
    width: 100%;
    min-height: 100vh;
    display: none;
    position: relative;
}


/*MAIN*/
#webHeader {
    position: absolute;
    top: 0;
    width: 20rem;
    height: 3rem;
    left: 50%;
    margin-left: -10rem;
    overflow: hidden;
    background: #cbc9d5;
    /*-moz-box-shadow: 0px 4px 2px #1a1822;
    -webkit-box-shadow: 0px 4px 2px #1a1822;
    box-shadow: 0px 4px 2px #1a1822;
    -ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 4, Direction = 180, Color = '#1a1822')";*/
    z-index: 9;
}

#webFooter {
    position: absolute;
    bottom: 0rem;
    width: 20rem;
    height: 3rem;
    left: 50%;
    margin-left: -10rem;
    overflow: hidden;
    background: #2b2937;
    /*-moz-box-shadow: 0px 4px 2px #1a1822;
    -webkit-box-shadow: 0px 4px 2px #1a1822;
    box-shadow: 0px 4px 2px #1a1822;
    -ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 4, Direction = 180, Color = '#1a1822')";*/
    z-index: 9;
}

#PageIndex {
    width: 20rem;
    position: absolute;
    top: 3rem;
    left: 0;
    bottom: 3rem;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    z-index: 8;
}
/*主页滚动条 置顶图标*/
#gotoTop {
    display: none;
    position: fixed;
    bottom: 3rem;
    right: 50%;
    margin-right: -9.8rem;
    margin-bottom: 0.1rem;
    z-index: 104400;
    background: #0993d3;
    color: #fff;
    font-weight: bolder;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    font-size: 0.6rem;
}

/*modal*/
.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1090;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate3d(0,-25%,0);
        -o-transform: translate3d(0,-25%,0);
        transform: translate3d(0,-25%,0);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 6vw 3vw 0 3vw;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.2rem;
    outline: 0;
    -webkit-box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,.5);
    box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1089;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    padding: 5vw;
    border-bottom: 1px solid #e5e5e5;
}


.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 5vw;
    overflow-x: hidden;
    overflow-y: scroll;
}

.modal-footer {
    padding: 5vw;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 2vw;
    }


    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }


@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.modal-header .close {
    float: right;
    font-size: 7vw;
    font-weight: 700;
    line-height: 1;
    color: #000;
    filter: alpha(opacity=20);
    opacity: .2;
    margin-top: 0;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal-footer .btn {
    height: 10vw;
    padding: 1.5vw 3vw;
    font-size: 4vw;
    line-height: 1.42857143;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0.1rem;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-group {
    overflow: hidden;
}

    .form-group label {
        margin-top: 2vw;
    }

    .form-group .controlsl {
        padding-top: 1vw;
    }

.form-control {
    display: block;
    width: 100%;
    height: 10vw;
    padding: 1.5vw 3vw;
    font-size: 3.5vw;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0.1rem;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn.btn-default {
        color: #555;
        background-color: #fff;
    }

    .btn.btn-primary {
        color: #fff;
        background-color: #428bca;
        border-color: #357ebd;
    }