@charset "UTF-8";

@import "./base.css";
@import "./font.css";
@import "./inner_header.css";
@import "./footer.css";




.aboutMenu {
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.aboutMenu a {
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    margin-right: 40px;
}

.aboutMenu a.cut {
    color: #000;
}




.technology .banner {
    background: url(../assets/technology/banner1.jpg) no-repeat center center;
    width: 100%;
    height: 618px;
    display: flex;
    align-items: center;
}

.technology .banner h4 {
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    color: #fff;
    line-height: 42px;
    margin-bottom: 20px;
}

.technology .banner p {
    opacity: 0.5;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #fff;
    line-height: 26px;
}

.technology .section-1 {
    padding: 79px 0;
    overflow: hidden;
}

.technology .section-1 .left {
    float: left;
    width: 665px;
}

.technology .section-1 .left h4 {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #000000;
    margin-bottom: 20px;
}

.technology .section-1 .left p {
    opacity: 0.5;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #000000;
    line-height: 26px;
}

.technology .section-1 .right {
    width: 292px;
    float: right;
}

.technology .section-1 .right h4 {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #000000;
    line-height: 30px;
    margin-bottom: 20px;
    position: relative;
}

.technology .section-1 .right h4::after {
    font-family: "iconfont" !important;
    content: "\e682";
    width: 29px;
    height: 29px;
    line-height: 29px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #000;
    position: absolute;
    left: -40px;
    top: 2px;
}

.technology .section-1 .right p {
    opacity: 0.5;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #000000;
    line-height: 26px;
}

.technology .section-2 {
    padding: 79px 0;
    overflow: hidden;
    background-color: #f4f4f4;
}

.technology .section-2 .flexBox {
    display: flex;
    justify-content: space-between;
}

.technology .section-2 .item {
    padding-left: 40px;
    width: 300px;
}

.technology .section-2 .item h4 {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 30px;
    margin-bottom: 27px;
    position: relative;
}

.technology .section-2 .item h4::after {
    font-family: "iconfont" !important;
    content: "\e682";
    width: 29px;
    height: 29px;
    line-height: 29px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #000;
    position: absolute;
    left: -40px;
    top: 2px;
}

.technology .section-2 .item p {
    opacity: 0.5;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: 26px;
}

.technology .section-3 {
    background-color: #fff;
}

.technology .section-3 .top {
    padding: 60px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.technology .section-3 .top h4 {
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    color: #000000;
    line-height: 60px;
}

.technology .section-3 .top p {
    opacity: 0.5;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #000000;
    line-height: 26px;
}

.technology .section-3 .cont {
    display: table;
}

.technology .section-3 .cont .left {
    padding: 54px 0;
    width: 295px;
    float: left;
}

.technology .section-3 .cont .left h4 {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #000000;
    margin-bottom: 20px;
    opacity: 0.5;
    cursor: pointer;
}

.technology .section-3 .cont .left h4.cut {
    opacity: 1;
}

.technology .section-3 .cont .right {
    width: 900px;
    float: left;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding: 40px;
}

.technology .section-3 .cont .right p {
    opacity: 0.5;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: 20px;
    margin-bottom: 37px;
}

.technology .section-3 .cont .right h4 {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #000000;
    line-height: 26px;
    margin-bottom: 10px;
}

.technology .section-3 .cont .right .seat {
    margin: 10px 0;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: 26px;
    padding-left: 20px;
}

.technology .section-3 .cont .right .seat li {
    position: relative;
    padding-left: 20px;
}

.technology .section-3 .cont .right .seat li::after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #000;
    overflow: hidden;
    position: absolute;
    left: 8px;
    top: 12px;
}


.uf-tab-con {
    display: none;
}

.uf-tab-con.cut {
    display: block;
}

.seat {
    opacity: 0.5;
}




/* element */

.element {
    padding: 70px 0;
}

.element .head {
    position: relative;
}

.element .head h5 {
    opacity: 0.5;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: 26px;
}

.element .head h4 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    line-height: 42px;
}

.element .head p {
    opacity: 0.5;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: 26px;
}

.element .selectBox {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.p_table_col {
    display: flex;
    align-self: flex-end;
    width: 5.55%;
}

.p_table_col a {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.p_table_col .emptycol span,
.p_table_col .emptycol p {
    visibility: hidden;
}

.p_table_col .emptycol div:hover {
    transform: scale(1);
}

.p_table_col ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.p_table_col ul li {
    list-style: none;
}

.p_table_col ul li a {
    font-size: 0;
}

.p_table_col ul li h3 {
    font-size: 14px;
    text-align: center;
    margin: 0;
    color: #767676;
    font-family: "Diodrum Semibold";
    font-weight: 600;
}

.p_table_col ul li div {
    height: 100%;
    border: solid 1px #fff;
    padding: 10px;
    position: relative;
    transition: all .2s linear;
}

.p_table_col ul li div:hover {
    background: #fff;
    transform: scale(1.2);
    z-index: 999;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.05);
    transition: all .2s linear;
}

.p_table_col ul li div span {
    position: absolute;
    left: 4px;
    top: 4px;
    font-size: 9px;
    font-family: "Diodrum Semibold";
}

.p_table_col ul li div p {
    text-align: center;
    font-size: 23px;
    margin: 0;
    font-family: "Diodrum Medium";
}

.p_table_col ul li div p span {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: 4px;
    font-size: 8px;
    display: none;
    font-family: "Diodrum Semibold";
}

.p_table_col ul li div:hover p span {
    display: block;
}

.p_table_col .purple:hover p,
.p_table_col .purple:hover span {
    color: #6f2f91;
}

.p_table_col .darkgreen:hover p,
.p_table_col .darkgreen:hover span {
    color: #07342c;
}

.p_table_col .darkpurple:hover p,
.p_table_col .darkpurple:hover span {
    color: #4d2065;
}

.p_table_col .lightgreen:hover p,
.p_table_col .lightgreen:hover span {
    color: #128370;
}

.p_table_col .green:hover p,
.p_table_col .green:hover span {
    color: #0c5b4e;
}

.p_table_col .darkblue:hover p,
.p_table_col .darkblue:hover span {
    color: #003e58;
}

.p_table_col .blue:hover p,
.p_table_col .blue:hover span {
    color: #016c9a;
}

.p_table_col .pink:hover p,
.p_table_col .pink:hover span {
    color: #af1f4f;
}

.p_table_col .darkpink:hover p,
.p_table_col .darkpink:hover span {
    color: #64122d;
}

.bottom_periodictable {
    align-self: flex-end;
    width: 100%;
    display: inline-block;
    margin-top: 60px;
    padding-left: 90px;
}

.bottom_periodictable .bottomtext {
    width: 100px !important;
}

.bottom_periodictable .bottomtext p {
    font-size: 14px;
    text-align: left;
    line-height: 56px;
    font-family: "Diodrum Semibold";
}

.bottom_periodictable a {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bottom_periodictable ul {
    float: left;
    width: 100%;
}

.bottom_periodictable ul li {
    float: left;
    list-style: none;
    width: 5.5%;
    height: auto;
}

.bottom_periodictable div {
    height: 100%;
    border: solid 1px #fff;
    padding: 10px;
    position: relative;
    transition: all .2s linear;
}

.bottom_periodictable div:hover {
    background: #fff;
    transform: scale(1.2);
    z-index: 999;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.05);
    transition: all .2s linear;
}

.bottom_periodictable div span {
    position: absolute;
    left: 2px;
    top: 2px;
    font-size: 9px;
    font-family: "Diodrum Semibold";
}

.bottom_periodictable div:hover p span {
    display: block;
}

.bottom_periodictable p {
    text-align: center;
    font-size: 23px;
    margin: 0;
    font-family: "Diodrum Medium";
}

.bottom_periodictable p span {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: 4px;
    font-size: 8px;
    display: none;
    font-family: "Diodrum Semibold";
}

.bottom_periodictable .purple:hover p,
.bottom_periodictable .purple:hover span {
    color: #6f2f91;
}

.bottom_periodictable .darkgreen:hover p,
.bottom_periodictable .darkgreen:hover span {
    color: #07342c;
}

.bottom_periodictable .darkpurple:hover p,
.bottom_periodictable .darkpurple:hover span {
    color: #4d2065;
}

.bottom_periodictable .lightgreen:hover p,
.bottom_periodictable .lightgreen:hover span {
    color: #128370;
}

.bottom_periodictable .green:hover p,
.bottom_periodictable .green:hover span {
    color: #0c5b4e;
}

.bottom_periodictable .darkblue:hover p,
.bottom_periodictable .darkblue:hover span {
    color: #003e58;
}

.bottom_periodictable .blue:hover p,
.bottom_periodictable .blue:hover span {
    color: #016c9a;
}

.bottom_periodictable .pink:hover p,
.bottom_periodictable .pink:hover span {
    color: #af1f4f;
}

.bottom_periodictable .darkpink:hover p,
.bottom_periodictable .darkpink:hover span {
    color: #64122d;
}

.darkgreen {
    background: #07342c;
    color: #fff;
}

.lightgreen {
    background: #128370;
    color: #fff;
}

.green {
    background: #0c5b4e;
    color: #fff;
}

.blue {
    background: #016c9a;
    color: #fff;
}

.darkblue {
    background: #003e58;
    color: #fff;
}

.pink {
    background: #af1f4f;
    color: #fff;
}

.darkpink {
    background: #64122d;
    color: #fff;
}

.purple {
    background: #6f2f91;
    color: #fff;
}

.darkpurple {
    background: #4d2065;
    color: #fff;
}

.element_name {
    font-size: 8px !important;
    color: #0c5b4e;
}

.hoverelement span,
.hoverelement p {
    color: #0c5b4e;
}

.water_dropd {
    float: right;
    width: 225px;
}

.water_dropd .btn-secondary {
    background: #fff;
    color: #333;
    width: 225px;
    height: 50px;
    text-align: left;
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 3px;
    cursor: pointer;
}

.water_dropd .dropdown-menu {
    width: 100%;
    margin: 0;
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.water_dropd .dropdown-menu li {
    border-bottom: solid 1px #ccc;
    transition: .3s all linear;
}

.water_dropd .dropdown-menu li a {
    width: 100%;
    display: inline-block;
    padding: 10px;
    color: #212529;
}

.water_dropd .dropdown-menu li:hover {
    background: #128370;
    transition: .3s all linear;
}

.water_dropd .dropdown-menu li:hover a {
    color: #fff;
}

.water_dropd .dropdown-toggle::after {
    margin-top: 10px;
    float: right;
}

.water_dropd .btn-secondary:active {
    background: #fff;
}

p.periodictablehome_desc {
    margin: 0;
}

.custom-dropdown--alt--color1 .select-convert__list {
    border: solid 1px #666 !important;
}

.custom-dropdown--alt .select-convert__list {
    width: 225px;
    float: right;
    height: 50px !important;
    padding-left: 18px !important;
}

.custom-dropdown--alt--color1 .select-convert__list p {
    color: #333 !important;
    line-height: 40px;
    font-size: 14px;
    margin: 0;
}

.periodictable {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 50px 0 0 0;
}

.periodictable li.emptycol {
    visibility: hidden;
}

.periodictable li.emptycol a {
    visibility: hidden;
}

.periodictable .periodic_eyebrow {
    padding-bottom: 24px;
    margin: 0;
    font-size: 14px;
}

input[type=text].el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}




/* elementDetail */
.elementDetail {
    display: table;
}

.elementDetail .content {
    display: table;
    padding: 60px 0;
}

.elementDetail .content .left {
    width: 678px;
    float: left;
}

.elementDetail .content .left h1 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    line-height: 42px;
    margin-bottom: 60px;
}

.elementDetail .content .left h4 {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    line-height: 60px;
}

.elementDetail .content .left p {
    opacity: 0.5;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 26px;
}

.elementDetail .content .right {
    width: 80px;
    margin-left: 153px;
    float: left;
}

.elementDetail .ulink {
    clear: both;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 60px 0;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    line-height: 60px;
}