.common-button {
    background-color: #F5F5F5;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
}
.common-button .header {
    width: 1332px;
    border-bottom: 1px solid #C4C4C4;
    padding-top: 32px;
    padding-bottom: 26px;
}
.common-button .header .list {
    display: flex;
}
.common-button .header .list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}
.common-button .header .list-item > div:first-child {
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.common-button .header .list-item  .top {
    line-height: 26px;
}
.common-button .main {
    width: 1332px;
    margin-top: 20px;
    margin-bottom: 20px !important;
    display: flex;
    margin-bottom: 0;
}
.common-button .main .left {
    width: 78%;
    display: flex;
    justify-content: space-between;
}
.common-button .main .left  .title {
    margin-bottom: 18px;
}
.common-button .main .left  .title .mobile-hide {
    color: #333333;
    font-size: 16px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    cursor: auto;
}
.common-button .left .item {
    display: flex;
    flex-direction: column;
}
.common-button .left .item a {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    margin-bottom: 7px;
    text-decoration: none;
    cursor: pointer;
}
.common-button .left .item a:hover {
    color: #f60;
}
.common-button .main .right {
    width: 24%;
    text-align: left;
    padding-left: 103px;
    margin-left: 101px;
    box-sizing: border-box;
    border-left: 1px solid #C4C4C4;
}
.common-button .main .right .wire > div:first-child {
    color: #666666;
    font-size: 16px;
}
.common-button .main .right .phone {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    color: #333333;
}
.common-button .main .right .pay {
    color: #666666;
    font-size: 16px;
    margin-top: 30px;
}
.common-button .main .right .pay-img-wrap {
    width: 190px;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 13px;
}
.common-button .main .right .pay-img-wrap > div {
    width: 25%;
    margin-bottom: 15px;
    cursor: pointer;
}
.common-button .main .right .pay-img-wrap > div img {
    width: 40px;
}

.common-button .bottom {
    width: 1332px;
    border-top: 1px solid #C4C4C4;
}
.common-button .bottom > div:first-child {
    margin-top: 16px;
}
.common-button .bottom > div {
    color: #666666;
    font-size: 12px;
}
.common-button .bottom > div span {
    color: #333333;
    font-weight: bold;
}

.common-button .hide {
    display: none;
}

.less-than-900 {
    display: none;
}

@media (max-width: 900px) {
    .greater-than-900 {
        display: none !important;
    }
    .less-than-900 {
        display: block;
    }
    .mobile-common-button {
        width: 100%;
        background-color: #F5F5F5;
        padding: 19px 22px;
        box-sizing: border-box;
    }
    .mobile-common-button .hot-wire {
        color: #666666;
        font-size: 14px;
        font-weight: 400;
        display: flex;
        align-items: center;
        line-height: 25px;
    }
    .mobile-common-button .phone {
        font-size: 16px;
        line-height: 28px;
        margin-top : 8px;
        padding-bottom: 12px;
        border-bottom: 1px solid #E3E3E3;
    }
    .mobile-common-button .skip {
        margin-top: 16px;
        color: #666666;
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        display: flex;
        align-items: center;
    }
    .mobile-common-button .skip > .line {
        margin: 0 8px;
        width: 1px;
        background-color: #E3E3E3;
        height: 20px;
    }
    .mobile-common-button .skip > div:hover {
        color: #f60;
    }
    .mobile-common-button .statement {
        margin-top: 16px;
        font-size: 12px;
        font-weight: 400;
        line-height: 21px;
    }
    .mobile-common-button .statement p {
        color: #666666;
    }
    .mobile-common-button .statement .c333 {
        color: #333333;
    }
}