﻿input.password,
input.text,
input[type=password],
input[type=text] {
    font-size: 12px;
    line-height: 20px;
    color: #777;
    vertical-align: top;
    display: inline-block;
    height: 20px;
    padding: 4px;
    border: 1px solid #E6E9EE;
    outline: 0;
}

* {
    outline: 0;
}


/*header*/

.head {
    height: 49px;
    background-color: #333;
    border-bottom: 1px solid #e8e8e8;
    color: #fff;
}

.head .logo {
    float: left;
    display: flex;
    align-items: center;
    height: 48px;
}

.head .logo span {
    padding-left: 15px;
    margin-left: 15px;
    font-size: 14px;
    line-height: 13px;
    border-left: 1px solid #fff;
}

.h-menu {
    float: right;
}

.h-menu li {
    display: inline-block;
    line-height: 48px;
    padding: 0 25px;
    position: relative;
}

.h-menu li span {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.h-menu li .headpic {
    width: 30px;
    height: 30px;
    margin-left: 5px;
}

.h-menu li a {
    color: #fff;
}

.h-menu li span:hover,
.h-menu li a:hover {
    color: #4ea836;
}

.h-menu li:last-child {
    padding-right: 0;
    padding-left: 35px;
    margin-left: 10px;
}

.h-menu li label {
    display: inline-block;
    vertical-align: middle;
}

.h-menu li:last-child::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 0;
}

.icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #dcdcdd;
    vertical-align: middle;
    margin-left: 10px;
}

.icon.icon-user {
    background-image: url(../img/icon1.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.write {
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 100%;
    white-space: nowrap;
    margin-left: 35px;
    cursor: pointer;
}

.write-btn {
    padding: 0 14px;
    border-radius: 40px;
    border: 0;
    background-image: linear-gradient(to right, #f85d2b, #fe9527);
    line-height: 32px;
    display: inline-block;
    color: white;
}

.write-btn .icon-w {
    display: inline-block;
    padding-left: 20px;
    background: url(../img/icon2.png) no-repeat left center;
    ;
}

.write-btn .icon-w .el-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 9px;
    height: 8px;
    background: url(../img/icon3.png) no-repeat center center;
}

.drop {
    padding: 18px 20px;
    width: 260px;
}

.drop .tit {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.q-list h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}

.q-list h3 a {
    font-size: 14px;
    float: right;
    color: #999999;
    display: block;
    padding-right: 10px;
    background: url(../img/icon8.png) no-repeat right center;
}

.q-list li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 24px;
}

.q-list a {
    color: #999999;
}

.q-list a:hover {
    color: #4ea836;
}

.q-list li a span {
    color: #4ea836;
}

.header .menu li {
    font-size: 16px;
    display: inline-block;
    margin-left: 40px;
    position: relative;
}

.header .menu li.active a {
    font-weight: bold;
    color: #4ea836;
}

.header .menu li.active::after {
    content: '';
    bottom: -22px;
    display: block;
    width: 24px;
    height: 4px;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    background: #4ea836;
    border-radius: 4px;
}

.header {
    line-height: 50px;
    padding: 20px 0;
    background: #ffffff;
}

.header .logo {
    margin-right: 24px;
}

.search .el-input {
    font-size: 16px;
    border: 1px solid #4ea836;
    border-radius: 5px;
}

.search .btn {
    width: 64px;
    text-align: center;
    color: #222;
}

.dialog-tit {
    line-height: 76px;
    padding: 0 30px;
    border-bottom: 1px solid #e8e8e8;
}

.login-box {
    padding: 0 30px;
}

.login-box li {
    margin-bottom: 20px;
}

.lbl-radio {
    cursor: pointer;
    flex: 1;
}

.lbl-radio span {
    display: inline-block;
    padding-left: 18px;
    background: url(../img/icon50.png) no-repeat left center;
}

.lbl-radio a {
    color: #4ea836;
}

.lbl-radio span.on {
    background: url(../img/icon50-1.png) no-repeat left center;
}

.login-box.box1 {
    padding-top: 30px;
}

.login-box .txt {
    display: inline-block;
    font-size: 14px;
    color: #999;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #e8e8e8;
    height: 14px;
    line-height: 14px;
}

.login-box .txt:hover {
    color: #4ea836;
}

.login-box .txt:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}

.btn .el-button {
    font-size: 18px;
    color: #4ea836;
}

.btn .el-button--primary {
    background-image: linear-gradient(to right, #4ea836, #63c449);
    border-color: #4ea836;
    width: 100%;
    line-height: 56px;
    padding: 0;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
}

.btn {
    text-align: center;
    margin-bottom: 10px;
}

.login-bottom {
    text-align: center;
    padding-bottom: 30px;
}

.login-bottom img {
    margin: 0 auto;
}

.login-bottom ul {
    margin-bottom: 5px;
}

.login-bottom li {
    flex: 1;
}

.login-bottom ul {
    display: flex;
}

.login-bottom p {
    color: #adadad;
    line-height: 25px;
}

.login-type {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 69px;
    height: 69px;
    background: url(../img/l-ewm.png);
    cursor: pointer;
}

.login-type.on {
    background: url(../img/l-pc.png);
}

.login-box .ewm {
    height: 331px;
    text-align: center;
}

.login-box .ewm .img {
    width: 229px;
    height: 229px;
    padding: 5px;
    background: #fff;
    margin: 0 auto;
}


/*header***end*/

.head-nav-wrapper {
    height: 40px;
    line-height: 40px;
    margin-top: 35px;
    margin-right: 10px;
    text-align: center;
    width: 100%;
    text-align: left;
    margin-top: 15px;
    margin-right: 0;
}

.head-nav-wrapper .site-menu {
    display: inline-block;
    color: #333;
}

.head-nav-wrapper .site-menu li {
    position: relative;
    float: left;
    padding: 0 11px;
    font-size: 14px;
    color: #333;
    padding: 0 20px;
}

.head-nav-wrapper .site-menu li:first-child {
    padding-left: 0;
}

.head-nav-wrapper .site-menu .current {
    color: #006eff;
}

.head-nav-wrapper .site-menu li a {
    vertical-align: middle;
}

.head-nav-wrapper .site-menu li .nav-down-i {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
}

.nav-list-wrapper {
    height: 20px;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    left: 0;
    margin-top: -1px;
    display: none;
    z-index: 1000;
}

.nav-arrow {
    width: 16px;
    position: absolute;
}

.sub-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 0 20px 30px;
    border: 1px solid rgba(238, 238, 238, 1);
    box-shadow: 0px 2px 15px 0px rgba(0, 110, 255, 0.2);
    background: #fff;
    margin-top: 7px;
    max-width: 930px;
}

.sub-nav-list {
    width: 200px;
    float: left;
    margin-right: 30px;
}

.sub-nav-list:nth-child(3) {
    width: 400px;
}

.sub-nav-list h5 {
    height: 35px;
    line-height: 35px;
    position: relative;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.nav-item-list {
    line-height: 26px;
    margin-top: 10px;
}

.nav-item-list .nav-item {
    
    display: inline-block;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-wrapper:hover .nav-list-wrapper {
    display: block;
}

.sub-nav-list h5::after {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #eee;
}

.nav-arrow::after {
    position: absolute;
    content: '';
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #eee;
}

.nav-arrow::before {
    position: absolute;
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    z-index: 1;
    margin-top: 1px;
    margin-left: 1px;
}

.nav-arrow {
    width: 16px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
}

.swiper1 .swiper-slide {
    height: 435px;
    background-position: center center;
    background-repeat: no-repeat;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    opacity: 1;
    border-radius: 0;
    background: none;
}

.swiper-pagination-bullet-active {
    background: #ff7300;
    border-color: #ff7300;
}

.pcba-entry-wrapper,
.pcba-entry-wrapper * {
    box-sizing: content-box;
}

.pcba-entry-wrapper {
    width: 390px;
    height: 272px;
    margin-top: -300px;
    position: relative;
    z-index: 990;
    margin-left: 50%;
    left: -600px;
    padding-top: 10px;
    box-shadow: 1px 1px 3px 2px rgba(204, 204, 204, .35);
    margin-bottom: 18px;
    background-color: rgba(255, 255, 255, .98);
}

.pcba-entry-wrapper .pcba-entry-tab {
    position: relative;
    height: 32px;
    line-height: 30px;
    font-size: 0;
}

.pcba-entry-wrapper .pcba-entry-tab .pcba-entry-tab-item {
    display: inline-block;
    width: 130px;
    text-align: center;
    font-size: 14px;
    position: relative;
}

.pcba-entry-wrapper .pcba-entry-tab .pcba-entry-tab-item:after {
    content: '';
    position: absolute;
    height: 16px;
    border-right: 1px solid #ccc;
    top: 7px;
    right: 0;
}

.pcba-entry-wrapper .pcba-entry-tab .pcba-entry-tab-item.no-after:after {
    content: '';
    border: none;
}

.pcba-entry-wrapper .pcba-entry-tab .pcba-entry-tab-item.active,
.pcba-entry-wrapper .pcba-entry-tab .pcba-entry-tab-item:hover {
    color: #006ffe;
}

.pcba-entry-wrapper .pcba-entry-tab .pcba-entry-tab-active {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 34px;
    width: 60px;
    height: 2px;
    background: #006ffe;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    -moz-transition: transform .3s ease, -moz-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper {
    width: 390px;
    height: 240px;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-bom-section {
    display: none;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-bom-section .up-ajax-wrapper .up-ajax-input {
    opacity: 0;
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-bom-section .up-ajax-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-bom-section .bom-upload-wrap {
    margin: 30px auto;
    background: #fff;
    padding: 60px 150px;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-bom-section .upload-wrapper {
    height: 240px;
    width: 390px;
    text-align: center;
    position: relative;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-bom-section .upload-con-div {
    display: inline-block;
    line-height: initial;
    vertical-align: middle;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-bom-section .bom-upload-screen-lock {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .25);
    top: 0;
    z-index: 9999;
    left: 0;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-bom-section .circle1 {
    width: 120px;
    height: 120px;
    background: #e5effa;
    position: absolute;
    top: 50%;
    margin-top: -75px;
    margin-left: -75px;
    left: 50%;
    border-radius: 75px;
    line-height: initial;
    padding: 15px;
    z-index: 11111;
    display: none;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-bom-section .circle1 .circle2 {
    width: 90px;
    height: 90px;
    padding: 15px;
    background: #cee1f5;
    border-radius: 60px;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-bom-section .circle1 .circle3 {
    width: 90px;
    height: 90px;
    background: #b9d4f1;
    border-radius: 45px;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-bom-section .circle1 .circle3 p {
    width: 100%;
    margin-top: 4px;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-bom-section .upload-process {
    font-size: 14px;
    color: #06c;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-bom-section .upload-process em {
    font-size: 24px;
    color: #06c;
    font-weight: 700;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-bom-section .circle1 .text-content {
    font-size: 12px;
    color: #666;
    margin-top: 22px;
    display: inline-block;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-bom-section .bom-icon-excel {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    background: url(../img/bx_icons_common.png) -360px -30px;
    vertical-align: top;
    margin-top: 11px;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-bom-section .upload-con-div .up-first-row {
    font-size: 12px;
    color: #999;
    line-height: 18px;
    margin-top: 20px;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-bom-section .upload-con-div .up-second-row {
    font-size: 12px;
    color: #999;
    line-height: 18px;
    margin-top: 0;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-pcb-section .entry-row {
    font-size: 0;
    height: 34px;
    line-height: 32px;
    margin-bottom: 20px;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-pcb-section .entry-row .left-ceil {
    font-size: 12px;
    display: inline-block;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-pcb-section .entry-row .right-ceil {
    font-size: 12px;
    width: 280px;
    text-align: left;
    display: inline-block;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-pcb-section .entry-row .input-wrapper {
    display: inline-block;
    border: 1px solid #ccc;
    height: 32px;
    color: #999;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-pcb-section .entry-row .input-wrapper.current {
    border-color: #006ffe;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-pcb-section .entry-row .input-wrapper input {
    border: none;
    margin-left: 5px;
    height: 24px;
    line-height: 24px;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-pcb-section .entry-row .input-wrapper.w-half input {
    padding-left: 0;
    margin-left: 0;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-smt-section {
    margin-top: 18px;
    padding: 0 21px;
    font-size: 0;
    display: none;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-smt-section .head-tit-row {
    height: 18px;
    line-height: 18px;
    margin-bottom: 9px;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-smt-section .head-tit-row span {
    font-size: 12px;
    text-align: left;
    width: 102px;
    margin-right: 21px;
    display: inline-block;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-smt-section .head-tit-row span:last-child {
    margin-right: 0;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-smt-section .input-row {
    margin-bottom: 20px;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-smt-section .input-row .input-wrapper {
    font-size: 12px;
    width: 100px;
    display: inline-block;
    margin-right: 21px;
    border: 1px solid #ccc;
    height: 32px;
    line-height: 32px;
    color: #999;
    vertical-align: middle;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-smt-section .input-row .input-wrapper.current {
    border-color: #006ffe;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-smt-section .input-row .input-wrapper:last-child {
    margin-right: 0;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-smt-section .input-row .input-wrapper input {
    width: 54px;
    border: none;
    padding-left: 10px;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
    margin: 1px;
    float: left;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-smt-section .input-row .input-wrapper .a-unit {
    float: right;
    padding-right: 5px;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-smt-section .input-row .input-wrapper:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: url(../img/bx_icons_common.png) -196px -174px;
    display: none;
    bottom: 0;
    right: -1px;
}

.com-item-tit,
.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-smt-section .input-row .input-wrapper.checked:after {
    display: block;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-smt-section .input-row .input-wrapper.checked {
    text-align: center;
    position: relative;
    border: 1px solid #006ffe;
    color: #333;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-button-section {
    text-align: center;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-button-section .entry-btn {
    height: 34px;
    line-height: 34px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    width: 204px;
    text-align: center;
    border-radius: 2px;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .check-wrapper {
    display: inline-block;
    margin-left: -5px;
    vertical-align: top;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .check-wrapper.ml-zero {
    margin-left: 0;
    float: left;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .check-wrapper input[type=radio] {
    opacity: 0;
    position: absolute;
    width: 99px;
    left: 0;
    height: 30px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .check-wrapper:hover .btn-style-1 {
    border-color: #006ffe;
    color: #006ffe;
    position: relative;
    z-index: 1;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .check-wrapper.checked .btn-style-1 {
    border-color: #006ffe;
    color: #006ffe;
    position: relative;
    border-width: 2px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    z-index: 11;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .check-wrapper.checked .btn-style-1:after {
    display: inline-block;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .check-wrapper .btn-style-1 {
    display: inline-block;
    width: 99px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    cursor: pointer;
    color: #333;
    text-align: center;
    padding: 1px;
    background: #fff;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .check-wrapper .btn-style-1.w132 {
    width: 132px;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .check-wrapper .btn-style-1.short input[type=radio] {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 30px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .check-wrapper .btn-style-1:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: url(../img/bx_icons_common.png) -196px -174px;
    display: none;
    bottom: 0;
    right: -1px;
}

.pcba-entry-wrapper {
    background-color: rgba(255, 255, 255, .98);
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-bom-section .up-ajax-wrapper {
    background: linear-gradient(-90deg, #0b62ff, #00a1ff);
    border-radius: 2px;
    width: 204px;
    height: 34px;
    line-height: 34px;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-bom-section .up-ajax-wrapper .bom-icon-excel {
    margin-top: 8px;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-bom-section .up-ajax-wrapper .up-ajax-input {
    width: 202px;
    height: 32px;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-bom-section .upload-wrapper .bom-txt-wrapper {
    margin: 20px;
    border: 2px dotted #eee;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-bom-section .upload-wrapper .bom-txt-wrapper .main-text {
    text-align: center;
    line-height: 16px;
    width: 250px;
    margin: 51px auto 30px;
    font-size: 14px;
    color: #333;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-bom-section .upload-wrapper .bom-txt-wrapper .des-txt {
    line-height: 12px;
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
    font-size: 12px;
    color: #999;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-button-section .entry-btn {
    background: linear-gradient(-90deg, #0b62ff, #00a1ff);
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-pcb-section .entry-row .left-ceil {
    width: 78px;
    padding-right: 12px;
    text-align: right;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-pcb-section .entry-row .input-wrapper {
    width: 278px;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-pcb-section .entry-row .input-wrapper input {
    width: 230px;
    float: left;
    vertical-align: middle;
    margin: 1px;
    padding: 3px 4px;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-pcb-section .entry-row .input-wrapper.w-half {
    width: 98px;
    padding: 0 10px;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-pcb-section .entry-row .input-wrapper.w-half input {
    width: 70px;
    text-align: left;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-pcb-section .entry-row .input-wrapper.w-half:first-child {
    float: left;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-pcb-section .entry-row .right-ceil .mid-txt {
    float: left;
    width: 35px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .check-wrapper .btn-style-1.short {
    width: 37px;
    position: relative;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .check-wrapper .btn-style-1.short input[type=radio] {
    width: 54px;
}

.pcba-entry-wrapper .pcba-entry-tab .pcba-entry-tab-item i {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: top;
    margin-top: 8px;
    margin-right: 5px;
}

.pcba-entry-wrapper .pcba-entry-tab .pcba-entry-tab-item i.pcb {
    background: url(../img/aipcba-icons.png) 0 -100px;
}

.pcba-entry-wrapper .pcba-entry-tab .pcba-entry-tab-item i.bom {
    background: url(../img/aipcba-icons.png) 0 -120px;
}

.pcba-entry-wrapper .pcba-entry-tab .pcba-entry-tab-item i.smt {
    background: url(../img/aipcba-icons.png) 0 -140px;
}

.pcba-entry-wrapper .pcba-entry-tab .pcba-entry-tab-item.active i.pcb {
    background: url(../img/aipcba-icons.png) -20px -100px;
}

.pcba-entry-wrapper .pcba-entry-tab .pcba-entry-tab-item.active i.bom {
    background: url(../img/aipcba-icons.png) -20px -120px;
}

.pcba-entry-wrapper .pcba-entry-tab .pcba-entry-tab-item.active i.smt {
    background: url(../img/aipcba-icons.png) -20px -140px;
}

.pcba-entry-wrapper .pcba-entry-tab .pcba-entry-tab-active.en {
    margin-left: 16px;
    width: 94px;
}

.pcba-entry-wrapper .pcba-entry-tab .pcba-entry-tab-active.cn {
    margin-left: 27px;
    width: 74px;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-pcb-section .entry-row.hf-1 {
    margin-top: 18px;
    width: 190px;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-pcb-section .entry-row.hf-2 {
    margin-top: 18px;
    width: 172px;
    font-size: 0;
    display: inline-block;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-pcb-section .entry-row.hf-1 .right-ceil {
    width: 100px;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-pcb-section .entry-row.hf-1 .input-wrapper {
    width: 98px;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-pcb-section .entry-row.hf-1 .input-wrapper input {
    width: 63px;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-pcb-section .entry-row.entry-row.hf-2 .left-ceil {
    padding-right: 6px;
    float: left;
    width: 82px;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-pcb-section .entry-row.hf-2 .right-ceil {
    width: 84px;
    float: right;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-pcb-section .entry-row.hf-2 .input-wrapper {
    width: 78px;
}

.pcba-entry-wrapper .pcba-entry-content-wrapper .entry-pcb-section .entry-row.hf-2 select {
    width: 84px;
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 0;
    float: right;
    line-height: 34px;
}

.c-left {
    display: inline-block;
}

.c-right {
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
    margin-top: 22px;
    font-size: 12px;
}

.bqs-chk {
    position: relative;
    width: 13px;
    height: 13px;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 3px;
    float: left;
}

.bqs-chk label {
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #a9a9a9;
    background: #0A68FF;
    border-radius: 12px;
}

.bqs-chk label::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 8px;
    top: 0px;
    left: 3px;
    border: 1px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(40deg);
}

.bqs-chk label {
    border: 1px solid #0A68FF;
}

em {
    font-style: normal;
}

.convenient {
    border-bottom: 1px solid #eee;
}

.convenient .wrap {
    display: flex;
    padding: 30px 0;
    align-items: center;
}

.convenient .input {
    flex: 1;
    height: 40px;
    line-height: 40px;
    border: 4px;
    background: #f1f1f1;
    font-size: 14px;
    padding-left: 17px;
    box-sizing: border-box;
    border-radius: 0;
    margin-right: 20px;
    display: flex;
}

.convenient .input span {
    color: #4ea836;
    padding: 0 20px;
    cursor: pointer;
}

.convenient .el-button {
    width: 111px;
    height: 40px;
    line-height: 40px;
    background: #4ea836;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 4px;
}

.convenient .el-button:hover {
    opacity: 0.7;
}

.input input {
    flex: 1;
    outline: none;
    line-height: 40px;
    height: 100%;
    border: 0;
    font-size: 14px;
}

.convenient .msg {
    width: 400px;
}

.convenient .msg div {
    font-size: 24px;
    border-left: 5px solid #4ea836;
    padding-left: 8px;
    line-height: 1;
}

.convenient .msg p {
    padding-left: 15px;
    margin-top: 8px;
    font-size: 18px;
}

.rand_num {
    color: #4ea836;
}

.page_tit:first-child {
    padding-top: 0;
}

.page_tit {
    padding: 50px 0;
    text-align: center;
}

.page_tit h3 {
    font-size: 36px;
    font-weight: bold;
}

.page_tit p {
    font-size: 14px;
    margin-top: 17px;
    color: #666;
    line-height: 26px;
}

.page_tag2 {
    text-align: center;
    font-size: 0;
    margin-bottom: 49px;
}

.page_tag2 li {
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
    background: #f9f9f9;
    opacity: 1;
    border-radius: 4px;
    text-align: center;
    color: #71777d;
    font-size: 14px;
    margin-right: 24px;
    display: inline-block;
    cursor: pointer;
    transition: all .3s;
}

.page_tag2 li:hover,
.page_tag2 li.activeN {
    background-color: #4ea836;
    color: #fff;
}

.mainer {
    padding-bottom: 0
}

.tab-card {
    font-size: 0;
}

.tab-card .h3 {
    font-size: 20px;
    font-family: Microsoft YaHei UI;
    font-weight: 700;
    line-height: 30px;
    color: #2b333a;
    margin: 0;
}

.tab-card .p {
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    line-height: 26px;
    color: #71777d;
    margin: 20px 0 28px;
}

.tab-card .card-list ul li {
    font-size: 12px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    line-height: 18px;
    color: #2b333a;
    margin-bottom: 12px;
}

.tab-card .card-list ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    background: #ff9f28;
    border-radius: 50%;
    margin-right: 8px;
    opacity: 1;
}

.tab-card .card-item {
    width: 384px;
    height: 429px;
    padding: 32px;
    display: inline-block;
    vertical-align: top;
    background: #fff9f2 url(../img/idm_img_main.0b6ce16.png) no-repeat;
    border-radius: 4px;
}

.tab-card .card-item .c-btn {
    margin-top: 48px;
    width: 104px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #ff9f28;
    opacity: 1;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
}

.tab-card .card-item .c-btn:hover {
    opacity: .8;
}

.tab-card .card-group {
    width: 248px;
    height: 429px;
    background: #f9f9f9;
    opacity: 1;
    border-radius: 4px;
    padding: 31px 24px;
    display: inline-block;
    vertical-align: top;
    background: #f9f9f9 url(../img/idm_img_vice.a46908d.png) no-repeat;
    margin-left: 24px;
}

.tab-card .card-group h3 {
    margin: 24px 0;
}

.tab-card .card-group img {
    margin-left: -6px;
    width: 56px;
    height: auto;
}

.tab-card .card-group .card-group-list {
    margin-top: 32px;
}

.tab-card .card-group .card-group-list ul li {
    width: 94px;
    display: inline-block;
}

.tab-card .card-item2 {
    width: 384px;
    height: 429px;
    background: #fff9f2 url(../img/idh_img_main.9983adc.png) no-repeat;
    display: inline-block;
    vertical-align: top;
}

.tab-card .card-item2 .c-btn {
    margin-top: 79px;
}

.tab-card .crad-img-list {
    width: 382px;
    height: 429px;
    display: inline-block;
    vertical-align: top;
    background: #f9f9f9 url(../img/idh_img_vice.c74e084.png) no-repeat;
    margin-left: 24px;
    padding: 32px;
    text-align: left;
}

.tab-card .crad-img-list h3 {
    font-size: 18px;
    font-family: Microsoft YaHei UI;
    font-weight: 700;
    line-height: 28px;
    color: #2b333a;
    margin: 0 0 48px;
}

.tab-card .crad-img-list .item-img {
    font-size: 0;
    text-align: left;
}

.tab-card .crad-img-list .item-img .img {
    display: inline-block;
    margin-right: 47px;
    margin-bottom: 20px;
}

.tab-card .crad-img-list .item-img .img img {
    width: 99px;
    height: 74px;
    display: block;
}

.tab-card .crad-img-list .item-img .img p {
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    line-height: 22px;
    color: #2b333a;
    margin: 8px 0 0;
    text-align: left;
    padding-left: 8px;
}

.tab-card .crad-img-list2 .item-img .img {
    margin-bottom: 24px;
    margin-right: 40px;
}

.tab-card .crad-img-list2 .item-img .img:nth-child(3),
.tab-card .crad-img-list2 .item-img .img:nth-child(4) {
    margin-bottom: 24px;
}

.tab-card .crad-img-list2 .item-img .img:nth-child(5),
.tab-card .crad-img-list2 .item-img .img:nth-child(6) {
    margin-bottom: 0;
}

.tab-card .crad-img-list2 .item-img .img img {
    width: 120px;
    height: 90px;
}

.tab-card .card-item3 {
    background: #fff9f2 url(../img/pcb_img_main.8339b50.png) no-repeat;
    background-size: 80%;
    background-position: right bottom;
}

.tab-card .card-list {
    font-size: 0;
}

.tab-card .card-list .list-img {
    display: inline-block;
    vertical-align: top;
    margin-right: 32px;
}

.tab-card .card-list .list-img img {
    width: 56px;
    height: 56px;
}

.tab-card .card-list .list-img p {
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    line-height: 22px;
    color: #71777d;
    margin-top: 16px;
}

.tab-card .card-item-r {
    width: 792px;
    height: 429px;
    background: url(../img/pcb_img_vice.78d0499.png) no-repeat;
    padding: 32px;
    margin-left: 24px;
    display: inline-block;
    vertical-align: top;
}

.tab-card .card-item-r h3 {
    font-size: 18px;
    font-family: Microsoft YaHei UI;
    font-weight: 700;
    line-height: 28px;
    color: #2b333a;
    margin: 0 0 24px;
}

.tab-card .card-item-r .r-list {
    margin-bottom: 40px;
    font-size: 0;
}

.tab-card .card-item-r .r-list ul li {
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    line-height: 22px;
    color: #71777d;
    margin-bottom: 16px;
    display: inline-block;
}

.tab-card .card-item-r .r-list ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    background: #ff9f28;
    border-radius: 50%;
    margin-right: 8px;
    opacity: 1;
}

.tab-card .card-item-r .r-list ul li:last-child {
    margin-bottom: 0;
}

.tab-card .card-item-r .img-list {
    font-size: 0;
}

.tab-card .card-item-r .img-list .item {
    display: inline-block;
    margin-right: 32px;
}

.tab-card .card-item-r .img-list .item img {
    width: 219px;
    height: 188px;
}

.tab-card .card-item-r .img-list .item p {
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    line-height: 22px;
    color: #71777d;
    margin-top: 16px;
    margin-bottom: 0;
    text-align: center;
}

.tab-card .card-item-r .img-list .item:last-child {
    margin-right: 0;
}

.tab-card .card-item-f {
    background: #fff9f2 url(../img/ees_img_main.d9b82e0.png) no-repeat;
}

.tab-card .card-group-f h3 {
    margin-top: 36px;
    margin-bottom: 30px;
}

.tab-card .card-g-l-f ul li {
    width: 100% !important;
    display: block !important;
    margin-bottom: 24px;
    font-size: 14px;
    color: #2b333a;
}

.tab-card .card-list-five {
    background: #fff9f2 url(../img/bom_img_main.579d379.png) no-repeat;
}

.tab-card .crad-img-list-five {
    text-align: left;
}

.tab-card .news-item {
    width: 139px;
    display: inline-block;
    margin-bottom: 99px;
    text-align: left;
    margin-right: 40px;
}

.tab-card .news-item:nth-child(2n) {
    margin-right: 0;
}

.tab-card .news-item:nth-child(3),
.tab-card .news-item:nth-child(4) {
    margin-bottom: 0;
}

.tab-card .news-item h3 {
    font-size: 18px;
    font-family: Microsoft YaHei UI;
    font-weight: 700;
    line-height: 28px;
    color: #2b333a;
    margin: 0 0 24px;
}

.tab-card .news-item p {
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    line-height: 26px;
    color: #71777d;
    margin: 0;
    text-align: left;
}

.tab-card .crad-img-list5 h3 {
    margin-bottom: 24px;
}

.tab-card .crad-img-list5 .title-li p {
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    line-height: 26px;
    color: #71777d;
    margin: 0 0 12px;
    text-align: left;
}

.tab-card .crad-img-list5 .title-li p:last-child {
    margin-bottom: 0;
}

.tab-card .crad-img-list5 .img-list {
    margin-top: 45px;
}

.tab-card .crad-img-list5 .img-list img {
    width: 94px;
    height: 58px;
    margin-right: 8px;
    display: inline-block;
}

.tab-content .card-six .title-top {
    text-align: justify;
    margin-bottom: 12px;
}

.tab-content .card-six .title-top h3 {
    font-size: 20px;
    font-family: Microsoft YaHei UI;
    font-weight: 700;
    line-height: 30px;
    color: #2b333a;
    margin: 0;
    display: inline-block;
}

.tab-content .card-six .title-top a {
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    line-height: 22px;
    color: #71777d;
    display: inline-block;
    float: right;
}

.tab-content .card-six .title-top a span {
    transform: rotate(-90deg);
    margin-left: 5px;
}

.tab-content .card-six .title-top:after {
    display: inline-block;
    width: 100%;
    content: "";
}

.tab-content .card-six .highlight-span {
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    line-height: 22px;
    color: #ff9f28;
}

.tab-content .card-six p {
    font-size: 16px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    line-height: 30px;
    color: #71777d;
    margin: 20px 0 46px;
}

.tab-content .card-six .card-five-img img {
    display: inline-block;
    width: 250px;
    height: 186px;
    margin-right: 24px;
}

.tab-content .card-six .card-five-img img:last-child {
    margin-right: 0;
}

.tab-content .card-six .card-item-left {
    margin-right: 24px;
}

.tab-content .card-six .card-item-left,
.tab-content .card-six .card-item-right {
    width: 588px;
    height: 429px;
    display: inline-block;
    vertical-align: top;
    padding: 32px;
    background: url(../img/kechaung_img_bg.0a25eba.jpg) no-repeat;
}

.quote-section {
    float: left;
    width: 590px;
    height: 288px;
    margin-bottom: 20px;
    margin-right: 20px;
    background: #fff;
    overflow: hidden;
}

.quote-section:nth-child(2n) {
    margin-right: 0;
}

.quote-text-wrapper {
    float: left;
    margin: 20px 0 20px 20px;
    width: 230px;
    line-height: 28px;
    color: #333;
    font-size: 12px;
    position: relative;
    height: 248px;
}

.quote-text-wrapper .text-tit {
    float: left;
    color: #333;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    text-align: left;
    width: 100%;
    font-weight: bold;
}

.quote-text-wrapper .text-content {
    margin-top: 10px;
    float: left;
    line-height: 28px;
    margin-bottom: 15px;
}

.text-content p {
    position: relative;
    padding-left: 22px;
    line-height: 22px;
    margin: 4px 0;
}

.text-content p::before {
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    content: '';
    background: url(../img/aipcba-icons.png) -40px -140px;
}

.quote-pcb {
    width: 168px;
    position: relative;
    display: block;
    clear: both;
    margin-top: 15px;
    height: 34px;
    line-height: 34px;
    background: #fff;
    color: #06c;
    border: 1px solid #06c;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
}

.quote-image-list {
    margin-top: 20px;
    width: 320px;
    height: 248px;
    overflow: hidden;
}

.quote-image-list p {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: rgba(51, 51, 51, .5);
    bottom: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 15px;
    color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
    width: 26px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(51, 51, 51, .5);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0;
}

.swiper-button-next,
.swiper-button-prev {
    opacity: 0;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
    opacity: 1;
}

.quote-pcb .pcba-hot {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-left: 10px;
}

.section-wrapper.procedure {
    margin-top: 50px;
    height: 120px;
    background: #fff;
    clear: both;
}

.section-tit {
    float: left;
    width: 260px;
    margin-left: 0;
    line-height: 120px;
    height: 120px;
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-right: 0;
}

.info-section .section-wrapper.procedure .procedure-items {
    float: left;
    height: 100%;
    background: #fff;
    padding-left: 20px;
}

.procedure-items .item {
    width: 114px;
    height: 100%;
    float: left;
    position: relative;
    margin-right: 20px;
    text-align: center;
}

.procedure-items .item .icon {
    border-radius: 0;
    background-image: url(../img/aipcba-icons.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 30px;
    margin: 29px auto 19px;
}

.procedure-items .item .prc-text {
    text-align: center;
    font-size: 14px;
    color: #999;
}

.procedure-items .item:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/aipcba-icons.png) -80px 0;
    top: 50%;
    right: -20px;
    margin-top: -10px;
}

.procedure-items .item:last-child:after {
    display: none;
}

.procedure-items .item .icon.p1 {
    background-position: -100px 0;
}

.procedure-items .item .icon.p2 {
    background-position: -100px -40px;
}

.procedure-items .item .icon.p3 {
    background-position: -100px -80px;
}

.procedure-items .item .icon.p4 {
    background-position: -100px -120px;
}

.procedure-items .item .icon.p5 {
    background-position: -100px -160px;
}

.procedure-items .item .icon.p6 {
    background-position: -100px -200px;
}

.procedure-items .item .icon.p7 {
    background-position: -100px -240px;
}

.J-special-process-body .title h3 {
    display: inline-block;
    font-size: 36px;
    line-height: 1;
}

.J-special-process-body .title p {
    display: inline-block;
    font-size: 18px;
    color: #666;
    margin-left: 10px;
}

.J-special-process-body .box {
    height: 380px;
    margin-top: 15px;
}

.J-special-process-body .box .item {
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
    float: left;
    width: 15%;
    height: 380px;
    margin-right: 5px;
}

.J-special-process-body .box .item .info {
    display: none;
}

.J-special-process-body .box .item .tabs {
    position: relative;
    left: -25px;
    z-index: 3;
    display: block;
    animation: special-process 0.5s alternate;
}

.J-special-process-body .box .item .opacity {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.J-special-process-body .box .item .inner {
    width: 480px;
    padding: 40px 48px;
    color: #fff;
}

.J-special-process-body .box .item .inner .dt {
    font-size: 18px;
    margin-top: 5px;
}

.J-special-process-body .box .item .inner .des {
    font-size: 14px;
    margin: 12px 0 0 0;
}

.J-special-process-body .box .item .inner .des p {
    margin-bottom: 9px;
    line-height: 1.2;
}

.J-special-process-body .box .item .inner .lines {
    width: 385px;
    overflow: hidden;
    margin-top: 15px;
    font-size: 14px;
}

.J-special-process-body .box .item .inner .lines dd {
    float: left;
    width: 115px;
    margin-bottom: 5px;
}

.J-special-process-body .box .item .inner .lines dd.w125 {
    position: relative;
    width: 125px;
    margin-left: -12px;
}

.J-special-process-body .box .item .inner .online-quotation {
    display: block;
    width: 180px;
    height: 40px;
    margin-top: 25px;
    cursor: pointer;
    font-size: 16px;
    line-height: 42px;
    border: 1px solid #ff6a00;
    text-align: center;
    background-color: #ff6a00;
    color: #fff;
    border-radius: 100px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.J-special-process-body .box .item .inner .online-quotation:hover {
    background-color: #ff791a;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

.J-special-process-body .box .item.cur {
    width: calc(55% - 20px);
}

.J-special-process-body .box .item.cur .info {
    display: block;
    animation: special-process 0.5s alternate;
}

.J-special-process-body .box .item.cur .tabs {
    display: none;
}

.J-special-process-body .box .item.cur .dt {
    font-size: 20px;
    font-weight: bold;
}

.J-special-process-body .box .item.cur .opacity {
    display: none;
    background-color: rgba(0, 0, 0, 0);
}

.index-customer-reviews {
    padding: 20px;
    background: #fff;
    margin-top: 20px;
}

.index-customer-reviews h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.index-customer-reviews h3 a {
    float: right;
    display: block;
    padding-right: 20px;
    background: url(../img/more-btn@.icon.png) no-repeat right center;
    font-size: 14px;
    font-weight: normal;
    color: #888;
}

.index-customer-reviews h3 a:hover {
    background-image: url(../img/more-btn-over@.icon.png);
    color: #df0012;
}

.swiper6 img {
    height: auto;
}

.swiper6 p {
    text-align: center;
    line-height: 30px;
    font-size: 15px;
}

.index-customer-reviews .list li.wzxs {
    border-bottom: none;
    width: 340px;
    float: left;
    padding: 20px;
}

.index-customer-reviews .list li.wzxs img {
    width: 100%;
    height: 188px;
}

.index-customer-reviews .list li.wzxs p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0;
}

.index-customer-reviews .list li.wzxs div {
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
}

.index-customer-reviews .list li.wzxs p a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 236px;
    float: left;
}

.index-customer-reviews .list li.wzxs p span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: right;
}

.four-guarantee {
    background-color: #fff;
}

.four-guarantee .guarantee-box {
    padding: 30px 0;
}

.four-guarantee .guarantee-box li {
    float: left;
    overflow: hidden;
    padding: 20px 0;
    width: 299px;
    height: 45px;
    border-right: 1px solid #f2f3f7;
    text-align: center;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    transition: All 0.4s ease-in-out;
}

.four-guarantee .guarantee-box li:hover {
    color: #0068b7;
    -webkit-transform: translate(0, -12px);
    -moz-transform: translate(0, -12px);
    -o-transform: translate(0, -12px);
    transform: translate(0, -12px);
    -ms-transform: translate(0, -12px);
}

.four-guarantee .guarantee-box li:last-child {
    border-right: 0;
}

.four-guarantee .guarantee-box li .jp-ico {
    margin: 0 auto;
    margin-bottom: 15px;
    width: 69px;
    height: 58px;
    float: left;
}

.four-guarantee .guarantee-box li .jp-ico img {
    display: inline-block;
}

.f20 {
    font-size: 20px;
}

.c9 {
    color: #999;
}


/*footer*/

.footer img {
    display: inline-block
}

.footer {
    border-top: 5px solid #212121;
    background-color: #212121;
}

.footer .line-wrap {
    position: relative;
    padding: 35px 0;
    padding-top: 30px;
    padding-bottom: 25px;
}

.footer .line-wrap .companyinfo {
    width: 385px;
    float: left;
}

.footer .line-wrap .companyinfo .f-logo {
    display: block;
    margin-bottom: 25px;
    width: 218px;
    height: 63px;
    background: url(../img/f-logo.png);
}

.footer .line-wrap .companyinfo .info-box {
    color: #c6c6c6;
}

.footer .line-wrap .companyinfo .info-box dt {
    overflow: hidden;
    margin-bottom: 10px;
}

.footer .line-wrap .companyinfo .info-box dt span {
    float: left;
    display: block;
    margin-right: 20px;
}

.footer .line-wrap .companyinfo .info-box dd {
    line-height: 1.9;
}

.foot_nav dl {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

.foot_nav dl dt {
    padding-right: 50px;
    font-size: 16px;
    color: #fff;
    padding-bottom: 12px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #666;
}

.foot_nav dl dd a {
    display: block;
    color: #bcbcbc;
    line-height: 30px;
    font-size: 14px;
}

.foot_nav dl dd a:hover,
.link a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.footer .line-wrap .companyinfo .info-box .info-icon {
    position: relative;
    top: -2px;
    float: left;
    margin-right: 5px;
}

.footer .line-wrap .footer-center {
    margin: 0 0 0 0px;
}

.footer .line-wrap .footer-center .iphone {
    width: 100%;
    height: 42px;
    border: 1px solid #676769;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    border-radius: 42px;
    color: #fff;
    font-size: 18px;
    line-height: 42px;
}

.footer .line-wrap .footer-center .iphone i {
    float: left;
    margin: 10px 15px 0 15px;
    width: 21px;
    height: 21px;
    background: url(../img/tel-big@icon.png) 100%;
    -webkit-animation: scale 2s 0s infinite;
    animation: scale 2s 0s infinite;
}

.footer .line-wrap .footer-center .iconspirit-val {
    text-align: center;
    margin-top: 10px;
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@keyframes scale {
    0% {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.2, 1.2, 1.2);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

.footer {
    padding-bottom: 10px;
}

.footer .line-wrap .ewm {
    position: absolute;
    top: 35px;
    right: 0;
    width: 220px;
    height: 150px;
}

.footer .line-wrap .ewm p {
    margin-top: 3px;
    color: #bbb;
    text-align: center;
}

.footer .copyright {
    padding: 10px 0;
    border-top: 1px solid #555;
    color: #bbb;
}

.footer .copyright a {
    margin: 0 3px;
    color: #bbb;
}

.footer .copyright a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer .link {
    color: #bcbcbc;
    overflow: hidden;
    height: 20px;
}

.footer .link a {
    margin-left: 10px;
    color: #bcbcbc;
}

.footer .link a:hover {
    color: #fff
}