
select:active,
select:focus,
select:active,
input:active,
input:focus,
input:active,
button:active,
button:focus,
button:active,
textarea:focus,
textarea:active {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: middle;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body {
    font: 14px/1.5 "Hiragino Sans GB", "Microsoft Yahei", tahoma, arial;
    color: #333;
    background: #fff;
    height: 100%
}

html {
    width: 100%;
    height: 100%;
    background: #fff;
}


/* Remove Float */

.cle {
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.btn:active {
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .15);
    transition: all 0s ease-in-out;
}

*:hover {
    transition: all .3s ease-in-out;
}

.allWidth {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


.center {
    text-align: center;
}

.red {
    color: red;
}

input,
select {
    border: 1px solid #CCD8E1;
}
/* ?? */
.header {
    width: 100%;
    height: 100px;
    background: url(/img/header-img.png);
}

.logo {
    float: left;
    padding-top: 25px;
}

.logo > a{
    font-size: 18px;
    font-weight: 700;
    color: #e50000;
}

.head-loginbox {
    padding-top: 42px;
    float: right;
    font-weight: 700;
}
.head-loginbox a {
    vertical-align: middle;
    margin: 0 4px;
}

.head-userinfo {
    height: 100px;
    float: right;
    font-weight: 700;
    position: relative;
}

.head-userinfo > a {
    line-height: 100px;
}

.head-userinfo:hover .navbar-dropdown{
    display: block;
}
.navbar-dropdown { display: none; }
.navbar-dropdown { position: absolute; right: -50px; z-index: 999; width:156px; background-color: #FFF; box-shadow: 0px 0px 5px rgba( 0, 0, 0, 0.2 ); }
.navbar-dropdown dd { line-height: 40px; border-top: 4px solid #0061b4; }
.navbar-dropdown dd a { display: block; width: 100%; text-indent: 30px; height: 50%; color: #666; font-size: 13px; }
.navbar-dropdown dd a:hover { background: #f4f4f4; }
.navbar-dropdown dt.icon { position: absolute; top: -8px; left: 80px; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #0061b4; }

.support {
    float: left;
    width: 126px;
    padding-top: 40px;
    margin-left: 260px;
}

.support-img {
    float: left;
    padding-right: 10px;
}

.support-tel {
    /* text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0; */
    font-weight: bold;
    line-height: 26px;
}

.geography p {
    margin-top: 34px;
    margin-left: 15px;
    background: #EBF3FA;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    padding: 0 10px;
    opacity: .8;
    cursor: pointer;
}
.geography p i {
    margin-left: 6px;
    position: relative;
    top: 1px;
}

/* guide */
.guide-box {
    width: 1200px;
    margin:  0 auto;
    padding: 40px 0 12px 0;
    border-bottom: 1px solid #ddd;
}

.content-box {
    width: 1200px;
    margin: 0 auto;
}


/*footer*/
.footer {
    width: 100%;
    height: 100px;
    background: url(/img/footer-img.png);
}
.footer a {
    color: #fff;
}

.footer-text {
    text-align: center;
    padding-top: 43px;
    color: #fff;
    font-size: 14px;
}
/* 
.qrcode-box { display: block; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #111; opacity: .9; z-index: 9;}
.qrcode p {    color: #000;
    text-align: center;
    margin: 15px 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
position: relative;}
.qrcode p span {
    width: 20px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #777;
    position: absolute;
    text-align: center;
    line-height: 20px;
    padding-left: 2px;
    top: -10px;
    right: -2px;
    cursor: pointer;
}
.qrcode p span {
    color: #777
}
.qrcode p span:hover {
    background: #ddd
}
.qrcode { position: fixed; top: 38%; left: 50%; margin: -110px 0 0 -145px; padding: 10px 15px 20px 15px; background: #fff; border-radius: 10px; } */



/* 遮罩层 */
.mask-wrap { display: none; position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: #000; opacity: .5; z-index: 99; }

.header-citys-box {
    display: none;
    position: fixed;
    z-index: 100;
    width: 800px;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    top: 10%;
    left: 50%;
    margin-left: -400px;
}


.city-list ul {
    margin-top: 30px;
}


.city-list ul li {
    width: 92px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    padding: 0 10px 0 20px;
    margin-right: 11px;
    cursor: pointer;
}

.city-list ul li.active,.city-list ul li:hover {
    background: #0061b4
}

.city-list ul li a {
    letter-spacing: 2px;
    margin-right: 4px;
    color: #0061b4
}

.city-list ul li.active a,.city-list ul li:hover a {
    color: #fff;
}

.city-list ul li i {
    visibility: hidden;
    color: #fff;
}

.city-list ul li.active i,.city-list ul li:hover i {
    visibility: visible
}

.qu-block {
    background: #f5f8fd;
    /* padding: 10px; */
    display: none;
}

.qu-block a {
    padding: 2px 12px;
    margin: 2px 12px 2px 0;
    white-space: nowrap;
    display: inline-block;
}
.qu-block a:hover,.qu-block a.active {
    background: #0061b4;
    color: #fff;
}

.maskcity-close {
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}


input[type=checkbox]{
    cursor: pointer;
    min-height: 16px!important;
    height: 16px!important;
    width: 16px!important;
    box-sizing: content-box!important;
    position: relative;
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-user-select: none;
    background-image: none;
    border: 1px solid #aaa;
    box-shadow: none;
    color: #444;
    font: inherit;
    margin: 0 3px 0 0;
    outline: 0;
    border-radius: 0;
    text-shadow: none;
    padding: 0!important;
}
input[type=checkbox]:checked::before {
    -webkit-user-select: none;
    background-image: url(/img/select.png);
    background-size: 100% 100%;
    content: '';
    display: block;
    height: 18px;
    width: 18px;
    margin: -1px 0 0 -1px;
}

input[type=radio] {
    cursor: pointer;
    min-height: 16px;
    height: 16px!important;
    width: 16px!important;
    box-sizing: content-box!important;
    position: relative;
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-user-select: none;
    background-image: none;
    border: 1px solid #aaa;
    box-shadow: none;
    color: #444;
    font: inherit;
    margin: 0 3px 0 0;
    outline: 0;
    border-radius: 50%;
    text-shadow: none;
    padding: 0!important;
}

input[type=radio]:checked::before {
    -webkit-user-select: none;
    background-image: url(/img/select1.png);
    background-size: 100% 100%;
    content: '';
    display: block;
    height: 18px!important;
    width: 18px!important;
    margin: -1px 0 0 -1px;
    border-radius: 50%;
}

/* button */
.m-btn {
    display: inline-block;
    border:1px solid #0061b4;
    color: #0061b4;
    padding: 4px 12px;
    margin: 4px 6px;
}

.m-btn:hover {
    background: #ddd;
}

.m-btn.primary {
    background: #0061b4;
    color: #fff;
}

.m-btn.primary:hover {
    background: #0670cc
}

.m-btn.big {
    font-size: 16px;
    padding: 8px 76px;
    letter-spacing: 2px;
}


