﻿

* {
    margin: 0;
    padding: 0;
}

p, ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a, a:hover, a:focus {
    color: #0b68ee;
    text-decoration: none;
}

.ua:hover {
    text-decoration: underline;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis-a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.carousel, .carousel-inner, .carousel-inner .item {
    height: 100%;
}

.carousel-indicators li {
    width: 12px;
    height: 8px;
    background-color: #fff;
}

    .carousel-indicators li.active {
        width: 40px;
        height: 8px;
        margin: 1px;
    }

/** 谷歌浏览器滚动条样式 **/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 10px;
    background: rgba(0, 0, 0, 0);
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #d7d6d6;
}
    /*滑块效果*/
    ::-webkit-scrollbar-thumb:hover {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: rgba(0,0,0,0.3);
    }

/** 火狐浏览器滚动条样式 **/
* {
    scrollbar-width: thin;
    scrollbar-color: #d7d6d6 rgba(0, 0, 0, 0);
}



@media screen and (max-width: 1600px) {
    :root {
        --padding: 100px;
        --mainpd: 35px;
    }

    html {
        font-size: 14px;
    }
}

@media screen and (min-width: 1601px) and (max-width: 1920px) {
    :root {
        --padding: 250px;
        --mainpd: 60px;
    }

    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 1921px) {
    :root {
        --padding: 350px;
        --mainpd: 80px;
    }

    html {
        font-size: 18px;
    }
}

body {
    width: 100vw;
    height: 100vh;
    font: 14px Alibaba PuHuiTi,Microsoft YaHei,tahoma,arial,Hiragino Sans GB,\\5b8b\4f53,sans-serif;
    background-color: #fff;
    overflow: hidden;
}

form {
    width: 100%;
    height: 100%;
}

.zcpt-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .zcpt-container .carousel,
    .zcpt-container .carousel .carousel-inner {
        width: 100%;
        height: 100%;
    }

    .zcpt-container .main-area {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

        .zcpt-container .main-area .main-area__header {
            display: flex;
            width: 100%;
            padding: 25px 65px;
            z-index: 1;
        }

    .zcpt-container.result .main-area .main-area__header {
        height: 130px;
        background-image: url(../images/header_bg.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

.main-area__header .header-logo {
    width: 600px;
}

.main-area__header .input-group {
    flex: 1;
    display: inline-table;
    width: 60%;
    height: 40px;
    margin: 3px 0;
}

.main-area__header .link-btn {
    display: inline-block;
    width: 400px;
}

    .main-area__header .link-btn a {
        font-size: 18px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 47px;
        z-index: 2;
    }

        .main-area__header .link-btn a:hover {
            text-decoration: underline;
            animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
        }

    .main-area__header .link-btn .kefu img:hover {
        animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    }

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}


.zcpt-container .main-area__content {
    width: 1300px;
    margin: 100px auto 50px;
    text-align: center;
}

    .zcpt-container .main-area__content .panel-left {
        float: left;
        width: 640px;
        height: 530px;
        margin-right: 90px;
        padding: 15px 80px;
        background-color: rgba(10, 38, 61, 0.59);
        border-radius: 5px;
        text-align: center;
    }

.panel-left .panel-left__title {
    margin-bottom: 10px;
    font-size: 20px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    color: #FFFFFF;
}

.panel-left .panel-left__desc {
    margin-top: 10px;
    font-size: 16px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    color: #86D6FF;
    text-align: left;
}

.panel-left img {
    width: 430px;
    height: auto;
}

.panel-right {
    float: left;
    width: 530px;
    height: 530px;
    padding: 15px 0;
    background-color: rgba(10, 38, 61, 0.59);
    border-radius: 5px;
}

    .panel-right .panel-right__title {
        margin-bottom: 15px;
        font-size: 22px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #fff;
        line-height: 30px;
        text-align: center;
    }

    .panel-right .input-group {
        display: inline-table;
        width: 400px;
        height: 40px;
        margin: 3px 0;
        margin-bottom: 10px;
    }

        .panel-right .input-group input::placeholder {
            font-size: 16px;
            font-family: Alibaba PuHuiTi;
            font-weight: 400;
            color: #666666;
            line-height: 38px;
        }

        .panel-right .input-group .input-group-addon {
            width: 75px;
            height: 100%;
            background: #fff;
            font-family: Alibaba PuHuiTi;
            font-size: 16px;
            color: #fff;
            border: unset;
            border-radius: unset;
        }

        .panel-right .input-group input {
            width: 325px;
            height: 100%;
            background: #fff;
            font-family: Alibaba PuHuiTi;
            font-size: 16px;
            border: unset;
            outline: unset;
            padding: 0 10px;
        }

    .panel-right .error_msg {
        color: red;
        text-align: center;
    }

    .panel-right .btn-submit {
        margin-top: 10px;
        width: 100%;
        height: 40px;
        background: #2882FE;
        font-size: 18px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 40px;
        border: unset;
    }

    .panel-right .text-desc {
        margin-top: 20px;
        font-size: 14px;
        font-family: Alibaba PuHuiTi;
        font-weight: 500;
        color: #fff;
        line-height: 20px;
        text-align: left;
    }


.main-area .main-area__footer {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #fff;
}

    .main-area .main-area__footer p {
        height: 30px;
        line-height: 30px;
    }

@media screen and (max-width: 1601px) {
    .zcpt-container .main-area__content {
        margin-top: 40px;
    }

    .main-area .main-area__footer {
        bottom: 0;
    }
}
