*{
    margin: 0;
    padding: 0;
}
html,
body {
    position: relative;
    height: 100%;
}

#main{
    background:  #081828;
    z-index: 1;
}

/**************************************************************************
*   pc style                                                              *
***************************************************************************/


body {
    position: relative;
    height: 100%;
}

body {
    background:  #081828;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: .14rem;
    color: #FFF;
    margin: 0;
    padding: 0;
}

.pc{
    position: relative;
    height: 100%;
    z-index: 1;
}

/* 联系我们 start */
.block_one{
    padding: 2.28rem 0 1.50rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.block_one > h2{
    font-size: .34rem;
    text-align: center;;
    margin-bottom: .24rem;
}
.info_icon{
    text-align: center;
    margin-bottom: .24rem;
}
.info_icon > img{
    width: .66rem;
}
.block_one ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.block_one ul li {
    width: 2.28rem;
    height: 2.60rem;
    display: flex;
    padding: 0 .30rem;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: space-around;
    background: #192C3F;
    box-shadow: 0 .24rem .32rem rgba(0, 0, 0, 0.02);
    border-radius: .06rem;
    margin: 0 .09rem 0 .09rem;
}

.block_one ul li img {
    width: 1.00rem;
    height: 1.00rem;
}
.block_one ul li h4 {
    font-size: .18rem;
    line-height: .26rem;
    padding-top: .15rem;
}
.email_txt {
    opacity: .6;
    color: rgba(255, 255, 255, 0.7);
    font-size: .14rem;
    line-height: .20rem;
    padding-bottom: .15rem;
}
.email_txt > span{
    display: block;
    font-family: Noto Sans SC;
    font-style: normal;
    font-weight: 500;
    font-size: .14rem;
}
.email_txt > span:last-child{
    cursor: pointer;
}
.email_txt > span:last-child:hover {
    color: #1F39FF;
}
/* 联系我们 end */

 /* 中国 深圳 start */
 .block_two{
    padding: 0 1.20rem;
    margin: 0 auto 1.20rem auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 12.00rem;
}
.block_two .container {
    width: 100%;
    border-radius: .06rem;
    background: #192C3F;
    box-shadow: 0 1.00rem .80rem rgba(0, 0, 0, 0.02), 0 .301471rem .241177rem rgba(0, 0, 0, 0.0130318), 0 .125216rem .100172rem rgba(0, 0, 0, 0.01), 0 .045288rem .0362304rem rgba(0, 0, 0, 0.00696822);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 1.02rem;
    overflow: hidden;
}

.left_wrap {
    background: #192C3F;
}

.left_wrap > img{
    margin-bottom: .24rem;
    width: .66rem;
}
.left_wrap h2 {
    font-size: .28rem;
    margin-bottom: .24rem;
}

.left_wrap p {
    color: rgba(255, 255, 255, 0.8);
    font-size: .14rem;
    margin-bottom: .08rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
}

.left_wrap p > span:first-child {
    color: #CEE7FF;
    margin-right: .12rem;
    width: .82rem;
}
.left_wrap p > span:last-child {
    width: 100%;
    text-align: left;
}

.left_wrap p .prefix {
    color: rgba(255, 255, 255, 0.8);
    margin-right: .12rem;
}
.left_wrap .btn {
    color: #fff;
    font-size: .14rem;
    width: .96rem;
    height: .32rem;
    padding: 0 .20rem;
    border-radius: .03rem;
    background: #259AFF;
    line-height: .32rem;
    text-align: center;
    margin-top: .64rem;
    cursor: pointer;
}
.left_wrap .btn:hover {
    background: #4c61ff;
}
.block_two .right_img{
   width: 4.28rem;
   height: 4.80rem;
   background: url(../img/contact/istockphoto.jpeg) no-repeat 47% 100% / cover;
}
.block_two .right_img > img{
width: 4.28rem;
   height: 4.80rem;
}
/* 中国 深圳 end */


/**************************************************************************
*   h5 style                                                              *
***************************************************************************/
#main .pc{ display: block; }
#main .h5{ display: none; }

/*适应pad端 宽度在390-640之间*/
@media screen and (min-width: 320px) and (max-width: 900px) {
    #main .pc{ display: block; overflow-x: hidden;}
    #footer{display: none;}
    #main .h5{ display: block; overflow-x: hidden;}

    .block_one {
        padding: 2.28rem .24rem 1.00rem .24rem;
    }

    .block_one ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .block_one ul li{
        margin: 0 .09rem .18rem .09rem;
        padding: 0 0;
        width: 100%;
    }

    .block_two {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 .24rem;
        margin-bottom: 1.00rem;
    }

    .left_wrap {
        background: #192C3F;
        padding: 0 .16rem;
        text-align: center;
    }

    .block_two .container{
        flex-direction: column-reverse;
        justify-content: center;
        padding: 0 0;
    }

    .block_two .right_img {
        width: 100%;
        height: 1.60rem;
        margin-bottom: .48rem;
        background: url(../img/contact/istockphoto.jpeg) no-repeat 100% 100% / cover;
    }

    .left_wrap p {
        color: rgba(255, 255, 255, 0.8);
        font-size: .14rem;
        margin-bottom: .08rem;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: baseline;
    }

    .left_wrap p > span:first-child {
        color: #CEE7FF;
        margin-right: .12rem;
        width: .82rem;
    }
    .left_wrap p > span:last-child {
        width: 100%;
        text-align: left;
    }

    .left_wrap .btn{
        margin: .42rem auto .48rem auto;
    }
    
}
