a{
    box-shadow:none !important;
    transition:none !important;
}
a:hover{
    box-shadow:none !important;
    transition:none !important;
    text-decoration:none;
}
tr{
    border-bottom:none;
}
.site-content{
    padding-top:0;
}
.prloc {
    margin-bottom:40px;
    padding: 20px 0;
    background-color: #4D6C82;
}
.prloc span {
    display: inline-block;
    color: #fff;
}
.prloc span a {
    color: #fff;
}


.wrap {
    max-width: 1080px;
    padding:0;
}
.has-sidebar #primary.content-area{
    width:720px;
} 
.has-sidebar #primary.content-area.wide-screen{
    margin-left:310px;
    width:860px;
}
.has-sidebar #secondary.widget-area{
    width:300px;
} 
.single-post .entry-title, .page .entry-title {
    font-size: 32px;
    color: #333;
    line-height: 52px;
    padding-bottom: 18px;
    border-bottom: 2px solid #f44336;
    margin-bottom: 20px;
}
.entry-meta {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: normal;
    padding-bottom: 0.25em;
    text-transform: none;
}


.entry-meta span.byline {
    padding-right: 8px;
    margin-right: 9px;
    position: relative;
}
.entry-meta span.byline::after {
    content: '';
    display: none;
    height: 14px;
    border-right: 2px solid #999;
    position: absolute;
    right: 0;
    top: 4px;
}
.entry-meta span.posted-on strong {
    color: #333;
    font-weight: 400;
}

.entry-summary{
    font-size: 16px;
    background: #e9f5fb;
    margin:15px 0;
    padding: 20px;
    border: 1px solid #e9f5fb;
    text-align: left;
}
.entry-summary strong {
    background: url(https://www.tunesbank.com/images/summary.png) no-repeat 0 0;
    display: inline-block;
    height: 25px;
    font-size: 22px;
    color: #259bd6;
    padding: 0 0 0 35px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 15px;
}
.entry-summary p{
    font-size:16px;
    letter-spacing:0.2px;
    color:#686868;
}

.entry-content p{
    font-size: 16px;
    line-height: 1.75;
    color: #222;
    margin-bottom:15px;
    letter-spacing:0.2px;
}
.entry-content .note {
    background-color: #fff2f1;
    padding: 15px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: left !important;
}
.entry-content .note p {
    margin-top: 0;
    text-decoration: underline;
}
.entry-content .note p:first-child {
    text-decoration: none;
}
.entry-content h2 {
    font-size: 22px;
    color: #333;
    padding-left: 6px;
    border-left:5px solid #f44336;
    margin-bottom: 20px;
    line-height: 1.46;
    background-color: #e9f5fb;
}
.entry-content h3 {
    font-size: 18px;
    color: #333;
    padding-left: 6px;
    border-left:5px solid #f44336;
    margin-bottom: 20px;
    line-height: 1.46;
    background-color: #e9f5fb;
}
.entry-content h4 {
    font-size: 16px;
    color: #333;
    padding-left: 6px;
    border-left:5px solid #f44336;
    margin-bottom: 20px;
    line-height: 1.46;
    background-color: #e9f5fb;
    font-weight:700;
}
.entry-content>ul{
    padding: 10px 20px;
    margin: 0 0 20px;
    list-style: disc; 
}
.entry-content>ul li{
    margin: 10px 0;
    font-size: 15px;
}
.entry-content img{
    margin:0 20px;
}
.entry-content .part-area {
    margin-bottom: 36px;
}
.entry-content .part-area p {
    font-size: 20px;
    color: #333;
    margin-bottom: 24px;
    font-weight: 700;
}
.entry-content .part-area ul.out {
    background-color: #e9f5fb;
    display: block;
    padding: 30px 0 30px 40px;
    position: relative;
}
.entry-content .part-area ul.out::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    border-top: 4px solid #f44336;
    border-left: 4px solid #f44336;
    background: 0 0;
    position: absolute;
    top: 0;
    left: 0;
}
.entry-content .part-area ul.out::after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    border-bottom: 4px solid #f44336;
    border-right: 4px solid #f44336;
    background: 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.entry-content .part-area ul.out li {
    font-size: 16px;
    color: #333;
    margin-top: 12px;
}
.entry-content ul.out li a {
    color: inherit;
    font-size: inherit;
}
.entry-content ul.out li a:hover {
    text-decoration:underline;
}
.entry-content .tips {
    padding: 18px;
    background: #edf1ff;
    margin: 20px 0;
}


a.win, a.win_down {
    border-radius: 3px;
    border: 1px solid #f44336 !important;
    background-color: #f44336 !important;
    color: #fff !important;
}
.entry-content .button-box {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom:15px;
}
.entry-content .button {
    display: block;
    width: 140px;
    background: #2ad9c2;
    border: 1.5px solid #2ad9c2;
    font-size: 16px;
    color: #1e2433;
    line-height: 37px;
    text-align: center;
    border-radius: 4px;
    padding: 0 14px;
    margin-left: 15px;
    margin-right: 15px;
}
.entry-content .button:hover {
    color: #f44336 !important;
    background: #fff !important;
    border-color: #f44336 !important;
}
.entry-content .button em {
    margin-right: 10px;
}

/*sidebar */
.widget-area .editor {
    text-align: center;
    margin-bottom: 40px;
}
.widget-area .editor img {
    width: 123px;
    height: 123px;
    margin-bottom: 24px;
    border-radius: 50%;
}
.widget-area .editor .name {
    font-size: 18px;
    color: #333;
    margin-bottom: 12px;
}
.widget-area .editor .desc {
    font-size: 14px;
    color: #666;
}
h2.widget-title{
    font-size: 24px;
    color: #333;
    padding-bottom: 6px;
    border-bottom: 1px solid #f44336;
    margin-bottom: 18px;
    font-weight:normal;
    letter-spacing:normal;
    text-transform: none;
}
.widget_recent_entries ul li, .widget ol li{
    border-top:none;
}
.widget_recent_entries ul li a, .widget ol li a{
    position:relative;
    color:#333;
    padding-left:20px;
}
.widget_recent_entries ul li a:hover, .widget_recent_entries ol li a:hover{
    color:#f44336;
}
.widget_recent_entries ul li a:before, .widget_recent_entries ol li a:before {
    content:'';
    position: absolute;
    top:6px;
    left:0;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 7px solid red;
    border-bottom: 4px solid transparent;
    transition: width 2s;
    -webkit-transition: width 2s;
}
.widget_recent_entries ul li a:hover:before, .widget_recent_entries ol li a:hover:before{
    left:3px;
}

label{
    position: absolute;
}
.search-form .search-submit .icon{
    width:16px;
    height:16px;
}
button, input[type="button"], input[type="submit"]{
    background-color:#fff;
}
.entry-content .button.icon-windows8:before,.entry-content .button.icon-finder:before{
    padding-right:10px;
}


.info {
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.info-box {
    margin: 30px 0;
}

.info-content {
    text-indent: -36px;
    padding-left: 36px;
}
.tip .info-content p {
    text-align: left;
    margin: 0;
    line-height:28px;
    
}
.info-content p:first-of-type:before {
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 36px;
    background-size: 30px;
    font-weight: 700;
}

.tip .info-content p:first-of-type:before {
    content: 'Tip: ';
    background-position-y: 50%;
    background-image: url(https://www.tunesbank.com/images/tips-icon.png);
}






.top-download {
    position: fixed;
    top: 0;
    left: 0;
    background: #4d6c82;
    color: #fff;
    width: 100%;
    height: 70px;
    line-height: 64px;
    font-size: 28px;
    z-index: 99999;
    display: none;
}
.top-download-show {
    display: block;
}

.top-download .top-download-left {
    font-size: 18px;
    width: 40%;
    float: left;
    padding-left: 5%;
}
.top-download .top-download-right {
    width: 40%;
    float: right;
}
.top-download .top-download-center{
     width: 14%;
     float: left;
}
.top-download a {
    width: 184px;
    height: 48px;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    line-height: 48px;
    text-indent: 64px;
    font-size: 18px;
}

.top-download .top-download-right .win-down {
    margin-left: 50px;
    background: url(https://www.tunesbank.com/images/version_df.png) no-repeat 30px -50px #f44336;
}
.top-download .top-download-right .win-down:hover {
    background: url(https://www.tunesbank.com/images/version_df.png) no-repeat 30px -50px #fff;
    color:#f44336;
}

.top-download a+a {
    margin-left: 20px;
}
.top-download .top-download-right .mac-down {
    background: url(https://www.tunesbank.com/images/version_df.png) no-repeat 30px 3px #00a7fa;
}
.top-download .top-download-right .mac-down:hover {
    background: url(https://www.tunesbank.com/images/version_df.png) no-repeat 30px 3px #fff;
    color:#f44336;
}


.review-wrapper {
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
    clear: both;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wp-review-22462.review-wrapper {
    width: 100%;
    float: left;
    position: relative;
}
.wp-review-22462.review-wrapper, .wp-review-22462 .review-title, .wp-review-22462 .review-desc p, .wp-review-22462 .reviewed-item p {
    color: #d0d0d0;
}
.wp-review-22462 .review-list li, .wp-review-22462.review-wrapper {
    text-align:left;
    background: #20253b;
}
.review-title {
    background-color: #f6f6f6;
    border-bottom: 1px solid #e7e7e7;
    margin: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
}
.wp-review-22462.review-wrapper .review-title {
    font-size:17px;
    text-align:left;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 15px 30px;
    text-transform: none;
    border-bottom: none;
    background: #20253b;
    color: #d0d0d0;
}
.review-wrapper .review-list {
    margin: 0;
    list-style: none;
    padding: 0;
    clear: both;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.review-wrapper .review-list li p{
    margin-top:0;
    margin-bottom:0;
    color:#d0d0d0;
}
.wp-review-22462.review-wrapper .review-list {
    clear: both;
    width: 100%;
    border-top: 1px solid #41465c;
    border-bottom: 1px solid #41465c;
    padding: 15px;
    overflow: hidden;
    float: none;
    display: block;
    margin-left: 0;
}
.wp-review-22462 .review-list li {
    padding: 15px 20px 12px;
    width: 29.3%;
    margin: 2%;
    float: left;
    border: 2px solid #ed576c;
    border-radius: 10px;
    box-sizing: border-box;
}
.review-star, .wp-review-user-feature-rating-star {
    position: relative;
    margin: 0 auto;
    display: inline-block;
}
.wp-review-22462.review-wrapper .review-list .review-star, .wp-review-22462.review-wrapper .review-list .wp-review-user-feature-rating-star {
    margin-left: -2px;
    float: left;
}
.review-result-wrapper {
    white-space: nowrap;
    position: relative;
    display: inline-block;
    color: #41465c;
}
.review-result-wrapper i, .review-result-wrapper img.wp-review-image {
    font-style: normal;
    font-size: 16px;
    padding: 0;
    line-height: inherit;
}
.wp-review-22462.review-wrapper .review-result-wrapper i {
    font-size: 18px;
}
.review-result {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}
.review-wrapper .review-result {
    -webkit-transition: width 2s ease;
    -o-transition: width 2s ease;
    transition: width 2s ease;
}
.review-list li:after, .wp-reviews-list .item:after, .wp-reviews-list .reviews-pagination:after, .wpr-businesses:after, .yelp-logo-wrapper:after, [data-ui-tabs] .ui-tabs-nav:after, [data-wp-review-tabs] .tab-titles:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.wp-review-22462.review-wrapper .review-desc {
    width: 60%;
    padding: 25px 30px;
    float: left;
    box-sizing: border-box;
    min-height: 230px;
}
p.review-summary-title {
    margin-top: 0;
    line-height: 18px;
    margin-bottom: 5px;
    text-align: left;
}
p.review-summary-title strong{
    font-size: 14px;
}
.review-desc p:nth-child(2) {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
}

.review-total-wrapper {
    float: right;
    clear: both;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px 20px;
}
.wp-review-22462.review-wrapper .review-total-wrapper {
    text-align: center;
    border: 10px solid #ed576c;
    border-radius: 50%;
    height: 180px;
    width: 180px;
    padding-top: 25px;
    clear: none;
    margin: 30px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
}
.review-total-wrapper .review-total-box {
    border: 0;
    display: block;
    font-size: 40px;
    font-weight: 700;
    text-align: right;
    margin: 0;
    padding: 35px 0 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.wp-review-22462.review-wrapper .review-total-wrapper .review-total-box {
    font-size: 34px;
    float: left;
    text-align: center;
    padding: 0;
    color: #d0d0d0;
    line-height: 1.1;
}
.wp-review-22462.review-wrapper .review-total-wrapper .review-total-box h5 {
    font-family: inherit;
    margin-top: 10px;
    margin-bottom: 0;
    color: #d0d0d0;
    text-transform: uppercase;
}
.wp-review-22462.review-wrapper .review-total-wrapper .review-total-box p{
    color: #d0d0d0;
}


.review-pros-cons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 15px 30px;
    clear: both;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.review-pros-cons .review-pros {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wp-review-22462.review-wrapper .review-pros-cons .review-pros {
    text-align: left;
    border-right: 1px solid #41465c;
    padding: 30px;
    box-sizing: border-box;
}
.review-pros-cons .review-cons .mb-5 strong:before, .review-pros-cons .review-pros .mb-5 strong:before {
    content: "\f164";
    font-family: fontawesome;
    font-weight: 400;
    margin-right: 5px;
    opacity: .7;
}
.review-pros-cons .review-cons .mb-5 strong:before {
    content: "\f165";
}

.review-pros-cons .review-pros p:last-of-type {
    margin-bottom: 0;
}
.review-pros-cons ol, .review-pros-cons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.review-pros-cons li {
    list-style-type: none!important;
}
.review-pros-cons .review-cons ul li:before, .review-pros-cons .review-pros ul li:before {
    content: "\f00c";
    font-family: fontawesome;
    opacity: .4;
    margin-right: 7px;
}
.review-pros-cons .review-cons {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wp-review-22462.review-wrapper .review-pros-cons .review-cons {
    text-align: left;
    padding: 30px;
    box-sizing: border-box;
}
.review-pros-cons .review-cons p:last-of-type {
    margin-bottom: 0;
}
.review-pros-cons ol, .review-pros-cons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.review-pros-cons li {
    list-style-type: none!important;
}
.review-pros-cons .review-cons ul li:before {
    content: "\f00d";
}
.wp-review-22462.review-wrapper .review-pros-cons {
    clear: both;
    padding: 0;
    border-bottom: 1px solid #41465c;
}


.entry-content .note_style {
    margin: 1.875rem 0;
    padding: 0 10px 10px;
    background: #e8f7ff url(https://www.tunesbank.com/images/note_bg.jpg) right center no-repeat;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    color: #08c;
}
.entry-content .note_style p {
    margin: 10px 0 10px 10px;
    padding: 0 20px;
}
.entry-content .note_style:before {
    content: "Note";
    width: 84px;
    margin: 10px 0 10px -10px;
    padding-right: 14px;
    text-align: center;
    display: block;
    font-size: 18px;
    color: #fff;
    background-color: #0088cb;
    line-height: 28px;
    font-style: italic;
}
.entry-content .note_style.news_style:before{
    content: "News";
}
.entry-content .note_style.media_style:before{
    display:none;
}
.entry-content .note_style:after {
    content: "";
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-right-color: #e8f7ff;
    position: absolute;
    top: 10px;
    left: 56px;
}
.entry-content .note_style.media_style:after{
    left: 304px;
}
.entry-content .note_style.media_style{
    color:#ff3d00;
}
.entry-content .note_style.media_style .media_title{
    position:relative;
    top:0;
    left:-28px;
    color: #fff;
    background-color: #FF5722;
    line-height:28px;
    width:340px;
    font-style: italic;
    font-weight:600;
    font-size:14px;
}
.entry-content .note_style.media_style p{
    line-height:24px;
}
.entry-content .note_style.media_style .p1 {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    text-align:center;
}
.entry-content .note_style.media_style .img{
    text-align:center;
}
.entry-content .note_style.media_style .img img{
    padding:5px;
}
.entry-content .note_style.media_style .raty {
    position: relative;
    top: -2px;
    left: 20px;
}
.raty img {
    width: 16px;
    height: 16px;
    margin:0 5px;
}
.showmore {
    border: solid 1px #cddc39;
    padding: 6px;
    margin: 20px auto;
}
.left-rel-art{
    position:absolute;
    top: 670px;
    left:0;
    margin-top:15px;
    box-shadow: rgb(127 127 127 / 10%) 0 1px 8px;
    padding: 30px;
    width: 280px;
    margin-bottom: 20px;
    background: #fff;
}

.left-rel-art h2{
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 9px;
    border-bottom: 1px solid #333;
    border-left:none;
    background:#fff;
  	 margin-top:20px;
}
.left-rel-art h2:first-child{
  	margin-top:0;
}
.left-rel-art h2.active a{
  	
   color: #fc3d00;
  	padding: 5px;
   border-left: 3px solid red;
}

.left-rel-art ul{
  	display:none;
}
.left-rel-art ul.active{
  	display:block;
}
.left-rel-art ul li{
  	position:relative;
  	margin-top:10px;
}
.left-rel-art ul li.active{
  	margin-bottom:5px;
}
.left-rel-art ul li.active:before{
  	content: "";
   width: 3px;
   height: 100%;
   background-color: #ff5722;
   position: absolute;
  	left:5px;
}
.left-rel-art ul li a {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.2px;
    color: #666;
    line-height: 180%;
    width: 100%;
    text-decoration: none;
    padding-left: 10px;
}
.left-rel-art ul li.active  a{
	
   color:  #fc3d00;
}
.entry-content .cen{
    text-align:center;
    margin-bottom:20px;
}
.art-pro{
    background-color: #f4f4f4;
    padding: 40px 50px 40px 55px;
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.art-pro-grid{
    direction: ltr;
    display: grid;
    grid-template-columns: 25% auto!important;
    grid-template-rows: auto;
}
.art-pro-content {
    direction: ltr;
    grid-column: 2;
    grid-row: 1;
    padding: 0 6%;
    word-break: break-word;
}
.art-pro-content h2.h2{
    font-size:24px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #414141;
    border-left:none;
    background:none;
}
.art-pro-content ul{
    list-style:disc;
    padding-left: 18px;
    margin-bottom: 20px;
    font-size:14px;
}
.art-pro-content ul li{
     margin-bottom:4px;
}
#step{
    font-weight:700;
    margin:30px 0;
}
h5#step{
    letter-spacing: 0;
    text-transform: none;
    font-size:16px;
}
#step code{
    background-color: #777;
    color: #fff;
    padding: 2px 10px;
    margin-right: 8px;
    font-size: 85%;
}
h1.pri-title{
    text-align:center;
    padding-top:40px;
    padding-bottom:20px;
    font-size:30px;
    font-weight:700;
}
div.pri-div{
    text-align:center;
    padding-bottom:40px;
    display:flex;
    justify-content: center;
}
@media(max-width:768px){
    h1.pri-title{
        font-size:18px;
        width: 90%;
        margin: auto;
    }
    
    div.pri-div{
        display:inline-block;
    }
    .switcher{
        margin:15px auto 0;
    }
    .has-sidebar #primary.content-area{
        width:100%;
    }
    .has-sidebar #primary.content-area.wide-screen{
        margin-left:0;
        width:100%;
    }
    .left-rel-art,.art-pro{
        display:none;
    }
    .single-post .entry-title, .page .entry-title{
        font-size: 24px;
        padding: 0 10px;
    }
    .entry-meta{
        padding:0 10px;
    }
    .entry-content img{
        max-width:100%;
        margin:0;
    }
    .entry-content h2{
        font-size:20px;
    }
    .entry-content p{
        padding:0 10px;
    }
    .entry-content .tips{
        padding:10px;
    }
    .entry-content .part-area ul.out{
        padding-right:10px;
    }
    body:not(.twentyseventeen-front-page) #comments{
        padding:0 10px;
    }
    .post-navigation{
        padding:0 10px;
    }
    .has-sidebar #secondary.widget-area{
        width:100%;
        padding:0 10px;
    }
    .top-download{
        display:none !important;
    }
}

