        #form_track{
            position: fixed;
            top: 0;
            border: none;
            
            
        }
        #login_formiframe{
            position: fixed;
            top: 0;
            border: none;
            /* width: 100%;
            height: 100%; */
            
        }
        .Check_pricebox2 select option:hover{
            background:#262F36;
        }
        .Check_pricebox2 select option:hover{
            background:#262F36;
        }
		#loginCheckprice{
			float: left;
			display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 23px 19px;
    transition: all .3s ease;
		}
		#homeImgIntroBox_login{
			width: 400px;
    position: absolute;
    z-index: 1;
    right: 475px;
    display: none;
		}
/* 手机端样式 */
@media screen and (max-width: 480px) {
    #homeImgIntroBox_login{
			width: 100%;
    position: absolute;
    z-index: 1;
    right: 0 !important;
    display: none;
		}
        #loginCheckprice{
			
    padding: 23px 6px !important;
    transition: all .3s ease;
            }
        }

@media screen and (min-width: 481px) and (max-width: 1024px) {
    #homeImgIntroBox_login{
			width: 400px;
    position: absolute;
    z-index: 1;
    left: 0 !important;
    display: none;
		}
        #loginCheckprice{
			
    padding: 23px 6px !important;
    transition: all .3s ease;
            }
        }

        .homeImgIntroBox input{
            height: 38px;;
        }
		.homeImgIntroBox .tab a{
			text-align: center;
    width: 50%;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
		}
		.Check_pricebox1{
			width: 68%;
			float: left;
		}
		.Check_pricebox2{
			width: 24%;
			float: right;
		}
		.Check_pricebox{
			margin: 20px 0;
		}


        .homeImgIntroBox{width:100%;overflow:hidden;text-align:center; border-radius: 0 0 12px 12px;}
.homeImgIntroBox img{max-width:100%;-webkit-filter:brightness(1);}
.homeImgIntroBox img:hover{-webkit-filter:brightness(1.2);}
.homeImgIntroBox .title{margin-top:20px;display:block;padding-bottom:15px;}
.homeImgIntroBox p{text-align:center;line-height:25px;font-size:12px}

.homeImgIntroBox .tab {
    width:100%;
}
    .homeImgIntroBox .tab a {
        text-align:center; width:50%; display:inline-block; padding-top:10px; padding-bottom:10px; float:left;text-decoration:none;
    }
      .homeImgIntroBox .tab a:hover {
     text-decoration:none; 
    }
    .homeImgIntroBox .tab .t1 {
        
        background-color:#262F36; color:#fff;
    }
    .homeImgIntroBox .tab .t2 {
        
        background-color:#eee; color:#343131;
    }
    .homeImgIntroBox .tabbox {
    padding-top: 25px; width: 100%;
    }