/******************************

注意！！！请勿直接用设计提供的css替换

**********************/
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]{
	color:#555;
}
html {
    font-size: 10px;
}

button {
    border: 0;
    outline: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:link {
    text-decoration: none;
    color: #333;
}

a:visited {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #333;
}

a:active {
    text-decoration: none;
    /* font-size: 14px;
  font-weight: bold; */
}

body {
    font-family: PingFangRegular;
    font-size: 14px;
    padding-right:0px!important;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

button {
    outline: none;
    border: 0;
    background-color: #fff;
}

#login {
    z-index: 10;
    display: none;
}

.basic_title img {
    width: 1.2rem;
    height: 1.5rem;
    margin-right: 0.5rem;
}


/* 版心 */

.content {
    width: 83%;
    margin: 0 auto;
}


/* 维护提示 */

.weihu {
    text-align: center;
    margin-top: -80px;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}


/*  二维码大图*/

.bigz_img {
    display: none;
}

.fa_bor2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 85%;
    padding: 2rem;
    border: 1px solid #eee;
}

.xia,
.shan {
    background: #004F6B;
    color: #fff;
    padding: 0.5rem 2rem;
    margin-left: 10px;
}

.yin {
    position: fixed;
    background: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.page_nav {
    text-align: center;
}


/*当前位置*/

.now {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
}

.now img {
    margin: 0 0.5rem;
}

.pai_list {
    display: flex;
    padding: 1rem 2rem;
    text-align: right;
    position: absolute;
    right: 6%;
    top: 0%;
}

.paixu {
    display: flex;
    color: #999;
    margin: 0 1rem;
}

.arr {
    margin: 0 0.5rem;
    display: flex;
    align-items: center;
}

.arrUp {
    cursor: pointer;
}

.arrDown {
    cursor: pointer;
}


/* 按钮 */
/* 样式转移到index.css，否则会影响bootbox弹框样式 */
/* .btn {
    background-color: #eeeeee;
    border-radius: 30px;
    padding-right: 2rem;
    padding-left: 2rem;
    margin-right: 2rem;
    box-sizing: border-box;
    color: #a9a9a9;
} */

.btns {
    background-color: #eeeeee;
    border-radius: 25px;
    box-sizing: border-box;
    color: #fff;
    padding: 0.5rem 2rem;
    margin-top: 1rem;
    font-size: 1.5rem;
    font-weight: 400;
    /* background: linear-gradient(to right, #e49600, #ffc700); */
}

.post .btns {
    font-size: 1.6rem;
}


/*背景文字*/

.heard_title {
    color: #fff;
    /* left: 12%; */
    position: absolute;
    top: 45%;
    z-index: 1;
    transform: translateY(-50%);
    width: 100%;
}

.heard_title div {
    box-sizing: border-box;
}

.titleone {
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center;
}

.titletwo {
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
}

.titleth {
    font-size: 1.9rem;
    font-weight: 400;
    max-width: 550px;
    height: 30px;
}
/*首页我要贷款按钮*/
@keyframes ripple-in {
    0% {
        transform: scale(1.2);
        background: transparent

    }
    100% {
        transform: scale(1);
    }
}
.index_btns {
width: 83%;
display: flex;
justify-content: space-around;
margin: 0 auto;
/* margin-top: 100px; */
}
.index_btns .ani_btns{
width: 9%;
cursor: pointer;
min-width: 50px;
/* height: auto; */
position: relative;
}
.index_btns .ani_btns1{
height: 8vw;
}
.index_btns .ani_btns .aniimg1 {
animation: ripple-in 3s;
animation-iteration-count: infinite;
animation-direction: alternate;
position: absolute;
/* right: -1.5rem; */
top: 0;
z-index: -1;
width: 100%;    
}
.index_btns .ani_btns .aniimg2 {
position: absolute;
width: 100%;
top: 0;
/* left: 25%; */
}
.index_btns .ani_btns .white_text {
width: 100%;
}

/* 位置导航 */

.pross {
    margin: 0 auto;
}

.now_sel {
    color: #3E7BC5;
    margin-left: 0.5rem;
}

.now_city {
    padding: 1rem 0;
    font-size: 1.2rem;
    display: flex;
}

.now_img {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.5rem;
}


/*头部*/

.header {
    padding: 1rem 0;
    width: 100%;
    position: absolute;
    top: -24px;
    z-index: 3;
}

.head_bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
}

.head_tabs {
    position: absolute;
    bottom: 0%;
    width: 100%;
    background: rgba(0, 0, 0, .2);
}

.head_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #363133;
    width: 83%;
    margin: 0 auto;
    justify-content: space-between;
}

.head_dl {
    border-radius: 0.5rem;
    border: solid 1px #e49600;
    background-color: #e49600;
    text-align: center;
    font-size: 1.4rem;
    padding: 0.1rem 1rem;
    white-space: nowrap;
    cursor: pointer;
    margin-left: 1rem;
    color: #fff;
}

.head_zc {
    border-radius: 0.5rem;
    text-align: center;
    font-size: 1.4rem;
    padding: 0.1rem 1rem;
    white-space: nowrap;
    cursor: pointer;
    margin-left: 1rem;
    color: #fff;
    background-color: #1b95b9;
    border: solid 1px #1b95b9;
}

.logo {
    display: flex;
    align-items: center;
    color: #fff;
}

.logo_con {
    margin-left: 0.5rem;
    padding-right: 1rem;
    box-sizing: border-box;
    margin-right: 1rem;
}

.logo_title {
    font-weight: bold;
    font-size: 2.2rem;
    color: #323436;
}

.logo_text {
    font-size: 1.5rem;
    color: #323436;
}

.logo img {
    width: 13rem;
    margin: 0 1rem;
    /* border-right: solid 1px #fff; */
    padding: 20px 0;
}

.head_ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.head_ul li {
    margin-right: 1rem;
    position: relative;
}

.head_ul span a {
    color: #fff;
    text-decoration: none;
    font-size: 1.8rem;
}

.head_ul span {
    padding: 0.3rem 1rem;
    font-size: 1.8rem;
    display: block;
    color: #fff;
}

.hactive {
    background-color: #1559dc;
    border-radius: 6px;
    padding: 0.3rem 1rem;
    font-size: 1.4rem;
}

.head_ul span:hover {
    background-color: #fcfffd;
    border-radius: 6px;
    color: #eaaf3a;
}

.head_ul span:hover a {
    color: #eaaf3a !important;
}

.head_ul li:hover .tab_li {
    display: block;
}

.head_ul li:hover a {
    color: #666;
}

.tab_li {
    position: absolute;
    background: #def2f9;
    color: #666;
    display: none;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.tab_li span a {
    color: #000;
}

.tab_li li {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-right: 0;
    min-width: 15rem;
}

.tab_li span a:hover {
    color: #eaaf3a;
}

.tab_li span {
    height: 4rem;
    line-height: 3.8rem;
    padding: 0rem 1rem;
    border-bottom: 1px solid #eee;
    display: block;
    color: #666;
}

.tab_li span a {
    text-decoration: none;
    width: 100%;
    display: block;
    color: #666;
    font-size: 1.5rem;
}

.head_zs {
    width: 150px;
    white-space: normal;
}


/*标题*/

.basic_titles {
    display: flex;
    align-items: center;
    justify-items: center;
    background-color: #00acff;
    color: #fff;
    padding: 0rem 4rem;
    font-size: 1.4rem;
    height: 4rem;
    line-height: 4rem;
}

.basic_titles img {
    width: 1.2rem;
    height: 1.5rem;
    margin-right: 0.5rem;
}


/* 标题 */

.basic_title {
    text-align: center;
    font-size: 2.4rem;
    padding: 1.5rem 0;
    font-weight: 700;
    color: #333 !important;
}

.basic_title span {
    text-align: center;
    font-size: 1.5rem;
    padding: 2rem 0;
    font-weight: 700;
    color: #dedcdf;
}


/*流程*/

.basic {
    margin: 0 auto;
}

.fa_btn {
    background-color: #004F6B;
    text-align: center;
    color: #fff;
    width: 10rem;
    margin: 0rem 1rem;
    padding: 0.8rem 0rem;
}

.fa_bor {
    border: 1px solid #eee;
    width: 85%;
    margin: 0 auto;
    padding: 3rem 0;
    text-align: center;
}

.pross {
    width: 85%;
    margin: 0 auto;
}

.now_sel {
    color: #3E7BC5;
    margin-left: 0.5rem;
}

.now_city {
    padding: 1rem 0;
    font-size: 1.2rem;
    display: flex;
}

.now_img {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.5rem;
}

.dre_img {
    margin-bottom: 2rem;
}

.shening {
    min-height: 35rem;
    width: 85%;
    margin: 0 auto;
}

.process {
    display: flex;
    text-align: center;
    color: #878787;
    justify-content: space-around;
    font-size: 1rem;
    padding: 0 2rem;
    font-size: 1.4rem;
}

.process img {
    width: 7rem;
    margin-bottom: 1rem;
}

.pro_list {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.pro_list:last-child {
    width: 50%;
}

.process_now {
    color: #3E7BC5;
}

.arrow {
    font-weight: bold;
    color: #ddd;
    margin-top: 3rem;
    font-size: 1.4rem;
}


/* 登录成功与退出 */

.denglu {
    border-radius: 0.5rem;
    text-align: center;
    font-size: 1.4rem;
    padding: 0.1rem 0.5rem;
    white-space: nowrap;
    cursor: pointer;
    margin-left: 1rem;
    color: #fff;
    background-color: #e49600;
    border: solid 1px #e49600;
    position: relative;
}

.denglu img {
    width: 20px;
    margin: 0;
    border-right: 0;
}


/* 
.tuichu {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.2rem 1rem;
  border-radius: 5px;
  background-color: #def2f9;
  box-sizing: border-box;
  color: #666;
  display: none;


} */


/* 城市 */

.city_box {
    position: relative;
}

.citys {
    display: none;
}

.citya {
    position: absolute;
    display: flex;
    top: 4.5rem;
    left: 0;
    padding: 1rem 0;
    min-height: 15rem;
    border-radius: 5px;
    width: 33rem;
    background-color: #d2eaf3;
    box-sizing: border-box;
    color: #666;
    z-index: 4;
}

.city_title {
    cursor: pointer;
}

.citya li {
    padding: 0.3rem;
    box-sizing: border-box;
}

.citya .city_item {
    width: 25%;
    text-align: center;
}

.span {
    cursor: pointer;
}

.span img {
    width: 20px;
    margin: 0;
    border: 0;
}

.titlebig {
    width: 39rem;
}

.pross {
    width: 100% !important;
}


/* 咨询电话 */

.phona_post {
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
}

.phona_post div {
    padding: 1rem;
    text-align: center;
    background-color: #fff;
    margin-bottom: 1rem;
    color: #222;
    box-sizing: border-box;
}

.top_bx {
    background-color: #1bace6;
    height: 120px;
}


/*底部*/

.app_foor {
    background: #080707;
    font-size: 1.2rem;
    position: relative;
}

.foor_flex {
    margin: 0 auto;
    justify-content: center;
    color: #fff;
    align-items: center;
    flex-wrap: wrap;
}

.foor_ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    color: #ddd;
    padding: 1.5rem 0;
    justify-content: center;
    background-color: #2698ca;
}

.foor_ul a {
    color: #fff !important;
}

.foor_ul li {
    margin: 0 2rem;
}

.foor_ul li:first-child {
    margin-left: 0;
}

.foor_details {
    padding: 3rem;
    line-height: 2rem;
    text-align: center;
    background-color: #2bace3;
    box-sizing: border-box;
}

.foor_details span {
    margin-left: 2rem;
}

.foor_img {
    display: flex;
    justify-content: center;
    position: absolute;
    right: 15%;
    top: 25%;
}

.foor_img {
    display: flex;
    text-align: center;
}

.foor_li {
    width: 6rem;
    margin-right: 3rem;
}

.foor_img img {
    width: 100%;
    margin-bottom: 1rem;
    height: 6rem;
}

.foor_title {
    white-space: nowrap;
}


/* 手机底部导航 */


/* 手机导航图标 */

@font-face {
    font-family: "iconfont";
    src: url('iconfont.eot?t=1606378035281');
    /* IE9 */
    src: url('iconfont.eot?t=1606378035281#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'), url('iconfont.woff?t=1606378035281') format('woff'), url('iconfont.ttf?t=1606378035281') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url('iconfont.svg?t=1606378035281#iconfont') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-ziyuan21:before {
    content: "\e66d";
}

.icon-ziyuan23:before {
    content: "\e66e";
}

.icon-ziyuan24:before {
    content: "\e66f";
}

.icon-ziyuan25:before {
    content: "\e670";
}

.icon-tesejinrongqu:before {
    content: "\e671";
}


/*  手机导航图标结束*/

.foor {
    position: fixed;
    bottom: 0%;
    z-index: 99;
    width: 100%;
    height: 53px;
    background: #e0e2e1;
    background: linear-gradient(#d9dbda, #f9f9f9, #dddcd9);
    border-top: 1px solid #ddd;
    display: none;
}

.foor .foor_uls {
    height: 50px;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    align-items: center;
    margin-top: 1px;
    border-top: 1px solid #fff;
}

.foor .foor_uls li {
    width: 20%;
    height: 46px;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 3px;
    margin: 1px 1px 1px 4px;
    padding: 0px;
    margin-top: 1px;
    box-sizing: border-box;
    position: relative;
}

.foor .foor_uls li::after {
    position: absolute;
    right: 3px;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    color: #c8cac9;
    border-left: 1px solid #c8cac9;
}

.foor .foor_uls li:first-child::after {
    display: none;
}

.foor .foor_uls .active {
    background: linear-gradient(#2699cb, #2bace3, #2bace3);
    color: #fff;
}

.foor .foor_uls .active a {
    color: #fff;
}

.foor .index_header {
    position: fixed;
    padding: 1rem;
    text-align: center;
    font-size: 3rem;
    width: 100%;
    background: #fff;
    top: 0%;
    z-index: 99;
    border-bottom: 1px solid #ddd;
}

.foor ul a {
    text-decoration: none;
    width: 100%;
    text-align: center;
    color: #757575;
    text-decoration: none;
    z-index: 999;
}

.foor .d_img {
    width: 100%;
}

.foor .d_img img {
    width: 25%;
    margin-bottom: 0.3rem;
}

.foor .div_typename {
    font-size: 1rem;
    width: 100%;
}

.foor img {
    width: 100%;
    height: 100%;
}

.foor .login_bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 20rem;
    z-index: -1;
}

.foor .tou {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: 0.2rem solid #fff;
    margin: 1rem auto;
}

.foor .tou img {
    border-radius: 50%;
}

.foor .login_hader {
    text-align: center;
    color: #fff;
}

.foor .rz {
    width: 6rem;
    height: 2rem;
    margin: 1rem auto;
}

@media (max-width: 767px) {
    body {
        margin-bottom: 30px;
    }
    .foor {
        display: block;
    }
    .app_foor {
        display: none;
    }
    .index_btns .ani_btns{
        width: 50px;
        /* height: 61px; */
    
    }
    .index_btns .ani_btns1{
        height: 50px;
        }
    /* ---------- */
    /*头部*/
    .head_ul {
        display: none;
    }
    .foor_img {
        position: relative;
        margin: 1rem 0;
    }
    .foor_ul {
        padding: 1rem 0;
    }
    .pro_list {
        margin: 0 0.5rem;
    }
    .fa_bor2 {
        width: 100%;
    }
    .post .btns {
        padding: 0.2rem 0.5rem;
        font-size: 1.2rem;
    }
    .basic_title span {
        font-size: 1rem;
    }
    .content {
        width: 94%;
        margin: 0 auto;
    }
    .logo_title {
        font-size: 1.5rem;
    }
    .head_list {
        margin-top: 10px;
        width: 100%;
    }
    .logo_text {
        font-size: 1.2rem;
    }
    .header {
        top: 35px;
    }
    .head_dl {
        font-size: 1.5rem;
        padding: 0.1rem 0.5rem;
    }
    .logo_con {
        margin-right: 0.5rem;
    }
    .titleone {
        font-size: 1.2rem;
    }
    .titletwo {
        font-size: 1.3rem;
    }
    .titleth {
        font-size: 1rem;
    }
    .citya {
        position: fixed;
        top: 75px;
        left: 50%;
        transform: translateX(-50%);
        width: 97vw;
    }
    .head_dl {
        margin-left: 0.5rem;
    }
    .logo img {
        width: 12rem;
        padding: 7px 0;
    }
    .span img {
        width: 20px;
        margin: 0;
        border: 0;
    }
    .atitele_box {
        top: 70%;
    }
    .atitele_box .atexts {
        font-size: 1.2rem;

    }
    .phona_post {
        position: absolute;
        right: 3px;
        top: 82%;
        z-index: 3;
        transform: translateY(-50%);
    }
    .denglu img {
        width: 20px;
        margin: 0;
        border-right: 0;
    }
    .phona_post div {
        padding: 0.3rem;
    }
    .can_img {
        width: 60%;
    }
    .can_img img {
        width: 100%;
    }
    .basic_btn {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .basic_title {
        width: 85%;
        font-size: 2rem;
    }
    .code_info {
        width: 50%;
        margin: 0 auto;
    }
    /* 手机和pc导航隐藏 */
    .head_list img,
    .head_list .city_box {
        display: none;
    }
    .footer {
        display: none;
    }
}

/*导航栏*/


/*登陆*/

.login {
    position: fixed;
    top: 30%;
    background: #fff;
    left: 32%;
    padding: 2rem 4rem;
    z-index: 111;
    width: 34%;
}

.lg_flex {
    display: flex;
    justify-content: space-between;
    font-size: 1.2rem;
}

.lg_text {
    text-align: center;
    color: #3E7BC5;
}

.lg_btn {
    background: #3E7BC5;
    text-align: center;
    color: #fff;
    padding: 1rem 0;
    border-radius: 0.4rem;
    margin-top: 2rem ;
}

.login_title {
    text-align: center;
    color: #3E7BC5;
    font-size: 2rem;
    font-weight: bold;
}

.login_nav {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
}

.login_nav div {
    margin-right: 10px;
    cursor: pointer;
    padding: 0.5rem;
}

.login_nav .active {
    background-color: #3e7bc5;
    border-radius: 5px;
    color: #fff;
}

.lg_cell {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    height: 4rem;
    margin: 1rem 0;
}

.lg_cell img {
    margin: 0 1rem;
}

.lg_cell input {
    border: 0;
    outline: none;
    width: 80%;
}

.lg_protocol {
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
}
.lg_protocol .lg_input_protocol {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  display: none;
}       
.lg_protocol .lg_input_protocol+span.span_checkbox {
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-right: 5px;
  cursor: pointer;
}       
.lg_protocol .lg_input_protocol:checked+span.span_checkbox {
  border: 0;
  background: url('../img/checked.png') no-repeat;
  background-size: 100% 100%;
}
.lg_protocol p{
  margin: 0;
  font-weight: normal;
  flex: 1;
}
.lg_protocol p a{
  color: #3E7BC5;
  cursor: pointer;
}

.dai_hide2 {
    position: absolute;
    right: 5%;
    top: 4%;
    font-size: 1.3rem;
}

.dai_hide2:hover {
    cursor: pointer;
}


/*头部*/

a {
    outline: none;
}

.eactive {
    color: #fff !important;
    background: rgba(0, 0, 0, .2);
}

.er_ul {
    margin-left: 2rem;
}

.er_ul a {
    color: #fff !important;
}

.tab_ul li a:hover {
    background: #4892EB;
}

.tab_ul li:hover .tab_ul2 {
    display: block;
    opacity: 1;
}

.er_ul,
.shan_ul {
    list-style: none;
}

.er_ul li {
    padding: 1rem;
}

.tab_ul2 {
    z-index: 1111;
    position: absolute;
    display: none;
    list-style: none;
    background: rgba(0, 0, 0, .1);
    padding: 0;
    margin-top: 0rem;
}

.tab_ul2 a {
    color: #fff !important;
    padding: 1.5rem 1rem;
    display: block;
    text-decoration: none !important;
}

.tab_ul2 li {
    z-index: 1111;
    text-align: left;
    min-width: 10rem;
}

.tab_ul2 li:hover {
    background: #4892EB;
}

.navbar-brand {
    color: #fff !important;
}

.dis_us {
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
}

.hd_user {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #eee;
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
    color: #777777;
}

.hd_con {
    display: flex;
    align-items: center;
    width: 85%;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2rem 0;
}

.hd_img {
    width: 4.5rem;
    height: 5rem;
    margin-right: 1rem;
}

.hd_title {
    font-family: PingFang-SC-Heavy;
    font-size: 2.5rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #3E7BC5;
    margin: auto 0;
}

.hd_foshan {
    font-size: 1.4rem;
    letter-spacing: 0rem;
    color: #3E7BC5;
}

input {
    outline: 0;
    border: 0;
    height: 90%;
    color: #939393;
    font-size: 1.2rem;
}

.hd_input {
    border: 1px solid #ddd;
    margin-left: 2rem;
    height: 3rem;
    line-height: 2.8rem;
    padding: 0 1rem;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.hd_input input {
    width: 85%;
    margin-left: 0.5rem;
}

.search_text {
    width: 6rem;
    height: 3rem;
    line-height: 3rem;
    background-color: #3E7BC5;
    font-size: 1.2rem;
    color: #ffffff;
    text-align: center;
    margin-left: 2rem;
}

.hd_img img {
    width: 100%;
    height: 100%;
}

.in_tab {
    background: -webkit-linear-gradient(top, #318bd7 50%, #0c6fc0 50%);
}

.tab_ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding: 0;
    width: 85%;
    margin: 0 auto;
    color: #fff;
    font-size: 1.4rem;
}

.tab_ul span a {
    color: #fff !important;
    width: 10rem;
    padding: 1rem;
    display: block;
    text-decoration: none !important;
}

.tab_ul li {
    text-align: center;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #004F6B;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #3E7BC5;
    color: #fff;
}

.navbar-inverse {
    background-color: #1dace6;
    border-color: #ccc;
}

.navbar-header {
    display: flex;
    align-items: center;
}

.navbar-inverse .navbar-toggle {
    border-color: #3E7BC5;
}

.nav_li>a {
    color: #fff !important;
}

.active {
    background-color: #004F6B;
}

.active2 {
    border-bottom: 2px solid #fff;
    padding: 0.5rem 0;
}

.dis_sb {
    display: flex;
}

.dis_sb2 {
    display: flex;
}

.in_tab2 {
    display: none;
}

/* 红点提醒 */
.center_img_dot {
    position: relative;
}
.center_img_dot::after {
    content: "";
    height: 1rem;
    width: 1rem;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    right: 15%;
    top: 0;
}

.center_img_dot_out {
    position: relative;
}
.center_img_dot_out::after {
    content: "";
    height: 1rem;
    width: 1rem;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    right: 5%;
    top: 0;
}


@media (max-width: 321px) {}

@media (max-width: 767px) {
    .weihu {
        margin-top: 10px;
    }
    .btns,
    .tuichu,
    .head_zc,
    .head_dl {
        font-size: 1.2rem;
    }
    .btns {
        font-size: 1.6rem;
    }
    .heard_title {
        top: 65%;
        /* left: 9%; */
    }
    .titletwo {
        font-size: 1.4rem;
    }
    .titleth {
        height: 20px;
    }

    .fa_bor {
        width: 100%;
    }
    .foor_flex {
        width: 100%;
    }
    .foor_ul li {
        margin: 0px 0.8rem;
    }
    .foor_details span {
        display: block;
        margin: 0;
    }
    .hd_foshan {
        font-size: 0.9rem;
    }
    .login {
        left: 3%;
        width: 94%;
    }
    .tab_ul {
        flex-wrap: wrap;
    }
    .hd_con {
        width: 95%;
        margin-top: 2rem;
    }
    .hd_title {
        font-size: 1.5rem;
        margin-top: 1.5rem;
        width: 85%;
    }
    .hd_user {
        display: none;
    }
    .hd_input {
        margin: 0;
        width: 80%;
    }
    .dis_sb2 {
        margin-top: 1rem;
        width: 100%;
    }
    input {
        width: 12rem;
    }
    .tab_ul li {
        width: 8rem;
        padding: 0.7rem 0;
        margin-bottom: 0.5rem;
    }
    .in_tab {
        display: none;
    }
    .in_tab2 {
        display: block;
    }
    .titlebig {
        width: 22rem;
    }
    /**/
    .dre_img img {
        width: 8rem;
    }
    .process img {
        width: 4rem;
        height: 4rem;
    }
    .fenge {
        border-bottom: 1px solid #eee;
        margin: 1rem 0;
    }
    .process {
        font-size: 1rem;
        justify-content: space-between;
        padding: 0;
    }
    .arrow {
        display: none;
    }
    .process_failed {
        margin-top: 1rem;
    }
    .process_now {
        margin-top: 1rem;
    }
    .dre_img {
        margin: 1rem 0;
    }
    .arrow {
        margin-top: 3rem;
    }
    .pross {
        width: 100%;
        padding: 0 1rem;
    }
    .center_img_dot::after{
    	right:1%;
    }
    /* 手机版红点提醒 */
	.res_dot {
		position: relative;
		padding-right: 5%;
	}
	.res_dot::after {
		content: "";
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: red;
		position: absolute;
		right: 5%;
	    top: 5%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
    /*在768和991像素之间的屏幕里,这里的样式才生效*/
    .none2 {
        display: none;
    }
    .head_ul {
        margin: -10px 0;
    }
    .login {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 111;
        width: 60%;
    }
    .ba_list {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .head_ul {
        margin: -10px 0;
    }
    /*在992和1199像素之间的屏幕里,这里的样式才生效*/
    .none2 {
        display: none;
    }
    .foor_img {
        right: 0%;
    }
    .ba_list {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    /*在大于1200像素的屏幕里,这里的样式才生效*/
    .none2 {
        display: none;
    }
}
@media (max-width: 321px) {
    /*在大于1200像素的屏幕里,这里的样式才生效*/
    .logo img {
        width: 8rem;
    }
    .span img {
        width: 20px;
        margin: 0;
        border: 0;
    }
}
@media (min-width: 992px) and (max-width: 1400px) {
    /*适配1024、1280、1366像素的屏幕*/
    .head_list {
        width: 90%;
    }
    .head_ul span {
        padding: 0.3rem 0.1rem;
        font-size: 1.5rem;
    }
    .head_ul span a {
        font-size: 1.5rem;
    }
}
@media (min-width: 992px) and (max-width: 1100px) {
    /*适配1024像素的屏幕*/
    .head_list {
        width: 98%;
    }

}
.chaxun, .bi_btn, .fa_btn,.fa_btn2, .cell_btn, .edu_btn, .tab_ul1, .shen_btn, .tian, .lg_btn, .dlu, .outlogin, .an, .duibi, .my_shen,
        .bie_btn, .ly, .fh, .no, .yes, .search_text, .tab_ul2, .gong_con, .shen, .gen, .zhan_gen, .dai_ul li, .bq_ul div, .shan, .xia, .login-code, .phona_post,
        .dai_hide, .fuwu_ul2 li, .tese_list li
         {
        	cursor:pointer;
        }
        .dr_body{
        	min-height:calc(60vh);
        }


/*单选*/
.choose {
  display: flex;
}
.choose_li {
  display: flex;
  align-items: center;
  margin: 0 0.5rem;
}
.choose_li .span {
    width: 1.5rem;
    height: 1.5rem;
    border: 4px solid #eee;
    display: block;
    border-radius: 50%;
    margin: 0 0.2rem;
}
.sle {
  background: #3E7BC5;
  width: 1.5rem;
  height: 1.5rem;
  border: 6px solid #eee;
  display: block;
  border-radius: 50%;
  margin: 0 0.2rem;
}

/* 特色专区弹窗 */
.tese_tan {
    width: 100%;
    height: 100%;
    display: none;
}
.tese_tan .dai_ul li {
    width: 31%;
    cursor: pointer;
}
.tese_tan .dai_img img {
    width: 60%;
    margin-bottom: 1rem;
}

.dai_hide {
    position: absolute;
    right: 2%;
    top: 4%;
    font-size: 1.3rem;
}
.dai_ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-around;
    text-align: center;
    width: 60%;
    left: 20%;
    padding: 5rem 2rem;
    border-radius: 1rem;
    background: #fff;
    z-index: 111;
    position: fixed;
    top: 15%;
    flex-wrap: wrap;
}

.dai_ul li {
    width: 22%;
}

.dai_ul li {
    margin: 0 0.5rem;
}

.dai_con {
    margin-top: 0rem;
}

.dai_text {
    color: #ccc;
    font-size: 1.2rem;
    line-height: 1.2;
}

.dai_img img {
    width: 100%;
}

@media (max-width: 767px) {
     .tese_tan .dai_ul li {
        width: 100%;
    }
}

