﻿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-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 {
    .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;
    }

    .brliH {
        height: auto;
        line-height: 20px;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .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;
    }

    .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;
    }

    .brli.atc {
        color: var(--blue)
    }

        .brli.atc:before {
            border-color: var(--blue)
        }

        .brli.atc:after {
            color: var(--blue);
            content: "\f00c";
        }

    .brli:hover {
        color: var(--blue)
    }

        .brli:hover:before {
            border-color: var(--blue)
        }

    .brli.btLine {
        background-color: var(--yellow-2) !important
    }
}

.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;
    }

    .brliH {
        height: auto;
        line-height: 20px;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .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;
    }

    .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;
    }

    .brli.atc {
        color: var(--blue)
    }

        .brli.atc:before {
            border-color: var(--blue)
        }

        .brli.atc:after {
            color: var(--blue);
            content: "\f00c";
        }

    .brli:hover {
        color: var(--blue)
    }

        .brli:hover:before {
            border-color: var(--blue)
        }

    .brli.btLine {
        background-color: var(--yellow-2) !important
    }
}
