@charset "UTF-8";
input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: none;
}

/*html {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: gray(100%);
    -o-filter: grayscale(100%);
}*/

.breadcrumb {
    padding: 20px 15px 0 15px;
    background: none;
}

.breadcrumb .icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    background: url(../img/register/home.png) 0 0 no-repeat;
    vertical-align: middle;
}

.breadcrumb a {
    color: #999999;
    font-size: 14px;
}

.breadcrumb > .active {
    color: #0d45a5;
    font-size: 14px;
}

.layui-laydate .layui-laydate-content .layui-this {
    background-color: #3498db !important;
}

.layui-laydate .layui-laydate-footer span:hover {
    color: #3498db;
}

.layui-laydate .layui-laydate-header i:hover, .layui-laydate .layui-laydate-header span:hover {
    color: #3498db;
}

.layer-modal {
    overflow: hidden;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.layer-modal .layui-layer-ico {
    background: url(../img/common/modal-close.png) 0 0 no-repeat !important;
}

.layer-modal .layui-layer-title {
    font-size: 16px;
    color: #333333;
    border-bottom: none !important;
    background: #eaeaea !important;
}

.layer-modal .tip-cont {
    padding: 20px 40px 0 40px;
}

.layer-modal .tip-cont .tip-icon {
    margin-bottom: 10px;
    text-align: center;
}

.layer-modal .tip-cont .tip-icon .tip-icon-i {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.layer-modal .tip-cont .tip-icon .tip-icon-i.tip-icon-error {
    background-image: url(../img/common/error.png);
}

.layer-modal .tip-cont .tip-icon .tip-icon-i.tip-icon-warn {
    width: 51px;
    height: 51px;
    background-image: url(../img/common/warn.png);
}

.layer-modal .tip-cont .tip-icon .tip-icon-i.tip-icon-success {
    background-image: url(../img/common/success.png);
}

.layer-modal .tip-cont .tip-message {
    color: #333333;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}

.layer-modal .tip-btn {
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: center;
}

.layer-modal .tip-btn .confirm, .layer-modal .tip-btn .cancel {
    display: inline-block;
    width: 115px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: #0d45a5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.layer-modal .tip-btn .cancel {
    margin-left: 13px;
    background-color: #c6c6c6;
}

.validate-error {
    margin-top: 7px;
    font-size: 14px;
    color: #ff2020;
}

.approvalModal .modal-header h3 {
    color: #666666;
}

.approvalModal .line {
    text-align: center;
}

.approvalModal .line select {
    width: 90%;
    height: 40px;
    line-height: 40px;
}

.approvalModal .confirm, .approvalModal .layer-modal .tip-btn .cancel, .layer-modal .tip-btn .approvalModal .cancel {
    display: inline-block;
    width: 135px;
    height: 45px;
    line-height: 45px;
    margin-right: 10px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #2862c6;
    border: none;
    outline: none;
    cursor: pointer;
}

.tipModal {
    overflow: hidden;
}

.tipModal .modal-header {
    background-color: #eaeaea;
}

.tipModal .modal-header h3 {
    line-height: 24px;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
}

.tipModal .modal-body {
    padding: 35px 30px 45px 30px;
}

.tipModal .modal-body p {
    color: #333333;
    font-size: 16px;
    line-height: 26px;
}

.m-star {
    margin-right: 3px;
    color: red;
}

.m-center {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .m-center {
        width: 1000px;
    }
}

.m-hd {
    height: 117px;
}

.m-hd .log {
    position: absolute;
    top: 14px;
    left: 0;
    height: 100%;
    line-height: 117px;
}

.m-hd .log img {
    vertical-align: middle;
}

.m-hd .log.approval-log img {
    /*padding-right: 25px;*/
    padding-right: 15px;
    border-right: 1px dashed #a5a5a5;
}

.m-shade {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100000000;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.m-shade-inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.m-shade img {
    position: absolute;
    top: 90px;
    left: 390px;
    width: 200px;
}

.m-hd .city {
    position: absolute;
    /*left: 380px;*/
    left: 683px;
    top: 57px;
    width: auto;
    min-width: 120px;
    padding: 0 5px;
    height: 40px;
    line-height: 40px;
    color: #333333;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #d8d8d8;
    box-shadow: 0 0 2px 2px rgba(180, 180, 180, 0.2);
    border-radius: 4px;
    background-color: #f2f2f2;
    cursor: pointer;
    z-index: 20000000000;
    box-sizing: content-box;
}

.m-hd .city .label {
    position: absolute;
    width: 120px;
    left: -120px;
    top: -1px;
    font-size: 19px;
    height: 40px;
    line-height: 40px;
    background: none;
    color: #0d45a5;
}

.m-hd .city .icon {
    margin-left: 6px;
    margin-top: -3px;
    height: 10px;
}

.m-hd .city .city-wrap {
    display: none;
    position: absolute;
    left: 0;
    top: 48px;
    width: 368px;
    z-index: 999;
    padding: 23px 30px 0 30px;
    text-align: left;
    border: 1px solid #c3c3c3;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.m-hd .city .city-wrap ul {
    overflow: hidden;
    zoom: 1;
    margin-right: -27px;
}

.m-hd .city .city-wrap ul li {
    float: left;
    width: 106px;
    height: 26px;
    line-height: 26px;
    margin-right: 23px;
    margin-bottom: 8px;
    text-align: center;
    color: #333333;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
}

.m-hd .city .city-wrap ul li.z-selected {
    color: #0d45a5;
    border: 1px solid #0d45a5;
}

.m-hd .city .city-wrap .submit, .m-hd .city .city-wrap .g-register .g-bd .cont .inline .reset, .g-register .g-bd .cont .inline .m-hd .city .city-wrap .reset {
    display: inline-block;
    width: 110px;
    height: 35px;
    margin-top: 5px;
    background-color: #0d45a5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 14px;
}

.m-hd .hd-right {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.m-hd .hd-right .menu {
    overflow: hidden;
    zoom: 1;
    margin-top: 60px;
    color: #666666;
    font-size: 14px;
}

.m-hd .hd-right .menu li {
    float: left;
    height: 25px;
    line-height: 25px;
}

.m-hd .hd-right .menu li a {
    color: #666666;
}

.m-hd .hd-right .menu li.sign {
    padding-right: 15px;
    background: url(../img/home/line.png) right center no-repeat;
}

.m-hd .hd-right .menu li.register {
    padding-right: 5px;
    padding-left: 15px;
}

.m-hd .hd-right .menu .weather {
    color: #0d45a5;
    margin-left: 25px;
}

.m-hd .hd-right .menu .weather .icon {
    margin-left: 8px;
    vertical-align: middle;
}

.m-hd .hd-right .search {
    position: absolute;
    right: 138px;
    top: 58px;
    width: 230px;
    height: 38px;
    border: 1px solid #d4d4d4;
}

@media screen and (max-width: 1200px) {
    .m-hd .hd-right .search {
        width: 279px;
    }
}

.m-hd .hd-right .search .input {
    position: absolute;
    top: 6px;
    left: 0;
    width: 285px;
    border: none;
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.m-hd .hd-right .search .sear-btn {
    position: absolute;
    top: -1px;
    right: 0;
    width: 84px;
    height: 38px;
    line-height: 38px;
    background-color: #0d45a5;
}

.m-hd .hd-right .search .sear-btn input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 14px;
    text-align: left;
    text-indent: 38px;
    background: #0d45a5 url(../img/home/search.png) 14px 11px no-repeat;
}

.m-nav {
    height: 50px;
    border-bottom: 4px solid #0d45a5;
}

.m-nav ul {
    overflow: hidden;
    zoom: 1;
    height: 100%;
}

.m-nav ul li {
    float: left;
    /*width: 160px;*/
    width: 16%;
    height: 100%;
    line-height: 50px;
    color: #333333;
    font-size: 16px;
    text-align: center;
}

.m-nav ul li a {
    display: block;
    color: #333333;
}

.m-nav ul li.z-current {
    background-color: #0d45a5;
}

.m-nav ul li.z-current a {
    color: #ffffff;
}

.m-carousel .carousel {
    margin-bottom: 0;
}

.m-carousel .carousel-caption {
    max-width: 170px;
    position: absolute;
    left: 100px;
    bottom: 25px;
    right: auto;
    background: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-carousel .carousel-caption p {
    color: #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.m-ft {
    padding-top: 45px;
    padding-bottom: 45px;
    border-top: 4px solid #0d45a5;
}

.m-ft .ft-left {
    width:70%;
    color: #666666;
    font-size: 14px;
}

.m-ft .ft-left p {
    line-height: 25px;
}

.m-ft .ft-right {
    position: absolute;
    right: 0;
    top: 3px;
    width: 210px;
}

.m-ft .ft-right .bottom1 {
    margin-right: 35px;
}

.m-tab .tab-hd {
    border-bottom: 1px solid #e8ebed;
}

.m-tab .tab-hd ul {
    overflow: hidden;
    zoom: 1;
}

.m-tab .tab-hd ul li {
    float: left;
    padding: 10px 23px;
    color: #666;
    font-size: 15px;
    cursor: pointer;
}

.m-tab .tab-hd ul li.z-current {
    color: #1e67c3;
    border-bottom: 2px solid #1e67c3;
}

.m-tab .tab-bd {
    padding: 15px;
}

.m-tab .tab-bd .tab-panel {
    display: none;
}

.m-page {
    text-align: right;
}

.m-page .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.m-page .pagination li {
    display: inline;
}

.m-page .pagination > li > a:hover, .m-page .pagination > li > span:hover, .m-page .pagination > li > a:focus, .m-page .pagination > li > span:focus {
    color: #666666;
    background-color: #eee;
    border-color: #ddd;
}

.m-page .pagination > .active > a, .m-page .pagination > .active > span, .m-page .pagination > .active > a:hover, .m-page .pagination > .active > span:hover, .m-page .pagination > .active > a:focus, .m-page .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #0d45a5;
    border-color: #0d45a5;
    cursor: default;
}

.m-page .pagination > li > a, .m-page .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #666666;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.m-page .pagination > .disabled > span, .m-page .pagination > .disabled > span:hover, .m-page .pagination > .disabled > span:focus, .m-page .pagination > .disabled > a, .m-page .pagination > .disabled > a:hover, .m-page .pagination > .disabled > a:focus {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.m-page .pagination > li:first-child > a, .m-page .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.m-tt-query {
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    background-color: #0d45a5;
}

.m-nav-query ul li {
    border-bottom: 1px solid #eaeaea;
}

.m-nav-query ul li a {
    position: relative;
    display: block;
    padding: 10px 32px 10px 20px;
    font-size: 14px;
    color: #666666;
}

.m-nav-query ul li a.z-current {
    background-color: #e7effc;
}

.m-nav-query ul li a .arrow {
    position: absolute;
    top: 8px;
    right: 18px;
}

.m-cont-query .title {
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-size: 20px;
    color: #0d45a5;
    border-bottom: 1px solid #eaeaea;
}

.m-cont-query .wrap {
    padding-top: 15px;
}

.m-error .title {
    margin-bottom: 45px;
    text-align: center;
    font-size: 26px;
    color: #333333;
}

.m-error .img {
    margin-bottom: 50px;
    text-align: center;
}

.m-error .leave {
    margin-bottom: 55px;
    text-align: center;
    font-size: 16px;
    color: #333333;
}

.m-error .leave span {
    margin-right: 2px;
    font-size: 18px;
    color: #0d45a5;
}

.m-error .back {
    text-align: center;
}

.m-error .back .back-btn {
    display: inline-block;
    width: 147px;
    height: 37px;
    line-height: 37px;
    background-color: #0d45a5;
    font-size: 16px;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.m-pay-form {
    margin-left: 35px;
    margin-right: 35px;
}

.m-pay-form .title {
    padding-top: 35px;
    font-size: 18px;
    color: #333333;
}

.m-pay-form table .tip {
    margin-left: 20px;
    font-size: 14px;
    color: #999999;
}

.m-pay-form table .line-1 td input {
    color: #000;
}

.m-pay-form table .line-1 .tip {
    margin-left: 20px;
    font-size: 14px;
    color: #333333;
}

.m-pay-form table td {
    padding-bottom: 10px;
}

.m-pay-form table td input {
    height: 26px;
    line-height: 26px;
    margin-bottom: 0;
    padding-left: 12px;
    font-size: 14px;
    color: #333333;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #e8ebed;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.m-pay-form table td.num_1 {
    padding-right: 15px;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.m-pay-form table td.num_2.input-small {
    width: 110px;
}

.m-pay-form table td.num_2.input-big {
    width: 220px;
}

.m-pay-form table td .pay-btn {
    display: inline-block;
    width: 115px;
    height: 40px;
    line-height: 40px;
    padding-left: 0;
    text-align: center;
    font-size: 16px;
    border: none;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}

.m-pay-form table td .pay-btn.pay-btn-confirm {
    color: #ffffff;
    background-color: #0d45a5;
}

.m-pay-form table td .pay-btn.pay-btn-cancel {
    margin-left: 10px;
    color: #666666;
    background-color: #e2e2e2;
}

.m-pay-form.m-pay-wx .title-sub {
    margin-top: 15px;
    font-size: 14px;
    color: #999999;
}

.m-pay-form.m-pay-wx .title-sub span {
    color: #cc0000;
}

.m-pay-form.m-pay-wx .wx-cont {
    overflow: hidden;
    zoom: 1;
}

.m-pay-form.m-pay-wx .wx-cont .wx-cont-left {
    float: left;
    padding-top: 45px;
    padding-left: 200px;
}

.m-pay-form.m-pay-wx .wx-cont .wx-cont-left .qrCode {
    width: 225px;
    height: 225px;
    text-align: center;
    line-height: 225px;
    border: 1px solid #e8ebed;
}

.m-pay-form.m-pay-wx .wx-cont .wx-cont-left .qrCode img {
    vertical-align: middle;
}

.m-pay-form.m-pay-wx .wx-cont .wx-cont-left .scan {
    margin-top: 12px;
}

.m-pay-form.m-pay-wx .wx-cont .wx-cont-right {
    float: left;
    margin-left: 140px;
}

.m-pay-form.m-pay-wx .pay-type {
    margin-top: 20px;
}

.m-pay-form.m-pay-wx .pay-type a {
    display: inline-block;
    font-size: 14px;
    color: #666666;
}

.m-pay-form.m-pay-wx .pay-type .icon {
    margin-right: 10px;
    vertical-align: middle;
}

.m-pay-form.m-pay-account {
    padding-top: 42px;
    padding-bottom: 85px !important;
}

.m-pay-detail {
    padding-top: 30px;
    padding-bottom: 50px;
}

.m-pay-detail .cont {
    padding-left: 35px;
    padding-right: 35px;
    border-bottom: 1px solid #ebebeb;
}

.m-tab .tab-bd .tab-panel .m-pay-detail {
    padding-top: 20px;
    padding-bottom: 10px;
}

.m-tab .tab-bd .tab-panel .m-pay-detail .cont {
    padding-left: 15px;
    padding-right: 15px;
    border: none;
}

.m-pay-detail .confirm {
    padding-top: 40px;
    padding-left: 35px;
}

.m-pay-detail .confirm .pay-btn {
    display: inline-block;
    width: 155px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #0d45a5;
    border: none;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.m-pay-detail .account-item {
    position: relative;
    margin-bottom: 30px;
}

.m-pay-detail .account-item .account-hd {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.m-pay-detail .account-item .account-bd {
    margin-top: 15px;
    font-size: 14px;
    color: #666666;
}

.m-pay-detail .account-item .account-bd li {
    display: inline-block;
    padding-right: 30px;
    padding-bottom: 10px;
}

.m-pay-detail .account-item .account-bd li .price {
    color: #cc0000;
}

.m-pay-form.m-pay-account .account-item {
    position: relative;
    margin-bottom: 30px;
}

.m-pay-form.m-pay-account .account-item .EMS {
    position: absolute;
    top: 44px;
    left: 420px;
}

.m-pay-form.m-pay-account .account-item .EMS .title {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.m-pay-form.m-pay-account .account-item .EMS .price {
    margin-left: 25px;
    color: #cc0000;
    font-size: 14px;
}

.m-pay-form.m-pay-account .account-item .account-hd {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

.m-pay-form.m-pay-account .account-item .account-hd .line {
    padding-bottom: 6px;
    background: url(../img/pay/line.png) 0 bottom no-repeat;
}

.m-pay-form.m-pay-account .account-item .account-bd {
    margin-top: 15px;
    padding-bottom: 30px;
    font-size: 14px;
    color: #666666;
    border-bottom: 1px dashed #c6c6c6;
}

.m-pay-form.m-pay-account .account-item .account-bd input {
    max-width: 150px;
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.m-pay-form.m-pay-account .account-item .account-bd select {
    width: 100px;
    height: 36px;
    margin-right: 8px;
    border: 1px solid #e8e8e8;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.m-pay-form.m-pay-account .account-item .account-bd input[readonly] {
    background: none;
}

.m-pay-form.m-pay-account .account-item .account-bd td {
    padding-right: 30px;
}

.m-pay-form.m-pay-account .account-item .account-bd td .field {
    display: inline-block;
    width: 90px;
    margin-right: 15px;
    text-align: right;
    color: #000000;
    font-weight: bold;
}

.m-pay-form.m-pay-account .account-item .account-bd .edit {
    font-size: 14px;
    color: #0d45a5;
    cursor: pointer;
}

.m-pay-form.m-pay-account .account-item .account-bd-show {
    margin-top: 12px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #c6c6c6;
}

.m-pay-form.m-pay-account .account-item .account-bd-show ul {
    overflow: hidden;
    zoom: 1;
}

.m-pay-form.m-pay-account .account-item .account-bd-show ul li {
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
    color: #666666;
    font-size: 14px;
}

.m-pay-form.m-pay-account .account-item .account-bd-show ul li .field {
    color: #666666;
    font-weight: bold;
}

.m-pay-form.m-pay-account .account-item .account-bd-show ul li .money {
    color: #cc0000;
}

.m-pay-form.m-pay-account .account-item .account-bd-channel {
    margin-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #c6c6c6;
}

.m-pay-form.m-pay-account .account-item .account-bd-channel li {
    margin-bottom: 15px;
    color: #666666;
    font-size: 14px;
}

.m-pay-form.m-pay-account .account-item .account-bd-channel li .field {
    margin-left: 3px;
    color: #666666;
    font-weight: bold;
}

.m-pay-form.m-pay-account .account-item .account-bd-send {
    margin-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #c6c6c6;
}

.m-pay-form.m-pay-account .account-item .account-bd-send ul {
    overflow: hidden;
    zoom: 1;
}

.m-pay-form.m-pay-account .account-item .account-bd-send ul li {
    position: relative;
    float: left;
    height: 28px;
    margin-right: 10px;
    padding: 0 20px;
    line-height: 28px;
    border: 1px solid #dddddd;
    background-color: #f3f3f3;
    text-align: center;
    color: #666666;
    font-size: 14px;
    cursor: pointer;
}

.m-pay-form.m-pay-account .account-item .account-bd-send ul li.z-selected {
    height: 26px;
    line-height: 26px;
    border: 2px solid #0d45a5;
    background: url(../img/pay/pay-arrow.png) right bottom no-repeat;
}

.m-pay-form.m-pay-account .account-item .account-bd-case {
    margin-top: 16px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #c6c6c6;
}

.m-pay-form.m-pay-account .account-item .account-bd-case ul li {
    margin-bottom: 16px;
    font-size: 14px;
    color: #666666;
}

.m-pay-form.m-pay-account .account-item .account-bd-case ul li .dot {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: url(../img/pay/dot.png) 0 0 no-repeat;
    margin-right: 10px;
}

.m-pay-form.m-pay-account .account-item .account-bd-case ul li .dot i {
    font-style: normal;
    font-size: 12px;
    color: #ffffff;
    /*font-weight: bold;*/
}

.paylModal .modal-header h3, .addressModal .modal-header h3 {
    font-size: 15px;
    line-height: 24px;
}

.paylModal .account-bd-case li {
    margin-bottom: 16px;
    font-size: 14px;
    color: #666666;
}

.paylModal .account-bd-case li .dot {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: url(../img/pay/dot.png) 0 0 no-repeat;
    margin-right: 10px;
}

.paylModal .account-bd-case li .dot i {
    font-style: normal;
    font-size: 12px;
    color: #ffffff;
    /*font-weight: bold;*/
}

.paylModal .confirm {
    text-align: center;
    font-size: 14px;
    color: #666666;
}

.paylModal .confirm .text {
    margin-left: 8px;
}

.paylModal .modal-footer .cancel, .addressModal .modal-footer .cancel {
    display: inline-block;
    width: 115px;
    height: 40px;
    margin-right: 10px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: #c6c6c6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.paylModal .modal-footer .confirm, .addressModal .modal-footer .confirm {
    display: inline-block;
    width: 115px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: #0d45a5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.addressModal .modal-body {
    max-height: 410px;
    overflow: auto;
}

.addressModal .modal-body li {
    overflow: hidden;
    margin-bottom: 3px;
    padding: 10px;
    border: 1px solid #FFFFFF;
}

.addressModal .modal-body li.z-selected {
    border: 1px solid #3498db;
}

.addressModal .modal-body li .layout-left {
    float: left;
    width: 6%;
}

.addressModal .modal-body li .layout-right {
    float: left;
    width: 94%;
    color: #666;
    font-size: 14px;
}

.addressModal .modal-body li .layout-right .layout-top {
    margin-bottom: 3px;
}

.addressModal .modal-body li .layout-right .layout-top .name {

}

.addressModal .modal-body li .layout-right .layout-top .phone {
    margin-left: 15px;
    color: grey;
}

.addressModal .modal-body li .layout-right .layout-bottom {

}

.m-pay-form.m-pay-account .account-item .account-bd-pay {
    padding-top: 10px;
}

.m-pay-form.m-pay-account .account-item .account-bd-pay .pay-choose {
    padding-bottom: 20px;
}

.m-pay-form.m-pay-account .account-item .account-bd-pay .line {
    margin-bottom: 15px;
    font-size: 14px;
    color: #999999;
}

.m-pay-form.m-pay-account .account-item .account-bd-pay .line span {
    color: #cc0000;
}

.m-pay-form.m-pay-account .account-item .account-bd-pay .line span.strong {
    font-size: 20px;
}

.m-pay-form.m-pay-account .account-item .account-bd-pay .confirm, .m-pay-form.m-pay-account .account-item .account-bd-pay .layer-modal .tip-btn .cancel, .layer-modal .tip-btn .m-pay-form.m-pay-account .account-item .account-bd-pay .cancel {
    padding-top: 10px;
}

.m-pay-form.m-pay-account .account-item .account-bd-pay .confirm .pay-btn, .m-pay-form.m-pay-account .account-item .account-bd-pay .layer-modal .tip-btn .cancel .pay-btn, .layer-modal .tip-btn .m-pay-form.m-pay-account .account-item .account-bd-pay .cancel .pay-btn {
    display: inline-block;
    width: 155px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #0d45a5;
    border: none;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.m-pay-form.m-pay-account .account-item .account-bd-money {
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #c6c6c6;
}

.pay-choose {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pay-choose ul {
    overflow: hidden;
    zoom: 1;
}

.pay-choose ul li {
    float: left;
    width: 134px;
    height: 45px;
    line-height: 45px;
    margin-right: 12px;
    text-align: center;
    border: 1px solid #e8ebed;
    cursor: pointer;
}

.pay-choose ul li img {
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.pay-choose ul li.z-selected {
    border-color: #5c8fe5;
}

.webui-popover .webui-popover-content {
    max-height: 250px;
    padding: 25px 40px 10px 40px;
}

.webui-popover {
    border: 1px solid #1e67c3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.webui-popover.bottom > .webui-arrow, .webui-popover.bottom-right > .webui-arrow, .webui-popover.bottom-left > .webui-arrow {
    border-bottom-color: #1e67c3;
}

.webui-popover.left > .webui-arrow, .webui-popover.left-top > .webui-arrow, .webui-popover.left-bottom > .webui-arrow {
    border-left-color: #1e67c3;
}

.top.webui-popover > .webui-arrow, .top-right.webui-popover > .webui-arrow, .top-left.webui-popover > .webui-arrow {
    border-top-color: #1e67c3;
}

.m-logistics-wrap {
    line-height: normal;
    cursor: default;
}

.m-logistics-wrap .arrow {
    position: absolute;
    right: 45px;
    top: -15px;
    display: inline-block;
    width: 28px;
    height: 15px;
    background: url(../img/personal/arrow.png) 0 0 no-repeat;
}

.m-logistics-wrap .logistics-hd {
    margin-bottom: 20px;
    color: #666;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
}

.m-logistics-wrap li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 15px;
    text-align: left;
    line-height: 1.4;
}

.m-logistics-wrap li .logistics-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15px;
}

.m-logistics-wrap li .logistics-left .dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #333;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.m-logistics-wrap li .logistics-right p {
    margin-top: 3px;
}

.m-logistics-wrap li.z-first {
    color: #ff6000;
}

.m-logistics-wrap li.z-first .logistics-left .dot {
    background-color: #ff6000;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.m-route .dirBox {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 6300;
    width: 360px;
    background: #fff;
    border-radius: 2px 3px 3px 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.m-route .dirBox .line-search-form input:-moz-placeholder, .m-route .dirBox .line-search-form input::-moz-placeholder {
    color: #acd7ff;
}

.m-route .dirBox .line-search-form input:-ms-input-placeholder {
    color: #acd7ff;
}

.m-route .dirBox .line-search-form input::-webkit-input-placeholder {
    color: #acd7ff;
}

.m-route .dirBox .planForm {
    position: relative;
    padding: 14px;
    padding-bottom: 68px;
    background: #3d93fd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.m-route .dirBox .planForm .tabs {
    width: 200px;
    border: 0;
    border-radius: 0;
    background: none;
    height: 30px;
    margin: 0 auto;
    white-space: nowrap;
}

.m-route .dirBox .planForm .tabs li {
    height: 30px;
    width: 33.3333%;
    line-height: 30px;
    position: relative;
    display: block;
    float: left;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .8px;
}

.m-route .dirBox .planForm .tabs li a {
    display: inline-block;
    color: #fff;
    height: 30px;
    width: 30px;
    cursor: pointer;
    opacity: .5;
}

.m-route .dirBox .planForm .tabs li a:hover {
    opacity: .72;
}

.m-route .dirBox .planForm .tabs li a.current {
    opacity: 1;
}

.m-route .dirBox .planForm .tabs li a.car {
    background: url(/assets/img/map/icon_car.png) no-repeat 50%;
    background-size: 19px 19px;
}

.m-route .dirBox .planForm .tabs li a.bus {
    background: url(/assets/img/map/icon_bus.png) no-repeat 50%;
    background-size: 20px 19px;
}

.m-route .dirBox .planForm .tabs li a.walk {
    background: url(/assets/img/map/icon_walk.png) no-repeat 50%;
    background-size: 12px 19px;
}

.m-route .dirBox .planForm .dir_close {
    position: absolute;
    right: 16px;
    top: 16px;
    color: #edf8ff;
    display: inline-block;
    width: 16px;
    height: 17px;
    background: url(../img/map/close-1.png) 0 0 no-repeat;
    cursor: pointer;
}

.m-route .dirBox .planForm .dir_close:hover {
    background-image: url(../img/map/close-2.png);
}

.m-route .dirBox .planForm .line-search {
    position: relative;
    margin-top: 15px;
}

.m-route .dirBox .planForm .line-search .icon_exchange {
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 28px;
    margin-top: -14px;
    cursor: pointer;
}

.m-route .dirBox .planForm .line-search .icon_exchange i {
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url(../img/map/toggle-1.png) 0 0 no-repeat;
}

.m-route .dirBox .planForm .line-search .icon_exchange i:hover {
    background: url(../img/map/toggle-2.png) 0 0 no-repeat;
}

.m-route .dirBox .planForm .line-search .line-search-form {
    margin: 0 30px;
}

.m-route .dirBox .planForm .line-search .line-search-form .line_serch_ipt {
    position: relative;
    height: 34px;
    line-height: 34px;
    width: 270px;
    font-size: 14px;
    color: #acd7ff;
    background-color: #3587eb;
    border-radius: 2px;
    margin-bottom: 10px;
}

.m-route .dirBox .planForm .line-search .line-search-form .line_serch_ipt.active {
    color: #e1f1ff;
}

.m-route .dirBox .planForm .line-search .line-search-form .line_serch_ipt.active input {
    color: #e1f1ff;
}

.m-route .dirBox .planForm .line-search .line-search-form .line_serch_ipt span {
    margin-left: 10px;
}

.m-route .dirBox .planForm .line-search .line-search-form .line_serch_ipt input {
    width: 78%;
    height: 34px;
    line-height: 34px;
    border: none;
    margin-bottom: 0;
    background: transparent;
    text-indent: 5px;
    color: #acd7ff;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.m-route .dirBox .planForm .line-search .line-search-form .line_serch_ipt .del-item {
    position: absolute;
    height: 14px;
    width: 14px;
    background-image: url(/assets/img/map/icon_deleipt.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    right: 12px;
    top: 10px;
    cursor: pointer;
    display: none;
}

.m-route .dirBox .planForm .line-search .line-search-form .line_serch_ipt .del-item:hover {
    background-image: url(/assets/img/map/icon_deleipt_hover.png);
}

.m-route .dirBox .planForm .line-search .line-search-form .line-search-submit {
    position: absolute;
    margin-top: 17px;
    border-bottom: none;
    width: 270px;
}

.m-route .dirBox .planForm .line-search .line-search-form .line-search-submit a {
    font-size: 13px;
    text-decoration: none;
    opacity: 1;
    line-height: 32px;
}

.m-route .dirBox .planForm .line-search .line-search-form .line-search-submit .line-search-clear {
    color: #fff;
}

.m-route .dirBox .planForm .line-search .line-search-form .line-search-submit .line-search-clear.none {
    display: none;
}

.m-route .dirBox .planForm .line-search .line-search-form .line-search-submit .dir_submit {
    display: inline-block;
    float: right;
    padding: 0 25px;
    height: 32px;
    line-height: 32px;
    background-color: #559ffb;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.21);
}

.m-route .dirBox .planForm .line-search .line-search-form .line-search-submit span {
    display: none;
}

.m-route .dirBox .planForm .line-search .line-search-form .line-search-submit .fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.m-route .dirBox .planForm .line-search .line-search-form .line-search-submit.butLoading .dir_submit {
    color: #559ffb;
}

.m-route .dirBox .planForm .line-search .line-search-form .line-search-submit.butLoading span {
    display: block;
    position: absolute;
    top: 8px;
    right: 38px;
    width: 15px;
    height: 15px;
    background: url(/assets/img/map/loading.png) no-repeat 100%;
}

.m-development {
    height: 650px;
    background: url(../img/development/bg.png) center bottom no-repeat;
}

.m-development .icon {
    padding-top: 80px;
    text-align: center;
}

.m-show {
    overflow: hidden;
    zoom: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    font-size: 16px;
}

.m-show * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.m-show .table-cell {
    overflow: hidden;
    zoom: 1;
    float: left;
    width: 50%;
    padding: 8px;
    line-height: 22px;
    text-align: left;
}

.m-show .table-cell .table-field {
    float: left;
    width: 25%;
    padding-right: 10px;
}

.m-show .table-cell .table-cont {
    padding-left: 25%;
}

.m-show .table-title {
    width: 100%;
}

.m-form-order {
    margin-top: 30px;
    padding-bottom: 15px;
    color: #666666;
    font-size: 14px;
    border-bottom: 1px solid #e9ecee;
}

.m-form-order table {
    width: 100%;
}

.m-form-order table td {
    padding-bottom: 12px;
}

.m-form-order table input {
    display: block;
    width: 92%;
    height: 26px;
    line-height: 26px;
    margin-bottom: 0;
    border-bottom: 1px solid #e6e4e4;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.m-form-order table .field {
    width: 15%;
    padding-right: 12px;
    text-align: right;
}

.m-form-order table .cont {
    width: 35%;
}

.m-cont-order {
    padding-top: 35px;
    padding-bottom: 40px;
}

.m-cont-order .hd {
    position: relative;
    line-height: 30px;
    padding: 20px 30px 20px 40px;
    border: 1px dashed #cccbbb;
    background-color: #fffeea;
    color: #a64c04;
    font-size: 14px;
    text-indent: 2em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.m-cont-order .hd .notice {
    position: absolute;
    top: -9px;
    left: -7px;
}

.m-cont-order .bd {
    margin-top: 35px;
}

.m-cont-order .bd table {
    width: 100%;
}

.m-cont-order .bd table td {
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
    color: #666666;
    border: 1px solid #dfdfdb;
}

.m-cont-order .bd table td.remain {
    background-color: #f0f7fe;
    cursor: pointer;
}

.m-cont-order .bd table .line-1 td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.layui-layer-order .layui-layer-title {
    color: #333333;
    background-color: #eaeaea;
}

.layui-layer-order .wrap {
    margin-top: 30px;
    margin-left: 25px;
}

.layui-layer-order .wrap ul {
    overflow: hidden;
    zoom: 1;
}

.layui-layer-order .wrap ul li {
    float: left;
    overflow: hidden;
    zoom: 1;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.layui-layer-order .wrap ul li .left {
    float: left;
    width: 150px;
    height: 58px;
    text-align: center;
    color: #333333;
    font-size: 14px;
    border-top: 1px solid #e6e4e4;
    border-left: 1px solid #e6e4e4;
    border-bottom: 1px solid #e6e4e4;
    background-color: #efeff3;
    border-top-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
}

.layui-layer-order .wrap ul li .left .text {
    margin-top: 22px;
}

.layui-layer-order .wrap ul li .right {
    float: left;
    width: 65px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    border-top-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
}

.layui-layer-order .wrap ul li.full .right {
    background-color: #adb3b9;
}

.layui-layer-order .wrap ul li.already .right {
    background-color: #e52626;
}

.layui-layer-order .wrap ul li.also .right {
    background-color: #00bd83;
}

.layui-layer-order .wrap ul li.z-current .left {
    border-top: 1px solid #eec022;
    border-left: 1px solid #eec022;
    border-bottom: 1px solid #eec022;
    background-color: #fffbe2;
}

.layui-layer-order .wrap .confirm, .layui-layer-order .wrap .layer-modal .tip-btn .cancel, .layer-modal .tip-btn .layui-layer-order .wrap .cancel {
    padding-top: 5px;
    text-align: center;
}

.layui-layer-order .wrap .confirm span, .layui-layer-order .wrap .layer-modal .tip-btn .cancel span, .layer-modal .tip-btn .layui-layer-order .wrap .cancel span {
    display: inline-block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    background-color: #2862c6;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.m-search {
    height: 124px;
    background: url(../img/search/bg.png) center 0 no-repeat;
}

.m-search .layout {
    overflow: hidden;
    zoom: 1;
    padding-top: 40px;
    padding-left: 190px;
}

.m-search .layout .layout-left {
    float: left;
    line-height: 52px;
    margin-right: 20px;
    font-size: 20px;
    color: #FFFFFF;
}

.m-search .layout .layout-right {
    position: relative;
    float: left;
    width: 583px;
    height: 52px;
    background-color: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.m-search .layout .layout-right input {
    position: absolute;
    top: 6px;
    left: 10px;
    width: 465px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.m-search .layout .layout-right .search-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    display: inline-block;
    width: 85px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #0d45a5;
    cursor: pointer;
}

.m-search .layout .layout-right .search-btn .glass {
    margin-top: -2px;
    margin-right: 6px;
    vertical-align: middle;
}

.m-search-list li {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #bfbfbf;
}

.m-search-list li a {
    color: inherit;
}

.m-search-list li .title {
    margin-bottom: 12px;
    font-size: 22px;
    color: #333333;
}

.m-search-list li .title a {
    color: #333333;
}

.m-search-list li .cont {
    line-height: 27px;
    font-size: 16px;
    color: #666666;
}

.m-search-list li .cont a {
    color: #666666;
}

.m-search-list li .link {
    margin-top: 10px;
    font-size: 16px;
    color: #017701;
}

.m-search-list li .link a {
    color: #017701;
}

.m-search-notice .title {
    border-bottom: 1px solid #e5e5e5;
}

.m-search-notice .title span {
    display: inline-block;
    padding-bottom: 8px;
    padding-left: 3px;
    padding-right: 3px;
    border-bottom: 3px solid #0d45a5;
    font-size: 20px;
    color: #0d45a5;
}

.m-search-notice ul {
    padding-top: 18px;
    padding-left: 5px;
}

.m-search-notice ul li {
    margin-bottom: 12px;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-search-notice ul li a {
    color: #333333;
}

.m-search-notice ul li .dot {
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-right: 10px;
    background-color: #000000;
    vertical-align: middle;
}

.card-type {
    float: none !important;
    padding-top: 20px;
    padding-left: 55px;
}

.card-type-item {
    display: none;
    float: none !important;
}

.card-type-item .caption {
    padding-top: 20px;
    padding-left: 55px;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.card-type-item .line {
    padding-top: 10px;
    padding-left: 55px;
    color: #666;
    font-size: 14px;
}

.card-type-item .line .title {
    margin-right: 38px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.card-type-item .line .title.title-none {
    font-weight: normal;
    color: #666;
}

.card-type-item .passport-item, .card-type-item .apply-item, .card-type-item .taiWan-item {
    overflow: hidden;
    zoom: 1;
}

.card-type-item .apply-item {
    display: none;
    padding-top: 10px;
}

.card-type-item .taiWan-item {
    display: none;
    padding-top: 10px;
}

.card-type-item .applyType-cont {
    display: none;
    margin-top: 10px;
    border: 1px solid #e0ecf9;
    background-color: #f8faff;
    padding: 10px 15px;
}

.card-type-item .applyType-cont > .line {
    padding-left: 38px;
}

.card-type-item .applyType-cont .city-item {
    display: none;
    margin-top: 10px;
}

.card-type-item .applyType-cont .city-item legend {
    width: auto;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 8px;
    font-size: 15px;
    border-bottom: none;
}

.card-type-item .applyType-cont .city-item .tag-num .tag-num-item {
    display: none;
}

.card-type-item .applyType-cont .city-item .family-cont {
    display: none;
    margin-top: 10px;
}

.card-type-item .applyType-cont .city-item .family-cont-am {
    display: none;
    margin-top: 10px;
}

.card-type-item .taiwan-cont {
    display: none;
    margin-top: 10px;
}

.card-type-item .taiwan-cont legend {
    width: auto;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 8px;
    font-size: 15px;
    border-bottom: none;
}

.card-type-item .taiwan-cont .tag-num-item {
    display: none;
}

.card-type-item .taiwan-cont .taiwan-cont-tag {
    margin-top: 10px;
    border: 1px solid #e0ecf9;
    background-color: #f8faff;
    padding: 10px 15px;
}

.send-item {
    display: none;
    overflow: hidden;
    zoom: 1;
    clear: both;
    margin-bottom: 20px;
}

.send-item legend {
    width: auto;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 8px;
    font-size: 15px;
    border-bottom: none;
}

* {
    font-family: '微软雅黑' !important;
}

.g-home .g-bd .m-center:after {
    content: '';
    display: block;
    clear: both;
}

.g-bd .notice {
    overflow: hidden;
    height: 36px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}

.g-bd .notice .notice-left {
    float: left;
    width: 124px;
    height: 36px;
    background: url(../img/home/notice.jpg) 0 0 no-repeat;
}

.g-bd .notice .notice-right {
    float: left;
    width: 450px;
}

@media screen and (max-width: 1200px) {
    .g-bd .notice .notice-right {
        width: 868px;
    }
}

.g-bd .notice .txtScroll-left {
    position: relative;
}

.g-bd .notice .txtScroll-left .more {
    position: absolute;
    right: 82px;
    top: 10px;
    color: #666666;
    font-size: 14px;
}

.g-bd .notice .txtScroll-left .arrow-bg {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 60px;
    height: 25px;
    background: url(../img/home/arrow-bg.png) 0 0 no-repeat;
}

.g-bd .notice .txtScroll-left .prev, .g-bd .notice .txtScroll-left .next {
    position: absolute;
    display: block;
    width: 8px;
    height: 12px;
    overflow: hidden;
    cursor: pointer;
}

.g-bd .notice .txtScroll-left .prev {
    top: 7px;
    left: 12px;
    background: url(../img/home/notice-left.png) 0 no-repeat;
}

.g-bd .notice .txtScroll-left .next {
    top: 7px;
    right: 12px;
    background: url(../img/home/notice-right.png) 0 no-repeat;
}

.g-bd .notice .txtScroll-left .bd {
    padding-left: 10px;
    overflow: hidden;
}

.g-bd .notice .txtScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.g-bd .notice .txtScroll-left .bd ul li {
    overflow: hidden;
    margin-right: 35px;
    float: left;
    width: 430px;
    display: flex;
    justify-content: space-between;
    line-height: 36px;
    text-align: left;
    _display: inline;
    color: #666666;
    font-size: 20px;
    box-sizing: border-box;
    padding:  0 15px ;
}

.g-bd .notice .txtScroll-left .bd ul li a {
    color: #666666;
}

.g-bd .notice .txtScroll-left .bd ul li .icon {
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-right: 4px;
    background-color: #0d45a5;
    vertical-align: middle;
}

.g-bd .notice .txtScroll-left .bd ul li span {
    margin-left: 40px;
    color: #999999;
}

.g-home .g-bd .main {
    zoom: 1;
    margin-top: 30px;
}

.g-home .g-bd .main:after {
    content: '';
    display: block;
    clear: both;
}

.g-home .g-bd .main .service {
    float: left;
    width: 315px;
    margin-right: 20px;
}

.g-home .g-bd .main .service h3 {
    color: #0d45a5;
    font-size: 20px;
    line-height: normal;
}

.g-home .g-bd .main .service ul {
    zoom: 1;
    margin-top: 13px;
    margin-right: -21px;
}

.g-home .g-bd .main .service ul:after {
    content: '';
    display: block;
    clear: both;
}

.g-home .g-bd .main .service ul li {
    float: left;
    width: 64px;
    margin-right: 20px;
    margin-bottom: 12px;
}

.g-home .g-bd .main .service ul li a {
    display: block;
}

.g-home .g-bd .main .service ul li .text {
    margin-top: 12px;
    text-align: center;
    color: #333333;
    font-size: 16px;
    white-space: nowrap;
}

@media screen and (max-width: 1200px) {
    .g-home .g-bd .main .service {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.g-home .g-bd .main .work {
    float: left;
    width: 862px;
}

.g-home .g-bd .main .work .work-hd {
    position: relative;
    padding-bottom: 13px;
    border-bottom: 1px solid #cccccc;
}

.g-home .g-bd .main .work .work-hd span {
    color: #0d45a5;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 3px solid #0d45a5;
}

.g-home .g-bd .main .work .work-hd .more {
    position: absolute;
    top: 3px;
    right: 13px;
    color: #666666;
    font-size: 14px;
}

.g-home .g-bd .main .work ul {
    padding-top: 20px;
}

.g-home .g-bd .main .work ul li {
    position: relative;
    line-height: 31px;
    margin-bottom: 7px;
    padding-left: 4px;
    padding-right: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.g-home .g-bd .main .work ul li a {
    color: #666666;
    font-size: 16px;
}

.g-home .g-bd .main .work ul li a .icon {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 8px;
    background-color: #999999;
    vertical-align: middle;
}

.g-home .g-bd .main .work ul li .guide {
    position: absolute;
    right: 110px;
    display: inline-block;
    width: 93px;
    height: 29px;
    background: url(../img/home/guide.png) 0 0 no-repeat;
}

.g-home .g-bd .main .work ul li .order {
    position: absolute;
    right: 110px;
    display: inline-block;
    width: 93px;
    height: 29px;
    background: url(../img/home/order.png) 0 0 no-repeat;
}

.g-home .g-bd .main .work ul li .order-right {
    position: absolute;
    right: 5px;
    display: inline-block;
    width: 93px;
    height: 29px;
    background: url(../img/home/order.png) 0 0 no-repeat;
}

.g-home .g-bd .main .work ul li .online {
    position: absolute;
    right: 5px;
    display: inline-block;
    width: 93px;
    height: 29px;
    background: url(../img/home/online.png) 0 0 no-repeat;
}

@media screen and (max-width: 1200px) {
    .g-home .g-bd .main .work {
        width: 100%;
    }
}

.g-home .g-bd .bottom {
    margin-top: 25px;
    margin-bottom: 25px;
    border: 1px solid #e2e2e2;
    background-color: #f7f7f7;
}

.g-home .g-bd .bottom .picScroll-left {
    overflow: hidden;
    position: relative;
}

.g-home .g-bd .bottom .picScroll-left .prev, .g-home .g-bd .bottom .picScroll-left .next {
    position: absolute;
    display: block;
    width: 23px;
    height: 42px;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
}

.g-home .g-bd .bottom .picScroll-left .prev {
    left: 15px;
    top: 95px;
    background: url(../img/home/arrrow-left.png) 0 0 no-repeat;
}

.g-home .g-bd .bottom .picScroll-left .next {
    right: 15px;
    top: 95px;
    background: url(../img/home/arrow-right.png) 0 0 no-repeat;
}

.g-home .g-bd .bottom .picScroll-left .bd {
    padding: 50px 10px 50px 60px;
}

.g-home .g-bd .bottom .picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.g-home .g-bd .bottom .picScroll-left .bd ul li {
    width: 200px;
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.g-home .g-bd .bottom .picScroll-left .bd ul li .pic {
    text-align: center;
}

.g-home .g-bd .bottom .picScroll-left .bd ul li .pic img {
    display: block;
    width: 196px;
    height: 146px;
    padding: 2px;
}

.g-register .g-bd .main {
    position: relative;
    height: 590px;
    margin-bottom: 25px;
    padding-top: 30px;
    border: 1px solid #e8ebed;
    background: url(../img/register/bg.png) center bottom no-repeat;
}

.g-register .g-bd .main .title {
    padding-left: 35px;
    color: #0d45a5;
    font-size: 20px;
}

.g-register .g-bd .main .hint {
    position: absolute;
    left: 50%;
    bottom: 40px;
    width: 810px;
    margin-left: -405px;
    padding: 20px 30px;
    color: #666666;
    font-size: 14px;
    line-height: 25px;
    background-color: #f3f7ff;
    border: 1px solid #bed5fd;
}

.g-register .g-bd .main .authentication {
    padding-top: 120px;
}

.g-register .g-bd .main .authentication ul {
    overflow: hidden;
    zoom: 1;
}

.g-register .g-bd .main .authentication ul li {
    float: left;
    width: 50%;
    line-height: normal;
    text-align: center;
}

.g-register .g-bd .main .authentication ul li .wrap {
    display: inline-block;
    overflow: hidden;
    zoom: 1;
}

.g-register .g-bd .main .authentication ul li .wrap .wrap-left {
    float: left;
    margin-right: 20px;
    padding-top: 10px;
}

.g-register .g-bd .main .authentication ul li .wrap .wrap-right {
    text-align: left;
    float: left;
}

.g-register .g-bd .main .authentication ul li .wrap .wrap-right .wrap-title {
    margin-bottom: 12px;
    color: #0d45a5;
    font-size: 34px;
}

.g-register .g-bd .main .authentication ul li .wrap .wrap-right .wrap-cont {
    color: #666666;
    font-size: 20px;
}

.g-register .g-bd .primary {
    margin-bottom: 50px;
    padding: 45px 90px 50px 50px;
    border: 1px solid #e9ecee;
}

.g-register .g-bd .primary .title {
    color: #0d45a5;
    font-size: 20px;
}

.g-register .g-bd .primary .title span.processing {
    color: #fe0000;
}

.g-register .g-bd .primary .title span.pass {
    color: #06be13;
}

.g-register .g-bd .primary .primary-progress {
    padding-top: 50px;
    padding-left: 45px;
}

.g-register .g-bd .primary .primary-progress .bar {
    position: relative;
    background: #1e9fff;
}

.g-register .g-bd .primary .primary-progress .bar .text {
    position: absolute;
    right: 12px;
    top: 0;
    color: #ffffff;
    font-size: 12px;
}

.g-register .g-bd .primary .primary-cont {
    padding-top: 50px;
    padding-left: 100px;
    padding-right: 60px;
}

.g-register .g-bd .primary .primary-cont ul li {
    position: relative;
    height: 20px;
    margin-bottom: 50px;
    padding-bottom: 20px;
    color: #666666;
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
}

.g-register .g-bd .primary .primary-cont ul li .name {
    position: absolute;
    left: 0;
    bottom: 20px;
}

.g-register .g-bd .primary .primary-cont ul li .field {
    position: absolute;
    right: 0;
    bottom: 20px;
}

.g-register .g-bd .primary .primary-success .img {
    padding-top: 30px;
    padding-left: 45px;
    text-align: center;
}

.g-register .g-bd .primary .primary-success .authentication-btn {
    padding-left: 35px;
    padding-top: 70px;
    text-align: center;
}

.g-register .g-bd .primary .primary-success .authentication-btn a {
    display: inline-block;
    width: 127px;
    height: 34px;
    line-height: 34px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    background-color: #2862c6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.g-register .g-bd .cont {
    width: 670px;
    margin: 0 auto;
    padding-top: 30px;
}

.g-register .g-bd .cont .tip {
    padding-left: 20px;
    padding-bottom: 15px;
    color: #999999;
    font-size: 15px;
}

.g-register .g-bd .cont .inline {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 17px;
}

.g-register .g-bd .cont .inline select {
    height: 42px;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.g-register .g-bd .cont .inline .field {
    float: left;
    width: 85px;
    line-height: 42px;
    padding-right: 10px;
    color: #666666;
    font-size: 14px;
    text-align: right;
}

.g-register .g-bd .cont .inline .input {
    float: left;
    width: 265px;
    margin-right: 30px;
}

.g-register .g-bd .cont-identityCard .inline .input {
    width: 432px;
}

.g-register .g-bd .cont .inline .input input {
    width: 94%;
    height: 32px;
    line-height: 32px;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.g-register .g-bd .cont .inline .input.radio label {
    display: inline-block;
    margin-bottom: 0;
}

.g-register .g-bd .cont .inline .input.radio input {
    width: auto;
    height: auto;
    line-height: normal;
}

.g-register .g-bd .cont .inline .input .checkbox {
    display: inline-block;
    margin-bottom: 0;
}

.g-register .g-bd .cont .inline .input .checkbox input {
    width: auto;
    height: auto;
    line-height: normal;
}

.g-register .g-bd .cont .inline .input .forget {
    margin-left: 112px;
    font-size: 14px;
}

.g-register .g-bd .cont .inline .tip {
    float: left;
    line-height: 36px;
    color: #666666;
    font-size: 14px;
}

.g-register .g-bd .cont .inline .submit, .g-register .g-bd .cont .inline .reset, .g-register .g-bd .cont .inline .toggle {
    display: inline-block;
    width: 125px !important;
    height: 35px !important;
    line-height: 35px;
    margin-right: 10px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #2862c6;
    border: none;
    outline: none;
    vertical-align: middle;
}

.g-register .g-bd .cont .inline .toggle {
    width: 150px !important;
    margin-right: 0;
    background-color: #4d85df;
}

.g-register .g-bd .cont .inline .reset {
    background-color: #c6c6c6;
}

.g-register .g-bd .cont .inline .verification {
    display: inline-block;
    width: 90px;
    height: 40px;
    line-height: 40px;
    margin-left: 3px;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
}

.g-register .g-bd .cont .inline .activation {
    display: inline-block;
    width: 90px;
    height: 40px;
    line-height: 40px;
    margin-left: 3px;
    border: 1px solid #5c84c9;
    text-align: center;
    color: #0d45a5;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
}

.g-work .g-bd .main {
    margin-bottom: 25px;
    padding-top: 45px;
    padding-bottom: 20px;
    border: 1px solid #e8ebed;
}

.g-work .g-bd .main ul {
    overflow: hidden;
    zoom: 1;
}

.g-work .g-bd .main ul li {
    float: left;
    width: 20%;
    margin-bottom: 25px;
    text-align: center;
}

.g-work .g-bd .main ul li a {
    display: block;
    color: #666666;
    font-size: 15px;
}

.g-work .g-bd .main ul li .text {
    margin-top: 15px;
}

.g-work .g-bd .query {
    margin-bottom: 115px;
}

.g-work .g-bd .query .query-progress {
    padding: 50px 60px 25px 65px;
    border: 1px solid #e8ebed;
    background-color: #f8f8f8;
}

.g-work .g-bd .query .query-progress .title {
    margin-bottom: 23px;
    color: #0d45a5;
    font-size: 20px;
}

.g-work .g-bd .query .query-progress .bar {
    background-color: #b8b8b8;
}

.g-work .g-bd .query .query-progress .form {
    overflow: hidden;
    zoom: 1;
    width: 867px;
    margin: 35px auto 0 auto;
}

.g-work .g-bd .query .query-progress .form li {
    float: left;
    margin-right: 30px;
    margin-bottom: 25px;
}

.g-work .g-bd .query .query-progress .form li input {
    height: 26px;
    line-height: 26px;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.g-work .g-bd .query .query-progress .form li .field {
    margin-right: 15px;
    color: #333333;
    font-size: 14px;
    vertical-align: middle;
}

.g-work .g-bd .query .query-progress .form li .vCode {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    margin-left: 12px;
    text-align: center;
    border: 1px solid #e1e1e3;
    background-color: #fff;
    vertical-align: middle;
}

.g-work .g-bd .query .query-progress .form li .vCode img {
    vertical-align: middle;
}

.g-work .g-bd .query .query-progress .form li .check, .g-work .g-bd .query .query-progress .form li .reset {
    display: inline-block;
    width: 97px;
    height: 36px;
    line-height: 36px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    background-color: #2862c6;
    border: none;
    outline: none;
    vertical-align: middle;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.g-work .g-bd .query .query-progress .form li .reset {
    margin-left: 15px;
    background-color: #c6c6c6;
}

@media screen and (max-width: 1200px) {
    .g-work .g-bd .query .query-progress .form li.buttons {
        width: 80%;
        text-align: center;
    }
}

.g-complaint .g-bd .banner img {
    display: block;
    width: 100%;
}

.g-complaint .g-bd .main {
    margin-bottom: 25px;
    border: 1px solid #e8ebed;
}

.g-complaint .g-bd .main .summary {
    padding: 25px 30px 75px 30px;
}

.g-complaint .g-bd .main .summary .summary-item .title {
    margin-bottom: 15px;
    color: #0d45a5;
    font-size: 18px;
}

.g-complaint .g-bd .main .summary .summary-item .cont {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
}

.g-complaint .g-bd .main .summary .summary-item.summary-item-1 {
    margin-bottom: 40px;
}

.g-complaint .g-bd .main .summary .summary-item.summary-item-1 .cont p {
    text-indent: 2em;
}

.g-complaint .g-bd .main .summary .summary-item.summary-item-2 {
    margin-bottom: 125px;
}

.g-complaint .g-bd .main .summary .read {
    text-align: center;
}

.g-complaint .g-bd .main .summary .read .read-btn {
    display: inline-block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #2862c6;
    border: none;
    outline: none;
}

.g-complaint .g-bd .main .form .title {
    padding: 25px 0 40px 30px;
    color: #0d45a5;
    font-size: 20px;
}

.g-complaint .g-bd .main .form table {
    margin: 0 auto;
    color: #666666;
    font-size: 14px;
}

.g-complaint .g-bd .main .form table td {
    padding-bottom: 25px;
}

.g-complaint .g-bd .main .form table label {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px;
}

.g-complaint .g-bd .main .form table input {
    width: 95%;
    height: 30px;
    margin-bottom: 0;
    line-height: 30px;
}

.g-complaint .g-bd .main .form table input.radio {
    width: auto;
    height: auto;
    line-height: normal;
    margin-top: 0;
}

.g-complaint .g-bd .main .form table textarea {
    width: 98%;
    height: 210px;
}

.g-complaint .g-bd .main .form table .num-2 {
    width: 340px;
    padding-right: 50px;
}

.g-complaint .g-bd .main .form table .num-4 {
    width: 340px;
}

.g-complaint .g-bd .main .form table .file-upload .show {
    display: inline-block;
    width: 240px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #ccc;
    vertical-align: middle;
    color: #666666;
    font-size: 14px;
}

.g-complaint .g-bd .main .form table .file-upload .file {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #e6e6e6;
    vertical-align: middle;
    color: #666666;
    font-size: 14px;
}

.g-complaint .g-bd .main .form table .file-upload .file label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: 0;
}

.g-complaint .g-bd .main .form table .file-upload .file input {
    position: absolute;
    top: -10px;
    left: -10px;
    display: none;
}

.g-complaint .g-bd .main .form table .submit, .g-complaint .g-register .g-bd .main .form table .cont .inline .reset, .g-register .g-complaint .g-bd .main .form table .cont .inline .reset, .g-complaint .g-register .g-bd .cont .inline .main .form table .reset, .g-register .g-complaint .g-bd .cont .inline .main .form table .reset {
    display: inline-block;
    width: 135px;
    height: 45px;
    margin-top: 10px;
    line-height: 45px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #2862c6;
    border: none;
    outline: none;
}

.g-complaint .g-bd .main .list {
    padding: 20px 30px 50px 30px;
}

.g-complaint .g-bd .main .list .hd {
    border-bottom: 1px solid #e8e8e8;
}

.g-complaint .g-bd .main .list .hd .wrap {
    display: inline-block;
}

.g-complaint .g-bd .main .list .hd .wrap a {
    display: inline-block;
    padding: 9px 25px;
    color: #333333;
    font-size: 16px;
}

.g-complaint .g-bd .main .list .hd .wrap a.z-current {
    color: #0d45a5;
    border-bottom: 2px solid #0d45a5;
}

.g-complaint .g-bd .main .list .show-form {
    margin-top: 15px;
    padding: 60px 40px 25px 40px;
    border: 1px solid #e8ebed;
}

.g-complaint .g-bd .main .list .show-form table {
    width: 100%;
}

.g-complaint .g-bd .main .list .show-form table input {
    height: 30px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
    color: #666666;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.g-complaint .g-bd .main .list .show-form table select {
    height: 40px;
    margin-bottom: 0;
    color: #666666;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.g-complaint .g-bd .main .list .show-form table textarea {
    width: 50%;
    height: 115px;
    color: #666666;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    resize: none;
}

.g-complaint .g-bd .main .list .show-form table td {
    padding-bottom: 20px;
}

.g-complaint .g-bd .main .list .show-form table td.num-1 {
    width: 170px;
    padding-right: 10px;
    color: #666666;
    font-size: 14px;
    text-align: right;
}

.g-complaint .g-bd .main .list .show-form table td.num-1 .star {
    margin-right: 7px;
    color: #ff2020;
}

.g-complaint .g-bd .main .list .show-form table td.type label {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
}

.g-complaint .g-bd .main .list .show-form table td.type label input {
    margin-right: 10px;
}

.g-complaint .g-bd .main .list .show-form table td.num-2 .tip {
    margin-left: 30px;
    color: #999999;
}

.g-complaint .g-bd .main .list .show-form table .upload ul {
    overflow: hidden;
    zoom: 1;
}

.g-complaint .g-bd .main .list .show-form table .upload ul li {
    position: relative;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    padding-top: 18px;
}

.g-complaint .g-bd .main .list .show-form table .upload ul li .j-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 19px;
    height: 18px;
    background: url(../img/approval/close.png) 0 0 no-repeat;
    cursor: pointer;
}

.g-complaint .g-bd .main .list .show-form table .upload ul li .img-wrap {
    overflow: hidden;
    width: 58px;
    height: 58px;
    text-align: center;
    border: 1px solid #376dca;
}

.g-complaint .g-bd .main .list .show-form table .upload ul li .upload-btn {
    overflow: hidden;
    zoom: 1;
    width: 58px;
    height: 58px;
    margin-bottom: 0;
    background: url(../img/complaint/upload.jpg) 0 0 no-repeat;
}

.g-complaint .g-bd .main .list .show-form table .upload ul li .upload-btn input {
    display: none;
}

.g-complaint .g-bd .main .cont {
    margin-top: 15px;
}

.g-complaint .g-bd .main .cont table {
    width: 100%;
    font-size: 14px;
}

.g-complaint .g-bd .main .cont table .center {
    text-align: center;
}

.g-complaint .g-bd .main .cont table .nothing {
    padding-top: 120px;
    padding-bottom: 120px;
    color: #333333;
    font-size: 16px;
    text-align: center;
}

.g-complaint .g-bd .main .cont table th {
    padding-left: 13px;
    line-height: 45px;
    font-weight: bold;
    background-color: #f2f2f2;
    border: 1px solid #e4e4e4;
}

.g-complaint .g-bd .main .cont table th.center {
    padding-left: 0;
}

.g-complaint .g-bd .main .cont table td {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 13px;
    border: 1px solid #e4e4e4;
}

.g-complaint .g-bd .main .cont table td.center {
    padding-left: 0;
}

.g-complaint .g-bd .main .cont table td p {
    line-height: 1.6;
}

.g-complaint .g-bd .main .cont table td a {
    color: #333;
}

.g-complaint .g-bd .main .cont table .complaint {
    display: inline-block;
    width: 77px;
    height: 25px;
    line-height: 25px;
    color: #ffffff;
    background-color: #2979dc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.g-complaint .g-bd .main .cont .load-more {
    padding-top: 40px;
    text-align: center;
}

.g-complaint .g-bd .main .detail {
    margin-top: 35px;
    padding-left: 20px;
}

.g-complaint .g-bd .main .detail .show table {
    width: 100%;
}

.g-complaint .g-bd .main .detail .show table td {
    padding-bottom: 38px;
    font-size: 14px;
    color: #666666;
}

.g-complaint .g-bd .main .detail .show table .num-1 {
    width: 50%;
}

.g-complaint .g-bd .main .detail .show table .title {
    display: inline-block;
    width: 147px;
    text-align: right;
    margin-right: 10px;
}

.g-complaint .g-bd .form-bottom {
    margin-bottom: 45px;
    padding-top: 60px;
    padding-bottom: 60px;
    border-left: 1px solid #e8ebed;
    border-right: 1px solid #e8ebed;
    border-bottom: 1px solid #e8ebed;
}

.g-complaint .g-bd .form-bottom .title {
    margin-bottom: 50px;
    padding-left: 35px;
    color: #0d45a5;
    font-size: 16px;
}

.g-complaint .g-bd .form-bottom table {
    width: 94%;
    margin-left: 50px;
}

.g-complaint .g-bd .form-bottom table .upload ul {
    overflow: hidden;
    zoom: 1;
}

.g-complaint .g-bd .form-bottom table .upload ul li {
    position: relative;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    padding-top: 18px;
}

.g-complaint .g-bd .form-bottom table .upload ul li .j-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 19px;
    height: 18px;
    background: url(../img/approval/close.png) 0 0 no-repeat;
    cursor: pointer;
}

.g-complaint .g-bd .form-bottom table .upload ul li .img-wrap {
    overflow: hidden;
    width: 58px;
    height: 58px;
    text-align: center;
    border: 1px solid #376dca;
}

.g-complaint .g-bd .form-bottom table .upload ul li .upload-btn {
    overflow: hidden;
    zoom: 1;
    width: 58px;
    height: 58px;
    margin-bottom: 0;
    background: url(../img/complaint/upload.jpg) 0 0 no-repeat;
}

.g-complaint .g-bd .form-bottom table .upload ul li .upload-btn input {
    display: none;
}

.g-complaint .g-bd .form-bottom table td {
    padding-bottom: 18px;
}

.g-complaint .g-bd .form-bottom table .keys ul {
    overflow: hidden;
    zoom: 1;
}

.g-complaint .g-bd .form-bottom table .keys ul li {
    float: left;
    width: 130px;
    height: 37px;
    line-height: 37px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    color: #666666;
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.g-complaint .g-bd .form-bottom table .keys ul li.z-selected {
    border-color: #ffde89;
    background-color: #fff8e5;
}

.g-complaint .g-bd .form-bottom table textarea {
    width: 45%;
    height: 105px;
    padding-top: 10px;
    resize: none;
}

.g-complaint .g-bd .form-bottom table .tip {
    margin-left: 5px;
    color: #999999;
    font-size: 14px;
    vertical-align: bottom;
}

.g-complaint .g-bd .form-bottom table input {
    height: 30px;
    line-height: 30px;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.g-complaint .g-bd .form-bottom table input.show {
    border: none;
    outline: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.g-complaint .g-bd .form-bottom table input.vCode {
    width: 100px;
}

.g-complaint .g-bd .form-bottom table .num-1 {
    width: 115px;
    padding-right: 15px;
    text-align: right;
    color: #666666;
    font-size: 14px;
}

.g-complaint .g-bd .form-bottom table span.vCode, .g-complaint .g-bd .form-bottom table .submit input, .g-complaint .g-register .g-bd .form-bottom table .cont .inline .reset input, .g-register .g-complaint .g-bd .form-bottom table .cont .inline .reset input, .g-complaint .g-register .g-bd .cont .inline .form-bottom table .reset input, .g-register .g-complaint .g-bd .cont .inline .form-bottom table .reset input {
    display: inline-block;
    width: 102px;
    height: 38px;
    line-height: 38px;
    margin-left: 15px;
    color: #2862c6;
    font-size: 14px;
    text-align: center;
    border: 1px solid #5c84c9;
    background-color: #fff;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.g-complaint .g-bd .form-bottom table .submit, .g-complaint .g-register .g-bd .form-bottom table .cont .inline .reset, .g-register .g-complaint .g-bd .form-bottom table .cont .inline .reset, .g-complaint .g-register .g-bd .cont .inline .form-bottom table .reset, .g-register .g-complaint .g-bd .cont .inline .form-bottom table .reset {
    padding-top: 10px;
}

.g-complaint .g-bd .form-bottom table .submit input, .g-complaint .g-register .g-bd .form-bottom table .cont .inline .reset input, .g-register .g-complaint .g-bd .form-bottom table .cont .inline .reset input, .g-complaint .g-register .g-bd .cont .inline .form-bottom table .reset input, .g-register .g-complaint .g-bd .cont .inline .form-bottom table .reset input {
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-left: 0;
    border: none;
    color: #ffffff;
    background-color: #2862c6;
}

.g-approval .g-bd .search {
    margin-bottom: 10px;
    padding: 22px 10px 5px 25px;
    border: 1px solid #e8ebed;
}

.g-approval .g-bd .search table td {
    padding-bottom: 25px;
}

.g-approval .g-bd .search table .num-1 {
    width: 85px;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    padding-right: 15px;
}

.g-approval .g-bd .search table .num-2 ul {
    overflow: hidden;
    zoom: 1;
}

.g-approval .g-bd .search table .num-2 ul li {
    float: left;
    margin-right: 10px;
    padding: 6px 20px;
    color: #333333;
    font-size: 14px;
    border: 1px solid #dedede;
    cursor: pointer;
}

@media screen and (max-width: 1200px) {
    .g-approval .g-bd .search table .num-2 ul li {
        margin-bottom: 10px;
    }
}

.g-approval .g-bd .search table .num-2 ul li a {
    color: #333333;
}

.g-approval .g-bd .search table .num-2 ul li.z-active {
    color: #0d45a5;
    border: 1px solid #0d45a5;
}

.g-approval .g-bd .search table .num-2 .checkbox-wrap .wrap {
    padding-top: 25px;
    padding-left: 10px;
}

.g-approval .g-bd .search table .num-2 .checkbox-wrap .checkbox-item {
    display: none;
}

.g-approval .g-bd .search table .num-2 .checkbox-wrap .checkbox-item input {
    width: auto;
    margin-top: 0;
    margin-right: 6px;
}

.g-approval .g-bd .search table .num-2 .checkbox-wrap .checkbox-item label {
    display: inline-block;
    width: 160px;
    margin-right: 40px;
    margin-bottom: 10px;
}

.g-approval .g-bd .search table .work-search .search-input {
    width: 265px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.g-approval .g-bd .search table .work-search .search-btn {
    display: inline-block;
    width: 80px;
    height: 34px;
    line-height: 34px;
    background-color: #2862c6;
    vertical-align: middle;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
}

.g-approval .g-bd .main {
    margin-bottom: 20px;
}

.g-approval .g-bd .main table.outer {
    width: 100%;
    border-left: 1px solid #e8ebed;
}

.g-approval .g-bd .main table.outer th {
    background-color: #2862c6;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    border-right: 1px solid #6991d7;
}

.g-approval .g-bd .main table.outer .inner-second {
    display: none;
    background-color: #f0f0f0;
}

.g-approval .g-bd .main table.outer .inner {
    width: 100%;
}

.g-approval .g-bd .main table.outer .inner td {
    line-height: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-right: 1px dashed #dddddd;
    border-bottom: 1px dashed #dddddd;
    text-align: center;
    color: #333;
    font-size: 14px;
}

.g-approval .g-bd .main table.outer .inner .stretch {
    display: inline-block;
    width: 34px;
    height: 27px;
    border: 1px solid #1492ff;
    background: url(../img/approval/bmfw_r1_index.png) bottom no-repeat;
    transition: all 0.2s ease-out 0s;
    cursor: pointer;
}

.g-approval .g-bd .main table.outer .inner .stretch.z-stretch {
    background-position: top;
}

.g-approval .g-bd .main table.outer .num-2 {
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
}

.g-approval .g-bd .main table.outer .guide {
    color: #28afee;
    margin-right: 10px;
}

.g-approval .g-bd .main table.outer .appointment {
    color: #ff6938;
    margin-right: 10px;
}

.g-approval .g-bd .main table.outer .handle {
    color: #1e67c3;
    margin-right: 10px;
}

.g-approval .g-bd .passport {
    margin-bottom: 20px;
    padding: 25px 30px 30px 30px;
    border: 1px solid #e8ebed;
}

.g-approval .g-bd .passport .title {
    color: #0d45a5;
    font-size: 20px;
}

.g-approval .g-bd .passport .cont {
    margin-top: 50px;
}

.g-approval .g-bd .passport .cont table td {
    padding-bottom: 30px;
    color: #666666;
    font-size: 14px;
}

.g-approval .g-bd .passport .cont table .num-1 {
    width: 500px;
}

.g-approval .g-bd .passport .cont table .check, .g-approval .g-work .g-bd .passport .cont table .query .query-progress .form li .reset, .g-work .g-approval .g-bd .passport .cont table .query .query-progress .form li .reset, .g-approval .g-work .g-bd .query .query-progress .form li .passport .cont table .reset, .g-work .g-approval .g-bd .query .query-progress .form li .passport .cont table .reset {
    color: #0d45a5;
    font-size: 14px;
    text-decoration: underline;
}

.g-approval .g-bd .success {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 230px;
    padding: 50px 45px 125px 90px;
    border: 1px solid #e8e8e8;
}

.g-approval .g-bd .success .success-left {
    margin-bottom: 30px;
    text-align: center;
}

.g-approval .g-bd .success .success-right .title {
    padding-bottom: 12px;
    text-align: center;
    color: #333333;
    font-size: 20px;
}

.g-approval .g-bd .success .success-right .tip {
    text-align: center;
    color: #999999;
    font-size: 14px;
}

.g-approval .g-bd .success .success-right .check, .g-approval .g-work .g-bd .success .success-right .query .query-progress .form li .reset, .g-work .g-approval .g-bd .success .success-right .query .query-progress .form li .reset, .g-approval .g-work .g-bd .query .query-progress .form li .success .success-right .reset, .g-work .g-approval .g-bd .query .query-progress .form li .success .success-right .reset {
    padding-top: 35px;
    text-align: center;
}

.g-approval .g-bd .success .success-right .check .check-btn, .g-approval .g-work .g-bd .success .success-right .query .query-progress .form li .reset .check-btn, .g-work .g-approval .g-bd .success .success-right .query .query-progress .form li .reset .check-btn, .g-approval .g-work .g-bd .query .query-progress .form li .success .success-right .reset .check-btn, .g-work .g-approval .g-bd .query .query-progress .form li .success .success-right .reset .check-btn {
    display: inline-block;
    width: 168px;
    height: 39px;
    line-height: 39px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    background-color: #2862c6;
}

.g-approval .g-bd .tip-item {
    margin-bottom: 15px;
}

.g-approval .g-bd .tip-item fieldset {
    padding: 10px 12px 15px 12px;
    border: 2px groove silver;
}

.g-approval .g-bd .tip-item .hd {
    clear: both;
    height: 37px;
    margin-top: 15px;
    margin-bottom: 20px;
    background-color: #e6e6e6;
}

.g-approval .g-bd .tip-item .hd .title {
    position: relative;
    display: inline-block;
    min-width: 140px;
    padding: 0 20px;
    line-height: 37px;
    background-color: #0d45a5;
    color: #ffffff;
    font-size: 20.8px;
    text-align: center;
}

.g-approval .g-bd .tip-item .hd .title i {
    position: absolute;
    bottom: -7px;
    left: 62px;
    display: inline-block;
    width: 13px;
    height: 7px;
    background: url(../img/approval/arrow.png) 0 0 no-repeat;
}

.g-approval .g-bd .tip-item .hd .tip {
    margin-left: 15px;
    color: #333;
    font-size: 14px;
}

.g-approval .g-bd .tip-item .hd .tip i {
    font-style: normal;
    color: red;
    margin-left: 2px;
    margin-right: 2px;
}

.g-approval .g-bd .tip-item .message {
    width: 100%;
    margin-bottom: 30px;
    color: #333;
    font-size: 14px;
}

.g-approval .g-bd .tip-item .message td {
    padding-top: 15px;
}

.g-approval .g-bd .tip-item .message span {
    margin-left: 20px;
    color: #999999;
    font-size: 16px;
}

.g-approval .g-bd .tip-item .message .num-1 {
    width: 50%;
    padding-left: 20px;
}

.g-approval .g-bd .tip-item .form-item {
    float: left;
    min-height: 37px;
}

.g-approval .g-bd .tip-item .form-item table {
    width: 100%;
}

.g-approval .g-bd .tip-item .form-item table td {
    height: 37px;
    min-height: 37px;
    padding-bottom: 10px;
}

.g-approval .g-bd .tip-item .form-item label {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 17px;
}

.g-approval .g-bd .tip-item .form-item label input {
    margin-top: 0;
    margin-right: 4px;
}

.g-approval .g-bd .tip-item .form-item .field {
    width: 25%;
    padding-right: 10px;
    color: #666;
    font-size: 20.8px;
    text-align: right;
}

.g-approval .g-bd .tip-item .form-item .input {
    width: 80%;
    height: 27px;
    line-height: 30px;
    margin-bottom: 0;
    color: #555555;
    font-size: 20.8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.g-approval .g-bd .tip-item .form-item .select {
    width: 83%;
    height: 37px;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #555555;
    font-size: 20.8px;
}

.g-approval .g-bd .tip-item .form-item .radio-item {
    display: inline-block;
    margin-right: 13px;
    margin-bottom: 5px;
}

.g-approval .g-bd .tip-item .form-item .radio-item i {
    font-style: normal;
    margin-left: 5px;
    color: #555555;
    font-size: 20.8px;
}

.g-approval .g-bd .tip-item .form-item .checkbox-item {
    margin-right: 13px;
    margin-bottom: 5px;
}

.g-approval .g-bd .tip-item .form-item .checkbox-item i {
    font-style: normal;
    margin-left: 5px;
    color: #555555;
    font-size: 20.8px;
}

.g-approval .g-bd .tip-item .form-item textarea {
    width: 95%;
    height: 120px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    resize: none;
}

.g-approval .g-bd .tip-item .form-item .show {
    width: 97%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #555555;
    font-size: 14px;
}

.g-approval .g-bd .tip-item .material {
    width: 93%;
    margin-left: 40px;
}

.g-approval .g-bd .tip-item .material > li {
    padding-top: 9px;
    padding-left: 20px;
    padding-bottom: 9px;
    border-bottom: 1px dashed #999999;
}

.g-approval .g-bd .tip-item .material > li .line-1 {
    position: relative;
    color: #333333;
    font-size: 20.8px;
}

.g-approval .g-bd .tip-item .material > li .line-1 .sample {
    color: #0d45a5;
    font-size: 20.8px;
    padding: 3px 10px;
    border: 1px solid #0d45a5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.g-approval .g-bd .tip-item .material > li .line-1 .j-upload {
    position: absolute;
    right: 40px;
    top: 3px;
    overflow: hidden;
    width: 49px;
    height: 16px;
    background: url(../img/approval/upload.jpg) 0 0 no-repeat;
}

.g-approval .g-bd .tip-item .material > li .line-1 .j-upload label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
}

.g-approval .g-bd .tip-item .material > li .line-1 .j-upload input {
    display: none;
}

.g-approval .g-bd .tip-item .material > li .line-2 ol {
    overflow: hidden;
    zoom: 1;
}

.g-approval .g-bd .tip-item .material > li .line-2 ol li {
    position: relative;
    display: inline-block;
    width: 60px;
    margin-right: 15px;
    margin-bottom: 10px;
    padding-top: 28px;
    vertical-align: top;
}

.g-approval .g-bd .tip-item .material > li .line-2 ol li .j-close {
    position: absolute;
    top: 10px;
    right: 0;
    width: 19px;
    height: 18px;
    background: url(../img/approval/close.png) 0 0 no-repeat;
    cursor: pointer;
}

.g-approval .g-bd .tip-item .material > li .line-2 ol li .img-wrap {
    position: relative;
    height: 56px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #376dca;
}

.g-approval .g-bd .tip-item .material > li .line-2 ol li .img-wrap .progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    margin-bottom: 0;
}

.g-approval .g-bd .tip-item .material > li .line-2 ol li .img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
}

.g-approval .g-bd .tip-item .material > li .line-2 ol li .title {
    margin-top: 3px;
    text-align: center;
    color: #333333;
    font-size: 12px;
}

.g-approval .g-bd .tip-item .material > li .line-2 ol li.material .img-wrap {
    border: none;
}

.g-approval .g-bd .tip-btn {
    clear: both;
    padding-top: 40px;
    padding-bottom: 70px;
    text-align: center;
}

.g-approval .g-bd .tip-btn span {
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #2862c6;
    border: none;
    outline: none;
    cursor: pointer;
}

.g-approval .g-bd .tip-btn .sample {
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #2862c6;
    border: none;
    outline: none;
    cursor: pointer;
}

.g-approval .g-bd .tip-btn .icon {
    margin-right: 8px;
    vertical-align: middle;
}

.g-approval .g-bd .tip-btn .sample {
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #2862c6;
    border: none;
    outline: none;
    cursor: pointer;
}

.g-personal .g-bd .main {
    position: relative;
    min-height: 1016px;
    margin-bottom: 20px;
    padding-left: 275px;
}

.g-personal .g-bd .main .main-left {
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 258px;
    margin-right: 15px;
    border: 1px solid #e8ebed;
}

.g-personal .g-bd .main .main-left .hd {
    position: relative;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #cccccc;
}

.g-personal .g-bd .main .main-left .hd .title {
    display: inline-block;
    padding-left: 15px;
    color: #1e67c3;
    font-size: 17px;
    border-bottom: 2px solid #1e67c3;
}

.g-personal .g-bd .main .main-left .hd .exit {
    position: absolute;
    top: 11px;
    right: 15px;
    color: #999999;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.g-personal .g-bd .main .main-left .edit {
    margin-top: 25px;
}

.g-personal .g-bd .main .main-left .edit .photo {
    text-align: center;
}

.g-personal .g-bd .main .main-left .edit .photo span {
    display: inline-block;
    overflow: hidden;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.g-personal .g-bd .main .main-left .edit .user {
    padding-top: 6px;
    padding-left: 88px;
}

.g-personal .g-bd .main .main-left .edit .user input {
    width: 50px;
    height: auto;
    margin-bottom: 0;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    border: none;
    outline: none;
    box-shadow: none;
}

.g-personal .g-bd .main .main-left .edit .user input[readonly] {
    background: none;
}

.g-personal .g-bd .main .main-left .edit .user .j-edit {
    display: inline-block;
    width: 12px;
    height: 14px;
    margin-left: 3px;
    background: url(../img/personal/edit.png) 0 0 no-repeat;
    cursor: pointer;
    vertical-align: middle;
}

.g-personal .g-bd .main .main-left .edit .bottom {
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 30px;
    color: #666666;
    font-size: 14px;
    border-bottom: 1px solid #e8ebed;
}

.g-personal .g-bd .main .main-left .edit .bottom a {
    color: #666666;
}

.g-personal .g-bd .main .main-left .edit .bottom .prove {
    margin-right: 28px;
}

.g-personal .g-bd .main .main-left .edit .bottom img {
    margin-right: 7px;
}

.g-personal .g-bd .main .main-left .nav ul {
    padding-top: 25px;
}

.g-personal .g-bd .main .main-left .nav ul li {
    margin-bottom: 22px;
    padding-left: 65px;
    line-height: 30px;
}

.g-personal .g-bd .main .main-left .nav ul li a {
    display: block;
}

.g-personal .g-bd .main .main-left .nav ul li .icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/personal/icon.png) 0 0 no-repeat;
    margin-right: 40px;
}

.g-personal .g-bd .main .main-left .nav ul li .text {
    color: #333333;
    font-size: 20px;
}

.g-personal .g-bd .main .main-left .time {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    color: #999;
    font-size: 13px;
    text-align: center;
    line-height: 26px;
}

.g-personal .main-right {
    height: 100%;
}

.g-personal .main-right iframe {
    width: 100%;
}

.g-personal .main-right .bottom {
    min-height: 1014px;
    border: 1px solid #e8ebed;
}

.g-personal .main-right .bottom .case .title {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #333;
    font-size: 16px;
}

.g-personal .main-right .bottom .case .title .loading {
    margin-right: 30px;
}

.g-personal .main-right .bottom .case .item {
    margin-bottom: 25px;
}

.g-personal .main-right .bottom .case .item .hd {
    height: 43px;
    line-height: 43px;
    padding: 0 10px;
    color: #333;
    font-size: 16px;
    background-color: #eaeaea;
}

.g-personal .main-right .bottom .case .item .hd .time {
    float: right;
}

.g-personal .main-right .bottom .case .item .hd.evaluate-hd .time {
    float: right;
    margin-right: 70px;
}

.g-personal .main-right .bottom .case .item .bd {
    position: relative;
}

.g-personal .main-right .bottom .case .item .bd table {
    width: 100%;
}

.g-personal .main-right .bottom .case .item .bd table .num-1 {
    width: 64%;
}

.g-personal .main-right .bottom .case .item .bd table .num-2 {
    position: relative;
    padding-left: 15px;
    vertical-align: top;
}

.g-personal .main-right .bottom .case .item .bd table .num-2 .show-list {
    padding-top: 20px;
    padding-right: 15px;
    text-align: right;
    font-size: 14px;
    color: #333333;
}

.g-personal .main-right .bottom .case .item .bd table .num-2 .show-list .evaluate-list {
    margin-bottom: 15px;
}

.g-personal .main-right .bottom .case .item .bd table .num-2 .show-list .evaluate-list .star {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 6px;
    background: url(../img/personal/star-list.png) 0 0 no-repeat;
}

.g-personal .main-right .bottom .case .item .bd table .num-2 .show-list p {
    margin-bottom: 15px;
}

.g-personal .main-right .bottom .case .item .bd ul {
    padding-top: 8px;
}

.g-personal .main-right .bottom .case .item .bd ul li {
    padding-left: 5px;
    font-size: 16px;
    line-height: 35px;
}

.g-personal .main-right .bottom .case .item .bd .submit, .g-personal .main-right .bottom .case .item .bd .g-register .g-bd .cont .inline .reset, .g-register .g-bd .cont .inline .g-personal .main-right .bottom .case .item .bd .reset {
    position: absolute;
    right: 136px;
    top: 35px;
    font-size: 16px;
    color: #999;
}

.g-personal .main-right .bottom .case .item .bd .price {
    position: absolute;
    right: 136px;
    top: 35px;
    font-size: 14px;
    color: #cd0000;
}

.g-personal .main-right .bottom .case .item .bd .check, .g-personal .main-right .bottom .case .item .bd .g-work .g-bd .query .query-progress .form li .reset, .g-work .g-bd .query .query-progress .form li .g-personal .main-right .bottom .case .item .bd .reset {
    position: absolute;
    right: 130px;
    top: 65px;
    font-size: 14px;
    color: #333;
}

.g-personal .main-right .bottom .case .item .bd .evaluate {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 46px;
    height: 25px;
    line-height: 25px;
    padding-left: 14px;
    padding-right: 14px;
    border: 1px solid #dededc;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.g-personal .main-right .bottom .case .item .bd .evaluate:hover {
    color: #1e67c3;
    border-color: #1e67c3;
}

.g-personal .main-right .bottom .case .item .bd .evaluate:hover .m-logistics-wrap {
    color: #333;
}

.g-personal .main-right .bottom .case .item .evaluate-cont {
    display: none;
    margin-top: 20px;
    border-top: 1px solid #e8ebed;
}

.g-personal .main-right .bottom .case .item .evaluate-cont .level {
    padding-top: 35px;
    /*padding-bottom: 35px;*/
}

.g-personal .main-right .bottom .case .item .evaluate-cont .level ul {
    overflow: hidden;
    zoom: 1;
    /*width: 361px;*/
    margin: 0 auto;
}

.g-personal .main-right .bottom .case .item .evaluate-cont .level ul li {
    float: left;
    width: 105px;
    height: 100px;
    margin-right: 20px;
    padding-top: 15px;
    border: 1px solid #ffffff;
    text-align: center;
    cursor: pointer;
}

.g-personal .main-right .bottom .case .item .evaluate-cont .level ul li .icon {
    display: inline-block;
    width: 46px;
    height: 46px;
    background-image: url(../img/personal/satisfy_sprite.png);
}

.g-personal .main-right .bottom .case .item .evaluate-cont .level ul li .icon.icon-0 {
    background-position: 0 -138px;
}

.g-personal .main-right .bottom .case .item .evaluate-cont .level ul li .icon.icon-1 {
    background-position: 0 -230px;
}

.g-personal .main-right .bottom .case .item .evaluate-cont .level ul li .icon.icon-2 {
    background-position: 0 -46px;
}

.g-personal .main-right .bottom .case .item .evaluate-cont .level ul li .text {
    margin-top: 15px;
    color: #333333;
    font-size: 16px;
}

.g-personal .main-right .bottom .case .item .evaluate-cont .level ul li.z-selected {
    border-color: #ebebeb;
    background-color: #f0f0f0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.g-personal .main-right .bottom .case .item .evaluate-cont .level ul li.z-selected .icon.icon-0 {
    background-position: 0 -184px;
}

.g-personal .main-right .bottom .case .item .evaluate-cont .level ul li.z-selected .icon.icon-1 {
    background-position: 0 0;
}

.g-personal .main-right .bottom .case .item .evaluate-cont .level ul li.z-selected .icon.icon-2 {
    background-position: 0 -92px;
}

.g-personal .main-right .bottom .case .item .evaluate-cont .level ul li.z-selected .text {
    color: #fbbf22;
}

.g-personal .main-right .bottom .case .item .evaluate-cont .keys {
    margin-top: 10px;
    margin-bottom: 6px;
}

.g-personal .main-right .bottom .case .item .evaluate-cont .keys ul {
    overflow: hidden;
    zoom: 1;
}

.g-personal .main-right .bottom .case .item .evaluate-cont .keys ul li {
    padding: 0 8px;
    float: left;
    /*width: 130px;*/
    height: 37px;
    line-height: 37px;
    margin-right: 10px;
    /*margin-bottom: 10px;*/
    border: 1px solid #dfdfdf;
    color: #666666;
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.g-personal .main-right .bottom .case .item .evaluate-cont .keys ul li.z-selected {
    border-color: #ffde89;
    background-color: #fff8e5;
}

.g-personal .main-right .bottom .case .item .evaluate-cont .cont textarea {
    width: 97%;
    height: 165px;
    border: 1px solid #dfdfdf;
    color: #666666;
    font-size: 14px;
}

.g-personal .main-right .bottom .case .item .evaluate-cont .submit, .g-personal .main-right .bottom .case .item .evaluate-cont .g-register .g-bd .cont .inline .reset, .g-register .g-bd .cont .inline .g-personal .main-right .bottom .case .item .evaluate-cont .reset {
    margin-top: 18px;
}

.g-personal .main-right .bottom .case .item .evaluate-cont .submit .submit-btn, .g-personal .main-right .bottom .case .item .evaluate-cont .g-register .g-bd .cont .inline .reset .submit-btn, .g-register .g-bd .cont .inline .g-personal .main-right .bottom .case .item .evaluate-cont .reset .submit-btn, .g-personal .main-right .bottom .case .item .evaluate-cont .detail .wrap .submit .reset-btn, .g-personal .main-right .bottom .detail .wrap .case .item .evaluate-cont .submit .reset-btn, .g-personal .main-right .bottom .case .item .evaluate-cont .detail .wrap .g-register .g-bd .cont .inline .reset .reset-btn, .g-personal .main-right .bottom .detail .wrap .case .item .evaluate-cont .g-register .g-bd .cont .inline .reset .reset-btn, .g-personal .main-right .bottom .detail .wrap .g-register .g-bd .cont .inline .g-personal .main-right .bottom .case .item .evaluate-cont .reset .reset-btn, .g-personal .main-right .bottom .case .item .evaluate-cont .g-register .g-bd .cont .inline .g-personal .main-right .bottom .detail .wrap .reset .reset-btn, .g-register .g-bd .cont .inline .g-personal .main-right .bottom .case .item .evaluate-cont .detail .wrap .reset .reset-btn, .g-register .g-bd .cont .inline .g-personal .main-right .bottom .detail .wrap .case .item .evaluate-cont .reset .reset-btn {
    display: inline-block;
    width: 127px;
    height: 36px;
    line-height: 36px;
    border: none;
    outline: none;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    background-color: #2862c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.g-personal .main-right .bottom .case .item .complaint-cont {
    display: none;
    line-height: 28px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    color: #333;
    border-top: 1px dashed #c5c5c5;
}

.g-personal .main-right .bottom .evaluate .item {
    margin-bottom: 21px;
}

.g-personal .main-right .bottom .evaluate .item .hd {
    color: #0d45a5;
    font-size: 18px;
}

.g-personal .main-right .bottom .evaluate .item .bd {
    margin-top: 20px;
    padding-bottom: 20px;
}

.g-personal .main-right .bottom .evaluate .item .bd ul li {
    margin-bottom: 12px;
    color: #666666;
    font-size: 16px;
}

.g-personal .main-right .bottom .evaluate .item .evaluate-cont {
    border-top: 1px solid #e8ebed;
}

.g-personal .main-right .bottom .evaluate .item .evaluate-cont .level {
    padding-top: 35px;
    padding-bottom: 35px;
}

.g-personal .main-right .bottom .evaluate .item .evaluate-cont .level ul {
    overflow: hidden;
    zoom: 1;
    width: 361px;
    margin: 0 auto;
}

.g-personal .main-right .bottom .evaluate .item .evaluate-cont .level ul li {
    float: left;
    width: 105px;
    height: 100px;
    margin-right: 20px;
    padding-top: 15px;
    border: 1px solid #ffffff;
    text-align: center;
    cursor: pointer;
}

.g-personal .main-right .bottom .evaluate .item .evaluate-cont .level ul li .icon {
    display: inline-block;
    width: 46px;
    height: 46px;
    background-image: url(../img/personal/satisfy_sprite.png);
}

.g-personal .main-right .bottom .evaluate .item .evaluate-cont .level ul li .icon.icon-0 {
    background-position: 0 -138px;
}

.g-personal .main-right .bottom .evaluate .item .evaluate-cont .level ul li .icon.icon-1 {
    background-position: 0 -230px;
}

.g-personal .main-right .bottom .evaluate .item .evaluate-cont .level ul li .icon.icon-2 {
    background-position: 0 -46px;
}

.g-personal .main-right .bottom .evaluate .item .evaluate-cont .level ul li .text {
    margin-top: 15px;
    color: #333333;
    font-size: 16px;
}

.g-personal .main-right .bottom .evaluate .item .evaluate-cont .level ul li.z-selected {
    border-color: #ebebeb;
    background-color: #f0f0f0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.g-personal .main-right .bottom .evaluate .item .evaluate-cont .level ul li.z-selected .icon.icon-0 {
    background-position: 0 -184px;
}

.g-personal .main-right .bottom .evaluate .item .evaluate-cont .level ul li.z-selected .icon.icon-1 {
    background-position: 0 0;
}

.g-personal .main-right .bottom .evaluate .item .evaluate-cont .level ul li.z-selected .icon.icon-2 {
    background-position: 0 -92px;
}

.g-personal .main-right .bottom .evaluate .item .evaluate-cont .level ul li.z-selected .text {
    color: #fbbf22;
}

.g-personal .main-right .bottom .evaluate .item .evaluate-cont .keys {
    margin-top: 10px;
    margin-bottom: 6px;
}

.g-personal .main-right .bottom .evaluate .item .evaluate-cont .keys ul {
    overflow: hidden;
    zoom: 1;
}

.g-personal .main-right .bottom .evaluate .item .evaluate-cont .keys ul li {
    float: left;
    width: 130px;
    height: 37px;
    line-height: 37px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #dfdfdf;
    color: #666666;
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.g-personal .main-right .bottom .evaluate .item .evaluate-cont .keys ul li.z-selected {
    border-color: #ffde89;
    background-color: #fff8e5;
}

.g-personal .main-right .bottom .evaluate .item .evaluate-cont .cont textarea {
    width: 97%;
    height: 165px;
    border: 1px solid #dfdfdf;
    color: #666666;
    font-size: 14px;
}

.g-personal .main-right .bottom .evaluate .item .evaluate-cont .submit, .g-personal .main-right .bottom .evaluate .item .evaluate-cont .g-register .g-bd .cont .inline .reset, .g-register .g-bd .cont .inline .g-personal .main-right .bottom .evaluate .item .evaluate-cont .reset {
    margin-top: 18px;
}

.g-personal .main-right .bottom .evaluate .item .evaluate-cont .submit .submit-btn, .g-personal .main-right .bottom .evaluate .item .evaluate-cont .g-register .g-bd .cont .inline .reset .submit-btn, .g-register .g-bd .cont .inline .g-personal .main-right .bottom .evaluate .item .evaluate-cont .reset .submit-btn, .g-personal .main-right .bottom .evaluate .item .evaluate-cont .detail .wrap .submit .reset-btn, .g-personal .main-right .bottom .detail .wrap .evaluate .item .evaluate-cont .submit .reset-btn, .g-personal .main-right .bottom .evaluate .item .evaluate-cont .detail .wrap .g-register .g-bd .cont .inline .reset .reset-btn, .g-personal .main-right .bottom .detail .wrap .evaluate .item .evaluate-cont .g-register .g-bd .cont .inline .reset .reset-btn, .g-personal .main-right .bottom .detail .wrap .g-register .g-bd .cont .inline .g-personal .main-right .bottom .evaluate .item .evaluate-cont .reset .reset-btn, .g-personal .main-right .bottom .evaluate .item .evaluate-cont .g-register .g-bd .cont .inline .g-personal .main-right .bottom .detail .wrap .reset .reset-btn, .g-register .g-bd .cont .inline .g-personal .main-right .bottom .evaluate .item .evaluate-cont .detail .wrap .reset .reset-btn, .g-register .g-bd .cont .inline .g-personal .main-right .bottom .detail .wrap .evaluate .item .evaluate-cont .reset .reset-btn {
    display: inline-block;
    width: 127px;
    height: 36px;
    line-height: 36px;
    border: none;
    outline: none;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    background-color: #2862c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.g-personal .main-right .bottom .list .item {
    position: relative;
    margin-bottom: 20px;
    padding: 15px 17px 16px 17px;
    border: 1px solid #ededed;
}

.g-personal .main-right .bottom .list .item .hd ul {
    overflow: hidden;
    zoom: 1;
    padding-right: 200px;
}

.g-personal .main-right .bottom .list .item .hd ul li {
    float: left;
    margin-right: 25px;
    color: #333333;
    font-size: 16px;
}

.g-personal .main-right .bottom .list .item .detail-btn {
    position: absolute;
    top: 40px;
    right: 17px;
    width: 135px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    background-color: #0d45a5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
}

.g-personal .main-right .bottom .list .item .detail-btn i {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 9px;
    height: 5px;
    margin-left: 8px;
    background: url(../img/personal/detail_sprite.png) 0 -5px no-repeat;
}

.g-personal .main-right .bottom .list .item .detail-btn.z-show i {
    background-position: 0 0;
    top: -2px;
}

.g-personal .main-right .bottom .list .item .time {
    margin-top: 6px;
    margin-bottom: 10px;
    color: #999999;
    font-size: 14px;
}

.g-personal .main-right .bottom .list .item .detail-cont {
    overflow: hidden;
    height: 37px;
}

.g-personal .main-right .bottom .list .item .detail-cont ul {
    overflow: hidden;
}

.g-personal .main-right .bottom .list .item .detail-cont ul li {
    float: left;
    width: 135px;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #dfdfdf;
    color: #666666;
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.g-personal .main-right .bottom .list .item .detail-cont ul li i {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 8px;
    margin-top: -2px;
    vertical-align: middle;
    background-image: url(../img/personal/detail_sprite.png);
}

.g-personal .main-right .bottom .list .item .detail-cont ul.satisfy li {
    border-color: #ffebb7;
    background-color: #fff4d8;
}

.g-personal .main-right .bottom .list .item .detail-cont ul.satisfy li.type-0 i {
    background-position: 0 -10px;
}

.g-personal .main-right .bottom .list .item .detail-cont ul.satisfy li.type-1 i {
    background-position: 0 -33px;
}

.g-personal .main-right .bottom .list .item .detail-cont ul.satisfy li.type-2 i {
    background-position: 0 -56px;
}

.g-personal .main-right .bottom .list .item .detail-cont .summary {
    line-height: 25px;
    color: #666666;
    font-size: 14px;
    text-indent: 2em;
}

.g-personal .main-right .bottom .list .item .detail-cont.z-show {
    height: auto;
}

.g-personal .main-right .bottom .tab-panel-1 .case .item .bd .submit, .g-personal .main-right .bottom .tab-panel-1 .case .item .bd .g-register .g-bd .cont .inline .reset, .g-register .g-bd .cont .inline .g-personal .main-right .bottom .tab-panel-1 .case .item .bd .reset {
    right: 200px;
    top: 50px;
}

.g-personal .main-right .bottom .tab-panel-1 .case .item .bd .check, .g-personal .main-right .bottom .tab-panel-1 .case .item .bd .g-work .g-bd .query .query-progress .form li .reset, .g-work .g-bd .query .query-progress .form li .g-personal .main-right .bottom .tab-panel-1 .case .item .bd .reset {
    display: inline-block;
    position: absolute;
    right: 97px;
    top: 46px;
    padding-left: 14px;
    padding-right: 14px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #dededc;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.g-personal .main-right .bottom .tab-panel-1 .case .item .bd .check:hover, .g-personal .main-right .bottom .tab-panel-1 .case .item .bd .g-work .g-bd .query .query-progress .form li .reset:hover, .g-work .g-bd .query .query-progress .form li .g-personal .main-right .bottom .tab-panel-1 .case .item .bd .reset:hover {
    color: #1e67c3;
    border-color: #1e67c3;
}

.g-personal .main-right .bottom .detail {
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

.g-personal .main-right .bottom .detail table {
    width: 100%;
}

.g-personal .main-right .bottom .detail table td {
    padding-top: 15px;
    padding-bottom: 12px;
    color: #666666;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
}

.g-personal .main-right .bottom .detail table td label {
    display: inline-block;
    margin-right: 10px;
}

.g-personal .main-right .bottom .detail table td label input {
    margin-top: 0;
    margin-right: 4px;
}

.g-personal .main-right .bottom .detail table td.num-1 {
    width: 50%;
    padding-right: 30px;
}

.g-personal .main-right .bottom .detail table td.num-2 .upload-img {
    text-align: right;
}

.g-personal .main-right .bottom .detail table td.num-2 .upload-img img {
    margin-left: 15px;
    margin-bottom: 10px;
    border: 1px solid #ebebeb;
}

.g-personal .main-right .bottom .detail .tip {
    position: relative;
    margin-top: 40px;
    margin-bottom: 15px;
    padding: 15px 160px 15px 25px;
    text-align: left;
    color: #3a84e9;
    font-size: 16px;
    line-height: 1.4;
    background-color: #e7f2ff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.g-personal .main-right .bottom .detail .tip .again {
    position: absolute;
    top: 9px;
    right: 11px;
    width: 125px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    background-color: #3a84e9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.g-personal .main-right .bottom .detail .wrap {
    display: none;
    margin-top: 20px;
}

.g-personal .main-right .bottom .detail .wrap .title {
    overflow: hidden;
    zoom: 1;
}

.g-personal .main-right .bottom .detail .wrap .title .title-left {
    float: left;
    margin-right: 18px;
    padding-left: 7px;
}

.g-personal .main-right .bottom .detail .wrap .title .title-right {
    float: left;
}

.g-personal .main-right .bottom .detail .wrap .title .title-right .intro {
    color: #3a84e9;
    font-size: 22px;
}

.g-personal .main-right .bottom .detail .wrap .title .title-right .sub {
    margin-top: 8px;
    color: #b5b5b7;
    font-size: 14px;
}

.g-personal .main-right .bottom .detail .wrap .cont {
    margin-top: 15px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.g-personal .main-right .bottom .detail .wrap .cont .textarea {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.g-personal .main-right .bottom .detail .wrap .cont .textarea textarea {
    display: block;
    width: 100%;
    height: 50px;
    padding-left: 0;
    padding-right: 0;
    border: none;
    resize: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.g-personal .main-right .bottom .detail .wrap .cont .textarea textarea:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.g-personal .main-right .bottom .detail .wrap .cont .explain {
    padding-right: 20px;
    text-align: right;
    color: #62a2f9;
    font-size: 14px;
    line-height: 45px;
}

.g-personal .main-right .bottom .detail .wrap .submit, .g-personal .main-right .bottom .detail .wrap .g-register .g-bd .cont .inline .reset, .g-register .g-bd .cont .inline .g-personal .main-right .bottom .detail .wrap .reset {
    padding-top: 13px;
    text-align: center;
}

.g-personal .main-right .bottom .detail .wrap .submit .submit-btn, .g-personal .main-right .bottom .detail .wrap .g-register .g-bd .cont .inline .reset .submit-btn, .g-register .g-bd .cont .inline .g-personal .main-right .bottom .detail .wrap .reset .submit-btn, .g-personal .main-right .bottom .detail .wrap .submit .reset-btn, .g-personal .main-right .bottom .detail .wrap .g-register .g-bd .cont .inline .reset .reset-btn, .g-register .g-bd .cont .inline .g-personal .main-right .bottom .detail .wrap .reset .reset-btn {
    display: inline-block;
    width: 145px;
    height: 40px;
    line-height: 40px;
    margin-right: 40px;
    margin-bottom: 0;
    padding: 0;
    border: none;
    outline: none;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    background-color: #3a84e9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.g-personal .main-right .bottom .detail .wrap .submit .reset-btn, .g-personal .main-right .bottom .detail .wrap .g-register .g-bd .cont .inline .reset .reset-btn, .g-register .g-bd .cont .inline .g-personal .main-right .bottom .detail .wrap .reset .reset-btn {
    margin-right: 0;
    border: 1px solid #e6e6e6;
    color: #3a84e9;
    background-color: #fff;
}

.g-personal .main-right .bottom-evaluate .case .item .hd .time {
    font-size: 12px;
    color: #666666;
}

.g-personal .main-right .bottom-evaluate .case .item .bd .submit, .g-personal .main-right .bottom-evaluate .case .item .bd .g-register .g-bd .cont .inline .reset, .g-register .g-bd .cont .inline .g-personal .main-right .bottom-evaluate .case .item .bd .reset {
    right: 48px;
}

.g-personal .main-right .bottom-evaluate .case .item .bd .check, .g-personal .main-right .bottom-evaluate .case .item .bd .g-work .g-bd .query .query-progress .form li .reset, .g-work .g-bd .query .query-progress .form li .g-personal .main-right .bottom-evaluate .case .item .bd .reset {
    right: 40px;
}

.g-list .g-bd .list {
    margin-bottom: 45px;
    padding: 35px 60px 20px 30px;
    border: 1px solid #e9ecee;
}

.g-list .g-bd .list > ul > li {
    position: relative;
    margin-bottom: 25px;
}

.g-list .g-bd .list > ul > li > a {
    display: block;
    color: #666666;
    font-size: 20px;
}

.g-list .g-bd .list > ul > li .dot {
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-right: 5px;
    background-color: #0d45a5;
    vertical-align: middle;
}

.g-list .g-bd .list > ul > li .time {
    position: absolute;
    right: 0;
    top: 0;
}

.g-list .g-bd .list > ul > li.z-current .dot {
    background-color: #ff0000;
}

.g-list .g-bd .list > ul > li.z-current a {
    color: #ff0000;
}

.g-detail .g-bd .detail {
    margin-bottom: 45px;
    padding: 35px 40px 40px 40px;
    border: 1px solid #e9ecee;
}

.g-detail .g-bd .detail .title {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.g-detail .g-bd .detail .sub {
    width: 100%;
    margin-top: 22px;
    color: #999999;
    font-size: 14px;
    text-align: center;
}

.g-detail .g-bd .detail .cont {
    margin-top: 25px;
}

.g-detail .g-bd .detail .cont .text {
    color: #333333;
    font-size: 14px;
    text-indent: 2em;
    line-height: 30px;
}

.g-modify .modify {
    padding: 40px 25px 60px 25px;
    border: 1px solid #e9ecee;
}

.g-modify .modify .title {
    padding-left: 15px;
    color: #333333;
    font-size: 20px;
}

.g-modify .modify .user {
    overflow: hidden;
    zoom: 1;
    margin-top: 20px;
    padding-left: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8ebed;
}

.g-modify .modify .user .user-left {
    float: left;
    margin-right: 20px;
}

.g-modify .modify .user .user-left .photo {
    overflow: hidden;
    width: 99px;
    height: 99px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.g-modify .modify .user .user-right {
    float: left;
    padding-top: 20px;
}

.g-modify .modify .user .user-right .upload {
    font-size: 13px;
}

.g-modify .modify .user .user-right .upload .upload-wrap label {
    display: inline-block;
    width: 75px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 0;
    color: #ffffff;
    text-align: center;
    background-color: #2862c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.g-modify .modify .user .user-right .upload .upload-wrap input {
    display: none;
}

.g-modify .modify .user .user-right .upload .tip {
    position: relative;
    top: -2px;
    margin-left: 13px;
    color: #999999;
    vertical-align: middle;
}

.g-modify .modify .user .user-right .proposal {
    margin-top: 6px;
    color: #999;
    font-size: 13px;
}

.g-modify .modify .base {
    margin-top: 30px;
    padding-left: 15px;
}

.g-modify .modify .base .base-title {
    color: #333333;
    font-size: 20px;
}

.g-modify .modify .base .form {
    margin-top: 30px;
}

.g-modify .modify .base .form input {
    width: 95%;
    margin-bottom: 0;
    height: 28px;
    line-height: 28px;
    color: #999999;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.g-modify .modify .base .form select {
    width: 100%;
    height: 38px;
    color: #999999;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.g-modify .modify .base .form td {
    padding-bottom: 18px;
}

.g-modify .modify .base .form td.num-1 {
    padding-right: 15px;
    text-align: right;
    color: #333333;
    font-size: 14px;
}

.g-modify .modify .base .form td.num-2 {
    width: 270px;
    color: #999999;
    font-size: 14px;
}

.g-modify .modify .base .form td.num-3 {
    padding-left: 20px;
    color: #999999;
    font-size: 14px;
}

.g-modify .modify .base .form td .submit, .g-modify .modify .base .form td .g-register .g-bd .cont .inline .reset, .g-register .g-bd .cont .inline .g-modify .modify .base .form td .reset {
    padding-top: 20px;
}

.g-modify .modify .base .form td .submit input, .g-modify .modify .base .form td .g-register .g-bd .cont .inline .reset input, .g-register .g-bd .cont .inline .g-modify .modify .base .form td .reset input {
    width: 125px;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: #2862c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.g-query .input {
    margin-right: 0 !important;
}

.g-query .g-bd .cont .inline .field {
    width: 120px;
}

.g-query .g-bd .main {
    margin-bottom: 30px;
    border: 1px solid #eaeaea;
}

.g-query .g-bd .main.main-ems {
    padding-bottom: 45px;
}

.g-query .g-bd .main.main-ems .title {
    margin-bottom: 5px;
    line-height: 1.8;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #0d45a5;
}

.g-query .g-main {
    position: relative;
    min-height: 873px;
    margin-bottom: 30px;
    padding-left: 230px;
}

.g-query .g-main .g-nav {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 208px;
    border: 1px solid #eaeaea;
}

.g-query .g-main .g-cont {
    position: relative;
    min-height: 871px;
    border: 1px solid #eaeaea;
}

.g-query .g-main .g-cont .map-cont {
    position: absolute;
    top: 176px;
    left: 0;
    right: 0;
    bottom: 0;
}

.g-query .g-main .g-cont .map-select {
    height: 125px;
    background-color: #f8f8f8;
    text-align: center;
}

.g-query .g-main .g-cont .map-select select {
    width: 28%;
    height: 42px;
    line-height: 42px;
    margin-bottom: 0;
    margin-top: 41px;
    margin-right: 20px;
    font-size: 14px;
    color: #999999;
    border: 1px solid #dedede;
    webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.g-query .g-main .g-cont .map-select select.last {
    margin-right: 0;
}

.g-query .query-cont-result {
    border-top: 1px solid #eaeaea;
}

.g-query .query-cont-tt {
    height: 63px;
    line-height: 63px;
    font-size: 18px;
    color: #0d45a5;
}

.g-query .query-cont-card {
    display: none;
    margin-top: 52px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 35px;
    border: 1px solid #e8ebed;
}

.g-query .query-cont-card p {
    width: 425px;
    margin: 0 auto;
    line-height: 2.2;
    color: #666666;
}

.g-query .query-cont-card p span {
    color: #111;
}

.g-query .query-cont-card ul {
    overflow: hidden;
    zoom: 1;
}

.g-query .query-cont-card ul li {
    float: left;
    width: 33%;
    color: #333333;
    font-size: 14px;
    text-align: center;
    border-right: 1px solid #eaedee;
}

.g-query .query-cont-card ul li .wrap {
    display: inline-block;
    overflow: hidden;
    zoom: 1;
    margin: 0 auto;
}

.g-query .query-cont-card ul li .wrap .wrap-left {
    float: left;
    margin-right: 20px;
    padding-top: 4px;
}

.g-query .query-cont-card ul li .wrap .wrap-left img {
    vertical-align: middle;
}

.g-query .query-cont-card ul li .wrap .wrap-right {
    float: left;
}

.g-query .query-cont-card ul li .wrap .wrap-right p {
    width: auto;
    line-height: 27px;
    text-align: left;
    color: #333;
}

.g-query .query-cont-card ul li.last {
    border: none;
}

.g-query .main-ems {
    height: auto;
    padding-top: 60px;
}

.g-query .main-ems .hotline {
    margin-bottom: 35px;
    color: #333333;
    font-size: 14px;
    text-align: center;
}

.g-query .main-ems .hotline .icon {
    margin-right: 5px;
    margin-top: -4px;
    vertical-align: middle;
}

.g-query .main-ems .search-ems {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    width: 719px;
    height: 59px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.g-query .main-ems .search-ems input.input {
    position: absolute;
    width: 568px;
    height: 49px;
    line-height: 49px;
    margin-bottom: 0;
}

.g-query .main-ems .search-ems input.check, .g-query .main-ems .search-ems .g-work .g-bd .query .query-progress .form li input.reset, .g-work .g-bd .query .query-progress .form li .g-query .main-ems .search-ems input.reset {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 140px;
    height: 59px;
    border: none;
    outline: none;
    background-color: #0d45a5;
    color: #FFFFFF;
    font-size: 16px;
}

.g-query .main-ems .ems-cont {
    margin-top: 64px;
    margin-left: 28px;
    margin-right: 28px;
    padding-top: 40px;
    border-top: 1px solid #ebebeb;
}

.g-query .main-ems .ems-cont table {
    max-width: 100%;
}

.g-query .main-ems .ems-cont table td.num-1 {
    padding-right: 10px;
    color: #0d45a5;
    font-size: 15px;
}

.g-query .main-ems .ems-cont table td.num-2 {
    color: #666666;
    font-size: 15px;
}

.g-query .main-ems .ems-cont .ems-item {
    margin-bottom: 20px;
}

.g-query .main-ems .ems-cont .ems-item .time {
    color: #0d45a5;
    font-size: 15px;
}

.g-query .main-ems .ems-cont .ems-item .express {
    margin-top: 5px;
}

.g-query .main-ems .ems-cont .ems-item .express table {
    width: 100%;
}

.g-query .main-ems .ems-cont .ems-item .express table td {
    color: #666666;
    font-size: 15px;
    line-height: 22px;
}

.g-query .main-ems .ems-cont .ems-item .express table td.num-1 {
    width: 65%;
    padding-right: 30px;
}

.g-query .main-agency {
    position: relative;
    height: 805px;
}

.g-query .main-agency .search {
    position: absolute;
    top: 35px;
    left: 40px;
    width: 387px;
    height: 36px;
    background-color: #fff;
}

.g-query .main-agency .search .search-left {
    position: absolute;
    top: 5px;
    left: 0;
}

.g-query .main-agency .search .search-left input {
    width: 268px;
    margin-bottom: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    border-top: none;
    border-left: none;
    border-right: 1px solid #eeeeee;
    border-bottom: none;
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.g-query .main-agency .search .search-center {
    position: absolute;
    top: 0;
    left: 285px;
    width: 42px;
    height: 100%;
    line-height: 36px;
    text-align: center;
}

.g-query .main-agency .search .search-center .arrow {
    display: inline-block;
    height: 9px;
    width: 15px;
    background: url(../img/query/arrow-sprite.png) 0 0 no-repeat;
    vertical-align: middle;
}

.g-query .main-agency .search .search-center .arrow.z-current {
    background-position: 0 -23px;
}

.g-query .main-agency .search .search-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #0d45a5;
    cursor: pointer;
}

.g-query .main-agency .search .search-cont {
    overflow: auto;
    position: absolute;
    top: 36px;
    left: 0;
    width: 377px;
    max-height: 510px;
    padding-left: 10px;
    background-color: #fff;
}

.g-query .main-agency .search .search-cont .wrap {
    display: none;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #e2e2e2;
}

.g-query .main-agency .search .search-cont .wrap.wrap-result {
    padding-right: 10px;
    padding-bottom: 42px;
    max-height: 432px;
    overflow: auto;
}

.g-query .main-agency .search .search-cont .wrap ul.list li {
    position: relative;
    line-height: 33px;
    color: #333333;
    font-size: 14px;
}

.g-query .main-agency .search .search-cont .wrap ul.list li .choose {
    position: absolute;
    top: 0;
    right: 60px;
    font-style: normal;
    color: #0d45a5;
    font-size: 14px;
    cursor: pointer;
}

.g-query .main-agency .search .search-cont .wrap .result-item {
    padding: 12px;
    border-bottom: 1px dashed #e2e2e2;
}

.g-query .main-agency .search .search-cont .wrap .result-item table {
    width: 100%;
}

.g-query .main-agency .search .search-cont .wrap .result-item table td {
    padding-bottom: 7px;
}

.g-query .main-agency .search .search-cont .wrap .result-item table .num-1 {
    width: 90px;
    padding-right: 5px;
    color: #666666;
    font-size: 14px;
    text-align: right;
    vertical-align: top;
    position: relative;
}

.g-query .main-agency .search .search-cont .wrap .result-item table .num-1 .location {
    position: relative;
    left: 0;
    top: 3px;
}

.g-query .main-agency .search .search-cont .wrap .result-item table .num-2 {
    color: #333333;
    font-size: 14px;
}

.g-query .main-agency .search .search-cont .wrap .result-item .check, .g-query .main-agency .search .search-cont .wrap .result-item .g-work .g-bd .query .query-progress .form li .reset, .g-work .g-bd .query .query-progress .form li .g-query .main-agency .search .search-cont .wrap .result-item .reset {
    margin-top: 20px;
    padding-left: 20px;
}

.g-query .main-agency .search .search-cont .wrap .result-item .check a, .g-query .main-agency .search .search-cont .wrap .result-item .g-work .g-bd .query .query-progress .form li .reset a, .g-work .g-bd .query .query-progress .form li .g-query .main-agency .search .search-cont .wrap .result-item .reset a {
    color: #0d45a5;
    font-size: 14px;
}

.g-query .main-agency .search .search-cont .wrap .load-more {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 31px;
    line-height: 31px;
    color: #999999;
    font-size: 12px;
    text-align: center;
    background-color: #f1f1f1;
    cursor: pointer;
}

.g-query .query-cont-license {
    display: none;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
}

.g-query .query-cont-license .line-1 {
    padding: 25px 45px 5px 45px;
    border: 1px solid #eaeaea;
}

.g-query .query-cont-license .line-1 table {
    width: 100%;
    font-size: 16px;
    color: #333333;
}

.g-query .query-cont-license .line-1 table td {
    padding-bottom: 20px;
}

.g-query .query-cont-license .line-2 {
    margin-top: 20px;
}

.g-query .query-cont-license .line-2 table {
    width: 100%;
}

.g-query .query-cont-license .line-2 table th {
    line-height: 43px;
    font-size: 16px;
    text-align: center;
    color: #333333;
    background-color: #f2f2f2;
    border: 1px solid #eaeaea;
}

.g-query .query-cont-license .line-2 table td {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 14px;
    text-align: center;
    color: #666666;
    border: 1px solid #eaeaea;
}

.g-query .query-cont-license .line-2 table.num-1 {
    width: 20%;
}

.g-query .query-cont-license .line-2 table.num-2 {
    width: 15%;
}

.g-query .query-cont-license .line-2 table.num-3 {
    width: 20%;
}

.g-query .query-cont-license .line-2 table.num-4 {
    width: 20%;
}

.g-query .query-cont-identityCard {
    margin-top: 20px;
    font-size: 14px;
    color: #333333;
}

.g-query .query-cont-identityCard ul {
    overflow: hidden;
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.g-query .query-cont-identityCard ul li {
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.g-query .query-cont-identityCard ul li.num-1 {
    width: 40%;
    border-right: 1px solid #eaeaea;
}

.g-query .query-cont-identityCard ul li.num-2 {
    width: 28%;
    border-right: 1px solid #eaeaea;
}

.g-query .query-cont-identityCard ul li.num-3 {
    width: 30%;
    border-right: none;
}

.g-query .timeLine-identityCard {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    max-height: 250px;
    overflow-y: auto;
}

.g-query .progress-identityCard {
    /*width: 680px;*/
    width: 86%;
    margin: 50px auto 0 auto;
}

.g-query .query-cont-drive {
    display: none;
    margin-left: 15px;
    margin-right: 35px;
    padding-top: 35px;
    border-top: 1px solid #ebebeb;
}

.g-query .query-cont-drive table {
    margin: 0 auto;
}

.g-query .query-cont-drive table td {
    padding-bottom: 18px;
    color: #666;
}

.g-query .query-cont-drive table .num-1 {
    padding-right: 10px;
}

.g-query .query-cont-drive table input {
    height: 32px;
    line-height: 32px;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    border: 0;
}

.g-query .query-cont-area {
    display: none;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 35px;
}

.g-query .query-cont-area table {
    width: 100%;
}

.g-query .query-cont-area table td {
    padding-top: 13px;
    padding-bottom: 13px;
    text-align: center;
    font-size: 15px;
    color: #333333;
    border: 1px solid #eaeaea;
}

.g-query .query-cont-area table .num-1 {
    width: 17%;
}

.g-query .query-cont-area table .num-2 {
    width: 17%;
}

.g-query .query-cont-area table .num-3 {
    width: 19%;
}

.g-query .query-cont-area table .num-4 {
    width: 24%;
}

.g-query .query-cont-area table .bg {
    background-color: #f2f2f2;
}

.g-query .query-cont-area table .fw {
    font-weight: bold;
}

.g-query .query-cont-area table .down {
    margin-top: 15px;
    font-weight: bold;
}

.g-query .query-cont-unit .line-2 .num-1 {
    width: 55%;
}

.g-query .query-cont-unit .line-2 .num-2 {
    width: 18%;
}

.g-query .query-cont-unit .line-2 .num-3 {
    width: 12%;
}

.g-query .query-cont-name {
    display: none;
    margin-top: 35px;
    margin-left: 25px;
    margin-right: 25px;
}

.g-query .query-cont-name .result {
    color: #333;
    font-size: 16px;
}

.g-query .query-cont-name .result span {
    color: #1e91fc;
}

.g-query .nothing {
    padding-top: 40px;
}

.g-query .nothing .img {
    text-align: center;
}

.g-query .nothing .tip {
    margin-top: 25px;
    color: #666666;
    font-size: 26px;
    text-align: center;
}

.g-query .nothing .confirm, .g-query .nothing .layer-modal .tip-btn .cancel, .layer-modal .tip-btn .g-query .nothing .cancel {
    margin-top: 40px;
    text-align: center;
}

.g-query .nothing .confirm a, .g-query .nothing .layer-modal .tip-btn .cancel a, .layer-modal .tip-btn .g-query .nothing .cancel a {
    display: inline-block;
    width: 125px;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    background-color: #2862c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.g-city .g-bd .main {
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid #e8ebed;
}

.g-city .g-bd .main .title {
    color: #0d45a5;
    font-size: 20px;
}

.g-city .g-bd .main .link-1 {
    margin-top: 20px;
}

.g-city .g-bd .main .link-1 ul {
    overflow: hidden;
    zoom: 1;
    margin-right: -20px;
}

.g-city .g-bd .main .link-1 ul li {
    overflow: hidden;
    zoom: 1;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.g-city .g-bd .main .link-1 ul li a {
    display: block;
    height: 116px;
}

.g-city .g-bd .main .link-1 ul li .link-title {
    position: absolute;
    top: 38px;
    left: 0;
    width: 60px;
    height: 40px;
}

.g-city .g-bd .main .link-1 ul li .link-title span {
    position: absolute;
    top: 10px;
    right: 13px;
    color: #FFFFFF;
    font-size: 20px;
}

.g-city .g-bd .main .link-1 ul li .link-left {
    float: left;
    width: 40px;
    height: 116px;
    background-color: #f2f2f2;
}

.g-city .g-bd .main .link-1 ul li .link-right {
    float: left;
    width: 227px;
    height: 114px;
    line-height: 28px;
    border-top: 1px solid #e8ebed;
    border-right: 1px solid #e8ebed;
    border-bottom: 1px solid #e8ebed;
    color: #666666;
    font-size: 16px;
    text-align: center;
}

.g-city .g-bd .main .link-1 ul li .link-right .line-1 {
    display: inline-block;
    margin-top: 42px;
}

.g-city .g-bd .main .link-1 ul li .link-right .line-2 {
    display: inline-block;
    margin-top: 28px;
    padding-left: 30px;
    padding-right: 10px;
}

.g-city .g-bd .main .link-1 ul li .link-arrow {
    width: 23px;
    height: 23px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.g-city .g-bd .main .link-1 ul li.type-1 .link-title {
    background: url(../img/city/type-1.png) 0 0 no-repeat;
}

.g-city .g-bd .main .link-1 ul li.type-1 .link-arrow {
    background: url(../img/city/arrow-1.jpg) 0 0 no-repeat;
}

.g-city .g-bd .main .link-1 ul li.type-2 .link-title {
    background: url(../img/city/type-2.png) 0 0 no-repeat;
}

.g-city .g-bd .main .link-1 ul li.type-2 .link-arrow {
    background: url(../img/city/arrow-2.jpg) 0 0 no-repeat;
}

.g-city .g-bd .main .link-2 {
    margin-top: 40px;
}

.g-city .g-bd .main .link-2 ul {
    overflow: hidden;
    zoom: 1;
}

.g-city .g-bd .main .link-2 ul li {
    float: left;
    width: 20%;
    margin-bottom: 25px;
    text-align: center;
}

.g-city .g-bd .main .link-2 ul li a {
    display: block;
    color: #666666;
    font-size: 15px;
}

.g-city .g-bd .main .link-2 ul li .text {
    margin-top: 15px;
}

.g-city .g-bd .main .link-nothing {
    margin-top: 20px;
}

.g-city .g-bd .main .link-nothing img {
    display: block;
    max-width: 100%;
}

.g-city .g-bd .main .link-choose form {
    margin-bottom: 0;
}

.g-city .g-bd .main .link-choose ul {
    overflow: hidden;
    zoom: 1;
    margin-right: -27px;
}

.g-city .g-bd .main .link-choose ul li {
    float: left;
    width: 133px;
    height: 35px;
    line-height: 35px;
    margin-right: 23px;
    margin-bottom: 20px;
    text-align: center;
    color: #333333;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
}

.g-city .g-bd .main .link-choose ul li.z-selected {
    color: #0d45a5;
    border: 1px solid #0d45a5;
}

.g-city .g-bd .main .link-choose .submit, .g-city .g-register .g-bd .main .link-choose .cont .inline .reset, .g-register .g-city .g-bd .main .link-choose .cont .inline .reset, .g-city .g-register .g-bd .cont .inline .main .link-choose .reset, .g-register .g-city .g-bd .cont .inline .main .link-choose .reset {
    display: inline-block;
    width: 110px;
    height: 35px;
    margin-top: 5px;
    background-color: #0d45a5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 14px;
}

.g-error .g-main {
    margin-bottom: 30px;
    padding-top: 115px;
    padding-bottom: 55px;
    border: 1px solid #e8ebed;
}

.g-pay .account-tt {
    margin-bottom: 12px;
    font-size: 16px;
    color: #333333;
}

.g-pay .main {
    margin-bottom: 30px;
    border: 1px solid #e8ebed;
}

.g-pay .main .m-pay-form {
    padding-bottom: 200px;
}

.g-map {
    position: relative;
    height: 100%;
}

.g-pay-suc .g-main {
    margin-bottom: 30px;
    padding-top: 110px;
    padding-bottom: 305px;
    border: 1px solid #e8ebed;
}

.g-pay-suc .g-main .title {
    text-align: center;
}

.g-pay-suc .g-main .text {
    margin-top: 30px;
    color: #666666;
    font-size: 18px;
    text-align: center;
}

.g-pay-suc .g-main .text span {
    color: #0d45a5;
}

.g-pay-suc .g-main .text span i {
    font-style: normal;
}

.g-order .main {
    margin-bottom: 30px;
    border: 1px solid #e8ebed;
}

.g-order .main .wrap {
    margin-left: 40px;
    margin-right: 40px;
}

.card-type {
    float: none !important;
    padding-top: 20px;
    padding-left: 55px;
}

.card-type-item {
    display: none;
    float: none !important;
}

.card-type-item .caption {
    padding-top: 20px;
    padding-left: 55px;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.card-type-item .line {
    padding-top: 10px;
    padding-left: 55px;
    color: #666;
    font-size: 14px;
}

.card-type-item .line .title {
    margin-right: 38px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.card-type-item .line .title.title-none {
    font-weight: normal;
    color: #666;
}

.card-type-item .passport-item, .card-type-item .apply-item, .card-type-item .taiWan-item {
    overflow: hidden;
    zoom: 1;
}

.card-type-item .apply-item {
    display: none;
    padding-top: 10px;
}

.card-type-item .taiWan-item {
    display: none;
    padding-top: 10px;
}

.card-type-item .applyType-cont {
    display: none;
    margin-top: 10px;
    border: 1px solid #e0ecf9;
    background-color: #f8faff;
    padding: 10px 15px;
}

.card-type-item .applyType-cont > .line {
    padding-left: 38px;
}

.card-type-item .applyType-cont .city-item {
    display: none;
    margin-top: 10px;
}

.card-type-item .applyType-cont .city-item legend {
    width: auto;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 8px;
    font-size: 15px;
    border-bottom: none;
}

.card-type-item .applyType-cont .city-item .tag-num .tag-num-item {
    display: none;
}

.card-type-item .applyType-cont .city-item .family-cont {
    display: none;
    margin-top: 10px;
}

.card-type-item .applyType-cont .city-item .family-cont-am {
    display: none;
    margin-top: 10px;
}

.card-type-item .taiwan-cont {
    display: none;
    margin-top: 10px;
}

.card-type-item .taiwan-cont legend {
    width: auto;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 8px;
    font-size: 15px;
    border-bottom: none;
}

.card-type-item .taiwan-cont .tag-num-item {
    display: none;
}

.card-type-item .taiwan-cont .taiwan-cont-tag {
    margin-top: 10px;
    border: 1px solid #e0ecf9;
    background-color: #f8faff;
    padding: 10px 15px;
}

.send-item {
    display: none;
    overflow: hidden;
    zoom: 1;
    clear: both;
    margin-bottom: 20px;
}

.send-item legend {
    width: auto;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 8px;
    font-size: 15px;
    border-bottom: none;
}

.g-search .g-bd {
    background-color: #ececec;
}

.g-search .g-bd .m-center {
    background-color: #fff;
}

.g-search .g-bd .layout {
    overflow: hidden;
    zoom: 1;
    padding: 35px 30px 60px 30px;
}

.g-search .g-bd .layout .layout-left {
    margin-right: 4%;
}

.g-search .g-bd .layout .layout-right {
    float: left;
    width: 30%;
}

/*# sourceMappingURL=style.css.map */
/********************我要办事********************/
/*当前位置*/
.g-bd .current {
    padding-left: 0;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 20px;
}

/*办事单位*/
.m-unit {
    margin: 0 0 10px 50px;
    box-sizing: border-box;
}

.m-unit .h-hd {
    color: #0D45A5;
    margin-right: 30px;
    font-size: 14px;
}

.m-unit select {
    margin-top: 10px;
    width: 350px;
}

.m-unit select option {
    font-size: 14px !important;
}

/*办理地点*/
.g-bd .m-place {
    margin: 0 0 20px 50px;
    box-sizing: border-box;
}

.m-place .h-hd {
    color: #0D45A5;
    margin-right: 30px;
    font-size: 14px;
}

.m-place span {
    font-size: 14px;
}

/*人员类别*/
.m-category {
    margin: 0 0 20px 50px;
}

.m-category .h-hd {
    font-size: 14px;
    color: #0D45A5;
    margin-right: 30px;
}

.m-category .h-hb {
    display: inline-block;
    width: 282px;
    font-size: 14px;
}

.icon-blue, .icon-gray {
    width: 20px;
    height: 20px;
}

/*办理类型*/
.main-h {
    position: relative;
}

.main-h .h-hd {
    font-size: 14px;
    color: #0D45A5;
    margin: 0 0 20px 50px;
}

.main-h .send {
    position: absolute;
    top: 0;
    left: 140px;
}

.main-h .send span i {
    font-size: 14px;
    font-style: normal;
}

.main-h .h-hb {
    margin: 20px 0;
}

.main-h .h-hb .radio-item {
    margin-left: 2px;
}

.main-h .radio-item {
    display: inline-block;
    width: 280px;
    margin-bottom: 10px;
}

.main-h .send input {
    font-size: 14px;
}

/*普通护照*/
.main-h .h-hd-t .h-hd {
    font-weight: bold;
    position: absolute;
    top: 12px;
    left: 0;
    color: #000000;
}

.main-h .send-o {
    position: absolute;
    top: 38px;
    left: 50px;
    height: 100px;
}

.h-line {
    display: block;
    z-index: -1;
    height: 130px;
    position: absolute;
    top: 0;
    left: 0;
    width: 1200px;
    border-bottom: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
    background: #F4F8FE;
}

/*普通护照首次*/
.send-item .send-h {
    margin: 20px 0 0 50px;
}

.send-item .d-o {
    padding: 20px 0;
}

.send-item .send-h .d-o p {
    color: #0D45A5;
    font-size: 16px;
    margin: 150px 0 20px 0;
}

.send-item .send-h .d-o ul li span {
    margin-bottom: 5px;
}

.send-item .send-h .d-t p {
    width: 1100px;
    color: #0D45A5;
    font-size: 16px;
    padding: 20px 0 0 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #E8E8E8;
    box-sizing: border-box;
}

.send-item .send-h .d-t ul li span {
    margin-bottom: 5px;
}

.send-item .send-h ul span {
    display: inline-block;
    width: 500px;
    font-size: 14px;
}

/*办理程序及条件*/
.d-t p span {
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 2px solid #0D45A5;
}

.d-t ul {
    width: 1100px;
}

.d-t ul li {
    width: 1100px;
}

.d-t ul li span {
    display: inline-block;
    width: 1100px !important;
}

/*样例*/
.d-t .d-t-b li span {
    display: inline;
    margin-right: 20px;
}

.d-t .d-t-b li a {
    display: inline-block;
    height: 40px;
    border: 1px solid #E6E4E4;
    background: #F1F1F1;
    line-height: 40px;
    padding: 0 20px 0 10px;
    box-sizing: border-box;
    margin-right: 20px;
}

.d-t .d-t-b li a span {
    font-size: 14px;
}

.d-t .d-style {
    margin-right: 20px;
}

.g-approval .g-bd .tip-btn .j-submit_gray {
    background-color: #D9D9D9;
}

/*按钮改变*/
.icon_conceal {
    display: none;
}

.icon_active {
    display: inline-block;
}

/*改变选项框*/
/*.main-h .iradio_flat-blue{*/
/*background: url("../img/demo-01/h_ico_01.png") no-repeat left center;*/
/*margin-right: 5px;*/
/*}*/
/*.main-h .iradio_flat-blue.checked {*/
/*background: url("../img/demo-01/h_ico.png") no-repeat left center;*/
/*}*/
/*************页面修改******************/
.progress-bar {
    margin: 100px 0 0 0;
}

.progress-bar ul {
    width: 800px;
    margin-left: 80px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.progress-bar ul li.annotation {
    box-sizing: border-box;
    width: 950px;
    position: absolute;
    top: 60px;
    left: -67px;
}

.progress-bar ul li.annotation span {
    display: inline-block;
    width: 185px;
    text-align: center;
    box-sizing: border-box;
}

.progress-bar div {
    width: 800px;
    height: 100px;
    margin: 120px 0 50px 85px;
    border-bottom: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    padding: 10px 0;
    box-sizing: border-box;
}

.progress-bar div span {
    text-align: center;
    display: inline-block;
    border-right: 1px solid #EAEAEA;
    line-height: 80px;
    padding: 0 50px;
}

.progress-bar div span:nth-child(3) {
    border: none;
}

/*底部和客服*/
.m-ft .m-center {
    position: relative;
}

.m-ft .ft-center {
    position: absolute;
    top: -10px;
    left: 740px;
}

.m-ft .ft-center span {
    float: left;
    margin-right: 50px;
}

.m-ft .ft-center span div {
    width: 80px;
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
}

.m-ft .ft-center img {
    height: 80px;
}

/*客服*/
.m-st {
    width: 90px;
    height: 225px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    background: #f8fcfe;
}

.m-st img {
    float: left;
    cursor: pointer;
    margin: 10px;
}

.m-st1 {
    position: fixed;
    top: 550px;
    right: -40px;
}

.m-sc {
    width: 100px;
    height: 100px;
    background: url("../img/demo-01/img_m_sc.png") no-repeat left center;
    background-size: 100px 100px;
}

.m-sa {
    display: inline-block;
    font-size: 14px;
    width: 30px;
    color: #FFFFFF;
    position: absolute;
    top: 36px;
    right: 5px;
}

/*步骤条*/
.m-step {
    margin-bottom: 20px;
    border: 1px solid #e8ebed;
}

.m-step ul {
    overflow: hidden;
}

.m-step ul li {
    float: left;
    width: 11.11%;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.m-step ul li.z-current {
    color: #ffffff;
    background-color: #2862c6;
}

.m-step ul li.arrow-blue {
    background: #2862c6 url(../img/approval/arrow-blue.png) right 0 no-repeat;
}

.m-step ul li.arrow-grey {
    background: url(../img/approval/arrow-grey.png) right center no-repeat;
}

.m-step ul li.z-current a {
    color: #ffffff;
    cursor: pointer;
}

.m-step ul li.z-current a:hover {
    color: #ffffff;
}

.m-step ul li a {
    display: block;
    height: 100%;
    font-size: 14px;
    color: #666666;
    cursor: default;
}

.m-step ul li a:hover {
    color: #666666;
}

.m-timeLine-identityCard {

}

.m-timeLine-identityCard li {
    position: relative;
    padding-left: 60px;

    font-size: 14px;
}

.m-timeLine-identityCard li.z-first .line-right {
    color: #000000;
}

.m-timeLine-identityCard li .line-left {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    color: #999999;
}

.m-timeLine-identityCard li .line-right {
    position: relative;
    display: table;
    min-height: 40px;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-left: 1px solid #eaeaea;
    color: #666666;
}

.m-timeLine-identityCard li .line-right .dot {
    position: absolute;
    top: 50%;
    left: -4px;
    display: inline-block;
    width: 7px;
    height: 7px;
    background: url(../img/query/card-arrow-gray.png) 0 0 no-repeat;
    margin-top: -3px;
}

.m-timeLine-identityCard li .line-right span {
    display: table-cell;
    vertical-align: middle;
}

.m-progress-identityCard {

}

.m-progress-identityCard ul li {
    overflow: hidden;
}

.m-progress-identityCard ul li div {
    float: left;
}

.m-progress-identityCard ul li.line-1 {
    position: relative;
    margin-bottom: 13px;
    padding: 18px 15px;
}

.m-progress-identityCard ul li.line-1 .arrow {
    position: absolute;
    top: 50%;

}

.m-progress-identityCard ul li.line-1 .arrow-small {
    margin-top: -14px;
}

.m-progress-identityCard ul li.line-1 .arrow-big {
    margin-top: -19px;
}

.m-progress-identityCard ul li.line-1 .arrow-left {
    display: none;
}

.m-progress-identityCard ul li.line-1 .arrow-center {
    display: none;
}

.m-progress-identityCard ul li.line-1 .arrow-right {
    display: none;
}

.m-progress-identityCard ul li.line-1 .arrow-left.arrow-small {
    left: 0;
    margin-left: 14px;
}

.m-progress-identityCard ul li.line-1 .arrow-left.arrow-big {
    left: 0;
    margin-left: 10px;
}

.m-progress-identityCard ul li.line-1 .arrow-center.arrow-small {
    left: 50%;
    margin-left: -14px;
}

.m-progress-identityCard ul li.line-1 .arrow-center.arrow-big {
    left: 50%;
    margin-left: -23px;
}

.m-progress-identityCard ul li.line-1 .arrow-right.arrow-small {
    right: 0;
    margin-right: 9px;
}

.m-progress-identityCard ul li.line-1 .arrow-right.arrow-big {
    right: 0;
    margin-right: 0;
}

.m-progress-identityCard ul li.line-1 .line-transverse-left {
    float: left;
    width: 50%;
    height: 3px;
    background-color: #e7e7e7;
}

.m-progress-identityCard ul li.line-1 .line-transverse-left.z-blue {
    background-color: #2862c6;
}

.m-progress-identityCard ul li.line-1 .line-transverse-right {
    float: right;
    width: 50%;
    height: 3px;
    background-color: #e7e7e7;
}

.m-progress-identityCard ul li.line-1 .line-transverse-right.z-blue {
    background-color: #2862c6;
}

.m-progress-identityCard ul li.line-2 {
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #333333;
}

.m-progress-identityCard ul li.line-2 .examine {
    float: left;
}

.m-progress-identityCard ul li.line-2 .make {
    position: absolute;
    left: 50%;
    margin-left: -21px;
}

.m-progress-identityCard ul li.line-2 .mail {
    float: right;
}

.case-list-right-btn {
    display: block !important;
    position: static !important;
    float: right !important;
    margin: 10px 10px 10px 0 !important;
    line-height: 25px !important;
}

.user-sign > .user-sign-label{
    float: left;
    width: 150px;
    text-align: right;
    line-height: 120px;
}

.user-sign > .user-sign-panel {
    width: 500px;
    line-height: 120px;
    height: 120px;
    border: 1px dashed;
    margin-left: 170px;
    text-align: center;
    float: left;
}
.user-sign > .user-sign-refresh > img {
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 5px;
}
.user-sign-modal{
    height: 100%;
    width: 100%;
    background: url("../img/transparent.png");
}
.approval-img {
    width: 460px;
    height: 80px;
}