@charset 'UTF-8';

*,
:before,
:after {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    word-break: break-all;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.autoRunner-wrap {
    background: url(/../images/AutoRunner/AutoRunner.png) no-repeat right center;
    padding: 20px 0;
}

.testCenter-wrap {
    background: url(/../images/TestCenter/TestCenter.jpg) no-repeat right center;
    padding: 30px 0;
}

.atf-wrap {
    background: url(/../images/atf/atf.png) no-repeat right center;
    padding: 20px 0;
}

.MobileRunner-wrap {
    background: url(/../images/MobileRunner/MobileRunner.jpg) no-repeat right center;
    padding: 20px 0;
}

.AutoRunnerProcess-wrap {
    background: url(/../images/AutoRunnerProcess/AutoRunnerProcess.jpg) no-repeat right center;
    padding: 20px 0;
}

.ALM-wrap {
    background: url(/../images/ALM/ALM.png) no-repeat right center;
    background-size: auto 310px;
    padding: 30px 0;
}

.ProjectCenter-wrap {
    background: url(/../images/ProjectCenter/ProjectCenter.png) no-repeat right center;
    background-size: auto 310px;
    padding: 30px 0;
}

.CodeAnalyzer-wrap {
    background: url(/../images/CodeAnalyzer/CodeAnalyzer.png) no-repeat right center;
    background-size: auto 310px;
    padding: 30px 0;
}

.PerformanceRunner-wrap {
    background: url(/../images/PerformanceRunner/PerformanceRunner.png) no-repeat right center;
    background-size: auto 320px;
    padding: 20px 0;
}

.RequisiteCenter-wrap {
    background: url(/../images/RequisiteCenter/RequisiteCenter.png) no-repeat right center;
    background-size: auto 320px;
    padding: 20px 0;
}

.cloudtest-wrap{
    background: url(/../images/cloudtest/cloudtest.png) no-repeat right center;
    background-size: auto 320px;
    padding: 50px 0;
}

.product-overview {
    padding: 40px 0;
}

.product-overview h1 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.product-resources {
    margin: 30px 0 25px;
}

.product-resources>a {
    color: #006600;
    font-size: 14px;
    font-weight: bold;
    padding: 0 20px;
    border-right: solid 1px #999;
}

.product-resources>a:first-child {
    padding-left: 0;
}

.product-resources>a:last-child {
    border-right: none;
}

.product-overview-txt {
    font-size: 16px;
    max-width: 620px;
    line-height: 30px;
}

.amount-of-downloads {
    font-size: 16px;
    color: #006600;
    margin-top: 20px;
}

.benefits-tip {
    font-size: 16px;
    color: red;
    margin-top: 10px;
}

.product-details {
    padding: 40px 0 60px;
}

.contents-news-recommendations {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.contents-news-recommendations .contents {
    width: 790px;
}

.contents-news-recommendations .contents .content-tits {
    width: 100%;
    height: 36px;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    position: relative;
}

.content-tits::after {
    width: 100%;
    position: absolute;
    content: '';
    height: 1px;
    background-color: #0098fa;
    left: 0;
    bottom: 0;
    right: 0;
}

.content-tits>a {
    width: 110px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: #0098fa;
    cursor: pointer;
}

.content-tits>a:first-child.current {
    border-radius: 0 10px 0 0;
}

.content-tits>a.current {
    background-color: #0098fa;
    border-radius: 10px 10px 0 0;
    color: #fff;
}

.content-texts {
    padding: 30px 0;
    width: 100%;
}

.content-texts>li {
    width: 100%;
    display: none;
}

.content-texts>li p {
    font-size: 14px;
    color: #666
}

.content-texts>li table {
    margin-top: 0;
}

.values-and-functions {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e1e4e5;
    background-color: #fff;
}

.values-and-functions td {
    border-collapse: collapse;
    border: 1px solid #e1e4e5;
    padding: 20px;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
    line-height: 26px;
}

.values-and-functions td:first-child {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    position: relative;
    padding-left: 60px;
}

.values-and-functions>tbody>tr label {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 24px;
    box-sizing: border-box;
    border: 1px solid #378bf7;
    border-radius: 50%;
    display: block;
    color: #378bf7;
    font-weight: bold;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.functions-list>tbody>tr>td:first-child {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
}

.values-and-functions>tbody>tr img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.values-and-functions th {
    border-collapse: collapse;
    border: 1px solid #e1e4e5;
    padding: 20px;
    color: #378bf7;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    box-sizing: border-box;
}

.values-and-functions th:first-child {
    padding-left: 60px;
}

.product-advantages {
    border: 1px solid #e1e4e5;
    border-left: 2px solid #378bf7;
    border-radius: 3px;
    width: 100%;
    padding: 25px 15px;
    margin-bottom: 20px;
}

.product-advantages>h2 {
    font-size: 17px;
    font-weight: bold;
    color: #3b3b3b;
    margin-bottom: 20px;
}

.product-advantages>h4 {
    font-size: 15px;
    font-weight: bold;
    color: #3b3b3b;
    margin-bottom: 3px;
}

.product-advantages>p {
    margin-bottom: 10px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.use-case {
    padding: 30px 20px;
    border: 1px solid #e1e4e5;
    border-radius: 3px;
}

.use-case>p {
    color: #666;
    font-size: 14px;
    line-height: 26px;
}

.use-case>h3 {
    margin: 20px 0 10px;
    font-size: 15px;
    font-weight: bold;
    color: #3b3b3b;
}

.product-videos {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-videos::after {
    width: 250px;
    content: '';
}

.product-videos>a {
    background: url(../images/newtce/img/product-video.png) no-repeat center;
    width: 250px;
    height: 160px;
    border: 1px solid #378bf7;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 20px;
}

.product-videos>a:hover {
    position: relative;
    top: -5px;
    box-shadow: 3px 3px 20px rgba(136, 136, 136, .5)
}

.product-videos>a>h4 {
    font-size: 15px;
    color: #000000;
    font-weight: bolder;
    margin-top: 5px;
}

.product-videos>a>h5 {
    font-size: 14px;
    color: #000000;
    padding-top: 25px;
}

.help-docs {
    padding: 30px 20px;
    border: 1px solid #e1e4e5;
    display: flex;
    justify-content: space-between;
    border-radius: 3px;
    min-height: 300px;
}

.help-docs-switch {
    width: 130px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #e1e4e5;
}

.help-docs-switch>a {
    cursor: pointer;
    text-align: right;
    margin-bottom: 20px;
    padding-right: 30px;
    font-size: 14px;
    color: #666;
}

.help-docs-switch>a.current {
    position: relative;
    font-size: 16px;
    color: #378bf7;
    font-weight: 700;
}

.help-docs-switch>a.current::after {
    position: absolute;
    content: '';
    top: 0;
    right: -2px;
    height: 100%;
    width: 3px;
    background-color: #378bf7;
}

.help-docs-text {
    width: calc(100% - 130px);
    padding: 0 1rem;
}

.help-docs-text>li {
    width: 100%;
    display: none;
}

.help-docs-text>li>h2 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #6E6E6E;
    border-bottom: 1px solid #e5e5e5;
}

.docs-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.docs-list>a {
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 16px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
}

.version-update-list {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e1e4e5;
    background-color: #fff;
}

.version-update-list td {
    border-collapse: collapse;
    border: 1px solid #e1e4e5;
    padding: 20px;
    font-size: 14px;
    color: #333;
}

.version-update-list>tbody>tr>td:first-child {
    text-align: center;
    vertical-align: top;
}

.version-tit {
    display: flex;
    justify-content: space-between;
}

.version-tit>h1 {
    color: #333;
    font-size: 14px;
    font-weight: 600;
}

.version-tit>a {
    color: #378bf7;
    font-size: 14px;
}

.update-list {
    margin-top: 10px;

}

.update-list>li {
    color: #666;
    line-height: 23px;
}

.news-and-recommendations {
    width: 380px;
}

.news-and-recommendations .title-and-more {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.news-and-recommendations .title-and-more h1 {
    font-size: 22px;
    font-weight: 400;
    color: #314a82;
    text-align: left;
    margin-bottom: 20px;
}

.news-and-recommendations .title-and-more h2 {
    font-size: 22px;
    font-weight: 400;
    color: #314a82;
    text-align: left;
    margin-bottom: 20px;
}


.contentinfo-list {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    border: 1px solid #e1e4e5;
    padding: 0 15px;
    margin-bottom: 40px;
}

.contentinfo-list>a {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 50px;
    border-bottom: 1px dashed #e1e4e5;
    color: #333;
    font-size: 14px;
}

.contentinfo-list>a:last-child {
    border-bottom: none;
}

.solution-items{
    width: 100%;
    margin: 30px 0;
}

.solution-items>h4{
    font-size: 14px;
    color: #368CF5;
    font-weight: bold;
    margin: 0 20px 20px;
}

.solution-items>ul{
    width: 100%;
    box-sizing: border-box;
    padding: 30px 20px 10px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e1e4e5;
    border-radius: 6px;
}

.solution-items>ul>li{
    width: 50%;
    text-align: left;
    font-size: 14px;
    margin-bottom: 20px;
}

.solution-items>ul>li>a{
    color: #333;
    position: relative;
    padding-left: 20px;
}

.solution-items>ul>li>a:hover{
    color: #368CF5;
}

.solution-items>ul>li>a::before{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #368CF5;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.cases-items>ul>li>a::before{
    display: none;
}

.cases-items>ul>li>a{
    padding-left: 0;
}

/* é€‚é…å¹³æ¿ */
@media screen and (max-width:1024px) {
    .product-overview {
        padding: 0 1rem;
    }

    .solution-items>ul>li{
        width: 100%;
    }

    .product-overview>.wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        background-size: auto 50%;
        background-position: 105% center;
    }

    .product-details {
        width: 100%;
        padding: 1rem;
    }

    .product-details>.wrap {
        width: 100%;
    }

    .contents-news-recommendations {
        flex-direction: column;
    }

    .contents-news-recommendations>.contents {
        width: 100%;
    }

    .contents-news-recommendations>.news-and-recommendations {
        width: 100%;
        column-count: 2;
        column-gap: 1.2rem;
    }

    .news-and-recommendations>.contentinfo-list {
        box-sizing: border-box;
        break-inside: avoid;
    }

    .product-videos>a {
        width: 32%;
        margin-bottom: 1rem;
    }

    .product-videos::after {
        width: 32%;
        content: '';
    }
}

/* é€‚é…ä¸»æµæ‰‹æœº */
@media screen and (max-width:767px) {

    /* .product-overview>.wrap {
      width: 100%;
      display: flex;
      flex-direction: column;
      position: relative;
    }
    .product-overview>.wrap::after {
      content: "";
      background-size: cover;
      opacity: 0.2;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      position: absolute;
      z-index: -1;
    } */
    .product-overview>.wrap {
        background-size: 40% auto;
        background-position: right 4rem;
    }

    .product-overview>.cloudtest-wrap {
        background-position: right 2rem;
    }
    .product-overview h1 {
        font-size: 1rem
    }
    .product-overview-txt {
        font-size: .95rem;
        margin-top: 1rem;
    }
    .product-resources {
        margin: 1.2rem 0 0;
        width: 60%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .product-resources::after {
        width: 30%;
        content: '';
    }
    .product-resources>a {
        width: 48%;
        padding: 3px;
        border: 1px solid #e1e4e5;
        border-radius: 5px;
        text-align: center;
        margin-bottom: .8rem;
    }

    .product-resources>a:last-child {
        border-right: 1px solid #e1e4e5;
    }

    .contents-news-recommendations .contents>.content-tits {
        height: auto;
        display: flex;
        /* justify-content: space-between; */
        overflow-x: scroll;
        display: -webkit-box;
    }

    .content-tits>a {
        width: auto;
        line-height: 1.8rem;
        font-size: .9rem;
        padding: 0 .8rem;
        display: flex
    }

    .content-tits::-webkit-scrollbar {
        width: 100%;
        height: 2px;
    }

    /*å®šä¹‰æ»šåŠ¨æ¡è½¨é“ å†…é˜´å½±+åœ†è§’*/
    .content-tits::-webkit-scrollbar-track {
        background-color: #ccc;
    }

    /*å®šä¹‰æ»‘å— å†…é˜´å½±+åœ†è§’*/
    .content-tits::-webkit-scrollbar-thumb {
        background-color: #0098FA;
    }
    .content-tits::after {
        display: none;
    }
    .product-videos>a {
        width: 48%;
        margin-bottom: 1rem;
    }
    .values-and-functions td {
        padding: .5rem;
    }
    .version-update-list td {
        padding: .5rem;
    }
    .version-tit {
        flex-direction: column;
    }
    ul.content-texts>li>table{
        font-size: .8rem;
    }
    ul.content-texts>li>table.values-and-functions>thead>tr>th:first-child{
        width: 8rem;
        padding: .5rem;
    }
    ul.content-texts>li>table.values-and-functions>tbody>tr>td>label{
        display: none;
    }
    ul.content-texts>li>table.values-and-functions>tbody>tr>td:first-child{
        padding-left:.5rem;
        vertical-align: top;
        font-size: .9rem;
    }
    ul.content-texts>li>table.values-and-functions>tbody>tr>td>h4{
        font-size: .9rem !important;
    }
    ul.content-texts>li>table.values-and-functions>tbody>tr>td:first-child{
        width: 5rem !important;
        padding: .5rem;
    }
    ul.content-texts>li>table.values-and-functions>tbody>tr>td:first-child>img{
        display: none
    }
    ul.content-texts>li>table.version-update-list>tbody>tr>td:first-child{
        width: 6rem !important;
        padding: .5rem;
    }
    .news-and-recommendations .title-and-more h2 {
        font-size: 1.1rem;
    }
    .contentinfo-list {
        margin-bottom: 1.5rem;
    }
    .contents-news-recommendations>.news-and-recommendations {
        width: 100%;
        column-count: 1;
    }
    .help-docs {
        padding: 1rem;
        flex-direction: column;
        min-height: auto;
    }
    .help-docs-switch {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        border-right: none;
        border-bottom: 1px dashed #e1e4e5;
        margin-bottom: 1rem;
    }
    .help-docs-switch>a {
        text-align: center;
        margin-bottom: 0rem;
        padding-right: 0;
        padding: 0 0 .5rem;
    }
    .help-docs-switch>a.current {
        position: relative;
        font-size: 14px;
        color: #378bf7;
        font-weight: 700;
    }

    .help-docs-switch>a.current::after {
        width: 100%;
        top: 100%;
        height: 3px;
        left: 0;
    }
    .help-docs-text {
        width: 100%;
        padding:0
    }
    .help-docs-text>li>h2 {
        display: none
    }
    .docs-list {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .docs-list>a {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: .8rem;
        padding: 0;
    }
    .product-videos>a>h4 {
        font-size: .8rem;
    }

    .product-videos>a>h5 {
        font-size: .8rem;
        color: #000000;
        padding-top: 1rem;
    }
    .product-advantages>h2 {
        font-size: .9rem;
    }
    .use-case img{
        width:100%
    }
}