html,body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "微软雅黑";
    overflow: hidden;
}
ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}
html,body{
    margin: 0;
    padding: 0;
    /*overflow: hidden;*/
}
/*加载页*/
.ball-clip-rotate{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.ball-clip-rotate > div:nth-child(1) {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    height: 25px;
    width: 25px;
    background: transparent !important;
    display: inline-block;
    -webkit-animation: rotate 0.75s 0s linear infinite;
    animation: rotate 0.75s 0s linear infinite;
}
.ball-clip-rotate > div:nth-child(2) {
    color: #fff;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1); }

    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6); }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1); } }
.loader{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 100;
}
/*保存模态框*/
.save_modal{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:rgba(0,0,0,0.6);
    z-index: 30;
    display: none;
}
.save_modal_frame{
    width:550px;
    height: 200px;
    background:rgba(250,250,250,1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.save_modal_header{
    background:rgba(237,238,239,1);
    padding: 14px 16px;
}
.save_modal_header:after{
    display: block;
    content: "";
    clear: both;
}
.save_modal_title{
    font-weight:400;
    color:rgba(102,102,102,1);
    float: left;
}
.save_modal_close{
    float: right;
    width: 15px;
    height: 15px;
    background: url("../images/close.png") no-repeat;
    cursor: pointer;
}
.save_modal_body_select{
    width: 390px;
    height: 35px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background:rgba(237,238,239,1);
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
    padding: 8px 18px;
    box-sizing: border-box;
    border: none;
    outline: none;
}
.save_modal_submit{
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    width: 100px;
    height: 35px;
    color: #fff;
    background: #3C9D02;
    border-radius:5px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}
/*模态框*/
.modal{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:rgba(0,0,0,0.6);
    display: none;
    z-index: 30;
}
.modal_frame{
    width:550px;
    height: 200px;
    background:rgba(250,250,250,1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.modal_info{
    position: absolute;
    top: 77px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 24px;
}
.modal_info span:first-child{
    float: left;
    width: 24px;
    height: 24px;
    background: url("../images/warn.png");
    margin-right: 5px;
}
.modal_submit{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width:100px;
    height:35px;
    background:rgba(60,157,2,1);
    border-radius:5px;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    cursor: pointer;
}
/*头部*/
.header{
    width:100%;
    height:80px;
    background:rgba(36,147,110,1);
    overflow: hidden;
}
.header_title{
    float: left;
    font-size: 18px;
    color: #ffffff;
    margin-left: 44px;
    margin-top: 15px;
}
.header_save{
    width:100px;
    height:35px;
    background:rgba(250,138,137,1);
    box-shadow:0px 3px 10px 1px rgba(65,65,65,0.3);
    border-radius:5px;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    float: right;
    margin-right: 50px;
    margin-top: 23px;
    cursor: pointer;
}
/*侧边功能列表*/
.aside_function{
    width:80px;
    background:rgba(88,89,89,1);
    color: #ffffff;
    text-align: center;
    float: left;
}
.aside_function:before {
    content: "";
    display: table;
}
.aside_function>li{
    margin-top: 40px;
}
.aside_function .icon{
    display: block;
    width: 38px;
    height: 38px;
    background: url("../images/icon.png") no-repeat;
    margin: 0 auto;
    background-position: -6px -4px;
}
.function_pack .icon{
    background-position: -6px -4px;
}
.function_size .icon{
    background-position: -87px -4px;
}
.function_sign .icon{
    background-position: -46px -4px;
}

.function_symbol .icon{
    background-position: -87px -40px;
}
.function_text .icon{
    background-position: -46px -40px;
}
.function_technology .icon{
    background-position: -46px -40px;
}
.function_trigger{
    cursor: pointer;
}
.function_show{
    width: 420px;
    position: absolute;
    background:rgba(255,255,255,1);
    box-shadow:3px 0px 10px 1px rgba(102,102,102,0.3);
    left: 80px;
    top: 80px;
    display: none;
    z-index: 20;
}
.function_pack .function_show{
    display: block;
}
.function_triangle{
    width:0;
    height:0;
    border-width:5px 10px 5px 0;
    border-style:solid;
    border-color:transparent #fff transparent transparent;
    position: absolute;
    top: 78px;
    left: -10px;
}
.function_size .function_triangle{
    top: 178px;
    left: -10px;
}
.function_symbol .function_triangle{
    top: 278px;
    left: -10px;
}
.function_sign .function_triangle{
    /*top: 378px;*/
    top: 278px;
    left: -10px;
}
.function_text .function_triangle{
    /*top: 478px;*/
    top: 378px;
    left: -10px;
}
.function_technology .function_triangle{
    top: 578px;
    left: -10px;
}
.pack_items{
    margin: 20px 0;
}
.pack_item{
    background: url("../images/pack1.png") no-repeat;
    width: 329px;
    height: 273px;
    border: 1px dashed #D2D2D2;
    margin: 0 auto;
    cursor: pointer;
}
.pack_item.selected{
    border : 1px solid #f00
}


/*右边定制模块*/
.custom_module{
    width: calc(100% - 500px);
    margin-left: 500px;
    background:rgba(237,238,239,1);
    position: relative;
    z-index: 10;
}
.parent_module{
    width: 512px;
    height: 512px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.module{
    position: relative;
}
.module_map{
    position: absolute;
    width: 512px;
    height: 512px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/*尺寸模块*/
.form_parent{
    margin-top: 40px;
}
.form_group{
    margin-bottom: 20px;
    position: relative;
}
.form_group:nth-child(3){
    margin-bottom: 50px;
}
.form_control{
    margin-left: 20px;
    width: 250px;
    height: 38px;
    background:rgba(237,238,239,1);
    border:1px solid rgba(220,220,220,1);
    padding: 10px;
    box-sizing: border-box;
    outline-color: rgb(60,157,2);
}
.control_label{
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:28px;
}
#edit{
    width:305px;
    height:50px;
    background:rgba(250,138,137,1);
    border-radius:5px;
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
}
.help-block{
    width: 163px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: -42px;
    transform: translateX(-50%);
    color: rgba(153,153,153,1);
    font-size: 12px;
    background: url("../images/help.png");
    line-height: 33px;
    display: none;
}

/*标志模块*/
.parent_upload{
    margin: 36px auto;
}
.upload_button{
    width: 305px;
    height: 50px;
    background:rgba(250,138,137,1);
    border-radius:5px;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    cursor: pointer;
}
.upload_info{
    font-size:14px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:28px;
}
.sign_list_header{
    height:51px;
    background:rgba(237,238,239,1);
    font-size:18px;
    font-weight:bold;
    color:rgba(85,85,85,1);
    line-height:51px;
    text-align: left;
    padding-left: 20px;
}
.sign_list_body{
    padding: 0px 6px;
    /*margin: 0 3px;*/
    max-height: 535px;
    overflow: auto;
}
.sign_list_body>li{
    float: left;
}
.sign_list_body:after{
    content: "";
    display: block;
    clear: both;
}
.sign_item{
    width: 90px;
    height: 90px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    margin: 0 3px;
    margin-top: 10px;
    cursor: pointer;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.module_stick{
    position: absolute;
    border-width: 1px;
    border-style: dashed;
    text-align: center;
    left: 0;
    top: 0;
    cursor: pointer;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.close{
    width: 20px;
    height: 20px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%,-50%);
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    background: url("../images/close1.png");
    background-size: 100% 100%;
    color: #fff;

    cursor: pointer;
}
.rotate{
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(50%,50%);
    background: url("../images/rotate.png");
    background-size: 100% 100%;
    cursor: pointer;
}
.scale{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%,-50%);
    background: url("../images/scale.png");
    background-size: 100% 100%;
    cursor: pointer;
}
/*文字模块*/
.text_selected{
    width: 100%;
    height: 150px;
    position: relative;
}
.text_selected_container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.text_selected_title{
    cursor: pointer;
    width:305px;
    height:50px;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    color: #999999;
    border:1px dashed rgba(250,138,137,1);
}
.text_selected_title.red{
    background:rgba(250,138,137,1);
    border-radius:5px;
    color: #ffffff;
}
.text_selected_body{
    cursor: pointer;
    width:305px;
    height:50px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    border-radius:5px;
    line-height: 50px;
    color: #999999;
    border:1px dashed rgba(250,138,137,1);
}
.text_selected_body.red{
    background:rgba(250,138,137,1);
    border-radius:5px;
    color: #ffffff;
}
.font_selected{
    display: none;
}
.font_selected_header{
    height:51px;
    background:rgba(237,238,239,1);
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
    line-height: 51px;
    color: #555555;
}
.font_family_select,.font_size_select{
    width:250px;
    height:38px;
    /*font-size: 14px;*/
    border:1px solid rgba(220,220,220,1);
    outline: none;
    font-weight:400;
    color:rgba(102,102,102,1);
    box-sizing: border-box;
    padding: 10px 20px;
    background:rgba(237,238,239,1);
    border:1px solid rgba(220,220,220,1);
}
.font_color{
    padding: 0 48px;
}
.font_color:after{
    content: "";
    display: block;
    clear: both;
}
.font_color>span{
    float: left;
}
.font_color_select{
    float: left;
    width: 250px;
    height: 38px;
}

.font_selected_body>div{
    margin-top: 20px;
}
.font_selected_body span{
    font-weight:400;
    color:rgba(102,102,102,1);
    display: inline-block;
    width: 68px;
    text-align: left;
}
.module_text{
    position: absolute;
    border-width: 1px;
    border-style: dashed;
    border-color: #f00;
    /*width: 140PX;*/
    /*height: 50px;*/
    background: transparent;
    /*color: #fff;*/
    /*text-align: center;*/
    top: 0;
    left: 0;
}
.text_div{
    /*width: 120PX;*/
    /*height: 30PX;*/
    /*margin: 10px;*/
    overflow: hidden;
    outline: none;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 1px;
    /*display: none;*/
}
.text_svg{
    position: absolute;
    top: 0;
    left: 0;
}
