@charset "utf-8";
/* *{
    margin:0;
    padding:0;
    box-sizing: border-box;
} */
body {
	overflow: -moz-scrollbars-vertical;
	font-size: 14px;
	font-family: "MicrosoftYaHeiUI","Microsoft Yahei", Open Sans, Tahoma, sans-serif;
	color: black;
}
a{
    text-decoration: none;
    color:inherit;
}
.product_header_box{
    height:640px;
    text-align: center;
    background-image: linear-gradient(240deg, #32a5fd, #007cfc);
}
.product_header_box .header_title{
    font-size: 46px;
    font-weight: bold;
    padding-top: 60px;
    color:#fff;
}
.product_header_box .header_tip{
    font-size: 21px;
    font-weight: normal;
    color:#fff;
    margin:30px 0 40px 0;
}
.product_header_box .header_btn_box{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.product_header_box .header_btn_box span:nth-child(1){
    display:inline-block;
    height: 48px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color:#000;
    background-color: #fff;
    border:1px solid #fff;
    border-radius: 5px;
    padding:0 30px;
    min-width: 160px;
    margin:0 10px;
    cursor: pointer;
}
.product_header_box .header_btn_box span:nth-child(2){
    display:inline-block;
    height: 48px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color:#fff;
    border:1px solid #fff;
    border-radius: 5px;
    padding:0 30px;
    min-width: 160px;
    margin:0 10px;
    cursor: pointer;
}
.product_header_box .header_btn_box span:nth-child(1):hover{
    background-color: inherit;
    color: #fff;
}
.product_header_box .header_btn_box span:nth-child(2):hover{
    background-color: #fff;
    color: #000;
}
.product_header_box .all_download{
    color:#fff;
    font-size: 14px;
}
.product_header_box img{
    margin-top: 50px;
}
.show_edmax_box{
    width:100%;
    display: flex;
    justify-content: center;
    padding-bottom: 66px;
    padding-top: 280px;
}
.show_edmax_box .show_edmax{
    max-width: 1300px;
    padding:0 50px;
    text-align: center;
}
.show_edmax_box .show_edmax .show_edmax_title{
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 40px;
}
.show_edmax_box .show_edmax .show_edmax_tip{
    font-size: 14px;
    margin: 30px 70px 50px 70px;
    line-height: 1.93;
}
.show_edmax_box .show_edmax .show_edmax_btn{
    display: inline-block;
    /* margin-right: 39px; */
    /* min-width: 182px; */
    padding:0 32px;
    color: #fff;
    height: 48px;
    line-height: 50px;
    background-color: #0092fc;
    border:1px solid #0092fc;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}
.show_edmax_box .show_edmax .show_edmax_btn:hover{
    background-color: #32a5fd;
    border:1px solid #32a5fd;
}
.product_order{
    display: flex;
    justify-content: center;
}
.product_order .order_box{
    /* max-width: 1300px; */
    display: inline-block;
    margin:0 auto;
    padding:0 30px;
}
.product_order .order_box .order_title{
    font-size: 30px;
    font-weight: bold;
    color: #2e2e2e;
    margin-bottom: 40px;
}
.product_order .order_box ol{
    font-family: MicrosoftYaHeiUI;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0092fc;
}
.product_order .order_box ol li{
    margin-bottom: 20px;
}
.product_order .order_box ol li span{
    font-family: MicrosoftYaHeiUI;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #2e2e2e;
}


.product_content_right {
    display: flex;
    justify-content: center;
}
.product_content_right .content_box,
.product_content_left .content_box{
    max-width: 1300px;
    margin:70px 10px;
}
.product_content_right .content_title{
    padding-left: 50px;
    float:left;
    width:500px;
    font-weight: bold;
    font-size: 24px;
    color:#333;
    margin-bottom: 25px;
}
.product_content_right .content_box div{
    float:right;
    width:540px;
    padding-right: 50px;
    text-align: center;
}
.product_content_right .content_box div img{
    width:540px;
}
.product_content_right .content_desc_one{
    padding-left: 50px;
    float:left;
    width:500px;
    font-size: 14px;
    color:#333;
    line-height: 1.71;
}
.product_content_right .content_desc_two{
    padding-left: 50px;
    float:left;
    width:500px;
    font-size: 14px;
    color:#333;
    margin-top: 15px;
}

.product_content_left {
    display: flex;
    justify-content: center;
}
.product_content_left .content_title{
    padding-right: 50px;
    float:right;
    width:500px;
    font-weight: bold;
    font-size: 24px;
    color:#333;
    margin-bottom: 25px;
}
.product_content_left .content_box div{
    float:left;
    width:540px;
    padding-left: 50px;
    text-align: center;
}
.product_content_left .content_box div img{
    width:540px;
}
.product_content_left .content_desc_one{
	padding-right: 50px;
    float:right;
    width:500px;
    font-size: 14px;
    color:#333;
    line-height: 1.71;
}
.product_content_left .content_desc_two{
	padding-right: 50px;
    float:right;
    width:500px;
    font-size: 14px;
    color:#333;
    margin-top: 15px;
}

.product_icon_box{
    text-align: center;
    background-color: #f7f9fa;
    padding:70px 0 90px 0;
    box-shadow: inset 0px 4px 6px #aaa;
}
.product_icon_box .product_icon_title{
    font-size: 30px;
    font-weight: bold;
    color: #2e2e2e;
    margin-bottom: 45px;
}
.product_icon_box .product_icon_tip{
    font-size: 14px;
    font-weight: 300;
    color: #2e2e2e;
    margin-top: -10px;
    margin-bottom: 45px;
}
.product_icon_box .icon_box{
    max-width: 1200px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin:0 auto;
}
.product_icon_box .icon_box .icon_item{
    width:238px;
    text-align: center;
    background-color: #fff;
    border:1px solid #ddd;
    padding:40px 0 46px;
    cursor: pointer;
    /* display: inline-block; */
}
.product_icon_box .icon_box .icon_item:hover{
    border:1px solid #007cfc;
}
.product_icon_box .icon_box img{
    margin-bottom: 10px;
}
.product_icon_box .icon_box div{
    font-size: 14px;
    color:#2e2e2e;
}

.product_bottom_box{
    text-align: center;
    width:100%;
    background-color: #007cfc;
    display: flex;
    justify-content: center;
    padding:58px 0 44px;
}
.product_bottom_box .product_bottom_word{
    max-width: 1300px;
    width:100%;
}
.product_bottom_box .product_bottom_word .product_bottom_title{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 28px;
    color:#fff;
}
.product_bottom_box .product_bottom_word .product_bottom_tip{
    font-size: 14px;
    line-height: 35px;
    margin-bottom: 40px;
    color:#fff;
}
.product_bottom_box .bottom_btn_box{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.product_bottom_box .bottom_btn_box span:nth-child(1){
    display:inline-block;
    height: 48px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color:#000;
    border:1px solid #fff;
    background-color: #fff;
    border-radius: 5px;
    padding:0 30px;
    min-width: 160px;
    margin:0 10px;
    cursor: pointer;
}
.product_bottom_box .bottom_btn_box span:nth-child(2){
    display:inline-block;
    height: 48px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color:#fff;
    border:1px solid #fff;
    border-radius: 5px;
    padding:0 30px;
    min-width: 160px;
    margin:0 10px;
    cursor: pointer;
}
.product_bottom_box .bottom_btn_box span:nth-child(1):hover{
    background-color: inherit;
    color: #fff;
}
.product_bottom_box .bottom_btn_box span:nth-child(2):hover{
    background-color: #fff;
    color: #000;
}
.product_bottom_box .all_download{
    color:#fff;
    font-size: 14px;
}
.product_bottom_box .product_bottom_word .product_bottom_btn span{
    display: inline-block;
    padding:0 32px;
    min-width: 120px;
    color: #fff;
    height: 58px;
    line-height: 60px;
    background-color: #0960B0;
    border:1px solid #0960B0;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
}
.product_bottom_box .product_bottom_word .product_bottom_btn span:hover{
    background-color: #3581f3;
    border:1px solid #3581f3;
}
.show_edmax_bg{
    background:url('../images/maker/wireframe-tool/3.png') center bottom no-repeat;
    background-size:2560px 1137px;
    height:781px;
}

@media (max-width: 1920px){
    .show_edmax_bg{
        background:url('../images/maker/wireframe-tool/3.png') center bottom no-repeat;
        background-size:1920px 853px;
        height:497px;
    }
}
@media (max-width: 1220px){
    .show_edmax_box .show_edmax .show_edmax_tip{
        margin: 30px 0px 50px 0px;
    }
    .product_content_right .content_box div,
    .product_content_left .content_box div{
        width:529px;
    }
    .show_edmax_bg{
        background:#fff;
        background-size:1920px 853px;
        height:auto;
    }

}
@media (max-width: 1200px){
    .product_content_right .content_title,
    .product_content_right .content_box div,
    .product_content_right .content_desc_one,
    .product_content_right .content_desc_two,
    .product_content_left .content_title,
    .product_content_left .content_box div,
    .product_content_left .content_desc_one,
    .product_content_left .content_desc_two{
        float: none !important;
        margin:10px;
        padding:0;
        text-align: center;
        width:auto !important;
        max-width: 540px;
    }  
}
@media (max-width: 560px){
    .product_header_box .header_title{
        font-size: 30px;
    }
    .show_edmax_box .show_edmax .show_edmax_title{
        font-size: 26px;
        margin-top: -100px;
    }
    .for_home_design{
        padding:100px 0 44px !important;
    }
    .product_header_box .header_btn_box{
        display: block;
        margin-bottom: 0px;
    }
    .product_header_box .header_btn_box span:nth-child(1){
        display:block;
        width:auto;
        margin:10px 40px;
    }
    .product_header_box .header_btn_box span:nth-child(2){
        display:block;
        width:auto;
        margin:10px 40px;
    }
    .product_bottom_box .bottom_btn_box{
        display: block;
        margin-bottom: 0px;
    }
    .product_bottom_box .bottom_btn_box span:nth-child(1){
        display:block;
        width:auto;
        margin:10px 40px;
    }
    .product_bottom_box .bottom_btn_box span:nth-child(2){
        display:block;
        width:auto;
        margin:10px 40px;
    }
}

/* for home design */
.for_home_design{
    padding:250px 0 44px;
    max-width: 1300px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin:0 auto;
}
.for_home_design .design_item{
    width:250px;
    padding:20px;
    text-align: center;
}
.for_home_design .design_item .design_tip{
    margin-top: 20px;
    font-family: PingFangSC;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.71;
    text-align: center;
    color: #2e2e2e;
}
.mk_line{
    max-width: 1300px;
    margin:0 auto;
    display: flex;
    justify-content: center;
}
.mk_line .line_box{
    width:50%;
}
.mk_line .line_box .line_item1{
    height: 70px;
    width:100%;
    border-right:1px dashed #75c0fd;
}
.mk_line .line_box .line_item2{
    width:100%;
    border-bottom:1px dashed #75c0fd;
}
.mk_line .line_box .line_item3{
    height: 70px;
    width:100%;
    border-left:1px dashed #75c0fd;
}
.product_content_right .content_order,
.product_content_left .content_order{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.53;
    color: #007cfc;
}