@charset "utf-8"; /*公共 xiaobei*/
* {
    margin: 0;
    padding: 0;
    border: none;
    list-style-type: none;
    font-size: 14px;
    font-family: Microsoft YaHei
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #2683c5;
    text-decoration: underline
}

body.grey {
    background: #fff;
}

input:focus, textarea:focus {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
}

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
    padding: 0px;
    margin: 0px;
}

ul, li,ol {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

fieldset, img {
    border: 0
}

button, input, select, textarea {
    font-size: 100%
}

a {
    text-decoration: none;
    color: #666666;
    outline: medium none;
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: transparent;
}

select {
    border: 1px solid #ddd;
    height: 30px;
    width: auto;
    line-height: 30px;
    padding: 0px 5px;
    margin-right: 4px;
}

label {
    cursor: pointer;
}

label input[type="radio"],input[type="text"],input[type="submit"],input[type="checkbox"] {
    vertical-align: middle;
}

input[type="checkbox"] {
    cursor: pointer
}

textarea {
    border: 1px solid #ddd;
}

i, cite,em, strong, th {
    font-style: normal;
    font-weight: normal;
}
a:link {
    text-decoration: none!important;
}

a:visited {
    text-decoration: none!important;
}

a:active {
    text-decoration: none!important;
}
.clear {
    clear: both;
}

.fr {
    float: right;
}

.fl {
    float: left;
}
.flexWrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex{
    flex: 1;
}
body{
    color:#101010;
    font-size: 14px;
    background: #f2f2f2;
}
.plr10{
    padding: 0 10px;
}
.pd10{
    padding: 10px;
}
.fz12{
    font-size: 12px;
}
.fz16{
    font-size: 16px;
}
.fz18{
    font-size: 18px;
}
.fz20{
    font-size: 20px;
}
.bold{
    font-weight: bold;
}
.colffe700{
    color: #ffe700;
}
.col0090FF{
    color: #0090FF;
}
.col3EC300{
    color: #3EC300;
}
.colFB4401{
    color: #FB4401;
}
.mt4{
    margin-top: 4px;
}
.mt10{
    margin-top: 10px;
}
.mtb10{
    margin: 10px 0;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mtb20{
    margin: 20px 0;
}
.underline{
    text-decoration: underline;
}
.center{
    text-align: center;
}
.opac4{
    opacity: 0.4;
}
/* 头部 + 导航样式 + banner start*/
.index_container{
    margin-bottom: 50px;
    /* margin-top: 96px; */
    margin-top: 46px;
}
.index_header{
    background: #fff;
}
.header_name{
    display: flex;
    align-items: center;
}
.header_name img{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-right: 10px;
}
.header_name span{
}
.header_info .add_wx{
    width: 88px;
    padding: 6px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4FCE00;
    border-radius: 24px;
    color: #fff;
}
.header_info .add_wx img{
    width: 18px;
    height: 18px;
}
.header_duoyoumi{
    background: #0090FF;
    color: #fff;
    padding: 0 10px;
    height: 56px;
    box-sizing: border-box;

}
.fixedTop{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #f2f2f2;
}
.phoneAnimat {
    animation: animat 0.4s infinite;
    -webkit-animation: animat 0.4s infinite;
    display: inline-block;
}

@keyframes animat {
    0% {
    transform: scale(.95);
    }

    50% {
    transform: scale(1);
    }

    100% {
    transform: scale(.95);
    }
}
/* 导航 */
.navList{
    text-align: center;
    height: 40px;
    background: #fff;
    box-sizing: border-box;
}
.navList h2{
    color: #000;
    opacity: 0.5;
    text-decoration: underline;
    flex: 1;
}
/* banner */
.head-img img{
    width: 100%;
}
/* 头部 + 导航样式 + banner end*/
.logo_widtn{
    width: 80px;
}
/* 公用样式 详情 */
/* 标题 */
.comm_h1Tit{
    text-align: center;
    justify-content: center;
}
.comm_h1Tit h1{
    font-size: 20px;
    font-weight: bold;
    position: relative;
}
.comm_h1Tit_border h1::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: -44px;
    transform: translateY(-50%);
    width: 34px;
    height: 1px;
    background: #BBBBBB;
}
.comm_h1Tit_border h1::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: -44px;
    transform: translateY(-50%);
    width: 34px;
    height: 1px;
    background: #BBBBBB;
}
.quesWrap h1::after,.quesWrap h1::before{
   top: 60%;
}
.quesWrap h1::before{
    margin-right: -40px;
}
.comm_h1Tit span.ques{
    font-size: 28px;
    margin-left: 6px;
    font-weight: bold;
}
/* 提示 */
.comm_tips{
    font-size: 16px;
    color: #FB4401;
    font-weight: bold;
    text-align: center;
}
/* 按钮 */
.comm_btn_red,.comm_btn_yellow{
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    background: #FB4401;
    border-radius: 50px;
}
.comm_btn_yellow{
    width: 100%;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    background: #FFE700;
    color: #000000!important;
    font-size: 16px;
}
.comm_btn_default{
    width: 100%;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    /* border-radius: 6px; */
    background: transparent;
    color: #101010!important;
    font-size: 16px;
}
/* 底部 start */
.company_footer{
    background: #404856;
    text-align: center;
    padding: 10px 0;
}
.logo_footer{
    margin: 10px 0;
    width: 80px;
}
.tel_footer{
    color: #57B6FF;
    font-size: 12px;
}
.tel_footer span{
    font-size: 16px;
}
.company_gray{
    color: #fff;
    opacity: 0.5;
    font-size: 12px;
    line-height: 16px;
}
.company_f_tips_list{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0 10px;
}
.company_f_tips{
    padding: 0 2px;
}
.company_f_tips img{
    vertical-align: sub;
    width: 18px;
}

.footer_btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    z-index: 3;
}

.footer_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    text-align: center;
    
}
.footer_btn a span{
    color: #fff;
    font-size: 20px;
}
.footer_btn img{
    margin-right: 10px;
    width: 20px;
}
.footer_btn_blue{
    background: #0090FF;
}
.footer_btn_red{
    background: #FB4401;
}
/* 底部 end */

/* 弹出层 start */
.dialog_bg{
    position: fixed;
    z-index: 1000;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}
.dialog_mian{
    position: fixed;
    z-index: 1001;
    width: 80%;
    text-align: center;
    border-radius: 21px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.success_icon{
    width: 44px;
    height: 44px;
}
.succcess_tips{
    margin: 8px 0;
    font-size: 18px;
    font-weight: bold;
}
.dialog_gray{
    color: #666;
    margin-bottom: 8px;
}
.dialog_know{
    background-color: #1aad17;
    border-radius: 14px;
    width: 144px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    cursor: pointer;
    color: #fff;
    margin: auto;
    font-size: 18px;
}
.dialog_gif{
    width: 100%;
}
/* 弹出层 end */