﻿@charset "utf-8";
@import url(../../Common/Lib/layui/css/layui.css);

/* 样式重置 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    font: '微软雅黑';
    vertical-align: baseline;
    letter-spacing: 0.5px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

img {
    max-width: 100%;
}

html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    width: 100%;
    min-height: 100%;
}

a {
    text-decoration: none;
}

a:active {
    color: #fff;
}

.glob_max_width {
    max-width: 770px;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
}


/*重置Input*/

input,
button,
a {
    outline: 0 none !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #D6D6D6;
    font-size: 14px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #D6D6D6;
    font-size: 14px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #666;
    font-size: 14px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #D6D6D6;
    font-size: 14px;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    /*此处只是去掉默认的小×*/
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    position: relative;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: url('/Public/Minisite/Images/shop/shop_icon/delect.png') center center no-repeat #b4b4b4;
    ;
    background-size: 13px;
}

input:disabled {
    background: #fff;
    color: #999;
}


/*文字对其*/

.txt-rt {
    text-align: right;
}

.txt-lt {
    text-align: left;
}

.txt-center {
    text-align: center;
}


/*文字溢出省略号*/

.Jy-text-hide {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}


/*文字换行*/

.Jy-AllNewLine {
    word-break: break-all;
    word-wrap: break-word;
}


/*浮动方向*/

.float-rt {
    float: right;
}

.float-lt {
    float: left;
}

.bd {
    border: 1px solid red;
}


/*间距*/


/*间距*/

.Jy-AllSpace10 {
    height: 10px;
}

.Jy-AllSpace20 {
    height: 20px;
}

.Jy-AllSpace30 {
    height: 30px;
}

.Jy-AllSpace40 {
    height: 40px;
}

.Jy-AllSpace50 {
    height: 50px;
}

.Jy-AllSpace60 {
    height: 60px;
}

.Jy-AllSpace70 {
    height: 70px;
}

.Jy-AllSpace80 {
    height: 80px;
}

.Jy-AllSpace90 {
    height: 90px;
}

.Jy-AllSpace100 {
    height: 100px;
}

.Jy-showMorebutn {
    border: 1px solid #F2f2f2;
    width: 100%;
    padding: 10px 15px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0);
    text-align: center;
    margin-bottom: 30px;
    color: #666;
    font-size: 14px;
}

.Jy-showMorebutn i {
    color: #666;
    font-size: 14px;
}


/*分页样式*/

.pages {
    padding-top: 20px;
}

.pages .Jy-countbox {
    color: #666;
    margin-bottom: 10px;
}

.pages .current,
.pages a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #D6D6D6;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #666;
    border-radius: 2px;
}

.pages .current {
    background: #009688;
    border: 1px solid #009688;
    color: #fff !important;
}

.pages a:hover,
.pages span:hover {
    background: #03B2A2;
    border: 1px solid #03B2A2;
    color: #fff !important;
}

.pages {
    text-align: center;
}

.pages .end,
.pages .num {
    display: none;
}

.pagesBottom {
    height: 30px;
}


/*项目共享样式*/

.Jy-AllMaxWidth {
    max-width: 770px;
    margin: 0 auto;
}

.Jy-AllMainBoxPadding {
    padding: 15px;
}

.Jy-AllErrStaIcon {
    color: #FF5722;
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
}

.Jy-AllButns {
    background: #37761d;
    display: block;
    width: 50%;
    margin: 0 auto;
    border: 0;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
}

.Jy-AllNoticeBox,
.Jy-AllagreeBox {
    color: #666;
    padding: 15px;
    border-radius: 2px;
    border: 1px dotted #eaeaea;
}

.Jy-AllNoticeBox i {
    display: inline-block;
    margin-right: 5px;
}

.Jy-AllNoticeBox li p {
    padding-bottom: 10px;
    text-align: justify;
}

.Jy-AllNoticeBox li:last-child {
    padding-bottom: 0;
}

.Jy-AllSpace20 {
    height: 20px;
}

.Jy-AllbgCenter {
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.Jy-AllpageLoad {
    padding: 20px 20px 40px;
    text-align: center;
    font-size: 14px;
    color: #999;
    background: #fff;
}

.Jy-AllsetImg {
    width: 100%;
    display: block;
}

.Jy-Allwidth100s {
    width: 100%;
}

.Jy-AllactLoading {
    padding: 10px 10px 10px;
    text-align: center;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    border-radius: 10px;
    width: 50%;
    margin: 0 auto;
}

.Jy-AllactLoading i {
    font-size: 50px;
}

.Jy-AllactLoading h6 {
    padding-top: 10px;
    font-size: 16px;
}

.Jy-AllcloseBody {
    overflow: hidden;
}

.Jy-AllModel-15 {
    padding: 15px;
    background: #fff;
    margin-bottom: 10px;
}

.Jy-AllNone {
    display: none;
}

.Jy-AllShowlist li {
    position: relative;
    padding: 5px 0;
    padding-left: 70px;
    text-align: right;
    min-height: 20px;
}

.Jy-AllShowlist li .Jy-sontitle {
    position: absolute;
    top: 3px;
    left: 0;
    font-style: normal;
    color: #999;
}

.Jy-AllShowlist .Jy-mainTitle {
    padding-left: 0;
    margin-bottom: 10px;
}

.Jy-AllShowlist .Jy-mainTitle h6 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: left;
}

.Jy-scrollTouchAll {
    -webkit-overflow-scrolling: touch;
}

.Jy-AllMainCont {
    font-weight: bold;
}

.Jy-Allreadbutn {
    display: inline-block;
    background: #fff;
    border: 1px solid #349DF0;
    color: #349DF0;
    font-size: 12px;
    padding: 0 4px;
    border-radius: 2px;
    margin-left: 5px;
    height: 14px;
    line-height: 14px;
}

.Jy-none {
    display: none;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #006600;
    background-color: #006600;
}

.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #006600;
}

.Jy-agreen-Main {
    font-size: 18px;
    text-align: center;
    padding-bottom: 15px;
    font-weight: bold;
}

.Jy-agreen-title {
    font-weight: bold;
    padding-top: 10px;
}


/*课程标题*/

.Jy-les-TitleBox {
    background: #fff;
    padding: 15px;
    margin-bottom: 10px;
}

.Jy-les-TitleBox .Jy-les-TitleCont {
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 10px;
    color: #222;
    line-height: 30px;
    font-weight: bold;
}

.Jy-les-TitleBox .Jy-les-TitleCont i {
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    font-size: 12px;
    font-style: normal;
    background: #eb6100;
    color: #fff;
    margin-right: 10px;
    margin-top: 4px;
    border-radius: 2px
}

.Jy-les-TitleBox ul li {
    margin-bottom: 10px;
    color: #222;
    position: relative;
    padding-left: 75px;
}

.Jy-les-TitleBox ul li span {
    position: absolute;
    top: 0;
    left: 0;
    color: #B4B4B4;
    display: inline-block;
}


/*手机模块*/

.Jy-AlloneModel-15 {
    padding: 15px;
    background: #fff;
    margin-bottom: 10px;
}


/*模拟移动端下拉框*/

.Jy-select-area {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.Jy-select-area span {
    color: #333;
    display: block;
    height: 30px;
    line-height: 30px;
}

.Jy-select-area select {
    position: absolute;
    left: 0;
    top: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    width: 100%;
}


/*数据为空*/

.Jy-AllNodataMark {
    padding: 20px 0;
    text-align: center;
    color: #999;
    width: 100%;
    background: #fff;
}

.Jy-AllNodataMark i {
    display: block;
    width: 50px;
    height: 40px;
    margin: 0 auto 10px;
    background: url("/Public/Minisite/Images/Icon/nodata.png") center center no-repeat;
    background-size: 100%;
}


/*已到最底部*/

.Jy-AllBottomMark {
    padding: 40px 0;
    text-align: center;
    color: #999;
    width: 100%;
    background: #fff;
}

.Jy-AllBottomMark table {
    margin: 0 auto;
}

.Jy-AllBottomMark table tr td {
    padding: 0 5px;
    vertical-align: middle;
}

.Jy-AllBottomMark table tr td i {
    display: block;
    width: 50px;
    background: #e8e5e5;
    height: 1px;
}


/*回顶样式*/

.Jy-AllBackTop {
    display: block;
    position: fixed;
    bottom: 60px;
    right: 20px;
    background: #52903b;
    border-radius: 50px;
    overflow: hidden;
    background: rgba(82, 144, 59, .8);
    z-index: 99999;
}

.Jy-AllBackTop i {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: url("/Public/Minisite/Images/Icon/backtop.png") center center no-repeat;
    background-size: 30px;
}


/*移动端支付样式*/

.Jy-payBox {
    margin: 0 -5px 30px;
}

.Jy-payBox li {
    float: left;
    width: 50%;
    cursor: pointer;
}

.Jy-payBox li div {
    border-radius: 2px;
    padding: 5px 10px;
    margin: 5px;
    border: 1px solid #E5E5E5;
    color: #333;
}

.Jy-payBox li div p span,
.Jy-payBox li div p i {
    float: left;
    height: 30px;
    line-height: 30px;
}

.Jy-payBox li div p i {
    width: 30px;
    margin-right: 10px;
}

.Jy-payBox li .Jy-zfbpay {
    background: url('/Public/Minisite/Images/Pay/zhifubaologo.png') center center no-repeat;
    background-size: 30px 30px;
}

.Jy-payBox li .Jy-wxpay {
    background: url('/Public/Minisite/Images/Pay/wxpay.png') center center no-repeat;
    background-size: 30px 30px;
}

.Jy-payBox .Jy-selAct div {
    background: #F7FFF2;
    border: 1px solid #4da52b !important;
    color: #4da52b !important;
}

.Jy-payBox .Jy-selAct span {
    color: #4da52b !important;
}

.Jy-payBox .Jy-noSelect {
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}
/*用户头像*/
.Jy-head-img-box{
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.Jy-head-img-box .Jy-head-img-url{
    width: 35px;
    height: 35px;
    background: url("/Public/Minisite/Images/shop/shop_icon/ic_account_52.png") center center no-repeat;
    background-size: cover;
    border-radius: 100%;
}
.Jy-vip-user-img{
    background: url("/Public/Minisite/Images/ic_account@3x.png") center center no-repeat;
    background-size: cover;
}

.Jy-head-img-big {
    width: 72px;
    height: 72px;
}
.Jy-head-img-big .Jy-head-img-url{
    width: 50px;
    height: 50px;
}


/*修改layui样式*/

.layui-layer-btn .layui-layer-btn0 {
    color: #fff;
    border-color: #37761D !important;
    background-color: #37761D !important;
}

.layui-tab-brief>.layui-tab-title .layui-this {
    color: #37761d !important;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 2px solid #37761d;
}

.Jy-form4title .layui-form-item .layui-form-label {
    width: 56px;
    padding-left: 0px;
    padding-bottom: 0px;
}

.Jy-form4title .layui-form-item .layui-input-block {
    margin-left: 71px;
}

.Jy-elem-quote {
    font-size: 20px;
    border-left: 5px solid #37761D;
}

.layui-layer {
    background: rgba(0, 0, 0, 0) !important;
    box-shadow: 0 0 0 #000 !important;
}

.apiLoadingBox{
    position: fixed;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0, 0.8);
    z-index: 100000;
    display: flex;
    justify-content:center;
    align-items:center;
    text-align: center;
    color: #ffffff;
}
.apiLoadingBox i{
    color: #ffffff;
    font-size: 50px;
}


/*修改移动端layer样式*/

.layui-m-layerbtn span[yes] {
    color: #37761D;
}

.layui-m-layerchild {
    border-radius: 5px
}

.layui-m-layersection {
    cursor: pointer;
}

.layui-flow-more {
    padding: 30px;
}

@supports (bottom: env(safe-area-inset-bottom)) {
    body,
    .line-footer {
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom);
        min-height: 60px;
    }

    .line-footer-space {
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom);
    }
}