@charset 'UTF-8';
/*!
 * @name global.css
 * @author xying
 * @date 2016-1-15
 */
@font-face {
    font-family: 'icons';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/icons.eot');
    src: url('../fonts/icons.eot?#iefix') format('embedded-opentype'), url('../fonts/icons.woff') format('woff');
}

[class^='font-icons-'],
[class*=' font-icons-'] {
    font-family: 'icons';
    font-size: inherit;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;

    float: none;

    margin: 0;

    vertical-align: -.25em;
    text-decoration: none;
    text-transform: none; 

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.font-icons-1:before {
    content: '\EA01';
}

.font-icons-10:before {
    content: '\EA02';
}

.font-icons-11:before {
    content: '\EA03';
}

.font-icons-12:before {
    content: '\EA04';
}

.font-icons-13:before {
    content: '\EA05';
}

.font-icons-14:before {
    content: '\EA06';
}

.font-icons-15:before {
    content: '\EA07';
}

.font-icons-16:before {
    content: '\EA08';
}

.font-icons-17:before {
    content: '\EA09';
}

.font-icons-18:before {
    content: '\EA0A';
}

.font-icons-19:before {
    content: '\EA0B';
}

.font-icons-2:before {
    content: '\EA0C';
}

.font-icons-20:before {
    content: '\EA0D';
}

.font-icons-21:before {
    content: '\EA0E';
}

.font-icons-22:before {
    content: '\EA0F';
}

.font-icons-23:before {
    content: '\EA10';
}

.font-icons-24:before {
    content: '\EA11';
}

.font-icons-25:before {
    content: '\EA12';
}

.font-icons-26:before {
    content: '\EA13';
}

.font-icons-27:before {
    content: '\EA14';
}

.font-icons-28:before {
    content: '\EA15';
}

.font-icons-29:before {
    content: '\EA16';
}

.font-icons-3:before {
    content: '\EA17';
}

.font-icons-30:before {
    content: '\EA18';
}

.font-icons-31:before {
    content: '\EA19';
}

.font-icons-32:before {
    content: '\EA1A';
}

.font-icons-33:before {
    content: '\EA1B';
}

.font-icons-34:before {
    content: '\EA1C';
}

.font-icons-35:before {
    content: '\EA1D';
}

.font-icons-4:before {
    content: '\EA1E';
}

.font-icons-5:before {
    content: '\EA1F';
}

.font-icons-6:before {
    content: '\EA20';
}

.font-icons-7:before {
    content: '\EA21';
}

.font-icons-8:before {
    content: '\EA22';
}

.font-icons-9:before {
    content: '\EA23';
}

/*
rest
*/
/* house-ad */
.house-ad {
    position: relative;
}
.house-ad img {
    display: block;

    max-width: 100%;
}
.house-ad .ad-txt {
    font-size: 12px;
    line-height: 20px;

    position: absolute;
    z-index: 3; 
    bottom: 0;
    left: 5px;

    overflow: hidden;

    width: 30px;
    height: 20px;

    text-align: center;

    color: #fff;
    background-image: url('../images/ad-img.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}
.house-ad.right-bottom .ad-txt {
    right: 5px;
    bottom: 0;
    left: initial;
}
.house-ad.right-top .ad-txt {
    top: 5px;
    right: 5px;
    left: initial;
}
.house-ad.left-top .ad-txt {
    top: 5px;
}

/*
color
*/
.major-c,
.major-c a {
    color: #e43;
}

.c-e43,
.c-e43 a {
    color: #e43 !important;
}

.c-333,
.c-333 a {
    color: #333 !important;
}

.c-666,
.c-666 a {
    color: #666 !important;
}

.c-888,
.c-888 a {
    color: #888 !important;
}

.c-999,
.c-999 a {
    color: #999 !important;
}

.c-ccc,
.c-ccc a {
    color: #ccc !important;
}

.c-fff,
.c-fff a {
    color: #fff !important;
}

.c-f00,
.c-f00 a {
    color: #f00 !important;
}

.c-f50,
.c-f50 a {
    color: #f50 !important;
}

/*
图标文本
*/
.ico-word i {
    margin-right: 5px; 

    vertical-align: -2px;
}

/*
font
*/
.bold {
    font-weight: 700 !important;
}

.normal {
    font-weight: normal !important;
}

.arial {
    font-family: arial;
}

.georgia {
    font-family: georgia;
}

/*
边框 border
*/
.bd-gray {
    border: 1px solid #ddd;
}

.bdr5 {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

/*
暂无数据
*/
.noinfo {
    font-family: Microsoft YaHei;
    font-size: 20px;
    line-height: 200px;

    height: 200px;

    text-align: center; 

    color: #666;
}

/*
选项卡隐藏
 */
.dis-default {
    display: none;
}

/*
form
*/
input[type=text],
input[type=password],
textarea {
    font-family: microsoft yahei;
    font-size: 14px;
    line-height: 32px;

    height: 32px;

    vertical-align: middle; 

    border: 1px solid #ddd;
}

select {
    font-family: Microsoft yahei;

    padding: 7px; 

    color: #999;
    border: 1px solid #ddd;
}

/*
btn
*/
.btn {
    font-family: microsoft yahei;
    font-size: 14px;
    line-height: 32px;

    height: 32px;
    padding: 0 12px; 

    cursor: pointer;

    color: #fff;
    border: 1px solid #e43;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    background: #e43 none repeat scroll 0 0;
}

.btn:hover {
    cursor: pointer;
    text-decoration: none; 

    opacity: .9;
    color: #fff;
}

.btn.btn-orange {
    border-color: #f60; 
    background-color: #f60;
}

.btn.btn-dark-gray {
    border-color: #ccc; 
    background-color: #ccc;
}

.btn.btn-dark-blue {
    border-color: #006ec7; 
    background-color: #006ec7;
}

a.btn {
    display: inline-block;
}

/* ============
header 头部
============= */
.header {
    width: 100%; 
    min-width: 1200px;
    height: 50px;

    background: rgba(0, 0, 0, .5);

    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#88000000,endColorstr=#88000000);
}
.header .logo {
    display: table;
    overflow: hidden;

    width: 120px;
    height: 50px;

    text-align: center;
}
.header .logo .logocen {
    display: table-cell;

    vertical-align: middle;
}

.nav {
    line-height: 50px;

    height: 50px;
    margin-left: 10px;
}
.nav li {
    position: relative;

    float: left;

    margin-right: 1px;
}
.nav li a {
    display: block;

    padding: 0 15px; 

    color: #fefefe;
}
.nav li a i {
    margin-left: 3px;

    vertical-align: -1px;
}
.nav li a:hover,
.nav li a.act {
    text-decoration: none; 

    background: rgba(0, 0, 0, .5);
}
.nav li .nav-more {
    position: absolute;
    z-index: 10;
    top: 50px;

    display: none;

    min-width: 130px;
    margin-left: -55px;

    border-bottom: none;
    background: #fff;
    background: #fff;
    /* &:before {
				position: absolute;
				content: ' ';
				line-height: 0;
				@include triangle(20px, #e7e7e7, up);
			}
			&:after {
				position: absolute;
				content: ' ';
				line-height: 0;
				@include triangle(20px, #e7e7e7, up);
			} */
}
.nav li .nav-more a {
    line-height: 40px;

    display: block;

    height: 40px;
    margin-top: -1px;

    text-align: center;
    white-space: nowrap;

    color: #666;
    border: 1px solid #e7e7e7;
    background: #fff;
}
.nav li .nav-more a:hover {
    color: #f00; 
    background: #f5f5f5;
}
.nav li.open > a {
    background: rgba(0, 0, 0, .5);
}
.nav li.open .nav-more {
    display: block;
}

/*
地区
*/
.area {
    position: relative; 

    width: 75px;
    height: 24px;
    margin-top: 13px;
    margin-left: 20px;
    padding-right: 10px;
    padding-left: 10px;

    -webkit-border-radius: 20px;

       -moz-border-radius: 20px;

            border-radius: 20px;
    background: rgba(0, 0, 0, .5);
}
.area .cur-area {
    line-height: 22px;

    overflow: hidden;

    width: 60px; 
    height: 24px;

    text-align: center;

    color: #fff;
}
.area i {
    position: absolute;
    top: 3px;
    right: 10px; 

    color: #fff;
}
.area .more-area {
    position: absolute;
    top: 37px !important;
    left: 0; 

    display: none;

    width: 300px;

    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background: #fff;
}
.area .more-area a {
    line-height: 40px;

    display: block;
    float: left;
    overflow: hidden;

    width: 99px; 
    height: 40px;
    margin-right: -1px;
    margin-bottom: -1px;

    text-align: center;

    border: 1px solid #e7e7e7;
}
.area .more-area a:hover {
    text-decoration: none; 

    color: #f00;
}
.area.open .more-area {
    display: block;
}

/*
登录状态
*/
.loginbar {
    line-height: 50px; 

    float: right;

    width: 180px;
    height: 50px;

    text-align: center;

    color: #fff;
    background: rgba(0, 0, 0, .5);
}

.login-out {
    line-height: 50px;

    overflow: hidden;

    height: 50px;

    text-align: center;
}
.login-out a {
    color: #fff;
}
.login-out a:hover {
    text-decoration: none; 

    color: #f00;
}
.login-out i {
    font-size: 12px;

    margin-right: 8px;
    margin-left: 10px;

    vertical-align: middle; 

    color: #fff;
}

.login-in {
    position: relative;

    cursor: pointer;
}
.login-in .login-info {
    line-height: 46px;

    height: 50px;

    text-align: center; 

    color: #fff;
}
.login-in .login-info span {
    font-size: 12px;

    display: inline-block;
    overflow: hidden;

    max-width: 75px;
    margin-left: 5px;

    vertical-align: middle;
    white-space: nowrap; 
    text-overflow: ellipsis;
}
.login-in .login-info i {
    font-size: 12px;

    margin-left: 5px;

    vertical-align: middle;
}
.login-in .login-info i.font-icons-1 {
    font-size: 14px;
}
.login-in .login-operate {
    position: absolute;
    z-index: 10; 
    top: 50px;
    left: 0;

    display: none;

    width: 178px;

    border: 1px solid #e7e7e7;
    border-bottom: none;
    background: #fff;
}
.login-in .login-operate li {
    line-height: 40px; 

    height: 40px;

    border-bottom: 1px solid #e7e7e7;
}
.login-in .login-operate li a {
    display: block;
}
.login-in .login-operate li a:hover {
    text-decoration: none; 

    color: #f00;
}
.login-in .login-operate li i {
    font-size: 16px;

    margin-right: 13px;

    vertical-align: -3px; 

    color: #333;
}
.login-in.open .login-operate {
    display: block;
}

/* ============
footer 底部
============= */
.footer {
    font-size: 12px;

    min-width: 1200px;
    padding: 30px 0; 

    color: #ddd;
    background: #474747;
}
.footer a {
    color: #ddd;
}
.footer a:hover {
    color: #e43;
}
.footer .footer-nav {
    margin-bottom: 30px;
    padding-bottom: 30px; 

    border-bottom: 1px solid #777;
}
.footer dl {
    float: left;

    width: 123px; 
    min-height: 162px;
    padding-right: 10px;
    padding-left: 20px;

    border-right: 1px solid #555;
}
.footer dl dt {
    font-size: 16px;
    line-height: 30px;

    margin-bottom: 10px;
}
.footer dl dd a {
    line-height: 24px;

    display: block;
    overflow: hidden;

    height: 24px;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.footer dl dd p {
    display: inline-block;

    width: 110px; 
    margin-left: 23px;

    text-align: center;

    *float: left;
}
.footer dl dd p img {
    display: block;

    margin: 0 auto;
}
.footer dl.download-mobile {
    width: 407px; 
    padding-right: 0;

    border-right-color: #474747;
}

.web-info,
.copy-right {
    line-height: 2; 

    text-align: center;
}

.web-info a {
    margin: 0 10px;
}

/* ============
page 分页
============ */
.mtop0 {
    margin-top: 0;
}

.p-bar {
    clear: both;

    text-align: center;
}
.p-bar a,
.p-bar span {
    line-height: 36px;

    display: inline-block;

    margin: 0 2px 2px;
    padding: 0 12px; 

    cursor: pointer;

    border: 1px solid #eee;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}
.p-bar .current,
.p-bar a:hover {
    text-decoration: none; 

    color: #fff;
    border: 1px solid #e43;
    background: #e43;
}

/* ================
current-location 当前位置
================ */
.current-location {
    font-size: 14px;
    line-height: 34px; 

    height: 34px;

    color: #999;
}
.current-location a {
    color: #999;
}
.current-location a:hover {
    color: #f00;
}
.current-location a,
.current-location span {
    display: inline-block;

    vertical-align: middle;
}
.current-location i {
    font-size: 16px;

    vertical-align: -5px; 

    color: #e43;
}

/* ==========
search
========== */
.search-bar .search-input {
    font-size: 14px;
    line-height: 20px;

    -webkit-box-sizing: content-box;

       -moz-box-sizing: content-box;

            box-sizing: content-box;
    width: 402px; 
    height: 20px;
    padding: 12px 10px;

    color: #999;
    border: 1px solid #e43;
    outline: none;
}
.search-bar .search-input:hover,
.search-bar .search-input:focus {
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .3);
       -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .3);
            box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .3);
}

.search-bar .search-btn {
    font-size: 16px;
    font-weight: bold;
    line-height: 46px;

    width: 71px;
    height: 46px;

    cursor: pointer;
    text-align: center; 

    color: #fff;
    border: none;
    background: #e43;
}
.search-bar .search-btn i {
    font-size: 26px;
    font-weight: 700;
}
.search-bar .search-btn:hover {
    text-decoration: none; 

    opacity: .8;
    color: #fff;
}

[data-qrcode] {
    display: inline-block;

    vertical-align: top;
}

.loading {
    background: url('../images/loading.gif') 100% 100% center no-repeat;
}

.return-top {
    position: fixed;
    z-index: 999999;
    right: 30px;
    bottom: 50px;

    width: 52px;
    height: 52px;

    cursor: pointer; 
    text-align: center;

    background: #b8babe;
}
.return-top .font-icons-33 {
    font-size: 34px;
    line-height: 52px;

    cursor: pointer; 

    color: #fff;
}
.return-top:hover {
    background: #e43;
}

span[data-counts] {
    background-position: center center;
}

.mtop9px {
    margin-top: 9px;
}

.logo-align {
    background-position: 3px 3px;
    -moz-background-size: 14px;
         background-size: 14px;
}

.line-one {
    display: block; 
    overflow: hidden;

    width: 100%;

    white-space: nowrap;
    text-overflow: ellipsis;
}

/*# sourceMappingURL=..\..\src\css\global.css.map */
