* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    -webkit-tap-highlight-color: transparent;
}

body,
html {
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 750px;
    text-align: left;
}

@font-face {
    font-family: PingFang;
    src: url(../css/PingFang.ttc);
}

body {
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    background: #1d1e30;
    color: #010100;
    text-align: center;
    font-family: "Microsoft YaHei", ans-serif, 'Microsoft Sans Serif', 'Microsoft JhengHei UI';
}

a {
    /*display: block;*/
    width: 100%;
    height: 100%;
    text-decoration: none;
}

button,
input {
    border: 0;
    font-family: "Microsoft YaHei", ans-serif, 'Microsoft Sans Serif', 'Microsoft JhengHei UI';
}

a:active,
a:hover,
button:active,
button:focus,
input:active,
input:focus {
    outline: 0;
}

span {
    display: inline-block;
}

p,
span {
    /* margin: .06rem auto; */
    height: 100%;
}

h1 {
    font-size: inherit;
}

.flexbox {
    display: flex;
    display: -webkit-flex;
}

.flex_1 {
    -webkit-box-flex: 1;
    box-flex: 1;
}

.home {
    width: 100%;
    height: auto;
    background: #274681 url(../img/home_Bg.png) top center no-repeat;
    background-size: 100% auto;
    padding-top: 224px;
    padding-bottom: 56px;
}

.home_box {
    width: 705px;
    height: auto;
    background-color: #ffffff;
    border-radius: 6px;
    padding-top: 40px;
    padding-bottom: 30.33px;
}

.home_box>img {
    display: block;
    position: relative;
    left: -30px;
}

.homeT1 {
    margin-bottom: 30px;
}

.yjyTxt {
    width: 630px;
    /* height: 193.96px; */
    height: auto;
    color: #000000;
    font-size: 26px;
    line-height: 46px;
    text-align: left;
    margin-bottom: 9.66px;

}

.yjyTxt p>span {
    color: #b58257;
    height: auto;
    letter-spacing: 0px
}

.yjyTxt p>span>img {
    vertical-align: middle;
    margin-left: 6px;
    width: 16px;
    height: 8px;
}

/* .putAway{
    display: none;

} */
.ss {
    /* display: none; */
    color: #b58257;
}

.homeT2 {
    margin-top: 60px;
    margin-bottom: 40px;
}

.item {

    background-color: #f6f6f6;
    border-radius: 6px;
    margin: 22px 0 0 0;
    padding: 19.47px 20px 19.2px;
    margin-right: 2px;
}

.line {
    width: 100%;
    height: 22px;
    border-left: 4px solid #da1d04;
    text-align: left;
    padding-left: 10px;
    margin-left: 0;
    /* margin-bottom: 19.33px; */
}

.line>p {
    width: 100%;
    height: 26px;
    color: #000000;
    font-size: 26px;
    line-height: 26px;
    position: relative;
    top: -2px;
}

.item_botBox {
    display: flex;
    flex-wrap: wrap;

}

.avatar {
    margin-left: 0px;
    margin-right: 16px;
    width: 90px;
    height: 90px;
    border: 1px solid #eaeaea;
    border-color: #eaeaea;
    border-radius: 50%;
}

.avatar>img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
}

.icon {
    width: 34px;
    height: 34px;
    background-color: #ebebeb;
    background: url(../img/chakan.png) center no-repeat;
    background-size: 100% 100%;
    margin: 28px 0 0 0;
}

.icon2 {
    width: 34px;
    height: 34px;
    background-color: #ebebeb;
    background: url(../img/chakan.png) center no-repeat;
    /* background-size: 100% 100%; */
    /* margin: 28px 0 0 0; */
    position: absolute;
    right: 20px;
    top: 50%;
}

.item_txt {
    flex: 1;
    margin-left: 0;

}

.name {
    height: 40px;
    color: #000000;
    font-size: 28px;
    line-height: 33.6px;
    margin-top: 8px;
    margin-bottom: 5px;
    margin-left: 0;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.iconTxt {
    display: flex;
    height: 28px;
    width: 100%;

}

.txt {
    background: linear-gradient(270deg, #EEBC5D 0%, #CD9B51 100%);
    display: flex;
    align-items: center;
    color: #ffffff;
    border-radius: 12px 0 12px 12px;
    padding: 0 11px;
    margin-left: 0;

}

.layout {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 22px;
}

.itemBox {
    display: flex;
    /* padding-: 22px; */
    /* background-color: #da1d04; */
    margin-left: 0;

    /* flex-wrap: wrap;
  align-content: flex-start; */
    /* flex-wrap: wrap; */
}

.mlr22 {
    /* margin-right: 22px; */
    width: 323px;
    margin-right: 7px;
}

.item2 {
    width: 658px;
    /* height: 160px; */
    background-color: #f6f6f6;
    border-radius: 6px;
    margin-top: 22px;
    padding: 19.22px 20px 19.2px 20px;
}

.item_botBox2 {
    width: 240px;
    display: flex;
    flex-wrap: wrap;
    /* margin: 0; */
}

.item2_Box {
    display: flex;
}

.item_botBox3 {
    width: 314px;
    display: flex;
    margin: 0;
}

.homeT3 {
    display: block;
    margin-top: 40px;
}

.item_txt2>p {
    width: 100%;
    height: 40px;
    color: #000000;
    font-size: 28px;
    line-height: 33.6px;
    margin-top: 26.79px;
    text-align: left;
}

.fixedIncome {
    position: relative;
}

.item_txt2 {
    flex: 1;
}

.box {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.putAway>p {
    margin-bottom: 20px;
}

.putAway>p:last-child {
    margin-bottom: 0;
}

.webaddress {
    width: 477px;
    height: 37px;
    font-family: PingFang SC;
    color: #000000;
    font-size: 26px;
    line-height: 31.2px;
    text-align: left;
    display: block
}

span，a {
    display: block
}

.xzgzh {
    width: 630px;
    /* height: 193.96px; */
    height: auto;
    color: #000000;
    text-align: left;
    margin-bottom: 9.66px;

}

.xzgzh img {
    margin: 16px;
}

img cite {
    background: #111;
    -moz-opacity: .55;
    filter: alpha(opacity=55);
    opacity: .55;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 555px;
    padding: 10px;
    border-top: 1px solid #999;
    font-size: 13px;
    letter-spacing: 1px;
}

.title {
    font-size: 33px;
    font-weight: 700;
    margin-top: 20px;

    background: linear-gradient(to right, #ffffff, #fdf1e8, #ffffff);

}

.botBox_a {
    display: flex;
    /* border: 1px solid #E8E8E8; */
    margin-top: 24.33px;
    /* background-color: #da1d04; */
    margin-left: 0;
    /* background-color: red; */
}

.ewm {
    width: 300px;
    display: flex;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: 0;
    align-items: center;

}

.ewm-txt {
    width: 200px;
    font-size: 25px;
    display: flex;
    justify-content: center;

}