/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 2014-9-15, 11:03:16
Author : pc
*/
.mofang-top-data {
    min-height: 60px;
    background-color: #f2f2f2;
    margin: 0 0 22px;
}
.mofang-top-data .mofang-logo {
    margin: 10px;
    float: left;
}
@media (max-width: 568px) {
    .mofang-top-data .mofang-logo{
        float:none;
        margin:10px auto 0;
        display: block;
    }
}
.mofang-top-data .mofang-tab {
    height: 30px;
    line-height: 30px;
    color: #333333;
    font-size: 14px;
    float: left;
    margin-top: 15px;
    text-align: center;
}
@media (max-width: 568px) {
    .mofang-top-data .mofang-tab{
        float:none;
        margin-top: 0;
    }
}
.mofang-top-data .mofang-tab i {
    font-style: normal;
    padding: 5px 10px;
    cursor: pointer;
}
.mofang-choose-data {
    float: right;
    margin-top: 15px;
    margin-right: 10px;
    height:28px;
    width:185px;

}
@media (max-width: 568px) {
    .mofang-choose-data{
        display: none;
    }
}
.mofang-choose-data #dataText {
    width: 90px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #cbcbcb;
    background: url(../images/mofang/data-icon.png) no-repeat 1px center #ffffff;
    text-indent: 22px;
    font-size:12px;
    float:left;
}
.mofang-choose-data #teamText {
    width: 90px;
    padding:4px 0;
    border: 1px solid #cbcbcb;
    float: right;
    cursor: pointer;
}

