/* 这是引入的icomoon字体图标 */
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?mta68v');
    src: url('../fonts/icomoon.eot?mta68v#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?mta68v') format('truetype'),
    url('../fonts/icomoon.woff?mta68v') format('woff'),
    url('../fonts/icomoon.svg?mta68v#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/* 这是通用的body初始化 */
body {
    width: 100%;
    min-width: 320px;
    max-width: 1200px;
    margin: auto;
    background-color: #fff;
    font-size: 14px;
    font-family: -apple-system, helvetica, arial, sans-serif;
    line-height: 1.5; /*行高 是字体的1.5倍 */
    color: #000;

}

/* 清楚外边距和内边距 */
ul {
    margin: 0;
    padding: 0;
}

/* 清除li下面的小圆点 盒子模型为CSS3新样式 */
li {
    list-style: none;
    box-sizing: border-box;
}

/* 图片和超链接点击没有外高亮 清除下划线 按住不动不会弹框 */
img,
a {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    text-decoration: none;
    color: #000;
}

/* 这是导航模块 start */
.navigate {
    height: 80px;
}

.navigate ul {
    width: 100%;
    margin-top: 10px;
}

.navigate ul li {
    float: left;
    width: 31%;
    height: 80px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-left: 1.5%;
}

.navigate ul li:nth-child(1) {
    background: linear-gradient(to right, #ff5500, #ff8e4c);
}

.navigate ul li:nth-child(2) {
    background: linear-gradient(to right, #0055ff, #3e82ff);
}

.navigate ul li:nth-child(3) {
    background: linear-gradient(to right, #aa00ff, #c766ff);
}

.navigate ul li h4 {
    line-height: 20px;
    color: #fff;
}

.navigate ul li p {
    line-height: 2px;
    color: #fff;
}

.navigate ul li h4::after {
    content: '';
    font-family: 'icomoon';
    font-size: 12px;
    margin-left: 10px;
}

/* 这是导航模块  end */

/* 这是区域下拉框 和 产品类型分类 start*/
.search ul {

    display: flex;
    justify-content: start;
    /* flex-wrap: wrap; */
    width: 90%;
    height: 50px;
    margin: auto;
}

.search ul li {
	
    height: 20px;
    text-align: center;
    margin-top: 10px;
    line-height: 20px;
	
}

.search .active {
    background: linear-gradient(to left, #0055ff, #3d87ff);
    color: #fff;
    border-radius: 15px;

}

.search select {

    width: 65px;
    border-style: none;
    border-bottom: 1px solid #000;
    -webkit-appearance: listbox;
    background-color: inherit;
    outline: none; /*选择之后清除外框*/
}

.search ul:nth-child(1) li {
    width: 22%;
    margin-right: 4%;
}

.search ul:nth-child(2) li {
    width: 20%;
    margin-right: 0;
}

/* 这是区域下拉框 和 产品类型分类 end*/
.type {
 display: flex;
 width: 85%;
 margin: auto;
}
.type p {
 /* margin-right: 30px; */
 line-height: 0;
 width: 20%;
}
.type .tab {
 width: 80%;
 display: flex;
 justify-content: left;
 flex-wrap: wrap;
}
.type .tab li {
 width: 25%;
 margin-bottom: 10px;
 margin-top: 5px;
 text-align: center;
}
.type .active {
 background: linear-gradient(to left, #0055ff, #3d87ff);
     color: #fff;
     border-radius: 15px;
 }

/* 这是产品列表 start */

.product {
    overflow: hidden;
    width: 95%;
    border: 1px solid #c6c6c6;
    border-radius: 15px;
    margin: auto;
    margin-bottom: 10px;
}

.product .logo-list {
    height: 50px;
    margin-left: 15px;
}

.product .logo-list li {
    float: left;
    margin-top: 5px;
}

.product .logo-list li:nth-child(1) {
    width: 40px;
    height: 40px;
}

.product .logo-list li img {
    width: 100%;
    /* 贷款logo自动适应盒子的大小 请上传最小为 80*80像素的图片 */
}

.product .logo-list li:nth-child(2) {
    font-size: 16px;
    line-height: 40px;
    padding-right: 10px;
    padding-left: 10px;
}

/* 建议上传3个以内的标签 */
.product .logo-list li:nth-child(n+3) {
    padding: 2px 10px;
    margin-right: 5px;
    font-size: 10px;
    font-weight: 400;
    background: linear-gradient(to left, #ff5500, #ff7e34);
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    text-align: center;
    color: #fff;
}

.product .text-relay {
    width: 100%;
    margin: 5px 0 0 20px;
}

.product .text-relay li {
    float: left;
    width: 33%;
    height: 60px;
}

.product .text-relay li:nth-child(1) {
    color: #ff5500;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
}

.product .text-relay li:nth-child(1)::after {
    content: '万额度';
    color: #000;
    font-size: 14px;
}

.product .text-relay li:nth-child(2) {
    text-align: center;
    font-size: 14px;
    line-height: 70px;
}

.product .text-relay li:nth-child(3) a {
    padding: 5px 10px;
    background: linear-gradient(to top, #0055ff, #00aaff);
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    border-radius: 20px;
    line-height: 60px;

}

.product .text-relay li:nth-child(3) a::after {
    font-family: 'icomoon';
    content: '';
}

/* 这是产品列表 end */
/* 这是底部菜单 start */
.foot-top {
    /* 为了调整底部菜单导航会遮住上面一部分内容 */

    height: 80px;
    text-align: center;
}

.foot-top::after {
    content: '400-078-0005';
    color: #0055FF;
    font-size: 16px;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 99;
    width: 100%;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 5px 6px 2px #7c7c7c;
    transform: translateX(-50%);
}

.footer a {
    display: inline-block;
    width: 32%;
    text-align: center;
    line-height: 50px;
}

.footer .active {
    color: #0055ff;
}

.footer a::before {
    font-family: 'icomoon';
    font-size: 16px;
    line-height: 50px;
}

.footer a:nth-child(1)::before {
    content: '';

}

.footer a:nth-child(2)::before {
    content: '';
}

/*
.footer a:nth-child(3)::before {
	content: '';
}
*/

.footer a:nth-child(3)::before {
    content: '';
}
