.selecter {
    width: 93vw;
    height: 14vw;
    margin: 4vw auto 0;
    display: flex;
}

#nav .select, .select, .tabcontent .select, .tab .select, .footer .select span {
    color: #1fb081;
}

.selecter a {
    display: block;
    width: 20vw;
    height: 14vw;
    text-align: center;
    line-height: 14vw;
    color: #0b0f0e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.selecter a em {
    vertical-align: -2px;
    display: inline-block;
    border-color: #000 transparent transparent transparent;
    border-width: 5px;
    border-style: solid;
    transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    transform-origin: 50% 25% 0;
    -webkit-transform-origin: 50% 25% 0;
    position: relative;
    z-index: 1;
}

.selecter a.select em {
    border-color: #0cbb73 transparent transparent transparent;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    transform-origin: 50% 25% 0;
    -webkit-transform-origin: 50% 25% 0;
}

.selectbox {
    width: 100vw;
    height: 100%; /*暂时的*/
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    font-size: 4vw;
}

.tabs {
    width: 100vw;
    /* height: 120vw; */
    background: white;
}

.tab {
    width: 100vw;
    margin-top: 0;
    border-bottom: 1px solid #F5F5F5;
}

.tabcontent {
    width: 100vw;
    height: 90vw;
    display: flex;
}

.tabcontent2 {
    width: 100vw;
    height: 90vw;
}

.left {
    width: 50vw;
}

.center ul, .left ul, .tabcontent2 ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.center ul li, .left ul li, .tabcontent2 ul li {
    width: 100%;
    height: 16vw;
    border-bottom: #F5F5F5 1px solid;
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 0 3vw;
}

.center ul li p, .left ul li p, .tabcontent2 ul li p {
    line-height: 16vw;
}

.left ul li p span {
    float: right;
}

.center {
    width: 50vw;
    background: #FAFAFA;
}

.icon-gou-copy {
    float: right;
}

.tabcontent2 input[type="checkbox"] {
    text-align: right;
}

.typebox {
    width: 100vw;
    height: 130vw;
    box-sizing: border-box;
    padding: 0 2vw 3vw;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.labels {
    width: 100%;
    /* background: brown; */
    padding-top: 6vw;
}

.label {
    flex-shrink: 0;
    display: inline-block;
    /* width: 18vw; */
    box-sizing: border-box;
    height: 7vw;
    background: #F6F6F6;
    font-size: 3vw;
    font-weight: 400;
    text-align: center;
    line-height: 6.6vw;
    border-radius: 5px;
    color: #43474D;
    margin-top: 3vw;
    margin-right: 2vw;
    padding: 0 4vw;
    border: 1px solid #C0C6CC;
}

.on {
    color: #25ac81;
    background: #e9faf4;
    border: 1px solid #a9d3c7;
}



.btnbox {
    width: 100vw;
    height: 16vw;
    box-sizing: border-box;
    padding: 3vw 3.4vw;
    border-top: #F5F5F5 1px solid;
    box-sizing: border-box;
}

.btnbox button {
    width: 46vw;
    height: 10vw;
    border: none;
    border-radius: 3px;
    outline: none;
}

.btnbox span {
    line-height: 11vw;
}

.btnbox input {
    width: 16vw;
    height: 8vw;
    border: none;
    background: #F6F6F6;
    border-radius: 6px;
    text-align: center;
    outline: none;
}

.btnbox input::-webkit-input-placeholder {
    color: #C0C6CC;
    text-align: center;
}

.reset {
    background: #F8F8F8;
    color: #434f4d;
}

.firm {
    background: #3CB950;
    color: white;
}

.btnbox .confirm {
    width: 12vw;
    height: 8vw;
    outline: none;
    line-height: 8vw;
    margin-left: 12vw;
}

.btnbox dd {
    padding-left: 8vw;
}

.paixu .icon-paixu {
    font-size: 6vw;
}



.paixu {
    flex: 1;
}

.select-area {
    font-size: 13px;
    border-top: 1px solid #e6e6e6;
    background-color: #fff;
    position: absolute;
    width: 100vw;
    height: calc(100vh - 104px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    -webkit-overflow-scrolling: touch;
}

.select-area-hack {
    height: calc(100vh - 174px) !important;
}
.select-area .select-ctx{
    height: 100%;
    overflow-y: scroll;
    position: relative;
}
.select-area ul{
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
    text-align: center;
}
.select-area ul h3{
    width: 100%;
    text-align: left;
}
.select-area ul li {
    width: calc(25% - 12px);
    height: 30px;
    background-color: #f6f6f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 10px 0 0;
}
.select-area ul li p{
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    height: 44px;
    line-height: 44px;
}
li.active{
    color: #3cb950;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #83f790;
    border-radius: 1px;
    background-color: #eaf8ef!important;
}
.select-ctx .active {
    color: #3cb950!important;
}
li.active:before {
    display: inline-block;
}

.icon-ea4c:before {
    display: none;
    margin-right: 2px;
}
.select-area footer{
    border-top: 1px solid #e6e6e6;
    width: 100%;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    background-color: #fff;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    align-items: center;
}
.select-area footer button{
    width: 165px;
    height: 40px;
    background-color: #f8f8f8;
    border-radius: 3px;
}

button {
    outline: none;
    border: none;
}

.comfirm{
    background-color: #3cb950!important;
    color: #fff;
}