.art-banner {
    background: url(/assets/images/banner/banner.png) no-repeat center center;
    background-size: cover;
    padding: 0 15px;
}

.banner-container {
    max-width: 1170px;
    margin: 0 auto;
    color: #fff;
    padding: 0 15px 76px;
    padding-left: 25px;
    padding-right: 25px;
}

.banner-container .content {
    max-width: none;
}

.banner-container .content h1 {
    font-size: 3.5rem;
    color: #fff;
    padding: 50px 0;
    line-height: 1.4;
}

.art-banner .des {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}

.top-nav {
    padding: 20px 0 10px;
}


.container-box {
    /* background-color: #f2f5f7; */
    position: relative;
    top: -50px;
}

.container-box .container {
    margin: 0 auto;
    position: relative;
}

.jump {
    margin-top: 20px;
    padding: 20px 14px;
    background-color: #f5f8fa;
}

.jump li {
    padding: 5px 0 5px 12px;
    font-size: 16px;
    position: relative;
}

.jump li p {
    display: inline;
}

.jump li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 9px;
    background: url(/assets/images/icon/play.png) no-repeat;
    position: absolute;
    left: -2px;
    top: 12px;
}

.block-hover:hover {
    box-shadow: 0 0 5px 2px rgba(137, 137, 137, .3);
    border-bottom: 0 !important;
}

@media (max-width: 1200px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1199px) {
    .list-paddingleft-2 {
        padding-left: 20px !important;
    }

}

#sidebar {
    position: sticky;

}

.sidebar {
    width: 330px;
    margin-top: 70px;
    float: right;
    top: 0;
}

.side-item {
    margin-bottom: 30px;
    background: #fff;
}

.side-item h3,
.side-item #am-related-articles dt {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    background-color: #091781;
    padding: 7px 0 7px 15px;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    margin: 0;
}

.item-container {
    border: 1px solid #e9ebee;
    border-top: 0;
    padding: 20px 15px 35px;
    font-size: 14px;
}

/*解决整段文字右侧对齐问题*/
div {
    text-align: justify;
}

.content h1 {
    font-size: 40px;
    text-align: center;
    letter-spacing: 4px;
    padding: 0;
    color: #111111;
}

.content h2 {
    font-size: 2.6rem;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: left;
    border-left: 5px solid #38b3ec;
    padding: 13px 0 13px 20px;
    font-weight: 600;
    background-color: #f5f8fa;
}

.content h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    text-align: justify;
    font-size: 2.2rem;
    padding: 8px 15px 5px 10px;
    background: #f8f8f8;
    border-left: 3px solid #8ad12d;
    display: table;
    width: 100%;
}

.content h4 {
    display: block;
    font-size: 1.1em;
    margin-block-start: 0.7em;
    margin-block-end: 0.7em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    text-align: justify;
    padding: 8px 15px 5px 10px;
    background: #f8f8f8;
    border-left: 3px solid #293619;
    display: table;
    width: 100%;
}

.container-box .container .content {
    padding: 30px;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    width: calc(100% - 360px);
    float: left;
}

.container-box .container .content p a {
    color: #249efc;
    text-decoration: none;
    line-height: 20px;
    cursor: pointer;
    position: relative;
}

.container-box .container .content p a:hover {
    color: #249efc;
}

a:hover {
    text-decoration: none !important;
}


.container-box .container .content p a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #249efc;
    visibility: hidden;
    /* -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; */
    transform-origin: bottom left;
    transform: scaleX(0);
    transition: transform .5s ease;
}


.container-box .container .content p a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);

}

.container-box .container .content p[style*="text-align:"] a::before,
.content>p>a[href*=".gif"]:before,
.content>p>a[href*=".jpeg"]:before,
.content>p>a[href*=".jpg"]:before,
.content>p>a[href*=".png"]:before,
.xl-box .bstfree.cb .dnload-box>a:hover {
    content: none !important;
}

.container-box .container .content p {
    margin-bottom: 15px;
    line-height: 26px;
    font-size: 1.6rem
}

.container-box .container .content img {
    display: inline-block;
    max-width: 100%;
    height: auto !important;
    vertical-align: middle;
}

.container-box .last {
    background: url(/assets/images/biao-70b038.png) no-repeat left bottom;
    margin-top: 40px;
    padding: 30px 45px;
    background-color: #ffffff;
    -webkit-box-shadow: 0.5px 0.9px 2px 0px rgba(45, 50, 54, 0.06),
        inset 1px 0px 0px 0px #f6f6f6,
        inset 0px 1px 0px 0px #f6f6f6;
    -moz-box-shadow: 0.5px 0.9px 2px 0px rgba(45, 50, 54, 0.06),
        inset 1px 0px 0px 0px #f6f6f6,
        inset 0px 1px 0px 0px #f6f6f6;
    box-shadow: 0.5px 0.9px 2px 0px rgba(45, 50, 54, 0.06),
        inset 1px 0px 0px 0px #f6f6f6,
        inset 0px 1px 0px 0px #f6f6f6;
}

.container-box .last h4 {
    max-width: 180px;
    text-align: center;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALQAAAAoCAYAAAEgbuCcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAwxJREFUeNpi/P/zwRYGBgZvBhoARqDhIPo/LcxmgjFo4XImBhoCmOG0CBYGgAAChfl/Wrmai1YGf6dlCqGJi+toYO5/gACiZYaheXJmHCLubQa5lQU5oQzyEPcB4q3I5elQSSI/gJiTaQg5GAQ4QG4FCCCalaK0zogBQ8zNjEOtyLsPxEpDrchTQm/T/BjkDlZDb0IOhWKPEVvrcbCn683oIa0IxPeGQsmBHNL3hkhG/A9z9FBxMLxWBAigIdk0HYKgmQUpfX+HtkdGAfWrl9vIpTQnrIk9CqhaQN9Grw5h/ZmA0fChbpsDW0CDwEYGGg3bjBBwH1szH9fIUuloeJENFLEJsmARuwvr0IwCitqhnMj9QCYsCkYDmToA1IrzHop9w6EItsD6tKAOy1Dpyw5l8AMggIbkWOkQBFtBRUfzaDjQHPiMjnXQHgQC8QZYZag6Gh60KZtBgYzc6rgD7dGMAuoCYWzNu9H2M5UrQCD+hqvDMloxUrECROagz8CNVoxUrACRBbANKo1WjFSqAAkF9GjFSKUKkFBAg0DuaHiRDb6REtBbRsOLbFCPTRBbZbgJiH1Hw4siQHCGhWM0kKkC7hEK6PejYUQVoMiANqWFHNDeDKPrOmiWqplGK0D6VIywynAzepdxFFC3YmSCFhejgUzjIoRptAKkT8UIEKCdM8ZBEAii6ITK2htgrDTxIsQYT4SJZ+IkxnPYWetPFosN4AaJzJL3KgvKL8ybmV29OrbvHzc+hJA56jEd9OZQD2lt9JEgX5Rd9fI+29FaXtIgi+1oyI0mZPcZa6GFYpqhIeTC1RIGs+JkHTMvAEecuzLaF2iBLIJb+bNw0C1m6AIaZBHcyl/fA99uVEIWwaX8jQ00sggu5a+PoRoaWQS38jdFoCWHd+PgBfwX7Q7sLfFWtdSSQ3PyB2GGGdiE7JVTBboK/xLadzAXq5DB6tdA6+pnFkvBC8piPbaG5vQKeA72MTXQyB/kgIYsu1gWC+QPMqXsksUC+YMlyWIb6Br5g8xr6ktbQ3NyE5ZC8wLpcL5p29zaZQAAAABJRU5ErkJggg==) no-repeat center;
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 2px;
    color: #222222;
    margin: 0 auto 30px;
    padding: 10px 0;
}

.container-box .last p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 1.4px;
    color: #666666;
    text-align: justify;
}

.container-box .container .content ul {
    margin-bottom: 20px;
    padding-left: 2em
}


.container-box .container .content ul[class] {
    padding-left: 1em
}

/* .content ul[class]>li {
    list-style: none
} */

.container-box .container .content ul[style]>li {
    list-style-type: inherit
}

[class*=list-paddingleft] {
    padding-left: 2.7rem
}

[class*=list-paddingleft]>*>p {
    line-height: normal !important
}

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

.container-box .container .content a.download {
    background-color: #16aaef;
    border-radius: 3px;
    border: 0 !important;
    color: #fff
}

.container-box .container .content .block-hover a.download::before {
    content: none
}

a.down {
    margin: 40px 0;
    padding-left: 30px;
    position: relative;
    font-size: 1.8rem;
    display: inline-block;
    font-weight: bold;
    line-height: 24px;
    color: #3b95f6;
}

a.down::before {
    color: #3b95f6;
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAAGzs1ytAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAZlJREFUeNpitJ76jQEIDgOxLRMDBBwBESxA/B8qUAEQQIxQZSABRpgyMGBCUvYfIIBgyjqBuAxJEVhLB5IgXAdIwhpZJYwBEEAwo+C2wixD0Y4syIhMI7u+AF0lCExA9gAGAAggZNsZ0CxFcSY2EzrwaAQ7DAR+I7HtgdgDiKuA+AOSBlOYAlY0Ew9BaQFcMYELwAMOIIDweRAU/bb4PIgMbNAFmNBM/I/FlhZsihmxmA5SWIPLGcgamoG4Ft0ZxkhOeAfV0ATE+5HEf8MUn0HSLAjEf4H4MxDvQ4u8DhYcbgWBHnQBFiIiBSNtMBKIQZD8fxZsqQuHhqMAAYYtuvGlbwYC8UJU0qAI4DK4E0eyYsCS7FpIMbgc6tUOPAa3QNXUEDI4A4i/IrnkERAvwWJBE1RsNRA/QVL/FWoG3GB2IL4CxNOBmAvJAFmo+A8gPgc1DISvA/FPIL4IxNJI6rmgZoD0sIOS0GMgFsXjZZDFq0iIN22QmSAX36RBorjJglTiMJJpyH80/SC+DQsRGYFUC+B5mpEWGQQAm6llawp/hW4AAAAASUVORK5CYII=) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
}

a.download:hover {
    background-color: #39c0ff;
    color: #fff
}

.dnload-box {
    max-width: 270px;
}

.dnload-box .download p {
    margin-bottom: 0
}

.download {
    display: block;
    color: #fff
}

.download .left {
    text-align: center;
    height: 72px;
    width: 60px;
    border-right: 1px solid #fff;
    position: relative;
    float: left;
    vertical-align: top
}

.download .left img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -14px;
    margin-top: -19px
}

.download .left img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -14px;
    margin-top: -19px
}


.download .rigth {
    text-align: center;
    height: 62px;
    padding-top: 10px;
    padding-left: 61px
}

.download .rigth p {
    text-align: center
}

.download .rigth p:first-child {
    font-weight: 700;
    font-size: 20px
}

.download .rigth p:nth-child(2) {
    font-size: 12px
}

.dnload-box .dnload-bottom {
    margin: 0;
    text-align: center
}

.dnload-box .dnload-bottom img {
    display: inline-block;
    padding: 0;
    vertical-align: middle
}

.container-box .container .content .dnload-bottom img {
    margin: 0 5px;
}

.dnload2 {
    margin: 20px auto
}

.btn {
    min-width: 180px;
    padding-left: 25px;
    padding-right: 25px;
    height: 40px;
    font-size: 16px;
    line-height: 1.8;
    border-radius: 10px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    margin-bottom: 20px;
    color: #fff;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

table td,
table th {
    border: 1px solid #ddd;
    border-collapse: collapse;
    padding: 5px;
}

table td {
    font-size: 12px;
    height: 40px;
    padding-left: 10px;
}

.btn.btn-blue {
    background-color: #009ee7;
}

.ctt-btn {
    display: block;
    max-width: 200px;
    height: 40px;
    background-color: #16aaef;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    padding: 0 15px;
}

.ctt-btn:hover,
.ctt-btn:focus {
    color: #fff;
}

.sidebar {
    width: 330px;
    margin-top: 70px;
    float: right
}

.side-item {
    margin-bottom: 30px;
    background: #fff
}

.side-item h3,
.side-item #am-related-articles dt {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    background-color: #009ee7;
    padding: 7px 0 7px 15px;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 3px 3px 0 0;
    margin: 0
}

.side-item #am-related-articles {
    background: #fff
}

#am-related-articles dd {
    padding: 0 20px 10px 25px;
    border-left: 1px solid #e9ebee;
    border-right: 1px solid #e9ebee
}

.side-item .btn {
    margin-bottom: 0
}

#am-related-articles dd:last-child {
    border-bottom: 1px solid #e9ebee
}

.side-item #am-related-articles dt+dd:before,
#am-related-articles dd:last-child:after {
    content: '';
    display: table;
    height: 15px
}

#am-related-articles dd a {
    padding: 6px 0 6px 5px;
    position: relative;
    display: block;
    color: #343434;
    font-size: 1.4rem
}

#am-related-articles dd a:hover {
    color: #2280e1
}

.item-container {
    border: 1px solid #e9ebee;
    border-top: 0;
    padding: 20px 15px 35px;
    font-size: 14px
}

.ctt-top img {
    vertical-align: middle
}


.ctt-rating {
    padding: 20px 20px 16px;
    background-color: #f8f8f8;
    margin: 20px 0;
    text-align: left
}

.ctt-top {
    word-break: keep-all;
    white-space: nowrap;
    font-size: 0
}

.ctt-top img,
.ctt-des {
    vertical-align: middle;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    text-align: left
}

.ctt-des {
    width: calc(100% - 67px);
    box-sizing: content-box;
    padding-top: 9px
}

.ctt-des li {
    display: block;
    word-wrap: break-word;
    word-break: break-all;
    margin-bottom: 6px;
    line-height: normal;
    white-space: normal;
    text-align: left;
    font-size: 1.4rem
}

.ctt-des li:last-child {
    margin-bottom: 0
}


.ctt-des {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 25px;
    font-size: 13px;
    line-height: 30px
}

#am-related-articles dd a,
.ctt-des li {
    position: relative;
    line-height: normal;
    padding: 0
}

.ctt-des li:before,
#am-related-articles dd a:before {
    content: "\e258";
    position: absolute;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #009ee7;
    top: 2px;
    font-size: 1.2rem;
    left: -15px;
}

.ctt-rating {
    padding: 12px 30px;
    background-color: #f8f8f8;
    margin: 20px 0
}

.ctt-rating img {
    display: inline-block;
    vertical-align: middle
}

.rating-txt {
    display: inline-block;
    margin-left: 10px;
    text-align: left;
    vertical-align: middle
}

.rating-txt p {
    font-size: 1.4rem;
    line-height: 1
}

.side-item .item-ctn {
    padding: 0 15px 15px;
    border: 1px solid #e9ebee;
    border-top: 0
}

.side-item .item-container {
    text-align: center
}

.back2top {
    font-size: 40px;
    line-height: 2;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 456;
    cursor: pointer;
    display: none;
    border-radius: 50%;
    background: #4384f5;
    width: 60px;
    height: 60px;
}


@media all and (max-width: 1200px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media all and (max-width: 992px) {

    .container-box .container .content,
    .sidebar {
        width: auto;
        float: none !important;
    }

    .sidebar {
        display: none;
    }
}

@media (max-width: 768px) {
    .container-box .container .content .core img {
        width: auto !important;
        max-width: 100% !important;
        display: block !important;
    }
}

.content .block-hover a:hover::before {
    transform-origin: bottom left;
    transform: scaleX(1);
}

#back-top {
    position: fixed;
    bottom: 100px;
    right: 20px;
    fill: #fff;
    width: 50px;
    height: 50px;
    background-color: #1939b6;
    opacity: .5;
    z-index: 100;
    border-radius: 50%;
}

/* .container-box .content pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 15px;
    font-size: 14px;
    line-height: 1.63em;
    margin-bottom: 24px;
    overflow: auto;
} */

kbd {
    border: 1px solid #ccc;
    font-size: 11px;
    background-color: #f7f7f7;
    color: #333;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
    -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 20%), 0 0 0 2px #fff inset;
    box-shadow: 0 1px 0 rgb(0 0 0 / 20%), 0 0 0 2px #fff inset;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    line-height: 1.4;
    white-space: nowrap;
    vertical-align: text-bottom;
    margin: 0 .1em;
    padding: .1em .6em;
}

p.info {
    background: #fcfcfc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA1klEQVR42qWTUQqCQBCGfdKCuogu+qBeoot0kl7TBwU9S3QLyega9ZBh1L/wLyyDLGkLHzj/vzPM7o6eXLv9IQRH0IMnuVAL7b0y0QcVeIPPFPQasJ5KPlkbW5CDFcmpGf8MfLtATeMGEqObBCuOwJV6ZYsjxVhrsoDQEuojiLRQmLa9H5d1nEIHPYOMvrMD6hm9XgcDg2BGgYDesLTAlt596RFSep3jEp0FWnqlDtTMZ4ytZ1SuQZJLDlLtGuUGpNQ3/G7kKP/5M7nbLNnqCzxAR03J/V+HSh9XtOsatQAAAABJRU5ErkJggg==) 10px center no-repeat;
    border: 1px solid #aab8c6;
    border-spacing: 2px;
    display: block;
    box-sizing: border-box;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 8px 8px 40px;
}

/* pre {
    background: #F7F7F7;
    border: 1px solid #E5E5E5;
    padding: 20px;
} */

.entry-content ul li,
.entry-content ol li {
    padding-left: 6px;
    margin-bottom: 12px;
}

.entry-content ul,
.entry-content ol {
    margin-left: 18px;
    padding: 0;
}

.list li::marker {
    content: '▍';
    color: rgb(189, 63, 63);
}



.autoli li {
    display: list-item;
    counter-increment: li;
}

.autoli li::marker {
    content: "✔"counter(li) ".";
    color: rgb(2, 2, 2);
}


.cmdblock {
    overflow: auto;
    margin: 20px 0;
    padding: 1.43em;
    color: #3f3b36;
    border: 1px solid #08f;
    border-left: 10px solid #08f;
    background: url(/assets/images/icons/code-bg.png) repeat top;
    background-size: 1px 40px;
    text-align: left;
    direction: ltr;
    -moz-tab-size: 2;
    tab-size: 2;
}

.content ul li {
    list-style: disc;
    margin-bottom: 10px;
}

.post-quote_v2 {
    border-left: 4px solid #2258f6;
    padding-left: 1em;
    margin-top: 40px;
    margin-bottom: 40px;
}
.post-quote_v2:after {
    content: '';
    display: block;
    overflow: hidden;
    visibility: hidden;
    clear: both;
    height: 0;
}

.step_bg {
    background-color: #eef7ff;
    padding: 0.025rem 0.5rem;
}

.step_bg>p {
    margin: 0.55rem 0;
}

.ab_table_no1 th {
    font-size: 16px;
    background-color: #f3f4f6;
    border: 1px solid #eee !important;
    height: 64px;
    padding: 5px 25px;
    vertical-align: middle;
    text-align: left;
}