*{
    box-sizing: border-box;
}
html{
    width: 100%;
    overflow-x: hidden;
}
body{
    width: 100%;
    overflow-x: hidden;
}

/*#dso strong {
    position: relative;
}
#dso strong::after {
    content: 'HOT';
    position: absolute;
    top: -17px;
    right: -26px;
    box-sizing: border-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 12px;
    padding: 0 2px;
    margin-left: 8px;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    color: #fff;
    background: #ce237f;
    border: 1px solid #ce237f;
    border-radius: 6px;
    border-bottom-left-radius: 0;
    box-shadow: 2px 2px 4px 0 rgb(55, 99, 170, 31%);
}*/

.header {
    color: #fff;
    width: 100%;
    /*position: absolute;*/
    top: auto;
    z-index: 999999999;
    height: 80px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    /* border-bottom:1px solid #3c3c3c; */
}
#header.has-advertising{
    height: 160px;
}
.header.fixed{
    position: fixed;
    left: 0;
    top: 0;
}

.header .main-nav {
    height: 100%;
}

#header .product-footer {
    margin-top: 40px;
    font-size: 18px;
    color: #b0b3ba;
    text-align: center;
}

#nav-item-child{
    background:black;
    color: white;
    display: none
}
#nav-item-child>li{
    text-align: center;
    line-height: 30px;
}
#nav-item-child>li>a{
    color:white
}
#nav-item-child>li>a:hover{
    color: #a9288d;
}
#item-btn{
    cursor:pointer;
}

/* style="background:white;display: none;" */
.header .main-nav .navbar-toggle {
    margin-right: 0;
    margin-top: 0;
    background: 0 0;
    position: absolute;
    right: 10px;
    top: 10px
}

.header .main-nav .navbar-toggle .icon-bar {
    background-color: rgba(255, 255, 255, .6);
    height: 3px
}

.header .main-nav .navbar-toggle:focus {
    outline: 0
}

.header .main-nav .navbar-toggle:hover .icon-bar {
    background-color: #fff
}

.header .main-nav .nav.active {
    position: relative
}

.header .main-nav .nav.active > a {
    background: #e74124;
    color: #fff;
    color: rgba(255, 255, 255, .8)
}

.header .main-nav .nav.active > a:before {
    content: "\f0d8";
    position: absolute;
    bottom: -8px;
    left: 0;
    text-align: center;
    font-family: FontAwesome;
    display: block;
    font-size: 12px;
    width: 100%
}

.header .main-nav .nav.active > a.dropdown-menu:before {
    display: none
}

.header .main-nav .nav.open a {
    background: 0 0
}

.header .main-nav .nav .nav-item {
    font-weight: 400;
    font-size: 13px;
    margin-right: 5px
}

.header .main-nav .nav .nav-item.nav-item-sub {
    margin-right: 8px
}

.header .main-nav .nav .nav-item.nav-item-sub a {
    font-size: 12px
}

.header .main-nav .nav .nav-item.active {
    color: #ec6952
}

.header .main-nav .nav .nav-item.active a {
    color: #ec6952;
    background: 0 0;
    font-weight: 700
}

.header .main-nav .nav .nav-item.item-railsgirls a {
    padding-top: 11px;
    padding-left: 10px
}

.header .main-nav .nav .nav-item.item-railsgirls a img {
    width: 90px;
    opacity: .6
}

.header .main-nav .nav .nav-item.item-railsgirls a:hover img {
    opacity: 1
}

.header .main-nav .nav .nav-item.last {
    margin-right: 0
}
.header .main-nav .nav .nav-item .on{
    color: #fff !important;
}

.header .main-nav .nav .nav-item a {
    color: #fff;
    font-size: 16px;
}

.header .main-nav .nav .nav-item a:hover {
    color: #94237d;
    border-bottom: 2px solid #94237d;
    background-color: transparent
}

.header .main-nav .nav .nav-item-active a {
    color: #94237d;
    border-bottom: 2px solid #94237d;
    background-color: transparent
}

/* 基础样式 - 一级高亮状态样式 */
/*.nav-item .dropdown-link.on {*/
/*    color: #94237d; !* 高亮颜色 *!*/
/*    font-weight: bold;*/
/*    position: relative;*/
/*}*/

/*!* 高亮状态下划线效果 *!*/
/*.nav-item .dropdown-link.on::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: -12px;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 2px;*/
/*    background-color: #94237d;*/
/*}*/

/*!* 鼠标悬停效果 *!*/
/*.nav-item:hover .dropdown-link {*/
/*    color: #94237d;*/
/*}*/

.header .main-nav .nav .nav-item a:active, .header .main-nav .nav .nav-item a:focus {
    outline: 0;
    background-color: transparent
}

.header .main-nav .nav .nav-item .aliyun-logo {
    width: 120px;
    margin-top: -5px;
    opacity: .6
}

.header .main-nav .nav .nav-item .aliyun-logo:hover {
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.header .main-nav .nav .dropdown-menu {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    margin: 0;
    text-transform: none;
    min-width: 160px;
    background: #fff;
    border: rgba(0, 0, 0, .2);
    top: 90%;
    left: -54px
}

.header .main-nav .nav .dropdown-menu:before {
    content: "";
    display: none;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    right: 30px;
    top: -10px
}

.header .main-nav .nav .dropdown-menu a {
    padding: 8px 20px;
    color: #77787c;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.header .main-nav .nav .dropdown-menu a:hover {
    background-color: rgba(0, 0, 0, .05);
    color: #77787c;
}

.header .main-nav .nav .dropdown-menu .active a:hover {
    background-color: rgba(0, 0, 0, .05)

}

.header.navbar-fixed-top {
    height: 80px;
    top: 0
}

.header.navbar-fixed-top .logo .logo-img {
    opacity: .9
}

.header.navbar-fixed-top .logo .logo-img:hover {
    opacity: .65
}

.header.navbar-fixed-top .main-nav .nav .nav-item a {
    color: rgba(255, 255, 255, .9)
}

.header.navbar-fixed-top .main-nav .nav .nav-item a:hover {
    color: rgba(255, 255, 255, .65);
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.header.navbar-fixed-top .main-nav .nav .nav-item .dropdown-menu a {
    color: #77787c
}

.header.navbar-fixed-top .main-nav .nav .dropdown-menu {
    background-color: #fff
}

.header.navbar-fixed-top .main-nav .nav .dropdown-menu:before {
    border-bottom: 10px solid #f5f5f5
}

.header .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
    border: 1px solid rgba(255, 255, 255, .6);
    color: rgba(255, 255, 255, .6);
    padding: 8px 10px;
    margin-top: 6px;
    font-size: 13px;
    height: auto
}

.header .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #006ec3;
    opacity: 1
}

.header.navbar-fixed-top .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
    opacity: .9;
    border: 1px solid rgba(255, 255, 255, .9);
    color: rgba(255, 255, 255, .9)
}

.header.navbar-fixed-top .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary:hover {
    opacity: .65;
    background: 0 0;
    color: rgba(255, 255, 255, .9)
}

.subnav-container {
    width: 100%;
    color: #fff;
    display: none;
    /* margin-top: 1px; */
    border-bottom: 1px solid #313131 !important;
}

.subnav {
    background-color: rgba(0, 0, 0,0.9);
    width: 100%;
    position: relative;
    z-index: 1;
}
/*.nav-item a:hover{*/
/*    */
/*}*/
.subnav > .container {
    width: 940px;
    margin: 0 auto;
    min-width: 940px;
    padding: 70px 0;
}
#lab-subnav .subnav > .container{
    width: 800px !important;
    min-width: 600px;
}
.product-list{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin-left: 34px;
}
#solution-subnav{
    /*display: block !important;*/
}
#solution-subnav .container{
    width: 1200px !important;
    min-width: 700px;
    /* padding: 30px 0 !important; */
}
.solution-list{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}

.solution-left {
    width: 490px;
    padding-left: 30px;
}

.solution-right {
    flex: 1;
}

.solution-left>div>div{
    display: flex;
    flex-wrap: wrap;
    padding-right:20px;
}
.solution-right>div>div{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-around;*/
    /*padding-left:20px;*/
}
.solution-left>div>h1{
    padding-left: 20px;
    font-size: 16px;
    margin-bottom: 20px;
}
.solution-right>div>h1{
    padding-left: 35px;
    font-size: 16px;
    margin-bottom: 20px;

}
.solution-left>div>div dl,.solution-right>div>div dl{
    width: 134px;
    height: 112px;
    margin: 0 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.solution-left>div>div dl:hover,.solution-right>div>div dl:hover{
    background: #a9288d;
    color: white;
}
.solution-left>div>div dl:hover dt>span,.solution-right>div>div dl:hover dt>span{
    border: 1px solid #fff;
}
.solution-left>div>div dl>dt,.solution-right>div>div dl>dt{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content:center;
    justify-content: center;
    padding: 15px 0;
}
.solution-left>div>div:nth-child(3),.solution-right>div>div:nth-child(3){
    margin-top: 20px;

}
.solution-left>div>div dl>dt>span,.solution-right>div>div dl>dt>span{
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #a9288d;
    border-radius: 50%;
    position: relative;
}
.solution-left>div>div dl>dt>span>img,.solution-right>div>div dl>dt>span>img{
    position: absolute;
    /*transform: translate(-50%,-50%)*/
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.solution-left>div>div dl>dt>span>img:first-child,.solution-right>div>div dl>dt>span>img:first-child{
    opacity: 0;
}
.solution-left>div>div dl>dt>span>img:last-child,.solution-right>div>div dl>dt>span>img:last-child{
    opacity: 1;
}
.solution-left>div>div dl:hover dt>span>img:first-child,.solution-right>div>div dl:hover dt>span>img:first-child{
    opacity: 1;
}
.solution-left>div>div dl:hover dt>span>img:last-child,.solution-right>div>div dl:hover dt>span>img:last-child{
    opacity: 0;
}


.solution-left>div>div dl>dd,.solution-right>div>div dl>dd{
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}
#aboutus-subnav .container{
    width: 800px !important;
    min-width: 600px;
}
.aboutus-list{
    display: flex;
    justify-content: space-between;
}
.aboutus-list dl{
    width: 140px !important;
    height: 150px !important;
    color: #838186;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.aboutus-list dl>dt{
    display: flex;
    justify-content: center;
    padding: 25px 0;
}
.aboutus-list dl>dt>span{
    width: 50px;
    height: 50px;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    border: 1px solid #a9288d;
    border-radius: 50%;
    position: relative;
}
.aboutus-list dl dt>span img{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    /*transform: translate(-50%,-50%);*/
}
.aboutus-list dl>dd{
    display: flex;
    justify-content: center;
    color: #fff;
}
.aboutus-list dl:hover{
    background: #a9288d;
}
.aboutus-list dl:hover dt>span{
    border: 1px solid #fff;
}
#product-subnav .container{
    width: 1240px !important;
    min-width: 1050px;
}

.aboutus-list dl>dt>span>img:first-child{
    opacity: 0;
}
.aboutus-list dl>dt>span>img:last-child{
    opacity: 1;
}
.aboutus-list dl:hover dt>span>img:first-child{
    opacity: 1;
}
.aboutus-list dl:hover dt>span>img:last-child{
    opacity: 0;
}




.product-item{
    text-align: center;
    width: 402px;
    position: relative;
    display: flex;
    padding: 15px;
}
.product-item-dev {
    padding-top: 18px;
    flex: 1;
}
.product-item-dev>h4 {
    text-align: left;
    font-size: 16px;
    margin-bottom: 16px;
}
.product-item-dev>h5 {
    text-align: left;
    font-size: 13px;
}
.product-item>.product-circle{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 21px 26px;
    font-size: 16px;
    color: #28ea90;
    border: 1px solid #28ea90;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-right: 20px;
}
.xsbom  > .product-circle{
    color: #EE0000;
    border-color: #EE0000;
}
.sast > .product-circle{
    color: #1CF3DB;
    border-color: #1CF3DB;
}
.sca > .product-circle{
    color: #fbc703;
    border-color: #fbc703;
}
.iast > .product-circle{
    color: #2d9ee1;
    border-color: #2d9ee1;
}
.rasp > .product-circle{
    color: #e320a9;
    border-color: #e320a9;
}
.pte > .product-circle{
    color: #e05209;
    border-color: #e05209;
}

.product-item:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    background-size: 100% 100%;
}
.xsbom:before{
    background-image: url("https://www.xmirror.cn/static/images/product-bg-5.png");
}
.sast:before{
    background-image: url("https://www.xmirror.cn/static/images/product-bg-6.png");
}
.sca:before{
    background-image: url("https://www.xmirror.cn/static/images/product-bg-4.png");
}
.iast:before{
    background-image: url("https://www.xmirror.cn/static/images/product-bg-1.png");
}
.rasp:before{
    background-image: url("https://www.xmirror.cn/static/images/product-bg-3.png");
}
.pte:before{
    background-image: url("https://www.xmirror.cn/static/images/product-bg-2.png");
}

a.product-item:hover:before{
    opacity: 1;
}
a.product-item:hover .product-circle{
    color: #ffffff;
    border-color: #ffffff;
}

.product-item > h4{
    font-size: 16px;
    font-weight: 500;
    margin: 29px 0 22px;
}
.product-item > h5{
    font-size: 14px;
    font-weight: 500;
}
.product-arrows{
    font-size: 14px;
    color: #b0b3ba;
    margin-top: 50px;
    margin-bottom: 50px;
    height:1px;
    background: -webkit-linear-gradient(left,#4160f0, #a9288d); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#4160f0, #a9288d); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#4160f0, #a9288d); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#4160f0, #a9288d); /* 标准的语法 */
    position: relative;
}
.product-arrow-center{
    text-align: center;
    position: absolute;
    background: #000000;
    width: 350px;
    left: 50%;
    margin-left: -160px;
    top: -15px;
    font-size: 20px;
    line-height: 30px;
    transition: background-color 0.3s;
}
.product-arrow-center:hover {
    background: #a9288d;
}
.lineTop{
    line-height: 35px;
}
.lineTops{
    line-height: 25px;
}
.lineTops1{
    line-height: 32px;
}
.product-arrow-left,.product-arrow-right{
    height:100%;
    width: 180px;
    position: absolute;
}
.product-arrow-left:after,.product-arrow-left:before{
    content: '';
    display: block;
    width: 13px;
    background: #4160f4;
    position: absolute;
    left: 0;
    transform-origin: left;
    height: 100%;
}
.product-arrow-left:after{
    transform: rotateZ(45deg);
}
.product-arrow-left:before{
    transform: rotateZ(-45deg);
}
.product-arrow-left>span{
    position: absolute;
    top: -26px;
    left: 35px;
}
.product-arrow-left{
    top: 0;
    left: 0;
}
.product-arrow-right{
    right: 0;
    top: 0;
}
.product-arrow-right:after,.product-arrow-right:before{
    content: '';
    display: block;
    width: 13px;
    background: #a9288d;
    position: absolute;
    right: 0;
    transform-origin: right;
    height: 100%;
    top: 0;
}
.product-arrow-right:after{
    transform: rotateZ(45deg);
}
.product-arrow-right:before{
    transform: rotateZ(-45deg);
}
.product-arrow-right>span{
    position: absolute;
    top: -26px;
    right: 25px;
}
#lab-subnav .product-item:nth-child(1) > .product-circle{
    color: #e320a9;
    border-color: #e320a9;
}
#lab-subnav .product-item:nth-child(2) > .product-circle{
    color: #2d9ee1;
    border-color: #2d9ee1;
}

#lab-subnav .product-item:nth-child(1) > .product-circle{
    color: #e320a9;
    border-color: #e320a9;
}
#lab-subnav .product-item:nth-child(2) > .product-circle{
    color: #2d9ee1;
    border-color: #2d9ee1;
}
#lab-subnav a.product-item:hover .product-circle{
    color: #ffffff;
    border-color: #ffffff;
}

.serve{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.serve-item{
    padding: 22px 0 24px;
    width: 100px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.serve-item > .serve-circle{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 5px 12px;
    margin: 0 auto;
    line-height: 16px;
    font-size: 14px;
    color: #a9288d;
    text-align: center;
    border: 1px solid #a9288d;
    letter-spacing: 2px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.serve-item > h4{
    margin-top: 18px;
    font-size: 14px;
    font-weight: 500;
}
a.serve-item:hover{
    background-color: #a9288d;
    color: #ffffff;
}
a.serve-item:hover .serve-circle{
    color: #ffffff;
    border-color: #ffffff;
}
.subnav .solution {
    display: none
}

.subnav .solution.open {
    display: block
}

.subnav .subnav-solution {
    padding: 0;
    margin: 0;
    overflow: hidden
}

.subnav .dropdown-menu {
    margin: 0;
    position: static;
    width: 100%
}
.navbar-nav{
    margin-right: -30px !important;
}
.navbar-nav > li > a {
    /* padding-top: 30px;
    padding-bottom: 28px; */
    padding: 30px 21px 18px 22px;
}
#login,#logined{
    margin-top: 15px;
}

#menu-hamburger-btn{
    display: none;
    width: 20px;
    float: right;
    margin-top: 28px;
    margin-right: 2%;
}
.menu-hamburger-btn{
    border-radius: 2px;
    height: 2px;
    position: relative;
    background-color: #ffffff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.menu-hamburger-btn:before{
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.menu-hamburger-btn:after{
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.menu-hamburger-btn.is-close{
    background-color:transparent;
}

.menu-hamburger-btn.is-close:before{
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    -webkit-transform: translateY(0px) rotate(45deg);
    -moz-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    -o-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
}
.menu-hamburger-btn.is-close:after{
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    -webkit-transform: translateY(-2px) rotate(-45deg);
    -moz-transform: translateY(-2px) rotate(-45deg);
    -ms-transform: translateY(-2px) rotate(-45deg);
    -o-transform: translateY(-2px) rotate(-45deg);
    transform: translateY(-2px) rotate(-45deg);
}
.nav-left-menu-wrap{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0,0,0,0);
    /*-webkit-transition: background-color 0.2s;*/
    /*-moz-transition: background-color 0.2s;*/
    /*-ms-transition: background-color 0.2s;*/
    /*-o-transition: background-color 0.2s;*/
    /*transition: background-color 0.2s;*/
    display: none;
}
.nav-left-menu{
    position: absolute;
    left: 0;
    width: 200px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -ms-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    background-color: rgba(0,0,0,1);
}
.is-open.nav-left-menu-wrap{
    display: block;
    background-color: rgba(0,0,0,0.9);
}
.is-open.nav-left-menu-wrap .nav-left-menu{
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}
.nav-left-menu-ul{
    margin-top: 160px;
}
.nav-left-menu-ul > li{
    width: 100%;
    color: #ffffff;
}
.nav-left-menu-ul a{
    padding:10px 20px;
    width: 100%;
    display: block;
    font-size: 14px;
    color: #ffffff;
}
.nav-left-menu-ul a .menu-icon-right{
    font-size: 12px;
    float: right;
    margin-right: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: rotate(-0deg);
    -moz-transform: rotate(-0deg);
    -ms-transform: rotate(-0deg);
    -o-transform: rotate(-0deg);
    transform: rotate(-0deg);
}
.nav-left-menu-ul a.collapsed .menu-icon-right{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.nav-left-menu-ul a i{
    font-size: 24px;
    display: block;
    float: left;
    line-height: 16px;
    font-family: normal;
}
.xsbom-href > i{
    color: #EE0000;
}
.sast-href > i{
    color: #1CF3DB;
}
.fuse-href > i{
    color: #28ea90;
}
.oss-href > i{
    color: #fbc703;
}

.iast-href > i{
    color: #2d9ee1;
}
.pte-href > i{
    color: #e05209;
}
.cg-href > i{
    color: #e320a9;
}

.xsbom-href:hover{
    color: #EE0000;
}
.sast-href:hover{
    color: #1CF3DB;
}
.fuse-href:hover{
    color: #28ea90;
}
.oss-href:hover{
    color: #fbc703;
}
.iast-href:hover{
    color: #2d9ee1;
}
.pte-href:hover{
    color: #e05209;
}
.cg-href:hover{
    color: #e320a9;
}


.header-mask {
    background-color: rgba(0,0,0,.9);
}








@media (max-width: 1200px) {
    .nav > li > a {
        padding-right: 10px;
        padding-left: 10px;
    }
    .header .main-nav .nav .nav-item {
        margin-right: 0;
    }
}
@media (max-width: 860px) {
    #menu-hamburger-btn{
        display: block;
    }
    .navbar-nav {
        display: none;
    }
    #login,#logined{
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .nav > li > a {
        padding-right: 10px;
        padding-left: 10px;
    }
    .header .main-nav .nav .nav-item {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .nav-item.newyear a .newyearlogo {
        top: 0 !important;
        width: 33px !important
    }

    .header .main-nav .navbar-collapse .nav .nav-item .forward:after {
        content: "\f106" !important
    }

    .navbar-collapse.collapse {
        padding-left: 0 !important
    }

    .header .main-nav .nav .nav-item .aliyun-logo {
        display: block;
        margin: 3px auto
    }

    .subnav-container {
        position: absolute;
        display: none;
        left: 100%;
        -webkit-transition: left .5s ease-in-out;
        -moz-transition: left .5s ease-in-out;
        -o-transition: left .5s ease-in-out;
        -ms-transition: left .5s ease-in-out;
        transition: left .5s ease-in-out
    }

    .subnav {
        position: absolute;
        background: 0 0
    }

    .subnav .subnav-solution {
        padding: 0;
        overflow: visible
    }
}

@media (max-width: 767px) {
    .logo-img {
        width: 50px;
        height: 55px;
        background-size: 45px auto;
        margin-top: 5px
    }

    .waves {
        height: inherit
    }

    .header.navbar-fixed-top {
        position: relative
    }

    .chuxian {
        display: block;
        visibility: visible;
        opacity: 0
    }

    .header .main-nav .navbar-collapse {
        border-top: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 100%;
        left: 0;
        top: 80px;
        position: absolute;
        z-index: 45;
        padding: 0;
        transition: .5s left ease-in-out, opacity 1s ease-in-out;
        opacity: 0
    }

    .header .main-nav .navbar-collapse .nav .nav-item {
        margin-right: 0;
        padding: 0;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-color: rgba(255, 255, 255, .2)
    }

    .header .main-nav .navbar-collapse .nav .nav-item.open a {
        color: #fff
    }

    .header .main-nav .navbar-collapse .nav .nav-item a {
        font-size: 15px;
        padding: 15px 20px;
        color: rgba(255, 255, 255, .7)
    }

    .header .main-nav .navbar-collapse .nav .nav-item a:hover {
        color: #fff
    }

    .header .main-nav .navbar-collapse .nav .nav-item a.btn-cta-secondary {
        color: #fff;
        border: none;
        background-color: #006ec3;
        margin: 20px 15px 15px 10px
    }

    .header .main-nav .navbar-collapse .nav .nav-item a.btn-cta-secondary:hover {
        color: #fff;
        background-color: #006ec3
    }

    .header .main-nav .navbar-collapse .nav .nav-item.item-railsgirls a img {
        width: 90px;
        opacity: .7
    }

    .header .main-nav .navbar-collapse .nav .nav-item .dropdown-link:after {
        content: "\f105";
        display: inline-block;
        margin-left: 5px;
        position: absolute;
        right: 20px;
        top: 18px;
        font-weight: 600;
        -webkit-transition: .2s;
        transition: .2s;
        -webkit-transform: rotate(90deg) translateX(0.15em);
        -ms-transform: rotate(90deg) translateX(0.15em);
        transform: rotate(90deg) translateX(0.15em);
        font-size: 15px;
        line-height: 15px;
        font-family: FontAwesome;
        color: #939393
    }

    .header .main-nav .navbar-collapse .nav .nav-item .dropdown-menu {
        background-color: transparent;
        border-top: 1px solid rgba(0, 0, 0, .6);
        padding: 0
    }

    .header .main-nav .navbar-collapse .nav .nav-item .dropdown-menu li {
        border-bottom: 1px solid rgba(0, 0, 0, .6)
    }

    .header .main-nav .navbar-collapse .nav .nav-item .dropdown-menu li.last {
        border: none
    }

    .header .main-nav .navbar-collapse .nav .nav-item .dropdown-menu li a {
        font-size: 14px;
        padding: 15px;
        text-indent: 20px
    }

    .header .main-nav .navbar-collapse .nav-item.dropdown.open .dropdown-link:after {
        -webkit-transform: rotate(270deg) translate(0.1em, .1em);
        -ms-transform: rotate(270deg) translate(0.1em, .1em);
        transform: rotate(270deg) translate(0.1em, .1em)
    }

    .navbar-collapse .nav {
        margin: 0
    }

    .header .main-nav .nav .dropdown-menu:before {
        display: none
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: inherit
    }

    .headline-bg.index-bg {
        height: 600px
    }

    .headline-bg + .section {
        padding-top: 30px
    }

    .pricing .intro {
        margin-bottom: 45px
    }

    .features-video iframe {
        padding: 5px
    }

    .section .title {
        font-size: 29px !important;
        line-height: 40px
    }

    .section td.title {
        font-size: 14px;
        line-height: 1.42857143
    }

    .section .intro {
        font-size: 16px
    }

    .features-tabbed-index .features-content .icon-tab {
        font-size: 45px
    }

    .nav-tabs > li > a {
        padding: 10px 5px
    }

    #header .register {
        position: relative;
    }

    .dropdown.open .dropdown-menu {
        display: block;
    }

    #header .dropdown-menu {
        background: #000;
        border-radius: 0;
        border: 0;
        padding: 4px;
        line-height: 30px;
        margin: 0;
        right: -34px;
        left: initial;
        top: 80%;
        /* box-shadow: 0 0 3px 0px #ffffff5c; */
        border: 1px solid rgba(255, 255, 255, 0.36);
    }

    .dropdown > div[data-hover="dropdown"]:hover .dropdown-menu {
        display: block;
    }

    .userName {
        cursor: pointer;
    }

    #header .dropdown-menu a {
        width: 100%;
        height: auto;
        border-radius: 0;
        background: transparent;
        border: 0;
        padding: 0 20px;
        float: none;
    }

    #header .dropdown-menu a:hover {
        color: #fff;
        background-color: #1f1f1f;
    }

    .index_header .header_landing > .console, .userName {
        color: rgba(255, 255, 255, 0.9);
        font-size: 14px;
    }

    .index_header .header_landing > .console:hover, .userName:hover {
        color: rgba(255, 255, 255, 1);
    }

    .index_header .header_landing > .console {
        width: auto;
    }

    .navbar-collapse.collapse .navbar-nav {
        margin-right: 4%;
    }
}

@media (max-width: 900px) {
    .navbar-collapse.collapse .navbar-nav {
        display: none;
    }
}
.advertising{
    background-image: url(/static/images/dso-bg.png);
    background-size: 100% 100%;
    background-position: center center;
    width: 100%;
    height: 80px;
    display: block;
    position: relative;
    /* top: 0; */
    z-index: 999999999;
}
.advertising-logo{
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 1rem;
    max-height: 50%;
}
.advertising-container{
    width: 80%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.advertising-img-wrap{
    color: #ffffff;
    max-width: 70%;
    font-size: 1rem;
    margin-right: 8rem;
}
.close-advertising{
    width: 18px;
    height: 18px;
    position: absolute;
    right: 8px;
    top: 7px;
    padding: 4px;
    border-radius: 50%;
    cursor: pointer;
}
.close-advertising:hover{
    background: rgba(255,255,255,0.1);
}
.close-advertising:before{
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background-color: #5d467c;
    -webkit-transform: translateY(4px) rotate(45deg);
    -moz-transform: translateY(4px) rotate(45deg);
    -ms-transform: translateY(4px) rotate(45deg);
    -o-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
}
.close-advertising:after{
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background-color: #5d467c;
    -webkit-transform: translateY(2px) rotate(-45deg);
    -moz-transform: translateY(2px) rotate(-45deg);
    -ms-transform: translateY(2px) rotate(-45deg);
    -o-transform: translateY(2px) rotate(-45deg);
    transform: translateY(2px) rotate(-45deg);
}

.close-advertising:hover.close-advertising:before, .close-advertising:hover.close-advertising:after{
    background-color: #a289c4;
}

.advertising-img-wrap img{
    max-width: 100%;
}
.btn-advertising {
    display: inline-block;
    color: #ffffff;
    background-color: #a9288d;
    text-align: center;
    box-shadow: 0 -1px 10px 1px rgb(169,40,141,0.5);
    transition: all 0.3s;
    border: 0;
    border-radius: 33px;
    /*cursor: pointer;*/
    width: 110px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    margin-left: 30px;
}
.btn-advertising:hover,
.btn-advertising:focus,
.btn-advertising:active {
    box-shadow: 0 0 20px 1px #ac134c;
    background-color: #fff;
    color: #ac134c;
}
@media (max-width: 1300px) {
    .advertising-container{
        width: 90%;
    }
    .advertising-img-wrap{
        font-size: 1.2rem;
        margin-right: 0;
    }
}
@media (max-width: 900px) {
    .advertising-img-wrap{
        font-size: 1.1rem;
        flex: 1;
        margin-right: 0;
    }
    .advertising-container{
        width: 90%;
    }
    .advertising{
        height: 64px;
    }
    .advertising-logo{
        display: none;
        max-height: 30%;
    }
    .btn-advertising {
        display: none;
        border-radius: 33px;
        cursor: pointer;
        width: 85px;
        height: 28px;
        font-size: 12px!important;
        line-height: 28px;
        margin-left: 20px;
    }
    #header {
        height: 64px!important;
    }
    #header.has-advertising{
        height: 128px!important;
    }
    .index_header .header_logo a{
        width: 100px;
    }
}

.btn-common {
    padding: 7px 5px 7px 15px !important;
    margin-top: 22px;
    margin-left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 163px;
    background: linear-gradient(-45deg, #6b0aea, #e404dd, #a9288d, #2e21f3);
    background-size: 600%;
    border-radius: 4px;
    animation: linear-gradient-change 5s linear infinite;
    font-size: 14px !important;
}

.arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    background-color: transparent;
    transform: rotate(135deg);
    margin-left: 5px;
    transition: transform 0.3s ease-in;
}
.btn-common:hover {
    background: #fff !important;
    color: #a9288d !important;
    animation-play-state: paused;
    border: none !important;
}

.btn-common:hover .arrow{
    border-left: 1px solid #a9288d !important;
    border-top: 1px solid #a9288d !important;
    transform: translateX(6px) rotate(135deg);
}

@keyframes linear-gradient-change {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.change-language {
    /*width: 100px;*/
    height: 24px;
    display: flex;
    color: #fff;
    margin-top: 27px;
    margin-left: 20px;
}

.change-language span {
    text-align: center;
    line-height: 21px;
    border: 1px #fff solid;
    padding: 0 10px;
    font-size: 12px;
    cursor: pointer;
    width: 59px !important;
}

.change-language > .checked {
    border-color: #BD5CA9;
    color: #BD5CA9;
}

.solution-left-en>div>div dl,.solution-right-en>div>div dl{
    height: 125px !important;
}
