*{ margin:0px; padding:0px;}
ul,ol{ list-style:none;}
a{ text-decoration:none;outline:none;}
img{  border:none;}
body{ font-family:"微软雅黑";}
input{outline:none;}
/* 头部 */
header{
    width: 100%;
    height:100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;;
    top: 0px;
    left: 0px;
    z-index: 3;
}
header div{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
header div span{
    color:#FFFFFF;
    font-size: 20px;
}
header div .spot{
    font-size: 30px;
    -webkit-transform:translateY(-8px) ;
    -ms-transform:translateY(-8px) ;
    transform:translateY(-8px) ;
    margin-left: 5px;
    margin-right: 5px;
}
/* 服务保障 */
.service{
    width: 100%;
    height: 545px;
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.service .title{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.service .title h2{
    color: #333333;
    letter-spacing: 5px;
    font-size: 35px;
}
.service .title .subtitle{
    color: #999999;
    font-size: 25px;
    margin-top: 12px;
}
.service .title .seize{
    background-color: #F97827;
    height: 3px;
    width: 42px;
    margin-top: 15px;
}
.service .content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    padding-top: 90px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.service .content .item{
    height: 285px;
    width: 250px;
    background-color: #FFFFFF;
    border-radius: 10px;
    -webkit-box-shadow:0 0 12px #eee;
    box-shadow:0 0 12px #eee;
}
.service .content .item img{
    -webkit-transform: translate(60px,-70px);
    -ms-transform: translate(60px,-70px);
    transform: translate(60px,-70px);
}
.service .content .item .footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
}
.service .content .item .footer .itemTiele{
    font-size: 25px;
    color: #555555;
}
.service .content .item .footer .text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
}
.service .content .item .footer .text:hover{
    color:#f67524;
}
.service .content .item .footer .text span{
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}
/* 我们的师傅 */
.masterWorker{
    width: 100%;
    background-color: #FFFFFF;
}
.masterWorker .title{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.masterWorker .title h2{
    color: #333333;
    letter-spacing: 5px;
    font-size: 35px;
}
.masterWorker .title .subtitle{
    color: #999999;
    font-size: 25px;
    margin-top: 12px;
}
.masterWorker .title .seize{
    background-color: #F97827;
    height: 3px;
    width: 42px;
    margin-top: 15px;
}
.masterWorker .content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 50px;
    margin-bottom: 80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
/* 我们的师傅轮播 */
.masterWorkerSwiper.swiper-container{
    height: 100%;
    width: 1200px;
    margin-top:15px;
}
.masterWorker .item{
    width: 360px;
    height: 455px;
    background-color: #FFFFFF;
    border-radius: 10px;
    -webkit-box-shadow:0 0 7px rgba(0,0,0,.3);
    box-shadow:0 0 7px rgba(0,0,0,.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor:pointer;
}
.masterWorker .item .face{
    width: 217px;
    height: 217px;
    border-radius: 50%;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}
.masterWorker .item .footer{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.masterWorker .item .footer .name{
    font-weight: bold;
    color: black;
    font-size: 25px;
}
.masterWorker .item .footer .working{
    color: black;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
}
.masterWorker .item .footer .year{
    color: #F97827;
    margin-left:15px;
}
.masterWorker .item .footer .grade{
    color: black;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.masterWorker .item .footer .grade .star{
    width:130px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 5px;
}
.masterWorker .item .footer .grade .star img{
    width:100%;
    height: 100%;
    -webkit-transform:translate(7px,4px);
    -ms-transform:translate(7px,4px);
    transform:translate(7px,4px)
}
/* 我们的师傅轮播翻页面 */
.masterWorkerSwiper-button-prev,.masterWorkerSwiper-button-next {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.masterWorkerSwiper-button-prev {
    left: 0;
    background-image: url(../../img/bidding/sflb_zcbtn.png);
    background-repeat: no-repeat;
    cursor:pointer;
}
.masterWorkerSwiper-button-next {
    right: 0;
    background-image: url(../../img/bidding/sflb_ycbtn.png);
    background-repeat: no-repeat;
    cursor:pointer;
}
/* 评价   */
.evaluate{
    height: 600px;
    width: 100%;
    background:-o-linear-gradient(left top, #6B3DF0, #805BF4, #9573F9);
    background:-webkit-gradient(linear, left top, right bottom, from(#6B3DF0), color-stop(#805BF4), to(#9573F9));
    background:linear-gradient(to right bottom, #6B3DF0, #805BF4, #9573F9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.evaluate .left{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.evaluate .left .leftContent{
    height: 340px;
    width: 360px;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
}
.evaluate .left .leftContent .seize{
    background-color: #F97827;
    height: 3px;
    width: 42px;
}
.evaluate .left .leftContent .name{
    font-size: 25px;
    color: #DFDEF9;
    margin-top: 20px;
}
.evaluate .left .leftContent .title{
    font-size: 45px;
    color: #DFDEF9;
    margin-top: 20px;
}
.evaluate .left .leftContent .text{
    font-size: 16px;
    color: #DFDEF9;
    margin-top: 35px;
}
.evaluate .left .leftContent .switch{
    margin-top: 45px;
    cursor:pointer;
}
.evaluate .left .leftContent .switch .rightBtn{
    margin-left: 10px;
    cursor:pointer;
}
.evaluate .right{
    -webkit-box-flex: 2.4;
    -ms-flex: 2.4;
    flex: 2.4;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.rightContent{
    height: 360px;
    width: 1175px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.rightContent .item{
    height: 376px;
    width: 408px;
    background-image: url(../../img/bidding/sjpj_bg.png);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.rightContent .item .text{
    width: 240px;
    height: 160px;
    color: #636465;
    font-size: 16px;
    line-height: 25px;
    -webkit-transform: translate(22px,10px);
    -ms-transform: translate(22px,10px);
    transform: translate(22px,10px);
    overflow: hidden;   
    -o-text-overflow: ellipsis;   
    text-overflow: ellipsis;
}
.rightContent .item .footer{
    width: 100%;
    height: 50px;
    margin-top: -5px;
}
.rightContent .item .footer .footerContent{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}
.rightContent .item .footer img{
    width: 40px;
    height: 40px;
}
.information{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
}
.information .name{
    font-size: 18px;
}
.information .post{
    font-size: 16px;
    color: #7E7E7E;
    margin-top: 5px;
}
.cooperation{
    height: 500px;
    width: 100%;
    padding-bottom: 90px;
}
.fanImage{
    width: 100%;
}
.fanImage .img{
    width:100%;
    height: 100%;
    -webkit-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    transform: translateY(-90px);
}
.swiper-container {
    width: 100%;
}  
.swiper-slide img{
    width: 100%;
    height: 100%;
}
.swiper-container{
    --swiper-theme-color: #ffffff;
    --swiper-navigation-color: #FDFFFF;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 60px;/* 设置按钮大小 */
}
/* 更改baaner轮播上一页的样式 */
.swiper-button-prev{
    width: 55px;
    height: 155px;
    -webkit-transform: translate(-7px,-65px);
    -ms-transform: translate(-7px,-65px);
    transform: translate(-7px,-65px);
}
/* 更改baaner轮播下一页的样式 */     
.swiper-button-next{
    width: 55px;
    height: 155px;
    -webkit-transform: translate(7px,-65px);
    -ms-transform: translate(7px,-65px);
    transform: translate(7px,-65px);
}
.swiper-pagination{
    border:0px;
}
.bannerSwiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display:inline-block;
    background-color: white;
    border:0px;
    border-radius: 50%;
    margin: 0 5px;
    outline: 0;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.bannerSwiper .swiper-pagination-bullet-active {
    width: 40px !important;
    height: 15px !important;
    border-radius: 8px !important;
    background-color: #F98126 !important;
}
.guanggao_fixed_img {
    position: fixed;
    left: 0; 
    right: 0;
    bottom: 0;
    z-index: 99;
    transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out; 
    -ms-transition: all 0.7s ease-out; 
    -o-transition: all 0.7s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.guanggao_fixed_img .image {
    width: 100%;
}
.guanggao_fixed_img.hide {
    transform: translateX(-110%); 
    -webkit-transform: translateX(-110%); 
    -moz-transform: translateX(-110%); 
    -ms-transform: translateX(-110%); 
    -o-transform: translateX(-110%);
}
.formBox{
    width: 100%;
    height: 100%;
    position:absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.formBox .bjImg{
   width: 100%;
   height: 100%;
   z-index: 1;
}
.formBox .form{
    height: 100%;
    position: absolute;
    left: 32%;
    top: 50%;
    -webkit-transform: translate(200px,-50%);
    -ms-transform: translate(200px,-50%);
    transform: translate(200px,-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.guanggao_fixed_img .close{
    width: 45px;
    height: 45px;
    background-image: url(../../img/bidding/close.png);
    cursor:pointer;
    position:absolute;
    right: -10%;
    top: 0;
}
.simulationselect{
    border:0px;
    caret-color:#5E5E5E;
	cursor:pointer;
}
.formBox .form .input{
    height: 50px;
    width: 205px;
    border-radius: 8px;
    border: 0;
    caret-color:#5E5E5E;
    font-size: 20px;
    line-height: 50px;
    padding-left:15px;
    margin-right: 30px;
}
.formBox .form .input::-webkit-input-placeholder{
    font-size: 20px;
    line-height: 50px;
}
.placeholderOptions{
    font-size: 20px;
    line-height: 50px;
    caret-color:#5E5E5E;
}
.formBox .form .btn{
    height: 50px;
    width: 190px;
    background-image: url(../../img/bidding/xfadd_btnbg.png);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor:pointer;
}
.formBox .form .btn span{
    font-size: 25px;
    color: #ff3300;
}
/* 合作品牌 */
.delay_4 {
    transition-delay:0.4s!important;
}
.opacity_bottom {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
}
.opacity_scale {
    opacity: 0;
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
}
/* 广告部分，表单的样式 */
.guanggao_fixed{ 
    position: fixed; 
    z-index: 99; 
    left: 0; 
    bottom: calc(50% - 120px);
    cursor: pointer; 
    transition: all 0.7s ease-out; 
    -webkit-transition: all 0.7s ease-out; 
    -moz-transition: all 0.7s ease-out; 
    -ms-transition: all 0.7s ease-out; 
    -o-transition: all 0.7s ease-out; 
    transform: translateX(-110%); 
    -webkit-transform: translateX(-110%); 
    -moz-transform: translateX(-110%); 
    -ms-transform: translateX(-110%); 
    -o-transform: translateX(-110%); 
}
.guanggao_fixed img {
    width: 250px;
}
.guanggao_fixed.show{ 
    transform:translateX(0); 
    -webkit-transform:translateX(0); 
    -moz-transform:translateX(0); 
    -ms-transform:translateX(0); 
    -o-transform:translateX(0); 
}
.InCooperate{ background:#f9f9f9; padding-bottom:90px; padding-top:55px}
.InCooperate .title{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.InCooperate .title h2{
    color: #333333;
    letter-spacing: 5px;
    font-size: 35px;
}
.InCooperate .title .subtitle{
    color: #999999;
    font-size: 25px;
    margin-top: 12px;
}
.InCooperate .title .seize{
    background-color: #F97827;
    height: 3px;
    width: 42px;
    margin-top: 15px;
}
.InCooperate{ background:#f9f9f9; padding-bottom:60px;}
.InCooperate ul{ margin-top:40px; max-height: 236px; overflow: hidden}
.InCooperate ul::after{ display:block; content:""; clear:both;}
.InCooperate ul li{ width:230px; height:103px; border:1px solid #eaeaea; float:left; margin-right:10px; margin-top:10px;z-index: 1;}
.InCooperate ul li:nth-child(5n){ margin-right:0px;}
.Ingd{ text-align:center; margin-top:30px; }
.Ingd img {transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; }
.Ingd .close { transform:rotate(180deg) ; -webkit-transform:rotate(180deg) ; -moz-transform:rotate(180deg) ; -ms-transform:rotate(180deg) ; -o-transform:rotate(180deg) ; }
.pubCon{width:1200px; margin:0 auto;}
/*右侧导航*/
.Inspeedy{ 
    z-index: 99;
    width:78px; 
    height:auto; 
    background:#FFF;
    border-left:1px solid #ededed; 
    border-right:1px solid #ededed;
    border-top:1px solid #ededed; 
    position:fixed;
    bottom:235px;
    right:0px; 
    -webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.06); 
    box-shadow:0px 0px 10px rgba(0,0,0,0.06);
}
.Inspeedy ul li{ 
    text-align:center; 
    border-bottom:1px solid #ededed; 
    height:66px;
    padding-top:13px; 
    display:-webkit-box; 
    display:-ms-flexbox; 
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor:pointer;
}
.Inspeedy ul li .name{
    width:40px;
}
.Inspeedy ul li a{ display:block; width:78px; height:79px;}
.Inspeedy ul li p{ color:#666;}
.Inspeedy ul li .iconfont{color:#999; font-size:30px;}
.Inspeedy ul li:hover p{color:#f67524;}
.Inspeedy ul li:hover .iconfont{ color:#f67524;}
.Inspeedy ul li:hover .Inspeedy_ewm{ display:block;}
.Inspeedy_ewm{ 
    background: #FFF;
    padding:18px; 
    border:1px solid #ededed;
    -webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.1);
    box-shadow:0px 0px 10px rgba(0,0,0,0.1);
    position:fixed; 
    bottom:290px; 
    right:95px; 
    border-radius:5px;
    display:none;
}
.Inspeedy_ewm h2{color:#666; font-size:12px; font-weight:normal;}
.Inspeedy_ewm::after{ display:block; content:""; clear:both;}
.Inspnr{ float:left; margin:6px;}
/* Booststrap 里面的样式*/
.dropdown-menu {
    position: absolute;
    top: 60%;
    left: 0;
    z-index: 1000;
    display: none;
    width:215px ;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    max-height: 200px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-transform: translateY(-275px);
    -ms-transform: translateY(-275px);
    transform: translateY(-275px);
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-align: center;
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
    cursor:pointer;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #C4C4C4;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #777777;
    pointer-events: none;
    background-color: transparent;
}
.IngdLeimu{ 
    text-align:center; 
    position: absolute;;
    top: 50%;
    transform: translateY(-50%);
    left: 25%;
    cursor:pointer;
    pointer-events: none;
}
.IngdLeimu img {
    width:15px;
    transition: all 0.3s; 
    -webkit-transition: all 0.3s; 
    -moz-transition: all 0.3s; 
    -ms-transition: all 0.3s; 
    -o-transition: all 0.3s; }
.IngdLeimu .close_select { 
    transform:rotate(180deg); 
    -webkit-transform:rotate(180deg); 
    -moz-transform:rotate(180deg); 
    -ms-transform:rotate(180deg); 
    -o-transform:rotate(180deg); 
}
.footerBox{
	background:#151515;
	width: 100%;
}
.footbottom{ 
    width:70%;
    height: 86px;
    line-height:86px; 
	font-size:16px; 
	color:#999;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.footbottom span{ 
	margin-left: 10%;
}
.Tips{
    width: 280px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    position:fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color:#fff;
    -webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.06);
    box-shadow:0px 0px 5px rgba(0,0,0,0.06);
    display:none;
}
.tips-inner {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    height: 45px;
}
.Tips img{
    width: 22px;
    height: 22px;
}
.Tips .errText{
    margin-left: 10px;
    color: #808080;
}
