html,
body {
    margin: 0 auto;
    /*height: auto !important; */
}

* {
    font-family: PingFangSC-Light, Arial, Microsoft yahei, Tahoma, sans-serif !important;
}

img {
    border: 0;
    max-width: 100%;
}

a {
    outline: none;
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    outline: none !important;
}

/* 视频 */
.video_playerBox {
    display: none;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.video_player {
    width: 60%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#video_player {
    width: 100%;
    height: auto;
}

.video_player .video-close {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: -16px;
    right: -16px;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s linear;
}

.video_player .video-close:hover {
    background-color: #fff;
    color: #333;
}

.flexRow {
    display: flex;
}


.position_relative {
    position: relative;
}

.position_absolute {
    position: absolute;
}

.boxblock-p {
    display: block;
}

.boxblock-m {
    display: block;
}

.boxnone-p {
    display: none;
}

.boxnone-m {
    display: none;
}

.box_widthall {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}

.box_widthauto {
    width: auto;
    min-height: 1px;
    overflow: hidden;
}

.mb {
    display: none !important;
}

.pc {
    display: block !important;
}

.pswp__img {
    background-color: #fff;
}

.centerpd {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.leftpd {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: left;
    -ms-flex-align: left;
    -webkit-align-items: left;
    align-items: left;
}

.borderradius-btn {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.borderradius-bg {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.btnshadow {
    box-shadow: 0px 16px 32px rgb(48 92 218 / 12%);
    -moz-box-shadow: 0px 16px 32px rgba(48, 92, 218, .12);
    -webkit-box-shadow: 0px 16px 32px rgb(48 92 218 / 12%);
}

.btnbgcolor1 {
    background-color: #107eec;
    color: #ffffff;
}

.btnbgcolor1:hover {
    background-color: #1aad51;
    color: #ffffff;
}

.btnbgcolor1:focus {
    background-color: #107eec;
    color: #ffffff;
}

.btnbgcolor2 {
    background-color: #ffff;
    color: #00649a;
}

.btnbgcolor2:hover {
    background-color: #1aad51;
    color: #ffffff;
}

.btnbgcolor2:focus {
    background-color: #1aad51;
    color: #ffffff;
}

.btnbgcolor3 {
    background-color: #fff;
    color: #000;
}

.btnbgcolor3:hover {
    background-color: #1aad51;
    color: #fff;
}

.btnbgcolor3:focus {
    background-color: #1aad51;
    color: #ffffff;
}

.btnbgcolor4 {
    border: 1px solid #2e8be9;
    background-color: #fff;
    color: #2e8be9;
    box-shadow: none;
}

.btnbgcolor4:hover {
    background-color: #2e8be9;
    color: #fff;
}

.btnbgcolor5 {
    background-color: #dfebef;
    color: #03031d;
}

.btnbgcolor6 {
    background-color: #f4f8fd;
    color: #8d8d8d;
}

.btnbgcolor5:hover {
    background-color: #ffffff;
    color: #03031d;
}

.btnbgcolor6:hover {
    background-color: #f4f8fd;
    color: #666;
}

.btnbgcolor7 {
    background-color: #ddeafa;
    color: #8d8d8d;
}

.btnbgcolor7:hover {
    background-color: #2e8be9;
    color: #fff;
}

.btnheight1 {
    line-height: 44px;
}

.btnheight2 {
    line-height: 36px;
}

.btnwidth1 {
    width: auto;
    padding: 0px 32px;
}

.btnwidth2 {
    width: auto;
    padding: 0px 22px;
}

.btnpublic {
    /* float: left; */
}

.btnpublic a {
    min-height: 1px;
    overflow: hidden;
    display: block;
    font-size: 13px;
    float: left;
    /* margin-left:12px; */
}




@media (min-width: 320px) and (max-width:767px) {
    .skipmenu a {
        padding: 0 10px !important;
    }

    .btnwidth1 {
        width: auto;
        padding: 0px 24px;
    }

    .btnheight1 {
        line-height: 36px;
    }

    .btnpublic a {
        font-size: 12px;
    }

    .btnpublic .video {
        margin-left: 12px;
        display: none;
    }

    .btnpublic {
        display: none !important;
    }

    .btndetail {
        display: flex !important;
    }

}







@media (min-width: 992px) and (max-width:1369px) {
    .btnpublic a {
        font-size: 12px;
    }

    .btnwidth1 {
        line-height: 38px;
        padding: 0px 24px;
    }
}

/* 
-------------  视频插件  -------------
*/

.bgcolor-s1 {
    /* background-color: #f8fbfe; */
    background-color: #f4f8fd;
}

.bgcolor-s2 {
    background-color: #ffffff;
}

.bgcolor-s3 {
    background-color: #ffffff;
}

.bgcolor-s4 {
    /* background-color: #ececec; */
    background-color: #e1e8ef;
}

.bgcolor-s7 {
    background-color: #fafbfc;
}

.padding-34 {
    padding: 36px 40px;
}


.btn_boxpd {
    padding: 10px 0px;
}

.btn_boxmore {}

.btn_boxmore a {
    width: 200px;
    margin-bottom: 12px;
    display: block;
    border: none;
    background-color: #fff;
    font-size: 12px;
    line-height: 44px;
    text-align: center;
    border: 2px solid transparent;
    box-sizing: border-box;
    background-image: linear-gradient(#f7f7f7, #f7f7f7), linear-gradient(to right, #124ebd, #29970c);
    color: #666666;
    padding: 1px;
    border-radius: 12px;
    background-clip: content-box, padding-box;
    transition: filter .5s ease;
    margin: 0 auto;
}

.btn_boxmore a:hover {
    filter: hue-rotate(0deg);
    background-image: linear-gradient(to right, #124ebd, #29970c), linear-gradient(to right, #124ebd, #29970c);
    color: #ffffff;
}


.btn_public_trial {
    float: left;
    margin-right: 15px;
}

.btn_public_trial a {
    width: auto;
    min-height: 1px;
    overflow: hidden;
    display: block;
    float: left;
    background-image: linear-gradient(to right, rgba(18, 78, 189, 1), rgba(55, 181, 21, 1));
    padding: 0px 24px;
    line-height: 44px;
    font-size: 12px;
    color: #ffffff;
    transition: filter .5s ease;
}

.btn_public_trial a:hover {
    background-image: linear-gradient(to right, rgba(18, 78, 189, 1), rgba(18, 78, 189, 1));
    box-shadow: 0px 16px 64px rgb(48 92 218 / 16%);
    -moz-box-shadow: 0px 16px 64px rgba(48, 92, 218, .16);
    -webkit-box-shadow: 0px 16px 64px rgb(48 92 218 / 16%);
}

.btn_public_tiyan {
    float: left;
    margin-right: 15px;
}

.btn_public_tiyan a {
    width: auto;
    min-height: 1px;
    overflow: hidden;
    display: block;
    float: left;
    padding: 0px 24px;
    line-height: 44px;
    font-size: 12px;
    color: #333333;
    background-color: #dfebef;
}

.btn_public_tiyan a:hover {
    background-color: #ffffff;
    box-shadow: 0px 16px 64px rgb(48 92 218 / 16%);
    -moz-box-shadow: 0px 16px 64px rgba(48, 92, 218, .16);
    -webkit-box-shadow: 0px 16px 64px rgb(48 92 218 / 16%);
}

.btn_public_video {
    float: left;
    margin-right: 15px;
}

.btn_public_video a {
    width: auto;
    min-height: 1px;
    overflow: hidden;
    display: block;
    float: left;
    background-image: linear-gradient(to right, rgba(18, 78, 189, 1), rgba(55, 181, 21, 1));
    padding: 0px 24px;
    line-height: 44px;
    font-size: 12px;
    color: #ffffff;
    transition: filter .5s ease;
}

.btn_public_video a:hover {
    background-image: linear-gradient(to right, rgba(18, 78, 189, 1), rgba(18, 78, 189, 1));
    box-shadow: 0px 16px 64px rgb(48 92 218 / 16%);
    -moz-box-shadow: 0px 16px 64px rgba(48, 92, 218, .16);
    -webkit-box-shadow: 0px 16px 64px rgb(48 92 218 / 16%);
}

@media (min-width: 992px) and (max-width:1369px) {
    .btn_public_trial a {
        width: auto;
        min-height: 1px;
        overflow: hidden;
        display: block;
        float: left;
        background-image: linear-gradient(to right, rgba(18, 78, 189, 1), rgba(55, 181, 21, 1));
        padding: 0px 24px;
        line-height: 36px;
        font-size: 12px;
        color: #ffffff;
        transition: filter .5s ease;
    }

    .btn_public_tiyan a {
        width: auto;
        min-height: 1px;
        overflow: hidden;
        display: block;
        float: left;
        padding: 0px 24px;
        line-height: 36px;
        font-size: 12px;
        color: #333333;
        background-color: #dfebef;
    }
}

/* ===== 千里聆RPA FAQ 常见问题 ===== */
.qll-faq-section {
    background: #fff;
    padding: 60px 0;
}

.qll-faq-section .pagetbox {
    margin-bottom: 8px;
}
.faqitems {
    margin-top: 60px;
}
.faqitem {
    display: block;
    background-color: #ffffff;
    border: 1px solid #e9ecf2;
    border-radius: 8px;
    margin-bottom: 14px;
    transition: box-shadow .3s ease, border-color .3s ease;
}

.faqitem:hover {
    box-shadow: 0px 0px 12px rgba(16, 126, 236, .12);
    border-color: #cfe0f5;
}

.faqitem>summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 28px;
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    font-weight: bold;
    outline: none;
}

.faqitem>summary::-webkit-details-marker {
    display: none;
}

.faqitem>summary:hover,
.faqitem[open]>summary {
    color: #107eec;
}

.faq_ico {
    position: relative;
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin-left: 16px;
}

.faq_ico::before,
.faq_ico::after {
    content: "";
    position: absolute;
    background-color: #107eec;
    transition: transform .3s ease, opacity .3s ease;
}

.faq_ico::before {
    top: 9px;
    left: 0;
    width: 20px;
    height: 2px;
}

.faq_ico::after {
    top: 0;
    left: 9px;
    width: 2px;
    height: 20px;
}

.faqitem[open] .faq_ico::after {
    transform: rotate(90deg);
    opacity: 0;
}

.faq_a {
    padding: 0 28px 20px;
    color: #555555;
    font-size: 14px;
    line-height: 26px;
}

.faq_a p {
    margin: 0;
}

@media (max-width: 767px) {
    .qll-faq-section {
        padding: 30px 0 40px;
    }
    .faqitem {
        margin-bottom: 10px;
    }

    .faqitem>summary {
        padding: 15px 18px;
        font-size: 13px;
        line-height: 22px;
    }

    .faq_ico {
        width: 16px;
        height: 16px;
        margin-left: 12px;
    }

    .faq_ico::before {
        top: 7px;
        width: 16px;
    }

    .faq_ico::after {
        top: 0;
        left: 7px;
        width: 2px;
        height: 16px;
    }

    .faq_a {
        padding: 0 18px 15px;
        font-size: 12px;
        line-height: 20px;
    }
}
