@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: none;
    font-family: '微软雅黑';
}



p {
    font-family: 'microsoft yahei';
}

.text {
    font-family: "microsoft yahei";
}

html,
body {
    height: 100%;
    background: #FCFCFC;
    width: 100%;
    overflow-x: hidden;
    /* overflow: hidden; */
}

.header{
    width: 100%;
    height: 0.81rem;
    padding-top: 0.21rem;
    padding-left: 0.21rem;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.header .logo{
    width: 0.94rem;
    height: 0.21rem;
    background: url('../image/news/logo.png') no-repeat;
    background-size: 100% 100%;
}

.safetycenter {
    font-size: medium;
    padding-right: 80px;
    color: #FFBE58;
    text-decoration:underline;
}

.main{
    width: 10rem;
    height: 4.68rem;
    text-align: center;   
    /* margin-top: 0.45rem; */
}

.main .left{
    display: inline-block;
    padding-top: 1.52rem;
    /* margin-left: 1.63rem; */
    width: 5rem;
    height: 4.68rem;
    font-size: 0.08rem;
    float: left;
    overflow: hidden;

}
.main .left p:nth-child(1){
    font-size: 0.21rem;
    margin-bottom: 0.13rem;
}

.main .left .code{
    width: 5rem;
    height: 2.06rem;
    margin: 0 auto;
    margin-top: 0.33rem;
}

.main .left .code .mycode{
    /* display: inline-block; */
    width: 0.79rem;
    height: 0.79rem;
    float: left;
    background: blue;
}

.main .left .code .jump{
    width: 5rem;
    height: 0.79rem;
    /* margin-left: 0.02rem; */
    float: left;
}
.main .left .code .jump .android{
    display: inline-block;
    width: 1.25rem;
    height: 0.38rem;
    background: url('../image/news/android.png') no-repeat;
    background-size: 100% 100%;
}

.main .left .code .jump .ios{
    display: inline-block;
    margin-top: 0.04rem;
    width: 1.25rem;
    height: 0.38rem;
    background: url('../image/news/ios.png') no-repeat;
    background-size: 100% 100%;
    margin-left: 0.13rem;
}



.main .right{
    display: inline-block;
    width: 5rem;
    height: 4.68rem;
    background: url('../image/news/bg.png') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;

}
.main .right .imgs{
    width: 2.5rem;
    height: 4.07rem;
    background: url('../image/news/imgs.png') no-repeat;
    background-size: 100% 100%;
    margin-top: -0.15rem;
    margin-left: 0.57rem;
}

.copyright{
    width: 100%;
    height: 0.08rem;
    position: absolute;
    bottom: 0.31rem;
    font-size: 0.07rem;
    text-align: left;
}

.copyright .yellows{
    position: absolute;
    width: 0.21rem;
    height: 0.08rem;
    background: #FFBE58;
    margin-left: 0.21rem;
    vertical-align: top;
}
.copyright .as{
    display: inline-block;
    width: 10rem;
    text-align: center;
    vertical-align: top;
    line-height: 0.08rem;
    color: #FFBE58;
}
.copyright .as a{
    color: #FFBE58;
    text-decoration:underline;
}
.copyright .as a:nth-child(1){
}
.copyright .text{
    display: inline-block;
    vertical-align: top;
    line-height: 0.08rem;
    margin-left: 0.59rem;
    color: #FFFFFF;
}
.copyright .text2{
    display: inline-block;
    vertical-align: top;
    width: 10rem;
    text-align: center;
    line-height: 0.08rem;
    /* margin-left: 0.59rem; */
    color: #333333;
}


