@charset "utf-8";
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,ol,ul,dl,dd,p,input,select,textarea,td{
    margin:0;
    padding:0;
}
html{
    font-size: 27.78vw;
}
html,body{
    height: 100%;
}
body{
    font-family:"微软雅黑";
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
}
a{
    text-decoration:none;
}
ul,ol{
    list-style:none;
}
img{
    border:0;
    display: block;
}
/*header*/
header{
    width: 100%;
    height: .53rem;
    background: #ffffff;
}
.header-One{
    height: .53rem;
    color: #000000;
    font-size: .14rem;
    font-weight: 600;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}
.oneBox{
    display: -webkit-flex;
    -webkit-align-items: center;
}
.oneBox a{
    width: .31rem;
    height: .31rem;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    margin: 0 .08rem;
}
.oneBox img{
    width: .13rem;
    height: .13rem;
}
.twoBox{
    display: flex;
}
.twoBox a{
    height: .31rem;
    display: flex;
    text-decoration: none;
    align-items: center;
}
.twoBox a img{
    width: .2rem;
    height: .16rem;
    margin-right: .16rem;
}
/*section*/
section{
    width: 100%;
    background: #ffffff;
}
.section-01{
    width: 100%;
    height: .335rem;
    display: flex;
    text-align: center;
    background: #ffffff;
}
.section-01 a{
    width: 25%;
    height: .32rem;
    color: #000000;
    font-size: .13rem;
}
.border-Blue{
    border-bottom: .02rem solid #1d82ff;
    color: #1d82ff;
}
.section-02{
    width: 100%;
    height: .97rem;
    display: flex;
    overflow-x: auto;
}
.section-02 a img{
    height: .97rem;
    width: 3.6rem;
}
.section-03{
    display: flex;
}
.section-first,.oneLi{
    width: .9rem;
    height: .52rem;
    border-bottom: 1px solid #e6e6e6;
}
.section-first a{
    height: 100%;
    color: #000000;
    font-size: .13rem;
    display: flex;
    align-items: center;
    margin-left: .12rem;
}
.section-first a img{
    width: .11rem;
    height: .07rem;
    margin-left: .11rem;
}
.section-second{
    display: none;
    position: relative;
}
.twoLi{
    width: 1.8rem;
    height: .4rem;
    background: #f5f5f5;
}
.twoLi:nth-child(2){
    background: #ffffff;
}
.twoLi a{
    color: #000000;
    font-size: .13rem;
    margin-left: .16rem;
}
.section-third{
    position: absolute;
    left: 1.80rem;
    top: 0px;
}
.threeLi{
    width: 1.8rem;
    height: .40rem;
    background: #ffffff;
    border-bottom: 1px solid #e6e6e6;
}
.threeLi2{
    display: none;
    width: 1.8rem;
    height: .40rem;
    background: #ffffff;
    border-bottom: 1px solid #e6e6e6;
}

.bigAABoxOne{
    display: flex;
    overflow-x: auto;
}
.bigBoxOne{
    width: 100%;
    height: 100%;
}
.section-two{
    width: 100%;
    height: 1rem;
    background: #ffffff;
    display: flex;
    align-items: center;
}
.mouse-Aox{
    margin-left: .14rem;
}
.mouse-Aox a{
    display: flex;
    justify-content: space-between;
}
.mouse-Aox img{
    width: .64rem;
    height: .64rem;
}
.mouse-span1{
    font-size: .14rem;
    color: #000000;
    font-weight: 700;
}
.mouse-span2{
    font-size: .11rem;
}
.mouse-span3{
    color: #969696;
    font-size: .09rem;
}
.mouse-Aox p{
    border: 2px solid #1d82ff;
    font-size: .11rem;
    border-radius: 4px;
    height: .16rem;
    padding: .03rem .03rem;
    margin: .12rem 0.19rem 0 0;
}
.mouse-divBox{
    width: 2.70rem;
    display: flex;
    justify-content: space-between;
    margin-left: .12rem;
    margin-top: .07rem;
    white-space: nowrap;
}
.flex-1{
    -webkit-flex: 1;
    overflow-y: auto;
}