/* CSS Document */
#urlzh_div {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

textarea {
    width: calc((100% - 76px) / 2 - 20px);
    height: calc(100% - 20px);
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 10px;
    margin: 0;
    resize: none;
}

#urlzh_anniuqu_div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*flex-wrap: nowrap;*/
}

#urlzh_anniuqu_div div {
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
    /*outline: none;*/
    /*border: none;*/
    font-size: 18px;
    cursor: pointer;
    text-wrap: none;
    word-wrap: normal;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    background-color: #ffffff;
    position: relative;
}

#urlzh_anniuqu_div div:hover:before {
    background-color: #00000014;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
}

#urlzh_anniuqu_div div:active:before {
    background-color: #0000001e;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
}

#pc_bianma {

}