@font-face {
    font-family: "Source Han Sans CN";
    src: url("/static/fonts/SourceHanSansCN-Regular.otf"); 
    font-weight: normal;
    font-style: normal;
}
input{
    outline:none;
}
a {
    text-decoration: none !important;
}
input[type=checkbox]{
    width: 16px;
    height: 16px;
    margin-top: 0px;
    position: relative;
}
input[type=checkbox]::after {
    position: absolute;
    top: 0;
    color: #000;
    width: 16px;
    height: 16px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 3px;
    border-color: #818994;
}
input[type=checkbox]:checked::after {
    background-color: #F95B48;
    border-color: #F95B48;
    content: "✓";
    color: #fff;
    font-size: 10px;
    border-radius: 1px;
}
body {
    font-family: "Source Han Sans CN","Microsoft YaHei";
    background: #FCFCFC;
}
header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1040;
    background: #FFF;
    /* transition: all .8s; */
    border-bottom: 1px solid rgba(240, 240, 240, 1);
}
.headers-scrollTop {
    background-color: rgba(255, 255, 255, 1);
    /* transition: all .8s; */
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}
/* .headers-scrollTop .keyword {
    background-color: #f3f3f3;
    transition: all .8s;
} */
.keyword {
    background-color: #f3f3f3;
    transition: all .8s;
}
.header {
    max-width: 1640px;
    min-width: 1200px;
    margin: 0 auto;
    height: 100px;
    padding: 0 20px;
}
.logo {
    display: inline-block;
    vertical-align: top;
}
.logo img{
    width: 195px;
    height: 60px;
    margin-top: 18px;
}
.nav {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 500px);
}
.nav li{
    display: inline;
    margin: calc((100% - 460px) / 14);
}
.nav li a{
    font-size: 16px;
    font-weight: 400;
    padding-top: 40px;
    color: #1C1C1C;
    display: inline-block;
    height: 96px;
    position: relative;
    cursor: pointer;
    text-align: center;
    list-style: none;
}
.nav li a::after{
    content: "";
    position: absolute;
    bottom: -5px;
    right: 50%;
    height: 2px;
    width: 0;
    background: linear-gradient(270deg, #FE7155, #EC1D23);
    transition: all .2s linear;
}
.nav li a:hover,.nav-activate a {
    color: #EF2B2C !important;
}
.nav-activate a:after {
    position: absolute !important;
    bottom: -5px !important;
    left: 0 !important;
    height: 2px !important;
    width: 100% !important;
    background: linear-gradient(270deg, #FE7155, #EC1D23) !important;
    transition: all .2s linear;
}
.nav li a:hover::after{
    width:100%;
    right:0;
}
.nav li a:hover + li a::after{
    right:0;
}
.search {
    display: inline-block;
    position: relative;
}
.keyword {
    height: 32px;
    border: 0;
    border-radius: 4px;
    border: transparent;
    box-shadow: transparent;
    padding-left: 10px;
    box-sizing: border-box;
    margin-top: 34px;
    transition: all .5s;
}
.keyword {
    width: 190px;
}
.search-submit {
    height: 0px;
    background: transparent;
    border: none;
    line-height: 100px;
    position: absolute;
    top: 0px;
    right: 10px;
    color: #EF2B2C;
}
.search-submit:focus {
    outline: none
}
.banner {
    min-width: 1200px;
    height: 450px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
}
.page-title {
    padding-top: 200px;
}
.page-title-name {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 5px;
}
.page-title-name-en {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.7;
}
.content {
    width: 1200px;
    margin: 0 auto;
}
.classify-nav {
    border: 1px solid #F5F5F5;
    border-radius: 21px;
    position: relative;
    top: -21px;
    padding-left: 0px;
    background: #FFFFFF;
    margin-bottom: 0px;
    font-family: "微软雅黑","Microsoft YaHei" !important;
}
.classify-nav li {
    display: inline-block;
}
.classify-nav li a {
    display: inline-block;
    padding: 8px;
    box-sizing: border-box;
    text-align: center;
    width: 167px;
    font-size: 16px;
    font-weight: bold;
    color: #20262F;
    border-radius: 21px;
}
.classify-nav-activate a,.classify-nav li a:hover{
    background: linear-gradient(270deg, #FE7155, #EC1D23);
    border-radius: 21px;
    transition: all .5s;
}
.classify-nav-activate a,.classify-nav li:hover a {
    color: #FFFFFF !important;
}
.box-content {
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    border-radius: 10px;
    padding: 20px 5px;
    margin: 0;
}
.product-img {
    width: 480px;
}
.text-content {
    font-size: 14px;
    font-weight: 400;
    color: #57616F;
    line-height: 24px;
    text-indent: 2em;
}
.product-rule-title {
    font-size: 16px;
    font-weight: bold;
    color: #F33C36;
    text-align: center;
    margin-bottom: 15px;
}
.product-rule {
    text-align: center;
}
.product-content {
    margin: 20px 0 80px;
}
.product-condition {
    padding: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #F5F5F5;
}
.product-condition i {
    width: 20px;
    height: 20px;
    background: linear-gradient(270deg, #FE7155, #EC1D23);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.product-condition span {
    font-size: 16px;
    font-weight: bold;
    color: #20262F;
}
.product-left{
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    border-radius: 10px;
    padding: 0;
    padding-bottom: 20px;
}
.product-condition-search {
    padding: 20px 20px 0 20px;
}
.product-condition-search h4 {
    font-size: 14px;
    font-weight: bold;
    color: #20262F;
}
.product-condition-search-input {
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    height: 32px;
    padding-left: 10px;
}
.search-icon {
    position: absolute;
    right: 10px;
    top: 4px;
    cursor: pointer;
}
.check-multiple-button {
    margin: 10px 0 0;
    height: 140px;
    overflow: auto;
}
.check-multiple-button::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #f5f5f5;
}
.check-multiple-button::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: #FFFFFF;
}
.check-multiple-button::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #bbbaba;
}
.check-multiple-button .form-check {
    margin-bottom: 5px;
}
.check-multiple-button .form-check-input {
    margin-top: 2px;
    color: #818994;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.check-multiple-button {
    font-size: 14px;
    font-weight: 400;
    color: #818994;
}
.slider-ele {
    margin-bottom: 0;
}
.slider.slider-horizontal {
    width: 100%;
}
.slider-min,.slider-max {
    font-size: 12px;
    font-weight: 400;
    color: #818994;
}
.product-condition-slider .slider-max {
    float: right;
}
.product-condition-slider .tooltip {
    top: -45px;
}
.product-condition-slider .arrow {
    bottom: 1px;
    left: 1px;
}
.product-condition-slider .arrow::before {
    border-top-color: #EC1D23;
}
.product-condition-slider .tooltip-inner {
    background-color: #FFFFFF;
    color: #EC1D23;
    border: 1px solid#EC1D23;
}
.product-condition-slider .slider-handle {
    width: 15px;
    height: 15px;
    background-image: none;
    background-color: #fff;
    border: 1px solid #D4D4D4;
}
.product-condition-slider .slider-selection {
    background: linear-gradient(270deg, #EC1D23, #FE7155);
    border-radius: 2px;
}
.product-condition-slider .slider.slider-horizontal .slider-track {
    height: 5px;
}
.product-right {
    padding: 0 0 0 20px;
    margin-top: -8px;
}
.product-table {
    width: 100%;
}
.product-table {
    border-collapse: separate;
    border-spacing: 0px 10px;
}
.product-table thead {
    background: #424A62;
}
.product-table tbody tr {
    background: #FFFFFF;
}
.product-table th {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    border-right: 1px solid #6B779B;
}
.product-table th,.product-table td {
    padding: 8px 10px;
    min-width: 80px;
}
.product-table td {
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    font-size: 14px;
    font-weight: 400;
    color: #818994;
}
.product-sort-up {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 8px solid #6B779B;
    cursor: pointer;
}

.product-sort-down {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 8px solid #6B779B;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    cursor: pointer;
}
.product-sort-up:hover,.sort-activate {
    border-bottom-color: #9AA6C9;
}
.product-sort-down:hover,.sort-activate {
    border-top-color: #9AA6C9;
}
.product-table th:first-child,.product-table td:first-child  {
    border-radius: 6px 0 0 6px;
}
.product-table th:last-child,.product-table td:last-child {
    border-radius: 0 6px 6px 0;
}
.product-table td:first-child {
    border-left: 1px solid #F5F5F5;
}
.product-table td:last-child {
    border-right: 1px solid #F5F5F5;
}
.product-download-link {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #4ABA66 !important;
}
.product-download-get {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #F33C36 !important;
}

footer {
    width: 100%;
    min-width: 1200px;
    background: #2A2A32;
}
.footer-content {
    padding: 50px;
}
.footer-content h4{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}
.footer-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-content ul li {
    padding: 5px 0;
}
.footer-content ul li a{
    font-size: 13px;
    font-weight: 400;
    color: #888e9b;
}
.footer-content ul li a:hover {
    color: #FFF;
}
.allrights {
    text-align: center;
    margin: 0;
    padding: 15px;
    border-top: 1px solid #3a3939;
}
.allrights a {
    font-size: 13px;
    font-weight: 400;
    color: #e6e9ee;
    opacity: 0.5;
}
.allrights a:hover {
    color: #bbbaba;
}
.allrights span {
    font-size: 13px;
    font-weight: 400;
    color: #bbbaba;
    opacity: 0.3;
    padding: 0 20px;
}
.wechat {
    font-size: 13px;
    font-weight: 400;
    color: #888e9b;
    text-align: center;
}
.footer-content .col-6 {
    padding-left: 0;
}
.footer-contact {
    border-left: 2px solid rgb(34, 34, 34);
    padding-left: 90px;
    padding-right: 90px;
    height: 260px;
}
.footer-contact-us{
    display: flex;
    flex-direction: row;
    margin: 20px 0 !important;
    padding: 3px 0 !important;
    border-bottom: 2px solid #4d4d4d !important;
}
.footer-contact-us li{
    list-style: none;
    color:#888e9b;
    width: 60px;
    position: relative;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
}
.footer-contact-us li::after{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 100%;
    height: 2px;
    width: 0;
    background: linear-gradient(270deg, #FE7155, #EC1D23);
    transition: all .2s linear;
}
.footer-company-activate {
    color: #fff !important;
}
.footer-company-activate:after {
    position: absolute !important;
    bottom: -5px !important;
    left: 0 !important;
    height: 2px !important;
    width: 100% !important;
    background: linear-gradient(270deg, #FE7155, #EC1D23) !important;
    transition: all .2s linear;
}
.footer-contact-us li:hover::after{
    width:100%;
    left:0;
}
.footer-contact-us li:hover + li::after{
    left:0;
}
.footer-company {
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
}
.footer-other-info {
    font-size: 13px;
    font-weight: 400;
    color: #888e9b;
}
#footer-company-shenzhen,#footer-company-chengdu,#contact-shenzhen,#contact-chengdu {
    display: none;
}
.specimen-content {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 20px 80px 20px;
    border: 1px solid #F5F5F5;
    border-radius: 21px;
    margin-bottom: 80px;
    position: relative;
    bottom: 21px;
    background-color: #fff;
}
.specimen-content label,.specimen-content option {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #57616F !important;
}
.specimen-content label:after {
    content: "*";
    color: #EF2B2C;
    font-size: 16px;
    position: relative;
    top: 5px;
    left: 5px
}
.remark-text .el-form-item__label:after{
    content: "" !important;
}
.specimen-content input,.specimen-content select,.specimen-content textarea{
    background: #FFF;
    border: 1px solid #e9e8e8;
    border-radius: 6px;
}
.specimen-content input:focus,.specimen-content select:focus,.specimen-content textarea:focus{
    box-shadow: none;
    border-color: #e9e8e8 !important;
}
.specimen-content .form-group {
    padding: 0 10px !important;
}
.specimen-submit-btn {
    text-align: center;
    margin-top: 80px;
}
.specimen-submit-btn button{
    width: 300px;
    height: 52px;
    background: linear-gradient(270deg, #EC1D23, #FE7155, #EC1D23);
    border-radius: 26px;
    color: #fff;
    border: none;
    background-size: 200%;
    transition: background-position .5s;
}
.specimen-submit-btn button:hover,.Carousel-link a:hover,.index-about-link-btn a:hover {
    background-position: 100% 0;
}
.specimen-submit-btn button:focus {
    outline: none
}
.about-content {
    padding: 50px 0 100px 0;
}
.about-content h4 {
    font-size: 18px;
    font-weight: bold;
    color: #20262F;
    text-align: center;
    margin-bottom: -10px;
}
.about-content {
    text-align: center;
}
.about-content .about-label {
    display: inline-block;
    width: 70px;
    height: 3px;
    background: linear-gradient(270deg, #FE7155, #EC1D23);
    margin: 0 auto;
}
.about-content .about-subheading {
    font-size: 14px;
    font-weight: 400;
    color: #838B99;
    text-align: center;
}
.about-content  .about-info {
    font-size: 16px;
    font-weight: 400;
    color: #57616F;
    line-height: 26px;
    text-indent: 2em;
    text-align: left;
}
.about-us-img {
    height: 510px;
    background-image: url("/static/img/about-us.png");
}
.about-placard {
    height: 120px;
    background: linear-gradient(270deg, #FE7155, #EC1D23);
    opacity: 0.8;
    border-radius: 6px;
    position: relative;
    top: 330px;
}
.about-placard div{
    display: inline-block;
    vertical-align: top;
    padding: 20px 0px 20px 20px;
}
.management-team {
    width: 500px;
}
.mission-of-company {
    width: 390px;
}
.corporate-vision {
    width: 300px;
}
.about-placard i {
    background-color: #fff;
    border-radius: 20px;
    color: #EC1D23;
    padding: 5px;
    margin-right: 10px;
    font-weight: 600;
}
.about-placard h4{
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 26px;
    text-align: left;
}
.about-placard p {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    padding: 15px 0;
    text-align: left;
}
.contact-nav {
    padding: 0 340px;
}
.company-info {
    padding: 20px;
    background-color: #fff;
}
.company-info h4 {
    font-size: 16px;
    font-weight: bold;
    color: #20262F;
}
.contact-company-contact-info {
    padding: 20px;
    border: 1px solid #F5F5F5;
    border-radius: 6px;
    vertical-align: top;
    margin-right: 18px;
}
.contact-company-contact-info h5 {
    font-size: 14px;
    font-weight: 400;
    color: #57616F;
    padding: 10px 0;
}
.contact-company-contact-info {
    display: inline-block;
}
.contact-company-contact-info div {
    display: inline-block;
    width: 285px;
    vertical-align: top;
}
.contact-company-contact-info i {
    background: linear-gradient(270deg, #FE7155, #EC1D23);
    padding: 5px;
    color: #fff;
    border-radius: 20px;
    margin-right: 10px;
}
.contact-company-contact-info h6 {
    font-size: 14px;
    font-weight: 400;
    color: #20262F;
    line-height: 26px;
    margin-top: 10px;
}
.contact-company-contact-info p {
    font-size: 14px;
    font-weight: 400;
    color: #57616F;
    line-height: 24px;
}
.contact-wechat img {
    width: 125px;
}
.contact-wechat span {
    font-size: 14px;
    font-weight: 400;
    color: #20262F;
    line-height: 26px;
}
.contact-wechat {
    display: inline-block;
    padding: 20px;
    border: 1px solid #F5F5F5;
    border-radius: 6px;
}
#companymap-shanghai,#companymap-shenzhen,#companymap-chengdu {
    width: 100%;
    height: 500px;
    overflow: hidden;
    font-family: "Source Han Sans CN";
    font-size: 13px;
    margin: 20px 0 80px 0;
}
#companymap-shanghai b,#companymap-shenzhen b,#companymap-chengdu b {
    color: #EC1D23;
    font-size: 16px;
}
#companymap-shanghai .BMap_bubble_content,#companymap-shenzhen .BMap_bubble_content,#companymap-chengdu .BMap_bubble_content {
    color: #57616F;
    font-size: 13px;
}
#companymap-shanghai img,#companymap-shenzhen img,#companymap-chengdu img {
    max-width: none;
}
.join-content {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.join-search {
    position: relative;
    bottom: 21px;
}
.join-search-type,.classify-search-input {
    background-color: #fff;
    border: 1px solid #F5F5F5;
    border-radius: 21px;
    width: 200px;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #20262F;
    line-height: 30px;
}
.show > .btn-secondary.dropdown-toggle,.join-search-type:hover,.join-search-type:focus,.join-search-type:active {
    color: #FFF !important;
    background: linear-gradient(270deg, #FE7155, #EC1D23) !important;
    border-color: rgba(255,255,255,0) !important;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%) !important;
    outline: none
}
.join-search-type-menu {
    width: 190px;
    border-radius: 8px;
    padding: 0;
    border-color: #F5F5F5;
    position: relative;
    margin-top: 10px;
}
.join-search-type-menu button {
    color:#57616F;
}
.join-search-type-menu button:focus {
    background: linear-gradient(270deg, #FE7155, #EC1D23);
    border-radius: 8px;
    color: #FFF;
    outline: none;
}
.join-search-type-menu button:hover {
    color: #F33C36;
    border-radius: 4px;
    background-color: #FFF6F6;
}
.classify-search {
    display: inline-block;
}
.join-search-type-dropdown {
    display: inline-block;
    margin-right: 20px;
}
.classify-search-input {
    padding: 0 20px;
    width: 975px;
}
.classify-search-icon {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100px;
    height: 40px;
    background: linear-gradient(270deg, #EC1D23, #FE7155, #EC1D23);
    border-radius: 20px;
    background-size: 200%;
    transition: background-position .5s;
    cursor: pointer;
}
.classify-search-icon i {
    color: #FFF;
    line-height: 42px;
    padding: 42px;
}
.classify-search-icon:hover {
    background-position: 100% 0;
}
#join-nav {
    border-bottom: none
}
#join-nav li a {
    height: auto;
    padding: 0;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #20262F;
}
#join-nav li .active {
    color: #EC1D23;
}
#join-nav li {
    margin-left: 0px;
    margin-right: 40px;
}
#join-nav .active:after{
    content: "";
    position: absolute;
    bottom: -5px;
    right: 0;
    height: 2px;
    width: 32px;
    background: linear-gradient(270deg, #FE7155, #EC1D23);
}
.join-list {
    margin: 20px 0;
}
.join-item {
    background: #FFFFFF;
    border-radius: 11px;
    padding: 50px;
    position: relative;
    margin-top: 20px;
    transition: all .3s;
    box-shadow: 0 1px 7px 4px #FFF;
}
.join-item:hover {
    box-shadow: 0 1px 7px 4px #ecf0f5;
}
.join-item h4 {
    font-size: 16px;
    font-weight: bold;
    color: #20262F;
    line-height: 26px;
}
.join-item p {
    margin-bottom: 0;
}
.join-item span {
    font-size: 14px;
    font-weight: 400;
    color: #57616F;
    line-height: 26px;
    padding-right: 4px;
    border-right: 1px solid #57616F;
}
.join-item span:last-child {
    border: none;
}
.join-item a {
    display: inline-block;
    position: absolute;
    right: 50px;
    top: 65px;
    border: 1px solid #E0E0E0;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #F85545;
    padding: 5px 23px;
    transition: all .3s;
}
.join-item a i {
    padding-left: 10px;
}
.join-item a:hover {
    background: linear-gradient(270deg, #FE7155, #EC1D23);
    color: #FFF;
    border-color: #FE7155;
    outline: none;
}
.job-content {
    width: 1200px;
    margin: 20px auto 80px;
}
.join-back {
    font-size: 14px;
    font-weight: 400;
    color: #C5CBD3;
    line-height: 26px;
    cursor: pointer;
    display: inline-block;
}
.join-back:hover {
    background: linear-gradient(270deg, #FE7155 0%, #EC1D23 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.join-info {
    padding: 30px;
    background-color: #fff;
    border-radius: 11px;
}
.join-info .job-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
    width: 300px;
    background: linear-gradient(270deg, #FE7155 0%, #EC1D23 100%);
    -webkit-background-clip: text;
    color: transparent;
}
.join-info .join-tag span {
    font-size: 14px;
    font-weight: 400;
    color: #57616F;
    line-height: 26px;
    padding-right: 4px;
    border-right: 1px solid #57616F;
}
.join-info .join-tag span:last-child,.modal-vitae .join-tag span:last-child {
    border: none;
}
.join-info h5 {
    font-size: 16px;
    font-weight: bold;
    color: #20262F;
    line-height: 26px;
    margin-top: 25px;
}
.join-info .joib-job-info {
    font-size: 14px;
    font-weight: 400;
    color: #57616F;
    line-height: 26px;
    margin-bottom: 5px;
}
.job-apply {
    text-align: center;
    margin: 80px 0 30px;
}
.job-apply-btn {
    border: 1px solid #E0E0E0;
    background-color: #FFF;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #F85545;
    padding: 5px 23px 4px 23px;
    transition: all .3s;
    outline: none;
}
.job-apply-btn:hover {
    background: linear-gradient(270deg, #FE7155, #EC1D23);
    color: #FFF !important;
    border-color: #FE7155;
    outline: none;
}
.job-apply-btn:focus,.tanchu-modal-close-btn:focus,.job-file-upload-btn:focus {
    outline: none;
}
#exampleModalCenterTitle,.tanchu-modal-close {
    font-size: 16px;
    font-weight: 500;
    color: #20262F;
    line-height: 26px;
}
#exampleModalCenter .modal-header,#exampleModalCenter .modal-footer {
    border: none;
}
#exampleModalCenter .modal-dialog {
    width: 650px !important;
    margin: 0 auto;
}
.modal-vitae {
    background: #F5F5F5;
    border-radius: 6px;
    padding: 30px;
}
.modal-vitae .job-title {
    font-size: 18px;
    font-weight: bold;
    color: #20262F;
    line-height: 26px;
    margin: 0 0 10px;
}
.modal-vitae .join-tag {
    margin: 0;
}
.modal-vitae .join-tag span {
    font-size: 14px;
    font-weight: 400;
    color: #57616F;
    line-height: 26px;
    padding-right: 4px;
    border-right: 1px solid #57616F;
}
#upload-file {
    background: #FDEFEE;
    border-radius: 6px;
    margin-top: 20px;
    padding: 30px;
    cursor: pointer;
}
#upload-file p {
    text-align: center;
    margin: 2px;
    font-size: 14px;
    color: #E0B5B1;
}
#exampleModalCenter .modal-footer {
    text-align: center;
    display: block;
    margin: 20px 0 50px;
}
.job-file-upload-btn {
    font-size: 14px;
    font-weight: 400;
    color: #E0E0E0;
    background-color: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 18px;
    padding: 5px 23px 4px 23px;
}
#index-news {
    background-color: #FFFFFF;
    padding-bottom: 50px;
}
.index-news-news-content {
    padding: 50px 0;
}
.news-content .about-content {
    padding: 0;
    text-align: left;
}
.news-content .about-content h4,.news-content .about-content .about-subheading {
    text-align: left;
}
.news-list {
    padding: 0 5px;
}
.news-list-item {
    padding: 0 10px !important;
    border-radius: 6px;
    margin-bottom: 20px;
    height: 396px;
    overflow: hidden;
    border-radius: 0px 0px 6px 6px;
}
.index-news-list-item {
    height: 450px !important;
}
.news-list-item .card {
    border: 1px solid rgba(0, 0, 0, 0.025);
}
.news-list-item img {
    width: 384px;
    height: 163px;
    overflow: hidden;
}
.news-list-item .card-body {
    height: 310px;
    position: relative;
    bottom: 0px;
    background-color: #FFF;
    transition: all .2s;
}
.index-card-body {
    height: 370px !important;
}
.news-list-item .card-body h4 {
    font-size: 16px;
    font-weight: 500;
    color: #20262F;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 25px;
    height: 52px;
    overflow: hidden;
}
.news-list-item .card-body .card-text {
    font-size: 14px;
    font-weight: 400;
    color: #57616F;
    line-height: 22px;
    margin-bottom: 25px;
    height: 66px;
    overflow: hidden;
}
.index-card-text {
    height: 128px !important
}
.news-list-item .card-body .card-date {
    font-size: 12px;
    font-weight: 400;
    color: #989FA9;
    line-height: 26px;
}
.news-list-item .card-body .news-list-link {
    margin-top: 20px;
    text-align: center;
}
.news-list-item .card-body .news-list-link a {
    font-size: 14px;
    font-weight: 400;
    color: #F33C36;
    padding: 10px 23px;
    border-radius: 21px;
    background-color: #FFF;
}
.news-list-item .card-body .news-list-link a:hover {
    color: #FE7155;
}
.news-list-item .card-body .news-list-link a i {
    padding-left: 10px;
}
.news-list-item:hover .card-body{
    background: linear-gradient(270deg, #FE7155, #EC1D23) !important;
    border-radius: 0px 0px 6px 6px !important;
    color: #FFF !important;
    border-color: #FE7155;
    outline: none;
    position: relative;
    bottom: 80px;
    transition: all .7s;
}
.news-list-item:hover .card-body h4,.news-list-item:hover .card-body .card-text,.news-list-item:hover .card-body .card-date {
    color: #FFF;
}
.newsdetails-content {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #F5F5F5;
    border-radius: 21px;
    margin-bottom: 80px;
    position: relative;
    bottom: 21px;
    background-color: #fff;
}
.newsdetails-content .breadcrumb {
    background-color: #FFF;
}
.newsdetails-crumbs {
    padding-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
    text-align: left !important;
}
.newsdetails-crumbs a {
    font-size: 14px;
    font-weight: 400;
    color: #20262F;
    font-weight: bold;
}
.newsdetails-crumbs span {
    font-size: 14px;
    font-weight: 400;
    color: #9198A4;
}
.newsdetails-content h4 {
    font-size: 16px;
    font-weight: bold;
    color: #20262F;
    text-align: center;
    padding: 20px 0 0px;
}
.newsdetails-content .newsdetails-date {
    font-size: 12px;
    font-weight: 400;
    color: #989FA9;
    line-height: 26px;
    text-align: center;
}
.newsdetails-content p {
    text-align: center;
}
.newsdetails-content .newsdetails-section{
    font-size: 14px;
    font-weight: 400;
    color: #57616F;
    line-height: 24px;
    text-align: left;
}
.domain-content {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.domain-content-left,.domain-content-right {
    position: relative;
    bottom: 21px;
}

/* ================sidebar-menu================ */
.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-menu >li {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    border: 1px solid #F5F5F5;
    border-radius: 6px;
    margin-top: 10px;
}
.sidebar-menu >li:first-child {
    margin-top: 0px;
}
.sidebar-menu >li >a {
    padding: 12px 5px 12px 15px;
    display: block;
    font-weight: 400;
    color: #57616F;
    text-decoration: none;
}
.sidebar-menu >li >a >.fa {
    width: 20px;
}
.sidebar-menu .active {
    border: none;
}
.sidebar-menu >li:hover >a {
    color: #fff;
    background: linear-gradient(270deg, #FE7155, #EC1D23);
    border-color: #FE7155;
    border-radius: 6px;
}
.sidebar-menu >li.active >a {
    color: #fff;
    background: linear-gradient(270deg, #FE7155, #EC1D23);
    border-color: #FE7155;
    border-radius: 6px 6px 0px 0px
}
.sidebar-menu >li .label, .sidebar-menu >li .badge {
    margin-top: 3px;
    margin-right: 5px;
}
.sidebar-menu li.header {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
    color: #4b646f;
    background: #1a2226;
}
.sidebar-menu li >a >.fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    margin-top: 3px;
}
.sidebar-menu li.active >a >.fa-angle-left {
    transform: rotate(-90deg);
}
.sidebar-menu li.active >.treeview-menu {
    display: block;
    background-color: #FFF;
}
.sidebar-menu a {
    color: #b8c7ce;
    text-decoration: none;
}
.sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    padding: 0 5px;
    margin: 10px 0px 20px 20px;
    border-left: 1px solid #F5F5F5;
    padding-bottom: 5px;
}
.sidebar-menu .treeview-menu .treeview-menu {
    padding-left: 20px;
}
.sidebar-menu .treeview-menu >li {
    margin: 5px 0;
}
.sidebar-menu .treeview-menu >li >a {
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #999EA5;
}
.sidebar-menu .treeview-menu >li >a >.fa {
    width: 20px;
}
.sidebar-menu .treeview-menu >li >a >.fa-angle-left, .sidebar-menu .treeview-menu >li >a >.fa-angle-down {
    width: auto;
}

.sidebar-menu .treeview-menu >li.active >a, .sidebar-menu .treeview-menu >li >a:hover {
    color: #F33C36;
    border-radius: 4px;
    background-color: #FFF6F6;
}

.domain-info {
    border: 1px solid #F5F5F5;
    border-radius: 6px;
    background-color: #FFF;
    min-height: 800px;
}
.domain-info h4 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #F33C36;
    padding: 20px;
}
.domain-info-html {
    padding: 0 20px 20px;
    text-align: center;
}
.domain-info-html p {
    font-size: 14px;
    font-weight: 400;
    /* color: #57616F; */
    line-height: 24px;
    text-align: left;
    margin-bottom: 10px;
}
.domain-info-html img {
    margin-bottom: 20px;
}
.bd-example {
    min-width: 1200px !important;
}
.Carousel-link {
    text-align: left;
}
.Carousel-link h5 {
    font-size: 32px;
    font-weight: 500;
    color: #20262F;
    margin: 0;
}
.Carousel-link p {
    font-size: 14px;
    font-weight: 400;
    color: #57616F;
    line-height: 24px;
}
.Carousel-link a {
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 16px;
    padding: 8px 13px;
    background: linear-gradient(270deg, #EC1D23, #FE7155, #EC1D23);
    background-size: 200%;
    transition: background-position .5s;
}
.Carousel-link a i {
    font-size: 12px;
    font-weight: 400;
    padding-left: 10px;
}
.Carousel1-link {
    width: 450px;
    position: absolute;
    left: 66%;
    top: 51%;
}
.Carousel2-link {
    width: 450px;
    position: absolute;
    left: 63%;
    top: 52%;
}
.Carousel3-link {
    width: 450px;
    position: absolute;
    left: 69%;
    top: 57%;
}
.Carousel4-link {
    width: 380px;
    position: absolute;
    left: 61%;
    top: 44%;
}
.Carousel2-link h5 {
    margin-left: -3%;
}
@media (width<1600px) {
    .Carousel-link h5 {
        font-size: 26px;
    }
    .Carousel-link p {
        font-size: 10px !important;
    }
    .Carousel-link a {
        font-size: 12px !important;
    }
}
@media (min-width:1600px) {
    .Carousel-link h5 {
        font-size: 26px;
    }
    .Carousel-link p {
        font-size: 12px;
    }
}
@media (min-width:1800px) {
    .Carousel-link h5 {
        font-size: 30px;
    }
    .Carousel-link p {
        font-size: 14px;
    }
    .Carousel4-link h5 {
        font-size: 30px;
    }
}
@media (min-width:2400px) {
    .Carousel1-link h5 {
        font-size: 38px;
    }
    .Carousel-link p {
        font-size: 15px;
    }
    .Carousel4-link {
        width: 420px;
    }
    .Carousel4-link h5 {
        font-size: 38px;
    }
}
#carouselExampleCaptions {
    margin-top: 100px;
}
#carouselExampleCaptions .carousel-indicators li {
    background-color: #b2b4b3;
}
#carouselExampleCaptions .carousel-indicators .active {
    background-color: #EC1D23;
}
.bd-example {
    position: relative;
}
.index-tool {
    background-color: #F4F5F7;
    /* background-color: rgba(0, 0, 0, 0.25); */
    /* position: absolute;
    bottom: 0; */
    width: 100%;
    z-index: 1000;
}
.index-tool-contact {
    width: 1200px;
    margin: 0 auto;
}
.index-tool-contact span {
    display: inline-block;
    float: right;
    margin-top: 10px;
}
.index-tool-contact span i {
    font-size: 28px;
}
.index-tool-contact span .special {
    font-size: 36px !important;
    position: relative;
    bottom: 4px;
}
.index-tool-contact .col-7 {
    margin-left: -10px;
}
.index-tool-contact .col-7 p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    font-weight: 100;
}
.index-tool-contact .index-tool-item {
    padding: 10px 0;
}
.index-tool-anchor {
    cursor: pointer;
    color: #20262F;
    transition: all .3s;
}
.index-tool-anchor:hover {
    color: #EC1D23;
    transition: all .3s;
}
.carousel-control-next-icon {
    z-index: 10000;
}
.carousel-indicators {
    /* margin-bottom: 95px; */
}
.index-about {
    min-width: 1200px;
    height: 600px;
    background: url("/static/img/index/index-about.png");
}
.index-title {
    font-size: 30px;
    font-weight: bold;
    color: #1C1C1C;
    text-align: center;
    padding-top: 78px;
    margin: 0;
}
.index-title-en {
    font-size: 14px;
    font-weight: 400;
    color: #A7B0BF;
    text-align: center;
}
.index-title-about {
    padding-top: 150px !important;
}
.index-about-info {
    font-size: 16px;
    font-weight: 500;
    color: #20262F;
    line-height: 26px;
    text-align: center;
    padding-top: 60px;
    margin: 5px;
    font-weight: 600;
}
.index-about-info-en {
    font-size: 12px;
    font-weight: 400;
    color: #57616F;
    line-height: 26px;
    text-align: center;
    margin-bottom: 40px;
}
.index-about-link-btn {
    text-align: center;
}
.index-about-link-btn a {
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 26px;
    padding: 12px 27px;
    background: linear-gradient(270deg, #EC1D23, #FE7155, #EC1D23);
    background-size: 200%;
    transition: background-position .5s;
}
.index-about-link-btn a i {
    padding-left: 20px;
}
.index-product {
    min-width: 1200px;
}
.index-product-nav {
    width: 100%;
    min-width: 1200px;
    text-align: center;
    margin-top: 50px;
}
.index-product-nav .nav-item {
    margin-right: 120px !important;
}
.index-product-nav .nav-item:last-child {
    margin-right: 0 !important;
}
.index-product-nav .nav-item .active:after {
    width: 0px !important;
}
.index-product-nav .nav-item a span {
    display: none;
    height: 2px;
    background: linear-gradient(270deg, #FE7155, #EC1D23);
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
}
.index-product-nav .nav-item .active span {
    display: inline-block;
}
.index-product-SGT {
    background-image: url("/static/img/SGT.gif");
    height: 650px;
    background-position: right;
    background-repeat:no-repeat;
    background-color: #F4F5F7;
    margin-top: 20px;
}
.index-product-SJ {
    background-image: url("/static/img/SJ.gif");
    height: 650px;
    background-position: right;
    background-repeat:no-repeat;
    background-color: #F4F5F7;
    margin-top: 20px;
}
.index-product-IGBT {
    background-image: url("/static/img/IGBT.gif");
    height: 650px;
    background-position: right;
    background-repeat:no-repeat;
    background-color: #F4F5F7;
    margin-top: 20px;
}
.index-product-IPM {
    background-image: url("/static/img/IPM.gif");
    height: 650px;
    background-position: right;
    background-repeat:no-repeat;
    background-color: #F4F5F7;
    margin-top: 20px;
}
.index-product-SiCSBD {
    background-image: url("/static/img/SBD.gif");
    height: 650px;
    background-position: right;
    background-repeat:no-repeat;
    background-color: #F4F5F7;
    margin-top: 20px;
}
.index-product-SiCMOSFET {
    background-image: url("/static/img/MOSFET.gif");
    height: 650px;
    background-position: right;
    background-repeat:no-repeat;
    background-color: #F4F5F7;
    margin-top: 20px;
}
.index-product-GaN {
    background-image: url("/static/img/GAN.gif");
    height: 650px;
    background-position: right;
    background-repeat:no-repeat;
    background-color: #F4F5F7;
    margin-top: 20px;
}
.index-product-content {
    padding-left: calc((100% - 1200px) / 3 + 20px);
}
.index-product-content h4 {
    font-size: 24px;
    font-weight: bold;
    color: #20262F;
    padding-top: 223px;
}
.index-product-content .index-product-info {
    font-size: 16px;
    font-weight: 400;
    color: #57616F;
    line-height: 30px;
    margin-top: 30px;
    width: calc(100% - 1100px);
    min-width: 300px;
    margin-bottom: 30px;
}
.index-product-content .index-about-link-btn {
    text-align: left;
}
.index-domain {
    min-width: 1200px;
}
.index-domain-content {
    display: flex;
    margin-top: 70px;
    min-width: 1200px;
}
.index-domain-left {
    width: 55%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    height: 470px;
}
.index-domain-right {
    flex: 1;
    margin: 0;
    padding: 0;
    height: 100px;
    background: linear-gradient(270deg, #FE7155, #EC1D23);
    height: 470px;
    padding-left: 80px;
    padding-top: 135px;
}
.index-domain-left #index-domain-img {
    width: 100%;
    height: 360px;
}
.index-domain-btn-list {
    margin-top: 20px;
    margin-right: 50px;
    text-align: right;
}
.index-domain-btn-list li {
    display: inline-block;
    width: 60px;
    height: 65px;
    list-style: none;
    padding: 10px;
    overflow: hidden;
    margin: 0 calc((100% - 550px) / 12);
    cursor: pointer;
}
.index-domain-btn-list li img {
    width: 47px;
    height: 100%;
}
#index-domain-title {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 18px;
    margin-bottom: 2px;
}
#index-domain-title-en {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.5;
    margin-bottom: 10px;
}
#index-domain-title-en,.index-domain-tag {
    color: #FFFFFF;
}
#product-menu-box,#domain-menu-box-back,#about-menu-box {
    position: fixed;
    top: 110px;
    z-index: 1040;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.05);
    border-radius: 10px;
    display: none;
}
#product-menu-box ul,#domain-menu-box ul,#domain-menu-box-back ul,#about-menu-box ul {
    list-style-type: none;
    margin-bottom: 0;
    padding: 10px;
}
#product-menu-box ul li a,#domain-menu-box-back ul li a,#about-menu-box ul li a {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #57616F;
    border-radius: 4px;
    background-color: #FFF;
}
#product-menu-box ul li a:hover,.domain-menu-box-item ul li a:hover,#domain-menu-box-back ul li a:hover,#about-menu-box ul li a:hover {
    color: #F33C36;
    border-radius: 4px;
    background-color: #FFF6F6;
}
.domain-menu-box-list:hover {
    color: #F33C36;
}
#domain-menu-box {
    width: 1200px;
    margin: 0 auto;
    position: fixed;
    top: 110px;
    left: calc(50% - 600px);
    z-index: 1040;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.05);
    border-radius: 10px;
    padding: 10px 13px;
    display: none;
}
@media (width<=1200px) {
    #domain-menu-box {
        left: 380px;
    }
    #product-menu-box {
        left: 240px;
    }
}
.domain-menu-box-item {
    padding: 15px;
}
.domain-menu-box-list {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #1C1C1C;
    margin: 10px 15px;
    position: relative;
    left: 5px;
}
.domain-menu-box-list img {
    position: relative;
    bottom: 2px;
    right: 6px;
}
.domain-menu-box-item ul li a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #57616F;
    padding: 5px 10px;
    border-radius: 4px;
}
#product-not-data {
    text-align: center;
    margin-top: 100px;
    display: none;
}
.search-not-data {
    text-align: center;
    margin-top: 100px;
    height: 300px;
}
.treeview1 a i{
    background: url(/static/img/domain/gray/1.png);
    display: inline-block;
    width: 24px;
    height: 22px;
    margin-right: 10px;
    position: relative;
    top: 4px;
}
.treeview1:hover a i,.sidebar-menu .treeview1.active a i{
    background: url(/static/img/domain/white/1.png);
}
.treeview2 a i{
    background: url(/static/img/domain/gray/2.png);
    display: inline-block;
    width: 23px;
    height: 20px;
    margin-right: 10px;
    position: relative;
    top: 4px;
}
.treeview2:hover a i,.sidebar-menu .treeview2.active a i{
    background: url(/static/img/domain/white/2.png);
}
.treeview3 a i{
    background: url(/static/img/domain/gray/3.png);
    display: inline-block;
    width: 24px;
    height: 22px;
    margin-right: 10px;
    position: relative;
    top: 4px;
    right: 1px;
}
.treeview3:hover a i,.sidebar-menu .treeview3.active a i{
    background: url(/static/img/domain/white/3.png);
}
.treeview4 a i{
    background: url(/static/img/domain/gray/4.png);
    display: inline-block;
    width: 20px;
    height: 22px;
    margin-right: 10px;
    position: relative;
    top: 4px;
}
.treeview4:hover a i,.sidebar-menu .treeview4.active a i{
    background: url(/static/img/domain/white/4.png);
}
.treeview5 a i{
    background: url(/static/img/domain/gray/5.png);
    display: inline-block;
    width: 21px;
    height: 26px;
    margin-right: 10px;
    position: relative;
    top: 6px;
}
.treeview5:hover a i,.sidebar-menu .treeview5.active a i{
    background: url(/static/img/domain/white/5.png);
}
.treeview6 a i{
    background: url(/static/img/domain/gray/6.png);
    display: inline-block;
    width: 22px;
    height: 23px;
    margin-right: 10px;
    position: relative;
    top: 4px;
}
.treeview6:hover a i,.sidebar-menu .treeview6.active a i{
    background: url(/static/img/domain/white/6.png);
}
#index-domain5 img {
    width: 40px;
}
.join-list-not {
    text-align: center;
    margin-top: 100px;
    height: 500px;
}
.page-list {
    text-align: center;
    margin-top: 20px;
}
.page-list span{
    color: #EF2B2C;
    padding: 0 10px;
}
.page-list a {
    color: #EF2B2C;
    padding: 0 10px;
    cursor: pointer;
}
.page-list a:hover {
    color: #989FA9;
    text-decoration: underline !important;
}
.page-list .top-page {
    color: #989FA9 !important;
}
.newsdetails-crumbs-a:hover {
    color: #EF2B2C;
}
.domain-info-html p,.newsdetails-content-html p {
    font-size: 14px;
    font-weight: 400;
    /* color: #57616F; */
    line-height: 24px;
    text-align: left;
}
.newsdetails-content-html img{
    max-width: 700px;
    text-align: center;
}
.domain-info-html img {
    max-width: 100%;
    text-align: center;
}
.search-result {
    color: #20262F !important;
    font-weight: bold !important;
}
.search-result i,.join-search-result {
    color: #EF2B2C;
    padding: 0 2px;
    font-style:normal;
}
.news-search-crumbs {
    border: none;
}
.search-page-banner {
    height: 100px;
    background-color: #dadada;
}
.search-input-btn {
    width: 975px;
    margin: 0 auto;
    padding-top: 200px;
}
.search-page-input {
    position: relative;
}
.search-page-content {
    width: 1200px;
    margin: 0 auto;
    min-height: 800px;
    margin-top: -22px;
    margin-bottom: 80px;
}
.search-page-no-data {
    padding-top: 100px;
    text-align: center;
}
.search-page-content-right {
    border: 1px solid #F5F5F5;
    border-radius: 6px;
    background-color: #FFF;
    min-height: 800px;
}
.search-page-product-item {
    padding: 15px 0;
}
.search-page-product-item-img img{
    width: 325px;
}
.search-page-product-item-text {
    font-size: 14px;
    font-weight: 400;
    color: #57616F;
    line-height: 24px;
    text-indent: 2em;
    padding-top: 20px;
}
.search-page-link {
    text-align: center;
    padding-top: 10px;
}
.search-page-link-btn {
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 20px;
    padding: 10px 20px;
    background: linear-gradient(270deg, #EC1D23, #FE7155, #EC1D23);
    background-size: 200%;
    transition: background-position .5s;
}
.search-page-link-btn:hover{
    color: #FFFFFF;
    background-position: 100% 0;
}
.search-page-item .row {
    margin: 30px 15px;
    height: 123px;
    padding: 20px 10px;
    overflow: hidden;
    border-radius: 11px;
    font-size: 14px;
    color: #57616F;
    background-color: #f8f8f8;
    cursor: default;
}
.search-page-item .row:hover{
    box-shadow: 0 1px 7px 4px #ecf0f5;
}
.search-page-item-right-link-btn {
    padding-top: 27px;
    padding-left: 10px;
}
.search-page-product-item, .search-page-item {
    display: none;
}
.highlight-tag {
    color: #F33C36;
    font-weight: bold;
    font-style: normal;
}
.el-select {
    display: block;
}
.el-input__prefix, .el-input__suffix {
    top: 24px
}
.el-select-dropdown__item.selected,.el-select-dropdown__item.hover {
    color: #EC1D23;
    font-weight: 300;
    background-color: #FFF6F6;
}
.el-select-dropdown__item:hover {
    color: #F33C36;
    border-radius: 4px;
    background-color: #FFF6F6;
}
.el-select .el-input.is-focus .el-input__inner {
    border: 1px solid #e9e8e8;
}
.specimen-hint,.specimen-add-btn {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #57616F !important;
}
.specimen-add-btn span {
    border: 1px solid #e0e0e0;
    padding: 10px 15px;
    border-radius: 6px;
    cursor: pointer;
    background-color: #FFF;
}
.specimen-add-btn span:hover {
    transition: all .2s;
    background: linear-gradient(270deg, #FE7155, #EC1D23);
    color: #FFF;
    border-color: #FFF;
}
.quality-main {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 80px 20px 40px 20px;
    border: 1px solid #F5F5F5;
    border-radius: 21px;
    margin-bottom: 80px;
    position: relative;
    bottom: 21px;
    background-color: #FCFCFC;
}
.quality-img {
    padding: 30px 12px;
}
.quality-img img {
    display: inline-block;
    width: 200px;
    height: 283px;
}
.quality-text {
    padding: 30px 0;
}
.zoom-img-wrap {
    width: calc(100vw - 20px);
    height: calc(100vh - 20px);
    z-index: 2000;
}
.zoom-img-wrap .zoom-img {
    box-shadow: 0 1px 7px 4px #ecf0f5;
}
.quality-item {
    height: 383px;
    overflow: hidden;
    border-radius: 0px 0px 6px 6px;
}
.quality-item:hover .card-body{
    width: 325px;
    margin: 0 auto;
    height: 180px;
    overflow: hidden;
    background: linear-gradient(270deg, #FE7155, #EC1D23) !important;
    border-radius: 0px 0px 6px 6px !important;
    color: #FFF !important;
    border-color: #FE7155;
    outline: none;
    position: relative;
    bottom: 80px;
    transition: all .7s;
}
.quality-item:hover .card-body h4 {
    color: #FFF !important;
}
.quality-item .card-body h4 {
    color: #000;
    font-size: 15px;
    padding: 20px 0 20px 0;
}
.quality-item .card-body {
    width: 325px;
    margin: 0 auto;
    height: 100px;
    overflow: hidden;
    background: linear-gradient(270deg, #ffffff, #ffffff) !important;
    border-radius: 0px 0px 6px 6px !important;
    color: #000 !important;
    border-color: #FE7155;
    outline: none;
    position: relative;
    bottom: 0px;
    transition: all .7s;
}
.quality-list-link {
    margin-top: 10px;
    padding: 20px 0 20px 0;
}
.quality-list-link a {
    font-size: 14px;
    font-weight: 400;
    color: #F33C36;
    padding: 10px 23px;
    border-radius: 21px;
    background-color: #FFF;
}
.quality-list-link a:hover {
    color: #FE7155;
}
.quality-list-link a i {
    padding-left: 10px;
}
.quality-zhiliang {
    margin-bottom: 160px;
}
.quality-zhiliang h4 {
    font-size: 32px !important;
    padding-bottom: 40px;
}
.quality-zhiliang .about-label {
    width: 50px;
    margin-bottom: 60px;
    /* background: #8EC31F; */
}
.quality-zhiliang .about-subheading {
    font-size: 48px !important;
    color: #ec363c;
    font-weight: 600;
}
.quality-promise-area {
    margin-bottom: 100px;
}
.quality-promise {
    margin: 0 50px ;
}
.quality-promise h4 {
    color: #ec363c;
    padding: 20px 0;
    font-size: 20px;
    text-align: left;
}
.quality-promise p {
    text-align: left;
    margin-bottom: 50px;
    margin-top: 20px;
}
.language {
    display: inline-block;
    margin-left: 15px;
}
.language a {
    color: #000;
    padding: 5px 8px;
}
.language-activate,.language a:hover {
    background-color: #EC1D23;
    color: #FFF !important;
}