.technical_from {}

.technical_from .container {
    width: 1100px !important;
}

.technical_from .container .box {
    padding: 50px 60px;
    background-color: #fff;
    box-shadow: 0px 0px 14px 2px rgba(15, 17, 23, 0.10);
    border-radius: 15px;
}

.technical_from .container .box>.title {
    font-size: 24px;
    font-weight: 550;
    text-align: center;
}

.technical_from .container .box>.line {
    text-align: center;
    width: 100%;
    height: auto;
    background: transparent;
}

.technical_from .container .box>.line div {
    display: inline-block;
    width: 50px;
    height: 4px;
    background-color: #2A78AB;
    margin-top: 16px;
}

.technical_from .container .box .subtitle {
    text-align: center;
    margin-top: 30px;
}

.technical_from .container .box .subtitle h3,
.technical_from .container .box .subtitle div {
    color: #666;
    font-size: 16px;
}

.technical_from .container .box .subtitle div {
    margin-top: 10px;
}

.technical_from .container .box .form .item {
    margin-top: 20px;
}

.technical_from .container .box .form .item:first-child {
    margin-top: 50px;
}

.technical_from .container .box .form .item:last-child {
    margin-top: 30px;
}

.technical_from .container .box .form .item .title {
    display: inline-block;
    text-align: right;
    width: 17%;
    height: 42px;
    line-height: 42px;
    float: left;
}

.technical_from .container .box .form .item .input {
    display: inline-block;
    width: 81%;
    height: 42px;
    border: 1px solid #EEE;
    border-radius: 5px;
    float: right;
    padding-left: 10px;
}
.technical_from .container .box .form .item .input.beizhu{
    height: 104px;
    padding-top: 10px;
}
.technical_from .container .box .form .item .code {
    display: inline-block;
    width: 81%;
    float: right;
}

.technical_from .container .box .form .item .code .input {
    width: 33%;
    float: left;
    border-radius: 5px;
}

.technical_from .container .box .form .item .code img {
    width: 33%;
}

.technical_from .container .box .form .item .code .text {
    line-height: 42px;
    font-size: 16px;
    color: #ccc;
    padding-left: 18px;
}

.technical_from .container .box .form .item .code {
    width: 81%;
    float: right;
}
.technical_from .container .box .form .item .code .yzm {
    width: 147px;
    float: left;
    height: 42px;
    overflow: hidden;
}
.technical_from .container .box .form .item .code .yzm img{
    width: 100%;
}
.technical_from .container .box .form .item .code .btn:hover {
    transform: scale(1.05);
}
.technical_from .container .box .form .item .code .btn {
    cursor: pointer;
    display: inline-block;
    width: 160px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 21px;
    background-color: #eee;
    color: #333;
    transition: all 0.3s;
}

.technical_from .container .box .form .item .code .btn:first-child {
    background-color: #2A78AB;
    margin-right: 20px;
    color: #fff;
}

@media (max-width: 991px) {
    .technical_from .container {
        padding: 0 15px;
        width: 100% !important;
    }

    .technical_from .container .box {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .technical_from .container .box .form .item .title {
        display: none;
    }

    .technical_from .container .box .form .item input {
        width: 100%;
    }

    .technical_from .container .box .form .item {
        padding: 0 14px;
    }

    .technical_from .container .box .form .item .code {
        width: 100%;
        text-align: center;
    }

    .technical_from .container .box .subtitle {
        padding: 0 15px;
    }

    .technical_from .container .box .form .item .code .btn:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .technical_from .container .box .form .item .code .btn {
        /* width: 49%; */
    }
}

@media (min-width: 992px) {
    .technical_from .container {
        width: 980px !important;
    }
}

@media (min-width: 1260px) {
    .technical_from .container {
        width: 980px !important;
    }
}

@media (min-width: 1460px) {
    .technical_from .container {
        width: 980px !important;
    }
}

@media (min-width: 1680px) {
    .technical_from .container {
        width: 1100px !important;
    }
}