@charset "UTF-8";

body,
div,
ul,
li,
ol,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
form,
input,
textarea,
select，option {
    padding: 0;
    margin: 0;
    color: #999;
    box-sizing: border-box;
    font-family: Arial,sans-serif;
}

body {
    min-width: 1200px;
    background-color: rgba(240, 242, 245, 1);
}

li {
    list-style: none;
}

img {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

button,
input {
    outline: none;
    border: 0;
}

:focus {
    outline: none;
}

a {
    text-decoration: none !important;
    color: #999;
    display: inline-block;
}

a:hover,
a:visited {
    text-decoration: none;
    color: #999;
}

.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


.wrapper {
    width: 100%;
    font-family: Arial,sans-serif;
    background: #F7F9FA;
}

/* 头部样式 */
.top_bar {
    height: 50px;
    background: #F9F9F9;
    font-size: 12px;
    color: #AAB2C5;
    line-height: 17px;
}

.top_bar .top_bar_content {
    width: 1200px;
    margin: 0 auto;
}

.top_bar .top_bar_content .hoem_collect {
    float: left;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}

.top_bar .top_bar_content .hoem_collect i {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 2px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAAXNSR0IArs4c6QAAALFJREFUGNNjYICD/Sxrpq9JY8AO1sSv/r/651oZLFL/mdfcAkr+XzMZi+S6aJAUEH5fKwkX3KC1tnjNojUXVv+CSv5f/XHN0dUz1mRvFmFY/RouiA7nMazuxCH1fbUzyJWNmFJrPq12gNq7uhxN8tt6M4QPvdAkf55hRUhWYxirh5BcAxW6tfoDhLU2FiF5CChwdV3Ef6b1AkDnARWsKURIKq3z+M8E460XWBuymQvEAgDU6bn7ybDXpwAAAABJRU5ErkJggg==') no-repeat;
}

.top_bar .login_statut {
    background: url('../../images/user/member_head_icon.png') left center no-repeat;
    padding-left: 40px;
    height: 50px;
    float: right;
    line-height: 50px;
    position: relative;
    cursor: pointer;
}

.top_bar .login_statut span {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    line-height: 50px;
    height: 50px;
    margin-right: 10px;
    font-size: 12px;
    color: #AAB2C5;
}

.top_bar .login_statut .arrow_member {
    display: inline-block;
    width: 10px;
    height: 6px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpEMkJBRjQyOTIzRjJFNDExODJDMzlENzk2NUQ0QzJEMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCRTU5ODE0NjM2RkUxMUU4QTIyNkMwRTQ5OUVGMjZBQiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCRTU5ODE0NTM2RkUxMUU4QTIyNkMwRTQ5OUVGMjZBQiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpkZWZhZWU0Zi02NGI0LTRlNDYtOWJlYy02YWFiN2IxNWZkNGEiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo2MmM2Y2ZmZC0xZGY0LTExZTgtOTFjOS1mOWFlZmUxZTIzNTEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6weDeWAAAAXklEQVR42mL8////ZAYGhstAPIsBO0gDYh0GoMICIP4HxElAzICGk6ByBTCBIiD+A8QJSIoSoGIgOQZk3eVQiWgoBrErYPLoVtVAFfyBsuFyLGgObwFiFiQ2HAAEGAClzovyhYwWfQAAAABJRU5ErkJggg==') no-repeat;
    margin-top: 17px;
    margin-right: 33px;
}

.top_bar .member_arrow {
    background: #fff;
    width: 120px;
    box-shadow: 0 3px 3px #ccc;
    position: absolute;
    top: 50px;
    left: 45px;
    display: none;

}

.top_bar .member_arrow li {
    height: 50px;
    border-bottom: 1px solid #EBEBEB;
    font-size: 14px;
}
.top_bar .member_arrow li:last-child{
    border-bottom: none;
}
.top_bar .member_arrow li a {
    display: block;
    line-height: 50px;
    color: #666;
    padding-left: 25px;
}

.top_bar .login_statut:hover .member_arrow {
    display: block;
}












.header {
    height: 96px;
    background: #fff;
}

.header .main {
    width: 1200px;
    margin: 0 auto;
}

.header .main .logo {
    /*height: 60px;
    margin-top: 20px;*/
    float: left;
    overflow: hidden;
    width: 150px;
}

.header .main .logo img {
    vertical-align: top;
    border: 0;
}

.header .main .web_name {
    float: left;
    /* height: 96px; */

    margin-left: 10px;
}
.header .main .sitename{
    height: 96px;
    line-height: 96px;
    align-items: center;
}
.header .web_name h3 {
    font-size: 24px;
    font-weight: 800;
    line-height: 35px;
    color: #000000;
}

.header .web_name p {
    font-size: 14px;
    margin-top: 3px;
    line-height: 19px;
    color: rgba(26, 23, 70, 0.23);
}

.header .top_nav {
    width: 700px;
    height: 100%;
    float: right;
}

.header .top_nav .nav_item {
    width: 120px;
    height: 100%;
    float: left;
    font-size: 20px;
    color: #1A1746;
    text-align: center;
    line-height: 96px;
    cursor: pointer;
}

.header .top_nav .active_item {
    /*color: #FFFFFF;
    background: linear-gradient(360deg, #1474F1 0%, #3596FF 100%);*/
    color: #1474F1;
}

.header .top_nav .nav_item:hover {
    color: #1474F1;
    /*color: #FFFFFF;
    background: linear-gradient(360deg, #1474F1 0%, #3596FF 100%);*/

}

/* 底部样式 */


.footer {
    background: #172D3F;
    position: relative;
}

.footer .contact_us {
    width: 100%;
    height: 93px;
    line-height: 93px;
    font-size: 32px;
    color: #FFFFFF;
    background: darkcyan;
    position: relative;
}

.footer .main {
    width: 1200px;
    margin: 0 auto;
}

.footer .footer_lxwm {
    width: 1200px;
    height: 93px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 0;
}

.footer .footer_lxwm .lxwm_title {
    height: 93px;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 93px;
    float: left;
    position: relative;
    z-index: 3;
}

.footer .footer_lxwm .lxwm_btn {
    width: 180px;
    height: 56px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 56px;
    float: right;
    margin-top: 19px;
    cursor: pointer;
}

.footer .footer_message {
    padding: 20px 0;

}

.footer .footer_message p {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 10px;

}

.footer .footer_message p:nth-child(1) {
    margin-bottom: 10px;

}

.footer .footer_message p:nth-child(1) a {
    margin-left: 42px;
}

.footer .footer_message p:nth-child(1) a span {
    display: inline-block;
    color: #FFFFFF;

}

.footer .footer_line {
    width: 100%;
    height: 1px;
    background: #999999;
    opacity: 0.3;
}

.footer .footer_record {
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}







/* 主体部分样式 */
.gray_bg {
    margin-top: 40px;
}

.gray_bg .main {
    width: 1200px;
    margin: 0 auto;
}

.gray_bg .member_nav {
    float: left;
    width: 200px;
    height: 445px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px 0px rgba(235, 235, 235, 0.5);
    border: 1px solid #EBEBEB;
}


.head_pic a {
    display: block;
    width: 87px;
    height: 87px;
    margin: 24px auto 16px auto;
    border-radius: 50%;
    overflow: hidden;
}


.head_pic .head_info {
    height: 20px;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #0F1214;
    line-height: 20px;
}

.head_pic .head_certified {
    width: 90px;
    height: 25px;
    margin: 12px auto 0 auto;
    position: relative;
}

.head_pic .head_certified img {
    width: 90px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
}

.head_pic .head_certified .not_certified {
    width: 90px;
    height: 25px;
    line-height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: right;
    padding-right: 15px;
}

.head_pic .head_certified .certified {
    width: 90px;
    height: 25px;
    line-height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #FFFFFF;
    text-align: right;
    padding-right: 10px;
}

.head_pic .head_line {
    width: 100%;
    height: 2px;
    margin-top: 20px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMYAAAACCAYAAAAD4qP/AAAAAXNSR0IArs4c6QAAAWJJREFUOE99U4uOwzAIg9yH349v4WTzTJedNDUEjG1op2ZmYltsv0UE4eaJnKDEE3XPO9yxE4O6sv7oe9zJSS7HkZs677q37tAPHsd3b3pOn5MTGtSa/JwxtMrvmO85/2Uvm7POOXsnmMX30vX0q7pEVEVERdaSvKssbFN0LdbqTDxOVHh3DgWPgsNP9lfNcaxBi/3gHfGBdVz5I39oBa9FDpwW2Imf/Z0PXXpMv+2Vc6bHy9zgSd1jflxqfwudvb8x991H7u88cybf7RI1s19+pPhW+UC8BS8/Y74ViRzzgQ1MY5845zr6g7902HJq7f2Klv/zN4+nd9C8ararz+knvBSuZhZZGXNHb99P7iz9V3/4Hz34RLb4B774B/AYLxix5/receJ/vIc/PAJf8eAInIO/a6KWvqg/OafP9Euqp077OGeYs3zpob7P1F57D+4ueIa30rnN97GX+77PPX7u/g/HTFyKf4lsNwAAAABJRU5ErkJggg==') no-repeat;
    object-fit: cover;
    /* border-bottom: 2px dotted; */
}

.nav_list {
    padding: 10px 0;
}

.nav_list ul li {
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #31373E;
}

.nav_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.nav_list ul li .active_icon {
    display: none;
    margin-left: 24px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #985500;
}

.nav_list ul .cur a {
    background: #FAF5F0;
    border-radius: 1px;
    font-weight: 600;
    color: #985500;
}

.nav_list ul .cur a .active_icon {
    display: inline-block;
}

.member_content {
    float: right;
    width: 982px;
    min-height: 500px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px 0px rgba(235, 235, 235, 0.5);
    border: 1px solid #EBEBEB;
    padding-bottom: 50px;
}

.member_content .content_top {
    width: 100%;
    height: 66px;
    line-height: 66px;
    display: flex;
    text-align: center;
    align-items: center;
    border-bottom: 1px solid #EBEBEB;
}

.member_content .content_top h3 {
    font-size: 16px;
    font-weight: 600;
    color: #0C0F11;
    width: 150px;
    position: relative;


}
.member_content .content_top h3::after{
    border-bottom: 1px solid #CF9B5D;
    content: '';
    position: absolute;
    left: calc(-50% + 80px);
    right: calc(50% + 24px);
    margin-top: 65px;
    height: 1px;
    background: #CF9B5D;
    cursor: default;
    width: 150px;
}
/*
.member_content .content_top h3 .bottom_line {
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    background: linear-gradient(166deg, #CF9B5D 0%, #E3AD70 100%);
    box-shadow: 0px -10px 20px 0px rgba(26, 23, 70, 0.08);
}
*/
.member_content .content_top .legend {
    font-size: 14px;
    color: #9EA5BB;
    line-height: 14px;
}

.member_content .content_top .rzqy_btn {
    width: 100px;
    height: 40px;
    background: linear-gradient(360deg, #1474F1 0%, #3596FF 100%);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    margin-left: auto;
    margin-right: 20px;
    cursor: pointer;
}


/* 公共tab  样式开始 */
.common-tab .layui-tab {
    margin: 0 auto;
}

.common-tab .layui-tab .tab-title-contain {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 3px 4px 0px rgba(235, 235, 235, 0.5);
    border: 1px solid #EBEBEB;
}

.common-tab .layui-tab-title {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    border: none;
}

.common-tab .layui-tab .tab {
    min-width: auto;
    padding: 20px 0;
    margin-right: 25px;
    font-size: 14px;
    color: #40434C;
    line-height: 20px;
}

.common-tab .layui-tab .layui-this {
    color: #DCA669;
    font-weight: 600;
    font-size: 16px;
}

.common-tab .layui-tab .layui-this::after {
    bottom: 0;
    top: auto;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #DCA669;
    opacity: 0.9;
}

.common-tab .layui-tab .tab-content-contain {
    width: 100%;
    background: #F7F9FA;
}

.common-tab .layui-tab .layui-tab-content {
    width: 1200px;
    min-height: 914px;
    margin: 0 auto;
    margin-top: 24px;
    padding: 0 0 24px 0;
    background: none;
}


/* 公共tab  样式结束 */

/* 贷款产品card样式 ---- 开始 */
.common-product .product-detail-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.common-product .product-detail {
    box-sizing: border-box;
    width: 378px;
    min-height: 181px;
    padding: 20px;
    margin-bottom: 14px;
    background: #fff;
    border: 1px solid #EBEBF2;
}

.common-product .product-detail:hover {
    border-radius: 2px;
    border: 1px solid #CF9E66;
}

.common-product .product-detail .title {
    padding: 0;
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 600;
    color: #0C0F11;
    line-height: 20px;
    background: none;
}

.common-product .product-detail .title::before {
    display: none;
}

.common-product .product-detail .label {
    font-size: 14px;
    font-weight: 400;
    color: #31373E;
    line-height: 20px;
}

.common-product .product-detail .num {
    margin-left: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #C7171D;
    line-height: 18px;
    font-style: normal;
}

.common-product .product-detail .line {
    width: 100%;
    height: 1px;
    margin: 14px 0;
    background: #EBEBF2;
}

.common-product .product-detail .attributes-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.common-product .product-detail .attributes-list .attribute {
    width: 165px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.common-product .product-detail .attributes-list .attribute .value {
    /* margin-left: 15px; */
    font-size: 14px;
    font-weight: 500;
    color: #232628;
    line-height: 20px;
}

.common-product .product-detail .attributes-list .attribute:nth-child(n+3) {
    margin-bottom: 0;
}

/* 贷款产品card样式 ---- 结束 */

/* 贷款产品panel ---- 开始 */
.common-product-panel .panel .title .label {
    padding-left: 21px;
}

.common-product-panel .panel .title::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 20px;
    background: #DFAE77;
}
