html {
    --textNormalColor: #333;
    --textGreenColor: #19C2C4;
    --textGrayColor: #7AA1A6;
    --textOrangleColor: #F39931;
    --mainBackColor: rgb(2,40,40);
    --meBackColor: rgb(23,191,193);
    --grayBorder: #BBD5D0;

    font-size: 15px;
    font-family: "PingFang SC", "Hiragino Sans GB", 微软雅黑, "Microsoft Yahei", tahoma, arial, 宋体;
    color: var(--textNormalColor);
}

html {
    position: relative;
    min-height: 100%;
    padding: 0px;
    margin: 0px;
}

body {
    padding: 0px;
    margin: 0px;
}

hr {
    background-color: #DBDBDB;
    border: none;
    height: 1px;
}

a {
    color: #0366d6;
    text-decoration: none;
    background-color: transparent;
}

::-webkit-scrollbar
{
    width: 1px;
    height: 1px;
    background-color: #ececec;
    padding: 0px 0px;
}

ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

::-webkit-scrollbar-track {
    background: white;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(25, 194, 196, 1);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(25, 194, 196, 1.1)
}

@font-face {
  font-family: 'akrobat-extrabold';
  src: url("/fonts/akrobat-extrabold.ttf");
}

.numberLabel {
    font-family: akrobat-extrabold;
}

.mainMenu {
    width: 100%;
    position: fixed;
    top: 0;
    color: white;
    transition: 0.3s all;
    z-index: 100;
}

.mainMenu >.container {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    line-height: 80px;
    user-select: none;
    position: relative;
}

.mainMenu >.container > .meLogo {
    width: 350px;
    height: 80px;
    font-size: 24px;
    color: white;
    text-decoration: none;
    display: inline-block;
    padding-left: 40px;
    position: relative;
    box-sizing: border-box;
    background: url(/images/logo-white.png);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    float: left;
}

/*.mainMenu > .container > .meLogo:before {
    content: 'M';
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 34px;
    font-weight: bold;
}*/

.mainMenu >.container > .meTelNumber {
    font-size: 26px;
    float: right;
    font-family: akrobat-extrabold;
    text-align: right;
    padding-left: 35px;
    box-sizing: border-box;
    position: relative;
}

.mainMenu > .container > .meTelNumber:before {
    content: ' ';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: #ccc;
    border-radius: 3px 3px;
    position: absolute;
    left: 0px;
    top: calc((100% - 28px) / 2);
    background: url(/images/photoIcon1.png);
    background-size:cover;

    /*-webkit-animation-name: swing;
    animation-name: swing;

    -webkit-animation-duration: calc(0.5s * 1);
    animation-duration: calc(0.5s * 1);
    -webkit-animation-duration: calc(var(--animate-duration) * 1);
    animation-duration: calc(var(--animate-duration) * 1);

    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;*/
}

.mainMenu.scolled > .container > .meTelNumber:before {
    background: url(/images/photoIcon2.png?ver=1);
    background-size:cover;
}

.mainMenu >.container > .menuItem {
    width: 100px;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    color: white; /*inherit;*/
}

.mainMenu >.container > .menuItem:hover {
    font-weight: bold;
}

.mainMenu > .container > .actMenu {
    width: 30px;
    height: 4px;
    background-color: white;
    position: absolute;
    bottom: 15px;
    left: 390px;
    pointer-events: none;
}

.mainMenu.scolled {
    background-color: white;
    color: var(--textNormalColor);
    border-bottom: 1px solid #e7edf5;
}

.mainMenu.scolled > .container > .actMenu {
    background-color: #19C2C4;
}
.mainMenu.scolled > .container > .actMenuItem, .mainMenu.scolled > .container > .meLogo {
    color: #19C2C4;
}

.mainMenu.scolled > .container > .meLogo {
    background: url(/images/logo-blueness.png);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
}

.mainMenu > .container > .menuItem.actMenuItem {
    font-weight: bold;
}

.mainMenu.scolled >.container > .menuItem {
    color: var(--textNormalColor);
}

.mainBanner {
    min-height: 300px;
    min-width: 1140px;
    background: var(--mainBackColor);
    transition: 1s all;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
}

.mainBanner.banner1 {
    /*background-color: #1D3939;*/
    background: linear-gradient(-29deg, #011F1F, #1D3939);
}

.mainBanner.banner2 {
    background: linear-gradient(-29deg, #04A4A6, #19C3C5);
}

.mainBanner > .bannerTextContent {
    width: 1140px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    background-size: auto;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.mainBanner > .bannerTextContent > .bannerText {
    position: absolute;
    top: 200px;
}

.mainBanner > .bannerTextContent > .bannerText.glass {
    padding: 30px;
    border: 2px solid white;
    backdrop-filter: blur(10px);
    background-color: rgba(254, 88, 43, 0.35);/*rgba(255, 255, 255, 0.2);*/
    top: 170px;
}

.mainBanner > .bannerTextContent > .bannerText > img {
    /*height: 40px;*/
}

.mainBanner > .bannerTextContent > .bannerText > .bigText {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 10px;
}

.mainBanner > .bannerTextContent > .bannerText > .splitLine {
    width: 125px;
    height: 1px;
    border-bottom: 1px solid #eee;
    margin-top: 30px;
}

.mainBanner > .bannerTextContent > .bannerText > .desc {
    color: #fff;
    margin-top: 10px;
}

.mainMenuDropdown {
    width: 1140px;
    height: 0px;
    max-height: 500px;
    background: white;
    border-radius: 5px 5px;
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
    overflow-y: hidden;
    overflow-x: hidden;
    position: fixed;
    top: 80px;
    left: calc((100% - 1140px) / 2);
    cursor: auto;
    transition: 0.2s all;
    transition-delay: 0.3s;
}

.mainMenu >.container > .menuItem:hover >.mainMenuDropdown {
    height: 500px;
}

.mainMenu >.container > .menuItem:hover >.mainMenuDropdown.height_100px {
    height: 100px;
}

.mainMenuDropdown > .dropDownContainer {
    width: 100%;
    height: calc(100% - 15px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
    padding-right: 35px;
    overflow-y: auto;
}

.mainMenuDropdown > .dropDownContainer > .col {
    margin-left: 35px;
    height: 100%;
    flex-grow: 1;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.mainMenuDropdown > .dropDownContainer > .col >.colTitle {
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #ddd;
    color: var(--textNormalColor);
}

.mainMenuDropdown > .dropDownContainer > .col > .itemContainer {
    display: block;
    text-align: left;
    padding: 20px 0px 10px 0px;
    line-height: 25px;
    text-decoration: none;
    cursor: pointer;
}
.mainMenuDropdown > .dropDownContainer > .col > .itemContainer >.title {
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
.mainMenuDropdown > .dropDownContainer > .col > .itemContainer >.desc {
    font-size: 14px;
    font-weight: normal;
    color: var(--textGrayColor);
}

.mainMenuDropdown > .dropDownContainer > .col > .itemContainer:hover > .title {
    color: #19C2C4;
}

.mainToolBar {
    width: 65px;
    position: fixed;
    right: 30px;
    top: calc(82px + ((100% - 290px - 82px) / 2));
    z-index: 99;
    cursor: pointer;
}

.mainToolBar > .toolBtnArea {
    color: white;    
    background: linear-gradient(-29deg, #011F1F, #033637);
    border: 1px solid #075D5D;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.mainToolBar > .toolBtnArea > .toolBtn {
    text-align: center;
    padding: 20px 0px 20px 0px;
}

.mainToolBar > .experience {
    width: 65px;
    height: 65px;
    background: white;
    color: #0E4A40;
    border: 1px solid #19C2C4;
    box-shadow: 0px 6px 12px 0px rgba(17, 193, 167, 0.25);
    text-align: center;
    line-height: 18px;
    box-sizing: border-box;
    padding: 14px 0px 15px 0px;
    font-size: 14px;
    font-weight: bold;
}

.mainToolBar > .split {
    height: 10px;
}

.mainToolBar > .toolBtnArea > .popup {
    width: 245px;
    /*height: 355px;*/
    color: var(--textNormalColor);
    background-color: white;
    border: 1px solid #19C2C4;
    box-shadow: 0px 6px 12px 0px rgba(17, 193, 167, 0.25);
    padding: 35px 20px;
    position: absolute;
    left: -280px;
    top: -70px;
    opacity: 0;
    display: none;
    transition: 0.5s all;
    box-sizing:border-box;
}

.mainToolBar > .toolBtnArea:hover > .popup {
    opacity: 1;
    display: block;
}

.mainToolBar > .toolBtnArea > .popup > .block {
    padding: 0px 30px;
}

.mainToolBar > .toolBtnArea > .popup > .block > .label {
    font-size: 13px;
    color: var(--mainBackColor);
    position: relative;
}

.mainToolBar > .toolBtnArea > .popup > .block > .label > .icon {
    width: 20px;
    height: 20px;
    position: absolute;
    left: -26px;
    top: 2px;
}

.mainToolBar > .toTopBtn {
    width: 65px;
    height: 65px;
    background: white;
    color: #0E4A40;
    border: 1px solid #19C2C4;
    box-shadow: 0px 6px 12px 0px rgba(17, 193, 167, 0.25);
    text-align: center;
    line-height: 18px;
    box-sizing: border-box;
    padding: 24px 0px 15px 0px;
    font-size: 14px;
    opacity: 0;
    transition: 0.5s all;
}

.mainToolBar.scolled > .toTopBtn {
    opacity: 1;
}

.mainFooter {
    min-width: 1140px;
    background-color: #022828;
    color: white;
    position: relative;
    z-index: 1;
}

.mainFooter:before {
    content: ' ';
    width: 100%;
    height: 452px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(140deg, #033637, rgb(1,31,31));
}

.mainFooter >.experience {
    color: white;
    background-color: var(--mainBackColor);
    text-align: center;
    padding: 100px 0px;
}

.mainFooter > .experience > .text {
    font-size: 32px;
    margin-bottom: 35px;
}

.mainFooter > .experience > .btnExperience {
    width: 200px;
    height: 38px;
    line-height: 38px;
    color: #185953;
    background-color: white;
    display: inline-block;    
    background: linear-gradient(270deg, #B4F7F2, #FFFFFF, #FFFFFF);
    cursor: pointer;
    font-weight: bold;
}

.mainFooter > .container {
    /*background: url(/images/footerback.webp);*/
    background: url(/images/mapgrid.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.mainFooter > .container:before {
    content: ' ';
    height: 420px;
    width: 640px;
    position: absolute;
    right: calc((100% - 1140px) / 2 - 100px);
    top: 20px;
    background: url(/images/map.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.mainFooter > .container >.content {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 100px 0px;
    display: flex;
    position: relative;
    z-index: 1;
}

.mainFooter > .container > .content > .mapgrid {

}

.mainFooter > .container >.content > .col {
    position: relative;
}

.mainFooter > .container >.content >.col > .title {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 35px;
}

.mainFooter > .container >.content >.col > .link {
    font-size: 14px;
    color: lightgray;
    margin-bottom: 20px;
    display: block;
}

    .mainFooter > .container > .content > .col > .link:hover {
        color: lightgray;
    }

.mainFooter > .container >.content > .col > .qrarea {
    color: lightgray;
    width: 100%;
    font-size: 14px;
    position: absolute;
    left: 0px;
    bottom: 10px;
    line-height: 31px;
}

.mainFooter > .container >.content > .col > .qrarea > img {
    float: right;
}

.mainFooter > .container >.content > .col > .qrarea > div > .label {
    padding-left: 24px;
    position: relative;
}

.mainFooter > .container >.content > .col > .qrarea > div > .label > img {
    position: absolute;
    left: 0px;
    top: 6px;
}

.mainFooter > .container >.content > .col > .slogan {
    font-size: 24px; 
    font-style: oblique; 
    font-weight: bold; 
    line-height: 40px; 
    border-top: 1px solid rgb(31,75,74);
    padding-top: 20px;
}

.mainFooter > .container > .content > .copyright {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #145151;
    position: absolute;
    left: 0px;
    bottom: 20px;
}

.mainFooter > .container > .content > .copyright > a {
    color: #145151;
}

.mainFooter > .container > .content > .copyright > a:hover {
    color: white;
}

.mainFooter > .container > .content > .col .label, .mainFooter > .container > .content > .col .link {
    color: #ABD1D2;
}

.mainContentContainer {
    width: 100%;
    position: relative;
    z-index: 1;
}

/*方格背景图*/
.mainContentContainer.gridBack:after {
    content: ' ';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(/images/grid-back10.png);
}

.mainContentContainer > .container {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 100px 0px;
}

.mainContentContainer.colored {
    background-color: rgb(248,251,251);
}

.mainContentContainer.camouflage {
    /*background: linear-gradient(-29deg, rgb(229,245,240), rgb(245,242,249));*/
    background: url(/images/blockback.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.mainContentContainer > .container > .blockTitle {
    height: 30px;
    line-height: 30px;
    margin-bottom: 50px;
    position: relative;
    font-size: 24px;
}

.mainContentContainer > .container > .blockTitle:before {
    content: ' ';
    width: 24px;
    height: 11px;
    display: block;
    background: linear-gradient(90deg, #19C1C3, #B6ECED);
    position: absolute;
    left: -5px;
    top: -2px;
}

.mainContentContainer > .container > .blockTitle > .text {
    font-weight: bold;
    color: var(--textNormalColor);
    margin-right: 10px;
    z-index: 2;
    position: relative;
}

.mainContentContainer > .container > .blockTitle > .engText {
    color: lightgray;
}

.mainContentContainer > .container > .blockTitle > .cnDesc {
    color: var(--textGrayColor);
    display: block;
    margin-top: 0px;
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
}


/**橙色*/
.mainContentContainer > .container > .blockTitle.orangle:before {
    content: ' ';
    width: 24px;
    height: 11px;
    display: block;
    background: linear-gradient(90deg, rgba(255,158,110), rgba(254,88,43));
    position: absolute;
    left: -5px;
    top: -2px;
}

.mainContentContainer.orangle {
    background: linear-gradient(90deg, rgba(255,158,110), rgba(254,88,43));
    color: white;
}

.mainContentContainer.orangle > .container > .blockTitle > .text, .mainContentContainer.orangle > .container > .blockTitle > .cnDesc {
    color: white;
}

.mainContentContainer.orangle > .container > .blockTitle:before {
    background: linear-gradient(90deg, rgba(255,255, 255, 0.6), rgba(254,255,255, 0.1));
}



.mainContentContainer.green {
    background: linear-gradient(-90deg, #04A4A6, #19C3C5);
    color: white;
}

.mainContentContainer.green > .container > .blockTitle > .text, .mainContentContainer.green > .container > .blockTitle > .cnDesc {
    color: white;
}

.mainContentContainer.green > .container > .blockTitle:before {
    background: linear-gradient(90deg, rgba(255,255, 255, 0.6), rgba(254,255,255, 0.1));
}


/************ 风格化控件 *************/

/* 功能描述块 */
.funDescContainer {
    width: 100%;
    height: 230px;
    display: flex;
}

.funDescContainer > .item {
    height: 230px;
    border: 1px solid #BBD5D0;
    border-right: 1px solid transparent;
    box-sizing: border-box;
    padding: 35px;
    flex-grow: 1;
    cursor: pointer;
    background-color: white;
    transition: 0.3s all ease;
    position: relative;
    z-index: 0;
    overflow-y: hidden;
}

.funDescContainer > .item:last-child {
    border-right: 1px solid #BBD5D0;
}

.funDescContainer > .item > .icon {
    width: 40px;
    height: 40px;
    /*background-color: #19C2C4;*/
    opacity: 1;
    transition: 0.3s all ease;
    border-radius: 3px 3px;
    background-image: url(/images/advantage-icon.png);
    background-size: contain;
    background-position: center;
}

.funDescContainer > .item > .title {
    width: calc(100% - 70px);
    font-size: 17px;
    font-weight: bold;
    background-color: white;
    position: absolute;
    top: 35px;
    transition: 0.3s all ease;
}

.funDescContainer > .item > .topBorder {
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, #B6ECED, #19C1C3);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    transition: 0.3s all ease;
}

.funDescContainer > .item > .title > .titleText {
    transition: 0.3s all ease;
    position: absolute;
    left: 40px;
    top: 2px;
}

.funDescContainer > .item > .title > .icon {
    width: 30px;
    height: 30px;
    opacity: 1;
    transition: 0.5s all ease;
    background-image: url(/images/advantage-icon.png);
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0px;
    top: 0px;
}

.funDescContainer > .item > .title > .desc {
    color: var(--textGrayColor);
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    margin-top: 5px;
}

.funDescContainer > .item > .title > .numberDesc {
    font-size: 18px;
    color: #19C2C4;
    margin: 20px 0px;
    opacity: 1;
    margin-top: 50px;
    transition: 0.3s all ease;
}

.funDescContainer > .item > .title > .descMore {
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    color: var(--textGrayColor);
    margin: 20px 0px;
    opacity: 0;
    transition: 0.3s all ease;
}

.funDescContainer > .item > .downArrow {
    width: 25px;
    height: 25px;
    display: block;
    background: url(/images/arrowdown_gray.png);
    position: absolute;
    bottom: 1px;
    left: calc((100% - 25px) / 2);
}

.funDescContainer > .item:hover {
    border: 1px solid #19C2C4;
    position: relative;
    z-index: 10;
    height: 350px;
    box-shadow: 0px 6px 12px 0px rgba(17, 193, 167, 0.25);
}

.funDescContainer > .item:hover > .topBorder {
    opacity: 1;
}

.funDescContainer > .item:hover > .title > .titleText {
    left: 0px;
}

.funDescContainer > .item:hover > .icon {
    opacity: 0;
}

.funDescContainer > .item:hover > .title {
    top: 35px;
}

.funDescContainer > .item:hover > .title > .icon {
    opacity: 0.15;
    width: 150px;
    height: 150px;
    left: -70px;
    top: -60px;
}

.funDescContainer > .item:hover > .downArrow {
    display: none;
}

.funDescContainer > .item:hover > .title> .desc {
    color: var(--textNormalColor);
}

.funDescContainer > .item:hover > .title> .numberDesc {
    opacity: 1;
}

.funDescContainer > .item:hover > .title> .descMore {
    color: var(--textNormalColor);
    opacity: 1;
}


/* 数字描述块 */
.numDescContainer {
    width: 100%;
    display: flex;
    height: 70px;
    user-select: none;
    cursor: default;
}

.numDescContainer > .item {
    height: 50px;
    flex-grow: 1;
    flex: 1;
    overflow-y: visible;
    border-left: 2px solid #E3EFEB;
}

.numDescContainer >.item:hover {
    color: #19C2C4;
}

.numDescContainer > .item:last-child {
    border-right: 2px solid #E3EFEB;
}

.numDescContainer > .item > .text {
    text-align: center;
    font-family: akrobat-extrabold;
    font-size: 50px;
    color: #19C2C4;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    /*background: #fff;*/
}

.numDescContainer > .item > .text::before{
    content:' ';
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background:linear-gradient(-45deg,transparent 30%,transparent,rgba(255,255,255,.5),transparent 70%) no-repeat;
    background-size:200% 200%;
    background-position:200% 200%;
}

.numDescContainer > .item > .text:hover::before{
    transition:background-position 3s;
    background-position:-100% -100%;
}

.numDescContainer > .item > .text > .unit {
    font-size: 18px;
    font-weight: bold;
    margin-left: 5px;
}

.numDescContainer > .item > .desc {
    text-align: center;
    font-size:  17px;
    font-weight: bold;
}


/*页签*/
.tabCtrl {
    height: 50px;
    width: 100%;
    position: relative;
}

.tabCtrl >.tabItem {
    width: 100px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: var(--textNormalColor);
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-right: 1px solid #E3EFEB;
}

.tabCtrl >.tabItem:last-child {
    border-right: none;
}

.tabCtrl > .tabItem.active, .tabCtrl > .tabItem:hover {
    color: #19C2C4;
}

.tabCtrl > .tabItem.active:after {
    width: 30px;
    height: 4px;
    content: ' ';
    background-color: #19C2C4;
    position: absolute;
    bottom: -20px;
    left: 35px;
}

.tabCtrl > .moreNews {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 14px;
    padding-right: 20px;
    cursor: pointer;
}

.tabCtrl > .moreNews > a {
    color: #19C2C4;
}

.tabCtrl > .moreNews > img {
    position: absolute;
    right: 0px;
    top: 2px;
}

/*日期标签*/
.dateLabel {
    width: 70px;
    color: #19C2C4;
    font-family: akrobat-extrabold;
    font-size: 55px;
    padding-left: 20px;
    position: relative;
}

.dateLabel > .day {
    line-height: 14px;
    font-size: 17px;
    font-weight: normal;
    position: absolute;
    left: 0px;
    top: 15px;
}

.longTextDesc {
    line-height: 25px;
}


/*表格*/
.table {
}

.table > .thead {
    display: flex;
    padding: 25px 0px;
    font-size: 17px;
    color: white;
    background: linear-gradient(90deg, rgb(24,193,195), rgb(4,164,166));
}

.table > .thead > .th {
    text-align: center;
    flex: 1;
    flex-grow: 1;
    border-right: 1px solid rgb(163 254 255);
}

.table > .thead > .th:last-child {
    border-right: none;
}

.table > .tbody {
    border: 1px solid #BBD5D0;
    border-top: none;
    display: flex;
    padding: 25px 0px;
    background-color: white;
}

.table > .tbody > .td {
    text-align: center;
    flex: 1;
    flex-grow: 1;
    color: var(--textGrayColor);
    display: table;
    line-height: 30px;
}

.table > .tbody > .td.bold {
    font-size: 17px;
    font-weight: bold;
}

.table > .tbody > .td > .text {
    display: table-cell;
    vertical-align: middle;
}


.productTagContainer {
    width: 312px;
    height: 105px;
    position: relative;
    top: -20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -85px;
    padding: 20px;
    padding-top: 10px;
    background-image: url(/images/banner-tag.png);
    font-size: 16px;
    font-weight: bold;
    color: #0E050B;
    text-align: center;
    line-height: 24px;
    box-sizing: border-box;
    z-index: 2;
}


.popupMask {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 100;
}

.popupMask > .form {
    background-color: white;
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    top: 150px;
    box-sizing: border-box;
    padding: 20px;
    opacity: 0;
    transition: 0.3s all;
}

.popupMask > .form.show {
    opacity: 1;
}

.popupMask > .form > .topBorder {
    width: 100%;
    height: 6px;
    background: linear-gradient(-29deg, #04392C, #1B5E58);
    position: absolute;
    left: 0px;
    top: 0px;
}

.popupMask > .form > iframe {
    width: 100%;
    height: 100%;
}


.popupForm {
    
}

.popupForm > .title {
    font-size: 18px;
    font-weight: bold;
    color: black;
    text-align: center;
    line-height: 40px;
}

.popupForm > .subTitle {
    font-size: 14px;
    color: black;
    text-align: center;
    margin-bottom: 20px;
}

.popupForm > .inputContainer {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #EDF8F8;
}

.popupForm > .inputContainer:focus-within {
    transition: 0.5s all;
    border-bottom-color: var(--grayBorder);
}

.popupForm > .inputContainer:first-of-type {
    border-top: 1px solid #EDF8F8;
    margin-top: 50px;
}

.popupForm > .inputContainer > .label {
    width: 70px;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    color: black;
    float: left;
}

.popupForm > .inputContainer > .edit {
    height: 70px;
    width: calc(100% - 90px);
    margin-left: 20px;
    border: none;
    box-sizing: border-box;
    outline: none;
    background-color: transparent;
}

.popupForm .btnPanel {
    height: 35px;
    text-align: center;
    margin-top: 50px
}

.popupForm .btnPanel > .btn {
    width: 135px;
    height: 33px;
    line-height: 33px;
    background: linear-gradient(-29deg, #1B5E58, #04392C);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 10%);
    color: white;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.popupForm .descLabel {
    font-size: 14px;
    color: #8FB6B5;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
}