@charset "utf-8";
/* CSS Document */

/****************************************************
*  project: filmora effects store 2.0               *
*  description: container 940px/1200px              *
*  author: mazq@wondershare.cn                      *
*  update: 170321                                   *
****************************************************/

/********** common **********/
main {
    min-height: 960px;
    min-height: calc(100vh - 55px);
    position: relative;
}

main:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
}

main:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #fff;
    opacity: 0;
    z-index: 99;
}

main.unload {
    opacity: 1;
}

main.unload:after {
    opacity: 1;
}

main.loaded:after {
    z-index: -1;
}

.button:not(.button-justify):not(.button-compact) {
    width: 180px;
}

.section-common {
    padding: 40px 0 0;
}

.section-bottom {
    padding: 40px 0;
}

.section-common h2.heading {
    font-size: 28px;
    line-height: 28px;
    margin: 0;
    font-weight: normal;
}

.section-common h5.desc {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    margin: 20px 0 0;
}

.bg-16x9 {
    position: relative;
    height: 0;
}

.bg-3x1 {
    position: relative;
    height: 0;
}

.with-upper {
    text-transform: uppercase;
}

.card {
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.09);
}

.pay-title {
    font-size: 36px;
    line-height: 1.58;
    color: #303e47;
    margin-top: 78px;
}

.pay-title:before {
    content: url(../images/store/pay-success.svg);
    vertical-align: top;
    display: inline-block;
    margin-right: 27px;
}

.pay-tip {
    font-size: 14px;
    margin-top: 10px;
}

.pay-tip a {
    display: inline-block;
    text-decoration: underline;
}

.pay-result-success {
    background: #F8F8F8;
    padding-bottom: 89px;
}

.pay-table {
    width: 78%;
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
}

.pay-table tr td {
    padding: 8px;
    border: 1px solid #788a97;
}

.pay-table tr td:first-child {
    width: 30%;
    background: #303e47;
    color: #61ded0;
}

.pay-table tr:nth-child(even) td:nth-child(even) {
    background: #fff;
}

.pay-download {
    margin-top: 156px;
    border-left: 1px solid #d8d8d8;
}

.pay-download img {
    width: 160px;
}

.pay-download-title,
.pay-sub-download {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    color: #353031;
}

.pay-sub-download {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 15px;
}

.pay-result-resource {
    text-align: center;
    padding-top: 20px;
}

.swiper-box {
    width: 90%;
    margin: 0 auto;
    padding: 0 10%;
    position: relative;
    background: #F8F8F8;
    margin-bottom: 20px;
}

.pack-item {
    padding: 10px;
    margin: 0 10px;
}

.swiper-btn-prev,
.swiper-btn-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 27px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
}

.swiper-btn-prev {
    transform: rotate(-135deg);
    left: 10%;
}

.swiper-btn-next {
    transform: rotate(45deg);
    right: 10%;
}

.my-btn-disabled {
    opacity: 0.2;
}

.pay-result-more {
    text-align: right;
    cursor: pointer;
    padding-right: 5%;
    margin-bottom: 50px;
}

.pay-result-more:hover {
    color: #61ded0;
}

@media(max-width:768px) {
    .pay-table {
        width: 100%;
    }

    .pay-download {
        margin-top: 6vw;
        border: 0;
    }

    .resource-title {
        font-size: 6vw;
    }
}

@media(min-width: 956px) and (max-width: 1215px) {
    .container-store {
        width: 956px;
    }
}

@media(max-width: 1015px) {
    main {
        min-height: 600px;
        min-height: calc(100vh - 45px);
    }

    .section-common {
        padding: 30px 0 0;
    }

    .section-bottom {
        padding: 30px 0;
    }

    .section-common h2.heading {
        font-size: 24px;
        line-height: 28px;
    }

    .section-common .see-more {
        margin: 0;
    }
}

/** recommend banner **/
.top-banner-rec .swiper-container {
    padding: 0
}

.top-banner-rec,
.top-banner-rec .video {
    height: 400px;
}

.top-banner-rec .front {
    padding: 150px 0
}

.top-banner-rec .text {
    margin: 0 auto
}

.top-banner-rec .heading {
    font-size: 48px;
    line-height: 60px;
    margin: 0
}

.top-banner-rec .desc {
    margin: 10px 0;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400
}

.top-banner-rec .action {
    margin: 30px 0 0
}

.top-banner-rec .video i {
    font-size: 100px;
    font-size: 10vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

@media(max-width:1015px) {
    .top-banner-rec .back video {
        display: none
    }

    .top-banner-rec .front {
        padding: 15vh 5vh 0
    }

    .top-banner-rec .heading {
        font-size: 6vh;
        line-height: 7vh
    }

    .top-banner-rec .desc {
        margin: 3vh 0
    }

    .top-banner-rec .action {
        margin: 2vh 0
    }
}


.home-category {
    margin-top: 60px
}

.home-category .cate {
    border-bottom: 1px solid #D6D8DA;
    padding: 30px 0;
    font-size: 0
}

.home-category .cate-feature {
    font-weight: 500
}

.home-category .cate h2 {
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    display: inline-block;
    vertical-align: top;
    margin: 0 45px 0 0
}

.home-category .cate ul {
    display: inline-block;
    width: calc(100% - 100px);
}

.home-category .cate-feature ul {
    width: auto;
    vertical-align: top;
    margin-right: 20px
}

.home-category .cate li {
    display: inline-block;
    margin: 0 40px;
    font-size: 18px;
    cursor: pointer;
}

.home-category .cate li:hover,
.home-category .cate li.active {
    color: #61ded0
}

.home-category .cate .input-label {
    line-height: 26px
}

.home-category .cate .input-label>.input-check:checked+.input-span {
    color: #61ded0
}

.home-category .cate .input-label>.input-check+.input-span:before,
.home-category .cate .input-label>.input-check+.input-span:after {
    display: none;
}

.home-category form {
    display: inline-block;
    margin-top: -10px
}

.home-category form .input-item {
    background-color: #ffffff;
    border: solid 1px #bebebe;
    font-size: 18px;
    width: 369px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    margin: 0 10px 0 0;
}

.home-category form .input-item .fm {
    font-size: 22px;
    font-weight: bold;
    width: 39px;
}

.home-category form .input-item input {
    width: calc(100% - 45px);
    text-indent: 20px;
}

.home-category form .button {
    width: 142px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.home-category form .button:before,
.home-category form .button:after {
    display: none;
}

.home-packs .see-more {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin: 24px 0 0px;
    cursor: pointer
}

@media(max-width: 1215px) {
    .home-category .cate .input-label {
        line-height: 30px
    }

    .home-category form {
        display: block;
        margin-top: 30px
    }

    .home-category form .input-item {
        width: 100%
    }

    .home-category form .button {
        width: 100% !important;
        margin-top: 10px
    }

    .home-category .cate-feature ul {
        width: calc(100% - 128px);
        vertical-align: top;
        margin-right: 20px
    }

}

.product-bottom {
    background: url(../images/store/price-bottom-banner.jpg);
    background-size: cover;
    padding: 135px 0 115px;
    text-align: center;
    color: #fff;
}

.product-bottom h2 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 36px;
    font-weight: 500;
    margin: 0 auto 64px;
}

.product-bottom .product-main {
    padding: 30px 60px 30px 30px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.33);
}

.product-bottom .product-main .logo {
    height: 60px;
    margin: 10px auto 20px;
}

.product-bottom .product-main .desc {
    font-size: 18px;
}

.product-bottom .product-main .action .button:before,
.product-bottom .product-main .action .button:after {
    display: none;
}

.product-bottom .product-main .action .button:first-child {
    margin-bottom: 25px !important
}

.product-bottom .product-main .button {
    margin: 0 auto;
}

.product-bottom .product-main .button.complex {
    width: 225px
}

.product-bottom .product-main .button.complex i.fm {
    margin-left: 0;
}

.product-bottom .product-main .button:last-child {
    width: 225px;
}

.product-bottom .product-app {
    padding: 25px 0;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.33);
}

.product-bottom .product-app img {
    width: 100px;
    height: 100px
}

.product-bottom .product-app a {
    font-size: 16px;
    line-height: 36px;
    text-decoration: underline;
    margin-top: 8px
}

/** state **/
.state-icon {
    margin-bottom: 15px;
    text-align: center;
}

.state-icon .icon-bg {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 #bebebe;
}

.state-icon i {
    font-size: 50px;
    line-height: 1;
    margin: 15px;
}



/** pack list **/
.pack-list {
    margin: 36px 0 0;
    line-height: 20px;
}

.pack-list .pack-item {
    margin-bottom: 20px;
    padding: 11px 15px;
    position: relative;
}

.pack-list .pack-cover {
    margin-bottom: 11px;
    background-color: #61ded0;
}

.pack-list .pack-cover .fm-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    font-size: 58px;
    color: #fff;
}

.pack-list .pack-title {
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    font-weight: normal;
}

.pack-list .pack-desc {
    font-size: 14px;
}

.pack-list .pack-action {
    font-size: 22px;
    line-height: 20px;
    margin: 12px 0 0;
}

.pack-list .pack-action a {
    width: 15px;
    cursor: pointer;
}

.pack-list .pack-action .num {
    width: auto;
    font-size: 14px;
    color: #9b9b9b;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
}

.pack-list .pack-action span {
    width: 25px;
    cursor: pointer;
    text-align: center;
}

.pack-list .pack-price {
    font-size: 20px;
    line-height: 35px;
}

.pack-list .pack-price-full {
    text-decoration: line-through;
    line-height: 20px;
    margin: 15px 5px 0 0;
}

.pack-list .pack-price-real {
    font-size: 32px;
    font-weight: bold;
}

.pack-list .swiper-container {
    padding: 10px 0;
}

.pack-tag {
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    width: 50px;
    height: 30px !important;
    line-height: 30px;
    text-align: center;
    top: -8px;
    right: 16px;
    text-transform: uppercase;
}

.pack-tag:after {
    content: "";
    position: absolute;
    border-bottom: 8px solid #ff544a;
    border-right: 8px solid transparent;
    top: 0;
    right: -8px;
}

.pack-tag-free {
    background-color: #ff544a;
    color: #fff;
}

@media(max-width: 1015px) {
    .pack-list .pack-title {
        height: auto;
        overflow: auto;
        font-size: 20px;
        line-height: 25px;
    }

    .pack-list .pack-action {
        font-size: 18px;
        line-height: 20px;
        margin: 10px 0 0;
    }

    .pack-list .pack-price {
        line-height: 30px;
    }

    .pack-list .pack-price-full {
        display: none;
    }

    .pack-list .pack-price-real {
        font-size: 26px;
    }

    .product-bottom .product-main {
        padding: 4vw 0 0 0vw;
    }

    .product-bottom h2 {
        font-size: 7vw;
    }
}

@media(min-width: 1016px) {
    /* .pack-list .col-md-3 .pack-item, .content-list .pack-list .col-md-4 .pack-item { padding: 7.5px; }
.pack-list .col-md-3 .pack-title, .content-list .pack-list .col-md-4 .pack-title { font-size: 14px; line-height: 20px; height: 20px; }
.pack-list .col-md-3 .pack-action, .content-list .pack-list .col-md-4 .pack-action { font-size: 16px; line-height: 15px; margin: 10px 0 0; }
.pack-list .col-md-3 .pack-action span, .content-list .pack-list .col-md-4 .pack-action span { width: 15px; }
.pack-list .col-md-3 .pack-price, .content-list .pack-list .col-md-4 .pack-price { font-size: 12px; line-height: 15px; }
.pack-list .col-md-3 .pack-price-full, .content-list .pack-list .col-md-4 .pack-price-full { margin: 10px 5px 0 0; line-height: 15px; }
.pack-list .col-md-3 .pack-price-real, .content-list .pack-list .col-md-4 .pack-price-real { font-size: 20px; line-height: 25px; }
.pack-list .col-md-4 .pack-item, .content-list .pack-list .col-md-6 .pack-item { padding: 11px 15px; }
.pack-list .col-md-4 .pack-title, .content-list .pack-list .col-md-6 .pack-title { font-size: 20px; line-height: 25px; height: 25px; }
.pack-list .col-md-4 .pack-action, .content-list .pack-list .col-md-6 .pack-action { font-size: 18px; margin: 10px 0 0; }
.pack-list .col-md-4 .pack-action span, .content-list .pack-list .col-md-6 .pack-action span {  }
.pack-list .col-md-4 .pack-price, .content-list .pack-list .col-md-6 .pack-price { font-size: 16px; line-height: 20px; }
.pack-list .col-md-4 .pack-price-full, .content-list .pack-list .col-md-6 .pack-price-full { margin: 10px 5px 0 0; }
.pack-list .col-md-4 .pack-price-real, .content-list .pack-list .col-md-6 .pack-price-real { font-size: 26px; line-height: 30px; } */
}

/** bundle list **/
.bundle-list {
    margin: 30px 0 0;
}

.bundle-list .bundle-item {
    padding: 15px;
    margin: 0 0 20px;
}

.bundle-list .bundle-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px;
}

.bundle-list .bundle-desc {
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}

.bundle-list .bundle-cover {
    width: 75px;
    max-width: 140px;
    position: relative;
    height: 100px;
}

.bundle-list .bundle-cover img {
    width: 100%;
    height: auto;
}

.bundle-list .bundle-sign {
    width: 30px;
    height: 100px;
    line-height: 100px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.bundle-list .bundle-sub {
    line-height: 20px;
    font-size: 14px;
}

.bundle-list .bundle-sub a {
    height: 20px;
    overflow: hidden;
}

.bundle-list .bundle-action {
    margin: 10px 0 0;
    position: relative;
}

.bundle-list .bundle-price {
    line-height: 75px;
}

.bundle-list .bundle-price-full {
    font-size: 14px;
    margin: 0 10px;
    text-decoration: line-through;
}

@media(min-width: 940px) and (max-width: 1215px) {
    .bundle-list .bundle-cover {
        width: 55px;
    }

    .bundle-list .bundle-sign {
        width: 20px;
    }
}

@media(max-width: 1015px) {
    .bundle-list .bundle-cover {
        width: 40%;
    }

    .bundle-list .bundle-sign {
        width: 15%;
    }

    .bundle-list .bundle-price {
        position: absolute;
        left: 200px;
        top: 0;
        width: 200px;
    }
}

/** bundle recommend **/
.bundle-slide {
    margin: 68px 0 109px;
    padding: 15px;
    position: relative;
}

.bundle-tag {
    position: absolute;
    top: 28px;
    right: -14px;
    text-transform: uppercase;
    background-color: #6ce2d9;
    color: #3f4e59;
    font-size: 20px;
    font-weight: bold;
    width: 150px;
    line-height: 50px;
    text-align: center;
    z-index: 2;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bundle-tag .tail {
    position: absolute;
    top: 0;
    border-top: 50px solid transparent;
}

.bundle-tag .tail:before {
    content: "";
    position: absolute;
    border-top: 12px solid #2da78b;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}

.bundle-tag .tail-start {
    left: -49px;
    border-right: 50px solid #6ce2d9;
}

.bundle-tag .tail-end {
    right: -49px;
    border-left: 50px solid #6ce2d9;
}

.bundle-tag .tail-end:before {
    right: 0;
}

.bundle-slides .bundle-tag {
    top: 58px;
    right: -22px;
}

.bundle-slides .swiper-container {
    padding: 0 0 20px;
}

.bundle-slides .swiper-pagination {
    bottom: 50px;
}

.bundle-slides .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 2px solid #3f4e59;
    background-color: transparent;
    opacity: 1;
}

.bundle-slides .swiper-pagination-bullet-active {
    background-color: #3f4e59;
}

.home-banner a {
    bottom: 104px;
    left: 50%;
    margin-left: -90px;
}

@media(max-width: 1015px) {
    .bundle-slide {
        margin: 30px 0 60px;
        padding: 15px;
        position: relative;
    }

    .bundle-item-rec {
        margin: 30px 0 15px;
    }

    .bundle-tag {
        font-size: 12px;
        line-height: 30px;
        width: 80px;
        top: 6px;
        right: -11px;
    }

    .bundle-tag .tail {
        position: absolute;
        top: 0;
        border-top: 30px solid transparent;
    }

    .bundle-tag .tail-start {
        left: -29px;
        border-right: 30px solid #6ce2d9;
    }

    .bundle-tag .tail-end {
        right: -29px;
        border-left: 30px solid #6ce2d9;
    }

    .bundle-slides .bundle-tag {
        top: 36px;
        right: -19px;
    }

    .home-banner a {
        bottom: 104px;
        left: 50%;
        margin-left: -90px;
    }
}




/********** home **********/
main[data-nav="home"] .section-common {
    padding: 54px 0 0;
}

main[data-nav="home"] .section-bottom {
    padding: 10px 0 40px;
}

@media(max-width: 1015px) {
    main[data-nav="home"] .top-bar+.section-common {
        padding: 30px 0 0;
    }

    main[data-nav="home"] .section-bottom {
        padding: 10px 0 30px;
    }
}


/********** list **********/
.content-list {
    padding: 40px 0;
}

.content-list h2.heading {
    font-size: 28px;
    line-height: 28px;
    font-weight: normal;
    margin: 72px 0 32px;
}

.search-box {
    padding: 20px;
    margin: 0 0 30px;
}

.search-box .sign {
    display: block;
    line-height: 40px;
}

.search-box input[type="number"]+span {
    position: absolute;
    left: 8px;
    top: 0;
}

.search-box .action {
    margin: 20px 0 0;
}

.search-box hr {
    border-color: transparent;
    margin: 7px;
}

.param-box {
    padding: 15px;
    background-color: #f3f3f3;
}

.param-title {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
}

.param-list .input-label {
    padding: 0 30px 0 0;
}

.param-list .pull-right {
    position: absolute;
    right: 0;
    top: 0;
}

.search-result {}

.search-result h3.heading {
    font-size: 28px;
    line-height: 30px;
    margin: 0;
    font-weight: 500
}

.result-empty {
    padding: 30px 60px;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 30px;
}

.result-empty .icon {
    font-size: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    margin-right: 20px;
}

.result-empty .text {
    width: 665px;
    width: calc(100% - 75px);
}

.result-box {
    padding: 0 0 64px;
}

.action-more {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px;
    cursor: pointer;
}

.action-more:hover {
    background-color: #f3f3f3;
}

@media(max-width: 1015px) {
    .content-list {
        padding: 30px 0 0;
    }

    .content-list h2.heading {
        font-size: 24px;
        line-height: 30px;
    }

    .search-result {
        padding-left: 0;
    }
}


/********** detail **********/
.detail-top {
    padding: 100px 0 65px
}

.detail-top .heading {
    font-size: 45px;
    font-weight: 500;
    margin: 0 0 27px;
}

.detail-top .subhead {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}

/** title **/
.detail-title ul {
    margin: 52px 0 34px
}

.detail-title li {
    height: 24px;
    line-height: 24px;
    display: inline-block;
}

.detail-title .breadcrumbs a {
    font-size: 24px;
    display: inline-block;
    vertical-align: sub;
}

/** info **/
.detail-info {
    margin: 0 0 50px 0;
}

.detail-info .heading {
    font-size: 36px;
    font-weight: 500;
    margin: 50px 0 40px;
}

.detail-info .pack-tag {
    position: absolute;
    font-size: 20px;
    font-weight: normal;
    width: 85px;
    height: 40px !important;
    line-height: 40px;
    text-align: center;
    top: -16px;
    right: 32px;
    text-transform: uppercase;
}

.detail-info .pack-tag:after {
    content: "";
    position: absolute;
    border-bottom: 15px solid #ff544a;
    border-right: 15px solid transparent;
    top: 0;
    right: -15px;
}

.detail-info .pack-tag-free {
    background-color: #ff544a;
    color: #fff;
}

.detail-media {
    padding: 15px 18px;
}

.detail-media .count {
    line-height: 20px;
    margin: 0 0 15px;
}

.detail-media .count .fm {
    font-size: 20px
}

.detail-media-show {
    position: relative;
    margin: 0 0 15px;
}

.detail-cover {
    position: relative;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.detail-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
}

.detail-media-item {
    cursor: pointer;
    background-color: #6ce2d9;
}

.with-image .detail-cover {
    opacity: 1;
    z-index: 3;
}

.with-image .detail-video {
    opacity: 0;
}

.info-box {
    margin: 0 0 0 10px;
    padding: 35px 40px 35px 35px;
}

.info-top {
    margin: 0 0 20px;
    border-bottom: solid 1px #979797;
}

.info-top .right {
    float: right;
}

.info-title {
    font-size: 36px;
    line-height: 36px;
    overflow: hidden;
    padding-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-price {
    line-height: 20px;
    height: 35px;
    text-align: right;
    margin: 0 0 10px;
}

.info-price-full {
    text-decoration: line-through;
    margin: 15px 5px 0 0;
}

.info-price-real {
    font-size: 26px;
    line-height: 35px;
}

.info-heading {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px;
}

.info-overview {
    border-bottom: 1px solid #979797;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.info-overview .text-small {
    font-size: 16px
}

.info-overview .text-small span {
    margin-right: 5px
}

.info-overview .desc {
    min-height: 60px;
    margin: 0 0 20px;
}

.info-list {
    font-size: 0;
    border-bottom: 1px solid #979797;
    margin-bottom: 15px
}

.info-list li {
    width: 50%;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 22px
}

.info-list span {
    display: inline-block;
    vertical-align: middle;
}

.info-list .icon {
    width: 36px;
    height: 36px;
    background-image: url(../images/store/sprites-res-inc-v3.png);
    margin-right: 3px;
}

.info-list .icon-Element {
    background-position: 0 0;
}

.info-list .icon-Filter {
    background-position: -35px 0;
}

.info-list .icon-Music {
    background-position: -71px 0;
}

.info-list .icon-Overlay {
    background-position: -106px 0;
}

.info-list .icon-Title {
    background-position: -144px 0;
}

.info-list .icon-Transition {
    background-position: -177px 0;
}

.info-inc {
    margin: 0 -25px 0;
    height: 45px;
    position: relative;
}

.info-inc-title {
    line-height: 45px;
    height: 45px;
    font-size: 20px;
    padding: 0 25px;
}

.info-inc-title:hover,
.info-inc-title:focus {
    color: currentColor;
}

.info-inc-title i {
    font-size: 26px;
    margin: 0 5px 0 0;
}

.info-inc-content {
    background-color: #efefef;
    position: absolute;
    width: 100%;
    padding: 0 25px;
    z-index: 2;
    left: 0;
    height: 0;
    overflow: hidden;
    bottom: 45px;
}

.info-inc-content li i {
    width: 25px;
    text-align: center;
    font-size: 18px;
}

.info-inc:hover .info-inc-title {
    background-color: #e5e5e5;
    color: #3f4e59;
}

.info-inc:hover .info-inc-content {
    height: 105px;
    padding: 15px 25px;
}

.info-ph {
    height: 45px;
}

.info-action .button {
    display: block;
    margin: 15px 0 0;
}

.info-action .button:before,
.info-action .button:after {
    display: none
}

.info-action .action-download {
    margin: 35px 0 0;
}

.detail-recommend h2.heading {
    text-align: center;
    position: relative;
    font-size: 25px;
    font-weight: normal;
}

.detail-recommend .heading:before,
.detail-recommend .heading:after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #ccc;
    width: calc(50% - 80px);
    top: 50%
}

.detail-recommend .heading:before {
    left: 0
}

.detail-recommend .heading:after {
    right: 0
}

.detail-recommend .swiper-ctrl {
    font-size: 40px
}

@media(max-width: 1215px) {
    .info-box {
        padding: 35px 20px;
    }

    .detail-media {
        padding: 53px 20px 60px;
    }

    .info-top {
        margin: 0 0 5px;
    }

    .info-overview .desc {
        min-height: 60px;
    }

    .info-list li {
        font-size: 0;
        margin-bottom: 17px
    }

    .info-list span {
        font-size: 14px;
    }

    .info-overview .text-small,
    .info-overview .text-small span {
        font-size: 14px;
    }

}

@media(max-width: 1015px) {
    .detail-top {
        padding: 30px 0 20px;
    }

    .detail-top .heading {
        font-size: 24px;
        line-height: 30px;
    }

    .detail-top .subhead {
        font-size: 18px;
        line-height: 25px;
    }

    .detail-info {
        margin: 20px 0 0;
    }

    .detail-media {
        margin: 0 0 20px;
        padding: 20px;
    }

    .detail-image-list>.row {
        margin: 0;
    }

    .detail-image-list>.row>.col {
        padding: 0;
    }

    .info-box {
        margin: 0;
    }

    .info-top {
        margin: 0 0 15px;
    }

    .info-title {
        height: auto;
    }

    .info-overview .desc {
        min-height: 0;
    }

    .info-overview.no-pack {
        height: auto;
    }

    .info-overview.no-pack .desc {
        min-height: 0;
    }

    .info-list li {
        font-size: 18px;
        margin-bottom: 22px
    }

    .info-inc:hover .info-inc-content {
        height: 210px;
    }

    .info-action {
        text-align: center;
    }

    .info-action .action-download {
        margin: 30px 0 0;
    }

    .detail-title .breadcrumbs a {
        font-size: 20px
    }
}

/** middle banner **/
.middle-banner-detail .banner-box {
    padding: 10px;
}

.middle-banner-detail .texts {
    padding: 50px;
}

.middle-banner-detail .line-1 {
    font-size: 34px;
    line-height: 40px;
}

.middle-banner-detail .line-2 {
    font-size: 56px;
    line-height: 60px;
}

.middle-banner-detail .images {
    padding: 30px 60px;
}

.middle-banner-detail .image {
    width: 100px;
    height: 140px;
    overflow: visible;
}

.middle-banner-detail img {
    width: 100%;
}

.middle-banner-detail .sign {
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    padding: 30px 25px 70px;
}

.middle-banner-detail .price {
    height: 30px;
    margin: 35px 0 0 10px;
}

.middle-banner-detail .price>div {
    display: inline-block;
}

.middle-banner-detail .only {
    font-size: 18px;
    line-height: 20px;
    vertical-align: bottom;
}

.middle-banner-detail .dollar {
    line-height: 20px;
    vertical-align: top;
}

.middle-banner-detail .real {
    font-size: 30px;
    line-height: 30px;
    vertical-align: bottom;
}

.middle-banner-detail .button {
    width: 180px;
}

@media(max-width: 1215px) {
    .middle-banner-detail .line-1 {
        font-size: 28px;
    }

    .middle-banner-detail .line-2 {
        font-size: 48px;
    }

    .middle-banner-detail .images {
        padding: 30px 10px;
    }

    .middle-banner-detail .sign {
        padding: 30px 10px 70px;
    }
}

@media(max-width: 1015px) {
    .middle-banner-detail .texts {
        padding: 30px;
    }

    .middle-banner-detail .line-1 {
        font-size: 6vw;
        line-height: 6vw;
    }

    .middle-banner-detail .line-2 {
        font-size: 12vw;
        line-height: 12vw;
    }

    .middle-banner-detail .images {
        padding: 30px 10px;
        text-align: center;
    }
}


/********** user **********/
.content-user {
    padding: 50px 0 0;
}

.content-user .acc h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

.content-user form {
    padding: 15px;
}

@media(max-width: 1015px) {
    .content-user {
        padding: 30px 0 0;
    }
}

/** library **/
.lib-item {
    padding: 10px;
    margin: 0 0 20px;
}

.lib-item .progress {
    margin: 5px 0 0;
}

.lib-item .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.lib-title {
    font-size: 22px;
    line-height: 30px;
    height: 30px;
    font-weight: bold;
    overflow: hidden;
}

.lib-desc {
    height: 40px;
    overflow: hidden;
    margin: 5px 0 0;
    line-height: 20px;
    font-size: 14px;
}

.lib-status {
    line-height: 40px;
    height: 40px;
    width: 200px
}

.lib-action .action {
    text-align: left;
}

@media(max-width: 1215px) {
    .lib-desc {
        height: 20px;
    }

    .lib-item .progress {
        margin: 6px 0 0;
    }

    .lib-action .button {
        margin: 5px 0 9px;
    }

    .lib-status {
        line-height: 25px;
        height: 25px;
        width: 180px
    }
}

@media(max-width: 1015px) {

    .lib-cover,
    .lib-desc {
        display: none !important;
        margin: 0;
    }

    .lib-title {
        height: auto;
        overflow: visible;
        text-align: center;
    }

    .lib-item .progress {
        position: absolute;
        bottom: -83px;
        width: calc(100% - 16px);
    }

    .lib-item .right {
        float: right;
    }

    .lib-action {
        margin: 20px 0;
    }

    .lib-action .button {
        margin: 0;
        width: 100%;
    }

    .lib-status {
        line-height: 40px;
        height: 40px;
    }
}

/** weizc@wondershare.cn **/
.store-table {
    margin-top: 30px;
    /*border: 1px solid #efefef;*/
}

.store-table th {
    font-size: 20px;
    color: #FFF;
    background: #303d46;
    height: 46px;
    line-height: 46px;
}

.store-table td .button {
    height: 50px;
    width: 150px;
    display: block;
}

.store-table td.price {
    font-size: 20px;
    font-weight: bold;
    padding-top: 60px;
    padding-bottom: 60px;
}

.store-table td.del-btn {
    font-size: 24px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.store-table td .pho {
    width: 160px;
    display: inline-block;
    vertical-align: top;
    padding-top: 15px;
}

.store-table td .txt {
    width: 320px;
    display: inline-block;
    padding-left: 10px;
}

.store-table td .txt .time {
    margin-bottom: 10px;
}

.store-table td .pho img {
    max-width: 100%;
}

.store-table td .lft {
    float: left;
}

.store-table td .rgt {
    float: right;
    padding-top: 20px;
}

.store-table .empty {
    text-align: center;
}

.store-table .empty .button {
    display: inline-block;
}

@media(max-width: 760px) and (max-width: 1215px) {
    .store-table td .txt {
        width: 100%;
    }

    .store-table tr th:nth-child(3) {
        display: none;
    }

    .store-table tr td:nth-child(3) {
        display: none;
    }

    .store-table td .pho {
        display: none;
    }

    .store-table td .des {
        display: none;
    }
}

/** end **/
@media(max-width: 1015px) {
    .store-table td .lft {
        float: none;
    }

    .store-table td .rgt {
        float: none;
        padding: 0;
        text-align: center;
    }

    .store-table td .button {
        display: inline-block;
    }
}

/********** modal **********/
/** coupon **/
.modal-coupon .modal-body {
    padding: 0;
}

.modal-coupon .show-coupon .input-title {
    font-size: 16px;
}

.modal-coupon .icon {
    margin: 0 auto;
}

.modal-coupon .show-notice i {
    font-size: 50px;
    color: #45d43c;
    border-radius: 50%;
    font-weight: bold;
    line-height: 1.25
}

.modal-coupon .show-notice p {
    font-size: 20px;
    line-height: 40px;
    margin: 30px 0 10px;
}




#modal-compare-rights .cell {
    padding: 0 10px;
    position: relative;
}

#modal-compare-rights .cell .w-t {
    text-align: center;
    padding: 32px 0;
}

#modal-compare-rights .cell h4 {
    font-size: 24px;
    margin: 0 auto;
    font-weight: normal;
}

#modal-compare-rights .bg-steel .w-v h4 {
    font-size: 30px
}

#modal-compare-rights .cell .w-t .p {
    font-size: 24px;
    line-height: 1.2em;
}

#modal-compare-rights .cell .w-t .p p {
    font-size: 24px;
    line-height: 1.2em;
    display: block;
    margin-bottom: 22px
}

#modal-compare-rights .cell .w-t .p i {
    width: 56px;
    height: 56px;
    line-height: 1.4;
    margin: 39px 0 24px;
}

#modal-compare-rights .cell .w-t .p span {
    margin: 25px 0 5px;
    display: inline-block;
}

#modal-compare-rights .cell .w-t .p i:before {
    font-size: 45px;
}

#modal-compare-rights .cell .w-t .p .op {
    text-decoration: line-through;
    margin: 5px 10px;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
}

#modal-compare-rights .cell .w-t .num {
    font-size: 30px;
}

#modal-compare-rights .cell .w-p .button {
    margin: 0;
    width: 275px;
}

@media (max-width: 768px) {
    #modal-compare-rights .cell .w-p .button {
        margin: 0;
        width: 180px;
    }
}

#modal-compare-rights .cell .high-v {
    padding-top: 114px;
    margin-top: -70px;
}

#modal-compare-rights .red-tag {
    position: absolute;
    top: 28px;
    right: -12px;
    text-transform: uppercase;
    background-color: #ff6d5c;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    width: 150px;
    line-height: 50px;
    text-align: center;
    z-index: 2;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#modal-compare-rights .red-tag .tail {
    position: absolute;
    top: 0;
    border-top: 50px solid transparent;
}

#modal-compare-rights .red-tag .tail:before {
    content: "";
    position: absolute;
    border-top: 12px solid #ab403a;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}

#modal-compare-rights .red-tag .tail-start {
    left: -49px;
    border-right: 50px solid #ff6d5c;
}

#modal-compare-rights .red-tag .tail-end {
    right: -49px;
    border-left: 50px solid #ff6d5c;
}

#modal-compare-rights .red-tag .tail-end:before {
    right: 0;
}

#modal-compare-rights .cell .w-b {
    border: 2px solid #d7d5d5;
    border-top: none;
    padding: 36px 40px 12px 40px;
    background: #FFF;
}

#modal-compare-rights .lst li {
    font-size: 14px;
    margin-bottom: 23px;
    line-height: 1.2em;
    text-align: left;
}

#modal-compare-rights .lst li.disabled {
    color: #d6d5d5;
}

#modal-compare-rights .lst li .fm {
    font-size: 11px;
    background: #6ce2d9;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    margin-right: 10px;
}

#modal-compare-rights .lst li.disabled .fm {
    background: #f6f6f6;
    color: #e8e8e8;
}

.modal-lightbox .swiper-slide {
    align-self: center;
}

.nopack {
    font-size: 24px;
    color: #6aded5
}

#modal-compare-rights .w-p .p .fm-basic,
.user-pic .pic .fm-basic {
    background: #4ca4ed;
    border-radius: 50%
}

#modal-compare-rights .w-p .p .fm-basic:before,
.user-pic .pic .fm-basic:before {
    color: #fff
}

#modal-compare-rights .w-p .p .fm-diamond-alt,
.user-pic .pic .fm-diamond-alt {
    background: #ffbf00;
    border-radius: 50%
}

#modal-compare-rights .w-p .p .fm-diamond-alt:before,
.user-pic .pic .fm-diamond-alt:before {
    color: #fff
}

#modal-compare-rights .w-p .p .fm-crown,
.user-pic .pic .fm-crown {
    background: #ffbf00;
    border-radius: 50%
}

#modal-compare-rights .w-p .p .fm-crown:before,
.user-pic .pic .fm-crown:before {
    color: #fff
}

#modal-compare-rights .w-p .p .fm-business,
.user-pic .pic .fm-business {
    background: #01c279;
    border-radius: 50%
}

#modal-compare-rights .w-p .p .fm-business:before,
.user-pic .pic .fm-business:before {
    color: #fff
}

.user-pic .info .fm-basic:before {
    color: #4ca4ed
}

.user-pic .info .fm-diamond-alt:before {
    color: #ffbf00
}

.user-pic .info .fm-crown:before {
    color: #ffbf00
}

.user-pic .info .fm-business:before {
    color: #01c279
}

.action-upgrade {
    cursor: pointer;
    padding-bottom: 37.5%;
}

/* 移动端适配新增样式 */
@media (max-width:414px) {

    /* effects-store */
    .top-banner-rec,
    .top-banner-rec .video {
        height: 14rem;
    }

    .top-banner-rec .video i {
        font-size: 7vh;
    }

    .bg-cover {
        background-size: 100% 100%;
    }

    .home-category {
        margin-top: 0;
    }

    .home-category .cate h2 {
        display: block;
        margin-bottom: 1.5rem;
    }

    .home-category .cate ul {
        width: 100%
    }

    .home-category .cate li {
        margin: 0.5rem 0.8rem;
    }

    .home-category form {
        margin-top: 1.5rem;
    }

    .home-category form .input-item {
        width: 80%;
    }

    .home-category form .button {
        width: 16% !important;
        margin-top: 0;
    }

    .home-category .cate {
        padding: 2rem 0;
    }

    .result-box {
        padding: 0 0 3rem;
    }

    .product-bottom {
        padding: 4rem 0 4rem;
    }

    .product-bottom h2 {
        margin: 0 auto 3rem;
    }

    .home-packs .see-more {
        margin: 0;
        font-size: 22px;
    }

    .pack-list .pack-title {
        font-size: 18px;
    }

    .search-result h3.heading {
        font-size: 26px;
    }

    /* news_pack */
    .detail-title .breadcrumbs a {
        font-size: 16px;
    }

    .detail-title ul {
        margin: 2rem 0 0;
    }

    .info-title {
        font-size: 28px;
    }
}