.banner{
    width: 100%;
    height: 450px;
}

.address{
    width: 100%;
    height: 40px;
    background: #f8f8f8;
    overflow: hidden;
}
.address .add-img{
    width: 22px;
    height: 22px;
    float: left;
    margin-top: 9px;
}
.address .add-text{
    width: auto;
    height: 40px;
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    float: left;
    margin-left: 10px;
}

.search{
    width: 100%;
    height: 98px;
    background: #f8f8f8;

}
.search .w-1200{
    display: flex;
}
.search .sear-box{
    width: 870px;
    height: 42px;
    margin-top: 28px;
    display: flex;
    justify-content: space-between;
    margin-left: 46px;
}
.sear-box .sear-item{
    width: 400px;
    height: 42px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    position: relative;
    /*padding: 0 10px;*/
}
.sear-item input{
    display: block;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    padding: 0 10px;
    box-sizing: border-box;
}
.sear-item:nth-of-type(n+2){
    width: 220px;
}

.select-main {
    display: block;
    color: #333;
    width: 100%;
    /*padding: 0 30px 0 0;*/
    position: relative;
    border-radius: 4px;
    background-color: transparent;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    height: 40px;
}
.select-main .update_input {
    display: none;
}
.select-main .select-text {
    box-sizing: border-box;
    display: block;
    padding-left: 16px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    cursor: pointer;
    height: 42px;
    line-height: 42px;
}
.select-main .arrow {
    width: 13px;
    height: 7px;
    position: absolute;
    top: 16px;
    right: 11px;
    background: center center / 100% 100% no-repeat url(../images/arrow.png);
    transform: rotate(0);
    transition: transform 0.5s;
}
.select-main .arrow.expand {
    transform: rotate(180deg);
}
.select-list {
    border: 1px solid #eaeaea;
    border-radius: 0 0 4px 4px;
    border-top: 0;
    max-height: 264px;
    overflow-y: auto;
    position: absolute;
    text-align: left;
    background-color: #f8f8f8;
    z-index: 10;
    box-sizing: border-box;
    width: 220px;
    padding: 5px 0;
    display: none;
}
.select-list.active {
    display: block;
}
.select-list li {
    line-height: 30px;
    font-size: 14px;
    color: #333;
    padding-left: 16px;
    text-align: left;
    cursor: pointer;
    margin-bottom: 0 !important;
}
.select-list li:hover {
    background-color: #f1f1f1;
}

.search .sear-btn{
    width: 140px;
    height: 42px;
    background: #27acff;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 42px;
    margin-top: 30px;
    margin-left: 30px;
}


.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
}
.content .con-title{
    width: 100%;
    height: 56px;
    border-bottom: 1px solid #cccccc;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.con-title span{
    width: 200px;
    height: 56px;
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 56px;
}
.con-title span:nth-of-type(1){
    width: 300px;
}
.con-title span:nth-of-type(2){
    width: 100px;
}
.content .con-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con-ul .con-li{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
    cursor:pointer;
}
.con-li.active{
    box-shadow: 0px 0px 10px #27acff;
}
.con-li.active .con-top{
    font-weight: bold;
}
.con-li .con-top{
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
}
.con-top div{
    width: 200px;
    height: 70px;
    font-size: 14px;
    color: #333333;
    line-height: 70px;
    text-align: center;
    position: relative;
}
.con-top div:nth-of-type(1){
    width: 300px;
}
.con-top div:nth-of-type(2){
    width: 100px;
}
.con-top .new{
    display: block;
    width: 50px;
    height: 20px;
    border-radius: 10px;
    background: #27acff;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 25px;
    right: 0;
}
.con-li .con-bottom{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-left: 36px;
    padding-right: 15px;
    box-sizing: border-box;
    justify-content: space-between;
    display: none;
}
.con-li.active .con-bottom{
    display: block;
}
.con-bottom .con-le{
    width: 1000px;
    height: auto;
    overflow: hidden;
    float: left;
}
.con-le .con-description{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con-description .des-head{
    width: 68px;
    height: 22px;
    font-size: 15px;
    color: #333333;
    text-align: center;
    line-height: 22px;
    position: relative;
    border-bottom: 1px solid #27acff;
}

.con-description .des-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    margin-top: 6px;
}
.con-le .con-claim{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: 20px;
}
.con-claim .cla-head{
    width: 68px;
    height: 22px;
    font-size: 15px;
    color: #333333;
    text-align: center;
    line-height: 22px;
    position: relative;
    border-bottom: 1px solid #27acff;
}

.con-claim .cla-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    margin-top: 6px;
}
.con-bottom .con-ri{
    width: 120px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 20px;
}
.con-ri .con-btn{
    width: 100%;
    height: 30px;
    background: #27acff;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
    cursor:pointer;
}


.page{
    width: 100%;
    height: 118px;
    background: #ffffff;
}


.pop-ups{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
.pop-ups .up{
    width: 500px;
    height: 344px;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 5px;
    overflow: hidden;
}
.up .up-head{
    width: 100%;
    height: 60px;
    background: #27acff;
    padding: 0 35px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    line-height: 60px;
    box-sizing: border-box;
    display: flex;
    position: relative;
}
.up-head span{
    display: block;
    width: auto;
    height: 60px;
    font-size: 14px;
    font-weight: 400;
    line-height: 70px;
    margin-left: 10px;
}
.up-head .down{
    width: 22px;
    height: 22px;
    position: absolute;
    top: 17px;
    right: 24px;
    cursor:pointer
}
.up .up-box{
    width: 100%;
    height: 284px;
    padding: 0 35px;
    box-sizing: border-box;
    overflow: hidden;
}
.up-box .up-from{
    width: 100%;
    height: 135px;
    border-bottom: 1px solid #cccccc;
    margin: 33px auto 0;
    display: flex;
    justify-content: space-between;
}
.up-from .up-le{
    width: 148px;
    height: 100px;
    border: 1px solid #eeeeee;
    position: relative;
    cursor:pointer;
}
.up-le:hover{
    background: #27acff;
}
.up-from .active{
    background: #27acff;
}
.up-le:hover .up-img{
    display: none;
}
.up-le:hover .up-img1{
    display: block;
}
.up-le:hover .up-name{
    color: #ffffff;
}
.up-le:hover .up-text{
    color: #ffffff;
}
.up-le input{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity:0; filter:alpha(opacity=0);
}
.up-le .up-img{
    width: 44px;
    height: 33px;
    margin: 13px auto 0;
}
.up-le .up-img1{
    width: 44px;
    height: 33px;
    margin: 13px auto 0;
    display: none;
}
.up-le .up-name{
    width: 100%;
    height: 16px;
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 16px;
    margin-top: 13px;
}
.up-le .up-text{
    width: 100%;
    height: 16px;
    font-size: 10px;
    color: #666666;
    text-align: center;
    line-height: 16px;
}
.up-from .up-ri{
    width: 260px;
    height: 100px;
}
.up-ri .up-li{
    width: 100%;
    height: 40px;
    border: 1px solid #cccccc;
    padding-left: 10px;
    box-sizing: border-box;
    cursor:pointer
}
.up-li input{
    display: block;
    width: 100%;
    height: 100%;
}
.up-li:hover{
    border: 1px solid #27acff;
    box-shadow: 0px 0px 10px #27acff;
}
.up-li:last-child{
    margin-top: 20px;
}
.up-box .up-btn{
    width: 200px;
    height: 40px;
    margin: 30px auto 0;
    background: #f8f8f8;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 40px;
    cursor:pointer
}
.up-btn:hover{
    border: 1px solid #27acff;
    box-shadow: 0px 0px 10px #27acff;
}
