.pointer{cursor: pointer;}
/*登录*/
.login_html,.login_html body{height:100%;}
.loginbg{position: relative;background-color: #f7f7f7;}
#login_container{width:450px;height: 524px;position: absolute;left:50%;top:50%;margin-left: -225px;margin-top: -262px;background: url("/public/images/loginbg.jpg") no-repeat;}
.login{width:450px;height: 524px;position: relative;}
.login input:focus {outline: none;box-shadow: none;}
#phone1{position: absolute;z-index: 9; left:120px;top:305px;width: 260px; height: 36px;box-sizing: border-box;border: 0;outline: none;}
#pwd1{position: absolute;z-index: 9;left:120px;top:356px;width: 260px; height: 36px;box-sizing: border-box;border: 0;outline: none;}
#loginbtn{position: absolute;z-index: 9;left:74px;top:432px;width: 323px;height: 40px;border: 0;background-color: transparent;cursor: pointer;outline: none;}
#loginbtn:focus{outline: none;box-shadow: none;}
/*规格项*/
.spec_container{margin-top: 20px;}
.spec_title{font-size: 16px;color: #7D7D7D;}
.spec_item{display: block;font-size: 16px;letter-spacing: 1px;font-weight: bold; height: 44px; line-height: 44px;text-align: center;border: 1px solid #ddd;border-radius: 6px;margin-bottom: 10px;cursor: pointer;}
.tj_container{display: flex;justify-content: space-between;margin-top: 10px;}
.teji_item{border: 1px solid #231816;height: 30px;line-height: 30px;border-radius: 2px; display: inline-block;width: 24%;text-align: center;cursor: pointer;}
.active{background-color: #231816;color:#D8AF55;}
.plr20{padding:0 20px;}
@media screen and (min-width: 1938px){

}
@media screen and (min-width: 768px) and (max-width: 1937px){

}