/* ！！！！！！！！版心！！！！！！！ */
.container {
    width: 1240px;
    margin: 0 auto;
}



/* 快捷菜单 */
.fast-menu {
    height: 52px;
    background-color: #333;
}

.fast-menu .menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    font-size: 14px;
}

.fast-menu .menu a {
    color: #dcdcdc;
}

.fast-menu .menu span {
    margin: 0 16px;
    color: #666;
}

.fast-menu .menu a:last-child {
    display: flex;
    align-items: center;
}

.fast-menu .menu a:last-child::before {
    content: '';
    width: 11px;
    height: 16px;
    background: url('../images/sprites.png');
    background-position: -160px -70px;
    margin-right: 8px;
    margin-top: -4px;
}



/*logo和大导航栏*/
.navigation {
    display: flex;
    align-items: center;
    height: 130px;
}

.navigation .logo {
    position: relative;
}

.navigation .logo h1 {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.navigation .logo .logo-text {
    display: block;
    width: 207px;
    height: 70px;
}

.navigation .logo .logo-img {
    display: block;
    width: 207px;
    height: 70px;
}

.navigation .logo img {
    width: 100%;
    height: 100%;
}

/* 导航栏标签 */
.navigation ul {
    display: flex;
    align-items: center;
    /* height: 100%; */
    margin-left: 40px;
    margin-right: 34px;
}

.navigation ul li {
    margin-right: 48px;
}

.navigation li a {
    padding-bottom: 7px;
    /* 过渡效果 */
    transition: all 1s;
}

/* 鼠标悬浮时改变字体颜色与底部边框颜色 */
.navigation li:hover a {
    color: #27ba9b;
    border-bottom: 1px solid #27ba9b;
}

/* 搜索框 */
.search {
    position: relative;
    margin-right: 15px;
}

/* 搜索框预示文字 */
.search .search-input {
    width: 172px;
    height: 30px;
    border-bottom: 2px solid #e7e7e7;
    padding-left: 29px;
    padding-bottom: 7px;
    box-sizing: border-box;
    font-size: 14px;
    color: #ccc;
}

.icon-sousuo {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
}

/* 购物车 */
.cart {
    position: relative;
}

.cart .icon-gouwuchekong {
    font-size: 23px;
}

/* 购物车角标文字 */
.cart .number {
    position: absolute;
    top: 0px;
    right: -10px;
    width: 20px;
    height: 16px;
    background-color: #e26237;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    line-height: 16px;
}

/* 服务与承诺*/
footer {
    border: 2px solid #e7e7e7;
}

/*大框架*/
.support {
    display: flex;
    height: 300px;
    padding-left: 58px;
    padding-top: 79px;
    box-sizing: border-box;
}

/* ------------------------服务------------------------ */
.user-service {
    margin-right: 118px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 192px;
    height: 143px;
    background-color: #ccc;
}

.user-service h6 {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

/*一个大盒子*/
.user-service ul {
    display: flex;
    justify-content: space-between;
}

/*两个小盒子*/
.user-service ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    border: 1px solid #eee;
    font-size: 14px;
}

/*图标规格*/
.user-service li .iconfont {
    font-size: 30px;
}

/*文字规格*/
.user-service li span {
    color: #999;
}

/*------------------------关注------------------------*/

.contact-us {
    margin-right: 118px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 192px;
    height: 143px;
    background-color: #ccc;
}

.contact-us h6 {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

/*一个大盒子*/
.contact-us ul {
    display: flex;
    justify-content: space-between;
}

/*两个小盒子*/
.contact-us ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    border: 1px solid #eee;
    font-size: 14px;
}

/*图标规格*/
.contact-us li .iconfont {
    font-size: 30px;
}

/*文字规格*/
.contact-us li span {
    color: #999;
}


/*------------------------下载------------------------*/
.download-app {

    width: 241px;
    height: 156px;
    margin-right: 74px;
}

.download-app h6 {
    text-align: center;
    color: #999;
    font-size: 16px;
    font-weight: 400;
}

.download-app ul {
    display: flex;
}

/* 二维码图片的位置 */
.download-app li:first-child {
    width: 130px;
    height: 130px;
    padding: 7px;
    box-sizing: border-box;
}

/* 图片本体 */
.download-app li:first-child img {
    width: 100%;
    height: 100%;
}

/* 右侧文字1 */
.download-app li:last-child {
    align-items: flex-start;
    width: 103px;
    text-align: left;
    font-size: 18px;
    color: #999;
    border: 0;
}

/* 右侧文字2 */
.download-app li:last-child p:nth-child(2) {
    height: 20px;
    line-height: 18px;
}

/* 下载按钮 */
.download-app li:last-child a {
    
    background-color: #27ba9b;
    text-align: center;
    line-height: 70px;
    /*margin: 10px;*/
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    font-family: PingFangSC-Regular;
}

/* ------------------------分割线 -------------------------*/
.line {
    width: 2px;
    height: 189px;
    background-color: #f2f2f2;
}

/* --------------------------服务------------------------- */
.service-phone {
    width: 160px;
    height: 122px;
    margin-left: 74px;
}

.service-phone h6 {
    text-align: center;
    color: #999;
    font-size: 16px;
    font-weight: 400;
}

.service-phone div {
    text-align: center;
}

.service-phone div p:first-child {
    font-size: 22px;
    color: #666;
}

.service-phone div p:last-child {
    margin-top: 5px;
    font-size: 15px;
    color: #999;
}














/* 承诺 */
.promise {
    background-color: #333;

}

.promise .ours-promise {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 175px;
    border-bottom: 1px solid #434343;
}

.promise .ours-promise div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 186px;
    height: 58px;
}

.promise div span:first-child {
    width: 58px;
    height: 58px;
    background-image: url('../images/sprites.png');
}

.promise div span:last-child {
    font-size: 28px;
    color: #fff;
}


.promise div:first-child span:first-child {
    background-position: 0 0;
}

.promise div:nth-child(2) span:first-child {
    background-position: -65px 0;
}

.promise div:nth-child(3) span:first-child {
    background-position: -130px 0;
}



/* 版权 */
.copyright {
    height: 175px;
    text-align: center;
    background-color: #333;
    color: #999;
    font-size: 14px;
    padding-top: 41px;
    box-sizing: border-box;
}

.copyright p:first-child {
    height: 35px;
}

.copyright p:first-child span {
    margin: 0 10px;
}

.copyright a {
    color: #999;
}