/* CSS Document */
@font-face {
    font-family: "SourceHanSansCN-Normal";
    src: url("${site.sitePath}/css/font/SourceHanSansCN-Normal.woff2") format("woff2"),
      url("${site.sitePath}/css/font/SourceHanSansCN-Normal.woff") format("woff"),
      url("${site.sitePath}/css/font/SourceHanSansCN-Normal.ttf") format("truetype"),
      url("${site.sitePath}/css/font/SourceHanSansCN-Normal.eot") format("embedded-opentype"),
      url("${site.sitePath}/css/font/SourceHanSansCN-Normal.svg") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  body {
    font-family: SourceHanSansCN-Normal;
  }
* {
    padding: 0;
    margin: 0;
    word-spacing: normal;
    /*font-family: "微软雅黑";*/
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

a,
input {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

.height {
    width: 100%;
    display: block;
    height: 90px;
}

html,
body,
div,
p,
img,
ul,
li,
a,
span,
h1 {
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style: none;
    text-decoration: none;
    /*font-family: "微软雅黑";*/
    outline: none;
}

.ly-productbox {
    background: #f5f5f5;
    overflow: hidden;
    padding: 0 20px 10px 20px;
}

.ly-product {
    overflow: hidden;
}

.ly-product span {
    float: left;
    margin-right: 10px;
    font-size: 12px;
    background: #e7e7e7;
    color: #323232;
    height: 25px;
    line-height: 25px;
    padding: 0 15px;
    margin-top: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;

}

.other-service {
    font-size: 12px;
    color: #323232;
    margin-top: 20px;
}

.other-service input {
    width: 60%;
    height: 25px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    outline: none;
    padding: 0 5px;
    font-size: 12px;
}

.ly-btn {
    margin-top: 20px;
}

.ly-btn a {
    display: block;
    margin: 0 auto;
    height: 25px;
    line-height: 25px;
    width: 30%;
    color: #ffffff;
    font-size: 12px;
    background: #df0011;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
}

.ly-product .ly-active {
    color: #bf1020;
    background: #f48d95 !important;
}

.add-product {
    border: 1px solid #ffffff;
    color: #ffffff !important;
    padding: 0 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
}