.ctoys__form {
    width: 100%;
}

.ctoys__form .items__box {
    padding: 0 20px;
    width: 100% !important;
    box-sizing: border-box;
}

.ctoys__form .items__box:last-child {
    margin-bottom: 42px;

}

.ctoys__form .items__box:last-child .items {
    border-bottom: 0;
}

.ctoys__form .items__box.email {
    display: none;
}

.ctoys__form .items {
    display: flex;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
}

.ctoys__form .label {
    width: 120px;
    text-align: right;
    flex-shrink: 0;
}

.ctoys__form .country {
    width: 100%;
    display: flex;
}

.ctoys__form .country div {
    flex: 0 0 50%;
    overflow: hidden;
}

.ctoys__form .country .text span {
    display: inline-block;
}

.ctoys__form .country .name {
    text-align: left;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
}

.ctoys__form .input {
    width: 100%;
    margin-left: 10px;
}

.ctoys__form .input input {
    height: 20px;
    width: 100%;
}


.ctoys__form .input input,
.ctoys__form .input input::placeholder,
.ctoys__form .input textarea::placeholder {
    border: 0;
    color: #999;
}


.ctoys__form .input textarea {
    border: 0;
    width: 100%;
    color: #999;
}


.ctoys__form .bth__box {
    align-content: center;
    justify-content: center;
}

.ctoys__form .bth__box .bth {
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    background-color: #e60000;
}

.ctoys__form .append {
    color: #e60000;
    flex-shrink: 0;
    margin-left: 10px;
}

#ID-Country {
    /* overflow: hidden !important; */
}

.country__box {
    padding: 20px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}

/* .country__box .country__scroller {
    overflow-y: auto;
} */


.country__box .right__flex {
    width: 40px;
    text-align: center;
    position: fixed;
    top: 80px;
    right: 10px;
    z-index: 1;
}

.country__box .right__flex .item {
    font-size: 14px;
    color: #e60000;
    height: 24px;
    line-height: 24px;
}

.country__box .contents {
    font-size: 14px;
    padding-right: 40px;
}

.country__box .contents .head {
    font-weight: bold;
    margin-top: 20px;
}

.country__box .contents .head:first-child {
    margin-top: 0;
}

.country__box .contents .items {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
}

.country__box .contents .items .code {
    color: #666;
}