html,
body {
    height: 100%;
    position: relative;
    min-height:850px;
    min-width:1000px;

}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -40px;
    padding: 0 0 40px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}
a{
    text-decoration: none;
}
/*
为了首页布局将 .container 的padding抵消掉，其他页面不变
*/
.uncontainer{
    margin: 0 -60px 0;
}


.footer {
    height: 40px;
    background-color: #ff7575;
    padding-top: 10px;
    color:white;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}


@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}
body .nav > li > a:hover, .nav > li > a:focus{
    background-color:#f10000;
}
.nav > li > form > button.logout:focus {
    outline: none;
}
.navbar a{
    color:white;
}
.navbar a:hover{
    color:lightblue;
}
.navbar .btn-link{
    color:white;
}
.navbar .btn-link:hover{
    color:lightblue;
}
.has-error{
    height:34px;
}
#sloganRow{
    position: absolute;
    width:145px;
    height:19px;
    color:white;
    overflow:hidden;
    margin-left:50%;
    left:-72px;
    top:15px;
}
#sloganList{
    display:inline-block;
    height:60px;
    padding-left:0;
    position:relative;
    margin-bottom:0;
}
#sloganList li{
    line-height:20px;
    list-style: none;
    margin-top:0;
    font-size:18px;
}

/* ------------------   site-index  --------------------- */
.backButton{
    position: absolute;
    top:10px;
    left:10px;
}
.loadingIcon{
    width:50px;
    height:10px;
    position: absolute;
    top:200px;
    left:255px;
    background: transparent url(../loadingIcon.gif);
}
.displayNone{
    display:none;
}
.displayNow{
    display:block;
}
.modal-content{
    background-color:#f4f4f4;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    position: relative;
}
.modal-header{
    background-color:#ef2840;
    color:white;
}
.modal-title{
    text-align: center;
}
.xuanguTips{
    font-size:20px;
    text-align: center;
}
.xuangulistBody{
    height:600px;
    width:560px;
}
.gupiaolistBody{
    height:671px;
    width:560px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.modal-footer{
    background-color:white;
    text-align: center;
}
.xuangulistBody .btn{
    width: 140px;
    height:50px;
    text-align: center;
    vertical-align: middle;
    color:black;
    background:white;
    border:none;
    line-height:34px;
    font-size:16px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.xuangulistBody .col-xs-4{
    text-align: center;
}
.xuangulistBody .row{
    margin-top:20px;
    margin-bottom:20px;
}

.returnBtn{
    background:transparent url(../returnBtn.png) no-repeat;
    border:none;
    background-position: center;
    color:transparent;
}
.returnBtn:hover{
    border:none;
    background-color: transparent;
    color:transparent;
}

.gupiaolistBody .rowHeader{
    font-size:18px;
    font-weight: bold;
    text-align: center;
    padding-top:5px;
    padding-bottom:5px;
}
.gupiaolistBody .rowBody{
    border-top:1px solid #ebebeb;
    border-bottom:1px solid #ebebeb;
    padding-top:5px;
    padding-bottom:5px;
    font-size:16px;
    text-align: center;
    cursor: pointer;
}
.rowBody .stockCode{
    font-size:12px;
}
.rowBody .lastPrice{
    color:red;
}
.rowBody .lastPrice,
.rowBody .upDownPercent,
.rowBody .insertTime{
    margin-top:10px;
    margin-bottom:10px;
}
.insertTime{
    font-size:12px;
}
.alert{
    display:none;
    position:absolute;
    width:500px;
    left:50%;
    margin-left:-250px;
    top:260px;
    z-index:999;
    text-align: center;
}

.search_suggest{
    position:absolute;
    z-index:999;
    width:62%;
    min-width:165px;
    border:1px solid #d43f3a;
    border-top:none;
    display:none;
    background-color:rgba(255,255,255,0.75)
}
.search_suggest ul{
    margin:0;
    padding-left:12px;
}
.search_suggest li{
    height:24px;
    overflow:hidden;
    line-height:24px;
    cursor:default;
}
.search_suggest li.hover{
    background:#DDDDDD;
}

.progress-container{
    position: absolute;
    width:300px;
    margin-top:-50%;
    left:50%;
    margin-left:-150px;
}

 .transparent{
     display:none;
 }
.zixuanguRow{
    height:28px;
}
.flagsLabels{
    width:12px;
    position:absolute;
}
.itemImg{
    width:30px;
    height:30px;
}
.smallText{
    font-size:12px;
}
.highcharts-range-selector-buttons,
.highcharts-input-group,
.highcharts-credits{
    display:none;
}
.bg-userDefine {
    background-color: lightgreen;
}
.navbar-brand{
    color:white;
}
.navbar-brand a:hover{
    color:lightblue;
}
.footer > .container a{
    color:white;
    text-decoration: none;
}
.footer > .container a:hover{
    color:lightblue;
}

#XuanGuButton{
    display:none;
    padding:0;
    margin-bottom:10px;
}
#xuanguModalTrigger{
    width:100%;
    height:38px;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
    border-radius:1px;
    font-size:18px;
}
.sectionHeader{
    -webkit-box-shadow: 0 1px 2px 1px #dbdbdb;
    -moz-box-shadow: 0 1px 2px 1px #dbdbdb;
    box-shadow: 0 1px 2px 1px #dbdbdb;
    background-color:#f5f5f5;
}
.conclusionContent p{
    margin-bottom:4px;
}
.conclusionContent p:last-child{
    border-top:1px dashed white;
}
.conclusionContent{
    height:236px;
}
.zixuanguRow{
    padding-top:2px ;
    background-color:#f5f5f5;
}
.zixuanguRow:hover{
    background-color:#dfe8e8;
}
.zxgListCodeClickEvent:hover,
.zxgListNameClickEvent:hover{
    cursor:pointer;
}

.glyphicon-thumbs-up:before{
    : 2;
}

.navbar-brand:after{
    display:inline-block;
    content: '';
    width:69px;
    height: 32px;
    background-image:url(../bull.png);
    vertical-align: middle;
    margin-top:-7px;

}
.chartDiv{
    position: relative;
}
.chartDiv .legendTitle{
    position: absolute;
    bottom:21px;
    left:20px;
    font-weight: bold;
}
#container{
    width:100%;
}
.indexDescribe{
    background-color:white;
    padding-left:20px;
    padding-bottom:10px;
}

.suggestionList{
    height:350px;
    overflow:hidden;
    padding-left:0;
    position:relative;
}
#suggestionForm{
    padding-bottom:5px;
}
#suggestionForm textarea{
    width:100%;
    margin:10px 5px 5px;
}
#suggestSubmit{
    margin-left:50%;
}
#suggestionList li{
    list-style: none;
    margin-top:0;
    border:1px dotted #f5f5f5;
}
#suggestionList li:hover{
    background-color:#dfe8e8;
}
.wellcomeText{
    margin-top:10px;
    height:60px;
    background-color:#f5f5f5;
    color:#ff7575;
    line-height:30px;
    text-align: center;
    border-radius: 4px;
}
.wellcomeText a{
    color:#ef7c7c;
}
.wellcomeText a:hover{
    color:lightblue;
    text-decoration: none;
}
.zxgListTipsText{
    margin-top:10px;
    height:60px;
    background-color:#f5f5f5;
    line-height:60px;
    text-align: center;
    border-radius: 4px;
}


/* ------------------   site-login  --------------------- */
.site-login{
    font-family:'幼圆';
}
.site-login h1,
.site-login h2{
    text-align: center;
}

.site-login h1{
    font-size:58px;
}
.site-login h2{
    font-size:40px;
}
.form-horizontal{
    text-align: center;
    background-color:#f0f0f0;
    border-radius:18px;
    width:560px;
    margin:0 auto;
    padding:15px 0 15px;
}
.site-login button,
.site-login .btn{
    font-size:20px;
}

.site-login input{
    position: relative;
}
.field-loginform-username .loginInput:before{
    content: ' ';
    background-image: url(../usernameIcon.png);
    background-size: contain;
    width:29px;
    height:34px;
    display:inline-block;
    position: absolute;
    left:-33px;
}
.field-loginform-password .loginInput:before{
    content: ' ';
    background-image: url(../passwordIcon.png);
    background-size: contain;
    width:29px;
    height:34px;
    display:inline-block;
    position: absolute;
    left:-33px;
}
.password-reset{
    color:#ef7c7c;
    text-align: left;
}
.password-reset a{
    color:#ef7c7c;
}
.password-reset a:hover{
    color:#f10000;
    text-decoration: none;
}
a.password-reset:hover{
    color:#f10000;
    text-decoration: none;
}
.rememberMe{
    color:#ef7c7c;
    margin-left:149px;
    font-weight:normal;
}
.rememberMe label:hover{
    color:#f10000;
    cursor:pointer;
}
.rememberMe label{
    font-weight:normal;
}
.rememberMe input{
    border:1px solid #f10000;
    margin-top:0;
}
.field-loginform-rememberme{
    margin-bottom:0;
}



input[type="checkbox"] {
    -webkit-appearance: none;
    background: #fff url(../red.png);
    height: 18px;
    vertical-align: middle;
    width: 18px;
}
input[type="checkbox"]:checked {
    background-position: -41px 0;
}
input[type="checkbox"]:focus{
    outline: none;
}



.help-block{
    text-align: left;
}


.bullInSingUp{
    position: absolute;
    background-image: url(../bullInSingUp.png);
    background-size: contain;
    width:286px;
    height:161px;
    bottom:0;
    left:50%;
    margin-left:-143px;
    z-index:-100;
}

/* ------------------   site-signup  --------------------- */
#serachStockSubmit{
    min-width:82px;
}

.site-signup{
    font-family:'幼圆';
}
.site-signup h1,
.site-signup h2{
    text-align: center;
}

.site-signup h1{
    font-size:58px;
}
.site-signup h2{
    font-size:40px;
}
.site-signup button,
.site-signup .btn{
    font-size:20px;
}

.site-signup input{
    position: relative;
}

#form-signup{
    text-align: center;
    background-color:#f0f0f0;
    border-radius:18px;
    width:560px;
    margin:0 auto;
    padding:15px 0 15px;
}


.field-signup-username .singupInput:before{
    content: ' ';
    background-image: url(../usernameIcon.png);
    background-size: contain;
    width:29px;
    height:34px;
    display:inline-block;
    position: absolute;
    left:-33px;
}
.field-signup-password2 .singupInput:before{
    content: ' ';
    background-image: url(../passwordIcon.png);
    background-size: contain;
    width:29px;
    height:34px;
    display:inline-block;
    position: absolute;
    left:-33px;
}

.indexTipsParent{
    background:white;
    padding-bottom:10px;
}












