﻿html {
    font-size: 10px;
}

body {
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    background-color: #F5F6F6;
}

p span {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

h3 {
    font-weight: normal;
    font-size: 1rem;
}

.content {
    background-color: #fcfcfc;
    width: 100%;
    height: 60rem;
}

.content-header {
    margin: 2rem 0 0 0;
    width: 100%;
    height: 25rem;
    display: flex;
    flex-direction: column;
    border-bottom: 2rem solid #F5F6F6;
}

/*方式一：口令*/
.content-header-kouling {
    background-color: #E7E7E7;
    width: 10rem;
    height: 3rem;
    margin: 2rem 0 2rem 0;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    line-height: 3rem;
}

/*长安复制口令，分享给好友*/
.content-header-copykouling {
    margin-left: 2rem;
    font-weight: normal;
}

/*【复制后打开彩聊￥DFGDSFS￥】 复制内容*/
.content-header-content {
    width: 90%;
    display:flex;
    flex-direction:column;
    justify-content: center;
    background-color: #F5F6F6;
    margin-left: 5%;
    height: 8rem;
}

.content-header-content > span {
    display: inline-block;
    padding-left: 1rem;
    font-size:1.3rem;
}

.content-header-content > span:first-child {
    padding-top: 1rem;
}

.content-header-content > span:last-child {
    padding-bottom: 1rem;
}

/*.content-header-content > span:last-child .span3-span{
    color: cadetblue;
}*/

/*二维码*/
.content-main {
    width: 100%;
    height: 30rem;
    display: flex;
    flex-direction: column;
}

/*方式二：二维码*/
.content-main-kouling {
    background-color: #E7E7E7;
    width: 12rem;
    height: 3rem;
    margin: 2rem 0 2rem 0;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    line-height: 3rem;
    white-space: nowrap;
}

.content-main-content {
    width: 90%;
    border: 0.2rem solid #E7E7E7;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.content-main-content-head {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 0.2rem dashed #E7E7E7;
}

.content-main-content-head-left {
    display: flex;
    flex-direction: row;
}

.content-main-content-head-left-img img {
    margin: 1rem 0rem 1rem 1rem;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
}

.content-main-content-head-left-img {
    display: inline-block;
}


.content-main-content-head-right div {
    padding: 1rem;
}

.content-main-content-main-des {
    padding: 1rem;
}


/*复制成功提示*/
.tost {
    position: fixed;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 0%); /* 50%为自身尺寸的一半 */
    z-index: 1000;
    width: 10rem;
    height: 4rem;
    background-color: #16C4AF;
    border-radius: 4rem;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}



.tost-span {
    padding: 0;
    height: 3rem;
    font-size: 1.3rem;
    float: right;
    color: white;
    position: absolute;
    padding-top: 1.3rem;
    padding-left: 4.5rem;
}




.m-toast-pop {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    text-align: center;
}

.m-toast-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.m-toast-inner-text {
    display: inline-block;
    width:10rem;
    height:4rem;
    font-size: 1.4rem;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 4rem;
    background: #16C4AF;
    border-radius: 2.2rem;
    text-align:center;
}

.m-tost-img {
    display:inline-block;
    width: 4rem;
    height: 4rem;
    float: left;
    position: absolute;
    margin-left: 0.5rem;
}

/*加载提示*/
#loading {
    position: fixed;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 0%); /* 50%为自身尺寸的一半 */
    z-index: 1000;
    width: 10rem;
    height: 4rem;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20rem;
}

    #loading span {
        margin: 0 auto;
        text-align: center;

    }