* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.clear {
    display: block;
    clear: both;
}

.fullSlide .full-search{
    margin-top: -55px;
    margin-left: -495px;
    transform: none;
}

.full-search {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    max-width: 990px;
    padding: 0 10px;
}

.full-search h3 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px;
    margin-top: 0;
}

.search-m {
    overflow: hidden;
}

.sear-stn {
    float: right;
    width: 125px;
    background: rgba(238, 174, 20, .87);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19eeae14,endColorstr=#C8eeae14);
}

.sear-stn input {
    display: block;
    color: #fff;
    border: none;
    background: url(../images/icon_so1.png) no-repeat;
    background-position: 24px center;
    width: 100%;
    height: 52px;
    line-height: 52px;
    font-size: 24px;
    box-sizing: border-box;
    padding-left: 30px;
}

.sear-ipt {
    overflow: hidden;
    background: rgba(255, 255, 255, .87);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19ffffff,endColorstr=#C8ffffff);
}

.sear-ipt input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    background: none;
    border: none;
    height: 52px;
    line-height: 52px;
    color: #999;
    font-size: 16px;
    outline-color: #2165b5;
}

.sear-ipt input::placeholder {
    color: #999;
}


.addform {
    max-width: 1145px;
    margin: 30px auto;
    background: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    padding: 35px;
}

.addform .full-search {
    position: static;
    transform: translateX(0) translateY(0);
    width: auto;
    max-width: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 0;
}

.addform .sear-ipt input {
    border: 1px solid #ebebeb;
    border-right: none;
}

.zw-tit {
    border-bottom: 1px solid #2165b5;
    margin-top: 35px;
}

.zw-tit ul {
    overflow: hidden;
    margin: 0;
}

.zw-tit ul li {
    float: left;
    min-width: 98px;
    height: 38px;
    line-height: 38px;
    margin-right: 10px;
    text-align: center;
    background: #e3e7ed;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #333333;
}

.zw-tit ul li a {
    color: #333333;
}

.zw-tit ul li.act {
    background: #2165b5;
    color: #fff;
}

.zw-tit ul li.act a {
    color: #fff;
}
.zw-switch{
    position: relative;
}
.zw-term{
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: -9;
    transition: all 0.3s;
}
.zw-term.on{
    opacity: 1;
    position: static;
    z-index: 9;
}
.zw-term>div {
    border-bottom: 1px dashed #ebebeb;
    padding: 13px 0;
    line-height: 28px;
}

.zw-term>div>span {
    float: left;
}

.zw-sear1 {
    float: left;
    margin-left: 13px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    font-size: 0;
}

.zw-sear1>input[type='text'] {
    height: 28px;
    width: 175px;
    vertical-align: middle;
    border: none;
    outline: none;
    font-size: 15px;
    padding: 0 10px;
}

.zw-sear1>input[type='button'] {
    width: 28px;
    height: 28px;
    background: url(../images/icon_so2.png) no-repeat;
    vertical-align: middle;
    border: none;
    background-position: center center;
}

.zw-sear2 {
    width: 300px;
    width: 600px;
    height: 30px;
    position: relative;
    border: none;
}

.zw-sear2>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.zw-select-selection__placeholder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 15px;
    padding: 0 14px;
    color: #999;
    line-height: 30px;
    padding-right: 20px;
    cursor: text;
}

.zw-select-act {
    min-height: 30px;
    max-height: 60px;
    border: 1px solid #ebebeb;
    padding: 0 17px 3px 12px;
    border-radius: 5px;
    margin-bottom: 0;
    cursor: text;
    transition: all 0.3s;
    position: relative;
    overflow-y: scroll;
}

.remove-allact {
    position: absolute;
    right: 5px;
    top: 7px;
    width: 14px;
    height: 14px;
    background: url(../images/icon-close.png) no-repeat;
    background-position: center center;
    background-size: 6px;
    border: 1px solid #999;
    border-radius: 50%;
    z-index: 9;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s;
}
.remove-allact.on{
    opacity: 1;
}
.zw-select-act.on {
    box-shadow: 0 0 10px rgba(33, 101, 181, .73);
    min-height: 32px;
}

.zw-select-act>li {
    height: 24px;
    margin-top: 3px;
    line-height: 22px;
    position: relative;
    float: left;
    max-width: 99%;
    margin-right: 4px;
    padding: 0 20px 0 10px;
    overflow: hidden;
    color: #333;
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    cursor: default;
    -webkit-transition: padding .3s cubic-bezier(.645, .045, .355, 1);
    transition: padding .3s cubic-bezier(.645, .045, .355, 1);
    font-size: 0;
}

.zw-select-act>li div {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: margin .3s cubic-bezier(.645, .045, .355, 1);
    transition: margin .3s cubic-bezier(.645, .045, .355, 1);
    font-size: 14px;
    vertical-align: middle;
}

.zw-select-act>li span {
    font-size: 12px;
    display: inline-block;
    width: 10px;
    height: 20px;
    background: url(../images/icon-close.png) no-repeat;
    background-position: center center;
    background-size: 9px auto;
    vertical-align: middle;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.zw-select-act input {
    border: none;
    outline: none;
}

.zw-select-act>li.zw-select-act-last {
    padding: 0;
    border: none;
    background: none;
    margin-right: 0;
}

.zw-select-act>li.zw-select-act-last input {
    width: 10px;
    font-size: 15px;
    background: none;
}

.zw-select-list {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
}

.zw-select-list ul {
    margin-bottom: 0;
    max-height: 240px;
    overflow-y:scroll;
}

.zw-select-list ul li {
    padding: 0 30px 0 15px;
    position: relative;
    cursor: pointer;
}

.zw-select-list ul li div {
    color: #888888;
    font-size: 14px;
    line-height: 32px;
}

.zw-select-list ul li.act {
    background: #f9f9f9;
}

.zw-select-list ul li.act div {
    color: #333333;
}

.zw-select-list ul li.act span {
    position: absolute;
    right: 15px;
    width: 15px;
    top: 0;
    height: 100%;
    background: url(../images/icon-act-true.png) no-repeat;
    background-position: center center;
}

.gw-type {
    overflow: hidden;
    font-size: 0;
    padding-left: 13px;
}

.gw-type a {
    float: left;
    margin-right: 20px;
    color: #999999;
    font-size: 15px;
    outline: none;
}

.gw-type a:hover {
    color: #2165b5;
}


.addlist {
    max-width: 1145px;
    margin: 30px auto;
    background: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    padding: 25px 35px 35px 35px;
}

.addlist>h3 {
    text-align: center;
    background: #f9f9f9;
    line-height: 40px;
    color: #999999;
    font-size: 15px;
    margin-top: 0;
}

.addlist ul {
    border-top: 1px dashed #e3e2e2;
    margin-top: 15px;
}

.addlist ul li a {
    display: block;
    overflow: hidden;
    padding: 15px 10px;
    border-bottom: 1px dashed #e3e2e2;
}

.addlist-l {
    float: left;
}

.addlist-l h4 {
    font-size: 15px;
    color: #2165b5;
    margin: 0;
    line-height: 25px;
}

.addlist-l p {
    color: #94a6bb;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
}

.addlist-r {
    float: right;
}

.addlist-r p {
    text-align: right;
    color: #94a6bb;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 25px;
}

.addlist ul li a:hover .addlist-l h4 {
    text-decoration: underline;
}

@media screen and (max-width:1024px) {
    .full-search h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .sear-ipt input {
        line-height: 30px;
        height: 30px;
        font-size: 14px;
    }

    .sear-stn {
        width: 100px;
    }

    .sear-stn input {
        line-height: 30px;
        height: 30px;
        font-size: 16px;
        background-size: 16px;

    }
}

@media screen and (max-width:768px) {
    .full-search h3 {
        display: none;
    }

    /* .full-search{
        position: static;
        transform: translateX(0) translateY(0);
        padding: 0;
    } */

    .addform {
        padding: 20px 10px;
    }

    .addlist {
        padding: 20px 10px;
    }

    .zw-term>div>span {
        float: none;
    }

    .zw-sear1 {
        float: none;
        margin-top: 10px;
        margin-left: 0;
        width: auto;
        position: relative;
    }

    .zw-sear1>input[type='text'] {
        width: 100%;
        padding-right: 30px;
    }

    .zw-sear1>input[type='button'] {
        position: absolute;
        right: 0;
    }

    .addlist-l {
        float: none;
    }

    .addlist-r {
        float: none;
    }

    .addlist-r p {
        text-align: left;
    }
}