﻿/*new-bom-banner*/
.component-box {
    background: url(/images/bom/Components-bg.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 55px;
}

    .component-box .cbox-ls {
        width: 483px;
        background: rgba(3,5,12,.5);
        padding: 0 50px 60px;
    }

        .component-box .cbox-ls .form-group {
            padding-top: 30px;
        }

            .component-box .cbox-ls .form-group label {
                display: inline-block;
                margin-bottom: 5px;
                font-weight: 400;
                color: #fff;
                font-size: 21px;
            }

            .component-box .cbox-ls .form-group .box-box {
                width: 100%;
                border-radius: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                padding: 0 15px;
                height: 40px;
                background-color: #fff;
                font-size: 18px;
                color: #737373;
                border: none;
            }

            .component-box .cbox-ls .form-group .upload {
                width: 100%;
                background-color: rgba(121,178,200,.27);
                text-align: center;
                border-radius: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                margin: 2% 0 4%;
                padding: 15px;
            }

                .component-box .cbox-ls .form-group .upload .bx {
                    border: 2px dashed #26a8e4;
                    border-radius: 5px;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                }

                .component-box .cbox-ls .form-group .upload .upn {
                    padding: 3px 12px;
                    color: #fff;
                    font-size: 14px;
                    line-height: 5rem;
                    text-align: center;
                    white-space: nowrap;
                    vertical-align: middle;
                    user-select: none;
                    background: #1870ff;
                    border-radius: 5px;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    cursor: pointer;
                    border: none;
                    margin: 100px 0;
                    position: relative;
                }

.uploadfiles {
    position: relative;
    display: inline-block;
    background: #f5f5f5;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    overflow: hidden;
    color: #262626;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
}

.upn input {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}

.component-box .cbox-ls .form-group span {
    font-size: 12px;
    color: #fff;
}

    .component-box .cbox-ls .form-group span a {
        color: #4fceff;
    }

.component-box .cbox-ls .form-group textarea.box-box {
    height: 155px;
    padding: 2% 15px;
    resize: none;
    color: #737373;
    font-size: 18px;
    font-family: inherit;
}

.component-box .cbox-ls .form-group .btn {
    display: block;
    padding: 8px 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    user-select: none;
    background: #1870ff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
    border: none;
    margin: 35px auto 0;
}

.component-box .cbox-rs {
    margin-left: 50px;
    color: #fff;
    width: 665px;
}

    .component-box .cbox-rs h3 {
        font-size: 36px;
        padding: 40px 0;
        line-height: 1.2;
        color: #fff;
    }

.cbox-rs .mid li {
    margin-right: 80px;
    float: left;
    width: 140px;
}

    .cbox-rs .mid li > div {
        font-size: 14px;
        color: #fff;
        padding-top: 5px;
    }
        .cbox-rs .mid li > div * {
            color: #fff;
        }
        .cbox-rs .ft {
            margin-top: 30px;
        }


/*Component Type*/
.c-type h3 {
    font-size: 33px;
    color: #000;
    padding: 40px 0 30px;
}

.c-type .ele-column {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.w1280:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    clear: both;
}

.c-type dd {
    margin-bottom: 10px;
    color: #313131;
    float: left;
    width: 25%;
    box-sizing: border-box;
    font-size: 16px;
}

    .c-type dd a {
        color: inherit;
        display: flex;
        align-items: center;
    }

    .c-type dd img {
        width: 60px;
        height: 60px;
        padding-right: 4px;
    }
