html {
    width: 100%;
}

body {
    font-family: lato, Arial, sans-serif, ".PingFang SC", "Microsoft JhengHei", 微軟正黑體, "Microsoft YaHei", 微軟雅黑, STXihei, 华文细黑;
    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: #0067a6;
}

a:hover {
    color: #063b5c;
}

.chat-area img {
    display: block;
    max-width: 100%;
    height: auto;
}

.wrap {
    background: #ededed;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    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;
    background: #4e7fa9;
    position: absolute;
    z-index: 100;
    -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;
}

.header-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 36px;
    margin-top: -15px;
    cursor: pointer;
}

.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: 1;
    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: 20px;
    *zoom: 1;
}

.robot_icon {
    width: 45px;
    height: 45px;
    background: url(../images/robot-icon.png) no-repeat center center/160% 111%;
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 21px;
}

.welcome .robot_icon {
    top: 0;
}

.robot-time {
    color: #c1c1c1;
    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: #c1c1c1;
    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.5;
    background-color: #fff;
    border-radius: 4px;
    padding: 8px 16px;
    word-break: break-word;
    word-wrap: break-word;

}

.chat-txt .robot .dialog {
    float: left;
    margin: 16px 24px 0 52px;
    word-break: break-word;
    word-wrap: break-word;
    box-shadow: 0 2px 3px 0 rgba(166, 166, 166, .1);
    -webkit-box-shadow: 0 2px 3px 0 rgba(166, 166, 166, .1);
    position: relative;
    color: #222;
    border-radius: 4px 20px 20px 20px;
}


.chat-txt.welcome .dialog {
    margin-top: 0;
}

.chat-txt.button .content {
    float: left;
    margin: 16px 24px 0 52px;
    word-break: break-word;
    word-wrap: break-word;
    box-shadow: 0 2px 3px 0 rgba(166, 166, 166, .1);
    -webkit-box-shadow: 0 2px 3px 0 rgba(166, 166, 166, .1);
    position: relative;
    color: #222;
}

.tran-button-area, .xiaoi-south-btn-ban {
    position: relative;
    display: flex;
}

.tran-button-area button, .xiaoi-south-btn-ban button {
    border: 1px solid;
    margin: 8px;
    padding: 8px;
    background: aliceblue;
    border-radius: 15%;
    cursor: pointer;
}


.tran-button-area button:hover {
    background: #fbf9fe;
}

.xiaoi-south-btn-ban button:hover {
    cursor: not-allowed;
}

.chat-txt .user .dialog {
    float: right;
    margin: 16px 6px 0 20px;
    background-color: #d1e3ee;
    color: #222;
    word-break: break-word;
    word-wrap: break-word;
    border-radius: 20px 4px 20px 20px;
    box-shadow: 0 2px 3px 0 rgba(166, 166, 166, .1);
    -webkit-box-shadow: 0 2px 3px 0 rgba(166, 166, 166, .1);
    position: relative;
}

.rob-sound {
    position: absolute;
    width: 25px;
    height: 25px;
    /*     box-shadow: 0 2px 3px 0 rgba(166, 166, 166, .1);
        -webkit-box-shadow: 0 2px 3px 0 rgba(166, 166, 166, .1);
        border-radius: 100%;
        background: #fff; */
    right: -30px;
    top: -2px;
}

.rob-sound .icon-sound {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/sound.png) no-repeat center center;
    -webkit-background-size: 21px auto;
    background-size: 21px auto;
}

.rob-sound-active .icon-sound {
    background: url(../images/sound-active.gif) no-repeat center center;
    -webkit-background-size: 21px auto;
    background-size: 21px auto;
}

/* 阴影展开 */
.showtxt {
    vertical-align: middle;
    text-align: center;
    position: relative;
    margin-bottom: 8px;
    margin-top: 12px;
}

.showshadow {
    content: '';
    height: calc(54px - 32px);
    width: 100%;
    position: absolute;
    top: -24px;
    left: 0;
    border-bottom: 6px solid #fff;
    padding-top: 10px;
    margin-top: 3px;
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 100%);
}

.showall {
    position: relative;
    vertical-align: middle;
    padding-right: 14px;
    color: #0067a6;
    font-size: 13px;
}

.showall::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #0067a6;
    border-left: 1px solid #0067a6;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
}

.showall:hover {
    color: #4e7fa9;
}

.showall-active::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -1px;
}

/* 相关问 */
.relevant-aq {
    position: relative;
    color: #666;

}


.relevant-aq h4 {
    line-height: 32px;
    color: #666;
    font-weight: normal;
}

.relevant-aq a {
    position: relative;
    padding: 5px 0;
    display: block;
    width: 100%;
    font-size: 13px;
}

/**
语言切换提示语
 */
.switchingPrompt_language {
    font-size: 12px;
    color: #908d8d;
    text-align: center;
}

/**
语言切换button
 */
.switch_language_btn {
    font-size: 12px;
    color: #908d8d;
    text-align: center;
}

.switch_language_btn button {
    color: #3580A9;
    border: 1px solid;
    cursor: pointer;
    padding: 5px;
    border-radius: 5%;
    margin: 0.5rem;
}


/* 点赞 */
.cont .comment {
    padding-top: 25px;
    position: relative;
}

.comment {
    overflow: hidden;
}

.comment span {
    float: left;
    display: inline;
    height: 19px;
    line-height: 19px;
}

.comment li {
    position: relative;
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    background: url(../images/commstar.png) no-repeat center center/100% 100%;
    margin-right: 10px;
    cursor: pointer;

}

.comment strong {
    color: #f60;
    padding-left: 10px;
}

.comment li.on {
    background: url(../images/commstar-cur.png) no-repeat center center/100% 100%;
}

.comment-title {
    margin-bottom: 10px;
    position: relative;
}

.comment:before {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background-color: #e1e1e1;
    height: 1px;
    left: 0;
    right: 0;
    top: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .comment:after {
        -webkit-transform: scaleY(.5);
        -webkit-transform-origin: 50% 100%;
    }
}

@media only screen and (-webkit-device-pixel-ratio: 3) {
    .comment:after {
        -webkit-transform: scaleY(.6);
        -webkit-transform-origin: 50% 100%;
    }
}

/* swiper 热门问题 */

.swiper01 .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
}

.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: 30;
    box-sizing: border-box;
}

.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;
    background: #4e7fa9;
    padding-left: 0px;
}

.send-wrap span {
    display: contents;
    vertical-align: top;
    cursor: pointer;
}

.send-wrap .btn-voice {
    position: relative;
    margin-left: 8px;
    width: 32px;
    height: 32px;
    background: url(../images/voice-icon.png) no-repeat center center/100% auto;
    -webkit-background-size: 19px;
    background-size: 19px;
    cursor: pointer;
}

.send-wrap .btn-send {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url(../images/send-icon.png) no-repeat center center/100% auto;

}

.send-wrap span:nth-of-type(1) {
    position: relative;
}

.send-wrap .input-send {
    display: block;
    width: 100%;
    padding: 6.5px;
    resize: none;
    font-size: 14px;
    line-height: 19px;
    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;
    padding-right: 25px;
    margin-left: 8px;
}


.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: 26px;
    background-size: 26px;
    cursor: pointer;
}

.backtop {
    position: absolute;
    cursor: pointer;
    width: 25px;
    height: 34px;
    right: 10px;
    bottom: 100px;
    display: none;
    z-index: 10;
    background: url(../images/backtop.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.hidden {
    opacity: 0;
    pointer-events: none;
}

/* 表格 */
.table-package {
    word-wrap: break-word;
    word-break: break-all;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-spacing: 0;
    border-collapse: collapse;
    margin-top: 10px;
}

.table-package td {
    line-height: 20px;
    border-top: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    padding: 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 50%;
    max-width: 330px;
    vertical-align: baseline;
}

.table-package td strong {
    font-weight: 600;
}

.table-package tr td:first-child {
    width: 72px;
    min-width: 72px;

}

.table-package td img {
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

/* 不满意反馈 */

.feedback .comment:before {
    display: none;
}

.feedback-head {
    width: 100%;
    height: 47px;
    border-bottom: 1px solid #e1e1e1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 33;
    background: #fff;
}

.feedback-head i {
    width: 47px;
    height: 47px;
    display: block;
}

.feedback-head i::after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    left: 15px;
    top: 50%;
    margin-top: -6.5px;
    background: url(../images/feedback-head-close.png) no-repeat center center/100% auto;

}

.feedback {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 384px;
    background: #fff;
    z-index: 31;
    overflow: hidden;
}

.feedback-container {
    padding: 50px 15px 50px 15px;
    overflow-y: auto;
    width: 100%;
    height: 100%;
}

.feedback-container .comment-title {
    line-height: 36px;
    font-size: 15px;
}

.feedback-container .comment ul {
    margin: 0 auto 5px;
    width: 225px;
    overflow: hidden;
}

.feedback-container .comment li {
    width: 25px;
    height: 25px;
    margin-right: 20px;
}

.star-info {
    text-align: center;
    padding: 15px 0;
    color: #feb216;
    font-size: 13px;
}

.options {
    overflow: hidden;
}

.options-txt {
    overflow: hidden;
}

.feedback h4 {
    font-weight: normal;
    font-size: 13px;
}

.options li {
    float: left;
    margin-right: 9px;
    font-size: 14px;
    cursor: pointer;
    color: #999;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    text-align: center;
    width: 46%;
    line-height: 35px;
    margin: 0 2% 14px 2%;
    max-width: 200px;
}

.options li.cur {
    color: #0067a6;
    border-color: #0067a6;
}

.optionsli.cur:after {
    background: url(../images/circle-b.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;

}

.ohreason {
    margin-top: 8px;
}

.ohreason .reasontxt {
    display: block;
    width: 100%;
    padding: 4px 6.5px;
    resize: none;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.87);
    background-color: #fff;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    word-break: break-all;
    outline: 0;
    overflow: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    height: 78px;
    margin-bottom: 16px;
}

.reason_btns {
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 33;
    background: none;
    text-align: center;
    line-height: 50px;

}

.reason_btns .reason_btn {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    background: #4e7fa9;
    font-size: 14px;
}

/* 欢迎语业务 */
.serviceitem {
    margin-top: 10px;
    overflow: hidden;
}

.serviceitem li {
    float: left;
    width: 48.5%;
    margin-bottom: 10px;
    border: 1px solid #4e7fa9;
    padding: 8px 0 8px 6px;
    border-radius: 8px;
    cursor: pointer;

}

.serviceitem li:nth-of-type(2n-1) {
    margin-right: 3%;
}

.serviceitem li i {
    width: 20px;
    height: 23px;
    vertical-align: middle;
    background: url(../images/icon1.png) no-repeat center center/100% auto;
    float: left;
}

.serviceitem li:nth-of-type(2) i {
    background: url(../images/icon2.png) no-repeat center center/100% auto;
}


.serviceitem li span {
    padding-left: 6px;
    line-height: 23px;
    float: left;
}

.showbtn {
    text-align: center;
    vertical-align: middle;
}

.serviceshowall {
    position: relative;
    vertical-align: middle;
    padding-right: 14px;

}

.serviceshowall::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #396de5;
    border-left: 1px solid #396de5;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
}

.serviceshowall-active::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 0;
}

.fadeInRingt {
    opacity: 0;
    animation: show 1s forwards;
    animation-delay: .5s;
}

@keyframes show {
    0% {
        transform: translateX(500px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* swiper 热门问题 */

.swiper01 .swiper-slide .swiper-list {
    border-radius: 10px;
    background: #fff;
    position: relative;
    box-shadow: 0 3px 3px 0 rgba(166, 166, 166, .1);
    -webkit-box-shadow: 0 3px 3px 0 rgba(166, 166, 166, .1);
    cursor: pointer;
}

.figure {
    padding-top: 14px;
    width: 60px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.figure dt {
    padding-top: 14px;
    font-size: 16px;
    padding: 10px;
    line-height: 1.3;
    white-space: normal;
    text-align: center;
    color: #396de5;
    letter-spacing: 4px;
}

.figure ds {
    /*  font-size: 12px;
     padding: 10px; */
    line-height: 1.3;
    white-space: normal;
    text-align: center;
    color: #396de5;
    font-size: 13px;

}

.figure dt:first-line {
    color: #396de5;
}

.figure dd {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -15px;
    width: 34px;

}

.swiper-slide .list {
    margin-left: 60px;
}

.swiper-slide .list li {
    position: relative;
    box-sizing: border-box;
    padding: 13px 0;
    line-height: 1.3;
    padding-right: 20px;
    color: #333;
}

.swiper-slide .list li span {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: normal;
}

.swiper-slide .list li:before {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -4px;

}

.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%;
    }
}

/*swiper01样式*/

.swiper01 {
    width: 100%;
    /*height: 100%;*/
    margin-top: 18px;
    max-width: 500px;
    margin: 0;

}

.swiper01 .swiper-slide {
    text-align: left;
    font-size: 14px;
    border-radius: 10px;
    overflow: hidden;
    padding-left: 52px;
    padding-right: 20px;
    width: 100%;
}


@media screen and (min-width: 435px) {
    .chat-txt .robot .dialog {
        margin-right: 18%;
    }

    .chat-txt .user .dialog {
        margin-left: 18%;
    }

    .swiper01 .swiper-slide {
        padding-right: 18%;
    }

}

.mod_alert {
    width: auto;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 99;
    border-radius: 5px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .3);
    font-size: 14px;
    padding: 14px 16px;
    max-width: 270px;
    overflow: hidden;
    min-width: 220px;
    line-height: 19px;
    /*     white-space: nowrap;
     */
}

.mod_alert p i {
    width: 24px;
    height: 14px;
    display: inline-block;
    background: url(../images/chrome-icon.png) no-repeat center bottom;
    -webkit-background-size: auto 14px;
    background-size: auto 14px;
}

.cont p i {
    display: inline-block;
    width: 17px;
    height: 12px;
    background: url(../images/welcomeImg.png) no-repeat center center;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
}


.chatbot-open {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    bottom: 0;
    z-index: 9999;
    background: #fff;
}

/**
语音切换start
 */
.typeface-mob {
    width: 48px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -12px;
    box-sizing: border-box;
    text-align: left;
    font-size: 13px;
    cursor: pointer;
}

.typeface-mob p {
    height: 24px;
    line-height: 22px;
    color: #fff;
    border: 1px solid #fff;
    position: relative;
    padding-left: 8px;
    border-radius: 2px;

}

.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: 48px;
    position: relative;
    transition: all 1s;
    margin-top: -1px;
    display: none;
}

.typeface-mob .drop-down.current {
    display: block;
}

.typeface-mob p.current::after {
    transform: rotate(180deg);
}

.typeface-mob .drop-down li {
    background: #4e7fa9;
    padding-left: 10px;
    color: #fff;
    box-sizing: border-box;
    height: 24px;
    line-height: 24px;
}

.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;
}

.typeface-mob .drop-down li:last-child {
    border-radius: 0 0 2px 2px;
}

.typeface-mob .drop-down option {
    background: #fff;
    color: #fff;
    box-sizing: border-box;
    height: 24px;
    line-height: 24px;
    background: #e55c00;

}

.typeface-mob .drop-down li.current {
    background: #697d96;
}

/**
语言切换end
 */

.disclaimer {
    padding: 10px;
    font-size: 14px;
    line-height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 50px;
    overflow-y: auto;

}

.distitle {
    text-align: center;
    font-size: 17px;
    padding: 20px;
    color: #0067a6;
}

.disclaimertxt {
    padding: 0 10px 10px 10px;
    width: 100%;
    margin-bottom: 10px;
}

.disclaime-agree {
    background: #4e7fa9;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 10px 0;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.disclaime-agree button {
    background: none;
    color: #fff;
    font-size: 16px;
}

.webchatpoint {
    position: absolute;
    right: 4px;
    top: 300px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #4e7fa9;
    box-shadow: 0 4px 10px rgba(78, 127, 169, .3);
    z-index: 30;
    white-space: normal;
    text-align: center;
    color: #fff;
    letter-spacing: 4px;
    font-style: italic;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    cursor: pointer;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

}

.wechat-fadeIn-right {
    /*animation: fadeIn-right 5s forwards; */
    /*-webkit-animation: fadeIn-right 1.5s forwards; */
    /*animation-delay: 2s;*/
    /*-webkit-animation-delay: 2s;*/
    opacity: 1;
    animation: fadeIn 6s forwards;
    -webkit-animation: fadeIn 10s forwards;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;

}

@keyframes fadeIn-right {
    0% {
        right: -50px;
    }
    100% {
        right: 4px;
    }
}

.tips_common {
    position: absolute;
    font-size: 12px;
    color: #fff;
    z-index: 31;

}

/*.wechat_tips01 {*/
/*    bottom: -50px;*/
/*    left: 58px;*/
/*}*/
.wechat_tips01 {
    left: 16%;
    bottom: 10%;
}

.wechat-fadeIn {
    opacity: 0;
    animation: fadeIn 6s forwards;
    -webkit-animation: fadeIn 6s forwards;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
}

@keyframes fadeIn {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    15% {
        transform: translateY(0);
        opacity: 1;
    }
    99% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateX(200px);
        opacity: 0;
    }
}


.tips_common p {
    border-radius: 12px;
    background: rgba(0, 0, 0, .25);
    padding: 5px 8px;
    line-height: 1;
    margin-bottom: 30px;
}

.wechat_tips01 p {
    margin-top: 35px;
}

.tips_common .circle-l {
    float: left;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .25);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

.wechat_tips01 .circle-l {
    margin-left: 20px;
}

.tips_common .circle-l .circle-s {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    position: relative;
}

.tips_common .circle-l .circle-s::after {
    content: '';
    position: absolute;
    background: #fff;
    width: 1px;
    left: 2.5px;
}

.wechat_tips01 .circle-l .circle-s::after {
    bottom: 10px;
    height: 30px;
}

.wechat_tips02 p {
    margin-bottom: 15px;
}

.wechat_tips03 p {
    margin-bottom: 48px;
}

/*.wechat_tips02 {*/
/*    top: -50px;*/
/*    left: 4px;*/
/*}*/
.wechat_tips02 {
    bottom: 30%;
}

.wechat_tips02 .circle-l .circle-s::after {
    top: -19.5px;
    height: 22.5px;
}

.wechat_tips02 .circle-l {
    margin-left: 10px;
}

/*.wechat_tips03 {*/
/*    top: -80px;*/
/*    right: 10px;*/
/*}*/

.wechat_tips03 {
    top: -100%;
    right: 1%;
}

.tips_common.wechat_tips03 .circle-l {
    float: right;
    margin-right: 8px;
}

.wechat_tips03 .circle-l .circle-s::after {
    top: -52.5px;
    height: 55.5px;
}

.tips_common p i {
    display: inline-block;
    width: 18px;
    height: 12px;
    background: url(../images/send-s-icon.png) no-repeat center center;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
}

.mod-ceng {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 32;
}

.mask {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
    position: absolute;
}

.mod-ceng .pointlis {
    width: 290px;
    height: 230px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -145px;
    margin-top: -140px;
    background: #fff;
    border-radius: 10px;
}

.pointlis h4 {
    background: #edf6ff;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 15px;
    font-weight: normal;
    border-radius: 10px 10px 0 0;
}

.pointlis ul {
    overflow: hidden;
    padding-bottom: 90px;
}

.pointlis li {
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    line-height: 1.3;
    padding-right: 20px;
    color: #333;
    font-size: 13px;
    cursor: pointer;
}

.pointlis li:before {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -4px;
}

.pointlis li: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) {
    .pointlis li:after {
        -webkit-transform: scaleY(.5);
        -webkit-transform-origin: 50% 100%;
    }
}

@media only screen and (-webkit-device-pixel-ratio: 3) {
    .pointlis li:after {
        -webkit-transform: scaleY(.6);
        -webkit-transform-origin: 50% 100%;
    }
}

.pointlis .btn-close {
    display: block;
    margin: 0 auto;
    width: 32px;
    height: 32px;
    background: url(../images/close-icon.png) no-repeat center center/100%;
    cursor: pointer;
}

.container_in .recall {
    text-align: center;
    font-size: 12px;
    color: #757575;
}

.recall .cur-time {
    color: #c1c1c1;
}

/** origin style**/

.tran-card-area scard {
    padding: 20px;
    display: flex;
    float: left;
    border-radius: 5%;
    border: double;
    position: relative;
    margin: 20px;
    background-color: aliceblue;
    width: 270px;
}

.link-pretend {
    color: blue;
    cursor: pointer;
}


.interactive_button a {
    margin: 5px;
}
/**
*@desc for suggerstion
*/
.suggest-contain .dialog{
    position: relative;
    display: inline-block;
    min-height: 18px;
    line-height: 1.5;
    background-color: #fff;
    border-radius: 4px 20px 20px 20px;
    padding: 8px 16px;
    margin: 0px 24px 15px 52px
}

/**
 * @desc for faqvote
 */
.faqvote-contain .dialog {
    position: relative;
    display: inline-block;
    min-height: 18px;
    line-height: 1.5;
    background-color: #fff;
    border-radius: 4px 20px 20px 20px;
    padding: 8px 16px;
    margin: 0px 24px 15px 52px
}

approve {
    border-right: 1px solid;
    padding-right: 10px;
}

approve, disapprove {
    position: relative;
    display: inline-flex;
    color: #666666;
    line-height: 20px;
    height: 20px;
    margin: 5px;
}
