/* Fonts */
/*é€šç”¨*/
* {
    margin: 0;
    padding: 0;
}

html {}

body {
    margin: 0;
    color: #000;
    position: relative;
    font-family: "Arial";
    background: #FFF;
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
    border: none;
    list-style: none;
    font-weight: normal;
}

a {
    text-decoration: none;
    text-shadow: none;
    font-weight: normal;
}

ul {
    list-style: none;
}

textarea,
input,
button,
select {
    outline: none;
    -webkit-appearance: none;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #6c6c6c;
    text-decoration: none;
}

img {
    border: none;
    display: block;
}

span {
    margin: 0;
    padding: 0;
    cursor: auto;
}

span:focus,
div:focus {
    outline: none;
}

.foot .tip {
    color: #63C6C6;
}

.Huans {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.tips {
    color: #6E6E6E;
    font-size: 20px;
    margin-top: 40px;
}

.tips li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.tips li span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #63C6C7;
    margin-right: 5px;
}

.flexC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flexE {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.fl-bet {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fl-cen {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fl-end {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: flex-end;
}

.copxx_L {
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copxx_L a {
    color: white;
}

.btn-download {}

.IndBanFa {
    height: 50px !important;
    line-height: 50px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    border-radius: 10px !important;
    background: #63C6C6 !important;
    display: inline-block;
    width: 23%;
    text-align: center;
}

.IndBan {
    color: #fff;
    display: flex;
    position: relative;
    background-color: white;
    background-image: url("banner02.png"), url("point.png");
    background-position: right 10%, right 0 !important;
    background-repeat: no-repeat, no-repeat;
    background-size: 60% !important;
    color: #222;
}

.IndLog {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.IndBanC {
    margin: 20px 0;
    font-weight: bold;
    color: #63C6C7;
    font-size: 40px !important;
}

.IndBanC.a {
    margin-top: 50px;
}

.IndBanC.b {
    color: #3D3D3D;
}

.IndLog img {
    width: 40px;
    margin-right: 5px;
}

/*title*/
.title {
    text-align: center;
}

.IndP {
    text-align: center;
}

/*å…¨è‡ªåŠ¨å‡åŒ€è´Ÿè½½*/
.IndFul {
    overflow: hidden;
    width: 100%;
}

.IndFulK {
    position: relative;
}

.IndFulI {
    position: absolute;
    z-index: -1;
    top: 50%;
    transform: translate(0, -50%);
}

.IndFulI img {
    width: 100%;
    display: block;
}

.IndFulB .title,
.IndFulB .IndP {
    text-align: left;
}

.IndFula {
    background: #63C6C7;
    color: #FFF;
    text-align: center;
    display: block;
}

/*5*/
.IndFiv {
    background-image: url("back01.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}

.IndFivK {
    align-content: center;
}

.IndFivN {
    color: #FFF;
    background: #1b1929;
    width: 100%;
}

.IndFivN img {
    display: block;
}

.IndFivN p {
    width: 100%;
    flex: 1;
}

/*æ”¯æŒå¤šä¸ªè®¾å¤‡ç™»å½•*/
.Indimg img {
    width: 100%;
    display: block;
}

.IndBanF {
    margin-top: 10% !important;
}

/*footer*/
footer {
    background: white;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
}

.foot {
    height: 50px !important;

}

.ftRa {
    color: #FFF;
    display: block;
}

.IndBanFa {
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white !important;
    border-radius: 10px;
    height: 40px;
    background: rgb(254, 160, 26);
    padding: 0 14px;
    margin-bottom: 40px;
}

.IndBanFa img {
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px;
}

/*
display:flex;justify-content:space-between;align-items:center; flex-wrap:wrap;align-content:center
|flex-start|flex-end|center|space-between|space-around

overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;

left:0;top:50%;transform: translate(0,-50%);

transition:0.5s;
.IndEnvT:before,.IndEnvT:after{display:block;content:'';position: absolute;}body{min-width:1680px;}
*/


@media screen and (min-width:1680px) {
    .IndBan {
        background-size: auto 1110px;
    }

    .IndBanK {
        width: 1200px;
        margin: 0 auto;
        padding-top: 112px;

    }

    .IndLog {}

    .IndBanH {
        font-size: 70px;
        line-height: 80px;
        margin-top: 90px;
        letter-spacing: 3px;
        margin-bottom: 50px;
    }

    .IndBanC {
        font-size: 40px;
        line-height: 60px;
        letter-spacing: 1px;
        font-weight: bold;
    }

    .pc {
        display: block;
    }

    .wap {
        display: none;
    }

    .IndBanF {
        margin-top: 200px;
    }

    .IndBanFa {
        height: 100px;
        background: #63C6C6;
        padding: 0 20px;
        text-align: center;
        margin-bottom: 68px;
    }

    .IndBanFa img {
        width: 62px;
        display: block;
    }

    .IndBanFa p {}

    .IndBanFa:hover {
        /* background: #faeffd; */
    }

    /*title*/
    .title {
        font-size: 70px;
        letter-spacing: 2px;
        line-height: 100px;
    }

    .IndP {
        font-size: 40px;
        letter-spacing: 1px;
        line-height: 90px;
        margin-top: 50px;
    }

    /*å…¨è‡ªåŠ¨å‡åŒ€è´Ÿè½½*/
    .ward {
        width: 1440px;
        margin: 0 auto;
    }

    .IndFulK {
        height: 1025px;
    }

    .IndFulI {
        width: 858px;
        left: -125px;
    }

    .IndFulB {
        width: 620px;
    }

    .IndFula {
        width: 320px;
        height: 72px;
        line-height: 72px;
        border-radius: 36px;
        font-size: 40px;
        margin-top: 65px;
    }

    .IndFula:hover {
        background: #2f58cd;
    }

    /*5*/
    .IndFiv {
        background-size: auto 923px;
    }

    .IndFivK {
        height: 993px;
        padding: 0 80px;
    }

    .IndFivB {
        width: 474px;
    }

    .IndFivN {
        padding: 0 38px;
        height: 85px;
        border-radius: 15px;
        margin-bottom: 32px;
    }

    .IndFivN img {
        width: 66px;
    }

    .IndFivN p {
        line-height: 50px;
        font-size: 36px;
        margin-left: 25px;
    }

    /*æ”¯æŒå¤šä¸ªè®¾å¤‡ç™»å½•*/
    .IndSup {
        padding-top: 100px;
    }

    .IndTit {}

    .IndSupI {
        width: 1600px;
        margin: 140px auto 0;
    }

    /*éšæ„æµè§ˆå–œçˆ±å†…å®¹*/
    .IndFee {
        padding: 130px 0 105px;
    }

    .IndFeeI {
        width: 976px;
        margin: 140px auto 0;
    }

    /*footer*/
    .foot {
        height: 364px;
        width: 1200px;
        margin: 0 auto;
    }

    .ftLog {
        width: 287px;
    }

    .ftR {
        width: 550px;
        margin-top: 40px;
    }

    .ftRa {
        font-size: 30px;
        line-height: 45px;
        margin-right: 50px;
    }

    .ftRa:hover {
        text-decoration: underline;
    }
}

@media screen and (max-width:1680px) and (min-width:1440px) {
    .IndBan {
        background-size: auto 975px;
        height: 960px;
    }

    .IndBanK {
        width: 1100px;
        margin: 0 auto;
        padding-top: 98px;
    }

    .IndLog {}

    .IndBanH {
        font-size: 62px;
        line-height: 70px;
        margin-top: 80px;
        letter-spacing: 3px;
        margin-bottom: 50px;
    }

    .IndBanC {
        font-size: 34px;
        line-height: 50px;
        letter-spacing: 1px;
    }

    .pc {
        display: block;
    }

    .wap {
        display: none;
    }

    .IndBanF {
        text-align: center;

    }

    .IndBanFa {
        /* width: 290px; */
        height: 92px;
        background-color: rgb(254, 160, 26);
        /* background: #FFF; */
        padding: 0 20px;
        margin-bottom: 58px;
    }

    .IndBanFa img {
        width: 54px;
        display: block;
    }

    .IndBanFa p {
        /* color: #111; */
    }

    .IndBanFa:hover {
        /* background: #faeffd; */
    }

    /*title*/
    .title {
        font-size: 62px;
        letter-spacing: 2px;
        line-height: 90px;
    }

    .IndP {
        font-size: 34px;
        letter-spacing: 1px;
        line-height: 80px;
        margin-top: 45px;
    }

    /*å…¨è‡ªåŠ¨å‡åŒ€è´Ÿè½½*/
    .ward {
        width: 1280px;
        margin: 0 auto;
    }

    .IndFulK {
        height: 925px;
    }

    .IndFulI {
        width: 720px;
        left: -85px;
    }

    .IndFulB {
        width: 550px;
    }

    .IndFula {
        width: 290px;
        height: 62px;
        line-height: 62px;
        border-radius: 31px;
        font-size: 34px;
        margin-top: 55px;
    }

    .IndFula:hover {
        background: #2f58cd;
    }

    /*5*/
    .IndFiv {
        background-size: auto 820px;
    }

    .IndFivK {
        height: 880px;
        padding: 0 70px;
    }

    .IndFivB {
        width: 420px;
    }

    .IndFivN {
        padding: 0 32px;
        height: 78px;
        border-radius: 13px;
        margin-bottom: 28px;
    }

    .IndFivN img {
        width: 58px;
    }

    .IndFivN p {
        line-height: 44px;
        font-size: 32px;
        margin-left: 21px;
    }

    /*æ”¯æŒå¤šä¸ªè®¾å¤‡ç™»å½•*/
    .IndSup {
        padding-top: 90px;
    }

    .IndTit {}

    .IndSupI {
        width: 1380px;
        margin: 110px auto 0;
    }

    /*éšæ„æµè§ˆå–œçˆ±å†…å®¹*/
    .IndFee {
        padding: 110px 0 90px;
    }

    .IndFeeI {
        width: 876px;
        margin: 120px auto 0;
    }

    /*footer*/
    .foot {
        height: 300px;
        width: 1100px;
        margin: 0 auto;
    }

    .ftLog {
        width: 240px;
    }

    .ftR {
        width: 510px;
        margin-top: 30px;
    }

    .ftRa {
        font-size: 26px;
        line-height: 42px;
        margin-right: 42px;
    }

    .ftRa:hover {
        text-decoration: underline;
    }
}

@media screen and (max-width:1440px) and (min-width:1280px) {
    .IndBan {
        background-size: auto 840px;
        height: 840px;
    }

    .IndBanK {
        width: 1000px;
        margin: 0 auto;
        padding-top: 88px;
    }

    .IndLog {}

    .IndBanH {
        font-size: 54px;
        line-height: 60px;
        margin-top: 72px;
        letter-spacing: 3px;
        margin-bottom: 40px;
    }

    .IndBanC {
        font-size: 28px;
        line-height: 40px;
        letter-spacing: 1px;
    }

    .pc {
        display: block;
    }

    .wap {
        display: none;
    }

    .IndBanF {
        margin-top: 200px;
    }

    .IndBanFa {
        height: 40px;
        text-align: center;
        background-color: rgb(254, 160, 26);
        padding: 0 16px;
        margin-bottom: 48px;
    }

    .IndBanFa img {
        width: 50px;
        display: block;
    }

    .IndBanFa p {}

    .IndBanFa:hover {
        /* background: #faeffd; */
    }

    /*title*/
    .title {
        font-size: 54px;
        letter-spacing: 2px;
        line-height: 80px;
    }

    .IndP {
        font-size: 28px;
        letter-spacing: 1px;
        line-height: 70px;
        margin-top: 35px;
    }


    .ward {
        width: 1080px;
        margin: 0 auto;
    }

    .IndFulK {
        height: 800px;
    }

    .IndFulI {
        width: 620px;
        left: -70px;
    }

    .IndFulB {
        width: 480px;
    }

    .IndFula {
        width: 240px;
        height: 54px;
        line-height: 54px;
        border-radius: 27px;
        font-size: 28px;
        margin-top: 45px;
    }

    .IndFula:hover {
        background: #2f58cd;
    }

    /*5*/
    .IndFiv {
        background-size: auto 690px;
    }

    .IndFivK {
        height: 750px;
        padding: 0 60px;
    }

    .IndFivB {
        width: 360px;
    }

    .IndFivN {
        padding: 0 25px;
        height: 68px;
        border-radius: 11px;
        margin-bottom: 24px;
    }

    .IndFivN img {
        width: 46px;
    }

    .IndFivN p {
        line-height: 38px;
        font-size: 28px;
        margin-left: 18px;
    }

    /*æ”¯æŒå¤šä¸ªè®¾å¤‡ç™»å½•*/
    .IndSup {
        padding-top: 75px;
    }

    .IndTit {}

    .IndSupI {
        width: 1200px;
        margin: 90px auto 0;
    }

    /*éšæ„æµè§ˆå–œçˆ±å†…å®¹*/
    .IndFee {
        padding: 95px 0 70px;
    }

    .IndFeeI {
        width: 720px;
        margin: 100px auto 0;
    }

    /*footer*/
    .foot {
        height: 240px;
        width: 1000px;
        margin: 0 auto;
    }

    .ftLog {
        width: 200px;
    }

    .ftR {
        width: 420px;
        margin-top: 20px;
    }

    .ftRa {
        font-size: 22px;
        line-height: 35px;
        margin-right: 36px;
    }

    .ftRa:hover {
        text-decoration: underline;
    }
}

@media screen and (max-width:1280px) and (min-width:960px) {
    .IndBan {
        background-size: auto 730px;
        height: 730px;
    }

    .IndBanK {
        width: 900px;
        margin: 0 auto;
        padding-top: 75px;
    }

    .IndLog {}

    .copxx_L {}

    .IndBanH {
        font-size: 46px;
        line-height: 55px;
        margin-top: 60px;
        letter-spacing: 3px;
        margin-bottom: 30px;
    }

    .IndBanC {
        font-size: 24px;
        line-height: 35px;
        letter-spacing: 1px;
    }

    .pc {
        display: block;
    }

    .wap {
        display: none;
    }

    .IndBanF {}


    .IndBanFa img {
        width: 44px;
        display: block;
    }

    .IndBanFa p {}

    .IndBanFa:hover {
        /* background: #63C6C7; */
    }

    /*title*/
    .title {
        font-size: 46px;
        letter-spacing: 2px;
        line-height: 65px;
    }

    .IndP {
        font-size: 24px;
        letter-spacing: 1px;
        line-height: 55px;
        margin-top: 25px;
    }

    .ward {
        width: 900px;
        margin: 0 auto;
    }

    .IndFulK {
        height: 660px;
    }

    .IndFulI {
        width: 510px;
        left: -50px;
    }

    .IndFulB {
        width: 400px;
    }

    .IndFula {
        width: 200px;
        height: 48px;
        line-height: 48px;
        border-radius: 24px;
        font-size: 24px;
        margin-top: 35px;
    }

    .IndFula:hover {
        background: #2f58cd;
    }

    /*5*/
    .IndFiv {
        background-size: auto 620px;
    }

    .IndFivK {
        height: 650px;
        padding: 0 50px;
    }

    .IndFivB {
        width: 300px;
    }

    .IndFivN {
        padding: 0 20px;
        height: 60px;
        border-radius: 10px;
        margin-bottom: 18px;
    }

    .IndFivN img {
        width: 38px;
    }

    .IndFivN p {
        line-height: 34px;
        font-size: 24px;
        margin-left: 16px;
    }

    /*æ”¯æŒå¤šä¸ªè®¾å¤‡ç™»å½•*/
    .IndSup {
        padding-top: 60px;
    }

    .IndTit {}

    .IndSupI {
        width: 900px;
        margin: 70px auto 0;
    }

    /*éšæ„æµè§ˆå–œçˆ±å†…å®¹*/
    .IndFee {
        padding: 80px 0 60px;
    }

    .IndFeeI {
        width: 580px;
        margin: 80px auto 0;
    }

    /*footer*/
    .foot {
        height: 190px;
        width: 900px;
        margin: 0 auto;
    }

    .ftLog {
        width: 180px;
    }

    .ftR {
        width: 350px;
        margin-top: 15px;
    }

    .ftRa {
        font-size: 18px;
        line-height: 30px;
        margin-right: 30px;
    }

    .ftRa:hover {
        text-decoration: underline;
    }
}

@media screen and (max-width:960px) and (min-width:640px) {

    .IndBanF a:nth-child(3),
    .IndBanF a:nth-child(4) {
        margin-top: 0rem !important;
    }

    .IndBan {
        background-size: auto 590px;
        height: 590px;
        background-position: right bottom;
    }

    .IndBanF {
        margin-top: 100px;
    }

    .IndBanK {
        width: 600px;
        margin: 0 auto;
        padding-top: 75px;
    }

    .IndLog {}

    .IndBanH {
        font-size: 38px;
        line-height: 50px;
        margin-top: 50px;
        letter-spacing: 3px;
        margin-bottom: 28px;
    }

    .IndBanC {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 1px;
    }

    .pc {
        display: none;
    }

    .IndBanB {
        width: 600px;
        padding: 0 4%;
        background: #FFF;
        border-radius: 28px;
        position: absolute;
        bottom: -70px;
        left: 0;
        right: 0;
        margin: 0 auto;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

    .IndBanBk {
        width: 100%;
        height: 110px;
    }

    .IndBanB img {
        width: 38%;
    }

    .IndBanBa {
        background: #63C6C7;
        width: 200px;
        height: 46px;
        line-height: 46px;
        border-radius: 23px;
        color: #FFF;
        font-size: 20px;
        text-align: center;
        display: block;
    }

    /*title*/
    .title {
        font-size: 34px;
        letter-spacing: 2px;
        line-height: 50px;
    }

    .IndP {
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 45px;
        margin-top: 18px;
    }

    /*å…¨è‡ªåŠ¨å‡åŒ€è´Ÿè½½*/
    .ward {
        width: 600px;
        margin: 0 auto;
    }

    .IndFul {
        padding-top: 70px;
    }

    .IndFulK {
        height: 480px;
    }

    .IndFulI {
        width: 380px;
        left: -40px;
    }

    .IndFulB {
        width: 280px;
    }

    .IndFula {
        width: 160px;
        height: 42px;
        line-height: 42px;
        border-radius: 21px;
        font-size: 20px;
        margin-top: 25px;
    }

    /*5*/
    .IndFiv {
        background-size: auto 460px;
    }

    .IndFivK {
        height: 500px;
        padding: 0;
    }

    .IndFivB {
        width: 245px;
    }

    .IndFivN {
        padding: 0 15px;
        height: 50px;
        border-radius: 8px;
        margin-bottom: 14px;
    }

    .IndFivN img {
        width: 30px;
    }

    .IndFivN p {
        line-height: 30px;
        font-size: 20px;
        margin-left: 12px;
    }

    /*æ”¯æŒå¤šä¸ªè®¾å¤‡ç™»å½•*/
    .IndSup {
        padding-top: 50px;
    }

    .IndTit {}

    .IndSupI {
        width: 600px;
        margin: 50px auto 0;
    }

    /*éšæ„æµè§ˆå–œçˆ±å†…å®¹*/
    .IndFee {
        padding: 60px 0 50px;
    }

    .IndFeeI {
        width: 430px;
        margin: 60px auto 0;
    }

    /*footer*/
    .foot {
        height: 150px;
        width: 600px;
        margin: 0 auto;
    }

    .ftLog {
        width: 140px;
    }

    .ftR {
        margin-top: 10px;
    }

    .ftRa {
        font-size: 16px;
        line-height: 26px;
        margin-right: 25px;
    }
}

@media only screen and (max-width:639px) {
    .pc {}

    .IndBanF {
        margin-top: 0;
        padding: 0 .2rem;
    }

    .IndBan {
        background-position: center center !important;
        background-size: 100% !important;
    }

    .IndBanFa {
        margin: 0;
        padding: 0;
        line-height: .3rem !important;
    }

    .IndBanF a {
        width: 100%;
        background-color: rgb(254, 160, 26);
        text-align: center;
        height: .4rem;
        border-radius: .2667rem;
        font-size: .15rem;
        display: flex;
        color: white;
        justify-content: center;
        margin-bottom: .1rem;
    }
    
    .IndBanFa img {
        width: .2rem !important;
        height: .2rem !important;
    }
    /* .IndBanF a:nth-child(3),
    .IndBanF a:nth-child(4) {
        margin-top: .1rem;
    } */

    footer {
        /* position: relative !important; */
        height: auto;
    }

    .foot {
        height: auto !important;
    }

    ul.copxx_L {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .IndBanF {
        margin-top: .2rem !important;
    }

    ul.copxx_L li {
        width: 45% !important;
        text-align: center;
        margin-bottom: .1rem;
    }

    .IndBanF img {}

    .IndBanF a+a {}

    .wap {
        max-width: 600px;
        margin: 0 auto;
        display: block;
    }

    .IndBan {
        background-size: 80% auto;
        background-position: center 1.2rem !important;
        padding-bottom: 1.5rem;
        background-image: url("banner02.png");
    }

    .copxx_L {
        flex-direction: column;

    }
    footer {
    }

    .IndBanK {
        width: 100%;
        margin: 0 auto;
        padding: 0.15rem 4% 0;
    }

    .IndLog {}

    .IndBanH {
        font-size: 0.2rem;
        line-height: 0.22rem;
        margin-top: 0.15rem;
        letter-spacing: 2px;
        margin-bottom: 0.15rem;
        text-align: center;
    }

    .tips {
        width: 80%;
        margin: 2.2rem auto 0;
        display: flex;
        flex-wrap: wrap;
    }

    .tips li {
        width: 100%;
        font-size: .15rem;
    }

    .IndBanC.a {
        margin-top: .2rem;
    }

    .IndBanC {
        font-size: .28rem !important;
        line-height: 0.16rem;
        letter-spacing: 1px;
        text-align: center;
    }

    .IndBanB {
        width: 80%;
        padding: 0 4%;
        background: #FFF;
        border-radius: 0.2rem;
        position: absolute;
        bottom: -0.45rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

    .IndBanBk {
        width: 100%;
        height: 0.64rem;
    }

    .IndBanB img {
        width: 51%;
    }

    .IndBanBa {
        background: #63C6C7;
        width: 1rem;
        height: 0.26rem;
        line-height: 0.26rem;
        border-radius: 0.13rem;
        color: #FFF;
        font-size: 0.13rem;
        text-align: center;
        display: block;
    }

    /*title*/
    .title {
        font-size: 0.16rem;
        letter-spacing: 1px;
        line-height: 0.2rem;
    }

    .IndP {
        font-size: 0.105rem;
        line-height: 0.2rem;
        margin-top: 0.1rem;
    }

    /*å…¨è‡ªåŠ¨å‡åŒ€è´Ÿè½½*/
    .ward {
        width: 100%;
        margin: 0 auto;
    }

    .IndFul {
        padding-top: 0.45rem;
    }

    .IndFulK {
        height: 2.1rem;
        padding: 0 4%;
    }

    .IndFulI {
        width: 50%;
        left: 2%;
    }

    .IndFulB {
        width: 44%;
    }

    .IndFula {
        width: 0.90rem;
        height: 0.26rem;
        line-height: 0.26rem;
        border-radius: 0.13rem;
        font-size: 0.105rem;
        margin-top: 0.15rem;
    }

    /*5*/
    .IndFiv {
        background-size: auto 1.5rem;
        background-position: bottom right
    }

    .IndFivK {
        height: 2.1rem;
        padding: 0 5% 0.1rem;
    }

    .IndFivB {
        width: 1.22rem;
    }

    .IndFivN {
        padding: 0 0.08rem;
        height: 0.27rem;
        border-radius: 0.05rem;
        margin-bottom: 0.06rem;
    }

    .IndFivN img {
        width: 0.14rem;
    }

    .IndFivN p {
        line-height: 0.2rem;
        font-size: 0.1rem;
        margin-left: 0.06rem;
    }

    /*æ”¯æŒå¤šä¸ªè®¾å¤‡ç™»å½•*/
    .IndSup {
        padding-top: 0.3rem;
    }

    .IndTit {
        padding: 0 4%;
    }

    .IndSupI {
        width: 100%;
        margin: 0.25rem auto 0;
    }

    /*éšæ„æµè§ˆå–œçˆ±å†…å®¹*/
    .IndFee {
        padding: 0.3rem 0 0.2rem;
    }

    .IndFeeI {
        width: 60%;
        margin: 0.2rem auto 0;
    }

    /*footer*/
    .foot {
        width: 100%;
        padding: 0.01rem 4%
    }

    .ftLog {
        width: 0.8rem;
    }

    .ftR {
        margin-top: 0.1rem;
    }

    .ftRa {
        font-size: 0.115rem;
        line-height: 0.2rem;
        margin-left: 0.15rem;
    }

}

html {
    font-size: 625%;
    /*100 Ã· 16 Ã— 100% = 625%*/
}

/*å‡ºçš„å„åˆ†è¾¨çŽ‡åª’ä½“æŸ¥è¯¢æ¢ç®—ï¼š*/
@media screen and (min-width:360px) and (max-width:374px) and (orientation:portrait) {
    html {
        font-size: 703%;
    }
}

@media screen and (min-width:375px) and (max-width:383px) and (orientation:portrait) {
    html {
        font-size: 732.4%;
    }
}

@media screen and (min-width:384px) and (max-width:399px) and (orientation:portrait) {
    html {
        font-size: 750%;
    }
}

@media screen and (min-width:400px) and (max-width:413px) and (orientation:portrait) {
    html {
        font-size: 781.25%;
    }
}

@media screen and (min-width:414px) and (max-width:431px) and (orientation:portrait) {
    html {
        font-size: 808.6%;
    }
}

@media screen and (min-width:432px) and (max-width:479px) and (orientation:portrait) {
    html {
        font-size: 843.75%;
    }
}


/*
display:flex;justify-content:space-between;align-items:center; flex-wrap:wrap;align-content:center
|flex-start|flex-end|center|space-between|space-around

overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;

transition:0.5s;
.IndEnvT:before,.IndEnvT:after{display:block;content:'';position: absolute;}
*/