/*------------------------------------------------
main
------------------------------------------------*/
/* 分類列表-choose */
.choose_classification{
    position: relative;
    width:100%;
    height:auto;
    margin:8px auto 0 auto;
    border-top:1px solid #ddd;
    border-bottom:1px dashed #ddd;
    color:#444;
}
.choose_classification .chooseLeft, .choose_sorting .chooseLeft {
    width: 13%;
    background: #f0f0f0;
    padding: 7px 0 0 10px;
    position: absolute;
    height: 100%;
}
.choose_classification .chooseRight, .choose_sorting .chooseRight {
    width: 87%;
    float: right;
    padding: 8px 15px;
}
.choose_wrapper a,.choose_sorting a {
    font-size: 12px;
    color:#444;
    display: block;
    line-height: 28px;
    cursor: pointer;
}
.choose_list{
    float: left;
    padding: 5px;
}
.choose_reset{
    float: left;
    cursor: pointer;
}
.choose_reset img {
    width: 20px;
    height: 20px;
}
.choose_wrapper{
    position: absolute;
    left: 0;
    z-index: 99;
    border: 1px solid #ccc;
    width: 100%;
    height: 180px;
    padding: 8px;
    margin-top: 3px;
    background: #fff;
    display: none;
}
.choose_sorting .choose_wrapper {
    width: 224px;
    height: 40px;
}
.choose_sorting .choose_wrapper .choose_box {
    height: auto;
}
.choose_title_sm {
    line-height: 28px;
    padding: 0 5px;
}
.choose_box {
    padding: 0;
    overflow-y: auto;
    height: 160px;
}
.choose_box>div {
   padding: 0;
}

.choose_sorting{
    position: relative;
    border-bottom: 1px solid #d6d6d6;
}
.choose_sorting .choose_list{
    position: relative;
}

.choose_custom{
    position:absolute;
    top:28px;
    right:0;
    z-index:100;
    width:296px;
    height:auto;
    color:#CD950C;
    background:#f9f9f9;
    padding:4px 7px !important;
    border:1px solid #ddd;
    border-radius: 4px;
    display: none;
}
.choose_custom input{
    width:80px;
    height:23px;
    padding-left:5px;
    border:1px solid #bbb;
    border-radius: 4px;
    vertical-align: baseline;
}
.choose_custom button{
    background:#CD950C;
    border:0;
    color:#fff;
    line-height:22px;
    padding:0 13px;
    border-radius: 4px;
}
.choose_title {
    position: relative;
    border: 1px solid #ccc;
    width: 150px;
    height: 24px;
    line-height: 21px;
    padding: 0 6px;
    cursor: pointer;
}
.choose_title span {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 120px;
}
.choose_sorting .choose_title span {
    color: #EA0017;
}
.choose_title img {
    width: 13px;
    float: right;
    margin-top: 7px;
    transition:All 0.2s ease-in-out;
    -webkit-transition:All 0.2s ease-in-out;
    -moz-transition:All 0.2s ease-in-out;
    -o-transition:All 0.2s ease-in-out;
}
.rotate180 {
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}
.choose_bor0:after {
    content: '';
    position: absolute;
    left: -1px;
    bottom: -7px;
    z-index: 100;
    width: 150px;
    height: 10px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 8px solid #fff;
}
.c_zdy {
    cursor: pointer;
}

.list_type_01_ {
    margin-top: 45px;
}

.selectStyle{
    color:#EA0017;
}


@media(max-width:767px) {
    .mainframe_ {
        float: none;
        width: 100%;
    }
    .choose_title, .choose_bor0:after {
        width: 128px;
    }
    .choose_title img {
        margin-top: -20px;
    }
    .choose_classification .chooseLeft, .choose_sorting .chooseLeft {
        width: 15%;
        line-height: 16px;
        padding: 7px 0 0 7px;
    }
    .choose_classification .chooseRight, .choose_sorting .chooseRight {
        width: 85%;
        padding: 8px;
    }
    .list_type_01_ li {
        height: 250px;
    }
    .list_type_01_ {
        margin-top: 25px;
    }
    .pageDefine .pagination > li > a, .pageDefine .pagination > li > span {
        padding: 0 10px;
        line-height: 28px;
        margin: 0 1px;
        border: 0;
    }
    .jumpPage input {
        width: 40px;
        height: 28px;
    }
    .jumpPage {
        line-height: 30px;
    }
    .jumpPage_GO {
        height: 28px;
        line-height: 28px;
        vertical-align: bottom;
    }

}
