.main {
    margin-top: 90px;
}
/* 视频测试-star */
.head-video {
    position: relative;
    max-width: 1920px;
    margin: auto;
}

.insert-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 30%;
}

.insert-video video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -20%);
    width: 100%;
    object-fit: cover;
}

.head-video .pro-video {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: linear-gradient(rgba(0, 32, 26, 0.8), rgba(0, 30, 24, 0.8));

}

/* 视频测试-end */

.product-name {
    height: 115px;
    padding: 0.5em 0;
    background: linear-gradient(rgb(0, 32, 26), rgb(0, 30, 24));
}

.product-name-text {
    margin: 0 auto;
}

.foot-crumb {
    padding: 5px 5%;
    margin: 0;
    line-height: 1;
}

.foot-crumb li {
    display: inline-block;
    font-size: 1em;
    color: #FFF;
    font-weight: 200;
}

.foot-crumb li::after {
    content: '\e900';
    font-family: 'icomoon';
    font-size: 1em;
    color: #999;
    vertical-align: middle;
}

.foot-crumb li a {
    color: gold;
    font-weight: 700;
}

.product-name-text h1 {
    padding: 0 5%;
    color: white;
}

.product-name-text h2 {
    padding: 0 5%;
    margin-top: -0.6em;
    font-size: 1.3em;
    font-weight: normal;
    color: white;
}

.tab-nav {
    height: auto;
    width: 100%;
    background: #CCC;
    overflow: hidden;
    box-shadow: inset #bbb 0 -5px 10px;
}

.tab-nav ul {
    margin: 0 5%;
    padding: 0;
    display: flex;
}

.tab-nav ul li {
    list-style: none;
    display: block;
    float: left;
    padding: 0;
    line-height: 1;
    border-right: 1px solid #999;
    font-weight: 400;
}

.tab-nav .current {
    background: #FFF;
    z-index: 1;
    box-shadow: rgb(0 0 0 / 50%) 0 0 10px;
}

.tab-nav li a {
    color: #333;
    border: 0;
    background: none;
    text-decoration: none;
    font-size: 0.88889em;
    line-height: 1.22222;
    padding: 0.5em 1em 0 1em;
    display: inline-block;
    cursor: pointer;
    font-family: "Neue Frutiger W01", "a-otf-ud-shin-go-pr6n", "Microsoft YaHei", sans-serif;
    outline: none;
    margin: 0;
}

.tab-nav li a span {
    display: inline-block;
    font-size: 1.3em;
    border-bottom: 3px solid rgba(255, 255, 255, 0);
    padding-bottom: 7px;
}

.tab-nav .current span {
    display: inline-block;
    border-bottom: 3px solid #4bb43e;
    padding-bottom: 7px;
}

/* description */
.product-body {
    overflow: hidden;
}

.product-feature {
    position: relative;
    padding: 2em 5%;
}

.product-fea-content {
    float: left;
    clear: left;
}

.product-fea-content h2 {
    font-family: "Avenir Next W01", "a-otf-ud-shin-go-pr6n", "Microsoft YaHei", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 2em;
    line-height: 1.2857142857;
    margin-bottom: 1em;
    padding: 0;
    clear: both;
}

.product-fea-intro {
    font-family: "Avenir Next W01", "a-otf-ud-shin-go-pr6n", "Microsoft YaHei", sans-serif;
    font-style: italic;
    font-size: 1.1em;
    padding: 0;
    margin: 0 0 1em 0;
    float: none;
}

.fea-intro2 p {
    position: relative;
    font-style: normal;
    font-weight: 400 !important;
    color: #333 !important;
    line-height: 1.2 !important;
}

.dot-circle {
    position: relative;
}

.dot-circle::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 5px;
    font-size: 1em;
    border: 5px solid #333;
    border-radius: 5px;
}

.dot-circle-left45 {
    position: relative;
    margin-bottom: 0.5em;
}

.dot-circle-left45::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 10px;
    font-size: 1em;
    border: 5px solid #333;
    border-radius: 5px;
}

.product-fea-intro p {
    max-width: 55em;
    font-weight: 200;
    font-size: 1.3em;
    line-height: 1.35;
    margin-bottom: 1em;
    text-indent: 2em;
}

.product-fea-img {
    float: right;
}

.product-fea-img figure {
    width: 100%;
    float: left;
}

.product-fea-img figure img {
    width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* specs */
.product-specs {
    overflow: hidden;
}

.pagehead-s {
    font-size: 2.5em;
    font-weight: 200;
    line-height: 1.25em;
    font-weight: 400;
    font-style: italic;
    padding: 17px 5% 0 5%;
    margin: 0.5em 0 0 0;
}

.specs-body {
    padding: 2em 5%;
}

.comparison-tab {
    width: 100%;
    max-width: 1600px;
    background: #fff;
    border-collapse: collapse;
    margin: 2em 0;
    font-size: 0.8888888889em;
    line-height: 1.5;
    display: table;
    text-indent: initial;
    border-spacing: 2px;
    border-color: grey;
}

.colside {
    width: 33.33333%;
}

.colnormal {
    width: 66.666666%;
}

.comparison-tab thead tr {
    border-bottom: 1px solid #e7e7e7;
}

.comparison-tab thead tr td {
    background: #666;
    padding: 0.5em 1em;
    text-align: center;
    color: #fff;
    font-size: 1.4em;
    font-family: "Avenir Next W01", "a-otf-ud-shin-go-pr6n", "Microsoft YaHei", sans-serif;
    font-weight: normal;
    position: relative;
}

.comparison-tab tbody tr th {
    border-top: 1px solid #e7e7e7;
    padding: 0.5em 1em;
    font-size: 1.3em;
    font-weight: 500;
    text-align: right;
    position: relative;
    background-color: #f1f3f4;
}

.comparison-tab tbody:last-child th {
    border-bottom: 1px solid #e7e7e7;
}

.comparison-tab tbody:last-child td {
    border-bottom: 1px solid #e7e7e7;
}

.comparison-tab tbody tr td {
    border-top: 1px solid #e7e7e7;
    padding: 0.5em 1em;
    font-size: 1.3em;
    font-weight: 400;
    text-align: center;
    /* border-right: 1px solid #e7e7e7; */
    border-right: none;
}

.note-s {
    color: #666;
    font-size: 1em;
    line-height: 1.2857142857;
}

/* property */
.property-title {
    font-family: "Avenir Next W01", "a-otf-ud-shin-go-pr6n", "Microsoft YaHei", sans-serif;
    font-size: 2.5em;
    font-weight: 200;
    line-height: 1.25em;
    padding: 17px 5% 0.5em 5%;
    background: linear-gradient(#efefef, #FFF);
    margin: 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #FFF;
}

.pro-key-fea {
    border-top: 1px solid #CCC;
    padding: 2em 5%;
    position: relative;
}

.pro-key-fea>h3 {
    font-size: 1.55556em;
    line-height: 1.2857142857;
    font-weight: 400;
    font-family: "Avenir Next W01", "a-otf-ud-shin-go-pr6n", "Microsoft YaHei", sans-serif;
    margin-top: 0;
    position: relative;
}

.pro-key-fea>h3::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: -0.5em;
    color: #014e00;
    height: 100%;
    width: 4px;
    border-radius: 2px;
    background: #014e00;
}

.pro-key-fea2 {
    margin-bottom: 100px;
}

.pro-key-fea2 img {
    display: block;
    width: 85%;
    margin: 0 auto;
}

.segment-body {
    margin-right: -2.5%;
    margin-top: 1.2em;
    display: flex;
    flex-wrap: wrap;
}

.segment-part {
    clear: both;
    padding-right: 4%;
    width: 100%;
    margin-bottom: 3em;
}

.segment-text h4 {
    font-size: 1.4em;
    font-weight: 400;
}

.segment-text p {
    font-weight: 200;
}

.segment-img {
    float: right;
    margin-left: 1.5em;
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.5em;
    margin-top: 1em;
}

.segment-img2 {
    width: 100%;
}

.segment-img2 img {
    width: 100%;
}

.segment-img-58 {
    width: 58% !important;
}

.segment-img-50 {
    width: 50% !important;
}

.segment-img-left {
    float: left !important;
    width: 120% !important;
}

.figure-33 {
    width: 33% !important;
}

.figure-single {
    width: 65% !important;
    padding-bottom: 45% !important;
}

.segment-img figure {
    width: 100%;
    padding-right: 2em;
    margin-bottom: 3em;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
}

.segment-img figure img {
    display: block;
    width: 100%;
    height: auto;
}

.orange {
    margin-top: 0.4em;
    color: #ff5500;
    font-size: 1.5em !important;
    font-weight: 700 !important;
}