/*全局*/
/***********
 index.html
***********/
.dashboard-stat.blue-madison {
    background-color: #53abd9;
}

.site_statistics_content {
    width: 100%;
    height: 400px;
    /*margin-top: -40px;*/
}
.char1 {
    width: 90%;
    padding: 10px 0;
    margin: 0px auto;
    height: 200px;
}

#main {
    width: 100%;
    height: 400px;
    margin-top: -40px;
}

#chuzhi {
    width: 100%;
    height: 400px;
    margin-top: -40px;
}

#huiyuan_dj, #huiyuan_sex, #huiyuan_old, #huiyuan_city {
    width: 90%;
    padding: 10px 0;
    margin: 0px auto;
    height: 200px;
}

#mb_mouth, #mb_d_mouth {
    width: 100%;
    height: 400px;
    margin-top: -40px;
    display: none;
}

.index_cont {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.cont_title {
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 10px;
}

.cont_con {
    background: #f9f9f9;
}

.cont_foot {
    padding: 10px;
    background: #fff;
}

.homepagemain {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.home_Tab {
    background: #fff;
    border-radius: 6px;
    padding: 15px 0px;
}

.home_Tab:first-child {
    margin-bottom: 10px;
}

.home_List {
    position: relative;
    overflow: hidden;
    padding-left: 15px;
}

.home_List span {
    border-left: 3px solid #000;
    padding-left: 15px;
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 14px;
}

.home_List span:first-child {
    color: #383838;
    font-weight: 500;
    font-size: 16px;
}

.home_List span:last-child {
    color: #AFAFAF;
}

.borderfirst {
    border-color: #BFAF50 !important;
}

.borderTwo {
    border-color: #C1726B !important;
}

.borderThree {
    border-color: #3A3F65 !important;
}

.borderFour {
    border-color: #C16A35 !important;
}

.borderFive {
    border-color: #81AC76 !important;
}

.borderSix {
    border-color: #406766 !important;
}

.borderSeven {
    border-color: #7297A9 !important;
}

.borderLast {
    border-color: #C26F69 !important;
}

/***********
 index.html
***********/
.index_all, .index_add, .index_rmb, .index_star {
    width: 100%;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    border-radius: 4px;
    text-align: right;
    font-family: "微软雅黑";
    color: #fff;
    min-height: 140px;
    margin-bottom: 20px;
}

.index_number {
    font-size: 30px;
    line-height: 30px;
    padding-top: 11%;
    padding-right: 15px;
}

.index_desc {
    font-size: 14px;
    color: #fff;
    padding-top: 10px;
    padding-right: 15px;
}

.index_all {
    /*background: #42abe2;*/
    background-image: url(img/index_1.png);
}

.index_add {
    /*background: #fc615e;*/
    background-image: url(img/index_2.png);
}

.index_rmb {
    /*background: #4479b9;*/
    background-image: url(img/index_3.png);
}

.index_star {
    /*background: #329899;*/
    background-image: url(img/index_4.png);
}
/* 自适应样式调整 */
@media screen and (max-width: 1366px) {
    .site_statistics_content{
        height: 300px;
    }
}
/* 自适应样式调整 */
@media screen and (max-width: 1080px) {
    .site_statistics_content{
        height: 260px;
    }
    #huiyuan_dj, #huiyuan_sex, #huiyuan_old, #huiyuan_city,.char1{
        height:160px;
    }
}
/* 自适应样式调整 */
@media screen and (max-width: 370px) {
    .index_all, .index_add, .index_rmb, .index_star {
        min-height: 120px;
    }
}

.indexselectdiv{
    float: right;
    height: 24px;
    line-height: 24px;
    margin-top: 7px;
}

.indexselectdiv div{

}

.indexselectdiv_ch,.indexselectdiv_en{
    text-align: center;
}

.indexselectdiv_ch_yes{
    color: #1184DA;
    font-weight: bolder;
}

.indexselectdiv_hr{
    margin: 0px 8px;
}
#languageSwitch{
    margin-right: 30px;
}
