html {
    font-size: 100px;
}
html,body{margin:0px;padding:0px;}
.index-box {
    height: 5.2rem;
    background: url(../images/indexbg.png) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;width:100%;
}

.indexAllShow {
    width: 12rem;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: unset;
}

.indexLeft {
    flex-shrink: 0;
}

.indexLeft>h1 {
    width: auto;
    height: 0.56rem;
    font-size: 0.44rem;
    font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
    font-weight: bold;
    color: #161F2D;
    line-height: 0.52rem;
    margin-top: 0.86rem;
}

.indexLeft>p {
    width: auto;
    color: #717F94;
    margin-top: 0.22rem;
}

.indexLeft>.ewmBox {
    width: 1.5rem;
    min-height: 1.8rem;
    background: #fff;
    box-shadow: 0 0.06rem 0.12rem 0 rgba(21, 40, 107, 0.12);
    border-radius: 0.12rem;
    border: unset;
    border-image: unset;
    position: relative;
    overflow: hidden;
    margin-top: 0.24rem;
}

.indexLeft>.ewmBox>img {
    display: block;
    width: 1.04rem;
    height: 1.04rem;
    margin: 0.21rem auto 0.14rem auto;
}


.indexRightImg {
    display: block;
    /* width: 7.24rem; */
    height: 4.76rem;
    margin: 0.44rem 0 0 5.05rem;
}

.h2title {
    height: 0.48rem;
    font-size: 0.38rem;
    font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
    font-weight: bold;
    color: #161F2D;
    line-height: 0.45rem;
    text-align: center;
    margin-top: 0.9rem;
}


.featuresbox {
    height: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.featuresItms {
    width: 12.80rem;
    margin: 0.22rem auto 0.88rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.featuresItmsMsg {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.featuresItmsMsg.pl {
    box-sizing: border-box;
    padding-left: 0.45rem;
}

.featuresItms:nth-child(2n+1) {
    position: relative;
    left: -0.45rem;
}

.featuresTitle {
    display: flex;
    align-items: center;
}

.featuresTitle>img {
    display: block;
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.12rem;
}

.featuresTitle>p {
    height: 0.36rem;
    font-size: 0.28rem;
    font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
    font-weight: bold;
    color: #161F2D;
    line-height: 0.36rem;
}

.featuresLine {
    width: 0.72rem;
    border: 0.03rem solid #3394FB;
    margin-top: 0.45rem;
}

.featuresInformation {
    width: 5.24rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: #717F94;
    line-height: 0.32rem;
    margin-top: 0.56rem;
}

.featuresItmsImg {
    display: block;
    margin:0rem 1.5rem;
    height: 5.24rem;
    flex-shrink: 0;
}


/* 用户评价 */

.UserEvaluation {
    height: 5.44rem;
    background: #F7F8FA;
    position: relative;
    overflow: hidden;
}

.UserEvaluationList {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.58rem auto 0 auto;
}

.UserEvaluationItmes {
    width: 3.64rem;
    height: 2.4rem;
    background: #FFF;
    box-shadow: 0 0.08rem 0.3rem rgba(21, 45, 80, 0.08);
    border-radius: 0.16rem;
    box-sizing: border-box;
    padding: 0.28rem 0.33rem 0 0.24rem;
    margin: 0 0.27rem;
}

.users {
    height: 0.68rem;
    display: flex;
    align-items: center;
}

.users>img {
    display: block;
    width: 0.68rem;
    height: 0.68rem;
    margin-right: 0.16rem;
}

.userNameAndOther {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.userNameAndOther>h3 {
    height: 0.16rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: #161F2D;
    line-height: 1;
}

.userNameAndOther>h3>span {
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: rgba(113, 127, 148, 0.6);
    margin-left: 0.14rem;
}

.userNameAndOther>i {
    display: block;
    width: 1.2rem;
    height: 0.2rem;
    background: url("../images/xx.png") no-repeat center;
    background-size: cover;
    margin-top: 0.17rem;
}

.UserEvaluationMsg {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #161F2D;
    line-height: 0.26rem;
    margin-top: 0.22rem;
}
.downbtn{width:2rem;height:0.5rem;line-height:0.5rem;font-size:0.2rem;border-radius:0.1rem;margin-top:0.5rem ;background-color:#3394FB;color:#ffffff;text-align:center;display:block;}