@charset "utf-8";

::-webkit-input-placeholder {
    color: #aaa;
    font-size: 14px;
    font-weight: 500;
}

:-moz-placeholder {
    color: #aaa;
    font-size: 14px;
    font-weight: 500;
}

::-moz-placeholder {
    color: #aaa;
    font-size: 14px;
    font-weight: 500;
}

:-ms-input-placeholder {
    color: #aaa;
    font-size: 14px;
    font-weight: 500;
}

input:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0) inset !important;
    box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0) inset !important;
}

.slideBar,
.fillArea,
textarea,
select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 10px;
    font-size: 18px;
    text-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-user-select: text;
    user-select: text;
    outline: none;
    box-shadow: none;
    border-width: 0;
    border-color: var(--black2);
    border-style: solid;
    color: var(--black0);
    font-weight: 500;
    background-color: transparent;
}

.fillArea:focus {
    border-color: var(--accent2Color)
}

.disabledInput,
button[disabled],
input[disabled] {
    color: var(--black0);
    background-color: #c9c9c9;
    background: -ms-linear-gradient(right, #c2c2c2, #c9c9c9);
    background: -moz-linear-gradient(right, #c2c2c2, #c9c9c9);
    background: -webkit-gradient(linear, 100% 0%, 0% 0%, from(#c2c2c2), to(#c9c9c9));
    background: -webkit-linear-gradient(right, #c2c2c2, #c9c9c9);
    background: -o-linear-gradient(right, #c2c2c2, #c9c9c9);
    border-width: 0;
    cursor: no-drop;
    -webkit-opacity: 1;
    opacity: 1;
}

.readonlyInput {
    border-width: 0;
    cursor: no-drop;
    -webkit-opacity: 1;
    opacity: 1;
}

select {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

.inputArea textarea.fillArea {
    min-height: 180px;
    line-height: 1.2;
    margin: 2px;
    padding: 10px 0;
    resize: none;
    overflow: auto;
    outline: none;
}

.checkBox {
    width: 100%;
    padding: 0 10px;
    font-size: 12px;
    color: #999;
    display: inline-block;
    position: relative;
}

.radiogroup {
    width: 100%;
    display: inline-block;
    position: relative;
}

.checkBox input[type=checkbox],
.radiogroup input[type=checkbox],
.radiogroup input[type=radio] {
    display: none;
    visibility: hidden;
}

.checkBox label,
.radiogroup label {
    line-height: 20px;
    padding: 0 0 0 25px;
    color: #999;
    display: inline-block;
    position: relative;
}

.checkBox label::before,
.radiogroup label::before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 0;
    left: 0;
    display: inline-block;
    background-color: #fff;
    border: 2px solid #ccc;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    text-align: center;
    vertical-align: text-top;
    cursor: pointer;
    position: absolute;
    left: 0;
}

.checkBox label:after,
.radiogroup label:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: absolute;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.checkBox input[type=checkbox]:checked+label:after,
.radiogroup input[type=radio]:checked+label:after {
    opacity: 1;
    background-color: var(--a_1);
    content: "\e928";
}

.radiogroup input[type=radio]:checked+label:after {
    content: "\e928";
}

.forms .checkBox label p,
.forms .radiogroup label p {
    color: var(--black1);
}

.forms .checkBox label span,
.forms .radiogroup label span {
    font-size: 14px;
    color: var(--black2);
}

.areaCode .leftSideBox {
    padding: 0 10px 0 0;
    position: relative;
}

.areaCode .leftSideBox:after {
    content: " ";
    width: 1px;
    height: 40%;
    right: 0;
    display: block;
    position: absolute;
    background-color: var(--black3);
}

#areaCode {
    font-size: 18px;
    color: var(--black1);
}


form ul>li {
    margin: 0 0 20px;
    position: relative;
}

form ul>li .titleBar {
    padding: 10px 0;
}

.formTitle {
    display: inline-block;
    font-size: 14px;
    padding: 0 5px 3px;
}

.formTitle h4 {
    font-size: 16px;
    color: var(--black2);
}

.formTitle h3 {
    font-size: 18px;
    color: var(--black1);
}

.inputArea {
    padding: 0 10px;
    position: relative;
    border-width: 1px;
    border-color: var(--black3);
    border-style: solid;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    -ms-backdrop-filter: blur(5px);
}

.inputArea .trueInpt {
    border-width: 0;
    border-color: var(--black3);
    border-style: solid;
    position: relative;
}

.inputArea:focus-within {
    border-color: var(--black2);
}

.inputArea .i_inputIcon {
    font-size: 22px;
    color: var(--black1);
}

.l_S .fillArea {
    padding: 10px 0 10px 50px;
}

.r_S .fillArea {
    padding: 10px 50px 10px 10px;
}

.r_S.l_S .fillArea {
    padding: 10px 50px;
}

.leftSideBox,
.rightSideBox {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
    z-index: 10;
}

.leftSideBox>* {
    margin: 0;
}

.rightSideBox i {
    font-size: 22px;
}

.flag img {
    width: 25px;
}

.eye i {
    display: none;
}

.eye.reveal .r,
.eye.secret .s {
    display: block;
    color: var(--black1);
}

.getCode {
    padding: 5px 10px;
}

.getCode p {
    font-size: 16px;
    font-weight: 700;
    color: var(--r_0);
}

.getCode.parclose {
    opacity: 0.5;
}



/* 略图 */

.sketchBox .addPicture {
    width: 80px;
    height: 80px;
    position: relative;
    background-color: var(--black4);
}

.sketchBox .addPicture i {
    font-size: 26px;
    color: var(--black3);
}

.sketchBox .addPicture>input {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0.0000001;
    z-index: 9;
}

.sketchBox .sketchList>div {
    height: 80px;
    margin: 0 10px 10px 0;
    position: relative;
}

.sketchBox .sketchList>div img {
    height: 100%;
}

.sketchBox .sketchList .imgDelete {
    width: 25px;
    height: 25px;
    top: -5px;
    right: -5px;
    position: absolute;
    z-index: 9;
    background-color: var(--r_3);
}

.sketchBox .sketchList .imgDelete i {
    font-size: 14px;
    color: #fff;
}