* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

body {
    -webkit-text-size-adjust: none;
    font-family: "微软雅黑";
    -webkit-user-select: none;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    display: block;
}

a, a:hover {
    text-decoration: none;
}

body {
    background: #fff;
    -webkit-user-select: text;
}

span {
    white-space: normal !important;
}

p {
    word-break: break-all;
}

p img {
    width: 100% !important;
    height: auto !important;
}

.tex {
    line-height: 160%;
}

.banner {
    width: auto;
    margin: 0 .3rem;
    font-size: .32rem;
    line-height: .48rem;
    color: #3c2702;
}

.persontitle {
    margin: .5rem .3rem .42rem .3rem;
    font-size: .5rem;
    color: black;
    line-height: .6rem;
    font-weight: 500;
}

.subtitle {
    font-size: .3rem;
    line-height: .3rem;
    margin: 0 .3rem .4rem;
    color: #848484;
    height: .6rem;
    position: relative;
}

.subtitle img {
    display: inline-block;
    width: .28rem;
    vertical-align: middle;
}

.subtitle span {
    vertical-align: middle;
}

.iconWrap {
    display: block;
    text-align: center;
}

.iconWrap p {
    font-size: .24rem;
    color: #666;
}

.iconWrap img {
    width: .72rem;
    height: .72rem;
    margin: 0 auto;
}

.downloadwidth {
    width: 100%;
}

.btnwrap {
    padding-bottom: .8rem;
}

/* S-留言-S */
.remarkswiper {
    margin: 0 .3rem .5rem;
}

.remarkswiper .remark-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.remarkswiper .remark-title .title {
    color: #292d39;
    font-size: .32rem;
    margin-bottom: .24rem;
    font-weight: 700;
}

.remarkswiper .remark-title .write {
    color: #4e556c;
    font-size: .26rem;
    display: inline-block;
}

.remarkswiper .remark-title .write .write-img {
    width: .23rem;
    margin-right: .12rem;
    display: inline-block;
}

.remarkswiper .box {
    position: relative;
    border-radius: 0.3rem;
    padding: 0.4rem;
    box-shadow: 0 0 0.12rem 0.04rem rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.remarkswiper .box .loadicon {
    width: 0.55rem;
    margin: 0.7rem auto 0;
    display: block;
}

.remarkswiper .box .remark-item {
    position: relative;
    padding-top: 0.39rem;
    border-top: 1px solid #eaebef;
}

.remarkswiper .box .remark-item .remark-avatar {
    border: 1px solid rgba(78, 85, 103, 0.2);
    position: absolute;
    left: 0;
    top: 0.39rem;
    width: 0.84rem;
    height: 0.84rem;
    border-radius: 50%;
}

.remarkswiper .box .remark-item .right {
    margin: 0 0 0.13rem 1.14rem;
}

.remarkswiper .box .remark-item .right .remark-phone {
    color: #292d39;
    font-size: 0.3rem;
    font-weight: bold;
    margin-bottom: 0.37rem;
}

.remarkswiper .box .remark-item .right .remark-content {
    color: #4e556c;
    font-size: 0.24rem;
}

.remarkswiper .box .remark-item .bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0.16rem;
}

.remarkswiper .box .remark-item .bottom .remark-num {
    color: #868da3;
    font-size: 0.24rem;
    margin-right: 0.15rem;
}

.remarkswiper .box .remark-item .bottom .remark-click {
    width: 1.04rem;
    height: 0.34rem;
}

.remarkswiper .box .remark-item:first-child {
    padding-top: 0;
    border-top: none;
}

.remarkswiper .box .remark-item:first-child .remark-avatar {
    top: 0;
}

.remarkswiper .writeRemark {
    width: 100%;
    height: 1rem;
    border-top: 1px #ddd solid;
    font-size: 0.24rem;
    line-height: 1rem;
    text-align: center;
}

/* E-留言-E */

/* S-写留言-S */
.myremarkWrap {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.myremark {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #fff;
    /*min-height: 100%;*/
    width: 80%;
    margin-left: -40%;
    height: 6rem;
    margin-top: -3rem;
    overflow: scroll;
    box-sizing: border-box;
    /*padding: 1.05rem 0.8rem 1.34rem 0.8rem;*/
    padding: .4rem;
    border-radius: 10px;
}

.myremark .title {
    font-weight: bold;
    margin-bottom: 0.2rem;
    color: #4e556c;
    font-size: 0.28rem;
}

.myremark textarea {
    color: #4e556c;
    width: 100%;
    height: 3.2rem;
    overflow-y: auto;
    border: none;
    box-sizing: border-box;
    border-radius: 0.3rem;
    background-color: #f2f2f2;
    padding: 0.3rem;
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
    resize: none;
/ / 右下角斜杠
}

.myremark .btn {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0.2rem 0;
    font-size: 0.28rem;
    background-color: #ffb959;
    border-radius: 0.5rem;
    margin-bottom: 0.53rem;
}

.myremark .remarklist {
    padding-top: 0.33rem;
    border-top: 1px solid #ccc;
}

.myremark .remarklist .listtitle {
    margin-top: 0.34rem;
    color: #292d39;
    font-size: 0.32rem;
    font-weight: bold;
}

.myremark .remarklist .item {
    margin-top: 0.37rem;
    position: relative;
}

.myremark .remarklist .item .item-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 0.84rem;
    height: 0.84rem;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.myremark .remarklist .item .right {
    margin-left: 1.24rem;
}

.myremark .remarklist .item .right .phone {
    color: #292d39;
    font-size: 0.3rem;
    padding-top: 0.25rem;
    margin-bottom: 0.33rem;
}

.myremark .remarklist .item .right .content {
    color: #4e556c;
    font-size: 0.24rem;
    word-wrap: break-word;
}

.myremark .remarklist .item .right .del {
    color: #4f8cfc;
    font-size: 0.24rem;
    text-align: right;
}

/* E-写留言-E */

/* S-登录-S */
.loginwrap {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 999;
}

.login-bgshadow {
    width: 100%;
    height: 100vh;
    background: rgba(215, 221, 229, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.login-content {
    width: 7.02rem;
    height: 5rem;
    border: 1px solid #868DA3;
    box-sizing: border-box;
    border-radius: 0.26rem;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -2.5rem;
    margin-left: -3.51rem;
}

.login-top {
    padding: 0.4rem 0.4rem 0.48rem 0.4rem;
    display: flex;
    justify-content: space-between;
}

.login-top-tit {
    color: #292D39;
    font-size: 0.36rem;
    font-weight: bold;
}

.login-closeimg {
    width: 0.52rem;
    height: 0.50rem;
}

.login-number {
    width: 6.22rem;
    margin: 0 auto;
    display: block;
    border: 0;
    border-bottom: 1px solid #D8DDE7;
    padding-bottom: 0.2rem;
    color: #292D39;
    font-size: 0.32rem;
    font-weight: 700;
    outline: none;
}

.loginwrap input::-webkit-input-placeholder {
    color: #B8C1D3;
    font-size: 0.32rem;
    font-weight: normal;
}

.login-code {
    /*height: 0.8rem;*/
    padding-top: 0.38rem;
    padding-bottom: 0.4rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-right: 0.38rem;
}

.login-codeinput {
    width: 3.47rem;
    display: inline-block;
}

.login-codebtn {
    width: 2.34rem;
    height: 0.8rem;
    background: #ffffff;
    border-radius: 0.44rem;
    border: 1px solid rgba(255, 193, 122, 1);
    color: #F3A006;
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.82rem;
    text-align: center;
}

.login-codebtn-notactive {
    color: #B8C1D3;
    border: 1px solid #D8DDE7;
}

.login-btn {
    width: 6.22rem;
    height: 0.9rem;
    background: #D8DDE7;
    border-radius: 0.44rem;
    color: #FFFFFF;
    font-size: 0.32rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.9rem;
    margin: 0 auto;
}

.login-btn-active {
    background: linear-gradient(90deg, rgba(255, 210, 105, 1) 0%, rgba(255, 185, 89, 1) 100%);
    color: #292D39;
}

/* E-登录-E */

/* S-提示弹窗-S */
.toastWrap {
    width: 100%;
    position: fixed;
    top: 25.7%;
    left: 0;
    font-size: 13px;
    z-index: 99999999;
    /*display: none;*/
    display: flex;
    align-items: center;
    justify-content: center;
    animation: show-toast .5s;
    -webkit-animation: show-toast .5s;
}

.toast {
    margin: 0 auto;
    max-width: 66.7%;
    font-size: 13px;
    background: linear-gradient(172deg, rgba(93, 137, 227, 0.9), rgba(66, 116, 229, 0.9));
    box-shadow: 0 6px 12px 0 rgba(121, 156, 231, 0.6);
    text-align: center;
    border-radius: 50px;
    color: #fff;
    opacity: 0.8;
    /*display: none;*/
    padding: 10px 20px;
}

@keyframes show-toast {
    from {
        opacity: 0;
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
    }
    to {
        opacity: 0.8;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

/* E-提示弹窗-E */
