/*
 * @Author: Alan.zheng 
 * @Date: 2022-05-23 18:20:16 
 * @Last Modified by: Alan.zheng
 * @Last Modified time: 2022-07-14 11:30:12
 */
@font-face {
    font-family: "OPPOSans-Ver2-Bold";
    src: url(https://code.oppo.com/content/dam/oppo/common/fonts/font2/new-font/OPPOSansOS2-5000-Medium.woff2) format("woff2"),
        url(https://code.oppo.com/content/dam/oppo/common/fonts/font2/new-font/OPPOSansOS2-5000-Medium.woff) format("woff"),
        url(https://code.oppo.com/content/dam/oppo/common/fonts/font2/new-font/OPPOSansOS2-5000-Medium.ttf) format("truetype"),
        url(https://code.oppo.com/content/dam/oppo/common/fonts/font2/new-font/OPPOSansOS2-5000-Medium.eot) format("embedded-opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "OPPOSans-Ver2-Medium";
    src: url(https://code.oppo.com/content/dam/oppo/common/fonts/font2/new-font/OPPOSansOS2-5000-Medium.woff2) format("woff2"),
        url(https://code.oppo.com/content/dam/oppo/common/fonts/font2/new-font/OPPOSansOS2-5000-Medium.woff) format("woff"),
        url(https://code.oppo.com/content/dam/oppo/common/fonts/font2/new-font/OPPOSansOS2-5000-Medium.ttf) format("truetype"),
        url(https://code.oppo.com/content/dam/oppo/common/fonts/font2/new-font/OPPOSansOS2-5000-Medium.eot) format("embedded-opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "OPPOSans-Ver2-Regular";
    src: url(https://code.oppo.com/content/dam/oppo/common/fonts/font2/new-font/OPPOSansOS2-5000-Regular.woff2) format("woff2"),
        url(https://code.oppo.com/content/dam/oppo/common/fonts/font2/new-font/OPPOSansOS2-5000-Regular.woff) format("woff"),
        url(https://code.oppo.com/content/dam/oppo/common/fonts/font2/new-font/OPPOSansOS2-5000-Regular.ttf) format("truetype"),
        url(https://code.oppo.com/content/dam/oppo/common/fonts/font2/new-font/OPPOSansOS2-5000-Regular.eot) format("embedded-opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
div,
td {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    vertical-align: baseline;
}

img {
    border: 0 none;
    vertical-align: top;
    max-width: 100%;
}

view,
text {
    box-sizing: border-box;
}

i,
em {
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

input,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-family: inherit;
}

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



body {
    margin: 0 auto;
    overflow-x: hidden;
    height: 100%;
    font-size: 14px;
    font-family: 'OPPOSans-Ver2-Regular', -apple-system, Helvetica, sans-serif;
    line-height: 1.5;
    color: #272727;
    -webkit-text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
    -ms-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
}

input[type="text"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a {
    text-decoration: none;
    transition: all 0.36s;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.gray {
    color: #777;
}

.gray-placeholder {
    color: #999;
}

.omg {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.w-100 {
    width: 100%;
}

.ov_h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    max-height: 3em;
}

.ov_h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ani {
    transition: all .36s;
}

.height100 {
    height: 100vh;
}

.padding15 {
    padding: 15px;
}

.editor-detail {
    line-height: 1.7;
    padding-bottom: 20px;
}

.editor-detailvideo,
.editor-detail img,
.editor-detail table {
    max-width: 100%;
}

.editor-detail td {
    border: 0;
}

.editor-detail p {
    margin: 15px 0;
}

.btn {
    font-size: 16px;
}


.header {
    color: #fff;
    z-index: 9999;
    position: sticky;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1000);
}

.header-logo {
    display: flex;
    align-items: center;
}

.header-logo img {
    height: 75%;
}

.header-menu .ul {
    display: flex;
    text-align: center;
    justify-content: flex-end;
}

.header-menu .item {
    position: relative;
    z-index: 999;
}

.header-menu .item>a {
    color: #95B0B4;
    display: block;
    line-height: 100px;
    min-width: 100px;
}
.header-m {
    display: none;
}

.header.fixed .header-menu .item>a {
    line-height: 80px;
}

.header-menu .item.active>a,
.header-menu .item:hover>a {
    color: var(--primary);
    border-bottom: 2px solid var(--primary);
}

.header-menu .item-language .iconfont {
    color: var(--primary);
    margin-right: 5px;
}

.header-menu .item .child {
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1600);
    display: none;
}

.header-menu .item .child>a {
    display: block;
    color: #95B0B4;
    line-height: 34px;
}

.header-menu .item .child>a:hover {
    color: #fff;
    background-color: var(--primary);
}
@media (min-width:576px) {
    .header-menu .item:hover .child {
        display: block;
    }
}

.footer {
    background-color: #D9DFE8;
    text-align: center;
}

.footer-top {
    padding: 30px 0;
}

.footer-menu a {
    display: inline-block;
    margin: 0 25px;
    color: #606060;
    font-size: 16px;
}

.footer-copyright {
    color: rgba(96, 96, 96, .5);
    padding: 15px 0;
    border-top: 1px solid rgba(149, 176, 180, .2);
    margin-top: 30px;
}
.footer-copyright a {
    color: rgba(96, 96, 96, .5);
}

.scroll-top {
    position: fixed;
    right: 60px;
    bottom: 60px;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #EDEFF2;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.39);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
    z-index: 9;
}

.scroll-top .iconfont {
    font-size: 20px;
    font-weight: bold;
}

.scroll-top:hover {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

.imgScale {
    transition: all 2s;
}

.imgScale:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.swiper-pagination-bullet {
    background-color: #D9DFE8;
    width: 16px;
    height: 16px;
    border-radius: 0;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background-color: var(--primary)!important;
}

.config-title {
    font-size: 38px;
    color: #323232;
    margin: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'OPPOSans-Ver2-Medium';
}

.config-title .more {
    font-size: 16px;
    border-bottom: 1px solid #272727;
    padding-bottom: 3px;
    color: #323232;
    display: block;
    font-family: 'OPPOSans-Ver2-Regular';
}

.hei-title {
    font-size: 36px;
    color: var(--primary);
    margin: 40px 0;
    text-align: center;
    font-family: 'OPPOSans-Ver2-Medium';
}

.hei-title .en {
    color: #EDEFF2;
    font-size: 40px;
    text-transform: uppercase;
}

.hei-title .cn {
    position: relative;
    margin-top: -40px;
}


/*分页 start*/
.nav-pagination {
    margin: .7rem 0;
}

.page-item {
    margin: 0 7px;
}

.page-link {
    height: 30px;
    line-height: 28px;
    width: 30px;
    padding: 0;
    text-align: center;
    border: 0;
    color: #272727;
    border: 1px solid transparent;
}

.page-item.disabled .page-link {
    border-color: transparent;
}

.page-item.active .page-link {
    border-color: var(--primary);
    color: var(--primary);
    background: none;
}

.page-link .iconfont {
    font-weight: bold;
    color: #444;
    font-size: 18px;
}


/*分页 end*/


/*新闻资讯 start*/
.news-search {
    margin: 20px 0;
}

.news-search .box {
    width: 650px;
    margin: 0 auto;
    height: 50px;
    background: rgba(237, 239, 242, 0.3900);
    border-radius: 25px;
    display: flex;
    padding: 0 25px;
    align-items: center;
    justify-content: space-between;
}

.news-search input {
    flex: 1;
    border: 0;
    background: none;
    outline: none;
}

.news-search .iconfont {
    color: #95b0b4;
    cursor: pointer;
}

.news-item {
    margin: 20px 0;
    color: #606060;
    display: block;
}

.news-item .img {
    height: 2rem;
    overflow: hidden;
}

.news-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-item .title {
    font-size: 16px;
    margin: 10px 0;
    font-family: "OPPOSans-Ver2-Medium";
    transition: all .36s;
}
.news-item:hover .title {
    color: var(--primary);
}

.news-item .desc {
    margin-bottom: 10px;
}

.news-item .time {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-item .time .tag {
    background: #EDEFF2;
    border-radius: 18px;
    padding: 2px 15px;
    color: #666;
}

.breadcrum {
    border-radius: 0;
    background-color: #D9DFE8;
    padding: 20px 0;
}

.breadcrum .span {
    margin: 0 10px;
}

.news-detail .title {
    font-size: 26px;
    font-family: "OPPOSans-Ver2-Medium";
    padding: 20px 0;
    margin: 15px 0;
    border-bottom: 1px solid #D9DFE8;
    text-align: center;
}

.news-detail .time {
    text-align: center;
    color: #606060;
    margin-bottom: 20px;
}

.news-extend {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #D9DFE8;
}

.news-extend .item {
    margin: 10px 0;
}

.news-extend .item a:hover {
    text-decoration: underline;
}

.news-qrcode img {
    width: 110px;
}

.news-qrcode .info {
    margin-top: 5px;
    color: #606060;
}

.news-contact {
    color: #fff;
    background: url('/wp-content/themes/makertimetaishi/images/bg-5.jpg') no-repeat center center #00A9B7;
    background-size: cover;
    padding: 58px 0;
    font-size: 26px;
}

.news-contact .bold {
    font-family: "OPPOSans-Ver2-Bold";
    font-size: 30px;
}

.view-a {
    font-size: 16px;
    padding: 12px 18px;
    border: 1px solid #fff;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.view-a-white {
    border-color: var(--primary);
    color: var(--primary);
}

.view-a .text {
    position: relative;
    z-index: 2;
}

.view-a .iconfont {
    margin-left: 40px;
}

.view-a::before {
    content: ' ';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 0;
    position: absolute;
    transform: translateX(100%);
    transition: all .36s;
    opacity: 0;
}
.view-a-white::before {
    background-color: var(--primary);
}

.view-a:hover {
    color: var(--primary);
}
.view-a-white:hover {
    color: #fff;
    border-color: #fff;
}

.view-a:hover::before {
    transform: translateX(0);
    opacity: 1;
}

/*新闻资讯 end*/

/* 产品详情页 start */
.product-detail .title {
    font-size: 22px;
    font-family: "OPPOSans-Ver2-bold";
    padding: 20px 0 0 0;
    margin: 15px 0 0 0;
    color: var(--primary);
}

.product-detail .item-box {
    margin: 0 0 10px 0;
    padding: 10px 0;
}
.product-detail .item-box h5{
    font-size: 18px;
    font-family: "OPPOSans-Ver2-Medium";
    padding: 10px 0;
    margin: 10px 0;
    border-bottom: 1px dashed #D9DFE8;
}

/* 产品详情页 end */

/*about start*/
.banner-top img{
    width: 100%;
    object-fit: cover;
}
.about-top {
    border-bottom: 80px solid #D9DFE8;
}

.about-top img {
    width: 100%;
}

.about-tabs {
    display: flex;
    margin-top: -38px;
    justify-content: space-between;
}

.about-tabs .tab {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1000);
    position: relative;
    font-size: 30px;
    color: #fff;
    margin-right: .3rem;
    padding: 0 30px;
    height: 76px;
    display: flex;
    align-items: center;
    min-width: 140px;
    cursor: pointer;
    background-color: #95B0B4;
    flex: 33.33%;
}

.about-tabs .tab:last-child {
    margin-right: 0;
}
.about-tabs .tab .span {
    font-family: "OPPOSans-Ver2-Bold";
}

.about-tabs .tab .en {
    position: absolute;
    z-index: 0;
    right: 10px;
    opacity: .2;
    font-size: 16px;
    text-align: right;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
}

.about-tabs .tab.active {
    background-color: var(--primary);
}

.about-box {
    margin: 50px 0;
}

.about-box .box {
    display: none;
}

.about-box .ceo {
    margin: 0 6%;
}

.about-box .ceo.group {
    margin: 0 auto;
}

.ceo .photo {
    width: 100%;
}

.ceo .title {
    border-left: 4px solid var(--primary);
    color: var(--primary);
    font-size: 24px;
    font-family: "OPPOSans-Ver2-bold";
    padding-left: 15px;
    line-height: 1;
}

.ceo .title .en {
    font-size: 28px;
    margin-top: 5px;
}

 .ceo .ceo-center {
    font-size: 16px;
    padding-left: 50px;
    position: relative;
    margin-top: 30px;
}

.ceo .ceo-center::before {
    content: "“";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 80px;
    color: #D9DFE8;
    line-height: 1;
}

.ceo.group .ceo-center {
    padding-left: 0;
}

.ceo.group .ceo-center::before {
    display: none;
}

.ceo .ceo-center p {
    margin: 5px 0;
}

.ceo .img-wrap {
    position: relative;
}

.ceo .img-wrap .logo-info {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 76px;
}

.corporate-top {
    color: #fff;
    text-align: center;
    background: url('/wp-content/themes/makertimetaishi/images/bg-1.jpg') no-repeat center center var(--primary);
    padding: 80px 0 150px 0;
}

.corporate-top .title {
    font-size: 30px;
    font-family: "OPPOSans-Ver2-Medium";
}

.corporate-top .info {
    font-size: 16px;
    margin-top: 10px;
}

.corporate-list {
    margin-top: -80px;
}

.corporate .item {
    background-color: #fff;
    padding: 53px 20px;
    position: relative;
    font-size: 18px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1600);
    height: 100%;
}

.corporate .item .icon-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1600);
}

.corporate .item .title {
    text-align: center;
    font-family: "OPPOSans-Ver2-Medium";
}

.corporate .item .info {
    margin-top: 10px;
    color: #606060;
    font-size: 16px;
}

.about-info {
    margin: 50px 0;
    text-align: center;
}
.about-info .item {
   position: relative;
}
.about-info .item::after {
    position: absolute;
    content: ' ';
    width: 1px;
    height: 60%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #D9DFE8;
}
.about-info .item:last-child::after{
    display: none;
}

.about-info .cicle {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid var(--primary);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-family: "OPPOSans-Ver2-Medium";
    margin-bottom: 15px;
    position: relative;
    color: #606060;
}

.about-info .cicle.active {
    color: #fff;
    background-color: var(--primary);
}

.about-info .cicle .i {
    font-size: 12px;
    position: absolute;
    left: 65%;
    top: 28%;
}

.about-info .cicle .i-4 {
    left: 75%;
}

.about-product {
    background: url('/wp-content/themes/makertimetaishi/images/bg-2.jpg') no-repeat center center #F7F7F7;
    background-size: cover;
    padding: 1rem 0;
}

.about-title .title {
    font-size: 28px;
    font-family: "OPPOSans-Ver2-bold";
    color: var(--primary);
}

.about-title .info {
    font-size: 16px;
    position: relative;
    margin: 10px 0 30px 0;
    padding-bottom: 10px;
    color: #606060;
}

.about-title .info::after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 10px);
    width: 40px;
    height: 6px;
    background-color: var(--primary);
}
.about-title.border-no .title {
    color: #323232;
}
.about-title.border-no .info::after {
    display: none;
}

.about-product .item {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1000);
    background-color: #fff;
    margin: 30px 0;
}

.about-product .item .img {
    position: relative;
}
.about-product .item .img .img-main {
    width: 100%;
    height: 2.5rem;
    object-fit: cover;
}

.about-product .item .img .icon {
    position: absolute;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 13px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1600);
    right: 20px;
    bottom: -27px;
    background-color: #fff;
}

.about-product .item .content {
    padding: 20px;
}

.about-product .item .name {
    color: var(--primary);
    position: relative;
    font-size: 18px;
    padding-bottom: 7px;
}

.about-product .item .name::after {
    position: absolute;
    content: " ";
    background-color: var(--primary);
    left: 0;
    bottom: 0;
    width: 20px;
    height: 2px;
}

.about-product .item .desc {
    margin-top: 10px;
    font-size: 16px;
    min-height: 7em;
    color: #606060;
}

.about-serve {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.about-serve .swiper {
    text-align: center;
    padding: 20px;
}

.about-serve .swiper .img {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1000);
    background-color: #fff;
}

.about-serve .swiper-slide-active {
    margin-top: -20px;
}

.about-serve .swiper .name {
    margin-top: 10px;
    font-size: 16px;
    color: #606060;
}
.about-serve .swiper .slide-pr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.1000);
    color: var(--primary);
    text-align: center;
    line-height: 40px;
    z-index: 99;
    background-color: #fff;
    opacity: 0;
}
.about-serve .swiper .slide-pr.prev {
    left: 30px;
}
.about-serve .swiper .slide-pr.next {
    right: 30px;
}
.about-serve .swiper:hover .slide-pr.prev{
    opacity: 1;
    left: 0;
}
.about-serve .swiper:hover .slide-pr.next{
    opacity: 1;
    right: 0;
}
.about-serve .swiper .slide-pr:hover {
    background-color: var(--primary);
    color: #fff;
}
.about-partner {
    background-color: #F7F7F7;
}
.about-partner .swiper {
    padding: 5px 20px;
    margin-top: 50px;
}
.about-partner .swiper .slide-pr {
    top: 40%;
}
.about-partner .swiper-slide-active  {
    margin-top: 0;
}
/*about end*/

/*物性表 start*/
.wuxing-tabs {
    display: flex;
}

.wuxing-tabs .tab {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1000);
    font-size: 18px;
    color: #606060;
    margin-right: 10px;
    padding: 10px 36px;
    min-width: 140px;
    text-align: center;
    cursor: pointer;
}

.wuxing-tabs .tab.active {
    color: #333;
    border-bottom: 2px solid var(--primary);
}

.wuxing-tabs-box {
    margin: 30px 0;
    padding: 30px 0;
    border-top: 1px solid #E2E2E2;
}

.wuxing-tabs-box .box {
    display: none;
}

.wuxing-table {
    border-collapse: collapse;
    width: 100%;
}

.wuxing-table td {
    padding: 10px 14px;
    border-bottom: 1px solid #D9DFE8;
    font-size: 16px;
    width: 20%;
    color: #606060;
}

.wuxing-table .th td {
    border-bottom: 0;
    background-color: #D9DFE8;
    padding: 14px;
    color: #1C1C25;
}

/*物性表 end*/


/*产品增加部分 start*/
.product-list-table {
    border-collapse: collapse;
    width: 100%;
}
.product-list-table a:hover {
    color: var(--primary);
}
.product-list-table td {
    padding: 10px 10px;
    border-bottom: 1px solid #D9DFE8;
    font-size: 14px;
    width: 33%;
    color: #606060;
    text-align: center;
}
.product-list-table .th td {
    border-bottom: 0;
    background-color: #D9DFE8;
    padding: 10px;
    color: #1C1C25;
}

/*产品增加部分 end*/

/*联系我们 start*/
.contact-tabs {
    display: flex;
}

.contact-tabs .tab {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1000);
    font-size: 20px;
    color: #606060;
    margin-right: 30px;
    padding: 20px 30px 10px 30px;
    min-width: 140px;
    text-align: center;
    /* cursor: pointer; */
    /* flex: 33.33%; */
    position: relative;
}

.contact-tabs .tab:last-child {
    margin-right: 0;
}

.contact-tabs .tab.active {
    color: #333;
    border-bottom: 4px solid var(--primary);
}

.contact-tabs .tab .en {
    font-size: 14px;
    color: #606060;
}

.contact-tabs .tab .iconfont {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 8px;
    color: gray;
}

.contact-tabs .tab.active .iconfont {
    color: var(--primary);
}

/* .contact-tabs-box .box {
    display: none;
} */

.contact-head {
    border-bottom: 1px solid #E2E2E2;
    margin: 20px 0;
    padding: 20px 0;
    display: flex;
}

.contact-head .item {
    margin-right: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #606060;
}

.contact-head .item .icon-wrap {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary);
    color: #fff;
    margin-right: 7px;
}

.contact-head .item:first-child .iconfont {
    font-size: 10px;
}

.contact-center .item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.contact-center .item-left {
    flex: 45%;
    font-size: 16px;
}

.contact-center .item-left .title {
    font-size: 16px;
    font-family: "OPPOSans-Ver2-Medium";
    padding-bottom: 10px;
    border-bottom: 1px solid var(--primary);
    margin-bottom: 15px;
}

.contact-center .item-left .dd {
    margin: 5px 0;
}

.contact-center .item-left .dd.bold {
    font-family: "OPPOSans-Ver2-Medium";
}

.contact-center .item-left .dd .iconfont {
    color: #95b0b4;
    margin-right: 8px;
}

.contact-center .item-right img {
    width: 110px;
}

.contact-center .item-right {
    text-align: center;
    color: #606060;
}

.contact-bottom {
    background-color: #D9DFE8;
    padding: 1rem 0;
}

.contact-bottom.bg-none {
    background-color: transparent;
}

.contact-bottom .title {
    font-size: 30px;
}

.contact-bottom .info {
    font-size: 16px;
    color: #606060;
}

.contact-bottom .form {
    margin-top: 60px;
}

.contact-bottom .form div[class^="col-"] {
    margin-bottom: 11px;
    padding: 0 8px;
}

.contact-bottom .input {
    background: #fff;
    border: 0;
    width: 100%;
    padding: 15px 20px;
}

.contact-bottom.bg-none .input {
    border: 1px solid #eee;
}

.contact-bottom .btn {
    border-radius: 0;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
}
/*联系我们 end*/

/* 专业定制 start */
.customized .item{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1000);
}

/* 专业定制 end */

/*产品 start*/
.product-top {
    position: relative;
}
.product-top img {
    width: 100%;
}
.product-top .title {
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 40%;
    font-size: 30px;
}
.product-head {
    /* background-color: #D9DFE8; */
    padding-bottom: 10px;
}
.product-info {
    background-color: #fff;
    padding: 40px 80px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1600);
    margin-top: -120px;
    position: relative;
    font-size: 16px;
}
.product-info .info {
    color: #D9DFE8;
}
.product-head .about-serve {
    padding: 30px 0;
}
.product-head .about-serve .swiper {
    padding: 0 20px;
    margin: 0 -20px;
}
.product-head .about-serve .swiper-slide-active {
    margin-top: 0;
}
.product-tigong {
    padding: 1rem 0;
}
.product-tigong .list {
    width: 80%;
    margin:0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.product-tigong .item {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1000);
    width: 30%;
    font-size: 16px;
    margin: 20px 1.5%;
}
.product-tigong .item .item-top {
    padding: 14px 20px;
    background-color: var(--primary);
    color: #fff;
}
.product-tigong .item .item-top .title {
    font-size: 26px;
    margin-bottom: 5px;
}
.product-tigong .item .item-content {
    padding: 20px;
}
.product-tigong .item .item-content .dd {
    margin-bottom: 10px;
    padding-left: 20px;
    background: url('/wp-content/themes/makertimetaishi/images/icon-flower.png') no-repeat 0 center;
    background-size: 14px 14px;
    color: var(--primary);
}
.product-tigong .item .item-content .dd:last-child {
    margin-bottom: 0;
    color: #606060;
}
/* .product-tigong .item .item-content .dd:hover {
    text-decoration: underline;
} */
.product-hangye {
    padding: 1rem 0;
    background: url("/wp-content/themes/makertimetaishi/images/bg-3.jpg") no-repeat #F7F7F7;
    background-size: cover;
}
.product-hangye .item {
    background-color: #fff;
    padding: 15px 28px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1000);
    text-align: center;
    border-bottom: 3px solid var(--primary);
    height: 100%;
}
.product-hangye .item img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}
.product-hangye .item .title {
    font-size: 16px;
    color: #606060;
    margin-top: 20px;
}
.product-menu {
    position: absolute;
    margin: 170px 0 0 -20px;
    display: inline-block;
    transform: translateX(-100%);
    background-color: #fff;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.1600);
    padding: 10px;
}
.product-menu.fixed {
    position: fixed;
    top: 0;
    margin-top: 140px;
}
.product-menu a {
    display: block;
    padding: 8px 22px;
    color: #95B0B4;
}
.product-menu a.active {
    background-color: var(--primary);
    color: #fff;
}
.btn-dark {
    background-color: #324B4E;
}
/*产品 end*/

/* 按钮修复 */
button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}