@charset "utf-8";
.header{ width: 100%;height: 60px;box-shadow: rgb(0 0 0 / 40%) 0px 0px 6px;line-height: 60px;position: fixed;top: 0px;left: 0px;box-sizing: border-box;z-index: 99;background: rgb(255, 255, 255); }
.header_box{ display: flex;width: 1462px;justify-content: space-between;margin: 0px auto; }
.login_box{ display: flex; }
.login_box .btn{ width: 102px;height: 37px;border: 1px solid #ff9100;margin-top: 10px;text-align: center;line-height: 35px;font-size: 15px;border-radius: 4px;margin-right: 20px;cursor: pointer;color: #ff9100; }
