@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,p,br,ul,ol,li,dl,dt,dd,from,input,button{margin:0; padding:0;}
ul,li{list-style:none;}
img{vertical-align:bottom;}
input,button{outline:0;}

.cf::after{
    content:'';
    display:block;
    clear:both;
    
}
body{
    height: 100%;
    width: 100%;
    min-width: 1366px !important;
    min-height: 768px !important;
}
.index-main{
 width: 100%;
height: 100%;
min-width: 1366px !important;/* 设置成和body一样的最小宽度 */



}


.w{
    width:1200px;
    margin:0 auto;
}
a{
    text-decoration:none;
    color: #333333;
}
/* a:hover{
    background-color: #F2433D;
   
    color: #fff;
   
    

} */

/* 公共颜色 */
.f5a{
    color: #FF5A00 ;
}
.rgba290{
    color: rgba(255, 92, 0,0.2);
}
.ft50{
    font-size: 50px;
}
.ff5c{
    color: #FF5C00;
}
.a5a5{
    color: #A5A5A5;
}

/* 公共图片大小 */
.imgsiz{
    width: 550px;
    height: 600px;
}

.ftwt{
    font-weight: bold;
}

/* 外边距 */
.mtto{
    margin-bottom: -30px;
}


.active{
    background-color: #F2443D;
    color: #fff;
    border-radius: 30px;
}


/* 字体粗细 */
.font300{
    font-weight: 300;
}



/* 二维码 */
.code{
    position: fixed;
    right: 30px;
    top: 40%;
    width: 110px;
    height: 130px;
    background-color: #FF5A00;
    z-index: 99999999999999;
    border-radius: 10px;
}
.code img{
   margin-left: 10px;
   margin-top: 10px;
   width: 88px;
   height: 88px;
}
.code p{
    font-size: 13px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
}