/*@font-face {
    font-family: MicroYhBold;
    src: url("../fonts/YaiheiBold.ttf");
    
} */
@font-face {
    font-family: SourceHanSansCN-Bold;
    src: url("../fonts/SourceHanSansCN-Bold.ttf");
    
}
body {
    min-height: 75rem;
    color: #53565a;
    font-size: 1rem;
    /*font-family: "Microsoft YaHei", "SimSun", Arial, Helvetica, sans-serif;*/
	font-family:"system-ui, -apple-system, BlinkMacSystemFont,Segoe UI, Rototo, sans-serifArial, Helvetica, sans-serif";
	
    box-sizing: border-box;
    background-color: #FFFFFF;
}

.wrapper {
    clear: both;
    display: flex;
    flex-direction: column;
}

.relative {
    position: relative;
}


.pipe {
    display: inline-block;
    height: 14px;
    margin: 0 5px;
    width: 1px;
    border-left: 1px solid #333;
    vertical-align: middle;
}
a {
    color: #00BFB3;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #00BFB3;
    text-decoration: none;
}

ul,
li {
    list-style: none;
    padding-inline-start: 0px;
}

@keyframes slideUp {
    0% {
        transform: translateY(30%);
        opacity: 0.7;
    }

    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

@-webkit-keyframes slideUp {
    0% {
        transform: translateY(30%);
        opacity: 0.7;
    }

    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-moz-keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}


.noborderradius {
    border-radius: 0px;
}

.rowTowSide {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.rowTowSideTop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.rowDivi {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.rowLeftAlign {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.rowLeftTop {
    display: flex;
    flex-direction: row;
}

.rowCenterCenter {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.columnLeftCenterAlign {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.columnLeftDivi {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.columnCenterCenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.columnLeftTop {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.columnCenterTop {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.rowRightCenterAlign {
    display: flex;
    flex-direction: row-reverse;

    align-items: center;
}

.fWrap {
    flex-wrap: wrap;
}

.oneRow {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.twoRow {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.threeRow {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.alignC {
    text-align: center;
}

.alignL {
    text-align: left;
}

.fnt14 {
    font-size: 14px;
}

.fnt16 {
    font-size: 16px;
}

.dropdown-menu,
.dropdown-submenu {
    position: relative;
}

.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;

}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #53565A;
    margin-top: 9px;
    margin-right: 5px;
    margin-left: 15px;

}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.space_holder {
    width: 100%;
    height: 100%;
}

.services-sec {
    background: #00BFB3;
}

.services-sec h2 {
    color: #fff !important;
    margin-bottom: 0;
    padding-top: 25px;
}

h2,
h3,
.h2,
.h3 {
    color: #53565A !important;
    font-size: 18px;
    letter-spacing: 4px;
    line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

/* 通用 */
::-webkit-input-placeholder {
    color: #97999B;
}

::-moz-placeholder {
    color: #97999B;
}

/* firefox 19+ */
:-ms-input-placeholder {
    color: #97999B;
}

/* ie */
input:-moz-placeholder {
    color: #97999B;
}

/* 通用 */
::-webkit-textarea-placeholder {
    color: #97999B;
}

:-ms-textarea-placeholder {
    color: #97999B;
}

/* ie */
textarea:-moz-placeholder {
    color: #97999B;
}

input[type='checkbox'] {
    height: 14px;
    width: 14px;
    cursor: pointer;
    border: 1px solid #00BFB3;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    border-radius: 2px;
}

input[type='checkbox']::after {
    /* background-color: #00BFB3; */
}

input[type='checkbox']:checked::after {
    content: '\2714';
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    height: 14px;
    width: 14px;
    position: absolute;
    background-color: #00BFB3;
    margin-top: -1px;
    padding-left: 1px;
    padding-top: 1px;
    border: none;
    border-radius: 2px;

}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    box-shadow: none;
    background-image: url(/images/zh/net6/down-angle-grey.png) !important;
    background-repeat: no-repeat !important;
    background-size: 14px !important;
    background-position: 95% 50% !important;
    padding-right: 24px !important;
    cursor: pointer;
    overflow: hidden;
}

/*  select:focus{
     background-image: url(../images/up-angle-grey.png) !important;
  }
  
*/


.heading-title {
    width: -webkit-fit-content;
    width: fit-content;
    white-space: nowrap;
    letter-spacing: 4px;
    position: absolute;
    top: 60px;
    font-size: 40px;
    color: #FFFFFF;
    font-weight: 500;
    z-index: 11;
    transform: translateX(10%) translateY(-50%);
}

.heading-title-mb {
    width: 100%;
    white-space: nowrap;
    letter-spacing: 4px;
    position: relative;
    font-size: 26px;
    color: #53565A;
    font-weight: 500;
    z-index: 11;
    margin: 0 auto;
}
