html {
    width: 100%;
}

body {
    font-family: "Microsoft JhengHei", 微軟正黑體, "Arial", sans-serif;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    -webkit-border-radius: 40%;
}

::-webkit-scrollbar-thumb {
    background: #c3c3c3;
    -webkit-border-radius: 12px;
}

a {
    font-size: 13px;
    color: #1044bc;
    /*text-decoration:none;*/
    /*outline:none;*/
}

a:active {
    star: expression(this.onFocus=this.blur());
}

a:hover {
    color: #AB3F00;
}

.chat-area img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}


.wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    box-sizing: border-box;
    font-size: 14px;

}

.chat-window {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    box-sizing: border-box;
}

/* header */
.header-mob {
    left: 0;
    right: 0;
    height: 50px;
    position: absolute;
    z-index: 30;
    -webkit-box-shadow: 0 3px 3px 0 rgba(163, 171, 208, .2);
    box-shadow: 0 3px 3px 0 rgba(163, 171, 208, .2);
    box-sizing: border-box;
    z-index: 1003;
}

.header-skin {
    background: -webkit-linear-gradient(to right, #d32409 10%, #e55c00);
    background: linear-gradient(to right, #d32409 10%, #e55c00);
}

.hclose {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
}

.hclose:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -5px;
}

.chat-title {
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    font-weight: normal;
    color: #fff;
}

/* chat */
.container_in {
    position: absolute;
    left: 0;
    top: 50px;
    bottom: 52px;
    width: 100%;
    outline: none;
    z-index: 1001;
    touch-action: manipulation;
    box-sizing: border-box;
}


.chat-scroll {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    padding: 15px 8px;

}

.chat-txt {
    position: relative;
    margin-bottom: 16px;
    *zoom: 1;
}

.robot_icon {
    width: 42px;
    height: 42px;
    background: url(../images/robot-icon.png) no-repeat center center/100% 100%;
    position: absolute;
    left: 0;
    top: 18px;
    border-radius: 21px;
}

.welcome .robot_icon {
    top: 0;
}

.user_icon {
    width: 42px;
    height: 42px;
    background: url(../images/user-icon.png) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 21px;
    box-shadow: 0 1px 4px 0 rgba(166, 166, 166, .2);
    -webkit-box-shadow: 0 1px 4px 0 rgba(166, 166, 166, .2);
    display: none;
}

.robot-time {
    color: #757575;
    font-size: 12px;
    transform-origin-x: 0;
    -webkit-transform-origin-x: 0;
    transform: scale(0.91666666);
    -webkit-transform: scale(0.91666666);
    position: absolute;
    left: 54px;
    top: -2px;
}

.user-time {
    color: #757575;
    font-size: 12px;
    transform-origin-x: 0;
    -webkit-transform-origin-x: 0;
    transform: scale(0.91666666);
    -webkit-transform: scale(0.91666666);
    position: absolute;
    right: 2px;
    top: -2px;
}

.chat-txt .dialog {
    position: relative;
    display: inline-block;
    min-height: 18px;
    line-height: 1.4;
    background-color: #f8efe5;
    border-radius: 4px;
    padding: 10px;
    word-break: break-word;
    word-wrap: break-word;

}

.chat-txt .robot .dialog {
    float: left;
    margin: 18px 20px 0 52px;
    padding-left: 14px;
    word-break: break-word;
    word-wrap: break-word;
    box-shadow: 0 1px 4px 0 rgba(166, 166, 166, .2);
    -webkit-box-shadow: 0 1px 4px 0 rgba(166, 166, 166, .2);
    min-width: 38px;
    min-height: 39px;
}

.chat-txt.welcome .dialog {
    margin-top: 0;
}

.chat-txt .user .dialog {
    float: right;
    padding-right: 14px;
    margin: 18px 10px 0 20px;
    background-color: #ddffd5;
    color: #000;
    box-shadow: 0 1px 4px 0 rgba(166, 166, 166, .2);
    -webkit-box-shadow: 0 1px 4px 0 rgba(166, 166, 166, .2);
    min-width: 38px;
    min-height: 39px;
}

@media screen and (min-width: 435px) {
    .chat-txt .robot .dialog {
        margin: 18px 18% 0 52px;
    }

    .chat-txt .user .dialog {
        margin: 18px 10px 0 18%;
    }
}

.chat-txt .dialog:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 10px;
    z-index: 0;
}

.chat-txt .robot .dialog:after {
    box-shadow: 0 1px 4px 0 rgba(166, 166, 166, .2);
    -webkit-box-shadow: 0 1px 4px 0 rgba(166, 166, 166, .2);
    background: #f8efe5;
    left: -4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.chat-txt .robot .dialog:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 20px;
    top: 6px;
    z-index: 1;
    background-color: #f8efe5;
    left: 0;
}

.chat-txt .user .dialog:after {
    box-shadow: 0 1px 4px 0 rgba(166, 166, 166, .2);
    -webkit-box-shadow: 0 1px 4px 0 rgba(166, 166, 166, .2);
    background-color: #ddffd5;
    right: -4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.chat-txt .user .dialog:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 20px;
    top: 6px;
    z-index: 1;
    background-color: #ddffd5;
    right: 0;
}

/* 点赞 */
.cont .comment {
    margin-top: 6px;
}

.chat-txt .yes, .chat-txt .no {
    display: inline-block;
    background: url(../images/yes-icon.png) no-repeat right center;
    padding-right: 22px;
    margin-right: 10px;
    color: #666;
    font-size: 12px;
    background-size: contain;
    line-height: 18px;
}

.chat-txt .no {
    background: url(../images/no-icon.png) no-repeat right center;
    background-size: contain;
}

.chat-txt .yes.cur {
    background: url(../images/yes-v-icon.png) no-repeat right center;
    background-size: contain;
    color: #3694e4;
}

.chat-txt .no.cur {
    background: url(../images/no-v-icon.png) no-repeat right center;
    background-size: contain;
    color: #3694e4;
}

/* swiper 热门问题 */

.swiper01 .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
}

.container1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.figure {
    width: 60px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.figure dt {
    font-size: 16px;
    padding: 10px;
    line-height: 1.3;
    white-space: normal;
    text-align: center;
    color: #666;
    letter-spacing: 4px;
}

.figure dt:first-line {
    color: #878fbf;
}

.figure dd {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -19px;
    width: 38px;

}

.figure dd img {
    width: 38px;
}

.swiper-slide .figure-r {
    margin-left: 60px;
}

.figure-r h4 {
    padding: 15px 0;
    font-size: 16px;
    color: #666;
    text-align: left;
    position: relative;
    font-weight: normal;
}

.figure-r h4:after {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background-color: #e6e6e6;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .figure-r h4:after {
        -webkit-transform: scaleY(.5);
        -webkit-transform-origin: 50% 100%;
    }
}

@media only screen and (-webkit-device-pixel-ratio: 3) {
    .figure-r h4:after {
        -webkit-transform: scaleY(.6);
        -webkit-transform-origin: 50% 100%;
    }
}

.swiper-slide .list li {
    position: relative;
    box-sizing: border-box;
    padding: 10px 0;
    line-height: 1.3;
    padding-right: 8px;
    color: #507de3;
}

.swiper-slide .list li + li:after {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background-color: #e6e6e6;
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .swiper-slide .list li:after {
        -webkit-transform: scaleY(.5);
        -webkit-transform-origin: 50% 100%;
    }
}

@media only screen and (-webkit-device-pixel-ratio: 3) {
    .swiper-slide .list li:after {
        -webkit-transform: scaleY(.6);
        -webkit-transform-origin: 50% 100%;
    }
}

.Change {
    padding: 6px 10px;
    background: rgba(0, 0, 0, .15);
    border-radius: 20px;
    float: right;
    color: #fff;
    margin-top: 8px;
    padding-right: 26px;
    position: relative;
    font-size: 12px;
    line-height: 1;
}

.Change:after {
    content: '';
    position: absolute;
    width: 13px;
    height: 11px;
    background: url(../images/change-icon.png) center center/100% 100% no-repeat;
    right: 8px;
    top: 50%;
    margin-top: -5.5px;
}

.cont-situation {
    height: 150px;
    overflow-y: hidden;
}

/* footer */
.footer-mob {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    z-index: 1002;
    box-sizing: border-box;
}

.footer-skin {
    width: 100%;
    background: #e55c00;
}

.footer-panel {
    position: relative;
    width: 100%;
    -webkit-align-self: flex-end;
    align-self: flex-end;
}

.shortcuts-wrap {
    padding: 8px 10px;
    padding-right: 0;
    position: relative;
}

.send-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding: 10px;
    box-sizing: border-box;
}

.send-wrap span {
    display: table-cell;
    vertical-align: top;
    cursor: pointer;
    display: block;
}

.send-wrap .btn-voice {
    position: relative;
    margin-right: 8px;
    width: 32px;
    height: 32px;
    background: url(../images/voice-icon.png) no-repeat center center;
    -webkit-background-size: 19px;
    background-size: 19px;
    cursor: pointer;
}

.send-wrap span:nth-of-type(2) {
    width: 95%;
}

.send-wrap .input-send {
    display: block;
    width: 100%;
    padding: 6.5px;
    resize: none;
    font-size: 16px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.87);
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    /*word-break: break-all;*/
    outline: 0;
    overflow: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    height: 32px;
    box-shadow: none;
}

.send-wrap .btn.btn-send {
    margin-left: 8px;
    width: 32px;
    height: 32px;
    background: url(../images/send-icon.png) no-repeat center center;
    -webkit-background-size: 22px;
    background-size: 22px;
    cursor: pointer;
}

.switch-speech span {
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
}

.switch-speech {
    padding: 8px 0;
    background: #fff;
    overflow: hidden;
    display: table;

}

.hd {
    display: none;
}

.switch-speech .switch-speech-bg {
    width: 100%;
    background: url(../images/speech.gif) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
}

.switch-speech .finish-icon {
    width: 50px;
    height: 50px;
    background: url(../images/finish-icon.png) no-repeat center center;
    -webkit-background-size: 28px;
    background-size: 28px;
    cursor: pointer;
}

.backtop {
    position: absolute;
    cursor: pointer;
    width: 25px;
    height: 34px;
    right: 10px;
    bottom: 60px;
    display: none;
    z-index: 1002;
    background: url(../images/backtop.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.chatbot_kefu {
    width: 104px;
    height: 104px;
    right: -100px;
    bottom: 20px;
    position: fixed;
    z-index: 9998;
    cursor: pointer;
    animation: translate 1s ease-in forwards;
    -webkit-animation: translate 1s ease-in forwards;
}

.chatbot_kefu::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/bonnie_v1_normal.png) no-repeat center center/100% auto;
    cursor: pointer;
    animation: dropdown 1s linear forwards;
    -webkit-animation: dropdown 1s linear forwards;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    animation-iteration-count: 3;
    -webkit-animation-iteration-count: 3;

}

.chatbot_kefu.bonnie_v1_sick::after {
    background: url(../images/bonnie_v1_sick.png) no-repeat center center/100% auto;
}

@keyframes dropdown {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(0px, -10px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes translate {
    0% {
        right: -100px;
        bottom: 20px;
    }
    100% {
        right: 30px;
        bottom: 20px;
    }
}


/* 弹窗 start*/
.mod {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
}

.mod .mask {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(102, 99, 93, .4);
    position: absolute;
}

.PopupWindow {
    /*position: absolute;*/
    /*border-radius: 10px;*/
    /*background-color: #fff;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*margin-top: -150px;*/
    /*margin-left: -200px;*/
    /*-webkit-background-clip: content;*/
    /*box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);*/
    /*width: 400px;*/
    /*height: 300px;*/
}

.field {
    z-index: 2334;
    position: absolute;
    width: 92%;
    height: 350px;
    background: 1px white;
    top: 15%;
    left: 4%;
    border-radius: 10px;
    background-color: #ffffff;
    border: solid 1px;
    box-shadow: 4px 4px 8px gray, 2px 2px 4px black;
}

.field-fore1 {
    /*font-size: 15px;*/
    padding: 10px 15px;
    /*background: #f8f8f8;*/
    /*border-bottom: 1px solid #cacaca;*/
    border-radius: 10px 10px 0 0;

}

.field-fore2 {
    padding: 0px 15px;
    /*padding-bottom: 4px;*/
    box-sizing: border-box;
}

.field-fore2 .Popup-input {
    width: 100%;
    height: 200px;
    border: 1px solid;
    resize: none;
    border-radius: 5px;
    padding: 5px;
}

.field-fore3 {
    padding: 0 20px;
}

.PopupWindow textarea.Popup-input {
    /*height: 150px;*/
    /*line-height: 20px;*/
    /*padding: 6px 10px;*/
    /*width: 100%;*/
    /*resize: none;*/
    /*font-size: 14px;*/
    /*border: 1px solid #cacaca;*/

    width: 100%;
    height: 200px;
    border: 1px solid;
    resize: none;
    border-radius: 5px;
    padding: 5px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 12px;
}

.field-fore4 {
    /*margin-top: 10px;*/
    /*text-align: right;*/
    /*padding-right: 15px;*/
}

.PopupWindow button {
    /*height: 28px;*/
    /*line-height: 28px;*/
    /*margin: 5px 5px 0;*/
    /*padding: 0 15px;*/
    /*border: 1px solid #dedede;*/
    /*background-color: #fff;*/
    /*color: #333;*/
    /*border-radius: 2px;*/
    /*font-weight: 400;*/
    /*cursor: pointer;*/
    /*text-decoration: none;*/

    display: inline-table;
    margin: 10px;
    padding: 5px;
    border-radius: 5px;
    background: none;
    border: 1px solid #dedede;
    position: relative;
    bottom: 6px;
}

.PopupWindow .btn-t {
    /*border-color: #1E9FFF;*/
    /*background-color: #56a9f6;*/
    /*color: #fff;*/

    float: left;
    background: #0959a5 !important;
    color: white;
    left: 15px;
}

.PopupWindow .btn-c {
    float: right;
    right: 15px;
}

/* 弹窗 end*/


/*swiper01样式*/


.swiper01 {
    width: 100%;
    /*height: 100%;*/

}

.swiper01 .swiper-slide {
    margin-right: 16px;
    width: 70%;
    cursor: pointer;
    box-shadow: 0 1px 4px 0 rgba(166, 166, 166, .2);
    -webkit-box-shadow: 0 1px 4px 0 rgba(166, 166, 166, .2);
    overflow: hidden;
    border-radius: 10px;
    justify-content: center;
    max-width: 300px;
}

.swiper01 .swiper-slide:last-child {
    margin-right: 0;
}

.swiper-slide a:focus {
    border: 5px solid blue !important;
}

/*按钮样式*/
.swiper-button-prev, .swiper-button-next {
    width: 116px;
    height: 116px;
    position: absolute;
    top: calc(50% - 30px);
    z-index: 1;
    transform: scale(0.5);
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
    display: none;
}

.swiper-button-prev {
    left: -30px;
    background: url(../images/arr-l.png) no-repeat center center/100%;
}

.swiper-button-next {
    right: -30px;
    background: url(../images/arr-r.png) no-repeat center center/100%;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.hidden {
    opacity: 0 !important;
    pointer-events: none;
}

.formtip {
    width: 105px;
    height: 24px;
    border-radius: 12px;
    margin: 0 auto 10px auto;
    background: #ddffd5;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.formtipEN {
    width: 150px;
    height: 24px;
    border-radius: 12px;
    margin: 0 auto 10px auto;
    background: #ddffd5;
    color: #000;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
}

.typeface-mob {
    width: 46px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -12px;
    box-sizing: border-box;
    text-align: left;
    font-size: 14px;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}

.typeface-mob p {
    height: 24px;
    line-height: 24px;
    color: #fff;
    border: 1px solid #fff;
    position: relative;
    padding-left: 8px;
    border-radius: 2px;

}

.typeface-mob p.only::after {
    display: none;
}

.typeface-mob p::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 7px;
    right: 8px;
    top: 50%;
    margin-top: -3.5px;
    background: url(../images/chevron-icon.png) no-repeat center center/100% auto;
    transition: all .5s;

}

.typeface-mob .drop-down {
    width: 46px;
    display: none;
    position: relative;
    transition: all 1s;
    margin-top: -1px;
    cursor: pointer;
}

.typeface-mob .drop-down.current {
    display: block;
}

.typeface-mob p.current::after {
    transform: rotate(180deg);
}

.typeface-mob .drop-down li {
    background: #db0011;
    padding-left: 10px;
    color: #fff;
    box-sizing: border-box;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
}


.typeface-mob .drop-down li:not(:last-child) {
    border-bottom: 1px solid #fff;
}

.typeface-mob .drop-down li:nth-of-type(1) {
    border-top: 1px solid #fff;
    cursor: pointer;
}

.typeface-mob .drop-down li:last-child {
    border-radius: 0 0 2px 2px;
    cursor: pointer;
}

/*.typeface-mob .drop-down li.current{*/
/*    background: #2411e5;*/
/*}*/
.typeface-mob .drop-down li.current {
    background: #e55c00;
}

.typefacetip {
    margin: 0 auto 10px auto;
    color: #757575;
    font-size: 13px;
    text-align: center;
}

textarea::-webkit-input-placeholder {
    color: #757575;
}

textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #757575;
}

textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #757575;
}

textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #757575;
}


/**
语言切换button
 */
.switch_language_btn {
    font-size: 12px;
    color: #908d8d;
    text-align: center;
}

.switch_language_btn button {
    border: 1px solid;
    cursor: pointer;
    padding: 5px;
    border-radius: 5%;
    margin: 0.5rem;
    background-color: #f8efe5;
}

.footer-custom {
    width: 100%;
}

/**头部和底部自定义皮肤--start**/

.header-skin-white {
    background: #fff;
}

.header-skin-white .hclose:after {
    border-top: 2px solid #fff !important;
    border-left: 2px solid #fff !important;;
}


.footer-skin-white {
    width: 100%;
    background: #fff;
}

.typeface-mob .drop-down li.current-white {
    background: #fff;
}

.typeface-mob .drop-down li.white {
    background: #fff;
}


.header-skin-red {
    background: -webkit-linear-gradient(to right, #e52525 10%, #fd0000);
    background: linear-gradient(to right, #e52525 10%, #fd0000);
}

.footer-skin-red {
    width: 100%;
    background: #fd0000;
}

.typeface-mob .drop-down li.current-red {
    background: #e52525;
}

.typeface-mob .drop-down li.red {
    background: #fd0000;
}

.header-skin-orange {
    background: -webkit-linear-gradient(to right, #d58836 10%, #ff6a00);
    background: linear-gradient(to right, #d58836 10%, #ff6a00);
}

.footer-skin-orange {
    width: 100%;
    background: #ff6a00;
}

.typeface-mob .drop-down li.current-orange {
    background: #d58836;
}

.typeface-mob .drop-down li.orange {
    background: #ff6a00;
}

.header-skin-yellow {
    background: -webkit-linear-gradient(to right, #e5cf25 10%, #fdf500);
    background: linear-gradient(to right, #e5cf25 10%, #fdf500);
}

.footer-skin-yellow {
    width: 100%;
    background: #fdf500;
}

.typeface-mob .drop-down li.current-yellow {
    background: #e5cf25;
}

.typeface-mob .drop-down li.yellow {
    background: #fdf500;
}

.header-skin-green {
    background: -webkit-linear-gradient(to right, #25e572 10%, #00fd84);
    background: linear-gradient(to right, #25e572 10%, #00fd84);
}

.footer-skin-green {
    width: 100%;
    background: #00fd84;
}

.typeface-mob .drop-down li.current-green {
    background: #25e572;
}

.typeface-mob .drop-down li.green {
    background: #00fd84;
}

.header-skin-blue {
    background: -webkit-linear-gradient(to right, #3666d5 10%, #007aff);
    background: linear-gradient(to right, #3666d5 10%, #007aff);
}

.footer-skin-blue {
    width: 100%;
    background: #007aff;
}

.typeface-mob .drop-down li.current-blue {
    background: #3666d5;
}

.typeface-mob .drop-down li.blue {
    background: #007aff;
}

.header-skin-purple {
    background: -webkit-linear-gradient(to right, #a925e5 10%, #e900fd);
    background: linear-gradient(to right, #a925e5 10%, #e900fd);
}

.footer-skin-purple {
    width: 100%;
    background: #e900fd;
}

.typeface-mob .drop-down li.current-purple {
    background: #a925e5;
}

.typeface-mob .drop-down li.purple {
    background: #e900fd;
}

/**头部和底部自定义皮肤--end**/

/* agreePage */
.agreePage {
    position: absolute;
    left: 0;
    top: 50px;
    bottom: 0;
    width: 100%;
    outline: none;
    z-index: 1003;
    touch-action: manipulation;
    box-sizing: border-box;
    background: #ffffff;
    display: none;
}

.agreeText {
    padding: 40px;
}

.agreeText h3 {
    color: #428BCA;
    font-size: 16px;
    margin-bottom: 40px;
    text-align: center;
}

.agreeText p {
    font-size: 14px;
    color: #222222;
    line-height: 32px;
    margin-bottom: 20px;
}

.agreeBtn {
    position: fixed;
    bottom: 0;
    height: 52px;
    width: 100%;
    line-height: 52px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

/***
* @desc  news-message area
**/
.news-message {
    cursor: pointer
}

.conversation-attachment {
    margin: 2px;
    border: 1px inset black;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 8px;
    text-align: center;
}

.conversation-attachment-download {
    background: url("../images/conversation-attachment.png") no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
}

.weather_btn {
    font-size: 12px;
    color: #908d8d;
    text-align: left;
}

.weather_btn button {
    border: 1px solid;
    cursor: pointer;
    padding: 5px;
    border-radius: 5%;
    margin: 0.5rem;
    background-color: #f8efe5;
}

hr {
    background-color: red;
    height: 1px;
    border: none;
}

.my-divider {
    border-top: 1px solid #FF0000;
}

.text-image-container {
    align-items: center;
    margin-left: 50px;
    border: 1px solid rgb(223, 223, 223);
    margin-top: 20px;
    background: white;
}

.text-image-container .text {
    flex: 1;
    padding: 10px;
    color: blue;
    float: left;
}

.text-image-container .image {
    flex: 1;
    padding: 10px;
    text-align: center;
}

.text-image-container a {
    color: #337ab7;
}

.text-image-container p {
    padding: 10px;
    color: #337ab7;
    border-bottom: 1px solid rgb(223, 223, 223);
}

.container {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cardsText-align: left;
    float: left;
    margin-right: 20px;
}

.container1 {
    overflow-x: auto;
    display: flex;
    margin-left: 50px;
}

.container img {
    width: 248px;
    height: 130px;
    background-color: #ccc;
}

.cardsText {
    width: 100%;
    /*white-space: pre-line;*/
    word-wrap: break-word;
}

.weather_btn {
    margin-left: 40px;
    margin-top: 20px;
}

.background-img-custom {
    width: 100%;
    height: 100%;
    opacity: 0.6;
}


button.faq-sug-click-yes:focus {
    border: 1px solid black;
}

button.faq-sug-click-no:focus {
    border: 1px solid black;
}

button.btn-t:focus {
    border: 1px solid black;
}

button.btn-c:focus {
    border: 1px solid black;
}

.conversation-temp-loading {
    background: url("../images/loading.gif") no-repeat center center / 100% 100%;
    position: absolute;
    cursor: pointer;
    width: 25px;
    height: 25px;
    right: 60px;
    bottom: 55px;
    display: none;
    z-index: 1002;
}

.conversation-temp-loading.show {
    display: block;
}

#interim_span, Isbrowser,.sendMsg-inner,.faqvote-inner {
    display: none !important;
}

.right-side-style {
    text-align: right;
}

.left-side-style {
    text-align: left;
}

.pure-url-format {
    text-overflow:ellipsis;
}

.mod{
    display: none;
}
.mod.show{
    display: block;
}
/*customization*/
.msg-data-btn-format{
    display: block;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    margin: 5px 0;
}