.am-comment-footer{
    background: #f8f8f8;
    border-top: 1px solid #eee;
    margin-top: 5px;
    line-height: 32px;
}
.am-comment-footer .submit-btn{
    width: 120px;
}
.azos-text-truncate2, .azos-text-truncate3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    -webkit-line-clamp: 2;
    max-height: 2.6em;
}
.azos-text-truncate3{
    line-height: 1.3em;
    -webkit-line-clamp: 3;
    max-height: 3.9em;
}
.azos-grid .azos-text-truncate2{
    height: 36px;
}
.azos-grid .azos-text-truncate3{
    height: 53px;
}
.azos-text-gray{
    color: #666;
}
.azos-text-white{
     color: #fff!important;
 }
.azos-text-xgray{
    color: #999;
}
.azos-text-lblack{
    color: #333;
}
.azos-tabs .am-tabs-bd{border:0;}
.azos-tabs .am-nav-tabs>li>a{
    color: #666;
}
.azos-tabs .am-nav-tabs>li.am-active>a,
.azos-tabs .am-nav-tabs>li.am-active>a:focus,
.azos-tabs .am-nav-tabs>li.am-active>a:hover {
    color: #555;
    background-color: #fff;
    border: none;
    border-bottom: 2px #dc3443 solid;
    cursor: default;
    font-weight: bold;
}

.azos-scrollspy-nav ul{
    background-color: #FFF;
    border-bottom: 1px solid #ddd;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    height: 30px;
}
.azos-scrollspy-nav ul>li{
    float: left;
    margin-bottom: -2px;
}
.azos-scrollspy-nav ul>li, .azos-scrollspy-nav ul>li>a {

}
.azos-scrollspy-nav ul>li>a {
    padding: .4em 1em;
    margin-right: 5px;
    line-height: 1.6;
    border: 1px solid transparent;
    border-radius: 0;
    color: #666;
}
.azos-scrollspy-nav ul:after, .azos-scrollspy-nav ul:before {
    content: " ";
    display: table;
}
.azos-scrollspy-nav ul>li.am-active>a{
    color: #555;
    background-color: #fff;
    border: none;
    border-bottom: 2px #dc3443 solid;
    cursor: default;
    font-weight: bold;
}
.am-comment-content .header .count{
    color: #666;
    border: 1px solid #ddd;padding: 3px 5px;
}

.azos-figure{
    position: relative;
    width:100%;
    max-width: 81px;
    height: 81px;
    overflow: hidden;
    margin: 0;
    /*padding-bottom: 100%; /!* 关键就在这里 *!/*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*4等分网格*/
.azos-grid.am-avg-sm-4 .azos-figure{
    max-width: 280px;
    height: 280px;
}
.azos-grid.am-avg-sm-3 .azos-figure{
    max-width: 380px;
    height: 280px;
}
.azos-grid.am-avg-sm-2 .azos-figure{
    max-width: 570px;
    height: 350px;
}
.azos-grid.am-avg-sm-6 .azos-figure{
    max-width: 190px;
    height: 140px;
}
.azos-grid .item{
    border: 1px dotted #ddd;
}
.azos-grid .item:hover{
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/*面板定制*/
.azos-panel-border-none{
    border:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.azos-panel.am-panel-default>.am-panel-hd{
    color: #444;
    background-color: #fff;
    border-color: #ddd;
    border-left: 3px #dc3443 solid;
    border-bottom: 1px #eee solid;
}
.azos-panel.am-panel-default .am-panel-footer{
    background-color: transparent;
    border-top: none;
}
.azos-form-check[class*=am-icon-]{
    right: .5em;
    left: auto;
}
em.azos-form-error{
    font-size: 1.2rem;
    font-weight: normal;
    margin-left: 10px;
}
.azos-alert.am-alert-danger {
    display: none;
    background-color: #F38682;
    border-color: #F38682;
}
.azos-topbar-lblack{
    min-height: 36px;
    line-height: 36px;
    background-color: #333;
    border: none;
    margin-bottom: 0;
}
.azos-topbar-lblack .am-topbar-nav>li>a{
    line-height: 36px;
    padding: 0 16px;
}
.azos-topbar-lblack .am-topbar-nav>li>a:after{
    content: none;
}
.am-topbar-inverse.azos-topbar-lblack .am-topbar-nav>li.am-active>a,
.am-topbar-inverse.azos-topbar-lblack .am-topbar-nav>li.am-active>a:focus,
.am-topbar-inverse.azos-topbar-lblack .am-topbar-nav>li.am-active>a:hover{
    background-color:#DF4A58;
}
.azos-editor-title-xl{
    border: 0!important;
    font-size: 24px!important;
    font-weight: 400!important;
    padding: 0!important;
    color: rgb(51, 51, 51)!important;
    line-height: 36px!important;
}

.azos-loader-mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.6);
}
.azos-loader-mask .spinner4{
    width: 30px;
    height: 30px;
    background-color: #fff;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
    position: absolute;
}

@-webkit-keyframes rotateplane {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    } 50% {
          transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
          -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
      } 100% {
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        }
}

.azos-loader-mask .spinner3 {
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-animation: rotate 2.0s infinite linear;
    animation: rotate 2.0s infinite linear;
}

.azos-loader-mask .spinner3 .dot1, .azos-loader-mask .spinner3 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;

    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.azos-loader-mask .spinner3 .dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}

.azos-loader-mask .spinner2 {
    width: 30px;
    height: 30px;
    position: relative;
}


.azos-loader-mask .spinner2 .container1 > div, .azos-loader-mask .spinner2 .container2 > div, .azos-loader-mask .spinner2 .container3 > div {
    width: 6px;
    height: 6px;
    background-color: #fff;

    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.azos-loader-mask .spinner2 .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.azos-loader-mask .spinner2 .container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.azos-loader-mask .spinner2 .container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.azos-loader-mask .spinner2 .circle1 { top: 0; left: 0; }
.azos-loader-mask .spinner2 .circle2 { top: 0; right: 0; }
.azos-loader-mask .spinner2 .circle3 { right: 0; bottom: 0; }
.azos-loader-mask .spinner2 .circle4 { left: 0; bottom: 0; }

.azos-loader-mask .spinner2 .container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.azos-loader-mask .spinner2 .container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.azos-loader-mask .spinner2 .container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.azos-loader-mask .spinner2 .container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.azos-loader-mask .spinner2 .container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.azos-loader-mask .spinner2 .container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.azos-loader-mask .spinner2 .container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.azos-loader-mask .spinner2 .container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.azos-loader-mask .spinner2 .container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.azos-loader-mask .spinner2 .container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.azos-loader-mask .spinner2 .container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

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

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

.azos-images-gallery figure {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding-bottom: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.azos-toolbar-left{
    width: 48px;
    position: fixed;
    left: 20px;
    top: 35%;
    z-index: 99;
    display: none;
}
.azos-toolbar-left .am-list{
}
.azos-toolbar-left .am-list>li{
    height: 48px;
    line-height: 48px;
    max-height: 48px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}
.azos-toolbar-left .am-list>li>a{
    padding:0;
    color: #dedede;
}
.azos-toolbar-left .am-list>li>a:hover{
    color: #FFF;
    background-color: #DF4A58;
}
.azos-toolbar-left .am-list>li>a>i{
    display: block;
}
.azos-toolbar-left .am-list>li>a>i:before{
    font-weight: bold;
}
.azos-toolbar-left .am-list>li.qrcode{
    border-left: none;
    border-right: none;
    border-bottom: none;
    height: 110px;
    line-height: 110px;
    max-height: 110px;
    background: none;
    position: relative;
}
.azos-toolbar-left .am-list>li.qrcode>a:hover{
    color: #dedede;
    background: none;
}
.azos-toolbar-left .am-list>li.qrcode .am-icon-mobile:before{
    font-size: 100px;
    font-weight: normal;
}
.azos-toolbar-left .am-list>li.qrcode .am-icon-qrcode{
    position: absolute;
    top: 42px;
    left: 16px;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
}
.azos-toolbar-left .am-list>li.qrcode .am-icon-qrcode:before{
    color: #999;
}
.azos-toolbar-left .am-list>li.qrcode .qrcode-image{
    position: absolute;
    top: -60px;
    left: 60px;
    padding: 5px;
    background-color: #FFF;
    border: 1px solid #dedede;
    border-radius: 10px;
    line-height: 20px;
    display: none;
}
.azos-toolbar-left .am-list>li.qrcode .qrcode-image img{
    width: 200px;
    height: 200px;
}
/*百度分享*/
.azos-toolbar-left .bdshare-button-style0-24 a, .azos-toolbar-left .bdshare-button-style0-24 .bds_more{
    line-height: 48px;
    height: 48px;
    width: 48px;
    background-image: url(../images/share.png);
    margin:0;
}
.azos-toolbar-left .bdshare-button-style0-24 a:hover{
    background-image: url(../images/share_i.png);
}

.azos-toolbar-right{
    width: 48px;
    position: fixed;
    right: 20px;
    bottom: 0;
    z-index: 99;
    display: none;
}
.azos-toolbar-right .gotop{
    display: none;
}
.azos-toolbar-right .gotop.am-active{
    display: block;
}
.azos-toolbar-right .am-list>li{
    height: 48px;
    line-height: 48px;
    max-height: 48px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}
.azos-toolbar-right .am-list>li>a{
    padding:0;
    color: #dedede;
}
.azos-toolbar-right .am-list>li>a:hover{
    color: #FFF;
    background-color: #DF4A58;
}
.azos-toolbar-right .am-list>li>a>i{
    display: block;
}
.azos-toolbar-right .am-list>li>a>i:before{
    font-weight: bold;
}

.azos-mini-share.bdshare-button-style0-24 .bds_more{
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    color: #0e90d2;
    background-image: url(../images/share_mini.png);
}

.azos-timeline{
    padding: 0 200px;
}
.azos-timeline li{
    border: none;
    position: relative;
}
.azos-timeline li.stime{
    height: 38px;
    line-height: 38px;
    color: #D2D2D2;
}
.azos-timeline li.stime i{
    position: absolute;
    left: 193px;
}
.azos-timeline li.time i{
    position: absolute;
    left: 203px;
    top: 12px;
    color: #D2D2D2;
}
.azos-timeline li.time>span{
    height: 48px;
    line-height: 48px;
    display: inline-block;
}
.azos-timeline li.time>span.left{
    border-right: 2px solid #dedede;
    width: 210px;
}
.azos-timeline li.time>span.right{
    border-left: 2px solid #dedede;
    margin-left: -5px;
}
.azos-qty-group{
    width: 138px;
}
.azos-list li{
    border: none;
    padding: 5px 0;
}
.azos-list hr{
    margin:0;
    border-top: 1px dashed #ccc;
}

/*等分网格增强*/
.am-avg-sm-3 .colspan-2 {width: 66.66666666%;}/*三分跨2列*/
.am-avg-sm-4 .colspan-3 {width: 75%;}/*三分跨2列*/
.am-avg-sm-4 .colspan-2 {width: 50%;}/*四分跨两列*/
.am-avg-sm-11 .colspan-2 {width: 18.18181818%;}/*十一分跨两列*/
.am-avg-sm-5 .colspan-4 {width: 80%;}/*五分跨四列*/

/*值得买卡片*/
.azos-zdm-card {
    width: 480px;
    box-shadow: 2px 2px 5px #888;
    overflow: hidden;
    vertical-align: middle;
    display: block;
    margin: 10px auto;
}
.azos-zdm-card .am-panel-bd .content .top{
    font-weight: 700;
}
.azos-zdm-card .am-panel-bd .content.right{
    position: relative;
    margin-left: 120px;
}
.azos-zdm-card .am-panel-bd .content.right .bottom{
    position: absolute;
    bottom: 0;
    right: 0;
}
