@import url("../common/base.css?version_tmp=5");
@import url("../common/tabbar/tabbar.css?version_tmp=5");
@import url("../common/shoppingCar/shoppingCarNum.css?version_tmp=5");

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #e6ebf2 !important;
}

html, body {
    /* max-width: 768px; */
    /* min-width: 320px; */
    width: auto !important;
    margin: auto;
}

.limitedTime_content {
    margin-top: 10px;
    width: 100%;
    background-color: #fff;
    position: relative;
}

.limitedTime_loading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5)
}

.limitedTime_loading > .limitedTime_loading_img {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 11;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
}

.limitedTime_content .msyg_content {
    width: 100%;
    background-color: #fff;
    cursor: pointer;
}

.msyg_content > .msyg_top {
    box-sizing: border-box;
    border-bottom: 1px solid #E6EBF2;
    position: relative;
    width: 100%;
    height: 52px;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.msyg_top > .msbtn {
    position: relative;
    display: block;
    height: 100%;
    width: 50%;
    font-size: 18px;
    color: #666666;
/ / padding-right: 12 px;
    line-height: 52px;
    text-align: right;
    cursor: pointer;
}

.msyg_top > .msbtn > .msbtn_text {
    position: absolute;
    right: 20px;
    top: 0;
}

.msyg_top > .ygbtn {
    display: block;
    position: relative;
    height: 100%;
    width: 50%;
    font-size: 18px;
    text-align: left;
/ / padding-left: 20 px;
    line-height: 52px;
    cursor: pointer;
    color: #666666;

}

.msyg_top > .ygbtn > .ygbtn_text {
    position: absolute;
    left: 20px;
    top: 0;
}

.msyg_top > .active {
    font-weight: 700;
    color: #333333;
}

.msyg_top > .badge {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 40px;
    height: 4px;
    background-color: #0099FF;
    display: none;
}

.msyg_content > .content_box {
    width: 100%;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
/ / overflow: hidden;
    position: relative;
/ / position: absolute;
/ / left: 0;
/ / top: 0;
}

.msyg_content > .content_box .common {
    width: 100%;
    padding: 10px 15px 0 15px;
}

.msyg_middle > .info_top {
    width: 100%;
    height: 33px;
/ / margin-right: 15 px;
    padding: 0 10px;
    border-radius: 5px;
    background-color: #F5F7FA;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.msyg_middle > .info_top > .countdown {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}

.msyg_middle > .info_top > .countdown > .time {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.msyg_middle > .info_top > .countdown > .msg {
    color: #333333;
    margin-right: 5px;
}

.msyg_middle > .info_top > .countdown > .time > .item {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background-color: #333333;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
}

.msyg_middle > .info_top > .countdown > .time > .fenge {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 12px;
    color: #999999;
    margin: 0 2px;
}

.tab_ms > .info {
    width: 100%;
    padding: 10px 0 15px 0;
    border-bottom: 1px solid #E6EBF2;
    overflow: hidden;
}

.tab_ms {
/ / float: left;
    width: 100%;
    min-width: 100%;
}

.tab_ms > .msyg_footer {
    width: 100%;
    height: 46px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
}

.tab_ms > .msyg_footer > .msyg_footer_text {
    height: 100%;
    font-size: 14px;
    color: #999999;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.tab_ms > .msyg_footer > span {
    height: 100%;
    font-size: 16px;
    color: #999999;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.tab_ms > .info > .infoWrapper {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
/ / align-items: flex-start;
    white-space: nowrap;
    min-width: 101%;
}

.tab_ms > .info > .infoWrapper > .info_cloum {
    max-width: 90px;
    min-width: 90px;
    min-height: 150px;
    margin-right: 15px;
    display: block;
    display: inline-block;
    cursor: pointer;
}

.tab_ms > .info > .infoWrapper > .info_cloum:first-child {
    margin-left: 15px;
}


.info_cloum > .goods_img {
    position: relative;
    width: 90px;
    height: 90px;
}

.info_cloum > .goods_img > img {
    display: block;
    max-width: 90px;
    max-height: 90px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.info_cloum > .msPrice {
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    margin-top: 5px;
    color: #FF6600;
}

.info_cloum > .scPrice {
    text-align: center;
}

.info_cloum > .scPrice > del {
    font-size: 12px;
    line-height: 15px;
    color: #999999;

}

.info_cloum > .jdt {
    width: 100%;
    margin-top: 5px;
    padding: 0 10px 0 10px;
    height: 15px;
}

.info_cloum > .jdt > .jdt_info {
    width: 100%;
    border-radius: 7px;
    height: 100%;
    background-color: #FFC8BA;
    position: relative;
    overflow: hidden;
}

.info_cloum > .jdt > .jdt_info > .pb {
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    line-height: 15px;
    background-color: #FF3300;
/ / background-image: linear-gradient(90 deg, #e93b3d, #ff9574);
    text-align: center;

/ / padding-left: 10 px;
}

.info_cloum > .jdt > .jdt_info > .jdt_msg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
}

.info_cloum > .jdt > .jdt_info > .jdt_msg > span {
    font-size: 12px;
    line-height: 15px;
}

.ms_content {
    box-sizing: border-box;
}

.ms_content > .only_ms_top {
    width: 100%;
    height: 52px;
    padding: 0 15px;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #E6EBF2;
}

.ms_content > .only_ms_top > .only_ms_title {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
}

.ms_content > .only_ms_top > .only_ms_countdown {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}

.ms_content > .only_ms_top > .only_ms_countdown > .only_ms_countdown_left {
    font-size: 12px;
    color: #333;
    margin-right: 5px;
}

.ms_content > .only_ms_top > .only_ms_countdown > .only_ms_countdown_right {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

}

.ms_content > .only_ms_top > .only_ms_countdown > .only_ms_countdown_right > div {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background-color: #333;
    font-size: 12px;
    border-radius: 3px;
    color: #fff;
}

.ms_content > .only_ms_top > .only_ms_countdown > .only_ms_countdown_right > span {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 12px;
    color: #999;
    margin: 0 2px;
}

.ms_content > .only_ms_middle {
    padding: 10px 0 15px 0;
    border-bottom: 1px solid #E6EBF2;
    overflow: hidden;
}

.ms_content > .only_ms_footer {
    width: 100%;
    height: 46px;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -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;
}

.ms_content > .only_ms_footer > .only_ms_footer_text {
    display: flex;
    font-size: 14px;
    color: #999999;
}

.ms_content > .only_ms_footer > span {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    line-height: 46px;
    font-size: 16px;
    color: #999;
}

.ms_content > .only_ms_middle > .only_ms_wrapper {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    min-width: 105%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    white-space: nowrap;
}

.only_ms_wrapper > .info_cloum {
    max-width: 90px;
    min-width: 90px;
    min-height: 150px;
    margin-right: 15px;
    /*padding: 0 15px;*/
    display: inline-block;
}

.only_ms_wrapper > .info_cloum:first-child {
    margin-left: 15px;
}

/*///////*/
.yg_content {
    box-sizing: border-box;
}

.yg_content > .only_yg_top {
    width: 100%;
    height: 52px;
    padding: 0 15px;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #E6EBF2;
}

.yg_content > .only_yg_top > .only_yg_title {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
}

.yg_content > .only_yg_top > .only_yg_countdown {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}

.yg_content > .only_yg_top > .only_yg_countdown > .only_yg_countdown_left {
    font-size: 12px;
    color: #333;
    margin-right: 5px;
}

.yg_content > .only_yg_top > .only_yg_countdown > .only_yg_countdown_right {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

}

.yg_content > .only_yg_top > .only_yg_countdown > .only_yg_countdown_right > div {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background-color: #333;
    font-size: 12px;
    border-radius: 3px;
    color: #fff;
}

.yg_content > .only_yg_top > .only_yg_countdown > .only_yg_countdown_right > span {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 12px;
    color: #999;
    margin: 0 2px;
}

.yg_content > .only_yg_middle {
    padding: 10px 0 15px 0;
    border-bottom: 1px solid #E6EBF2;
    overflow: hidden;
}

.yg_content > .only_yg_footer {
    width: 100%;
    height: 46px;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -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;
}

.yg_content > .only_yg_footer > .only_yg_footer_text {
    font-size: 14px;
    color: #999999;
}

.yg_content > .only_yg_footer > span {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    line-height: 46px;
    font-size: 16px;
    color: #999;
}

.yg_content > .only_yg_middle > .only_yg_wrapper {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    min-width: 105%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    white-space: nowrap;
}

.only_yg_wrapper > .info_cloum {
    max-width: 90px;
    min-width: 90px;
    margin-right: 15px;
    display: inline-block;
    position: relative;
}

.only_yg_wrapper > .info_cloum:first-child {
    margin-left: 15px;
}

.info_cloum {
    position: relative;
}

.info_cloum .overMs_tab {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 54px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    z-index: 1;
    color: #fff;

}
.overMs_tab>img{
    display: block;
    width: 100%;
    height: 100%;
}
.countdown_msg{
    color: #999;
}

.J-area {
    height: 50px;
    width: 25%;
}

.J-area > a {
    height: 100%;
    width: 100%;
}

.m-header {
    height: 50px;
    background: #fff;
    line-height: 50px;
    padding: 0 10px;
}

.m-header .header-logo .header-r {
    background: url(../../img/home/header-logo-txt.svg) no-repeat;
    width: 195px;
    height: 15px;
    float: right;
    margin-top: 19px;
}

.m-header .header-logo .logo-img {
    background: url(../../img/home/logo.svg);
    width: 85.5px;
    height: 23px;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: -7px;
    margin-right: 5px;
}

.m-header .header-logo .logo-txt {
    font-size: 14px;
    color: #999;
}

.m-header .header-msg {
    float: right;
    position: relative;
}

.m-header .header-msg .hc-icon {
    font-size: 24px;
    color: #666;
    vertical-align: -5px;
}

.m-header .header-msg .header-num {
    min-width: 16px;
    height: 16px;
    padding: 0 5px;
    border-radius: 8px;
    background: #f33;
    font-size: 12px;
    color: #fff;
    display: block;
    position: absolute;
    top: 4px;
    right: -8px;
    z-index: 5;
    line-height: 16px;
}

.home-wrap {
    background: #EDF0F2;
    padding-bottom: 115px;
    padding-bottom: calc(115px + constant(safe-area-inset-bottom));
    padding-bottom: calc(115px + env(safe-area-inset-bottom));
}

.home-wrap .block {
    background: #fff;
    overflow: hidden;
    position: relative;
}

.home-wrap .block:last-child {
    margin-bottom: 0;
}

.home-wrap .search-inner {
    height: 43px;
    width: 100%;
}

.home-wrap .search-wrap {
    width: 100%;
    padding: 0 10px 8px 10px;
    background: #fff;
}

.home-wrap .search-wrap .search-input {
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    background: #EDF0F2;
    display: block;
}

.home-wrap .search-wrap .search-input .hc-icon {
    font-size: 16px;
    margin-left: 10px;
    line-height: 35px;
    margin-right: 10px;
    color: #999;
    vertical-align: -3px;
}

.home-wrap .search-wrap .search-input .input-txt {
    display: inline-block;
    line-height: 35px;
    color: #B6BABF;
    vertical-align: top;
    font-size: 14px;
}

.home-wrap .search-wrap.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 768px;
    padding: 8px 10px;
    /*height: 44px;*/
    z-index: 5;
    border-bottom: solid 1px #DAE0E6;
}

.home-wrap .home-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.home-wrap .home-banner .banner-list {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.home-wrap .home-banner .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 0;
    padding-top: 40%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.home-wrap .home-banner .swiper-pagination {
    position: absolute;
    bottom: 8px;
    text-align: center;
    width: 100%;
    z-index: 2;
    height: 8px;
}

.home-wrap .home-banner .swiper-pagination span {
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    margin-right: 5px;
}

.home-wrap .home-banner .swiper-pagination span:last-child {
    margin-right: 0;
}

.home-wrap .home-banner .swiper-pagination span.swiper-pagination-bullet-active {
    background: #f60;
}

.home-wrap .home-golden {
    background-color: #fff;
    padding:20px 10px 0 10px;
}

.home-wrap .home-golden .golden-item {
    float: left;
    width: 20%;
    text-align: center;
    /*padding: 20px 0;*/
    padding-bottom: 20px;
    color: #333;
}

.home-wrap .home-golden .golden-item .item-img {
    display: inline-block;
    vertical-align: top;
    width: 45px;
    height: 45px;
    /*padding: 0 13px;*/
    margin-bottom: 5px;
}

.home-wrap .home-golden .golden-item .item-img img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    vertical-align: top;
}

.home-wrap .cate-title {
    padding-top: 20px;
    text-align: center;
}

.home-wrap .cate-title .title-txt {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.home-wrap .cate-title .title-gap {
    width: 30px;
    height: 2px;
    background: #09f;
    display: inline-block;
    vertical-align: top;
}

.home-wrap .cate-list {
    text-align: center;
    font-size: 0;
    margin-bottom: 20px;
}

.home-wrap .cate-list .cate-item {
    display: inline-block;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    margin-right: 8px;
    background: #e6ebf2;
    padding: 0 8px 0 10px;
    border-radius: 14px;
    color: #333;
}

.home-wrap .cate-list .cate-item .hc-icon {
    font-size: 16px;
    vertical-align: -2px;
}

.home-wrap .cate-list .cate-item:last-child {
    margin-right: 0;
    padding-right: 6px;
}

.home-wrap .goods-list {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    margin-right: -1px;
}

.home-wrap .goods-list .goods-item {
    width: 50%;
    padding: 16px;
    border-right: 1px solid #e6ebf2;
    border-top: 1px solid #e6ebf2;
    border-bottom: 1px solid #e6ebf2;
    margin-bottom: -1px;
}

.home-wrap .goods-list .goods-item .item-img img {
    max-width: 100%;
    vertical-align: top;
}

.home-wrap .goods-list .goods-item .item-name {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    max-height: 42px;
    color: #333;
    margin-bottom: 4px;
}

.home-wrap .goods-list .goods-item .item-txt {
    font-size: 12px;
    color: #999;
}

.home-wrap .goods-list .goods-item .item-txt span {
    display: inline-block;
    vertical-align: top;
}

.home-wrap .goods-list .goods-item .item-txt.txt-price {
    line-height: 27px;
}

.home-wrap .goods-list .goods-item .item-txt.txt-price .txt {
    display: inline-block;
    line-height: 27px;
}

.home-wrap .goods-list .goods-item .item-txt .price {
    font-size: 18px;
    color: #f60;
}

.home-wrap .goods-list .goods-item .item-txt .txt-line {
    text-decoration: line-through;
}

.download-app {
    background: #333;
    color: #fff;
    height: 56px;
    display: none;
}

.download-app .icon-delete {
    font-size: 24px;
    margin-top: 15px;
    margin: 15px 8px 0 8px;
}

.download-app .cnt-img {
    width: 40px;
    height: 40px;
    margin-top: 8px;
    border-radius: 5px;
    background: #09f;
    margin-right: 8px;
    background: url(../../img/home/app_logo.png);
    background-size: 100% 100%;
}

.download-app .cnt-title {
    font-size: 14px;
    margin-top: 8px;
}

.download-app .btn {
    background: #09f;
    border-radius: 4px;
    height: 32px;
    line-height: 32px;
    margin-top: 12px;
    display: inline-block;
    padding: 0 5px;
    color: #fff;
    margin-right: 8px;
}

@media screen and (min-width: 360px) {
    .download-app .btn {
        background: #09f;
        padding: 0 16px;
        color: #fff;
        margin-right: 16px;
    }
}

.fr-line-through {
    text-decoration: line-through !important;
}


/** 首页改版  by crown at 2019-06-01  **/
.home-wrap .block .home-go-coupon {
    padding: 0 15px;
    background-color: #fff;
    padding-bottom: 15px;
}

.home-wrap .block .home-go-coupon img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.J-area {
    height: 100%;
    width: 100%;
}

.home-wrap .block .new-and-hot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 15px;
    background-color: #fff;
    margin-top: 10px;
}

.home-wrap .block .new-and-hot .new-area {
    margin-right: 2px;
    flex: 1;
    -webkit-box-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.home-wrap .block .new-and-hot a img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.home-wrap .block .new-and-hot a {
    margin-right: 10px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.home-wrap .block .new-and-hot a:last-child {
    margin-right: 0;
}

.home-wrap .block .new-and-hot .house-hold {
    margin-left: 2px;
    margin-right: 2px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.home-wrap .block .new-and-hot .house-hold img {
    width: 100%;
    height: auto;
}

.home-wrap .block .new-and-hot .hot-area {
    margin-left: 2px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.home-wrap .block .new-and-hot .hot-area img {
    width: 100%;
    height: auto;
}

.home-wrap .home-one-floor .one-floor-title {
    text-align: center;
    padding: 20px 0 10px 0;
}

.home-wrap .home-one-floor .one-floor-title .title-word {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #333;
    position: relative;
    display: inline-block;
}

.home-wrap .home-one-floor .one-floor-title .title-word .title-line {
    width: 50px;
    height: 1px;
    background: #ced3d9;
    position: absolute;
    top: 12px;
}

.home-wrap .home-one-floor .one-floor-title .title-word .title-line.line-l {
    left: -60px;
}

.home-wrap .home-one-floor .one-floor-title .title-word .title-line.line-r {
    right: -60px;
}

.home-wrap .home-one-floor .one-floor-title .title-word .icon-right {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #999999;
}

.home-wrap .home-one-floor .one-floor-three-choice {
    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;
    padding: 0 10px 5px 10px;
}

.home-wrap .home-one-floor .one-floor-three-choice .one-choice-wrapper {
    flex: 1;
    margin-right: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding: 6px 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #666;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-wrap .home-one-floor .one-floor-three-choice .one-choice-wrapper:last-child {
    margin-right: 0;
}

.home-wrap .home-one-floor .one-floor-three-choice .one-choice-wrapper .one-choice {
    display: inline;
}

.home-wrap .home-one-floor .one-floor-three-choice .one-choice-wrapper .one-choice .icon-right {
    font-size: 16px;
    vertical-align: -2px;
}

.home-wrap .home-one-floor .one-floor-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px #E6EBF2;
    padding: 0 10px;
    margin-bottom: 10px;
}

.home-wrap .home-one-floor .one-floor-body .one-kind-goods {
    padding: 10px;
    width: calc((100% - 5px) / 2);
    position: relative;
    background: #fff;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.home-wrap .home-one-floor .one-floor-body .one-kind-goods:nth-child(2n) {
    margin-right: 0;
}

.home-wrap .home-one-floor .one-floor-body .one-kind-goods .goods-pic {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 100%;
}

.home-wrap .home-one-floor .one-floor-body .one-kind-goods .goods-pic .tag-wrap {
    width: 100%;
    bottom: 0;
    position: absolute;
}

.home-wrap .home-one-floor .one-floor-body .one-kind-goods .goods-pic .tag-wrap img {
    display: inline-block;
    height: 14px;
    margin-right: 5px;
    vertical-align: bottom;
    position: static;
}

.home-wrap .home-one-floor .one-floor-body .one-kind-goods .goods-pic .tag-wrap .tag-1 {
    width: 27px;
}

.home-wrap .home-one-floor .one-floor-body .one-kind-goods .goods-pic .tag-wrap .tag-2 {
    width: 47px;
}

.home-wrap .home-one-floor .one-floor-body .one-kind-goods .goods-pic img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.home-wrap .home-one-floor .one-floor-body .one-kind-goods .goods-name {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    height: 42px;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
}

.home-wrap .home-one-floor .one-floor-body .one-kind-goods .goods-block {
    height: 18px;
}
.home-wrap .home-one-floor .one-floor-body .one-kind-goods .goods-pack {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #999999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.home-wrap .home-one-floor .one-floor-body .one-kind-goods .no-login .market-price {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #999999;
}

.home-wrap .home-one-floor .one-floor-body .one-kind-goods .no-login .market-price .market-price-num {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #999999;
}

.home-wrap .home-one-floor .one-floor-body .one-kind-goods .no-login .vip-price {
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: #999999;
}

.home-wrap .home-one-floor .one-floor-body .one-kind-goods .login-noapprove .market-price {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #999999;
    margin-bottom: 3px;
}

.home-wrap .home-one-floor .one-floor-body .one-kind-goods .login-noapprove .market-price .market-price-num {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #999;
}

.home-wrap .home-one-floor .one-floor-body .one-kind-goods .login-noapprove .vip-price {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #999999;
}

.home-wrap .home-one-floor .one-floor-body .one-kind-goods .login-approve .vip-price {
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: #999999;
}

.home-wrap .home-one-floor .one-floor-body .one-kind-goods .login-approve .vip-price .vip-price-num {
    font-size: 12px;
    font-weight: 400;
    color: #999;
}

.home-wrap .home-one-floor .one-floor-body .one-kind-goods .login-approve .market-price {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #999999;
}

.home-wrap .home-one-floor .one-floor-body .one-kind-goods:nth-child(even) {
    border-right: none;
}

.home-wrap .loading {
    display: none;
    text-align: center;
    background-color: #E6EBF2;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #999999;
    padding: 11px 0;
}

.home-wrap .loaded {
    display: none;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #999999;
    padding: 11px 0;
}


.hot-entry {
    display: flex;
    color: #999;
    padding: 5px 0 10px 0;
    margin: 0 10px 5px 10px;
    border-bottom: solid 1px #CED2D9;
}

.hot-entry a {
    color: #999;
}

.footer-wrap {
    padding: 0 10px;
}

.footer-wrap .footer-link {
    color: #999;
    display: block;
    padding: 5px 0;
}


.ms_goods_cont {
    font-size: 12px;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #FF6600;
}

.vip_price_big {
    color: #FF6600;
}

.vip_price_s {
    color: #FF6600;
}

.ms-price-num {
    font-size: 12px;
}

.home-wrap .back-top {
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
    position: fixed;
    bottom: 95px;
    right: 15px;
    border-radius: 50%;
    display: none;
    border: 1px solid #CED2D9;
}

.home-wrap .back-top .icon-up {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    color: #666666;
}


/***
 */
.home-wrap .home-one-floor .one-floor-body .one-kind-goods .goods-new {
    position: absolute;
    top: -1px;
    left: 15px;
}

.home-wrap .home-one-floor .one-floor-body .one-kind-goods .goods-new img {
    width: 34px;
    height: 24px;
    display: block;
}

.home-wrap .home-one-floor .one-floor-body .one-kind-goods .goods-hot {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    white-space: nowrap;
    height: 14px;

}

.goods_imgcont {
    margin-bottom: 10px;
    position: relative;
    box-sizing: border-box;
}

.home-wrap .home-one-floor .one-floor-body .one-kind-goods .goods-hot img {
    // width: 34px;
    // height: 24px;
    height: 100%;
    margin-right: 5px;

}

/*.coupon-main-container {*/
/*    height: 100%;*/
/*    position: fixed;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    z-index: 99999;*/
/*}*/

/*.coupon-pop-layer {*/
/*    height: 100%;*/
/*    font-size: 16px;*/
/*    background-color: rgba(0, 0, 0, 0.8);*/
/*}*/

/*.coupon-bg {*/
/*    position: absolute;*/
/*    width: 90%;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    z-index: 1999;*/
/*    transform: translate(-50%, -50%);*/
/*    text-align: center;*/
/*}*/

/*.pop-layer-img {*/
/*    width: 100%;*/
/*}*/

/*.coupon {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*}*/

/*.coupon-t1 {*/
/*    top: 25%;*/
/*    color: #fff;*/
/*}*/

/*.coupon-t2 {*/
/*    top: 50%;*/
/*    left: -1%;*/
/*    color: #e32141;*/
/*}*/

/*.coupon-t3 {*/
/*    top: 63%;*/
/*    font-size: 18px;*/
/*    color: #c3a96a;*/
/*}*/

/*.coupon-t4 {*/
/*    top: 76%;*/
/*    color: #c3a96a;*/
/*}*/

/*.rmb {*/
/*    font-size: 20px;*/
/*}*/

/*.price {*/
/*    font-size: 30px;*/
/*}*/

.none {
    display: none;
}

.icon-error1 {
    position: absolute;
    font-size: 35px;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
}

.bgGloable {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}

.dialog-info {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1000;
    transform: translate(-50%, -50%);
}

.dialog-info .close-icon {
    position: absolute;
    left: 50%;
    bottom: -60px;
    color: #fff;
    width: 40px;
    height: 40px;
    transform: translateX(-50%);
}

.dialog-info .active_img {
    max-width: 280px;
    max-height: 340px;
}

@media screen and (min-width: 360px) {
    .m-header {
        padding-left: 20px;
    }

    .m-header .header-logo .header-r {
        width: 221px;
    }
}