* {
    margin: 0;
    padding: 0;
    
}
/* body html{
    height: 100%;
} */
.box{
    /* overflow: auto; */
    min-width: max-content;
}
.header {
    display: flex;
    justify-content: space-between;
    margin: 40px 26px;
}

.head_logo img {
    width: 300px;
}

.head_query {
    display: flex;
}

.head_query input {
    width: 500px;
    height: 35px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #ccc;
}

.head_query button {
    width: 60px;
    height: 38px;
    background: #196DFF;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
}

.head_contact {
    display: flex;
}

.head_contact_img {
    display: flex;
    height: 35px;
    align-items: center;
    padding-right: 10px;
}

.head_contact_img img {
    padding-right: 10px;
}

.banner_tab {
    width: 100%;
    display: flex;
    justify-content: space-around;
    background: #333;
    height: 40px;
    line-height: 40px;
    color: #fff;
}

.tab_title {
    cursor: pointer;
    width: 100px;
    text-align: center;
}

.lunbo {
    width: 100%;
    height: 500px;
    background-image: url(./img/img1.png);
    background-size: 100% 100%;
}

.guide {
    display: flex;
    justify-content: space-around;
    width: max-content;
    background: #F3F3F3;
    margin: 30px auto;
    height: 100px;
    border-radius: 5px;
}

.guide_img {
    display: flex;
    align-items: center;
    margin: 0 80px;
}

.guide_img img {
    width: 60px;
    padding-right: 5px;
}

.guide_text p:nth-child(1) {
    font-size: 18px;
    color: #666666;
    padding-bottom: 10px;
}

.guide_text p:nth-child(2) {
    font-size: 12px;
    color: #666666;
}

.dataList {
    /* width: 90%; */
    margin: 0 auto;
}

.list_class {
    display: flex;
    justify-content: center;
}

.data_head {
    display: flex;
    background: #fa6e09;
    width: 110px;
    margin-bottom: 10px;
    border-radius: 14px;
    height: 30px;
    line-height: 30px;
    justify-content: center;
    color: #fff;
}

.data_head img {
    width: 22px;
    height: 22px;
    margin-top: 2px;
}

.newPhone_class {
    display: flex;
    justify-content: space-between;
}

.newPhone_class img {
    width: 300px;
    padding-top: 20px;
}

.Phone_detail {
    width: 414px;
    border: 1px solid #ccc;
    text-align: center;
    height: 512px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    border-radius: 5px;
    margin: 20px 11px;
}

.phone_title {
    text-align: left;
    padding-left: 10px;
    padding-top: 70px;
}

.phone_title p:nth-child(1) {
    font-weight: 600;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 12px;
}

.phone_title p:nth-child(2) {
    font-size: 14px;
    padding: 10px 12px;
}

.phone_title p:nth-child(3) {
    font-weight: 600;
    color: red;
    padding: 0 12px;
}

.newPhone_class img {}

.Phone_detail:hover::before {
    content: '';
    width: 400px;
    height: 400px;
    left: 0px;
    top: 0px;
    position: absolute;
    background-image: url(./img/ma2.jpg);
    background-size: 100% 100%;
}

.Phone_detail:hover::after {
    content: '';
    width: 414px;
    height: 512px;
    left: 0;
    top: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    pointer-events: none;
}




.tab_list li {
    list-style: none;
    height: 39px;
    float: left;
    line-height: 39px;
    cursor: pointer;
    padding: 0 20px;
    margin: 0 auto
}

.tab_list {
    background-color: rgb(202, 198, 198);
    margin: 10px auto;
    text-align: center;
    height: 39px;
    text-align: center;
}

 .current {
    background-image: linear-gradient(-90deg, #00E2FF, #196DFF);
    color: white;
    width: 100px;
    text-align: center;
}

.item_info {
    padding: 20px 0 0 20px
}

.newPhone {
    /* display: none */
}

.footer{
    text-align: center;
    height: 50px;
    background: #313438;
    color: #9fa3b0;
    line-height: 50px;
    margin-top: 50px;
    display: flex !important;
    justify-content: center;
}

.two_img{
    margin: 0px 20px;
}
.introduceBottom{
    width: 100%;
    height: 300px;
    background: #9EB5E8;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.iosIntroduce{
    margin-left: 300px;
}
.androidIntroduce, .iosIntroduce{
    color: #196DFF;
}
.androidIntroduce p:nth-child(2), .iosIntroduce p:nth-child(2){
    font-size: 24px;
}
.haveClass a{
    color: #939393;
    text-decoration:none
}

.companyIntroduce{
    display: flex;
    justify-content: space-evenly;
    padding-top: 150px;
    height: 980px;
}
.companyInt div p{
    padding-bottom: 10px;
}
.siteClass{
    background: #313438;
    color: #939393;
    text-align: center;
    padding-bottom: 10px;
}

.bottomClass{
    margin-top: 78px;
}