.searchbar {

    
    position: absolute;
    top: -15vw;
    margin: auto;
    left: 0;
    right: 0;

}

.wms {
    margin-top: 0vw;
}

.wms h1 {
    text-align: center;
}
.free_btn {
    width: 120px;
    height: 44px;
    background: linear-gradient(252deg, #fe3975, #ff1b2d);
    border-radius: 22px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: white;
    cursor: pointer;
}

.content_warp {
    width: 100%;
    margin-top: 50px;

    margin-bottom: 46px;
}

.content_warp .content_item {
    display: block;
    border-radius: 6px;
    padding-bottom: 30px;
    position: relative;
    border: 1px solid #f2f2f2;
    transition: .5s;
    cursor: pointer;
    margin-bottom: 35px;
}


.content_warp .content_item:hover {
    box-shadow: 0px 6px 20px 0px rgba(27, 95, 188, 0.15);
    border-color: transparent;
    transform: scale(1.01);
}

.content_warp .content_item:hover .free_btn {
    background: #017eff
}

.content_warp .content_item .image_icon {
    width:100%;
    height:15vw;
    max-height: 250px;
    transform: translate(-1px, -1px);
    border-radius: 6px 6px 0px 0px;
}

.content_warp .content_item .text_title {
    font-size: 22px;
    font-weight: normal;
    color: #2C3138;
 
    margin: 16px 16px 12px 16px;
}
.content_warp .content_item .text_title  span{
    float: right;
    font-size:16px;
}

.content_warp .content_item .text_tip {
    padding: 0 16px;
    box-sizing: border-box;
    font-size: 16px;
    color: #5B7384;
}

.content_warp .content_item .free_btn {
   
    margin:35px auto;
    height: 43px;
    line-height: 43px;
    background: linear-gradient(252deg, #fe670c, #fe721d);
    transition: all 0.5s;
}



.content_warp::nth-of-type(2) {
    background: salmon;
}

.wmssearhwrap .sbtn {
    background: white;
    color: #222;
     
    max-width: 120px;
    font-size:16px;
    text-align: center;
    padding: 0.5em 0;
    margin: 10px 0;
    cursor: pointer;
    position: relative;
}

.wmssearhwrap .sbtn:after {
    content: "";
    background: url(../../images/wms/close.png) center center no-repeat;
    width: 15px;
    height: 15px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.wmssearhwrap .sbtn.a {
    border: none;
    display: inline-block
}

.wmssearhwrap .sbtn.a::after {
    display: none
}

.wmssearhwrap ul,.wmssearhwrap li{
	list-style: none;
	width:100%;
	margin:0;padding:0;
	background: white
}
.wmssearhwrap li{padding:2px 0}
.wmssearhwrap li.on{background: #fd680c;color:white}
.wmssearhwrap li:hover{background: #017eff;color:white}
.wmssearhwrap .options{
	display: none;
	position: absolute;
    width: 100%;
    left: 0;
    top: 30px;
    box-shadow: 0px 6px 20px 0px rgba(27, 95, 188, 0.15);
    border-color: transparent;
    padding-top: 10px;
    z-index: 11;
    max-height: 360px;
	overflow-y: auto;
	margin-top:21px;
}
.wmssearhwrap{
	height: 60px;
	width:40%;
	min-width: 620px;
	margin:0 auto;

}
.wmssearhwrap .left .search{
	background: white
}
.wmssearhwrap .right input{
background: #fd680c;
color:white;
font-size: 18px;
height: 60px;
line-height:60px;
text-align: center;
width: 100%;
border:none;
cursor: pointer;
transition: all 0.5s;

}
.wmssearhwrap .right input:hover{
	background: #017eff;
}
.wmssearhwrap .left .search .col-md-9{position: relative;}
.unit{position: absolute;top:10px;bottom:10px;margin:auto;height: 30px;line-height:30px;font-size: 18px;}
.wmssearhwrap select,.wmssearhwrap .input{width: 100%;border:none;height:40px;font-size: 18px;margin:10px 0;outline: none;}
.wmssearhwrap .input{padding-left:55px;}


@media (max-width:761px){
    .searchbar{
        margin-top:0;
        background: #f5f5f5;
    }
    
    .wmssearhwrap{
        width:100%;
       min-width: 100%;  
       height: auto;
    }
    .wmssearhwrap .right input{
        height: 30px;
        line-height: 30px;
    }
    .wmssearhwrap .input{
        height: 15px;
    }
    .wmssearhwrap .input{
        padding-left:40px;
    }.wmssearhwrap .sbtn{
        margin:2px 0;
    }
    .content_warp .content_item .image_icon{
        height: 60vw;
    }
    .content_warp{
        width:auto;
    }
    .wmssearhwrap .options{
        margin-top: 2px;
    }
    .wmssearhwrap .left .search,.wmssearhwrap .sbtn,.wmssearhwrap .input,.unit{
        background: none;
        font-size:12px;
    }
    .wmssearhwrap .right input{
        font-size:12px;
    }
}