.footer{
    height:46px;
    line-height: 46px;
    background: #000;
    color:#ccc;
    text-align: center;
}
/*定位*/
.fixed-right{
    position: fixed;
    left: 50%;
    margin-left: 620px;
    bottom: 4%;
    z-index: 999;
    overflow: hidden;
}
.fixed-right li{
    width: 55px;
    height:55px;
  		padding:0px;
    background:#d90514;
    color:#fff;
    margin-bottom:10px;
    text-align: center;
    cursor: pointer;
}
.fixed-right li a:hover,.fixed-right li a{
  color:#fff;
  font-size: 13px;
  	display:block;
    width:100%;
  	height:100%;
  	padding:13px;
}
.fixed-right li:nth-of-type(1) a{
    padding-top:10px;
}
.fixed-right li:nth-of-type(2) a{
    padding-top:9px;
}
.fixed-right li:nth-of-type(4),.fixed-right li:nth-of-type(3){
	padding:13px;
}
.fixed-right li:nth-of-type(4){
    padding-top:15px;
}
.share-gotop{
    display: none;
}

.fixed-right li img{
    width:100%;
}
/*弹框*/
.modle{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 998;
    display: none;
}
.modle .modle-box{
    width:436px;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom: 0;
    margin: auto;
}
.modle.erweima .modle-box{
    height:425px;
}
.modle.kuaisu .modle-box{
    height:322px;
}
.modle-box .close-btn{
    width: 50px;
    position: absolute;
    right: -52px;
    top: -56px;
    z-index: 999;
    cursor: pointer;
}
.modle-box .modle-title{
    background:#d90514;
    color:#fff;
    height:68px;
    line-height: 68px;
    text-align: center;
    font-size:20px;
        font-weight:600;
}
.modle-con{
    background:#fff;
    padding:34px 0 0px;
}
.erweima .modle-con{
    text-align: center;
}
.kuaisu .modle-con{
    padding:36px 46px;
}
.erweima p{
    line-height: 70px;
    color:#666666;
}
.erweima p a{
    color: #0000ff;
    text-decoration: underline;
}
.kuaisu p{
    color:#3f3f3f;
}
.kuaisu p:nth-of-type(1),.kuaisu p:nth-of-type(2){
    font-size: 20px;
    padding-left:44px;
}
.kuaisu p:nth-of-type(3){
    margin-top:30px;
}
.kuaisu p img{
    width:28px;
    vertical-align: middle;
}
input::-webkit-input-placeholder{
    color:#fff;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#fff;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#fff;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#fff;
}
@media (max-width: 1202px){
     .footer{
        height: auto;
        line-height: 1.5em;
        padding: 10px;
     }
     .fixed-right{
        margin-left: 140px;
    }
    .fixed-right li:nth-of-type(1),.fixed-right li:nth-of-type(2){
        display: none;
    }
    .fixed-right li:nth-of-type(3),.fixed-right li:nth-of-type(4){
        border-radius: 100%;
        background-color:rgba(0, 0, 0, 0.5);
        width: 34px;
        height: 34px;
        padding: 6px;
    }
}