 .free_box{    
     background-image: url(/img/free/banner3.png);
    background-size: cover;
    background-position: left;
    padding-bottom: 50px;
}
 .banner_box {
    background: url(/img/free/mobile_banner.png);
    width:100%;    
    height: 160px;
    position: relative;
    background-size: auto 100%;
    background-position: center;
}
.free_box .content_box{
    
}
.free_box  .info_box{
    width: 100%;
    inset:0;
    height: 100%;
    margin: auto; 
    display: flex;
    flex-direction: column
}
.free_box .info_box .text_box{
    text-align: center;
}
.free_box  .info_box .text_box h1{  
    color: #fff;
    display:inline-block;
    font-size: 22px;
    margin-top: 20px; 
    position: relative;
    overflow: hidden;
} 
.free_box .info_box .text_box h1::after{
    transition: .3s;
    content: '';
    position: absolute;
    height: 100%;
    width: 15px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0));
    transform: rotate(45deg);
    left:-15px;
  	animation: cross 2s linear  infinite; 
}
@keyframes cross{
	from{

	}
	to{
		left: 100%; 
	}
}
.free_box .info_box .text_box .txt{
    color: #00B5EE;
    margin-top: 10px;
    font-size: 18px; 
}
.free_box .info_box .text_box .txt2{
    font-size: 14px;
    margin-top: 5px;
    color: rgba(255,255,255,.8);
}
.free_box .pic_box{
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
    margin:12px;
    border-radius: 5px;
}
.free_box .pic_box .item{
    width: 25%;
    text-align: center;
    font-size: 1.4rem;
    color: rgba(255,255,255,.8);
    color: rgba;
    padding: 12px 0px;
}
.free_box .pic_box .item:nth-child(1){
    background: #009BD9;
}
.free_box .pic_box .item:nth-child(2){
     background: #009741;
}
.free_box .pic_box .item:nth-child(3){
    background: #E61F26;
}
.free_box .pic_box .item:nth-child(4){
     background: #2C2C82;
}
.free_box .pic_box .item:nth-child(5){
     background: #FE373D;
}
.free_box .pic_box .item:nth-child(6){
     background: #3689FD;
}
.free_box .pic_box .item:nth-child(7){
    background: #CC4168;
}
.free_box .pic_box .item:nth-child(8){
    background: #019444;
}
.free_box .pic_box .bg_grey{
    background: #f3f3f3;
}
.free_box .pic_box .item img{
    height:30px;
    display: block;
    margin: 0px auto 10px auto;
}
.free_box .man_box .tit{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-top: 20px;
    letter-spacing: 5px;
}
.free_box .man_box .tit2{
    text-align: center;
    font-size: 16px;
    color: rgba(255,255,255,.8);
    margin-top: 10px;
}
.free_box .man_box .tit2 span{
    margin:0px 5px;
    color:#FF6500;
}
.free_box .man_box .list_box{
    margin: 15px;
    height:320px; 
    background-size: 100% 100%;
    background: rgba(0,0,0,.4);
    border-radius: 7px;
    padding:15px 10px;
    overflow: hidden; 
}
.free_box .man_box .list_box .list_item{
    height: 100%;
    overflow: hidden;
}
.free_box .man_box .list_box .list{
    display: flex;
    color: #f3f3f3;
    height: 35px;
    align-items: center;
    font-size: 12px;
    justify-content: space-around;
}
.free_box .man_box .list_box .list .txt{ 
    text-align: center; 
    padding:0px 5px;
    flex:1;
} 
.free_box .man_box .list_box .list .name{
    flex:initial;
    width:13%;
}
.free_box .man_box .list_box .list .city{
    flex:initial;
    width:15%;
}
.free_box .man_box .list_box .list .type{
    width:30%;
    flex:initial;
}
.free_box .man_box .btn{ 
    font-size: 18px;
    margin: 20px auto;
    width: 200px;
    text-align: center;
    background-image: linear-gradient(51deg, #ff3c01, #e17d15 100%);
    line-height: 40px;
    border-radius: 3px;
    color: #e9c79a;
    cursor: pointer;
    font-weight: 550;
    background-size: 100% 100%;
    letter-spacing: 5px;
}

.free_box .frompop_box{
    width: 100%;
    height: 100%;
    position: fixed;
    left:0px;
    top:0px;
    z-index: 50;
    background: rgba(0,0,0,.4);
    display: flex;
    align-items: center;
    justify-content: center;
}
.free_box .from_box{
    width:95%;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .1); 
    padding:10px;
    box-sizing: border-box;
    position: relative;
}
.free_box .from_box .close{
    font-size: 22px;
    color: #666;
    position: absolute;
    right: 10px;
    cursor: pointer;
}
.free_box .from_box .title{
    text-align: center;
    color: #14171e;
    font-weight: 700;
    font-size: 18px;
}
.free_box .from_box .from{
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.free_box .from_box .from p{
    font-size: 14px;
    color:#666;
}
.free_box .from_box .from .r{
    flex: 1;
    margin-left: 20px;
}
.free_box .from_box .btn{
    background: #00B5EE;
    text-align: center;
    font-size: 14px;
    margin-top: 20px; 
    line-height: 35px;
    color: #fff;
    border-radius: 7px;
    cursor: pointer;
}
.el-message{
    min-width: 90%;
    max-width: 90%;
}