em{
    font-style: normal;
}
a{
    cursor: pointer;
}
.banner-top{
    padding: 340px 0 0;
    padding: 34vh 0 0;
}
.banner-slideshow .bg-cover{
    background-image: url(https://photo.wondershare.com/vis-201709/images/banner-slideshow-maker.jpg);
    background-position: center top;
}
.smalltext{
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
    line-height: 24px;
    margin-top: 10px;
}
.smalltextA{
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 300;
    text-align: center;  
}
/* banner icon */
.banner-top .yellow-gradient-btn .fm{
    margin-left: 10px;
}
/* part1 */
.product_pic{
    position: relative;
    padding-top: 35px;
    margin-top: 40px;
}
.product_pic:before{
    position: absolute;
    border-top: 2px dotted #ff9d00;
    content: "";
    left:0;
    top: 0;
    width: 100%;
}
.product_pic .cell{
    width: 90%;
    margin: 0 auto;
}
.product_pic .cell img{
    width: 100%;
}
.product_pic .cell p{
    margin-top: 10px;
    font-size: 16px;
    line-height: 18px;
}
.product_pic .row>.pro_list{
    position: relative;
}
.product_pic .row>.pro_list:first-of-type:before,.product_pic .row>.pro_list:last-of-type:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 20px;
    background: #fff;
    top: -45px;
}
.product_pic .row>.pro_list:first-of-type:before{
    left: 0;
}
.product_pic .row>.pro_list:last-of-type:before{
    right: 0;
}
/* .product_pic .row>.pro_list:first-of-type:after{
    left: 50%;
    top: -50px;
} */
.product_pic .row>.pro_list:first-of-type:after,
.product_pic .row>.pro_list:nth-of-type(2):after,
.product_pic .row>.pro_list:last-of-type:after{
    position: absolute;
    content: "";
    width: 38px;
    height: 47px;
    left: 50%;
    top: -55px;
    border: 3px solid #fff;
    margin-left: -19px;
}
.product_pic .row>.pro_list:first-of-type:after{
    background: url(https://photo.wondershare.com/vis-201709/images/step-1.png) no-repeat;
}
.product_pic .row>.pro_list:nth-of-type(2):after{
    background: url(https://photo.wondershare.com/vis-201709/images/step-2.png) no-repeat;
}
.product_pic .row>.pro_list:last-of-type:after{
    background: url(https://photo.wondershare.com/vis-201709/images/step-3.png) no-repeat;
}
@media (max-width:1015px){
    .product_pic:before{
        border-top: 0;
    }
    .product_pic .row>.pro_list{
        margin-bottom: 50px;
    }
    .product_pic .row>.pro_list:last-of-type{
        margin-bottom: 0;
    }
}

/* part2 */
.bgGray{
    background: #f7f7f7;
}
.productMain_in{
    padding: 30px 0;
    padding:3vh 0;
}
.productPho{
    width: 90%;
    margin: 0 auto;
}
.productPho img{
    width: 100%;
}
.productMain_in p{
    padding-bottom: 30px;
    padding-bottom: 3vh;
}
/* part3 */
.productImg {
  width: 100%;
}
.productImg img{
    width: 100%;
}
.productAround h3{
    text-align: left;
    margin:70px 0 0 30px;
    margin:7vh 0 0 3vh;
    font-size: 36px;
    font-size: 3.6vh;
    font-weight:300;
}
.productAround p{
    text-align: left;
    margin:2vh 0 2vh 3vh;
    margin:20px 0 0 30px;
    font-size: 18px;
    font-size: 1.8vh;
}


@media (max-width:1215px){
    .productAround h3,.productAround p{
        margin:20px 0 0 0;
        margin:2vh 0 0 0;
    }
    .bgGray.productAround p{
        margin-bottom: 20px;
        margin-bottom: 2vh;
    }
}



/* Editing Features icon */
.newedit-features .ce:after {
    background: url(https://photo.wondershare.com/vis-201709/images/features_icon_new.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    content: '';
    background-size: cover;
}
.newedit-features .ce.shear:after{
    background-position: 0 -45px;
    top: 0;
}
.newedit-features .ce.clock:after{
    background-position: 0 -145px;
    top: 0;
}
.newedit-features .ce.cutter:after{
    background-position: 0 -195px;
    top: 0;
}
.newedit-features .ce.effects:after{
    background-position: 0 2px;
    top: 0;
}
.newedit-features .ce.rotate:after{
    background-position: 0 -97px;
    top: 0;
}
.newedit-features .ce.audio:after{
    background-position: 0 -243px;
    top: 0;
}
/* add extension */
.new-extension .extension-list .extension-detail{
    padding:10px 10px 20px 10px
}
.new-extension .extension-list .extension-desc{
    margin-left: 10px;
}
.new-extension .extension-list .extension-desc .title{
    font-size: 14px;
    margin-bottom: 2px;
}
.new-extension .extension-list .extension-desc p{
    font-size: 12px;
}
.new-extension .extension-list .extension-detail .yellow-ghost-btn{
    float: right;
    width: 90px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    margin-right: 0;
    margin-left: 0;
}
@media (max-width: 768px){
    .add-extension .extension-list .extension-desc{
        width: 70%;
    }
}
@media (max-width: 1215px){
    .new-extension .extension-list .extension-detail .yellow-ghost-btn {
        float: none;
        display: block;
        margin: 20px auto 0;
    }
}
/* footerbanner  */
.banner-downloads-slideshow{
    background: url(https://photo.wondershare.com/vis-201709/images/footbanner.png) no-repeat center;
}
.banner-downloads-slideshow:after{
    background: url(https://photo.wondershare.com/vis-201709/images/footbanner-download.png) no-repeat center;
    background-size: cover;
}

@media (max-width:473px){
    .banner-downloads-slideshow .action .yellow-gradient-btn{
        margin: 10px;
    }
}
/* 修改h4字体 */
.easy h4,.features h4{
    font-size: 16px;
}

/* banner增加手动添加win mac样式 8.28 */
.banner-slideshow .platform { margin: 40px 0 0; margin: 4vh 0 0;}
.banner-slideshow .platform li { display: inline-block; cursor: pointer; margin: 0 5px; }
.banner-slideshow .platform li .fm {margin: 0 5px 0 0; }
.banner-slideshow .platform li.active { color: #f7961e; }
.banner-slideshow .action{margin: 0;}
/*slideshow released */
/* banner */
.banner-released {
    height: 560px;
    height: 56vh;
    padding-top: 40px;
    padding-top: 4vh;
}
.banner-released .bg-cover{
    background-image: url(https://photo.wondershare.com/vis-201709/images-release/banner-release.jpg);
    background-position:  center top;
}
@media (max-width: 1215px){
    .banner-released > .front{
        text-align: center;
    }
}
.banner-released .text{
    margin-left: 10px;
}
.banner-released .title{
    font-size: 42px;
    font-size: 4.2vh;
    font-weight: normal;
    text-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
    margin-bottom: 5px;
}
.banner-released .headding{
    text-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
    font-size: 42px;
    font-size: 4.2vh;
    margin-top: 0px;
}
.banner-released .subtitle{
    font-size: 22px;
    font-size: 2.2vh;
    font-weight: normal;
    margin-top: 20px;
    margin-top: 2vh;
}
.banner-released .subtitle em{
    font-size: 28px;
    font-size: 2.8vh;
    font-weight: 500;
}
.banner-released .desc{
    font-size: 14px;
    margin-top: 10px;
    margin-top: 1vh;
}
.banner-released .action{
    margin-top: 50px;
    margin-top: 5vh;
}

.banner-released .platform {margin-left: 10px; text-align: left;}
.banner-released .platform li { display: inline-block; cursor: pointer; margin: 0 5px; color: #fff;}
.banner-released .platform li .fm {margin: 0 5px 0 0; }
.banner-released .platform li.active { color: #f7961e; }
@media (max-width: 1215px){
    .banner-released .platform {
        text-align: center;
    }
}

@media (max-width: 768px){
    .banner-released .title,.banner-released .headding{
        font-size: 30px;
        font-size: 3vh;
    }
}
@media (max-width: 428px){
    .banner-released .action{
         margin-top: 20px;
         margin-top: 2vh;
    }
}
/* 游戏 */
.released_game{
    position: relative;
}
.released_game .bgcontent{
    background: #fff;
    padding:42px;
    padding:4.2vh;
    position: relative;
    margin-top: -180px;
    margin-top: -18vh;
    z-index: 99;
}
.bgcontent::before{
    content: "";
    position: absolute;
    border-left: solid 50px transparent;
    border-left: solid 5vh transparent;
    border-bottom: solid 285px #ff9d00;
    left: -50px;
    bottom: 60px;
    left: -5vh;
    bottom: 6vh;
}
.bgcontent::after{
    content: "";
    position: absolute;
    border-right: solid 50px transparent;
    border-right: solid 5vh transparent;
    border-top: solid 285px #ff9d00;
    right: -50px;
    top: 60px;
    border-right: solid 5vh transparent;
    border-top: solid 28.5vh #ff9d00;
    right: -5vh;
    top: 6vh;
}
.game_left{
    text-align: left;
}
.game_left .headding{
    font-size: 57.6px;
    font-size: 5.76vh;
    font-weight: bold;
    color: #313131;
    margin: 0;
}
.game_left .title{
    font-size: 57.6px;
    font-size: 5.76vh;
    font-weight: bold;
    color: #ff9d00;
    margin: 0;
}
.game_left .title em{
    font-size: 129.6px;
    font-size: 12.96vh;
}
.game_left .title.mt{
    margin-top: 15px;
}
.game_left span{
    width: 20px;
    height: 2px;
    background: #313131;
    display: block;
    margin: 10px 0 40px 0;
    margin: 1vh 0 4vh 0;
}
.game_left p{
    font-size: 18px;
    font-size: 1.8vh;
    line-height: 24px;
}
.game_right .game_ifr{
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-top: 71%;
    position: relative;
    overflow: hidden;
}

.game_ifr  .ways a{
    color: #ff9d00;
    text-decoration: underline;
}
.game_ifr .game-iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}
@media (max-width:1015px){
    .game_left{
        text-align: center;
    }
    .game_left span{
        margin: 20px auto;
        margin: 2vh auto;
    }
}
@media (max-width:1310px){
    .released_game .bgcontent{
        margin-top: 0;
    }
    .bgcontent::before,.bgcontent::after{
        display: none;
    }
}
/** container **/

/* 弹出框 */
/* dialog1 */
.modal-backdrop.in{
    opacity: 0.9;
}
.modal{
    text-align: center;
}

@media screen and (min-width: 768px) { 
    .modal.in:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
      }
  }

.modal.in  .dialogReleased{
    /* width: 1216px; */
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    /* position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    z-index: 103;
    background: #fff; */
}
.bgcontent{
    position: relative;
    background: #fff;
    color: #313131;
}
.bgcontent.dialog_rule::before{
    border-bottom: solid 200px #ff9d00;
    bottom: 40px;
    bottom: 4vh;
}
.bgcontent.dialog_rule::after{
    border-top: solid 200px #ff9d00;
    top: 40px;
    top: 4vh;
}
.dialog_rule{
    padding: 50px 0;
    padding: 5vh 0;
}
.dialogReleased .headding{
    font-size: 36px;
    font-size: 3.6vh;
    margin-bottom: 20px;
}
.dialog_rule .rule_title{
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
    margin-bottom: 5vh;
}
.dialog_rule .rule_title em{
    font-weight: bold;
}
.rule_content{
    text-align: left;
    margin: 0 auto;
    margin-left: 100px;
    margin-left: 12vh;
}
.rule_content .sub-title{
    font-size: 20px;
}

@media (max-width:1216px){
    .dialogReleased{
        width: 900px;
    }
}
@media (max-width:992px){
    .dialogReleased{
        width: 700px;
    }
}
@media (max-width:768px){
    .dialogReleased{
        width: auto;
        margin: 0 20px;
    }
    .rule_content{
        margin: 0 50px;
    }
}
/* 提示框提交 */
.submit_title{
    font-size: 20px;
    margin-bottom: 20px;
}
.submit_title em{
    font-size: 32px;
    color: #ff9d00;
    font-weight: bold;
}
.submit_title em.total{
    color: #313131;
    font-size: 24px;
}
.dialog_submit .small_text{
    font-size: 16px;
    color: #747474;
    margin-bottom: 10px;
}
.subumit_btn{
    margin: 0 auto;
    width: 630px;
}
.subumit_btn .gfb-form {
    overflow: hidden;
    margin:20px 0;
    margin: 2vh 0;
}
.subumit_btn .form-group{
    float: left;
    width: 420px;
    text-align:left;
    margin-right: 10px;
}
.form-control{
    height: 54px;
}
.subumit_btn .btn {
    float: left;
    margin: 0;
}
.dialog_submit .desc{
    color: #747474;
    font-size: 14px;
}
.submit_content{
    padding: 50px;
    padding: 5vh;
}
.submit_content .recommendImg{
    width: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-bottom: 3vh;
}
.submit_content .percent{
    width: 60px;
    height: 60px;
    padding-top: 16px;
    left: 25px;
    top: -25px;
    left: 2.5vh;
    top: -2.5vh;
}
.submit_content .percent em{
    font-size: 21px;
    line-height: 18px;
}    
.submit_content .percent span{
    font-size: 14px;
    line-height: 20px;
}  
.submit_content .submitText{
    text-align: left;
}
.submit_content .submitText .sub-title{
    font-size: 24px;
    font-weight: bold;
}
.float_l{
    float: left;
}
.float_r{
    float: right;
}

@media (max-width:992px){
    .subumit_btn{
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    .subumit_btn .form-group{
        width: 100%;
        float: none;
    }
    .subumit_btn .btn{
        float: none;
    }
    .submit_content .submitText{
        text-align: center;
    }
}
/* 提示框成功 */
.success_btn{
    margin: 30px auto;
}
.text-muted{
    display:none;
}
/* part2 */
.released_recommend .headding,.released_save  .headding,.released_fullPackge .headding{
    font-size: 36px;
    font-size: 3.6vh;
    margin-bottom: 20px;
}
.save{
    margin-top: 60px;
    margin-top: 6vh;
}
.released_recommend .desc{
    font-size: 20px;
    font-size: 2vh;
}
.recommend_btn{
    margin-top: 30px;
    margin-top: 3vh;
}
.black-ghost-btn{
    font-weight: 500;
}
.recommend{
    margin-top: 70px;
    margin-top: 7vh;
}
.recommendImg{
    position: relative;
}
.recommendImg img{
    width: 70%;
}
.percent{
    position: absolute;
    content: "";
    background: url("https://photo.wondershare.com/vis-201709/images-release/star.png") no-repeat;
    color: #fff;
    width: 124px;
    height: 124px;
    left: 35px;
    top: -35px; 
    left: 3.5vh;
    top: -3.5vh; 
    padding-top: 41px;
    background-size: cover;
}
.percent em{
    font-size: 42px;
    text-align: center;
    display: inherit;
}
.percent span{
    font-size: 25px;
    font-weight: 300;
    line-height: 50px;
}

.recommend .title{
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}
.recommend_text{
    text-align: left;
    margin-top: 40px;
    margin-top: 4vh;
}
@media (max-width: 768px){
    .recommend_text{
        margin: 20px 50px;
        margin: 2vh 5vh;
    }
}
.recommend_text .re_icon {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    height: 48px;
    padding-left: 60px;
}
.recommend_text .re_icon:before{
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    left: 0;
    top: -10px;
}
.recommend_text .icon-easy::before{
    background: url(https://photo.wondershare.com/vis-201709/images-release/icon-easy.svg), none;
}
.recommend_text .icon-music::before{
    background: url(https://photo.wondershare.com/vis-201709/images-release/icon-music.svg), none;
}
.recommend_text .icon-template::before{
    background: url(https://photo.wondershare.com/vis-201709/images-release/icon-template.svg), none;
}
.recommend_text p{
    font-size: 16px;
    padding-top: 20px;
}
/* part3 */

.saveImg{
    position: relative;
    text-align: left;
    margin: 50px 0;
    margin-left: 10%;
}
.saveImg img{
    width: 50%;
    height: 100%;
}
.saveImgIn img:last-of-type{
    position: absolute;
    left: 40%;
}
.saveImg .percent{
    width: 78px;
    height: 78px;
    padding-top:20px;
    left: 30%;
    text-align: center
}
.saveImg .percent em{
    font-size: 28px;
    line-height: 26px;
}
.saveImg .percent span{
    font-size: 18px;
    line-height: 25px;
}
.save .sub-title{
    font-size: 18px;
    font-weight: 500;
    margin: 15px;
}
.price{
    height: 42px;
    line-height: 42px;
    margin: 0 20px;
}
.price span{
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
}
.price span.full{
    float: left;
}
.price span.real{
    float: right;
    font-size: 36px;
    color: #f37460;
}
/* part4 */
.fullPackge .price{
    text-align: center;
    margin-bottom: 20px;
}
.fullPackge .price span{
    float: none;
}
.fullPackge .price span.real{
    margin-left: 20px;
    font-size: 20px;
}
.fullPackge .price span.real em{
    font-size: 36px;
}
.fullPackge .btn_box{
    margin-bottom: 25px;
}
.fullPackgeImg{
    width: 100%;
    padding: 0 50px;
    padding: 0 5vh;
}
.fullPackgeImg img{
    position: relative;
    margin-left: -40px;
    margin-left: -4vh;
    width: 25%;
}
.fullPackgeImg img:first-of-type{
    margin-left: 0;
}
.fullPackge .sub-heading{
    font-size: 20px;
    margin: 20px 0;
    margin: 2vh 0;
}
.fullPackge  p{
    font-size: 18px;
    font-size: 1.8vh;
}
@media (max-width:768px){
    .fullPackge .btn_box{
        margin-top: 50px;
    }
    .fullPackgeImg img{
        margin-left: -20px;
        margin-left: -2vh;
    }
}

/* template page */
.banner-template{
    height: 420px;
    height: 42vh;
    padding-top: 40px;
    padding-top: 4vh;
}
.banner-template .heading{
    font-size: 36px;
    font-size: 3.6vh;
    margin-bottom: 10px;
}
.banner-template .bg-cover{
    background-image: url("https://photo.wondershare.com/vis-201709/images/banner-template.jpg");
    background-position: center top;
}

.banner-template .platform { padding: 100px 0 0; padding: 10vh 0 0;}
.banner-template .platform li { display: inline-block; cursor: pointer; margin: 0 5px; color: #fff;}
.banner-template .platform li .fm {margin: 0 5px 0 0; }
.banner-template .platform li.active { color: #f7961e; }
.banner-template .action{margin: 0;}

@media (max-width:614px){
    .banner-template .platform{
        padding-top:5vh
    }
}
@media (max-width:472px){
    .banner-template{
        padding-top: 0;
    }
    .banner-template .heading{
          margin-top:2vh
    }
    .banner-template .platform{
        padding-top:10px;
    }
    .banner-template .yellow-gradient-btn,.banner-template .white-ghost-btn{
        font-size: 20px;
        font-size: 2vh;
        height: 50px;
        height: 5vh;
        line-height: 5vh;
        margin-bottom: 0;
    }
}
/* stepTemplate */
.step-template .text-content .heading{
    font-weight: 400;
    font-size: 30px;
    font-size: 3vh;
}
.before-gray .row>.pro_list:first-of-type:before, .before-gray .row>.pro_list:last-of-type:before{
    background: #f7f7f7;
}
.before-gray .row>.pro_list:first-of-type:after, .before-gray .row>.pro_list:nth-of-type(2):after, .before-gray .row>.pro_list:last-of-type:after{
    border: 3px solid #f7f7f7;
}
.btn-lg{
    margin-top: 30px;
    margin-top: 3vh;
}
.btn-lg .yellow-gradient-btn{
    width: auto;
    padding:0 20px;
    font-size: 2vh;
}
@media (max-width:768px){
    .btn-lg .yellow-gradient-btn{
        width: auto;
        padding:0 20px;
        padding:0 2vh;
        font-size: 1.4vh;
    }
}
/* 过滤 */

.theme-box{
    width: 1000px;
    margin: 0 auto;
    height: 32px;
    margin-bottom: 30px;
    margin-bottom: 3vh;
}
.theme-box li{
    float: left;
    font-size: 18px;
    font-size: 1.8vh;
    font-weight: 500;
    width: 13.6%;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.theme-box li.all span{
    height: 30px;
}
.theme-box li.active em{
    color: #ff9d00;
}
.theme-box li:first-of-type em:link{
    color: #ff9d00;
}
.theme-box li span{
    width: 30px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    cursor: pointer;
    background-size: cover;
}
.theme-box li.all span{
    background: url("https://photo.wondershare.com/vis-201709/images/btn-all.svg") no-repeat;
    background: #ff9d00;
    -webkit-mask: url("https://photo.wondershare.com/vis-201709/images/btn-all.svg");
}
.theme-box li span.aa_Birthday{
    background-image: url("https://photo.wondershare.com/vis-201709/images/btn-Birthday.svg");
}
.theme-box li span.aa_Family{
    background-image: url("https://photo.wondershare.com/vis-201709/images/btn-Family.svg");
}
.theme-box li span.aa_Holiday{
    background-image: url("https://photo.wondershare.com/vis-201709/images/btn-Holiday.svg");
}
.theme-box li span.aa_Kids{
    background-image: url("https://photo.wondershare.com/vis-201709/images/btn-Kids.svg");
}
.theme-box li span.aa_Memory{
    background-image: url("https://photo.wondershare.com/vis-201709/images/btn-Memory.svg");
}
.theme-box li span.aa_Popular{
    background-image: url("https://photo.wondershare.com/vis-201709/images/btn-Popular.svg"); 
}
/* active */
.theme-box li.active span.aa_Birthday{
     background: #ff9d00;
    -webkit-mask: url("https://photo.wondershare.com/vis-201709/images/btn-Birthday.svg");
}
.theme-box li.active span.aa_Family{
    background: #ff9d00;
   -webkit-mask: url("https://photo.wondershare.com/vis-201709/images/btn-Family.svg");
}
.theme-box li.active span.aa_Holiday{
    background: #ff9d00;
   -webkit-mask: url("https://photo.wondershare.com/vis-201709/images/btn-Holiday.svg");
}
.theme-box li.active span.aa_Kids{
    background: #ff9d00;
   -webkit-mask: url("https://photo.wondershare.com/vis-201709/images/btn-Kids.svg");
}
.theme-box li.active span.aa_Memory{
    background: #ff9d00;
   -webkit-mask: url("https://photo.wondershare.com/vis-201709/images/btn-Memory.svg");
}
.theme-box li.active span.aa_Popular{
    background: #ff9d00;
   -webkit-mask: url("https://photo.wondershare.com/vis-201709/images/btn-Popular.svg");
}

.st0{
    fill: #313131;
}
.theme-img{
    width: 26px;
    height: 26px;
    display:inline-block;
}
.item-img img{
    width: 100%;
    cursor: pointer;
}
.img-template .item-text{
    font-size: 16px;
    height: 24px;
    margin: 15px 0 30px 0;
    
}
.favor .favoricon{
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("http://photo.wondershare.com/vis-201709/images/liked.svg");
    cursor: pointer;
}
.favor .favoricon.active{
    background: #ff9d00;
    -webkit-mask: url("http://photo.wondershare.com/vis-201709/images/liked.svg");
}

.pic-template .toggle-text{
    font-size: 16px;
    color: #313131;
    position: relative;
    width: 210px;
    margin: 0 auto;
    cursor: pointer;
}
.pic-template .toggle-text em:after{
    content: "";
    position: absolute;
    right: 0px;
    background: url(https://photo.wondershare.com/vis-201709/images/all-show.png) no-repeat;
    width: 20px;
    height: 20px;
    top: 5px; 
}
/* dialog */

.modal.in  .dialogBox{
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.template-dialog .modal-content{
    background: #fff;
    color: #313131;
}
.template-dialog .step-template-big{
    margin-bottom: 50px;
    margin-bottom: 5vh;
}
.template-dialog .step-template{
    padding:30px 0;
    padding:3vh 0;
    margin: 0 -4vh;
    margin-bottom: -5vh;
}
.template-dialog .modal-content .container{
    width: 100%;
}
.step-template-big .product-text{
    text-align: left;
}
.step-template-big .product-text .title{
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    height: 32px;
    line-height: 32px;
    margin-top: 10px;
}
.step-template-big .product-text .desc{
    margin-top: 30px;
    margin-top: 3vh;
}
.step-template-big  .template-download{
    margin-top: 50px;
    margin-top: 5vh;
}
.step-template-big  .template-download a{
    color: #ff9d00;
    text-decoration: underline;
    font-weight: bold;
}
.modal-header .close{
    color: #313131;
}

@media (max-width:1015px){
    .step-template-big .product-text .desc,.step-template-big .template-download{
        margin-top: 10px;
        margin-top: 1vh;
    }
}
@media (max-width:992px){
    .theme-box{
        width: 100%;
    }
}
@media (max-width:768px){
    
}
