﻿@charset "utf-8";

* {
    font-size: 9pt;
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    font-family: 微软雅黑,宋体,Verdana, Arial, Helvetica, sans-serif;
    margin: 0 auto;
}

ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

a, a:focus {
    text-decoration: none;
    color: #000;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

    a:hover {
        color: #EB5409;
        text-decoration: underline;
    }

.fptop {
    height: 47px;
    background: #AE5C0D;
    width: 100%;
}

    .fptop span {
        color: #fff;
        line-height: 47px;
        text-indent: 14px;
        color: #fff;
        float: left;
    }

    .fptop ul {
        float: right;
        padding-right: 30px;
    }

        .fptop ul li {
            float: left;
            margin-left: 20px;
            line-height: 47px;
        }

            .fptop ul li a {
                color: #fff;
            }

                .fptop ul li a:hover {
                    color: #fff;
                }

.fptitle {
    margin: 0 auto;
    width: 160px;
    height: 48px;
    display: flex;
    margin-top: 20px;
}

    .fptitle img {
        width: 48px;
        height: 48px;
    }

    .fptitle span {
        flex: 1;
        font-size: 18px;
        line-height: 48px;
    }

.stepbystep {
    margin: 0 auto;
    margin-top:20px;
    width: 400px;
    height: 48px;
    text-align:center;
}
#crumbs {
    margin: 10px 0;
}

    #crumbs ul {
        list-style: none;
        display: inline-table;
        width: 100%;
        padding: 0 3%;
    }

        #crumbs ul li {
            display: inline;
        }

            #crumbs ul li span {
                display: block;
                float: left;
                width: 46%;
                height: 40px;
                line-height: 40px;
                background: #f8f8f8;
                text-align: center;
                position: relative;
                margin: 0 10px 0 0;
                font-size: 14px;
                text-decoration: none;
            }

                #crumbs ul li span.current {
                    background: #21b9bb;
                    color: #fff;
                }

                #crumbs ul li span:after {
                    content: "";
                    border-top: 20px solid transparent;
                    border-bottom: 20px solid transparent;
                    border-left: 20px solid #f8f8f8;
                    position: absolute;
                    right: -20px;
                    top: 0;
                    z-index: 1;
                }

                #crumbs ul li span.current:after {
                    border-left: 20px solid #21b9bb;
                }

                #crumbs ul li span:before {
                    content: "";
                    border-top: 20px solid transparent;
                    border-bottom: 20px solid transparent;
                    border-left: 20px solid #fff;
                    position: absolute;
                    left: 0;
                    top: 0;
                }

            #crumbs ul li:first-child span {
                border-top-left-radius: 4px;
                border-bottom-left-radius: 4px;
            }

                #crumbs ul li:first-child span:before {
                    display: none;
                }

            #crumbs ul li:last-child span {
                border-top-right-radius: 4px;
                border-bottom-right-radius: 4px;
            }

                #crumbs ul li:last-child span:after {
                    display: none;
                }

.fpbody {
    margin: 0 auto;
    margin-top: 20px;
    width: 400px;
    padding-left:12px;
    height: 180px;
}
.sendvc{
    margin-top:20px;
    display:flex;
    width:180px;
}
.sendvc input{
    width:120px;
}
.sendvc button{
    margin-left:10px;
    flex:1;
}
.fphide{
    display:none;
}