.container .content.yuding {
    padding: 10px;
}
.container .content.yuding .remarks {
    line-height: 40px;
    font-size: 15px;
}
.container .content.yuding .conInput .conTitle, .container .content.yuding label {
    font-size: 15px;
}
#province {
    width: 144px;
}
.h{
    display: flex;
}
input[name=email]{
    width: 250px!important;
}
input[name=phone]{
    width: 250px!important;
}
input[name=fax]{
    width: 145px!important;
}
input[name=typeOther]{
    width: 330px!important;
}
input[name=identOther]{
    width: 180px!important;
}
.m{
    margin-left: 20px;
}
input[name=address]{
    width: 490px!important;
}
.firtitle {
    font-weight: bold;
    color: #e3a51f;
    line-height: 40px;
    font-size: 17px;
    border-bottom: 1px solid #000;
}
.productCate li.categiores_li.show {
    background-color: #334760;
}
.productCate li.show p {
    text-decoration: underline;
}
.productCate .child_categiroes ul li.child_categiroes_reji p {
    text-decoration: none;
}
.productCate .choose div {
    cursor: pointer;
    background: #334760;
    float: left;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.productCate .choose div span {
    color: #FFF;
}
.container .content.yuding .conInput input[type='number'].bordererror, .container .content.yuding .bordererror {
    border: 1px solid red;
}
.container .content.yuding .conInput {
    line-height: 40px;
    margin: 5px 0px;
}
.container .content.yuding .conInput .required {
    color: red;
    font-size: 15px;
}
.container .content.yuding .conInput input#osolCatchaTxt0, .container .content.yuding .conInput input, .container .content.yuding .conInput select {
    height: 25px;
    margin-left: 5px;
    margin-right: 20px;
    color: #000;
}
.container .content.yuding .conInput .error {
    color: red;
    display: none;
}
.productCate {
    border-bottom: 1px solid #E3E3E1;
    min-height: 100px;
    margin-top: 10px;
}
.productCate .choose {
    overflow: hidden;
}
.productCate li {
    margin: auto 10px;
    overflow: hidden;
    display: inline-block;
}
.productCate li p {
    padding: 3px;
    cursor: pointer;
    font-size: 15px;
}
.selected {
    color: #f39700 !important;
}
.productCate .child_categiroes {
    position: absolute;
    background: #FFF;
    display: none;
    border: 2px solid #334760;
    max-width: 300px;
    min-width: 50px;
    z-index: 10;
    min-height: 35px;
}
.container .content.yuding .conInput #captchaCode0 {
    display: inherit;
}
select, input, textarea {
    font-family: roboto;
    outline: none;
    resize: none;
}
.container .content.yuding .conInput #submint {
    border: 0px;
    background: #334760;
    color: #FFF;
    border-radius: 5px;
    padding: 5px 30px;
    height: 35px;
    font-size: 17px;
    font-weight: bold;
    margin-left: 270px;
    cursor: pointer;
}
.hall_left img {
    max-width: 100%;
}
.layui-upload-file{
    display: none !important;
}
.isshock2{
    animation-delay: 0s;
    animation-name: shock2;
    animation-duration: .1s;
    animation-iteration-count: 3;
    animation-direction: normal;
    animation-timing-function: linear;
}
@keyframes shock2 {
    0% {
        left: 0px;
        right: 8px;
        margin-top: 0px;
    }
    100% {
        left: 8px;
        right: 0px;
        margin-top: 5px	;	/* 可以自定义上下左右的幅度 */
    }
}
.nc-container .nc_scale span {
    height: 35px !important;
}

.imageBorder img {
    width: 100px;
}

.img_shows {
    display: flex;
}
.img_shows .img-box {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 5px 5px 0;
}
.img_shows img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img_shows .del {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    background: red;
    color: #fff;
    padding: 2px 5px;
    line-height: normal;
}
