
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,
input, textarea, p, blockquote, table, th, td, a, dl, dt, dd, article {
    margin: 0;
    padding: 0;
    font-family: 'proxima-nova', "Microsoft YaHei", Verdana, sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    word-wrap: break-word;
}

html, body {
    position: relative;
    height: 100%;
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    background: #f5f5f5;
}

img {
    border: none;
}

div {
    display: block;
}

hr {
    clear: both;
    line-height: 5px;
}

table {
    border-collapse: collapse;
}

ol, ul {
    list-style: none outside none;
}

input, textarea.shadow, select {
    padding: 5px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    font-size: 12px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

/*input:focus, textarea.shadow:focus {*/
/*    border-color: rgba(82, 168, 236, 0.8);*/
/*    outline: none;*/
/*    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);*/
/*    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);*/
/*    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);*/
/*    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);*/
/*    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);*/
/*}*/

/*input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus,*/
/*select:focus {*/
/*    outline: thin solid #333;*/
/*    outline: 5px auto -webkit-focus-ring-color;*/
/*    outline-offset: -2px;*/
/*    -webkit-box-shadow: none;*/
/*    -moz-box-shadow: none;*/
/*    box-shadow: none;*/
/*}*/

textarea {
    width: 100%;
    resize: none;
    padding: 5px;
}

textarea.none {
    border: none;
    padding: 10px;
    outline: none;
}

a, a:hover, a:active {
    text-decoration: none;
}

h1, h1 * {
    font-size: 3em;
}

h2, h2 * {
    font-size: 2em;
}

h3, h3 * {
    font-size: 1.6em;
    line-height: 200%;
}

h4, h4 * {
    font-size: 1.4em;
    line-height: 200%;
}

h5, h5 * {
    font-size: 1.2em;
    line-height: 200%;
}

dt {
    font-weight: bold;
}

ul::-webkit-scrollbar, div::-webkit-scrollbar, dl::-webkit-scrollbar {
    width: 10px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(202,
    202, 202, 0.07)), color-stop(100%, rgba(229, 229, 229, 0.07)));
    background: -webkit-linear-gradient(left, rgba(202, 202, 202, 0.07) 0%,
    rgba(229, 229, 229, 0.07) 100%);
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .15) inset, 0 1px 0 0 white;
    -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .15) inset, 0 1px 0 0 #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .15) inset, 0 1px 0 0 white;
    background-color: #E5E5E5;
    overflow: visible;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #A6A6A6;
}

ul::-webkit-scrollbar-thumb, div::-webkit-scrollbar-thumb, dl::-webkit-scrollbar-thumb {
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(233,
    233, 233, 0.05)), color-stop(100%, rgba(221, 221, 221, 0.05)));
    background: -webkit-linear-gradient(left, rgba(233, 233, 233, 0.05) 0%,
    rgba(221, 221, 221, 0.05) 100%);
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .05);
    background-color: #E9E9E9;
    overflow: visible;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #A6A6A6;
}

ul::-webkit-scrollbar-button, div::-webkit-scrollbar-button, dl::-webkit-scrollbar-button {
    height: 0;
    display: block;
    background-color: transparent;
}

.left {
    float: left;
}

.right {
    float: right;
}

.pleft {
    left: 0;
}

.pleft {
    left: 0;
}

.clear {
    clear: both;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.block {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

.clearfix:after, div:after, ul:after, form:after, dl:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    visibility: visible;
}

.show {
    display: block;
}

.hidden {
    display: none;
}


input {
    padding: 10px;
}

button {
    padding: 6px 10px;
}

.bggray {
    background: #eee;
}

.bgwhite {
    background: #fff;
}

.shadow {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .2);
}

.base-content {
    width: 1200px;
    margin: 0 auto;
}

.content {
    width: 1200px;
    margin: 20px auto;
    position: relative;
}


a, a:link {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}


.pr {
    position: relative;
}


.pre-style {
    all: initial; /*清除继承样式*/
    display: block; /*设置布局流，避免换行导致的错误布局*/
    white-space: pre-line; /*保留换行符，设置溢出换行*/
    font-size: 16px;
    line-height: 200%;
    padding: 15px 0;
    /*font-family: 'proxima-nova', "Microsoft YaHei", Verdana, sans-serif;*/
    color: #131415;
    text-align: center;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.row1 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
}

.row2 {
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
}


.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #3690ff !important;
    border-color: #3690ff !important;
    color: #fff !important;
}

.pagination > li > a, .pagination > li > span {
    color: #3690ff !important;
}


.imgzoom:hover {
    -webkit-animation: zoomin 0.3s .2s ease both;
}

@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.02)
    }
}


.flex-between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
}

.flex-between-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.flex-between-base {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}

.flex-between-start {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.flex-between-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.flex-start-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.flex-start-start {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.flex-start-baseline {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
}

.flex-center-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-start-end {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
}

.flex-end-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.header-box {
    width: 100%;
    height: 80px;
    line-height: 80px;
    position: fixed;
    top: 0;
    z-index: 100;
    background: #0d1117;
}

.header-logo {
    width: 163.5px;
    height: 41.5px;
    background-position: center;
    background-size: cover;
    background-image: url('https://static.cloudoer.com/si/logo.png');
}

.header-menu-name {
    position: relative;
}

.header-menu-name:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333333;
    top: 50%;
    margin-top: -2px;
    right: -14px;
}


.menu-item {
    margin: 0 35px;
    cursor: pointer;
}

.menu-item:hover * {
    color: #3E8CF9;
}

.menu-item > p {
    font-size: 14px;
    color: #fff;
    margin: 0 8px;
}

.menu-item > div {
    font-size: 20px;
}

.menu-item > span {
    font-size: 14px;
}


.footer-box {
    width: 100%;
    background: #0d1117;
}

.footer-top {
    padding-top: 60px;
}

.footer-top-title {
    font-size: 20px;
    color: #fff;
    margin-right: 40px;
    margin-bottom: 18px;
}

.footer-top-list {
    width: 1080px;
    margin-top: 2px;
}

.footer-top-list li a {
    color: #9A9EA1;
    font-size: 16px;
    margin-right: 18px;
    margin-bottom: 18px;
    display: inline-block;
}

.base-title div {
    font-size: 46px;
    color: #fefefe;
    font-weight: bold;
}

.column-container {
    width: 1200px;
    margin: 0 auto;
}

.index-column-title {
    font-size: 46px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.index-column-title span {
    font-size: 46px;
    background: linear-gradient(0deg, #7683D9 0%, #D8A0FE 100%);
    /* 为了在所有浏览器中都能看到渐变效果，可以使用多个浏览器前缀 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; /* Safari 特有属性 */
    font-weight: bold;
    text-align: center;
    display: inline-block;
}

.index-column-title div {
    font-size: 46px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.index-column-subtitle {
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.index-column-subtitle span {
    font-size: 20px;
    background: linear-gradient(0deg, #7683D9 0%, #D8A0FE 100%);
    /* 为了在所有浏览器中都能看到渐变效果，可以使用多个浏览器前缀 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; /* Safari 特有属性 */
    text-align: center;
    display: inline-block;
}

.index-column-subtitle div {
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.app-box {
    width: 1200px;
    height: 720px;
    background: #1C1C23;
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(2, 570px);
    justify-content: space-between;
    margin-top: 36px;
    margin-bottom: 60px;
    padding: 20px 20px 0 20px;
}

.app-item {
    width: 570px;
    height: 160px;
    background: #16161A;
    border-radius: 12px;
    border: 2px solid #212125;
    padding: 20px 20px 16px 16px;
}

.app-item-right {
    width: 425px;
    margin-left: 20px;
}

.app-top-left {
    font-size: 20px;
    color: #fff;
}

.app-top-right {
    margin-left: auto;
}

.app-top-right div {
    font-size: 14px;
    color: #fff;
}

.app-top-right span {
    font-size: 12px;
    color: #fff;
    margin-right: 4px;
}

.app-item-text {
    color: rgba(249, 249, 249, 0.6);
    font-size: 14px;
    margin: 14px 0 14px;
}

.app-item-avatar div {
    font-size: 14px;
    color: #fff;
}

.app-item-avatar span {
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: cover;
    background-image: url(https://static.cloudoer.com/si/ic_avatar.png);
    margin-right: 8px;
}

.index-about-text {
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 32px;
}

.index-about-subtitle {
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin: 70px 0 30px;
}

.index-about-grid {
    display: grid;
    grid-template-columns: repeat(4, 290px);
    justify-content: space-between;
    margin-bottom: 60px;
}

.index-about-grid-item {
    width: 290px;
    background: #191A1E;
    border-radius: 12px;
    padding: 36px 22px 30px;
}

.index-about-grid-item-icon {
    width: 140px;
    height: 120px;
    margin: 0 auto 24px;
}

.index-about-grid-item span {
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    line-height: 26px;
}

.index-about-ctitle {
    font-size: 28px;
    background: linear-gradient(0deg, #7683D9 0%, #D8A0FE 100%);
    /* 为了在所有浏览器中都能看到渐变效果，可以使用多个浏览器前缀 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; /* Safari 特有属性 */
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}


.about-contact-item {
    margin-left: auto;
}

.about-contact-item:first-child {
    margin-left: 0;
}

.about-contact-item div {
    font-size: 20px;
    color: #646A73;
}

.about-contact-item span {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    display: block;
    margin-bottom: 12px;
}

.index-about-textarea {
    margin: 40px 0 42px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    width: 1200px;
    height: 260px;
    background: transparent;
    padding: 26px 20px;
    color: #fff;
    font-size: 16px;
}

.index-about-textarea::placeholder {
    color: #fff;
    font-size: 16px;
}

.index-about-btn {
    cursor: pointer;
    text-align: center;
    width: 230px;
    height: 55px;
    background: linear-gradient(90deg, #9929EA, #5808FB);
    border-radius: 4px;
    font-size: 20px;
    color: #D5D5D5;
    line-height: 55px;
}


.index-aboutus-box {
    width: 960px;
    margin: 0 auto 0;
    position: relative;
}

.machine-nav-box {
    position: relative;
    z-index: 3;
}

.machine-nav-item {
    width: 230px;
    height: 55px;
    border-radius: 12px;
    border: 1px solid #D5D5D5;
    color: #D5D5D5;
    font-size: 20px;
    text-align: center;
    line-height: 53px;
    cursor: pointer;
}

.machine-nav-item-on {
    width: 285px;
    height: 65px;
    border-radius: 12px;
    border: 1px solid #44FEE6;
    color: #44FEE6;
    font-size: 30px;
    text-align: center;
    line-height: 63px;
    cursor: pointer;
}

.bottom-video {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0.06;
    z-index: -1;
}

.base-video {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0.06;
    z-index: -1;
}

.bg-ai {
    position: absolute;
    width: 100%;
    height: 9.49rem;
    background-position: center;
    background-size: cover;
    background-image: url(https://static.cloudoer.com/si/bg_ai.png);
    z-index: -1;
    top: -210px;
}

.bg-base {
    position: absolute;
    width: 100%;
    height: 11.85rem;
    background-position: center;
    background-size: cover;
    background-image: url(https://static.cloudoer.com/si/bg_base.png);
    z-index: -1;
    top: -180px;
}

.bg-machine {
    position: absolute;
    width: 100%;
    height: 8.84rem;
    background-position: center;
    background-size: cover;
    background-image: url(https://static.cloudoer.com/si/bg_machine.png);
    z-index: 0;
    top: -180px;
}

.bg-machine-item {
    position: absolute;
    width: 420px;
    height: 356px;
    background-position: center;
    background-size: cover;
    z-index: 1;
    left: 50%;
    margin-left: -210px;
    top: 140px;
}

.list-machine-title {
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin: 30px auto 46px;
}

.list-machine1 {
    width: 920px;
    margin: 0 auto 46px;
}

.list-machine2 {
    width: 1200px;
    margin: 0 auto 46px;
}

.list-machine3 {
    width: 1080px;
    margin: 0 auto 46px;
}

.machine-item-left {
    width: 288px;
    height: 61px;
    background-position: center;
    background-size: cover;
    background-image: url(https://static.cloudoer.com/si/bg_machine_left.png);
    text-align: right;
    padding: 8px 20px 0 0;
}

.machine-item-right {
    width: 288px;
    height: 61px;
    background-position: center;
    background-size: cover;
    background-image: url(https://static.cloudoer.com/si/bg_machine_right.png);
    margin-left: auto;
    padding: 8px 0 0 20px;
}

.machine-item-left div,
.machine-item-right div {
    font-size: 16px;
    color: #fff;
}

.machine-item-left span,
.machine-item-right span {
    font-size: 12px;
    color: #fff;
    display: inline-block;
}

.ai-container {
    margin: 180px auto 100px;
}

.ai-container-left {
    border-radius: 20px 0 0 20px;
    background: #222226;
    width: 400px;
    height: 738px;
}

.ai-container-right {
    border-radius: 0 20px 20px 0;
    background: #161B22;
    width: 800px;
    height: 738px;
}

.ai-container-left-top {
    padding: 30px 0 0 24px;
    margin-bottom: 34px;
}

.ai-container-left-top-title img {
    width: 46px;
    height: 46px;
    margin-right: 20px;
}

.ai-container-left-top-title div {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.ai-container-left-top-subtitle {
    font-size: 14px;
    color: #fff;
    margin-left: 70px;
    margin-top: 2px;
}


[v-cloak] {
    display: none;
}

.ai-agent-item,
.ai-agent-item-on {
    width: 376px;
    height: 70px;
    margin-left: 24px;
    padding-left: 16px;
    cursor: pointer;
}

.ai-agent-item-on {
    background: #161B22;
    border-radius: 12px 0 0 12px;
}

.ai-agent-item-cover {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    margin-right: 8px;
}

.ai-agent-item-info div {
    color: #fff;
    font-size: 16px;
    margin-bottom: 8px;
}

.ai-agent-item-info span {
    color: rgba(249, 249, 249, 0.6);
    font-size: 14px;
}

.ai-container-right-top {
    width: 758px;
    height: 228px;
    background: #2D2F32;
    border-radius: 0 20px 20px 20px;
    margin: 24px auto 0;
    overflow: hidden;
}

.agent-question-item-title {
    width: 600px;
    font-size: 14px;
    color: #fff;
}

.agent-question-item {
    width: 718px;
    height: 56px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    margin: 0 auto 12px;
    padding: 0 14px;
}

.agent-question-item-btn {
    display: block;
    width: 53px;
    height: 26px;
    background: linear-gradient(90deg, #3FBBFE, #A541FF);
    border-radius: 13px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 26px;
    margin-left: auto;
    cursor: pointer;
}

.agent-question-item-btn-grey {
    display: block;
    width: 53px;
    height: 26px;
    background: grey;
    border-radius: 13px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 26px;
    margin-left: auto;
}

.ai-container-right-btn {
    position: absolute;
    bottom: 30px;
    width: 758px;
    height: 50px;
    background: #2D2F32;
    border-radius: 25px;
    left: 22px;
}

.agent-input {
    width: 620px;
    height: 50px;
    background: transparent;
    padding: 0 18px;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 25px 0 0 25px;
}

.agent-input::placeholder {
    color: #fff;
    font-size: 14px;
}

.agent-input:focus {
    outline: none !important;
    border: none !important;
}

.input-btn {
    width: 38px;
    height: 38px;
    background-position: center;
    background-size: cover;
    background-image: url(https://static.cloudoer.com/si/ic_submit.png);
    cursor: pointer;
    margin-left: auto;
    margin-right: 8px;
}

.input-btn-grey {
    width: 38px;
    height: 38px;
    background-position: center;
    background-size: cover;
    background-image: url(https://static.cloudoer.com/si/ic_submit_grey.png);
    cursor: pointer;
    margin-left: auto;
    margin-right: 8px;
}

.ai-questions {
    margin: 26px 22px 0;
    height: 360px;
    overflow: auto;
}

/* 隐藏滚动条 */
.ai-questions::-webkit-scrollbar {
    width: 0;
    height: 0;
}


.q-item {
    margin-bottom: 18px;
}

.q-item-left-loading {
    margin-bottom: 10px;

}

.q-item-left-loading div {
    /*margin-left: 10px;*/
    color: #fff;
}

.q-item-left-loading span {
    font-weight: 600;
    max-width: 500px;
    color: #fff;
}

.q-item-right {
    background: linear-gradient(90deg, #2F3944, #414D5A);
    color: #fff;
    padding: 8px 14px;
    border-radius: 8px 8px 0 8px;
    width: fit-content;
    max-width: 400px;
    margin-bottom: 10px;
}

.q-item-answer {
    max-width: 700px;
    border-radius: 0 8px 8px 8px;
    background: #2D2F32;
    padding: 10px 16px;
}

.letter-x {
    display: inline-block;
    animation: letterRotate 3s infinite linear;
}

@keyframes letterRotate {
    50% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(180deg);
    }
}