        body {
            margin: 0;
            padding: 0;
        }
        
        .homeBox {
            width: 1280px;
            margin: auto;
        }
        
        .topBox {
            width: 1280px;
            display: flex;
            justify-content: space-between;
        }
        
        .topBox .phone {
            width: 550px;
            margin-top: 50px;
            height: 856px;
        }
        
        .textMessage {
            width: 550px;
            padding-top: 50px;
            ;
        }
        
        .textMessage p {
            font-size: 26px;
        }
        
        .textBox {
            display: flex;
            flex-direction: column;
            margin-top: 100px;
            margin-left: 100px;
        }
        
        .textBox .logo {
            width: 530px;
            height: 120px;
            float: right;
        }
        
        .topBoxTwo {
            width: 1280px;
            display: flex;
            flex-direction: column;
        }
        
        .titleBox {
            width: 100%;
            height: 116px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .titleBox .titleBoxText {
            text-align: center;
        }
        
        .titleBoxText h2 {
            color: #ec2611;
            margin: 0;
        }
        
        .titleBoxText p {
            color: #999;
            margin: 0;
        }
        
        .globalAgentBox .globalMap {
            width: 765px;
            height: 372px;
        }
        
        .globalText {
            margin: 0 88px 0 88px;
            color: #999;
            font-size: 18px;
        }
        
        .globalAgentBox {
            display: flex;
            margin: 88px 88px 0 88px;
        }
        
        .wholeWorld {
            margin-left: 80px;
        }
        
        .underline {
            width: 160px;
            height: 20px;
            border-bottom: 1px solid #999;
        }
        
        .btn {
            width: 116px;
            height: 28px;
            background-color: #ec2611;
            line-height: 28px;
            padding-left: 10px;
            color: #fff;
            margin-top: 50px;
        }
        
        .wholeWorld h2 {
            color: #999;
        }
        
        .wholeWorld p {
            color: #999;
            font-size: 10px;
        }
        
        .battomBox {
            width: 1280px;
            background-color: bisque;
        }
        
        .battomBoxOne {
            width: 1280px;
            height: 240px;
            background: url(./image/图层12@3x.png);
            background-size: 100%;
        }
        
        .battomBoxTwo {
            display: flex;
        }
        
        .battomBoxTwo1 {
            width: 641px;
            height: 90px;
            background: url(./image/图层14@3x.png);
            background-size: 100%;
        }
        
        .battomBoxTwo2 {
            width: 641px;
            height: 90px;
            background: url(./image/图层13@3x.png);
            background-size: 100%;
        }
        
        .battomBoxOneText {
            margin: 0 88px 0 88px;
        }
        
        .battomBoxOneText p {
            color: #999;
            line-height: 45px;
        }
        
        .battomBoxOneText div {
            height: 60px;
            line-height: 60px;
            align-items: center;
            font-size: 20px;
            font-weight: 600;
        }
        
        .cell_phone1 {
            color: #999;
            margin-left: 70px;
            margin-top: 20px;
        }
        
        .recordNumber {
            color: blue;
        }
        
        .cell_phone2 {
            color: #fff;
            line-height: 90px;
            margin-left: 70px;
        }