/*! portal-web - 2016-04-21 21:09:30 */
.notifyMsg {
    background: #fff7e8;
    border: 1px solid #fad79d;
    padding: 10px 12px;
    color: #bb7830;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 16px;
}

.successMsgBox {
    background: #F5FCE7;
    border: 1px solid #9CBA74;
    line-height: 16px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 6px;
    color: #428F0C;
    text-align: center;
}

.errorMsgBox {
    background: #fbe1e3;
    border: 1px solid #dda0a4;
    line-height: 16px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 6px;
    color: #C33F4D;
    text-align: center;
}

.shadowBox {
    position: relative;
    padding-bottom: 27px;
    height: 100%;
}

    .shadowBox.noMargin {
        margin-top: 0;
    }

    .shadowBox .boxBody {
        border: 1px solid #bfc0c1;
        background: url(../../img/green-shadow.png) repeat-x #fffffe;
        padding: 15px;
    }

.contentBox .shadowBox .boxBody {
    background: url(../../img/gray-shadow.png) repeat-x #fdfdfd;
}

    .contentBox .shadowBox .boxBody b {
        color: #ff6b22;
    }

.shadowBox .shadowLeft {
    position: absolute;
    height: 27px;
    width: 280px;
    background: url(../../img/shadow-left.png) no-repeat;
    left: 10px;
    bottom: 0;
}

.shadowBox .shadowRight {
    position: absolute;
    height: 27px;
    width: 280px;
    background: url(../../img/shadow-right.png) no-repeat;
    right: 10px;
    bottom: 0;
}

.dataTable {
    width: 100%;
    color: #5e5e5e;
    border-collapse: collapse;
}

    .dataTable th {
        vertical-align: middle;
        background: #fbfbfb;
        border: 1px solid #ddd;
        text-align: center;
        padding: 6px;
    }

    .dataTable td {
        vertical-align: middle;
        text-align: center;
        padding: 8px 5px;
        border: 1px solid #ddd;
    }

    .dataTable tr.even td {
        background-color: #FAFAFA;
    }

    .dataTable .redText {
        color: red;
    }

    .dataTable .second {
        background-position: 0 center;
    }

    .dataTable .third {
        background-position: 0 bottom;
    }

    .dataTable .purpleText {
        color: #9f6fdc;
    }

    .dataTable .blueText {
        color: #52ade0;
    }

.pagination .pagers {
    padding: 16px;
    float: right;
    font-size: 14px;
}

    .pagination .pagers a {
        display: inline-block;
        line-height: 20px;
        margin: 0 2px;
        padding: 0 5px;
    }

    .pagination .pagers span {
        display: inline-block;
        font-weight: 700;
        line-height: 20px;
        padding: 0 5px;
    }

.mask {
    width: 980px;
    margin: 0 auto;
    position: relative;
    padding-top: 1px;
}

.topMargin {
    margin-top: 20px;
}

#wrapper {
    background: url(../../img/bg.png) repeat-x #fafbfc;
    min-width: 960px;
}

#content {
    padding: 0 0 40px;
}

    #content h1 {
        background: url(../../img/h1-bg.jpg) center 0 no-repeat;
        height: 113px;
        font-size: 30px;
        color: #428f0c;
        font-weight: 400;
        line-height: 30px;
        padding-left: 16px;
    }

        #content h1 span {
            display: inline-block;
            padding-top: 38px;
        }

    #content .contentBox {
        background: url(../../img/mask.png);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        padding: 7px;
        height: 100%;
    }

        #content .contentBox .contentBody {
            background: #fffffe;
            border: 1px solid #cad9de;
            -moz-border-radius: 0 0 3px 3px;
            -webkit-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
            padding: 8px 20px;
        }

.accountPage {
    padding: 0 20px;
}

    .accountPage .contentTop {
        border-bottom: 1px solid #C4C5C5;
        height: 55px;
    }

    .accountPage .registerpage {
        height: 50px;
    }

        .accountPage .registerpage span {
            display: inline-block;
            font-size: 18px;
            text-align: center;
        }

    .accountPage #vcode_img {
        height: 30px;
        width: 80px;
        vertical-align: middle;
        border: 1px solid #edf2ec;
        display: inline-block;
        margin-right: 6px;
    }

    .accountPage .rEmailTitle {
        left: 0;
        padding: 16px;
        position: absolute;
        top: 0;
        width: 50%;
        vertical-align: middle;
    }

    .accountPage .blueTitle {
        color: #356D0B;
    }

    .accountPage .pentergram {
        background: url(../../img/pentergram.png) no-repeat;
        display: inline-block;
        height: 24px;
        width: 25px;
        float: left;
        margin: 0 5px 0 0;
    }

    .accountPage .contentTop span {
        color: #356D0B;
        display: inline-block;
        font-size: 18px;
        margin: 15px 0 15px 10px;
    }

    .accountPage .contentCenter {
        margin: 20px 0 0;
        overflow: hidden;
    }

    .accountPage .rCenter {
        min-height: 540px !important;
    }

    .accountPage .rSuccess {
        margin: 100px 0 0;
        text-align: center;
    }

        .accountPage .rSuccess p {
            margin: 20px 0 0;
        }

    .accountPage .p1 {
        font-size: 14px;
        color: #525252;
    }

    .accountPage .p2 {
        color: #aaa;
    }

    .accountPage .inputName {
        display: inline-block;
        font-size: 14px;
        text-align: right;
        width: 140px;
        vertical-align: middle;
    }

    .accountPage ul li {
        padding: 5px 0;
    }

    .accountPage .blueText {
        color: #41a3c9;
        font-size: 12px;
    }

    .accountPage .blueTextr {
        color: #41a3c9;
    }

    .accountPage .smileImg {
        background: url(../../img/smile.png) no-repeat;
        top: 200px;
        height: 219px;
        position: absolute;
        right: 40%;
        width: 257px;
    }

    .accountPage .cry {
        background: url(../../img/cry.png) no-repeat;
        height: 135px;
        width: 226px;
        margin: 60px auto 0;
    }

.errorPage .errorLogo {
    background: url(../../img/error.jpg) center bottom no-repeat;
    display: inline-block;
    height: 312px;
    width: 353px;
}

.errorPage .expiredLogo {
    background: url(../../img/expired.png) center center no-repeat;
    display: inline-block;
    height: 300px;
    width: 353px;
}

.errorPage .pressureLogo {
    background: url(../../img/pressure.png) center center no-repeat;
    display: inline-block;
    height: 300px;
    width: 353px;
}

.errorPage p {
    font-size: 18px;
    font-weight: 700;
}

.errorPage .errorCenter {
    padding: 0 0 60px;
    text-align: center;
}

#feedbackMask {
    position: relative;
    background: url(../../img/feedback-middle.png?_=20160302) no-repeat;
    width: 980px;
    height: 851px;
    margin: 0 auto;
}

    #feedbackMask form {
        padding: 100px 60px 0 30px;
    }

    #feedbackMask h3, #feedbackMask h4 {
        padding: 0 0 5px 50px;
    }

    #feedbackMask h5 {
        margin-bottom: 10px;
        padding: 0 0 5px 50px;
    }

    #feedbackMask .errorMsgBox, #feedbackMask .successMsgBox {
        margin: 0 50px 5px 70px;
    }

    #feedbackMask li .g-iptph-wrap label {
        text-align: left;
    }

    #feedbackMask .fb-complete {
        padding-left: 128px;
    }

    #feedbackMask .captcha {
        margin-bottom: 20px;
    }

        #feedbackMask .captcha > * {
            vertical-align: middle;
        }

        #feedbackMask .captcha #validCode {
            margin-right: 10px;
        }

        #feedbackMask .captcha #vcode_img {
            border: 1px solid #EDF2EC;
            display: inline-block;
            height: 30px;
            margin-right: 6px;
            vertical-align: middle;
            width: 80px;
        }

    #feedbackMask li.action {
        padding-top: 0;
        position: relative;
    }

    #feedbackMask li p.limit {
        text-align: right;
        padding-right: 50px;
        font-size: 11px;
        color: #888;
    }

        #feedbackMask li p.limit span.num {
            color: #5C9F69;
            font-weight: 700;
        }

    #feedbackMask li.action {
        padding-left: 128px;
    }

        #feedbackMask li.action .submit {
            display: block;
            width: 120px;
            height: 38px;
            background: #7bbc32;
            text-align: center;
            color: #fff;
            font-size: 18px;
            line-height: 38px;
            text-decoration: none;
            border-radius: 3px;
            padding: 0;
            margin-bottom: 10px;
        }

        #feedbackMask li.action a .text {
            width: 80px;
        }

    #feedbackMask label {
        display: inline-block;
        width: 120px;
        text-align: right;
        vertical-align: top;
        line-height: 32px;
        padding-right: 4px;
        font-size: 14px;
    }

    #feedbackMask input.text {
        width: 200px;
    }

    #feedbackMask textarea {
        width: 700px;
        height: 120px;
        resize: none;
    }

    #feedbackMask select {
        min-width: 140px;
        vertical-align: middle;
        display: inline-block;
        margin-top: 5px;
    }

    #feedbackMask .feedback-success {
        display: none;
        z-index: 99;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.7);
    }

        #feedbackMask .feedback-success .wrap {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 530px;
            height: 200px;
            padding-top: 60px;
            margin-left: -265px;
            margin-top: -130px;
            background: #fff;
            box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
        }

            #feedbackMask .feedback-success .wrap i {
                display: block;
                width: 68px;
                height: 68px;
                margin: 0 auto;
                background: url(../img/suc-icon-green.png);
            }

            #feedbackMask .feedback-success .wrap h3 {
                padding: 0;
                margin: 10px 0;
                font-size: 22px;
                text-align: center;
                line-height: 1.5;
            }

            #feedbackMask .feedback-success .wrap p {
                font-size: 14px;
                text-align: center;
                color: #888;
            }

        #feedbackMask .feedback-success .close {
            position: absolute;
            right: 0;
            top: 0;
            display: block;
            width: 30px;
            height: 30px;
            padding: 5px;
            background: url(../img/gaoduan/close-small.png) 5px 5px no-repeat;
        }

    #feedbackMask .upload-list {
        margin-left: 126px;
    }

.feedbackMiddle {
    position: absolute;
    left: 128px;
    bottom: 90px;
    color: #888;
}

.fastOrder .g-container {
    background: #fff;
    border: 1px solid #CCC;
}

    .fastOrder .g-container .content {
        padding: 15px 27px;
    }

.fastOrder .contentRight {
    display: inline-block;
    float: right;
    width: 720px;
}

.fastOrder .contentLeft {
    border-right: 1px dashed #C4C5C5;
    margin: 10px 0;
    width: 154px;
    padding-right: 15px;
    padding-bottom: 130px;
    float: left;
}

    .fastOrder .contentLeft h3 {
        font-size: 16px;
        font-weight: 400;
        color: #579208;
    }

    .fastOrder .contentLeft .gdH3 {
        font-size: 14px;
    }

.gdLink {
    float: left;
    margin: 50px 0;
}

.fastOrder .contentLeft h3 i {
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    color: #579208;
    display: block;
    padding-bottom: 5px;
}

.fastOrder .contentLeft p {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    padding-bottom: 5px;
}

    .fastOrder .contentLeft p span {
        color: #000;
        display: block;
    }

    .fastOrder .contentLeft p.note {
        font-size: 12px;
        padding: 5px 0 10px;
    }

        .fastOrder .contentLeft p.note label {
            color: #579208;
        }

.fastOrder .contentRight ul li label {
    display: inline-block;
    text-align: right;
    width: 140px;
    font-size: 14px;
    vertical-align: middle;
}

.fastOrder .contentRight ul li select {
    vertical-align: middle;
    margin-right: 3px;
    width: 303px;
}

.fastOrder .contentRight .swidth {
    width: 148px;
}

.fastOrder .contentRight ul li {
    padding: 10px 30px 5px;
}

    .fastOrder .contentRight ul li.btn {
        padding-top: 20px;
        padding-left: 169px;
    }

    .fastOrder .contentRight ul li a .text {
        padding: 0 17px;
    }

    .fastOrder .contentRight ul li span.checkOrder {
        padding-left: 15px;
        color: #08c;
        font-size: 13px;
    }

.fastOrder .contentRight .title1 h3 {
    display: inline-block;
    font-size: 14px;
    float: left;
}

.gd-title {
    font-weight: 700 !important;
    margin: 3px 30px 0 0;
}

.gd-depart {
    float: left !important;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}

.gd-deptId {
    float: left;
    height: 32px !important;
    line-height: 32px !important;
}

.gd-resert {
    float: left !important;
    margin: -3px 0 0 10px;
}

.fastOrder .contentRight .title1 a {
    display: inline-block;
    float: right;
    margin-top: 2px;
}

.gd-form {
    float: left;
    margin: 2px 0 0;
}

.fastOrder .contentRight p.notifyMsg {
    margin: 10px 0;
    padding: 6px 12px;
    text-align: center;
}

.fastOrderList .contentRight p.notifyMsg {
    text-align: left;
}

.fastOrder .contentRight p.notifyMsg label {
    color: #E67C00;
    display: inline-block;
    font-weight: 700;
    padding: 0 5px;
}

.fastOrder .contentRight table td {
    line-height: 18px;
    padding: 4px 5px;
}

    .fastOrder .contentRight table td a {
        color: #777;
    }

    .fastOrder .contentRight table td.green a {
        color: #428F0C;
    }

.fastOrder .contentRight table th {
    border: none;
    background: #EBEBEB;
}

.fastOrder .contentRight .gd-table th {
    border: none;
    background: #fff;
    height: 33px;
}

.fastOrder .contentRight .gd-table {
    border: 1px solid #ddd;
}

.gd-table td {
    border: none;
    line-height: 28px !important;
}

.gd-table tr {
    border: 1px dashed #f3f3f3;
}

.gd-td {
    background: #f5f9fe;
}

.blue a {
    color: #3d9ee9 !important;
}

.fastOrder .contentRight table thead tr {
    border: 1px solid #DDD;
}

.fastOrderli {
    line-height: 30px;
}

    .fastOrderli label {
        margin-right: 3px;
        margin-right: 0\0;
    }

.fastOrder .disabled .warp .default {
    color: #aaa;
}

.fastOrder .selectPlugin .default {
    max-width: 275px;
    overflow-y: hidden;
    height: 28px;
    display: inline-block;
}

.fastOrder .selectPlugin {
    font-size: 13px;
    position: absolute;
    background: #FFFFFE;
    border: 1px solid #CCC;
    border-radius: 3px;
    width: 298px !important;
    display: inline-block;
    line-height: 28px !important;
    padding-left: 3px;
    height: 28px;
}

.fastOrderli div.disabled {
    background: #f9f9f9;
}

.fastOrder .selectPlugin .cont {
    display: none;
    padding: 0;
    position: absolute;
    z-index: 999;
    width: 460px;
    border: 1px solid #ccc;
    max-height: 208px;
    background: #FFFFFE;
    overflow: auto;
    left: -1px;
    top: 30px;
}

.fastOrder .selectPlugin .selfValue {
    visibility: hidden;
    position: absolute;
    width: 297px;
}

.contentLeft .gd-span {
    color: #999;
}

.gd-contentLeft {
    font-size: 14px;
    font-weight: 700;
}

.gd-content {
    min-height: 400px;
}

.fastOrder .selectPlugin .warp {
    padding-left: 5px;
    color: #000;
}

.fastOrder .selectPlugin div.cont table {
    margin-top: -1px;
    width: 100%;
    font-size: 12px;
    color: #7c7c7c;
}

.gd-hospital {
    float: left;
    width: 179px;
    height: 343px;
    background: url(../../img/v2/gl/gdhospita179x343.jpg) no-repeat;
}

.fastOrder .selectPlugin span.fastOrderIco {
    background: url(../../img/fastorder.png) center 0 no-repeat;
    height: 6px;
    right: 0;
    top: 12px;
    width: 20px;
    position: absolute;
    overflow: hidden;
}

.fastOrder .disabled span.fastOrderIco {
    background: url(../../img/down-gray-arrow.png) center 0 no-repeat;
    height: 6px;
}

.fastOrder .selectPlugin div.cont table .root {
    font-weight: 700;
    color: #555;
}

.fastOrder .selectPlugin div.cont table .oneData {
    border-top: 1px dashed #cdcdcd;
}

.fastOrder .selectPlugin ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
}

    .fastOrder .selectPlugin ul li {
        margin: 0;
        padding: 0 !important;
        cursor: pointer;
        line-height: 18px;
    }

.fastOrder .selectPlugin .hover {
    background: #f2f2f2;
}

#fastCancelOrder .cancleOrderContent {
    width: 675px;
}

#fastCancelCode .cancleOrderContent {
    width: 600px;
}

.cancleOrderContent .gfm-line .gfm-item {
    margin: 0;
}

    .cancleOrderContent .gfm-line .gfm-item img {
        border: 1px solid #EDF2EC;
        height: 30px;
        margin: 0 10px;
        vertical-align: middle;
        width: 80px;
    }

.cancleOrderContent .gfm-line .order-tel {
    text-align: left;
    width: auto;
}

.cancleOrderContent .gfm-line .gfm-actions {
    margin-top: 20px;
    margin-left: 137px;
}

.fastOrder .CancleOrderSuccess {
    margin-top: 10px;
    width: 510px;
}

.CancleOrderSuccess .successContent {
    margin-left: 20px;
}

    .CancleOrderSuccess .successContent .title {
        font-weight: 700;
        margin: 10px 0;
    }

    .CancleOrderSuccess .successContent .phone {
        color: #FFAE50;
    }

#fastCancelCode #validCodeIpt, #fastCancelCode .img-captcha {
    width: 105px;
}

.messageContent {
    padding: 5px 40px;
}

.publicMessage h3 {
    background-color: #eff3f5;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 0;
    text-align: center;
    color: #6C8897;
}

.publicMessage h4 {
    color: #BCBCBC;
    font-weight: 400;
    text-align: center;
}

.publicMessage p {
    line-height: 25px;
    padding: 12px 0;
    text-indent: 2em;
    font-size: 14px;
}

.bjAuthPage {
    padding: 0 20px;
    font-size: 14px;
}

    .bjAuthPage h2 {
        font-size: 18px;
        font-weight: 400;
        color: #356D0B;
        border-bottom: 1px solid #C4C5C5;
        padding-bottom: 8px;
    }

    .bjAuthPage p {
        padding-top: 6px;
        color: #6397AC;
        padding-left: 20px;
    }

    .bjAuthPage ul {
        padding: 10px 20px 20px;
    }

    .bjAuthPage li {
        padding: 2px 0;
    }

        .bjAuthPage li label {
            display: inline-block;
            width: 130px;
            text-align: right;
            padding-right: 8px;
        }

    .bjAuthPage .action {
        text-align: right;
        border-top: 1px dashed #C4C5C5;
        margin: 0 20px;
        padding-top: 12px;
    }

        .bjAuthPage .action a {
            margin-left: 10px;
        }

#common-jump .action {
    border: none !important;
}

#common-jump p {
    padding-bottom: 6px;
}

    #common-jump p i {
        font-style: normal;
        color: #da222c;
        font-size: 12px;
    }

#common-jump .btn {
    text-align: center;
    border-top: 1px dotted #ccc;
    padding: 10px 0 20px;
}

#common-jump .patients {
    padding: 10px 0;
}

#common-jump .patient label {
    display: inline-block;
    padding: 4px 0;
}

    #common-jump .patient label span {
        display: inline-block;
        width: 120px;
        padding: 0 5px;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    #common-jump .patient label .idcard {
        width: 150px;
    }

#common-jump .patients a {
    margin: 10px 0 0;
    display: inline-block;
}

.bjAuthPage .title {
    border-bottom: 1px dashed #C4C5C5;
}

.bjAuthPage .common-img {
    display: block;
    margin: 20px auto;
}

#bjJumping {
    background: url(../../img/v2/bjwaiting.jpg) no-repeat;
    height: 405px;
    width: 804px;
    margin: 40px auto 0;
    text-align: center;
}

    #bjJumping h2 {
        padding: 190px 0 12px;
        font-size: 26px;
        color: #5a5a5a;
        font-weight: 400;
    }

    #bjJumping p {
        color: #ff6000;
        font-size: 14px;
    }

    #bjJumping a {
        background: url(../../img/goto-button.png) no-repeat;
        height: 28px;
        width: 100px;
        display: inline-block;
        margin-top: 50px;
    }

#alipayLoginJumping {
    padding-top: 60px;
    text-align: center;
}

.perfectUserInfo {
    padding-top: 20px;
}

    .perfectUserInfo .title {
        border-bottom: 1px solid #C4C5C5;
        padding-bottom: 15px;
        height: 50px;
    }

        .perfectUserInfo .title a {
            background: url(../../../img/v2/sprites.png) -291px 0 no-repeat;
            width: 426px;
            height: 55px;
            display: inline-block;
        }

    .perfectUserInfo h3 {
        font-size: 24px;
        font-weight: 400;
        text-align: center;
        margin-top: 40px;
    }

    .perfectUserInfo h4 {
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        margin-top: 15px;
    }

    .perfectUserInfo .shadowBox {
        width: 530px;
        margin: 40px auto 0;
    }

        .perfectUserInfo .shadowBox .boxBody {
            background: #fff;
        }

    .perfectUserInfo .accountPage {
        padding: 20px 0 20px 15px;
    }

        .perfectUserInfo .accountPage li.button {
            padding-top: 13px;
        }

        .perfectUserInfo .accountPage input.text {
            font-size: 13px;
        }

a.orangeBtn2 {
    background: url(../../img/alipay/orange-button-2.png) no-repeat;
    display: inline-block;
    padding-left: 4px;
    text-decoration: none;
}

    a.orangeBtn2 .buttonMask {
        background: url(../../img/alipay/orange-button-2.png) right -124px no-repeat;
        padding-right: 4px;
        display: inline-block;
        cursor: pointer;
    }

    a.orangeBtn2 .text {
        background: url(../../img/alipay/orange-button-2.png) left -62px repeat-x;
        display: inline-block;
        height: 31px;
        line-height: 30px;
        color: #fff;
        font-size: 14px;
        text-align: center;
        padding: 0 6px;
        min-width: 68px;
        cursor: pointer;
    }

    a.orangeBtn2:hover {
        background-position: 0 -31px;
        text-decoration: none;
    }

        a.orangeBtn2:hover .buttonMask {
            background-position: right -155px;
        }

        a.orangeBtn2:hover .text {
            background-position: 0 -93px;
        }

#userPerInfo a.greenBtn .buttonMask .text {
    padding: 0 40px;
}

#embed-frame {
    width: 748px;
}

    #embed-frame #content {
        border-top: 0;
    }

    #embed-frame #modalBg {
        background-color: #f5f5f5;
    }

    #embed-frame .topNav {
        margin-bottom: 10px;
    }

        #embed-frame .topNav .title {
            margin-right: 65px;
            font-size: 30px;
            line-height: 30px;
            font-weight: 400;
        }

        #embed-frame .topNav a {
            margin-left: 25px;
            font-size: 14px;
        }

        #embed-frame .topNav .actived {
            font-weight: 700;
            color: #505050;
        }

        #embed-frame .topNav .onlineService {
            background-image: url(../../img/alipay/online-service.png);
            height: 25px;
            width: 25px;
        }

    #embed-frame .managerTabArea {
        margin: 15px 0;
        border-bottom: 1px solid #ccc;
        height: 34px;
    }

    #embed-frame .managerTab {
        position: absolute;
    }

        #embed-frame .managerTab li {
            float: left;
            margin-right: 2px;
            border: 1px solid #ccc;
            -webkit-border-radius: 2px 2px 0 0;
            -moz-border-radius: 2px 2px 0 0;
            border-radius: 2px 2px 0 0;
            border-bottom: none;
            height: 34px;
            line-height: 34px;
        }

            #embed-frame .managerTab li.actived {
                background-color: #FAFAFA;
                font-weight: 700;
            }

        #embed-frame .managerTab a {
            padding: 0 12px;
            color: #4a4a4a;
        }

            #embed-frame .managerTab a:hover {
                text-decoration: none;
            }

    #embed-frame input.text, #embed-frame select {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    #embed-frame input.text {
        width: 196px;
    }

    #embed-frame .arrowStep {
        margin-bottom: 20px;
        padding-left: 40px;
        font-size: 14px;
        height: 42px;
        overflow: hidden;
        background-color: #F5F5F5;
        color: #ccc;
    }

        #embed-frame .arrowStep ul {
            padding-top: 11px;
        }

    #embed-frame .icon {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        overflow: hidden;
        width: 20px;
        height: 20px;
        line-height: 20px;
        background-repeat: no-repeat;
        vertical-align: middle;
    }

    #embed-frame .arrowStep .floatLeft {
        float: left;
        height: 20px;
        line-height: 20px;
        vertical-align: middle;
    }

    #embed-frame .arrowStep .arrow, #embed-frame .arrowStep .circle {
        padding-left: 5px;
        color: #fff;
        font-size: 12px;
    }

    #embed-frame .arrowStep .circle {
        background-image: url(../../img/alipay/circle-gray.png);
        background-position: 0 1px;
    }

    #embed-frame .arrowStep .actived .circle {
        background-image: url(../../img/alipay/circle-orange.png);
    }

    #embed-frame .arrowStep .arrow {
        padding-top: 20px;
        background-image: url(../../img/alipay/arrow.png);
    }

    #embed-frame .arrowStep .actived {
        color: #F6923C;
        font-weight: 700;
    }

    #embed-frame .msgbox {
        margin: 100px 0 0 50px;
        padding: 20px;
        width: 670px;
    }

        #embed-frame .msgbox .icon {
            float: left;
            margin-left: 30px;
            height: 40px;
            width: 40px;
        }

        #embed-frame .msgbox .content {
            float: left;
            margin-left: 10px;
        }

            #embed-frame .msgbox .content .title {
                margin-bottom: 10px;
                color: #333;
                font-weight: 700;
                font-size: 14px;
            }

    #embed-frame .tipsMsgbox {
        border: 1px solid #CBD7E3;
        background-color: #E5F5FF;
    }

        #embed-frame .tipsMsgbox .icon {
            background-image: url(../../img/alipay/msgbox-tips-icon.png);
        }

    #embed-frame .warnMsgbox {
        border: 1px solid #E7C560;
        background-color: #FFFF9D;
    }

        #embed-frame .warnMsgbox .icon {
            background-image: url(../../img/alipay/msgbox-warn-icon.png);
        }

    #embed-frame #content .fastOrder .contentRight {
        float: none;
        padding: 10px 0 0 15px;
    }

    #embed-frame .protocolChkbox {
        margin-left: 141px;
    }

    #embed-frame .fastOrderList table.dataTable td {
        background-color: #fff;
        border-bottom: 1px solid #ccc;
    }

    #embed-frame #content .fastOrderList .title1 {
        margin-bottom: 10px;
    }

    #embed-frame #content .fastOrderList p.notifyMsg {
        margin: 0 0 10px;
    }

    #embed-frame #content .fastOrderList .blue {
        color: #0186C7;
    }

    #embed-frame #content .fastOrder {
        margin-bottom: 30px;
    }

    #embed-frame .protocolErrorMsg {
        margin: 2px 0 0 365px;
    }

    #embed-frame .provinceIdErrorMsg {
        margin: 2px 0 0 158px;
    }

    #embed-frame .protocolErrorMsg i, #embed-frame .protocolErrorMsg span {
        padding-right: 0;
    }

    #embed-frame #content .fastOrder .contentRight ul li .protocol {
        width: auto;
    }

    #embed-frame #content .fastOrder .contentRight table.dataTable td {
        padding: 7px 5px;
    }

    #embed-frame .pagination .pagers {
        padding: 2px 0 10px;
        font-size: 12px;
    }

        #embed-frame .pagination .pagers a {
            margin: 0;
        }

    #embed-frame .fastOrderli label {
        margin-right: 0;
    }

    #embed-frame .fastOrder .selectPlugin {
        border-radius: 0;
    }

    #embed-frame .not-support-page {
        border: 1px solid #CCC;
        text-align: center;
    }

        #embed-frame .not-support-page .pic {
            margin: 40px auto 20px;
            width: 243px;
            height: 172px;
            background-image: url(../../img/alipay/notsupport.png);
        }

        #embed-frame .not-support-page .message {
            text-align: center;
            font-size: 16px;
        }

        #embed-frame .not-support-page .actions {
            text-align: center;
        }

            #embed-frame .not-support-page .actions a {
                margin: 30px auto 70px;
            }

    #embed-frame .jumpToOrderList {
        text-align: center;
        font-size: 14px;
        background: url(../../img/alipay/order.png) center top no-repeat;
        padding-top: 200px;
        border-top: 1px solid #ccc;
    }

    #embed-frame .g-notify {
        border-top: 1px solid #E7CB5A;
        margin-bottom: 10px;
    }

    #embed-frame #gfo-wrap {
        display: none;
    }

.gd-table th {
    font-size: 12px;
    font-weight: 400 !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .modify-head-pic #imgFile {
        width: 145px;
    }
}
