/*************************************************************************************************************/



html * {

    outline: none;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    line-height: 1;

    box-sizing: border-box;

    -webkit-box-sizing: border-box;

}



body,html{

    font-size: 50px;

    max-width: 640px;

    margin: 0 auto;

    font-family: "Microsoft YaHei","Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;

    -webkit-animation-duration: 1s;

    animation-duration: 1s;

    -webkit-animation-fill-mode: both;

    animation-fill-mode: both;

}

article,aside,blockquote,body,button,code,dd,details,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,input,legend,li,menu,nav,ol,p,pre,section,td,textarea,th,ul {

    margin: 0;

    padding: 0;

}



input,select,textarea {

    font-size: 100%;

    resize:none;
    border: none;
}



table {

    border-collapse: collapse;

    border-spacing: 0;

}



fieldset,img {

    border: none;

    vertical-align: top;

    width: 100%;

}



address,caption,cite,code,dfn,em,th,var {

    font-style: normal;

    font-weight: 500;

}



ol,ul {

    list-style: none;

}







h1,h2,h3,h4,h5,h6 {

    font-size: 100%;

    font-weight: 500;

}



a{

    text-decoration: none;

}





/*input*/

button {

    border: none;

}



button,

html input[type='button'],

input[type='reset'],

input[type='submit'] {

    -webkit-appearance: button;

    text-transform: none;

    outline: none;

}



input::-webkit-input-placeholder,

textarea::-webkit-input-placeholder {

    color: #999;

}



input::-webkit-inner-spin-button {

    -webkit-appearance: none;

}



input::-webkit-outer-spin-button {

    -webkit-appearance: none;

}



textarea {

    vertical-align: top;

}



button,

input {

    line-height: normal;

}



select {

    margin: 0;

    outline: 0;

}



input.fixAKeyboard:focus,

textarea.fixAndroidKeyboard:focus {

    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);

    -webkit-user-modify: read-write-plaintext-only;

}



input:-webkit-autofill {

    -webkit-box-shadow: 0 0 0 1000px white inset !important;

}



button,

input[type=button],

input[type=checkbox],

input[type=reset],

input[type=submit],

label {

    cursor: pointer;

    user-select: none;

    -ms-user-select: none;

    -moz-user-select: none;

    -webkit-user-select: none;

}



input[type=submit] {

    -webkit-user-modify: read-plaintext-only;

    -moz-user-modify: read-plaintext-only;

    -ms-user-modify: read-plaintext-only;

    -o-user-modify: read-plaintext-only;

    user-modify: read-plaintext-only;

}



input[type='search']::-webkit-search-cancel-button,

input[type='search']::-webkit-search-decoration {

    -webkit-appearance: none;

}



input[type='search'] {

    -webkit-box-sizing: content-box;

    -moz-box-sizing: content-box;

    box-sizing: content-box;

    -webkit-appearance: textfield;

}





/*flex box*/

.flex {

	display: flex;

}



.basis-xs {

	flex-basis: 20%;

}



.basis-sm {

	flex-basis: 40%;

}



.basis-df {

	flex-basis: 50%;

}



.basis-lg {

	flex-basis: 60%;

}



.basis-xl {

	flex-basis: 80%;

}



.flex-sub {

	flex: 1;

}



.flex-twice {

	flex: 2;

}



.flex-treble {

	flex: 3;

}



.flex-direction {

	flex-direction: column;

}



.flex-wrap {

	flex-wrap: wrap;

}



.align-start {

	align-items: flex-start;

}



.align-end {

	align-items: flex-end;

}



.align-center {

	align-items: center;

}



.align-stretch {

	align-items: stretch;

}



.self-start {

	align-self: flex-start;

}



.self-center {

	align-self: flex-center;

}



.self-end {

	align-self: flex-end;

}



.self-stretch {

	align-self: stretch;

}



.align-stretch {

	align-items: stretch;

}



.justify-start {

	justify-content: flex-start;

}



.justify-end {

	justify-content: flex-end;

}



.justify-center {

	justify-content: center;

}



.justify-between {

	justify-content: space-between;

}



.justify-around {

	justify-content: space-around;

}





.poscenter {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

}

.posVcenter {

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

}

.posHcenter {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

}

/* @media screen and (min-width: 318.75px) {

    body, html {font-size: 17px;}

}

@media screen and (min-width: 337.5px) {

    body, html {font-size: 18px;}

}

@media screen and (min-width: 356.25px) {

    body, html {font-size: 19px;}

}

@media screen and (min-width: 375px) {

    body, html {font-size: 20px;}

}

@media screen and (min-width: 393.75px) {

    body, html {font-size: 21px;}

}

@media screen and (min-width: 412.5px) {

    body, html {font-size: 22px;}

}

@media screen and (min-width: 431.25px) {

    body, html {font-size: 23px;}

}

@media screen and (min-width: 450px) {

    body, html {font-size: 24px;}

} */



.mainTextColor {color: #f3ca22;}

.mainBgColor {background-color: #f3ca22;}


.title {
    font-size: 0.44rem;
    font-weight: 700;
    padding: 0 0.3rem;
    line-height: 0.68rem;
}
.title_info {
    padding: 0 0.3rem;
    margin-top: 0.4rem;
}
.title_info>div {
    margin-right: 0.16rem;
}
.title_info div:nth-child(1) {
    color: #a6a6a6;
    background: #f1f1f1;
    padding: 0.06rem 0.08rem;
    border-radius: 0.06rem;
    font-size: 0.23rem
}
.title_info div:nth-child(2) {
    color: #b2b2b2;
    font-size: 0.26rem;
}
.title_info div:nth-child(3) {
    color: #4d628f;
    font-size: 0.26rem;
}
.title_info div:nth-child(4) {
    color: #b2b2b2;
    font-size: 0.26rem;
}
.content {
    text-align: center;
}
.content>p {
    font-size: 0.32rem;
    margin-bottom: 0.55rem;
    line-height: 0.55rem;
    padding: 0 0.45rem;
    color: #333;
    text-align: left;
}
.content>p .red {
    color: #7b0c00;
    font-weight: bold;
}
.content .picdesc {
    padding: 0 0.55rem;
    text-align: center;
    color: #b2b2b2;
    font-size: 0.23rem;
    margin-top: 0.1rem;
}
.title_c {
    padding-left: 0.74rem !important;
    font-weight: bold;
    color: #000;
    position: relative;
    font-size: 0.29rem;
}
.title_c::after {
    content: '';
    width: 0.06rem;
    height: 0.4rem;
    background: #000;
    position: absolute;
    top: 0.07rem;
    left: 0.55rem;
}

.comment_wrap {
    padding: 0.6rem 0.3rem;
    background: #f2f2f2;
}
.avatar {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.1rem;
    overflow: hidden;
    margin-right: 0.13rem;
    flex-shrink: 0;
}
.comment_t {
    color: #797979;
    font-size: 0.3rem;
    margin-bottom: 0.45rem;
}
.box {
    margin-bottom: 0.58rem;
}
.box .name {
    color: #797979;
    font-size: 0.26rem;
}
.box .c_content {
    color: #333;
    font-size: 0.32rem;
    margin-top: 0.1rem;
    line-height: 0.5rem;
    /* padding-right: 0.2rem; */
    word-break: break-all;
}
.box .c_content img {
    margin-right: 2%;
    border-radius: 0.15rem;
    overflow: hidden;
}
.box .c_content img:last-child {
    margin-right: 0;
}
.item_right {
    flex-shrink: 0;
}
.item_right img {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.14rem;
}
.item_right span {
    color: #44577b;
    font-size: 0.3rem;
}
.reply {
    padding-left: 0.65rem;
    padding-right: 0.1rem;
    margin-top: -0.1rem;
    margin-bottom: 0.58rem;
}
.reply .box {
    margin-bottom: 0.5rem;
}
.reply .box:last-child {
    margin-bottom: 0;
}
.video_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    max-width: 640px;
    z-index: 1;
}
.video_wrap .video,.video_wrap .video video {
    width: 100%;
}
.close_ico {
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    width: 0.4rem;
}
.close_ch {
    color: #fff;
    text-align: center;
    font-size: 0.3rem;
    margin-top: 0.4rem;
}

hr {
    margin: 1em auto;
    width: 240px;
    max-width: 100%;
    border: none;
    border-top: 1px solid #d3d3d3;