
* {
    margin: 0;
    padding: 0;
    /*overflow-x: hidden;*/
    font-family: Material Design Icons;
}

a {
    text-decoration: none;
    color: #000;
}

img {

    max-width: 100%;

    height: auto;

}

ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.meun_mobile_bg, .meun_tab {
    display: none
}

#header {
    position: fixed;
    top: 0;
    background-color: #fff;
    width: calc(100% - 32px);
    z-index: 10001;
    padding: 13px 16px 19px;
    max-height: 80px;
}

#header .meun {
    margin: 0 auto;
    min-width: 275px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 32px);
}

#header .meun .logo_2 {
    display: flex;
    align-items: center;
}

#header .meun .logo_2 .img1 {
    display: none
}

#header .meun .logo_2 .img_list_mobile {
    width: 22px;
    height: 22px;
    margin-top: 8px;
}

@media screen and (min-width: 301px) {
    #header .meun-login {
        display: flex;
        align-items: center;
        justify-content: right
    }

    #header .meun-login .btn {
        padding: 12px 16px;
        color: #fff;
        background-color: #E70012;
        border-radius: 8px;
        margin-left: 20px;
    }
}

@media screen and (max-width: 300px) {
    #header .meun-login {
        width: 50%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center
    }

    #header .meun-login-dl {
        width: 100%;
    }

    #header .meun-login .btn {
        width: 64px;
        padding: 6px 16px;
        color: #fff;
        background-color: #E70012;
        border-radius: 8px
    }
}

#header .meun_mobile_bg {
    position: fixed;
    top: 79px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
}

#header .meun_tab {
    position: fixed;
    top: 79px;
    left: 0px;
    height: 100%;
    z-index: 99999;
    width: 275px
}

#header .meun_tab_list_mobile {
    position: absolute;
    background-color: #fff;
    width: 250px;
    height: 100%;
    padding: 4px 16px;
}

#header .meun_tab_list_mobile a {
    display: flex;
    align-items: center;
    padding: 0 6px;
}

#header .meun_tab_list_mobile img {
    width: 22px;
    height: 22px;
    margin-right: 12px;
}

#header .meun_tab_list_mobile li {
    margin: 12px 0;
}

#header .meun_tab_list_mobile a.mobile_active {
    background-color: #f9f0ee;
    color: #e60112;
    border-bottom: 2px solid #e60112;
}

#header .meun_tab_list_mobile .meunbig {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 12px 0;
    position: relative;
    padding: 0 6px;
}

#header .meun_tab_list_mobile .meunbig .triangle {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    position: absolute;
    top: 10px;
    right: 5px;
}

#header .meun_tab_list_mobile .meunbig .submeun {
    display: none;
    width: 100%;
}

#header .meun_tab_list_mobile .meunbig .submeun ul {
    margin-top: 12px;
}

#header .meun_tab_list_mobile .meunbig .submeun a {
    padding-left: 34px;
}

#header .meun .meun-login .meun-login_info img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 12px;
}


#footer {
    background-color: #F4F7FF !important;
    bottom: 0;
    color: #000 !important;
    display: flex;
    height: auto;
}

#footer1 {
    display: flex;
    flex-wrap: wrap-reverse;
}

#footer1 .footer_bottom_mobile {
    color: #979797;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    padding: 18px 14px;
    width: calc(100% - 28px);
    background: #E7EEFF;
    margin-top: 34px;
}

#footer1 .footer_bottom_mobile .footer_mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 0;
}

#footer1 .footer_bottom_mobile .footer_mobile {
    display: flex;
    justify-content: flex-start !important;
}

#footer1 .footer_bottom_mobile .footer_mobile .mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#footer1 .footer_bottom_mobile div {
    margin: 8px 30px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer1 .footer_bottom_mobile div img {
    width: 13px;
    height: 13px;
}

#footer1 .footer_left {
    width: 100%;
    margin-top: 14px;
}

#footer1 .footer_left img {
    width: 183px;
    height: 48px;
}

#footer1 .footer_left .footer_left_text {
    font-size: 16px;
    line-height: 16px;
    margin: 20px 0 24px 10px;
}

#footer1 .footer_left .footer_7 {
    width: calc(100% - 20px);
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#footer1 .footer_left .footer_7 .iconfont {
    border-radius: 100%;
    border: none;
}


#footer1 .footer_right {
    width: 100%;
}

#footer1 .footer_right .footer_right_top {
    display: flex;
}

#footer1 .footer_right .footer_right_top .footer_right_top_tab {
    width: calc(25% - 10px);
    padding-left: 10px;
}

#footer1 .footer_right .footer_right_top .footer_right_top_tab.two {
    width: 30%;
}

#footer1 .footer_right .footer_right_top .footer_right_top_tab .footer_right_title {
    color: #000;
    font-size: 16px;
    line-height: 16px;
    margin: 40px 0;
}

#footer1 .footer_right .footer_right_top .footer_right_top_tab a li div {
    color: #7F7F7F;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
}

.footer_right_bottom {
    display: none;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 200;
}

.com_right {
    position: fixed;
    z-index: 99999;
    top: 80px;
    right: 0;
    width: 200px;
    background: #fff;
    height: 100%;
    display: none;
}

.icon-tuichu:before {
    content: "\e60f";
}

.icon-dashboard:before {
    content: "\e7dd";
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.com_right_list li {
    line-height: 40px;
    padding: 4px 16px;
}

.com_right_list li a {
    color: #7a7a7a;
}

.com_right_list li:hover {
    line-height: 40px;
    background-color: #fdeff0;
}

.com_right_list li i {
    margin-right: 32px;
}

.com_right_list .active {
    color: #e60112;
}


/*客服*/
.floatingWindow {
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 1001;
    height: 148px;
    width: 30px;
}


.floatingBox {
    position: relative;
    width: 30px;
    /* padding-left: 250px; */
}

.window_service {
    margin-bottom: 20px;
}

.serviceImg {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 4px #0000001a;
    cursor: pointer;
    height: 30px;
    width: 30px;
}
.meun-login_info, .meun-login_list {cursor: pointer;}
.QQCode {
    background: rgba(0, 0, 0, .4);
    font-size: 16px;
    padding: 0 16px;
    white-space: nowrap;
    display: none;
    border-radius: 8px;
    color: #fff;
    position: absolute;
    bottom: 12px;
    right: 75px;
    height: 80px;
    line-height: 40px;
}

.window_QQ {
    position: relative;

}

.talk_con {
    width: 90vw;
    max-height: 466px;
    height: 70vh;
    border-radius: 16px;
    margin: 50px auto 0;
    background: #f9f9f9;
    position: fixed;
    /*bottom: 120px;*/
    top: 100px;
    right: 5%;
}

.talk_show {
    width: 90vw;
    height: 270px;
    background: #fff;
    overflow: auto;
}

.talk_input {
    width: calc(90vw - 20px);
    margin: 10px auto 0;
    height: 22%;
    padding: 12px;
    position: relative;
}

.whotalk {
    width: 80px;
    height: 30px;
    float: left;
    outline: none;
}

.talk_word {
    width: calc(100% - 4px);
    height: 80px;
    padding: 0px;
    outline: none;
    border: none;
    text-indent: 10px;
    background: none;
}

.talk_sub {
    width: 56px;
    height: 30px;
    border-radius: 8px;
    color: #fff;
    float: right;
    cursor: pointer;
    background-color: #4372fe;
    padding: 4px 12px;
    border: none;
    position: absolute;
    bottom: 10px;
    right: 16px;
}

.atalk {
    margin: 10px;
}

.atalk span {
    display: inline-block;
    /* background: #0181cc; */
    border-radius: 10px;
    /* color: #fff; */
    font-size: 12px;
    padding: 5px 10px;
}

.btalk {
    margin: 10px;
    /*text-align: right;*/
    display: flex;
    justify-content: flex-end;
    word-break: break-all;
}

.btalk span {
    display: inline-block;
    /* background: #ef8201; */
    border-radius: 10px;
    /* color: #fff; */
    font-size: 12px;
    padding: 5px 10px;
}

.talk_title {
    background-color: #4372fe;
    border-radius: 16px 16px 0 0;
    display: flex;
    padding: 12px 16px;
    line-height: 32px;
    position: relative;
    color: #fff;
}

.talk_title img {
    margin-right: 12px;
}

.close-x {
    --btn-size: 16px;
    --btn-x-size: 2px;
    --color: #fff;
    position: absolute;
    right: 10px;
    width: 20px;
    cursor: pointer;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

/* 绘制X线条 */
.close-x::after, .close-x::before {
    content: "";
    position: absolute;
    width: var(--btn-x-size);
    height: var(--btn-size);
    background-color: var(--color);
    border-radius: calc(var(--btn-x-size) / 2);
}

/* 两条线条各向左右分别旋转 45 度*/
.close-x::after {
    transform: rotate(45deg);
}

.close-x::before {
    transform: rotate(-45deg);
}

.boxSelect_problem {
    border-radius: 8px;
    box-shadow: 0 4px 4px #0000001a;
    padding: 16px;
    margin: 16px;
}

.problem_item {
    cursor: pointer;
    margin-right: 20px;
    color: #4372fe;
    text-decoration: underline;
}

.problem {
    margin-top: 8px;
    font-size: 12px;
}

.d-flex {
    height: 20px;
}

.d-flex .problem_item {
    float: left;
    margin-right: 20px;
    font-size: 12px;
}

.d-flex .active {
    color: #000000;
    text-decoration: none;
}

.talk_input_1 img {
    position: absolute;
    bottom: 10px;
    left: 16px;
}

.text-danger {
    color: #e03f3f;
}

.text-wei {
    color: #737c8b;
}
