body,html{
    margin: 0px;
    padding: 0px;
    color: #333333;
    font-size: 35px;
    background-color: #FFFFFF;
    width: 100%;
    height: auto;
}
.site-contain{
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
    padding-bottom: 60px;
    background-color: #FFFFFF;
}
.edit-htmldom{
	width: 100%;
	height: auto;
	float: left;
}
.site-img-12{
    width: 100%;
    height: auto;
    float: left;
}
.site-img-4{
    width: 33.33%;
    height: auto;
    float: left;
}
.site-img-6{
    width: 50%;
    height: auto;
    float: left;
}

/*button start*/
.site-button-top{
    width: 100%;
    position: fixed;
    top: 0px;
    float: left;
    height: auto;
    max-width: 500px;
    z-index: 9;
}
.site-button-bottom{
    width: 100%;
    position: fixed;
    bottom: constant(safe-area-inset-bottom);
    bottom: env(safe-area-inset-bottom);
    float: left;
    height: auto;
    max-width: 500px;
    z-index: 9;
}
.site-button-bottom a{
    text-decoration: none;
}
.site-button-drag{
    width: 100%;
    max-width: 500px;
    position: absolute;
    top: 300px;
    float: left;
    height: auto;
    z-index: 7;
}
.site-button-right{
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 5;
    display: flex;
    right: 15px;
    bottom: 120px;
}
.site-button-default{
    width: 100%;
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    background-color: #0F80FF;
    color: #FFFFFF;
    text-decoration: none;
}
.site-button-default-circle{
    width: 90%;
    margin: 0px 5%;
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    border-radius: 60px;
    text-align: center;
    background-color: #0F80FF;
    color: #FFFFFF;
}
.site-button-default-circle-small{
    width: 90%;
    margin: 0px 5%;
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border-radius: 50px;
    text-align: center;
    background-color: #0F80FF;
    color: #FFFFFF;
}
.site-button-textbeat{
    animation: twinklesize 0.8s alternate infinite;
}
.site-button-fullbeat{
    animation:scaleDraw 2s ease-in-out infinite;
}
@keyframes scaleDraw{0%,50%{transform:scale(1)}25%,75%{transform:scale(.9)}}
@keyframes twinklesize{from{font-size: 18px;}to{font-size: 20px;}}

@keyframes flashChangeImg{
    from {
        left:-100%;
    }
    100% {
        left:150%;
    }
}
.site-button-flash-across{
    position:absolute;
    animation:flashChangeImg 3s ease 0s;
    top:0;
    width:30%;
    height:100%;
    content:"";
    background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.4) 50%,rgba(255,255,255,0) 100%);
    transform:skewX(-45deg);
    animation-iteration-count:infinite;
}
.animation-textbeat{
    animation: twinklesize 4s ease-in-out infinite;
}
.animation-fullbeat{
    animation:scaleDraw 3s ease-in-out infinite;
}
@keyframes scaleDraw{0%,50%{transform:scale(1)}25%,75%{transform:scale(.9)}}
@keyframes twinklesize{0%,50%{font-size: 16px}25%,75%{font-size: 20px}100%{font-size: 16px}}
/*button end*/

/*from start*/
.site-from-contain{
    width: 100%;
    display: block;
    display: none;
    z-index: 6;
}
.site-from-alert-shadow{
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-color: #000000;
    position: fixed;
    top: 0px;
    z-index: 7;
}
.site-from-alert-contain{
    width: 100%;
    height: auto;
    z-index: 8;
    position: fixed;
    top: 50%;
    max-width: 500px;
    left: 50%;
    transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);     /* IE 9 */
    -moz-transform:translate(-50%,-50%);    /* Firefox */
    -webkit-transform:translate(-50%,-50%); /* Safari 和 Chrome */
    -o-transform:translate(-50%,-50%);  /* Opera */
}
.site-from-one{
    width: 90%;
    max-width: 500px;
    height: auto;
    margin: 0px 5%;
    float: left;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 16px;
}
.site-from-one .top-notice{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: none;
}
.site-from-one .top-notice span{
    color: #999999;
}
.site-from-one-lists{
    width: 100%;
    float: left;
    height: 56px;
    padding: 8px 0;
    box-sizing: border-box;
}
.site-from-one input{
    width: 100%;
    float: left;
    outline: none;
    border: none;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.site-from-one-code{
    width: 100%;
    float: left;
    height: 56px;
    padding: 8px 0;
    box-sizing: border-box;
}
.site-from-one-code input{
    width: 50%;
    float: left;
    outline: none;
    border: none;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.site-from-one-code span{
    width: 50%;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: right;
}
.site-from-one-code span.disable{
    color: #999999;
}
.site-from-one-radio{
    width: 100%;
    float: left;
    height: 56px;
    padding: 8px 0;
    box-sizing: border-box;
    font-size: 16px;
}
.site-from-one-radio input{
    width: 16px;
    height: 16px;
    margin-top: 12px;
    margin-right: 8px;
}
.site-from-one-radio label{
    float: left;
    height: 40px;
    line-height: 40px;
    color: #999999;
}
.site-from-one-radio label a{
    height: 40px;
    line-height: 40px;
    margin-left: 4px;
    color: #333333;
    font-size: 16px;
    text-decoration: none;
}
.site-from-one-radio label a: hover{
    color: #333333;
}
.site-from-one-button{
    width: 100%;
    float: left;
    color: #FFFFFF;
    background-color: #0F80FF;
    height: 52px;
    line-height: 52px;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 20px;
}
.site-from-close{
    width: 100%;
    height: 30px;
    float: left;
    color: #FFFFFF;
    text-align: center;
    margin-top: 20px;
}
.site-from-close i{
    font-style: normal;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 40px;
}

.site-from-success{
    width: 100%;
    float: left;
    height: auto;
    padding: 8px 0;
    box-sizing: border-box;
    text-align: center;
}
.site-from-success i{
    width: 100%;
    height: 60px;
    font-size: 60px;
    box-sizing: border-box;
    color: #34c38f;
    display: flex;
    justify-content: center;
    align-items: center;
}
.site-from-success p{
    width: 100%;
    float: left;
    height: auto;
    font-size: 16px;
    padding: 12px 0;
    box-sizing: border-box;
    color: #333333;
}
.site-from-success a{
    width: 100%;
    float: left;
    color: #FFFFFF;
    background-color: #0F80FF;
    height: 56px;
    line-height: 56px;
    border-radius: 56px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    text-decoration: none;
}
/*from end*/

/*page-from start*/
.page-from{
    width: 100%;
    height: auto;
    float: left;
    padding: 20px;
    box-sizing: border-box;
}
.page-form-title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    float: left;
    color: #000000;
    font-weight: 500;
}
.page-from-lists{
    width: 100%;
    max-width: 500px;
    height: auto;
    float: left;
    background-color: #FFFFFF;
    box-sizing: border-box;
    font-size: 16px;
}
.page-from-lists label{
    width: 100%;
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 8px 0;
    font-size: 16px;
    color: #000000;
}
.page-from-lists label i{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #FD6666;
    font-style: normal;
    margin-right: 8px;
}
.page-from-lists input{
    width: 100%;
    float: left;
    outline: none;
    border: none;
    height: auto;
    font-size: 16px;
    padding: 16px;
    box-sizing: border-box;
    background-color: #f8f9fb;
    color: #333333;
}
.page-from input::-webkit-input-placeholder{
    color: #adadaf;
}
.page-from input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #adadaf;
}
.page-from input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #adadaf;
}
.page-from input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color: #adadaf;
}
.page-from-code{
    width: 100%;
    float: left;
    height: auto;
    padding: 12px 0;
    box-sizing: border-box;
    display: flex;
}
.page-from-code input{
    float: left;
    outline: none;
    border: none;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 12px;
    background-color: #f8f9fb;
    color: #333333;
    flex: auto;
    flex-shrink: 0;
}
.page-from-code span{
    margin-left: 12px;
    width: auto;
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
    font-size: 16px;
    box-sizing: border-box;
    color: #FFFFFF;
    background-color: #1955fb;
    text-align: center;
    border-radius: 4px;
    flex-shrink: 0;
}
.page-from-code span.disable{
    color: #999999;
    background-color: #CCCCCC;
}
.page-from-code-radio{
    width: 100%;
    float: left;
    height: 56px;
    padding: 8px 0;
    box-sizing: border-box;
    font-size: 16px;
}
.page-from-code-radio input{
    width: 16px;
    height: 16px;
    margin-top: 12px;
    margin-right: 8px;
    float: left;
}
.page-from-code-radio label{
    width: auto;
    float: left;
    height: 40px;
    line-height: 40px;
    color: #999999;
}
.page-from-code-radio label a{
    width: auto;
    height: 40px;
    line-height: 40px;
    margin-left: 4px;
    color: #333333;
    font-size: 16px;
    text-decoration: none;
    float: right;
}
.page-from-code-radio label a: hover{
    color: #333333;
}
.page-from-button{
    width: 100%;
    float: left;
    color: #FFFFFF;
    background-color: #1855fb;
    height: 52px;
    line-height: 52px;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}
/*page-from end*/

/*miniapp start*/
.site-jump-miniapp{
    width: 100%;
    height: 100%;
    max-width: 500px;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
    padding: 40px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    text-align: center;
}
.site-jump-miniapp i{
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    background-color: #07c160;
    text-align: center;
    display: block;
    color: #FFFFFF;
    border-radius: 50%;
    margin: 80px auto 0;
}
.site-jump-miniapp p{
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #666666;
    text-align: center;
    font-size: 16px;
    margin: 0;
}
.site-jump-button{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 16px;
}
.site-jump-button a{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #07c160;
    text-align: center;
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    font-size: 20px;
    padding: 0;
    border-radius: 4px;
}
.site-jump-button-notice{
    width: 100%;
    height: auto;
    line-height: 28px;
    text-align: center;
    color: #999999;
    display: block;
    text-decoration: none;
    font-size: 16px;
    margin-top: 32px;
}
.site-jump-button-notice font{
    color: #0F80FF;
    margin: 0px 3px;
}
/*miniapp end*/

/*wechat start*/
.wechat_one{
    width: 90%;
    margin: 0px 5%;
    height: 60px;
    font-size: 18px;
    border-radius: 60px;
    background-color: #07C160;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wechat_one i{
    width: 24px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    margin-right: 8px;
}
.wechat_one font{
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wechat_two{
    width: 100%;
    height: 64px;
    font-size: 18px;
    background-color: #FFFFFF;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.wechat_two .left{
    color: #333333;
    flex: 1;
    padding: 0 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wechat_two .right{
    height: 64px;
    font-size: 18px;
    background-color: #07C160;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    overflow: hidden;
}
.wechat_two .right i{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    font-size: 22px;
}

.wechat_two .right font{
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wechat_three{
    width: 100%;
    height: 64px;
    font-size: 18px;
    background-color: #FFFFFF;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    box-sizing: border-box;
}
.wechat_three .left{
    color: #333333;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wechat_three .right{
    height: 40px;
    font-size: 18px;
    background-color: #07C160;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 18px;
    border-radius: 40px;
}
.wechat_three .right i{
    width: 24px;
    height: 24px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wechat_three .right font{
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wechat_right{
    width: 100%;
    height: 100%;
    background-color: #07C160;
    color: #FFFFFF;
    z-index: 999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wechat_right i{
    font-size: 28px;
}
.wechat_four{
    width: 100%;
    height: auto;
    font-size: 15px;
    text-align: center;
    background-color: #FFFFFF;
    color: #666666;
    display: flex;
    flex-direction: column;
    padding: 15px;
    box-sizing: border-box;
}
.wechat_four .wechat_title{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.wechat_four .wechat_title font{
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    margin-right: 5px;
    color: #07C160;
}
.wechat_four .wechat_title p{
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    color: #07C160;
    font-weight: 500;
}
.wechat_four .wechat_describe{
    height: 30px;
    line-height: 30px;
    margin: 0;
}
.wechat_five{
    width: 100%;
    height: auto;
    font-size: 15px;
    text-align: center;
    background-color: #FFFFFF;
    color: #666666;
    display: flex;
    flex-direction: column;
    padding: 15px;
    box-sizing: border-box;
}
/*wechat end*/

/*comment start*/
.site-comment-lists{
    display: flex;
    flex-direction: column;
    padding: 15px;
}
.site-comment-lists .title{
    width: 100%;
    font-size: 18px;
    border-bottom: 1px solid #eaeef9;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.site-comment-items{
    display: flex;
    flex-direction: column;
}
.site-comment-header{
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}
.site-comment-header img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.site-comment-header .info{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.site-comment-header .info p{
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #999999;
}
.site-comment-header .info p:first-child{
    color: #333333;
    font-size: 15px;
}
.site-comment-items .message{
    padding-left: 50px;
    color: #666666;
    font-size: 15px;
    margin: 0 0 10px 0;
}
.site-comment-items ul{
    width: 100%;
    padding-left: 50px;
    font-size: 14px;
    margin: 0 0 10px 0;
    box-sizing: border-box;
}
.site-comment-items ul li{
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    color: #666666;
    line-height: 20px;
}
.site-comment-items ul li p{
    margin: 0;
    flex: 1;
    color: #999999;
}
.site-comment-items ul li span{
    font-weight: 500;
    color: #556ee6;
    margin-right: 5px;
    white-space: nowrap;
    height: 20px;
    line-height: 20px;
}
.site-comment-create{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin: 10px 0;
    padding: 0 15px;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    background-color: #50a5f1;
}
.site-comment-create i{
    font-size: 16px;
    margin-right: 5px;
    display: flex;
    align-items: center;
}
/*comment end*/

/*site-text start*/
.site-text-cotainer{
    width: 100%;
    float: left;
    text-align: left;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 15px;
}
.site-text-cotainer p{
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    line-height: 20px;
    height: auto;
    margin-bottom: 15px;
}
.site-text-cotainer h1,h2,h3,h4,h5{
    font-size: 16px;
}
.site-text-cotainer table{
    font-size: 15px;
    float: left;
    margin-bottom: 15px;
    border-right:1px solid #e8e8e8;
    border-bottom:1px solid #e8e8e8
}
.site-text-cotainer table tr{
    height: 35px;
    line-height: 35px;
}
.site-text-cotainer table tr:first-child{
    border:1px solid #e8e8e8
}
.site-text-cotainer table th{
    border-left:1px solid #e8e8e8;
    border-top:1px solid #e8e8e8;
    font-size: 15px;
}
.site-text-cotainer table td{
    border-left:1px solid #e8e8e8;
    border-top:1px solid #e8e8e8;
} 
.site-text-cotainer img{
    max-width: 100%;
}
.site-text-cotainer ul{
    padding: 0 0 0 15px;
}
.site-text-header{
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    height: auto;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #999999;
}
.site-text-header .title{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #000000;
    line-height: 25px;
    margin-bottom: 15px;
}
.site-text-header .gzh .info{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.site-text-header .gzh .info p{
    width: auto;
    margin: 0;
    padding: 0;
}
.site-text-header .gzh .info a{
    width: auto;
    color: #556ee6;
    margin: 0 10px;
}
.site-text-header .toutiao{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.site-text-header .toutiao img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.site-text-header .toutiao .info{
    flex: 1;
    box-sizing: border-box;
    padding: 0 0 0 10px;
}
.site-text-header .toutiao .info p{
    height: 20px;
    line-height: 20px;
    margin: 0;
    font-size: 13px;
}
.site-text-header .toutiao .info p:first-child{
    color: #333333;
    font-size: 14px;
}
/*site-text end*/

/*toastr start*/
.m-toastr {
    width: 300px;
    display: none;
    align-items: center;
    justify-content: center;
    height: auto;
    position: fixed;
    top: 0;
    left: calc(50% - 150px);
    z-index: 99999;
}

.m-toastr .m-toastr-msg {
    padding: 0;
    list-style: none;
    width: fit-content;
    outline: 0;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 0 0 12px #999;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 15px;
    max-width: 300px;
    height: auto;
    align-items: flex-start;
    margin: 15px auto;
}

.m-toastr .m-toastr-msg font {
    height: auto;
    line-height: 20px;
    font-size: 14px;
    flex: 1;
    padding: 0 10px;
    font-weight: 400;
    color: #666666;
}

.m-toastr .m-toastr-msg .icon {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
}

.m-toastr .m-toastr-msg .close {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    color: #999999;
}

.m-toastr .success .icon {
    color: rgb(43, 164, 113);
}

.m-toastr .info .icon {
    color: rgb(0, 82, 217);
}

.m-toastr .warning .icon {
    color: rgb(227, 115, 24);
}

.m-toastr .error .icon {
    color: rgb(213, 73, 65);
}

.m-toastr .question .icon {
    color: rgb(0, 82, 217);
}

.m-toastr .load .icon {
    color: rgb(0, 82, 217);
}
.m-spin{
    color: #000000;
    font-size: 1.5rem;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
@keyframes spin
{
    0%
    {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}
/*toastr end*/

.site-company{
    width: 100%;
    float: left;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    background-color: #f8f8f8;
    padding-top: 15px;
    padding-bottom: 30px;
}
.site-copyright{
    width: 100%;
    display: none;
    z-index: -1;
    float: left;
}
.site-copyright a{
    color: #999999;
}
.site-copyright-text{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cccccc;
    font-size: 13px;
    width: 100%;
    margin-top: 10px;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}
.site-copyright-slide{
    position: fixed;
    bottom: 0;
    left: 0;
}
.site-pc-qrcode{
    display: none;
    position: fixed;
    width: 130px;
    flex-direction: column;
    font-size: 14px;
    align-items: center;
    top: 15px;
    background-color: #FFFFFF;
    padding: 15px;
    box-shadow:0px 0px 5px #888888;
}
.site-pc-qrcode img{
    width: 130px;
    height: 130px;
}
.site-pc-qrcode p{
    width: 130px;
    height: 40px;
    line-height: 20px;
    margin-top: 10px;
    text-align: center;
}