html, body {
    background: #f4f5fa;
}

.mt20 {
    margin-top: 20px;
}


/*下拉所有菜单*/

.navCw12 {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

ul#xiala {
    position: absolute;
    width: 670px;
    z-index: 1000;
    display: inline-block;
    /*top: 100%;*/
    top: 50px;
    right: 188px;
    min-width: 10%;
    background-color: #fff;
    border: solid 1px #f2f2f2;
    box-shadow: 0px 0px 7px rgba(173, 173, 173, 0.2);
    padding: 10px 30px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.xialaTitle {
    height: 18px;
    line-height: 18px;
    color: #3c6cfe;
    font-size: 15px;
    font-weight: bold;
    padding-left: 10px;
    border-left: 3px solid #3c6cfe;
    margin: 10px 0 5px;
}

ul#xiala ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

ul#xiala li a {
    display: block;
    line-height: 26px;
    height: 30px;
    text-align: left;
    font-weight: normal;
    white-space: nowrap;
    vertical-align: top;
    color: #000;
    padding: 0;
    margin-right: 15px;
    font-size: 13px;
}

ul#xiala li a:hover {
    background: #fff;
    color: #25aad6;
}

#switchLanguage {
    font-size: 1.5rem;
    width: 150px;
    height: auto;
    display: none;
    position: absolute;
    top: 96%;
    right: 17px;
    z-index: 1000;
    background-color: #fff;
    border: solid 1px #f2f2f2;
    box-shadow: 0px 0px 7px rgba(173, 173, 173, 0.2);
}

#switchLanguage li {
    color: #333;
    position: relative;
    clear: both;
}

#switchLanguage li:hover {
    cursor: pointer;
    color: #25aad6;
}

#switchLanguage li span {
    display: block;
    border-top: solid 1px #d2d2d2;
    padding: 6px 20px;
    line-height: 1.8;
    text-align: left;
    font-weight: normal;
    white-space: nowrap;
    vertical-align: top;
    text-decoration: none;
    margin-top: -1px;
}

#switchLanguage li.selecteds {
    color: #25aad6;
}

.header .menu a {
    padding: 0 23px;
}

.search {
    width: 1100px;
    margin: 30px auto 0;
    font-size: 14px
}

.search .fa-close {
    font-size: 28px;
    color: #3c6cfe;
    cursor: pointer
}

.search .btn-search, .search .btn-return {
    width: 230px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    /*display: block;*/
    cursor: pointer;
    margin: 40px 50px;
    position: relative;
    z-index: 1;
    border: 1px solid #dcdfe6;
    background: #fff;
    border-radius: 5px;
}

.search .btn-search {
    background: #3c6cfe;
    color: #fff;
}

.search .search-rec-spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 390px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1100px;
    margin: 0 auto
}

.search .search-rec-spec .spec-group {
    overflow: hidden;
    border-radius: 5px;
    font-size: 16px;
    color: #2764eb;
    letter-spacing: 1px;
    -webkit-box-shadow: 0 7px 7px rgba(123, 169, 203, .21);
    box-shadow: 0 7px 7px rgba(123, 169, 203, .21);
    width: 210px
}

.search .search-rec-spec .spec-group:last-child {
    margin-right: 0
}

.search .search-rec-spec .spec-group .group-name {
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #c5d7ff
}

.search .search-rec-spec .spec-group .search-spec-wrapper {
    height: 488px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    padding-left: 4px;
}

.search .search-rec-spec .spec-group .search-spec-wrapper .mb20 {
    padding-bottom: 30px
}

.search .search-rec-spec .spec-group .search-spec-wrapper .spec-item {
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 0 4px;
    width: 200px;
    text-align: center;
    border-bottom: 1px solid #b0bee0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

.search .search-rec-spec .spec-group .search-spec-wrapper .spec-item:hover {
    outline: 2px solid #3c6cfe;
    outline-offset: -2px
}

.search .search-rec-spec .spec-group .search-spec-wrapper .spec-item.active {
    background-color: #3c6cfe !important;
    color: #fff !important
}

.search .search-rec-spec .spec-group .search-spec-wrapper .spec-item .spec-name {
    white-space: nowrap;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: "oneline"
}

.search .search-rec-spec .spec-group .search-spec-wrapper .spec-item .spec-item-rule {
    margin-top: 12px;
    font-size: 10px;
    color: #b0bee0;
    letter-spacing: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    justify-content: space-around
}

.search .search-rec-spec .spec-group .search-spec-wrapper .spec-item .spec-item-rule span {
    white-space: nowrap;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: "oneline"
}

.search .white-mask {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    left: 0;
    top: 0;
    z-index: 2;
}

.search .search-wrapper {
    width: 480px;
    margin: 0 auto 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    z-index: 2
}

.search .search-wrapper .search-result-wrapper {
    display: none;
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 430px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 12px #cddcfe;
    box-shadow: 0 3px 12px #cddcfe;
    top: 45px;
    border-radius: 3px;
    overflow-x: hidden
}

.search .search-wrapper .search-result-wrapper .no-result {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.search .search-wrapper .search-result-wrapper .no-result .empty-img {
    width: 240px
}

.search .search-wrapper .search-result-wrapper .result-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #363636;
    border-bottom: 1px solid #c3d6ff
}

.search .search-wrapper .search-result-wrapper .result-item.active {
    background-color: #3c6cfe !important;
    color: #fff !important;
}

.search .search-wrapper .search-result-wrapper .result-item p {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80px
}

.search .search-wrapper .search-result-wrapper .result-item:hover {
    background-color: #e4ecff
}

.search .search-wrapper .search-result-wrapper .result-item .result-name {
    font-size: 16px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -ms-flex-preferred-size: 96px;
    flex-basis: 96px;
    margin-left: 19px;
    margin-right: 30px
}

.search .search-wrapper .search-result-wrapper .result-item .mr10 {
    margin-right: 12px
}

.search .search-wrapper .ipt {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 2px solid #3c6cfe;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1em;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.search .search-wrapper .ipt:focus {
    border-color: rgba(76, 132, 255, .7)
}

.search .search-wrapper .search-icon {
    width: 100px;
    background-color: #3c6cfe;
    font-size: 16px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer
}


/* .search .search-wrapper .search-icon:hover {
	background-color: rgba(76, 132, 255, .7)
} */

.slimScrollDiv {
    position: relative;
    overflow: hidden;
    width: auto;
    height: 488px;
}

.search-spec-wrapper::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.search-spec-wrapper:hover::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.search-spec-wrapper:hover::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #3c6cfe;
}

.search-spec-wrapper::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
    border-radius: 10px;
    background: rgba(0, 0, 0, 0);
}

.btnWrap {
    display: flex;
    align-content: center;
    justify-content: center;
}

.searchIcon {
    display: inline-block;
    width: 15px;
    height: 16px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABhklEQVQ4T4XSPajPcRTH8deJZGCQh8FTiUGy4iomlMLin1KK7oJFMiiDUiIGIWIUBhNKkshESXlIBo+Dh5SNUCYcnX/fe/t1c+892/d3fu/P9/M95xM6lZmzsBXbsRB/8BKXcDUivnf/j6FDZq7DeSzCR3zCBMzHXDzB3oh4OMT04cxcg2v4hXO4EhHvW28JtmE36uYtEfG0epGZM/AIU1vjftdax1kPl/Ec6yPiZ8GDuNAsnfkf2BE4hgPYGBG3Cn6AeVgVEZ/HgQdwGzewq+CveNXgHAeeibuYiNUF/8DjiKihjVmZOQX3MB0rCn6L3xiIiBIatTJzMe7gNXoFn8BObI6IUh0L3oGLNVycLXgpnqFWVDv8Nsqq5uA6ZvffG/Gh4Hr8IRxszaMRUWLDlZkrcRhrsS8iTvdD0lI0GcebnS+4iRctnsuwAdOaWq1psBx2s10Cm7CnbI2wXkM62b6Xwzr3huFOiiqulecF+It3eFM3ZeYkHMH+fv7H2+3IfhM4heX/AAGCmaoEMbecAAAAAElFTkSuQmCC) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-right: 10px;
}

#btn-return-home:hover {
    background: #ecf5ff;
    color: #409eff;
}

.home {
    width: 1200px;
    /*overflow: hidden;*/
    margin: 0 auto
}

.home .rule {
    font-size: 18px;
    font-weight: 700;
    color: #363636;
    margin: 40px 0 18px 32px
}

.home .spec-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*height: 108px;*/
    height: 60px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px
}

.home .spec-wrapper .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #3c6cfe;
    width: 124px;
    /*height: 108px;*/
    height: 60px;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
}

.home .spec-wrapper .rec-spec-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home .spec-wrapper .rec-spec-items .spec-item {
    background-color: #fff;
    font-size: 8px;
    color: #363636;
    border-radius: 3px;
    width: 120px;
    /*height: 50px;*/
    height: 60px;
    position: relative;
    -webkit-box-shadow: 4px 3px 21px rgba(228, 238, 250, .7);
    box-shadow: 4px 3px 21px rgba(228, 238, 250, .7);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid transparent;
    padding: 2px;
    cursor: pointer;
}

.home .spec-wrapper .rec-spec-items .spec-item:nth-child(-n+8) {
    margin-bottom: 10px;
}

.home .spec-wrapper .rec-spec-items .spec-item.active {
    border-color: #3c6cfe
}

.home .spec-wrapper .rec-spec-items .spec-item b {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    position: absolute;
    bottom: -2px;
    right: -2px;
    display: none;
    background-image: url('../img/selected.png');
}

.home .spec-wrapper .rec-spec-items .spec-item.active b {
    display: block;
}

.home .spec-wrapper .rec-spec-items .spec-item .name {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.home .spec-wrapper .rec-spec-items .spec-item p {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.home .maker-area {
    width: 100%;
    /*margin: 31px 0 80px;*/
    margin: 31px 0 40px;
    position: relative;
    height: auto;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.home .maker-area .title {
    font-size: 18px;
    font-weight: 700 !important;
    color: #363636;
    letter-spacing: 1px;
    margin-bottom: 18px
}

.home .maker-area .origin-picture-area {
    width: 495px;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 4px 3px 23px rgba(228, 238, 250, .7);
    box-shadow: 4px 3px 23px rgba(228, 238, 250, .7);
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 18px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 30px;
}

.home .maker-area .origin-picture-area.origin-picture-areaActive {
    border-color: #3c6cfe
}

.home .maker-area .origin-picture-area .upload-image {
    width: 270px;
    /*height: 370px;*/
    height: 450px;
    border: 1px solid #ededed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 27px;
    position: relative;
    border-radius: 1px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home .maker-area .origin-picture-area .upload-image .origin-image {
    width: 270px;
    display: block;
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.home .maker-area .origin-picture-area .upload-image .uploaded-image {
    width: 100%;
    -ms-flex-item-align: center;
    align-self: center;
    -o-object-fit: contain;
    object-fit: contain
}

.home .maker-area .maked-area {
    width: 650px;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 4px 3px 23px rgba(228, 238, 250, .7);
    box-shadow: 4px 3px 23px rgba(228, 238, 250, .7);
    background-color: #fff;
    padding-top: 18px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.home .maker-area .maked-area .maked-wrapper {
    padding: 0 44px;
}

.maked-areaWrap {
    display: flex;
}

.home .maker-area .maked-area .maked-wrapper .maked-image-area {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.home .maker-area .maked-area .maked-wrapper .maked-image-area .btngroup {
    font-size: 10px
}

.home .maker-area .maked-area .maked-wrapper .maked-image-area .btngroup .rmrbtn.rmrbtnb {
    margin-left: 10px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid;
    color: #3c6cfe
}

.home .maker-area .maked-area .maked-wrapper .maked-image-area .btngroup .rmrbtn.rmrbtnb:hover {
    background-color: rgba(76, 132, 255, .6);
    color: #fff
}

.home .maker-area .maked-area .maked-wrapper .maked-image-area .maked-image-wrapper {
    border-radius: 1px;
    width: 270px;
    /*height: 369px;*/
    height: 450px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ededed;
    position: relative;
    /*font-size: 12px;*/
    font-size: 14px;
    color: #9e9e9e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home .maker-area .maked-area .maked-wrapper .maked-image-area .maked-image-wrapper .maked-image {
    max-width: 100%;
    /*border: 1px solid #ededed;*/
    -o-object-fit: cover;
    object-fit: cover;
    /*max-height: 272px*/
}

.home .maker-area .maked-area .maked-wrapper .maked-image-area .maked-image-wrapper .image-tips {
    width: 100%
}

.home .maker-area .maked-area .maked-wrapper .maked-image-area .btn-see-print {
    display: inline-block;
    font-size: 12px;
    color: #3c6cfe;
    margin-top: 11px;
    margin-bottom: 15px;
    text-align: center;
    outline: none;
    cursor: pointer
}

.home .maker-area .maked-area .maked-wrapper .beauty-area {
    margin-left: 43px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.home .maker-area .maked-area .maked-wrapper .beauty-area .background-colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home .maker-area .maked-area .maked-wrapper .beauty-area .background-colors .ball {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px;
    margin-right: 13px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer
}

.home .maker-area .maked-area .maked-wrapper .beauty-area .background-colors .ball.whiteCls {
    border: 1px solid #d4d4d4
}

.home .maker-area .maked-area .maked-wrapper .beauty-area .background-colors .ball.active {
    border: 1px solid #438ed9;
    background-clip: content-box
}

.home .maker-area .maked-area .maked-wrapper .beauty-area .block-group {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 20px;
}

.home .maker-area .maked-area .maked-wrapper .beauty-area .block-group .block {
    margin-right: 30px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #363636
}

.home .maker-area .maked-area .maked-wrapper .beauty-area .block-group .block .demonstration {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: right;
    font-size: 15px;
    color: #4a4a4a;
    width: 45px;
    margin-right: 15px
}

.home .maker-area .maked-area .maked-wrapper .beauty-area .block-group .block .single-slider {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.home .maker-area .import-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home .maker-area .btn-import {
    width: 270px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    border-radius: 3px;
    background-color: #3c6cfe;
    color: #fff;
    font-size: 14px;
    text-align: center
}

.btn-save {
    display: inline-block;
    vertical-align: sub;
    cursor: pointer;
    width: 227px;
    height: 47px;
    border-radius: 3px;
    background-color: #3c6cfe;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 47px;
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-primary {
    color: #fff;
}

#selected-spec {
    color: rgba(76, 132, 255, .8);
    margin-left: 10px;
}

.btn-group {
    margin-top: 30px;
}

.maked-area_color {
    width: 230px;
    position: relative;
}

.maked-area_color_title {
    margin-bottom: 15px;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
}

.iD_colorpickerWrap {
    display: flex;
    /* align-items: center; */
}

.iD_colorpickerWrap>div {
    margin-right: 20px;
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
}

#iD_colorpicker_3c6cfe {
    width: 32px;
    height: 32px;
    background: #3c6cfe;
}

#iD_colorpicker_f00 {
    width: 32px;
    height: 32px;
    background: #f00;
}
#iD_colorpicker_0083e9 {
    width: 32px;
    height: 32px;
    background: #0083e9;
}
#iD_colorpicker_fff {
    width: 30px;
    height: 30px;
    background: #fff;
    /*border: 1px solid #e5e5e5;*/
}

.iD_colorpickerWrap>div#iD_colorpicker_fff {
    color: #e5e5e5;
}

.layui-colorpicker-trigger-span {
    opacity: 0;
}

.layui-colorpicker {
    /*width: 32px!important;*/
    /*height: 32px!important;*/
    padding: 0 !important;
    border: none !important;
    background: url(../img/iD_colorpicker.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    border-radius: 5px;
}

.iD_colorpickerActive .layui-colorpicker {
    background: url(../img/iD_colorpickerActive.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.iD_colorpickerWrap>div .layui-icon {
    margin: 7px auto;
    font-weight: bold;
    display: none;
}

.iD_colorpickerWrap>div.iD_colorpickerActive .layui-icon {
    /*display: block !important;*/
}

#iD_colorpicker {
    position: relative;
}

.layui-form-select dl dd {
    text-align: left;
}

.layui-form-select dl dd.layui-this {
    background-color: #3c6cfe;
}

.layui-form-item .layui-input-inline {
    width: 100%;
}

.viphg {
    display: inline-block;
    width: 22px;
    height: 15px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAPCAYAAADgbT9oAAAC5ElEQVQ4T4WTW0hUURSGv3WOM+MkKZITU2E3R7uaaYVB0Es3oiLCbg8VRdeHioJ66SGCkB6kSIiu1Ev2YEUQFEUPUdBF6KI13Rs0ki4zljZqjTPO7B1nzmhjWW04cPZZa33n3/9eS/ht6VoqcWauJ8+rME3QGtDgctuZ0QggIAKJhPA1qOiKHJaVVKWjJH2jL1CFYhcKyDAhzwNON7gyIcNpp8a7IRa1ny9B6O4GIxnZKyvY38NLgvU+DCZwEMUOSxxigmSBywH5+WColPKUUgv+/g1E4mDaB0itA7KCPda76BM4yOYQsDUZVCaUH4dhi0H/ANMJodMQOgNmDqg4xNogdwnkrYNoEOrWQiRkKxeqCbNb9NXMY0SNLb1/FQd4poK3HEZX2kIiAfAvAG3Z8B0GlsDka9B8BBprIBwAFbNzLfUJdVL007KNoKsB+3YMA0KN8KkN5twBzwy74E4FNF2CzCyY9wDCL+F2BQwbBINHgLI8tE5sRBnYudP22F+yEIwakJzkbVud8LIehm+A8pN2wYcrcGMRzDwD3llwdTJkdEJhMRjSA24HtUYmNVzutV03jppJR24tor3JNvvWAp+7YH4DuL0Qa4XGs+DbCDdnQ/A++AogJxfiCTBVEFd0pRS+utXjSO+V6idTypDEBZDRSUsCfhhTBWO39+bwcBs8PwKeHBjhA2V1jNGEM7ZMxvkf9Wm3X1WgG0qKcOiLaGcxnS0QHgqzbtnd8e4c3F0NGQIFY8A9AHT8GUovlZKnr9M5fQakJ6D9E/PRjvOYxnSam6D0CmR54fpUiLSCdzAMHW5ZUIfRvVyKnzWnQ/+woo/yx6UenFJDV3gu8WnQGYJPN8HtgIKx4DBvEJNVUlbf8jv0n+Bkt7z1ZaOyTvGxZTkfPtoDMCQfhuTVYnZsksJAe3/Q/4JTcBeR7GoCLzYnx71o/FGM6E6Z8Dw1Ef2j+/W4v1R9b+QhjISS6c27/qYy/ftPPvT8ZnP2zKkAAAAASUVORK5CYII=) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-left: 10px;
    position: relative;
    top: 4px;
}

.keep_id_photoBtn {
    width: 227px;
    height: 47px;
    /*position: absolute;
    bottom: 0;
    left: 0;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.jiugonggebiankuang {
    width: 220px;
    height: 349px;
    border: 1px solid #ededed;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jiugongge {
    max-width: 100%;
}

.ckbkgd {
    height: 71px;
}

.jggylwjts {
    color: #9e9e9e;
}
.bjys{
    background: #94bfe1;
}
.bjys_two{
    background: #3c6cfe;
}
