
.views-box-item {
    width: 200px;
    height: 250px;
}

.views-box {
    background: url("../images/marta/back.svg") no-repeat;
    background-position: left top;
    background-size: cover;
    border-radius: 13px;
}

.views-box-item .__title {
    margin-top: 35px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.views-box-item .__decs {
    color: #666;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
}

.views-box-item .__img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../images/marta/erwei.jpg") no-repeat;
    width: 200px;
    height: 170px;
    background-size: contain;
    background-position-x: center;
}

.views-box-item .__img-box img {
    width: 150px;
}

.views-box-item .sideHover-input {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.popover-box {
    display: flex;
    flex-flow: column;
    position: fixed;
    right: 10px;
    bottom: 25vh;
}
.sideHover-input img{
    width: 14px;
    margin-top: 4px;
    margin-left: 4px;
}
.sideHover-input .el-input__prefix{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sideHover-btn {
    background-color: #f16a39;
    border-radius: 10px;
    padding: 10px;
    margin-top: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.city-select-box {
    width: 100%;
    position: relative;
}
.city-select-box input{
    padding-left: 30px;
}
.city-select-box .city-select-icon{
    position: absolute;
    left: 5px;
    top: 16px;
}
.weixin-btnSvg,.askSvgBtn{
    border:none!important;
    padding: 10px;
    box-shadow: 0 2px 12px 0 rgba(0 ,0 ,0 ,.1);
    margin: 6px 0;
}

.weixin-btnSvg svg{
    width: 36px;
    fill: #5ecd83;
}
.askSvgBtn svg{
    width: 36px;
    fill: #ff6900;
}
.weixin-btnSvg:hover svg{
    width: 36px;
    fill: #fff;
}
.askSvgBtn:hover svg{
    width: 36px;
    fill: #fff;
}
.weixin-btnSvg:hover {
    background-color: #5ecd83;
}
.askSvgBtn:hover {
    background-color: #ff6900;
}
