@charset "utf-8";

.fp_tag {
    width: 100%;
    border-top: #e6e6e6 2px solid;
    position: relative;
}
.fp_tag ul {
    text-align: center;
}
.fp_tag ul li {
    overflow: hidden;
    display: inline-block;
    height: 40px;
    padding: 10px 30px 0 30px;
    line-height: 26px;
    border-bottom: #e6e6e6 2px solid;
    margin-right: 55px;
}
.fp_tag ul li font {
    display: inline-block;
    background-color: #ddd;
    width: 26px;
    height: 26px;
    text-align: center;
    color: #fff;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    -o-border-radius: 13px;
}
.fp_tag ul li span {
    display: inline-block;
    font-size: 16px;
    margin-left: 10px;
    color: #bbb;
}
.fp_tag ul .cur {
    border-bottom: #e83a18 2px solid;
}
.fp_tag ul .cur font {
    background-color: #eb3800;
}
.fp_tag ul .cur span {
    color: #333;
    font-weight: bold;
}
.fp_tag ul font {
    font-size: 15px;
    font-family: Tahoma, Geneva, sans-serif;
}

.fp_con {
    overflow: hidden;
    min-height: 385px;
    margin-top: 80px;
    display: inline-block;
}
.fp_con .list {
    overflow: hidden;
    height: 52px;
    position: relative;
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 20px;
}
.fp_con .list .fpt {
    float: left;
    position: absolute;
    left: 10px;
    top: 13px;
    font-weight: bold;
}

.fp_con .readonly {
    border: #dedede 1px dotted !important;
    background-color: #fbfbfb !important;
    color: #bababa !important;
}

.fp_con .list input {
    float: left;
    width: 230px;
    height: 44px;
    border: #dedede 1px solid;
    padding: 0 40px 0 85px;
    font-size: 15px;
    font-family: sans-serif, Arial;
    color: #555;
}

.fp_con .list .btn {
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    width: 105px;
    background-color: #4395ff;
    color: #fff;
    border-radius: 0;
    margin-left: 14px;
}

.fp_con .fp_submit {
    border: 0px;
    background-color: #ff2e00;
    color: #fff;
    font-size: 16px;
    font-family: sans-serif, Arial;
    padding: 10px 50px 10px 50px;
}
.fp_con .list .yzm_used {
    float: left;
    position: absolute;
    background-color: #f2f2f2;
    top: 1px;
    left: 275px;
    border-left: #dedede 1px solid;
    cursor: pointer;
}
.fp_con .list .yzm_btn {
    float: left;
    position: absolute;
    width: 110px;
    height: 44px;
    background-color: #f2f2f2;
    line-height: 44px;
    font-size: 13px !important;
    top: 1px;
    text-align: center;
    left: 275px;
    border-left: #dedede 1px solid;
    cursor: pointer;
    user-select: none;
}
.fp_con .list .yzm_daojishi {
    float: left;
    position: absolute;
    width: 110px;
    height: 44px;
    background-color: #f2f2f2;
    line-height: 44px;
    font-size: 13px !important;
    top: 1px;
    text-align: center;
    left: 275px;
    border-left: #dedede 1px solid;
    user-select: none;
    display: none;
}

.fp_con .ts_txt {
    float: left;
    height: 18px;
    overflow: hidden;
    line-height: 18px;
    margin: 13px 0 0 6px;
}
.fp_con .ts_txt font {
    float: left;
    background-color: #dddddd;
    color: #fff;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    -o-border-radius: 13px;
    margin-right: 6px;
}
.fp_con .ts_txt span {
    color: #bbb;
    line-height: 17px;
}

.fp_con .ts_err {
    float: right;
    height: 18px;
    overflow: hidden;
    line-height: 18px;
    margin: 13px 0 0 6px;
    display: none;
}
.fp_con .ts_err font {
    float: left;
    background-color: #ee2222;
    color: #fff;
    width: 17px;
    height: 18px;
    padding-left: 1px;
    text-align: center;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    -o-border-radius: 13px;
    margin-right: 6px;
    line-height: 16px;
    font-size: 18px;
}
.fp_con .ts_err span {
    color: #ee2222;
    line-height: 17px;
}

.fp_con .ts_yes {
    float: left;
    position: absolute;
    left: 398px;
    top: 17px;
    background-color: #6bc827;
    color: #fff;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    -o-border-radius: 13px;
    margin-right: 6px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    line-height: 18px;
    display: none;
}

.fp_complete {
    overflow: hidden;
    width: 840px;
    margin: 0 auto;
    margin-top: 60px;
    border: #dedede 1px solid;
    padding: 38px 0 45px 0;
    text-align: center;
}
.fp_complete .p1 {
    font-size: 29px;
    line-height: 60px;
}
.fp_complete .p1 span {
    display: inline-block;
    background-image: url(../../images/ruantao/reg/reg_dian1.png);
    background-repeat: no-repeat;
    padding-left: 70px;
}
.fp_complete .p2 {
    font-size: 18px;
    line-height: 18px;
    margin-top: 23px;
    color: #999;
}
.fp_complete .p3 a {
    display: inline-block;
    border: 0px;
    background-color: #ff2e00;
    color: #fff;
    font-size: 18px;
    font-family: sans-serif, Arial;
    padding: 12px 50px 12px 50px;
    margin-top: 35px;
}

.icon {
    height: 60px;
    width: 60px;
    text-align: center;
    margin: 0 auto 20px; 
}
.icon .iconfont {
    font-size: 60px;
}
