@font-face{
    font-family: 'Proxima Nova Semibold';
    src : url('./../font/ProximaNova-Semibold.otf');
}

html, body {
    height: 100%;
    width: 100%;
    padding:0;
    margin:0;
}

.image {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events:none
}

.container {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    padding-top: 0;
}

a {
    color: #6e709f;
}
.word_link_a{
    /* font-family: Semibold;
    font-size: 17; */

    overflow:hidden;
    text-after-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.footer-word {
    display: block;
    font-family: PingFangSC-Regular;
    font-size: 12px;
}

.footer {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 2%;
    text-align: center;
}

.division_img {
    width: 100%;
    margin: 0 auto;
    margin-top: 64px;
    text-align: center;
}

#division_img_and_font {
    margin-top: 32px;
}

.image {
    max-width: 80px;
    max-height: 80px;
    margin: 0 auto;
}

.prompt_below_img_word {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    /*line-height: 10px;*/
    line-height: 20px;
    /*margin-bottom: 8px;*/
    margin-bottom: 0;
}

.prompt_detail_word {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    /*line-height: 14px;*/
    line-height: 20px;
    margin: 0;
}


#long-word {
    line-height: 24px;
}

.word_link {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    word-break: break-all;
    margin-top: 0;
    margin-bottom: 0;
}

.button {
    width: 200px;
    height: 40px;
    background-image: linear-gradient(-225deg, #FF6600 15%, #FF003C 85%);
    border-radius: 100px;
    text-align: center;
    display: table;
    margin: 0 auto;
    margin-top: 32px;
}

.button_word {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    height: 24px;
    vertical-align: middle;
    margin: 0 auto;

    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical
}

.prompt_below_img {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    /*margin-top: 32px;*/
    margin-top: 27px;
}

.prompt_detail {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    /*margin-top: 24px;*/
    margin-top: 16px;
}

.prompt_above_img {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-top: 32px;
}

.prompt_above_img_word {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    /*line-height: 20px;*/
    line-height: 22px;
    margin-top: 0;
    /*margin-bottom: 12px;*/
    margin-bottom: 0;
}

.toast {
    display: none;
    background: rgba(0, 0, 0, 0.60);
    border-radius: 4px;
    z-index: 9999;
    width: 202px;
    height: 49px;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 60%;
}

.toast_word {
    display: table-cell;
    vertical-align: middle;
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.70);
    top:0;
    bottom:0;
    margin: auto;
}
.toast_word{
    margin: 12px 20px;
    display: block;
}
a {
    text-decoration: none;
}


@media only screen and (width: 375px) and (min-height: 690px){
    body {
        height: 100vh;
    }
}

button {
    box-shadow: none;
    border: none;
    outline: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.button-group {
    height: 40px;
    width: 2000px;
    padding-top: 32px;
    margin-left: auto;
    margin-right: auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.button-item {
    width: 160px;
    height: 40px;
    background-image: linear-gradient(-225deg, #FF6600 15%, #FF003C 85%);
    border-radius: 4px;
    text-align: center;
    margin: 0 auto;
}

#prompt_detail_word_down {
    line-height: 20px;
}