/* CSS Document */

/* 基础样式重置 */
* {
    box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, hr,
blockquote, div,
dl, dt, dd, ul, ol, li,
pre,
form, fieldset, legend, button, input, textarea,
img {
    border: medium none;
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6,
em {
    font-style: normal;
}

ul, ol {
    list-style: none;
}

p {
    margin: 0;
}

img {
    border: 0px;
    border: none;
}

body {
    font-family: Microsoft YaHei;
    color: #000000;
    font-size: 14px;
    line-height: 150%;
    background: #ffffff;
    margin: 0 auto;
    max-width: 640px;
    min-width: 320px;
}

a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #000000;
}

h3 {
    font-size: 14px;
}

.clear {
    clear: both;
    visibility: hidden;
}

.l {
    float: left;
    display: inline;
}

.r {
    float: right;
    display: inline;
}

.c {
    text-align: center;
}

.clearf:after, .clearf:before {
    content: "";
    display: table;
}

.clearf:after {
    clear: both;
}

/* 通用工具类 */
.pt20 {
    padding-top: 15px;
}

.mt20 {
    margin-top: 15px;
}

/* 模块样式 */

/* 页面头部模块 */
.module-header {
    /* 头部样式 */
}

/* 导航栏模块 */
.module-navigation {
    /* 导航栏样式 */
}

/* 导航路径模块 */
.module-breadcrumbs {
    /* 导航路径样式 */
}

/* 横幅模块 */
.module-banner {
    /* 横幅样式 */
}

.module-banner .banner {
    height: auto;
    text-align: center;
    margin: 0 auto;
}

.module-banner .banner img {
    height: auto;
    width: 100%;
}

/* 主体内容模块 */
.module-main-content {
    /* 主体内容容器样式 */
}

.module-main-content .bg {
    background: #FEEFE2;
}

.module-main-content .xl_content {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 10px 15px 0;
    box-sizing: border-box;
}

/* 学校介绍模块 */
.module-school-intro {
    /* 学校介绍样式 */
}

.module-school-intro .des {
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    padding: 12px;
    box-sizing: border-box;
    border: 1px dashed #01562f;
    border-radius: 5px;
    margin: 0px auto 15px;
    text-indent: 0;
}

.module-school-intro .des font {
    color: #01562f;
}

/* 图片展示模块 */
.module-image-gallery {
    /* 图片展示样式 */
}

.module-image-gallery .des-pic {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 15px auto 15px;
}

.module-image-gallery .des-pic li {
    display: block;
    width: calc(33.33% - 6.67px);
}

.module-image-gallery .des-pic li img {
    width: 100%;
    display: block;
    border-radius: 6px;
}

/* 学校地图模块 */
.module-school-map {
    /* 学校地图样式 */
}

.module-school-map .tit {
    width: 100%;
    height: 61px;
    margin: 15px auto 15px;
    background: url(../../static/image/xlt.jpg) no-repeat;
    background-size: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
    font-size: 30px;
}

.module-school-map .clearf {
    margin: 15px auto;
}

/* 来校方式选择模块 */
.module-arrival-method {
    /* 来校方式选择样式 */
}

.module-arrival-method .tit {
    width: 100%;
    height: 61px;
    margin: 15px auto 15px;
    background: url(../../static/image/xlt.jpg) no-repeat;
    background-size: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
    font-size: 30px;
}

.module-arrival-method .lxfs {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
}

.module-arrival-method .lxfs li {
    width: 40%;
    background-color: #FB7804;
    border: 1px solid #FB7804;
    border-radius: 10px;
}

.module-arrival-method .lxfs li .img {
    width: 60px;
    height: 60px;
    margin: 15px auto;
    overflow: hidden;
    border-radius: 50%;
}

.module-arrival-method .lxfs li .bg1 {
    background: url(../../static/image/xl1.png) no-repeat 50%;
    background-size: 130%;
}

.module-arrival-method .lxfs li .bg2 {
    background: url(../../static/image/xl2.png) no-repeat 50%;
    background-size: 130%;
}

.module-arrival-method .lxfs li a {
    display: block;
    width: 90%;
    height: 40px;
    margin: 0 auto 15px;
    border-radius: 5px;
    background-color: #ff9946;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}

.module-arrival-method .lxfs li.active {
    background: #fa0d0d;
}

.module-arrival-method .lxfs li.active a {
    background: #fff;
    color: #fa0d0d;
}

/* 预约表单模块 */
.module-appointment-form {
    /* 预约表单样式 */
}

.module-appointment-form .lxyy-wrap {
    padding: 15px 0 0;
    margin-bottom: 15px;
    font-size: 18px;
    text-align: justify;
}

/* 选择项模块 */
.module-appointment-form .xuanxiang {
    width: 62%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 0.8rem;
}

.module-appointment-form .xuanxiang li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.module-appointment-form .radio {
    width: 50%;
    position: relative;
    margin: 0 auto;
    height: 2.6rem;
}

.module-appointment-form .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.module-appointment-form .radio input[type="radio"]:checked + .radio-label:before {
    background-color: #fa0d0d;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
    border-color: #fa0d0d;
}

.module-appointment-form .radio input[type="radio"] + .radio-label:before {
    content: "";
    border-radius: 50%;
    border: 1px solid #d7d7d7;
    background: #d7d7d7;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
    display: inline-block;
    width: 1em;
    height: 1em;
    position: relative;
    top: 0.54rem;
    margin-right: 0.56em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.module-appointment-form .radio label {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 18px;
    line-height: 2.6rem;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 0.5rem;
}

/* 表单模块 */
.module-appointment-form .lxyy-form {
    /* 表单容器样式 */
}

.module-appointment-form .lx-block {
    margin-top: 15px;
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.module-appointment-form .lx-block .form-inline {
    width: 100%;
    margin: 0 auto 15px;
}

.module-appointment-form .lx-block .form-inline.tjyy {
    width: 100%;
    margin: 0 auto 15px;
}

.module-appointment-form .lx-block .form-inline.tjyy input {
    padding-left: 0;
    background: #fa0d0d;
    color: #fff;
    cursor: pointer;
    width: 100%;
}

.module-appointment-form .lx-block .lxform-item input {
    display: block;
    width: 100%;
    font-size: 16px;
    padding-left: 20px;
    line-height: 44px;
    border: none;
    outline: 0;
    background: #f4f4f4;
    color: #616161;
}

/* 消息提示样式 */
.module-appointment-form .message {
    margin: 10px 0 0;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
}

.module-appointment-form .message.success {
    background-color: #f0f9eb;
    color: #67c23a;
    border: 1px solid #e1f3d8;
}

.module-appointment-form .message.error {
    background-color: #fef0f0;
    color: #f56c6c;
    border: 1px solid #fbc4c4;
}

.module-appointment-form .sub-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* 温馨提示模块 */
.module-warm-tips {
    /* 温馨提示样式 */
}

.module-warm-tips .wxts {
    width: 100%;
    color: #999;
    font-size: 20px;
    line-height: 28px;
    padding: 12px;
    box-sizing: border-box;
    border: 1px dashed #01562f;
    border-radius: 5px;
    margin: 15px auto 15px;
}

.module-warm-tips .wxts span {
    color: #01562f;
}

/* 来校路线模块 */
.module-arrival-routes {
    /* 来校路线样式 */
}

.module-arrival-routes .tit {
    width: 100%;
    height: 61px;
    margin: 15px auto 15px;
    background: url(../../static/image/xlt.jpg) no-repeat;
    background-size: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
    font-size: 30px;
}

.module-arrival-routes .viewport {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 15px;
    box-sizing: border-box;
}

.module-arrival-routes .bgb {
    background: #eeeded;
}

.module-arrival-routes .ccp1 {
    height: 25px;
    font-size: 15px;
    line-height: 25px;
    color: #d80407;
    padding-left: 55px;
    background: url(../../static/image/cclx_01.png) 10px center no-repeat;
    background-size: 3%;
}

.module-arrival-routes .ccp2 {
    height: 25px;
    font-size: 15px;
    line-height: 25px;
    color: #018bd1;
    padding-left: 55px;
    background: url(../../static/image/cclx_02.png) 10px center no-repeat;
    background-size: 3%;
}

.module-arrival-routes .ccp3 {
    font-size: 14px;
    line-height: 25px;
    color: #959595;
    padding: 5px 15px;
}

/* 路线规划模块 */
.module-route-planning {
    /* 路线规划样式 */
}

.module-route-planning .hslxl3_btn {
    width: 100%;
    height: 50px;
    margin: 15px auto;
    background-color: #01562f;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
}

.module-route-planning .hslxl3_btn a {
    color: #fff;
}

/* 导航APP选择模块 */
.module-navigation-apps {
    /* 导航APP选择样式 */
}

.module-navigation-apps .hsldhbox {
    position: fixed;
    z-index: 99999999999;
    height: 13rem;
    width: 100%;
    background-color: #fff;
    left: 0;
    bottom: -19rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
    overflow: hidden;
}

.module-navigation-apps .hsldhbox a {
    display: block;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    background-color: #ff6b13;
    margin: .5rem 1rem 0 1rem;
}

.module-navigation-apps .hsldhbox .iosmap {
    height: 0;
    overflow: hidden;
}

.module-navigation-apps .hsldhboxbg {
    position: fixed;
    z-index: 999998;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    left: 0;
    bottom: 0;
    overflow: hidden;
    display: none;
}

.module-navigation-apps .hsldhbox p {
    color: #999;
    font-size: 1rem;
    text-align: center;
    padding: .5rem 0 0 0;
}

/* 页面底部模块 */
.module-footer {
    /* 页面底部样式 */
}

/* 强制各模块间距统一 */
.xl_content > * {
    margin-bottom: 15px !important;
}

.xl_content > *:last-child {
    margin-bottom: 0 !important;
}
