#header #mpbtn {
    display: inline-block;

    margin-left: 15px;
    padding: 24px 0 22px;
}

#header #mpbtn span {
    padding: 5px 8px;

    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 5px;
}

#header #mpbtn:hover span {
    color: #fff;
    border-color: rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0.4);
}

#popCheck {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    margin: auto;

    background: rgba(0, 0, 0, 0.6);
}

#popCheck .wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 400px;
    height: 180px;
    margin: auto;
    padding: 50px 50px 70px;

    transition: all 0.8s;
    transform: translateY(0px);
    animation: myMove 0.3s;
    text-align: center;

    border-radius: 10px;
    background: #fff;
}

@keyframes myMove {
    0% {
        transform: translateY(-100px);
    }

    100% {
        transform: translateY(0px);
    }
}

#popCheck .wrap .title {
    font-size: 22px;
    line-height: 32px;

    color: #838383;
}

#popCheck .wrap .content {
    height: 50px;
    margin-top: 25px;
    padding: 0 15px;

    border: 1px solid #d1d1d1;
}

#popCheck .wrap input {
    line-height: 48px;

    width: 100%;
    height: 48px;

    color: #838383;
}

#popCheck .wrap .submitBtn {
    font-size: 14px;
    line-height: 44px;

    position: absolute;
    bottom: 50px;

    display: inline-block;

    width: 140px;
    height: 44px;

    cursor: pointer;
    cursor: pointer;
    transform: translateX(-50%);
    text-align: center;

    color: #fff;
    background: rgba(0, 0, 0, 0.4);
}

#popCheck .wrap .mistakeTip {
    font-size: 14px;
    line-height: 24px;

    text-align: left;
    text-indent: 15px;

    color: red;
}

#popInfo {
    position: fixed;

    /* margin-top: 72px; */
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    margin: auto;

    /* width: 100%; */
    /* height: calc(100% - 72px); */

    background: rgba(0, 0, 0, 0.6);
}

#popInfo .wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 600px;
    height: 600px;
    margin: auto;
    padding: 50px 50px 70px;

    transition: all 0.8s;
    transform: translateY(0px);
    animation: myMove 0.3s;

    border-radius: 10px;
    background: #fff;
}

#popInfo .wrap .title {
    font-size: 22px;
    line-height: 32px;

    padding-bottom: 20px;

    text-align: center;

    color: #838383;
}

.mo-input-items {
    position: relative;

    width: 100%;

    /* padding: 8px 0; */
    padding-bottom: 3px;
}

.mo-input-items .mo-input-item {
    overflow: hidden;
}

.mo-type-text .mo-input-title {
    line-height: 33px;

    box-sizing: border-box;
    padding-right: 10px;
}

.mo-input-title {
    font-size: 14px;
    line-height: 34px;

    position: relative;

    float: left;
    overflow: hidden;

    box-sizing: border-box;
    width: 110px;
    min-height: 34px;
    margin-right: 10px;
    padding-right: 10px;

    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #60676b;
}

.mo-text-wrap {
    float: left;

    box-sizing: border-box;
    padding-right: 30px;
}

.mo-input-wrap {
    box-sizing: border-box;
    width: calc(100% - 120px);
}

.mo-text input {
    font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.21428571em;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 4px 3px;

    -webkit-transition: color 0.1s ease, border-color 0.1s ease,
        outline 0.36s ease;
    transition: color 0.1s ease, border-color 0.1s ease, outline 0.36s ease;

    color: rgba(0, 0, 0, 0.87);
    border: 1px solid rgba(34, 36, 38, 0.15);
    border-radius: 0.28571429rem;
    outline: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 0 0 transparent inset;
    box-shadow: 0 0 0 0 transparent inset;

    tap-highlight-color: rgba(255, 255, 255, 0);
}

.mo-input-item.error input {
    border-color: #e0b4b4;
    background: #fff6f6;
    box-shadow: none;
}

.mo-input-tip {
    font-size: 12px;
    line-height: 14px;

    height: 14px;
    padding: 2px 0;

    /* text-indent: 16px; */
}

.mo-input-tip.mo-errorMes {
    color: #ff5151;
}

.mo-textarea textarea {
    font-size: 14px;
    line-height: 22px;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 20px;

    -webkit-transition: color 0.1s ease, border-color 0.1s ease;
    transition: color 0.1s ease, border-color 0.1s ease;

    color: rgba(0, 0, 0, 0.87);
    border: 1px solid rgba(34, 36, 38, 0.15);
    border-radius: 5px;
    outline: 0;
    background: #fff;

    tap-highlight-color: rgba(255, 255, 255, 0);
}

.mo-textarea-wrap {
    line-height: 34px;

    display: inline-block;

    padding-right: 30px;

    vertical-align: middle;
}

#popInfo .submitBtn {
    font-size: 16px;
    line-height: 24px;

    width: 80px;
    margin: 10px auto 0;
    padding: 5px 20px;

    cursor: pointer;
    transition: all 0.3s;
    text-align: center;

    border: 1px solid #d9d9d9;
    border-radius: 5px;
    background: #f9f3f3;
}

#popInfo .submitBtn:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
}

#popInfo .mo-form-item .mo-code input {
    display: inline-block;

    width: 33%;

    vertical-align: middle;
}

#popInfo .mo-form-item .mo-code img {
    display: inline-block;

    vertical-align: middle;
}

#popInfo .mo-form-item:last-child {
    margin-top: 10px;
}

/* 产品详情页 */

.npagePage.post .mlistpost.project #postSlider {
    overflow: hidden;

    max-width: 1110px;
    margin: 50px auto;
    padding: 30px;

    background: #fff;
    box-shadow: 0 2px 5px #ddd;
}

.npagePage.post .mlistpost.project #postSlider .mlist.module {
    float: left;

    width: 48%;
    margin-left: 2%;

    background: #fff;
}

.npagePage.post
    .mlistpost.project
    #postSlider
    .mlist.module
    > .module_container {
    width: 85%;
    margin: 0 auto;
    padding: 10px 0;
}

.npagePage.post
    .mlistpost.project
    #postSlider
    .mlist.module
    .module_container
    .bx-controls-direction
    a.bx-prev {
    left: -50px;
}

.npagePage.post
    .mlistpost.project
    #postSlider
    .mlist.module
    .module_container
    .bx-wrapper
    .bx-controls-direction
    a {
    color: #999;
    background: transparent;
}

.npagePage.post
    .mlistpost.project
    #postSlider
    .mlist.module
    .module_container
    .bx-wrapper
    .bx-controls-direction
    a
    i {
    color: #999;
}

.npagePage.post
    .mlistpost.project
    #postSlider
    .mlist.module
    .module_container
    .bx-wrapper
    .bx-controls-direction
    a:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}

.npagePage.post
    .mlistpost.project
    #postSlider
    .mlist.module
    .module_container
    .bx-wrapper
    .bx-controls-direction
    a:hover
    i {
    color: #fff;
}

.npagePage.post
    .mlistpost.project
    #postSlider
    .mlist.module
    .module_container
    .bx-controls-direction
    a.bx-next {
    right: -50px;
}

.npagePage.post .mlistpost.project #postSlider .bigImg {
    float: left;

    width: 47%;
    margin-right: 2%;

    border: 1px solid #ccc;
}

.npagePage.post .mlistpost #postSlider .content_list li {
    margin-right: 10px;
    padding: 3px;

    transition: all 0.3s;

    border: 1px solid rgba(0, 0, 0, 0.4);
}

.npagePage.post .mlistpost #postSlider .content_list li.select {
    border-color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0.4);
}

.npagePage.post .mlistpost.project #postInfo {
    width: 100%;
    padding-top: 40px;
}

.npagePage.post .mlistpost.project #postInfo .module {
    background: #fff;
}

.npagePage.post .mlistpost.project #postInfo p {
    text-align: left;
}

.npagePage.post .mlistpost.project #postContent #postInfo .title {
    font-size: 20px;
    line-height: 30px;

    padding-bottom: 25px;

    border-bottom: 1px dotted #d3d3d3;
}

.npagePage.post .mlistpost.project #postInfo .usetdate {
    display: none;
}

.npagePage.post .mlistpost.project #postInfo .subtitle {
    display: block;

    padding-top: 25px;
}

.npagePage.post .mlistpost.project #postInfo .subtitle p {
    font-size: 14px;
    line-height: 28px;
}

.npagePage.post .mlistpost.project #postInfo .subtitle p:before {
    display: inline-block;

    width: 5px;
    height: 5px;
    margin-right: 5px;

    content: "";
    transform: translateY(-3px);

    border-radius: 50%;
    background: #000;
}

/* 子导航条 */

.npagePage.post .mlistpost.project .subNav {
    overflow: hidden;

    max-width: 1170px;
    margin: 0 auto;
    margin-bottom: 18px;

    background: #fff;
}

.npagePage.post .mlistpost.project .subNav li {
    font-size: 18px;
    line-height: 58px;

    float: left;

    height: 61px;
    padding: 0 60px;

    cursor: pointer;
    transition: all 0.3s;

    border-right: 1px solid #ccc;
    border-bottom: 3px solid #fff;
}

.npagePage.post .mlistpost.project .subNav li.active,
.npagePage.post .mlistpost.project .subNav li:hover {
    border-bottom-color: rgba(0, 0, 0, 0.4);
}

.npagePage.post .mlistpost.project .postbody .richtext .table {
    display: none;
}

/* 手机页面 */
.agent-mobile .npagePage.post .mlistpost.project #postContent {
    padding: 0 10px;
}

.agent-mobile
    .npagePage.post
    .mlistpost.project
    #postContent
    #postSlider
    .bigImg {
    width: 100%;
    margin-right: 0;
}

.agent-mobile .npagePage.post .mlistpost.project #postSlider {
    margin: 20px auto;
}

.agent-mobile .npagePage.post .mlistpost.project #postSlider {
    padding: 15px 6px;
}

.agent-mobile .npagePage.post .mlistpost.project #postSlider .mlist.module {
    width: 100%;
    margin-left: 0;
}

.agent-mobile
    .npagePage.post
    .mlistpost.project
    #postSlider
    .mlist.module
    > .module_container {
    width: 100%;
}

.agent-mobile .npagePage.post .mlistpost.project #postContent #postInfo .title {
    font-size: 16px;
}

.agent-mobile .npagePage.post .mlistpost.project .subNav li {
    line-height: 48px;

    height: 51px;
    padding: 0 3%;
}

.agent-mobile .npagePage.post .mlistpost.project .postbody .richtext {
    padding: 0;
}

.agent-mobile .npagePage.post .mlistpost.project .postbody .richtext .table {
    overflow-x: auto;
}

.agent-mobile .npagePage.post .mlistpost.project .postbody img {
    max-width: none;
}

.agent-mobile
    .npagePage.post
    .mlistpost.project
    #postSlider
    .mlist.module
    .module_container
    .bx-controls-direction
    a.bx-prev {
    left: 0;
}

.agent-mobile
    .npagePage.post
    .mlistpost.project
    #postSlider
    .mlist.module
    .module_container
    .bx-controls-direction
    a.bx-next {
    right: 0;
}

.agent-mobile .bx-wrapper .bx-controls-direction a {
    display: none;
}

#popInfo .submitTip {
    font-size: 12px;
    line-height: 14px;

    height: 14px;
    padding: 5px 0;

    text-align: center;

    color: #ff5151;
}

/* 产品列表页 */

.npagePage .mlist.project .content_list .item_block .subtitle {
    display: none;
}

.bx-loading {
    display: none;
}

.npagePage.post .mlistpost #postSlider .content_list li {
    width: 97px;
}

.npagePage.post .mlistpost.project .bx-pager {
    display: none;
}

#popInfo .mo-textarea textarea {
    height: 170px;
}

#header .nav > li > a span {
    text-transform: uppercase;
}

/* 2020/04/08 yyq 修改 中英文切换*/
#header .lang {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
}
#header .lang span {
    margin: 0 10px;
}
#header .lang a {
    transition: 0.3s ease-out;
}
#header .lang a:hover,
#header .lang a.active {
    color: #fbb900;
}
/* 2020/04/08 yyq 修改 中英文切换*/
