/* 演示预约css */

@import url('aliyunfont.css');
.iconfont-demo {
    font-family: "iconfont" !important;
    font-size: 16px !important;
    font-style: normal;
    color: #8b8b8b;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 10px;
    bottom: 0;
}

html, body {
    font: 400 13px 'Open Sans', sans-serif;
}

body {
    height: calc(100% - 120px);
}

section {
    height: 100%;
    overflow: hidden;
}

.echat-demo-cntr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.bg-img {
    position: absolute;
    top: 195px;
    left: 0;
}

.bgb-img {
    position: absolute;
    top: 0;
    left: 0;
}

.demo-phone-fixed {
    width: 302px;
    height: 650px;
    position: absolute;
    left: 21px;
    top: 20px;
    overflow: hidden;
    border-radius: 28px;
    background-color: #f2f2f2;
}

.echat-demo-phone {
    width: 350px;
    height: 690px;
    position: relative;
    background: #030303;
}

.demo-phone-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 302px;
    height: 325px;
    background: #030303;
    z-index: 400;
}

.demo-phone-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 302px;
    height: 325px;
    background: #030303;
    z-index: 400;
    text-align: center;
}

.demo-phone-top-hide {
    top: -328px;
    transition: top 0.5s linear;
}

.demo-phone-bottom-hide {
    bottom: -325px;
    transition: bottom 0.5s linear;
}

.echat-demo-container {
    position: relative;
    height: 100%;
    background: #020202;
}

.exp-btn {
    width: 176px;
    height: 40px;
    background: #f18d0f;
    color: #fff;
    border-radius: 3px;
    outline: none;
    border: none;
    position: absolute;
    left: 62px;
    bottom: 133px;
}

.echat-demo-title {
    color: #fff;
    text-align: center;
}

.echat-demo-title h1 {
    font-size: 45px;
    position: relative;
    display: inline-block;
}

.echat-demo-title h1 span {
    position: relative;
    z-index: 200;
}

.echat-demo-title h1 img {
    position: absolute;
    top: 6px;
    right: -10px;
    z-index: 100;
    height: 25px;
}

.echat-demo-title>img {
    height: 6px;
    margin-top: -10px;
    margin-left: -20px
}

.echat-demo-container>img {
    width: 100%;
}

.echat-demo-title p {
    font-size: 25px;
}

.echat-brief-intr {
    width: 400px;
    margin-top: 30px;
    line-height: 1.7;
    text-align: justify;
    font-size: 16px;
}

/* .demo-sub {
    position: absolute;
    top: 22.8%;
    right: 25.8%;
    width: 21.5%;
    height: 56%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    background: #fff;
} */

.demo-sub {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 302px;
    height: 648px;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    /* transition: height 0.5s; */
}

/* .demo-sub-show {
    height: 648px;
    transition: height 0.5s;
} */

.demo-sub-top {
    height: 2.5%;
    background: #f18d0f;
}

.demo-sub-top-img {
    width: 172px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 600;
}

.demo-sub h2 {
    font-size: 22px;
    text-align: center;
    margin-top: 75px;
    margin-bottom: 16px;
    font-weight: 600;
}

.demo-sub>p {
    font-size: 12px;
    line-height: 1.7;
    text-align: justify;
    color: #d3d3d3;
    padding: 0 20px;
}

.demo-input {
    width: 260px;
    margin: auto;
    position: relative;
    height: 40px;
    margin-top: 25px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
}

.demo-require::before {
    content: '*';
    color: red;
    position: absolute;
    left: 1px;
    top: 3px;
    font-size: 18px;
}

.demo-input input {
    width: 100%;
    padding-left: 12%;
    border: none;
    height: 36px;
    font-size: 12px;
    outline: none;
}

.demo-submit {
    width: 178px;
    display: block;
    height: 40px;
    background: #f18d0f;
    color: #fff;
    border: none;
    outline: none;
    margin: 10% auto 0;
    border-radius: 3px;
    line-height: 100%;
    font-size: 12px;
    margin-top: 55px;
}

@media screen and (max-width:768px) {
    .demo-sub {
        width: 350px;
        height: 580px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
        background: #fff;
        margin: -40px auto;
        position: relative;
        z-index: 555;
        left: 0;
        border-radius: 0;
        margin-bottom: 50px;
        transform: none;
    }
    .demo-submit {
        height: 30px;
    }
    .demo-input input {
        padding-left: 30px;
    }
    .echat-demo-phone {
        display: none;
    }
    section {
        height: auto;
    }
    .echat-demo-title {
        text-align: center;
    }
    .demo-sub-top {
        display: block;
    }
    .demo-sub-top-img {
        display: none;
    }
    .phone-demo {
        display: block;
    }
    .demo-sub h2 {
        margin-top: 30px;
    }
    .echat-demo-title h1 {
        font-size: 25px;
        margin-top: 0;
    }
    .echat-demo-title p {
        font-size: 12px;
    }
    .echat-demo-title h1 img {
        top: -2px;
        transform: scale(0.6);
    }
    .echat-demo-title>img {
        transform: scale(0.6);
    }
    .echat-brief-intr {
        display: none;
    }
}

@media screen and (min-width:769px) {
    .demo-sub-top {
        display: none;
    }
    .phone-demo {
        display: none;
    }
}

/* 验证成功界面样式 */

.ver-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.15);
}

.verification-box {
    padding: 20px;
    width: 255px;
    opacity: 1;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 15px 0px rgba(97, 97, 97, 0.15);
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
}

.verfication-title {
    margin-top: 30px;
    height: 22px;
    line-height: 22px;
    text-align: center;
}

.verfication-title img {
    vertical-align: middle;
}

.verfication-title span {
    vertical-align: middle;
    font-size: 22px;
    font-weight: 700;
    color: #323232;
}

.verfication-tips {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    text-align-last: center;
    color: #888888;
    line-height: 22px;
    margin-top: 36px;
}

.verfication-tips1 {
    font-size: 12px;
    font-weight: 400;
    text-align: justify;
    text-align-last: center;
    color: #bfbfbf;
    line-height: 20px;
    letter-spacing: 1px;
    margin-top: 22px;
}

.echat-logo {
    margin-top: 26px;
    text-align: center;
}

.not-vreification-box, .verification-box {
    display: none;
}

.send-btn {
    width: 100%;
    height: 38px;
    background: #ffa71e;
    border-radius: 8px;
    outline: none;
    color: #fff;
    border: 0;
}