input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover {
    -webkit-box-shadow: inset 0 0 0 1000px #fff
}

textarea:-webkit-autofill,textarea:-webkit-autofill:active,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover {
    -webkit-box-shadow: inset 0 0 0 1000px #fff
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

textarea:focus::-webkit-input-placeholder {
    color: transparent
}

textarea:focus:-moz-placeholder {
    color: transparent
}

textarea:focus::-moz-placeholder {
    color: transparent
}

textarea:focus:-ms-input-placeholder {
    color: transparent
}

input::-webkit-input-placeholder {
    color: #707070;
    font-size: 13px;
    line-height: 20px
}

input:-moz-placeholder,input::-moz-placeholder {
    color: #707070;
    font-size: 13px;
    line-height: 20px
}

input:-ms-input-placeholder {
    color: #707070;
    font-size: 13px;
    line-height: 20px
}

textarea::-webkit-input-placeholder {
    color: #707070;
    font-size: 13px;
    line-height: 20px
}

textarea:-moz-placeholder,textarea::-moz-placeholder {
    color: #707070;
    font-size: 13px;
    line-height: 20px
}

textarea:-ms-input-placeholder {
    color: #707070;
    font-size: 13px;
    line-height: 20px
}

input {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    color: #19191a;
    display: block;
    font-size: 13px;
    height: 42px;
    line-height: 20px;
    padding: 10px 12px;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%
}

input:focus {
    border: 1px solid #19191a
}

input.is_new {
    background: #f6f6f8;
    border: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s
}

input.is_new:not(:disabled):focus {
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(25,25,26,.04)),to(rgba(25,25,26,.04))),#f6f6f8;
    background: linear-gradient(0deg,rgba(25,25,26,.04),rgba(25,25,26,.04)),#f6f6f8;
    border: 1px solid #707070
}

input.is_new:not(:disabled):hover {
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(25,25,26,.04)),to(rgba(25,25,26,.04))),#f6f6f8;
    background: linear-gradient(0deg,rgba(25,25,26,.04),rgba(25,25,26,.04)),#f6f6f8
}

input.is_new:disabled {
    background: #f6f6f8;
    color: #ccc;
    cursor: not-allowed
}

input.is_new::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 20px
}

input.is_new:-moz-placeholder,input.is_new::-moz-placeholder {
    font-size: 12px;
    line-height: 20px
}

input.is_new:-ms-input-placeholder {
    font-size: 12px;
    line-height: 20px
}

input[type=checkbox] {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    display: inline-block;
    font-size: 18px;
    height: 18px;
    line-height: 1;
    outline: none;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 18px
}

input[type=checkbox]:before {
    color: #ccc;
    content: "";
    font-family: "iconfont"!important;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

input[type=checkbox]:hover:before {
    color: #707070;
    content: ""
}

input[type=checkbox][halfChecked=true]:before {
    color: #707070;
    content: ""
}

input[type=checkbox][halfChecked=true]:hover:before {
    color: #707070
}

input[type=checkbox]:checked:before {
    color: #707070;
    font-family: "iconfont"!important;
    -webkit-font-smoothing: antialiased;
    content: ""
}

input[type=checkbox]:checked:hover:before {
    color: #707070
}

input[type=checkbox]:disabled:before {
    color: #ccc
}

input[type=radio] {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    display: inline-block;
    font-size: 18px;
    height: 18px;
    line-height: 1;
    margin-right: 5px;
    outline: none;
    padding: 0;
    position: relative;
    width: 18px
}

input[type=radio]:before {
    color: #ccc;
    content: "";
    font-family: "iconfont"!important;
    -webkit-font-smoothing: antialiased;
    cursor: pointer
}

input[type=radio]:hover:before {
    color: #707070;
    content: ""
}

input[type=radio]:checked:before {
    color: #707070;
    font-family: "iconfont"!important;
    -webkit-font-smoothing: antialiased;
    content: ""
}

input[type=radio]:checked:hover:before {
    color: #707070
}

input[type=radio]:disabled:before {
    color: #ccc;
    opacity: .8
}

@media(max-width: 1024px) {
    input[type=checkbox]:hover:before,input[type=radio]:hover:before {
        color:#ccc
    }
}

input[type=checkbox]:indeterminate:hover {
    color: #707070
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(https://resource.fs.com/mall/generalImg/20241219140745u94akk.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 14px;
    border: 1px solid #e5e5e5;
    height: 42px;
    padding: 0 32px 0 12px;
    position: relative
}

select,textarea {
    border-radius: 3px;
    color: #19191a;
    font-size: 13px;
    width: 100%
}

textarea {
    border: 1px solid #e5e5e5;
    display: block;
    height: 110px;
    padding: 8px 12px;
    resize: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

textarea:focus {
    border: 1px solid #19191a
}

textarea.is_new {
    background: #f6f6f8;
    border: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s
}

textarea.is_new:not(:disabled):focus {
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(25,25,26,.04)),to(rgba(25,25,26,.04))),#f6f6f8;
    background: linear-gradient(0deg,rgba(25,25,26,.04),rgba(25,25,26,.04)),#f6f6f8;
    border: 1px solid #707070
}

textarea.is_new:not(:disabled):hover {
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(25,25,26,.04)),to(rgba(25,25,26,.04))),#f6f6f8;
    background: linear-gradient(0deg,rgba(25,25,26,.04),rgba(25,25,26,.04)),#f6f6f8
}

textarea.is_new:disabled {
    color: #ccc;
    cursor: not-allowed
}

textarea.is_new::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 20px
}

textarea.is_new:-moz-placeholder,textarea.is_new::-moz-placeholder {
    font-size: 12px;
    line-height: 20px
}

textarea.is_new:-ms-input-placeholder {
    font-size: 12px;
    line-height: 20px
}

input:disabled,select:disabled,textarea:disabled {
    background-color: #f7f7f7
}

.fs-button {
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 14px;
    padding: 0 24px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s
}

.fs-button.is_new {
    height: auto;
    padding: 10px 16px
}

.fs-button.is_new .box {
    font-size: 14px;
    line-height: 22px
}

.fs-button .box {
    position: relative;
    white-space: nowrap
}

.fs-button .box,.fs-button .circle-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fs-button .circle-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fs-button.fs-button-lightgray {
    background: #f2f2f2;
    color: #707070
}

.fs-button.fs-button-lightgray:hover {
    background: #e9e9e9
}

.fs-button.fs-button-lightgray.fs-button-loading {
    opacity: .5
}

.fs-button.fs-button-round {
    border-radius: 42px
}

.fs-button.fs-button-disabled {
    cursor: not-allowed;
    opacity: .3
}

.fs-button-red {
    background: #c00000;
    color: #fff
}

.fs-button-red:before {
    background: #19191a;
    border-radius: 4px;
    bottom: 0;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%
}

.fs-button-red:hover:before {
    opacity: .2
}

@media(max-width: 1024px) {
    .fs-button-red:hover:before {
        opacity:0
    }
}

.fs-button-red.fs-button-loading {
    opacity: .6
}

.fs-button-red.fs-button-loading:before {
    background: #19191a;
    bottom: 0;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    opacity: .2;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%
}

.fs-button-red.fs-button-disabled:hover:before {
    opacity: 0
}

.fs-button-black {
    background: #4b4b4d;
    color: #fff
}

.fs-button-black:before {
    background: #19191a;
    border-radius: 4px;
    bottom: 0;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%
}

.fs-button-black:hover:before {
    opacity: .6
}

@media(max-width: 1024px) {
    .fs-button-black:hover:before {
        opacity:0
    }
}

.fs-button-black.fs-button-loading {
    opacity: .6
}

.fs-button-black.fs-button-loading:before {
    background: #19191a;
    bottom: 0;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    opacity: .2;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%
}

.fs-button-black.fs-button-disabled:hover:before {
    opacity: 0
}

.fs-button-gray {
    background: #f2f2f2;
    color: #707070
}

.fs-button-gray .button-cir {
    -webkit-animation: dash-581ed213 1.5s ease-in-out infinite,blackColor-581ed213 6s ease-in-out infinite;
    animation: dash-581ed213 1.5s ease-in-out infinite,blackColor-581ed213 6s ease-in-out infinite
}

.fs-button-gray:before {
    background: #19191a;
    border-radius: 4px;
    bottom: 0;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%
}

.fs-button-gray:hover {
    color: #19191a
}

.fs-button-gray:hover:before {
    opacity: .04
}

@media(max-width: 1024px) {
    .fs-button-gray:hover:before {
        opacity:0
    }
}

.fs-button-gray.fs-button-loading {
    opacity: .6
}

.fs-button-gray.fs-button-loading:before {
    background: #19191a;
    bottom: 0;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    opacity: .04;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%
}

.fs-button-gray.fs-button-disabled {
    opacity: .3
}

.fs-button-gray.fs-button-disabled:hover:before {
    opacity: 0
}

.fs-button-blackline {
    border: 1px solid #19191a;
    color: #19191a
}

.fs-button-blackline .button-cir {
    -webkit-animation: dash-581ed213 1.5s ease-in-out infinite,blackColor-581ed213 6s ease-in-out infinite;
    animation: dash-581ed213 1.5s ease-in-out infinite,blackColor-581ed213 6s ease-in-out infinite
}

.fs-button-blackline:before {
    background: #19191a;
    border-radius: 4px;
    bottom: 0;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%
}

.fs-button-blackline:hover:before {
    opacity: .04
}

@media(max-width: 1024px) {
    .fs-button-blackline:hover:before {
        opacity:0
    }
}

.fs-button-blackline.fs-button-loading {
    opacity: .6
}

.fs-button-blackline.fs-button-loading:before {
    background: #19191a;
    bottom: 0;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    opacity: .04;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%
}

.fs-button-blackline.fs-button-disabled:hover:before {
    opacity: 0
}

.fs-button-whiteline {
    border: 1px solid #fff;
    color: #fff
}

.fs-button-whiteline .button-cir {
    -webkit-animation: dash-581ed213 1.5s ease-in-out infinite,blackColor-581ed213 6s ease-in-out infinite;
    animation: dash-581ed213 1.5s ease-in-out infinite,blackColor-581ed213 6s ease-in-out infinite
}

.fs-button-whiteline:before {
    background: #fff;
    border-radius: 4px;
    bottom: 0;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%
}

.fs-button-whiteline:hover:before {
    opacity: .04
}

@media(max-width: 1024px) {
    .fs-button-whiteline:hover:before {
        opacity:0
    }
}

.fs-button-whiteline.fs-button-loading {
    opacity: .6
}

.fs-button-whiteline.fs-button-loading:before {
    background: #fff;
    bottom: 0;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    opacity: .04;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%
}

.fs-button-whiteline.fs-button-disabled:hover:before {
    opacity: 0
}

.fs-button-grayline {
    border: 1px solid #ccc;
    color: #19191a
}

.fs-button-grayline .button-cir {
    -webkit-animation: dash-581ed213 1.5s ease-in-out infinite,blackColor-581ed213 6s ease-in-out infinite;
    animation: dash-581ed213 1.5s ease-in-out infinite,blackColor-581ed213 6s ease-in-out infinite
}

.fs-button-grayline:before {
    background: #19191a;
    border-radius: 4px;
    bottom: 0;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%
}

.fs-button-grayline:hover:before {
    opacity: .04
}

@media(max-width: 1024px) {
    .fs-button-grayline:hover:before {
        opacity:0
    }
}

.fs-button-grayline.fs-button-loading {
    opacity: .6
}

.fs-button-grayline.fs-button-loading:before {
    background: #19191a;
    bottom: 0;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    opacity: .04;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%
}

.fs-button-grayline.fs-button-disabled:hover:before {
    opacity: 0
}

.fs-button-white {
    background-color: #fff;
    border: none;
    color: #707070
}

.fs-button-white .button-cir {
    -webkit-animation: dash-581ed213 1.5s ease-in-out infinite,blackColor-581ed213 6s ease-in-out infinite;
    animation: dash-581ed213 1.5s ease-in-out infinite,blackColor-581ed213 6s ease-in-out infinite
}

.fs-button-white:hover {
    background: #f2f2f2;
    color: #19191a
}

.fs-button-white.fs-button-loading {
    opacity: .6
}

.fs-button-white.fs-button-loading:before {
    background: #19191a;
    bottom: 0;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    opacity: .04;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%
}

.fs-button-white.fs-button-disabled:hover:before {
    opacity: 0
}

@media screen and (max-width: 768px) {
    .fs-button-white {
        background-color:#f2f2f2
    }
}

.fs-button-arrow i {
    font-size: 12px
}

.fs-select {
    position: relative;
    width: 100%
}

.fs-select.disabled .fs-select-active {
    background-color: #f7f7f7;
    cursor: default
}

.fs-select.disabled.is_new .fs-select-active {
    background-color: #f6f6f8;
    color: #ccc;
    cursor: not-allowed
}

.fs-select.disabled.is_new .fs-select-active:focus {
    border: 1px solid transparent!important
}

.fs-select.disabled.is_new .fs-select-active .icofont-down {
    color: #ccc!important
}

.fs-select.disabled.is_new .fs-select-active .icofont-down:hover {
    color: #ccc!important
}

.fs-select.disabled.is_new .fs-select-active:hover {
    background: #f6f6f8!important
}

.fs-select .fs-select-active {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    color: #19191a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    height: 42px;
    line-height: 20px;
    padding: 10px 12px;
    position: relative;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background: #fff;
    cursor: pointer;
    justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fs-select .fs-select-active.is_new {
    background: #f6f6f8;
    border: 1px solid transparent;
    border-radius: 4px
}

.fs-select .fs-select-active.is_new:not(:disabled):focus {
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(25,25,26,.04)),to(rgba(25,25,26,.04))),#f6f6f8;
    background: linear-gradient(0deg,rgba(25,25,26,.04),rgba(25,25,26,.04)),#f6f6f8;
    border: 1px solid #19191a
}

.fs-select .fs-select-active.is_new:not(:disabled):hover {
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(25,25,26,.04)),to(rgba(25,25,26,.04))),#f6f6f8;
    background: linear-gradient(0deg,rgba(25,25,26,.04),rgba(25,25,26,.04)),#f6f6f8
}

.fs-select .fs-select-active.is_new:not(:disabled):hover .iconfont {
    color: #707070
}

.fs-select .fs-select-active.is_new:disabled:focus {
    border: 1px solid transparent
}

.fs-select .fs-select-active .icofont-down {
    color: #707070;
    font-size: 16px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.fs-select .fs-select-active .icofont-down.icofont-down-up {
    color: #19191a;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.fs-select .fs-select-active .select-active-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    padding-right: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fs-select .fs-select-active .select-active-placeholder {
    color: #707070
}

.fs-select .fs-select-active:hover .iconfont {
    color: #19191a
}

.fs-select .fs-select-active-border {
    border: 1px solid #707070
}

.fs-select .fs-select-active-border.is_new {
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(25,25,26,.04)),to(rgba(25,25,26,.04))),#f6f6f8!important;
    background: linear-gradient(0deg,rgba(25,25,26,.04),rgba(25,25,26,.04)),#f6f6f8!important;
    border: 1px solid #707070!important
}

.fs-select .fs-select-active-border.is_new .iconfont {
    color: #19191a!important
}

.fs-select .options-wrap {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 6px -2px rgba(0,0,0,.1);
    box-shadow: 0 3px 6px -2px rgba(0,0,0,.1);
    padding: 8px 0;
    position: relative;
    top: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%
}

.fs-select .options-wrap.top-position {
    bottom: 50px;
    position: absolute;
    top: inherit
}

.fs-select .options-wrap.options-wrap-relative {
    position: relative
}

.fs-select .options-wrap.options-wrap-absolute {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 50px;
    z-index: 10
}

.fs-select .options-wrap.is_new {
    border: none;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.1)
}

.fs-select .options-wrap .inp {
    border: none;
    color: #707070;
    font-size: 13px;
    height: 42px;
    line-height: 16px;
    margin: 0 12px 8px;
    padding: 12px 7px 12px 12px;
    width: calc(100% - 24px)
}

.fs-select .options-wrap .inp.is_new:not(:disabled):focus {
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(25,25,26,.04)),to(rgba(25,25,26,.04))),#f6f6f8;
    border: 1px solid #707070
}

.fs-select .options-wrap .clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 28px;
    padding: 6px;
    position: absolute;
    right: 19px;
    width: 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    color: #707070;
    cursor: pointer;
    font-size: 16px;
    justify-content: center;
    top: 15px
}

.fs-select .options-wrap .clear:hover {
    background: rgba(25,25,26,.04);
    border-radius: 3px;
    color: #19191a
}

@media(max-width: 768px) {
    .fs-select .options-wrap .clear {
        height:40px;
        padding: 13px 12px;
        right: 12px;
        top: 8px;
        width: 40px
    }

    .fs-select .options-wrap .clear:hover {
        background: none;
        border-radius: 0
    }
}

.fs-select .options-wrap-search {
    max-height: 382px;
    overflow-y: auto
}

.fs-select .options-wrap-normal {
    max-height: 360px;
    overflow-y: auto
}

.fs-select .scrollOver {
    overflow-y: auto
}

.fs-select .options-box::-webkit-scrollbar {
    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,99%,0)),color-stop(10%,#f7f7f7));
    background: linear-gradient(180deg,hsla(0,0%,99%,0),#f7f7f7 10%);
    border-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,97%,0)),color-stop(10%,#efefef)) 1;
    border-image: linear-gradient(180deg,hsla(0,0%,97%,0),#efefef 10%) 1;
    border-left: 1px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 10px
}

.fs-select .options-box::-webkit-scrollbar-thumb {
    background: #dee0e3;
    background-clip: content-box;
    border: 2px solid transparent;
    border-radius: 4px;
    width: 6px
}

.fs-select .options-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #19191a;
    cursor: pointer;
    font-size: 13px;
    line-height: 20px;
    padding: 8px 12px;
    word-break: break-word
}

.fs-select .options-box .item:focus-visible {
    border-radius: 3px;
    outline: 2px solid #0080ff;
    outline-offset: -2px
}

.fs-select .options-box .item:hover {
    background-color: #f6f6f8
}

.fs-select .options-box .item:hover .radio-box .iconfont {
    color: #707070
}

.fs-select .options-box .item:last-child {
    margin-bottom: 0
}

.fs-select .options-box .item .radio-box {
    margin-right: 8px
}

.fs-select .options-box .item .radio-box .iconfont {
    color: #dee0e3;
    font-size: 14px
}

.fs-select .options-box .item .radio-box .active {
    color: #707070
}

.fs-select .options-box-bgc {
    background-color: #f6f6f8
}

.fs-select .options-input {
    margin: 8px 0;
    padding: 0 12px
}