li {
    list-style: none;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

/*精选方案*/
.scheme {
    width: 1200px !important;
    padding-right: 0;
    padding-left: 0;
    min-width: 992px;
    max-width: 1200px;
    margin: auto;
}

.scheme-main-box {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 20px 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

.scheme-main {
    width: 49%;
    box-sizing: border-box;
    margin: 10px 0;
}

.scheme-img-box {
    width: 100%;
    height: 445px;
    position: relative;
}

.scheme-img-box img {
    width: 100%;
    height: 100%;
}

.scheme-img-box a.vr {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 4px 16px 4px 20px;
    border-radius: 16px;
    background: rgba(10, 15, 19, 0.5);
    font-size: 14px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.scheme-img-box a.vr span {
    font-size: 8px;
}

.scheme-img-box p.zb {
    color: #fff;
    background: rgba(10, 15, 19, 0.5);
    border-radius: 18px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    height: 28px;
    padding: 0 24px 0 36px;
}

.scheme-img-box p.zb img {
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.scheme-img-box p.zb span {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.scheme-main-title {
    border: solid 1px #f5f5f5;
    border-top: none;
    box-sizing: border-box;
    padding: 10px 20px;
}

.scheme-main-title p:nth-of-type(1) {
    font-size: 20px;
    color: #333;
    padding: 10px 0;
}

.scheme-main-title p:nth-of-type(2) {
    color: #888;
    margin: 8px 0;
}

.scheme-main-title div {
    display: flex;
    justify-content: space-between;
}

.scheme-main-title div ul {
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.scheme-main-title div ul li {
    display: flex;
    align-items: center;
    margin-left: 18px;
    font-size: 15px;
    color: #999;
}


.scheme-main-title div p span {
    color: #333;
    /*padding: 8px 0 0;*/
    font-size: 14px;
}

.scheme-main-title div p img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.nav {
    color: #AAA;
    width: 1200px !important;
    margin: 20px auto;
    font-size: 14px;
}

.nav a {
    cursor: pointer;
    color: #AAA;

}

.nav a:hover {
    cursor: pointer;
    color: #D32A2A;
}

.nav a:last-child {
    color: #666;
}

.daily-title {
    width: 1200px !important;
    padding-right: 0;
    padding-left: 0;
    min-width: 992px;
    max-width: 1200px;
    margin: auto;
    text-align: right;
}

.daily-title button {
    color: #888;
    background: #fff;
    border-radius: 20px;
    border: solid 1px #888;
    padding: 3px 12px;
}

.daily-show {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

.site-demo-laydate {
    text-align: center;
    transform: translateY(50%);
}

.layui-inline {
    /*transform: translateY(50%);*/
}

.layui-inline,
.layui-laydate,
.layui-laydate-main {
    width: 670px;
    height: 490px;
    border-radius: 10px !important;
    box-sizing: border-box;
}

.layui-laydate-footer {
    display: none;
}

.layui-laydate-header {
    border-bottom: none !important;
}

.laydate-set-ym span:first-child {
    font-size: 16px;
    line-height: 27px;
    margin-right: 15px;
}

.laydate-set-ym span:last-child {
    font-size: 30px;
    color: #D32A2A;
}

.layui-laydate-header {
    padding: 50px;
}

.layui-laydate-header i {
    position: absolute;
    top: 58px;
    color: #999;
    font-size: 18px;
}

.layui-laydate-header i.laydate-prev-y {
    left: 100px;
}

.layui-laydate-header i.laydate-prev-m {
    left: 200px;
}

.layui-laydate-header i.laydate-next-m {
    right: 200px;
}

.layui-laydate-header i.laydate-next-y {
    right: 100px;
}

.layui-laydate-content {
    padding: 0 60px;
}

.layui-laydate-content table {
    width: 100%;
    height: 310px;
}

.layui-laydate .layui-this {
    background-color: #D32A2A !important;
    color: #fff !important;
    border-radius: 50%;
}

.layui-laydate-content td {
    color: #666;
    font-size: 16px;
}

.layui-laydate-content tr {
    display: flex;
    justify-content: space-between;
}

.layui-laydate-content td,
.layui-laydate-content th {
    width: 32px;
    height: 30px;
    padding: 7px 5px 6px;
    text-align: center;
    margin: 8px 0;
}

.layui-laydate-header i:hover,
.layui-laydate-header span:hover {
    color: #D32A2A
}

.layui-laydate-list > li {
    border-radius: 0 !important;

}

.laydate-month-list > li {
    border-radius: 0 !important;
}

.daily-show button.flg {
    background: rgba(0, 0, 0, 0.4);
    padding: 0px 8px;
    color: #fff;
    border-radius: 50%;
    border: none;
    font-size: 30px;
    position: absolute;
    right: -16px;
    top: -16px;
    z-index: 1003;
}

.layui-inline-box {
    width: 1200px !important;
    padding-right: 0;
    padding-left: 0;
    min-width: 992px;
    max-width: 1200px;
    margin: auto;
}

#test-n2,
#test-n2 .layui-laydate.layui-laydate-static,
#test-n2 .layui-laydate-main {
    width: 100%;
    height: 110px;
    /*overflow: hidden;*/
    border-radius: 0 !important;
}

.layui-laydate,
.layui-laydate-hint {
    border: 1px solid #E6E6E6;
    box-shadow: none;
    background-color: #fff;
    color: #666
}
.timeCalendar{
    width: 1200px !important;
    padding-right: 0;
    padding-left: 0;
    min-width: 992px;
    max-width: 1200px;
    display: flex;
    margin:20px auto;
    border: solid 1px #E6E6E6;
    height: 110px;
    align-items: center;
}
.month{
    width: 115px;
    height: 100%;
    text-align: center;
    border-right: solid 1px #E6E6E6;
}
.month p:nth-of-type(1){
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin-top: 20px;
}
.month p:nth-of-type(2){
    font-size: 16px;
    color: #494949;
}
.week{
    flex: 1;
}
.week ul{
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    padding: 13px 30px;
    align-items: center;
}
.week ul:first-child{
    border-bottom: solid 1px #E6E6E6;
}
.week ul:nth-of-type(2) li{
    cursor: pointer;
}
.week ul li{
    color: #666;
    font-size: 15px;
    padding: 5px 6px;
}
.week ul li a{
    color: #666;
    font-size: 15px;
    padding: 5px 6px;
}
.week ul li.mystyle a{
    background: #D32A2A;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
}