.content-wrap {
    width: 1200px;
    margin: 0 auto;
}

.wrap-banner-a {
    position: relative;
    display: flex;
    align-items: center;
    width: 124px;
    height: 38px;
    padding-left: 22px;
    border: 1px solid #fc2729;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(to right, #fc2729, #ff4f2d);
    box-shadow: 0px 6px 13px rgba(254, 65, 44, .2)
}

.wrap-banner-a::after {
    position: absolute;
    right: 20px;
    content: '';
    width: 20px;
    height: 11px;
    background: url(../img/tcsc/wrap-banner-a-after.png) no-repeat;
}

.wrap-banner-a:hover {
    color: #fc2729;
    background: #fff;
}


/* é€šç”¨å¤´éƒ¨ */

.home-title1 {
    text-align: center;
}

.home-title1 h3 {
    font-size: 32px;
    color: #333;
}

.home-title1 p {
    max-width: 850px;
    margin: 12px auto 0;
    font-size: 16px;
    line-height: 28px;
    color: #888;
}

.home-title2 h3 {
    color: #fff;
}

.home-title2 p {
    color: rgba(255, 255, 255, .75);
}

.home-title3 p {
    max-width: 980px;
}


/* header */

.head-top {
    height: 36px;
    line-height: 36px;
    background: #f4f4f4;
}

.head-top .content-wrap {
    position: relative;
}

.news_li {
    overflow: hidden;
    height: 36px;
}

.news_li p {
    height: 36px;
    line-height: 36px;
}

.head-top p {
    position: relative;
    font-size: 12px;
    line-height: 36px;
    color: #666;
}

.head-top .head-top-p::before {
    position: absolute;
    top: 11px;
    left: -19px;
    content: '';
    width: 14px;
    height: 14px;
    background: url(../img/index/icon-top-phone.png) no-repeat;
}

.nav_menu .logo {
    float: left;
    padding-top: 28px;
}

.nav_menu .logo .logo2 {
    display: none;
}

.nav_menu {
    position: absolute;
    left: 0;
    z-index: 9999999;
    width: 100%;
    height: 90px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.nav_menu .list {
    float: right;
}

.nav_menu .list li {
    position: relative;
    float: left;
}

.nav_menu .list li a {
    display: inline-block;
    line-height: 89px;
    margin: 0 15px;
    font-size: 16px;
}

.nav_menu .list li.hot::after {
    position: absolute;
    right: 10px;
    top: 30%;
    content: '';
    width: 22px;
    height: 10px;
    background: url(../img/index/hot.gif);
}

.nav_menu .list li a {
    color: #ececec;
}

.nav_menu .list li a:hover {
    color: #FFA304;
}

.nav_menu .list li.li2 a::after {
    content: '';
    position: absolute;
    top: 41px;
    right: 10px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #ececec;
    border-top: 1px solid #ececec;
    transform: rotate(136deg);
}

.nav_menu .list li a:hover,
.nav_menu .list li .now {
    border-bottom: 1px solid #fff;
    color: #fff;
}

.nav_menu .list .li2 .now {
    color: #fff;
}

.nav_menu .list .li2 .now::after,
.nav_menu .list li.li2 a:hover::after {
    border-color: #fff;
}

.nav_menu .list .li2 .now::after {
    border-color: #fff !important;
}

.nav_menu .list #navfouce {
    float: left;
}

.nav_menu .list .nav-ckys {
    float: right;
    display: flex;
    flex-direction: column;
    padding-top: 21px;
    padding-left: 37px;
}

.nav_menu .list .nav-ckys img {
    width: 50px;
}

.nav_menu .list .nav-ckys span {
    font-size: 14px;
    color: #fff;
}

.nav_menu .box {
    position: absolute;
    left: 0px;
    top: 90px;
    width: 100%;
    z-index: 999999999;
    overflow: hidden;
    filter: alpha(opacity=0);
}

.nav_menu .cont {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 6px 29px 0px rgba(62, 176, 255, 0.16);
}

.nav_menu .nav-box {
    width: 1200px;
    margin: 0 auto;
    height: 500px;
}


/* sublist */

.sublist li {
    float: left;
    width: 168px;
    padding-right: 24px;
    padding-bottom: 24px;
}

.sublist li h3.mcate-item-hd {
    padding-left: 2px;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    border-bottom: 1px dashed #666666;
}

.sublist li p.mcate-item-bd {
    padding-left: 2px;
}

.sublist li p.mcate-item-bd a {
    height: 26px;
    line-height: 26px;
    margin-right: 5px;
    font-size: 12px;
    color: #666666;
    text-decoration: none;
    display: inline-block;
}

.sublist li p.mcate-item-bd a:hover {
    color: #6c5143;
    text-decoration: underline;
}

.nav-bottom1 {
    padding-top: 42px;
}

.nav-bottom11 {
    padding-top: 23px;
}

.nav-bottom1 h3 {
    position: relative;
    height: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #2b2b2b;
}

.nav-bottom2 {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

.nav-bottom2 dl {
    width: 280px;
    height: 100px;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 5px;
    background: #f7f7f7;
}

.nav-bottom2 dl a {
    display: flex;
    color: #444;
}

.nav-bottom2 dl dt {
    width: 41px;
    padding-top: 17px;
    padding-left: 20px;
}

.nav-bottom2 dl dt .nav-bottom2-img2 {
    display: none;
}

.nav-bottom2 dl dd {
    position: relative;
    width: 192px;
    padding-top: 15px;
}

.nav-bottom2 dl dd span {
    font-size: 14px;
    color: #282828;
    display: flex;
    align-items: center;
}

.nav-bottom2 dl dd.hot::after {
    position: absolute;
    right: 34%;
    top: 5px;
    content: '';
    width: 22px;
    height: 10px;
    background: url(../img/index/hot.gif);
}

.nav-bottom2 dl dd span i {
    padding-left: 8px;
}

.nav-bottom2 dl dd p {
    padding-top: 12px;
    font-size: 12px;
    line-height: 20px;
    color: #888;
}

.nav-bottom2 dl:hover {
    background: linear-gradient(to right, #1566df, #3083ff);
}

.nav-bottom2 dl:hover a dt .nav-bottom2-img1 {
    display: none;
}

.nav-bottom2 dl:hover a dt .nav-bottom2-img2 {
    display: block;
}

.nav-bottom2 dl:hover a dd span,
.nav-bottom2 dl:hover a dd p {
    color: #fff;
}

.nav_menu.sticky {
    position: fixed;
    z-index: 999999;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 6px 29px 0px rgba(62, 176, 255, .16)
}

.nav_menu.sticky .list a {
    border-color: #fff;
    color: #222d45;
}

.nav_menu.sticky .list li.li2 a::after {
    border-color: #222d45;
}

.nav_menu.sticky .list li.li2 a {
    border-color: #0a6dee;
}

.nav_menu.sticky .list li.li2 a:hover::after {
    border-color: #0a6dee;
}

.nav_menu.sticky .box {
    top: 91px;
}

.nav_menu.sticky .logo .logo1 {
    display: none;
}

.nav_menu.sticky .logo .logo2 {
    display: block;
}

.nav_menu.sticky .list .nav-ckys span {
    color: #222d45;
}

.nav_menu.sticky .list .li2 .now {
    color: #0a6dee;
}

.nav_menu.sticky .list a:hover {
    color: #0a6dee;
    border-color: #0a6dee
}

.nav_menu.sticky .list .li2 .now::after,
.nav_menu.sticky .list li.li2 a:hover::after {
    border-color: #0a6dee !important;
}


/* åœ¨çº¿å’¨è¯¢ */

.home-section9 {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    height: 100px;
    border-top: 1px solid #d0deee;
    background: #fff;
}

.home-section9 .content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

.home-section9-left p {
    font-size: 22px;
    color: #333;
}

.home-section9-left p span {
    color: #fb6703;
}

.home-section9-left p b {
    padding-right: 10px;
    font-size: 36px;
    font-style: italic;
    font-weight: 700;
    color: #f81528;
    vertical-align: middle;
}

.home-section9-right {
    width: 160px;
    height: 70px;
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    background: url(../img/index/button-red-a.png) no-repeat;
}

.home-section9-right a {
    color: #fff;
}

.home-section9 .home-section9-close {
    position: absolute;
    top: 11px;
    right: 224px;
    width: 24px;
    height: 24px;
    background: url(../img/index/close.png) no-repeat;
}


/* footer */

footer {
    clear: both;
}

.foot-top {
    height: 132px;
    background: #272727;
}

.foot-top .content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 132px;
}

.foot-top dl {
    display: flex;
    align-items: center;
}

.foot-top dl dt img {
    width: 50px;
}

.foot-top dl dd {
    padding-left: 19px;
}

.foot-top dl dd p {
    padding-bottom: 6px;
    font-size: 18px;
    color: #fff;
}

.foot-top dl dd span {
    font-size: 14px;
    color: #999;
}

.foot-top p {
    line-height: 1;
}

.foot-bottom {
    /* height: 350px; */
    background: #222;
}

.foot-bottom-top {
    display: flex;
    justify-content: space-between;
    height: 220px;
    padding-top: 40px;
}

.foot-bottom-left-qybh dl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 64px;
    margin-top: 24px;
    border: 1px solid #343434;
}

.foot-bottom-left-qybh dl dd {
    padding-left: 10px;
}

.foot-bottom-left-qybh dl dd p {
    padding-bottom: 5px;
    font-size: 14px;
    color: #ccc;
}

.foot-bottom-left-qybh dl dd span {
    font-size: 12px;
    color: #999;
}

.foot-bottom-left-jspt p {
    padding-top: 10px;
    font-size: 12px;
    color: #999;
}

.foot-bottom-left-jspt a {
    float: left;
    padding-top: 5px;
    padding-right: 10px;
}

.foot-bottom-left-jspt a img {
    width: 22px;
}

.foot-bottom-center {
    display: flex;
    justify-content: space-between;
    width: 520px;
}

.foot-bottom-center dl dt {
    padding-bottom: 24px;
    color:#ccc;
    font-size:18px;
}

.foot-bottom-center dl dd span {
    color:#888;
    font-size:14px;
}

.foot-bottom-center dl dt a {
    font-size: 18px;
    color: #fff;
}

.foot-bottom-center dl dd {
    padding-bottom: 15px;
}

.foot-bottom-center dl dd a {
    font-size: 14px;
    color: #999;
}

.foot-bottom-center dl dd a:hover {
    color: #fff;
}

.foot-bottom-right dl {
    display: flex;
    align-items: center;
    height: 50px;
}

.foot-bottom-right dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #2d2d2d;
    border-radius: 50%;
}

.foot-bottom-right dl dd {
    padding-left: 10px;
}

.foot-bottom-right dl dd span {
    font-size: 18px;
    color: #ccc;
}

.foot-bottom-right dl dd p {
    padding-top: 8px;
    font-size: 21px;
    color: #fff;
}

.foot-bottom-wx {
    padding-top: 30px;
    text-align: center;
}

.foot-bottom-wx img {
    width: 112px;
}

.foot-bottom-wx p {
    padding-top: 6px;
    line-height: 1;
    font-size: 12px;
    color: #999;
}

.link {
    /* display: flex; */
    align-items: center;
    /* height: 68px; */
    border: 1px solid #343434;
    border-left: none;
    border-right: none;
}

.link span {
    font-size: 14px;
    color: #666;
    /* padding: 0 25px; */
}

.link .list-none {
    /* flex-wrap: wrap; */
    /* display: inline-block; */
    padding: 10px 0;
}

.link a {
    padding: 0 20px;
    font-size: 12px;
    color: #999;
    display: inline-block;
}

.link a:hover {
    color: #fff;
}

.foot-bottom-bototm {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    font-size: 14px;
    color: #999;
}

.foot-bottom-bototm a {
    font-size: 14px;
    color: #999;
}


/* ç”µå•†ä¸šåŠ¡ */

.app-section8 {
    height: 260px;
    margin-top: 48px;
    background: url(../img/app/app-section7-bg.png);
    text-align: center;
}

.app-section8 p {
    padding-top: 85px;
    font-size: 30px;
    color: #fff;
}

.app-section8 a {
    display: inline-block;
    width: 187px;
    height: 45px;
    margin-top: 36px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
}

.app-section8 a:hover {
    color: #0382ff;
    background: #fff;
}

.cont {
    position: relative;
}

.nav_menu .cont1 {
    width: 175px;
    position: absolute;
    right: 408px;
    right: 321px;
    text-align: center;
    background: #fff;
}

.cont1 ul {
    padding: 11px 0;
}

.cont1 ul li {
    padding: 3px 0;
    font-size: 15px;
    line-height: 2;
}

.cont1 ul li a {
    color: #444;
}


/*响应式处理*/
.head {
  display: none;
}
.nav-menu-container {
  display: none;
}
.footer {
  display: none;
}
.nav-bottom {
  display: none;
}

/* 判断ipad */
@media only screen
and (min-width : 768px)
and (max-width : 1024px){
.content-wrap {
  width: 100%;
}
/* style */
.pc-header {
  display: none;
}
.nav-bottom {
  display: block;
}
.head {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 1000;
    top: 0;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}
.head .top {
    height: 90px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #FFFFFF;
}

.flex_box {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.jc_sb {
    justify-content: space-between;
}
.head .top .h_logo {
    height: 100%;
    z-index: 90;
    position: relative;
    display: block;
}
.head .top .h_logo img {
    width: 364px;
    padding-top: 8px;
    height: auto;
}
.head .top .top-icon {
    display: block;
    width: 48px;
    height: 48px;
    z-index: 90;
    position: relative; 
}
.top-nav {
    background-image: url('../img/common/caidan.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
}
.head .h_menu {
    z-index: 20;
    padding-top: 8px;
    display: flex;
}
.head .h_menu .use{
    display: block;
    background-color: #5789F3;
    color: #fff;
    font-size: 28px;
    padding: 10px 12px;
    border-radius: 10px;
    margin-right: 20px;
}
.f_bottom {
    position: fixed;
    z-index: 999;
    border-top: 1px solid #c6c6c6;
    background: #FFF;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: space-between;
}
.f_bottom a {
    display: block;
    flex: auto;
    float: left;
    text-align: center;
    color: #000000;
    width: 25%;
    height: 60px;
    background-repeat: no-repeat;
} 
.f_bottom a i {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  margin:0 auto;
  background-size: 30px;
  background-position: -30px 0;
}
.f_bottom a text {
  width: 100%;
  font-size: 20px;
  display: block;
  text-align: center;
}
.f_bottom a:nth-child(1) i {
    background-image: url(../img/common/shouye.png);
}
.f_bottom a:nth-child(2) i {
    background-image: url(../img/common/zx.png);
}
.f_bottom a:nth-child(3) i {
    background-image: url(../img/common/dh.png);
}
.f_bottom a:nth-child(4) {
    width: 25%;
    line-height: 60px;
    font-size: 24px;
    color: #FFF;
    background: #5789F3;
    padding-top: 0;
}
.nav-menu-container {
  display: block;
} 
.nav-menu-container .nav-menu { 
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -70%;
    overflow: hidden;
    z-index: 1005;
    height: 100%;
    width: 70%;
    padding: 0 20px;
    padding-bottom: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.nav-menu-container.open .nav-menu {
    right: 0;
}
.nav-menu-container .nav-bg {
    display: none;
    background-color: rgba(0,0,0,.7);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1002;
}
.nav-menu-container.open .nav-bg {
    display: block;
}
.nav-menu-container .nav-logo{
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}
.nav-menu-container .nav-logo .use{
    display: block;
    background-color: #5789F3;
    color: #fff;
    font-size: 28px;
    padding: 10px 15px;
    border-radius: 10px;
}
.nav-close .icon-close{
    display: block;
    width: 35px;
    height: 30px;
    z-index: 90;
    position: relative; 
    background-image: url('../img/common/close.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
}
.nav-menu-container .nav-menu .nav-list-container {
    height: 100%;
    overflow-y: scroll;
}
.nav-list-container .nav-list{
    margin-top: 20px;
}
.nav-list-container .nav-list .nav-item{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 25px;
    display: block;
}
.nav-list .nav-item-second{
    display: flex;
    flex-flow: row wrap;
}
.nav-list .nav-item-second li{
    width: 50%;
    font-size: 24px;
    margin-bottom: 50px;
}
.nav-list .nav-item-second li a{
    color: #666;
}

/*底部*/
.pc-footer {
  display: none;
}
.footer {
    display: block;
    background: #252834;
    padding-bottom: 80px;
    text-align: center;
}
.footer h2 {
    font-size: 32px;
    color: #fff;
    padding-top: 20px;
}
.footer .phone span {
    font-size: 28px;
    display: block;
    color: #B9B9BA;
    width: 156px;
    text-align: right;
    margin: 0 auto;
    background-image: url('../img/common/icons_10.png');
    background-position-x: left;
    background-size: 30px;
    background-repeat: no-repeat;
}
.footer .phone {
    padding-top: 20px;
}
.footer .phone a {
    color: #527DFF;
    font-size: 18px;
}
.footer .cp {
    color: #7C7C7C;
    font-size: 18px;
    padding-top: 20px;
    line-height: 26px;
}
}
/*手机*/
@media screen and ( max-width: 767px){
  /* style */
.content-wrap {
  width: 100%;
}
.pc-header {
  display: none;
}
.nav-bottom {
  display: block;
}
.head {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 1000;
    top: 0;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}
.head .top {
    padding: 10px;
    box-sizing: border-box;
    background-color: #FFFFFF;
}
.flex_box {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.jc_sb {
    justify-content: space-between;
}
.head .top .h_logo {
    height: 100%;
    z-index: 90;
    position: relative;
    display: block;
}
.head .top .h_logo img {
    width: 178px;
    padding-top: 8px;
    height: auto;
}
.head .top .top-icon {
    display: block;
    width: 24px;
    height: 24px;
    z-index: 90;
    position: relative; 
}
.top-nav {
    background-image: url('../img/common/caidan.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
}
.head .h_menu {
    z-index: 20;
    padding-top: 8px;
    display: flex;
}
.head .h_menu .use{
    display: block;
    background-color: #5789F3;
    color: #fff;
    padding: 0 6px;
    border-radius: 5px;
    margin-right: 10px;
}
.f_bottom {
    position: fixed;
    z-index: 999;
    border-top: 1px solid #c6c6c6;
    background: #FFF;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: space-between;
}
.f_bottom a {
    display: block;
    flex: auto;
    float: left;
    text-align: center;
    color: #000000;
    width: 25%;
    height: 60px;
    background-repeat: no-repeat;
} 
.f_bottom a i {
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
  margin:5px auto 0;
  background-size: 20px;
  background-position: -20px 0;
}
.f_bottom a text {
  width: 100%;
  font-size: 16px;
  display: block;
  text-align: center;
}
.f_bottom a:nth-child(1) i {
    background-image: url(../img/common/shouye.png);
}
.f_bottom a:nth-child(2) i {
    background-image: url(../img/common/zx.png);
}
.f_bottom a:nth-child(3) i {
    background-image: url(../img/common/dh.png);
}
.f_bottom a:nth-child(4) {
    width: 25%;
    line-height: 60px;
    font-size: 18px;
    color: #FFF;
    background: #5789F3;
    padding-top: 0;
}
.nav-menu-container {
  display: block;
} 
.nav-menu-container .nav-menu { 
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -75%;
    overflow: hidden;
    z-index: 1005;
    height: 100%;
    width: 75%;
    padding: 0 15px;
    padding-bottom: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.nav-menu-container.open .nav-menu {
    right: 0;
}
.nav-menu-container .nav-bg {
    display: none;
    background-color: rgba(0,0,0,.7);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1002;
}
.nav-menu-container.open .nav-bg {
    display: block;
}
.nav-menu-container .nav-logo{
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}
.nav-menu-container .nav-logo .use{
    display: block;
    background-color: #5789F3;
    color: #fff;
    padding: 0 6px;
    border-radius: 5px;
}
.nav-close .icon-close{
    display: block;
    width: 24px;
    height: 20px;
    z-index: 90;
    position: relative; 
    background-image: url('../img/common/close.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
}
.nav-menu-container .nav-menu .nav-list-container {
    height: 100%;
    overflow-y: scroll;
}
.nav-list-container .nav-list{
    margin-top: 25px;
}
.nav-list-container .nav-list .nav-item{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    display: block;
}
.nav-list .nav-item-second{
    display: flex;
    flex-flow: row wrap;
}
.nav-list .nav-item-second li{
    width: 50%;
    font-size: 16px;
    margin-bottom: 20px;
}
.nav-list .nav-item-second li a{
    color: #666;
}

/*底部*/
.pc-footer {
  display: none;
}
.footer {
    display: block;
    background: #252834;
    padding-bottom: 80px;
    text-align: center;
}
.footer h2 {
    font-size: 18px;
    color: #fff;
    padding-top: 10px;
}
.footer .phone span {
    font-size: 18px;
    display: block;
    color: #B9B9BA;
    width: 104px;
    text-align: right;
    margin: 0 auto;
    background-image: url(../img/common/icons_10.png);
    background-position-x: left;
    background-size: 20px;
    background-position-y: 7px;
    background-repeat: no-repeat;
}
.footer .phone {
    padding-top: 10px;
}
.footer .phone a {
    color: #527DFF;
    font-size: 12px;
}
.footer .cp {
    color: #7C7C7C;
    font-size: 12px;
    padding-top: 10px;
    line-height: 26px;
}
}