﻿/********* 登录页 ********/
.l_top {
    width: 100%;
    height: 80px;
    background: #fafdff;
    padding: 5px 0 10px 0;
    min-width: 1100px;
}

.l_content {
    width: 1100px;
    margin: 0px auto;
}

.logo {
    width: 580px;
    height: 90px;
    background: url(../Images/login.png) 0 -70px no-repeat;
}

.appdown {
    display: block;
    margin-top: 40px;
    color: #4d4c48;
}

.login_main {
    width: 100%;
    background: url(../Images/login-banner.png) no-repeat #eff9ff;
    height: 555px;
    padding: 70px 0 10px 0;
    margin-bottom: 35px;
    min-width: 1100px;
}

.login_right { /*width:260px;*/
    padding: 10px 30px 40px 30px;
    border: 1px solid #e5e5e5;
    border-top: 6px solid #f5821f;
    margin-top: 30px;
    background: #fff;
}

    .login_right h2 {
        line-height: 40px;
        height: 40px;
        font-size: 18px;
        font-weight: bold;
        font-family: "迷你简中倩";
        color: #333333;
    }

.login-text {
    border: 1px solid #ffd737;
    width: 265px;
    height: 37px;
    line-height: 37px;
    padding-left: 35px;
    letter-spacing: 2px;
    font-size: 14px;
    font-family: "微软雅黑";
}

.accountIcon {
    background: url(../Images/login.png) 0 0 no-repeat;
}

.pwdIcon {
    background: url(../Images/login.png) 0 -35px no-repeat;
}

.login-btn {
    width: 303px;
    height: 39px;
    border: none;
    background: url(../Images/login.png) 0 -160px no-repeat;
    color: #fff;
    font-size: 15px;
    font-family: "微软雅黑";
    cursor: pointer;
    margin-top: 25px;
}

.copyright, .support {
    text-align: center;
    line-height: 28px;
    color: #808080;
    letter-spacing: 1px;
}

.copyright {
    border-top: 1px solid #f0efec;
    width: 605px;
    margin: 0 auto;
}

select {
    border: 1px solid #d0d0d0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../../Images/select.png") no-repeat scroll right center transparent;
    padding-right: 14px;
    line-height: 21px;
    height: 21px;
    width: 110px;
}

    select::-ms-expand {
        display: none;
    }

/*弹出层 扫二维码*/
#goodcover {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 133%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.50;
    filter: alpha(opacity=80);
}

#code {
    width: 300px;
    height: 460px;
    background-color: #fff;
    padding: 10px;
    position: absolute;
    display: none;
    left: 45%;
    z-index: 1002;
}

.close1 {
    width: 300px;
    height: 60px;
}

#closebt {
    float: right;
}

    #closebt img {
        width: 20px;
    }

.goodtxt {
    text-align: center;
}

    .goodtxt p {
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        color: #000;
        font-weight: 600;
    }

.code-img {
    width: 250px;
    margin: 30px auto 0 auto;
    padding: 10px;
}

    .code-img img {
        width: 240px;
    }

/******** 公共top ********/
.top {
    background-color: #f58229;
    height: 75px;
    width: 100%;
    min-width: 1280px;
}

.top_center {
    width: 1243px;
    margin: 0px auto;
}

.common_logo {
    width: 500px;
    height: 75px; /*background:url(../Images/vcls.png) 0 0px no-repeat;*/
}

.username {
    font-size: 12px;
    margin-right: 5px;
    color: #fff;
    margin-top: 30px;
}

/******** 中间部分main *******/
.main {
    width: 1200px;
    border: 1px solid #e5dec1;
    margin: 0px auto;
    padding: 25px 18px 25px 25px;
    min-height: 670px;
    position: relative;
}

/******** 导航菜单 ********/
.menuTree {
    width: 158px;
}

.small-logo {
    width: 155px;
    height: 50px;
    background: url(../Images/vcls.png) -190px 0px no-repeat;
}

.menuTitle {
    width: 155px;
    height: 50px;
    text-align: center;
    font-size: 28px;
    color: #f36f21;
}
/*导航缩放*/
.menuShow, .menuHide {
    position: absolute;
    top: 33%;
    z-index: 222;
    display: inline;
    width: 16px;
    height: 50px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
}

.menuShow {
    background: url(../Images/open-close.png) no-repeat 0 0px;
    left: 188px;
}

.menuHide {
    background: url(../Images/open-close.png) no-repeat -16px -0px;
    left: 10px;
}

.sideMenu .nLi.on div {
    background: #fbfbfa url(../Images/jian.png) no-repeat 127px;
}

.sideMenu .nLi.on .sub {
    display: block;
}

.sideMenu .nLi .sub {
    padding: 4px 0;
    display: none;
}

    .sideMenu .nLi .sub li {
        height: 30px;
        line-height: 30px;
    }

        .sideMenu .nLi .sub li a {
            display: block;
            width: 100%;
            height: 100%;
            font-size: 12px;
            color: #625548;
            padding: 0 5px 0 32px;
            box-sizing: border-box;
        }

            .sideMenu .nLi .sub li a:hover {
                background: #fbfbfa;
                color: #ed6c00;
            }

.sideMenu .nLi {
    border-top: 1px solid #dddddd;
}

    .sideMenu .nLi.active {
        border-top: 3px solid #ff991d;
    }

        .sideMenu .nLi.active div {
            color: #625548;
        }

    .sideMenu .nLi div {
        background: #fbfbfa url(../Images/jia.png) no-repeat 127px;
        height: 35px;
        padding: 0px 5px 5px 2px;
        font-size: 14px;
        color: #7e8c8d;
        font-weight: 600;
        cursor: pointer;
    }

        .sideMenu .nLi div span {
            display: inline-block;
            width: 25px;
            height: 25px;
            position: relative;
            top: 7px;
            margin-right: 5px;
        }

        .sideMenu .nLi div a {
            font-size: 14px;
            color: #7e8c8d;
            font-weight: 600;
        }
/*机群管理图标*/
.jiqun {
    background: url(../Images/vcls.png) no-repeat 0 -85px;
}

.xiaoshou {
    background: url(../Images/vcls.png) no-repeat 0 -110px;
}

.chanpin {
    background: url(../Images/vcls.png) no-repeat 0 -135px;
}

.tongji {
    background: url(../Images/vcls.png) no-repeat 0 -160px;
}

.zhongduan {
    background: url(../Images/vcls.png) no-repeat 0 -185px;
}

.wuliu {
    background: url(../Images/vcls.png) no-repeat 0 -210px;
}

.rongzi {
    background: url(../Images/vcls.png) no-repeat 0 -235px;
}

.xitong {
    background: url(../Images/vcls.png) no-repeat 0 -260px;
}

.yiban {
    background: url(../Images/vcls.png) no-repeat 0 -285px;
}

.duanxin {
    background: url(../Images/vcls.png) no-repeat 0 -310px;
}

.mobile {
    background: url(../Images/vcls.png) no-repeat 0 -335px;
}

.alarmImg {
    background: url(../images/alarm.png) no-repeat;
    width: 19px;
    height: 19px;
    display: inline-block;
}

.sideMenu .nLi.active .jiqun {
    background: url(../Images/vcls.png) no-repeat -25px -85px;
}

.sideMenu .nLi.active .xiaoshou {
    background: url(../Images/vcls.png) no-repeat -25px -110px;
}

.sideMenu .nLi.active .chanpin {
    background: url(../Images/vcls.png) no-repeat -25px -135px;
}

.sideMenu .nLi.active .tongji {
    background: url(../Images/vcls.png) no-repeat -25px -160px;
}

.sideMenu .nLi.active .zhongduan {
    background: url(../Images/vcls.png) no-repeat -25px -185px;
}

.sideMenu .nLi.active .wuliu {
    background: url(../Images/vcls.png) no-repeat -25px -210px;
}

.sideMenu .nLi.active .rongzi {
    background: url(../Images/vcls.png) no-repeat -25px -235px;
}

.sideMenu .nLi.active .xitong {
    background: url(../Images/vcls.png) no-repeat -25px -260px;
}

.sideMenu .nLi.active .yiban {
    background: url(../Images/vcls.png) no-repeat -25px -285px;
}

.sideMenu .nLi.active .duanxin {
    background: url(../Images/vcls.png) no-repeat -25px -310px;
}

/*单机菜单图标*/
.info {
    background: url(../Images/vcl.png) no-repeat 0 0px;
}

.baojing {
    background: url(../Images/vcl.png) no-repeat 0 -25px;
}

.canshu {
    background: url(../Images/vcl.png) no-repeat 0 -50px;
}

.yuancheng {
    background: url(../Images/vcl.png) no-repeat 0 -75px;
}

.weilan {
    background: url(../Images/vcl.png) no-repeat 0 -100px;
}

.yuetongji {
    background: url(../Images/vcl.png) no-repeat 0 -125px;
}

.niantongji {
    background: url(../Images/vcl.png) no-repeat 0 -150px;
}

.nLi.active .info {
    background: url(../Images/vcl.png) no-repeat -25px 0px;
}

.nLi.active .baojing {
    background: url(../Images/vcl.png) no-repeat -25px -25px;
}

.nLi.active .canshu {
    background: url(../Images/vcl.png) no-repeat -25px -50px;
}

.nLi.active .yuancheng {
    background: url(../Images/vcl.png) no-repeat -25px -75px;
}

.nLi.active .weilan {
    background: url(../Images/vcl.png) no-repeat -25px -100px;
}

.nLi.active .yuetongji {
    background: url(../Images/vcl.png) no-repeat -25px -125px;
}

.nLi.active .niantongji {
    background: url(../Images/vcl.png) no-repeat -25px -150px;
}

.location {
    width: 980px;
    border-bottom: 1px solid #ffc00f;
    padding: 0 5px 0 0px;
}

.curent-menu {
    font-size: 22px;
    border-bottom: 1px solid #f36f21;
    padding: 0 5px 6px 3px;
}
/**右侧框架**/
.main_right {
    width: 1000px;
    min-height: 730px;
    margin-top: 15px;
    border: none;
}
/*检索部分*/
/*.table-bg{ width:960px; padding:11px 8px 5px 8px;border:1px solid #f0efec;background:#fbfbfa; margin-bottom:18px;}*/
.table-bg {
    width: 960px;
    padding: 11px 8px 5px 8px;
    border: 1px solid #f0efec;
    background: #fbfbfa;
    margin-bottom: 8px;
}

.title {
    color: #ed6c00;
    font-weight: 600;
    padding: 0 0 0 17px;
    margin-bottom: 0;
}

    #more, .title a {
        cursor: pointer;
    }

    .title a {
        color: #ed6c00;
    }

.icon {
    display: inline-block;
    width: 12px;
    height: 10px;
    background: url(../../Images/vcls.png) no-repeat 0 -375px;
    margin-left: 3px;
}

.more {
    border-top: 1px dashed #e8e8e8;
    width: 920px;
    margin: 15px 0 0 18px;
    display: none;
}

.itemgroup, .itemgroup1 {
    height: 35px;
    clear: both;
}

    .itemgroup .item, .itemgroup1 .item {
        margin-top: 15px;
        float: left;
        margin-right: 55px; /*color:#4c4c4c;*/
    }

        .itemgroup .item label, .itemgroup1 .item label, .itemSet label {
            display: inline-block;
            margin-top: 3px;
            vertical-align: middle;
            float: left;
            height: 12px;
            width: 60px;
        }

.item .txt, .itemSet txt {
    width: 110px;
    border: 1px solid #d0d0d0;
    height: 21px;
    line-height: 21px;
    padding-left: 3px;
}

.itemgroup a {
    color: #ed6c00;
    cursor: pointer;
    top: 0px;
    left: 0px;
    height: 26px;
}

.itemgroup span {
    color: #ff0000;
    margin: 3px 0 0 6px;
}
/*label {color: #4c4c4c;}*/
.itemgroup input[type=radio] + label, .itemSet input[type=radio] + label, .itemgroup input[type=checkbox] + label {
    float: none;
    margin-right: 5px;
}

.txt {
    border: 1px solid #d0d0d0;
    line-height: 21px;
    padding-left: 3px;
}

.inputtxt {
    width: 110px;
    border: 1px solid #d0d0d0;
    height: 21px;
    line-height: 21px;
    padding-left: 3px;
}

.btn-more {
    background: #fff;
    height: 22px;
    line-height: 22px;
    border: 1px solid #ccc;
    width: 23px;
}

.btn {
    background: #fff5cc;
    height: 22px;
    line-height: 22px;
    border: 1px solid #ffc00f;
    color: #4c4c4c;
    padding: 0px 15px;
    cursor: pointer;
}

.btnn {
    background: #F5F5F5;
    height: 22px;
    line-height: 22px;
    border: 1px solid #DCDCDC;
    color: #c2ccd0;
    padding: 0px 15px;
}

.contentgroup {
    height: 35px;
    clear: both;
}

    .contentgroup .item {
        margin-top: 10px;
        float: left;
    }

        .contentgroup .item label {
            width: 108px;
            display: inline-block; /*color:#4c4c4c*/
        }

    .contentgroup .item2 {
        margin-top: 10px;
        float: left;
    }

        .contentgroup .item2 label {
            width: 95px;
            display: inline-block; /*color:#4c4c4c*/
        }

.checkboxgroup {
    clear: both;
}

    .checkboxgroup .item {
        margin-top: 10px;
        margin-bottom: 10px;
        float: left;
        color: #4c4c4c;
    }

        .checkboxgroup .item label {
            display: inline-block;
            color: #4c4c4c;
            height: 12px;
            width: 110px;
        }

/*下拉框*/
.select input {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px \9;
    border: 0;
    outline: 0;
    background: none;
    cursor: pointer;
    color: #4c4c4c;
}

.select ul {
    width: 100%;
    display: none;
    position: absolute;
    left: -1px;
    top: 21px;
    overflow: hidden;
    background-color: #fff;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #d0d0d0;
    border-top: 0;
    z-index: 9999;
}

    .select ul li {
        height: 20px;
        line-height: 20px;
        overflow: hidden;
        padding: 0 7px;
        cursor: pointer;
    }

        .select ul li.on {
            background-color: #e0e0e0;
        }

.select {
    padding: 0 7px;
    width: 70px;
    height: 20px;
    border: 1px solid #d0d0d0;
    background: #fff url(../Images/select.png) no-repeat right;
    position: relative;
    cursor: pointer;
    float: left;
    vertical-align: middle;
}


/*表格*/
.tablecss {
    width: 100%;
    margin: 12px 0 0 0;
}
.tabledk {
    width: 100%;
    margin: 0 0 0 0;
}

.thead td {
    background: #f5f1e1;
    color: #666666;
    padding-left: 3px;
    padding-right: 3px;
    height: 25px;
}

.thead a {
    color: #ed6c00;
}

.tablecss td {
    text-align: center;
}

caption.thead {
    background: #f5f1e1;
    color: #ed6c00;
    height: 30px;
    line-height: 30px;
    padding-left: 8px;
}

table.tcontent {
    width: 100%;
}

.tcontent td {
    height: 28px;
    line-height: 22px;
    padding-left: 3px;
    padding-right: 3px;
    vertical-align: middle;
    text-align: center;
}

    .tcontent td img {
        vertical-align: middle;
    }

    .tcontent td a {
        color: #ed6c00;
        cursor: pointer;
    }

.ellipsis {
    width: 110px;
    height: 28px;
    word-break: keep-all;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.available, .unavailable {
    border: none;
    cursor: pointer;
    background-color: transparent;
}

.unavailable {
    color: #bbb;
}

.available {
    color: #ed6c00;
}

/*分页*/
.page {
    margin: 0 15px 0 0px;
}

    .page li {
        float: left;
        margin-left: 15px;
        height: 22px;
        line-height: 22px;
    }

        .page li a {
            cursor: pointer;
        }

        .page li .color0 a:hover {
            color: #ed6c00;
        }

.txt1 {
    width: 50px;
    border: none;
    height: 20px;
    line-height: 20px;
    background: #f0efec;
    margin-right: 8px; /*display:inline-block;*/
}

.colorC {
    color: #ccc;
}

.color0 {
    color: #000;
}

/*地图*/
.map {
    height: 400px;
}

.noData {
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #888;
}

/*装车助手*/
.phone {
    width: 900px;
    background: url(../Images/helper.png) no-repeat left top;
    padding-top: 77px;
}

.code {
    width: 330px;
    text-align: center;
    margin-top: 50px;
    letter-spacing: 2px;
}

.download {
    display: block;
    cursor: pointer;
    width: 170px;
    height: 44px;
    background: url(../Images/helper.png) 0 -77px;
    margin: 10px 0 20px 80px;
}

.link {
    color: #ed6c00;
    margin: 130px 70px 0 0px;
    letter-spacing: 2px;
}

.images {
    width: 350px;
    height: 323px;
    background: url(../Images/helper.png) 0 -121px no-repeat;
    margin-top: 20px;
}

.textarea {
    width: 350px;
    height: 40px;
}

/*群发*/
.setData {
    width: 650px;
    background: #fff;
    border: 1px solid #f0efec;
}

.selectData {
    width: 300px;
    background: #fff;
    border: 1px solid #f0efec;
}

.btnBlue {
    background: #ccf5ff;
    height: 22px;
    line-height: 22px;
    border: 1px solid #0fc0ff;
    color: #4c4c4c;
    padding: 0px 15px;
    cursor: pointer;
}

.itemSet {
    margin-top: 15px;
    float: left;
    color: #4c4c4c;
}

.selectData h3 {
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    background-color: #f5f1e1;
    color: #ed6c00;
}

.selectData select {
    width: 210px;
    height: 250px;
    margin-left: 10px;
    border: none;
    background: none;
    color: #ed6c00;
}

/******** 公共footer ********/
.footer {
    background: #b1b1b1;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    width: 100%;
    min-width: 1280px;
}


/*单机基本信息*/
.vclMap {
    width: 455px;
    height: 350px;
    background: #b1b1b1;
}

.vclDK {
    width: 455px;
    height: 350px;
}

.prev {
    color: #ed6c00;
    cursor: pointer;
}

.next {
    margin-left: 20px;
    color: #ed6c00;
    cursor: pointer;
}
/*报警信息*/
.green, .white, .red {
    width: 55px;
    height: 34px;
    line-height: 34px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.white {
    color: #666666;
    background-color: #fff;
    border: 1px solid #bab29a;
}

.green {
    color: #666666;
    background-color: #b0fbb0;
    border: 1px solid #bab29a;
}

.red {
    color: #fff;
    background-color: #ff7d7d;
}

/*账户组管理详细*/
.table-bg-box {
    padding: 15px 8px 10px 8px;
    border: 1px solid #f0efec;
    background: #fbfbfa;
    margin-bottom: 20px; /*width:960px;*/
}

.data {
    width: 50%;
}

.function {
    width: 47%;
    border-left: 1px solid #d0d0d0;
}

.treeDataL {
    width: 40%;
    height: 420px;
    overflow-y: auto;
    background: #fff;
    margin-left: 20px;
    padding: 10px 10px;
}

.treeDataR {
    width: 40%;
    height: 420px;
    overflow-y: auto;
    background: #fff;
    margin-right: 10px;
    padding: 10px 5px;
}

.treeDataL a {
    color: #c6b77b;
}

/*地图设置*/
.mapsetinfo, .boundaryinfo {
    width: 440px;
    height: 140px;
    border: 1px solid #f0efec;
    padding: 15px;
    margin-top: 10px;
}

.mapsetinfo {
    background-color: #fff;
}

.boundaryinfo {
    background-color: #f5f1e1;
}

.tool {
    height: 24px;
    line-height: 24px;
    background-color: #f5f1e1;
    clear: both;
    margin-top: 25px;
}

.toolBtn {
    padding: 0 15px;
    float: left;
    color: #666666;
    cursor: pointer;
}

.curTool {
    background-color: #f3ecd2;
    color: #d4a451;
    border-left: 1px solid #fbfbfa;
    border-right: 1px solid #fbfbfa;
}

/*装备参数曲线*/
.cvs {
    background-color: #fff;
    height: 350px;
    margin-top: 15px;
    border: 1px solid #f0efec;
}
/*日工作统计*/
.work, .no-work {
    display: inline-block;
    height: 8px;
    width: 8px;
    margin-top: 8px;
    margin-right: 5px;
}

.no-work {
    background: #e6e4e1;
}

.work {
    background: #b0fbb0;
}
/**融资租赁弹出框*/
.wrap {
    margin: 0 auto;
    padding: 0 0;
    border: 1px solid #f0efec;
    background: #fbfbfa;
}

.box-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

    .box-table td {
        padding: 10px 0;
    }

.td-t {
    text-align: right;
}

.txt-b {
    width: 160px;
    border: 1px solid #d0d0d0;
    height: 21px;
    line-height: 21px;
    margin-right: 5px;
}
/********************物流管理***************/
.nav {
    width: 100%;
    height: 35px;
}

    .nav ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .nav li {
        display: inline-block;
        text-align: left;
        font-weight: bold;
        height: 35px;
        line-height: 28px;
    }

        .nav li a {
            color: #ff494b;
            text-decoration: none;
            display: block;
            padding: 0 40px;
        }

            .nav li a.active {
                color: #ff494b;
                background-color: #ff494b;
                color: #FFF;
                border-bottom: 4px solid #ed781e;
                background: #FFF;
                color: #ed781e !important;
            }

    .nav a:hover {
        color: #1a4d7b;
    }
/********************装备号、终端号弹出层***************/
DIV.neat-dialog-cont {
    z-index: 98;
    background: none transparent scroll repeat 0 0;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}

DIV.neat-dialog-bg {
    z-index: -1;
    filter: alpha(opacity=70);
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #666;
    opacity: .7;
}

DIV.neat-dialog {
    border: #444 1px solid;
    z-index: 99;
    margin-left: auto;
    width: 600px;
    margin-right: auto;
    position: relative;
    top: 45%;
    background-color: #fff;
}

DIV.neat-dialog-title {
    width: 99%;
    text-align: center;
    margin-top: 5px;
    line-height: 1.2em;
    padding-top: .1em;
    position: relative;
}

IMG.nd-cancel {
    right: .2em;
    position: absolute;
    top: .2em;
    left: .2em;
}

DIV.neat-dialog P {
    padding-right: .2em;
    padding-left: .2em;
    padding-bottom: .2em;
    padding-top: .2em;
    text-align: center;
}

DIV.neat-dialog table {
    margin: 0 auto;
}

DIV.neat-dialog input[type=button] {
    margin: 5px;
}
/********************弹出层colorbox***************/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
* {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    display: inline;
    margin: auto;
    border: 0;
    display: block;
    display: table;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background-color: black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
/*background:url(../Images/overlay.png) repeat 0 0;}*/
#colorbox {
    outline: 0;
}

#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(../Images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(../Images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(../Images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(../Images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
    width: 21px;
    background: url(../Images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
    width: 21px;
    background: url(../Images/controls.png) right top repeat-y;
}

#cboxTopCenter {
    height: 21px;
    background: url(../Images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
    height: 21px;
    background: url(../Images/border.png) 0 -29px repeat-x;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-top: 28px;
}

#cboxTitle {
    position: absolute;
    top: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ed6c00;
    font-weight: bold;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}

#cboxLoadingOverlay {
    background: url(../Images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
    background: url(../Images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

    /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
        outline: 0;
    }

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../Images/controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxPrevious:hover {
        background-position: -75px -25px;
    }

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(../Images/controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxNext:hover {
        background-position: -50px -25px;
    }

#cboxClose {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../Images/controls.png) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

    #cboxClose:hover {
        background-position: -25px -25px;
    }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/***************************自动匹配下拉框jquery.autocomplete**************************************/
.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
    height: 200px;
    overflow-y: auto;
}

    .ac_results ul {
        width: 100%;
        list-style-position: outside;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    /*
if width will be 100% horizontal scrollbar will apear ;when scroll mode will be used：width: 100%	
it is very important, if line-height not setted or setted ；in relative units scroll will be broken in firefox
*/
    .ac_results li {
        margin: 0px;
        padding: 2px 5px;
        cursor: default;
        display: block;
        font: menu;
        font-size: 12px;
        line-height: 16px;
        overflow: hidden;
    }

.ac_loading {
    background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #ed6c00;
    color: white;
}
.verification input {
    width:200px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #ffd737;
    font-size: 14px;
    text-indent:10px;
    font-size: 14px;
    font-family: "微软雅黑";
    outline:none;
}

.verification span {
    width:90px;
    height:39px;
    display:block;
    float:right;
}

    .verification span img {
        width:90px;
        height:39px;
    }