/*common css*/
.f12{font-size:12px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
/*li{margin-bottom: 3px;}*/
ol, ul {
    margin-bottom: 20px;
}
li {
    margin-bottom: 13px;
}

.fb{font-weight:bold;}
.fn{font-weight:normal;}

.t2{text-indent:2em;}

.lh43{line-height: 43px;}

.unl{text-decoration:underline;}
.no_unl{text-decoration:none;}
.no_unl:hover{text-decoration: none;}

.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.tdu{text-decoration: underline;}
.bc{margin-left:auto;margin-right:auto;}
.cb{clear:both;}
.cl{clear:left;}
.cr{clear:right;}

.clearfix:after{visibility: hidden;display: block;font-size: 0;content: ".";clear: both;height: 0;}
* html .clearfix{zoom: 1;}
*:first-child + html .clearfix{zoom: 1;}
.vam{vertical-align:middle;}
.vab{vertical-align:bottom;}

.zoom{zoom:1}
.hidden{visibility:hidden;}
.none{display:none;}
.of{overflow: hidden;}
.border-none{border:0;}

.br_none{border-radius: 0!important;}

.w-25{ width:25%;}

/* height */

.h51 {height: 51px}

.m0{margin: 0;}

.mt0{margin-top: 0;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt80{margin-top:80px;}
.mt100{margin-top:100px;}

.mb0{margin-bottom: 0;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb50{margin-bottom:50px;}

.mlr0{margin-left: 0;margin-right: 0;}
.mlr10{margin-left: 10px;margin-right: 10px;}
.ml0{margin-left: 0;}
.ml5{margin-left:5px;}

.plr0{padding-right: 0;padding-left: 0;}
.ptb30{padding-top: 30px;padding-bottom: 30px;}
.pb15{padding-bottom:15px;}
.pl30{padding-left:30px;}
.pl40{padding-left:40px;}

.cursor{ cursor:pointer;}
.curT{ cursor:text;}
.ds-bl{ display:block;}
.ds-il{ display:inline;}

@media screen and (min-width: 451px){
    .fl{float: left;}
    .fr{float: right;}
}

.bg-000{background-color: #000;}
.bg-fff{background-color: #fff;}
.bg-3cb9d0{background-color: #3cb9d0;}
.bor-3cb9d0{border-color: #3cb9d0;}
.bor-2BAACC{border-color: #2BAACC;}
.bor-32aac8{border-color: #32aac8;}
.b_0{border:0;}
.bor-2{border-width: 2px;}
.bor-3{border-width: 3px;}
.borr_0{border-radius: 0;}

.text-fff{color: #fff;}
.text-fff a{color: #fff;}
.text-fff a:hover{color: #23527c;}
.text-32aac8{color: #32aac8;}


/*架构*/
body{font:14px/1.8 Poppins !important;}

/*防止浏览器滚动条消失*/
html {
overflow-y: scroll;
}

/*防止iframe溢出屏幕宽度*/
iframe{max-width: 100% !important;}

/* 自定义类 */
.radius-none{border-radius: 0;}
.h-auto{height: auto;}
.dis-block{display: block;}
.dis-ib{display: inline-block;}
.img_list li{margin: 10px 0;}
.img_list li img{margin-right: 10px;width: 44px;height: 44px;}
.nav-pills-32aac8>li.active>a, .nav-pills-32aac8>li.active>a:focus, .nav-pills-32aac8>li.active>a:hover{color: #fff;background-color: #32aac8;}

section.left_box{float:left;}
aside.right_box{float:left; margin-left:20px;_display:inline;}

.br{word-break:break-all; /*支持IE，chrome，FF不支持*/
　　word-wrap:break-word;/*支持IE，chrome，FF*/}

/*链接*/
a{color: #2066a4; text-decoration:none;}
a:hover{text-decoration:none;}

.myjumbotron-1 p{font-size: 18px;line-height: 28px;margin-bottom: 0;}

/*display*/
.disib{display: inline-block;}

/*position*/
.pf{position: fixed;}

/*横线*/
hr.s{ border:none; border-bottom:1px solid #e5e5e5; height:1px; overflow:hidden;display: block;}
hr.d{ border:none; border-bottom:1px dashed #e5e5e5; height:1px; overflow:hidden;display: block;}

/*color*/
.red{ color:#F00;}

.pl168{padding-left: 168px;}

.ml70{margin-left: 70px;}
.w678{width: 678px;}

/*tutorial css*/
.anchor-list{}
.anchor-list li{padding: 0 0 0 20px;background-image: url('/images/tutorial/index/anchor-list.jpg');background-repeat: no-repeat;background-position: 6px 8px;margin-bottom: 3px;}
.anchor-list a{color: #17b2eb;text-decoration: none!important;}

/*新改版tab模块*/
.tab-list{background: #c2cdd0;}
.tab-list a{float: left;font-size: 20px;color: #434341;cursor: pointer;position: relative;color: #434341;display: block;background-repeat:no-repeat;}
.tab-list a.on{color: #f56618;background-color: #b3c3c7;text-shadow: 0px 1px 1px #fff;}
.tab-list a:hover{text-decoration: none;}
.tab-triangle{display: none;position: absolute;border-top: solid 9px #b3c3c7;border-left: solid 8px transparent;border-right: solid 8px transparent;bottom: -9px;left: 50%;margin-left: -4.5px;}
.on .tab-triangle{display: block;}

/*新改版button模块*/
.buyit-btn,.trial-btn{display: inline-block; width: 133px; height: 35px;border-radius: 4px;line-height: 32px;margin-left: 10px;}
.buyit-btn:hover,.trial-btn:hover{text-decoration: none;}
.buyit-btn span{color: #ffffff;font-size: 17px;margin-left: 55px;}
.trial-btn span{color: #ffffff;font-size: 17px;margin-left: 47px;}

.buyit-btn-sm,.trial-btn-sm{display: inline-block; width: 108px; height: 27px;border-radius: 4px;line-height: 27px;margin-left: 10px;}
.buyit-btn-sm:hover,.trial-btn-sm:hover{text-decoration: none;}
.buyit-btn-sm span{color: #ffffff;font-size: 15px;margin-left: 37px;}
.trial-btn-sm span{color: #ffffff;font-size: 15px;margin-left: 35px;}

.buy-win{background: #C82828 url(/images/icon/icon.png) no-repeat 15px -2725px;text-indent: 30px;color:#fff;}
.buy-win:active{background: #823125 url(/images/icon/icon.png) no-repeat 15px -2725px;color: #000;}
.buy-win-sm{background:#C82828 url(/images/icon/icon.png) no-repeat 8px -2732px;text-indent: 30px;color:#fff;}
.buy-win-sm:active{background: #823125 url(/images/icon/icon.png) no-repeat 8px -2732px;color: #000;}
.buy-win:hover,.buy-win-sm:hover{background-color: #823125;color: #fff;}
.buy-mac{background: #2c80b5 url(/images/icon/icon.png) no-repeat 15px -2773px;text-indent: 30px;color: #fff;}
.buy-mac:active{background: #48b6fc url(/images/icon/icon.png) no-repeat 15px -2773px;color: #000;}
.buy-mac-sm{background: #2c80b5 url(/images/icon/icon.png) no-repeat 8px -2779px;text-indent: 30px;color:#fff;}
.buy-mac-sm:active{background: #48b6fc url(/images/icon/icon.png) no-repeat 8px -2779px;color: #000;}
.buy-mac:hover,.buy-mac-sm:hover{background-color: #26638a;color: #fff;}

.trial-win{background: #32AAC8 url(/images/icon/icon.png) no-repeat 15px -2725px;text-indent: 30px;color:#fff;}
.trial-win:active{background: #26778b url(/images/icon/icon.png) no-repeat 15px -2725px;color: #000;}
.trial-win-sm{background: #32AAC8 url(/images/icon/icon.png) no-repeat 8px -2732px;text-indent: 30px;color:#fff;}
.trial-win-sm:active{background: #26778b url(/images/icon/icon.png) no-repeat 8px -2732px;color: #000;}
.trial-win:hover,.trial-win-sm:hover{background-color: #26778b;color: #fff;}
.trial-mac{background: #b2c50e url(/images/icon/icon.png) no-repeat 15px -2773px;text-indent: 30px;color:#fff;}
.trial-mac:active{background: #e0f70f url(/images/icon/icon.png) no-repeat 15px -2773px;color:#000;}
.trial-mac-sm{background: #b2c50e url(/images/icon/icon.png) no-repeat 8px -2779px;text-indent: 30px;color:#fff;}
.trial-mac-sm:active{background: #e0f70f url(/images/icon/icon.png) no-repeat 8px -2779px;color: #000;}
.trial-mac:hover,.trial-mac-sm:hover{background-color: #93a20d;color: #fff;}

/*wordpress style*/
.anchor-list-dark{background: #daedf3;border-radius: 5px;padding: 15px 3%;}
.anchor-list-dark li{padding:3px 15px;}
.anchor-list-dark a{color: #265f8b;}

.trans{-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.wp-part{color: #17b2eb;font-size: 26px;line-height: 40px;margin: 50px 0 30px;font-weight: 500;text-align: center;}
.wp-h3{font-size: 22px;color: #244762;}
.wp-bluebg{background: #daedf3;}
.wp-map a{color: #265f8b;}

.part2-tips{background: #eeeeee;}
.part2-tips ul{padding: 15px 0;}
.part2-tips li dt{padding: 5px 10px;cursor: pointer;}
.part2-tips li dd{background: #ffffff;padding: 15px;}
.part2-triangle{display: inline-block;margin-left: 20px;width: 15px;height: 9px;margin-top: 6px;background-repeat: no-repeat;}
.triangle-l{padding-right: 20px;background-image: url(/images/icon/arrow-right.png);background-repeat: no-repeat;background-position: right center;}
.triangle-d{padding-right: 20px;background-image: url(/images/icon/arrow-down.png);background-repeat: no-repeat;background-position: right center;}

.wp-triangle{ margin-right: 50px;border-top: solid 4px transparent;border-left: solid 8px #164b96;border-bottom: solid 4px transparent;width: 0;height: 0;margin-left: 20px;display: inline-block;}

.pl25{ padding-left:25px}
.w445{ width:445px}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/

/*文章页面模版*/
.under-text{text-align: center;margin-top: 45px;}
.under-text>img{transition: width .2s;}
.side>.col-md-5{text-align: center;}
ul.layout{margin-bottom: 40px;}
ul.layout>li{float: left;text-align: center;}
ul.layout>li>p{margin-top: 30px;font-size: 14px;color: #4a4a4a;line-height: 170%;}
ul.layout>li>div{display: table-cell;vertical-align: middle;text-align: center;}
ul.layout>li>div>img{display: inline-block;transition: all .2s;}

/*文中下载按钮*/
ul.dl-btn{text-align: center;margin: 20px 0;}
ul.dl-btn>li{display: inline-block;list-style-type: none;border: 2px solid #4DD9EE;border-radius: 6px;width: 238px;}
ul.dl-btn>li:nth-child(1){background-image: url('/images/tutorial/index/dl-win.jpg');background-repeat: no-repeat;background-position: 53px center;margin-right: 20px;}
ul.dl-btn>li:nth-child(2){background-image: url('/images/tutorial/index/dl-mac.jpg');background-repeat: no-repeat;background-position: 55px center;}
ul.dl-btn>li>a{width: 238px;height: 53px;display: block;line-height: 51px;color: #2badcd;font-size: 20px;text-align: left;text-indent: 90px;}
ul.dl-btn>li>a:hover{color: #2badcd;text-decoration: underline;}

/*文章产品推荐*/
.rec{border: 1px solid #CACACA;border-radius: 5px;text-align: center;padding: 35px 0;margin: 40px 0;}
.rec>li{display: table-cell;vertical-align: middle;padding: 0 15px;}
.rec p{text-align: left;}
.rec p:nth-child(1){font-size: 18px;line-height: 25px;color: #000;padding: 0;margin-bottom: 15px;font-weight: 500;}
.rec p:nth-child(2){word-break: break-all;font-size: 12px;color: #000;padding: 0;margin-bottom: 20px;}
.rec p:nth-child(3){padding: 0;}
.rec p:nth-child(3)>span{font-size: 18px;color: #000;font-weight: 500;}
.rec p:nth-child(3)>a{display: inline-block;margin-left: 15px;width: 168px;height: 38px;line-height: 35px;border-radius: 3px;font-size: 17px;text-indent: 64px;background-repeat: no-repeat;}
.rec p:nth-child(3)>a{text-decoration: none;}
.rec p:nth-child(3)>a:hover{text-decoration: underline;}
.rec p:nth-child(3)>a:nth-child(2){border: 1px solid #4DD9EE;color: #1fafc9;}
.rec p:nth-child(3)>a:nth-child(3){border: 1px solid #F99F7C;color: #ee7a4d;}
.rec p:nth-child(3)>a.rec-dl-win{background-image: url('/images/tutorial/index/rec_win.png');background-position: 30px center;}
.rec p:nth-child(3)>a.rec-dl-mac{background-image: url('/images/tutorial/index/rec_mac.png');background-position: 30px 8px;}
.rec p:nth-child(3)>a.rec-buy-win{background-image: url('/images/tutorial/index/rec_buy_win.png');background-position: 30px center;}
.rec p:nth-child(3)>a.rec-buy-mac{background-image: url('/images/tutorial/index/rec_buy_mac.png');background-position: 30px 8px;}

/*嵌入视频*/
iframe{max-width: 100%;}

/*文章新样式20191114*/
.wp-content h3 {margin: 15px 0 10px 0;}
.wp-content .underline-yellow{
    font-weight: bold;
    background: linear-gradient(transparent 60%,#fcfdbb 60%);
}
.wp-content .underline-blue{
    font-weight: bold;
    background: linear-gradient(transparent 60%,#0278C2 60%);
}
.wp-content .underline-green{
    font-weight: bold;
    background: linear-gradient(transparent 60%,#309183 60%);
}
.wp-content .underline-red{
    font-weight: bold;
    background: linear-gradient(transparent 60%,#DB5353 60%);
}
.wp-content .underline-orange{
    font-weight: bold;
    background: linear-gradient(transparent 60%,#FEB400 60%);
}

.anchor-list-blue{background-color: #edf6ff;border: 1px solid #aaa;padding: 10px;margin-bottom: 1em;width: auto;display: table;font-size: 95%;}
.anchor-list-blue>p{text-align: center;font-weight: 700;margin: 0;padding: 0;}
.anchor-list-blue>ul{margin-top: 1em;}
.anchor-list-blue li{line-height: 1.4;margin-bottom: 10px;}
.anchor-list-blue li>a{color: #444444;text-decoration: none!important;}

.anchor-list-yellow{
    background: #FFFDE7;
    border-color: #FFC107;
    border-radius: 0 5px 5px;
    border-top: solid 1px #feb20a;
    margin: 10px 0;
}
.anchor-list-yellow>p>span{
    padding: 3px 20px;
    border-radius: 0 0 5px 0;
    display: inline-block;
    background: #FFC107;
    font-weight: bold;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    max-width: 80%;
}
.anchor-list-yellow>ul{
    padding: 5px 15px 20px;
}
.anchor-list-yellow>ul>li{
    font-size: 16px;
    line-height: 28px;
    border-bottom: dotted 1px #ccc;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    list-style: none;
    position: relative;
    font-weight: bold;
    color: #000;
}
.anchor-list-yellow>ul>li:before{
    background-color: #039BE5;
    top: calc(.5em + 10px);
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.faa-ring.animated{
    -webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0;
    transform-origin-z: initial;
}
@keyframes ring{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}100%,20%{-webkit-transform:rotate(0);transform:rotate(0)}}

.anchor-list-pink{
    background: #ffebee;
    border-color: #f44336;
    border-radius: 0 5px 5px;
    border-top: solid 1px #feb20a;
    margin: 10px 0;
}
.anchor-list-pink>p>span{
    padding: 3px 20px;
    border-radius: 0 0 5px 0;
    display: inline-block;
    background: #f44336;
    font-weight: bold;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    max-width: 80%;
}
.anchor-list-pink>ul{
    padding: 5px 15px 20px;
}
.anchor-list-pink>ul>li{
    font-size: 16px;
    line-height: 28px;
    border-bottom: dotted 1px #ccc;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    list-style: none;
    position: relative;
    font-weight: bold;
    color: #000;
}
.anchor-list-pink>ul>li:before{
    content: "";
    top: calc(10px + .6em);
    position: absolute;
    left: 6px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 3px;
    height: 7px;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}
.anchor-list-pink>ul>li:after{
    content: "";
    position: absolute;
    top: calc(10px + .4em);
    left: 0;
    width: 15px;
    height: 15px;
    border: solid 1px #ccc;
    border-radius: 2px;
}
.faa-flash.animated{
    -webkit-animation: flash 2s ease infinite;
    animation: flash 2s ease infinite;
}

.anchor-list-green{
    width: 100%;
    margin: 15px 0;
    padding: 25px;
    border: solid 6px #e2eee8;
    color: #666;
}
.anchor-list-green>p{
    margin: 0;
    padding: 0 0 10px;
    border-bottom: solid 3px #e2eee8;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}
.anchor-list-green>ol{
    margin: 15px 15px 0;
    padding: 0;
    counter-reset: section;
}
.anchor-list-green>ol>li{
    list-style: none;
}
.anchor-list-green>ol>li:before{
    margin: 0 8px 0 0;
    font-size: 18px;
    content: counters(section, '-') '. ';
    counter-increment: section;
}
.anchor-list-green>ol>li>a{
    color: #666;
}
.anchor-list-green>ol>li>a:hover{
    text-decoration: underline;
    opacity: .7;
}

.anchor-list-green-bg{
    margin: 25px 0 0!important;
    padding: 30px 15px 15px;
    position: relative;
    background: #e2eee8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.anchor-list-green-bg>p{
    padding: 4px 8px;
    font-size: 13px;
    position: absolute;
    top: -15px;
    left: 10px;
    background: #ff5a40;
    border: 2px solid #fff;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    color: #fff;
    line-height: 1;
}
.anchor-list-green-bg>ul{
    padding-left: 20px;
}
.anchor-list-green-bg>ul>li:first-child{
    margin-top: 0;
}
.anchor-list-green-bg>ul>li{
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.6;
    font-weight: normal;
    list-style-type: disc;
}
.anchor-list-green-bg>ul>li>a{
    color: #333;
    text-decoration: underline;
}
.anchor-list-green-bg>ul>li>a:hover{
    text-decoration: none;
    opacity: .7;
}

.anchor-list-point{
    position: relative;
    border-top-left-radius: 0;
    border: 3px solid #000;
    padding: 1.2em 1em;
    margin: 2em 2% 1em;
    border-radius: 4px;
}
#content .anchor-list-point>p{
    background-color: #000;
    font-family: FontAwesome,Aharoni,"Arial Black",Impact,Arial,sans-serif;
    position: absolute;
    font-size: 14px;
    top: -1.8em;
    left: -3px;
    line-height: 1.8;
    padding: 0 1em 0 .8em;
    color: #fff;
    border-radius: 6px 6px 0 0;
}
.anchor-list-point>p>i{
    font-size: 12px;
}
.anchor-list-point>ul{
    padding-left: 40px;
    margin-bottom: 0;
}
.anchor-list-point>ul>li{
    margin: .2em;
    display: list-item;
    list-style-type: disc;
    line-height: 1.8;
    font-size: 18px;
    color: #333;
}

.wp-content table.dot{
    margin-bottom: 20px;
    background-color: #fff;
    width: 100%;
    margin: 15px 0;
}
.wp-content table.dot tr th {
    font-size: 14px;
    font-weight: bold;
    border: #333333 dashed 1px;
    border-collapse: collapse;
    padding: 10px;
    text-align: center;
}
.wp-content table.dot tr td {
    border: #333333 dashed 1px;
    border-collapse: collapse;
    padding: 10px;
    font-size: 12px;
}
.wp-content table.dot tr td:not(:first-child){
    text-align: center;
}

.wp-content table.s1{
    table-layout: fixed;
    margin-bottom: 20px;
    background-color: #fff;
    width: 100%;
    margin: 15px 0;
}
.wp-content table.s1 tr th {
    font-size: 14px;
    font-weight: bold;
    border: #333333 solid 1px;
    border-collapse: collapse;
    padding: 10px;
    text-align: center;
}
.wp-content table.s1 tr td {
    color: #000;
    border: #dedede solid 1px;
    border-collapse: collapse;
    padding: 10px;
    font-size: 16px;
}
.wp-content table.s1 tr td:not(:first-child){
    text-align: center;
}
.wp-content table.s1 .wp-jk {
    background: #000;
}
.wp-content table.s1 .wp-jk td {
    color: #fff;
    font-size: 18px;
}
.wp-content table.s1 .wp-jk ~ tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.wp-content h2.title2{
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin: 2.8125rem 0 2.8125rem;
    width: 100%;
    color: #222;
    padding: 14px 10px;
    background: #b7fba7;
    text-align: left;
}
.wp-content .steps {
    list-style: none;
}
.wp-content .steps li {
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
    margin-bottom: 35px;
}
.wp-content .steps li, .wp-content .steps li p {
    color: #000;
}
.wp-content .steps span:first-child {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    background-color: #b7fba7;
    border-radius: 7px;
    padding: 2px 13px;
    color: #000;
    height: max-content;
}
.wp-content p.subtitle{
    font-size: 154%;
    font-weight: 700!important;
    background: #f1f1f1;
    border-left: 8px solid #b7fba7;
    padding: 10px!important;
    margin-bottom: 15px;
    line-height: 1.3;
}
.wp-content h2.title3{
    color: #000;
    font-size: 30px;
    line-height: 1.2;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    font-weight: 600;
    padding: 10px 9px;
    margin-bottom: 30px;
    letter-spacing: 0.03em;
}
.wp-content h2.title4{
    font-size: 30px;
    line-height: 1.2;
    background: #b7fba7;
    padding: 10px 9px;
    margin-bottom: 40px;
    position: relative;
    color: #000;
    letter-spacing: 0.03em;
}
.wp-content h2.title4:before{
    content: "";
    position: absolute;
    display: block;
    bottom: -30px;
    left: 93px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top-color: #b7fba7;
}
.wp-content h2.title5{
    font-size: 30px;
    line-height: 1.2;
    border-bottom: 3px solid #b7fba7;
    font-weight: 600;
    padding: 13px 19px;
    margin-bottom: 30px;
    color: #000;
    letter-spacing: 0.03em;
}
.wp-content h3.title6{
    font-size: 22px;
    line-height: 1.2;
    border-bottom: 3px solid #b7fba7;
    font-weight: 600;
    padding: 13px 19px;
    margin-bottom: 30px;
    color: #000;
    letter-spacing: 0.03em;
}

.wp-content .title7{
    color: #fff;
    border-radius: 4px;
    position: relative;
    padding: 13px 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #b7fba7;
    color: #000;
}

.wp-content .title7:before{
    position: absolute;
    content: '';
    height: 1px;
    width: 98%;
    background-image: linear-gradient(90deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 60%,transparent 60%,transparent 100%);
    background-size: 10px 3px;
    top: 5px;
    left: 1%;
}

.wp-content .title7:after{
    position: absolute;
    content: '';
    height: 1px;
    width: 98%;
    background-image: linear-gradient(90deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 60%,transparent 60%,transparent 100%);
    background-size: 10px 3px;
    bottom: 5px;
    left: 1%;
    z-index: 999;
}

.wp-content .title8{
    border-color: #b7fba7 !important;
    padding: 6px 12px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    border-left: 5px solid #2b2b2b;
}

.avatar-left{
    margin: 40px 0 40px 19%;
    position: relative;
    width: 80%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px;
    border-radius: 6px;
    border: 2px solid #999;
    box-shadow: 1px 1px 5px #aaa;
    background-color: #fff;
}

.avatar-left:before{
    position: absolute;
    content: "";
    top: 16px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    background-color: #fff;
    z-index: 2;
    left: -6px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.avatar-left:after{
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    top: -10px;
    border-radius: 40px;
    border: 3px solid #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 5px #aaa;
    left: -110px;
    background-image: url(/images/icon/blog/avatar.png);
}

.blackboard{
    position: relative;
    border: 10px solid #E3B66A;
    background: #369377;
    border-radius: 1px;
    color: #fff !important;
    padding: 100px 25px 20px;
    margin: 40px auto;
}

.blackboard>div{
    position: absolute;
    display: block;
    left: 0;
    top: 15px;
    color: #fff;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    letter-spacing: 0px !important;
    font-size: 21px;
    font-weight: 500;
}

.blackboard>p{
    padding-bottom: 20px;
    font-size: 16px;
}

.blackboard:before{
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 57px;
    height: 23px;
    background: url(/images/icon/gift.png);
    background-size: contain;
}

.post-categories{
    margin: 40px 0 20px;
}
.post-categories li{
    display: inline-block;
    line-height: 100%;
    margin-right: 5px;
}
.post-categories a{
    display: inline-block;
    margin-bottom: 4px;
    line-height: 100%;
    padding: 6px 7px;
    margin-right: 0;
    color: #FFF !important;
    background-color: #DADADA;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 12px !important;
    transition: all 0.3s;
}
.post-categories a:hover{
    background-color: #DA4453;
    border-color: #DA4453;
}
p.rate{float: right;font-size: 12px;margin: 20px 0;}

.wp-content .code{background-color: #000000;color: #ffffff;}
.wp-content .line{width: 95%;height: 2px;line-height: 2px;background-color: #ddd;margin: 50px auto;}


/*文章新样式20200325*/
.article-note{background-color: #e2daf1;border-radius: 6px;padding: 15px;}
.h3-icon{font-weight: bold;position: relative;padding-bottom: 8px;}
.h3-icon:before{background-image: linear-gradient(to right,#b7fba7,white 70%);height: 2px;content: '';position: absolute;bottom: 0;left: 0;right: 0;width: 100%;}
.h3-icon>span{color: #fff;padding: 2px 6px;border-radius: 3px;font-size: 17px;min-width: 30px;display: inline-block;text-align: center;margin-right: 5px;}
.h3-icon.og>span{background-color: #f90;}
.h3-icon.rd>span{background-color: #f03;}
.h3-icon.bu>span{background-color: #09c;}

.article-tip{display: table;padding: 10px;background-color: #FFF3E0;min-height: 88px;}
.article-tip>div{display: table-cell;vertical-align: middle;width: 36px;padding: 0 15px 0 10px;border-right: 1px solid #FFA726;}
.article-tip>div>i{color: #FFA726;font-weight: 900;font-size: 16px;}
.article-tip>p{display: table-cell;vertical-align: middle;margin-bottom: 0;padding-left: 15px;}

/*文章样式更新20200628*/
#content ol.list-disc>li{
    list-style-type: decimal;
    list-style-position: inside;
}
ul.list-disc>li::before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #4a4a4a;
    vertical-align: middle;
    border-radius: 100%;
    margin-right: 5px;
}

.anchor-list-1{
    margin: 20px 0;
    padding: 28px 35px;
    border: 4px solid #dedede;
    border-radius: 8px;
}
#content .anchor-list-1>p{
    position: relative;
    font-size: 22px;
    text-align: center;
    color: #000;
    font-weight: 600;
    text-align: left;
}
.anchor-list-1>p>span{
    font-size: 12px;
    color: #707070;
    line-height: 1;
    padding: 8px 12px;
    position: absolute;
    right: 0;
    top: 4px;
    background-color: #f2f2f2;
    cursor: pointer;
}
.anchor-list-1>ol{
    counter-reset: li;
    padding-left: 1.3em;
    list-style-type: none;
    margin-bottom: 0;
}
.anchor-list-1>ol>li{
    position: relative;
    counter-increment: li;
    padding: 16px 0 0;
    line-height: 1.55;
}
.anchor-list-1>ol>li:before{
    color: #000;
    content: counter(li,decimal-leading-zero);
    position: absolute;
    font-size: 16px;
    left: -1.3em;
    background-color: transparent !important;
    top: 16px !important;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    width: auto;
    height: auto;
}
.anchor-list-1>ol>li:after{
    position: absolute;
    content: "" !important;
    top: 18px;
    right: auto;
    left: 7px;
    bottom: auto;
    height: 18px;
    width: 2px;
    border-radius: 1px;
    background-color: #000;
}
.anchor-list-1>ol>li>a{padding-left: 1.45em;color: #000;font-size: 16px;}

.anchor-list-1>ol>ul{padding: 4px 0 1.3em 2.5em;}
.anchor-list-1>ol>ul>li{font-size: .9em;padding-top: 6px;position: relative;line-height: 1.55;}
.anchor-list-1>ol>ul>li:before{background-color: #888888;left: -1.15em;width: 8px;height: 8px;top: 15px;content: '';border-radius: 50%;position: absolute;}
.anchor-list-1>ol>ul>li>a{color: #000;}
.anchor-list-1>ol>li+ul{padding-bottom: 5px;}


.internal-link-card-1{
    display: block;
    padding: 15px;
    border: 1px solid #ccc;
    margin: 20px 0;
    position: relative;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    transition: .3s;
    width: 100%;
    box-sizing: border-box;
}
.internal-link-card-1:hover{box-shadow: 0 1px 2px rgba(0,0,0,0.1);opacity: 0.8;}
.link-card{
    position: absolute;
    top: -4px;
    left: -4px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: table;
    margin: 0!important;
}
.link-card>span{
    color: #fff;
    background: #4865b2;
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    padding: 7px 0;
    top: 25px;
    width: 150px;
    text-align: center;
    font-size: 95%;
    line-height: 1.2;
    font-weight: bold;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    z-index: 10;
    left: -35px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.internal-link-card-1 .row{margin: 0!important;}
.internal-link-card-1 .row>div{margin: 0!important;}
.internal-link-card-1 .col-sm-5{border: 3px solid #0091E5;padding: 0;display: table-cell;max-width: 50%;text-align: center;}
.internal-link-card-1 .col-sm-5>img{margin: 0;max-width: 100%;}
.internal-link-card-1 .col-sm-7>h3{border-bottom: 1px dotted #ccc;border-left: none!important;padding-left: 0!important;margin-bottom: 10px;padding-bottom: 5px;font-size: 16px!important;line-height: 26px!important;color: #1a1a1a;margin-top: 0;font-weight: bold;}
.internal-link-card-1 .col-sm-7>p{font-size: 12px;line-height: 21px;color: #696969;}
.internal-link-card-1 .col-sm-7>button{font-size: 80%;line-height: 1.7;color: #616161;display: inline-block;padding: 5px 10px;box-sizing: border-box;border: 1px solid #ccc;text-align: center;text-decoration: none;background-color: #fff;}

/*a标签保持默认样式  20210331*/
.content-container a{color: #1490fc; text-decoration:none!important;}
.content-container a.trial-win,.content-container a.trial-mac,.content-container a.buy-win,.content-container a.buy-mac{color: #fff!important;}

/*20210511*/
.bg-gray{background-color: #eeeeee;padding: 24px;border-radius: 15px;margin: 40px auto;}
.bg-gray>p{font-size: 14px;line-height: 24px;margin-bottom: 24px;font-style: italic;}
.bg-gray>p.ti{text-indent: 1em;}

.wp-content h3.title9{padding: 5px 18px;border-left: 10px solid #b7fba7;font-size: 16px;font-weight: 700;color: #333;margin-bottom: 30px;line-height: 29px;}
.wp-content h2.title9{padding: 5px 18px;border-left: 10px solid #b7fba7;font-size: 20px;font-weight: 700;color: #333;margin-bottom: 30px;line-height: 29px;}

.link-btn{text-decoration: underline;color: #00f;margin: 40px auto;}
.link-btn:hover{text-decoration: underline;color: #00f;}
.link-btn>div{margin: 1.2em auto;padding: 2% 6%;box-shadow: 0px 1px 5px rgb(0 0 0 / 30%);background: #f0c250;border: 1px solid #f0c250;color: #151513;border-radius: 10px;letter-spacing: .5px;font-size: 16pt;font-weight: 700;text-align: center;word-break: break-all;cursor: pointer;-webkit-transition: .8s;-moz-transition: .8s;-o-transition: .8s;-ms-transition: .8s;transition: .8s;}
.link-btn>div:hover{box-shadow: 0px 8px 25px -5px rgb(0 0 0 / 30%);transition: .2s ease-in-out;outline: 0;}

.b-gray{border: 2px solid #dedede;padding: 25px 10px 0 15px;}
.b-gray>p{font-size: 14px;line-height: 26px;margin-bottom: 25px;}

.blog-card{position: relative;border: 1px solid #000000;padding: 24px;margin: 40px auto;text-align: center;transition: box-shadow .25s;}
.blog-card:hover{box-shadow: 0 4px 16px rgb(0 0 0 / 10%), 0 12px 28px -12px rgb(0 0 0 / 5%);}
.blog-card img{margin: 0 0 15px;max-width: 100%;}
.blog-card>a{color: #333;}
.blog-card>a>div>p{position: absolute;font-size: 12px;padding: 0 6px;z-index: 10;left: 24px;top: -0.8em;background-color: #ffffff;}
.blog-card .col-sm-9>p:first-child{font-size: 16px;line-height: 22px;margin-bottom: 0;}
.blog-card .col-sm-9>p:last-child{font-size: 13px;line-height: 18px;margin-top: 6px;margin-bottom: 0;}

/*按钮样式20211217*/
.btn-group{font-size: 18px;}
.btn-group img{margin-bottom: 0;transition: all .2s;}
.btn-group a{border-radius: 4px;background-color: #2AAAC8;color: #ffffff;font-weight: 600;padding: 30px 32px;line-height: 21px;height: 28px;display: inline-flex;align-items: center;transition: .2s;}
.btn-group a:hover{text-decoration: none;color: #000000;background-color: #FFC0CB;}
.btn-group a:focus,.content-jp-2109 .btn-group a:active{box-shadow: inset 0 3px 5px rgb(42 170 200 / 13%), 0 0 0 0.2rem rgb(255 192 203 / 50%);text-decoration: none;}
.btn-group a:first-child img{margin: 0;}
.btn-group a:last-child img{margin: 0 0 3px;}
.btn-group a:hover img{filter: brightness(0);}

/*三种表情图20211217*/
.avartar-right{display: flex;align-items: flex-start;justify-content: flex-end;margin: 40px 0;}
.avartar-right>p{margin-top: 10px;background-color: #b2e2ff;font-size: 15px;line-height: 27px;padding: 15px 20px;border-radius: 7px;margin-right: 20px;position: relative;}
.avartar-right>p:before{
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -11px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  z-index: 0;
  right: -11px;
  border-width: 11px 0 11px 11px;
}
.avartar-right>p:after{
  content: "";
  position: absolute;
  top: 30px;
  right: -10px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #b2e2ff;
}
.avartar-right>div{flex-shrink: 0;width: 80px;}
.avartar-right>div>img{margin: 0;width: 80px;}

#content .content-container .chat li{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 35px;
}
#content .content-container .chat li.chat-left {
    flex-direction: row-reverse;
}
#content .content-container .chat li.chat-left span {
    margin-left: 30px;
}
#content .content-container .chat li.chat-left span::after {
    left: -10px;
    border-left: none;
    border-right-color: #d4f0f5;
}
#content .content-container .chat li:last-child{
    margin-bottom: 20px;
}
#content .content-container .chat li span {
    display: block;
    background: #d4f0f5;
    border-radius: 12px;
    padding: 12px 18px;
    font-size: 16px;
    color: #000;
    height: max-content;
    position: relative;
    margin-right: 30px;
}
#content .content-container .chat li span::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -20px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: #d4f0f5;
    transform: translateY(-50%);
}
#content .content-container .chat li img {
    width: 84px;
    margin: 0;
}

/*20220210新表格样式*/
.tbl-orange{
  width: 100%;
}
.tbl-orange th {
    background: #f59a4a;
    border: solid 1px #ccc;
    color: #fff;
    font-size: 1em;
    padding: 1em
}

.tbl-orange td {
    text-align: left;
    width: 120px;
    border: solid 1px #ccc;
    padding: 1em .3em;
    font-size: 1em;
    line-height: 1.25em
}

.tbl-orange td:first-child {
    color: #333;
    font-weight: 700
}

.tbl-orange tr:nth-child(2n+1) {
    background: #fff7e5
}

/*20220916新表格样式*/
.tbl-scroll{overflow-wrap: break-word;overflow: scroll;font-size: 12px;color: #a3a3a3;max-width: 980px;}
.tbl-scroll td{padding: 6px;min-width: 120px;align-items: center;vertical-align: top;border: 1px solid #ccc;}
.tbl-scroll th{padding: 6px;width: 120px;align-items: center;vertical-align: middle;border: 1px solid #ccc;}
.tbl-scroll td:first-child>span, .tbl-scroll th:first-child>span{width: 5em;display: block;}
.tbl-scroll th{border-left: 5px solid #a3a3a3;font-weight: bold;}
.tbl-scroll td>div{width: 145px;text-align: center;margin: 0!important;}
.tbl-scroll td>button{display: block;width: 145px;margin: 0 auto 10px;border-radius: 6px;background-color: #a3a3a3;box-shadow: 0 -4px 0 rgb(0 0 0 / 15%) inset;border: none;padding: 10px 5px;font-size: 12px;font-weight: bold;color: #fff;}
.tbl-scroll td>button:focus{outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;}
.tbl-scroll img{object-fit: contain;margin: 0!important;}

/*文章样式更新20200901*/
.cap{display: flex;align-items: flex-start;margin-bottom: 20px;}
.cap>img{max-width: 50%;margin: 0;}
.cap>p{padding: 20px;border: 4px solid #eee;border-radius: 13px;text-align: justify;letter-spacing: 0.05em;position: relative;margin-left: 25px;}
.cap>p:before{content: "";position: absolute;border-right: 23px solid #eee;border-bottom: 20px solid transparent;border-top: 20px solid transparent;top: 15%;left: -23px;}
.cap>p:after{content: "";position: absolute;border-right: 24px solid #fff;border-bottom: 20px solid transparent;border-top: 20px solid transparent;top: 15%;left: -17px;}

/*文章样式更新20200922*/
.bg-yellow{background-color: #fcfdbb;font-weight: bold;color: #4a4a4a;padding: 2px 4px;border-radius: 10px;}
.bg-blue{background-color: #0278C2;font-weight: bold;color: #ffffff;padding: 2px 4px;border-radius: 10px;}
.bg-green{background-color: #309183;font-weight: bold;color: #ffffff;padding: 2px 4px;border-radius: 10px;}
.bg-green2{background-color: #b7fba7;;font-weight: bold;color: #000;padding: 2px 4px;border-radius: 10px;}
.bg-red{background-color: #DB5353;font-weight: bold;color: #ffffff;padding: 2px 4px;border-radius: 10px;}
.bg-orange{background-color: #FEB400;font-weight: bold;color: #ffffff;padding: 2px 4px;border-radius: 10px;}

/*折叠右侧图标效果*/
/*a[data-toggle="collapse"]>span{vertical-align: baseline;transition: all .3s;display: inline-block;margin-left: 20px;width: .8em;height: .8em;background-image: url(/images/pro/bd-player/next.jpg);background-repeat: no-repeat;background-position: right center;background-size: cover;}*/
[data-toggle="collapse"]>i.fa-chevron-right{margin-left: 20px;}
[aria-expanded="true"]>i.fa-chevron-right{transform:rotate(90deg);}

@media screen and (max-width: 450px){
    .anchor-list-1{
        padding: 30px 15px;
    }
}

/*20231213*/
.post-list1{background-color: #f2f2f2;box-shadow: 2px 3px 4px rgba(0,0,0,.4);padding: 30px 20px;position: relative;margin-top: 40px!important;}
.post-list1>p{position: absolute;padding: 13px 20px;font-size: 16px;line-height: 24px;font-weight: bold;position: absolute;left: 20px;top: -20px;background-color: #43c88e;color: #ffffff;}
.post-list1 ol{list-style-type: none;counter-reset: number;}
.post-list1 ol>li{display: inline-flex;justify-content: left;align-items: flex-start;flex-wrap: nowrap;width: 100%;margin-top: 30px;}
.post-list1 ol>li:before{padding: 3px 12px;margin-right: 16px;border-radius: 20px;counter-increment: number;content: counter(number);background-color: #a6a6a6;font-size: 16px;font-weight: bold;color: #ffffff;}
.post-list1 ol>li>div{margin: 0!important;}
.post-list1 ol>li p.title{font-size: 16px;line-height: 28px;font-weight: bold;margin-bottom: 5px!important;color: #474747;}
.post-list1 ol>li p.text{font-size: 14px!important;line-height: 21px!important;margin-bottom: 0!important;color: #474747;}

.post-list2>p{font-size: 16px;font-weight: bold;padding: 8px;background-color: #abb8c3;color: #fff;text-align: center;margin: 0!important;}
.post-list2.blue>p{background-color: #2B92DC;}
.post-list2.green>p{background-color: #b7fba7;color:#000}
.post-list2>ul{border: 2px solid #eee;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top: 0;margin: 0!important;padding: 25px;}
.post-list2>ul li{position: relative; padding-left: 1em; margin: 3px 0;color: #333;}
.post-list2>ul li:before {background: #5C6B80;content: " "; width: 7px; height: 7px; background: #5C6B80; box-shadow: -1px -1px 1px rgba(97, 97, 97, 0.5) inset; display: block; position: absolute; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; left: 2px; top: 9px;}

.post-list3{background-color: #FFFEEE;padding: 20px 35px;}
.post-list3.bg-green{background-color: #90EE90;font-weight: normal;}
.post-list3.bg-blue{background-color: #87CEFA;font-weight: normal;}
.post-list3.bg-gray{background-color: #EEEEEE;font-weight: normal;margin: 20px 0;}
.post-list3 li{position: relative; margin: 3px 0;color: #333;}
ol.post-list3{list-style-position: inside;}
ul.post-list3 li{padding-left: 1em;}
ul.post-list3 li:before {background: #5C6B80;content: " "; width: 7px; height: 7px; background: #5C6B80; box-shadow: -1px -1px 1px rgba(97, 97, 97, 0.5) inset; display: block; position: absolute; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; left: 2px; top: 9px;}

.tab1{border-radius: 3px;border: 3px solid #2B92DC;border-top-width: 4px;}
.tab1 div, .tab1 ul{margin: 0!important;}
.tab1 ul.nav-tabs{display: flex;border: 0;justify-content: space-between;background-color: #2B92DC;}
.tab1 ul.nav-tabs>li{width: 49.8%;margin-bottom: 0;padding: 5px 15px;cursor: pointer;background-color: #2B92DC;color: #ffffff;font-size: 14px;line-height: 21px;font-weight: bold;transition: .2s;border-top-left-radius: 3px;border-top-right-radius: 3px;}
.tab1 ul.nav-tabs>li.active, .tab1 ul.nav-tabs>li:hover{color: #333333;background-color: #ffffff;border: 0;}
.tab1 .tab-content{background-color: #2B92DC;}
.tab1 .tab-pane{padding: 20px 20px 12px;background-color: #fff;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;}
.tab1 .tab-pane li{font-size: 14px!important;line-height: 21px!important;margin-bottom: 8px;list-style-type: disc!important;color: #333;list-style-position: inside;}
.tab1 .tab-pane li::marker{color: #2B92DC;}

/*20240807*/
.post-list4 {
  position: relative;
  margin: 2em 0!important;
  padding: 20px 20px 10px;
  border: solid 3px #95ccff;
  border-radius: 8px;
}
.post-list4>span {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #95ccff;
  font-weight: bold;
}
.post-list4 ul {
  margin:0!important;
}
.post-list4 ul li {
  margin-left:1em;
  font-size: 16px;
  list-style-type: disc!important;
}
.post-list4 ul li::marker {
  color:#95ccff;
}

/*20240808*/
.dl-btn-group{text-align: center;margin: 40px 0!important;}
.dl-btn-group>a>img{width: 350px;height: auto;}
.dl-btn-group>div{display: flex;flex-wrap: wrap;gap: 15px;justify-content: center;margin: 0!important;}
.dl-btn-group>div>a{color: #ffffff;padding: 15px 28px 15px 65px;border-radius: 32px;min-width: 220px;font-size: 16px;font-weight: bold;transition: box-shadow .2s;background-repeat: no-repeat;background-position: 28px center;}
.dl-btn-group>div>a:hover{text-decoration: none;}
.dl-btn-group>div>a.dl-win{background-color: #31A5F6;background-image: url('/images/blog/propop/win.png');}
.dl-btn-group>div>a.dl-mac{background-color: #FA873A;background-image: url('/images/blog/propop/mac.png');}
.dl-btn-group>div>a.dl-win:hover{box-shadow: 0 4px 6px #31A5F6;}
.dl-btn-group>div>a.dl-mac:hover{box-shadow: 0 4px 6px #FA873A;}

/*20220708*/
.content-container img {
    margin: 15px 0;
}

/*20221018 右侧文章内容导航 rtoc*/
#content .row{align-items: stretch;}
#sidebar{height: 100%;}
font>.sidebar-container{height: 100%;}
#widget-tracking{top: 70px!important;}
#rtoc-mokuji-wrapper{display: none;}
.widget #rtoc-mokuji-wrapper #rtoc-mokuji-title{
    color: #ffffff;font-size: 18px!important;font-weight: bold;text-transform: uppercase;letter-spacing: 0.03em;text-align: center;border-radius: 12px;padding: 8px 15px!important;user-select: none;margin-bottom: 15px!important;
    background-image: -moz-linear-gradient( 90deg, rgb(60,167,249) 0%, rgb(47,129,237) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(60,167,249) 0%, rgb(47,129,237) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(60,167,249) 0%, rgb(47,129,237) 100%);
}
.widget #rtoc-mokuji-wrapper.rtoc-mokuji-content .rtoc-mokuji.level-1{padding: 0 25px 0 30px!important;border-radius: 0 0 6px 6px;}
.widget #rtoc-mokuji-wrapper .rtoc-mokuji.level-1:before{left: 10px!important;}
.widget #rtoc-mokuji-wrapper .rtoc-mokuji .rtoc-item{font-size: 14px!important;color: #444444;}
@media (min-width: 992px){
  #sidebar #rtoc-mokuji-wrapper{display: block;}
}

/*cat*/
#cat .content-container{flex-grow: 1;}
#cat .content-container>a{border-radius: 6px;border: 2px solid #e6eced;padding: 5px;margin-top: 15px;}
#cat .content-container div{margin: 0;}
#cat .content-container>a>div{padding: 0;height: 228px;}
#cat .content-container>a>div:last-child{padding: 15px;}
#cat .content-container p.title{font-size: 22px;line-height: 32px;color: #222222;font-weight: bold;}
#cat .content-container>a:hover p.title{color: #1490fc;}
#cat .content-container p.date{margin-bottom: 10px;}

/*20230613 swiper*/
.swiper-container{max-width:100%;width:980px;}
.swiper-container img{margin:0 0 10px;width:100%;max-width:100%;}
.swiper-slide{font-size:16px;text-align-last:center;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 10px;
}

/*20231011*/
#content .summary{background-image: url(/images/icon/blog/summary/summary_bg.jpg);background-repeat: no-repeat;background-size: 100% 100%;padding: 30px 25px 20px;color: #3b5159;}
#content .summary>span{font-size: 22px;line-height: 25px;text-align: center;margin-bottom: 20px;font-weight: bold;display: block;}
#content .summary .summary-btn{text-align:center;margin-bottom: 0;}
#content .summary .summary-btn>a{position:relative;margin-bottom: 15px;display: inline-block;vertical-align: middle;min-width: 230px;padding: 6px 40px 6px 15px;border-radius: 4px;border: 2px solid #36ADF0;font-size: 18px;line-height: 35px;font-family: ProximaNova-Semibold;text-decoration: none;-webkit-transition: all .3s;-moz-transition: all .3s;transition: all .3s;text-align: center;}
#content .summary .summary-btn>a.dl{background-color: #36ADF0;color: #ffffff;}
#content .summary .summary-btn>a.detail{padding-right: 15px;}
#content .summary .summary-btn>a.dl:hover{background-color: #2B92DC;border: 2px solid #2B92DC;}
#content .summary .summary-btn>a.detail:hover{color: #ffffff;background-color: #2B92DC;border: 2px solid #2B92DC;}
#content .summary .summary-btn>a.dl:after{content: '';background-repeat: no-repeat;position:absolute;right: 15px;transition: all .3s;width: 22px;height: 23px;background-image: url(/images/icon/blog/summary/icon-dl.png);top: 12px;}
#content .summary .summary-safe{font-size: 14px;text-align:center;margin-bottom: 0;}
#content .summary .summary-safe>i{font-size: 16px;font-style: normal;color: #2B92DC;}

/*20240711*/
#content .comparison{display: flex;align-items: stretch;column-gap: 2%;row-gap: 10px;}
#content .comparison>div{flex-basis: 49%;border: 1px solid #fc477a;border-radius: 4px;overflow: hidden;margin: 0!important;}
#content .comparison>div>p{padding: 10px 10px 10px 10px;font-size: 14px;line-height: 24px;font-weight: bold;border-bottom: 1px solid #fc477a;margin-bottom: 0;display: flex;align-items: center;column-gap: 5px;color: #fc477a;background-color: #fff2f6;}
#content .comparison>div>p::before{content: '';width: 24px;height: 24px;background-image: url(/images/icon/blog/comparison/yes.png);background-repeat: no-repeat;background-position: left top;display: inline-block;flex-shrink: 0;}
#content .comparison>div>ul{padding: 15px 10px 10px;margin-bottom: 0;}
#content .comparison>div>ul>li{font-size: 14px;line-height: 21px;color: #333;margin-bottom: 3px;}
#content .comparison>div:last-child{border-color: #2d85d2;}
#content .comparison>div:last-child>p{border-color: #2d85d2;color: #2d85d2;background-color: #f0f7fc;}
#content .comparison>div:last-child>p::before{background-image: url(/images/icon/blog/comparison/no.png);}

#content .pro-info{
    color: #000000;
    background: #f1f1f1;
    background: -webkit-linear-gradient(top,#ececec 0,#fbfbfb 100%);
    background: -moz-linear-gradient(top,#ececec 0,#fbfbfb 100%);
    background: -o-linear-gradient(top,#ececec 0,#fbfbfb 100%);
    background: linear-gradient(to bottom,#ececec 0,#fbfbfb 100%);
    padding: 30px 3%;
    border-bottom: 3px solid #2B92DC;
}
#content .pro-info div{margin: 0;}
#content .pro-info .brand{display:flex;align-items:center;margin-bottom: 10px;}
#content .pro-info .brand>img{margin: 0 15px 0 0;}
#content .pro-info .brand>a{color: #36ADF0;transition: all .2s ease-in-out;font-size:24px;font-weight:500;font-family: 'ProximaNova-semiBold';}
#content .pro-info .brand>a:hover{color: #2B92DC;}
#content .pro-info h4{font-size: 20px;margin: 10px 0 15px;}
#content .pro-info span{font-size: 20px;font-weight: bold;margin: 10px 0 15px;display: block;}
#content .pro-info li{position:relative;font-size: 14px;line-height: 21px;padding: 3px 0 3px 15px;}
#content .pro-info li:before{content: '';width: 6px;height: 6px;background-color: #36ADF0;position: absolute;left: 0;top: 10px;border-radius: 50%;}
#content .pro-info .pro-info-btn{text-align:center;}
#content .pro-info .pro-info-btn>a{position:relative;margin-bottom: 15px;display: inline-block;vertical-align: middle;padding: 6px 55px 6px 15px;border-radius: 4px;border: 2px solid #36ADF0;font-size: 18px;line-height: 35px;font-family: ProximaNova-Semibold;text-decoration: none;-webkit-transition: all .3s;-moz-transition: all .3s;transition: all .3s;text-align: center;}
#content .pro-info .pro-info-btn>a.dl-win{background-color: #36ADF0;color: #ffffff;}
#content .pro-info .pro-info-btn>a.dl-mac{color: #36ADF0;}
#content .pro-info .pro-info-btn>a.dl-win:hover{background-color: #2B92DC;border: 2px solid #2B92DC;}
#content .pro-info .pro-info-btn>a.dl-mac:hover{color: #ffffff;background-color: #2B92DC;border: 2px solid #2B92DC;}
#content .pro-info .pro-info-btn>a:after{content: '';background-repeat: no-repeat;position:absolute;right: 15px;transition: all .3s;}
#content .pro-info .pro-info-btn>a.dl-win:after{width: 25px;height: 25px;background-image: url(/images/icon/blog/pro-info/win-icon.png);top: 10px;}
#content .pro-info .pro-info-btn>a.dl-mac:after{width: 24px;height: 18px;background-image: url(/images/icon/blog/pro-info/mac-b-icon.png);top: 14px;}
#content .pro-info .pro-info-btn>a.dl-mac:hover:after{background-image: url(/images/icon/blog/pro-info/mac-icon.png);}
#content .pro-info .pro-info-safe{font-size: 14px;text-align:center;margin-top: 15px;margin-bottom: 0;}
#content .pro-info .pro-info-safe>i{font-size: 16px;font-style: normal;color: #2B92DC;}

#content .pro-info2{
    color: #000000;
    padding: 30px 4%;
    border: 4px solid #dedede;
    border-radius: 8px;
}
#content .pro-info2 div{margin: 0;}
#content .pro-info2 .brand{display:flex;align-items:center;margin-bottom: 10px;}
#content .pro-info2 .brand>img{margin: 0 15px 0 0;}
#content .pro-info2 .brand>a{color: #36ADF0;transition: all .2s ease-in-out;font-size:24px;font-weight:500;font-family: 'ProximaNova-semiBold';}
#content .pro-info2 .brand>a:hover{color: #2B92DC;}
#content .pro-info2 .h4{font-size: 32px;margin: 10px 0 32px;font-weight: bold;}
#content .pro-info2 span{font-size: 20px;font-weight: bold;margin: 10px 0 15px;display: block;}
#content .pro-info2 li{position:relative;font-size: 16px;line-height: 21px;padding: 5px 0 5px 48px;}
#content .pro-info2 li:before{content: '';width: 24px;height: 23px;background-image: url(/images/icon/blog/pro-info/safe.png);position: absolute;left: 15px;top: 3px;border-radius: 50%;}
#content .pro-info-btn2{display: flex;column-gap: 23px;}
#content .pro-info-btn2>a{position:relative;margin-bottom: 15px;display: inline-block;vertical-align: middle;padding: 6px 18px 6px 67px;border-radius: 22px;border: 2px solid #000;font-size: 18px;line-height: 35px;font-family: ProximaNova-Semibold;text-decoration: none;-webkit-transition: all .3s;-moz-transition: all .3s;transition: all .3s;text-align: center;}
#content .pro-info-btn2>a.dl-win{font-weight: bold;background-color: #000;color: #c3ff00;}
#content .pro-info-btn2>a.dl-mac{font-weight: bold;color: #010100;}
#content .pro-info-btn2>a.dl-win:hover{transform: translateY(-5px)}
#content .pro-info-btn2>a.dl-mac:hover{transform: translateY(-5px)}
#content .pro-info-btn2>a:before{content: '';background-repeat: no-repeat;position:absolute;left: 23px;transition: all .3s;}
#content .pro-info-btn2>a.dl-win:before{width: 25px;height: 25px;background-image: url(/images/icon/blog/pro-info/win.png);top: 10px;}
#content .pro-info-btn2>a.dl-mac:before{width: 26px;height: 31px;background-image: url(/images/icon/blog/pro-info/mac.png);top: 7px;}
#content .pro-info2 .pro-info-safe{font-size: 14px;text-align:center;margin-top: 15px;margin-bottom: 0;}
#content .pro-info2 .pro-info-safe>i{font-size: 16px;font-style: normal;color: #2B92DC;}
#content .pro-info2 .col-lg-10 {padding-left: 35px;}
#content .pro-info2 .col-lg-2 img {width: 120px;display: block;}
.related {background-color:#f2f2f2;}

/*navbar 20231102*/
.navbar{top: 0;}
.navbar .nav-item{padding-top: 0;padding-bottom: 0;}
.navbar.on .nav-item{padding-top: 0;padding-bottom: 0;}

/*author page*/
#author-info{display: flex;align-items: center;justify-content: center;gap: 60px;padding: 120px 8% 80px;border-bottom: 1px solid #ebedf0;}
#author-info .avatar{align-self: center;border: 16px solid #f0f9ff;border-radius: 100%;flex-shrink: 0;}
#author-info .avatar>img{width: 220px;height: 220px;border-radius: 100%;object-fit: cover;}
#author-info h3{font-size: 36px;margin-top: 0;margin-bottom: 20px;}
#author-info h3~p{font-size: 18px;line-height: 28px;}
#author-info+h1{font-size: 36px;}

#author-post-list{display: flex;flex-wrap: wrap;align-items: stretch;text-align: center;margin-bottom: 80px;}
#author-post-list a.alm-list{display: inline-block;padding: 10px;}
#author-post-list a.alm-list .innerbox{border: 1px solid #eeeff0;border-radius: 12px;transition: .2s cubic-bezier(.215,.61,.355,1);overflow: hidden;height: 100%;}
#author-post-list a.alm-list:hover .innerbox{box-shadow: 0 10px 15px rgba(0,0,0,.08);transform: scale(1.01);}
#author-post-list a.alm-list .innerbox>div{height: 200px;background-size: cover;background-position: center;}
#author-post-list a.alm-list .date{color: #777777;margin-top: 15px;padding: 0 12px;text-align: left;}
#author-post-list a.alm-list .title{color: #444444;font-size: 16px;line-height: 24px;font-weight: bold;margin-top: 8px;padding: 0 12px;text-align: left;}
#author-post-list a.alm-list:hover .title{color: #00a9e4;}
#author-post-list .alm-listing .alm-reveal{display: flex;flex-wrap: wrap;}
#author-post-list .alm-btn-wrap{margin-top: 40px;}

@media screen and (max-width: 991px){
  #author-info{flex-direction: column;padding-left: 0;padding-right: 0;}
}

/*propop 20240607*/
#proPop{position: fixed;z-index: 1005;top: 0;left: 0;background-color: rgba(0, 0, 0, .3);width: 100%;height: 100%;display: none;}
#proPop .proPopContainer{display: flex;width: 100%;height: 100%;align-items: center;justify-content: center;}
#proPop .proPopContainer>div{flex-basis: 600px;max-width: 100%;}
#proPop .proPopContainer>div{border: 1px solid rgb(109, 109, 109);background-color: #ffffff;box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.17);border-radius: 12px;overflow: hidden;}
#proPop .pop-header{padding: 12px 10px 12px 20px;background-color: #E9F6FB;display: flex;justify-content: space-between;}
#proPop .pop-logo{display: flex;align-items: center;column-gap: 10px;}
#proPop .pop-logo>p{font-size: 18px;font-weight: 500;color: #128fd6;font-family: 'Segoe UI';margin-bottom: 0;}
#proPop .pop-close{flex-basis: 25px;cursor: pointer;display: flex;align-items: center;justify-content: center;}
#proPop .pop-body{padding: 35px 35px 40px;}
#proPop .pop-body>h3{margin-top: 0;margin-bottom: 30px;font-size: 24px;line-height: 1.5;font-weight: bold;color: #fa6c3a;text-align: center;}
#proPop .pop-body>div{display: flex;column-gap: 20px;align-items: center;}
#proPop .pop-body>div>img{flex-shrink: 0;}
#proPop .pop-body>div>div>h3{margin-top: 0;margin-bottom: 15px;font-size: 24px;font-weight: bold;color: #2d86f3;}
#proPop .pop-body>div>div>p{font-size: 16px;line-height: 28px;color: #444444;font-weight: 500;}
#proPop .pop-footer{background-color: #EFEFEF;display: flex;align-items: stretch;justify-content: center;gap: 20px;padding: 16px 12px 24px;}
#proPop .pop-footer>a{display: inline-block;display: flex;align-items: center;justify-content: center;column-gap: 18px;color: #ffffff;padding: 15px 28px;border-radius: 32px;min-width: 220px;font-size: 16px;font-weight: bold;transition: box-shadow .2s;}
#proPop .pop-footer>a:hover{text-decoration: none;}
#proPop .pop-footer .pop-dl-win{background-color: #31A5F6;}
#proPop .pop-footer .pop-dl-mac{background-color: #FA873A;}
#proPop .pop-footer .pop-dl-win:hover{box-shadow: 0 4px 6px #31A5F6;}
#proPop .pop-footer .pop-dl-mac:hover{box-shadow: 0 4px 6px #FA873A;}

/*banner*/
#banner-bottom>a{height: 50px;}
@media screen and (max-width: 450px){
  #banner-bottom>a{background-image:url('/images/banner/20240527/blog/450-prom.jpg');}
}
@media screen and (min-width: 451px) and (max-width: 991px){
  #banner-bottom>a{background-image:url('/images/banner/20240527/blog/992-prom.jpg');}
}
@media screen and (min-width: 992px){
  #banner-bottom>a{background-image:url('/images/banner/20240527/blog/1920-prom.jpg');}
}

/* 响应式 */
@media screen and (max-width: 450px){

    /*文章页面模版*/
    .under-text>img{width: 92%;}
    .side>.col-md-5{margin: 30px 0;}
    .side>.col-md-5>img{width: 92%;}
    ul.layout>li{float: none;margin-bottom: 30px;}
    ul.layout>li>div>img{max-width: 92%;}
    ul.layout>li:nth-child(3){margin-bottom: 0;}

    /*文中下载按钮*/
    ul.dl-btn>li{display: block;}
    ul.dl-btn>li:nth-child(1){margin-left: auto;margin-right: auto;}
    ul.dl-btn>li:nth-child(2){margin: 15px auto 0;}

    /*文章产品推荐*/
    .rec>li{display: block;}
    .rec>li>img{max-width: 92%;}
    .rec>li:nth-child(1){margin-bottom: 30px;}
    .rec p:nth-child(3)>a{display: block;margin: 15px 0 10px 0;}

    /*文章宽度与sidebar*/
    .container.ml-30{padding: 0 15px;}
    .wp-content{width: 100%;margin-left: 0;margin-right: 0;float: none;}
    .sidebar_cover{width: 100%;margin-left: 0;margin-right: 0;margin-bottom: 50px;float: none;}
    .container.ml-30>.row{margin-left: 0;}
    .sidebar-ws .sidebar_cover{width: 100%;}

    /*文章图片*/
    .tc>a>img{width: auto;max-width: 100%;}

    /*底部选择理由样式*/
    .banner-footer p.text{margin-bottom: 30px;}

    /*左侧广告图*/
    #ad_link>img{width: 102px;height: 180px;}

    /*文章样式更新20200901*/
    .cap{display: block;}
    .cap>img{max-width: 90%;margin: 15px 10px;}

    .banner-store .box>p.button>a{display: block;margin-left: auto;margin-right: auto;}
    .banner-store .win{margin-bottom: 10px;}
}
@media screen and (min-width: 451px) and (max-width: 767px){

    /*文章页面模版*/
    .under-text>img{width: 420px;}
    .side>.col-md-5{margin: 40px 0;}
    .side>.col-md-5>img{max-width: 420px;}
    ul.layout>li{float: none;margin-bottom: 40px;}
    ul.layout>li>div>img{max-width: 420px;}
    ul.layout>li:nth-child(3){margin-bottom: 0;}

    /*文中下载按钮*/
    ul.dl-btn>li{display: block;}
    ul.dl-btn>li:nth-child(1){margin-left: auto;margin-right: auto;}
    ul.dl-btn>li:nth-child(2){margin: 15px auto 0;}

    /*文章产品推荐*/
    .rec>li{display: block;}
    .rec>li>img{max-width: 420px;}
    .rec>li:nth-child(1){margin-bottom: 30px;}
    .rec p:nth-child(3)>a{display: block;margin: 15px 0 10px 0;}

    /*文章图片*/
    .tc>a>img{width: auto;max-width: 100%;}

    /*文章样式更新20200901*/
    .cap{display: block;}
    .cap>img{max-width: 90%;margin: 15px 10px;}
}
@media screen and (min-width: 768px) and (max-width: 991px){

    /*文章页面模版*/
    .under-text>img{max-width: 600px;}
    .side>.col-md-5{margin: 40px 0;}
    .side>.col-md-5>img{max-width: 600px;}
    ul.layout>li{float: none;margin-bottom: 40px;}
    ul.layout>li>div>img{max-width: 600px;}
    ul.layout>li:nth-child(3){margin-bottom: 0;}

    /*文章产品推荐*/
    .rec>li{display: block;}
    .rec>li>img{max-width: 600px;}
    .rec>li:nth-child(1){margin-bottom: 30px;}

    /*文章图片*/
    .tc>a>img{width: auto;max-width: 500px;}
}
@media screen and (min-width: 992px) and (max-width: 1199px){

    /*文章页面模版*/
    .under-text>img{max-width: 650px;}
    .side>.col-md-5>img{max-width: 345px;}
    ul.layout>li{margin-right: 35px;width: 300px;}
    ul.layout>li>div>img{max-width: 300px;}
    ul.layout>li:nth-child(3){margin-right: 0;}

    /*文章产品推荐*/
    .rec>li{width: 50%;}
    .rec>li>img{max-width: 420px;}

    /*文章图片*/
    .tc>a>img{width: auto;max-width: 700px;}
    .col-md-4 img{max-width: 95%;}
}
@media screen and (min-width: 1200px) and (max-width: 1439px){

    /*文章页面模版*/
    .under-text>img{max-width: 600px;}
    .side>.col-md-5>img{max-width: 400px;}
    ul.layout>li{margin-right: 75px;width: 300px;}
    ul.layout>li>div>img{max-width: 300px;}
    ul.layout>li:nth-child(3){margin-right: 0;}

    /*文章产品推荐*/
    .rec>li{width: 50%;}
    .rec>li>img{max-width: 450px;}

    /*文章图片*/
    .tc>a>img{max-width: 720px;}
    .col-md-4 img{max-width: 95%;}
}
@media screen and (min-width: 1440px){

    /*文章页面模版*/
    .under-text>img{max-width: 650px;}
    .side>.col-md-5>img{max-width: 420px;}
    ul.layout>li{margin-right: 75px;width: 300px;}
    ul.layout>li>div>img{max-width: 300px;}
    ul.layout>li:nth-child(3){margin-right: 0;}

    /*文章产品推荐*/
    .rec>li{width: 50%;}
    .rec>li>img{max-width: 450px;}

    /*文章图片*/
    .tc>a>img{max-width: 720px;}
}


/*addthis样式修改*/
.addthis_floating_style.addthis_counter_style, .addthis_floating_style.addthis_counter_style .addthis_internal_container{
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}

/*指针悬浮透明度*/
.hover-opacity{transition: opacity .2s;}
.hover-opacity-07:hover{opacity: .7;}

/*首页jPages分页*/
.holder {
    margin: 30px 0 15px;
    text-align: right;
}

.holder a {
    font-size: 12px;
    cursor: pointer;
    margin: 0 5px;
    color: #868585;
}

.holder a:hover {
    color: #000;
}

.holder a.jp-previous { margin-right: 15px; }
.holder a.jp-next { margin-left: 15px; }

.holder a.jp-current, a.jp-current:hover { 
    color: #000;
}

.holder a.jp-disabled, a.jp-disabled:hover {
    color: #bbb;
}

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
    cursor: default; 
    background: none;
}

.holder span { margin: 0 5px; }

/*bootstrap栅格布局消除左右内边距*/
.clearfix>div{padding-left: 0;padding-right: 0;}

/*表格样式*/
.wp-table{ width:100%}
.wp-table table{ border-left:1px solid #d3d3d3; border-radius:3px; font-size:13px; border-top:1px solid #d3d3d3;}
.wp-table table tr{ height:40px;}
.wp-table table tr td{ text-align:center; border-right:1px solid #d3d3d3; border-bottom:1px solid #d3d3d3;  }
.wp-table table tr td.zuo{ text-align:left; padding-left:20px}
.wp-jk{ background:#dde9ee; height:46px; font-size:17px}

.tdn{text-decoration: none!important;}

/* header */
#header #navbar {
    top: 0;
    z-index: 200;
    box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.1);
    background: #15141a
}

#header .navbar {
    padding: 0
}

#header .navbar .dropdown-menu h5.prolist-item {
    font-size: 20px
}

@keyframes move {
    0% {
        stroke-dashoffset: -230
    }

    100% {
        stroke-dashoffset: 0
    }
}

#header .navbar-brand .g-dashed-line {
    stroke: #c3ff00;
    stroke-dasharray: 230, 230;
    stroke-dashoffset: 0
}

#header .navbar-brand span {
    display: inline-block;
    margin-left: 11px;
    font-size: 26.14px;
    vertical-align: middle;
    font-weight: 600
}

#header .navbar-toggler {
    border: var(--bs-border-width) solid #ddd
}

#header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(136,136,136,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important
}

#header .navbar-nav {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 0;
}

#header .navbar-nav>li.nav-item {
    margin-left: 12.8px;
    padding: 22px 0;
    position: static
}

#header .navbar-nav>li.nav-item.download-btn {
    padding: 18px 0;
    display: flex;
    align-items: center;
}

#header .navbar-nav>li.nav-item.download-btn a {
    font-size: 16px;
    padding: 10px 22.15px;
    color: #fff;
    border: 1px solid #fff
}

#header .navbar-nav>li.nav-item>div:not(.dropdown-menu-container) {
    padding: 0
}

#header .navbar-nav>li.nav-item>div.dropdown-menu-container {
    position: absolute;
    z-index: -1;
    padding-top: 10px;
    left: 0;
    top: 0;
    width: 100%
}

#header .navbar-nav>li.nav-item>div>.dropdown-menu {
    margin: 0;
    width: max-content;
    box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.15);
    border: 0;
    padding: 2rem 2rem 2rem 0;
    display: none;
    align-items: stretch;
    top: 85px;
    position: relative
}

#header .navbar-nav>li.nav-item>div>.dropdown-menu>.navbar-pack {
    flex-basis: 240px;
    padding: 0 2rem
}

#header .navbar-nav>li.nav-item>div>.dropdown-menu>.navbar-pack .prolist-item {
    padding-left: 2rem;
    margin: 0.5rem 0 1rem
}

#header .navbar-nav>li.nav-item>div>.dropdown-menu>.navbar-prolist {
    display: flex;
    border-left: 1px solid #e6e5ea
}

#header .navbar-nav>li.nav-item>div>.dropdown-menu>.navbar-prolist>div {
    padding-left: 1rem
}

#header .navbar-nav>li.nav-item>div>.dropdown-menu .prolist-item {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0
}

#header .navbar-nav>li.nav-item>div>.dropdown-menu .prolist-item .nav-icon {
    opacity: 0;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin-left: 7px;
    flex-shrink: 0;
    transition: all 0.3s
}

#header .navbar-nav>li.nav-item>div>.dropdown-menu .prolist-item a.nav-icon {
    opacity: 0;
    transition: opacity 0.3s
}

#header .navbar-nav>li.nav-item>div>.dropdown-menu .prolist-item img {
    opacity: 1;
    display: inline;
    transition: opacity 0.3s;
    position: absolute;
    top: 15px;
    left: 100%;
    margin-left: -5px
}

#header .navbar-nav>li.nav-item>div>.dropdown-menu .prolist-item:hover a span {
    color: #104cba
}

#header .navbar-nav>li.nav-item>div>.dropdown-menu .prolist-item:hover a span::before {
    width: 100%;
    left: 0;
    right: auto
}

#header .navbar-nav>li.nav-item>div>.dropdown-menu .prolist-item:hover img {
    opacity: 0;
    display: none
}

#header .navbar-nav>li.nav-item>div>.dropdown-menu .prolist-item:hover a.nav-icon {
    opacity: 1
}

#header .navbar-nav>li.nav-item .dropdown-menu.menu-text {
    padding-top: 15px;
    padding-bottom: 15px
}

#header .navbar-nav>li.nav-item .dropdown-menu .dropdown-item {
    padding: 12px 10px 12px 15px;
    width: auto;
    position: relative;
    line-height: 25px
}

#header .navbar-nav>li.nav-item .dropdown-menu .dropdown-item.active,
#header .navbar-nav>li.nav-item .dropdown-menu .dropdown-item:active,
#header .navbar-nav>li.nav-item .dropdown-menu .dropdown-item:focus,
#header .navbar-nav>li.nav-item .dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: #104cba
}

#header .navbar-nav>li.nav-item .dropdown-menu .dropdown-item.active a,
#header .navbar-nav>li.nav-item .dropdown-menu .dropdown-item:active a,
#header .navbar-nav>li.nav-item .dropdown-menu .dropdown-item:focus a,
#header .navbar-nav>li.nav-item .dropdown-menu .dropdown-item:hover a {
    color: #104cba
}

#header .navbar-nav>li.nav-item .dropdown-menu .dropdown-item.active a span,
#header .navbar-nav>li.nav-item .dropdown-menu .dropdown-item:active a span,
#header .navbar-nav>li.nav-item .dropdown-menu .dropdown-item:focus a span,
#header .navbar-nav>li.nav-item .dropdown-menu .dropdown-item:hover a span {
    color: #104cba
}

#header .navbar-nav>li.nav-item .dropdown-menu .dropdown-item.active a span::before,
#header .navbar-nav>li.nav-item .dropdown-menu .dropdown-item:active a span::before,
#header .navbar-nav>li.nav-item .dropdown-menu .dropdown-item:focus a span::before,
#header .navbar-nav>li.nav-item .dropdown-menu .dropdown-item:hover a span::before {
    width: 100%;
    left: 0;
    right: auto
}

#header .navbar-nav>li.nav-item .dropdown-menu .dropdown-item>span {
    position: relative
}

#header .navbar-nav>li.nav-item .dropdown-menu .dropdown-item>span::before {
    content: '';
    height: 1px;
    width: 0;
    bottom: -2px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: #104cba
}

#header .navbar-nav>li.nav-item .dropdown-menu .dropdown-item>span::before:hover {
    width: 100%;
    left: 0;
    right: auto
}

#header .navbar-nav>li.dropdown .dropdown-menu-container {
    display: none
}

#header .navbar-nav>li.dropdown:active .dropdown-menu-container,
#header .navbar-nav>li.dropdown:focus .dropdown-menu-container,
#header .navbar-nav>li.dropdown:hover .dropdown-menu-container {
    display: block
}

#header .navbar-nav>li.dropdown:active .dropdown-menu-container .dropdown-menu,
#header .navbar-nav>li.dropdown:focus .dropdown-menu-container .dropdown-menu,
#header .navbar-nav>li.dropdown:hover .dropdown-menu-container .dropdown-menu {
    display: flex
}

#header .navbar-nav>li .nav-link {
    padding: 3px 0;
    padding-right: 48px;
    color: #fff;
    font-size: 16px
}

#header .navbar-nav>li .nav-link:hover {
    color: #c3ff00
}

#header .navbar-nav>li:last-child .nav-link {
    padding-right: 0
}

#header .tc {
    text-align: center
}

#header .nav-win-icon {
    background-image: url("/assets/images/icons/nav-icon-win.png");
    background-repeat: no-repeat;
    background-position: center
}

#header .nav-win-icon:hover {
    background-image: url("/assets/images/icons/nav-icon-win-on.png")
}

#header .nav-mac-icon {
    background-image: url("/assets/images/icons/nav-icon-mac.png");
    background-repeat: no-repeat;
    background-position: center
}

#header .nav-mac-icon:hover {
    background-image: url("/assets/images/icons/nav-icon-mac-on.png")
}

#header .navbar-pack .navbar-pack-img {
    margin: 0 auto;
    display: block
}
@media (min-width: 1341px) {
    html[lang="ar"] .navbar-nav>li.nav-item .dropdown-menu[menu-name='products'] {
        right: 662px
    }

    html[lang="ar"] .navbar-nav>li.nav-item .dropdown-menu[menu-name='support'] {
        right: 847px
    }

    .navbar-nav>li.nav-item .dropdown-menu[menu-name='products'] {
        left: 782px;
    }

    .navbar-nav>li.nav-item .dropdown-menu[menu-name='support'] {
        left: 1035px
    }
}

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

    html[lang="ar"] .navbar-nav>li.nav-item .dropdown-menu[menu-name='products'] {
        right: 602px
    }

    html[lang="ar"] .navbar-nav>li.nav-item .dropdown-menu[menu-name='support'] {
        right: 807px
    }

    .navbar-nav>li.nav-item .dropdown-menu[menu-name='products'] {
        left: 1047px;
    }

    .navbar-nav>li.nav-item .dropdown-menu[menu-name='support'] {
        left: 1035px
    }
}

@media (max-width: 1300px) {
    html[lang="ar"] .navbar-nav>li.nav-item .dropdown-menu[menu-name='products'] {
        right: 472px
    }

    html[lang="ar"] .navbar-nav>li.nav-item .dropdown-menu[menu-name='support'] {
        right: 647px
    }

    .navbar-nav>li.nav-item .dropdown-menu[menu-name='products'] {
        left: 650px
    }

    .navbar-nav>li.nav-item .dropdown-menu[menu-name='support'] {
        left: 935px
    }
}

@media (max-width: 1200px) {
    html[lang="ar"] .navbar-nav>li.nav-item .dropdown-menu[menu-name='products'] {
        right: 392px
    }

    html[lang="ar"] .navbar-nav>li.nav-item .dropdown-menu[menu-name='support'] {
        right: 502px
    }

    .navbar-nav>li.nav-item .dropdown-menu[menu-name='products'] {
        left: 312px
    }

    .navbar-nav>li.nav-item .dropdown-menu[menu-name='support'] {
        left: 502px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav>li.nav-item {
        position: static
    }

    .navbar-nav>li.nav-item .dropdown-menu[menu-name='total-media-converter-ultimate'] {
        width: 100%
    }

    .navbar-nav>li.nav-item .dropdown-menu[menu-name='total-media-converter-ultimate'].navbar-prolist {
        flex-direction: column
    }

    .navbar-nav>li .nav-link {
        padding: 4px 8px
    }
}

@media (max-width: 991px) {
    #navbar {
        padding-left: 0;
        padding-right: 0;
        z-index: 200
    }

    #navbarCommon {
        background-color: #ffffff
    }

    .navbar {
        padding: 8px 0
    }

    .navbar-collapse .navbar-nav {
        margin-top: 20px
    }

    .navbar-collapse .navbar-nav>li.nav-item {
        position: static;
        margin-left: 0;
        padding: 8px 20px
    }

    .navbar-collapse .navbar-nav>li.nav-item:deep(.common-button) {
        padding-left: 10px
    }

    .navbar-collapse .navbar-nav>li.nav-item .dropdown-menu-container {
        position: static
    }

    .navbar-collapse .navbar-nav>li.nav-item .dropdown-menu-container .dropdown-menu {
        position: static;
        width: 100%;
        flex-direction: column;
        max-height: 50vh;
        overflow-y: scroll;
        padding-right: 0
    }

    .navbar-collapse .navbar-nav>li.nav-item .dropdown-menu-container .dropdown-menu>.navbar-pack {
        text-align: center;
        padding: 0
    }

    .navbar-collapse .navbar-nav>li.nav-item .dropdown-menu-container .dropdown-menu>.navbar-pack .prolist-item {
        justify-content: center
    }

    .navbar-collapse .navbar-nav>li.nav-item .dropdown-menu-container .dropdown-menu>.navbar-pack .prolist-item .nav-icon {
        display: none
    }

    .navbar-collapse .navbar-nav>li.nav-item .dropdown-menu-container .dropdown-menu>.navbar-prolist {
        flex-direction: column
    }

    .navbar-collapse .navbar-nav>li.nav-item .dropdown-menu-container .dropdown-menu>.navbar-prolist>div {
        padding-left: 0
    }

    .navbar-collapse .navbar-nav>li.nav-item .dropdown-menu-container .dropdown-menu>.navbar-prolist .prolist-item {
        font-size: 14px
    }

    .navbar-collapse .navbar-nav>li .nav-link {
        color: #212529
    }

    .navbar-collapse .navbar-nav>li.dropdown .dropdown-menu-container {
        display: none
    }

    .navbar-collapse .navbar-nav>li.dropdown.show .dropdown-menu-container {
        display: block
    }

    .navbar-collapse .navbar-nav>li.dropdown.show .dropdown-menu-container .dropdown-menu {
        display: flex
    }

    .navbar-collapse .navbar-nav>li.dropdown:active .dropdown-menu-container,
    .navbar-collapse .navbar-nav>li.dropdown:focus .dropdown-menu-container,
    .navbar-collapse .navbar-nav>li.dropdown:hover .dropdown-menu-container {
        display: block
    }

    .navbar-collapse .navbar-nav>li.dropdown:active .dropdown-menu-container .dropdown-menu,
    .navbar-collapse .navbar-nav>li.dropdown:focus .dropdown-menu-container .dropdown-menu,
    .navbar-collapse .navbar-nav>li.dropdown:hover .dropdown-menu-container .dropdown-menu {
        display: flex
    }
}
#header .navbar-nav>li.nav-item>div:not(.dropdown-menu-container) {
    padding: 0;
}
#header .navbar-nav>li.nav-item.download-btn a {
    font-size: 16px;
    padding: 10px 22.15px;
    color: #fff;
    border: 1px solid #fff;
}
.common-button[type="13"] a {
    background-size: 300% 100%;
    border: 1px solid #c3ff00;
    border-radius: 25px;
    color: #c3ff00;
    display: inline-block;
    line-height: 100%;
    padding: 16px 45.15px;
    transition: all .4s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.common-button a, .common-button input{
    display: inline-block;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.common-button[type="13"] a:hover{
    background-position: 100% 0;
    box-shadow: 0 11px 14px -7px #00000040;
    transform: translateY(-10px);
}
/* footer */
#songgetFooter {
  background: #15141a;
  color: #ffffff;
  position: relative;
  padding: 60px 0 40px;
  bottom: 0;
}

#songgetFooter .footer-top {
  margin-bottom: 68px;
}

#songgetFooter::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  background-image: -moz-linear-gradient(0deg, #131643 0%, #24768e 100%);
  background-image: -webkit-linear-gradient(0deg, #131643 0%, #24768e 100%);
  background-image: -ms-linear-gradient(0deg, #131643 0%, #24768e 100%);
}



#songgetFooter h2 {
  text-align: center;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 24px;
  color: #c3ff00;
  font-weight: 600;
}

#songgetFooter h2+p {
  text-align: center;
  font-size: 22px;
  line-height: 120%;
  color: #939393;
}


#songgetFooter p#songgetFooter-link {
  font-size: 16px;
  margin-bottom: 1.5rem;
  padding: 0;
}

#songgetFooter p#songgetFooter-link>a {
  color: #ffffff;
}

#songgetFooter p#songgetFooter-link:hover>a {
  color: #35d0ef;
}


#songgetFooter .lang_box {
  display: flex;
  align-items: center;
}

#songgetFooter .lang_box>a.dropdown-toggle {
  display: flex;
  align-items: center;
  height: 100%;
  color: #ffffff;
  cursor: pointer;
}

#songgetFooter .lang_box>a.dropdown-toggle span {
  margin: 0 10px;
}

#songgetFooter .lang_box:hover .dropdown-menu {
  display: block;
  top: auto;
  left: -12%;
  bottom: 100%;
  box-shadow: 0 6px 12px rgb(0 0 0 / 17%);
  border: 0;
  background: #1c1b1f;
}



#songgetFooter .lang_box .dropdown-menu a {
  padding: 3px 30px;
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}

#songgetFooter .lang_box .dropdown-menu a span {
  margin-left: 10px;
}

#songgetFooter .lang_box .dropdown-menu a img {
  object-fit: contain;
}

#songgetFooter #songgetFooter-bottom {
  position: relative;
  padding: 1.5rem 0 5px;
  margin-top: 55px;
  align-items: center;
  padding-right: 30px;
  justify-content: space-between;
  /* justify-content: center; */
}

#songgetFooter #songgetFooter-bottom::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  background-image: -moz-linear-gradient(0deg, #090b22 0%, #123b48 100%);
  background-image: -webkit-linear-gradient(0deg, #090b22 0%, #123b48 100%);
  background-image: -ms-linear-gradient(0deg, #090b22 0%, #123b48 100%);
}

#songgetFooter #songgetFooter-bottom>p {
  margin-bottom: 0;
}

#songgetFooter #songgetFooter-note p {
  font-size: 15px;
  line-height: 24px;
  color: #9c9c9c;
  padding: 0 15px;
}

#songgetFooter .bottom-link a {
  font-size: 14px;
  color: #fff;
}

#songgetFooter .bottom-copy {
  font-size: 14px;
  color: #b7bbe4;
}

#songgetFooter .bottom-copy a {
  font-size: 14px;
  color: #fff;
}

@media (max-width: 1200px) {
  #songgetFooter {
    &>.container>.row>.col-lg-6 {
      margin-bottom: 20px;
    }
  }
}

@media (max-width: 993px) {
  #songgetFooter .lang_box {
    margin-top: 20px;
  }

  #songgetFooter {
    &>.container>.row>.col-lg-6 {
      margin-bottom: 50px;
    }
  }
}
