html, body {
    color: #3e4449;
    font-family: 'PingFang SC', 苹方, 'Microsoft Yahei', 微软雅黑;
}

a,
img,
button,
input,
textarea {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input,
textarea {
    -webkit-appearance: none;
    -webkit-appearance: none !important;
}

.daohang {
    width: 100%;
    border-bottom: #ededed 1px solid;
    font-size: 20px;
    text-align: center;
    height: 58px;
}

.daohang div {
    display: inline-block;
    padding: 15px 15px;
    cursor:pointer;
}

.focusBorder {
    color: #409eff;
    border-bottom: 2px solid #409eff;
}

.content {
    width: 90%;
    margin: 0px auto 10px auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 8px;
}

.input {
    padding: 8px 0px;
    display: block;
    width: 100%;
    height: 30px;
    border: #f5f5f5 1px solid;
    margin: 0px auto 10px auto;
    font-size: 16px;
    background-color: #f7f7f7;
    border-radius: 6px;
    text-indent: 15px;
    caret-color: #07c160;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #888;
    font-size: 15px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #888;
    font-size: 15px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #888;
    font-size: 15px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #888;
    font-size: 15px;
}

.input-phone {
    margin-bottom: 0px;
    border-radius: 6px 6px 0px 0px;
}

.input-pwd {
    border-radius: 0px 0px 6px 6px;
}

p {
    color: #888;
    line-height: 24px;
}

.buttonDiv {
    width: 100%;
    text-align: center;
}

.button {
    outline: none;
    width: 50%;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    border: 0px;
    border-radius: 6px;
    margin: 10px auto;
    display: inline-block;
    color: #666;
    background-color: #07c160;
    color: #ffffff;
}

.button:active {
    outline: 0;
    background-color: #0085c3;
}

.biaoqian span {
    display: inline-block;
    background-color: #ededed;
    margin: 10px 10px 10px 0px;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 5px;
    cursor:pointer;
}

.img{
    margin:0px auto;
    max-height: 300px;
    max-width: 100%;
    display: inline-block;
}
.layui-carousel{
    margin-top: 15px;
    background-color: initial !important;
}
.layui-carousel>[carousel-item]>* {
    background-color: initial;
    line-height:200px;
    text-align:center;
}
#image{
    background-color: initial;
    line-height:200px;
    text-align:center;
}