﻿#footer {
    /*position: fixed;*/
}

.yy_root {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.flowstate {
    height: 70px;
    width: 100%;
    margin: auto;
    background-color: #fff;
}

.bag_node_grd {
    position: relative;
    width: 33%;
    height: 70px;
    background: none;
    float: left;
}

    .bag_node_grd .bag_grd {
        float: left;
        width: 100%;
        height: 0px;
        line-height: 0px;
        border-top: 2px dotted #CFCFCF;
        margin-top: 24px;
        padding-left: 1px;
    }

    .bag_node_grd .flowicon {
        width: 18px;
        height: 18px;
        float: left;
        border-radius: 20px;
        background: url(../Images/flowicon.png) no-repeat;
        background-size: 18px;
        /* background-color: #cfcfcf; */
        position: absolute;
        top: 15px;
        left: 40%;
    }

.grybtn {
    background: #DDDDDD !important;
}


.bag_node_grd .flowname {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    float: left;
    position: absolute;
    bottom: 5px;
    left: 0px;
    font-size: 14px;
}

.bag_node .bag_grd {
    border-top: 2px solid #2d8cf0;
}

.bag_node .flowicon {
    /*background-color: #2d8cf0 !important;*/
    background: url(../Images/flowicon_sel.png) no-repeat;
    background-size: 18px;
}

.bag_node .flowname {
    color: #2d8cf0;
    font-size: 14px;
}

.flowbtnlist {
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin: 30px auto 0px;
    position: absolute;
    bottom: 0px;
}

    .flowbtnlist span {
        width: 40%;
        display: block;
        height: 42px;
        line-height: 42px;
        text-align: center;
        color: #fff;
        background: #2d8cf0;
        border-radius: 4px;
        outline: none;
        border: none;
        cursor: pointer;
        font-size: 16px;
        float: left;
        margin: 0px 0px 0px 7%;
    }

        .flowbtnlist span:first-child {
            /*margin-left: 410px;*/
        }

.flowcontent {
    width: 100%;
    height: auto;
    min-height: 300px;
    margin: auto;
    position: relative;
    background-color: #fff;
}

.flowcontent_one {
    width: 100%;
    height: 100%;
}

.flowcontent_content {
    width: 100%;
    position: absolute;
    top: 0px;
    bottom: 55px;
    overflow: auto;
}

.tow, .three, .four, .five {
    display: none;
}

.yyxz {
    width: 100%;
    height: 100%;
    border: 1px solid #cfcfcf;
    padding: 1px;
}

.gdemap {
    width: 700px;
    margin-left: 0px;
    height: 500px;
    float: left;
    margin: 0px 20px 0px 10px;
    border: 1px solid #2D8CF0;
}

.fwwdlist {
    width: 420px;
    height: auto;
    float: left;
}

    .fwwdlist li {
        width: 100%;
        height: auto;
        min-height: 50px;
        float: left;
        cursor: pointer;
    }

        .fwwdlist li label {
            float: left;
        }

input[type="radio"] + label:before, input[type="radio"] + label before {
    content: "\a0"; /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    width: 18px;
    height: 18px;
    margin-right: .4em;
    border-radius: 50%;
    /*border: 1px solid #2d8cf0;*/
    text-indent: .15em;
    line-height: 1;
    margin-top: 10px;
    background: url(../Images/wd_nosel.png) no-repeat;
}

input[type="radio"]:checked + label:before, input[type="radio"]:checked + label before {
    /*background-color: #2d8cf0;*/
    background-clip: content-box;
    /*padding: .1em;
    height: 0.8em;
    width: 0.8em;*/
    width: 18px;
    height: 18px;
    background: url(../Images/wd_sel.png) no-repeat;
}

.fwwdlist input[checked="checked"] + label:before, .fwwdlist input[checked="checked"] + label before {
    /*background-color: #2d8cf0;*/
    background-clip: content-box;
    /*padding: .1em;
    height: 0.8em;
    width: 0.8em;*/
    width: 18px;
    height: 18px;
    background: url(../Images/wd_sel.png) no-repeat;
}

input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    float: left;
}

.wddetials {
    width: 395px;
    height: auto;
    float: left;
}

    .wddetials span {
        width: 100%;
        height: auto;
        line-height: 30px;
        float: left;
    }

        .wddetials span:first-child {
            font-size: 18px;
            height: 40px;
            line-height: 40px;
        }

.trade-info {
    width: 1100px;
    height: 40px;
    border-bottom: 2px solid #CFCFCF;
    margin-bottom: 10px;
    margin-left: 40px;
}

    .trade-info:first-child {
        margin-top: 10px;
    }

    .trade-info p {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        font-size: 17px;
        font-weight: 400;
        color: #2D8CF0;
        border-bottom: 2px solid #2D8CF0;
    }

.yynrroot {
    width: 1100px;
    height: auto;
    margin-left: 40px;
    min-height: 50px;
    font-size: 16px;
    padding-top: 10px;
    position: relative;
}

.yynrtitle {
    width: 100px;
    height: 34px;
    line-height: 34px;
    margin-left: 40px;
    text-align: right;
}

.yynrinput {
    height: 34px;
    line-height: 34px;
    width: 200px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    padding: 0px 5px;
    margin: 0px 20px 0px 10px;
    font-size: 16px;
}

.colts {
    /*border: 1px solid #cfcfcf;*/
    border-radius: 50%;
    width: 16px;
    height: 16px;
    /*background-color: #cfcfcf;*/
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    text-align: center;
    top: 18px;
    left: 340px;
    cursor: pointer;
    background: url(../Images/ic.png) no-repeat;
}



.yysjxx, .yysjxx .yynrtitle {
    float: left;
}

    .yysjxx .yynrtitle {
        margin-left: 20px;
        line-height: 70px;
        height: 70px;
    }

.yyrqul {
    height: 70px;
    width: 1090px;
    float: left;
    margin: 0px 0px 10px 10px;
}

    .yyrqul li {
        width: 180px;
        margin-left: 30px;
        float: left;
        height: 100%;
        border: 1px dashed #C3D7E2;
        border-radius: 5px;
        cursor: pointer;
        background-color: #C3D7E2;
    }

.yysjdul {
    height: 70px;
    width: 1090px;
    float: left;
    margin: 0px 0px 10px 10px;
}

    .yysjdul li {
        width: 144px;
        margin-left: 30px;
        float: left;
        height: 100%;
        border: 1px dashed #C3D7E2;
        border-radius: 5px;
        cursor: pointer;
        background-color: #C3D7E2;
    }

        .yyrqul li:hover, .yysjdul li:hover {
            border: 1px solid #2d8cf0;
            background-color: #2d8cf0;
        }

        .yyrqul li .lirq, .yysjdul li .lirq {
            width: 100%;
            height: 35px;
            float: left;
            border-radius: 5px 5px 0px 0px;
            color: #FFF;
            font-size: 18px;
            line-height: 35px;
            text-align: center;
        }

        .yyrqul li .yyxq, .yysjdul li .yyxq {
            width: 100%;
            height: 35px;
            line-height: 35px;
            font-size: 16px;
            float: left;
            background-color: #FFF;
            text-align: center;
            border-radius: 0px 0px 5px 5px;
        }

    .yyrqul .liactive, .yysjdul .liactive {
        border: 1px solid #2d8cf0;
        background-color: #2d8cf0;
    }

    .yysjdul li .lirq_wkf {
        width: 100%;
        height: 70px;
        float: left;
        border-radius: 5px;
        color: red;
        font-size: 18px;
        line-height: 70px;
        text-align: center;
    }

.yytable {
    width: 900px;
    min-height: 120px;
    margin: 30px auto;
    border-spacing: 0px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

    .yytable td {
        border-top: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
    }

    .yytable .tdtitle {
        width: 200px;
        height: 40px;
        text-align: center;
        background-color: #f7f7f7;
        line-height: 40px;
    }

    .yytable tr .tdcontent {
        width: 100%;
        height: 40px;
        text-align: center;
        line-height: 40px;
        float: left;
    }

    .yytable tr .tdcont {
        width: 180px;
    }

    .yytable tr .tdcont1 {
        width: 290px;
    }

.registtitleroot {
    width: 100%;
    height: 50px;
    background-color: #eaf1f7;
    border-bottom: 1px solid #cfcfcf;
}

    .registtitleroot .registtitle {
        float: left;
        height: 100%;
        line-height: 50px;
        font-size: 20px;
        color: #535353;
        margin-left: 25px;
    }

.yygztitkle {
    height: 60px !important;
    line-height: 60px !important;
    font-size: 20px !important;
    text-align: center !important;
    margin-top: 10px !important;
    font-weight: 600 !important;
}

.modal_table1 {
    display: table !important;
    height: 300px;
    width: 940px !important;
    border: none;
    margin: auto;
}

.bj_content1 {
    margin-top: -5px !important;
    margin-left: 40px !important;
    border: none !important;
    width: 1100px !important;
    background-color: #DFF0D8 !important;
    height: 440px !important;
}

.bj_content2 {
    margin-top: -5px !important;
    margin-left: 40px !important;
    border: none !important;
    width: 1100px !important;
    background-color: #CFCFCF !important;
    height: 440px !important;
}

.tdyyzt_red {
    color: #ff0000;
}

.printbtn {
    height: 30px;
    line-height: 30px;
    background-color: #2d8cf0;
    width: 80px;
    position: absolute;
    top: 15px;
    right: 60px;
    color: #FFF;
    text-align: center;
    border-radius: 5px;
}

.queryroot {
    width: 98%;
    height: auto;
    margin: 0px 1%;
}

    .queryroot li {
        width: 100%;
        height: auto;
        min-height: 45px;
        /*margin-bottom: 24px;*/
        line-height: 45px;
        border-top: 1px solid #eee;
    }

        .queryroot li label {
            text-align: right;
            vertical-align: middle;
            float: left;
            font-size: 16px;
            color: #495060;
            line-height: 42px;
            padding-right: 10px;
            box-sizing: border-box;
            width: 100px;
        }

            .queryroot li label:before {
                content: '*';
                display: inline-block;
                margin-right: 4px;
                line-height: 45px;
                font-family: SimSun;
                font-size: 12px;
                color: #ed3f14;
            }

.query_input {
    width: 60%;
    height: 36px;
    border-radius: 4px;
    outline: none;
    border: none;
    text-indent: 15px;
    /*border: 1px solid #dddee1;*/
    color: #495060;
    font-size: 15px;
}

.query_yzm {
    width: 210px;
    float: left;
}

.queryroot .redCol {
    /*float: left;*/
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fd5f5f;
    max-width: 300px;
    overflow: hidden;
    margin-left: 8px;
    display: none;
}

.xzcn {
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 5px;
    margin-left: 15px;
    background: url(../Images/flowicon.png) no-repeat;
}

    .xzcn:after {
        background: url(../Images/flowicon.png) no-repeat;
    }

.xzcnnr {
    width: 80%;
    float: left;
    min-height: 30px;
    line-height: 30px;
    font-size: 15px;
    margin-top: 17px;
    margin-left: 8px;
}

.cxjg {
    width: 540px;
    height: 350px;
    margin: auto;
    margin-top: 10px;
}

.cxts_zq {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: rgb(0, 128, 0);
    text-align: center;
    margin-bottom: 5px;
}

.cxts_sb {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: red;
    text-align: center;
    margin-bottom: 5px;
}

.cxzl {
    width: 96%;
    height: auto;
    line-height: 30px;
    font-size: 16px;
    margin: 0px auto;
    /*text-align:center;*/
}

    .cxzl span {
        font-weight: 600;
    }

.cxzq {
    width: 100px;
    height: 100px;
    margin: auto;
    background: url(../Images/cx_success.png) no-repeat;
    background-size: 100px;
    margin-bottom: 10px;
}

.cxsb {
    width: 100px;
    height: 100px;
    margin: auto;
    background: url(../Images/cx_fail.png) no-repeat;
    background-size: 100px;
    margin-bottom: 10px;
}

.con {
    width: 60%;
    height: 45px;
    float: left;
}

.verify-code {
    float: left;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 5px;
    border: 1px solid #ddd;
    border-radius: 0px 4px 4px 0px;
}

.cerify-code-panel {
    height: 100%;
    overflow: hidden;
}

.verify-code-area {
    float: left;
}

.verify-input-area {
    float: left;
    width: 100%;
    padding-right: 10px;
}

.verify-change-area {
    line-height: 30px;
    float: left;
}

.varify-input-code {
    display: inline-block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin-top: 4px;
}

.verify-change-code {
    color: #337AB7;
    cursor: pointer;
}

.verify-btn {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background-color: #337AB7;
    color: #FFFFFF;
    text-align: center;
    border: none;
    margin-top: 10px;
}

.xzxy {
    width: 20px;
    height: 20px;
    float: left;
    border-radius: 20px;
    background: url(../Images/flowicon.png) no-repeat;
    background-size: 20px;
    margin-top: 22px;
    margin-left: 5px;
}

.xzxych {
    background: url(../Images/flowicon_sel.png) no-repeat;
    background-size: 20px;
}
