﻿.zd-amisplus-nav-menu {
    height: 48px;
    position: relative;
    background-color: #015293;
    /*overflow: hidden;*/
}

.zd-amisplus-nav-menu > .nav-menu-ul {
    display: flex;
    justify-content: space-between;
}

.zd-amisplus-nav-menu > .nav-menu-ul > li {
    float: left;
    font-size: 20px;
    box-shadow: 1px 0px 0px rgb(255 255 255/15%);
}

.zd-amisplus-nav-menu .nav-menu-ul > li > a {
    display: inline-block;
    line-height: 48px;
    padding: 0px 32px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.zd-amisplus-nav-menu .nav-menu-ul > li > a:hover {
    background-color: #0381d4;
}

.zd-amisplus-nav-menu .nav-menu-ul > li:hover > ul {
    display: block;
}

.zd-amisplus-nav-menu .nav-menu-ul > li > ul {
    position: absolute;
    z-index: 2;
    top: 48px;
    left: 0;
    right: 0;
    background-color: #ffffff;
    padding: 12px 24px;
    border: solid 1px #ddd;
    display: none;
    box-shadow: 0px 3px 5px 0px rgb(105 105 105 / 10%);
}

.zd-amisplus-nav-menu .nav-menu-ul > li > ul > a {
    display: inline-block;
    line-height: 38px;
    padding: 0px 32px;
    font-size: 18px;
    color: #000000;
}

.zd-amisplus-nav-menu .nav-menu-ul > li > ul > a:hover {
    color: #0381d4;
}

/*新闻*/

.zd-amisplus-news-box {
}

.zd-amisplus-news-box > .news-title {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 1px 0px rgb(0 0 0 / 6%);
    height: 40px;
    line-height: 32px;
}

.zd-amisplus-news-box > .news-title > .news-more > a {
    padding-right: 30px;
    color: #888;
}

.zd-amisplus-news-box > .news-title > .news-more > a:hover {
    color: #000;
}

.zd-amisplus-news-box > .news-title > strong {
    width: auto;
    font-size: 22px;
    color: #888;
    margin-right: 12px;
    font-weight: bold;
}

.zd-amisplus-news-box > .news-title > strong > a {
    color: #015293;
}

.zd-amisplus-news-box > .news-context {
    /*margin-top: 10px;*/
}

.zd-amisplus-news-box > .news-context > .news-context-ul {
    /*margin: 10px 5px;*/
}

.zd-amisplus-news-box > .news-context > .news-context-ul > li {
    padding: 10px 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 27px;
    position: relative; /* 父级需要添加相对定位 */
}

.zd-amisplus-news-box > .news-context > .news-context-ul > li span.new {
    position: absolute;
    /* width: 20%; */
    top: 0px;
    color: red;
    font-weight: bold;
    padding-left:5px
}


/*.zd-amisplus-news-box > .news-context > .news-context-ul > li::after {*/
/*    content: "new";*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: -1.5em; !* 设置为 a 标签的宽度，避免遮盖 *!*/
/*    background-color: red;*/
/*    color: #fff;*/
/*    padding: 0.2em 0.5em;*/
/*}*/

.zd-amisplus-news-box > .news-context > .news-context-ul > li > a {
    color: black;
    font-size: 16px;
    max-width: 95%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.zd-amisplus-news-box > .news-context > .news-context-ul >li > a:hover {
    color: #0044ff
}
.zd-amisplus-news-box > .news-context > .news-context-ul >li > a:hover> * {
    color: #0044ff
}


.zd-amisplus-news-box > .news-context > .news-context-ul > li > a * {
    display: inline!important;
    width: 100%;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
    font-size: 16px !important;
    font-family: none!important;
    line-height: inherit!important;
    font-weight: normal!important;

}

/*底部连接*/

.zd-amisplus-link-box {
    /*background-color: #f7f8f9;*/
    /*border: solid 1px #dce3e8;*/
    padding: 10px
    /*display: flex;*/
}

.zd-amisplus-link-box > .title {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 1px 0px rgb(0 0 0 / 6%);
    height: 40px;
    line-height: 32px;
}

.zd-amisplus-link-box > .title > strong {
    width: auto;
    font-size: 22px;
    color: #888;
    margin-right: 12px;
    font-weight: bold;

}

.zd-amisplus-link-box > .title > strong > a {
    color: #015293;
}

.zd-amisplus-link-box .title > .news-more > a {
    padding-right: 10px;
    color: #888888; /*width: 1205px*/
}

.zd-amisplus-link-box .title > .news-more > a:hover {
    /*padding-right:30px ;*/
    color: #000000; /*width: 1205px*/
}

.zd-amisplus-link-box .zd-amisplus-link-box-ul {
    flex: 3;
    font-size: 16px;
    display: block;
    overflow: hidden;
    max-height: 56px;
}

.zd-amisplus-link-box .zd-amisplus-link-box-ul > li {
    /*width: 11.5%;*/
    width: 121px;
    display: inline-block;
    padding: 4px 0 0 1%;
}

.zd-amisplus-link-box .zd-amisplus-link-box-ul > li > a {
    font-size: 16px;
    color: black;
}

.zd-amisplus-link-box .zd-amisplus-link-box-ul > li > a:hover {
    color: #0044ff;
}

/*zd-amisplus-video-box*/
.zd-amisplus-video-box {

}

.zd-amisplus-video-box .title {
    position: relative;
    width: 100%;
    height: 42px;
    border-bottom: 1px solid rgb(0 0 0 / 6%);
}

.zd-amisplus-video-box > .title > a {
    color: #015293;
    font-size: 22px;
    font-weight: bold;
}

.zd-amisplus-video-box > .context {
    margin: 8px;
}

.zd-amisplus-video-box > .context > ul > li {
    float: left;
    margin: 0 12px 24px;
    width: 257px;
    box-shadow: 0px 1px 2px #ddd;
}

.zd-amisplus-video-box > .context > ul > li > a {
    display: block;
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.zd-amisplus-video-box > .context > ul > li > a > img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.zd-amisplus-video-box > .context > ul > li > p {
    height: auto;
    padding: 9px 5px;
    text-align: center;
    /*min-height: 74px;*/
}

.zd-amisplus-video-box > .context > ul > li > p > a {
    line-height: 28px;
    font-size: 17px;
    color: #222;
}

.zd-amisplus-video-box > .context:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
}

/**/

.zd-amisplus-new2-box {

}

.zd-amisplus-new2-box > .news-title {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 1px 0px rgb(0 0 0 / 6%);
    height: 40px;
    line-height: 32px;
}


.zd-amisplus-new2-box > .news-title > .news-more > a {
    padding-right: 10px;
    color: #888888; /*width: 1205px*/
}

.zd-amisplus-new2-box > .news-title > .news-more > a:hover {
    color: #000; /*width: 1205px*/
}

.zd-amisplus-new2-box > .news-title > strong {
    width: auto;
    font-size: 22px;
    color: #888;
    margin-right: 12px;
    font-weight: bold;
}

.zd-amisplus-new2-box > .news-title > strong > a {
    color: #015293;
}

.zd-amisplus-new2-box > ul {
    margin: 0px 5px;
}


.zd-amisplus-new2-box > ul > li {
    line-height: 30px;
    padding: 10px 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1369c0;
}

.zd-amisplus-new2-box > ul > li > a {
    color: #000000;
    white-space: nowrap;
    width: 85%;
    font-size: 16px;
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
    text-overflow: ellipsis;
    position: relative;
}

.zd-amisplus-new2-box > ul > li > a.new::after {
    content: "new";
    position: absolute;
    top: -10px;
    color: red;
    font-weight: bold;
    padding-left: 5px;
    z-index: 9;
    right: 0;
}


.zd-amisplus-new2-box > ul > li > a:hover{
    color: #0044ff!important;
}

.zd-amisplus-new2-box > ul > li > a:hover * {
    color: #0044ff!important;
}


.zd-amisplus-new2-box > ul > li > a *, .zd-amisplus-new2-box > ul > li > a > * {
    display: inline!important;
    width: 100%;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
    font-size: 16px !important;
    font-family: none!important;
    line-height: normal!important;
    font-weight: normal!important;
}


.zd-amisplus-new2-box > ul > li > span {
    float: right;
    width: 15%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999999;
}

.zd-amisplus-new2-box > ul > li > span:after {
    clear: both;
}

/**/

.zd-amisplus-zt-box {

}

.zd-amisplus-zt-box .title {
    display: flex;
    /*justify-content: space-between;*/
    box-shadow: 0px 1px 0px rgb(0 0 0 / 6%);
    height: 40px;
    line-height: 32px;
    /*width: 1205px*/
}

.zd-amisplus-zt-box > .title > strong {
    width: auto;
    font-size: 22px;
    color: #888;
    margin-right: 12px;
    font-weight: bold;
}

.zd-amisplus-zt-box > .title > strong > a {
    color: #015293;
}


.zd-amisplus-zt-box > dl.theme {
    margin-bottom: 13px;
    background: #0381d4;
    box-sizing: border-box;
    height: 50px;
    padding: 0 30px;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
    /*line-height: 50px;*/
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-around;
}

.zd-amisplus-zt-box > dl.theme > a {
    color: #fff;
}


.zd-amisplus-tip-box {

}

.zd-amisplus-tip-box > a > img {
    width: 100%;
}

.zd-amisplus-tip-box > a > h1 {
    color: var(--link-onHover-color);
    font-size: 35px;
    background: #ffffff;
    text-align: center;
    margin: 5px;
}

.zd-amisplus-tip-box > a > h1 > * {
    /*display: inline;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.zd-amisplus-tip-h-box {
    padding: 5px;
}

.zd-amisplus-tip-h-box > a > h1 {
    color: hotpink;
    font-size: 35px;
    background: yellow;
    text-align: center;
    padding: 5px;
}


.zd-amisplus-swiper-img-h5 {
    background-color: #015293;
    height: 40px;
    line-height: 40px;
    padding-left: 14px;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    margin: 0;
    font-weight: normal
}

.zd-amisplus-server-box {

}

.zd-amisplus-server-box .title {
    display: flex;
    /*justify-content: space-between;*/
    box-shadow: 0px 1px 0px rgb(0 0 0 / 6%);
    height: 40px;
    line-height: 32px;
    /*width: 1205px*/
}

.zd-amisplus-server-box > .title > strong {
    width: auto;
    font-size: 22px;
    color: #888;
    margin-right: 12px;
    font-weight: bold;
}

.zd-amisplus-server-box > .title > strong > a {
    color: #015293;
}

.zd-amisplus-server-box .context {
    display: flex;
    padding: 0;
    background: aliceblue;
}

.zd-amisplus-server-box .context > a {
    flex: 1;
    padding: 0;
    margin: 0;
    box-shadow: 1px 1px 0px #e0ebef;
    display: flex;
    flex-flow: row-reverse;
    justify-content: center;
}

.zd-amisplus-server-box .context > a:hover {

}


.zd-amisplus-server-box .context > a > dl > div {
    flex: 1;
    display: flex;
    flex-flow: column;
    margin-top: 1px;
    margin-left: 1px;
}

.zd-amisplus-server-box .context > a:hover > dl > div > em {
    background: #E96437 no-repeat center;
}

.zd-amisplus-server-box .context > a > dl > div > em {
    width: 52px;
    height: 58px;
    margin: 15px auto;
    display: flex;
    background: #2D80DD no-repeat center;
    background-size: 100% 100%;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
}

.zd-amisplus-server-box .context > a:hover > dl > div > dt {
    color: #E96437;
}

.zd-amisplus-server-box .context > a > dl > div > em > i {
    color: #ffffff;
}

.zd-amisplus-server-box .context > a > dl > div > em > i.iconfont {
    font-size: 36px;
    color: #fff;
}

.zd-amisplus-server-box .context > a > dl > div > dt {
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 18px;
    color: black;
}


.zd-amisplus-img-box {
    overflow: hidden;
    position: relative;
    /*width: 1205px*/
}

.zd-amisplus-img-box .title {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 1px 0px rgb(0 0 0 / 6%);
    height: 40px;
    line-height: 32px;
    /*width: 1205px*/
}

.zd-amisplus-img-box .title > .news-more > a {
    padding-right: 10px;
    color: #888; /*width: 1205px*/
}

.zd-amisplus-img-box .title > .news-more > a:hover {
    color: #000; /*width: 1205px*/
}

.zd-amisplus-img-box > .title > strong {
    width: auto;
    font-size: 22px;
    color: #888;
    margin-right: 12px;
    font-weight: bold;
}

.zd-amisplus-img-box > .title > strong > a {
    color: #015293;
}

.zd-amisplus-img-box > .context {
    margin: 10px 0;
    position: relative;
}

.zd-amisplus-img-box > .context .zd-amisplus-img-box-ul > li {
    float: left;
    width: 225px;
    overflow: hidden;
    text-align: center;
    margin: 0 10px
}

.zd-amisplus-img-box > .context .zd-amisplus-img-box-ul > li > div {
    text-align: center;
}

.zd-amisplus-img-box > .context .zd-amisplus-img-box-ul > li > div > a > img {
    width: 225px;
    height: 90px;
    display: block;
}

.zd-amisplus-img-box > .context .zd-amisplus-img-box-ul > li > div > span {
    font-size: 12px;
    text-align: center;
    width: 184px;
    color: #222222;
    margin-bottom: 0px;
    line-height: 18px;
    height: 18px;
    margin-top: 5px;
}

.zd-amisplus-img-box > .context .zd-amisplus-img-box-ul > li > div > span > a {
    color: #222222;
    white-space: nowrap;
    font-size: 16px;
    vertical-align: bottom;
    text-overflow: ellipsis;
}

.zd-amisplus-img-box > .context .titCell {
    /*position: absolute;*/
    left: 0;
    right: 0;
    height: auto;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    display: none;
}

.zd-amisplus-img-box > .context:hover .titCell {
    display: block;
}

.zd-amisplus-img-box > .context .titCell .prev {
    height: 40px;
    width: 40px;
    float: left;
    position: absolute;
    top: 40px;
    left: 0px;
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
    background: url(/static/img/turn-left.png) no-repeat;
    z-imdex: 100;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.zd-amisplus-img-box > .context .titCell .next {
    height: 40px;
    width: 40px;
    background: url(/static/img/turn-right.png) no-repeat;
    float: right;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    position: absolute;
    top: 40px;
    right: 0;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.zd-amisplus-tabs {
    /*color: red*/
}

.zd-amisplus-tabs > .title {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 1px 0px rgb(0 0 0 / 6%);
    height: 40px;
    line-height: 32px;
}

.zd-amisplus-tabs > .title > span.item {
    cursor: pointer;
}

.zd-amisplus-tabs > .title > span.item a {
    width: auto;
    font-size: 22px;
    color: #888;
    margin-right: 15px;
    font-weight: bold;
}

.zd-amisplus-tabs > .title > span.item.active a {
    color: #015293;
}

.zd-amisplus-tabs > .title > .right-more {
    width: auto;
    flex: 1;
    text-align: right;

}

.zd-amisplus-tabs > .title > .right-more > span.item {
    display: none;
}

.zd-amisplus-tabs > .title > .right-more > span.item > a {
    font-size: 16px;
    color: #888;
    padding-right: 10px;
}

.zd-amisplus-tabs > .title > .right-more > span.item > a:hover {
    color: #000;
}

.zd-amisplus-tabs > .title > .right-more > span.item.active {
    display: inline-block;
}

.zd-amisplus-tabs > .context {
    margin-top: 10px;
}

.zd-amisplus-tabs > .context > .item {
    display: none;
}

.zd-amisplus-tabs > .context > .item.active {
    display: block;
}

.zd-new-panel-title .cxd-Panel-title .cxd-TplField {
    font-weight: bold;
}

.zd-amisplus-code-title {

}

.zd-amisplus-code-title .context {
    margin-top: 10px;
}

.zd-amisplus-code-title .title {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 1px 0px rgb(0 0 0 / 6%);
    height: 40px;
    line-height: 32px;
    /*width: 1205px*/
}

.zd-amisplus-code-title .title > .news-more > a {
    padding-right: 10px;
    color: #888;
    /*width: 1205px*/
}

.zd-amisplus-code-title .title > .news-more > a:hover {
    color: #000;
    /*width: 1205px*/
}


.zd-amisplus-code-title > .title > strong {
    width: auto;
    font-size: 22px;
    color: #888;
    margin-right: 12px;
    font-weight: bold;
}

.zd-amisplus-code-title > .title > strong > a {
    color: #015293;
}

.zd-amisplus-fixdetips {
    position: fixed;
    right: 1px;
    bottom: 0;
    z-index: 99
}

.zd-amisplus-fixdetips div {
    margin: 10px 0
}

.zd-amisplus-fixdetips div a img {
    max-width: 250px;
}

.zd-amisplus-fixdetips div a h1 {
    max-width: 250px;
    max-height: 210px;
    color: var(--link-onHover-color);
    font-size: 28px;
    background: #f6f8f8;
    text-align: center;
    padding: 5px;
}

.zd-amisplus-video-palyer {
    margin: 0 5px;
}

.zd-amisplus-top-img-box {
    overflow: hidden;
    position: relative;
    /*width: 1205px*/
}

.zd-amisplus-top-img-box .title {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 1px 0px rgb(0 0 0 / 6%);
    height: 40px;
    line-height: 32px;
    /*width: 1205px*/
}

.zd-amisplus-top-img-box .title > .news-more > a {
    padding-right: 10px;
    color: #888888; /*width: 1205px*/
}

.zd-amisplus-top-img-box .title > .news-more > a:hover {
    color: #000000; /*width: 1205px*/
}

.zd-amisplus-top-img-box > .title > strong {
    width: auto;
    font-size: 22px;
    color: #888;
    margin-right: 12px;
    font-weight: bold;
}

.zd-amisplus-top-img-box > .title > strong > a {
    color: #015293;
}

.zd-amisplus-top-img-box > .context {
    /*margin-top: 5px;*/
    position: relative;
}

.zd-amisplus-top-img-box > .context .zd-amisplus-top-img-box-ul > li {
    float: left;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
    width:100%;
    padding:0 10px
}

.zd-amisplus-top-img-box > .context .zd-amisplus-top-img-box-ul > li > div {
    text-align: center;
}

.zd-amisplus-top-img-box > .context .zd-amisplus-top-img-box-ul > li > div > a > img {
    width: 100%!important;
    height: 100px;
    display: block;
}

.zd-amisplus-top-img-box > .context .zd-amisplus-top-img-box-ul > li > div > span {
    font-size: 12px;
    text-align: center;
    width: 184px;
    color: #222222;
    margin-bottom: 0px;
    line-height: 18px;
    height: 18px;
    margin-top: 5px;
}

.zd-amisplus-top-img-box > .context .zd-amisplus-top-img-box-ul > li > div > span > a {
    color: #222222;
}

.zd-amisplus-top-img-box > .context .titCell {
    /*position: absolute;*/
    left: 0;
    right: 0;
    height: auto;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    display: none;
}

.zd-amisplus-top-img-box > .context:hover .titCell {
    display: block;
}

.zd-amisplus-top-img-box > .context .titCell .prev {
    height: 40px;
    width: 40px;
    float: left;
    position: absolute;
    top: 40px;
    left: 0px;
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
    background: url(http://cdn.cctaa.cn/cms_sd/static/biz/images/turn-left_0bfe39b.png) no-repeat;
    z-imdex: 100;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.zd-amisplus-top-img-box > .context .titCell .next {
    height: 40px;
    width: 40px;
    background: url(http://cdn.cctaa.cn/cms_sd/static/biz/images/turn-right_720f65c.png) no-repeat;
    float: right;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    position: absolute;
    top: 40px;
    right: 0;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.zd-amisplus-vernav-menu {

}

.zd-amisplus-vernav-menu .nav-menu-ul {
    margin-top: 14px;
}

.zd-amisplus-vernav-menu .nav-menu-ul li {
    margin-bottom: 14px;
}

.zd-amisplus-vernav-menu .nav-menu-ul li.active {
    background: #ebf6fc;
    color: #333;
    border-color: #ebf6fc;
}

.zd-amisplus-vernav-menu .nav-menu-ul li a {
    border: 1px solid #e5e5e5;
    display: block;
    width: 100%;
    color: #333;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 70px;
    border-radius: 4px;
    text-indent: 20%;
    position: relative;
    transition: background .6s;
}

.zd-amisplus-vernav-menu .nav-menu-ul li:hover {
    color: var(--colors-brand-5);
}


.zd-amisplus-vernav-menu .nav-menu-ul li a:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 5%;
    width: 28px;
    height: 22px;
    background: url(./xxgk-i102.png) no-repeat -6px -357px;
}

.zd-amisplus-parse-ueditorplus {}

.zd-amisplus-parse-ueditorplus.ueditorplus-defalut *{
    font-size: 20px!important;
    line-height: 2em!important;
    font-family: none!important;
}

.zd-amisplus-parse-ueditorplus.ueditorplus-defalut img{
    margin: 10px 0!important;
    min-width: 50%;
    width: auto!important;
    height: auto!important;
    max-width: 80%;
}


@media (max-width: 1680px) and (min-width: 1100px) {
    .zd-amisplus-nav-menu .nav-menu-ul > li > a {
        padding: 0 20px;
    }


    .zd-amisplus-fixdetips div a img {
        width: 200px
    }

    .zd-amisplus-fixdetips div a h1 {
        max-width: 200px;
        font-size: 24px;
    }
}


@media (max-width: 1100px)  and (min-width: 768px) {
    .zd-amisplus-new2-box > ul > li > a {
        width: 80%;
    }

    .zd-amisplus-new2-box > ul > li > span {
        width: 20%;
    }

    .zd-amisplus-fixdetips div a img {
        width: 150px
    }

    .zd-amisplus-fixdetips div a h1 {
        max-width: 150px;
        font-size: 20px;
    }
}


@media (max-width: 768px) {
    .zd-amisplus-fixdetips {
        position: relative;
        margin: 10px 0;
    }

    .zd-amisplus-fixdetips div a img {
        width: 100%;
        max-width: 100%;
    }

    .zd-amisplus-tip-box > a > h1 {
        font-size: 20px;
    }

    .zd-amisplus-new2-box > ul > li > a {
        width: 100%;
    }

    .zd-amisplus-new2-box > ul > li > span {
        width: 0%;
    }


    .zd-amisplus-nav-menu-drawer {
        padding: 0 !important;
    }

    .zd-amisplus-nav-menu {
        padding: 0 10px 10px;
        height: auto;
        position: relative;
        background-color: #015293ee;
        overflow: hidden;
    }

    .zd-amisplus-nav-menu > .nav-menu-ul {
        display:block;
    }

    .zd-amisplus-nav-menu > .nav-menu-ul > li {
        float: none;
        /*    font-size: 20px;*/
        /*box-shadow: 1px 0px 0px rgb(255 255 255/15%);*/
    }

    .zd-amisplus-nav-menu .nav-menu-ul > li > a {
        display: inline-block;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        padding: 0px;
    }

    .zd-amisplus-nav-menu .nav-menu-ul > li > a:hover {
        background-color: #0381d4;
    }

    .zd-amisplus-nav-menu .nav-menu-ul > li:hover > ul {
        display: block;
    }

    .zd-amisplus-nav-menu .nav-menu-ul > li > ul {
        position: inherit;
        color: #ffffff;
        border: solid 1px #ddd;
        display: block;
        background-color: inherit;
        padding: 0 0 0 10px;
        box-shadow: 0px 1px 0px rgb(0 0 0 / 6%);
    }

    .zd-amisplus-nav-menu .nav-menu-ul > li > ul > a {
        display: inline-block;
        line-height: 38px;
        padding: 10px 10px;
        font-size: 18px;
        color: #ffffff;
    }

    .zd-amisplus-nav-menu .nav-menu-ul > li > ul > a:hover {
        color: #0381d4;
    }

    .zd-amisplus-video-palyer div.xgplayer {
        width: 99% !important;
    }


    .zd-amisplus-news-box > .news-title > strong > a {
        font-size: 18px;
    }

    .zd-amisplus-new2-box > .news-title > strong > a {
        font-size: 18px;
    }
    .zd-amisplus-tabs > .title > span.item a{
        font-size: 18px;
    }

    .zd-amisplus-top-img-box > .title > strong > a{
        font-size: 18px;
    }
    .zd-amisplus-img-box > .title > strong > a{
        font-size: 18px;
    }

    .zd-amisplus-code-title .title{
        font-size: 18px;
    }

    .zd-amisplus-code-title > .title > strong > a{
        font-size: 18px;
    }
    .zd-amisplus-server-box > .title > strong > a{
        font-size: 18px;
    }


    .zd-amisplus-link-box > .title > strong > a{
        font-size: 18px;
    }
    .zd-amisplus-link-box .zd-amisplus-link-box-ul > li{
        width: 110px;
    }

    .zd-amisplus-top-img-box > .context .zd-amisplus-top-img-box-ul > li > div > a > img{
        width: 100%!important;
        height: auto;
        min-height: 100px;
    }
    .zd-amisplus-parse-ueditorplus img{
        margin:10px 0!important;
        /*min-width: 50%;*/
        width: auto!important;
        height: auto!important;
        max-width: 100%;
    }

    .zd-amisplus-parse-ueditorplus.ueditorplus-defalut img{
        max-width: 100%;
    }

}
