body,html{
    min-width: auto;
    background: #f5f5f5;
    height: 100%;
}
/**大屏才显示banner和sub*/
.sucai_page .banner,.sub_box {
		display:none;
}
@media screen and (min-width: 1024px){
	.sucai_page .fixed_header .flex_content .group_1 .global_search.search-box {
	    display: none;
	}
	/*Banner部分*/
	.sucai_page .banner {
		display:block;
	    width: 96%;
	    height: 300px;
	    background-color: rgb(73, 73, 231);
	    background-image: linear-gradient(rgb(73, 73, 231), rgb(54, 54, 204));
	    position: relative;
	    margin: 20px auto;
	    border-radius: 6px;
	}
	.sucai_page .banner .slogan {
	    text-align: center;
	    font-size: 30px;
	    font-weight: 400;
	    position: relative;
	    max-width: 742px;
	    margin: 0px auto 0px;
	    padding-top: 56px;
	    color: #fff;
	}
	
	
	.sucai_page .banner  .bg {
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    height: 300px;
	    overflow: hidden;
	    z-index: 0;
	    background: url(../images/ppt_banner2.png);
	    border-radius: 6px;
	}
	.sucai_page .banner .bg img {
	    position: absolute;
	    filter: drop-shadow(0 0 14px rgba(0,0,0,.2));
	    will-change: transform;
	    -webkit-animation-delay: .5s!important;
	    animation-delay: .5s!important;
	    pointer-events: none;
	}
	
	.sucai_page  .banner .bg img:nth-child(1) {
	    top: 25%;
	    left: 50%;
	    width: 1040px;
	    z-index: 3;
	    transform: translate(-65%,100px) rotate(15deg);
	    -webkit-animation: curves1 1s forwards;
	    animation: curves1 1s forwards;
	}
	
	.sucai_page   .banner .bg img:nth-child(2) {
	    top: -120px;
	    right: -50px;
	    width: 490px;
	    z-index: 3;
	    -webkit-animation: curves2 1s forwards;
	    animation: curves2 1s forwards;
	    transform: translate(100px) rotate(30deg);
	}
	
	.sucai_page   .banner .bg img:nth-child(3) {
	    top: -450px;
	    left: -90px;
	    width: 900px;
	    z-index: 1;
	    -webkit-animation: curves3 1s forwards;
	    animation: curves3 1s forwards;
	    transform: translate(-100px) rotate(-30deg);
	}
	
	.sucai_page    .global_search.search-box {
	       position: relative;
	    width: 600px;
	    height: 56px;
	    margin: 22px auto;
	    display: block;
	}
	
	 .sucai_page .global_search.search-box .search_type {
	   
	    height: 56px;
	    line-height: 56px;
	    
	}
	 .sucai_page .global_search.search-box .search_type .show_text:after{top: 11px;right: 0px;height: 34px;}
	 .sucai_page .global_search.search-box input.search-input {
	    width: calc(100% - 120px);
	    height: 100%;
	}
	.sucai_page  .global_search.search-box a.searchBtn {
	    position: absolute;
	    top: 11px;
	    right: 13px;
	}
	.sucai_page .banner .hotkey_list {
	    position: relative;
	    width: 100%;
	    text-align: center;
	}
	.sucai_page .banner .hotkey_list span{
	    color: rgba(255,255,255,0.74);
	}
	.sucai_page .banner .hotkey_list a {
	    color: #fff;
	    font-weight: normal;
	    font-size: 14px;
	}
}

.mb_section {
    margin-bottom: 80px;
}

.mb_section .mb_item {
    margin-top: 30px;
}

.mb_section .header_con {height: 48px;margin-bottom: 8px;}

.mb_section .header_con .title {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    line-height: 48px;
    color: #262e3d;
    cursor: pointer;
}
.mb_section .header_con .label_tag {
    display: inline-flex;
    justify-content: center;
    align-items: baseline;
    transform: translateY(-3px);
    margin-left: 32px;
}
.mb_section .header_con .label_tag a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 88px;
    padding: 0 8px;
    height: 26px;
    color: #58687c;
    background: #f6f7ff;
    border: 1px solid #e8ebf7;
    border-radius: 32px;
    margin-right: 16px;
    font-size: 14px;
}
.mb_section .header_con .label_tag a:hover {
    border: 1px solid #2254f4;
    color: #2254f4;
}


.mb_section .header_con label {
    line-height: 48px;
    float: right;
    font-size: 16px;
    font-weight: 500;
    color: #33383e;
}
.sc_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sc_list ul li {
    position: relative;
    width: 20%;
    padding: 8px;
}

.sc_list ul li .img img {
    width: 100%;
}
.sc_list ul li .img{position:relative;border-radius: 4px;overflow: hidden;background: #fff;box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);}
.sc_list ul li .layer_content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    text-align: left;
    z-index: 2;
}
.sc_list ul li:hover .layer_content{display:block;cursor: pointer}
.sc_list ul li .layer_content .b_info {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(to top,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 100%);
    padding: 0 15px;
    height: 42px;
    line-height: 44px;
    margin-top: 0px;
    color: #fff;
    transition: .3s;
    font-style: normal;
    width: 100%;
}
.sc_list ul li .layer_content .b_info a{font-style: normal;}

.sc_list ul li .layer_content .top_info {
    position: absolute;
    top: 13px;
    left: 8px;
}
.sc_list ul li .layer_content .top_info i {
    color: #ffffff;
    background: rgba(0,0,0,.3);
    padding: 5px 8px;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 3px;
    transition: 0.3s;
    font-style: normal;
}

.sc_list.gh_list ul li {
    width: 16.6%;
    text-align: center;
}

.sc_list.gh_list ul li .img {
    background-color: #fff;
    height: 200px;
    text-align: center;
    padding: 10px;
}

.sc_list.gh_list ul li .img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 10px;
}


.sc_list.svg_list ul li {
    width: 15%;
}

.sc_list.svg_list ul li .img {
    background-color: rgb(248, 248, 251);
    height: 200px;
    text-align: center;
}

.sc_list.svg_list ul li .img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    margin: 0 auto;
}

.sc_list.icon_list ul{
    justify-content: flex-start;
    flex-wrap: wrap;
    height: auto;
    overflow: hidden;
}
.sc_list.icon_list ul li {
    width: 90px;
    height: 90px;
}

.sc_list.icon_list ul li .img {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    padding: 12px;
    text-align: center;
}

.sc_list.icon_list ul li .img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}
.sc_list.icon_list ul li .img a.icon_layer {
    display: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAASCAYAAACAa1QyAAAAVUlEQVQoke2SQQoAIAgE3ej/X7ZLQtqWHjo2l2BlMFSoqhDWELHYmJHxpUkXP17GVm9C9pAA+15VhHVyQSZE6Sa6nE0viuXbQ3hL0lHIpCOV5b7pNADlVwcv5iZBMgAAAABJRU5ErkJggg==) 50% no-repeat;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    background-color: rgba(0,0,0,.45);
}
.sc_list.icon_list ul li .img:hover a.icon_layer{display:inline-block}

.sc_list.icon_list ul li .layer_content {
    display: none !important;
}
.sc_list.font_list ul li p {
    /* box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%); */
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    font-size: 15px;
    margin: 0px;
}
.sc_list.font_list ul li {
    width: 16%;
}

.sucai_content {
    background: #f5f5f5;
    padding: 0px 2%;
    min-height: calc(100% - 84px - 160px);
    margin-bottom: 30px;
}
.sucai_list_box .sort_box {
	    padding-bottom: 4px;
	    margin-bottom: 15px;
	    border-bottom: 2px solid #e8e8e8;
}
.sucai_list_box .sort_box .sort{
    display: inline-block;
    margin-left: -10px;
}
.sucai_list_box .sort a {
    width: 64px;
    margin: 0 10px 0 0;
    padding: 0 10px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    color: rgb(80, 90, 113);
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

.sucai_list_box .sort a.active,
.sucai_list_box .sort a:hover {
    border-color: #2254f4;
    color: #2254f4;
}
.sucai_list_box .sort_box .result_tips {
    display: inline-block;
    width: auto;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(70, 70, 70);
    float: right;
}
.sucai_list_box .sort_box .result_tips var {
    color: #2254f4;
    font-style: normal;
}
.sucai_list_box .sort_box .result_tips i {
    font-style: normal;
    font-weight: bold;
}
/** detail*/
.sc_detail_page .sc_info_content {
    margin: 27px auto 80px;
    width: 80%;
    background: #fff;
}

.sc_detail_page .sc_info_content .effect_area {
    margin-right: 5%;
    width: 60%;
}

.sc_detail_page .title-category {
    margin: 26px auto 10px !important;
    width: 80%;
    padding-left: 32px;
}
.sc_info_content  {position: relative;height: 800px;width: 980px;padding: 25px 0px 25px 15px;}
.sc_info_modal a.close_x {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: -51px;
    right: -14px;
}
.sc_info_modal .effect_area {
    display: inline-block;
    background-color: rgb(248, 247, 252);
    width: 70%;
    max-height: 80%;
    height: 100%;
    padding: 10px;
    position: relative;
    vertical-align: top;
}
.sc_info_modal .effect_area .img_area {
    text-align: center;
    height: 80%;
    max-height: 80%;
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 80px;
}

.sc_info_modal .effect_area .img_area .img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-height: 100%;
    max-width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sc_info_modal .info_area {
    display: inline-block;
    width: 29%;
    max-height: 80%;
    height: 100%;
    padding: 0px 20px;
    vertical-align: top;
}

.sc_info_modal .info_area h1.sc_name {
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: #000;
    border-bottom: 1px solid rgb(217, 217, 217);
    padding-bottom: 10px;
    margin: 0px 0px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sc_info_modal .info_area a.download_btn {
    display: inline-block;
    font-family: "Microsoft YaHei";
    text-align: center;
    line-height: 45px;
    width: 100%;
    height: 45px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    background: #2254f4;
}
.sc_info_modal .info_area a.copy_btn {
       display: inline-block;
       font-family: "Microsoft YaHei";
       text-align: center;
       line-height: 45px;
       width: 100%;
       height: 45px;
       color: #fff;
       font-size: 14px;
       border-radius: 4px;
       background: #4acda1;
       margin-top: 15px;
}
.sc_info_modal .info_area .sc_desc {
    padding: 0px 0px;
    margin: 20px 0px 20px;
}

.sc_info_modal .info_area .sc_desc span {
    display: block;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(97, 101, 106);
    margin: 10px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sc_info_modal .info_area .sc_info_tag {
    border-top: 1px solid rgb(217, 217, 217);
    margin-top: 20px;
    max-height: 250px;
    overflow: hidden;
    padding-top: 10px;
}

.sc_info_modal .info_area .sc_info_tag a {
    display: inline-block;
    background-color: rgb(239, 241, 243);
    width: auto;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding: 0px 7px;
    margin: 10px 8px 0px 0px;
    color: #61656a;
}
.sc_info_modal .info_area .sc_info_tag a:empty{display:none}
.sc_info_modal .effect_area .img_area.font_effect  .font_show {
    font-size: 55px;
    width: 90%;
    min-height: 390px;
    margin: 150px auto 0px;
}
.sc_info_modal .effect_area .img_area.font_effect .input_font {
    width: 90%;
    margin: 10px auto 20px;
    position: relative;
}
.sc_info_modal .effect_area .img_area.font_effect  input[type="text"] {
    display: inline-block;
    width: 100%;
    height: 60px;
    border: 1px solid rgb(216, 215, 221);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(154, 159, 166);
    padding-left: 15px;
}
.sc_info_modal .effect_area .img_area.font_effect  a.build_font_btn {
    display: inline-block;
    width: 80px;
    height: 60px;
    background-color: rgb(237, 72, 0);
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 60px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.sc_info_content .recomment_list {
    height: 20%;
    overflow: hidden;
}

.sc_info_content .recomment_list .title_info {
    padding: 12px 5px;
}
.sc_info_content .recomment_list .title_info h2 {
    font-size: 16px;
    color: #191919;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}

.sc_info_content .recomment_list .title_info a {
    display: inline-block;
    font-size: 14px;
    color: #191919;
    vertical-align: middle;
    float: right;
}
.sc_info_content .recomment_list .sc_list ul li {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative;
    width: calc(20% - 13px);
    height: 100%;
    margin: 0 10px 13px 0;
    border: 1px solid #e6e6e6;
    background: url(/public/images/common/logo-text-gray.png) 50% no-repeat;
    text-align: center;
    cursor: pointer;
}

.sc_info_content .recomment_list .sc_list ul li .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
h1.svg_editor_name {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #000;
    border-bottom: 1px solid rgb(217, 217, 217);
    padding-bottom: 6px;
    margin: 0px 0px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.svg_editor {
    /* position: absolute; */
    /* bottom: 14px; */
    /* left: 0; */
    width: 100%;
    height: auto;
    /* line-height: 28px; */
    /* padding: 5px 0px 0px 7px; */
    /* text-align: left; */
    /* z-index: 2; */
    display: flex;
    margin: 0px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.svg_editor .color_list {
    display: inline-block;
    vertical-align: top;
}

.svg_editor .color_list span {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.svg_editor .color_picker_wrap {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 100%;
}

.svg_editor .color_picker_wrap input.pick_input {
    width: 100%;
    height: 28px;
    line-height: 28px;
    padding: 6px 9px 6px 18px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
}

.svg_editor .color_picker_wrap span.color_picker_item {
    position: absolute;
    right: 7px;
    top: 6px;
    background: #666;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.svg_editor .size_pick_wrap {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    height: 29px;
    line-height: 29px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    cursor: pointer;
}

.svg_editor .size_pick_wrap input#size_input {
    float: left;
    width: calc(100% - 25px);
    padding: 6px 0 6px 11px;
    font-size: 14px;
    color: #666;
    border: none;
    height: 26px;
}

.svg_editor .size_pick_wrap>span {
    display: inline-block;
    width: 20px;
    height: 28px;
    /* float: right; */
}

.svg_editor .size_pick_wrap ul.size_selector {
    position: absolute;
    top: 27px;
    left: 0;
    width: 83px;
    z-index: 2;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    background: #fff;
}

.svg_editor .size_pick_wrap li.size_item {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    text-align: left;
    color: #666;
    font-size: 14px;
    cursor: pointer;
}

.svg_editor .color_picker_wrap:before {
    content: "#";
    display: inline-block;
    position: absolute;
    left: 6px;
    top: 6px;
    font-size: 14px;
    color: #666;
}
.svg_editor .color_picker_wrap .layui-colorpicker {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0px;
    border-radius: 0px;
    margin-top: 0px;
    line-height: inherit;
}

.svg_editor .color_picker_wrap .layui-colorpicker-trigger-i.layui-icon-close {
    display: none;
}
.svg_editor .ed_item {
    /* display: inline-block; */
    /* width: auto; */
    /* float: left; */
    /* margin-right: 7px; */
    margin-bottom: 15px;
    width: calc(50% - 7px);
    vertical-align: top;
}
.svg_editor .ed_item:last-child{
    margin-right: 0px;
}
.svg_editor .ed_item h2 {
    display: inline-block;
    margin: 0px;
    vertical-align: middle;
    font-weight: normal;
    padding-bottom: 2px;
    font-size: 12px;
    color: #666;
}
.svg_editor .color_picker_wrap .layui-colorpicker .layui-colorpicker-trigger-i {
    display: none;
}
.svg_editor .color_picker_wrap .layui-colorpicker .layui-colorpicker-trigger-span{
    border: none;
    border-radius: 0px;
    margin-top: -1px;
}
.layui-colorpicker-main-input input.layui-input {
    width: 133px !important;
}
.sc_info_content .recomment_list .sc_list  {
    height: calc(100% - 43px);
}

.sc_info_content .recomment_list .sc_list ul {
    height: 100%;
}
.sc_info_content .recomment_list .sc_list ul li:hover{
    opacity: 0.8;
}
.sc_info_content .recomment_list .sc_list ul li .img {
    width: 100%;
    height: 100%;
}

li.flex_null_item {height: 0px !important;box-shadow: unset;background: transparent;border: none !important;}