@import url('/skin/mobile/css/common.css');
@import url('/skin/mobile/css/footer.css');


.m2-title-nav-1 {
    overflow: hidden;
    position: relative;
    text-align: right;
    margin-top: 1px;
    height: 38px;
    padding: 7px 11px 0 9px;
    background: #e8e8e8;
    border-top: 1px solid #e8e8e8;
}

.m2-title-nav-1 a {
    display: inline-block;
    font-size: 0.875em;
    height: 32px;
    line-height: 28px;
    width: 32px;
    position: relative;
}

.m2-title-nav-1-bp,
.m2-title-nav-1-bl,
.m2-title-nav-1-bh {
    background: url(/skin/mobile/css/images/VISkins-m2.png) no-repeat;
    background-size: 35px 600px;
}

.m2-title-nav-1-bp {
    background-position: 0 0;
}

.m2-title-nav-1-bl {
    background-position: 0 -286px;
}

.m2-title-nav-1-bh {
    margin-right: 10px;
    background-position: 0 -232px;
}


.m2-search-1 {
    height: 30px;
    position: relative;
}

.m2-search-1-bt {
    width: 42px;
    height: 30px;
    float: right;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    position: relative;
}

.m2-search-1-bt {
    background-color: #1a2558;
}

.m2-search-1-bt:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 17px;
    position: absolute;
    right: 14px;
    top: 5px;
    z-index: 99;
}

.m2-search-1-bt:before {
    border: 3px solid #fff;
}

.m2-search-1-bt:after {
    content: '';
    display: block;
    width: 4px;
    height: 10px;
    border-radius: 5px;
    border: 0;
    position: absolute;
    right: 12px;
    top: 16px;
    z-index: 99;
    -webkit-transform: rotate(-52deg);
    -o-transform: rotate(-52deg);
    -ms-transform: rotate(-52deg);
    transform: rotate(-52deg);
}

.m2-search-1-bt:after {
    background: #fff;
}

.m2-search-1-in {
    float: right;
    position: absolute;
    z-index: 100;
    right: 10px;
    top: 15px;
    width: 42px;
    height: 30px;
    border: 0;
}

.m2-search-1-in {
    background: transparent;
}

.m2-search-1-ipt {
    margin-right: 42px;
}

.m2-search-1-key {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    line-height: 30px;
    border-right: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    text-indent: 15px;
    float: left;
    color: #333;
    border: 1px solid #1a2558;
    ;
    box-shadow: 3px 2px 3px #ccc inset;
}



.m2-crumbs-1 {
    line-height: 3.6rem;
    height: 3.6rem;
    padding-left: 0.6rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-top: 1px solid #d9d9d9;
    box-shadow: 0 1px #fff;
    position: relative;
    margin-bottom: 1rem;
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #f6f6f6, #eaeaea);
    background-image: -moz-linear-gradient(top, #f6f6f6, #eaeaea);
    background-image: -o-linear-gradient(top, #f6f6f6, #eaeaea);
    background-image: -ms-linear-gradient(top, #f6f6f6, #eaeaea);
    background-image: linear-gradient(top, #f6f6f6, #eaeaea);
    border-bottom: 1px solid #d9d9d9;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.m2-crumbs-1 a {
    color: #666;
}

.m2-crumbs-1 span {
    padding: 0 0.25rem;
}


.m2-order-form-1-p {
    padding: 1rem;
    line-height: 2.2rem;
}

.m2-order-form-1-p span {
    color: #1a2558;
}

.u-mtit h1 {
    font-size: 1.8rem;
    text-align: center;
    padding: 2.4rem 0 1rem 0;
    height: 3.2rem;
    overflow: hidden;
}

/* 留言样式   */

.m2-order-form-1 {}

.m2-order-form-1 .err {
    border-color: red;
}

.m2-order-form-1 ul {
    margin-bottom: 2rem;
    overflow: hidden;
}

.m2-order-form-1 li em {
    color: #FF0000;
}

.m2-order-form-1 li {
    padding: 0rem 1rem 1rem 1rem;
    position: relative;
}

.m2-order-form-1 li label {
    float: left;
    line-height: 2.4rem;
}

.m2-order-form-1 li b {
    display: block;
    float: left;
    width: 32%;
}

.m2-order-form-1 li b img {
    max-width: 100%;
    height: 3rem;
}

.m2-order-form-1 .input_wrap {
    margin-left: 4.2rem;
}

.m2-order-form-1 .m2-order-form-1-input,
.leave textarea {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2.4rem;
}

.m2-order-form-1 textarea {
    border: 1px solid #eee;
    height: 6rem;
    line-height: 2rem;
    border-radius: .5rem;
    overflow: auto;
    resize: none;
    font-size: 1.4rem;
}

.m2-order-form-1 .m2-order-form-1-input {
    border: 1px solid #eee;
    height: 3rem;
    line-height: 3rem;
    border-radius: .5rem;
    font-size: 1.4rem;
}

.m2-order-form-1 select {
    border: 1px solid #eee;
    height: 3rem;
    line-height: 3rem;
    border-radius: .5rem;
    font-size: 1.4rem;
    width: 100%;
}

.m2-order-form-1 .m2-order-form-1-t2 input {
    width: 8rem;
    float: left;
    margin-right: 1rem;
    margin-left: 0.5rem;
}

.m2-order-form-1 .m2-order-form-1-bt {
    color: #fff;
    width: 8rem;
    text-align: center;
    font-size: 1.3rem;
    border-radius: 0.5rem;
    height: 3rem;
    line-height: 3rem;
    border: 0;
    background-color: #1a2558;
}

/*提交按钮样式*/

.u-co-bt.z-spe {
    width: 100%;
}

.show_more2 {
    padding: 0 1rem;
    margin-top: 2rem;
}

.show_more2 input {
    height: 2.4rem;
}

.m2-order-form-1 .nsw-formtipbd span {
    display: block;
    color: red;
    font-size: 12px;
    line-height: 1.6rem;
}

.m2-order-form-1 .nsw-formtipbd {}



.met-message-body {
    background: #fff;
    padding: 20px 1rem;
    margin: 0 0 0px;
}

.met-message-body .list-group-item {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #e4eaec;
}

.list-group-item .media {
    display: flex;
}

.list-group-item .media .media-left {
    flex: 0 0 auto;
    margin-right: 10px;
}

.list-group-item .media .media-left img {
    display: block;
    width: 36px;
}

.media-heading {
    font-size: 14px;
    line-height: 22px;
}

.pull-xs-right {
    float: right;
}

.media-body {
    flex: 1;
}

.well {
    margin-top: 10px;
    min-height: 20px;
    padding: 20px;
    border: 1px solid #e4eaec;
    background-color: #f3f7f9;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .02);
    border-radius: 3px;
}<!--0.00022101402282715-->