﻿@charset 'utf-8';

/* Smaller than standard 1200 */

@media only screen and (max-width: 1199px)
{
    .right-wrap{
        width:60%
    }
}


/* Smaller than standard 980 */

@media only screen and (max-width: 991px)
{
    .right-wrap{
        width:70%
    }
}


/*ipad*/

@media only screen and (max-width: 768px)
{
    .left .pc
    {
        display: none;
    }
    .left{
        display:block;
    }
    .m
    {
        display: block;
    }
    .container-wrap
    {
        /* height: 100vh; */
    }
    .container-fluid,
    .row,
    .right-wrap
    {
        width: 100%;
        height: 100%;
    }
    .left
    {
        display: none;
    }
    .right-wrap
    {
        background: url(../images/m-bg.jpg) no-repeat center top;
        background-size: cover;
    }
    h1
    {
        font-family: "Hiragino Sans GB",Arial,Helvetica,"STHeiTi","Microsoft Yahei",sans-serif;
        font-size: 44px;
        margin-top: 1rem;
        margin-bottom: 1px;
        text-align: center;
    }
    .f24
    {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .text
    {
        font-size: 14px;

        text-align: center;
    }
    .row
    {
        position: relative;

        margin-left: 0;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .right
    {
        right: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        width: 90%;
        height: 588px;
        margin: 0 auto;
        padding: 1.4rem;
        background: rgba(255, 255, 255, .7);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .logo
    {
        top: 0;
        right: 0;

        width: 48px;
        height: 48px;
        margin: auto;

        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);

        background: url(../images/logo.png) no-repeat;
        background-size: 100%;
    }
    .t-mall
    {
        line-height: 34px;
        width: 152px;
        height: 40px;
        font-size: 14px;
    }
    .t-mall:after
    {
        right: -3px;
        bottom: 3px;

        width: 16px;
        height: 21px;
    }
    .margin
    {
        margin: 25px 0 20px 0;
    }
    .post .qrcode
    {
        width: 146px;
        height: 146px;
        margin: 0 auto;
        margin-top: 15px;
    }
    .post.text-align
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .post .section:nth-of-type(1)
    {
        margin-top: 0px;
    }
    .post .section span
    {
        margin-bottom: 7px;
    }
    i.icon
    {
        width: 15px;
        height: 15px;
        margin: 2px 8px 5px 0;
    }
    .foot{color: #fff;left:0px;bottom:2rem;width: 100%;text-align: center;padding: 0 2rem;}
    .foot a{color: #fff;}
    /*内页*/
.intop{height: 4rem;border-bottom: 1px solid #eee;width:100%;}
.intop .logo{position: relative;top:0;left: 0;margin: 0 auto;-webkit-transform:none;transform:none;width: 3rem;height: 3rem;margin-top: 1rem;}
.inmain{width: 90%;margin: 0 auto;line-height: 2.2rem;font-size: 1.3rem;}
.infoot{font-size:12px;color: #999;line-height: 50px;text-align: center;}
.infoot a{color: #999;}
.infoot a:hover{color: #e33144;}
}

@media screen and (max-width: 414px)
{
    h1
    {
        font-size: 42px;

        margin-bottom: 0;
        margin-top: 2rem;
    }
    .f24
    {
        font-size: 17px;
        font-weight: bold;
        margin-bottom: .8rem;
    }
    .text
    {
        font-size: 12px;
    }
    .right
    {
        height: 80%;
    }
    .margin
    {
        margin: 2.2rem 0 1.2rem 0;
    }
    .post .section
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        /*! margin-top: .5rem; */
    }


.post .section:nth-of-type(1)
{
}
    .post.text-align
    {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .post .qrcode
    {
        width: 11rem;
        height: 11rem;
        /*! margin-top: 13px; */
    }
    i.icon{
        
    margin: .3rem .6rem .5rem 0;
    }
}

@media screen and (max-width: 375px)
{
    h1
    {
        font-size: 36px;
    }
    .f24
    {
        font-size: 15px;
    }
    .text
    {
        font-size: 12px;
    }
    .post .qrcode
    {
        margin: 1rem auto;
    }
    .t-mall
    {
        line-height: 29px;

        width: 130px;
        height: 36px;
    }
    .right
    {
        max-height: 550px;
    }
    .post .section span{
        
    margin-bottom: 0.3rem;
    }
}




@media screen and (max-width: 360px)
{
    
    h1
    {
        font-size: 32px;
    }
    .f24
    {
        font-size: 14px;
    }
    .right
    {
        
        height: 80%;
    }
    .post .qrcode
    {
        width: 9rem;
        height: 9rem;
    }
    .post .section span
    {
        margin-bottom: .4rem;
    }
    
     .margin
    {
        margin: 1.8rem 0 1rem 0;
    }
}

@media screen and (max-width: 320px)
{
    h1{
    	/*! margin-bottom: -.8rem; */
    }
    .margin{
        
    margin: 1.2rem 0 .8rem 0;
    }
    .f24{
        margin-bottom: .4rem;
    }
   .post .contact span{
        
    margin-bottom: 0;
    }
}
