﻿input, select, textarea {
    vertical-align: middle;
    display: block;
    cursor: pointer;
    border: 1px #ddd solid;
    border-radius: 5px;
    background-color: #fff;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

    input:focus, select:focus, textarea:focus {
        border-color: var(--blue);
        -webkit-box-shadow: inset 0 1px 1px var(--blue-op-075), 0 0 8px var(--blue-light-op-075);
        -moz-box-shadow: inset 0 1px 1px var(--blue-op-075), 0 0 8px var(--blue-light-op-075);
        box-shadow: inset 0 1px 1px var(--blue-op-075), 0 0 8px var(--blue-light-op-075);
    }

.czbtn {
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.czbtn-h32px {
    height: 32px;
}

.czbtn .fa {
    margin-right: 5px;
}

.czbtn.hover-radius:hover {
    border-radius: 20px;
}



i.i_wx {
    border: 1px #aaa solid;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: var(--white);
    cursor: pointer;
}

    i.i_wx:before {
        font: normal normal normal 16px/1 FontAwesome;
        width: 16px;
        height: 16px;
        overflow: hidden;
        line-height: 16px;
        display: block;
        content: '';
    }

i.i_xz {
    width: 16px;
    height: 16px;
    display: inline-block;
    border: 2px solid var(--blue);
    color: var(--blue);
    background: var(--white);
    cursor: pointer;
}

    i.i_xz:before {
        font: normal normal normal 16px/1 FontAwesome;
        width: 16px;
        height: 16px;
        overflow: hidden;
        line-height: 16px;
        display: block;
        content: '\f00c';
    }

i.xzfh {
    border: 1px #aaa solid;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: var(--white);
    cursor: pointer;
}

    i.xzfh:before {
        font: normal normal normal 16px/1 FontAwesome;
        width: 16px;
        height: 16px;
        overflow: hidden;
        line-height: 16px;
        display: block;
        content: '';
    }

    i.xzfh.atc, .atc i.xzfh {
        width: 16px;
        height: 16px;
        display: inline-block;
        border: 2px solid var(--blue);
        color: var(--blue);
        background: var(--white);
        cursor: pointer;
    }

.xzfh.atc:before, .atc .xzfh:before {
    font: normal normal normal 16px/1 FontAwesome;
    width: 16px;
    height: 16px;
    display: block;
    content: '\f00c';
}

.child-brli-min-80px .brli {
    min-width: 80px;
}

.child-brli-min-100px .brli {
    min-width: 100px;
}

.child-brli-min-120px .brli {
    min-width: 120px;
}

.child-brli-min-150px .brli {
    min-width: 150px;
}

.child-brli-min-200px .brli {
    min-width: 200px;
}


.fang-input {
    border: 1px #ddd solid;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .fang-input .word.mr {
        color: #666;
    }

    .fang-input::after {
        content: "\f067";
        font-family: FontAwesome;
        position: absolute;
        right: 0;
        top: calc(50% - 12px);
        line-height: 24px;
        text-align: center;
        display: block;
        width: 30px;
    }

    .fang-input:hover,
    .fang-input.atc {
        border-color: var(--blue);
        cursor: pointer;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(1, 173, 255,.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(1, 173, 255,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(1, 173, 255,.6);
    }

.fang-radio {
    .brli {
        padding-left: 24px;
        height: 34px;
        line-height: 34px;
        margin-right: 20px;
        position: relative;
        cursor: pointer;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .brliH {
        height: auto;
        line-height: 20px;
        padding-top: 7px;
        padding-bottom: 7px;
    }

        .brliH .dex {
            font-size: 12px;
        }

    .brli:before {
        position: absolute;
        content: "";
        width: 16px;
        height: 16px;
        border: 1px #ddd solid;
        border-radius: 50%;
        top: calc(50% - 9px);
        left: 0;
        z-index: 1;
        background: #fff;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .brli:after {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        background: #fff;
        border-radius: 50%;
        top: calc(50% - 5px);
        left: 4px;
        z-index: 2;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .brli.atc {
        color: var(--blue)
    }

        .brli.atc:before {
            border-color: var(--blue)
        }

        .brli.atc:after {
            background: var(--blue)
        }

    .brli:hover {
        color: var(--blue)
    }

        .brli:hover:before {
            border-color: var(--blue)
        }

    .brli.btLine {
        background-color: var(--yellow-2) !important
    }
}

.fang-check {
}

    .fang-check .brli {
        padding-left: 28px;
        height: 34px;
        line-height: 34px;
        margin-right: 20px;
        position: relative;
        cursor: pointer;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .fang-check .brliH {
        height: auto;
        line-height: 20px;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .fang-check .brli:before {
        position: absolute;
        content: "";
        width: 16px;
        height: 16px;
        border: 1px #ddd solid;
        z-index: 1;
        top: calc(50% - 9px);
        left: 5px;
        z-index: 1;
        background: #fff;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .fang-check .brli:after {
        position: absolute;
        content: "";
        font-family: 'FontAwesome';
        width: 18px;
        height: 18px;
        text-align: center;
        line-height: 18px;
        top: calc(50% - 9px);
        left: 5px;
        z-index: 2;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .fang-check .brli.atc {
        color: var(--blue)
    }

        .fang-check .brli.atc:before {
            border-color: var(--blue)
        }

        .fang-check .brli.atc:after {
            color: var(--blue);
            content: "\f00c";
        }

    .fang-check .brli:hover {
        color: var(--blue)
    }

        .fang-check .brli:hover:before {
            border-color: var(--blue)
        }

    .fang-check .brli.btLine {
        background-color: var(--yellow-2) !important
    }


.fang-radionull {
}

    .fang-radionull .brli {
        padding-left: 28px;
        height: 34px;
        line-height: 34px;
        margin-right: 20px;
        position: relative;
        cursor: pointer;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .fang-radionull .brliH {
        height: auto;
        line-height: 20px;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .fang-radionull .brli:before {
        position: absolute;
        content: "";
        width: 16px;
        height: 16px;
        border: 1px #ddd solid;
        z-index: 1;
        top: calc(50% - 9px);
        left: 5px;
        z-index: 1;
        background: #fff;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .fang-radionull .brli:after {
        position: absolute;
        content: "";
        font-family: 'FontAwesome';
        width: 18px;
        height: 18px;
        text-align: center;
        line-height: 18px;
        top: calc(50% - 9px);
        left: 5px;
        z-index: 2;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .fang-radionull .brli.atc {
        color: var(--blue)
    }

        .fang-radionull .brli.atc:before {
            border-color: var(--blue)
        }

        .fang-radionull .brli.atc:after {
            color: var(--blue);
            content: "\f00c";
        }

    .fang-radionull .brli:hover {
        color: var(--blue)
    }

        .fang-radionull .brli:hover:before {
            border-color: var(--blue)
        }

    .fang-radionull .brli.btLine {
        background-color: var(--yellow-2) !important
    }

.fang-switch {
    width: 60px;
    height: 28px;
    border-radius: 28px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}



.fang-switch-false {
    background: #dfe2ea;
}

.fang-switch-true {
    background: #65c466;
}

.fang-switch i {
    display: block;
    position: absolute;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    top: 3px;
}

.fang-switch-false i {
    left: 3px;
    background: #fff;
}

.fang-switch-true i {
    left: 34px;
    background: #fff;
}

.fang-switch-YN.fang-switch-false:before {
    position: absolute;
    right: 0px;
    line-height: 28px;
    content: "No";
    width: 38px;
    text-align: center;
    color: #848484;
    font-size: 12px;
}

.fang-switch-YN.fang-switch-true:before {
    position: absolute;
    left: 0px;
    line-height: 28px;
    content: "Yes";
    width: 38px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
}
