/* ----------------------------------------------------------------
    Modify     : 地摊
    Created on : 2020-7-16, 18:30:10
    Author     : Snake
    Version    : 1.0
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    通用代码
-----------------------------------------------------------------*/
.font-center {
    text-align: center;
}

.font-left {
    text-align: left;
}

.font-right {
    text-align: right;
}

.font-withe, .font-withe h2, .font-withe p {
    color: #fff!important;
}

.font_title {
    display: inline-block;
    width: 100%;
}

.font_title h2 {
    color: #000;
    font-size: 40px;
    font-weight: bold;
}

.font_title p {
    color: #999999;
    font-size: 18px;
    margin-top: 10px;
}

.font_title .font-line {
    display: block;
    width: 80px;
    height: 12px;
    text-align: center;
    margin: 0 auto 10px auto;
    border-bottom: 2px solid #23A0FD;
}

.font_title_bg {
    height: 170px;
    background: url(../images/operate_shop/font_title_bg.jpg);
    background-size: 100% 100%;
}

.font_title_bg h2 {
    font-size: 28px;
    margin-top: 35px;
}

.font_title_bg2 {
    height: 170px;
    background: url(../images/operate_shop/font_title_bg2.jpg);
    background-size: 100% 100%;
}

.font_title_bg2 h2 {
    font-size: 28px;
    margin-top: 35px;
}

.shop_cont {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

/* ----------------------------------------------------------------
    第1层
-----------------------------------------------------------------*/
.stall_one {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

.stall_one_box {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

.stall_one_box li {
    position: relative;
    width: 383px;
    color: #fff;
    font-size: 18px;
    float: left;
    margin-right: 10px;
}

.stall_one_box li.one_li1 {
    background: #4EBCAE;
}

.stall_one_box li.one_li2 {
    background: #69666C;
}

.stall_one_box li.one_li3 {
    background: #8284FB;
}

.stall_one_box li:last-child {
    margin-right: 0;
}

.stall_one_box .one_title {
    width: 100%;
    height: 105px;
    padding: 25px 30px;
    border-bottom: 1px solid #fff;
}

.stall_one_box .one_title_icon {
    width: 41px;
    height: 40px;
    float: left;
    margin-top: 5px;
}

.stall_one_box .one_title_icon img {
    width: 100%;
}

.stall_one_box .one_title_txt {
    width: 250px;
    float: right;
}

.stall_one_box .one_title_txt p {
    height: 25px;
    margin-bottom: 10px;
    overflow: hidden;
}

.stall_one_box .one_title_txt p:last-child {
    margin-bottom: 0;
}

.stall_one_box .one_txt {
    text-align: center;
    padding: 25px 0;
}

.stall_one_box .one_txt p {
    height: 25px;
    margin-bottom: 10px;
    overflow: hidden;
}

.stall_one_box .one_txt p:last-child {
    margin-bottom: 0;
}

/* ----------------------------------------------------------------
    第2层
-----------------------------------------------------------------*/
.stall_two {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
}

.stall_two_bg {
    display: inline-block;
    width: 100%;
}

.stall_two_bg img.two_bg1 {
    width: 100%;
    margin-top: 20px;
}

.stall_two_box {
    display: inline-block;
    width: 100%;
}

.stall_two_box img.two_bg2 {
    width: 100%;
    margin-top: 80px;
}

.stall_two_box img.two_bg3 {
    width: 100%;
    margin-top: 130px;
}

/* ----------------------------------------------------------------
        根据分辨率来判断显示.电脑和平板
-----------------------------------------------------------------*/
@media screen and (min-width: 1200px) {

}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
    /* ----------------------------------------------------------------
        通用代码
    -----------------------------------------------------------------*/
    .container {
        width: 960px;
        padding: 0;
    }

    /* ----------------------------------------------------------------
        代码开始
    -----------------------------------------------------------------*/
    /* ----------------------------------------------------------------
        第1层
    -----------------------------------------------------------------*/
    .stall_one_box li {
        width: 313px;
    }

    .stall_one_box .one_title {
        padding: 25px 20px;
    }

    .stall_one_box .one_title_txt {
        width: 220px;
    }

}

@media screen and (min-width: 768px) and (max-width: 999px) {
    /* ----------------------------------------------------------------
        通用代码
    -----------------------------------------------------------------*/
    .container {
        width: 750px;
    }

    /* ----------------------------------------------------------------
        代码开始
    -----------------------------------------------------------------*/
    /* ----------------------------------------------------------------
        第1层
    -----------------------------------------------------------------*/
    .stall_one_box li {
        width: 236px;
        font-size: 16px;
    }

    .stall_one_box .one_title {
        padding: 25px 10px;
    }

    .stall_one_box .one_title_txt {
        width: 165px;
    }

}

@media screen and (min-width: 768px) {
    /* ----------------------------------------------------------------
        通用代码
    -----------------------------------------------------------------*/
    .cont-pc {
        display: block;
    }

    .cont-mobile {
        display: none;
    }

}


/* ----------------------------------------------------------------
        根据分辨率来判断显示.手机版
-----------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    /* ----------------------------------------------------------------
        通用代码
    -----------------------------------------------------------------*/
    .font_title h2 {
        font-size: 18px;
    }

    .font_title p {
        font-size: 14px;
    }

    /* ----------------------------------------------------------------
            通用代码
        -----------------------------------------------------------------*/
    .cont-pc {
        display: none;
    }

    .cont-mobile {
        display: block;
    }

    /* ----------------------------------------------------------------
        代码开始
    -----------------------------------------------------------------*/
    /* ----------------------------------------------------------------
        第1层
    -----------------------------------------------------------------*/
    .stall_one {
		margin: 0;
        padding-top: 30px;
		background: #ffffff;
    }

    .stall_one_box {
        margin-top: 20px;
    }

    .stall_one_box li {
        width: 100%;
        height: 100%;
        font-size: 16px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .stall_one_box li:last-child {
        margin-bottom: 0;
    }

    .stall_one_box .one_title {
        padding: 25px 10px;
    }

    .stall_one_box .one_title_txt {
        width: 82%;
    }
	
	.stall_one_box .one_txt {
		display: none;
	}

    /* ----------------------------------------------------------------
        第2层
    -----------------------------------------------------------------*/
    .stall_two {
        margin: 0;
		padding-bottom: 30px;
		background: #ffffff;
    }

    .stall_two_box img.two_bg2, .stall_two_box img.two_bg3 {
        margin-top: 30px;
    }

}