/* ----------------------------------------------------------------
    Modify     : 自营商城
    Created on : 2020-7-10, 10:25: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(../image/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(../image/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层
-----------------------------------------------------------------*/
.opshop_one {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.opshop_one_box {
    display: inline-block;
    width: 100%;
    margin-top: 80px;
}

.opshop_one_box li {
    width: 33.333%;
    height: 100px;
    float: left;
    text-align: center;
}

.opshop_one_box li.one_li {
    background: #1398FD;
}

.opshop_one_box li.one_li1 {
    background: url(../image/operate_shop/one_icon1.jpg) top center;
}

.opshop_one_box li.one_li2 {
    background: url(../image/operate_shop/one_icon2.jpg) top center;
}

.opshop_one_box li.one_li3 {
    background: url(../image/operate_shop/one_icon3.jpg) top center;
}

.opshop_one_box .one_title {
    width: 210px;
    margin: 35px auto 0 auto;
    overflow: hidden;
}

.opshop_one_box .one_title i {
    display: block;
    width: 31px;
    height: 31px;
    float: left;
    background: url(../image/operate_shop/one_i.png) top center;
}

.opshop_one_box .one_title span {
    height: 31px;
    line-height: 31px;
    font-size: 18px;
    color: #FFF;
    margin-left: 10px;
}

/* ----------------------------------------------------------------
    第2层
-----------------------------------------------------------------*/
.opshop_two {
    display: inline-block;
    width: 100%;
    margin-top: 80px;
}

.opshop_two_box {
    display: inline-block;
    width: 100%;
    margin-top: 80px;
}

.opshop_two_box li {
    position: relative;
    width: 195px;
    height: 298px;
    float: left;
    z-index: 1;
    margin-right: -1px;
    border: 1px solid #CCC;
}

.opshop_two_box .two_inner {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform .5s ease;
    transform-origin: right center;
}

.opshop_two_box .two_inner .two_front {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 1;
    padding: 0 25px;
    transition: all .5s ease .1s;
}

.opshop_two_box .two_inner .two_front h6 {
    font-size: 14px;
    font-weight: 400;
    color: #A8A8A8;
    padding: 30px 0 0;
}

.opshop_two_box .two_inner .two_front h5 {
    font-size: 20px;
    font-weight: 400;
    padding: 20px 0;
}

.opshop_two_box .two_inner .two_front .two_icon {
    display: block;
    height: 64px;
}

.opshop_two_box .two_inner .two_front p {
    line-height: 24px;
    font-size: 14px;
    padding: 20px 0;
}

.opshop_two_box .two_inner .two_behind {
    display: none;
    width: 100%;
    height: 100%;
    color: #FFF;
    /*left: -1px;*/
    /*top: -1px;*/
    padding: 0 12px;
    opacity: 0;
    transition: all .5s ease .1s;
    transform: rotateY( 180deg );
    background: url(../image/operate_shop/two_li.jpg);
}

.opshop_two_box .two_inner .two_behind h6 {
    font-size: 16px;
    border-bottom: 1px solid #B0D2EC;
    padding: 5px 0 0;
    text-align: center;
    line-height: 46px;
    font-weight: 400;
}

.opshop_two_box .two_inner .two_behind dl {
    margin: 10px 0;
}

.opshop_two_box .two_inner .two_behind dl dt {
    line-height: 18px;
    font-size: 14px;
}

.opshop_two_box .two_inner .two_behind dl dt i {
    display: inline-block;
    width: 7px;
    height: 11px;
    margin-right: 10px;
    background: url(../image/operate_shop/two_icon_arrow.png);
}

.opshop_two_box .two_inner .two_behind dl dd {
    height: 34px;
    font-size: 12px;
    overflow: hidden;
}

.opshop_two_box .two_inner .two_behind .two_dashed {
    height: 0;
    border-bottom: 1px dashed #B0D2EC;
}

.opshop_two_box .two_inner .two_behind .two_btn {
    display: inline-block;
    width: 100%;
    height: 34px;
    margin-top: 50px;
}

.opshop_two_box .two_inner .two_behind .two_btn a {
    width: 80px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #fff;
    background-color: #2C9EF3;
}

.opshop_two_box .two_inner .two_behind .two_btn a.two_btn1 {
    float: left;
}

.opshop_two_box .two_inner .two_behind .two_btn a.two_btn2 {
    float: right;
}

.opshop_two_box li:hover .two_inner {
    z-index: 2;
    transform: translateX( -100% ) rotateY( -180deg );
}

.opshop_two_box li:hover .two_inner .two_front {
    opacity: 0;
    display: none;
}

.opshop_two_box li:hover .two_inner .two_behind {
    opacity: 1;
    display: block;
}

.opshop_two_box .two_inner .two_behind .two_btn a:hover {
    color: #229FFD;
    border-color: #FFF;
    background-color: #FFF;
}

/* ----------------------------------------------------------------
    第3层
-----------------------------------------------------------------*/
.opshop_three {
    display: inline-block;
    width: 100%;
    margin-top: 80px;
    padding-bottom: 80px;
    background: #F1F1F1;
}

.opshop_three_box {
    display: inline-block;
    width: 100%;
    margin-top: 80px;
}

.opshop_three_box li {
    width: 225px;
    height: 306px;
    text-align: center;
    float: left;
    margin-right: 11px;
    border: 1px solid #EFEFEF;
    background: #FFF;
}

.opshop_three_box li:last-child {
    float: right;
    margin-right: 0;
}

.opshop_three_box .three_icon {
    width: 70px;
    height: 70px;
    margin: 30px auto;
    overflow: hidden;
}

.opshop_three_box .three_icon img {
    width: 100%;
    margin-top: -100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.opshop_three_box .three_txt {
    width: 100%;
}

.opshop_three_box .three_txt h3 {
    line-height: 30px;
    color: #333333;
    font-size: 16px;
}

.opshop_three_box .three_txt p {
    height: 48px;
    line-height: 24px;
    color: #888888;
    font-size: 14px;
    margin: 10px 23px;
    overflow: hidden;
}

.opshop_three_box .three_btn {
    width: 100%;
    height: 30px;
    text-align: left;
    margin-top: 20px;
}

.opshop_three_box .three_btn a {
    display: block;
    width: 84px;
    height: 30px;
    line-height: 30px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    border-radius: 3px;
    border: 1px solid #229FFD;
    background: #229FFD;
}

.opshop_three_box li:hover {
    border: 1px solid #229FFD;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
    background: #229FFD;
}

.opshop_three_box li:hover .three_icon img {
    margin-top: 0;
}

.opshop_three_box li:hover .three_txt h3 {
    color: #fff;
}

.opshop_three_box li:hover .three_txt p {
    color: #E4E4E4;
}

.opshop_three_box li:hover .three_btn a {
    color: #229FFD;
    border: 1px solid #FFF;
    background: #FFF;
}

/* ----------------------------------------------------------------
    第4层
-----------------------------------------------------------------*/
.opshop_four {
    width: 100%;
    /*padding-bottom: 80px;*/
}

.opshop_four_box {
    width: 100%;
    /*margin-top: 80px;*/
}

.opshop_four_box .four_box_l {
    width: 50%;
    float: left;
}

.four_box_l .four_l_titles {
    width: 85%;
    height: 60px;
    line-height: 60px;
    color: #555;
    font-size: 24px;
    text-align: center;
    margin: 74px auto 0 auto;
    border-radius: 25px;
    background: #f8f8f8;
}

.four_box_l .four_l_list {
    width: 90%;
    margin: 20px auto 0 auto;
}

.four_box_l .four_l_list li {
    position: relative;
    width: 25%;
    float: left;
    text-align: center;
    margin-top: 40px;
}

.four_box_l .four_l_list .four_l_icon {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
}

.four_box_l .four_l_list .four_l_icon img {
    width: 100%;
}

.four_box_l .four_l_list .four_l_title {
    display: block;
    width: 90%;
    height: 30px;
    line-height: 30px;
    color: #555555;
    font-size: 14px;
    margin: 10px auto 0 auto;
}

.four_box_l .four_l_list li:hover .four_l_icon img {
    margin-top: -80px;
}

.four_box_l .four_l_list li:hover .four_l_title {
    color: #2ba2fc;
}

.opshop_four_box .four_box_r {
    width: 50%;
    height: 535px;
    float: right;
    background: #F8F8F8;
}

.four_box_r .four_r_titles {
    width: 85%;
    height: 60px;
    line-height: 60px;
    color: #555;
    font-size: 24px;
    text-align: center;
    margin: 74px auto 0 auto;
    border-radius: 25px;
    background: #ffffff;
}

.four_box_r .four_r_list {
    width: 90%;
    margin: 20px auto 0 auto;
}

.four_box_r .four_r_list li {
    position: relative;
    width: 20%;
    float: left;
    margin-top: 13px;
    overflow: hidden;
}

.four_box_r .four_r_list .four_r_icon {
    display: block;
    width: 66px;
    height: 66px;
    margin: 0 auto;
    overflow: hidden;
}

.four_box_r .four_r_list .four_r_icon img {
    width: 100%;
}

.four_box_r .four_r_list .four_r_title {
    display: block;
    width: 59%;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 16px;
    text-align: center;
    margin: 5px auto 0 auto;
}

.four_box_r .four_r_list li:hover .four_r_icon img {
    margin-top: -66px;
}

.four_box_r .four_r_list li:hover .four_r_title {
    color: #2ba2fc;
}

/* ----------------------------------------------------------------
    第5层
-----------------------------------------------------------------*/
.opshop_five {
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
}

.opshop_five_box {
    display: inline-block;
    width: 100%;
    margin-top: 80px;
}

.opshop_five_box li {
    width: 370px;
    height: 136px;
    float: left;
    margin: 0 20px 20px 0;
    border-radius: 5px;
    border: 1px solid #ededed;
    overflow: hidden;
}

.opshop_five_box li:nth-child(3n+3) {
    float: right;
    margin-right: 0;
}

.opshop_five_box .five_l_icon {
    width: 46px;
    height: 46px;
    float: left;
    margin: 15px 15px 0px 15px;
}

.opshop_five_box .five_l_icon img {
    width: 46px;
    height: 46px;
}

.opshop_five_box .five_r_cont {
    width: 280px;
    float: right;
    overflow: hidden;
    margin-right: 10px;
}

.opshop_five_box .five_r_cont .five_r_title {
    height: 24px;
    line-height: 24px;
    color: #444;
    font-size: 18px;
    margin-top: 25px;
    overflow: hidden;
}

.opshop_five_box .five_r_cont .five_r_txt {
    height: 52px;
    line-height: 26px;
    color: #888;
    font-size: 14px;
    margin-top: 14px;
    overflow: hidden;
}

.opshop_five_box li:hover {
    -moz-box-shadow: 0px 5px 20px #ededed;
    -webkit-box-shadow: 0px 5px 20px #ededed;
    box-shadow: 0px 5px 20px #ededed;
}

.opshop_five_btn {
    width: 100%;
    height: 52px;
    text-align: center;
    margin-top: 50px;
}

.opshop_five_btn a {
    display: block;
    width: 175px;
    height: 52px;
    line-height: 50px;
    color: #2ba3fd;
    font-size: 16px;
    margin: 0 auto;
    padding: 0 15px;
    border-radius: 3px;
    border: 1px solid #2ba3fd;
}

.opshop_five_btn a:hover {
    color: #fff;
    border: 1px solid #229FFD;
    background: #229FFD;
}

/* ----------------------------------------------------------------
        根据分辨率来判断显示.电脑和平板
-----------------------------------------------------------------*/
@media screen and (min-width: 1200px) {

}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
    /* ----------------------------------------------------------------
        通用代码
    -----------------------------------------------------------------*/
    .container {
        width: 960px;
        padding: 0;
    }

    /* ----------------------------------------------------------------
        代码开始
    -----------------------------------------------------------------*/
    /* ----------------------------------------------------------------
        第2层
    -----------------------------------------------------------------*/
    .opshop_two_box li {
        width: 161px;
    }

    .opshop_two_box .two_inner .two_front p {
        height: 112px;
        overflow: hidden;
    }

    .opshop_two_box .two_inner .two_behind .two_btn {
        margin-top: 20px;
    }

    .opshop_two_box .two_inner .two_behind .two_btn a {
        width: 100%;
        margin-bottom: 5px;
    }

    .opshop_two_box .two_inner .two_behind .two_btn a:last-child {
        margin-bottom: 0;
    }

    /* ----------------------------------------------------------------
        第3层
    -----------------------------------------------------------------*/
    .opshop_three_box li {
        width: 183px;
    }

    /* ----------------------------------------------------------------
        第5层
    -----------------------------------------------------------------*/
    .opshop_five_box li {
        width: 306px;
    }

    .opshop_five_box .five_r_cont {
        width: 218px;
    }

}

@media screen and (min-width: 768px) and (max-width: 999px) {
    /* ----------------------------------------------------------------
        通用代码
    -----------------------------------------------------------------*/
    .container {
        width: 750px;
    }

    /* ----------------------------------------------------------------
        代码开始
    -----------------------------------------------------------------*/
    /* ----------------------------------------------------------------
        第2层
    -----------------------------------------------------------------*/
    .opshop_two_box li {
        width: 244px;
        margin-bottom: 5px;
    }

    .opshop_two_box .two_inner .two_behind .two_btn {
        margin-top: 20px;
    }

    .opshop_two_box .two_inner .two_behind .two_btn a {
        width: 100%;
        margin-bottom: 5px;
    }

    .opshop_two_box .two_inner .two_behind .two_btn a:last-child {
        margin-bottom: 0;
    }

    /* ----------------------------------------------------------------
        第3层
    -----------------------------------------------------------------*/
    .opshop_three_box li {
        width: 236px;
        margin-bottom: 10px;
    }

    .opshop_three_box li:nth-child(3) {
        margin-right: 0;
    }

    .opshop_three_box li:last-child {
        float: left;
    }

    /* ----------------------------------------------------------------
        第4层
    -----------------------------------------------------------------*/
    .four_box_l .four_l_titles, .four_box_r .four_r_titles {
        font-size: 18px;
    }

    /* ----------------------------------------------------------------
        第5层
    -----------------------------------------------------------------*/
    .opshop_five_box li {
        width: 355px;
    }

    .opshop_five_box li:nth-child(3n+3) {
        float: left;
        margin-right: 20px;
    }

    .opshop_five_box li:nth-child(2n+2) {
        float: right;
        margin-right: 0;
    }

    .opshop_five_box .five_r_cont {
        width: 265px;
    }

}

@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层
    -----------------------------------------------------------------*/
	.opshop_one {
		margin: 0;
		padding: 30px 0;
		background: #ffffff;
	}
	
    .opshop_one_box {
        margin-top: 30px;
    }

    .opshop_one_box li {
        width: 100%;
    }

    /* ----------------------------------------------------------------
        第2层
    -----------------------------------------------------------------*/
    .opshop_two {
        margin: 0;
		background: #ffffff;
    }

    .opshop_two_box {
        margin-top: 30px;
    }

    .opshop_two_box li {
        width: 50%;
        margin-bottom: 5px;
    }
	
	.opshop_two_box .two_inner .two_front {
		padding: 0 10px;
	}

    .opshop_two_box .two_inner .two_behind .two_btn {
        margin-top: 20px;
    }

    .opshop_two_box .two_inner .two_behind .two_btn a {
        width: 100%;
        margin-bottom: 5px;
    }

    .opshop_two_box .two_inner .two_behind .two_btn a:last-child {
        margin-bottom: 0;
    }

    /* ----------------------------------------------------------------
        第3层
    -----------------------------------------------------------------*/
    .opshop_three {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .opshop_three_box {
        margin-top: 30px;
    }

    .opshop_three_box li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .opshop_three_box li:nth-child(2n+2) {
        margin-right: 0;
    }

    .opshop_three_box li:last-child {
        width: 100%;
        margin-right: 0;
    }

    /* ----------------------------------------------------------------
        第4层
    -----------------------------------------------------------------*/
	.opshop_four {
		background: #ffffff;
	}
	
	.opshop_four .opshop_cont {
		position: relative;
		display: inline-block;
		width: 100%;
	}
	
    .opshop_four_box .four_box_l {
        width: 100%;
    }

    .four_box_l .four_l_titles {
        font-size: 16px;
        margin-top: 30px;
    }

    .four_box_l .four_l_list {
        margin: 0 auto;
    }

    .four_box_l .four_l_list li {
        margin-top: 20px;
    }

    .opshop_four_box .four_box_r {
        width: 100%;
        height: 100%;
        margin-top: 20px;
        padding-bottom: 30px;
    }

    .four_box_r .four_r_titles {
        font-size: 16px;
        margin-top: 30px;
    }
	
	.four_box_l .four_l_list .four_l_icon {
		width: 63px;
		height: 63px;
	}
	
	.four_box_r .four_r_list .four_r_icon {
		width: 55px;
		height: 55px;
	}

    /* ----------------------------------------------------------------
        第5层
    -----------------------------------------------------------------*/
	.opshop_five {
		background: #ffffff;
	}
	
    .opshop_five_box {
        margin-top: 30px;
    }

    .opshop_five_box li {
        width: 100%;
		height: auto;
		margin: 0 0 10px 0;
		padding: 10px 0;
		text-align: center;
    }

    .opshop_five_box li:last-child {
        margin-bottom: 0;
    }
	
	.opshop_five_box .five_l_icon {
		float: none;
		width: 100%;
		height: auto;
		margin: 0;
	}

    .opshop_five_box .five_r_cont {
        float: none;
		margin-right: 0;
    }

    .opshop_five_btn {
        margin-top: 20px;
    }

}