        .qua-title {
            text-transform: uppercase;
            font-size: 2rem;
            font-weight: bold;
            color: #2D3F44;
            margin-bottom: 30px;
        }
        
        .qua-img {
            margin-right: 30px;
            /* height: 220px; */
            object-fit: contain;
            margin-bottom: 60px;
        }
        
        .qua-img img {
            width: 100%;
        }
        
        .qua-text {
            font-size: 1.25rem;
            font-weight: bold;
            color: #2D3F44;
            margin: 20px 0 30px 0;
            font-family: 'font';
        }
        
        .qua-all-size {
            font-size: 1.25rem;
            font-weight: bold;
            color: #2D3F44;
            margin-bottom: 25px;
            font-family: 'font';
        }
        
        .qua-box {
            margin-bottom: 60px;
        }
        
        .qua-p {
            margin-bottom: 30px;
            font-size: 1rem;
            font-weight: 400;
            color: #2D3F44;
            line-height: 18px;
            font-family: 'font1';
        }
        
        .qua-icon-box {
            width: 100%;
            flex-wrap: wrap;
            font-size: 1rem;
            color: #2D3F44;
        }
        
        .qua-cart {
            display: flex;
            width: 33%;
            margin-bottom: 30px;
            align-items: center;
        }
        
        .qua-cart img {
            width: 60px;
            height: 60px;
            object-fit: none;
            margin-right: 12px;
        }
        
        .table-box p {
            /*display: flex;*/
            /*justify-content: flex-start;*/
        }
        
        .qua-table-p {
            color: #2D3F44;
            margin-bottom: 20px;
            margin-top: 5px;
        }
        
        .qua-box td,
        .qua-box th {
            border: 1px solid #909FA6 !important;
            text-align: left;
            width: 20%;
            padding: 0px 30px;
        }
        
        .qua-box th {
            font-size: 1rem;
            font-weight: bold;
            color: #2D3F44;
            line-height: 20px;
            padding: 10px 10px 10px 30px;
        }
        
        .qua-box td {
            font-size: 1rem;
            color: #2D3F44;
        }
        
        .down-lode table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 90px;
            border: none;
        }
        
        .down-lode th,
        .down-lode td {
            padding: 8px;
            border: none;
            text-align: center;
        }
        
        .down-lode tr:nth-child(even) {
            background-color: #E8ECEE;
        }
        
        .down-lode th {
            background-color: #0084bb;
            color: #fff;
            height: 30px;
            /* padding: 15px 12px; */
        }
        
        .follow-icon {
            display: flex;
        }
        
        .follow-icon div {
            margin-right: 10px;
        }
        
        .content-pcb-left2 {
            width: 50vw;
            margin-right: -22px;
        }
        
        .table-left {
            text-align: left !important;
            padding-left: 29px !important;
            width: 28vw;
        }
        
        .down-lode td {
            /* height: 84px; */
            padding: 20px 0px;
            color: #333;
            line-height: 22px;
        }
        
        .down-lode td:hover,
        .down-lode tr:hover td {
            color: #0084bb;
            cursor: pointer;
        }
        
        .file-box {
            width: 70%;
            margin: 0 auto;
        }
        
        .file-box img {
            margin-right: 10px;
        }
        
        .down {
            display: none;
            position: relative;
            left: 24%;
        }
        
        .down-lode tr:hover .nodown {
            display: none;
        }
        
        .down-lode tr:hover .down {
            display: block;
            margin-left: 23px;
        }
        
        .pcb-title {
            margin-bottom: 30px;
            text-transform: uppercase;
        }
        
        .texting-box {
            margin-bottom: 20px;
            width: 32.4%;
        }
        
        .texting-box img {
            width: 100%;
        }
        
        .texting-box p {
            text-align: center;
            margin-top: 10px;
            color: #2D3F44;
        }
        
        .contanct-title {
            font-size: 2rem;
            font-weight: bold;
            color: #2D3F44;
            text-align: center;
            margin: 60px 0 27px 0;
        }
        
        .contanct-box p {
            font-size: 1rem;
            font-weight: 400;
            color: #666666;
            text-align: center;
            line-height: 26px;
            width: 72%;
            margin: 0 auto;
            margin-bottom: 49px;
        }
        
        .contanct-box input {
            border: 1px solid #DBDBDB;
            height: 50px;
            padding-left: 20px;
            outline: #0084bb;
            font-size: 1rem;
            color: #333;
        }
        
        .contanct-box input:focus {
            outline: 1px solid #0084bb;
            /* border: none; */
        }
        
        .contanct-box textarea:focus {
            outline: 1px solid #0084bb;
            border: none;
        }
        
        .contanct-box textarea {
            font-size: 1rem;
            color: #333;
        }
        
        .contanct-box textarea::placeholder,
        .contanct-box input::placeholder {
            color: #999;
            font-family: 'font1';
            font-size: 1rem;
            /* padding-left: 10px; */
        }
        
        .bitian3 input {
            width: 100%;
        }
        
        .bitian3 span {
            top: 26% !important;
        }
        
        .bitian3 .onError {
            top: 25% !important;
        }
        
        .bitian {
            position: relative;
        }
        
        .bitian span {
            display: inline-block;
            position: absolute;
            left: 20px;
            top: 40%;
            color: #ED0B0B;
        }
        
        .tow-input>div {
            width: 49%;
        }
        
        .tow-input>div input,
        .intl-tel-input {
            width: 100%;
        }
        
        .contanct-box .onError {
            font-size: .875rem;
            position: absolute;
            right: -10px;
            bottom: 18px;
            color: #ED0B0B;
        }
        
        .text-box {
            width: 100%;
        }
        
        .text-box textarea {
            width: 100%;
        }
        
        .contanct-file {
            width: 103%;
            display: flex;
            justify-content: space-between;
            margin-bottom: 20px;
        }
        
        .contanct-file>div {
            width: 32%;
        }
        
        .notes-box {
            margin-bottom: 60px;
            font-size: .875rem;
            color: #666;
            line-height: 18px;
        }
        
        .notes-box a {
            color: #0084bb;
            text-decoration: underline;
        }
        
        .notes-box .text {
            font-size: 1rem;
            color: #333;
            font-family: 'font1';
        }
        
        .notes-button {
            width: 100%;
            display: flex;
            justify-content: center;
            margin-bottom: 60px;
        }
        
        .notes-button button {
            width: 400px;
            height: 50px;
            background: #0084bb;
            border-radius: 25px;
            color: #fff;
            border: none;
            font-size: 1rem;
        }
        
        .contanct-footer {
            padding-top: 60px;
            margin-bottom: 0;
            padding-bottom: 60px;
        }
        
        .info-cart {
            width: 28%;
            background-color: #fff;
            border-radius: 20px;
            padding: 30px 30px 15px 30px;
        }
        
        .info-box {
            align-items: inherit;
        }
        
        .info-imgs {
            width: 40%;
            background-color: #fff;
            padding: 30px;
            border-radius: 20px;
            align-items: center;
        }
        
        .info-imgs .info-text {
            flex: 1;
        }
        
        .follow-icon div {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: solid 1px #0084bb;
        }
        
        .follow-icon div:hover {
            background-color: #0084bb;
        }
        
        .info-imgs .info-text p {
            font-size: 20px;
            font-weight: 400;
            color: #333333;
            border-bottom: 1px solid #ccc;
            padding-bottom: 19px;
            margin-bottom: 19px;
            line-height: 24px;
        }
        
        .info-imgs .info-text span {
            display: block;
            font-size: 1rem;
            font-weight: 400;
            color: #748289;
            margin-left: 10px;
            line-height: 20px;
            flex: 1;
        }
        
        .info-cart p {
            font-size: 1.25rem;
            font-weight: bold;
            color: #333333;
            margin-bottom: 29px;
        }
        
        .info-cart p.info-cart-zw {
            font-size: 18px;
            color: #748289;
            margin-top: -20px;
        }
        
        .info-cart div {
            font-size: 1rem;
            font-weight: bold;
            color: #748289;
            
        }
        
        .info-cart div a {
            font-size: 1rem;
            font-weight: bold;
            color: #748289;
        }
        
        #file3,
        #file2,
        #file {
            display: none;
        }
        
        .file1,
        .file2,
        .file3 {
            position: relative;
            top: -10px;
            display: inline-block;
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        
        .file4 {
            position: relative;
            top: -20px;
            display: inline-block;
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }