
.nanner {
    width: 100%;
    position: relative;
}

.nanner .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.nanner .imgs .img {
    width: 100%;
    padding-top: 26.0416%;
}

.nanner .nox {
    position: absolute;
    z-index: 4;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nanner .nox .nit {
    width: 100%;
    color: #fff;
    line-height: 1.5;
}

.md-bread.md27494 .layout {
    width: 1200px;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.md-bread.md27494 .curmbes_box {
    display: flex;
    height: 0.7rem;
    align-items: center;
}

.md-bread.md27494 .curmbes_box span {
    color: #000;
    margin: 0 0.2rem;
}

.md-bread.md27494 .curmbes_box svg {
    width: 1em;
    height: 1em;
}

.md-bread.md27494 .curmbes_box em {
    color: #333;
}

@media screen and (max-width: 900px) {
    .md-bread.md27494 .curmbes_box span {
        margin: 0 0.5em;
    }
}

.main_box {
    padding-top: 0.5rem;
    padding-bottom:0.5rem;
}

.main_wrap .layout {
    width: 1200px;
    max-width: 96%;
    margin: 0 auto;
}

.main_box form {
    width: 57.3%;
    overflow: hidden;
    padding-right: .25rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main_box form .rows {
    padding: .1rem 0;
}

.main_box form .input_rows {
    width: 48%;
}

.main_box form .input_rows label {
    font-size: calc(12px - 0.12rem + 0.16rem);
    display: block;
    padding-bottom: .1rem;
}

.main_box form .input_rows label span {
    color: red;
}

.main_box form .input_rows input {
    width: 100%;
    border-radius: 5px;
    height: .4rem;
    line-height: .4rem;
 
    color: #888;
    text-indent: 5px;
    border: 1px #cbcecd solid;
}

.main_box form .textarea_rows {
    width: 100%;
}

.main_box form .textarea_rows label {
    font-size: calc(12px - 0.12rem + 0.16rem);
    display: block;
    padding-bottom: .1rem;
}

.main_box form .textarea_rows label span {
    color: red;
}

.main_box form .textarea_rows textarea {
    width: 100%;
    height: 1.2rem;
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 5px; 
    color: #888;
}

.main_box form .ewm_rows {
    width: 100%;
}

.main_box form .ewm_rows label {
 
    display: block;
    padding-bottom: .1rem;
}

.main_box form .ewm_rows label span {
    color: red;
}

.main_box form .ewm_rows .vcode {
    display: flex;
}

.main_box form .ewm_rows .vcode input {
    width: 1rem;
    border-radius: 5px;
    height: .35rem;
    line-height: .35rem;
    border: 1px #cbcecd solid;
    text-indent: 5px;
}

.main_box form .ewm_rows .vcode img {
    height: .35rem;
    margin-left: .15rem;
}

.main_box form .sub_rows {
    width: 100%;
}

.main_box form .sub_rows input {
    width: 1.6rem;
    height: .5rem;
    background: #222;
    border-radius: 5px;
    color: #fff; 
    border: none;
}

.main_box .right_product {
    width: 42%;
}

.main_box .product_info {
    display: flex;
    padding: .1rem 0;
    border-bottom: 1px solid #eee;
}

.main_box .product_info .pic_box a {
    display: block;
    width: 1.2rem;
    text-align: center;
    vertical-align: middle;
}

.main_box .product_info .tet_box {
    margin-left: .3rem;
}

.main_box .product_info .tet_box h6 {
    margin-bottom: .05rem;
}

.main_box .product_info .tet_box h6 a {
    font-size: calc(12px - 0.12rem + 0.16rem);
    color: #333; 
}

.main_box .product_info .tet_box h6 a:hover {
    text-decoration: underline;
}

.main_box .product_info .tet_box p {
 
    color: #333;
    line-height: 1.6;
}

.main_box .product_info .tet_box .remov_box {
    margin-top: .1rem;
    cursor: pointer;

}

.main_box .product_info .tet_box .remov_box a {
    display: inline-flex;
    align-items: center;
}

.main_box .product_info .tet_box .remov_box svg {
    width: 1em;
    height: 1em;
    margin-right: .05rem;
}

.main_box .product_info .tet_box .remov_box i {
    display: inline-block;
    margin-right: .05rem;

}

@media (max-width:900px) {
    .main_box form {
        width: 100%;
    }

    .main_box .right_product {
        width: 100%;
    }

    .main_box form .input_rows input {
        height: 40px;
    }

    .main_box form .ewm_rows .vcode input {
        height: 40px;
        width: 160px;
    }

    .main_box .product_info .pic_box a {
        width: 100px;
    }
}
