﻿@charset "utf-8";
*, *:before, *:after {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}


.main .space-top {
    margin-top: 1.5rem;
}

.main .space-bottom {
    margin-bottom: 1.5rem;
}

.main .img img {
    width: 100%;
}

.main .link {
    text-align: center;
}

.main .link a {
    padding: .8rem 0;
    color: #FFF;
    font-size: 1rem;
    width: 80%;
    background-color: #FF4946;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    text-decoration: none;

}

.main .down-fixed a {
    padding: .8rem 0;
    color: #FFF;
    font-size: 1rem;
    width: 100%;
    background-color: #00c17b;
    text-align: center;
}

.main .down-fixed {
    bottom: 0;
    z-index: 10;
}

.main .video-js .vjs-big-play-button {
    border-radius: 50%;
    width: 2em;
    height: 2em;
    line-height: 1.8em;
    margin-left: -1em;
    margin-top: -1em;
}

.main .text-top {
    background-color: #F8F8F8;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}

.main .text {
    font-size: 1rem;
    letter-spacing: .08rem;
    line-height: 1.8rem;
    padding: 5px 20px;
    margin: 6px 0;
}


.main .head{
    padding: 5px 0 10px 0;
    margin: 20px 10px;
    border-bottom: 1px solid #eee;

}
.main .head h3 {
    color:#333;
    font-size: 1.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 2.4rem;
}

.main .head .time {
    font-size: 14px;
    color: #6c6d6f;
}
.main .head .duizhuang {
    font-size: 14px;
    color: #00c17b;

}


.main .text .title {
    color: rgb(62, 62, 62);
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .08rem;
    line-height: 2.8rem;
}

.main .text .sub_title {
    color: black;
    text-align: left;
    font-size: 0.8rem;
    letter-spacing: .08rem;
    line-height: 1.3rem;
}
.main .text .sub_title33 {
    text-align: left;
    font-size: 0.8rem;
    letter-spacing: .08rem;
    line-height: 1.3rem;
    color: black;
}

.main .text .sub_title_1 {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: .08rem;
    line-height: 1.4rem;
    color: #3e3e3e;
}
.main .text .sub_title_22 {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: .08rem;
    line-height: 1.4rem;
}
.main .text .sub_title_4 {
    color: black;
    text-align: center;
    font-size: 0.8rem;
    letter-spacing: .08rem;
    line-height: 1.3rem;
}
.main .text .normal {
    color: rgb(102, 102, 102);
    text-align: center;
    font-size: 15px;
}

.main .text .red {
    color: red;
}
.main .weixin {
    display: inline-block;
    width: 100%;
    border: 2px dotted rgb(192, 200, 209);
    padding: 10px;
    border-radius: 0.7em;
    margin-top: 20px;
}

.main .weixin div{
    text-align: center;
    color: rgb(51, 51, 51);
    font-size: 14px;
}

.main .weixin .red {
    color: #ff4948;
}

.main .weixin .gray {
    color: rgb(133, 131, 131);
    font-weight: 700;
}


.main .weixin .big-font {
    font-size: 2rem;
    font-style: normal;
}

.piece {
    width: 100%;
    background-color: transparent;
    position: relative;
    box-sizing: border-box;
}

.nor-btn {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    color: #fff;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    font-size: 18px;
    box-sizing: content-box;
    /* box-sizing: border-box; */
}

.notice{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(0,0,0,.3);
    font-size: 16px;
    text-align: center;
    line-height: 220%;
}

.notice-dialog{
    width: 90%;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    background-color:#f1f1f1;
    padding: 10px 10px 0 10px;
	border: 2px #9f3400 solid;
}

.notice-bottom{
    margin: 0 auto;
    width: 90%;
    max-width: 400px;
    height: 40px;
    font-size: 12px;
    padding-top: 0px;
}

.notice-bottom .btn1{
    float: left;
    width: 39%;
    height: 39px;
    background-color: white;
     color: #021d28;
	background-color: #f1f1f1;
}

.notice-bottom .btn2{
    float: left;
    width: 61%;
    height: 39px;
    background-color: #9f3400;
     color: white;
}

.notice-body p{color:#000000;}

