.dropdownSelext ul, li{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
.flat,
.flat div,
.flat li,
.flat div::after,
.flat .carat,
.flat .carat:after,
.flat .selected::after,
.flat:after{
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.flat .selected::after,
.flat.scrollable div::after{
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
}

/* WRAPPER */

.flat{
    position: relative;
    width: 320px !important;
    cursor: pointer;
    font-weight: 200;
    padding: 7px 0px 7px;
    border-radius: 5px;
    color:  #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border:#d8d8d8 1px solid;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;

    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(images/select_drop_down.png) no-repeat 97% 50%;
    background-size: 20px 20px;
    background-color: #fff;
}

.g-centerForm .form .industryType { margin-left: 20px !important; }
.g-centerForm .form .kaipiaoliang { margin-left: 20px !important; }
/*.g-centerForm .form .qualificationAgencyType {  }*/
.flat.open{
    z-index: 2;
    border-color: #ff9897;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.flat:hover,
.flat.focus{
    background: #FFF url(images/select_drop_down.png) no-repeat 97% 50%;
    background-size: 20px 20px;

    border:#ff9897 1px solid;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.flat .old{
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}

.flat select{
    position: absolute;
    left: 0px;
    top: 0px;
}

.flat.touch select{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/* SELECTED FEEDBACK ITEM */
.flat .selected {
    color: #333;
}
.flat .selected{
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    padding: 8px 12px 8px 44px;
    overflow: hidden;
    white-space: nowrap;
}
.flat li{
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    padding: 8px 12px;
    overflow: hidden;
    white-space: nowrap;
}

.flat .ownedCompany img{
    background: #0cbecb;
}

.flat div{
    position: absolute;
    height: 0;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 1px;
    background: #FFF;
    overflow: hidden;
    opacity: 0;
    color: #333;
    border-radius: 5px;
    /*border:1px solid #767676;*/
    -webkit-box-shadow: 0px 10px 18px 0px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 10px 18px 0px rgba(51, 51, 51, 0.2);
}
.flat > div li:nth-child(1),.flat > div li:nth-child(1):hover {
    background: #C8C8C8;
    color:#FFF;
}
.flat:hover div{
    background: #FFF;
    border-radius: 5px;
    /*border:1px solid #767676;*/
    -webkit-box-shadow: 0px 10px 18px 0px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 10px 18px 0px rgba(51, 51, 51, 0.2);
}

.flat.open div{
    opacity: 1;
    z-index: 2;
}

.flat.scrollable:hover div::after{
    /*box-shadow: inset 0 -50px 30px -35px #fe504f;*/
}

.flat.scrollable.bottom div::after{
    opacity: 0;
}

/* DROP DOWN LIST */

.flat ul{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    list-style: none;
    overflow: hidden;
    border-radius: 5px;
}

.flat.scrollable.open ul{
    overflow-y: auto;
}

/* DROP DOWN LIST ITEMS */

.flat li{
    list-style: none;
    /*padding: 14px 12px;*/
    height: 30px;
    /*border-bottom: 1px solid #29AF84;*/
}

.flat li:last-child {
    border-bottom: 0;
}

.flat li.focus{
    background: #fe504f;
    position: relative;
    z-index: 3;
    color: #fff;
}

.flat li.active{
    background: #fe504f;
    color: #fff;
}