body {
    background-color: #fff;
}
.app {
    max-width: 640px;margin: 0 auto;
}
.pd {
    padding: 10px;
}
.search-box .layui-form-select {
    width: 80px;
}
.search-box .layui-form-select .layui-input { border: none;height: 30px;line-height: 30px;padding-left: 0px;font-weight: 600;font-size: 16px}
.search-box {
    position: relative;margin-bottom: 20px;
}
.type-box {
    position: absolute;left: 10px;top: 5px;border-right: 1px solid #eee;
}
.phone-input {
    padding-left: 100px;
}
.cs_btn {
    position: absolute;right: 5px;top: 5px;
}
.cs_btn .layui-btn {
    background-color: #f67233;border-radius: 6px;font-size: 14px;
}
.header {
    text-align: center;
}
.header img {
    width: 70%;
}
a {
    cursor: pointer;
}
.layui-form-select dl {
    left: -10px;width: 90px;
}
.layui-form-select dl dd.layui-this {
    background-color: #f67233;
}
footer {
    border-top: 2px solid #eee;text-align: center;padding-top: 10px;
}
footer p {
    margin-bottom: 3px;
}
footer .shuoming {
    color: #2e8ded;
}