.y-dropdown{
    width: 170px;
    position: relative;
    height: 30px;
    margin-right: 10px;
    box-sizing: border-box;
    padding: 0 5px 0 10px;
    font-size: 14px;
    border-radius: 3px;
    border-bottom: 1px solid #27A76d;
}
.y-dropdown .default{
    height: 100%;
    position: relative;
    text-indent: 0;
    padding-top: 1px;
    padding-right: 20px;
    color: #27A76d;
    cursor: pointer;
}
.y-dropdown .default[disabled]{
    color: #ccc;
    cursor: initial;
}
.y-dropdown .default:after{
    display: block;
    content: '\e634';
    position: absolute;
    right: 0;
    font-size: 20px;
    top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #3F4E5D;
    font-family: "iconfont" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.y-dropdown .default[value='']:after{
    color: #ccc;
}
.y-dropdown .default[value='']{
    cursor: unset;
}
.y-dropdown .default[disabled]:after{
    color: #ccc;
}
.y-dropdown .options{
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(100% + 1px);
    background: #fff;
    z-index: 2;
    max-height: 210px;
    overflow: auto;
    border-top: none;
    -webkit-box-shadow: 0 2px 4px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 4px 1px rgba(0,0,0,0.15);
    box-shadow: 0 2px 4px 1px rgba(0,0,0,0.15);
    border-radius: 3px;
    display: none;
}
.y-dropdown .option{
    height: 30px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    margin: 0;
    line-height: 30px;
    border: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.y-dropdown .option.hide{
    display: none !important;
}
.y-dropdown .option:hover{
    background: #E5E9ED;
}
.search-dropdown{
    position: relative;
    height: 32px;
    min-width: 120px;
    width: 120px;
    border: 1px solid rgba(179,192,204,1);
    border-radius: 3px;
    background: transparent;
}
.search-dropdown .arrow-down{
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: -1px;
    text-align: center;
    line-height: 30px;
    border-left: 1px solid rgba(179,192,204,1);
    cursor: pointer;
}
.search-dropdown .arrow-down:after{
    font-family: "iconfont" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.search-dropdown .arrow-down:after{
    display: block;
    content: '\e636';
    font-size: 16px;
}
.search-dropdown input{
    width: calc(100% - 30px);
    height: calc(100% - 1px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border: none;
}
.search-dropdown .options1,
.search-dropdown .options2{
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(100% + 1px);
    background: #fff;
    z-index: 9;
    max-height: 210px;
    overflow: auto;
    border-top: none;
    -webkit-box-shadow: 0 2px 4px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 4px 1px rgba(0,0,0,0.15);
    box-shadow: 0 2px 4px 1px rgba(0,0,0,0.15);
    border-radius: 3px;
    display: none;
}
.search-dropdown .option{
    height: 30px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    margin: 0;
    border: none;
    line-height: 30px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search-dropdown .option:hover{
    background: #E5E9ED;
}
.search-dropdown .option.hide{
    display: none !important;
}
.y-no-data{
    text-align: center;
    padding-top: 50px;
    color: #ccc;
}
.lysy-radio-group .lysy-radiobox-item,
.lysy-checkbox-group .lysy-checkbox-item,
.lysy-checkbox-group .lysy-check-all-item{
    cursor: pointer;
}
.lysy-checkbox-group .lysy-check-all-item{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lysy-radio-group .lysy-radiobox-item>*,
.lysy-checkbox-group .lysy-checkbox-item>*,
.lysy-checkbox-group .lysy-check-all-item>*{
    vertical-align: middle;
}
.lysy-radio-group .lysy-radiobox,
.lysy-checkbox-group .lysy-checkbox{
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    margin-right: 5px;
    cursor: pointer;
    text-indent: 1px;
    position: relative;
    transition: all .2s ease-in-out;
    white-space: nowrap;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lysy-radio-group .lysy-radiobox{
    border-radius: 50%;
}
.lysy-checkbox-group .lysy-checkbox{
    border-radius: 2px;
}
.lysy-radio-group .lysy-radiobox-item.checked .lysy-radiobox,
.lysy-checkbox-group .lysy-checkbox-item.checked .lysy-checkbox,
.lysy-checkbox-group .lysy-check-all-item.checked .lysy-checkbox,
.lysy-checkbox-group .lysy-check-all-item.lysy-checkbox-indeterminate .lysy-checkbox{
    border-color: #00C700;
    color: #fff;
    background: #00C700;
}
.lysy-checkbox-group .lysy-checkbox-item.checked .lysy-checkbox:before,
.lysy-checkbox-group .lysy-check-all-item.checked .lysy-checkbox:before{
    box-sizing: content-box;
    content: "";
    border: 2px solid #fff;
    border-left: 0;
    border-top: 0;
    height: 7px;
    left: 4px;
    position: absolute;
    top: 1px;
    transform: rotate(45deg);
    width: 3px;
    transition: transform .15s ease-in .05s;
    transform-origin: center;
}
.lysy-checkbox-group .lysy-check-all-item.lysy-checkbox-indeterminate .lysy-checkbox:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 7px;
    height: 2px;
    background: #fff;
    margin: auto;
}
.lysy-radio-group .lysy-radiobox-item.checked .lysy-radiobox{
    background: #00C700;
    border-color: #00C700;
}
.lysy-radio-group .lysy-radiobox-item.checked .lysy-radiobox:before{
    content: '';
    display: block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.lysy-radiobox-item.disable .lysy-radiobox,
.lysy-checkbox-item.disable .lysy-checkbox,
.lysy-check-all-item.disable .lysy-checkbox{
    border-color: #677A8E !important;
    cursor: no-drop;
}
.lysy-radiobox-item.disable.checked .lysy-radiobox,
.lysy-checkbox-item.disable.checked .lysy-checkbox,
.lysy-check-all-item.disable.checked .lysy-checkbox{
    background: #677A8E;
}
.lysy-cropper{
    position: fixed;
    overflow: auto;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.2);
    z-index: 10001;
    display: none;
    text-align: center;
}
.lysy-cropper:before{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.lysy-cropper .inner{
    width: 670px;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border-radius: 5px;
    text-align: left;
    position: relative;
}
.lysy-cropper .inner .title{
    height: 50px;
    background: #fff;
    text-indent: 20px;
    line-height: 50px;
    color: #3F4E5D;
    font-size: 16px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 15px;
}
.lysy-cropper .inner .cancel{
    font-weight: bolder;
    font-size: 16px !important;
    position: absolute;
    right: 20px;
    top: 17px;
    cursor: pointer;
}
.lysy-cropper .content{
    padding: 0 20px;
    margin-bottom: 15px;
}
.lysy-cropper .lysy-cropper-image-box{
    width: 403px;
    min-height: 92px;
    max-height: 400px;
    margin-right: 16px;
    margin-bottom: 8px;
}
.lysy-cropper .lysy-cropper-preview{
    width: 211px;
    min-height: 92px;
    border-radius: 4px;
}
.lysy-cropper .lysy-cropper-preview #lysy-cropper-preview{
    width: 211px;
    height: 92px;
    overflow: hidden;
    margin: 0 auto;
}
.lysy-cropper .lysy-cropper-preview p{
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
}
.lysy-cropper .icon_container {
    width: 403px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lysy-cropper .icon_container .lysy-cropper-reset:hover {
    color: #00c700;
}
.lysy-cropper .icon_container .rotate-image:hover {
    color: #00c700;
}
.lysy-cropper .lysy-cropper-preview #lysy-cropper-preview{
    margin-bottom: 16px;
}
.lysy-cropper .lysy-cropper-reset{
    cursor: pointer;
    font-size: 12px;
}
.spinner {
    width: 60px;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}
.spinner > div {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: .8;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
    background-color: #00FFF9;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    background-color: #00C700;
}
.spinner .bounce3 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    background-color: #FFDD00;
}
@-webkit-keyframes bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.0) }
    40% { -webkit-transform: scale(1.0) }
}
@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
.lysy-popper{
    position: fixed;
    overflow: auto;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.6);
    z-index: 10001;
    display: none;
    text-align: center;
}
.lysy-popper:before{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.lysy-popper .inner .title{
    height: 54px;
    background: #fff;
    text-indent: 30px;
    line-height: 54px;
    color: #3F4E5D;
    font-size: 16px !important;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    margin-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lysy-popper .cancel{
    font-weight: bolder;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 17px;
    cursor: pointer;
}
.lysy-popper .inner{
    width: 600px;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border-radius: 5px;
    text-align: left;
    position: relative;
    max-height: calc(100% - 180px);
}
.lysy-popper .inner-scroll{
    overflow-x: hidden;
}
.lysy-popper .content-wrapper{
    width: calc(100% + 24px);
    max-height: calc(100vh - 54px - 180px);
    overflow-y: auto;
}
.lysy-popper .content-wrapper>*{
    width: 600px;
}
.lysy-popper__outside .cancel{
    font-size: 17px;
    right: -30px;
    top: 1px;
    color: #fff;
}

#swiper-big-image .photo-swiper .swiper-wrapper .swiper-slide .swiper-zoom-container {
    width: 100% !important;
    height: 100% !important;
}
#swiper-big-image .photo-swiper .swiper-wrapper .swiper-slide img {
    object-fit: cover;
}
#swiper-big-image .photo-swiper  .delete-current {
    position: absolute;
    width: 100%;
    height: 34px;
    bottom: 24px;
    display: flex;
    justify-content: space-around;
    z-index: 999;
}
#swiper-big-image .photo-swiper .delete-current div {
    width: 110px;
    height: 100%;
    cursor: pointer;
    background: #000000;
    border-radius: 17px;
    opacity: 0.6;
    color: #fff;
    display: flex;
    padding: 0 17px;
    justify-content: space-around;
    align-items: center;
}