body {
    background-color: #f5f5f5;
}

select {
    outline: none;
}

.icon-qq {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/qq.png) no-repeat;
    vertical-align: -2px;
}

/*<<弹窗按钮皮肤*/

.skin-btn .layui-layer-btn .layui-layer-btn0 {
    background: #c7181e;
    border-color: #c7181e;
}

/* >> */

/* <<表单必填项 */

.must {
    margin-right: 3px;
}

.must, .error {
    color: #c7181e !important;
}

.errorBorder {
    border-color: #c7181e !important;
}

/* >> */

/* <<头部 */

.header-wrap {
    background: #c7181e;
}

.header-wrap .header {
        width: 1180px;
        margin: 0 auto;
        position: relative;
        height: 47px;
        line-height: 47px;
        background: #c7181e;
        padding: 0 16px 0 14px;
        z-index: 2;
    }

.header-wrap .header .logo {
            height: 47px;
            float: left;
            line-height: 53px;
        }

.header-wrap .header .logo img {
                vertical-align: inherit;
            }

.header-wrap .header .tab {
            float: left;
            line-height: 47px;
            margin-left: 80px;
            height: 47px;
        }

.header-wrap .header .tab .list {
                float: left;
                margin-right: 38px;
                position: relative
            }

.header-wrap .header .tab .list.list-select>a {
    padding: 0 30px 0 10px;
}

.header-wrap .header .tab .list >a {
                    display: inline-block;
                    padding: 0 10px;
                    height: 47px;
                    color: #f59d9d;
                    line-height: 47px;
                    text-align: center;
                    font-size: 16px;
                    position: relative;
}

.header-wrap .header .tab .list >a b {
                        position: absolute;
                        top: 4px;
                        right: -15px;
                        width: 30px;
                        height: 12px;
                        text-align: center;
                        line-height: 12px;
                        font-size: 10px;
                        background: #fdac35;
                        color: #bf1e2e;
                        border-radius: 5px;
                    }

.header-wrap .header .tab .list .active {
                    background: #e7292f;
                    color: #fff;
                    border-radius: 3px;
}

.header-wrap .header .tab .list:hover .select-list {
                        display: block;
}

.header-wrap .header .tab .list:hover >a {
                        background: #e7292f;
                        color: #fff;
                        border-radius: 3px;
                        text-decoration: none;
}

.header-wrap .header .tab .list:hover .nav-text:before {
    border-top: 0;
    border-bottom: 6px solid #fff;
    bottom: 7px;
}

.header-wrap .header .tab .list:hover .nav-text:after {
    border-top: 0;
    border-bottom: 6px solid #e7292f;
    bottom: 6px;
}

.header-wrap .header .tab .list .nav-text {
                    position: relative;
}

.header-wrap .header .tab .list .nav-text:before {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    bottom: 6px;
    right: -23px;
}

.header-wrap .header .tab .list .nav-text:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #bf1e2e;
    position: absolute;
    bottom: 7px;
    right: -23px;
}

.header-wrap .header .tab .list .select-list {
                    display: none;
                    position: absolute;
                    top: 48px;
                    background: #fff;
                    left: -1px;
                    border: 1px solid #d9d9d9;
                    border-top: 0;
                    padding: 10px 0 10px 0;
                    z-index: 66666;
                    /* min-width: 188px; */
                    min-width: 100%;
                    max-height: 165px;
                    overflow: auto;
}

.header-wrap .header .tab .list .select-list li {
                        height: 24px;
                        line-height: 24px;
                        color: #999;
                        padding: 0 10px;
                        cursor: pointer;
                        white-space: nowrap;
                        width: 100%;
                        -webkit-box-sizing: border-box;
                                box-sizing: border-box;
                        text-align: center
                    }

.header-wrap .header .tab .list .select-list li:hover {
    background: #e6e6e6;
}

.header-wrap .header .tab .list .select-list li:hover a {
                                text-decoration: none;
}

.header-wrap .header .tab .list .select-list li a {
                            color: #999;
}

/* >> */

#mall_header .logo {
    /*background: url(../img/logo.png) no-repeat;*/
    width: 135px;
}

.header_box {
    background-color: #c7181e;
    /*overflow: hidden;*/
    height: 80px;
}

.header_main {
    margin: 0 auto;
    width: 1180px;
}

.subtitle h1 {
    color: #fff;
    font-size: 18px;
    border-left: 1px solid #fab4b6;
}

.city-picker-select {
    border-radius: 3px;
}

.city-picker-select select {
    border: 1px solid #ccc;
    padding: 9px 3px;
    width: 101px;
    margin-left: -1px;
}

.city-picker-select .province {
    border-radius: 3px 0 0 3px;
}

.city-picker-select .district {
    border-radius: 0 3px 3px 0;
}

.subtitle {
    line-height: 80px;
}

.subtitle a {
        float: left;
        font-size: 18px;
        color: #fff
    }

.subtitle a:hover {
    text-decoration: none;
}

.subtitle .line {
        float: left;
        border-left: 1px solid #e65c60;
        height: 32px;
        margin: 26px 32px 0;
    }

.subtitle .link-ul {
        float: left;
    }

.subtitle .link-ul li {
            float: left;
            margin-right: 20px;
        }

.subtitle .link-ul li a {
                color: #fab4b6;
                font-size: 14px;
            }

.subtitle .link-ul li.active a {
                    color: #fff;
}

.subtitle h1 span {
    font-size: 14px;
    color: #fab4b6;
}

.header_main .link {
    float: right;
    line-height: 80px;
    padding: 0 10px;
}

.header_main .link a {
    color: #fab4b6;
    font-size: 14px;
    margin-left: 20px;
}

input {
    outline: none;
}

#mall_footer .copyright {
    background: none;
}

.user_content a {
    color: #328ce5;
}

.pkg_page {
    text-align: right;
}

.pkg_page a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #333;
    border: 1px solid #e6e6e6;
    background-color: #fff;
}

.pkg_page a:hover, .pkg_page .current, .pkg_page .current:hover {
    text-decoration: none;
    color: #fff;
    border: 1px solid #f5454a;
    background-color: #f5454a;
}

.pkg_page_ellipsis {
    display: inline-block;
    margin: 0 6px 0 3px;
}

.pkg_page .up {
    margin-right: 10px;
    width: 62px;
}

.pkg_page .down {
    margin-left: 10px;
    width: 62px;
}

.pkg_page .up_nocurrent, .pkg_page .up_nocurrent:hover, .pkg_page .down_nocurrent, .pkg_page .down_nocurrent:hover {
    cursor: default;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    color: #ccc;
}

.pkg_pagevalue {
    display: inline-block;
    margin-left: 20px;
    height: 40px;
    line-height: 40px;
}

.pkg_pagevalue .pkg_page_num {
    padding: 0 10px;
    width: 20px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #e6e6e6;
    margin: 0 4px;
    -webkit-box-shadow: 0 0 0 #fff;
            box-shadow: 0 0 0 #fff;
    border-radius: 0;
}

.pkg_page .pkg_page_submit {
    margin-left: 25px;
    width: 60px;
}

.user_content {
    margin: 25px auto;
    width: 1180px;
    overflow: hidden;
}

.user_content .nav {
    width: 130px;
    float: left;
    margin-right: 10px;
}

.user_content .nav dl {
    margin-bottom: 20px;
    line-height: 1.8;
}

.user_content .nav dt {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}

.user_content .nav a.on, .user_content .nav dt a.on {
    color: #c7181e;
}

.user_content .nav a {
    color: #999;
}

.user_content .content {
    float: left;
    width: 1040px;
}

.user_content .content_max {
    width: 100%;
}

.user_content .recent_list {
    background-color: #fff;
    padding: 20px 0;
}

.user_content h2 {
    font-size: 16px;
    border-left: 4px solid #fa7d81;
    padding-left: 15px;
    line-height: 36px;
    color: #666;
    margin-bottom: 20px;
}

.user_content h2 span {
        margin-right: 40px;
        border-bottom: 2px solid transparent;
        line-height: 36px;
        display: inline-block;
        cursor: pointer
    }

.user_content h2 span.active {
    border-color: #fa7d81;
}

.user_content h2 .link {
        float: right;
        margin-right: 20px;
    }

.user_content h2 .link .btns {
            width: auto;
            height: 26px;
            border-radius: 3px;
            padding: 0 10px;
            font-size: 12px;
            line-height: 26px;
            color: #fff;
            margin-bottom: 10px;
        }

.user_content .recent_list .box {
    padding: 0 20px;
}

.user_content .content table {
    width: 100%;
    margin-bottom: 20px;
}

.user_content .content table th {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    background-color: #f2f2f2;
    padding: 10px 5px;
}

.user_content .content table td {
    border-bottom: 1px solid #d3d3d3;
    padding: 10px 5px;
}

.user_content .content .table_td_left {
    width:30%;
	text-align:right;
	border-bottom:0px;
}

.user_content .content .table_td_right {
    width:70%;
	text-align:left;
	border-bottom:0px;
}

.user_content .content .product {
    color: #999;
}

.user_content .content .product span {
    color: #000;
    margin-right: 10px;
}

.user_content .content .product i {
    color: #000;
    font-style: normal;
}

.user_content .content .product .showTips {
    margin-left: 10px;
}

.user_info {
    margin-bottom: 20px;
    background-color: #fff;
    padding: 0px 26px 0px 26px;
    overflow: hidden;
}

.user_info .name {
    float: left;
    width: 160px;
    /*height: 130px;*/
    padding: 14px 46px 0 100px;
    position: relative;
}

.user_info .name .person_img {
    position: absolute;
    top: 4px;
    left: 0;
    width: 70px;
    height: 70px;
}

.user_info .name h3 {
    font-size: 14px;
    font-weight: normal;
    font-weight: normal;
    color: #333;
    margin-bottom: 10px;
}

.user_info .name p {
    font-size: 13px;
    color: #999;
    margin-bottom: 10px;
}

.user_info .details {
    float: left;
    /*width: 300px;*/
    /*height: 170px;*/
    height: 85px;
    border-left: 2px solid #f2f2f2;
    overflow: hidden;
}

.user_info .details li {
    float: left;
    /*width: 190px;*/
    height: 77px;
    padding: 10px 60px 0 70px;
    border: 0 none;
    line-height: 1.8;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.user_info .details li.point {
    border-right: 1px solid #f2f2f2;
}

.user_info .details li.baitiao, .user_info .details li.none {
    /*border-top:1px solid #f2f2f2;*/
}

.user_info.company_info .details li.order {
    /*width: 249px;*/
    border-right: 1px solid #f2f2f2;
}

.user_info.company_info .details li.baitiao {
    /*width: 249px;*/
    padding: 10px 10px 0 90px;
}

.user_info .details li.none {
    color: #999;
}

.user_info .details li .num {
    color: #c7181e;
}

.user_info .details li i {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 10px;
    left: 36px;
}

.user_info .details li.point i {
    background: url(../img/icon_user_01.png) no-repeat;
}

.user_info .details li.order i {
    background: url(../img/icon_user_02.png) no-repeat;
}

.user_info .details li.baitiao i {
    background: url(../img/icon_user_03.png) no-repeat;
}

.user_info .r {
    float: left;
    width: 338px;
    height: 130px;
    margin-left: 20px;
    background-color: #fafafa;
    padding: 20px;
}

.user_info .r .t {
    color: #333;
    margin-bottom: 8px;
}

.user_info .r .btns {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    width: 98px;
}

.user_info .r .i_box {
    margin-bottom: 15px;
    overflow: hidden;
}

.user_info .r .i_box input {
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    border: 1px solid #e6e6e6;
    float: left;
    width: 235px;
    border-radius: 3px 0 0 3px;
}

.user_info .r .i_box .btns {
    border-radius: 0 3px 3px 0;
    width: 88px;
}

.user_info .r h3 {
    margin-bottom: 20px;
}

.showTable {
    width: 100%;
}

.showTable th, .showTable td {
    padding: 8px 3px;
    text-align: left;
}

.showTable th {
    background-color: #f2f2f2;
}

/*************company_info*****************/

.user_content .recent_list .compang_info {
    background: #fafafa;
    padding: 20px;
}

.user_content .compang_info table {
    margin-bottom: 0;
}

.user_content .compang_info table th, .user_content .compang_info table td {
    background-color: transparent;
    border: 0 none;
}

.user_content .compang_info table th {
    text-align: right;
    font-size: 12px;
}

/******************fp*******************/

.condition_box {
    margin-bottom: 20px;
}

.condition_box input, .condition_box select {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 3px;
    margin-right: 10px;
    width: 130px;
}

.condition_box select {
    padding: 4px 5px;
}

.condition_box .btns {
    line-height: 26px;
    height: 26px;
    border-radius: 3px;
    color: #fff;
    width: auto;
    font-size: 12px;
    padding: 0 15px;
    margin-right: 10px;
}

.btns_empty {
    line-height: 26px;
    height: 26px;
    border-radius: 3px;
    color: #fff;
    width: auto;
    font-size: 12px;
    padding: 0 15px;
    background-color: #c7b9b8;
    border-color: #c7b9b8;
}

/*************my_gz*****************/

.tab_nav {
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 20px;
    padding-bottom: 10px;
    height: 30px;
}

.tab_nav li a {
    float: left;
    line-height: 40px;
    border-bottom: 2px solid #e6e6e6;
    padding: 0 12px;
    font-size: 14px;
    color: #999;
}

.tab_nav li a:hover, .tab_nav li.on a {
    border-bottom: 2px solid #e6292f;
    color: #e6292f;
    text-decoration: none;
}

.tab_nav a.btns_empty {
    color: #fff;
    float: right;
}

/*************point*****************/

.point_box {
    padding: 28px 18px;
    background-color: #fafafa;
    margin-bottom: 20px;
    font-size: 14px;
}

.point_box span {
    font-size: 20px;
    color: #c7181e;
}

.point_box a {
    float: right;
    line-height: 26px;
    height: 26px;
    border-radius: 3px;
    color: #fff;
    width: auto;
    font-size: 12px;
    padding: 0 15px;
    border: 1px solid #c7181e;
    background-color: #c7181e;
}

/**************apply***************/

.apply_box {
    background-color: #fafafa;
    padding: 30px 20px 20px;
    overflow: hidden;
}

.apply_box .l {
    float: left;
    width: 480px;
}

.apply_box .r {
    float: left;
    width: 320px;
    border-left: 1px solid #eee;
    padding-left: 50px;
}

.apply_box .t {
    color: #333;
    margin-bottom: 8px;
}

.apply_box .btns {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    width: 98px;
    border-radius: 3px;
}

.apply_box .i_box {
    /*margin-bottom:15px;*/
    overflow: hidden;
}

.apply_box .i_box .th {
        margin: 10px 0;
        color: #999;
    }

.apply_box .i_box input {
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    border: 1px solid #e6e6e6;
    float: left;
    width: 235px;
    border-radius: 3px 0 0 3px;
}

.apply_box .i_box .btns {
    border-radius: 0 3px 3px 0;
    width: 88px;
}

.apply_box h3 {
    margin-bottom: 20px;
}

/*************child****************/

.child_note {
    background: #fafafa;
    padding: 20px;
    margin-bottom: 10px;
}

.child_note dt {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.child_note dd {
    line-height: 1.8;
    padding-left: 20px;
    color: #666;
}

.child_step {
    padding: 30px 0;
}

.child_step ul {
    overflow: hidden;
    padding-left: 42px;
    padding-bottom: 10px;
}

.child_step ul li {
    float: left;
    width: 190px;
    text-align: center;
    margin-right: 45px;
}

.child_step ul li:last-child {
    margin-right: 0;
}

.child_step li .step1 {
    line-height: 25px;
    font-size: 14px;
    color: #666;
}

.child_step li .step2 {
    position: relative;
}

.child_step li .step2 span {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #f2f2f2;
    border-radius: 50%;
}

.child_step li .step2 .left {
    position: absolute;
    display: inline-block;
    width: 75px;
    height: 4px;
    background: #f2f2f2;
    border-radius: 2px 0 0 2px;
    left: 3px;
    top: 11px;
}

.child_step li .step2 .right {
    position: absolute;
    display: inline-block;
    width: 75px;
    height: 4px;
    background: #f2f2f2;
    border-radius: 0 2px 2px 0;
    right: 3px;
    top: 11px;
}

.child_step li .step2 .center {
    position: absolute;
    display: inline-block;
    width: 200px;
    height: 4px;
    background: #f2f2f2;
    left: -122px;
    top: 11px;
}

.child_step li .step3 {
    margin-top: 5px;
    line-height: 35px;
    font-size: 16px;
    color: #333;
}

.child_step li .step4, .child_step li .step5 {
    line-height: 18px;
    font-size: 12px;
    color: #999;
}

.child_tool {
    /*border-top:1px dashed #ccc;*/
    /*padding:20px 0 10px;*/
    padding: 10px 0 20px;
}

.child_tool input {
    border: 1px solid #eee;
    padding: 5px;
    width: 200px;
    margin-left: 10px;
}

.child_tool .btns {
    line-height: 25px;
    height: 25px;
    border-radius: 0 3px 3px 0;
    color: #fff;
    width: auto;
    font-size: 12px;
    padding: 0 15px;
    border: 1px solid #c7181e;
    background-color: #c7181e;
    margin-left: -5px;
    margin-right: 10px;
    vertical-align: -1px;
}

.child_tool span {
    color: #999;
}

/***************user_info******************/

.userInfo {
    position: relative;
    padding: 40px 20px;
    /*border-top: 1px dashed #ccc;*/
}

.change_img {
    position: absolute;
    left: 40px;
    cursor: pointer;
}

.user_content .content .user_wr {
    width: 420px;
    margin: 0 auto;
}

.user_content .content .user_wr th, .user_content .content .user_wr td {
    background-color: transparent;
    border: 0 none;
    padding: 10px 10px;
}

.user_content .content .user_wr th {
    text-align: right;
    width: 80px;
}

.user_content .user_wr input {
    border: 1px solid #ccc;
    padding: 10px 6px;
    border-radius: 3px;
    width: 286px;
}

.user_content .user_wr .btns {
    color: #fff;
    font-size: 12px;
    width: 100%;
    border-radius: 3px;
    line-height: 36px;
    height: 36px;
    margin-top: 20px;
}

.user_content .user_wr .over {
    color: #999;
    line-height: 36px;
}

.user_content .user_wr .over a {
    float: right;
    margin-left: 10px;
}

.user_content .user_wr .over a.default {
    color: #999;
    cursor: default;
}

.user_content .user_wr .over a.default:hover {
    text-decoration: none;
}

.user_content .user_wr .over i.icon_over_rz {
    display: inline-block;
    margin-left: 10px;
    width: 64px;
    height: 20px;
    background: url(../img/icon_over_rz.jpg) no-repeat;
    vertical-align: sub;
}

.user_content .user_wr .tips {
    margin-left: 10px;
    line-height: 36px;
    color: #c7181e;
    position: absolute;
    left: 700px;
}

.user_content .user_wr .tips i {
    margin-right: 5px;
    vertical-align: sub;
}

/********************user_popup******************/

.user_popup {
    padding: 20px 40px;
    position: relative;
    background-color: #fff;
}

.user_popup h2 {
    font-size: 18px;
    font-weight: normal;
}

.user_popup .closeBtn {
    font-size: 28px;
    color: #ccc;
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
}

.user_popup .closeBtn:hover {
    color: #999;
    text-decoration: none;
}

.user_popup .body {
    padding: 20px 0;
}

.user_popup .body table {
    width: 100%;
    font-size: 14px;
}

.user_popup .body table th, .user_popup .body table td {
    padding: 10px;
}

.user_popup .body table th {
    text-align: right;
}

.user_popup .body table th i {
    color: #f00;
    font-style: normal;
    margin-right: 5px;
}

.user_popup .body table input[type="text"], .user_popup .body table input[type="password"] {
    padding: 10px 6px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 280px;
}

.user_popup .body table select {
    padding: 8px 6px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.user_popup .body table .yzm_box {
    line-height: 36px;
    overflow: hidden;
    width: 296px;
}

.user_popup .body table .yzm {
    float: right;
    height: 34px;
    line-height: 34px;
    width: 120px;
    font-size: 14px;
    border-radius: 3px;
}

.user_popup .body table .yzm.yzm_show, .user_popup .body table .yzm.yzm_show:hover {
    background-color: #ccc;
    border-color: #ccc;
    cursor: pointer;
}

.user_popup .btnBox {
    text-align: center;
    margin-top: 20px;
}

.user_popup .btnBox a {
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    width: auto;
    padding: 0 40px;
}

.user_popup .btnBox a.btns2 {
    background-color: #c7b9b8;
    border-color: #c7b9b8;
}

/*****************zyd_look****************/

.view_box {
    border: 1px solid #f2f2f2;
    padding: 200px 20px;
    text-align: center;
}

.look_box a {
    color: #fff;
    width: auto;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    padding: 0 20px;
    border-radius: 3px;
}

.look_box .intro {
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 30px;
}

.look_box .intro .form {
    float: right;
}

.look_box .intro .form input {
    border: 1px solid #ccc;
    padding: 6px 6px 7px;
    border-radius: 3px;
}

.look_box .intro .form .btn_copy {
    margin-left: -10px;
    vertical-align: -2px;
    border-radius: 0 3px 3px 0;
    background-color: #c7b9b8;
    border-color: #c7b9b8;
}

/*****************user_safe****************/

.user_safe .level {
    padding: 30px 20px;
    background-color: #fafafa;
    font-size: 14px;
    line-height: 1.8;
}

.user_safe .level p {
    font-size: 12px;
    padding-top: 10px;
}

.user_safe .level_content span {
    font-size: 16px;
    color: #c7181e;
}

.user_safe .level_show {
    display: inline-block;
    overflow: hidden;
    margin: 0 10px;
}

.user_safe .level_show li {
    float: left;
    margin-right: 5px;
    width: 100px;
    height: 10px;
    background-color: #e6e6e6;
}

.user_safe .level_show li.on {
    background-color: #ffa21f;
}

.safe_table {
    font-size: 14px;
    margin-top: 40px;
}

.safe_table .status {
    text-align: center;
}

.safe_table .type {
    font-size: 18px;
}

.safe_table a {
    display: inline-block;
    width: 90px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #c7b9b8;
    border-radius: 3px;
}

.safe_table a:hover {
    text-decoration: none;
    background-color: #b2a2a1;
}

/**************order_details*****************/

.user_content h2 span.xx {
    font-size: 12px;
    font-weight: normal;
}

.user_content h2 span.xx i {
    font-style: normal;
    margin-left: 20px;
    color: #999;
}

.order_record {
    padding: 20px 30px;
    background-color: #fafafa;
    line-height: 1.8;
}

.order_record p {
    padding: 5px 0;
    color: #999;
}

.order_record p span {
    color: #333;
    margin-left: 10px;
}

.order_js {
    margin-top: -30px;
}

.order_js .btns {
    float: right;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    height: 26px;
    border-radius: 3px;
    padding: 0 10px;
    width: auto;
    margin-bottom: 10px;
}

.order_js .order_bg {
    padding: 20px 40px;
    background-color: #fafafa;
    overflow: hidden;
    clear: right;
}

.user_content .content .order_js table {
    margin: 0;
}

.user_content .content .order_js table th {
    text-align: right;
    background-color: transparent;
}

.user_content .content .order_js table td {
    border: 0 none;
}

.user_popup .body .add_new_list th {
    text-align: left;
    background-color: #f2f2f2;
}

.user_popup .body .add_new_list td {
    border-bottom: 1px solid #f2f2f2;
    font-size: 12px;
}

/****************setUp***************/

.setUp {
    position: relative;
}

.setUp .setUp_step {
    position: absolute;
    right: 20px;
    top: 15px;
}

.setUp .fg {
    height: 3px;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    margin: 30px auto 20px;
}

.setUp .note {
    padding: 10px 20px;
    border: 1px solid #fdbdbd;
    background-color: #ffebec;
    color: #666;
}

.setUp .note p {
    font-size: 14px;
    color: #333;
}

.user_content .content .setUp_table {
    margin-top: 30px;
}

.user_content .content .setUp_table th {
    text-align: right;
    background-color: transparent;
    font-size: 12px;
    color: #333;
    font-weight: bold;
}

.user_content .content .setUp_table th i {
    margin-right: 5px;
    color: #f00;
    font-style: normal;
}

.user_content .content .setUp_table td {
    border: 0 none;
    line-height: 2;
}

.user_content .content .setUp_table2 td {
    border: 0 none;
    line-height: 1.5;
    padding: 5px 5px;
}

.user_content .content .setUp_table td .btns {
    color: #fff;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    font-size: 16px;
}

.user_content .content .setUp_table input[type="text"] {
    border: 1px solid #ccc;
    padding: 10px 6px;
    border-radius: 3px;
    /*width: 260px;*/
    width: 286px;
}

.user_content .content .setUp_table .error {
    margin-left: 10px;
    color: #c7181e;
}

.user_content .content .setUp_table .error i {
    margin-right: 3px;
}

.user_content .content .setUp_table .tips {
    color: #999;
}

.user_content a.file {
    position: relative;
    display: inline-block;
    background: #c7b9b8;
    border-radius: 3px;
    padding: 4px 12px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
}

.user_content a.file input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}

.user_content a.file:hover {
    background: #b5abaa;
    text-decoration: none;
}

.user_content .content .setUp_table .file_tit {
    color: #328ce5;
    line-height: 36px;
    margin-left: 20px;
    vertical-align: 9px;
}

.setUp .result {
    background-color: #fafafa;
    padding: 50px 0 50px 430px;
    position: relative;
}

.setUp .result i {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    background: url(../img/icon_setUp.jpg) no-repeat;
    top: 40px;
    left: 350px;
}

.setUp .result h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}

.setUp .result p {
    font-size: 14px;
    line-height: 1.8;
}

/********************order*********************/

.total span {
    margin-left: 10px;
}

.total span i {
    font-style: normal;
    color: #c7181e;
    font-size: 14px;
}

.user_content .content .order_list table {
    margin-bottom: 0px;
}

.order_list {
    margin-top: 10px;
}

.order_list li {
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
}

.order_list li .tit {
    line-height: 40px;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 10px;
    overflow: hidden;
}

.order_list li .tit .status {
    font-size: 14px;
    float: right;
}

.order_list li .tit .icd {
    margin-left: 10px;
}

.order_list li .tit .time {
    margin-left: 10px;
    color: #999;
}

.order_list li .tit i {
    margin-left: 10px;
    display: inline-block;
    cursor: pointer;
}

.order_list li .tit i.wt {
    width: 64px;
    height: 20px;
    background: url(../img/icon_wt.jpg) no-repeat;
    vertical-align: middle;
    cursor: default;
}

.order_list li .tit i.pm {
    width: 64px;
    height: 20px;
    background: url(../img/icon_pm.jpg) no-repeat;
    vertical-align: middle;
    cursor: default;
}

.order_list li .bottom {
    line-height: 48px;
    padding: 0 10px;
    background-color: #fafafa;
}

.order_list li .bottom span {
    margin-left: 20px;
}

.order_list li .bottom a {
    float: right;
    margin-left: 20px;
}

.order_list li .bottom a.btns {
    line-height: 26px;
    height: 26px;
    border-radius: 3px;
    color: #fff;
    width: auto;
    font-size: 12px;
    padding: 0 15px;
    margin-top: 10px;
}

/*---------lous----------*/

.user_content .lous {
    margin-bottom: 15px;
}

.user_content .lous h2 span {
    display: inline-block;
    font-weight: 300;
    margin: 0 20px 0 40px;
    font-size: 12px;
    color: #333;
}

.user_content .lous h2 span b {
    font-weight: 300;
    margin-left: 15px;
}

.user_content .lous h2 .download {
    float: right;
    margin-right: 20px;
    width: 106px;
    height: 24px;
    font-weight: 200;
    position: relative;
    z-index: 100;
    margin-top: 7px;
}

.user_content .lous h2 .download:hover {
    height: 35px;
}

.user_content .lous h2 .download:hover .download-bot {
    display: block;
}

.user_content .lous h2 .download .download-bot {
    position: absolute;
    border-radius: 5px;
    display: none;
    background: #fff;
    top: 33px;
    right: 0px;
    width: 95px;
    padding: 10px;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: 1px 1px 5px #e3e3e3, -1px -1px 5px #e3e3e3;
    box-shadow: 1px 1px 5px #e3e3e3, -1px -1px 5px #e3e3e3;
}

.user_content .lous h2 .download .download-bot li {
    line-height: 16px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 12px;
    padding: 10px 0;
}

.user_content .lous h2 .download .download-bot li a:hover {
    text-decoration: underline;
}

.user_content .lous h2 .download .download-bot:before {
    content: "";
    display: block;
    top: -8px;
    right: 16px;
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 8px solid #e3e3e3;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.user_content .lous h2 .download .download-bot:after {
    content: "";
    display: block;
    top: -7px;
    right: 17px;
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.user_content .lous h2 .download .download-top {
    width: 106px;
    height: 24px;
    border-radius: 24px;
    background: #c7b9b8;
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.user_content .lous h2 .download .download-top i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../img/download.png') no-repeat;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 4px;
}

.user_content .lous .lous_details {
    padding: 10px 20px 15px;
    overflow: hidden;
}

.user_content .lous .lous_details li {
    float: left;
    width: 200px;
    border-right: 1px solid #f2f2f2;
    padding-left: 130px;
    line-height: 57px;
    position: relative;
    font-size: 18px;
    color: #333;
}

.user_content .lous .lous_details li .haslimit {
    position: absolute;
    top: 18px;
    left: 193px;
    width: 76px;
    height: 20px;
    background: url(../img/haslimit.png) no-repeat;
}

.user_content .lous .lous_details li:last-child {
    border-right: 0;
}

.user_content .lous_details li i {
    display: inline-block;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 63px;
    top: 13px;
}

.user_content .lous_details li p {
    line-height: 28px;
    margin-top: 5px;
    color: #999;
}

.user_content .lous_details .lous_order p {
    color: #c7181e;
}

.user_content .lous_details .lous_total i {
    background: url(../img/icon_user_04.png);
}

.user_content .lous_details .lous_order i {
    background: url(../img/icon_user_05.png);
}

.user_content .lous_details .lous_lock i {
    background: url(../img/icon_user_06.png);
}

.user_content .recent_list .box .lous_to_pay {
    line-height: 35px;
    height: 35px;
    margin-bottom: 18px;
}

.user_content .recent_list .box .lous_to_pay span {
    display: inline-block;
    float: right;
    line-height: 35px;
    height: 35px;
    margin-left: 45px;
    font-size: 16px;
    color: #666;
}

.user_content .recent_list .box .lous_to_pay span b {
    font-weight: 300;
    color: #c7181e;
}

.user_content .recent_list .box .lous_select {
    height: 37px;
    border-bottom: 2px solid #e6e6e6;
    position: relative;
}

.user_content .recent_list .box .lous_select .condition_box {
    float: right;
}

.user_content .recent_list .box .lous_select ul {
    position: absolute;
    top: 0;
    left: 0;
    height: 37px;
}

.user_content .recent_list .box .lous_select ul li {
    float: left;
    width: 80px;
    text-align: center;
    line-height: 30px;
    height: 37px;
    border-bottom: 2px solid #e6e6e6;
    cursor: pointer;
    font-size: 14px;
    color: #999;
}

.user_content .recent_list .box .lous_select ul li:hover, .user_content .recent_list .box .lous_select ul li.active {
    border-bottom: 2px solid #e6292f;
    color: #e6292f;
    font-weight: 800;
}

.lous_select .condition_box input, .lous_select .condition_box select {
    border: 1px solid #ccc;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    margin-right: 10px;
    width: 130px;
    padding: 0 0 0 5px;
}

.lous_select .condition_box .date {
    background: url(../img/search.jpg) no-repeat 110px center;
}

.user_content .recent_list .box .lous_look {
    padding-bottom: 100px;
}

.user_content .recent_list .box .lous_look li {
    border: 1px solid #e6e6e6;
    margin-top: 10px;
}

.user_content .recent_list .box .lous_look li p {
    border-bottom: 1px solid #e6e6e6;
}

.user_content .recent_list .box .lous_look li p.look_h1 {
    line-height: 42px;
}

.user_content .recent_list .box .lous_look li p.look_h2 {
    line-height: 48px;
}

.user_content .recent_list .box .lous_look li .look_h3 {
    line-height: 42px;
    width: 981px;
    margin: 0 8px;
    border-top: 1px dashed #e6e6e6;
    display: none;
}

.user_content .recent_list .box .lous_look li .look_h3 .lous_w1 {
    padding-left: 0;
}

.user_content .recent_list .box .lous_look li p.look_h2 {
    border: 0;
}

.recent_list .box .lous_look li span {
    display: inline-block;
    padding-left: 8px;
    font-size: 12px;
    color: #333;
}

.recent_list .box .lous_look li span a {
    padding-left: 5px;
    font-weight: 200;
    text-decoration: none;
    font-size: 12px;
}

.recent_list .box .lous_look li .lous_list {
    color: #666;
}

.recent_list .box .lous_look li .lous_w1 {
    width: 278px;
}

.recent_list .box .lous_look li .lous_w2 {
    width: 250px;
}

.recent_list .box .lous_look li .lous_w3 {
    width: 265px;
}

.recent_list .box .lous_look li .blue {
    color: #3a83e8;
}

.recent_list .box .lous_look li .red {
    color: #c7181e;
}

.recent_list .box .lous_look li span i {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    background: #fc6a6f;
    color: #fff;
    font-style: normal;
    border-radius: 3px;
    position: relative;
}

.recent_list .box .lous_look li span i em {
    display: inline-block;
    position: absolute;
    left: -5px;
    top: 6px;
    width: 5px;
    height: 8px;
    background: url(../img/icon_user_zhi.png) no-repeat;
}

.lous_look li .btns {
    line-height: 26px;
    height: 26px;
    border-radius: 3px;
    color: #fff;
    width: auto;
    margin-right: 20px;
    font-size: 12px;
    padding: 0 15px;
}

.lous_look li .see_detail {
    display: inline-block;
    font-size: 12px;
    width: 50px;
    background: url(../img/icon_user_down.png) no-repeat right center;
}

.lous_look li .see_detail.up {
    background: url(../img/icon_user_up.png) no-repeat right center;
}

/*-----------record-------------*/

.user_content .content .record table th, .user_content .content .record table td {
    padding: 10px 0 10px 10px;
}

.user_content .content .record table {
    margin-bottom: 200px;
}

/*-----------alert-------------*/

.go_repay_detail {
    display: none;
}

.go_pay_detail {
    display: none;
}

.record_popup {
    padding: 20px 30px 0;
}

.record_popup .body {
    padding: 20px 0 0 0;
}

.user_popup .repay {
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.user_popup .repay:last-child {
    border-bottom: 0;
}

.user_popup .repay h3 {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border-radius: 24px;
    background: #c7b9b7;
    font-size: 14px;
    color: #fff;
    margin: 10px 0;
    font-weight: 300;
}

.user_popup .repay table td {
    line-height: 36px;
    font-size: 14px;
    color: #333;
    height: 36px;
    padding: 0;
}

.user_popup .repay table td .repay_name {
    display: inline-block;
    width: 75px;
    text-align: right;
    margin-right: 12px;
}

.user_popup .repay table td .repay_num {
    color: #999;
    font-size: 12px;
}

.user_popup .repay table td .red {
    color: #c7181e;
}

.user_popup .repay table td .repay-money {
    font-size: 18px;
}

/*--------discount---------*/

.user_popup .use_condition {
    line-height: 32px;
    font-size: 14px;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.user_popup .use_condition p span {
    font-size: 12px;
    color: #999;
    margin-left: 8px;
}

.user_popup .discount {
    margin-top: 20px;
    padding-bottom: 30px;
}

.user_popup .discount h4 {
    font-size: 14px;
    color: #333;
    font-weight: 200;
    line-height: 30px;
}

.user_popup .discount table th, .user_popup .discount table td {
    text-align: left;
    border: 1px solid #ccc;
}

.user_popup .discount table td {
    color: #999;
}

.fpdetail {
    /*border: 2px solid #f2f2f2;*/
    background: #fff;
}

.fpdetail table th, .fpdetail table td {
    text-align: left;
    font-weight: normal;
    color: #666;
    padding: 10px 15px;
}

.fpdetail table th {
    font-size: 14px;
    background-color: #f2f2f2;
}

.fpdetail table td.none {
    text-align: center;
    height: 60px;
    color: #333;
    font-size: 14px;
}

.fpdetail table td {
    font-size: 12px;
    border-bottom: 1px solid #f2f2f2;
    background: #fff;
}

.fpdetail table {
    width: 100%;
    border-collapse: collapse;
}

.fpdetailtable.layui-layer-tips .layui-layer-content {
    padding: 2px;
}

.fpdetailtable.layui-layer-tips i.layui-layer-TipsT {
    bottom: -18px;
    border-top-width: 10px;
    border-right-width: 9px;
    border-left-width: 9px;
    border-right-color: transparent !important;
    border-top-color: #e2e1e1;
    border-style: solid;
}

/*order*/

.rowspantd {
    text-align: center;
    border-left: 1px solid #f1f1f1;
}

.textalignc {
    text-align: center !important;
}

/*公司列表页弹窗*/

.layer-gotoAuthenticate {
    padding: 0 30px;
    font-size: 14px;
    margin-top: 70px;
    line-height: 22px;
}

/*员工账号管理弹窗*/

.layer-edit, .layer-groupEdit {
    padding-top: 40px;
}

.layer-edit .section, .layer-groupEdit .section {
    height: 40px;
}

.layer-edit .section label, .layer-groupEdit .section label {
    width: 100px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
}

.layer-edit .section span, .layer-groupEdit .section span {
    margin-right: 10px;
}

.layer-edit .section input, .layer-groupEdit .section input {
    margin: 0;
    margin-right: 3px;
}

.layer-edit .section .input, .layer-groupEdit .section .input {
    border: 1px solid #ccc;
    padding: 5px;
    width: 200px;
}

/* <<开户列表页面 */

/* 1.主界面 */

.recent_list h2 .add {
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
}

/* 2.弹窗 */

/* 添加开户行 */

.layer-accontInfor .form-infor {
        padding: 20px 0;
    }

.layer-accontInfor .form-infor li {
            margin-bottom: 26px
        }

.layer-accontInfor .form-infor li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.layer-accontInfor .form-infor li label, .layer-accontInfor .form-infor li .label-content {
                float: left;
                line-height: 34px;
                position: relative;
}

.layer-accontInfor .form-infor li label {
                margin-right: 5px;
                width: 100px;
                text-align: right;
                line-height: 34px;
}

.layer-accontInfor .form-infor li input {
                width: 260px;
                height: 34px;
                line-height: 34px;
                padding: 0 10px 0 10px;
                border: 1px solid #bfbfbf;
                background-color: #fff;
                border-radius: 3px;
}

/*垂直错误提示*/

.layer-accontInfor .form-infor li .error-vertical {
                line-height: 26px;
                position: absolute;
                bottom: -26px;
}

/*水平错误提示*/

.layer-accontInfor .form-infor li .error-line {
                position: absolute;
                left: 100%;
                white-space: nowrap;
                margin-left: 10px;
                top: 1px;
}

.layer-accontInfor .form-infor li .icon_warn_16red {
                margin-right: 5px;
}

.layer-accontInfor .form-infor .li-text {
            margin-bottom: 16px;
        }

/* >> */

/* <<更改popup层叠性 */

.popup {
    z-index: 2223;
}

.mask {
    z-index: 2222;
}

.layer-detail {
    padding: 20px 0 10px 20px;
}

.layer-detail .title {
        font-size: 14px;
        border-left: 4px solid #fa7d81;
        padding-left: 15px;
        /* line-height: 36px; */
        color: #666;
        margin-top: 10px;
    }

.layer-detail label {
        color: #ADADAD;
        float: left;
        text-align: justify;
        text-justify: distribute-all-lines;
        height: 100%;
    }

.layer-detail label i {
            display: inline-block;
            width: 100%;
        }

.layer-detail .parameter {
        background: #fff;
    }

.layer-detail .parameter p {
            line-height: 30px;
            height: 30px;
        }

.layer-detail .parameter p label {
                margin-right: 15px;
                width: 52px;
                float: left;
                line-height: 20px;
                
            }

.layer-detail .parameter p span{
                float: left;
                width:430px;
                word-break: break-all;
                line-height: 20px;
            }

.layer-detail .parameter .note {
            height: 39px;
            line-height: 39px;
            margin: 0 11px;
        }

.layer-detail .step {
        padding: 20px 0 0 18px;
    }

.layer-detail .step li {
            height: 50px;
            overflow: hidden;
            line-height: 18px
            /* padding-top: 0.02rem; */
        }

.layer-detail .step li:first-child .middle .circle {
                        border-color: #ED353B;
                    }

.layer-detail .step li:first-child .middle .circle .circleInner {
                            background: #ED353B;
                        }

.layer-detail .step li:last-child .middle .line {
                        visibility: hidden;
                    }

.layer-detail .step li .left, .layer-detail .step li .middle, .layer-detail .step li .right {
                float: left;
                /* line-height: 20px; */
}

.layer-detail .step li .left, .layer-detail .step li .right {
                position: relative;
                top: -3px;
}

.layer-detail .step li .left .clock {
                    color: #999;
                }

.layer-detail .step li .middle {
                margin: 3px 30px;
                text-align: center;
                position: relative;
                top: -3px;
}

.layer-detail .step li .middle .line {
                    width: 1px;
                    height: 60px;
                    background: #E5E5E5;
                    display: inline-block;
                }

.layer-detail .step li .middle .circle {
                    width: 12px;
                    height: 12px;
                    border: 1px solid #E5E5E5;
                    border-radius: 100%;
                    position: absolute;
                    top: 0;
                    left: 50%;
                    margin-left: -7px;
                    background: #fff;
                }

.layer-detail .step li .middle .circle .circleInner {
                        width: 6px;
                        height: 6px;
                        border-radius: 100%;
                        background: #fff;
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        margin: -3px 0 0 -3px;
                    }

.layer-detail .empty{
        margin: 80px 0 0 -20px;
        text-align: center;
    }

/* 订单详情 */

.layer-contract{
    
}

.recent_list_contract {
    overflow: hidden;
}

.recent_list_contract .contract-state {
        float: left;
        width: 450px;
    }

.recent_list_contract .contract-state li {
            margin: 0 0 20px 0;
            /*float: left;*/
            width: 220px;
        }

.recent_list_contract .contract-state li label {
                color: #999;
                margin-right: 10px;
            }

.recent_list_contract .contract-img {
        float: right;
        margin-top: -50px;
        margin-right: 40px;
        padding-bottom: 10px;
        position: relative;
    }

.recent_list_contract .contract-img .contract-img-title {
            color: #999;
            margin-bottom: 10px;
        }

.recent_list_contract .contract-img .viewmore {
            position: absolute;
            right: -24px;
            top: 83px;
        }

.recent_list_contract .contract-img .contract-img-list {
            white-space: nowrap;
            max-width: 390px;
            overflow: hidden;
        }

.recent_list_contract .contract-img .contract-img-list img {
                width: 100px;
                height: 130px;
                margin: 0 30px 0 0px;
            }

.recent_list_contract .contract-action {
        float: right;
        text-align: center;
        margin-right: 20px;

    }

.recent_list_contract .contract-action .tips {
            color: #999;
        }

.recent_list_contract .contract-action .warn {
            color: #c7181e
        }

.recent_list_contract .contract-action .sure {
            width: 60px;
            font-size: 12px;
            line-height: 22px;
            margin: 10px 0;
            outline: none;
        }