

/*----- 1. Reset.css -----*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    min-width: 600px !important;
}

body {
    line-height: 1;
    overflow-x: hidden;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* --- Common Styles ---*/

h1 {
    font-size: 16px;
}

/*----- Helper Classes -----*/

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
::-webkit-scrollbar {
	display: none;
}
*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

p {
    font-family: 'Roboto', sans-serif;
}

.nopadding {
    padding: 0;
}

.custompadding {
    padding-left: 5px;
    padding-right: 5px;
}

.no-margin {
    margin-right: 0;
    margin-left: 0;
}

.underline {
    display: inline;
    border-bottom: 3px solid #111;
    padding-bottom: 0;
}

.after-line {
    height: 3px;
    width: 100px;
    background: #001CFF;
    margin-top: -10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.sup-title {
    display: inline-block;
    font-size: 1em;
    padding: 4px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    background: #000000;
    margin: 0 0 20px 0;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    opacity: 1;
    background-color: #F2F2F2;
    z-index: 9999;
    text-align: center;
}

#loading-image {
    display: inline;
    top: 40%;
    position: relative;
    z-index: 9999;
}

.logo {
    margin: 0 auto;
    padding: 0px 0px;
    z-index: 111;
}

.logo:hover, .logo:focus {
    text-decoration: none;
    color: #FFF;
}

.container {
    width: auto;
    margin: 0 200px;
    padding: 0;
}


/* ------ Navbar Styling Starts ----- */

.navbar {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    border: none;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-backface-visibility: hidden;
}

.navbar .container {
    height: 130px;
    line-height: 130px;
}

.navbar-default {
    transition: all 0.6s ease;
    border-color: transparent;
    background-color: transparent;
}

.navbar .container a {
    line-height: 130px;
}

.navbar .container img {
    display: inline-block;
    vertical-align: middle;
    height: 45px;
    padding-left: 15px;
}

.navbar-default .navbar-toggle {
    vertical-align: middle;
    border-color: transparent;
    height: 45px;
    background: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-brand .navbar-toggle .collapsed {
    padding: 4px 6px;
    font-size: 16px;
    background: transparent;
}

.navbar-default .navbar-brand {
    padding-top: 5px;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}
.navbar-default .nav-icon{
    margin-top: 42.5px !important;
}

.navbar-default .navbar-brand:hover {
    transition: 1s;
}

.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    color: #BEBEDC;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #BEBEDC;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #FAFAFA;
    font-size: 18px;
}

.navbar-default .navbar-nav > .active > a {
    color: #BEBEDC;
}

.navbar-default .navbar-nav > .active > a:hover {
    font-size: 18px;
    color: #FAFAFA;

}

.navbar-default .navbar-nav > .active > a:focus {
    color: #BEBEDC;
}

.navbar-default .navbar-toggle:hover {
    background: transparent;
}

.navbar-default .navbar-collapse {
    border-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-toggle {
    color: #BEBEDC;
}

/* ------------------------------------------------------
--------------nav Section Styling Starts --------------
--------------------------------------------------------*/

#nav li {
    padding: 0;
    font-size: 20px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(190, 190, 220, 1);
    line-height: 130px;
    height: 130px;
    letter-spacing: 1px;
}

#nav a {
    padding: 0 30px;
    margin: 0;
    line-height: 130px;
}

#nav .btn-action-login {
    width: 160px;
    height: 48px;
    line-height: 44px;
    font-size: 16px;
    font-family: PingFangSC-Semibold;
    margin-top: 41px;
    font-weight: 600;;
    background: transparent;
    border-radius: 32px;
    border: 2px solid #BE6ED2;
    color: #BE6ED2;
    letter-spacing: 1px;
}

#nav .btn-action-login:hover {
    transition: none;
    width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-family: PingFangSC-Semibold;
    margin-top: 41px;
    font-weight: 600;;
    background: linear-gradient(to right, #321EAA, #BE6ED2);
    border-radius: 32px;
    border: none;
    color: #FFFFFF;
    letter-spacing: 1px;
}

/* ------------------------------------------------------
-------------- Main Section Styling Starts --------------
--------------------------------------------------------*/


/* ----- Hero Section Styling Starts ----- */

.hero-content {
    padding: 50px 0 50px 0;
    overflow: hidden;
}

.linear-bottom {
    position: absolute;
    width: 100%;
    bottom: -1px;
    height: 13.54vw;
    background: linear-gradient(transparent, #070048);
    z-index: 1;
}

img {
    margin: 0 auto;
}

.banner-wrapper {
    width: 100vw;
    /*height: 1080px;*/
    position: relative;
    left: 0;
    overflow: hidden;
}

.banner-list {
    overflow: hidden;
    width: 300vw;
    /*height: 1080px;*/
    position: relative;
    transition: 1s;
    left: 0;
}

.banner-wrapper .banner-nav {
    position: absolute;
    top: 19.7vw;
    right: 50px;
    width: 20px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.banner-nav a {
    display: block;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: #BEBEDC;
    border: 2px solid transparent;
    cursor: pointer;

}

.banner-nav a.active {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 2px solid #BE6ED2;
}

.hero-section {
    box-sizing: border-box;
    float: left;
    width: 100vw;
    height: 56vw;
    padding: 150px 0 260px 0;
    background: url('../image/banner-01.jpg');
    background-size: cover;
}
.hero-section-yaca{
    box-sizing: border-box;
    float: left;
    width: 100vw;
    height: 56vw;
    padding: 150px 0 260px 0;
    background-image: url('../image/yaca-bg.jpg');
    background-size: cover;
}

.hero-section.banner-1 {
    background: url('../image/banner-01.jpg');
    background-size: cover;

}

.hero-section.banner-2 {
    background: url('../image/banner-2.jpg') no-repeat;
    background-size: cover;
}

.banner2-btn {
    position: absolute;
    top: 55%;
    left: 9%
}

.hero-section.banner-3 {
    background: url('../image/banner-3.jpg') no-repeat;
    background-size: cover;

}

.hero-content h1 {
    width: 290px;
    height: 54px;
    font-size: 72px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(250, 250, 250, 1);
    line-height: 54px;
    text-shadow: 0 0 30px rgba(13, 37, 62, 0.7);
    margin-top: 100px;
    margin-bottom: 50px;
}

.hero-content p {
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    color: #BEBEDC;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 72px;
}

.hero-content {
    padding: 100px 0 100px 0;
    overflow: hidden;
}
.main{
    width: 100vw;
    overflow-x: hidden;
}

.main .login {
    position: absolute;
    z-index: 5;
    top: 130px;
    right: -646px;
    width: 480px;
    height: 500px;
    background: linear-gradient(135deg, rgba(29, 21, 110, 1) 0%, rgba(7, 0, 72, 1) 100%);
    box-shadow: 0 2px 4px 0 rgba(10, 14, 52, 0.5);
    border-radius: 8px;
    padding: 16px;
    transition: 0.3s;
    transition-timing-function: ease-in-out;
}

.phone-login {
    text-align: center;
}

.qrcode-login {
    text-align: center;
}

.qrcode-login #login-qrcode {
    width: 220px;
    height: 220px;
    border-radius: 6px;
}

.qrcode-login .tip-text {
    margin-top: 23px;
    font-size: 20px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(190, 190, 220, 0.8);
    line-height: 28px;
    letter-spacing: 1px;
}

.login h1 {
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    color: rgba(190, 190, 220, 1);
    letter-spacing: 1px;
    text-shadow: 0 1px 30px rgba(8, 35, 63, 0.5);
    margin-bottom: 25px;
}

.login .error-text {
    text-indent: 25px;
    text-align: left;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 16px;
    color: #F05050;
}

.phone-login .tel-number {
    width: 400px;
    height: 60px;
    background: rgba(29, 21, 110, 1);
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 18px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(190, 190, 220, 1);
    line-height: 25px;
    letter-spacing: 1px;
    text-shadow: 0 1px 30px rgba(8, 35, 63, 0.5);
    padding: 0 20px;
}

.phone-login .tel-number::-webkit-input-placeholder {
    color: rgba(190, 190, 220, 0.2);
}

.phone-login .tel-number::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(190, 190, 220, 0.2);
}

.phone-login .tel-number:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(190, 190, 220, 0.2);
}

.phone-login .tel-number:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(190, 190, 220, 0.2);
}

.send-code {
    position: absolute;
    top: 40px;
    right: 50px;
    width: auto;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(250, 250, 250, 0.8);
    border: none;
    background: rgba(29, 21, 110, 1);
    outline: none;
}

.phone-login .tel-number:focus {
    margin: 0 auto;
    width: 400px;
    height: 60px;
    background: rgba(29, 21, 110, 1);
    border-radius: 8px;
    border: 2px solid;
    border-image: linear-gradient(90deg, rgba(50, 30, 170, 1), rgba(190, 110, 210, 1)) 2 2 50% 50%;
    outline: none;
}

.login .login-btn {
    width: 200px;
    height: 48px;
    line-height: 44px;
    font-size: 16px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;;
    background: transparent;
    border-radius: 32px;
    border: 2px solid #BE6ED2;
    color: #BE6ED2;
    letter-spacing: 1px;
    outline: none;
}

.login .login-btn:hover {
    transition: none;
    width: 200px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;;
    background: linear-gradient(to right, #321EAA, #BE6ED2);
    border-radius: 32px;
    border: none;
    color: #FFFFFF;
    letter-spacing: 1px;
}

.btn-action {
    width: 312px;
    height: 72px;
    background: linear-gradient(90deg, rgba(50, 30, 170, 1) 0%, rgba(190, 110, 210, 1) 100%);
    box-shadow: 0 16px 24px 0 rgba(10, 14, 52, 0.5);
    border-radius: 100px;
    font-size: 24px;
    line-height: 78px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(250, 250, 250, 1);
    padding: 0;
    border: none;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    z-index: 9;
}

.btn-action:hover {
    color: #BEBEDC;
}

/*-----------------------------------------------------
-------------- Image Bg Styling Starts ----------------
------------------------------------------------------*/

input[type="text"],
textarea,
textarea.form-control {
    height: 45px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #F8F8F8;
    border: 1px solid #DDDDDD;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888888;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

textarea,
textarea.form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}

input[type="text"]:focus,
textarea:focus,
textarea.form-control:focus {
    outline: 0;
    background: #FFFFFF;
    border: 1px solid #111;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="text"]:-moz-placeholder, textarea:-moz-placeholder, textarea.form-control:-moz-placeholder {
    color: #888;
}

input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
    color: #888;
}

input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
    color: #888;
}

/*----------------------------------------------------
----------- Pitch Section Styling Starts ----------
-----------------------------------------------------*/

.pitch {
    padding: 122px 0;
    background: #070048;
}

.pitch-intro {
    max-width: 650px;
    margin: 0 auto;
    padding-bottom: 128px;
}

.pitch-intro h1 {
    height: 67px;
    font-size: 48px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(190, 190, 220, 1);
}

.pitch-icon {
    width: 88px;
    height: 88px;
    margin: 0 auto 14px;
}

.pitch-item:hover .pitch-content h1 {
    color: rgba(190, 190, 220, 1);;
}

.pitch-item:hover .pitch-content p {
    color: rgba(190, 190, 220, 0.6);
}

.pitch-icon.group {
    background: url("../image/group1.png");
    background-size: contain;
}

.pitch-group:hover .pitch-icon.group {
    background: url("../image/group2.png");
    background-size: contain;
}

.pitch-icon.qrcode {
    background: url("../image/qr1.png");
    background-size: contain;
}

.pitch-qrcode:hover .pitch-icon.qrcode {
    background: url("../image/qr2.png");
    background-size: contain;
}

.pitch-icon.adver {
    background: url("../image/adver1.png");
    background-size: contain;
}

.pitch-adver:hover .pitch-icon.adver {
    background: url("../image/adver2.png");
    background-size: contain;
}

.pitch-icon.sign {
    background: url("../image/sign1.png");
    background-size: contain;
}

.pitch-sign:hover .pitch-icon.sign {
    background: url("../image/sign2.png");
    background-size: contain;
}

.pitch-icon.follow {
    background: url("../image/follow1.png");
    background-size: contain;
}

.pitch-follow:hover .pitch-icon.follow {
    background: url("../image/follow2.png");
    background-size: contain;
}

.pitch-icon.keyword {
    background: url("../image/keyword1.png");
    background-size: contain;
}

.pitch-keyword:hover .pitch-icon.keyword {
    background: url("../image/keyword2.png");
    background-size: contain;
}

.pitch-icon.data {
    background: url("../image/data1.png");
    background-size: contain;
}

.pitch-data:hover .pitch-icon.data {
    background: url("../image/data2.png");
    background-size: contain;
}

.pitch-icon.essence {
    background: url("../image/essence1.png");
    background-size: contain;
}

.pitch-essence:hover .pitch-icon.essence {
    background: url("../image/essence2.png");
    background-size: contain;
}

.pitch-content {
    padding: 10px 0 50px 0;
}

.pitch-content h1 {
    height: 33px;
    font-size: 18px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(115, 110, 165, 1);;
    line-height: 33px;
    letter-spacing: 0;
    margin: 0 0 12px 0;
    text-transform: uppercase;
}

.pitch-content p {
    height: 64px;
    font-size: 14px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    line-height: 32px;
    color: rgba(115, 110, 165, 0.6);
    letter-spacing: 0;
}

/*----------------------------------------------------
----------- Features Free Styling Starts -------------
-----------------------------------------------------*/
.free {
    background: #070048;
}

.free-intro {
    /*max-width: 650px;*/
    margin: 0 auto;
    padding: 0 0 166px 0;
}

.free-intro h1 {
    height: 67px;
    font-size: 48px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(190, 190, 220, 1);
    line-height: 67px;
    margin-bottom: 67px;

}

.free .free-image img {
    margin: 0 auto;
    width: 100%;
    max-width: 1276px;
}

/*----------------------------------------------------
----------- Features scenes Styling Starts -------------
-----------------------------------------------------*/
.scenes {
    padding: 84px 0;
    background: #070048;
}

.scenes-intro {
    position: relative;
    width: 1200px;
    height: 412px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background: url("../image/Group 16.png") no-repeat 100% 120%;
    background-size: 580px 350px;
}

.scenes-intro .scenes-text {
    text-align: left;
    width: 45%;
}

.scenes-intro .linear-bottom {
    position: absolute;
    z-index: 3;
    width: 100vw;
    bottom: 0;
    height: 220px;
    left: -200px;
    background: linear-gradient(transparent, #070048);
}

.scenes-text .scenes-title {
    height: 50px;
    font-size: 36px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(190, 190, 220, 1);
    line-height: 50px;
    margin: 103px 0 32px;

}

.scenes-text p {
    height: 80px;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    line-height: 40px;
    color: rgba(190, 190, 220, 0.4);
    padding-top: 16px;
}

.scenes-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 1201px;
    overflow-x: hidden;
}

.card-item {
    width: 288px;
    height: 394px;
    margin: 0 8px;
    background: linear-gradient(134deg, rgba(29, 21, 110, 1) 0%, rgba(7, 0, 72, 1) 100%);
    box-shadow: 0px 20px 60px 10px rgba(13, 37, 62, 0.05);
    border-radius: 4px;
    padding: 32px 40px 0;

}

.card-item .card-img {
    width: 64px;
    height: 64px;
    opacity: 0.7993000000000001;
    margin: 0 auto;
}

.card-item h1 {
    text-align: left;
    height: 24px;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(190, 190, 220, 1);
    line-height: 24px;
    margin-top: 28px;
    margin-bottom: 10px;

}

.card-item .card-content p {
    font-size: 12px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: rgba(190, 190, 220, 0.6);
    padding: 16px 0 16px;
}

.card-item:hover {
    background: url("../image/Group 40.jpg");
    color: #FAFAFA;
    background-size: contain;
}

.card-item:hover h1 {
    transition: 0.5s;
    margin-top: 20px;
    margin-bottom: 18px;
    color: #FAFAFA;

}

.card-item:hover p {
    transition: 0.5s;
    color: #FAFAFA;
    border-top: 1px solid rgba(196, 189, 243, 0.4);
    padding: 15px 0 16px;

}

.card-item:hover .scenes-icon {
    color: #FAFAFA;
}

.card-item .scenes-icon {
    text-align: left;
    font-size: 12px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(190, 190, 220, 0.6);
    line-height: 22px;
}

.card-item#card-first .card-img {
    background: url("../image/card-11.png") no-repeat;
    background-size: contain;

}

.card-item#card-second .card-img {
    background: url("../image/card-22.png") no-repeat;
    background-size: contain;

}

.card-item#card-third .card-img {
    background: url("../image/card-33.png") no-repeat;
    background-size: contain;

}

.card-item#card-forth .card-img {
    background: url("../image/card-44.png") no-repeat;
    background-size: contain;

}

#card-first:hover .card-img {
    background: url("../image/card-1.png") no-repeat;
    background-size: contain;

}

#card-second:hover .card-img {
    background: url("../image/card-2.png") no-repeat;
    background-size: contain;

}

#card-third:hover .card-img {
    background: url("../image/card-3.png") no-repeat;
    background-size: contain;

}

#card-forth:hover .card-img {
    background: url("../image/card-4.png") no-repeat;
    background-size: contain;

}

.card-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

/*card-1的icon123以及hover*/
#card-first .card-icon1 {
    background: url("../image/card-111.png");
    background-size: contain;
}

#card-first .card-icon2 {
    background: url("../image/card-112.png");
    background-size: contain;

}

#card-first .card-icon3 {
    background: url("../image/card-113.png");
    background-size: contain;

}

#card-first:hover .card-icon1 {
    background: url("../image/card-101.png");
    background-size: contain;

}

#card-first:hover .card-icon2 {
    background: url("../image/card-102.png");
    background-size: contain;

}

#card-first:hover .card-icon3 {
    background: url("../image/card-103.png");
    background-size: contain;

}

/*card-2的icon123以及hover*/
#card-second .card-icon1 {
    background: url("../image/card-211.png");
    background-size: contain;
}

#card-second .card-icon2 {
    background: url("../image/card-212.png");
    background-size: contain;

}

#card-second .card-icon3 {
    background: url("../image/card-213.png");
    background-size: contain;

}

#card-second:hover .card-icon1 {
    background: url("../image/card-201.png");
    background-size: contain;

}

#card-second:hover .card-icon2 {
    background: url("../image/card-202.png");
    background-size: contain;

}

#card-second:hover .card-icon3 {
    background: url("../image/card-203.png");
    background-size: contain;

}

/*card-3的icon12以及hover*/
#card-third .card-icon1 {
    background: url("../image/card-311.png");
    background-size: contain;

}

#card-third .card-icon2 {
    background: url("../image/card-312.png");
    background-size: contain;

}

#card-third:hover .card-icon1 {
    background: url("../image/card-301.png");
    background-size: contain;

}

#card-third:hover .card-icon2 {
    background: url("../image/card-302.png");
    background-size: contain;
}

/*card-4的icon12以及hover*/
#card-forth .card-icon1 {
    background: url("../image/card-411.png");
    background-size: contain;
}

#card-forth .card-icon2 {
    background: url("../image/card-412.png");
    background-size: contain;
}

#card-forth:hover .card-icon1 {
    background: url("../image/card-401.png");
    background-size: contain;
}

#card-forth:hover .card-icon2 {
    background: url("../image/card-402.png");
    background-size: contain;
}

/*----------------------------------------------------
----------- Features manege Styling Starts -------------
-----------------------------------------------------*/
.manage {
    padding-top: 97px;
    height: 749px;
    background: #070048;
    background-image: url("../image/Path 5.png");
    background-repeat: no-repeat;
    background-position-y: 13px;
    background-position-x: center;
}

.manage-intro {
    /*max-width: 650px;*/
    margin: 0 auto;
    padding-bottom: 90px;
}

.manage-intro h1 {
    height: 67px;
    font-size: 48px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(190, 190, 220, 1);
    line-height: 67px;
    margin-bottom: 37px;
}

.manage-intro p {
    height: 30px;
    font-size: 24px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(190, 190, 220, 0.4);
    line-height: 30px;
}

.manage-data {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.manage-data .data-intro h1 {
    height: 123px;
    font-size: 88px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(190, 190, 220, 1);
    line-height: 123px;
    margin-bottom: 13px;
}

.manage-data .data-intro p {;
    height: 30px;
    font-size: 24px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(190, 190, 220, 0.4);
    line-height: 30px;
}

.manage .user-assese {
    height: 67px;
    font-size: 48px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(190, 190, 220, 1);
    line-height: 67px;
    margin: 182px auto 13px;
    /*background: #070048;*/

}

/*----------------------------------------------------
----------- Features assess Styling Starts -------------
-----------------------------------------------------*/
.assess {
    height: 936px;
    background: #070048;
    background-image: url("../image/Group 20.jpg");
    transition: 1s;
    overflow-x: hidden;
    background-size: contain;
    background-repeat: no-repeat;
}

.assess .assess-wrapper {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.assess .assess-banner {
    width: auto;
    height: 240px;
    margin: 204px 0 103px;
    position: relative;
    left: 0;
}

.assess .mask {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #070048;
    position: absolute;
    top: 0;
    left: 100px;

}

.assess .assess-banner li {
    position: absolute;
    float: left;
    width: 33.33%;
    text-align: center;
}

.assess-banner img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #000;
    top: 20px;
    opacity: 0.6;
    transition: 1s;
    z-index: 3;
}

.assess-banner li .active {
    top: 0;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
    background: #000;
    opacity: 0.99;
    margin-top: -20px;
    z-index: 999;
}

.assess-banner li:nth-of-type(1) {
    left: 0;
}

.assess-banner li:nth-of-type(2) {
    left: 33.33%;
}

.assess-banner li:nth-of-type(3) {
    left: 66.66%;
}

.assess-banner li:nth-of-type(4) {
    left: 99.99%;
}

.assess-banner li:nth-of-type(5) {
    left: 133.33%;
}

.assess-banner li:nth-of-type(6) {
    left: 166.66%;
}

.assess-banner li:nth-of-type(7) {
    left: 199.99%;
}

.text-banner {
    width: auto;
    height: 80px;
    position: relative;
    transition: 1s;
    left: 0;
}

.text-banner li {
    width: 1200px;
    height: 80px;
    font-size: 20px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(190, 190, 220, 1);
    line-height: 40px;
    position: absolute;
    float: left;
    text-align: center;
}

.text-banner li:nth-of-type(1) {
    left: -100%;
}

.text-banner li:nth-of-type(2) {
    left: 0;
}

.text-banner li:nth-of-type(3) {
    left: 100%;
}

.text-banner li:nth-of-type(4) {
    left: 200%;
}

.text-banner li:nth-of-type(5) {
    left: 300%;
}

.text-banner li:nth-of-type(6) {
    left: 400%;
}

.text-banner li:nth-of-type(7) {
    left: 500%;
}

.assess h1 {
    height: 80px;
    font-size: 18px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(190, 190, 220, 1);
    line-height: 40px;
}

/*----------------------------------------------------
----------- Features assess Styling Starts -------------
-----------------------------------------------------*/
.partner {
    background: #070048;
}

.partner h1 {
    height: 67px;
    font-size: 48px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(190, 190, 220, 1);
    line-height: 67px;
    margin-bottom: 128px;
}

.partner .partner-compony {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 80px;
    padding: 0;
}

.partner .partner-compony li {
    opacity: 0.8;
    width: 350px;
    height: 130px;
    padding: 0;
    margin: 0 10px;

}

.partner .partner-compony li:nth-child(1) {
    background: url("../image/Group 35.png") no-repeat;
    background-size: contain;
    background-position: center;
}

.partner .partner-compony li:nth-child(2) {
    background: url("../image/Group 23 Copy.png") no-repeat;
    background-size: contain;
    background-position: center;
}

.partner .partner-compony li:nth-child(3) {
    background: url("../image/Group 36.png") no-repeat;
    background-size: contain;
    background-position: center;
}

.partner .partner-compony li:nth-child(4) {
    background: url("../image/Group 4.png") no-repeat;
    background-size: contain;
    background-position: center;
}

.partner .partner-compony2 li:nth-child(1) {
    background: url("../image/Group 26.png") no-repeat;
    background-size: contain;
    background-position: center;
}

.partner .partner-compony2 li:nth-child(2) {
    background: url("../image/Group 39.png") no-repeat;
    background-size: contain;
    background-position: center;
}

.partner .partner-compony2 li:nth-child(3) {
    background: url("../image/Group 33.png") no-repeat;
    background-size: contain;
    background-position: center;
}

.partner .partner-compony2 li:nth-child(4) {
    background: url("../image/Group 25.png") no-repeat;
    background-size: contain;
    background-position: center;
}

.partner .partner-compony3 li:nth-child(1) {
    background: url("../image/Group 22.png") no-repeat;
    background-size: contain;
    background-position: center;
}

.partner .partner-compony3 li:nth-child(2) {
    background: url("../image/Group 37.png") no-repeat;
    background-size: contain;
    background-position: center;
}

.partner .partner-compony3 li:nth-child(3) {
    background: url("../image/Group 34.png") no-repeat;
    background-size: contain;
    background-position: center;
}

.partner .partner-compony3 li:nth-child(4) {
    background: url("../image/Group 38.png") no-repeat;
    background-size: contain;
    background-position: center;
}

/*----------------------------------------------------
----------- Features free use Styling Starts -------------
-----------------------------------------------------*/
.free-use {
    height: 950px;
    background-color: #070048;
    background-image: url("../image/freeuse mask.jpg");
    padding-top: 242px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.free-use .linear-mask {
    position: absolute;
    top: 0;
    height: 450px;
    background: linear-gradient(#070048, transparent);
}

.free-use img {
    width: 280px;
    height: 280px;
    margin-bottom: 64px;
}

/* ------- Footer Section Styling Starts ------- */

.footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 220px;
    background: linear-gradient(transparent, #070048);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(190, 190, 220, 1);
    line-height: 22px;
    text-align: left;
}

.footer p img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.footer-ask {
    flex: 1.6;
}

.footer-address {
    flex: 1;
}

.footer h1 {
    margin: 35px 0 25px;
}

.footer p {
    /*height: 20px;*/
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(190, 190, 220, 1);
    line-height: 20px;
    margin-bottom: 13px;
}

/* -------------------------------------------------------
----------- Bact-to-Top Styling Starts Here --------------
---------------------------------------------------------*/

.back-to-top {
    background: #321EAA;
    margin: 0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    z-index: 90;
    display: none;
    text-decoration: none;
    color: #0E1729;
}

.back-to-top i {
    position: relative;
    left: 10px;
    top: 8px;
    font-size: 16px;
    color: #FFFFFF;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.back-to-top:hover {
    background: linear-gradient(to right, #321EAA, #BE6ED2);
    color: #FFFFFF;
}

.back-to-top:hover i {
    top: 6px;
}

.back-to-top:focus {
    color: #FFFFFF;
}

/*----------------------------------------------------
------------- All ------------------------------------
--------------------- Media --------------------------
------------------------------- Queries --------------
-----------------------------------------------------*/

/*---------- 768px nav样式 ---------*/
@media only screen and (max-width: 768px) and (min-width: 0px) {

    .navbar {
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        text-transform: capitalize;
        letter-spacing: 1px;
        border: none;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        -webkit-backface-visibility: hidden;
    }

    .navbar .container {
        height: 60px;
        line-height: 60px;
    }

    .navbar .container a {
        height: 48px !important;
        line-height: 60px !important;
    }

    .navbar .container img {
        display: inline-block;
        vertical-align: middle;
        height: 30px;
        padding-left: 15px;
    }

    #bs-example-navbar-collapse-1 {
        margin: 0 -48px;
        padding: 0;
    }

    #nav {
        margin: 0;
        padding: 0;
        height: 250px;
        background: linear-gradient(transparent, #070048);
    }

    #nav li {
        margin: 0;
        padding: 0;
        height: 48px !important;
        line-height: 48px !important;
        color: #fff !important;
        text-align: center;
    }

    #nav li:nth-of-type(5) {
        display: none;
    }

    #nav li:active {
        color: #fff !important;
        line-height: 48px !important;
        background: linear-gradient(to right, #321EAA, #BE6ED2);
    }

    #nav li:visited a {
        color: #fff !important;
    }

    .navbar-default {
        transition: all 0.6s ease;
        border-color: transparent;
    }

    .navbar-default .navbar-toggle {
        vertical-align: middle;
        border-color: transparent;
        height: 45px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-brand .navbar-toggle .collapsed {
        padding: 4px 6px;
        font-size: 16px;
        background: transparent;
    }
}

/*---------- 768px 整体样式 ---------*/
@media only screen and (max-width: 768px) and (min-width: 0px) {
    html {
        min-width: 600px;
    }

    .hero-section {
        height: 56vw;
        min-height: 336px;
        padding: 60px 0 0;
    }

    .hero-section .container {
        margin: 0 32px !important;
    }

    .hero-content {
        padding: 75px 0 134px 0;
    }

    .hero-content h1 {
        height: 32px;
        font-size: 32px;
        font-family: PingFangSC-Medium;
        font-weight: 500;
        color: rgba(250, 250, 250, 1);
        line-height: 32px;
        padding: 0;
        margin-top: 0;
        margin-bottom: 24px;
    }

    .hero-content p {
        height: 16px;
        font-size: 16px !important;
        font-family: PingFangSC-Medium;
        font-weight: 500;
        color: rgba(190, 190, 220, 1);
        line-height: 16px;
        margin-bottom: 32px;
    }

    .hero-content .btn-action {
        width: 144px;
        line-height: 48px;
        height: 48px;
        font-size: 16px;
        font-family: PingFangSC-Medium;
        font-weight: 500;
        color: rgba(250, 250, 250, 1);
    }

    .linear-bottom {
        height: 50px;
    }

    /*------- Pitch Section Styling Starts -------*/
    .pitch {
        padding: 40px 0 0;
        background: #070048;
    }

    .pitch .container {
        margin: 0 120px;
    }

    .pitch-intro {
        /*max-width: 650px;*/
        margin: 0 auto;
        padding-bottom: 32px;
    }

    .pitch-intro h1 {
        height: 28px;
        font-size: 28px;
        font-family: PingFangSC-Medium;
        font-weight: 500;
        color: rgba(190, 190, 220, 1);
        line-height: 28px;
    }

    .pitch-icon {
        width: 64px;
        height: 64px;
        margin: 0 auto 16px;
        background-size: cover !important;
    }

    .pitch-content {
        padding: 0 0 50px 0;
    }

    .pitch-content h1 {
        height: 16px;
        font-size: 16px;
        font-family: PingFangSC-Semibold;
        font-weight: 600;
        color: rgba(190, 190, 220, 1);
        line-height: 33px;
        letter-spacing: 0;
        margin: 0 0 11px 0;
        text-transform: uppercase;
    }

    .pitch-content p {
        padding: 0 20px;
        height: 44px;
        font-size: 14px;
        font-family: PingFangSC-Semibold;
        font-weight: 600;
        line-height: 22px;
        color: rgba(115, 110, 165, 0.6);
        letter-spacing: 0;
    }

    /*----  Free ---------*/
    .free {
        padding-top: 40px;
        background: #070048;
    }

    .free .container {
        margin: 0 120px;

    }

    .free-intro {
        /*max-width: 650px;*/
        margin: 0 auto;
        padding: 0 0 40px 0;
    }

    .free-intro h1 {
        height: 28px;
        font-size: 28px;
        font-family: PingFangSC-Medium;
        font-weight: 500;
        color: rgba(190, 190, 220, 1);
        line-height: 28px;
        margin-bottom: 32px;
    }

    .btn-action {
        width: 144px;
        line-height: 48px;
        height: 48px;
        font-size: 16px;
        font-family: PingFangSC-Medium;
        font-weight: 500;
        color: rgba(250, 250, 250, 1);
    }

    .free .free-image img {
        margin: 0 auto;
        width: 100%;
        max-width: 1276px;
    }

    /*------ Features scenes ---------*/
    .scenes {
        padding: 60px 0 8px;
        background: #070048;
    }

    .scenes .container {
        width: 385px;
    }

    .scenes-wrapper.container {
        width: 288px;
    }

    .scenes-wrapper .row {
        margin-left: 0;
    }

    .card-item {
        margin: 0 8px 16px;
    }

    .scenes-intro {
        position: relative;
        height: 208px;
        overflow: hidden;
        background: url("../image/Group 16.png") no-repeat top right;
        background-size: 340px 208px;
        margin-bottom: 32px;
        margin-left: auto;
        margin-right: auto;
    }

    .scenes-intro .scenes-text {
        text-align: left;
        width: 45%;
    }

    .scenes-intro .linear-bottom {
        position: absolute;
        z-index: 3;
        width: 100%;
        bottom: 0;
        height: 48px;
        background: linear-gradient(transparent, #070048);
    }

    .scenes-text .scenes-title {
        height: 24px;
        font-size: 24px;
        font-family: PingFangSC-Regular;
        font-weight: 400;
        color: rgba(190, 190, 220, 1);
        line-height: 24px;
        margin: 20px 0 32px;

    }

    .scenes-text p {
        height: 84px;
        font-size: 14px;
        font-family: PingFangSC-Regular;
        font-weight: 400;
        color: rgba(190, 190, 220, 0.6);
        line-height: 28px;

    }

    /*----manege-----*/
    .manage {
        padding-top: 48px;
        height: 317px;
        background: #070048;
        background-image: url("../image/Path 5.png");
        background-size: 100% 285px;
        background-repeat: no-repeat;
        background-position-y: 14px;
        background-position-x: center;
    }

    .manage .container {
        margin: 0 120px;
    }

    .manage-intro {
        margin: 0 auto;
        padding-bottom: 40px;
    }

    .manage-intro h1 {
        height: 28px;
        font-size: 28px;
        font-family: PingFangSC-Medium;
        font-weight: 500;
        color: rgba(190, 190, 220, 1);
        line-height: 28px;
        margin-bottom: 9px;
    }

    .manage-intro p {
        height: 16px;
        font-size: 12px;
        font-family: PingFangSC-Regular;
        font-weight: 400;
        line-height: 16px;
        color: rgba(190, 190, 220, 0.4);
    }

    .manage-data {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .manage-data .data-intro h1 {
        height: 24px;
        font-size: 24px;
        font-family: PingFangSC-Medium;
        font-weight: 500;
        color: rgba(190, 190, 220, 1);
        line-height: 24px;
        margin-bottom: 16px;
    }

    .manage-data .data-intro p {
        width: 64px;
        height: 16px;
        font-size: 16px;
        font-family: PingFangSC-Regular;
        font-weight: 400;
        line-height: 16px;
        white-space: nowrap;
    }

    .manage .user-assese {
        height: 28px;
        font-size: 28px;
        font-family: PingFangSC-Medium;
        font-weight: 500;
        color: rgba(190, 190, 220, 1);
        line-height: 28px;
        margin: 75px auto 32px;
        /*background: #070048;*/
    }

    /*--- asses sbanner-----------*/
    .assess {
        height: 366px;
        background: #070048;
        background-image: url("../image/Group 20.png");
        background-size: cover;
        overflow-x: hidden;
        padding-top: 32px;
    }

    .assess .assess-wrapper {
        width: 520px;
        margin: 0 auto;
        overflow: hidden;
    }

    .assess .assess-banner {
        width: auto;
        height: 94px;
        margin: 103px 0 21px;
        position: relative;
        left: 0;
    }

    .assess-banner img {
        width: 78px;
        height: 78px;
        border-radius: 50%;
        overflow: hidden;
        background-color: #000;
        top: 8px;
        opacity: 0.6;
        transition: 1s;
    }

    .text-banner {
        width: auto;
        height: 80px;
        position: relative;
        transition: 1s;
        left: 0;
    }

    .text-banner li {
        width: 520px;
        font-size: 20px;
        font-family: PingFangSC-Medium;
        font-weight: 500;
        color: rgba(190, 190, 220, 1);
        line-height: 40px;
        position: absolute;
        float: left;
        text-align: center;
    }

    .assess-banner img.active {
        top: 0;
        width: 94px;
        height: 94px;
        border-radius: 50%;
        overflow: hidden;
        opacity: 1;
        margin-top: -8px;
        z-index: 3;
    }

    .assess h1 {
        width: 520px;
        font-size: 14px;
        font-family: PingFangSC-Medium;
        font-weight: 500;
        color: rgba(190, 190, 220, 1);
        line-height: 20px;
    }

    /*------ partner Styling Starts -----------*/
    .partner {
        background: #070048;
        padding-top: 40px;
    }

    .partner .container {
        margin: 0 40px;
    }

    .partner h1 {
        height: 28px;
        font-size: 28px;
        font-family: PingFangSC-Medium;
        font-weight: 500;
        color: rgba(190, 190, 220, 1);
        line-height: 28px;
        margin-bottom: 43px;
    }

    .partner .partner-compony {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 34px;
        padding: 0;
    }

    /*----free use ----*/
    .free-use {
        height: 405px;
        background-color: #070048;
        background-image: url("../image/freeuse mask.jpg");
        padding-top: 78px;
        text-align: center;
        background-size: cover;
    }

    .free-use .linear-mask {
        position: absolute;
        top: 0;
        height: 450px;
        background: linear-gradient(#070048, transparent);
    }

    .free-use img {
        width: 96px;
        height: 96px;
        margin-bottom: 24px;
    }

    /* ------- Footer Section Styling Starts ------- */
    .footer {
        width: 100%;
        position: absolute;
        bottom: 0;
        height: 100px;
        background: linear-gradient(transparent, #070048);
        font-size: 12px;
        font-family: PingFangSC-Regular;
        font-weight: 400;
        color: rgba(190, 190, 220, 1);
        line-height: 12px;
        text-align: left;
    }

    .footer .container {
        bottom: 0;
        margin: 0 32px;
    }

    .footer-ask {
        flex: 1.6;
    }

    .footer-address {
        flex: 1;
    }

    .footer h1 {
        margin: 15px 0;
    }

    .footer p {
        height: 12px;
        font-size: 12px;
        font-family: PingFangSC-Regular;
        font-weight: 400;
        color: rgba(190, 190, 220, 1);
        line-height: 12px;
        margin-bottom: 5px;
    }

    .footer p img {
        width: 12px;
        height: 12px;
        vertical-align: middle;
        margin: 0 8px 0 0;
    }

    .back-to-top:active {
        background: linear-gradient(to right, #321EAA, #BE6ED2);
        color: #FFFFFF;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    #nav a {
        padding: 0 20px;
    }

    .scenes-wrapper {
        margin-left: auto;
        margin-right: auto;
        width: 586px;
        overflow-x: hidden;
    }

    .card-item {
        margin: 0 10px 16px;
    }

    /*------assess banner------*/
    .assess {
        height: 366px;
        background: #070048;
        background-image: url("../image/Group 20.png");
        background-size: cover;
        overflow-x: hidden;
        padding-top: 32px;
    }

    .assess .assess-wrapper {
        width: 520px;
        margin: 0 auto;
        overflow: hidden;
    }

    .assess .assess-banner {
        width: auto;
        height: 94px;
        margin: 103px 0 21px;
        position: relative;
        left: 0;
    }

    .assess-banner img {
        width: 78px;
        height: 78px;
        border-radius: 50%;
        overflow: hidden;
        background-color: #000;
        top: 8px;
        opacity: 0.6;
        transition: 1s;
    }

    .assess .mask {
        width: 78px;
        height: 78px;
        border-radius: 50%;
        background: #070048;
        position: absolute;
        top: 0;
        left: 47.65px;

    }

    .text-banner {
        width: auto;
        height: 80px;
        position: relative;
        transition: 1s;
        left: 0;
    }

    .text-banner li {
        width: 520px;
        font-size: 20px;
        font-family: PingFangSC-Medium;
        font-weight: 500;
        color: rgba(190, 190, 220, 1);
        line-height: 40px;
        position: absolute;
        float: left;
        text-align: center;
    }

    .assess-banner img.active {
        top: 0;
        width: 94px;
        height: 94px;
        border-radius: 50%;
        overflow: hidden;
        background: #000;
        opacity: 0.99;
        margin-top: -8px;
    }

    .assess h1 {
        width: 520px;
        font-size: 14px;
        font-family: PingFangSC-Medium;
        font-weight: 500;
        color: rgba(190, 190, 220, 1);
        line-height: 20px;
    }

    /*----manage-----*/
    .manage .container {
        /*margin: 0 160px;*/
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    /*用户量*/
    .data-intro h1 {
        font-size: 38px !important;
    }

    .manage-intro h1 {
        font-size: 40px !important;
        white-space: nowrap;
    }

    .data-intro {
        flex: 1;
    }

    .scenes-intro.container {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1500px) {

    .hero-section {
        height: 56vw;
        padding: 60px 0 0;
    }

    .hero-content {
        padding: 150px 0 134px 0;
    }

    .hero-content h1 {
        height: 32px;
        font-size: 44px;
        font-family: PingFangSC-Medium;
        font-weight: 500;
        color: rgba(250, 250, 250, 1);
        line-height: 32px;
        padding: 0;
        margin-top: 0;
        margin-bottom: 38px;
    }

    .hero-content p {
        height: 16px;
        font-size: 20px !important;
        font-family: PingFangSC-Medium;
        font-weight: 500;
        color: rgba(190, 190, 220, 1);
        line-height: 16px;
        margin-bottom: 32px;
    }

    .linear-bottom {
        height: 50px;
    }

    .partner .partner-compony {
        margin-bottom: 24px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    /*用户量*/
    .data-intro h1 {
        font-size: 64px !important;
    }

}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.fixed {
    position: fixed;
    bottom: 10px;
    right: 20px;
    width: 200px;
    height: 240px;
    z-index: 4000;
    background-color: white;
    border-radius:4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-animation-name: fadeIn; /*动画名称*/
    -webkit-animation-duration: 3s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s; /*延迟时间*/
}

.fixedOut {
    position: fixed;
    bottom: 10px;
    right: 20px;
    width: 200px;
    height: 240px;
    z-index: 4000;
    background-color: white;
    border-radius:4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-animation-name: fadeOut; /*动画名称*/
    -webkit-animation-duration: 1.2s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s; /*延迟时间*/
}
/*---------------------------------------------------
------- Media Queries for Split Layout Ends ---------
---------------------------------------------------*/
