﻿
.noScroll {
    height: 100%;
    overflow: hidden;
}

.noScroll body {
    height: 100%;
    overflow: hidden;
}

textarea {
    resize: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

@media (max-width: 820px) {
    .header_ewm,
    .ny-ad,
    .right-side-bar,
    .submit_box {
        display: none;
    }
    .article-deatil-left {
        display: block;
    }
}
.logo-wrap {
    display: block;
    width: 130px;
    height: 100%;
    float: left;
    margin-right: 52px;
  }
  .logo-wrap a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .logo-wrap .item-logo {
    width: 139px;
    height: 100%;
    position: relative;
  }
  .logo-wrap .item-logo img {
    position: absolute;
    width: 100%;
    display: block;
    max-height: 100%;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .logo-wrap .item-logo-slogan {
    transform: scale(0.3);
    width: 140px;
    height: 34px;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: transform .5s, opacity .5s;
    -wekit-transition: transform .5s, opacity .5s;
    -moz-transition: transform .5s, opacity .5s;
    -o-transition: transform .5s, opacity .5s;
  }
  .logo-wrap .item-logo-slogan img {
    width: 100%;
    height: 100%;
    display: block;
  }
/*
Name:     style_clearfix
Example:    class="clearfix|cl"
Explain:    Clearfix（简写cl）避免因子元素浮动而导致的父元素高度缺失能问题
*/

.cl:after,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cl,
.clearfix {
    zoom: 1;
}

/*上下拉动滚动条时卡顿、慢*/

body {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -webkit-touch-callout: none;
}

.container {
    width: 1200px;
    margin: 0 auto;
    height: 400px;
}

.container-left {
    width: 800px;
    margin-right: 40px;
    height: 200px;
}

.container-right {
    width: 360px;
    height: 200px;
}

.wrapW {
    width: 1120px;
    margin: 0 auto;
    padding-top: 20px;
}

.wrapW-small {
    width: 744px;
    margin: 0 auto;
    padding-top: 72px;
}

.btn {
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}

.borderBtn {
    height: 28px;
    line-height: 28px;
    border: 1px solid  #007cc3;
    font-size: 16px;
    color:  #007cc3;
    background: #FFFFFF;
}

.fontBtn {
    font-size: 14px;
    border: none;
    background: none;
}

.btnDelete {
    border: 1px solid #ff0000;
    color: #ff0000;
}

.delete {
    color: #ff0000 !important;
}

.fontBlue {
    color: #0092ee;
}

.hide {
    display: none;
}

.btnPurple {
    background:  #007cc3;
}

.btnLightYellow {
    background: #ffcc00;
}

.btnYellow {
    background: #FFB22C;
}

.btnBlue {
    background: #0092ee;
}

.btnPreheat {
    background: #ff0000;
}

.btnGray {
    background: #808080;
}

.btnBanned {
    background: #cdcdcd;
}

.side-Bt {
    font-size: 20px;
    color:  #007cc3;
    padding-bottom: 8px;
    position: relative;
    margin-bottom: 13px;
}

.hint {
    color: #848484;
    font-size: 16px;
}

.side-Bt:before {
    content: "";
    position: absolute;
    width: 36px;
    border-bottom: 2px solid  #007cc3;
    bottom: 0;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
}

.right-fixed {
    position: fixed;
    bottom: 50px;
    left: 50%;
    margin-left: 564px;
    display: block;
    z-index: 10000;
}

.right-fixed .go-top {
    text-align: center;
    visibility: hidden;
    height: 40px;
    width: 40px;
    line-height: 34px;
    margin: 0 auto;
    z-index: 10000;
}

.right-fixed .go-top img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.right-fixed .QR>.QR-code {
    width: 66px;
    height: 66px;
    margin-bottom: 4px;
    position: relative;
    cursor: pointer;
}

.right-fixed .QR>.QR-code img {
    width: 100%;
    height: 100%;
}

.right-fixed .QR>.QR-code+.QR-code-big {
    border: 1px solid #DADADA;
    width: 140px;
    position: absolute;
    left: -146px;
    top: -60px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.right-fixed .QR>.QR-code+.QR-code-big span {
    font-size: 14px;
    color: #848484;
    border-top: 1px solid #dadada;
    display: block;
    width: 140px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #FFFFFF;
}

.right-fixed .QR>.QR-code+.QR-code-big img {
    width: 100%;
    height: 100%;
}

.right-fixed .QR>.QR-code:hover+.QR-code-big {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

.right-fixed .QR>.QR-code+.QR-code-big:hover {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

.hint-box {
    background: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 20px 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 200px;
    display: none;
}

.hint-box .hint-text {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
}

.success-mask {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    display: none;
}

.success-box {
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 380px;
    padding: 30px 70px;
    display: none;
}

.success-box .close {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    position: absolute;
    right: 40px;
    top: -10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
}

.success-box .close img {
    width: 32px;
    height: 32px;
    margin-top: -10px;
}



.success-box .text p {
    font-size: 14px;
    color: #363636;
    line-height: 24px;
}

.loading_box div {
    width: 6px;
    height: 6px;
    background-color:  #007cc3;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.loading_box .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loading_box .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

[v-cloak] {
    display: none;
}

header {
    height: 42px;
    width: 100%;
    border-bottom: 1px solid #cecece;
    position: fixed;
    background: #4068d4;
    z-index: 9000;
}

header .header-top {
    width: 1120px;
    margin: 0 auto;
    height: 42px;
    line-height: 42px;
}

header a {
    font-family: "Microsoft Yahei", arial;
    font-weight: 300;
    display: block;
    font-size: 14px;
    color: #ffffff;
}

.items-type-wrap .item-menu-list li {
    display: inline-block;
    padding: 0 20px;
}

.items-type-wrap .item-menu-list li:first-child {
    padding-left: 0;
}

.items-type-wrap .item-menu-list li.current>a {
    color: #000000;
    position: relative;
    font-family: "Microsoft Yahei";
    font-weight: 500;
    cursor: default;
}

.items-type-wrap .item-menu-list li.current>a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    /* background-color: @purple;*/
}

/* .items-type-wrap .item-menu-list li:hover a {
    color:  #007cc3;
} */

.items-type-wrap .item-menu-list .arr_icon {
    position: relative;
}

.items-type-wrap .item-menu-list .arr_icon:hover:after {
    display: block;
}


.move-menu:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 4px;
    top: 50%;
    margin-top: -2px;
    background: url("../images/move.png") no-repeat center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    right: 7px;
}

.move-menu.current a:after {
    width: 0 !important;
    height: 0 !important;
}

.move-menu:hover .move-menu-list {
    display: block;
}

.move-menu .move-menu-list {
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    position: fixed;
    /* line-height: 14px;*/
    border-top: 1px solid #cecece;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    top: 50px;
    height: auto;
    left: 0%;
    right: 0;
    display: none;
    z-index: 1000;
    padding: 14px 0;
}

.move-menu .move-menu-list ul {
    width: 1120px;
    margin: 0 auto;
    text-align: center;
}

.move-menu .move-menu-list li {
    /*border-right:1px solid #e8e8e8;*/
    /*height: 14px;*/
    /*line-height: 14px;*/
    padding: 0;
    /*margin:10px 0;*/
    position: relative;
}

.move-menu .move-menu-list li:last-child:after {
    content: "";
    background-color: #FFFFFF !important;
}

.move-menu .move-menu-list li:after {
    content: "";
    background-color: #e8e8e8;
    width: 1px;
    height: 54px;
    margin-top: -27px;
    display: block;
    top: 50%;
    right: 0;
    position: absolute;
}

.move-menu .move-menu-list li a {
    color: #3D464D;
    font-size: 14px;
    /*height: 14px;*/
    /* padding:0 20px;*/
    margin-right: 0;
    text-align: center;
    line-height: 36px;
    width: 170px;
}

.move-menu .move-menu-list li a span {
    color: #3D464D;
}

.move-menu .move-menu-list li a img {
    margin: 0 auto;
    display: block;
    width: 50px;
    height: 50px;
}

.move-menu .move-menu-list li a .hover_show {
    display: none;
}

.move-menu .move-menu-list li a:hover {
    color:  #007cc3;
}

.move-menu .move-menu-list li a:hover .hover_show {
    display: block;
}

.move-menu .move-menu-list li a:hover .hover_hide {
    display: none;
}

.move-menu .move-menu-list li:last-child {
    border-right: none;
}

.logo-wrap {
    display: block;
    height: 100%;
    float: left;
    margin-right: 20px !important;
    margin-left: 6px;
    display: none;
}
.ny-ad{width: 1120px; margin: 0 auto; overflow: hidden;}
.ny-ad a{width: 80%; float: left;}
.ny-ad a img{width: 100%;}

.logo-wrap a {
    display: block;
    width: 100%;
    height: 100%;
}
.ny-ad a{display: block; margin-bottom: 10px;}
.logo-wrap .item-logo {
    height: 100%;
    position: relative;
}

.logo-wrap .item-logo img {
    position: absolute;
    width: 100%;
    display: block;
    max-height: 100%;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.logo-wrap .item-logo-slogan {
    transform: scale(0.3);
    width: 140px;
    height: 34px;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: transform .5s, opacity .5s;
    -wekit-transition: transform .5s, opacity .5s;
    -moz-transition: transform .5s, opacity .5s;
    -o-transition: transform .5s, opacity .5s;
}

.logo-wrap .item-logo-slogan img {
    width: 100%;
    height: 100%;
    display: block;
}

.item-action {
    position: relative;
}

.item-action .client_info {
    margin-right: 20px;
}

.item-action li {
    float: left;
}

.item-action li a {
    margin-right: 20px;
}


.item-action li .item-submitting {
    /*background: url("../images/drafts.png") no-repeat #8574b6;*/
    background-color:  #007cc3;
    -webkit-background-size: 15px 15px;
    background-size: 15px 15px;
    background-position: 14px center;
    /*padding-left:34px;*/
    height: 26px;
    margin-top: 14px;
    margin-right: 0;
    line-height: 26px;
    color: #FFFFFF;
    border-radius: 20px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 14px;
}

.item-action li .item-submitting:hover {
    opacity: 0.9;
    color: #fff;
}


.item-action .move-menu {
    height: 50px;
    line-height: 50px;
}

.item-action .move-menu:hover .user-content {
    visibility: visible;
}

.item-action .move-menu .user-head {
    margin-right: 20px;
    position: relative;
}

.item-action .move-menu .user-head .red_circle {
    width: 6px;
    height: 6px;
    background-color: #ff0000;
    position: absolute;
    top: 0px;
    border-radius: 100%;
    right: 0px;
    -webkit-transform: translate(0 -100%);
    -moz-transform: translate(0 -100%);
    -ms-transform: translate(0 -100%);
    -o-transform: translate(0 -100%);
    transform: translate(0 -100%);
    display: none;
}

.item-action .move-menu .user-head .red_circle.current {
    display: block;
}

.item-action .move-menu .user-head .head {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 10px;
    border: 1px solid #dfdfdf;
}

.item-action .user-content {
    box-shadow: 0 0 15px rgba(103, 81, 164, 0.25);
    border: 1px solid #e5e5e5;
    visibility: hidden;
    background: #FFFFFF;
    right: 20px;
    z-index: 9999;
    position: absolute;
    top: 51px;
    min-width: 130px;
    padding-bottom: 0;
}

.item-action .user-content .head {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.item-action .user-content li {
    /*border-bottom:1px solid #DADADA;*/
    float: none;
    margin: 0 0 14px 0;
}

.item-action .user-content li:first-child {
    margin-top: 15px;
}

.item-action .user-content li:last-child {
    margin-bottom: 15px;
}

.item-action .user-content li a {
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    font-size: 14px;
    margin: 0 auto;
}

.item-action .user-content li .my_message {
    position: relative;
}

.item-action .user-content li .my_message i {
    position: absolute;
    bottom: 0;
    margin-left: 2px;
    -webkit-transform: translate(0 -50%);
    -moz-transform: translate(0 -50%);
    -ms-transform: translate(0 -50%);
    -o-transform: translate(0 -50%);
    transform: translate(0 -50%);
}

.item-action .user-content li span {
    float: none;
    /*display: block;*/
    /*float: left;*/
}

.item-action .user-content .message i {
    color: #ff0000;
}

.item-action .user-content:before {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -16px;
    right: 20px;
    padding: 0;
    border-bottom: 8px solid #FFFFFF;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    display: block;
    content: '';
    z-index: 12;
}

.item-action .user-content:after {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -18px;
    right: 19px;
    padding: 0;
    border-bottom: 9px solid #e5e5e5;
    border-top: 9px solid transparent;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    display: block;
    content: '';
    z-index: 10;
}

.item-action .header_ewm {
    margin-right: 20px;
    position: relative;
    cursor: pointer;
}

.item-action .header_ewm:hover .ewm_box {
    display: block;
}

.item-action .header_ewm .header_ewm_top {
    width: 18px;
    height: 18px;
}

.item-action .header_ewm .ewm_box {
    z-index: 10000;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    border-radius: 2px;
    top: 50px;
    right: 0;
    width: 130px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    cursor: default;
}

.item-action .header_ewm .ewm_box .special_arr {
    position: absolute;
    z-index: 1;
    right: 13px;
    width: 23px;
    height: 15px;
    top: 15px;
}

.item-action .header_ewm .ewm_box .ewm_list {
    background-color: #e4e6e7;
    border-bottom: 1px solid #ccc;
    height: 40px;
}

.item-action .header_ewm .ewm_box .ewm_list li {
    float: left;
    color: #333;
    width: 20%;
    text-align: center;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

.item-action .header_ewm .ewm_box .ewm_list li.current {
    background-color: #f5f5f5;
    height: 41px;
}

.item-action .header_ewm .ewm_box .ewm_bottom {
    padding: 103px 0 0 0;
}

.item-action .header_ewm .ewm_box .ewm_bottom p {
    text-align: center;
    margin-top: 10px;
}

.item-action .header_ewm .ewm_box .ewm_bottom .ewm_detail_img {
    float: left;
    width: 80px;
    margin-left: 14px;
}

.item-action .header_ewm .ewm_box .ewm_bottom .ewm_detail_img img {
    width: 80px;
    height: 80px;
}

.item-action .header_ewm .ewm_box .ewm_bottom .ewm_detail {
    float: right;
    width: 250px;
    margin-right: 14px;
}

.item-action .header_ewm .ewm_box .ewm_bottom .ewm_detail h6 {
    color: #333;
    font-size: 14px;
    margin-bottom: 2px;
    line-height: 19px;
    margin-bottom: 6px;
}

.item-action .header_ewm .ewm_box .ewm_bottom .ewm_detail p {
    color: #767676;
    font-size: 12px;
    line-height: 18px;
}