.index_title{color:#E0B67A !important;font-size:60px !important;}
.index_title_40{color:#E0B67A !important;font-size:40px !important;}

#index_screen{display:flex;}
#index_screen .screen_info{width: 14.285%;padding: 10px;}
#index_screen .screen_info_button{width: 25%;padding: 10px;}
#index_screen .screen_info_button .screen_submit{color:white;background:#002d71;width:100%;height:100%;border:none;}
#index_screen .screen_info_button .screen_submit:hover{background:#E0B67A;transform: skewX(-10deg);}
#index_screen .screen_info .layui-input.layui-disabled{background-color: #f0f0f0;border-color: #ced4da !important;}
#index_screen .screen_info .screen_title{color: #FFFFFF;font-family: harmonyos sans, Sans-serif;font-size: 16px;font-weight: 600;text-transform: uppercase;letter-spacing: 2px;margin-bottom:5px;}
#index_screen .screen_info .screen_content select{text-align:center;padding:12px;color: #BDBDBD;font-family: harmonyos sans, Sans-serif;font-size: 14px;font-weight: 400;line-height: 24px;border-color: #BDBDBD;border-radius: 0;outline: 0;appearance: none;background-image: url('/wp-content/plugins/kowze-plugins/images/down-arrow.png');background-repeat: no-repeat;background-size: 15px;background-position: right 10% center;padding-right: 35px;}
#index_screen .screen_info .screen_content select:focus{color:black;}
#index_screen .screen_info .screen_content input{height:auto;text-align:center;padding:12px;color: #002d71;font-family: harmonyos sans, Sans-serif;font-size: 14px;font-weight: 400;line-height: 24px;border-color: #BDBDBD;border-radius: 0;outline: 0;}
#index_screen .screen_info .screen_content input::-webkit-input-placeholder{color:#333;}

#index_make_list{display:grid;grid-template-columns: repeat(4,1fr);grid-gap:20px;position: relative;}
#index_make_list .index_make_info{background:white;padding:10px;border-bottom:4px solid #002D71;cursor: pointer;}
#index_make_list .index_make_info:hover .index_make_image{opacity: 0.6}
#index_make_list .index_make_image{max-width:360px;margin: 0 auto 10px auto;}
#index_make_list .index_make_name{text-align: center;margin-bottom: 10px;color: #505050;font-family: "harmonyos sans", Sans-serif;font-size: 15px;font-weight: 600;text-transform: uppercase;}

.index_series_list{position: absolute;z-index: 999999;top: 30%;display: none;background: white;box-shadow: 0px 4px 92px 0px rgba(0, 0, 0, 0.13);}
.index_series_list .index_series_info{background:white;cursor: pointer;border: 1px solid #F2F2F2;}
.index_series_list .index_series_image{width:134px;height:70px;margin: 45px 41px 19px 41px;}
.index_series_list .index_series_image img{width:100%;}
.index_series_list .index_series_name{margin-bottom: 45px;color: #606061;text-align: center;font-family: Helvetica Neue LT Std;font-size: 14px;font-style: normal;font-weight: 500;line-height: normal;text-transform: uppercase;}



/*手机*/
@media screen and (max-width: 600px){
    .index_title{font-size:20px !important;}
    .index_title_40{font-size:20px !important;}
    #index_screen{display:block;}
    #index_screen .screen_info{width: 100%;padding: 0;}
    #index_make_list{grid-template-columns: repeat(2,1fr);}
    #index_make_list .index_make_info{padding:0;}
    #index_make_list .index_make_image{width:100%;margin: 0 auto;}
    #index_make_list .index_make_name{font-size: 12px;line-height: 33px;}
    .index_series_list .index_series_info{padding:10px;}
    .index_series_list .index_series_image{width:100px;margin: 0 auto 10px auto;}
    .index_series_list .index_series_name{font-size: 12px;margin-bottom: 0;}
}