* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

.box ul {
    list-style: none;
    z-index: 20;
    display: flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}


::-webkit-scrollbar {
    width: 4px;
    height: 5px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #bdbdbd
}

.box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 10vh;
    opacity: 0.97;
    background-image: url('../images/banner.png');
}

.main {
    padding-top: 10vh;
    padding-bottom: 14vh;
    width: 100%;
    height: 100%;
    background: url('../images/downbanner.png') white no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
}

.foot {
    position: fixed;
    bottom: 0px;
    left: 0;
    padding-top: 4vh;
    box-sizing: border-box;
    width: 100%;
    height: 14vh;
    background: #0ab2fc;
    text-align: center;
    font-family: "Microsoft YaHei";
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-size: 24px;
}
.box .title_page li a {
    color: #fff;
}
.box .title_page li{
    padding-right: 60px;
}

.main .bread a {
    text-align: center;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: #FFFFFF;
    font-family: "Microsoft YaHei";
    color: #fff;
    letter-spacing: 0;
    border: 2px solid #FFFFFF;
    border-radius: 8px;
}

.main .mainText {
    height: auto;
    width: 80%;
    margin: 0 auto;
    margin-top: 25px;
}

.main .main_title {
    width: 100%;
    margin: 50px auto;
    text-align: center;
}

#downImg {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: inherit;
}

.pcClass .flexTo .scanner {
    display: none;
    color: #0ab2fc;
}

.title_page {
    height: 100%;
}

.box .title_page .title_img {
    height: 50%;
}

.box .title_img {
    display: block;
    /* margin: 0; */
}

.main .downmenu {
    width: 80%;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.main .phoneClass {
    width: 300px;
    height: 450px;
    margin-left: 5px;
    background-color: gray;
}

/* .foot .text-ln {
    display: block;
    height: 25%;
} */

.main .main_content .content_maintext {
    font-family: "Microsoft YaHei";
    color: #4E585B;
    letter-spacing: 0;
    margin-top: 10px;
    text-align: left;
}

.about_area {
    width: 70%;
    margin: 0 auto;
}

.business_area {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-around;
    padding-top: 3%;
}

.business_area:first-child {
    margin-top: 3%;
    border-top: 3px solid #F5F2F2;
}

.rmb_area {
    width: 50%;
    height: 160px;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    background: #F0FBFF;
    border-radius: 10px;
    padding-left: 5%;
    padding-right: 0;
}

.rmb_area:nth-child(even) {
    margin-left: 20px;
}

.rmb_area .info {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-left: 5%;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contact {
    font-family: "Microsoft YaHei";
    font-weight: bold;
    color: #4E585B;
    letter-spacing: 0;
    font-weight: 600;
    word-break: break-all;
}

.accout_info {
    font-family: "Microsoft YaHei";
    color: #4E585B;
    letter-spacing: 0;
}

.main .title_text {
    font-family: "Microsoft YaHei";
    font-weight: bold;
    color: #293134;
    letter-spacing: 0;
    ;
}

.active {
    text-decoration: underline;
    text-underline-position: under;
    color: #FFFFFF;
}