* {
    margin: 0;
    padding: 0;
}


.alert_wrap {
    /* width: 60%; */
    max-width: 800px;
    /* min-height: 680px; */
    background-color: #2D2D2D;
    margin: auto;
    aspect-ratio: 1.5 / 1;
    padding: 0px 50px 50px 50px;
}

.close {
    width: 103%;
    height: 50px;
    display: grid;
    justify-content: end;
    align-items: center;
    color: #A1A1A1;
    font-size: 36px;
    margin-right: 10px;
}

.close span {
    cursor: pointer;
}

.close span:hover {
    color: #76ecff;
}

.close span:active:focus {
    color: #54daec;
}
.close span:active {
    color: #54daec;
}

.father_box {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    box-sizing: border-box;
}

.alert_box1 {
    width: 50%;
    margin-right: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.upload_img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.box_border {
    width: 22%;
    min-height: 80px;
    text-align: center;
    background: #242424;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    padding: 10px;
}

.box_content {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #242424;
    /*border: 1px solid #2D2D2D;*/
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.img_sdd {
    font-size: 58px;
    color: #2D2D2D;
    font-weight: initial;
    line-height: 30px;
}

.file {
    display: none;
}

.alert_box2 {
    width: 50%;
    margin-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.img_show {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #242424;
    box-sizing: border-box;
    padding: 14px;
    margin-bottom: 20px;
}

.show_boder {
    width: 100%;
    aspect-ratio: 1 / 1;
    border: 1px dashed #2D2D2D;
    border-radius: 4px;
    background: #242424;
    overflow: hidden;
    min-height: 330px;

}

.img_direction {
    width: 96%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.img_direction button {
    display: block;
    width: 40%;
    height: 37px;
    border: 1px solid transparent;
    background-color: #393939;
    border-radius: 6px;
    color: #A1A1A1;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.img_direction button .row_box {
    width: 15px;
    height: 15px;
    border: 1px solid #A1A1A1;
    border-radius: 2px;
    margin-right: 4px;

}

.img_direction button .col_box {
    width: 10px;
    height: 15px;
    border: 1px solid #A1A1A1;
    border-radius: 2px;
    margin-right: 4px;

}

.img_direction button:hover {
    border: 1px solid #73EEFF;
    color: #73EEFF;
}

.img_direction button:hover .row_box {
    border: 1px solid #73EEFF;
}

.img_direction button:hover .col_box {
    border: 1px solid #73EEFF;
}

.img_direction button:active {
    border: 1px solid #28abbd;
    color: #28abbd;

}

.img_direction button:active .row_box {
    border: 1px solid #28abbd;
}

.img_direction button:active .col_box {
    border: 1px solid #28abbd;
}

/*  平台 暂不写  */
.platform {
    width: 90%;
    height: 10%;
    margin: 0 auto;
    display: flex;
    /* justify-content: end; */
    align-items: center;
}

.platform_title {
    display: inline-block;
    text-align: center;
    width: 20%;
}

#platform-box {
    width: 82%;
    height: 100%;
}



#u-platform {
    width: 100%;
    height: 100%;
    line-height: 50px;
    border: none;
    background: #262626;
    border-radius: 4px;
    color: #A1A1A1;
    font-size: 16px;
    padding-left: 7px;
    appearance: none;
    text-align: center;
}

#u-platform .layui-icon {
    font-weight: bold;
    float: right;
}

.layui-dropdown {
    position: absolute;
    left: -999999px;
    top: -999999px;
    z-index: 77777777;
    margin: 5px 0;
    width: 19%;
    background-color: #262626;
    border: none;
}

.layui-menu {
    position: relative;
    margin: 5px 0;
    background-color: #262626;
    box-sizing: border-box;
    text-align: center;

}

.layui-menu-body-title {
    font-size: 14px;
    color: #A1A1A1;

}

.layui-menu li:hover {
    background-color: #393939;
    color: #A1A1A1;
}

.layui-menu li:hover .layui-menu-body-title {
    color: #A1A1A1;
}

.platform_title {
    font-size: 16px;
    color: #A1A1A1;
}

.alert_btn_box {
    width: 90%;
    height: 10%;
    margin: 0 auto;
    display: flex;
    /* margin-top: 20px; */
    justify-content: space-between;
}

.alert_btn_box button {
    width: 30%;
    height: 80%;
    border: 1px solid transparent;
    background-color: #393939;
    border-radius: 4px;
    color: #A1A1A1;
    font-size: 14px;
}

.alert_btn_box button:hover {
    border: 1px solid #73EEFF;
    color: #73EEFF;
}

.alert_btn_box button:active {
    border: 1px solid #28abbd;
    color: #28abbd;

}

.price_box {
    width: 90%;
    height: 10%;
    margin: 0 auto;
    display: flex;
    /* margin-top: 20px; */
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #A1A1A1;
}

.content_box {
    width: 90%;
    height: 10%;
    margin: 0 auto;
    display: flex;
    /* margin-top: 20px; */
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #A1A1A1;

}

.box_mask {
    width: 100%;
    /* height: 100%; */
    position: absolute;
    top: 30%;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: aliceblue;

    /* background-color: red; */
}

.box_mask_span {
    text-align: center;
    /* background-color: #fff; */
    font-size: 12px;
    /* transform:scale(0.8); */
    /* transform-origin: 0 0; */

}

/* .box_mask_span2 {
    display: inline-block;
    width: 50%;
    background-color: #fff;
    font-size: 16px;
    transform: scale(0.5);
  
} */
/* .box_mask_span3 {
    display: inline-block;
    width: 50%;
    background-color: #fff;
    font-size: 16px;
    transform: scale(0.5);
  
} */

.price_box span {
    width: 20%;
    display: inline-block;
    text-align: center;
}

.price_box input {
    width: 60%;
    height: 100%;
    margin: 0 auto;
    border: none;
    background: #262626;
    border-radius: 4px;
    color: #A1A1A1;
    outline: none;
    text-align: center;
    font-size: 14px;
}

.content_box span {
    width: 20%;
    display: inline-block;
    text-align: center;
}

.content_box input {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    border: none;
    background: #262626;
    border-radius: 4px;
    color: #A1A1A1;
    outline: none;
    font-size: 14px;
}

.entry_box {
    width: 100%;
    height: 44%;
    display: flex;
    flex-direction: column;
    border: 2px solid #373737;
    border-radius: 8px;
    background-color: #262626;
    padding: 14px;
    box-sizing: border-box;
    justify-content: space-between;
}

.entry_box textarea {
    width: 100%;
    height: 80%;
    background: transparent;
    resize: none;
    border: none;
    font-size: 14px;
    color: #A1A1A1;
}

.entry_num {
    text-align: right;
    color: #A1A1A1;
}

.submit_box {
    width: 90%;
    height: 10%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: end;
}

.submit_box .button {
    width: 40%;
    height: 36px;
    border: none;
    background-color: #6fddee   ;
    border-radius: 4px;
    color: #242424;
    display: flex;
    align-items: center;
    justify-content: center;
}
.submit_box .button:hover {
    width: 40%;
    height: 36px;
    border: none;
    background-color: #76ecff  ;
    border-radius: 4px;
    color: #242424;
}

.submit_box .button:active {
    background: #54daec;
}
.submit_box .caogao {
    width: 40%;
    height: 36px;
    border: none;
    background-color: #393939;
    border-radius: 4px;
    color: #A1A1A1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.caogao:hover {
    border: 1px solid #76ecff  ;
    color: #73EEFF;
}

.caogao:active {
    border: 1px solid #54daec;
    color: #28abbd;

}



.img_row {
    width: 100%;
    height: 100%;
}

.alert_btn_box .alert_btn_active {
    width: 30%;
    height: 80%;
    border-radius: 4px;
    background-color: #393939;
    border: 1px solid #6fddee   ;
    color: #73EEFF;
    font-size: 14px;

}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .img_show {
        max-width: 100%;
        
    }

    .alert_wrap {
        width: 80%;
        padding: 0px 40px 40px 40px;
    }

    .alert_box1 {
        margin-right: 20px;
    }

    .alert_box2 {
        margin-left: 20px;
    }

    .box_border {
        padding: 6px;
        min-height: 75px;
    }


    .show_boder {
        min-height: 280px;
    }

    .img_sdd {
        font-size: 38px;
    }

    .price_box input {
        width: 50%;
    }

    .content_box input {
        width: 80%;
    }
}


@media screen and (min-width:657px) and (max-width:767px) {
    .img_show {
        max-width: 100%;
        
    }

    .alert_wrap {
        width: 80%;
        padding: 0px 40px 40px 40px;
    }

    .alert_box1 {
        margin-right: 20px;
    }

    .alert_box2 {
        margin-left: 20px;
    }

    .box_border {
        padding: 6px;
        min-height: 60px;

    }
    .show_boder {
        min-height: 230px;
    }
    .img_sdd {
        font-size: 38px;
    }

    .price_box input {
        width: 50%;
    }

    .content_box input {
        width: 80%;
    }
}

@media screen and (min-width:479px) and (max-width:658px) {

    .img_show {
        max-width: 100%;
        
    }

    .alert_wrap {
        width: 96%;
        padding: 0px 20px 20px 20px;
        box-sizing: border-box;
    }

    .close {
        width: 103%;
        height:45px;
    }

    .father_box {
        width: 100%;
        display: block;
    }

    .alert_box1 {
        width: 100%;
        margin-right: 0;
    }

    .alert_box2 {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
        height: 500px;
    }

    .box_border {
        padding: 6px;
        min-height: 100px;

    }

    .img_sdd {
        font-size: 38px;
    }

    .layui-dropdown {
        position: absolute;
        left: -999999px;
        top: -999999px;
        z-index: 77777777;
        margin: 5px 0;
        width: 204px;
        background-color: #262626;
        border: none;
    }

    #u-platform {
        line-height: 40px;
    }

    .price_box input {
        width: 50%;
    }

    .content_box input {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .img_show {
        /*width: 313px;*/
        /*height: 313px;*/
        overflow: hidden;
        box-sizing: border-box;
    }
    .show_boder {
        min-height: 200px;
    }
    .alert_wrap {
        width: 96%;
        padding: 0px 30px 30px 30px;
        box-sizing: border-box;
    }

    .close {
        width: 105%;
        height: 30px;
        font-size: 26px;
    }

    .father_box {
        width: 100%;
        display: block;
    }

    .alert_box1 {
        width: 100%;
        margin-right: 0;
    }

    .upload_img {
        margin-bottom: 10px;
    }

    /* .img_show {
        margin-bottom: 10px;
    } */

    .alert_box2 {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
        height: 350px;
    }

    .box_border {
        padding: 6px;
        width: 70px;
        min-height: 60px;
    }

    .img_sdd {
        font-size: 38px;
        margin-bottom: 6px;
    }

    .img_box {
        height: 58px;
        display: flex;
        justify-content: center;
        align-items: center;
        vertical-align: middle;
    }

    .layui-dropdown {
        position: absolute;
        left: -999999px;
        top: -999999px;
        z-index: 77777777;
        margin: 5px 0;
        width: 204px;
        background-color: #262626;
        border: none;
    }

    #u-platform {
        line-height: 40px;
    }

    .price_box input {
        width: 50%;
    }

    .content_box input {
        width: 80%;
    }

    .img_direction {
        width: 90%;
        margin: 0 auto;

    }
}