

.textbox {
    padding-left: 10px;
    padding-right: 6px;
    position: relative;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
}

.textbox.focus {
    border-color: #59C0E3;
}

.textbox input {
    display: block;
    width: 100%;
    height: 30px;
    border: 0;
    line-height: normal;
    background: none;
}

.textbox.tip {
    border-color: #00a2ca;
    background: #fffff9;
}

.textbox.changed {
    border-color: #f34a4a;
    background: #fffff1;
}

.textbox.readonly {
    background: #f9f9f9;
    color: #ccc;
}

.textbox .unit {
    height: 100%;
    width: 34px;
    position: absolute;
    right: 0;
    top: 0;
    background: #f9f9f9;
    border-left: 1px solid #e4e4e4;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
}

::-webkit-input-placeholder {
    color: #bbb;
}

::-moz-placeholder {
    color: #aaa;
}



.textarea {
    padding: 8px 9px 6px;
    overflow: auto;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
}

.textarea textarea {
    width: 100%;
    min-height: 3em;
    border: 0;
    background: none;
    line-height: 1.5;
}


.editable {
    min-height: 1.5em;
    padding: 8px 10px 9px;
    border: 1px solid #e0e0e0;
    text-align: left;
    border-radius: 2px;
    background: #fff;
}

.editable:focus {
    border-color: #82cddb;
    outline: none;
    text-align: left;
}




.choosebox .choose-btn {
    color: #333;
    cursor: pointer;
    padding-right: 6px;
}

.choosebox .choose-btn.default {
    color: #aaa;
}

.choosebox .choose-btn .icon {
    position: absolute;
    right: 9px;
    top: 6px;
    font-size: 17px;
    color: #aaa;
}

.choosebox.tip .choose-btn {
    border-color: #00a2ca;
}

.choosebox.tip .choose-btn .icon {
    color: #00a2ca;
}

.choosebox.changed .choose-btn {
    border-color: #f34a4a;
}

.choosebox.changed .choose-btn .icon {
    color: #f34a4a;
}

.choose-menu {
    z-index: 2;
    display: none;
    position: absolute;
    top: 30px;
    left: -1px;
    padding: 3px 0 3px;
    background: #fffff9;
    border: 1px solid #d8d8d8;
    border-radius: 0 0 3px 3px;
    box-shadow: 2px 2px 4px #efefef;
}

.choose-menu li {
    height: 26px;
    line-height: 26px;
    line-height: 26px;
    cursor: pointer;
    white-space: nowrap;
}

.choose-menu li:hover {
    background: #f6f6f6;
}

.choose-menu li.failed {
    cursor: default;
    color: #aaa;
}

.choose-menu li.failed span {
    margin-left: 3px;
}

.choose-menu li .tip {
    color: #999;
}

.choose-menu .showsomeone {
    padding-left: 5px;
    color: #999;
}


/*涓や釜杈撳叆妗�*/

.two-input {
    overflow: hidden;
}

.two-input .icon {
    float: left;
    padding: 7px 6px 0;
    color: #c9c9c9;
    font-size: 13px;
}

.two-input .textbox {
    float: left;
    width: 62.5px;
}


/*min閫夋嫨+杈撳叆妗�*/

.choosebox.min-width {
    width: 50px;
    border-radius: 2px 0 0 2px;
}

.choosebox.min-width .choose-btn {
    border-left: 0;
    padding-right: 0;
}

.choosebox.min-width .icon {
    font-size: 15px;
    right: 6px;
    top: 8px;
}

.choose-textbox .input-box {
    margin-left: -1px;
    border-radius: 0 2px 2px 0;
}


/*闃荤剨棰滆壊*/

.color b {
    float: left;
}

.color i {
    float: left;
    width: 13px;
    height: 13px;
    border-radius: 2px;
    margin: 6px 6px 0 0;
}

.choose-btn .color i {
    margin-top: 8px;
}

.color span {
    font-size: 12px;
}

.color.green {
    color: #090;
}

.color.green i {
    background: #390;
}

.color.red {
    color: #c00;
}

.color.red i {
    background: #c00;
}

.color.yellow {
    color: #fc0;
}

.color.yellow i {
    background: #fc0;
}

.color.blue {
    color: #00a2ca;
}

.color.blue i {
    background: #00a2ca;
}

.color.black {
    color: #111;
}

.color.black i {
    background: #111;
}

.color.white {
    color: #bbb;
}

.color.white i {
    background: #e0e0e0;
}



/*琛ㄥ崟椤瑰乏鍐呰竟璺�*/

.textbox,
.choosebox .choose-btn,
.choose-menu li {
    padding-left: 8px;
}

.choosebox.textbox {
    padding-left: 0;
    padding-right: 0;
}


/*杈撳叆妗嗛珮搴�*/

.textbox input,
.choosebox .choose-btn {
    height: 28px;
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 28px;
}



/* 琛ㄥ崟甯冨眬鏍峰紡 common -------------------------- */


/*榛樿:laber涓�,input涓�*/

.form-item {
    margin-bottom: 10px;
    position: relative;
}

.form-item .item-right {
    position: absolute;
    right: 0;
    top: 1px;
    font-size: 12px;
}

.form-item .label {
    width: 100%;
    overflow: hidden;
    padding-bottom: 1px;
}

.form-item .label label {
    float: left;
    color: #333;
    font-weight: bold;
}

.form .label .extra {
    float: right;
}


/*flex-layout laber宸�,input鍙�*/

.form.flex-layout .form-item {
    margin-bottom: 15px;
}

.form.flex-layout .label {
    width: 76px;
    margin-right: 7px;
    text-align: right;
    margin-top: 6px;
    padding-bottom: 0;
    font-weight: normal;
}

.form.flex-layout .input {
}


/* Medium Size 琛ㄥ崟椤� ------------------------------------------- */


/* Small Size 琛ㄥ崟椤� ------------------------------------------- */

.form.small .form-item {
    margin-bottom: 8px;
}


/*琛ㄥ崟椤瑰乏鍐呰竟璺�*/

.form.small .textbox,
.form.small .choosebox .choose-btn,
.form.small .choose-menu li {
    padding-left: 7px;
    font-size: 14px;
}

.form.small .choosebox.textbox {
    padding-left: 0;
    padding-right: 0;
}


/*杈撳叆妗嗛珮搴�*/

.form.small .textbox input,
.form.small .choosebox .choose-btn {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}

.form.small .choosebox .choose-btn .icon {
    top: 5px;
    right: 9px;
    font-size: 16px;
}

.form.small .choose-menu {
    top: 26px;
}

.form.small .label {
    padding-bottom: 0;
}

.form.small .color i {
    margin-top: 7px;
    margin-right: 5px;
    width: 12px;
    height: 12px;
}

.form.small .choose-btn .color i {
    margin-top: 6px;
}

.form.small .textbox .unit {
    line-height: 25px;
}


/*mini涓嬫媺妗�*/

.form.small .min-width.choosebox {
    width: 40px;
}

.form.small .min-width.choosebox .choose-btn .icon {
    font-size: 14px;
    top: 6px;
    right: 5px;
}

.form.small .two-input .icon {
    padding-top: 8px;
    font-size: 12px;
}


/* End 琛ㄥ崟 ------------------------------------------- */

.vue-loading {
    position: absolute;
    left: 0;
    top: 1px;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
}

.vue-loading p {
    padding-top: 12%;
}



/*
 * 棰滆壊
 */

.color-red {
    color: #c00;
}

.color-grey {
    color: #999;
}

.color-green {
    color: #090;
}


/*
 * 鎸夐挳
 */

.btn {
    display: inline-block;
    padding: 10px 25px;
    background: #00a2ca;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    line-height: 1.0;
    text-align: center;
}

.btn:hover {
    background: #0196BD;
    color: #fff;
}

.btn.failed {
    background: #efefef;
    color: #666;
}

.btn.failed:hover {
    background: #ccc;
}

.btn.orange {
    background: #de533c;
}

.btn.orange:hover {
    background: #be333c;
}

.btn.grey {
    background: #f2f2f2;
    color: #00a2ca;
}

.btn.grey:hover {
    background: #efefef;
}

.btn.large {
    padding: 0 35px;
    height: 42px;
    border-radius: 3px;
    line-height: 42px;
    font-size: 16px;
}

.btn.huge {
    padding: 0 60px;
    height: 54px;
    border-radius: 4px;
    line-height: 54px;
    font-size: 18px;
}

.btn.full-width {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.btn.grey-border {
    color: #333;
    padding: 8px 0 9px;
    font-size: 13px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .6) inset;
    background: linear-gradient(to bottom, #f7f8fa, #e7e9ec);
    border-width: 1px;
    border-style: solid;
    border-color: #adb1b8 #a2a6ac #8d9096;
}

.btn.blue-line {
    background: #fff;
    border: 1px solid #00a2ca;
    color: #00a2ca;
}

.btn.blue-line:hover {
    background: #fbfbfb;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
}

td,
th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: normal;
}

table {
    width: 100%;
}

table td,
table th {
    border: 1px solid #d8d8d8;
    padding: 10px;
    line-height: 24px;
}

table th {
    font-weight: bold;
}


/*
 * 澶村儚
 */

.face img {
    width: 48px;
    height: 48px;
    border-radius: 48px;
}

.face.m img {
    width: 32px;
    height: 32px;
    border-radius: 32px;
}

.face.s img {
    width: 24px;
    height: 24px;
    border-radius: 24px;
}


/*
 * 鎼滅储
 */

.search {
    position: relative;
    width: 250px;
    background: none;
}

.search .textbox input {
    height: 31px;
    color: #333;
    line-height: 31px;
}

.search button {
    position: absolute;
    top: 1px;
    right: 1px;
    display: block;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 32px;
    background: none;
    color: #00a2ca;
    cursor: pointer;
    text-align: center;
    line-height: 32px;
}

.search button:hover {
    background: #f9f9f9;
}


/*
 * 绛夊垎 flex-equal
 */

.flex {
    /* display: -webkit-box; */
}

.flex .equal,
.flex-1 {
}

.weibo-scroll {
    overflow: hidden;
    position: relative;
    height: 295px;
}


/*
 * 椤甸潰瀹藉害鍙婂竷灞€
 */

.container {
    width: 1200px;
    margin: 0 auto;
}

#header .container {
}

.amain {
}

.container .c-main {
}

.container .c-side {
    width: 360px;
    margin-left: 70px;
}


/*------------------------------------------------
 * Page header
 * Edit By House 2016.05.13
 *------------------------------------------------
 */

.logo-container {
    overflow: hidden;
    padding-bottom: 5px;
}

/*.logo {
    float: left;
    margin: 0 50px 0 -2px;
}*/

/*.logo a {
    display: block;
    color: #fff;
}*/

.login {
    float: right;
    height: 44px;
    line-height: 44px;
    margin-top: 5px;
}

.login-status {
}

.login .item {
    padding: 0 9px;
}

.login-status>a:hover {
    color: #4083a9;
    text-decoration: underline;
}

.login .item.quote {
    display: inline-block;
    margin-left: 15px;
    padding: 0 27px 0 29px;
    font-size: 18px;
    border-radius: 4px;
    color: #fff;
    background: #de533c;
    letter-spacing: 2px;
}

.login .item.quote:hover {
    background: #cc4d37;
    text-decoration: none;
}

.login .item.quote>i {
    font-size: 19px;
    margin: 13px 5px 0 0;
}

.login .item.user {
    margin-right: 8px;
    padding-left: 0;
}

.login .logout {
    margin: 0 12px 0 15px;
}

.login .mine {
    position: relative;
}

.login .my-menu {
    display: none;
    z-index: 1002;
    position: absolute;
    left: 9px;
    top: 40px;
    width: 130px;
    padding: 3px 0;
    border: 1px solid #e0e0e0;
    border-radius: 2px 2px 2px 2px;
    background: #fff;
    box-shadow: 2px 3px 3px #aaa;
}

.login .my-menu>a {
    display: block;
    height: 28px;
    line-height: 28px;
}

.login .my-menu>a:hover {
    background: #f9f9f9;
}

.login .my-menu>a>i {
    float: left;
    margin: 7px 8px 0 15px;
}

.login .my-menu>a>.icon-truck {
    margin: 7px 8px 0 13px;
}

.nav-wrap {
    overflow: hidden;
    background: #00a2ca;
    color: #f2f2f2;
}

.nav>a {
    float: left;
    padding: 0 15px;
    font-size: 15px;
    height: 46px;
    line-height: 46px;
    color: #f2f2f2;
    letter-spacing: 1px;
}

.nav>a:hover,
.nav>a.current {
    color: #fff;
    background: #0196bd;
}

.nav-wrap .home {
    border-left: 1px solid #0196bd;
}

.nav-notice {
    float: right;
    padding-top: 15px;
    color: #e0e0e0;
    margin-right: 10px;
}

.nav-notice a {
    margin-left: 5px;
    color: #ff0;
}

.header-notice {
    z-index: 1001;
    position: absolute;
    right: 0;
    top: 43px;
    padding: 5px 0 5px;
    width: 150px;
    border: 1px solid #FAEFE3;
    border-radius: 0 0 3px 3px;
    background: #fff6ed;
}

.header-notice a {
    display: block;
    line-height: 26px;
    padding: 0 12px;
}

.header-notice a:hover {
    background: #fff;
}

.header-notice a b {
    color: #333;
}

.notice-dotted {
    z-index: 1003;
    position: absolute;
    right: -5px;
    top: 37px;
    border: 2px solid #f2f2f2;
    width: 12px;
    height: 12px;
    background: #c00;
    border-radius: 16px;
}




/* toolbar锛堝浐瀹氬湪椤甸潰鍙宠竟涓棿锛�*/

.fixed-toolbar {
    position: fixed;
    top: 50%;
    right: 5px;
    margin-top: -100px;
    z-index: 10100;
}

.fixed-toolbar .tool {
    width: 42px;
    height: 42px;
    overflow: hidden;
    color: #999;
    border: 1px solid #d8d8d8;
    background: #fff;
    margin-bottom: 3px;
    border-radius: 2px;
    font-size: 13px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}

.back-to-top .tool {
    display: none;
    font-size: 34px;
    color: #333;
    padding-top: 1px;
    height: 40px;
}

.back-to-top .tool:hover {
    background: #fbfbfb;
    color: #00a2ca;
}

.fixed-toolbar .blue {
    background: #00a2ca;
    color: #fff;
    border-color: #00a2ca;
}


/*QQ瀹㈡湇*/

.fixed-toolbar .kefu-qq .icon-qq {
    font-size: 25px;
    margin-top: 9px;
    display: block;
}

.fixed-toolbar .kefu-qq:hover {
    color: #f2f2f2;
}


/*鐢佃瘽瀹㈡湇*/

.fixed-toolbar .kefu-phone {
    cursor: default;
}

.fixed-toolbar .kefu-phone img {
    margin-top: 2px;
}

.fixed-toolbar .phone-list {
    position: absolute;
    right: 48px;
    top: -30px;
    display: none;
    padding: 14px 23px 14px 19px;
    width: 160px;
    background: #fff;
    border: 2px solid #00a2ca;
    border-radius: 5px;
}

.fixed-toolbar .phone-list.logout {
    top: -160px;
}

.fixed-toolbar .phone-list .phone-name {
    color: #00a2ca;
    padding-bottom: 1px;
    margin-bottom: 5px;
    font-size: 15px;
}

.fixed-toolbar .phone-list .phone-name .icon {
    color: #00a2ca;
    margin-right: 3px;
}

.fixed-toolbar .phone-list .phone-number {
    padding-bottom: 7px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #e0e0e0;
}

.fixed-toolbar .phone-list .phone-number>p {
    margin-bottom: 3px;
}

.fixed-toolbar .phone-list .phone-number .number {
    margin-left: 6px;
}


/*
 * 鍒嗛〉
 */

.pagn {
    z-index: 10;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0 8px;
    background: #f9f9f9;
    border-top: 1px solid #e4e4e4;
    text-align: center;
    box-shadow: 0 -2px 3px #eee;
}

.pagn .num,
.pagn .next,
.pagn .prev,
.pagn .first,
.pagn .end,
.pagn .current {
    display: inline-block;
    margin-right: 5px;
    width: 28px;
    height: 28px;
    line-height: 29px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid #d8d8d8;
    text-align: center;
    font-size: 15px;
    color: #666;
}

.pagn .next,
.pagn .prev {
    width: 60px;
    font-size: 13px;
}

.pagn .num:hover,
.pagn .next:hover,
.pagn .prev:hover,
.pagn .current {
    background: #82cddb;
    color: #fff;
    border-color: #82cddb;
}

.pagn-to-top {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: 392px;
}

.pagn-to-top a {
    float: left;
    height: 100%;
    line-height: 45px;
    padding: 0 15px;
}

.pagn-to-top a:hover {
    background: #fff;
    color: #333;
}

.pagn .first {
    margin-right: 30px;
    width: 60px;
}

.not-fixed .pagn {
    position: static;
    padding: 15px 0 20px;
    box-shadow: none;
    background: none;
    border: 0;
}

.not-fixed .pagn .pagn-to-top {
    display: none;
}

.not-fixed .pagn .num,
.not-fixed .pagn .next,
.not-fixed .pagn .prev,
.not-fixed .pagn .first,
.not-fixed .pagn .end,
.not-fixed .pagn .current {
    margin-right: 8px;
    width: 36px;
    height: 36px;
    line-height: 37px;
    font-size: 18px;
    border-radius: 38px;
}

.not-fixed .pagn .next,
.not-fixed .pagn .prev {
    width: 80px;
    font-size: 16px;
}

.not-fixed.pagn {
    position: static;
    padding: 15px 0 20px;
    box-shadow: none;
    background: none;
    border: 0;
}

.not-fixed.pagn .pagn-to-top {
    display: none;
}

.not-fixed.pagn .num,
.not-fixed.pagn .next,
.not-fixed.pagn .prev,
.not-fixed.pagn .first,
.not-fixed.pagn .end,
.not-fixed.pagn .current {
    margin-right: 8px;
    width: 36px;
    height: 36px;
    line-height: 37px;
    font-size: 18px;
    border-radius: 38px;
}

.not-fixed.pagn .next,
.not-fixed.pagn .prev {
    width: 80px;
    font-size: 16px;
}


/*瑙ｅ喅ie8,chrome,firefox绛夋祻瑙堝櫒椤甸潰楂樺害涓嶈冻涓€灞忔椂鎶栧姩闂*/

html {
    overflow-y: scroll;
}

.baidutongji {
    display: none;
}



/*
 * 鎼滅储妯″瀷锛歛jax鏂瑰紡
 * 2015.12.12
 */

.search-mod li {
    list-style: none;
}

.search-mod .search-wrap {
    margin-bottom: 10px;
    position: relative;
}

.search-mod .textbox input {
    height: 35px;
}

.search-mod .search-result {
    z-index: 100;
    display: none;
    position: absolute;
    left: 0;
    top: 36px;
    width: 100%;
    max-height: 208px;
}

.search-mod .search-result ul {
    padding: 3px 0;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 0 0 2px 2px;
}

.search-mod .result-item {
    height: 32px;
    line-height: 32px;
    text-indent: 12px;
    cursor: pointer;
    position: relative;
}

.search-mod .result-item:hover {
    background: #f2f2f2;
}

.search-mod .result-item .cover-link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background: url(../images/alpha.png) repeat;*/
}

.search-mod .result-item.result-null {
    cursor: default;
    background: none;
}

.search-mod .result-item.result-null .null {
    color: #de533c;
}

.search-mod .result-loading {
    width: 80px;
    margin: 0 auto;
    padding: 15px 0 10px;
}

.search-mod .close-result,
.item-remove {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    color: #999;
    font: 14px/20px arial;
    text-align: center;
    cursor: pointer;
    z-index: 10;
}

.search-mod .close-result {
    height: 34px;
    width: 26px;
    right: 1px;
    top: 1px;
    display: none;
}

.search-mod .close-result i {
    display: inline-block;
    margin-top: 10px;
    color: #aaa;
}

.search-mod .close-result:hover {
    background: #fbfbfb;
    color: #666;
}


/*閫夊ソ鐨勭粨鏋滃垪琛�*/

.search-mod .selected-list li {
    z-index: 1;
    position: relative;
    float: left;
    padding: 0 30px 0 11px;
    margin-right: 10px;
    background: #fbfbfb;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    height: 35px;
    line-height: 35px;
}

.search-mod .selected-list li img {
    width: 32px;
    height: 32px;
    border: 1px solid #eee;
    position: absolute;
    left: 0px;
    top: 9px;
    border-radius: 34px;
}

.search-mod .selected-list li .model {
    color: #111;
}

.search-mod .selected-list .item-remove {
    top: 9px;
    right: 4px;
    color: #ccc;
}


/* 妯℃€佺獥鍙� common -------------------------- */

.modal-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    background-color: rgba(200, 200, 200, .35);
    justify-content: center;
    align-items: center;
}

.modal {
    width: 600px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -15%;
    z-index: 1001;
}

.modal-inner {
    padding: 14px 29px 26px;
    min-height: 300px;
    max-height: 80vh;
    border: 4px solid #c4c4c4;
    background: #fff;
    border-radius: 5px;
}

.modal-header {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #d8d8d8;
    font-size: 20px;
    color: #111;
}

.close-modal {
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 1003;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    border-radius: 50px;
    background: #333;
    color: #f2f2f2;
    border: 2px solid #f2f2f2;
}

.close-modal:hover {
    color: #fff;
    background: #7a7a7a;
}

.login-modal {
    width: 370px;
    margin: -18% 0 0 -185px;
}

.login-modal .modal-inner {
    position: relative;
    min-height: 280px;
    padding-bottom: 20px;
    padding-top: 180px;
    /*background: url('/style/img/login_pop_bg.png') center top no-repeat #fff;*/
}
.login-modal .modal-header{
    margin-top: -12px;
    position: absolute;
    border: none;
}
.login-modal .login_tip{
    position: absolute;
    top: 42px;
    left: 48px;
    width: 270px;
    font-size: 12px;
    color: #fff;
    text-align: justify;
}

.login-modal .textbox {
    border-color: #ddd;
}

.modal-loading {
    width: 96%;
    height: 96%;
    margin: 5px;
    position: absolute;
    z-index: 1002;
    left: 0;
    top: 0;
    background: #fff;
    text-align: center;
    display: none;
}

.modal-loading img {
    margin-top: 40%;
}


/*鐧诲綍琛ㄥ崟*/

.form.login-form .textbox {
    border-color: #c4c4c4;
}

.form.login-form .textbox input {
    height: 31px;
    line-height: 31px;
    display: inline-block;
    width: 240px;
}

.form.login-form .label {
    width: 55px;
    text-align: left;
    margin-top: 7px;
    text-indent: 3px;
}

.form.login-form .form-item {
    margin-bottom: 13px;
}

.form.login-form .item-right {
    top: 9px;
    right: 8px;
}

.form.login-form .newtohqpcb {
    padding-top: 25px;
}

.login-form .msg-warn,
.login-form .msg-error {
    margin-bottom: 10px;
    height: 28px;
    padding: 0 10px;
    background: #fefcee;
    border: 1px solid #f3d995;
    border-radius: 2px;
    color: #999;
    line-height: 28px;
}

.login-form .msg-error {
    display: none;
    color: #c00;
    border-color: #c00;
    background: #fff6ed;
}

.login-form .msg-error i {
    margin-right: 3px;
}

.login-form .newtohqpcb {
    padding: 0 0 5px;
}

.notice {
    border: 1px solid #fbeed5;
    color: #8a6d3b;
    background: #fcf8e3;
    padding: 5px 12px;
    border-radius: 3px;
    background: #fff8e9;
}

.notice {
    border-color: #ffeab8;
    color: #de9b61;
    background: #fffbed;
}

.notice .icon {
    float: left;
    margin: 4px 10px 0 0;
}

.page-title {
    font-size: 24px;
    color: #111;
    margin-bottom: 8px;
}

.page-sub-title {
    font-size: 15px;
    margin-bottom: 5px;
}

.upload-success,
.upload-fail {
    display: none;
}

.icon-success,
.icon-fail {
    display: inline-block;
    width: 46px;
    height: 45px;
    background: url(/style/ui/images/tip-icon.png) no-repeat;
}

.icon-fail {
    background-position: 0 -45px;
}


/* .page-footer ----------------------------------------*/



.online-service {
    text-align: right;
}

.online-service .renzheng {
    margin: 5px 0 35px;
}

.online-service .tel {
    font-size: 28px;
    color: #aaa;
    margin: 2px 0 7px;
    color: #e0e0e0;
}

.online-service .weixin-footer {}


.fixed-toolbar .qqicon {
    display: inline-block;
    vertical-align: top;
    height: 16px;
    width: 23px;
    margin: 1px -1px 0 -3px;
}

.fixed-toolbar .wenzi {
    padding: 2px 8px;
    margin: 2px 0 0 0;
}

.fixed-toolbar .zhuanshu h4 {
    margin-bottom: 7px;
}

.fixed-toolbar .zhuanshu p {
    margin-bottom: 6px;
}

.fixed-toolbar .zhuanshu p>span {
    width: 42px;
    display: inline-block;
}

.fixed-toolbar .zhuanshu .kefuname {
    margin-bottom: 9px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.fixed-toolbar .zhuanshu .qqlink {
    padding-top: 2px;
}

.fixed-toolbar .zhuanshu .tousu {
    padding-top: 10px;
    color: #333;
    margin-bottom: 5px;
    border-top: 1px dashed #e0e0e0;
    margin-top: 15px;
}



/*pager*/

.pager {
    padding-top: 20px;
}

.pager>div {
    text-align: center;
}

.pager>div>span {}

.pager>div>a,
.pager>div>.current {
    padding-left: 10px;
    padding-right: 10px;
    height: 26px;
    border-radius: 3px;
    background: #f2f2f2;
    display: inline-block;
    line-height: 26px;
}

.pager>div>.current {
    background: #00a2ca;
    color: #fff;
}


/*涓婁紶杩涘害*/

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}


@media screen and (min-height:900px) {
    .modal {
        margin-top: -25vh;
    }
}

@media screen and (min-width:1600px) {}


/*
 * 鍒嗙被鐨勫懡鍚嶆柟娉曪細浣跨敤鍗曚釜瀛楁瘝+"-"涓哄墠缂€
 * 甯冨眬锛坓rid锛夛紙.g-锛夛紱妯″潡锛坢odule锛夛紙.m-锛夛紱鍏冧欢锛坲nit锛夛紙.u-锛夛紱鍔熻兘锛坒unction锛夛紙.f-锛夛紱鐨偆锛坰kin锛夛紙.s-锛夛紱鐘舵€侊紙.z-锛夈€�
 * 2017-3-3
 */

.m-table {
    border: 1px solid #e4e4e4;
    border-radius: 3px;
}

.m-table .tr {
    border-bottom: 1px solid #e0e0e0;
    height: 34px;
    line-height: 34px;
}

.m-table .tbody .tr:last-child {
    border-bottom-width: 0;
}

.m-table .tr .th,
.m-table .tr .td {
    border-left: 1px solid #e0e0e0;
    padding-left: 12px;
}

.m-table .tr .name {
    width: 90px;
    border-left: 0;
}

.m-table .tr .value {
}

.m-table .tr .changed {
    background: #fff8e9;
    color: #de533c;
    color: #f34a4a;
}




.copyright.not-flex {
    display: block;
}

body .layer-dailog-none {
    background-color: transparent;
    box-shadow: none;
}
body .layer-dailog-none .layui-layer-content{
    overflow: hidden;
}
body .layer-overflow-hide .layui-layer-content{
    overflow: hidden;
}
.layer-dailog-none .layui-layer-setwin {
    right: 199px;
    top: 98px;
}
.layer-dailog-none .layui-layer-close {
    background: transparent;
}
.layer-dailog-none .goto {
    position: absolute;
    top: 314px;
    left: 306px;
    width: 110px;
    height: 38px;
}

[v-cloak] {
    display: none;
}

body {
    background: #f6f6f6;
}

#main {
    padding-top: 10px;
    overflow: hidden;
    min-width: 1200px;
}

.textbox {
    border-color: #c4c4c4;
}

.textbox.error {
    border-color: #f34a4a;
}

.container {
}

.aside {
    float: left;
    width: 180px;
    margin-right: 20px;
}

.amain {
    overflow: hidden;
}

.menu {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    padding: 14px 0 15px;
}

.menu>h2 {
    font-size: 15px;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
    text-indent: 17px;
    padding-top: 20px;
}

.menu>h2.first {
    padding-top: 0;
}

.menu>a {
    display: block;
    margin: 1px 0;
    height: 28px;
    border-left: 2px solid #fff;
    line-height: 28px;
    text-indent: 21px;
    color: #666;
}

.menu>a>i {
    color: #bbb;
    margin-right: 3px;
}

.menu>a:hover,
.menu>a.current {
    background: #f6f6f6;
    color: #00a2ca;
    border-color: #f6f6f6;
}

.menu>a.current,
.menu>a.current>i {
    border-color: #00a2ca;
    color: #00a2ca;
}

.menu>a.current {
    margin-left: -1px;
    padding-left: 1px;
}

.aside .menu a{
    font-size: 14px;
}

.label-left .form-item {
    line-height: 32px;
    margin-bottom: 12px;
}
.label-left .form-item:after{
    content: "";
    clear: both;
    visibility: hidden;
    display: block;
}

.label-left label {
    float: left;
    width: 82px;
    text-align: right;
    margin-right: 10px;
}

.label-left label i {
    color: #c00;
}

.label-left .main {
    float: left;
}

.label-left .main .textbox {
    float: left;
    width: 150px;
    margin-right: 10px;
}

.label-left .main .textbox.long {
    width: 400px;
}

.label-left .btn-wrap {
    margin: 18px 0 0 90px;
}

.order-action-modal.modal-mask {
    background-color: rgba(0, 0, 0, .4);
}

.order-action-modal .modal {}

.order-action-modal .modal-inner {
    box-shadow: 1px 2px 2px #999;
}

.order-action-modal .tip,
.order-action-modal .loading {
    width: 96%;
    height: 96%;
    margin: 5px;
    position: absolute;
    z-index: 1002;
    left: 0;
    top: 0;
    background: #fff;
}

.order-action-modal .loading {
    text-align: center;
}

.order-action-modal .loading img {
    margin-top: 25%;
    margin-bottom: 10px;
}

.order-action-modal .tip .inner {
    padding-top: 20%;
    text-align: center;
}

.order-action-modal .tip .icon {
    font-size: 48px;
    color: #109a10;
    margin-bottom: 10px;
}

.order-action-modal .tip .text {
    font-size: 18px;
    color: #109a10;
    margin-bottom: 10px;
}

.order-action-modal .tip.failed .icon {
    color: #de533c;
}

.order-action-modal .tip.failed .text {
    color: #333;
}


.wrap {
    min-height: 567px;
    padding: 14px 27px 50px;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
}

.main-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 16px;
    border-bottom: 1px dashed #e8e8e8;
    padding-bottom: 7px;
}

.form.align-center {
    width: 350px;
    margin: 0 auto;
    padding-right: 30px;
}

.form .label {
    color: #333;
    padding-bottom: 3px;
}

.btn-area {
    padding-top: 10px;
}

.radio-wrap {
    padding-top: 10px;
}

.radio {
    margin-right: 20px;
}

.rmb {
    margin-right: 2px;
}


.house-tip {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1009;
    display: none;
    padding: 9px;
    border: 2px solid #777;
    border-radius: 5px;
    background: #fff;
    box-shadow: 3px 4px 4px #ccc;
    min-width: 120px;
    min-height: 150px;
}

.house-tip .tip-title {
    font-size: 15px;
    color: #111;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}

.house-tip .icon {
    color: #ddd;
    margin: 0 8px;
    font-family: arial;
}

.house-tip .loading {
    text-align: center;
    padding-top: 60px;
}

.crumb {
    font-size: 13px;
}

.crumb .arrow {
    margin: 1px 4px 0 7px;
    width: 11px;
    height: 17px;
    /*background: url(/style/ui/images/crumb.png) no-repeat;*/
}

.crumb .current {
    color: #999;
}

.crumb b {
    margin-right: -2px;
}

.order-summary {
    background: #f2f2f2;
    border-radius: 3px;
    padding: 9px 14px 9px;
    margin: -10px 0 15px;
    color: #7a7a7a;
    font-size: 12px;
}

.order-summary .icon-map-marker {
    font-size: 16px;
    margin: 1px 5px 0 0;
}

.order-summary .rar {
    height: 15px;
    width: auto;
    margin: 0px 4px 0 0;
}

.order-summary .sp {
    margin: 0 25px;
    color: #ccc;
}



/*
 * .profile-bar
 */

.profile-bar {
    position: relative;
    margin: -17px 135px 18px 0;
    padding: 9px 15px 7px;
    line-height: 21px;
    min-height: 50px;
    width: 800px;
}

.profile-bar .kefu {
    float: right;
    position: relative;
}

.profile-bar .kefu .zhuanshu {
    width: 198px;
    margin-bottom: 3px;
    padding-top: 2px;
}

.profile-bar .kefu .qrcode {
    position: absolute;
    top: -58px;
    right: -145px;
    width: 127px;
    /* border: 1px solid; */
    padding-top: 120px;
    background-size: 107px 107px;
    background-position: center 10px;
    background-repeat: no-repeat;
    background-color: #fff;
    color: #666;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
    line-height: 1;
}
/* .profile-bar .kefu .wechat {
    position: relative;
    float: right;
    width: 22px;
    height: 22px;
    background: url('/style/img/weixin.png') no-repeat;
    background-size: contain;
    overflow: hidden;
}
.profile-bar .kefu .wechat::after {
    position: absolute;
    bottom: -168px;
    right: -16px;
    width: 160px;
    text-align: center;
    color: #333;
    font-size: 12px;
    z-index: 2;
} */
.profile-bar .dongtu {
    width: 42px;
    height: 42px;
    border-radius: 42px;
    position: absolute;
    left: 13px;
    top: 3px;
}

.profile-bar .willcome {
    float: left;
    margin-bottom: 2px;
    width: 570px;
}

.profile-bar .mine-info {
    color: #666;
    padding-top: 5px;
}

.profile-bar .mine-info .number {
    margin-left: 2px;
}

.profile-bar .mine-info .rmb {
    margin-right: 3px;
}

.profile-bar .info-item {
    margin-right: 20px;
}

.kefuiswho {
    color: #666;
}


.pager {
    text-align: center;
    padding: 15px 10px 5px;
}

.btn {
    letter-spacing: 2px
}


/*
 * toolbar
 */

.toolbar {
    overflow: hidden;
    margin-bottom: 12px;
}

.tip {
    color: #999;
}

.toolbar .btn {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 8px;
}

.toolbar .grey {
    color: #666;
}

.toolbar .grey:hover {
    color: #00a2ca;
}

.toolbar .search {
    width: 280px;
}

.toolbar .search button {
    border: 0;
    border-radius: 0 2px 2px 0;
    color: #00a2ca;
    border-left: 1px solid #e0e0e0;
    width: 45px;
    top: 0;
    right: 0;
    height: 30px;
    background: #f9f9f9;
    line-height: 30px;
}

.toolbar .search button:hover {
    background: #f2f2f2;
}



/*
 * filter
 */

.filter {
    margin: -2px 0 16px;
    border-bottom: 1px solid #e0e0e0;
}

.filter a {
    color: #666;
    font-size: 18px;
    padding: 0 15px 1px;
}

.filter a:hover,
.filter a.current {
    color: #de533c;
    margin-bottom: -1px;
}

.filter a.current {
    border-bottom: 2px solid #de533c;
}

.filter>a>span {
    color: #de533c;
    margin-left: 3px;
}

.filter .sp {
    width: 1px;
    margin: 6px 7px 0;
    background: #ddd;
    height: 15px;
    display: inline-block;
}


/*
 * table
 */

.table {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    margin-bottom: 10px;
}

.table .thead {
    background: #f2f2f2;
    border-bottom: 1px solid #e0e0e0;
}

.table .check .icon-checkbox {
    font-size: 14px;
    color: #ccc;
}

.table .check .icon-checkbox-checked {
    color: #109a10;
}

.table .thead .th {
    color: #333;
    font-weight: bold;
}

.table .tr {
    position: relative;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.table .tr .enter-orderDetail {
    position: absolute;
    right: 245px;
    width: 500px;
    height: 100%;
    background: none;
    line-height: 100px;
    overflow: hidden;
}

.table .tbody .tr {
    border-bottom: 1px solid #e4e4e4;
}

.table .tbody .tr:last-child {
    border-bottom: 0;
}

.table .tbody .tr:hover {
    background: #f9f9f9;
}

.table .tbody .tr.focus {
    background: #fffff1;
}
.table .tr{
    overflow: hidden;
}
.table .tr>div {
    float: left;
    padding-left: 10px;
    font-size: 12px;
}

.table .tr .check {
    color: #aaa;
    width: 14px;
}

.table .tr .check {
    padding-top: 1px;
    width: 17px;
    padding-left: 1px;
}

.table .tr .id {
    width: 70px;
    cursor: default;
    overflow: hidden;
}

.table .tr .file {
    width: 145px;
    height: 100%;
    overflow: hidden;
}

.table .tr .time {
    width: 115px;
}

.table .tr .layer {
    width: 28px;
}

.table .tr .th.layer {
    margin: 0 6px 0 -6px;
}

.table .tr .size {
    width: 68px;
    padding-left: 5px;
}

.table .tr .th>i {
    color: #999;
    font-weight: normal;
}

.table .tr .count {
    width: 36px;
}

.table .tr .price {
    width: 90px;
}

.table .tr .td.price {
    color: #f34a4a;
}

.table .tr .td.price .yunfei {
    color: #999;
}

.table .tr .status {
    min-width: 75px;
}

.table .tr .status .sm {
    color: #999;
}

.table .tr .action {
    height: 100%;
    padding-left: 11px;
}
.table .tr .action.flex1{
    border-left: 1px solid #e4e4e4;
}

.table .tr .action>a {
    display: inline-block;
    line-height: 25px;
    height: 24px;
    margin: 8px 6px 0 0;
    background: #efefef;
    padding: 0 8px;
    border-radius: 2px;
    font-size: 12px;
    color: #00a2ca;
    border: 1px solid #efefef;
    letter-spacing: 1px;
}

.table .tr .action>a:hover,
.table .tr .action .blueline {
    color: #00a2ca;
    background: #fff;
    border-color: #00a2ca;
}

.table .tr .action .blueline:hover {
    background: #fbfbfb;
}

.table .tr .action>.orange {
    background: #de533c;
    color: #fff;
    border-color: #de533c;
    padding: 0 10px 0 11px;
}

.table .tr .action>.orange:hover {
    background: #cc4d37;
    border-color: #cc4d37;
    color: #fff;
}

.table .tr .action>a .icon {
    font-size: 15px;
    margin: 5px 2px 0 0;
}

.table .tr .none {
    color: #ccc;
}


/*
 * house-table
 */

.house-table {
    border: 1px solid #e4e4e4;
    border-radius: 3px;
}

.house-table .tr {
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
}

.house-table .tbody .tr:last-child {
    border-bottom-width: 0;
}

.house-table .tr .th,
.house-table .tr .td {
    float: left;
    border-left: 1px solid #e0e0e0;
    padding-left: 12px;
    height: 34px;
    line-height: 34px;
}

.house-table .tr .name {
    width: 90px;
    border-left: 0;
}
.price .house-table .tr .name{
    width: 130px;
}
.house-table .tr .tianxie,
.house-table .tr .shenhe {
    width: 30%;
}

.house-table .tr .changed {
    background: #fff8e9;
    color: #de533c;
    color: #f34a4a;
}
/* modal */
.modal-small{
    width: 520px;
}

.modal-inner-small{
    min-height: 200px;
}
.modal-small .label-left .main .textbox.long {
    width: 300px;
}

.disabled-input{background:none;border: 0;}
.form-wrap{padding-top: 5px;}
.from-item{margin-bottom: 12px;width: 100%;overflow: hidden;}
.from-item .label{width: 70px;text-align: right;padding: 6px 8px 0 0;float: left;}
.from-item .textbox{width: 200px;float: left;}

.radio-wrap{overflow: hidden;}
.radio-wrap li{margin-right: 30px;margin-top: -4px;float: left;}
.radio-wrap li input{float: left;margin: 4px 3px 0 0;}
.app-radio{margin-right: -300px;overflow: hidden;}
.app-radio li{
    width: 100px;
}
.btn-wrap{border-top: 1px solid #e0e0e0;padding-top: 15px;}
em, i{display: inline}


/** 找回密码 **/
.grid-1000 { width: 1000px; margin: 0 auto;}
.user-box-form-area {
    position: relative;
    margin-top: 30px;
    padding: 45px 50px;
    background: url('/style/images/hm-bg-right.png') right 0 no-repeat #FFF;
    min-height: 400px;
    _height: 400px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}

/*表单模块*/
.ui-form {
    font-size: 12px;
    line-height: 1.5;
}
.ui-form, .ui-form * {
    list-style: none;
}
.ui-form fieldset {
    border: 0;
}
.ui-form legend {
    display: none;
}
.ui-form-explain {
    display: none;
    margin: 0;
    font-size: 13px;
    line-height: 38px;
    font-weight: 400;
}
.ui-form-item-2 .ui-form-explain {
    /* left: 165px;  */
}
.ui-form-other {
    display: none;
    float: left;
    padding: 0 5px;
    margin-left: 6px;
    width: 300px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #dedede;
    background: #f6f6f6;
    color: #7c7c7c;
}
.ui-form-other span {
    display: block;
    padding: 5px 0;
    line-height: 13px;
}
.ui-form-other-err {
    background: #ffeded;
    border: 1px solid #ffbdbd;
    color: #f00;
}
.ui-form-text {
    display: inline-block;
    margin-top: 6px;
    *display: inline;
    *zoom: 1;}
.ui-form-getcode {
    float: left;
    margin-left: 15px;
    padding: 0 15px;
    height: 36px;
    line-height: 38px;
    border: 1px solid #e8e8e8;
    background: #f7f7f7;
    border-radius: 5px;
}
.ui-form-getcode:link {
    color: #005AA0;
}
.ui-form-getcode-1 {
    margin-left: 5px;
    background: #ff7700;
    border-radius: 5px;
    border: 0;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
}
.ui-form-getcode-1:link {
    color: #fff;
}
.ui-form-getcode-1:hover {
    color: #fff;
    text-decoration: none;
}
.ui-form-getcode-2 {
    display: none;
}
.ui-form-item:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}
.ui-form-item {
    position: relative;
    padding: 0 5px 20px 80px;
    *zoom: 1;}
.ui-form-item-1 {
    padding: 0 5px 20px 0px;
}
.ui-form-item-2 {
    padding: 0 5px 20px 80px;
    position: relative;
}
.ui-form-item-3 {
    padding: 0 5px 15px 5px;
}
.ui-form-item-4 {
    padding: 0 0px 5px 8px;
}
.ui-form-item-4 label {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.ui-form-item select {
    vertical-align: middle;
    margin: 4px 0 0;
    padding: 3px;
}
.ui-form-item input {
    vertical-align: middle;
}
.ui-form-item .require {
    color: red;
}
.ui-form-item .ui-button {
    padding: 12px 45px;
    font-weight: 800;
}
.ui-form-item .ui-input {
    float: left;
    font-size: 14px;
    /*color: #595959;*/
    vertical-align: middle;
    *vertical-align: -5px;
}
.ui-form-item-error .ui-input,
.ui-form-item-error .ui-textarea {
    border: 1px #F00 solid;
    color: #F00;
}
.ui-form-item-error .ui-input-reset {
    border: 1px #9C9C9C solid;
    color: #000;
}
.ui-form-item-error .ui-form-explain {
    border-radius: 2px;
    left: 0;
    color: #FF5243;
    border: 1px solid #FFBBBE;
    background-color: #FFEAE9;
    width: 323px;
    margin-left: 5px;
    color: #F60000;
    text-indent: 10px;
}
.ui-form-item-error .ui-form-other {
    background: #ffeded;
    border: 1px solid #ffbdbd;
    color: #f00;
}
.ui-input {
    width: 260px;
    padding: 8px 25px 8px 9px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #d7d7d7;
    color: #595959;
    font-size: 14px;
    outline: none;
    border-radius: 3px;
}
.ui-input-1 {
    width: 308px;
    color: #999;
}
.ui-input-2 {
    padding: 6px 9px;
}
.ui-input-w258 {
    width: 258px;
}
.ui-input-w285 {
    width: 285px
}
.ui-input:hover,
.ui-textarea:hover,
.ui-input-hover {
    /* border: 1px #a6a6a6 solid; border-top-color: #808080; */
}

.ui-input:focus,
.ui-textarea:focus,
.ui-input-focus {
    /*  border: 1px #7abd54 solid;  outline: 1px #7abd54 solid;box-shadow: 0 0 3px #8cddff; */
    color: #595959;
}
.ui-textarea {
    width: 422px;
    height: 79px;
    line-height: 15px;
    border: 1px #9C9C9C solid;
    padding: 1px 3px 0 4px;
    overflow: auto;
    font-family: Arial;
    font-size: 12px;
}

.ui-input[disabled],
.ui-textarea[disabled] {
    border: 1px solid #ccc;
    background: #f2f2f2;
}

.ui-input:disabled,
.ui-textarea:disabled {
    border: 1px solid #ccc;
    background: #f2f2f2;
}
.placeholder {
    color: #ccc;
}
.ui-input-checkcode {
    width: 78px;
    margin: 0;
}

.ui-form-item-hover .ui-input,
.ui-form-item-hover .ui-textarea {
    border: 1px #727272 solid;
}
.ui-form-item-focus .ui-input,
.ui-form-item-focus .ui-textarea {
    border: 1px #07f solid;
    outline: 1px #8cddff solid;
}

.ui-form-item-focus .ui-form-explain,
.ui-form-item-hover .ui-form-explain {
    color: #333;
}
.ui-label {
    float: left;
    width: 80px;
    padding-top: 4px;
    font-size: 14px;
    color: #333;
}
.ui-label-tip {
    position: absolute;
    top: 10px;
    left: 175px;
    display: block;
    color: #999;
    font-size: 14px;
    cursor: text;
}
.ui-form-required {
    color: #FF0000;
    font-family: SimSun;
    font-size: 14px;
    margin-right: 6px;
}
.ui-ipt-group {
    font-size: 14px;
    color: #333;
    line-height: 16px;
}
.ui-ipt-group label {
    margin-right: 8px;
    *margin-right: 2px;
}

/*输入框图标*/
.ui-ipt-un,
.ui-ipt-pw,
.ui-ipt-suc {
    position: absolute;
    top: 10px;
    left: 392px;
    display: block;
    width: 20px;
    height: 20px;
}
.ui-ipt-suc {
    display: none;
    left: 353px;
    background: url('/style/images/ui-suc.png') 0 -3px no-repeat;
}
.ui-form-item-2 .ui-ipt-un,
.ui-form-item-2 .ui-ipt-pw,
.ui-form-item-2 .ui-ipt-suc {
    left: 433px;
}
.reg-w {
    font-size: 26px;
    color: #000;
    font-weight: 700;
}
.ui-form-line {
    padding: 0 0px 15px 6px;
}

.ui-button { display: inline-block; *display: inline;  color:#fff; border: 0; text-align: center; text-decoration: none; vertical-align: middle; cursor: pointer; line-height: normal; font-size: 14px;  border-radius: 3px;  *zoom: 1;  *overflow: visible; }

.ui-button-sblue{background:#2A84CB; color:#fff;}

.rememberPwd{
    text-align: center;
    margin-top: 25px;
}

body .fn-hide {display: none;}

/*表单验证样式start*/
.Validform_error{
    background-color: #ffebeb;
    border-color: #ffbdbe;
}
.Validform_error:focus{
    box-shadow: none;
}
.Validform_wrong{
    margin-left: 5px;
    color: #c00;
}
.Validform_right{
    display: none;
}
.ui-pr-item .Validform_wrong{
    display: block;
    position: absolute;
    top: 39px;
    left: 0;
}
.Validform_loading{
    /*background: url("/Public/img/onchkload.gif") no-repeat;*/
    color: #999;
    font-size: 12px;
    left: 0;
    padding-left: 20px;
    position: absolute;
    top: 41px;
}
#Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999'); box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);}
#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
#Validform_msg .Validform_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#999;
    background: -moz-linear-gradient(top, #999, #666 100%); background: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#666)); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666');}
#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{line-height:22px; position:absolute; right:8px; top:0px; color:#fff; text-decoration:none;}
#Validform_msg a.Validform_close:hover{color:#ccc;}
#Validform_msg .Validform_info{padding:8px;border:1px solid #bbb; border-top:none; text-align:left;}

/*
 * 按钮
 */

.btn, .link a .btn {
    display: inline-block;
    padding: 10px 25px;
    background: #00a2ca;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    line-height: 1.0;
    text-align: center;
}

.btn:hover, .link a .btn:hover {
    background: #0196BD;
    color: #fff;
}

.btn.failed, .link a .btn.failed {
    background: #efefef;
    color: #666;
}

.btn.failed:hover, .link a .btn.failed:hover {
    background: #ccc;
}

.btn.orange {
    background: #de533c;
}

.btn.orange:hover {
    background: #be333c;
}

.btn.grey {
    background: #f2f2f2;
    color: #00a2ca;
}

.btn.grey:hover {
    background: #efefef;
}

.btn.large {
    padding: 0 35px;
    height: 42px;
    border-radius: 3px;
    line-height: 42px;
    font-size: 16px;
}

.btn.huge {
    padding: 0 60px;
    height: 54px;
    border-radius: 4px;
    line-height: 54px;
    font-size: 18px;
}

.btn.full-width {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.btn.grey-border {
    color: #333;
    padding: 8px 0 9px;
    font-size: 13px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .6) inset;
    background: linear-gradient(to bottom, #f7f8fa, #e7e9ec);
    border-width: 1px;
    border-style: solid;
    border-color: #adb1b8 #a2a6ac #8d9096;
}

.btn.blue-line {
    background: #fff;
    border: 1px solid #00a2ca;
    color: #00a2ca;
}

.btn.blue-line:hover {
    background: #fbfbfb;
}