body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
figure,
hr,
menu,
dir,
thead,
tbody,
tfoot,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    font-size: 14px;
    line-height: 1.8;
    background-color: #fff;
    font-family: "Roboto Light", "PingFang SC", "microsoft yahei", "Times New Roman", "宋体", Times, serif;
}

ul,
li {
    list-style: none;
    margin: 0;
}

a:hover {
    text-decoration: none;
}

.col-sm-4 {
    width: 33.33333333%;
    float: left;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.hide {
    display: none!important;
}

.show {
    display: block!important;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.top-nav {
    background: #343544;
}

.top-nav-list {
    padding: 8px 0 9px 0;
    position: relative;
}

.top-nav-list:first-child>a {
    border-left: none;
}

.top-nav-list:last-child>a {
    border-right: none;
}

.top-nav-list:last-child:hover .dropdown-menu {
    margin-top: -5px;
    display: block!important;
}

.top-nav-item {
    display: block;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #FFF;
    padding: 0 15px;
    border-left: 1px solid #2B2828;
    border-right: 1px solid #485569;
}

[data-name="register"] {
    cursor: pointer;
}

.top-nav-item:hover,
.top-nav-item:focus {
    color: #FFF;
    text-decoration: none;
}

.top-nav-item-stress {
    color: #FFB800;
}

.top-nav-item-stress:hover,
.top-nav-item-stress:focus {
    color: #FFB800;
}

.top-nav-login {
    color: #FFF;
    font-size: 14px;
    margin-right: 5px;
}

.head-nav {
    /*  border-top: 1px solid #000;*/
    background: rgba(21, 21, 21, 0.8);
}

.head-nav-list {
    height: 60px;
    overflow: hidden;
}

.head-nav-list:hover .head-nav-item:first-child {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.head-nav-list:hover .head-nav-item:last-child,
.head-nav-list:hover .head-nav-item:nth-of-type(2) {
    -ms-transform: translateY(60px);
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
}

.head-nav-list:hover .head-nav-item {
    color: #FFF;
    text-decoration: none;
}

.head-nav-list:hover .head-nav-submenu {
    display: block;
    z-index: 3;
}

.head-nav-item {
    padding: 0 15px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #FFF;
    display: block;
    transition: all ease .35s;
    -ms-transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
}

.head-nav-item:first-child {
    background: #548FCC;
}

.head-nav-submenu {
    display: none;
    width: 100%;
    background: rgba(106, 108, 128, 0.88);
    position: absolute;
    top: 93px;
    left: 0;
}

.head-nav-submenu-list:nth-of-type(4) {
    position: relative;
}

.head-nav-submenu-list:nth-of-type(4) ul {
    text-align: center;
    display: none;
    padding-bottom: 10px;
}

.head-nav-submenu-list:nth-of-type(4) ul a {
    display: inline-block;
    line-height: 1.5;
    color: #FFF;
}

.head-nav-submenu-list:nth-of-type(4) ul a:hover {
    color: #FFB800;
}

.head-nav-submenu-list:nth-of-type(4):hover>a {
    color: #FFB800;
}

.head-nav-submenu-list:nth-of-type(4):hover ul {
    display: block;
}

.head-nav-submenu-item {
    height: 60px;
    line-height: 60px;
    display: block;
    color: #FFF;
    font-size: 16px;
    padding: 0 20px;
}

.head-nav-submenu-item:hover {
    text-decoration: none;
    color: #FFB800;
}

.modal-box {
    background: radial-gradient(ellipse at center center, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.65) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    transition: opacity 0.2s ease-in 0s;
    width: 100%;
    z-index: 2;
}

.modal-box-main {
    background: none repeat scroll 0 0 #fff;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    left: 50%;
    min-height: 150px;
    position: absolute;
    top: 50%;
    transform: translate(0px, -65%);
    transition-duration: 0.2s;
    transition-property: transform;
    transition-timing-function: ease;
    z-index: 1000;
}

.modal-box-show {
    opacity: 1;
}

.modal-box-show .modal-box-main {
    opacity: 1;
    transform: translate(0px, 0px);
}

.modal-box-header {
    background: none repeat scroll 0 0 #5bc0de;
    border-bottom: 1px solid #47acca !important;
    border-radius: 4px 4px 0 0;
    color: #fff;
    overflow: hidden;
    padding: 10px 15px;
    position: relative;
}

.modal-box-header h4 {
    line-height: 1.8;
}

.modal-box-close {
    color: #555;
    position: absolute;
    right: 15px;
    top: 5px;
}

.modal-box-close-icon {
    color: #000;
    font-size: 21px;
    font-weight: 100;
    opacity: 0.4;
    text-shadow: 0 1px 0 #fff;
    transition: all 0.3s ease 0s;
}

.modal-box-close:hover .modal-box-close-icon {
    opacity: 0.15;
}

.modal-box-content {
    min-height: 200px;
}

.modal-box-body {
    background: none repeat scroll 0 0 #f6f6f6;
    min-height: 150px;
    padding: 20px;
}

.modal-box-body .panel-group,
.modal-box-body .accordion {
    margin-bottom: 0;
}

.struct-indraw-box table td {
    border: medium none !important;
}

.notice-box {
    width: 170px;
    position: fixed;
    top: 120px;
    left: calc(50% - 85px);
    transition: all .25s ease;
    transform: translatey(-5em);
    opacity: 0;
    z-index: 999999;
}

.notice-box-show {
    opacity: 1;
    transform: translatey(0);
}

.notice-box-content {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.32);
    background: transparent;
    color: #fff;
}

.notice-box-content-success {
    background: #60c060;
}

.notice-box-content-error {
    background: #DF4B33;
}

.notice-box-item {
    padding: 20px;
}

.notice-box-icon {
    font-size: 30px;
}

.notice-box-text {
    font-size: 16px;
}

.top-nav-list:hover .tooltip {
    display: block!important;
}

@font-face {
    font-family: "iconfont";
    src: url('iconfont.eot');
    /* IE9*/
    src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('iconfont.woff') format('woff'), /* chrome、firefox */
    url('iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('iconfont.svg#iconfont') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 18px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.iconfont-auditing:before {
    content: "\e600";
}

.iconfont-audit-error:before {
    content: "\e601";
}

.iconfont-audit-pend:before {
    content: "\e602";
}

.iconfont-audit-pass:before {
    content: "\e603";
}

.iconfont-audit-ok:before {
    content: "\e604";
}

.iconfont-audit-pending:before {
    content: "\e605";
}

.pl40 {
    padding-left: 40px;
}

.user-setting-star {
    position: relative;
    top: 2px;
    left: 5px;
    color: red;
}

.footer .container-fluid {
    padding: 0 20px;
}

.head-nav-submenu-subnav {
    margin: -10px 0 20px;
}

.head-nav-submenu-subnav li {
    text-indent: 1.5em;
}

.head-nav-submenu-subnav li a {
    color: #fff !important;
}

.right_padd {
    padding-right: 360px;
}

.tiny-slider {
    height: 180px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.tiny-slider-item {
    position: absolute;
    top: 0;
    left: 0;
    height: 180px;
    width: 100%;
}

.tiny-slider-prev,
.tiny-slider-next {
    position: absolute;
    bottom: 50%;
    left: 0;
    font-size: 68px;
    line-height: 30px;
    color: #505d54!important;
    opacity: .7;
    transition: opacity ease .35s;
}

.tiny-slider-next {
    left: 96%;
}

.tiny-slider-prev:hover,
.tiny-slider-next:hover {
    color: #505d54!important;
    opacity: 1;
}

.tiny-slider-dot {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -39px;
}

.tiny-slider-dot>a {
    -webkit-transition: transform .35s ease, background .35s ease;
    transition: transform .35s ease, background .35s ease;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    /*                border: 1px solid #c0c0c0;*/
    background: #DEE1E3;
    margin-left: 10px;
    transform: translateY(0px);
}

.tiny-slider-dot .current {
    background: #01A2F6;
    width: 12px;
    height: 12px;
    transform: translateY(1px);
}

.slider {
    width: 100%;
    background: #499ed7;
    background: url(/images/index/20220506001.jpg?v=3) no-repeat center center;
    height: 580px;
    overflow: hidden;
}

.EN .slider {
    background: url(/images/index/banner1_en.jpg?v=2) no-repeat center center;
}

.inslider {
    margin: 0 auto;
    border: 0;
    width: 1170px;
    min-width: 1170px;
    position: relative;
    background: transparent;
}

.w10 {
    display: inline-block;
    width: 10px;
}

.inslider-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 625px;
}

.inslider-dot {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -39px;
    z-index: 9;
}

.inslider-dot>a {
    -webkit-transition: transform .35s ease, background .35s ease;
    transition: transform .35s ease, background .35s ease;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #FFF;
    margin-left: 10px;
    cursor: pointer;
    transform: translateY(0px);
}

.inslider-dot .current {
    background: #FFF;
    width: 12px;
    height: 12px;
    transform: translateY(1px);
}

.clearfix:after {
    display: block;
    content: "\20";
    clear: both;
}

[class^="slider-text-"] {
    line-height: 2;
}

.slider-text {
    height: 625px;
    color: #FFF;
    position: relative;
    top: 155px;
    left: 0;
    width: 490px;
    float: left;
    height: 320px;
}

.slider-text-name {
    font-size: 24px;
}

.slider-text-title {
    font-size: 30px;
    padding: 0 0 7px;
}

.slider-text-desc {
    font-size: 16px;
    line-height: 1.5;
}

.slider-image {
    width: 470px;
    height: 450px;
    float: right;
    position: absolute;
    right: 110px;
    top: 90px;
    background: url(/images/indraw/imac.png) 0 0 no-repeat;
}

.slider-image2 {
    width: 646px;
    height: 348px;
    right: 5px;
    top: 120px;
    background-image: url(/source/img/indraw/imac2.png);
}

.feature {
    padding: 100px 0 0;
}

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

.feature-icon {
    height: 160px;
    width: 160px;
    margin: 0 auto;
    background-image: url(/images/indraw/indraw-ico.png);
}

.pe-7s-box2 {
    background-position: -9px -8px;
}

.pe-7s-credit {
    background-position: -185px -34px
}

.features-box {
    padding: 0 0 60px 0;
}

.features-box h3 {
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    padding: 34px 0 17px;
    line-height: 1.8;
}

.features-box p {
    font-size: 18px;
    line-height: 24px;
    color: #666666;
    /* width: 90%; */
    text-align: left;
    padding: 0 60px;
}

.text-muted {
    color: #98a6ad;
}

.who-use {
    width: 100%;
    background: #f7f9fb;
}

.who-use-main {
    width: 1170px;
    height: 700px;
    margin: 0 auto;
    padding: 60px 0;
}

.who-use-header {
    font-size: 32px;
    text-align: center;
    line-height: 32px;
}

.who-use-link {
    display: inline-block;
    padding: 30px 0;
    text-align: center;
}

.who-use-link img {
    transition: all ease-in-out .5s;
    width: 71px;
    height: 71px;
    overflow: hidden;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    display: inline-block;
}

.who-use-link:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
}

.col-lg-2-4 {
    width: 20%;
    float: left;
    text-align: center;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.feedback {
    margin-top: 50px;
}

.feedback-item {
    padding: 30px 60px;
}

.feedback-img {
    width: 100px;
    height: 100px;
    float: left;
    border-radius: 50%;
}

.feedback-box {
    float: left;
    position: relative;
    width: calc(100% - 120px);
    margin-left: 20px;
}

.feedback-content {
    color: #505458;
    font-size: 14px;
    line-height: 2;
    height: 100px;
    padding-left: 25px;
}

.feedback-box-quote {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.feedback-content-author {
    display: block;
    padding-top: 10px;
    font-weight: normal;
    color: #898E90;
}

.inslider-button {
    opacity: .95;
    padding: 39% 0;
}

a.inslider-link {
    position: relative;
    color: #FFF;
    font-size: 17px;
    float: left;
    padding: 7px 17px;
    border: 1px solid #fff;
    border-radius: 6px;
    transition: background ease .5s;
    min-width: 121px;
    text-align: center;
}

a.inslider-download {
    color: #0860cb;
    background-color: #fff;
}

.inslider-link:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .25);
}

.inslider-link:first-child {
    margin-right: 15px;
}

.download-span .download-container {
    position: absolute;
    left: 272px;
    display: inline-block;
    width: 0px;
    white-space: nowrap;
    overflow: hidden;
    transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
}

.download-span:hover .download-container {
    width: 150px;
}

.download-span .download-container a:link {
    text-decoration: none;
}

.download-span .download-container a:visited {
    text-decoration: none;
}

.download-span .download-container a:hover {
    text-decoration: none;
}

.download-span .download-container a:active {
    text-decoration: nonee;
}

.white-qq {
    filter: drop-shadow(white 1px 1px 0);
    -webkit-filter: drop-shadow(white 1px 1px 0);
}

.more-than {
    position: absolute;
    display: inline-block;
    background: url(/images/indraw/indraw-ico.png) -313px -4px;
    width: 10px;
    height: 19px;
    top: 12px;
    right: 10px;
}

.more-than:after {
    display: inline-block;
    content: '';
    width: 100px;
}

.features-t {
    background-image: url(/images/indraw/indraw_features.png);
    height: 54px;
    width: 1099px;
    margin: 0 auto;
}

.features-w {
    padding-bottom: 110px;
    background: url(/images/indraw/indraw_features.png) no-repeat;
    height: 54px;
    width: 1099px;
    margin: 0 auto;
}

.fs32 {
    font-size: 32px;
}

.fs36 {
    font-size: 36px;
}

.features-en {
    font-size: 36px;
    color: #888888;
    transform: translateX(10px);
}

.description {
    width: 100%;
    background: #f7f9fb;
    padding: 100px 0;
}

.description .description-main {
    margin: 0 auto;
    width: 1170px;
    padding: 0 0 100px 0;
}

.double-quotes {
    font-size: 100px;
    color: #e8eef5;
    line-height: 36px;
    vertical-align: -webkit-baseline-middle;
}

.w-title {
    font-size: 36px;
    color: #333333;
    line-height: 36px;
}

.w-title-en {
    color: #888888;
    margin-bottom: 20px;
}

.blue {
    color: #01a2f6;
}

.yellow {
    color: #f67c04;
    font-size: 20px;
}

.block100 {
    height: 100px;
}

.open-process {
    width: 100%;
    background: #FFF;
    padding-top: 80px;
}

.open-process .open-process-main {
    margin: 0 auto;
    width: 1170px;
}

.process-list {
    padding: 60px 30px 0;
}

.process-t {
    font-size: 32px;
}

.process-t-en {
    font-size: 16px;
    color: #888888;
}

.process-c {
    font-size: 20px;
    color: #777777;
    text-align: left;
    margin: 20px 0 60px;
}

.hexagon {
    float: left;
    width: 100px;
    height: 86px;
    background: url(/images/indraw/indraw-ico.png) -2px -205px;
}

.hexagon-t {
    font-size: 24px;
    color: #01a2f6;
    padding: 13px 26px;
    line-height: 30px;
}

.try-out {
    padding: 28px 26px;
}

.arrow {
    float: left;
    width: 60px;
    height: 12px;
    background: url(/images/indraw/indraw-ico.png) -337px -2px;
    margin: 36px 20px;
}

.process-table {
    font-size: 16px;
    color: #888888;
}

.process-table tr th {
    border: 1px solid #01a2f6;
}

.process-table tr:first-child {
    height: 80px;
    font-size: 18px;
    color: #ffffff;
    background-color: #01a2f6;
    line-height: 28px;
}

.process-table tr:last-child {
    border-bottom: 1px solid #e6e6e6;
}

.process-table tr:nth-child(odd) td {
    background-color: #f7f9fb;
}

.process-table td {
    line-height: 26px;
    height: 80px;
    border-top: none;
    border-bottom: none;
}

.toll-note {
    font-size: 16px;
    color: #bbbbbb;
    margin-top: 16px;
}

.introduction {
    font-size: 22px;
    color: #666666;
    line-height: 56px;
}

.introduction:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 130px;
    width: 69px;
    height: 57px;
    background: url(/images/indraw/indraw-ico.png) -4px -342px;
}

.introduction:after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 130px;
    width: 69px;
    height: 57px;
    background: url(/images/indraw/indraw-ico.png) -80px -342px;
}

.introduction-b {
    font-size: 28px;
    color: #333333;
}

.features {
    transform: translate(-10px);
}

.mt60 {
    margin-top: 60px;
}

.vertical-line {
    width: 1px;
    height: 120px;
    margin: 20px 80px;
    background-color: #cfcfcf;
    vertical-align: top;
}

.intr {
    display: inline-block;
    font-size: 200px;
    color: #e8eef5;
    float: left;
}

.version {
    margin: 140px 0 70px;
}

// .introduction:after{
//     content:"  ";
//     display:inline-block;
//      font-size: 200px;
//     color:#e8eef5;
//      float:right;
// }
.l-line {
    width: 100%;
    height: 1px;
    background-color: #d3d3d3;
}

.installation-method {
    margin: 50px 0 150px;
    color: #888;
    font-size: 24px;
    line-height: 44px;
    width: 540px;
}

.compatible-method,
.conversion-method {
    color: #888;
    font-size: 24px;
    line-height: 44px;
}

.mt100 {
    margin-top: 100px;
}

.description .b-image {
    background: url(/images/indraw/img1.png) right bottom no-repeat;
}

.compatible .wapper {
    background: url(/images/indraw/img2.png) left center no-repeat;
}

.conversion .wapper {
    background: url(/images/indraw/img3.png) right center no-repeat;
}

.picture .wapper {
    background: url(/images/indraw/img4.png) left center no-repeat;
}

.recognition .wapper {
    background: url(/images/indraw/img5.png) right center no-repeat;
}

.catalysis .wapper {
    background: url(/images/indraw/img6.png?v=1) left center no-repeat;
}

.d3pharma .wapper {
    background: url(/images/indraw/img7.png) right center no-repeat;
}

.EN .compatible .wapper {
    background: url(/images/indraw/img2_en.png) left center no-repeat;
}

.EN .conversion .wapper {
    background: url(/images/indraw/img3_en.png) right center no-repeat;
}

.compatible-wapper {
    padding: 240px 0 320px;
}

.conversion-wapper {
    padding: 110px 0 530px;
}

.recognition-wapper {
    padding: 300px 0 375px;
}

.catalysis-wapper {
    padding: 300px 0 375px;
}

.d3pharma-wapper {
    padding: 200px 0 275px;
}

.conversion {
    width: 100%;
    background: #f7f9fb;
}

.picture-wapper {
    padding: 360px 0 320px;
}

.compatible-wapper {
    padding: 270px 0;
}

.installation {
    width: 100%;
    font-size: 24px;
}

.installation-main {
    margin: 0 auto;
    width: 1100px;
    padding: 100px 0 137px;
}

#installation .installation-main {
    padding: 100px 0 0px;
}

.installation-w {
    padding-bottom: 110px;
    background: url(/images/indraw/indraw_features.png) no-repeat;
    height: 54px;
    width: 1099px;
    margin: 0 auto;
}

.installation-w h2 {
    transform: translate(-20px);
    -ms-transform: translate(-20px);
    /* IE 9 */
    -webkit-transform: translate(-20px);
    /* Safari and Chrome */
    -o-transform: translate(-20px);
    /* Opera */
    -moz-transform: translate(-20px);
    /* Firefox */
}

.installation-process {
    padding: 60px 20px;
}

.installation-process .process-icon {
    height: 134px;
    width: 120px;
    background: url(/images/indraw/indraw-ico.png) -109px -202px;
    color: #01a2f6;
    line-height: 32px;
    text-align: center;
    padding-top: 34px;
}

.EN .installation-process .process-icon {
    padding-top: 50px;
}

.installation-process .process-icon:last-child {
    padding-top: 50px;
}

.installation-process .process-item {
    color: #666666;
    margin: 0 42px;
    transform: translate(0, 20px);
}

.arrow-icon {
    display: block;
    height: 12px;
    width: 100px;
    background: url(/images/indraw/indraw-ico.png) -200px -2px;
}

.problem-title {
    margin: 0 auto;
    height: 60px;
    width: 1102px;
    background: url(/images/indraw/process-b.png);
    color: #fff;
    line-height: 60px;
    text-align: center;
}

.blue-lin {
    width: 1102px;
    height: 1px;
    background-color: #01a2f6;
    transform: translate(0, 31px);
}

.problem-li {
    height: 44px;
    width: 38px;
    line-height: 44px;
    text-align: center;
    background: url(/images/indraw/indraw-ico.png) -275px -352px;
    color: #fff;
    margin-right: 20px;
}

.answer {
    border: 1px solid #01a2f6;
    border-radius: 4px;
    width: 1032px;
    z-index: 1;
    position: relative;
    vertical-align: top;
}

.answer:before {
    content: '';
    display: block;
    width: 8px;
    height: 10px;
    position: absolute;
    top: 17px;
    left: -8px;
    background: #e4f4fd url(/images/indraw/indraw-ico.png) -154px -377px;
}

.answer .answer-inside {
    width: 100%;
    background: #e4f4fd;
    margin: 2px 0;
    padding: 10px 0 14px 10px;
    font-size: 20px;
    position: relative;
    z-index: 3;
}

.api-docu {
    padding: 100px 0;
}

.api-wapper {
    width: 1099px;
    margin: 0 auto 80px;
    background-image: url(/images/indraw/api-line.png);
    height: 54px;
}

.who-wapper {
    padding-bottom: 110px;
    background: url(/images/indraw/indraw_features.png) no-repeat;
    height: 54px;
    width: 1099px;
    margin: 0 auto;
}

.who-wapper h2 {
    transform: translate(-10px);
}

.api-img {
    width: 240px;
    margin: 0 auto;
    background-image: url(/images/indraw/api-img.png);
    height: 240px;
    margin-bottom: 30px;
}

.download-btn {
    width: 280px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #01a1f6;
    margin: 50px auto 0;
    color: #fff;
    font-size: 28px;
    border-radius: 50px;
    box-shadow: 0 5px 10px #c9ebfd;
}

.download-btn:hover {
    background: #428bca;
}

.download-btn:after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 26px;
    background: url(/images/indraw/indraw-ico.png) -327px -361px;
    margin-left: 10px;
}

.left-anchor {
    top: 50px;
    left: 20px;
}

.left-anchor.pf {
    position: fixed;
    top: 90px;
}

.circle {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid #e8eef5;
    margin-left: 3px;
}

.anchor-line {
    width: 1px;
    height: 26px;
    background: #e8eef5;
    margin-left: 6px;
}

.w-circle {
    margin: 2px 10px 2px 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    padding: 2px;
}

.n-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #e8eef5;
}

.active .w-circle {
    border: 1px solid #90d9ff;
    background: #d3f0ff;
}

.active .n-circle {
    background: #01a2f6;
}

.left-anchor .fs16 {
    color: #000;
}

.active .fs16 {
    color: #01a2f6;
}

@media screen and (max-width: 1366px) {
    .installation-method,
    .compatible-method,
    .conversion-method {
        font-size: 18px;
    }
    .fs36 {
        font-size: 28px;
    }
    .who-use-main,
    .installation-main {
        width: 1000px;
    }
    .installation {
        font-size: 20px;
    }
    .answer {
        vertical-align: top;
        width: 930px;
    }
    .answer .answer-inside {
        padding: 5px 0 10px 8px;
        font-size: 18px;
        font-size: 16px;
    }
    .installation-process .process-item {
        margin: 0 30px;
    }
    .installation-main {
        padding: 50px 0 0px;
    }
    .picture-wapper {
        padding: 160px 0 320px;
    }
    .wapper,
    .description .description-main {
        width: 1000px !important;
    }
    .installation-w {
        background-position: center top;
    }
    .conversion .wapper {
        background-size: 800px;
    }
    .compatible-method,
    .conversion-method {
        font-size: 20px;
        line-height: 30px;
        margin-top: 8px;
    }
    .installation-w h2 {
        transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -moz-transform: none;
        -ms-transform: none;
    }
    .installation-method {
        font-size: 20px;
        line-height: 32px;
        margin: 20px 0 150px;
    }
    .description .b-image {
        background-size: 760px;
    }
    .description-main.b-image .textl {
        line-height: 36px;
    }
    .features-w {
        margin: 0px;
        margin-bottom: 50px;
        background-position: center top;
    }
    .description {
        padding: 50px 0;
    }
    .mt60 {
        margin-top: 40px;
    }
    .introduction {
        font-size: 20px;
        line-height: 40px;
    }
    .introduction-b {
        font-size: 26px;
    }
    .version {
        margin: 60px 0 50px;
    }
    .features {
        transform: none;
    }
    .container {
        width: 1000px;
    }
    .introduction:before {
        width: 58px;
        height: 57px;
        background: url(/images/indraw/indraw-ico.png) -2px -550px;
        background-size: 300px;
    }
    .introduction:after {
        width: 58px;
        height: 57px;
        background: url(/images/indraw/indraw-ico.png) -56px -547px;
        background-size: 300px;
    }
    .compatible-wapper {
        padding: 200px 0 300px;
    }
    .conversion-wapper {
        padding: 90px 0 480px;
    }
}

.ecs-url:hover,
.online-url:hover,
.download-indraw:hover {
    cursor: pointer;
}

.contact_fixed {
    margin-right: 0px;
}

.mb25 {
    margin-bottom: 25px;
}

.mr15 {
    margin-right: 15px;
}

.indraw-bg-colors:nth-child(odd) {
    background: #f7f9fb;
}


/*By wzb 20200529 结构式编辑器的视频部分的布局*/

.video-title {
    margin: 0 auto;
    text-align: center;
    width: 1100px;
    padding: 30px 0 5px;
}

.video-main {
    margin: 0 auto;
    text-align: center;
    width: 1100px;
    padding: 5px 0 50px;
}

.video-container {
    position: inherit;
    margin: auto;
    width: 850px;
    height: 480px;
    text-align: center;
}

.video-source {
    text-align: center;
    width: 1000px;
    height: 562px;
}

 .top-tel{
     position: absolute;
     top: 0;
     left: 227px;
     background: #333;
     line-height: 20px;
     color: #FFF;
     height: 56px;
     padding: 0px 5px 0px 5px;
     border: 1px solid #333;
 }
.catalysis .wapper {
    background: url(/images/indraw/img6.png) left center no-repeat;
}
.arrow-play {
    display: inline-block;
    width: 28px;
    height: 30px;
    background: url(/images/static/play.png) center no-repeat;
    background-size: 18px;
    vertical-align: top;
}
.ys_demo{
    /*         position: relative; */
    left: 581px;
    top: 30px;
    background: #118cdc;
    display: none;
}
.ys_demo:hover{
    background: #118cdc;
    display: none;
}
.banner1{
    background: url('/images/index/20220506001.jpg?v=3') center top;
}
.banner3{
    background: url('/images/index/20220505002-1.jpg?v=3') center top;
}

.banner5{
    background: url('/images/index/20250214001.jpg?v=3') center top;
}

.banner7{
    background: url('/images/index/banner7-1.jpg') center top;
}
.banner8{
    background: url('/images/index/banner8.jpg') center top;
}
.banner9 {
    background: url('/images/index/banner9.jpg') center top;
    background-size: cover;
}
h2{
    height: 60px;
    color: #f35626;
    -webkit-animation: hue 6s infinite linear;
}
@-webkit-keyframes hue {
    from {
        color: #f35626;
    }
    to {
        color: #feab3a;
    }
}

.compatible .wapper{
    background: url(/images/indraw/img9.png) left center no-repeat;
}

.slider {

    background: url('/images/indraw/indraw_banner3.jpg?v=3') center top;

}

.inslider-button{
    padding: 1% 2%;
}
.text-gradient {
    display: inline-block;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#C0C0C0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*在线客服的代码*/
.qr-contact {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
    display: flex;
    align-items: flex-end;
}
.qr-contact-wrap{
    position: relative;
}
.qr-contact .content{
    width: 180px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    background-color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    align-items: center;
    box-shadow: 0 0 16px -3px rgba(71,60,60,0.08), 0 3px 28px 0 rgba(0,0,0,0.05), 0 6px 30px 16px rgba(0,0,0,0.02);
}
.qr-contact .content .title{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
}

.qr-contact .content .mode .item img{
    margin-right: 8px;
}
.qr-contact .content .mode .item span{
    width: 74px;
    text-align: left;
}
.qr-contact .r-arrow{
    width: 0;
    height: 0;
    border-width: 10px 0px 10px 10px;
    border-style: solid;
    border-color: transparent white;
    position: absolute;
    left: 180px;
    bottom: 20px;
}
.qr-contact .close-icon{
    cursor: pointer;
    position: absolute;
    right:-25px;
    top:0;
}
.qr-contact .phone-number{
    width: 136px;
    height: 30px;
    font-size: 18px;
    font-weight:600;
    color:orange;
}