﻿*
{
    margin: 0;
    padding: 0;
}
a
{
    text-decoration: none;
}
body
{
    background: #f8f8f8;
    color: #666;
    font-size: 14px;
}

li
{
    list-style: none;
}
.hide
{
    display: none;
}
.header
{
    background: #e00;
    height: 60px;
    position: relative;
}
.header figure
{
    float: left;
    margin-top: 10px;
    position: relative;
}
figure
{
    margin: 0;
}
.header .wm-logo
{
    background-image: url(../images/logo-top.png);
    background-repeat: no-rapeat;
    width: 109px;
    height: 40px;
    display: block;
    text-indent: -9999em;
    background-size: 100% 100%;
}
.header span
{
    color: #fff;
    font-size: 16px;
    margin-left: 30px;
    display: inline-block;
    line-height: 60px;
}

.settled-progress
{
    text-align: center;
    line-height: 80px;
    height: 80px;
}

.settled-progress ul
{
    display: inline-block;
    font-size: 16px;
}
.settled-progress ul li.active
{
    color: #666;
}
.settled-progress ul li
{
    color: #ccc;
    float: left;
    margin-right: 20px;
}
.settled-progress ul li .arrow
{
    display: inline-block;
    width: 80px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
}
.settled-progress ul li .arrow::after
{
    position: absolute;
    right: 0;
    top: -6px;
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid;
}
.ui-width
{
    width: 980px;
    margin: 0 auto;
}
.settled-basicinfo
{
    margin-bottom: 50px !important;
}
.panel-head
{
    background: #dedede;
    line-height: 40px;
    text-indent: 1em;
}
.panel-head span
{
    font-size: 12px;
}
.settled-basicinfo .join-table.form
{
    background: #fff;
    padding: 0 40px;
    overflow: auto;
    position: relative;
}
.settled-basicinfo .join-table.form .row
{
    margin: 20px 0;
}
.settled-basicinfo .join-table.form label
{
    color: #000;
    font-size: 14px;
}
.settled-basicinfo .join-table.form span.required
{
    color: #ff2d4b;
}
.settled-basicinfo .join-table.form input[type="text"], .settled-basicinfo .join-table.form input[type="password"]
{
    width: 350px;
    height: 36px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #000;
    text-indent: .5em;
}
.join-table.form select
{
    height: 36px;
    line-height: 36px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
}
.join-table.form select option
{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #000;
    text-indent: .5em;
    padding-left: 5px;
}
.settled-basicinfo .join-table.form .radio
{
    font-size: 14px;
    color: #000;
    margin-right: 30px;
}
input[type="checkbox"], input[type="radio"]
{
    box-sizing: border-box;
    padding: 0;
}
.settled-basicinfo .row-bottom
{
    text-align: center;
}
.settled-basicinfo .row-bottom .formsubmit
{
    display: inline-block;
}
.red-button
{
    width: 140px;
    height: 35px;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    background: #ff2d4b;
    font-size: 15px;
    -wbekit-appearace: none;
    outline: 0;
    border: 0;
    margin: 25px 0 0 0;
}
button, html input[type="button"], input[type="reset"], input[type="submit"]
{
    -webkit-appearance: button;
    cursor: pointer;
}
.settled-basicinfo .join-table.form .row .half .name
{
    margin-right: 14px;
}

.settled-basicinfo .join-table.form textarea
{
    width: 350px;
    height: 108px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #000;
    text-indent: .5em;
    line-height: 36px;
}
.settled-finish
{
    background: #fff;
    overflow: hidden;
    clear: both;
    display: none;
    padding-top: 50px;
    padding-bottom: 200px;
}

.settled-finish div
{
    margin-top: 20px;
    text-align: center;
}
.settled-finish p
{
    margin: 25px 0;
}
.settled-finish img
{
    margin-bottom: 20px;
}
img
{
    border: 0;
}
.textarea_title
{
    float: left;
    margin-top: 7px;
}
/*提示框*/

.settled-basicinfo .cautionTip
{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.settled-basicinfo .cautionTip .caution-dialog
{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: auto;
    width: 500px;
    height: 350px;
    background: #000;
    opacity: .7;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
}

.settled-basicinfo .cautionTip .caution-dialog i
{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(../images/join_tipclose.png) no-repeat center;
}
.settled-basicinfo .cautionTip .caution-dialog .logo-img.error
{
    background: url(../images/join_error.png) no-repeat;
    background-position: 0 53px;
}
.settled-basicinfo .cautionTip .caution-dialog .logo-img
{
    width: 110px;
    height: 110px;
    padding-top: 53px;
    margin: 0 auto;
}
.settled-basicinfo .cautionTip .caution-dialog p
{
    margin: 28px 20px 50px;
}
.settled-basicinfo .cautionTip .caution-dialog a
{
    display: block;
    width: 140px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border-radius: 5px;
    background: #ff2d4b;
    color: #fff;
    margin: 0 auto;
}
