/*
 * @Description: 1-0首页
 * @fileName: index.css
 * @Author: longhaiyan
 * @Date: 2020-04-21 16:25:56
 * @LastEditors: Liangxinyang
 * @LastEditTime: 2020-04-27 19:03:19
 */
.school {
    width: 100%;
    height: 1rem;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    margin-top:0.2rem;
}

.schoolMall_ch {
    font-size: 0.26rem;
	font-weight: bold;
	color: #333333;
}

.schoolMall_en {
    font-size: 0.22rem;
	color: #666666;
}

.schoolMall_logo_pic {
    width: 0.80rem;
    height: 0.80rem;
    border-radius: 50%;
    margin-right: 0.3rem;
}

.bind_School_ch {
    font-size: 0.26rem;
	font-weight: bold;
	color: #ffffff;
}

.bind_School_en {
    font-size: 0.22rem;
	color: #ffffff;
}

.schoolMall {
    display: flex;
    align-items: center;
    height: 100%;
    width: calc(100% - 1.7rem);
}

.schoolMall_txt {
    height: 0.6rem;
    width: 1.86rem;
    /* padding-right: 0.4rem; */
    text-align: center;
    border-right: 1px solid #dcdcdc;
    /* padding-top: 0.22rem; */
    box-sizing: border-box;
    padding:0 0.1rem;
}

.schoolMall_logo {
    height: 100%;
    overflow: auto;
    width: 66%;
    white-space: nowrap;
    padding-top: 0.1rem;
    margin-left: 0.1rem;
}

.bind_School {
    width: 1.7rem;
	height: 1rem;
    background-color: #c6133f;
    text-align: center;
    padding-top: 0.24rem;
    box-sizing: border-box;
}

/* 轮播图 start */
.swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

.swiper-pagination-bullet {
    width: 0.13rem;
    height: 0.13rem;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .5;
}
.swiper-pagination-bullet-active{
    background: #c6133f;
    opacity: 1;
}

.swiper-container {
    position: relative;
    margin-bottom: 0.3rem;
}

/* 消息通知 */
.news_tip {
    width: 0.3rem;
    height: 0.24rem;
    margin-right: 0.12rem;
}

.news_box {
    width: 5.54rem;
    height: 0.24rem;
    font-size: 0.24;
	color: #ffffff;
}

.news_show {
    width: 100%;
	height: 0.7rem;
	background-color: #000000;
    opacity: 0.25;
    position: absolute;
    top: 0rem;
    left: 0rem;
    z-index: 10;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0px 0.25rem;
}
.news_box ul li {
    width: 50%;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
}
/* 轮播图 end */

/* 公共商城 start*/
.publicMall_logo {
    width: 0.9rem;
    height: 0.9rem;
    margin-right: 0.2rem;
}

.publicMall_txt {
    font-size: 0.3rem;
    color: #333333;
    margin-right: 0.2rem;
    font-weight: bold;
}

.publicMall_text {
    font-size: 0.22rem;
	color: #666666;
}

.publicMall_top {
    padding-left: 0.2rem;
    display: flex;
    align-items: center;
    height: 0.8rem;
    background-color: #f5f6f7;
    margin-bottom: 0.24rem;
}

.publicMall {
    width: 93%;
    box-sizing: border-box;
    margin:0rem 0.25rem;
    background: #fff;
}

/* 热卖 */
.hot_sale_logo {
    width: 0.22rem;
    height: 0.26rem;
    margin-right: 0.2rem;
}
.hot_sale_txt {
    font-size: 0.28rem;
    color: #333333;
    margin-right: 0.09rem;
}
.hot_sale_text {
    font-size: 0.28rem;
	color: #333333;
}
.hot_sale_top {
    /* padding-left: 0.2rem; */
    display: flex;
    align-items: center;
    margin-bottom: 0.29rem;
}

.hot_item_log_pic {
    width: 0.18rem;
    height: 0.22rem;
    margin-right: 0.08rem;
}

.hot_item_log_txt {
    font-size: 0.22rem;
	color: #ffffff;
}

.hot_item_log {
    width: 0.86rem;
	height: 0.36rem;
	background-color: #c6133f;
    border-radius: 0.04rem;
    /* padding-left: 0.1rem; */
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.symbol .hot_item_img {
    width: 2.01rem;
    height: 2.2rem;
    /* max-width: 100%; */
    /* max-height: 100%; */
}

.hot_shop {
    width: 100%;
    height: 2.2rem;
    text-align: center;
}

.hot_price {
    font-size: 0.32rem;
	font-weight: bold;
    color: #c6133f;
    text-align: right;
}

.hot_discrip_ch {
    width: 3.07rem;
    font-size: 0.26rem;
	font-weight: bold;
    color: #333333;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
}

.hot_discrip_en {
    width: 3.07rem;
	font-size: 0.22rem;
    color: #5c5c5c;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
}

.hot_sale_item {
    float: left;
    margin-right: 0.2rem;
    margin-bottom: 0.57rem;
}

.hot_sale_item:last-child {
    margin-right: 0rem;
}

.hot_sale {
    width: 94%;
    margin: 0rem 0.2rem;
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0.24rem;
}

.no_symbol .hot_discrip_ch , .no_symbol .hot_discrip_en {
    width: 2rem;
}

.no_symbol .hot_item_img {
    /* width: 2.01rem;
    height: 2.2rem; */
    max-width: 2.01rem;
    max-height: 2.2rem;
}

.no_symbol .hot_sale_item {
    margin-bottom: 0.34rem;
}

.hot_sale:last-child {
    border-bottom: none;
}

.visit {
    height: 0.8rem;
	background-color: #f7f8f9;
    border-radius: 0.04rem;
    line-height: 0.8rem;
    text-align: center;
    margin: 0rem 0.2rem 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 0px auto; */
    font-size:0.30rem;
    font-weight: bold;
    color:#333;
}

.go_img {
    width: 0.19rem;
    height: 0.19rem;
    margin-left: 0.16rem;
}

.publicMall {
    overflow: hidden;
    margin-bottom: 0.3rem;
}
/* 公共商城 end*/


/* 学校商城 start */
.schoolsMall {
    background: #fff;
    margin: 0rem 0.25rem 0.3rem;
    overflow: hidden;
}

.schoolsMall_logo {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.2rem;
}

.schoolsMall_info_txt {
    width: 100%;
	font-size: 0.3rem;
    color: #333333;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
    margin-bottom: 0.14rem;
    font-weight: bold;
    height:0.3rem;
    line-height: 0.3rem;
}

.schoolsMall_info_text {
    width: 100%;
	font-size: 0.22rem;
	font-weight: normal;
	color: #666666;
    height:0.3rem;
    line-height: 0.3rem;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
}

.userInfo_pic {
    width: 0.22rem;
    height: 0.23rem;
    margin-right: 0.14rem;
}

.userInfo_name {
    font-size: 0.26rem;
	color: #333333;
}

.schoolsMall_top {
    /* width: 700px; */
	height: 1.1rem;
    /*background-color: #f5f6f7;*/
    display: flex;
    padding-left: 0.2rem;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    /*border-right:1px solid #e5e5e5;*/
}

.userInfo {
    padding: 0.15rem 0rem 0.15rem 0.2rem;
    border-left: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
}

.schoolsMall_info {
    /*margin-right: 0.4rem;*/
    width: 50%;
}

/* 学校商城商品 */
.item_left{
    width: 1.54rem;
    height: 1.4rem;
    position: relative;
    text-align: center;
    margin-right: 0.24rem;
}

.item_left_pic {
    max-width: 100%;
    max-height: 100%;
}

.item_left_bottom {
    width: 100%;
    height: 0.36rem;
    line-height: 0.36rem;
    text-align: center;
    font-size: 0.22rem;
    color: #ffffff;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
}

.bottom_green {
    background: #7cbd5d;
}

.item_name {
    font-size: 0.28rem;
	font-weight: bold;
    color: #333333;
    width: 4.68rem;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
}

.item_engname {
    width: 4.68rem;
	font-size: 0.26rem;
    color: #5c5c5c;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
    margin-bottom: 0.1rem;
}

.item_price_new {
    font-size: 0.32rem;
	font-weight: bold;
	color: #c6133f;
}

.item_price_old {
    font-size: 0.26rem;
    color: #999999;
    text-decoration: line-through;
}

.schoolsMall_item {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.schoolsMall_list {
    padding: 0.4rem 0.2rem 0rem;
    overflow: hidden;
}

.bottom_yellow {
    background: #fecc5b;
}
/* 学校商城 end */

/* 绑定学校 */
.bind_link {
    display: block;
    overflow: hidden;
    margin: 0rem 0.25rem 1.5rem;
}
.bind_btn {
    width: 100%;
}


/*文字垂直滚动 start*/
.gunShu-warp {
    /* height: 100px; */
    overflow: hidden;
    position: relative;
    padding: 0;
}

.gunShu-warp ul {
    position: absolute;
    /* width: 100%; */
    top: 0;
    z-index: 999;
}

.gunShu-warp ul li {
    height: 0.35rem;
    /* line-height: 0.4rem; */
    margin-bottom: 0.1rem;
    text-align: left;
    color: #fff;
    z-index: 999;
}
/*文字垂直滚动 end*/

/* 退货弹窗 start */
.popCenter {
    width: 6.4rem;
	height: 5.2rem;
    background-color: #ffffff;
    /* margin: 0rem auto; */
    position: relative;
}
.popCenter_top {
    width: 5.9rem;
	height: 0.88rem;
    background-color: #f9f8f8;
    font-size: 0.28rem;
	font-weight: bold;
    color: #003c61;
    padding-left: 0.3rem;
    line-height: 0.88rem;
    box-sizing: border-box;
    text-align: left;
}

.popCenter_center {
    width: 5.54rem;
    box-sizing: border-box;
    text-align: center;
    margin: 0.6rem auto;
}

.content_ch {
    font-size: 0.26rem;
    color: #333333;
    line-height: 0.4rem;
}

.content_en {
    font-size: 0.24rem;
	color: #666666;
    line-height: 0.4rem;
}

.viewtn {
    width: 4rem;
	height: 0.8rem;
	background-color: #c6133f;
    border-radius: 0.04rem;
    font-size: 0.28rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.8rem;
    margin: 0rem auto;
    border: none;
    display: block;
}

.closeBtn {
    width: 0.58rem;
    height: 0.58rem;
    position: absolute;
    bottom: -1.08rem;
    left: 2.9rem;
}

/* layui默认样式修改 */
.layui-m-layercont {
    padding: 0rem !important;
    width:  6.4rem !important;
}

.layui-m-layer0 .layui-m-layerchild {
    /*width: auto !important;*/
}

/* 退货弹窗 end */



/* 学校商城筛选start */
.shopSort {
    width: 100%;
    height: 0.85rem;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    /*overflow: hidden;*/
}

.shopSort_content {
    width: 88%;
    float: left;
    line-height: 0.85rem;
    overflow: auto;
    box-sizing: border-box;
    padding-left: 0.2rem;
}

.shopSort_content_inner {
    /* width: 300%; */
    white-space: nowrap;
    word-wrap: normal;
    overflow: auto;
}

.sort_item {
    font-size: 0.24rem;
    color: #666666;
    margin-right: 0.36rem;
}

.shopSort_logo {
    width: 10%;
    height: 100%;
    /* line-height: 0.85rem; */
    text-align: center;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-left: 1px solid ; */
}

.sort_img {
    width: 0.34rem;
	height: 0.34rem;
}

.shadow {
    float: left;
    box-shadow: -0.05rem 0px 0.1rem 0px #9f9f9f;
    width: 2px;
    /* background: #9f9f9f; */
    height: 90%;
    margin-top: 0.05rem;
    margin-left: 0.05rem;
}
/* 学校商城筛选end */


/* 全部商品筛选start */
.shopSort {
    width: 100%;
    height: auto;
    /*background: #ffffff;*/
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    background-color: #f5f6f7;
}

.shopSort_content {
    width: 78%;
    float: left;
    line-height: 0.85rem;
    overflow: auto;
    box-sizing: border-box;
    padding-left: 0rem;
}

.shopSort_content_inner {
    white-space: nowrap;
    word-wrap: normal;
    overflow: auto;
}

.sort_item {
    font-size: 0.24rem;
    color: #666666;
    margin-right: 0.36rem;
}

.shopSort_logo {
    width: 19%;
    height: 100%;
    text-align: center;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:0.25rem;
    border-left:1px solid #e5e5e5;
}
.shopSort_logo span{
    margin-left: 0.15rem;
}

.sort_img {
    width: 0.34rem;
	height: 0.34rem;
}

.shadow {
    float: left;
    box-shadow: -0.05rem 0px 0.1rem 0px #9f9f9f;
    width: 2px;
    height: 90%;
    margin-top: 0.05rem;
    margin-left: 0.05rem;
}
/* 全部商品筛选end */



/* 退货弹窗 */
.return_window{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    z-index:100;
}
.returns_window{
    /* display:none; */
}
.returns_window_con{
    background-color:#fff;
    width:100%;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    height: 5.8rem;
}
.return_window_tit{
    padding:0.15rem 0.3rem;
    background-color:#f9f8f8;
    font-size:0.2rem;
    color:#003c61;
    position: relative;
}
.return_window_tit span{
    display:block;
    text-align:left;
}
.return_window_tit img{
    position:absolute;
    right:0.3rem;
    top:0;
    bottom:0;
    margin:auto;
    cursor: pointer;
}
.return_window_txt{
    padding:0.7rem 0.7rem 0.3rem;
    text-align:center;
    font-size:0.2rem;
}
.return_window_txt p{
    line-height:0.3rem;
    color:#666;
}
.return_window_txt p:nth-of-type(1){
    color:#333;
}
.return_look_detail{
    display:inline-block;
    width:52%;
    color:#fff;
    padding:0.15rem 0;
    text-align:center;
    font-size:0.22rem;
    background-color:#c6133f;
    border:1px solid #c6133f;
    margin-top:0.8rem;
}
.return_look_detail:hover{
    background:#fff;
    border:1px solid #c6133f;
    color:#c6133f;
}

/* 换货提醒 */
.exchange_window{
    /* display:none; */
}
.exchange_window_con{
    width:350px;
}
.exchange_window .return_window_txt{
    padding:70px 40px 30px;
}
