/*!
 * quicklinks.css
 * 商家入驻相关页面样式（入驻帮助 help / 入驻流程 rzlc / 入驻协议 rzxy）
 * 本地重建版本，替代已失效的 http://weilg.cn/static/css/quicklinks.css
 */

/* ========== 基础 ========== */
body {
    margin: 0;
    padding: 0;
    font: 14px/1.6 "Microsoft YaHei", "Hiragino Sans GB", Arial, "PingFang SC", sans-serif;
    color: #333;
    background: #f5f5f5;
}
body.merchants.bg-ligtGary {
    background: #f5f5f5;
}
.w {
    width: 1200px;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #e4393c;
}
ul, li, h3, p, dl, dd, dt {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* ========== 页头 ========== */
.header.header-settled {
    background: #fff;
    border-bottom: 2px solid #e4393c;
    padding: 16px 0;
}
.header.header-settled .w {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    zoom: 1;
}
.header.header-settled .w:before,
.header.header-settled .w:after {
    content: "";
    display: table;
}
.header.header-settled .w:after {
    clear: both;
}
.header.header-settled .logo {
    float: left;
}
.header.header-settled .logoImg {
    display: inline-block;
    vertical-align: middle;
}
.header.header-settled .logoImg a {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}
.header.header-settled .logo .tit {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #eee;
    font-size: 18px;
    font-weight: 700;
    color: #e4393c;
    line-height: 40px;
}
.header.header-settled .settled-header-right {
    float: right;
    margin-top: 8px;
}
.header.header-settled .settled-nav {
    overflow: hidden;
}
.header.header-settled .settled-nav li {
    float: left;
    margin-left: 30px;
    padding-bottom: 6px;
    border-bottom: 2px solid transparent;
}
.header.header-settled .settled-nav li a {
    font-size: 15px;
    color: #333;
}
.header.header-settled .settled-nav li.curr {
    border-bottom-color: #e4393c;
}
.header.header-settled .settled-nav li.curr a {
    color: #e4393c;
    font-weight: 700;
}
.header.header-settled .settled-nav li a:hover {
    color: #e4393c;
}

/* ========== 主体 ========== */
.container.settled-container {
    padding: 25px 0 40px;
}
.settled-container .w {
    width: 1200px;
    margin: 0 auto;
}
.settled-article-warp {
    background: #fff;
    border: 1px solid #eee;
    min-height: 345px;
    padding: 25px 30px;
}
.step-nav {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    zoom: 1;
}
.step-nav:before,
.step-nav:after {
    content: "";
    display: table;
}
.step-nav:after {
    clear: both;
}
.step-nav .title h3 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    line-height: 36px;
}
.step-nav .sett-r-btn {
    position: absolute;
    right: 0;
    top: 4px;
}
.step-nav .sett-r-btn .imrz {
    display: inline-block;
    padding: 8px 30px;
    background: #e4393c;
    color: #fff;
    border-radius: 4px;
    font-size: 15px;
}
.step-nav .sett-r-btn .imrz:hover {
    background: #c4262b;
    color: #fff;
}

/* ---------- 入驻帮助（help） ---------- */
.sett-a-item .sett-cont {
    overflow: hidden;
}
.sett-help-warp {
    overflow: hidden;
}
.sett-help-warp .item {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dashed #eee;
    zoom: 1;
}
.sett-help-warp .item:last-child {
    border-bottom: none;
}
.sett-help-warp .item:before,
.sett-help-warp .item:after {
    content: "";
    display: table;
}
.sett-help-warp .item:after {
    clear: both;
}
.sett-help-warp .item .number {
    float: left;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #fef0ef;
    color: #e4393c;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50%;
}
.sett-help-warp .item .info {
    margin-left: 70px;
}
.sett-help-warp .item .info .name .tit a {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
.sett-help-warp .item .info .name .tit a:hover {
    color: #e4393c;
}
.sett-help-warp .item .info .name .desc {
    margin-top: 8px;
    font-size: 13px;
    color: #666;
    line-height: 1.8;
}

/* ---------- 入驻流程（rzlc） ---------- */
.sett-step {
    overflow: hidden;
    padding: 20px 0 30px;
    text-align: center;
}
.sett-step .item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.sett-step .item .item-i {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    border-radius: 50%;
    background: #fff6ef;
    border: 1px solid #ffd9b8;
    position: relative;
}
.sett-step .item .item-i i {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #ff6600;
    margin: -4px 0 0 -8px;
}
.sett-step .item span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}
.sett-step .item-jt {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 0;
    border-top: 2px solid #eee;
    margin: 0 5px 18px;
}

/* 招商方向/标准 表格区块 */
.temp {
    margin-bottom: 25px;
}
.temp .mt {
    padding: 12px 15px;
    background: #fafafa;
    border: 1px solid #eee;
    border-bottom: none;
}
.temp .mt h3 {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    padding-left: 10px;
    border-left: 4px solid #e4393c;
}
.temp .mc {
    border: 1px solid #eee;
    padding: 15px 20px;
}
.temp .mc dl {
    overflow: hidden;
}
.temp .mc dl dt {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    padding: 8px 0;
    line-height: 1.7;
}
.temp .mc dl dd {
    font-size: 13px;
    color: #555;
    line-height: 1.8;
    padding: 2px 0;
    text-align: justify;
}

/* ---------- 入驻协议（rzxy） ---------- */
.sett-cont .item {
    margin-bottom: 20px;
}
.sett-cont .item h2 {
    font-size: 17px;
    font-weight: 700;
    color: #333;
    margin: 0 0 10px;
    line-height: 1.5;
}
.sett-cont .item p {
    font-size: 14px;
    color: #555;
    line-height: 1.9;
    text-align: justify;
    margin: 8px 0;
}
.sett-cont .item p.cont {
    text-indent: 2em;
}

/* ========== 页脚 ========== */
.footer.user-footer {
    background: #262321;
    padding: 25px 0;
}
.footer.user-footer .dsc-copyright .w {
    width: 1200px;
    margin: 0 auto;
}
.footer.user-footer .copyright_info {
    color: #999;
    font-size: 12px;
    line-height: 26px;
    margin: 3px 0;
}
