body {
    margin: 0px;
    padding: 0px;
    line-height: 200%;
    font-family: "微软雅黑";
    font-size: 14px;
    background: #f5f5f5;
    color: #333;
    min-width: 1280px;
}


/*包含以下五种的链接*/
a {
    text-decoration: none;
}

/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}

/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}

/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
    color: #fff;
}

/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
    text-decoration: none;
}

/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
    text-decoration: none;
}

div {
    height: auto;
}

ul {
    margin: 0px;
    padding: 0px;
}

ol {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
    height: auto;
}

dd {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    height: auto;
}

dt {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    height: auto;
}

dl {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    height: auto;
}

p {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    height: auto;
}

img {
    vertical-align: top;
    border: none;
}

a {
    color: #333;
}

a:visited {
    text-decoration: none;
}

a:link {
    text-decoration: none;
    color: #333;
}

a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 22px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

h2 {
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

h3 {
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

h4 {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

h5 {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

h6 {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.footer_logo {
    text-align: left;
    /* height: 125px; */
    padding: 0 20px;
    padding-left: 20px;
    color: #fff;
}

footer {
    background: #24232F;
    height: 280px;
    /* background: rgba(32, 31, 63, 1); */
    box-sizing: border-box;
    /* padding-bottom: 20px; */
}

footer>div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

footer .nav_b {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px #666 solid;
}

.nav>li>a:hover {
    background: transparent !important;
}

footer .nav_b a {
    color: #fff;
    padding: 0 20px;
}

.footer ul li {
    margin-bottom: 5px;
}

.footer {
    color: #ccc;
    text-align: center;
    /* padding: 15px 20px 20px; */
    padding: 40px 0 0;
    font-size: 12px;
    line-height: 170%;
    display: flex;
    /* justify-content: space-between; */
    justify-content: space-around;
    width: 1200px;
    /* width: 80%; */
    margin: auto;
}

.f_df {
    display: flex;
    justify-content: center;
    align-items: center;
}

.f_fe {
    display: flex;
    align-items: flex-end;
}

.footer-blogroll {
    width: 100%;
    height: auto;
    line-height: 50px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}

.footer-blogroll h6 {
    color: #000;
    width: 75px;
    font-size: 14px;
}

.footer-blogroll ul {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    overflow: hidden;
}

.footer-blogroll ul li {
    margin-right: 10px;
}

.footer-blogroll ul li a {
    font-size: 14px;
    color: #9a9a9a;
    line-height: 30px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.footer-blogroll ul li a:hover {
    text-decoration: underline;
    color: #000;
}

/* .footer_logo img {
    width: 140px;
    height: 36px;
    margin: 20px 0 15px;
} */

.footer_logo_img {
    display: flex;
    align-items: center;
    margin: 20px 0 15px;
}

.footer_logo_img>img {
    width: 140px;
    height: 36px;
}

.footer_logo_str {
    padding: 2px 4px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #9C9CCC;
    line-height: 20px;
    background: #31303D;
    margin-left: 6px;
}

.footer_box {
    width: 138px;
    /* padding-top: 20px; */
    border-right: 1px solid #403E4F;
    height: 125px;
    text-align: center;
    color: #fff;
}

.footer_box:first-child {
    border-left: 1px solid #403E4F
}

.footer_img_1 {
    display: flex;
    align-items: center;
    text-align: left;
    color: #fff;
}

.footer_img_1 img {
    /* padding-top: 10px; */
    width: 120px;
    height: 120px;
    /* margin-bottom: 10px; */
    margin: 10px 20px 10px 0;
}

.footer_img_1:nth-child(2) {
    margin: 0 20px 0 50px;
}

.footer_box_text {
    color: #fff;
    margin-top: 10px;
    line-height: 30px;
}


/* .border_b>a:hover {
    background: #FFFFFF !important;
} */

.nav>li>a {
    position: relative !important;
    display: inline !important;
    padding: 0 !important;
}

.nav:after,
.nav:before {
    display: table;
    content: " ";
}

.footer a {
    color: #fff !important;
    /* position: relative !important;
    display: inline !important;
    padding: 0 !important;
    line-height: 30px; */
}

.footer a:hover {
    color: #aaa !important;
}

/* .nav li:hover {
    border-bottom: 4px solid #807AF4 !important;
}

.tab_bb {
    border-bottom: 4px solid #807AF4 !important;
} */

/* 投诉建议模态框 */

.modal_header {
    background: #807AF4;
    color: #fff;
    height: 60px;
    align-items: center;
}

.modal_title {
    line-height: 60px;
}

.modal_title img {
    padding: 23px 3px 0 21px;
}

.mo_body {
    padding: 26px 45px 38px;
}

.mo_header {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
}

input,
textarea,
select,
option {
    outline: none;
}

select::-ms-expand {
    display: none;
}

.mo_body textarea {
    width: 100%;
    height: 191px;
    margin: 8px 0 0px;
    padding-left: 17px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.border_red {
    border: 1px solid red !important;
}

.mo_body input {
    border: 1px solid #ccc;
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding-left: 17px;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #A7A7B7 !important;
    font-size: 12px !important;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #909 !important;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #909 !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #909 !important;
}

.form_control {
    border-radius: 2px;
    margin: 20px 0 23px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    /* color: #A7A7B7; */
    padding-left: 17px;
}

.mo_btn {
    width: 90px;
    height: 40px;
    background: rgba(128, 122, 244, 1);
    border-radius: 4px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.mo_btn:hover {
    opacity: 0.8;
}

.mo_text1 {
    margin: 47px 0 15px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.mo_text2 {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
}


.right_nav {
    position: fixed;
    top: 65%;
    transform: translate(-50%, -50%);
    right: -12px;
    width: 50px;
    z-index: 999;
}

.waiter-ul li {
    position: relative;
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
}

.waiter-ul li a {
    position: absolute;
    /* left: 0;
    top: 250px; */
    left: -10px;
    top: 314px;
    z-index: 2;
    /* color: #e5e8e9; */
    background: url('../imgs/top.png') 50%;
    /* border-radius: 5px; */
    /* border: 1px #666 solid; */
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

.waiter-ul li div {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: -150px;
    z-index: 2;
    background: url('../imgs/suggest.png') 50%;
    display: block;
    width: 40px;
    height: 118px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

.close {
    position: absolute;
    right: 15px;
    top: 10px;
    opacity: 1 !important;
    color: #fff;
}

.close:hover {
    color: #fff;
}

.cover {
    position: fixed;
    /*首先将位置固定住*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*上下左右设置都为0*/
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9999999999999999;
    /*指定一个元素的堆叠顺序,数值越大,表示在越上边*/
}

.hide {
    display: none;
    /*表示不显示*/
}

.pan_modal {
    width: 30%;
    height: 35%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* margin-left: -350px;
    margin-top: -200px; */
    background-color: white;
    z-index: 100;
    /* border: 1px solid red; */
    /*将x的位置移动*/
}

.pan_close {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}

.pan_succerss_icon {
    margin-top: 70px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.pan_tip {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-bottom: 8px;
}

/* 弹框form */
.ming_img_icon {
    width: 96px;
    height: 96px;
    margin-right: 25px;
}

.ming_explain_title {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px dashed #D6D6DE;
}

.ming_phone {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(230, 89, 134, 1);
    padding: 6px 0 20px 0;
}

.ming_xing {
    color: red;
}

.ming_ul_list {
    padding-top: 20px;
}

.ming_input_item {
    margin-bottom: 10px;
}

button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
}

.ming_submit_btn {
    width: 112px;
    height: 50px;
    background: rgba(128, 122, 244, 1);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.ming_submit_btn:hover {
    opacity: 0.8;
}

.ming_input_size {
    height: 50px;
    margin-top: 8px;
    /* box-shadow: 0px 0px 6px 0px rgba(128, 122, 244, 0.5); */
    border: 1px solid rgba(214, 214, 222, 1);
    font-size: 18px;
}

.ming_input_textarea {
    min-width: 100%;
    border: 1px solid rgba(214, 214, 222, 1);
    padding: 5px;
    font-size: 18px;
}

.ming_lable {
    height: 50px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(45, 43, 94, 1);
    line-height: 50px;
    text-align: right;
}

.modal-title {
    padding-left: 40px !important;
    line-height: 60px !important;
}

.ming_tab {
    cursor: pointer;
    padding-bottom: 10px;
    font-size: 12px;
}

.ming_tab_check {
    border-bottom: 3px solid #fff;
    font-size: 16px;
}

.myAlert {
    color: red;
    margin-bottom: 20px;
}

/* 简历 */
.biographical {
    position: fixed;
    top: 44%;
    /* transform: translate(-50%, -50%); */
    left: 30px;
    width: auto;
    z-index: 999;
    background: #807af4;
    padding: 12px;
    border-radius: 8px;
    color: #fff;
}

.biographical_title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px;
}

.consult_dialog {
    width: 420px;
    height: 374px;
    background-image: url('../imgs/dialog_bg_l.png');
    background-size: 100% 100%;
    position: fixed;
    top: 333px;
    /* left: 754px; */
    left: 50%;
    z-index: 99;
    padding: 40px 54px 40px 46px;
    text-align: right;
    display: block;
    opacity: 0;
    transform: scale(0) translateX(-50%);
}

.consult_dialog .consult_dialog_close,
.wechat_consult_dialog_close,
.phone_consult_dialog_close,
.order_consult_dialog_close {
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.consult_dialog .consult_dialog_content {
    margin-top: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.dialog_title {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 16px;
    margin-bottom: 8px;
}

.dialog_subTitle {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 12px;
    margin-bottom: 20px;
}

.dialog_code_box {
    width: 200px;
    height: 200px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #E7E7F2;
}

.dialog_code_box>img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.wechat_consult_dialog {
    width: 300px;
    height: 320px;
    background-image: url('../imgs/dialog_bg_s.png');
    background-size: 100% 100%;
    position: fixed;
    top: 58%;
    right: 71px;
    z-index: 99;
    padding: 35px 50px;
    text-align: right;
    display: block;
    opacity: 0;
    transform: scale(0);
}



.wechat_consult_dialog .wechat_consult_dialog_content {
    margin-top: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.wechat_consult_dialog .wechat_consult_dialog_content .dialog_code_box {
    width: 170px;
    height: 170px;
}

.wechat_consult_dialog .wechat_consult_dialog_content .dialog_title {
    font-size: 16px;
}

.wechat_consult_dialog .wechat_consult_dialog_content .dialog_subTitle {
    font-size: 12px;
    margin-bottom: 18px;
}

.phone_consult_dialog {
    width: 300px;
    height: 359px;
    background-image: url('../imgs/dialog_bg_phone.png');
    background-size: 100% 100%;
    position: fixed;
    top: 54%;
    right: 71px;
    z-index: 99;
    padding: 35px 50px;
    text-align: right;
    display: block;
    opacity: 0;
    transform: scale(0);
}

.phone_consult_dialog .phone_consult_dialog_content {
    height: 100%;
    margin-top: -15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.phone_consult_dialog .phone {
    font-size: 25px;
    font-family: DINCond-Bold, DINCond;
    font-weight: bold;
    color: #4E4F7A;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.phone_consult_dialog .copy {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #807AF4;
    line-height: 12px;
    cursor: pointer;
}

.order_consult_dialog {
    width: 320px;
    height: 302px;
    position: fixed;
    top: 57%;
    right: 102px;
    z-index: 99;
    padding: 16px;
    text-align: right;
    box-shadow: 4px 6px 30px 0px rgba(141, 150, 230, 0.2);
    background: #FFFFFF;
    border-radius: 6px;
    display: block;
    opacity: 0;
    transform: scale(0);
}

.order_consult_dialog .order_consult_dialog_content {
    margin-top: -15px;
}

.order_consult_dialog .dialog_title {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 16px;
    margin-bottom: 8px;
}

.order_consult_dialog .dialog_subTitle {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8888B3;
    line-height: 12px;
}

.order_consult_dialog .order_form {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 12px;
}

.order_consult_dialog .order_form_item {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.order_form_item_label {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 12px;
    margin-right: 10px;
}

.order_form_item_label>img {
    width: 12px;
    height: 12px;
    margin-right: 2px;
}

.order_form_item_content input {
    width: 230px;
    border-radius: 4px;
    border: 1px solid #E5E5EF;
    font-size: 12px;
    text-indent: 1em;
}

.order_submit {
    margin-left: auto;
    margin-right: 5px;
    width: 104px;
    height: 34px;
    background: #807AF4;
    border-radius: 6px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.order_submit>img {
    width: 16px;
    height: 9px;
    margin-left: 5px;
}

.dialog_animation_appear {
    animation: dialog_fade_in 0.3s;
    opacity: 1;
    transform: scale(1) translateX(-50%);
}

.dialog_animation_disappear {
    animation: dialog_fade_out 0.3s;
    opacity: 0;
    transform: scale(0) translateX(-50%);
}

@keyframes dialog_fade_in {
    0% {
        opacity: 0;
        transform: scale(0.9) translateX(-50%);
    }

    100% {
        opacity: 1;
        transform: scale(1) translateX(-50%);
    }
}

@keyframes dialog_fade_out {
    0% {
        opacity: 1;
        transform: scale(1) translateX(-50%);
    }

    100% {
        opacity: 0;
        transform: scale(0) translateX(-50%);
    }
}

.left_animation_appear {
    animation: dialog_fade_left 0.3s;
    opacity: 1;
    transform: scale(1);
}

.right_animation_disappear {
    animation: dialog_fade_right 0.3s;
    opacity: 0;
    transform: scale(0);
}


@keyframes dialog_fade_left {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes dialog_fade_right {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(0);
    }
}

/* // 处理input type = number的上下箭头 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.fix_btns {
    position: fixed;
    z-index: 99;
    right: 15px;
    top: 60%;
    width: 80px;
    height: 254px;
    background: #FFFFFF;
    box-shadow: 4px 6px 30px 0px rgba(141, 150, 230, 0.2);
    border-radius: 8px;
    border: 1px solid #E9E8FF;
    display: flex;
    flex-direction: column;
}

.fix_btns .fix_btn_item {
    cursor: pointer;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 12px;
}

.fix_btns .fix_btn_item:hover {
    color: #807AF4;
}

.fix_btns .fix_btn_item:nth-of-type(2) {
    border-top: 1px solid #E9E8FF;
    border-bottom: 1px solid #E9E8FF;
}

.fix_btns .fix_btn_item>img {
    width: 32px;
    height: 30px;
    margin-bottom: 10px;
}

.fix_btns .fix_btn_item>img:nth-of-type(2) {
    width: 30px;
    height: 31px;
}

.fix_btns .fix_btn_item>img:nth-of-type(3) {
    width: 30px;
    height: 27px;
}


/* 其他信息的底部样式 */
.other_footer {
    color: #ccc;
    padding: 40px 0 0;
    font-size: 12px;
    line-height: 170%;
    width: 70%;
    height: 100%;
    margin: auto;
    position: relative;
}
.other_comtent{
    position: absolute;
    bottom:60px;
}
.other_call_title {
    font-size: 23px;
    font-family: PingFangSC, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;
}

.other_call_icon {
    vertical-align: bottom;
    margin-right: 6px;
}

.other_call_details {
    display: flex;
    justify-content: start;
    padding-left:33px ;
}
.other_call_details_item{
    margin-right: 110px;
}
.other_call_address {
    font-size: 18px;
    font-family: PingFangSC, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 25px;
}

.other_call_lable {
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}
.other_comtent_first_box{
    margin-bottom:  9px;
}